Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@river-build/proto

Package Overview
Dependencies
Maintainers
0
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@river-build/proto - npm Package Compare versions

Comparing version 0.0.65 to 0.0.71

17

dist/gen/protocol_connect.d.ts

@@ -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 @@ */

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc