@juzi/wechaty-grpc 1.0.19 → 1.0.20
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/event_pb.d.ts +2 -0
- package/dist/cjs/out/wechaty/puppet/event_pb.js +3 -1
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +3 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +4 -2
- package/dist/cjs/proto/wechaty/puppet/event.proto +2 -0
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet/event_pb.d.ts +2 -0
- package/dist/esm/out/wechaty/puppet/event_pb.js +3 -1
- package/dist/esm/out/wechaty/puppet.openapi.yaml +3 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +4 -2
- package/dist/esm/proto/wechaty/puppet/event.proto +2 -0
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet/event_pb.d.ts +2 -0
- package/out/wechaty/puppet/event_pb.js +3 -1
- package/out/wechaty/puppet.openapi.yaml +3 -1
- package/out/wechaty/puppet.swagger.json +4 -2
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -343,7 +343,9 @@ proto.wechaty.puppet.EventType = {
|
|
|
343
343
|
EVENT_TYPE_LOGOUT: 26,
|
|
344
344
|
EVENT_TYPE_DIRTY: 27,
|
|
345
345
|
EVENT_TYPE_TAG: 28,
|
|
346
|
-
EVENT_TYPE_TAG_GROUP: 29
|
|
346
|
+
EVENT_TYPE_TAG_GROUP: 29,
|
|
347
|
+
EVENT_TYPE_POST_COMMENT: 30,
|
|
348
|
+
EVENT_TYPE_POST_TAP: 31
|
|
347
349
|
};
|
|
348
350
|
|
|
349
351
|
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.20
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -2215,6 +2215,8 @@ definitions:
|
|
|
2215
2215
|
- EVENT_TYPE_DIRTY
|
|
2216
2216
|
- EVENT_TYPE_TAG
|
|
2217
2217
|
- EVENT_TYPE_TAG_GROUP
|
|
2218
|
+
- EVENT_TYPE_POST_COMMENT
|
|
2219
|
+
- EVENT_TYPE_POST_TAP
|
|
2218
2220
|
default: EVENT_TYPE_UNSPECIFIED
|
|
2219
2221
|
puppetFileBoxChunk:
|
|
2220
2222
|
type: object
|
|
@@ -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.20",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -3313,7 +3313,9 @@
|
|
|
3313
3313
|
"EVENT_TYPE_LOGOUT",
|
|
3314
3314
|
"EVENT_TYPE_DIRTY",
|
|
3315
3315
|
"EVENT_TYPE_TAG",
|
|
3316
|
-
"EVENT_TYPE_TAG_GROUP"
|
|
3316
|
+
"EVENT_TYPE_TAG_GROUP",
|
|
3317
|
+
"EVENT_TYPE_POST_COMMENT",
|
|
3318
|
+
"EVENT_TYPE_POST_TAP"
|
|
3317
3319
|
],
|
|
3318
3320
|
"default": "EVENT_TYPE_UNSPECIFIED"
|
|
3319
3321
|
},
|
|
@@ -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.20",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -343,7 +343,9 @@ proto.wechaty.puppet.EventType = {
|
|
|
343
343
|
EVENT_TYPE_LOGOUT: 26,
|
|
344
344
|
EVENT_TYPE_DIRTY: 27,
|
|
345
345
|
EVENT_TYPE_TAG: 28,
|
|
346
|
-
EVENT_TYPE_TAG_GROUP: 29
|
|
346
|
+
EVENT_TYPE_TAG_GROUP: 29,
|
|
347
|
+
EVENT_TYPE_POST_COMMENT: 30,
|
|
348
|
+
EVENT_TYPE_POST_TAP: 31
|
|
347
349
|
};
|
|
348
350
|
|
|
349
351
|
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.20
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -2215,6 +2215,8 @@ definitions:
|
|
|
2215
2215
|
- EVENT_TYPE_DIRTY
|
|
2216
2216
|
- EVENT_TYPE_TAG
|
|
2217
2217
|
- EVENT_TYPE_TAG_GROUP
|
|
2218
|
+
- EVENT_TYPE_POST_COMMENT
|
|
2219
|
+
- EVENT_TYPE_POST_TAP
|
|
2218
2220
|
default: EVENT_TYPE_UNSPECIFIED
|
|
2219
2221
|
puppetFileBoxChunk:
|
|
2220
2222
|
type: object
|
|
@@ -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.20",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -3313,7 +3313,9 @@
|
|
|
3313
3313
|
"EVENT_TYPE_LOGOUT",
|
|
3314
3314
|
"EVENT_TYPE_DIRTY",
|
|
3315
3315
|
"EVENT_TYPE_TAG",
|
|
3316
|
-
"EVENT_TYPE_TAG_GROUP"
|
|
3316
|
+
"EVENT_TYPE_TAG_GROUP",
|
|
3317
|
+
"EVENT_TYPE_POST_COMMENT",
|
|
3318
|
+
"EVENT_TYPE_POST_TAP"
|
|
3317
3319
|
],
|
|
3318
3320
|
"default": "EVENT_TYPE_UNSPECIFIED"
|
|
3319
3321
|
},
|
|
@@ -343,7 +343,9 @@ proto.wechaty.puppet.EventType = {
|
|
|
343
343
|
EVENT_TYPE_LOGOUT: 26,
|
|
344
344
|
EVENT_TYPE_DIRTY: 27,
|
|
345
345
|
EVENT_TYPE_TAG: 28,
|
|
346
|
-
EVENT_TYPE_TAG_GROUP: 29
|
|
346
|
+
EVENT_TYPE_TAG_GROUP: 29,
|
|
347
|
+
EVENT_TYPE_POST_COMMENT: 30,
|
|
348
|
+
EVENT_TYPE_POST_TAP: 31
|
|
347
349
|
};
|
|
348
350
|
|
|
349
351
|
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.20
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -2215,6 +2215,8 @@ definitions:
|
|
|
2215
2215
|
- EVENT_TYPE_DIRTY
|
|
2216
2216
|
- EVENT_TYPE_TAG
|
|
2217
2217
|
- EVENT_TYPE_TAG_GROUP
|
|
2218
|
+
- EVENT_TYPE_POST_COMMENT
|
|
2219
|
+
- EVENT_TYPE_POST_TAP
|
|
2218
2220
|
default: EVENT_TYPE_UNSPECIFIED
|
|
2219
2221
|
puppetFileBoxChunk:
|
|
2220
2222
|
type: object
|
|
@@ -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.20",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -3313,7 +3313,9 @@
|
|
|
3313
3313
|
"EVENT_TYPE_LOGOUT",
|
|
3314
3314
|
"EVENT_TYPE_DIRTY",
|
|
3315
3315
|
"EVENT_TYPE_TAG",
|
|
3316
|
-
"EVENT_TYPE_TAG_GROUP"
|
|
3316
|
+
"EVENT_TYPE_TAG_GROUP",
|
|
3317
|
+
"EVENT_TYPE_POST_COMMENT",
|
|
3318
|
+
"EVENT_TYPE_POST_TAP"
|
|
3317
3319
|
],
|
|
3318
3320
|
"default": "EVENT_TYPE_UNSPECIFIED"
|
|
3319
3321
|
},
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED