@juzi/wechaty-grpc 1.0.102 → 1.0.104

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.
Files changed (46) hide show
  1. package/dist/cjs/out/wechaty/puppet/channel_pb.d.ts +70 -0
  2. package/dist/cjs/out/wechaty/puppet/channel_pb.js +544 -2
  3. package/dist/cjs/out/wechaty/puppet/message_pb.d.ts +84 -0
  4. package/dist/cjs/out/wechaty/puppet/message_pb.js +638 -0
  5. package/dist/cjs/out/wechaty/puppet.openapi.yaml +115 -1
  6. package/dist/cjs/out/wechaty/puppet.swagger.json +168 -1
  7. package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +34 -0
  8. package/dist/cjs/out/wechaty/puppet_grpc_pb.js +66 -0
  9. package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +38 -0
  10. package/dist/cjs/out/wechaty/puppet_pb_service.js +80 -0
  11. package/dist/cjs/proto/wechaty/puppet/channel.proto +19 -0
  12. package/dist/cjs/proto/wechaty/puppet/message.proto +15 -0
  13. package/dist/cjs/proto/wechaty/puppet.proto +6 -0
  14. package/dist/cjs/src/package-json.js +1 -1
  15. package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -1
  16. package/dist/cjs/tests/puppet-server-impl.js +10 -0
  17. package/dist/cjs/tests/puppet-server-impl.js.map +1 -1
  18. package/dist/esm/out/wechaty/puppet/channel_pb.d.ts +70 -0
  19. package/dist/esm/out/wechaty/puppet/channel_pb.js +544 -2
  20. package/dist/esm/out/wechaty/puppet/message_pb.d.ts +84 -0
  21. package/dist/esm/out/wechaty/puppet/message_pb.js +638 -0
  22. package/dist/esm/out/wechaty/puppet.openapi.yaml +115 -1
  23. package/dist/esm/out/wechaty/puppet.swagger.json +168 -1
  24. package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +34 -0
  25. package/dist/esm/out/wechaty/puppet_grpc_pb.js +66 -0
  26. package/dist/esm/out/wechaty/puppet_pb_service.d.ts +38 -0
  27. package/dist/esm/out/wechaty/puppet_pb_service.js +80 -0
  28. package/dist/esm/proto/wechaty/puppet/channel.proto +19 -0
  29. package/dist/esm/proto/wechaty/puppet/message.proto +15 -0
  30. package/dist/esm/proto/wechaty/puppet.proto +6 -0
  31. package/dist/esm/src/package-json.js +1 -1
  32. package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -1
  33. package/dist/esm/tests/puppet-server-impl.js +10 -0
  34. package/dist/esm/tests/puppet-server-impl.js.map +1 -1
  35. package/out/wechaty/puppet/channel_pb.d.ts +70 -0
  36. package/out/wechaty/puppet/channel_pb.js +544 -2
  37. package/out/wechaty/puppet/message_pb.d.ts +84 -0
  38. package/out/wechaty/puppet/message_pb.js +638 -0
  39. package/out/wechaty/puppet.openapi.yaml +115 -1
  40. package/out/wechaty/puppet.swagger.json +168 -1
  41. package/out/wechaty/puppet_grpc_pb.d.ts +34 -0
  42. package/out/wechaty/puppet_grpc_pb.js +66 -0
  43. package/out/wechaty/puppet_pb_service.d.ts +38 -0
  44. package/out/wechaty/puppet_pb_service.js +80 -0
  45. package/package.json +1 -1
  46. package/src/package-json.ts +1 -1
@@ -286,6 +286,90 @@ export namespace MessageFileResponse {
286
286
  }
287
287
  }
288
288
 
289
+ export class MessageVoiceRequest extends jspb.Message {
290
+ getId(): string;
291
+ setId(value: string): void;
292
+
293
+ serializeBinary(): Uint8Array;
294
+ toObject(includeInstance?: boolean): MessageVoiceRequest.AsObject;
295
+ static toObject(includeInstance: boolean, msg: MessageVoiceRequest): MessageVoiceRequest.AsObject;
296
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
297
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
298
+ static serializeBinaryToWriter(message: MessageVoiceRequest, writer: jspb.BinaryWriter): void;
299
+ static deserializeBinary(bytes: Uint8Array): MessageVoiceRequest;
300
+ static deserializeBinaryFromReader(message: MessageVoiceRequest, reader: jspb.BinaryReader): MessageVoiceRequest;
301
+ }
302
+
303
+ export namespace MessageVoiceRequest {
304
+ export type AsObject = {
305
+ id: string,
306
+ }
307
+ }
308
+
309
+ export class MessageVoiceResponse extends jspb.Message {
310
+ getFileBox(): string;
311
+ setFileBox(value: string): void;
312
+
313
+ serializeBinary(): Uint8Array;
314
+ toObject(includeInstance?: boolean): MessageVoiceResponse.AsObject;
315
+ static toObject(includeInstance: boolean, msg: MessageVoiceResponse): MessageVoiceResponse.AsObject;
316
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
317
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
318
+ static serializeBinaryToWriter(message: MessageVoiceResponse, writer: jspb.BinaryWriter): void;
319
+ static deserializeBinary(bytes: Uint8Array): MessageVoiceResponse;
320
+ static deserializeBinaryFromReader(message: MessageVoiceResponse, reader: jspb.BinaryReader): MessageVoiceResponse;
321
+ }
322
+
323
+ export namespace MessageVoiceResponse {
324
+ export type AsObject = {
325
+ fileBox: string,
326
+ }
327
+ }
328
+
329
+ export class MessageVoiceTextRequest extends jspb.Message {
330
+ getId(): string;
331
+ setId(value: string): void;
332
+
333
+ serializeBinary(): Uint8Array;
334
+ toObject(includeInstance?: boolean): MessageVoiceTextRequest.AsObject;
335
+ static toObject(includeInstance: boolean, msg: MessageVoiceTextRequest): MessageVoiceTextRequest.AsObject;
336
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
337
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
338
+ static serializeBinaryToWriter(message: MessageVoiceTextRequest, writer: jspb.BinaryWriter): void;
339
+ static deserializeBinary(bytes: Uint8Array): MessageVoiceTextRequest;
340
+ static deserializeBinaryFromReader(message: MessageVoiceTextRequest, reader: jspb.BinaryReader): MessageVoiceTextRequest;
341
+ }
342
+
343
+ export namespace MessageVoiceTextRequest {
344
+ export type AsObject = {
345
+ id: string,
346
+ }
347
+ }
348
+
349
+ export class MessageVoiceTextResponse extends jspb.Message {
350
+ getText(): string;
351
+ setText(value: string): void;
352
+
353
+ getNoSpeech(): boolean;
354
+ setNoSpeech(value: boolean): void;
355
+
356
+ serializeBinary(): Uint8Array;
357
+ toObject(includeInstance?: boolean): MessageVoiceTextResponse.AsObject;
358
+ static toObject(includeInstance: boolean, msg: MessageVoiceTextResponse): MessageVoiceTextResponse.AsObject;
359
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
360
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
361
+ static serializeBinaryToWriter(message: MessageVoiceTextResponse, writer: jspb.BinaryWriter): void;
362
+ static deserializeBinary(bytes: Uint8Array): MessageVoiceTextResponse;
363
+ static deserializeBinaryFromReader(message: MessageVoiceTextResponse, reader: jspb.BinaryReader): MessageVoiceTextResponse;
364
+ }
365
+
366
+ export namespace MessageVoiceTextResponse {
367
+ export type AsObject = {
368
+ text: string,
369
+ noSpeech: boolean,
370
+ }
371
+ }
372
+
289
373
  export class MessageMiniProgramRequest extends jspb.Message {
290
374
  getId(): string;
291
375
  setId(value: string): void;