@juzi/wechaty-grpc 1.0.96 → 1.0.97

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.
@@ -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.96
12
+ version: 1.0.97
13
13
  contact:
14
14
  name: Wechaty
15
15
  url: https://github.com/wechaty/openapi
@@ -3130,7 +3130,7 @@ definitions:
3130
3130
  - MINI_PROGRAM
3131
3131
  - CHANNEL
3132
3132
  - CHAT_HISTORY
3133
- - ChANNEL_CARD
3133
+ - CHANNEL_CARD
3134
3134
  default: TEXT
3135
3135
  puppetChatHistoryPayload:
3136
3136
  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.96",
6
+ "version": "1.0.97",
7
7
  "contact": {
8
8
  "name": "Wechaty",
9
9
  "url": "https://github.com/wechaty/openapi",
@@ -4648,7 +4648,7 @@
4648
4648
  "MINI_PROGRAM",
4649
4649
  "CHANNEL",
4650
4650
  "CHAT_HISTORY",
4651
- "ChANNEL_CARD"
4651
+ "CHANNEL_CARD"
4652
4652
  ],
4653
4653
  "default": "TEXT"
4654
4654
  },
@@ -6,10 +6,10 @@ option java_package = "io.github.wechaty.grpc.puppet";
6
6
  option csharp_namespace = "github.wechaty.grpc.puppet";
7
7
 
8
8
  message ChannelCardPayload {
9
- string avatar = 1; // 头像
10
- string extras = 2; // 额外信息
11
- string nickname = 3; // 用户名
12
- string url = 4; // 视频号地址
9
+ string avatar = 1; // 头像
10
+ string extras = 2; // 额外信息
11
+ string nickname = 3; // 用户名
12
+ string url = 4; // 视频号地址
13
13
  string auth_icon_url = 5; // 认证图标URL
14
- string auth_job = 6; // 认证职业
14
+ string auth_job = 6; // 认证职业
15
15
  }
@@ -19,7 +19,7 @@ enum ChatHistoryContentType {
19
19
  MINI_PROGRAM = 4;
20
20
  CHANNEL = 5;
21
21
  CHAT_HISTORY = 6;
22
- ChANNEL_CARD = 7;
22
+ CHANNEL_CARD = 7;
23
23
  }
24
24
 
25
25
  message ChatHistoryContent {
@@ -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.96",
6
+ "version": "1.0.97",
7
7
  "description": "gRPC for Wechaty",
8
8
  "type": "module",
9
9
  "exports": {
@@ -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.96
12
+ version: 1.0.97
13
13
  contact:
14
14
  name: Wechaty
15
15
  url: https://github.com/wechaty/openapi
@@ -3130,7 +3130,7 @@ definitions:
3130
3130
  - MINI_PROGRAM
3131
3131
  - CHANNEL
3132
3132
  - CHAT_HISTORY
3133
- - ChANNEL_CARD
3133
+ - CHANNEL_CARD
3134
3134
  default: TEXT
3135
3135
  puppetChatHistoryPayload:
3136
3136
  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.96",
6
+ "version": "1.0.97",
7
7
  "contact": {
8
8
  "name": "Wechaty",
9
9
  "url": "https://github.com/wechaty/openapi",
@@ -4648,7 +4648,7 @@
4648
4648
  "MINI_PROGRAM",
4649
4649
  "CHANNEL",
4650
4650
  "CHAT_HISTORY",
4651
- "ChANNEL_CARD"
4651
+ "CHANNEL_CARD"
4652
4652
  ],
4653
4653
  "default": "TEXT"
4654
4654
  },
@@ -6,10 +6,10 @@ option java_package = "io.github.wechaty.grpc.puppet";
6
6
  option csharp_namespace = "github.wechaty.grpc.puppet";
7
7
 
8
8
  message ChannelCardPayload {
9
- string avatar = 1; // 头像
10
- string extras = 2; // 额外信息
11
- string nickname = 3; // 用户名
12
- string url = 4; // 视频号地址
9
+ string avatar = 1; // 头像
10
+ string extras = 2; // 额外信息
11
+ string nickname = 3; // 用户名
12
+ string url = 4; // 视频号地址
13
13
  string auth_icon_url = 5; // 认证图标URL
14
- string auth_job = 6; // 认证职业
14
+ string auth_job = 6; // 认证职业
15
15
  }
@@ -19,7 +19,7 @@ enum ChatHistoryContentType {
19
19
  MINI_PROGRAM = 4;
20
20
  CHANNEL = 5;
21
21
  CHAT_HISTORY = 6;
22
- ChANNEL_CARD = 7;
22
+ CHANNEL_CARD = 7;
23
23
  }
24
24
 
25
25
  message ChatHistoryContent {
@@ -1,6 +1,6 @@
1
1
  export const packageJson = {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "gRPC for Wechaty",
5
5
  "type": "module",
6
6
  "exports": {
@@ -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.96
12
+ version: 1.0.97
13
13
  contact:
14
14
  name: Wechaty
15
15
  url: https://github.com/wechaty/openapi
@@ -3130,7 +3130,7 @@ definitions:
3130
3130
  - MINI_PROGRAM
3131
3131
  - CHANNEL
3132
3132
  - CHAT_HISTORY
3133
- - ChANNEL_CARD
3133
+ - CHANNEL_CARD
3134
3134
  default: TEXT
3135
3135
  puppetChatHistoryPayload:
3136
3136
  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.96",
6
+ "version": "1.0.97",
7
7
  "contact": {
8
8
  "name": "Wechaty",
9
9
  "url": "https://github.com/wechaty/openapi",
@@ -4648,7 +4648,7 @@
4648
4648
  "MINI_PROGRAM",
4649
4649
  "CHANNEL",
4650
4650
  "CHAT_HISTORY",
4651
- "ChANNEL_CARD"
4651
+ "CHANNEL_CARD"
4652
4652
  ],
4653
4653
  "default": "TEXT"
4654
4654
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juzi/wechaty-grpc",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
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.96",
7
+ "version": "1.0.97",
8
8
  "description": "gRPC for Wechaty",
9
9
  "type": "module",
10
10
  "exports": {