@juzi/wechaty-grpc 1.0.6 → 1.0.9

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 (79) hide show
  1. package/dist/cjs/commonjs/generated/puppet.cjs.d.ts +1 -0
  2. package/dist/cjs/out/wechaty/puppet/contact_pb.d.ts +4 -0
  3. package/dist/cjs/out/wechaty/puppet/contact_pb.js +31 -1
  4. package/dist/cjs/out/wechaty/puppet/corp-tag_grpc_pb.js +1 -0
  5. package/dist/cjs/out/wechaty/puppet/corp-tag_pb.d.ts +431 -0
  6. package/dist/cjs/out/wechaty/puppet/corp-tag_pb.js +3315 -0
  7. package/dist/cjs/out/wechaty/puppet/corp-tag_pb_service.d.ts +3 -0
  8. package/dist/cjs/out/wechaty/puppet/corp-tag_pb_service.js +3 -0
  9. package/dist/cjs/out/wechaty/puppet/room-member_pb.d.ts +4 -0
  10. package/dist/cjs/out/wechaty/puppet/room-member_pb.js +31 -1
  11. package/dist/cjs/out/wechaty/puppet/room_pb.d.ts +4 -0
  12. package/dist/cjs/out/wechaty/puppet/room_pb.js +31 -1
  13. package/dist/cjs/out/wechaty/puppet.openapi.yaml +263 -1
  14. package/dist/cjs/out/wechaty/puppet.swagger.json +393 -1
  15. package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +154 -0
  16. package/dist/cjs/out/wechaty/puppet_grpc_pb.js +303 -0
  17. package/dist/cjs/out/wechaty/puppet_pb.d.ts +1 -0
  18. package/dist/cjs/out/wechaty/puppet_pb.js +2 -0
  19. package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +172 -0
  20. package/dist/cjs/out/wechaty/puppet_pb_service.js +361 -0
  21. package/dist/cjs/proto/wechaty/puppet/contact.proto +19 -18
  22. package/dist/cjs/proto/wechaty/puppet/corp-tag.proto +90 -0
  23. package/dist/cjs/proto/wechaty/puppet/room-member.proto +6 -5
  24. package/dist/cjs/proto/wechaty/puppet/room.proto +6 -5
  25. package/dist/cjs/proto/wechaty/puppet.proto +60 -0
  26. package/dist/cjs/src/package-json.js +1 -1
  27. package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -1
  28. package/dist/cjs/tests/puppet-server-impl.js +45 -0
  29. package/dist/cjs/tests/puppet-server-impl.js.map +1 -1
  30. package/dist/esm/commonjs/generated/puppet.cjs.d.ts +1 -0
  31. package/dist/esm/out/wechaty/puppet/contact_pb.d.ts +4 -0
  32. package/dist/esm/out/wechaty/puppet/contact_pb.js +31 -1
  33. package/dist/esm/out/wechaty/puppet/corp-tag_grpc_pb.js +1 -0
  34. package/dist/esm/out/wechaty/puppet/corp-tag_pb.d.ts +431 -0
  35. package/dist/esm/out/wechaty/puppet/corp-tag_pb.js +3315 -0
  36. package/dist/esm/out/wechaty/puppet/corp-tag_pb_service.d.ts +3 -0
  37. package/dist/esm/out/wechaty/puppet/corp-tag_pb_service.js +3 -0
  38. package/dist/esm/out/wechaty/puppet/room-member_pb.d.ts +4 -0
  39. package/dist/esm/out/wechaty/puppet/room-member_pb.js +31 -1
  40. package/dist/esm/out/wechaty/puppet/room_pb.d.ts +4 -0
  41. package/dist/esm/out/wechaty/puppet/room_pb.js +31 -1
  42. package/dist/esm/out/wechaty/puppet.openapi.yaml +263 -1
  43. package/dist/esm/out/wechaty/puppet.swagger.json +393 -1
  44. package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +154 -0
  45. package/dist/esm/out/wechaty/puppet_grpc_pb.js +303 -0
  46. package/dist/esm/out/wechaty/puppet_pb.d.ts +1 -0
  47. package/dist/esm/out/wechaty/puppet_pb.js +2 -0
  48. package/dist/esm/out/wechaty/puppet_pb_service.d.ts +172 -0
  49. package/dist/esm/out/wechaty/puppet_pb_service.js +361 -0
  50. package/dist/esm/proto/wechaty/puppet/contact.proto +19 -18
  51. package/dist/esm/proto/wechaty/puppet/corp-tag.proto +90 -0
  52. package/dist/esm/proto/wechaty/puppet/room-member.proto +6 -5
  53. package/dist/esm/proto/wechaty/puppet/room.proto +6 -5
  54. package/dist/esm/proto/wechaty/puppet.proto +60 -0
  55. package/dist/esm/src/package-json.js +1 -1
  56. package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -1
  57. package/dist/esm/tests/puppet-server-impl.js +45 -0
  58. package/dist/esm/tests/puppet-server-impl.js.map +1 -1
  59. package/out/wechaty/puppet/contact_pb.d.ts +4 -0
  60. package/out/wechaty/puppet/contact_pb.js +31 -1
  61. package/out/wechaty/puppet/corp-tag_grpc_pb.js +1 -0
  62. package/out/wechaty/puppet/corp-tag_pb.d.ts +431 -0
  63. package/out/wechaty/puppet/corp-tag_pb.js +3315 -0
  64. package/out/wechaty/puppet/corp-tag_pb_service.d.ts +3 -0
  65. package/out/wechaty/puppet/corp-tag_pb_service.js +3 -0
  66. package/out/wechaty/puppet/room-member_pb.d.ts +4 -0
  67. package/out/wechaty/puppet/room-member_pb.js +31 -1
  68. package/out/wechaty/puppet/room_pb.d.ts +4 -0
  69. package/out/wechaty/puppet/room_pb.js +31 -1
  70. package/out/wechaty/puppet.openapi.yaml +263 -1
  71. package/out/wechaty/puppet.swagger.json +393 -1
  72. package/out/wechaty/puppet_grpc_pb.d.ts +154 -0
  73. package/out/wechaty/puppet_grpc_pb.js +303 -0
  74. package/out/wechaty/puppet_pb.d.ts +1 -0
  75. package/out/wechaty/puppet_pb.js +2 -0
  76. package/out/wechaty/puppet_pb_service.d.ts +172 -0
  77. package/out/wechaty/puppet_pb_service.js +361 -0
  78. package/package.json +1 -1
  79. package/src/package-json.ts +1 -1
@@ -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",
6
+ "version": "1.0.9",
7
7
  "contact": {
8
8
  "name": "Wechaty",
9
9
  "url": "https://github.com/wechaty/openapi",
@@ -166,6 +166,118 @@
166
166
  ]
167
167
  }
168
168
  },
169
+ "/contacts/{contactId}/corp-tag/tags": {
170
+ "get": {
171
+ "operationId": "Puppet_CorpTagContactTagList",
172
+ "responses": {
173
+ "200": {
174
+ "description": "A successful response.",
175
+ "schema": {
176
+ "$ref": "#/definitions/puppetCorpTagContactTagListResponse"
177
+ }
178
+ },
179
+ "default": {
180
+ "description": "An unexpected error response.",
181
+ "schema": {
182
+ "$ref": "#/definitions/rpcStatus"
183
+ }
184
+ }
185
+ },
186
+ "parameters": [
187
+ {
188
+ "name": "contactId",
189
+ "in": "path",
190
+ "required": true,
191
+ "type": "string"
192
+ }
193
+ ],
194
+ "tags": [
195
+ "Puppet"
196
+ ]
197
+ }
198
+ },
199
+ "/contacts/{contactId}/corp-tag/tags/{corpTagId}": {
200
+ "delete": {
201
+ "operationId": "Puppet_CorpTagContactTagRemove",
202
+ "responses": {
203
+ "200": {
204
+ "description": "A successful response.",
205
+ "schema": {
206
+ "$ref": "#/definitions/puppetCorpTagContactTagRemoveResponse"
207
+ }
208
+ },
209
+ "default": {
210
+ "description": "An unexpected error response.",
211
+ "schema": {
212
+ "$ref": "#/definitions/rpcStatus"
213
+ }
214
+ }
215
+ },
216
+ "parameters": [
217
+ {
218
+ "name": "contactId",
219
+ "in": "path",
220
+ "required": true,
221
+ "type": "string"
222
+ },
223
+ {
224
+ "name": "corpTagId",
225
+ "in": "path",
226
+ "required": true,
227
+ "type": "string"
228
+ },
229
+ {
230
+ "name": "corpTagGroupId",
231
+ "in": "query",
232
+ "required": false,
233
+ "type": "string"
234
+ }
235
+ ],
236
+ "tags": [
237
+ "Puppet"
238
+ ]
239
+ },
240
+ "put": {
241
+ "operationId": "Puppet_CorpTagContactTagAdd",
242
+ "responses": {
243
+ "200": {
244
+ "description": "A successful response.",
245
+ "schema": {
246
+ "$ref": "#/definitions/puppetCorpTagContactTagAddResponse"
247
+ }
248
+ },
249
+ "default": {
250
+ "description": "An unexpected error response.",
251
+ "schema": {
252
+ "$ref": "#/definitions/rpcStatus"
253
+ }
254
+ }
255
+ },
256
+ "parameters": [
257
+ {
258
+ "name": "contactId",
259
+ "in": "path",
260
+ "required": true,
261
+ "type": "string"
262
+ },
263
+ {
264
+ "name": "corpTagId",
265
+ "in": "path",
266
+ "required": true,
267
+ "type": "string"
268
+ },
269
+ {
270
+ "name": "corpTagGroupId",
271
+ "in": "query",
272
+ "required": false,
273
+ "type": "string"
274
+ }
275
+ ],
276
+ "tags": [
277
+ "Puppet"
278
+ ]
279
+ }
280
+ },
169
281
  "/contacts/{contactId}/corporation-remark": {
170
282
  "put": {
171
283
  "operationId": "Puppet_ContactCorporationRemark",
@@ -890,6 +1002,190 @@
890
1002
  ]
891
1003
  }
