@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.
@@ -63,6 +63,8 @@ export interface EventTypeMap {
63
63
  EVENT_TYPE_DIRTY: 27;
64
64
  EVENT_TYPE_TAG: 28;
65
65
  EVENT_TYPE_TAG_GROUP: 29;
66
+ EVENT_TYPE_POST_COMMENT: 30;
67
+ EVENT_TYPE_POST_TAP: 31;
66
68
  }
67
69
 
68
70
  export const EventType: EventTypeMap;
@@ -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.19
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.19",
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
  },
@@ -29,6 +29,8 @@ enum EventType {
29
29
  EVENT_TYPE_DIRTY = 27;
30
30
  EVENT_TYPE_TAG = 28;
31
31
  EVENT_TYPE_TAG_GROUP = 29;
32
+ EVENT_TYPE_POST_COMMENT= 30;
33
+ EVENT_TYPE_POST_TAP = 31;
32
34
  }
33
35
 
34
36
  message EventRequest {}
@@ -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.19",
6
+ "version": "1.0.20",
7
7
  "description": "gRPC for Wechaty",
8
8
  "type": "module",
9
9
  "exports": {
@@ -63,6 +63,8 @@ export interface EventTypeMap {
63
63
  EVENT_TYPE_DIRTY: 27;
64
64
  EVENT_TYPE_TAG: 28;
65
65
  EVENT_TYPE_TAG_GROUP: 29;
66
+ EVENT_TYPE_POST_COMMENT: 30;
67
+ EVENT_TYPE_POST_TAP: 31;
66
68
  }
67
69
 
68
70
  export const EventType: EventTypeMap;
@@ -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.19
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.19",
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
  },
@@ -29,6 +29,8 @@ enum EventType {
29
29
  EVENT_TYPE_DIRTY = 27;
30
30
  EVENT_TYPE_TAG = 28;
31
31
  EVENT_TYPE_TAG_GROUP = 29;
32
+ EVENT_TYPE_POST_COMMENT= 30;
33
+ EVENT_TYPE_POST_TAP = 31;
32
34
  }
33
35
 
34
36
  message EventRequest {}
@@ -1,6 +1,6 @@
1
1
  export const packageJson = {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "gRPC for Wechaty",
5
5
  "type": "module",
6
6
  "exports": {
@@ -63,6 +63,8 @@ export interface EventTypeMap {
63
63
  EVENT_TYPE_DIRTY: 27;
64
64
  EVENT_TYPE_TAG: 28;
65
65
  EVENT_TYPE_TAG_GROUP: 29;
66
+ EVENT_TYPE_POST_COMMENT: 30;
67
+ EVENT_TYPE_POST_TAP: 31;
66
68
  }
67
69
 
68
70
  export const EventType: EventTypeMap;
@@ -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.19
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.19",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
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.19",
7
+ "version": "1.0.20",
8
8
  "description": "gRPC for Wechaty",
9
9
  "type": "module",
10
10
  "exports": {