@juzi/wechaty-grpc 1.0.26 → 1.0.27
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/base_pb.d.ts +3 -2
- package/dist/cjs/out/wechaty/puppet/base_pb.js +3 -2
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +7 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +7 -1
- package/dist/cjs/proto/wechaty/puppet/base.proto +3 -2
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet/base_pb.d.ts +3 -2
- package/dist/esm/out/wechaty/puppet/base_pb.js +3 -2
- package/dist/esm/out/wechaty/puppet.openapi.yaml +7 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +7 -1
- package/dist/esm/proto/wechaty/puppet/base.proto +3 -2
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet/base_pb.d.ts +3 -2
- package/out/wechaty/puppet/base_pb.js +3 -2
- package/out/wechaty/puppet.openapi.yaml +7 -1
- package/out/wechaty/puppet.swagger.json +7 -1
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -254,8 +254,9 @@ export interface PayloadTypeMap {
|
|
|
254
254
|
PAYLOAD_TYPE_ROOM: 3;
|
|
255
255
|
PAYLOAD_TYPE_ROOM_MEMBER: 4;
|
|
256
256
|
PAYLOAD_TYPE_FRIENDSHIP: 5;
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
PAYLOAD_TYPE_POST: 6;
|
|
258
|
+
PAYLOAD_TYPE_TAG: 7;
|
|
259
|
+
PAYLOAD_TYPE_TAG_GROUP: 8;
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
export const PayloadType: PayloadTypeMap;
|
|
@@ -1894,8 +1894,9 @@ proto.wechaty.puppet.PayloadType = {
|
|
|
1894
1894
|
PAYLOAD_TYPE_ROOM: 3,
|
|
1895
1895
|
PAYLOAD_TYPE_ROOM_MEMBER: 4,
|
|
1896
1896
|
PAYLOAD_TYPE_FRIENDSHIP: 5,
|
|
1897
|
-
|
|
1898
|
-
|
|
1897
|
+
PAYLOAD_TYPE_POST: 6,
|
|
1898
|
+
PAYLOAD_TYPE_TAG: 7,
|
|
1899
|
+
PAYLOAD_TYPE_TAG_GROUP: 8
|
|
1899
1900
|
};
|
|
1900
1901
|
|
|
1901
1902
|
goog.object.extend(exports, proto.wechaty.puppet);
|
|
@@ -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.27
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -310,6 +310,7 @@ paths:
|
|
|
310
310
|
- PAYLOAD_TYPE_ROOM
|
|
311
311
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
312
312
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
313
|
+
- PAYLOAD_TYPE_POST
|
|
313
314
|
- PAYLOAD_TYPE_TAG
|
|
314
315
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
315
316
|
pattern: PAYLOADTYPECONTACT
|
|
@@ -797,6 +798,7 @@ paths:
|
|
|
797
798
|
- PAYLOAD_TYPE_ROOM
|
|
798
799
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
799
800
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
801
|
+
- PAYLOAD_TYPE_POST
|
|
800
802
|
- PAYLOAD_TYPE_TAG
|
|
801
803
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
802
804
|
pattern: PAYLOADTYPEFRIENDSHIP
|
|
@@ -901,6 +903,7 @@ paths:
|
|
|
901
903
|
- PAYLOAD_TYPE_ROOM
|
|
902
904
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
903
905
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
906
|
+
- PAYLOAD_TYPE_POST
|
|
904
907
|
- PAYLOAD_TYPE_TAG
|
|
905
908
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
906
909
|
pattern: PAYLOADTYPEMESSAGE
|
|
@@ -1402,6 +1405,7 @@ paths:
|
|
|
1402
1405
|
- PAYLOAD_TYPE_ROOM
|
|
1403
1406
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
1404
1407
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
1408
|
+
- PAYLOAD_TYPE_POST
|
|
1405
1409
|
- PAYLOAD_TYPE_TAG
|
|
1406
1410
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
1407
1411
|
pattern: PAYLOADTYPEROOMMEMBER
|
|
@@ -1435,6 +1439,7 @@ paths:
|
|
|
1435
1439
|
- PAYLOAD_TYPE_ROOM
|
|
1436
1440
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
1437
1441
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
1442
|
+
- PAYLOAD_TYPE_POST
|
|
1438
1443
|
- PAYLOAD_TYPE_TAG
|
|
1439
1444
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
1440
1445
|
pattern: PAYLOADTYPEROOM
|
|
@@ -2678,6 +2683,7 @@ definitions:
|
|
|
2678
2683
|
- PAYLOAD_TYPE_ROOM
|
|
2679
2684
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
2680
2685
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
2686
|
+
- PAYLOAD_TYPE_POST
|
|
2681
2687
|
- PAYLOAD_TYPE_TAG
|
|
2682
2688
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
2683
2689
|
default: PAYLOAD_TYPE_UNSPECIFIED
|
|
@@ -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.27",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -460,6 +460,7 @@
|
|
|
460
460
|
"PAYLOAD_TYPE_ROOM",
|
|
461
461
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
462
462
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
463
|
+
"PAYLOAD_TYPE_POST",
|
|
463
464
|
"PAYLOAD_TYPE_TAG",
|
|
464
465
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
465
466
|
],
|
|
@@ -1173,6 +1174,7 @@
|
|
|
1173
1174
|
"PAYLOAD_TYPE_ROOM",
|
|
1174
1175
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
1175
1176
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
1177
|
+
"PAYLOAD_TYPE_POST",
|
|
1176
1178
|
"PAYLOAD_TYPE_TAG",
|
|
1177
1179
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
1178
1180
|
],
|
|
@@ -1332,6 +1334,7 @@
|
|
|
1332
1334
|
"PAYLOAD_TYPE_ROOM",
|
|
1333
1335
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
1334
1336
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
1337
|
+
"PAYLOAD_TYPE_POST",
|
|
1335
1338
|
"PAYLOAD_TYPE_TAG",
|
|
1336
1339
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
1337
1340
|
],
|
|
@@ -2102,6 +2105,7 @@
|
|
|
2102
2105
|
"PAYLOAD_TYPE_ROOM",
|
|
2103
2106
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
2104
2107
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
2108
|
+
"PAYLOAD_TYPE_POST",
|
|
2105
2109
|
"PAYLOAD_TYPE_TAG",
|
|
2106
2110
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
2107
2111
|
],
|
|
@@ -2149,6 +2153,7 @@
|
|
|
2149
2153
|
"PAYLOAD_TYPE_ROOM",
|
|
2150
2154
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
2151
2155
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
2156
|
+
"PAYLOAD_TYPE_POST",
|
|
2152
2157
|
"PAYLOAD_TYPE_TAG",
|
|
2153
2158
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
2154
2159
|
],
|
|
@@ -3891,6 +3896,7 @@
|
|
|
3891
3896
|
"PAYLOAD_TYPE_ROOM",
|
|
3892
3897
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
3893
3898
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
3899
|
+
"PAYLOAD_TYPE_POST",
|
|
3894
3900
|
"PAYLOAD_TYPE_TAG",
|
|
3895
3901
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
3896
3902
|
],
|
|
@@ -12,8 +12,9 @@ enum PayloadType {
|
|
|
12
12
|
PAYLOAD_TYPE_ROOM = 3;
|
|
13
13
|
PAYLOAD_TYPE_ROOM_MEMBER = 4;
|
|
14
14
|
PAYLOAD_TYPE_FRIENDSHIP = 5;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
PAYLOAD_TYPE_POST = 6;
|
|
16
|
+
PAYLOAD_TYPE_TAG = 7;
|
|
17
|
+
PAYLOAD_TYPE_TAG_GROUP = 8;
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
message StartRequest {}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.packageJson = void 0;
|
|
4
4
|
exports.packageJson = {
|
|
5
5
|
"name": "@juzi/wechaty-grpc",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.27",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -254,8 +254,9 @@ export interface PayloadTypeMap {
|
|
|
254
254
|
PAYLOAD_TYPE_ROOM: 3;
|
|
255
255
|
PAYLOAD_TYPE_ROOM_MEMBER: 4;
|
|
256
256
|
PAYLOAD_TYPE_FRIENDSHIP: 5;
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
PAYLOAD_TYPE_POST: 6;
|
|
258
|
+
PAYLOAD_TYPE_TAG: 7;
|
|
259
|
+
PAYLOAD_TYPE_TAG_GROUP: 8;
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
export const PayloadType: PayloadTypeMap;
|
|
@@ -1894,8 +1894,9 @@ proto.wechaty.puppet.PayloadType = {
|
|
|
1894
1894
|
PAYLOAD_TYPE_ROOM: 3,
|
|
1895
1895
|
PAYLOAD_TYPE_ROOM_MEMBER: 4,
|
|
1896
1896
|
PAYLOAD_TYPE_FRIENDSHIP: 5,
|
|
1897
|
-
|
|
1898
|
-
|
|
1897
|
+
PAYLOAD_TYPE_POST: 6,
|
|
1898
|
+
PAYLOAD_TYPE_TAG: 7,
|
|
1899
|
+
PAYLOAD_TYPE_TAG_GROUP: 8
|
|
1899
1900
|
};
|
|
1900
1901
|
|
|
1901
1902
|
goog.object.extend(exports, proto.wechaty.puppet);
|
|
@@ -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.27
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -310,6 +310,7 @@ paths:
|
|
|
310
310
|
- PAYLOAD_TYPE_ROOM
|
|
311
311
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
312
312
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
313
|
+
- PAYLOAD_TYPE_POST
|
|
313
314
|
- PAYLOAD_TYPE_TAG
|
|
314
315
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
315
316
|
pattern: PAYLOADTYPECONTACT
|
|
@@ -797,6 +798,7 @@ paths:
|
|
|
797
798
|
- PAYLOAD_TYPE_ROOM
|
|
798
799
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
799
800
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
801
|
+
- PAYLOAD_TYPE_POST
|
|
800
802
|
- PAYLOAD_TYPE_TAG
|
|
801
803
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
802
804
|
pattern: PAYLOADTYPEFRIENDSHIP
|
|
@@ -901,6 +903,7 @@ paths:
|
|
|
901
903
|
- PAYLOAD_TYPE_ROOM
|
|
902
904
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
903
905
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
906
|
+
- PAYLOAD_TYPE_POST
|
|
904
907
|
- PAYLOAD_TYPE_TAG
|
|
905
908
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
906
909
|
pattern: PAYLOADTYPEMESSAGE
|
|
@@ -1402,6 +1405,7 @@ paths:
|
|
|
1402
1405
|
- PAYLOAD_TYPE_ROOM
|
|
1403
1406
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
1404
1407
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
1408
|
+
- PAYLOAD_TYPE_POST
|
|
1405
1409
|
- PAYLOAD_TYPE_TAG
|
|
1406
1410
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
1407
1411
|
pattern: PAYLOADTYPEROOMMEMBER
|
|
@@ -1435,6 +1439,7 @@ paths:
|
|
|
1435
1439
|
- PAYLOAD_TYPE_ROOM
|
|
1436
1440
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
1437
1441
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
1442
|
+
- PAYLOAD_TYPE_POST
|
|
1438
1443
|
- PAYLOAD_TYPE_TAG
|
|
1439
1444
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
1440
1445
|
pattern: PAYLOADTYPEROOM
|
|
@@ -2678,6 +2683,7 @@ definitions:
|
|
|
2678
2683
|
- PAYLOAD_TYPE_ROOM
|
|
2679
2684
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
2680
2685
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
2686
|
+
- PAYLOAD_TYPE_POST
|
|
2681
2687
|
- PAYLOAD_TYPE_TAG
|
|
2682
2688
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
2683
2689
|
default: PAYLOAD_TYPE_UNSPECIFIED
|
|
@@ -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.27",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -460,6 +460,7 @@
|
|
|
460
460
|
"PAYLOAD_TYPE_ROOM",
|
|
461
461
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
462
462
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
463
|
+
"PAYLOAD_TYPE_POST",
|
|
463
464
|
"PAYLOAD_TYPE_TAG",
|
|
464
465
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
465
466
|
],
|
|
@@ -1173,6 +1174,7 @@
|
|
|
1173
1174
|
"PAYLOAD_TYPE_ROOM",
|
|
1174
1175
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
1175
1176
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
1177
|
+
"PAYLOAD_TYPE_POST",
|
|
1176
1178
|
"PAYLOAD_TYPE_TAG",
|
|
1177
1179
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
1178
1180
|
],
|
|
@@ -1332,6 +1334,7 @@
|
|
|
1332
1334
|
"PAYLOAD_TYPE_ROOM",
|
|
1333
1335
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
1334
1336
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
1337
|
+
"PAYLOAD_TYPE_POST",
|
|
1335
1338
|
"PAYLOAD_TYPE_TAG",
|
|
1336
1339
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
1337
1340
|
],
|
|
@@ -2102,6 +2105,7 @@
|
|
|
2102
2105
|
"PAYLOAD_TYPE_ROOM",
|
|
2103
2106
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
2104
2107
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
2108
|
+
"PAYLOAD_TYPE_POST",
|
|
2105
2109
|
"PAYLOAD_TYPE_TAG",
|
|
2106
2110
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
2107
2111
|
],
|
|
@@ -2149,6 +2153,7 @@
|
|
|
2149
2153
|
"PAYLOAD_TYPE_ROOM",
|
|
2150
2154
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
2151
2155
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
2156
|
+
"PAYLOAD_TYPE_POST",
|
|
2152
2157
|
"PAYLOAD_TYPE_TAG",
|
|
2153
2158
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
2154
2159
|
],
|
|
@@ -3891,6 +3896,7 @@
|
|
|
3891
3896
|
"PAYLOAD_TYPE_ROOM",
|
|
3892
3897
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
3893
3898
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
3899
|
+
"PAYLOAD_TYPE_POST",
|
|
3894
3900
|
"PAYLOAD_TYPE_TAG",
|
|
3895
3901
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
3896
3902
|
],
|
|
@@ -12,8 +12,9 @@ enum PayloadType {
|
|
|
12
12
|
PAYLOAD_TYPE_ROOM = 3;
|
|
13
13
|
PAYLOAD_TYPE_ROOM_MEMBER = 4;
|
|
14
14
|
PAYLOAD_TYPE_FRIENDSHIP = 5;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
PAYLOAD_TYPE_POST = 6;
|
|
16
|
+
PAYLOAD_TYPE_TAG = 7;
|
|
17
|
+
PAYLOAD_TYPE_TAG_GROUP = 8;
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
message StartRequest {}
|
|
@@ -254,8 +254,9 @@ export interface PayloadTypeMap {
|
|
|
254
254
|
PAYLOAD_TYPE_ROOM: 3;
|
|
255
255
|
PAYLOAD_TYPE_ROOM_MEMBER: 4;
|
|
256
256
|
PAYLOAD_TYPE_FRIENDSHIP: 5;
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
PAYLOAD_TYPE_POST: 6;
|
|
258
|
+
PAYLOAD_TYPE_TAG: 7;
|
|
259
|
+
PAYLOAD_TYPE_TAG_GROUP: 8;
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
export const PayloadType: PayloadTypeMap;
|
|
@@ -1894,8 +1894,9 @@ proto.wechaty.puppet.PayloadType = {
|
|
|
1894
1894
|
PAYLOAD_TYPE_ROOM: 3,
|
|
1895
1895
|
PAYLOAD_TYPE_ROOM_MEMBER: 4,
|
|
1896
1896
|
PAYLOAD_TYPE_FRIENDSHIP: 5,
|
|
1897
|
-
|
|
1898
|
-
|
|
1897
|
+
PAYLOAD_TYPE_POST: 6,
|
|
1898
|
+
PAYLOAD_TYPE_TAG: 7,
|
|
1899
|
+
PAYLOAD_TYPE_TAG_GROUP: 8
|
|
1899
1900
|
};
|
|
1900
1901
|
|
|
1901
1902
|
goog.object.extend(exports, proto.wechaty.puppet);
|
|
@@ -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.27
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -310,6 +310,7 @@ paths:
|
|
|
310
310
|
- PAYLOAD_TYPE_ROOM
|
|
311
311
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
312
312
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
313
|
+
- PAYLOAD_TYPE_POST
|
|
313
314
|
- PAYLOAD_TYPE_TAG
|
|
314
315
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
315
316
|
pattern: PAYLOADTYPECONTACT
|
|
@@ -797,6 +798,7 @@ paths:
|
|
|
797
798
|
- PAYLOAD_TYPE_ROOM
|
|
798
799
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
799
800
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
801
|
+
- PAYLOAD_TYPE_POST
|
|
800
802
|
- PAYLOAD_TYPE_TAG
|
|
801
803
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
802
804
|
pattern: PAYLOADTYPEFRIENDSHIP
|
|
@@ -901,6 +903,7 @@ paths:
|
|
|
901
903
|
- PAYLOAD_TYPE_ROOM
|
|
902
904
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
903
905
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
906
|
+
- PAYLOAD_TYPE_POST
|
|
904
907
|
- PAYLOAD_TYPE_TAG
|
|
905
908
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
906
909
|
pattern: PAYLOADTYPEMESSAGE
|
|
@@ -1402,6 +1405,7 @@ paths:
|
|
|
1402
1405
|
- PAYLOAD_TYPE_ROOM
|
|
1403
1406
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
1404
1407
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
1408
|
+
- PAYLOAD_TYPE_POST
|
|
1405
1409
|
- PAYLOAD_TYPE_TAG
|
|
1406
1410
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
1407
1411
|
pattern: PAYLOADTYPEROOMMEMBER
|
|
@@ -1435,6 +1439,7 @@ paths:
|
|
|
1435
1439
|
- PAYLOAD_TYPE_ROOM
|
|
1436
1440
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
1437
1441
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
1442
|
+
- PAYLOAD_TYPE_POST
|
|
1438
1443
|
- PAYLOAD_TYPE_TAG
|
|
1439
1444
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
1440
1445
|
pattern: PAYLOADTYPEROOM
|
|
@@ -2678,6 +2683,7 @@ definitions:
|
|
|
2678
2683
|
- PAYLOAD_TYPE_ROOM
|
|
2679
2684
|
- PAYLOAD_TYPE_ROOM_MEMBER
|
|
2680
2685
|
- PAYLOAD_TYPE_FRIENDSHIP
|
|
2686
|
+
- PAYLOAD_TYPE_POST
|
|
2681
2687
|
- PAYLOAD_TYPE_TAG
|
|
2682
2688
|
- PAYLOAD_TYPE_TAG_GROUP
|
|
2683
2689
|
default: PAYLOAD_TYPE_UNSPECIFIED
|
|
@@ -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.27",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -460,6 +460,7 @@
|
|
|
460
460
|
"PAYLOAD_TYPE_ROOM",
|
|
461
461
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
462
462
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
463
|
+
"PAYLOAD_TYPE_POST",
|
|
463
464
|
"PAYLOAD_TYPE_TAG",
|
|
464
465
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
465
466
|
],
|
|
@@ -1173,6 +1174,7 @@
|
|
|
1173
1174
|
"PAYLOAD_TYPE_ROOM",
|
|
1174
1175
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
1175
1176
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
1177
|
+
"PAYLOAD_TYPE_POST",
|
|
1176
1178
|
"PAYLOAD_TYPE_TAG",
|
|
1177
1179
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
1178
1180
|
],
|
|
@@ -1332,6 +1334,7 @@
|
|
|
1332
1334
|
"PAYLOAD_TYPE_ROOM",
|
|
1333
1335
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
1334
1336
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
1337
|
+
"PAYLOAD_TYPE_POST",
|
|
1335
1338
|
"PAYLOAD_TYPE_TAG",
|
|
1336
1339
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
1337
1340
|
],
|
|
@@ -2102,6 +2105,7 @@
|
|
|
2102
2105
|
"PAYLOAD_TYPE_ROOM",
|
|
2103
2106
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
2104
2107
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
2108
|
+
"PAYLOAD_TYPE_POST",
|
|
2105
2109
|
"PAYLOAD_TYPE_TAG",
|
|
2106
2110
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
2107
2111
|
],
|
|
@@ -2149,6 +2153,7 @@
|
|
|
2149
2153
|
"PAYLOAD_TYPE_ROOM",
|
|
2150
2154
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
2151
2155
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
2156
|
+
"PAYLOAD_TYPE_POST",
|
|
2152
2157
|
"PAYLOAD_TYPE_TAG",
|
|
2153
2158
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
2154
2159
|
],
|
|
@@ -3891,6 +3896,7 @@
|
|
|
3891
3896
|
"PAYLOAD_TYPE_ROOM",
|
|
3892
3897
|
"PAYLOAD_TYPE_ROOM_MEMBER",
|
|
3893
3898
|
"PAYLOAD_TYPE_FRIENDSHIP",
|
|
3899
|
+
"PAYLOAD_TYPE_POST",
|
|
3894
3900
|
"PAYLOAD_TYPE_TAG",
|
|
3895
3901
|
"PAYLOAD_TYPE_TAG_GROUP"
|
|
3896
3902
|
],
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED