@cloudquery/plugin-pb-javascript
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -1106,3 +1106,3 @@ /** | ||
abstract Transform(call: grpc_1.ServerDuplexStream<Transform.Request, Transform.Response>): void; | ||
abstract TransformSchema(call: grpc_1.ServerDuplexStream<TransformSchema.Request, TransformSchema.Response>): void; | ||
abstract TransformSchema(call: grpc_1.ServerUnaryCall<TransformSchema.Request, TransformSchema.Response>, callback: grpc_1.sendUnaryData<TransformSchema.Response>): void; | ||
abstract Close(call: grpc_1.ServerUnaryCall<Close.Request, Close.Response>, callback: grpc_1.sendUnaryData<Close.Response>): void; | ||
@@ -1123,3 +1123,3 @@ abstract TestConnection(call: grpc_1.ServerUnaryCall<TestConnection.Request, TestConnection.Response>, callback: grpc_1.sendUnaryData<TestConnection.Response>): void; | ||
Transform: GrpcChunkServiceInterface<Transform.Request, Transform.Response>; | ||
TransformSchema: GrpcChunkServiceInterface<TransformSchema.Request, TransformSchema.Response>; | ||
TransformSchema: GrpcUnaryServiceInterface<TransformSchema.Request, TransformSchema.Response>; | ||
Close: GrpcUnaryServiceInterface<Close.Request, Close.Response>; | ||
@@ -1126,0 +1126,0 @@ TestConnection: GrpcUnaryServiceInterface<TestConnection.Request, TestConnection.Response>; |
{ | ||
"name": "@cloudquery/plugin-pb-javascript", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"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
255753