@river-build/proto
Advanced tools
Comparing version 0.0.65 to 0.0.71
@@ -1,2 +0,2 @@ | ||
import { AddEventRequest, AddEventResponse, AddStreamToSyncRequest, AddStreamToSyncResponse, CancelSyncRequest, CancelSyncResponse, CreateStreamRequest, CreateStreamResponse, GetLastMiniblockHashRequest, GetLastMiniblockHashResponse, GetMiniblocksRequest, GetMiniblocksResponse, GetStreamExRequest, GetStreamExResponse, GetStreamRequest, GetStreamResponse, InfoRequest, InfoResponse, PingSyncRequest, PingSyncResponse, RemoveStreamFromSyncRequest, RemoveStreamFromSyncResponse, SyncStreamsRequest, SyncStreamsResponse } from "./protocol_pb.js"; | ||
import { AddEventRequest, AddEventResponse, AddStreamToSyncRequest, AddStreamToSyncResponse, CancelSyncRequest, CancelSyncResponse, CreateStreamRequest, CreateStreamResponse, GetLastMiniblockHashRequest, GetLastMiniblockHashResponse, GetMiniblocksRequest, GetMiniblocksResponse, GetStreamExRequest, GetStreamExResponse, GetStreamRequest, GetStreamResponse, InfoRequest, InfoResponse, ModifySyncRequest, ModifySyncResponse, PingSyncRequest, PingSyncResponse, RemoveStreamFromSyncRequest, RemoveStreamFromSyncResponse, SyncStreamsRequest, SyncStreamsResponse } from "./protocol_pb.js"; | ||
import { MethodKind } from "@bufbuild/protobuf"; | ||
@@ -82,2 +82,17 @@ /** | ||
/** | ||
* ModifySync adds/removes streams to/from an in progress sync session. | ||
* The client must check ModifySyncResponse to determine which streams failed to add/remove. | ||
* | ||
* Note that it is possible for the client to receive stream updates for streams that are added | ||
* or stops receiving stream updates for streams that are removed before this calls returns. | ||
* | ||
* @generated from rpc river.StreamService.ModifySync | ||
*/ | ||
readonly modifySync: { | ||
readonly name: "ModifySync"; | ||
readonly I: typeof ModifySyncRequest; | ||
readonly O: typeof ModifySyncResponse; | ||
readonly kind: MethodKind.Unary; | ||
}; | ||
/** | ||
* @generated from rpc river.StreamService.CancelSync | ||
@@ -84,0 +99,0 @@ */ |
@@ -5,3 +5,3 @@ // @generated by protoc-gen-connect-es v1.4.0 with parameter "target=ts" | ||
// @ts-nocheck | ||
import { AddEventRequest, AddEventResponse, AddStreamToSyncRequest, AddStreamToSyncResponse, CancelSyncRequest, CancelSyncResponse, CreateStreamRequest, CreateStreamResponse, GetLastMiniblockHashRequest, GetLastMiniblockHashResponse, GetMiniblocksRequest, GetMiniblocksResponse, GetStreamExRequest, GetStreamExResponse, GetStreamRequest, GetStreamResponse, InfoRequest, InfoResponse, PingSyncRequest, PingSyncResponse, RemoveStreamFromSyncRequest, RemoveStreamFromSyncResponse, SyncStreamsRequest, SyncStreamsResponse } from "./protocol_pb.js"; | ||
import { AddEventRequest, AddEventResponse, AddStreamToSyncRequest, AddStreamToSyncResponse, CancelSyncRequest, CancelSyncResponse, CreateStreamRequest, CreateStreamResponse, GetLastMiniblockHashRequest, GetLastMiniblockHashResponse, GetMiniblocksRequest, GetMiniblocksResponse, GetStreamExRequest, GetStreamExResponse, GetStreamRequest, GetStreamResponse, InfoRequest, InfoResponse, ModifySyncRequest, ModifySyncResponse, PingSyncRequest, PingSyncResponse, RemoveStreamFromSyncRequest, RemoveStreamFromSyncResponse, SyncStreamsRequest, SyncStreamsResponse } from "./protocol_pb.js"; | ||
import { MethodKind } from "@bufbuild/protobuf"; | ||
@@ -87,2 +87,17 @@ /** | ||
/** | ||
* ModifySync adds/removes streams to/from an in progress sync session. | ||
* The client must check ModifySyncResponse to determine which streams failed to add/remove. | ||
* | ||
* Note that it is possible for the client to receive stream updates for streams that are added | ||
* or stops receiving stream updates for streams that are removed before this calls returns. | ||
* | ||
* @generated from rpc river.StreamService.ModifySync | ||
*/ | ||
modifySync: { | ||
name: "ModifySync", | ||
I: ModifySyncRequest, | ||
O: ModifySyncResponse, | ||
kind: MethodKind.Unary, | ||
}, | ||
/** | ||
* @generated from rpc river.StreamService.CancelSync | ||
@@ -89,0 +104,0 @@ */ |
{ | ||
"name": "@river-build/proto", | ||
"version": "0.0.65", | ||
"version": "0.0.71", | ||
"packageManager": "yarn@3.8.0", | ||
@@ -30,3 +30,3 @@ "type": "module", | ||
"@connectrpc/protoc-gen-connect-es": "^1.4.0", | ||
"@river-build/proto-source": "^0.0.65", | ||
"@river-build/proto-source": "^0.0.71", | ||
"@types/jest": "^29.5.3", | ||
@@ -44,3 +44,3 @@ "@types/node": "^20.5.0", | ||
], | ||
"gitHead": "c3cb9da0fc5a4056a443c3a62b57381aa883bd6a" | ||
"gitHead": "f9714959f113987695dfe8ec1d39b799efb5f78c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
672449
10135