@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.
@@ -349,6 +349,7 @@ export interface SayableTypeMap {
349
349
  SAYABLE_TYPE_FILE: 1;
350
350
  SAYABLE_TYPE_URL: 2;
351
351
  SAYABLE_TYPE_CHANNEL: 3;
352
+ SAYABLE_TYPE_MINIPROGRAM: 4;
352
353
  }
353
354
 
354
355
  export const SayableType: SayableTypeMap;
@@ -2608,7 +2608,8 @@ proto.wechaty.puppet.SayableType = {
2608
2608
  SAYABLE_TYPE_TEXT: 0,
2609
2609
  SAYABLE_TYPE_FILE: 1,
2610
2610
  SAYABLE_TYPE_URL: 2,
2611
- SAYABLE_TYPE_CHANNEL: 3
2611
+ SAYABLE_TYPE_CHANNEL: 3,
2612
+ SAYABLE_TYPE_MINIPROGRAM: 4
2612
2613
  };
2613
2614
 
2614
2615
  /**
@@ -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.46
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.46",
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
  },
@@ -25,6 +25,7 @@ enum SayableType {
25
25
  SAYABLE_TYPE_FILE = 1;
26
26
  SAYABLE_TYPE_URL = 2;
27
27
  SAYABLE_TYPE_CHANNEL = 3;
28
+ SAYABLE_TYPE_MINIPROGRAM = 4;
28
29
  }
29
30
 
30
31
  enum TapType {
@@ -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.46",
6
+ "version": "1.0.47",
7
7
  "description": "gRPC for Wechaty",
8
8
  "type": "module",
9
9
  "exports": {
@@ -349,6 +349,7 @@ export interface SayableTypeMap {
349
349
  SAYABLE_TYPE_FILE: 1;
350
350
  SAYABLE_TYPE_URL: 2;
351
351
  SAYABLE_TYPE_CHANNEL: 3;
352
+ SAYABLE_TYPE_MINIPROGRAM: 4;
352
353
  }
353
354
 
354
355
  export const SayableType: SayableTypeMap;
@@ -2608,7 +2608,8 @@ proto.wechaty.puppet.SayableType = {
2608
2608
  SAYABLE_TYPE_TEXT: 0,
2609
2609
  SAYABLE_TYPE_FILE: 1,
2610
2610
  SAYABLE_TYPE_URL: 2,
2611
- SAYABLE_TYPE_CHANNEL: 3
2611
+ SAYABLE_TYPE_CHANNEL: 3,
2612
+ SAYABLE_TYPE_MINIPROGRAM: 4
2612
2613
  };
2613
2614
 
2614
2615
  /**
@@ -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.46
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.46",
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
  },
@@ -25,6 +25,7 @@ enum SayableType {
25
25
  SAYABLE_TYPE_FILE = 1;
26
26
  SAYABLE_TYPE_URL = 2;
27
27
  SAYABLE_TYPE_CHANNEL = 3;
28
+ SAYABLE_TYPE_MINIPROGRAM = 4;
28
29
  }
29
30
 
30
31
  enum TapType {
@@ -1,6 +1,6 @@
1
1
  export const packageJson = {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "gRPC for Wechaty",
5
5
  "type": "module",
6
6
  "exports": {
@@ -349,6 +349,7 @@ export interface SayableTypeMap {
349
349
  SAYABLE_TYPE_FILE: 1;
350
350
  SAYABLE_TYPE_URL: 2;
351
351
  SAYABLE_TYPE_CHANNEL: 3;
352
+ SAYABLE_TYPE_MINIPROGRAM: 4;
352
353
  }
353
354
 
354
355
  export const SayableType: SayableTypeMap;
@@ -2608,7 +2608,8 @@ proto.wechaty.puppet.SayableType = {
2608
2608
  SAYABLE_TYPE_TEXT: 0,
2609
2609
  SAYABLE_TYPE_FILE: 1,
2610
2610
  SAYABLE_TYPE_URL: 2,
2611
- SAYABLE_TYPE_CHANNEL: 3
2611
+ SAYABLE_TYPE_CHANNEL: 3,
2612
+ SAYABLE_TYPE_MINIPROGRAM: 4
2612
2613
  };
2613
2614
 
2614
2615
  /**
@@ -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.46
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.46",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
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.46",
7
+ "version": "1.0.47",
8
8
  "description": "gRPC for Wechaty",
9
9
  "type": "module",
10
10
  "exports": {