@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.
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +2 -2
- package/dist/cjs/out/wechaty/puppet.swagger.json +2 -2
- package/dist/cjs/proto/wechaty/puppet/channel-card.proto +5 -5
- package/dist/cjs/proto/wechaty/puppet/chat-history.proto +1 -1
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet.openapi.yaml +2 -2
- package/dist/esm/out/wechaty/puppet.swagger.json +2 -2
- package/dist/esm/proto/wechaty/puppet/channel-card.proto +5 -5
- package/dist/esm/proto/wechaty/puppet/chat-history.proto +1 -1
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet.openapi.yaml +2 -2
- package/out/wechaty/puppet.swagger.json +2 -2
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -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.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
|
-
-
|
|
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.
|
|
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
|
-
"
|
|
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
|
|
10
|
-
string extras
|
|
11
|
-
string nickname
|
|
12
|
-
string url
|
|
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
|
|
14
|
+
string auth_job = 6; // 认证职业
|
|
15
15
|
}
|
|
@@ -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.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.
|
|
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
|
-
-
|
|
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.
|
|
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
|
-
"
|
|
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
|
|
10
|
-
string extras
|
|
11
|
-
string nickname
|
|
12
|
-
string url
|
|
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
|
|
14
|
+
string auth_job = 6; // 认证职业
|
|
15
15
|
}
|
|
@@ -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.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
|
-
-
|
|
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.
|
|
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
|
-
"
|
|
4651
|
+
"CHANNEL_CARD"
|
|
4652
4652
|
],
|
|
4653
4653
|
"default": "TEXT"
|
|
4654
4654
|
},
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED