@juzi/wechaty-grpc 1.0.46 → 1.0.47
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/post_pb.d.ts +1 -0
- package/dist/cjs/out/wechaty/puppet/post_pb.js +2 -1
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +2 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +3 -2
- package/dist/cjs/proto/wechaty/puppet/post.proto +1 -0
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet/post_pb.d.ts +1 -0
- package/dist/esm/out/wechaty/puppet/post_pb.js +2 -1
- package/dist/esm/out/wechaty/puppet.openapi.yaml +2 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +3 -2
- package/dist/esm/proto/wechaty/puppet/post.proto +1 -0
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet/post_pb.d.ts +1 -0
- package/out/wechaty/puppet/post_pb.js +2 -1
- package/out/wechaty/puppet.openapi.yaml +2 -1
- package/out/wechaty/puppet.swagger.json +3 -2
- 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.47
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -3284,6 +3284,7 @@ definitions:
|
|
|
3284
3284
|
- SAYABLE_TYPE_FILE
|
|
3285
3285
|
- SAYABLE_TYPE_URL
|
|
3286
3286
|
- SAYABLE_TYPE_CHANNEL
|
|
3287
|
+
- SAYABLE_TYPE_MINIPROGRAM
|
|
3287
3288
|
default: SAYABLE_TYPE_TEXT
|
|
3288
3289
|
puppetStartResponse:
|
|
3289
3290
|
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.47",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -4632,7 +4632,8 @@
|
|
|
4632
4632
|
"SAYABLE_TYPE_TEXT",
|
|
4633
4633
|
"SAYABLE_TYPE_FILE",
|
|
4634
4634
|
"SAYABLE_TYPE_URL",
|
|
4635
|
-
"SAYABLE_TYPE_CHANNEL"
|
|
4635
|
+
"SAYABLE_TYPE_CHANNEL",
|
|
4636
|
+
"SAYABLE_TYPE_MINIPROGRAM"
|
|
4636
4637
|
],
|
|
4637
4638
|
"default": "SAYABLE_TYPE_TEXT"
|
|
4638
4639
|
},
|
|
@@ -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.47",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -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.47
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -3284,6 +3284,7 @@ definitions:
|
|
|
3284
3284
|
- SAYABLE_TYPE_FILE
|
|
3285
3285
|
- SAYABLE_TYPE_URL
|
|
3286
3286
|
- SAYABLE_TYPE_CHANNEL
|
|
3287
|
+
- SAYABLE_TYPE_MINIPROGRAM
|
|
3287
3288
|
default: SAYABLE_TYPE_TEXT
|
|
3288
3289
|
puppetStartResponse:
|
|
3289
3290
|
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.47",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -4632,7 +4632,8 @@
|
|
|
4632
4632
|
"SAYABLE_TYPE_TEXT",
|
|
4633
4633
|
"SAYABLE_TYPE_FILE",
|
|
4634
4634
|
"SAYABLE_TYPE_URL",
|
|
4635
|
-
"SAYABLE_TYPE_CHANNEL"
|
|
4635
|
+
"SAYABLE_TYPE_CHANNEL",
|
|
4636
|
+
"SAYABLE_TYPE_MINIPROGRAM"
|
|
4636
4637
|
],
|
|
4637
4638
|
"default": "SAYABLE_TYPE_TEXT"
|
|
4638
4639
|
},
|
|
@@ -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.47
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -3284,6 +3284,7 @@ definitions:
|
|
|
3284
3284
|
- SAYABLE_TYPE_FILE
|
|
3285
3285
|
- SAYABLE_TYPE_URL
|
|
3286
3286
|
- SAYABLE_TYPE_CHANNEL
|
|
3287
|
+
- SAYABLE_TYPE_MINIPROGRAM
|
|
3287
3288
|
default: SAYABLE_TYPE_TEXT
|
|
3288
3289
|
puppetStartResponse:
|
|
3289
3290
|
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.47",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -4632,7 +4632,8 @@
|
|
|
4632
4632
|
"SAYABLE_TYPE_TEXT",
|
|
4633
4633
|
"SAYABLE_TYPE_FILE",
|
|
4634
4634
|
"SAYABLE_TYPE_URL",
|
|
4635
|
-
"SAYABLE_TYPE_CHANNEL"
|
|
4635
|
+
"SAYABLE_TYPE_CHANNEL",
|
|
4636
|
+
"SAYABLE_TYPE_MINIPROGRAM"
|
|
4636
4637
|
],
|
|
4637
4638
|
"default": "SAYABLE_TYPE_TEXT"
|
|
4638
4639
|
},
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED