@juzi/wechaty-grpc 1.0.16 → 1.0.17
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/tag_pb.d.ts +3 -2
- package/dist/cjs/out/wechaty/puppet/tag_pb.js +3 -2
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +3 -2
- package/dist/cjs/out/wechaty/puppet.swagger.json +3 -2
- package/dist/cjs/proto/wechaty/puppet/tag.proto +3 -2
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet/tag_pb.d.ts +3 -2
- package/dist/esm/out/wechaty/puppet/tag_pb.js +3 -2
- package/dist/esm/out/wechaty/puppet.openapi.yaml +3 -2
- package/dist/esm/out/wechaty/puppet.swagger.json +3 -2
- package/dist/esm/proto/wechaty/puppet/tag.proto +3 -2
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet/tag_pb.d.ts +3 -2
- package/out/wechaty/puppet/tag_pb.js +3 -2
- package/out/wechaty/puppet.openapi.yaml +3 -2
- package/out/wechaty/puppet.swagger.json +3 -2
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -4604,8 +4604,9 @@ proto.wechaty.puppet.TagPayloadResponse.prototype.hasPayload = function() {
|
|
|
4604
4604
|
* @enum {number}
|
|
4605
4605
|
*/
|
|
4606
4606
|
proto.wechaty.puppet.TagType = {
|
|
4607
|
-
|
|
4608
|
-
|
|
4607
|
+
UNSPECIFIC: 0,
|
|
4608
|
+
PERSONAL: 1,
|
|
4609
|
+
CORPORATION: 2
|
|
4609
4610
|
};
|
|
4610
4611
|
|
|
4611
4612
|
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.17
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -2788,9 +2788,10 @@ definitions:
|
|
|
2788
2788
|
puppetTagType:
|
|
2789
2789
|
type: string
|
|
2790
2790
|
enum:
|
|
2791
|
+
- Unspecific
|
|
2791
2792
|
- PERSONAL
|
|
2792
2793
|
- CORPORATION
|
|
2793
|
-
default:
|
|
2794
|
+
default: Unspecific
|
|
2794
2795
|
puppetUploadRequest:
|
|
2795
2796
|
type: object
|
|
2796
2797
|
properties:
|
|
@@ -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.17",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -4041,10 +4041,11 @@
|
|
|
4041
4041
|
"puppetTagType": {
|
|
4042
4042
|
"type": "string",
|
|
4043
4043
|
"enum": [
|
|
4044
|
+
"Unspecific",
|
|
4044
4045
|
"PERSONAL",
|
|
4045
4046
|
"CORPORATION"
|
|
4046
4047
|
],
|
|
4047
|
-
"default": "
|
|
4048
|
+
"default": "Unspecific"
|
|
4048
4049
|
},
|
|
4049
4050
|
"puppetUploadRequest": {
|
|
4050
4051
|
"type": "object",
|
|
@@ -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.17",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -4604,8 +4604,9 @@ proto.wechaty.puppet.TagPayloadResponse.prototype.hasPayload = function() {
|
|
|
4604
4604
|
* @enum {number}
|
|
4605
4605
|
*/
|
|
4606
4606
|
proto.wechaty.puppet.TagType = {
|
|
4607
|
-
|
|
4608
|
-
|
|
4607
|
+
UNSPECIFIC: 0,
|
|
4608
|
+
PERSONAL: 1,
|
|
4609
|
+
CORPORATION: 2
|
|
4609
4610
|
};
|
|
4610
4611
|
|
|
4611
4612
|
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.17
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -2788,9 +2788,10 @@ definitions:
|
|
|
2788
2788
|
puppetTagType:
|
|
2789
2789
|
type: string
|
|
2790
2790
|
enum:
|
|
2791
|
+
- Unspecific
|
|
2791
2792
|
- PERSONAL
|
|
2792
2793
|
- CORPORATION
|
|
2793
|
-
default:
|
|
2794
|
+
default: Unspecific
|
|
2794
2795
|
puppetUploadRequest:
|
|
2795
2796
|
type: object
|
|
2796
2797
|
properties:
|
|
@@ -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.17",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -4041,10 +4041,11 @@
|
|
|
4041
4041
|
"puppetTagType": {
|
|
4042
4042
|
"type": "string",
|
|
4043
4043
|
"enum": [
|
|
4044
|
+
"Unspecific",
|
|
4044
4045
|
"PERSONAL",
|
|
4045
4046
|
"CORPORATION"
|
|
4046
4047
|
],
|
|
4047
|
-
"default": "
|
|
4048
|
+
"default": "Unspecific"
|
|
4048
4049
|
},
|
|
4049
4050
|
"puppetUploadRequest": {
|
|
4050
4051
|
"type": "object",
|
|
@@ -4604,8 +4604,9 @@ proto.wechaty.puppet.TagPayloadResponse.prototype.hasPayload = function() {
|
|
|
4604
4604
|
* @enum {number}
|
|
4605
4605
|
*/
|
|
4606
4606
|
proto.wechaty.puppet.TagType = {
|
|
4607
|
-
|
|
4608
|
-
|
|
4607
|
+
UNSPECIFIC: 0,
|
|
4608
|
+
PERSONAL: 1,
|
|
4609
|
+
CORPORATION: 2
|
|
4609
4610
|
};
|
|
4610
4611
|
|
|
4611
4612
|
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.17
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -2788,9 +2788,10 @@ definitions:
|
|
|
2788
2788
|
puppetTagType:
|
|
2789
2789
|
type: string
|
|
2790
2790
|
enum:
|
|
2791
|
+
- Unspecific
|
|
2791
2792
|
- PERSONAL
|
|
2792
2793
|
- CORPORATION
|
|
2793
|
-
default:
|
|
2794
|
+
default: Unspecific
|
|
2794
2795
|
puppetUploadRequest:
|
|
2795
2796
|
type: object
|
|
2796
2797
|
properties:
|
|
@@ -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.17",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -4041,10 +4041,11 @@
|
|
|
4041
4041
|
"puppetTagType": {
|
|
4042
4042
|
"type": "string",
|
|
4043
4043
|
"enum": [
|
|
4044
|
+
"Unspecific",
|
|
4044
4045
|
"PERSONAL",
|
|
4045
4046
|
"CORPORATION"
|
|
4046
4047
|
],
|
|
4047
|
-
"default": "
|
|
4048
|
+
"default": "Unspecific"
|
|
4048
4049
|
},
|
|
4049
4050
|
"puppetUploadRequest": {
|
|
4050
4051
|
"type": "object",
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED