@verychat/channel-protos 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -259,6 +259,7 @@ message BlindMessageRequest {
259
259
  string channelId = 1;
260
260
  int32 seq = 2;
261
261
  int64 streamId = 3;
262
+ optional string reason = 4;
262
263
  }
263
264
 
264
265
  service ChannelService {
@@ -219,6 +219,7 @@ export interface BlindMessageRequest {
219
219
  channelId: string;
220
220
  seq: number;
221
221
  streamId: number;
222
+ reason?: string | undefined;
222
223
  }
223
224
  export declare const CHANNEL_PACKAGE_NAME = "channel";
224
225
  export interface ChannelServiceClient {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verychat/channel-protos",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -295,6 +295,7 @@ export interface BlindMessageRequest {
295
295
  channelId: string;
296
296
  seq: number;
297
297
  streamId: number;
298
+ reason?: string | undefined;
298
299
  }
299
300
 
300
301
  export const CHANNEL_PACKAGE_NAME = "channel";