@juzi/wechaty-grpc 1.0.103 → 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.
- package/dist/cjs/out/wechaty/puppet/message_pb.d.ts +84 -0
- package/dist/cjs/out/wechaty/puppet/message_pb.js +638 -0
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +63 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +100 -1
- package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +34 -0
- package/dist/cjs/out/wechaty/puppet_grpc_pb.js +66 -0
- package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +38 -0
- package/dist/cjs/out/wechaty/puppet_pb_service.js +80 -0
- package/dist/cjs/proto/wechaty/puppet/message.proto +15 -0
- package/dist/cjs/proto/wechaty/puppet.proto +6 -0
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -1
- package/dist/cjs/tests/puppet-server-impl.js +10 -0
- package/dist/cjs/tests/puppet-server-impl.js.map +1 -1
- package/dist/esm/out/wechaty/puppet/message_pb.d.ts +84 -0
- package/dist/esm/out/wechaty/puppet/message_pb.js +638 -0
- package/dist/esm/out/wechaty/puppet.openapi.yaml +63 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +100 -1
- package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +34 -0
- package/dist/esm/out/wechaty/puppet_grpc_pb.js +66 -0
- package/dist/esm/out/wechaty/puppet_pb_service.d.ts +38 -0
- package/dist/esm/out/wechaty/puppet_pb_service.js +80 -0
- package/dist/esm/proto/wechaty/puppet/message.proto +15 -0
- package/dist/esm/proto/wechaty/puppet.proto +6 -0
- package/dist/esm/src/package-json.js +1 -1
- package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -1
- package/dist/esm/tests/puppet-server-impl.js +10 -0
- package/dist/esm/tests/puppet-server-impl.js.map +1 -1
- package/out/wechaty/puppet/message_pb.d.ts +84 -0
- package/out/wechaty/puppet/message_pb.js +638 -0
- package/out/wechaty/puppet.openapi.yaml +63 -1
- package/out/wechaty/puppet.swagger.json +100 -1
- package/out/wechaty/puppet_grpc_pb.d.ts +34 -0
- package/out/wechaty/puppet_grpc_pb.js +66 -0
- package/out/wechaty/puppet_pb_service.d.ts +38 -0
- package/out/wechaty/puppet_pb_service.js +80 -0
- package/package.json +1 -1
- 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;
|