@juzi/wechaty-grpc 1.0.29 → 1.0.30
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.openapi.yaml +7 -7
- package/dist/cjs/out/wechaty/puppet.swagger.json +7 -7
- package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +0 -102
- package/dist/cjs/out/wechaty/puppet_grpc_pb.js +1 -67
- package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +0 -114
- package/dist/cjs/out/wechaty/puppet_pb_service.js +0 -240
- package/dist/cjs/proto/wechaty/puppet.proto +0 -42
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet.openapi.yaml +7 -7
- package/dist/esm/out/wechaty/puppet.swagger.json +7 -7
- package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +0 -102
- package/dist/esm/out/wechaty/puppet_grpc_pb.js +1 -67
- package/dist/esm/out/wechaty/puppet_pb_service.d.ts +0 -114
- package/dist/esm/out/wechaty/puppet_pb_service.js +0 -240
- package/dist/esm/proto/wechaty/puppet.proto +0 -42
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet.openapi.yaml +7 -7
- package/out/wechaty/puppet.swagger.json +7 -7
- package/out/wechaty/puppet_grpc_pb.d.ts +0 -102
- package/out/wechaty/puppet_grpc_pb.js +1 -67
- package/out/wechaty/puppet_pb_service.d.ts +0 -114
- package/out/wechaty/puppet_pb_service.js +0 -240
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -9,7 +9,7 @@ info:
|
|
|
9
9
|
|
|
10
10
|
Wechaty Puppet Service is the RESTful API for Wechaty API, which is build on
|
|
11
11
|
top of the Wechaty Puppet Abstraction and the gRPC proto definition.
|
|
12
|
-
version: 1.0.
|
|
12
|
+
version: 1.0.30
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -1056,7 +1056,7 @@ paths:
|
|
|
1056
1056
|
- Puppet
|
|
1057
1057
|
/moment/coverage:
|
|
1058
1058
|
post:
|
|
1059
|
-
operationId:
|
|
1059
|
+
operationId: Puppet_momentCoverage
|
|
1060
1060
|
responses:
|
|
1061
1061
|
'200':
|
|
1062
1062
|
description: A successful response.
|
|
@@ -1076,7 +1076,7 @@ paths:
|
|
|
1076
1076
|
- Puppet
|
|
1077
1077
|
/moment/publish:
|
|
1078
1078
|
post:
|
|
1079
|
-
operationId:
|
|
1079
|
+
operationId: Puppet_momentPublish
|
|
1080
1080
|
responses:
|
|
1081
1081
|
'200':
|
|
1082
1082
|
description: A successful response.
|
|
@@ -1096,7 +1096,7 @@ paths:
|
|
|
1096
1096
|
- Puppet
|
|
1097
1097
|
/moment/signature:
|
|
1098
1098
|
post:
|
|
1099
|
-
operationId:
|
|
1099
|
+
operationId: Puppet_momentSignature
|
|
1100
1100
|
responses:
|
|
1101
1101
|
'200':
|
|
1102
1102
|
description: A successful response.
|
|
@@ -1130,7 +1130,7 @@ paths:
|
|
|
1130
1130
|
- Puppet
|
|
1131
1131
|
/post/like:
|
|
1132
1132
|
post:
|
|
1133
|
-
operationId:
|
|
1133
|
+
operationId: Puppet_postTap
|
|
1134
1134
|
responses:
|
|
1135
1135
|
'200':
|
|
1136
1136
|
description: A successful response.
|
|
@@ -1150,7 +1150,7 @@ paths:
|
|
|
1150
1150
|
- Puppet
|
|
1151
1151
|
/post/payload:
|
|
1152
1152
|
post:
|
|
1153
|
-
operationId:
|
|
1153
|
+
operationId: Puppet_postPayload
|
|
1154
1154
|
responses:
|
|
1155
1155
|
'200':
|
|
1156
1156
|
description: A successful response.
|
|
@@ -1170,7 +1170,7 @@ paths:
|
|
|
1170
1170
|
- Puppet
|
|
1171
1171
|
/post/sayable:
|
|
1172
1172
|
post:
|
|
1173
|
-
operationId:
|
|
1173
|
+
operationId: Puppet_postPayloadSayable
|
|
1174
1174
|
responses:
|
|
1175
1175
|
'200':
|
|
1176
1176
|
description: A successful response.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Wechaty Puppet Service OpenAPI Specification",
|
|
5
5
|
"description": "Wechaty is a Conversational RPA SDK for chatbot makers. With only 6 lines of code, you can create a bot on the most popular IMs like WeChat, Whatsapp, WeCom, Gitter, etc.\n\nWechaty Puppet Service is the RESTful API for Wechaty API, which is build on top of the Wechaty Puppet Abstraction and the gRPC proto definition.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.30",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
},
|
|
1556
1556
|
"/moment/coverage": {
|
|
1557
1557
|
"post": {
|
|
1558
|
-
"operationId": "
|
|
1558
|
+
"operationId": "Puppet_momentCoverage",
|
|
1559
1559
|
"responses": {
|
|
1560
1560
|
"200": {
|
|
1561
1561
|
"description": "A successful response.",
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
},
|
|
1588
1588
|
"/moment/publish": {
|
|
1589
1589
|
"post": {
|
|
1590
|
-
"operationId": "
|
|
1590
|
+
"operationId": "Puppet_momentPublish",
|
|
1591
1591
|
"responses": {
|
|
1592
1592
|
"200": {
|
|
1593
1593
|
"description": "A successful response.",
|
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
},
|
|
1620
1620
|
"/moment/signature": {
|
|
1621
1621
|
"post": {
|
|
1622
|
-
"operationId": "
|
|
1622
|
+
"operationId": "Puppet_momentSignature",
|
|
1623
1623
|
"responses": {
|
|
1624
1624
|
"200": {
|
|
1625
1625
|
"description": "A successful response.",
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
},
|
|
1674
1674
|
"/post/like": {
|
|
1675
1675
|
"post": {
|
|
1676
|
-
"operationId": "
|
|
1676
|
+
"operationId": "Puppet_postTap",
|
|
1677
1677
|
"responses": {
|
|
1678
1678
|
"200": {
|
|
1679
1679
|
"description": "A successful response.",
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
},
|
|
1706
1706
|
"/post/payload": {
|
|
1707
1707
|
"post": {
|
|
1708
|
-
"operationId": "
|
|
1708
|
+
"operationId": "Puppet_postPayload",
|
|
1709
1709
|
"responses": {
|
|
1710
1710
|
"200": {
|
|
1711
1711
|
"description": "A successful response.",
|
|
@@ -1737,7 +1737,7 @@
|
|
|
1737
1737
|
},
|
|
1738
1738
|
"/post/sayable": {
|
|
1739
1739
|
"post": {
|
|
1740
|
-
"operationId": "
|
|
1740
|
+
"operationId": "Puppet_postPayloadSayable",
|
|
1741
1741
|
"responses": {
|
|
1742
1742
|
"200": {
|
|
1743
1743
|
"description": "A successful response.",
|
|
@@ -103,12 +103,6 @@ interface IPuppetService extends grpc.ServiceDefinition<grpc.UntypedServiceImple
|
|
|
103
103
|
momentCoverage: IPuppetService_ImomentCoverage;
|
|
104
104
|
postPayload: IPuppetService_IpostPayload;
|
|
105
105
|
postPayloadSayable: IPuppetService_IpostPayloadSayable;
|
|
106
|
-
momentPublish: IPuppetService_IMomentPublish;
|
|
107
|
-
postTap: IPuppetService_IPostTap;
|
|
108
|
-
momentSignature: IPuppetService_IMomentSignature;
|
|
109
|
-
momentCoverage: IPuppetService_IMomentCoverage;
|
|
110
|
-
postPayload: IPuppetService_IPostPayload;
|
|
111
|
-
postPayloadSayable: IPuppetService_IPostPayloadSayable;
|
|
112
106
|
momentVisibleList: IPuppetService_IMomentVisibleList;
|
|
113
107
|
download: IPuppetService_IDownload;
|
|
114
108
|
upload: IPuppetService_IUpload;
|
|
@@ -825,60 +819,6 @@ interface IPuppetService_IpostPayloadSayable extends grpc.MethodDefinition<wecha
|
|
|
825
819
|
responseSerialize: grpc.serialize<wechaty_puppet_post_pb.PostPayloadSayableResponse>;
|
|
826
820
|
responseDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostPayloadSayableResponse>;
|
|
827
821
|
}
|
|
828
|
-
interface IPuppetService_IMomentPublish extends grpc.MethodDefinition<wechaty_puppet_moment_pb.MomentPublishRequest, wechaty_puppet_moment_pb.MomentPublishResponse> {
|
|
829
|
-
path: "/wechaty.Puppet/MomentPublish";
|
|
830
|
-
requestStream: false;
|
|
831
|
-
responseStream: false;
|
|
832
|
-
requestSerialize: grpc.serialize<wechaty_puppet_moment_pb.MomentPublishRequest>;
|
|
833
|
-
requestDeserialize: grpc.deserialize<wechaty_puppet_moment_pb.MomentPublishRequest>;
|
|
834
|
-
responseSerialize: grpc.serialize<wechaty_puppet_moment_pb.MomentPublishResponse>;
|
|
835
|
-
responseDeserialize: grpc.deserialize<wechaty_puppet_moment_pb.MomentPublishResponse>;
|
|
836
|
-
}
|
|
837
|
-
interface IPuppetService_IPostTap extends grpc.MethodDefinition<wechaty_puppet_post_pb.PostTapRequest, wechaty_puppet_post_pb.PostTapResponse> {
|
|
838
|
-
path: "/wechaty.Puppet/PostTap";
|
|
839
|
-
requestStream: false;
|
|
840
|
-
responseStream: false;
|
|
841
|
-
requestSerialize: grpc.serialize<wechaty_puppet_post_pb.PostTapRequest>;
|
|
842
|
-
requestDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostTapRequest>;
|
|
843
|
-
responseSerialize: grpc.serialize<wechaty_puppet_post_pb.PostTapResponse>;
|
|
844
|
-
responseDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostTapResponse>;
|
|
845
|
-
}
|
|
846
|
-
interface IPuppetService_IMomentSignature extends grpc.MethodDefinition<wechaty_puppet_moment_pb.MomentSignatureRequest, wechaty_puppet_moment_pb.MomentSignatureResponse> {
|
|
847
|
-
path: "/wechaty.Puppet/MomentSignature";
|
|
848
|
-
requestStream: false;
|
|
849
|
-
responseStream: false;
|
|
850
|
-
requestSerialize: grpc.serialize<wechaty_puppet_moment_pb.MomentSignatureRequest>;
|
|
851
|
-
requestDeserialize: grpc.deserialize<wechaty_puppet_moment_pb.MomentSignatureRequest>;
|
|
852
|
-
responseSerialize: grpc.serialize<wechaty_puppet_moment_pb.MomentSignatureResponse>;
|
|
853
|
-
responseDeserialize: grpc.deserialize<wechaty_puppet_moment_pb.MomentSignatureResponse>;
|
|
854
|
-
}
|
|
855
|
-
interface IPuppetService_IMomentCoverage extends grpc.MethodDefinition<wechaty_puppet_moment_pb.MomentCoverageRequest, wechaty_puppet_moment_pb.MomentCoverageResponse> {
|
|
856
|
-
path: "/wechaty.Puppet/MomentCoverage";
|
|
857
|
-
requestStream: false;
|
|
858
|
-
responseStream: false;
|
|
859
|
-
requestSerialize: grpc.serialize<wechaty_puppet_moment_pb.MomentCoverageRequest>;
|
|
860
|
-
requestDeserialize: grpc.deserialize<wechaty_puppet_moment_pb.MomentCoverageRequest>;
|
|
861
|
-
responseSerialize: grpc.serialize<wechaty_puppet_moment_pb.MomentCoverageResponse>;
|
|
862
|
-
responseDeserialize: grpc.deserialize<wechaty_puppet_moment_pb.MomentCoverageResponse>;
|
|
863
|
-
}
|
|
864
|
-
interface IPuppetService_IPostPayload extends grpc.MethodDefinition<wechaty_puppet_post_pb.PostPayloadRequest, wechaty_puppet_post_pb.PostPayloadResponse> {
|
|
865
|
-
path: "/wechaty.Puppet/PostPayload";
|
|
866
|
-
requestStream: false;
|
|
867
|
-
responseStream: false;
|
|
868
|
-
requestSerialize: grpc.serialize<wechaty_puppet_post_pb.PostPayloadRequest>;
|
|
869
|
-
requestDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostPayloadRequest>;
|
|
870
|
-
responseSerialize: grpc.serialize<wechaty_puppet_post_pb.PostPayloadResponse>;
|
|
871
|
-
responseDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostPayloadResponse>;
|
|
872
|
-
}
|
|
873
|
-
interface IPuppetService_IPostPayloadSayable extends grpc.MethodDefinition<wechaty_puppet_post_pb.PostPayloadSayableRequest, wechaty_puppet_post_pb.PostPayloadSayableResponse> {
|
|
874
|
-
path: "/wechaty.Puppet/PostPayloadSayable";
|
|
875
|
-
requestStream: false;
|
|
876
|
-
responseStream: false;
|
|
877
|
-
requestSerialize: grpc.serialize<wechaty_puppet_post_pb.PostPayloadSayableRequest>;
|
|
878
|
-
requestDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostPayloadSayableRequest>;
|
|
879
|
-
responseSerialize: grpc.serialize<wechaty_puppet_post_pb.PostPayloadSayableResponse>;
|
|
880
|
-
responseDeserialize: grpc.deserialize<wechaty_puppet_post_pb.PostPayloadSayableResponse>;
|
|
881
|
-
}
|
|
882
822
|
interface IPuppetService_IMomentVisibleList extends grpc.MethodDefinition<wechaty_puppet_moment_pb.MomentVisibleListRequest, wechaty_puppet_moment_pb.MomentVisibleListResponse> {
|
|
883
823
|
path: "/wechaty.Puppet/MomentVisibleList";
|
|
884
824
|
requestStream: false;
|
|
@@ -989,12 +929,6 @@ export interface IPuppetServer extends grpc.UntypedServiceImplementation {
|
|
|
989
929
|
momentCoverage: grpc.handleUnaryCall<wechaty_puppet_moment_pb.MomentCoverageRequest, wechaty_puppet_moment_pb.MomentCoverageResponse>;
|
|
990
930
|
postPayload: grpc.handleUnaryCall<wechaty_puppet_post_pb.PostPayloadRequest, wechaty_puppet_post_pb.PostPayloadResponse>;
|
|
991
931
|
postPayloadSayable: grpc.handleUnaryCall<wechaty_puppet_post_pb.PostPayloadSayableRequest, wechaty_puppet_post_pb.PostPayloadSayableResponse>;
|
|
992
|
-
momentPublish: grpc.handleUnaryCall<wechaty_puppet_moment_pb.MomentPublishRequest, wechaty_puppet_moment_pb.MomentPublishResponse>;
|
|
993
|
-
postTap: grpc.handleUnaryCall<wechaty_puppet_post_pb.PostTapRequest, wechaty_puppet_post_pb.PostTapResponse>;
|
|
994
|
-
momentSignature: grpc.handleUnaryCall<wechaty_puppet_moment_pb.MomentSignatureRequest, wechaty_puppet_moment_pb.MomentSignatureResponse>;
|
|
995
|
-
momentCoverage: grpc.handleUnaryCall<wechaty_puppet_moment_pb.MomentCoverageRequest, wechaty_puppet_moment_pb.MomentCoverageResponse>;
|
|
996
|
-
postPayload: grpc.handleUnaryCall<wechaty_puppet_post_pb.PostPayloadRequest, wechaty_puppet_post_pb.PostPayloadResponse>;
|
|
997
|
-
postPayloadSayable: grpc.handleUnaryCall<wechaty_puppet_post_pb.PostPayloadSayableRequest, wechaty_puppet_post_pb.PostPayloadSayableResponse>;
|
|
998
932
|
momentVisibleList: grpc.handleUnaryCall<wechaty_puppet_moment_pb.MomentVisibleListRequest, wechaty_puppet_moment_pb.MomentVisibleListResponse>;
|
|
999
933
|
download: grpc.handleServerStreamingCall<wechaty_puppet_download_upload_pb.DownloadRequest, wechaty_puppet_download_upload_pb.DownloadResponse>;
|
|
1000
934
|
upload: grpc.handleClientStreamingCall<wechaty_puppet_download_upload_pb.UploadRequest, wechaty_puppet_download_upload_pb.UploadResponse>;
|
|
@@ -1236,24 +1170,6 @@ export interface IPuppetClient {
|
|
|
1236
1170
|
postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1237
1171
|
postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1238
1172
|
postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1239
|
-
momentPublish(request: wechaty_puppet_moment_pb.MomentPublishRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentPublishResponse) => void): grpc.ClientUnaryCall;
|
|
1240
|
-
momentPublish(request: wechaty_puppet_moment_pb.MomentPublishRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentPublishResponse) => void): grpc.ClientUnaryCall;
|
|
1241
|
-
momentPublish(request: wechaty_puppet_moment_pb.MomentPublishRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentPublishResponse) => void): grpc.ClientUnaryCall;
|
|
1242
|
-
postTap(request: wechaty_puppet_post_pb.PostTapRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostTapResponse) => void): grpc.ClientUnaryCall;
|
|
1243
|
-
postTap(request: wechaty_puppet_post_pb.PostTapRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostTapResponse) => void): grpc.ClientUnaryCall;
|
|
1244
|
-
postTap(request: wechaty_puppet_post_pb.PostTapRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostTapResponse) => void): grpc.ClientUnaryCall;
|
|
1245
|
-
momentSignature(request: wechaty_puppet_moment_pb.MomentSignatureRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentSignatureResponse) => void): grpc.ClientUnaryCall;
|
|
1246
|
-
momentSignature(request: wechaty_puppet_moment_pb.MomentSignatureRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentSignatureResponse) => void): grpc.ClientUnaryCall;
|
|
1247
|
-
momentSignature(request: wechaty_puppet_moment_pb.MomentSignatureRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentSignatureResponse) => void): grpc.ClientUnaryCall;
|
|
1248
|
-
momentCoverage(request: wechaty_puppet_moment_pb.MomentCoverageRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentCoverageResponse) => void): grpc.ClientUnaryCall;
|
|
1249
|
-
momentCoverage(request: wechaty_puppet_moment_pb.MomentCoverageRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentCoverageResponse) => void): grpc.ClientUnaryCall;
|
|
1250
|
-
momentCoverage(request: wechaty_puppet_moment_pb.MomentCoverageRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentCoverageResponse) => void): grpc.ClientUnaryCall;
|
|
1251
|
-
postPayload(request: wechaty_puppet_post_pb.PostPayloadRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadResponse) => void): grpc.ClientUnaryCall;
|
|
1252
|
-
postPayload(request: wechaty_puppet_post_pb.PostPayloadRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadResponse) => void): grpc.ClientUnaryCall;
|
|
1253
|
-
postPayload(request: wechaty_puppet_post_pb.PostPayloadRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadResponse) => void): grpc.ClientUnaryCall;
|
|
1254
|
-
postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1255
|
-
postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1256
|
-
postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1257
1173
|
momentVisibleList(request: wechaty_puppet_moment_pb.MomentVisibleListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentVisibleListResponse) => void): grpc.ClientUnaryCall;
|
|
1258
1174
|
momentVisibleList(request: wechaty_puppet_moment_pb.MomentVisibleListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentVisibleListResponse) => void): grpc.ClientUnaryCall;
|
|
1259
1175
|
momentVisibleList(request: wechaty_puppet_moment_pb.MomentVisibleListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentVisibleListResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -1502,24 +1418,6 @@ export class PuppetClient extends grpc.Client implements IPuppetClient {
|
|
|
1502
1418
|
public postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1503
1419
|
public postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1504
1420
|
public postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1505
|
-
public momentPublish(request: wechaty_puppet_moment_pb.MomentPublishRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentPublishResponse) => void): grpc.ClientUnaryCall;
|
|
1506
|
-
public momentPublish(request: wechaty_puppet_moment_pb.MomentPublishRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentPublishResponse) => void): grpc.ClientUnaryCall;
|
|
1507
|
-
public momentPublish(request: wechaty_puppet_moment_pb.MomentPublishRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentPublishResponse) => void): grpc.ClientUnaryCall;
|
|
1508
|
-
public postTap(request: wechaty_puppet_post_pb.PostTapRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostTapResponse) => void): grpc.ClientUnaryCall;
|
|
1509
|
-
public postTap(request: wechaty_puppet_post_pb.PostTapRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostTapResponse) => void): grpc.ClientUnaryCall;
|
|
1510
|
-
public postTap(request: wechaty_puppet_post_pb.PostTapRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostTapResponse) => void): grpc.ClientUnaryCall;
|
|
1511
|
-
public momentSignature(request: wechaty_puppet_moment_pb.MomentSignatureRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentSignatureResponse) => void): grpc.ClientUnaryCall;
|
|
1512
|
-
public momentSignature(request: wechaty_puppet_moment_pb.MomentSignatureRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentSignatureResponse) => void): grpc.ClientUnaryCall;
|
|
1513
|
-
public momentSignature(request: wechaty_puppet_moment_pb.MomentSignatureRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentSignatureResponse) => void): grpc.ClientUnaryCall;
|
|
1514
|
-
public momentCoverage(request: wechaty_puppet_moment_pb.MomentCoverageRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentCoverageResponse) => void): grpc.ClientUnaryCall;
|
|
1515
|
-
public momentCoverage(request: wechaty_puppet_moment_pb.MomentCoverageRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentCoverageResponse) => void): grpc.ClientUnaryCall;
|
|
1516
|
-
public momentCoverage(request: wechaty_puppet_moment_pb.MomentCoverageRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentCoverageResponse) => void): grpc.ClientUnaryCall;
|
|
1517
|
-
public postPayload(request: wechaty_puppet_post_pb.PostPayloadRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadResponse) => void): grpc.ClientUnaryCall;
|
|
1518
|
-
public postPayload(request: wechaty_puppet_post_pb.PostPayloadRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadResponse) => void): grpc.ClientUnaryCall;
|
|
1519
|
-
public postPayload(request: wechaty_puppet_post_pb.PostPayloadRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadResponse) => void): grpc.ClientUnaryCall;
|
|
1520
|
-
public postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1521
|
-
public postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1522
|
-
public postPayloadSayable(request: wechaty_puppet_post_pb.PostPayloadSayableRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_post_pb.PostPayloadSayableResponse) => void): grpc.ClientUnaryCall;
|
|
1523
1421
|
public momentVisibleList(request: wechaty_puppet_moment_pb.MomentVisibleListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentVisibleListResponse) => void): grpc.ClientUnaryCall;
|
|
1524
1422
|
public momentVisibleList(request: wechaty_puppet_moment_pb.MomentVisibleListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentVisibleListResponse) => void): grpc.ClientUnaryCall;
|
|
1525
1423
|
public momentVisibleList(request: wechaty_puppet_moment_pb.MomentVisibleListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_moment_pb.MomentVisibleListResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -2748,73 +2748,7 @@ momentPublish: {
|
|
|
2748
2748
|
// Moment & Post With Correct Name
|
|
2749
2749
|
//
|
|
2750
2750
|
//
|
|
2751
|
-
|
|
2752
|
-
path: '/wechaty.Puppet/MomentPublish',
|
|
2753
|
-
requestStream: false,
|
|
2754
|
-
responseStream: false,
|
|
2755
|
-
requestType: wechaty_puppet_moment_pb.MomentPublishRequest,
|
|
2756
|
-
responseType: wechaty_puppet_moment_pb.MomentPublishResponse,
|
|
2757
|
-
requestSerialize: serialize_wechaty_puppet_MomentPublishRequest,
|
|
2758
|
-
requestDeserialize: deserialize_wechaty_puppet_MomentPublishRequest,
|
|
2759
|
-
responseSerialize: serialize_wechaty_puppet_MomentPublishResponse,
|
|
2760
|
-
responseDeserialize: deserialize_wechaty_puppet_MomentPublishResponse,
|
|
2761
|
-
},
|
|
2762
|
-
postTap: {
|
|
2763
|
-
path: '/wechaty.Puppet/PostTap',
|
|
2764
|
-
requestStream: false,
|
|
2765
|
-
responseStream: false,
|
|
2766
|
-
requestType: wechaty_puppet_post_pb.PostTapRequest,
|
|
2767
|
-
responseType: wechaty_puppet_post_pb.PostTapResponse,
|
|
2768
|
-
requestSerialize: serialize_wechaty_puppet_PostTapRequest,
|
|
2769
|
-
requestDeserialize: deserialize_wechaty_puppet_PostTapRequest,
|
|
2770
|
-
responseSerialize: serialize_wechaty_puppet_PostTapResponse,
|
|
2771
|
-
responseDeserialize: deserialize_wechaty_puppet_PostTapResponse,
|
|
2772
|
-
},
|
|
2773
|
-
momentSignature: {
|
|
2774
|
-
path: '/wechaty.Puppet/MomentSignature',
|
|
2775
|
-
requestStream: false,
|
|
2776
|
-
responseStream: false,
|
|
2777
|
-
requestType: wechaty_puppet_moment_pb.MomentSignatureRequest,
|
|
2778
|
-
responseType: wechaty_puppet_moment_pb.MomentSignatureResponse,
|
|
2779
|
-
requestSerialize: serialize_wechaty_puppet_MomentSignatureRequest,
|
|
2780
|
-
requestDeserialize: deserialize_wechaty_puppet_MomentSignatureRequest,
|
|
2781
|
-
responseSerialize: serialize_wechaty_puppet_MomentSignatureResponse,
|
|
2782
|
-
responseDeserialize: deserialize_wechaty_puppet_MomentSignatureResponse,
|
|
2783
|
-
},
|
|
2784
|
-
momentCoverage: {
|
|
2785
|
-
path: '/wechaty.Puppet/MomentCoverage',
|
|
2786
|
-
requestStream: false,
|
|
2787
|
-
responseStream: false,
|
|
2788
|
-
requestType: wechaty_puppet_moment_pb.MomentCoverageRequest,
|
|
2789
|
-
responseType: wechaty_puppet_moment_pb.MomentCoverageResponse,
|
|
2790
|
-
requestSerialize: serialize_wechaty_puppet_MomentCoverageRequest,
|
|
2791
|
-
requestDeserialize: deserialize_wechaty_puppet_MomentCoverageRequest,
|
|
2792
|
-
responseSerialize: serialize_wechaty_puppet_MomentCoverageResponse,
|
|
2793
|
-
responseDeserialize: deserialize_wechaty_puppet_MomentCoverageResponse,
|
|
2794
|
-
},
|
|
2795
|
-
postPayload: {
|
|
2796
|
-
path: '/wechaty.Puppet/PostPayload',
|
|
2797
|
-
requestStream: false,
|
|
2798
|
-
responseStream: false,
|
|
2799
|
-
requestType: wechaty_puppet_post_pb.PostPayloadRequest,
|
|
2800
|
-
responseType: wechaty_puppet_post_pb.PostPayloadResponse,
|
|
2801
|
-
requestSerialize: serialize_wechaty_puppet_PostPayloadRequest,
|
|
2802
|
-
requestDeserialize: deserialize_wechaty_puppet_PostPayloadRequest,
|
|
2803
|
-
responseSerialize: serialize_wechaty_puppet_PostPayloadResponse,
|
|
2804
|
-
responseDeserialize: deserialize_wechaty_puppet_PostPayloadResponse,
|
|
2805
|
-
},
|
|
2806
|
-
postPayloadSayable: {
|
|
2807
|
-
path: '/wechaty.Puppet/PostPayloadSayable',
|
|
2808
|
-
requestStream: false,
|
|
2809
|
-
responseStream: false,
|
|
2810
|
-
requestType: wechaty_puppet_post_pb.PostPayloadSayableRequest,
|
|
2811
|
-
responseType: wechaty_puppet_post_pb.PostPayloadSayableResponse,
|
|
2812
|
-
requestSerialize: serialize_wechaty_puppet_PostPayloadSayableRequest,
|
|
2813
|
-
requestDeserialize: deserialize_wechaty_puppet_PostPayloadSayableRequest,
|
|
2814
|
-
responseSerialize: serialize_wechaty_puppet_PostPayloadSayableResponse,
|
|
2815
|
-
responseDeserialize: deserialize_wechaty_puppet_PostPayloadSayableResponse,
|
|
2816
|
-
},
|
|
2817
|
-
momentVisibleList: {
|
|
2751
|
+
momentVisibleList: {
|
|
2818
2752
|
path: '/wechaty.Puppet/MomentVisibleList',
|
|
2819
2753
|
requestStream: false,
|
|
2820
2754
|
responseStream: false,
|
|
@@ -729,60 +729,6 @@ type PuppetpostPayloadSayable = {
|
|
|
729
729
|
readonly responseType: typeof wechaty_puppet_post_pb.PostPayloadSayableResponse;
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
type PuppetMomentPublish = {
|
|
733
|
-
readonly methodName: string;
|
|
734
|
-
readonly service: typeof Puppet;
|
|
735
|
-
readonly requestStream: false;
|
|
736
|
-
readonly responseStream: false;
|
|
737
|
-
readonly requestType: typeof wechaty_puppet_moment_pb.MomentPublishRequest;
|
|
738
|
-
readonly responseType: typeof wechaty_puppet_moment_pb.MomentPublishResponse;
|
|
739
|
-
};
|
|
740
|
-
|
|
741
|
-
type PuppetPostTap = {
|
|
742
|
-
readonly methodName: string;
|
|
743
|
-
readonly service: typeof Puppet;
|
|
744
|
-
readonly requestStream: false;
|
|
745
|
-
readonly responseStream: false;
|
|
746
|
-
readonly requestType: typeof wechaty_puppet_post_pb.PostTapRequest;
|
|
747
|
-
readonly responseType: typeof wechaty_puppet_post_pb.PostTapResponse;
|
|
748
|
-
};
|
|
749
|
-
|
|
750
|
-
type PuppetMomentSignature = {
|
|
751
|
-
readonly methodName: string;
|
|
752
|
-
readonly service: typeof Puppet;
|
|
753
|
-
readonly requestStream: false;
|
|
754
|
-
readonly responseStream: false;
|
|
755
|
-
readonly requestType: typeof wechaty_puppet_moment_pb.MomentSignatureRequest;
|
|
756
|
-
readonly responseType: typeof wechaty_puppet_moment_pb.MomentSignatureResponse;
|
|
757
|
-
};
|
|
758
|
-
|
|
759
|
-
type PuppetMomentCoverage = {
|
|
760
|
-
readonly methodName: string;
|
|
761
|
-
readonly service: typeof Puppet;
|
|
762
|
-
readonly requestStream: false;
|
|
763
|
-
readonly responseStream: false;
|
|
764
|
-
readonly requestType: typeof wechaty_puppet_moment_pb.MomentCoverageRequest;
|
|
765
|
-
readonly responseType: typeof wechaty_puppet_moment_pb.MomentCoverageResponse;
|
|
766
|
-
};
|
|
767
|
-
|
|
768
|
-
type PuppetPostPayload = {
|
|
769
|
-
readonly methodName: string;
|
|
770
|
-
readonly service: typeof Puppet;
|
|
771
|
-
readonly requestStream: false;
|
|
772
|
-
readonly responseStream: false;
|
|
773
|
-
readonly requestType: typeof wechaty_puppet_post_pb.PostPayloadRequest;
|
|
774
|
-
readonly responseType: typeof wechaty_puppet_post_pb.PostPayloadResponse;
|
|
775
|
-
};
|
|
776
|
-
|
|
777
|
-
type PuppetPostPayloadSayable = {
|
|
778
|
-
readonly methodName: string;
|
|
779
|
-
readonly service: typeof Puppet;
|
|
780
|
-
readonly requestStream: false;
|
|
781
|
-
readonly responseStream: false;
|
|
782
|
-
readonly requestType: typeof wechaty_puppet_post_pb.PostPayloadSayableRequest;
|
|
783
|
-
readonly responseType: typeof wechaty_puppet_post_pb.PostPayloadSayableResponse;
|
|
784
|
-
};
|
|
785
|
-
|
|
786
732
|
type PuppetMomentVisibleList = {
|
|
787
733
|
readonly methodName: string;
|
|
788
734
|
readonly service: typeof Puppet;
|
|
@@ -891,12 +837,6 @@ export class Puppet {
|
|
|
891
837
|
static readonly momentCoverage: PuppetmomentCoverage;
|
|
892
838
|
static readonly postPayload: PuppetpostPayload;
|
|
893
839
|
static readonly postPayloadSayable: PuppetpostPayloadSayable;
|
|
894
|
-
static readonly MomentPublish: PuppetMomentPublish;
|
|
895
|
-
static readonly PostTap: PuppetPostTap;
|
|
896
|
-
static readonly MomentSignature: PuppetMomentSignature;
|
|
897
|
-
static readonly MomentCoverage: PuppetMomentCoverage;
|
|
898
|
-
static readonly PostPayload: PuppetPostPayload;
|
|
899
|
-
static readonly PostPayloadSayable: PuppetPostPayloadSayable;
|
|
900
840
|
static readonly MomentVisibleList: PuppetMomentVisibleList;
|
|
901
841
|
static readonly Download: PuppetDownload;
|
|
902
842
|
static readonly Upload: PuppetUpload;
|
|
@@ -1613,60 +1553,6 @@ export class PuppetClient {
|
|
|
1613
1553
|
requestMessage: wechaty_puppet_post_pb.PostPayloadSayableRequest,
|
|
1614
1554
|
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostPayloadSayableResponse|null) => void
|
|
1615
1555
|
): UnaryResponse;
|
|
1616
|
-
momentPublish(
|
|
1617
|
-
requestMessage: wechaty_puppet_moment_pb.MomentPublishRequest,
|
|
1618
|
-
metadata: grpc.Metadata,
|
|
1619
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_moment_pb.MomentPublishResponse|null) => void
|
|
1620
|
-
): UnaryResponse;
|
|
1621
|
-
momentPublish(
|
|
1622
|
-
requestMessage: wechaty_puppet_moment_pb.MomentPublishRequest,
|
|
1623
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_moment_pb.MomentPublishResponse|null) => void
|
|
1624
|
-
): UnaryResponse;
|
|
1625
|
-
postTap(
|
|
1626
|
-
requestMessage: wechaty_puppet_post_pb.PostTapRequest,
|
|
1627
|
-
metadata: grpc.Metadata,
|
|
1628
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostTapResponse|null) => void
|
|
1629
|
-
): UnaryResponse;
|
|
1630
|
-
postTap(
|
|
1631
|
-
requestMessage: wechaty_puppet_post_pb.PostTapRequest,
|
|
1632
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostTapResponse|null) => void
|
|
1633
|
-
): UnaryResponse;
|
|
1634
|
-
momentSignature(
|
|
1635
|
-
requestMessage: wechaty_puppet_moment_pb.MomentSignatureRequest,
|
|
1636
|
-
metadata: grpc.Metadata,
|
|
1637
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_moment_pb.MomentSignatureResponse|null) => void
|
|
1638
|
-
): UnaryResponse;
|
|
1639
|
-
momentSignature(
|
|
1640
|
-
requestMessage: wechaty_puppet_moment_pb.MomentSignatureRequest,
|
|
1641
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_moment_pb.MomentSignatureResponse|null) => void
|
|
1642
|
-
): UnaryResponse;
|
|
1643
|
-
momentCoverage(
|
|
1644
|
-
requestMessage: wechaty_puppet_moment_pb.MomentCoverageRequest,
|
|
1645
|
-
metadata: grpc.Metadata,
|
|
1646
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_moment_pb.MomentCoverageResponse|null) => void
|
|
1647
|
-
): UnaryResponse;
|
|
1648
|
-
momentCoverage(
|
|
1649
|
-
requestMessage: wechaty_puppet_moment_pb.MomentCoverageRequest,
|
|
1650
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_moment_pb.MomentCoverageResponse|null) => void
|
|
1651
|
-
): UnaryResponse;
|
|
1652
|
-
postPayload(
|
|
1653
|
-
requestMessage: wechaty_puppet_post_pb.PostPayloadRequest,
|
|
1654
|
-
metadata: grpc.Metadata,
|
|
1655
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostPayloadResponse|null) => void
|
|
1656
|
-
): UnaryResponse;
|
|
1657
|
-
postPayload(
|
|
1658
|
-
requestMessage: wechaty_puppet_post_pb.PostPayloadRequest,
|
|
1659
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostPayloadResponse|null) => void
|
|
1660
|
-
): UnaryResponse;
|
|
1661
|
-
postPayloadSayable(
|
|
1662
|
-
requestMessage: wechaty_puppet_post_pb.PostPayloadSayableRequest,
|
|
1663
|
-
metadata: grpc.Metadata,
|
|
1664
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostPayloadSayableResponse|null) => void
|
|
1665
|
-
): UnaryResponse;
|
|
1666
|
-
postPayloadSayable(
|
|
1667
|
-
requestMessage: wechaty_puppet_post_pb.PostPayloadSayableRequest,
|
|
1668
|
-
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_post_pb.PostPayloadSayableResponse|null) => void
|
|
1669
|
-
): UnaryResponse;
|
|
1670
1556
|
momentVisibleList(
|
|
1671
1557
|
requestMessage: wechaty_puppet_moment_pb.MomentVisibleListRequest,
|
|
1672
1558
|
metadata: grpc.Metadata,
|