@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.
@@ -901,7 +901,7 @@ proto.wechaty.puppet.PostPayloadClient.prototype.clearSayableListList = function
901
901
 
902
902
 
903
903
  /**
904
- * repeated string visible_List = 5;
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 visible_List = 16;
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.31
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.31",
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 visible_List = 5;
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 visible_List = 16;
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.31",
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 visible_List = 5;
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 visible_List = 16;
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.31
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.31",
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 visible_List = 5;
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 visible_List = 16;
70
+ repeated string visible_list = 16;
71
71
  LocationPayload location = 17;
72
72
  }
73
73
 
@@ -1,6 +1,6 @@
1
1
  export const packageJson = {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "gRPC for Wechaty",
5
5
  "type": "module",
6
6
  "exports": {
@@ -901,7 +901,7 @@ proto.wechaty.puppet.PostPayloadClient.prototype.clearSayableListList = function
901
901
 
902
902
 
903
903
  /**
904
- * repeated string visible_List = 5;
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 visible_List = 16;
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.31
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.31",
6
+ "version": "1.0.32",
7
7
  "contact": {
8
8
  "name": "Wechaty",
9
9
  "url": "https://github.com/wechaty/openapi",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "gRPC for Wechaty",
5
5
  "type": "module",
6
6
  "exports": {
@@ -4,7 +4,7 @@
4
4
  import type { PackageJson } from 'type-fest'
5
5
  export const packageJson: PackageJson = {
6
6
  "name": "@juzi/wechaty-grpc",
7
- "version": "1.0.31",
7
+ "version": "1.0.32",
8
8
  "description": "gRPC for Wechaty",
9
9
  "type": "module",
10
10
  "exports": {