892
1004
  },
1005
+ "/corp-tag/groups": {
1006
+ "get": {
1007
+ "operationId": "Puppet_CorpTagGroupList",
1008
+ "responses": {
1009
+ "200": {
1010
+ "description": "A successful response.",
1011
+ "schema": {
1012
+ "$ref": "#/definitions/puppetCorpTagGroupListResponse"
1013
+ }
1014
+ },
1015
+ "default": {
1016
+ "description": "An unexpected error response.",
1017
+ "schema": {
1018
+ "$ref": "#/definitions/rpcStatus"
1019
+ }
1020
+ }
1021
+ },
1022
+ "tags": [
1023
+ "Puppet"
1024
+ ]
1025
+ }
1026
+ },
1027
+ "/corp-tag/groups/{corpTagGroupId}": {
1028
+ "get": {
1029
+ "operationId": "Puppet_CorpTagTagList",
1030
+ "responses": {
1031
+ "200": {
1032
+ "description": "A successful response.",
1033
+ "schema": {
1034
+ "$ref": "#/definitions/puppetCorpTagTagListResponse"
1035
+ }
1036
+ },
1037
+ "default": {
1038
+ "description": "An unexpected error response.",
1039
+ "schema": {
1040
+ "$ref": "#/definitions/rpcStatus"
1041
+ }
1042
+ }
1043
+ },
1044
+ "parameters": [
1045
+ {
1046
+ "name": "corpTagGroupId",
1047
+ "in": "path",
1048
+ "required": true,
1049
+ "type": "string"
1050
+ }
1051
+ ],
1052
+ "tags": [
1053
+ "Puppet"
1054
+ ]
1055
+ }
1056
+ },
1057
+ "/corp-tags/groups/{corpTagGroupId}": {
1058
+ "delete": {
1059
+ "operationId": "Puppet_CorpTagGroupDelete",
1060
+ "responses": {
1061
+ "200": {
1062
+ "description": "A successful response.",
1063
+ "schema": {
1064
+ "$ref": "#/definitions/puppetCorpTagGroupDeleteResponse"
1065
+ }
1066
+ },
1067
+ "default": {
1068
+ "description": "An unexpected error response.",
1069
+ "schema": {
1070
+ "$ref": "#/definitions/rpcStatus"
1071
+ }
1072
+ }
1073
+ },
1074
+ "parameters": [
1075
+ {
1076
+ "name": "corpTagGroupId",
1077
+ "in": "path",
1078
+ "required": true,
1079
+ "type": "string"
1080
+ }
1081
+ ],
1082
+ "tags": [
1083
+ "Puppet"
1084
+ ]
1085
+ }
1086
+ },
1087
+ "/corp-tags/groups/{corpTagGroupId}/tags/{corpTagId}": {
1088
+ "delete": {
1089
+ "operationId": "Puppet_CorpTagTagDelete",
1090
+ "responses": {
1091
+ "200": {
1092
+ "description": "A successful response.",
1093
+ "schema": {
1094
+ "$ref": "#/definitions/puppetCorpTagTagDeleteResponse"
1095
+ }
1096
+ },
1097
+ "default": {
1098
+ "description": "An unexpected error response.",
1099
+ "schema": {
1100
+ "$ref": "#/definitions/rpcStatus"
1101
+ }
1102
+ }
1103
+ },
1104
+ "parameters": [
1105
+ {
1106
+ "name": "corpTagGroupId",
1107
+ "in": "path",
1108
+ "required": true,
1109
+ "type": "string"
1110
+ },
1111
+ {
1112
+ "name": "corpTagId",
1113
+ "in": "path",
1114
+ "required": true,
1115
+ "type": "string"
1116
+ }
1117
+ ],
1118
+ "tags": [
1119
+ "Puppet"
1120
+ ]
1121
+ }
1122
+ },
1123
+ "/corp-tags/groups/{corpTagGroupId}/tags/{corpTagName}": {
1124
+ "put": {
1125
+ "operationId": "Puppet_CorpTagTagAdd",
1126
+ "responses": {
1127
+ "200": {
1128
+ "description": "A successful response.",
1129
+ "schema": {
1130
+ "$ref": "#/definitions/puppetCorpTagTagAddResponse"
1131
+ }
1132
+ },
1133
+ "default": {
1134
+ "description": "An unexpected error response.",
1135
+ "schema": {
1136
+ "$ref": "#/definitions/rpcStatus"
1137
+ }
1138
+ }
1139
+ },
1140
+ "parameters": [
1141
+ {
1142
+ "name": "corpTagGroupId",
1143
+ "in": "path",
1144
+ "required": true,
1145
+ "type": "string"
1146
+ },
1147
+ {
1148
+ "name": "corpTagName",
1149
+ "in": "path",
1150
+ "required": true,
1151
+ "type": "string"
1152
+ }
1153
+ ],
1154
+ "tags": [
1155
+ "Puppet"
1156
+ ]
1157
+ }
1158
+ },
1159
+ "/corp-tags/groups/{corpTagGroupName}": {
1160
+ "put": {
1161
+ "operationId": "Puppet_CorpTagGroupAdd",
1162
+ "responses": {
1163
+ "200": {
1164
+ "description": "A successful response.",
1165
+ "schema": {
1166
+ "$ref": "#/definitions/puppetCorpTagGroupAddResponse"
1167
+ }
1168
+ },
1169
+ "default": {
1170
+ "description": "An unexpected error response.",
1171
+ "schema": {
1172
+ "$ref": "#/definitions/rpcStatus"
1173
+ }
1174
+ }
1175
+ },
1176
+ "parameters": [
1177
+ {
1178
+ "name": "corpTagGroupName",
1179
+ "in": "path",
1180
+ "required": true,
1181
+ "type": "string"
1182
+ }
1183
+ ],
1184
+ "tags": [
1185
+ "Puppet"
1186
+ ]
1187
+ }
1188
+ },
893
1189
  "/currentUser": {
894
1190
  "get": {
895
1191
  "operationId": "Puppet_CurrentUser",
@@ -2326,6 +2622,7 @@
2326
2622
  "parameters": [
2327
2623
  {
2328
2624
  "name": "body",
2625
+ "description": "*\nHuan(202003): we just rename the payload message because gRPC only care about the message structure\n (and as long as we keep consistent with the old structure).\n\n @link https://github.com/wechaty/grpc/pull/173\n\nRename:\n 1. `FriendshipSearchWeixinRequest` -> `FriendshipSearchHandleRequest`\n 2. `FriendshipSearchWeixinReqsponse` -> `FriendshipSearchHandleResponse`",
2329
2626
  "in": "body",
2330
2627
  "required": true,
2331
2628
  "schema": {
@@ -2699,6 +2996,9 @@
2699
2996
  "items": {
2700
2997
  "type": "string"
2701
2998
  }
2999
+ },
3000
+ "additionalInfo": {
3001
+ "type": "string"
2702
3002
  }
2703
3003
  }
2704
3004
  },
@@ -2745,6 +3045,92 @@
2745
3045
  ],
2746
3046
  "default": "CONTACT_TYPE_UNSPECIFIED"
2747
3047
  },
3048
+ "puppetCorpTagContactTagAddResponse": {
3049
+ "type": "object"
3050
+ },
3051
+ "puppetCorpTagContactTagListResponse": {
3052
+ "type": "object",
3053
+ "properties": {
3054
+ "payloads": {
3055
+ "type": "array",
3056
+ "items": {
3057
+ "$ref": "#/definitions/puppetCorpTagPayload"
3058
+ }
3059
+ }
3060
+ }
3061
+ },
3062
+ "puppetCorpTagContactTagRemoveResponse": {
3063
+ "type": "object"
3064
+ },
3065
+ "puppetCorpTagGroupAddResponse": {
3066
+ "type": "object",
3067
+ "properties": {
3068
+ "payload": {
3069
+ "$ref": "#/definitions/puppetCorpTagGroupPayload"
3070
+ }
3071
+ }
3072
+ },
3073
+ "puppetCorpTagGroupDeleteResponse": {
3074
+ "type": "object"
3075
+ },
3076
+ "puppetCorpTagGroupListResponse": {
3077
+ "type": "object",
3078
+ "properties": {
3079
+ "payloads": {
3080
+ "type": "array",
3081
+ "items": {
3082
+ "$ref": "#/definitions/puppetCorpTagGroupPayload"
3083
+ }
3084
+ }
3085
+ }
3086
+ },
3087
+ "puppetCorpTagGroupPayload": {
3088
+ "type": "object",
3089
+ "properties": {
3090
+ "id": {
3091
+ "type": "string"
3092
+ },
3093
+ "name": {
3094
+ "type": "string"
3095
+ }
3096
+ }
3097
+ },
3098
+ "puppetCorpTagPayload": {
3099
+ "type": "object",
3100
+ "properties": {
3101
+ "id": {
3102
+ "type": "string"
3103
+ },
3104
+ "name": {
3105
+ "type": "string"
3106
+ },
3107
+ "groupId": {
3108
+ "type": "string"
3109
+ }
3110
+ }
3111
+ },
3112
+ "puppetCorpTagTagAddResponse": {
3113
+ "type": "object",
3114
+ "properties": {
3115
+ "payload": {
3116
+ "$ref": "#/definitions/puppetCorpTagPayload"
3117
+ }
3118
+ }
3119
+ },
3120
+ "puppetCorpTagTagDeleteResponse": {
3121
+ "type": "object"
3122
+ },
3123
+ "puppetCorpTagTagListResponse": {
3124
+ "type": "object",
3125
+ "properties": {
3126
+ "payloads": {
3127
+ "type": "array",
3128
+ "items": {
3129
+ "$ref": "#/definitions/puppetCorpTagPayload"
3130
+ }
3131
+ }
3132
+ }
3133
+ },
2748
3134
  "puppetCurrentUserResponse": {
2749
3135
  "type": "object",
2750
3136
  "properties": {
@@ -3468,6 +3854,9 @@
3468
3854
  },
3469
3855
  "name": {
3470
3856
  "type": "string"
3857
+ },
3858
+ "additionalInfo": {
3859
+ "type": "string"
3471
3860
  }
3472
3861
  }
3473
3862
  },
@@ -3500,6 +3889,9 @@
3500
3889
  },
3501
3890
  "handle": {
3502
3891
  "type": "string"
3892
+ },
3893
+ "additionalInfo": {
3894
+ "type": "string"
3503
3895
  }
3504
3896
  }
3505
3897
  },
@@ -19,6 +19,7 @@ import * as wechaty_puppet_room_member_pb from "../wechaty/puppet/room-member_pb
19
19
  import * as wechaty_puppet_room_pb from "../wechaty/puppet/room_pb";
20
20
  import * as wechaty_puppet_tag_pb from "../wechaty/puppet/tag_pb";
21
21
  import * as wechaty_puppet_channel_pb from "../wechaty/puppet/channel_pb";
22
+ import * as wechaty_puppet_corp_tag_pb from "../wechaty/puppet/corp-tag_pb";
22
23
 
23
24
  interface IPuppetService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
24
25
  messageFileStream: IPuppetService_IMessageFileStream;
@@ -84,6 +85,15 @@ interface IPuppetService extends grpc.ServiceDefinition<grpc.UntypedServiceImple
84
85
  tagContactRemove: IPuppetService_ITagContactRemove;
85
86
  tagContactDelete: IPuppetService_ITagContactDelete;
86
87
  tagContactList: IPuppetService_ITagContactList;
88
+ corpTagContactTagAdd: IPuppetService_ICorpTagContactTagAdd;
89
+ corpTagContactTagRemove: IPuppetService_ICorpTagContactTagRemove;
90
+ corpTagGroupAdd: IPuppetService_ICorpTagGroupAdd;
91
+ corpTagGroupDelete: IPuppetService_ICorpTagGroupDelete;
92
+ corpTagTagAdd: IPuppetService_ICorpTagTagAdd;
93
+ corpTagTagDelete: IPuppetService_ICorpTagTagDelete;
94
+ corpTagGroupList: IPuppetService_ICorpTagGroupList;
95
+ corpTagTagList: IPuppetService_ICorpTagTagList;
96
+ corpTagContactTagList: IPuppetService_ICorpTagContactTagList;
87
97
  download: IPuppetService_IDownload;
88
98
  upload: IPuppetService_IUpload;
89
99
  }
@@ -655,6 +665,87 @@ interface IPuppetService_ITagContactList extends grpc.MethodDefinition<wechaty_p
655
665
  responseSerialize: grpc.serialize<wechaty_puppet_tag_pb.TagContactListResponse>;
656
666
  responseDeserialize: grpc.deserialize<wechaty_puppet_tag_pb.TagContactListResponse>;
657
667
  }
668
+ interface IPuppetService_ICorpTagContactTagAdd extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse> {
669
+ path: "/wechaty.Puppet/CorpTagContactTagAdd";
670
+ requestStream: false;
671
+ responseStream: false;
672
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest>;
673
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest>;
674
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse>;
675
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse>;
676
+ }
677
+ interface IPuppetService_ICorpTagContactTagRemove extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse> {
678
+ path: "/wechaty.Puppet/CorpTagContactTagRemove";
679
+ requestStream: false;
680
+ responseStream: false;
681
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest>;
682
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest>;
683
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse>;
684
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse>;
685
+ }
686
+ interface IPuppetService_ICorpTagGroupAdd extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse> {
687
+ path: "/wechaty.Puppet/CorpTagGroupAdd";
688
+ requestStream: false;
689
+ responseStream: false;
690
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest>;
691
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest>;
692
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse>;
693
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse>;
694
+ }
695
+ interface IPuppetService_ICorpTagGroupDelete extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse> {
696
+ path: "/wechaty.Puppet/CorpTagGroupDelete";
697
+ requestStream: false;
698
+ responseStream: false;
699
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest>;
700
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest>;
701
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse>;
702
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse>;
703
+ }
704
+ interface IPuppetService_ICorpTagTagAdd extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse> {
705
+ path: "/wechaty.Puppet/CorpTagTagAdd";
706
+ requestStream: false;
707
+ responseStream: false;
708
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest>;
709
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest>;
710
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse>;
711
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse>;
712
+ }
713
+ interface IPuppetService_ICorpTagTagDelete extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse> {
714
+ path: "/wechaty.Puppet/CorpTagTagDelete";
715
+ requestStream: false;
716
+ responseStream: false;
717
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest>;
718
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest>;
719
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse>;
720
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse>;
721
+ }
722
+ interface IPuppetService_ICorpTagGroupList extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse> {
723
+ path: "/wechaty.Puppet/CorpTagGroupList";
724
+ requestStream: false;
725
+ responseStream: false;
726
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest>;
727
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest>;
728
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse>;
729
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse>;
730
+ }
731
+ interface IPuppetService_ICorpTagTagList extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagTagListResponse> {
732
+ path: "/wechaty.Puppet/CorpTagTagList";
733
+ requestStream: false;
734
+ responseStream: false;
735
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest>;
736
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest>;
737
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagListResponse>;
738
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagListResponse>;
739
+ }
740
+ interface IPuppetService_ICorpTagContactTagList extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse> {
741
+ path: "/wechaty.Puppet/CorpTagContactTagList";
742
+ requestStream: false;
743
+ responseStream: false;
744
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest>;
745
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest>;
746
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse>;
747
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse>;
748
+ }
658
749
  interface IPuppetService_IDownload extends grpc.MethodDefinition<wechaty_puppet_download_upload_pb.DownloadRequest, wechaty_puppet_download_upload_pb.DownloadResponse> {
659
750
  path: "/wechaty.Puppet/Download";
660
751
  requestStream: false;
@@ -740,6 +831,15 @@ export interface IPuppetServer extends grpc.UntypedServiceImplementation {
740
831
  tagContactRemove: grpc.handleUnaryCall<wechaty_puppet_tag_pb.TagContactRemoveRequest, wechaty_puppet_tag_pb.TagContactRemoveResponse>;
741
832
  tagContactDelete: grpc.handleUnaryCall<wechaty_puppet_tag_pb.TagContactDeleteRequest, wechaty_puppet_tag_pb.TagContactDeleteResponse>;
742
833
  tagContactList: grpc.handleUnaryCall<wechaty_puppet_tag_pb.TagContactListRequest, wechaty_puppet_tag_pb.TagContactListResponse>;
834
+ corpTagContactTagAdd: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse>;
835
+ corpTagContactTagRemove: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse>;
836
+ corpTagGroupAdd: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse>;
837
+ corpTagGroupDelete: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse>;
838
+ corpTagTagAdd: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse>;
839
+ corpTagTagDelete: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse>;
840
+ corpTagGroupList: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse>;
841
+ corpTagTagList: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagTagListResponse>;
842
+ corpTagContactTagList: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse>;
743
843
  download: grpc.handleServerStreamingCall<wechaty_puppet_download_upload_pb.DownloadRequest, wechaty_puppet_download_upload_pb.DownloadResponse>;
744
844
  upload: grpc.handleClientStreamingCall<wechaty_puppet_download_upload_pb.UploadRequest, wechaty_puppet_download_upload_pb.UploadResponse>;
745
845
  }
@@ -932,6 +1032,33 @@ export interface IPuppetClient {
932
1032
  tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
933
1033
  tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
934
1034
  tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1035
+ corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1036
+ corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1037
+ corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1038
+ corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1039
+ corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1040
+ corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1041
+ corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1042
+ corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1043
+ corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1044
+ corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1045
+ corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1046
+ corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1047
+ corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1048
+ corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1049
+ corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1050
+ corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1051
+ corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1052
+ corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1053
+ corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1054
+ corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1055
+ corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1056
+ corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1057
+ corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1058
+ corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1059
+ corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1060
+ corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1061
+ corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
935
1062
  download(request: wechaty_puppet_download_upload_pb.DownloadRequest, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
936
1063
  download(request: wechaty_puppet_download_upload_pb.DownloadRequest, metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
937
1064
  upload(callback: (error: grpc.ServiceError | null, response: wechaty_puppet_download_upload_pb.UploadResponse) => void): grpc.ClientWritableStream<wechaty_puppet_download_upload_pb.UploadRequest>;
@@ -1129,6 +1256,33 @@ export class PuppetClient extends grpc.Client implements IPuppetClient {
1129
1256
  public tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1130
1257
  public tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1131
1258
  public tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1259
+ public corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1260
+ public corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1261
+ public corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1262
+ public corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1263
+ public corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1264
+ public corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1265
+ public corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1266
+ public corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1267
+ public corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1268
+ public corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1269
+ public corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1270
+ public corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1271
+ public corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1272
+ public corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1273
+ public corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1274
+ public corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1275
+ public corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1276
+ public corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1277
+ public corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1278
+ public corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1279
+ public corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1280
+ public corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1281
+ public corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1282
+ public corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1283
+ public corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1284
+ public corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1285
+ public corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1132
1286
  public download(request: wechaty_puppet_download_upload_pb.DownloadRequest, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
1133
1287
  public download(request: wechaty_puppet_download_upload_pb.DownloadRequest, metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
1134
1288
  public upload(callback: (error: grpc.ServiceError | null, response: wechaty_puppet_download_upload_pb.UploadResponse) => void): grpc.ClientWritableStream<wechaty_puppet_download_upload_pb.UploadRequest>;