@cloudquery/plugin-pb-javascript
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -159,2 +159,3 @@ /// <reference types="node" /> | ||
no_connection?: boolean; | ||
invocation_id?: string; | ||
}); | ||
@@ -165,5 +166,8 @@ get spec(): Uint8Array; | ||
set no_connection(value: boolean); | ||
get invocation_id(): string; | ||
set invocation_id(value: string); | ||
static fromObject(data: { | ||
spec?: Uint8Array; | ||
no_connection?: boolean; | ||
invocation_id?: string; | ||
}): Request; | ||
@@ -173,2 +177,3 @@ toObject(): { | ||
no_connection?: boolean | undefined; | ||
invocation_id?: string | undefined; | ||
}; | ||
@@ -175,0 +180,0 @@ serialize(): Uint8Array; |
{ | ||
"name": "@cloudquery/plugin-pb-javascript", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222439
4234