@juzi/wechaty-grpc 1.0.31 → 1.0.32
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.js +2 -2
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +1 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +1 -1
- package/dist/cjs/proto/wechaty/puppet/post.proto +2 -2
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet/post_pb.js +2 -2
- package/dist/esm/out/wechaty/puppet.openapi.yaml +1 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +1 -1
- package/dist/esm/proto/wechaty/puppet/post.proto +2 -2
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet/post_pb.js +2 -2
- package/out/wechaty/puppet.openapi.yaml +1 -1
- package/out/wechaty/puppet.swagger.json +1 -1
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -901,7 +901,7 @@ proto.wechaty.puppet.PostPayloadClient.prototype.clearSayableListList = function
|
|
|
901
901
|
|
|
902
902
|
|
|
903
903
|
/**
|
|
904
|
-
* repeated string
|
|
904
|
+
* repeated string visible_list = 5;
|
|
905
905
|
* @return {!Array<string>}
|
|
906
906
|
*/
|
|
907
907
|
proto.wechaty.puppet.PostPayloadClient.prototype.getVisibleListList = function() {
|
|
@@ -1422,7 +1422,7 @@ proto.wechaty.puppet.PostPayloadServer.prototype.setLike = function(value) {
|
|
|
1422
1422
|
|
|
1423
1423
|
|
|
1424
1424
|
/**
|
|
1425
|
-
* repeated string
|
|
1425
|
+
* repeated string visible_list = 16;
|
|
1426
1426
|
* @return {!Array<string>}
|
|
1427
1427
|
*/
|
|
1428
1428
|
proto.wechaty.puppet.PostPayloadServer.prototype.getVisibleListList = function() {
|
|
@@ -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.32
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -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.32",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -48,7 +48,7 @@ message PostPayloadClient {
|
|
|
48
48
|
PostType type = 3;
|
|
49
49
|
repeated PostSayable sayable_list = 4;
|
|
50
50
|
|
|
51
|
-
repeated string
|
|
51
|
+
repeated string visible_list = 5;
|
|
52
52
|
LocationPayload location = 6;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -67,7 +67,7 @@ message PostPayloadServer {
|
|
|
67
67
|
|
|
68
68
|
reserved 10 to 15;
|
|
69
69
|
|
|
70
|
-
repeated string
|
|
70
|
+
repeated string visible_list = 16;
|
|
71
71
|
LocationPayload location = 17;
|
|
72
72
|
}
|
|
73
73
|
|
|
@@ -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.32",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -901,7 +901,7 @@ proto.wechaty.puppet.PostPayloadClient.prototype.clearSayableListList = function
|
|
|
901
901
|
|
|
902
902
|
|
|
903
903
|
/**
|
|
904
|
-
* repeated string
|
|
904
|
+
* repeated string visible_list = 5;
|
|
905
905
|
* @return {!Array<string>}
|
|
906
906
|
*/
|
|
907
907
|
proto.wechaty.puppet.PostPayloadClient.prototype.getVisibleListList = function() {
|
|
@@ -1422,7 +1422,7 @@ proto.wechaty.puppet.PostPayloadServer.prototype.setLike = function(value) {
|
|
|
1422
1422
|
|
|
1423
1423
|
|
|
1424
1424
|
/**
|
|
1425
|
-
* repeated string
|
|
1425
|
+
* repeated string visible_list = 16;
|
|
1426
1426
|
* @return {!Array<string>}
|
|
1427
1427
|
*/
|
|
1428
1428
|
proto.wechaty.puppet.PostPayloadServer.prototype.getVisibleListList = function() {
|
|
@@ -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.32
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -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.32",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -48,7 +48,7 @@ message PostPayloadClient {
|
|
|
48
48
|
PostType type = 3;
|
|
49
49
|
repeated PostSayable sayable_list = 4;
|
|
50
50
|
|
|
51
|
-
repeated string
|
|
51
|
+
repeated string visible_list = 5;
|
|
52
52
|
LocationPayload location = 6;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -67,7 +67,7 @@ message PostPayloadServer {
|
|
|
67
67
|
|
|
68
68
|
reserved 10 to 15;
|
|
69
69
|
|
|
70
|
-
repeated string
|
|
70
|
+
repeated string visible_list = 16;
|
|
71
71
|
LocationPayload location = 17;
|
|
72
72
|
}
|
|
73
73
|
|
|
@@ -901,7 +901,7 @@ proto.wechaty.puppet.PostPayloadClient.prototype.clearSayableListList = function
|
|
|
901
901
|
|
|
902
902
|
|
|
903
903
|
/**
|
|
904
|
-
* repeated string
|
|
904
|
+
* repeated string visible_list = 5;
|
|
905
905
|
* @return {!Array<string>}
|
|
906
906
|
*/
|
|
907
907
|
proto.wechaty.puppet.PostPayloadClient.prototype.getVisibleListList = function() {
|
|
@@ -1422,7 +1422,7 @@ proto.wechaty.puppet.PostPayloadServer.prototype.setLike = function(value) {
|
|
|
1422
1422
|
|
|
1423
1423
|
|
|
1424
1424
|
/**
|
|
1425
|
-
* repeated string
|
|
1425
|
+
* repeated string visible_list = 16;
|
|
1426
1426
|
* @return {!Array<string>}
|
|
1427
1427
|
*/
|
|
1428
1428
|
proto.wechaty.puppet.PostPayloadServer.prototype.getVisibleListList = function() {
|
|
@@ -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.32
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: 'https://github.com/wechaty/openapi'
|
|
@@ -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.32",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED