@juzi/wechaty-grpc 1.0.66 → 1.0.67
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/call_pb.d.ts +3 -2
- package/dist/cjs/out/wechaty/puppet/call_pb.js +3 -2
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +3 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +3 -2
- package/dist/cjs/proto/wechaty/puppet/call.proto +3 -2
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/out/wechaty/puppet/call_pb.d.ts +3 -2
- package/dist/esm/out/wechaty/puppet/call_pb.js +3 -2
- package/dist/esm/out/wechaty/puppet.openapi.yaml +3 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +3 -2
- package/dist/esm/proto/wechaty/puppet/call.proto +3 -2
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet/call_pb.d.ts +3 -2
- package/out/wechaty/puppet/call_pb.js +3 -2
- package/out/wechaty/puppet.openapi.yaml +3 -1
- package/out/wechaty/puppet.swagger.json +3 -2
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -53,8 +53,9 @@ export interface CallStatusMap {
|
|
|
53
53
|
CALL_STATUS_UNKNOWN: 0;
|
|
54
54
|
CALL_STATUS_CANCELED: 1;
|
|
55
55
|
CALL_STATUS_REJECTED: 2;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
CALL_STATUS_MISSED: 3;
|
|
57
|
+
CALL_STATUS_ONGOING: 4;
|
|
58
|
+
CALL_STATUS_ENDED: 5;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
export const CallStatus: CallStatusMap;
|
|
@@ -331,8 +331,9 @@ proto.wechaty.puppet.CallStatus = {
|
|
|
331
331
|
CALL_STATUS_UNKNOWN: 0,
|
|
332
332
|
CALL_STATUS_CANCELED: 1,
|
|
333
333
|
CALL_STATUS_REJECTED: 2,
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
CALL_STATUS_MISSED: 3,
|
|
335
|
+
CALL_STATUS_ONGOING: 4,
|
|
336
|
+
CALL_STATUS_ENDED: 5
|
|
336
337
|
};
|
|
337
338
|
|
|
338
339
|
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.
|
|
12
|
+
version: 1.0.67
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: https://github.com/wechaty/openapi
|
|
@@ -2523,6 +2523,7 @@ definitions:
|
|
|
2523
2523
|
- CALL_STATUS_UNKNOWN
|
|
2524
2524
|
- CALL_STATUS_CANCELED
|
|
2525
2525
|
- CALL_STATUS_REJECTED
|
|
2526
|
+
- CALL_STATUS_MISSED
|
|
2526
2527
|
- CALL_STATUS_ONGOING
|
|
2527
2528
|
- CALL_STATUS_ENDED
|
|
2528
2529
|
default: CALL_STATUS_UNKNOWN
|
|
@@ -2530,6 +2531,7 @@ definitions:
|
|
|
2530
2531
|
- CALL_STATUS_UNKNOWN: 不明确
|
|
2531
2532
|
- CALL_STATUS_CANCELED: 自己取消
|
|
2532
2533
|
- CALL_STATUS_REJECTED: 对方拒接
|
|
2534
|
+
- CALL_STATUS_MISSED: 正在通话
|
|
2533
2535
|
- CALL_STATUS_ONGOING: 正在通话
|
|
2534
2536
|
- CALL_STATUS_ENDED: 已结束
|
|
2535
2537
|
title: 类型枚举
|
|
@@ -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.67",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -3767,11 +3767,12 @@
|
|
|
3767
3767
|
"CALL_STATUS_UNKNOWN",
|
|
3768
3768
|
"CALL_STATUS_CANCELED",
|
|
3769
3769
|
"CALL_STATUS_REJECTED",
|
|
3770
|
+
"CALL_STATUS_MISSED",
|
|
3770
3771
|
"CALL_STATUS_ONGOING",
|
|
3771
3772
|
"CALL_STATUS_ENDED"
|
|
3772
3773
|
],
|
|
3773
3774
|
"default": "CALL_STATUS_UNKNOWN",
|
|
3774
|
-
"description": "- CALL_STATUS_UNKNOWN: 不明确\n - CALL_STATUS_CANCELED: 自己取消\n - CALL_STATUS_REJECTED: 对方拒接\n - CALL_STATUS_ONGOING: 正在通话\n - CALL_STATUS_ENDED: 已结束",
|
|
3775
|
+
"description": "- CALL_STATUS_UNKNOWN: 不明确\n - CALL_STATUS_CANCELED: 自己取消\n - CALL_STATUS_REJECTED: 对方拒接\n - CALL_STATUS_MISSED: 正在通话\n - CALL_STATUS_ONGOING: 正在通话\n - CALL_STATUS_ENDED: 已结束",
|
|
3775
3776
|
"title": "类型枚举"
|
|
3776
3777
|
},
|
|
3777
3778
|
"puppetCallType": {
|
|
@@ -15,8 +15,9 @@ enum CallStatus { // 类型枚举
|
|
|
15
15
|
CALL_STATUS_UNKNOWN = 0; // 不明确
|
|
16
16
|
CALL_STATUS_CANCELED = 1; // 自己取消
|
|
17
17
|
CALL_STATUS_REJECTED = 2; // 对方拒接
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
CALL_STATUS_MISSED = 3; // 正在通话
|
|
19
|
+
CALL_STATUS_ONGOING = 4; // 正在通话
|
|
20
|
+
CALL_STATUS_ENDED = 5; // 已结束
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
message CallRecordPayload {
|
|
@@ -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.67",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -53,8 +53,9 @@ export interface CallStatusMap {
|
|
|
53
53
|
CALL_STATUS_UNKNOWN: 0;
|
|
54
54
|
CALL_STATUS_CANCELED: 1;
|
|
55
55
|
CALL_STATUS_REJECTED: 2;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
CALL_STATUS_MISSED: 3;
|
|
57
|
+
CALL_STATUS_ONGOING: 4;
|
|
58
|
+
CALL_STATUS_ENDED: 5;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
export const CallStatus: CallStatusMap;
|
|
@@ -331,8 +331,9 @@ proto.wechaty.puppet.CallStatus = {
|
|
|
331
331
|
CALL_STATUS_UNKNOWN: 0,
|
|
332
332
|
CALL_STATUS_CANCELED: 1,
|
|
333
333
|
CALL_STATUS_REJECTED: 2,
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
CALL_STATUS_MISSED: 3,
|
|
335
|
+
CALL_STATUS_ONGOING: 4,
|
|
336
|
+
CALL_STATUS_ENDED: 5
|
|
336
337
|
};
|
|
337
338
|
|
|
338
339
|
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.
|
|
12
|
+
version: 1.0.67
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: https://github.com/wechaty/openapi
|
|
@@ -2523,6 +2523,7 @@ definitions:
|
|
|
2523
2523
|
- CALL_STATUS_UNKNOWN
|
|
2524
2524
|
- CALL_STATUS_CANCELED
|
|
2525
2525
|
- CALL_STATUS_REJECTED
|
|
2526
|
+
- CALL_STATUS_MISSED
|
|
2526
2527
|
- CALL_STATUS_ONGOING
|
|
2527
2528
|
- CALL_STATUS_ENDED
|
|
2528
2529
|
default: CALL_STATUS_UNKNOWN
|
|
@@ -2530,6 +2531,7 @@ definitions:
|
|
|
2530
2531
|
- CALL_STATUS_UNKNOWN: 不明确
|
|
2531
2532
|
- CALL_STATUS_CANCELED: 自己取消
|
|
2532
2533
|
- CALL_STATUS_REJECTED: 对方拒接
|
|
2534
|
+
- CALL_STATUS_MISSED: 正在通话
|
|
2533
2535
|
- CALL_STATUS_ONGOING: 正在通话
|
|
2534
2536
|
- CALL_STATUS_ENDED: 已结束
|
|
2535
2537
|
title: 类型枚举
|
|
@@ -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.67",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -3767,11 +3767,12 @@
|
|
|
3767
3767
|
"CALL_STATUS_UNKNOWN",
|
|
3768
3768
|
"CALL_STATUS_CANCELED",
|
|
3769
3769
|
"CALL_STATUS_REJECTED",
|
|
3770
|
+
"CALL_STATUS_MISSED",
|
|
3770
3771
|
"CALL_STATUS_ONGOING",
|
|
3771
3772
|
"CALL_STATUS_ENDED"
|
|
3772
3773
|
],
|
|
3773
3774
|
"default": "CALL_STATUS_UNKNOWN",
|
|
3774
|
-
"description": "- CALL_STATUS_UNKNOWN: 不明确\n - CALL_STATUS_CANCELED: 自己取消\n - CALL_STATUS_REJECTED: 对方拒接\n - CALL_STATUS_ONGOING: 正在通话\n - CALL_STATUS_ENDED: 已结束",
|
|
3775
|
+
"description": "- CALL_STATUS_UNKNOWN: 不明确\n - CALL_STATUS_CANCELED: 自己取消\n - CALL_STATUS_REJECTED: 对方拒接\n - CALL_STATUS_MISSED: 正在通话\n - CALL_STATUS_ONGOING: 正在通话\n - CALL_STATUS_ENDED: 已结束",
|
|
3775
3776
|
"title": "类型枚举"
|
|
3776
3777
|
},
|
|
3777
3778
|
"puppetCallType": {
|
|
@@ -15,8 +15,9 @@ enum CallStatus { // 类型枚举
|
|
|
15
15
|
CALL_STATUS_UNKNOWN = 0; // 不明确
|
|
16
16
|
CALL_STATUS_CANCELED = 1; // 自己取消
|
|
17
17
|
CALL_STATUS_REJECTED = 2; // 对方拒接
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
CALL_STATUS_MISSED = 3; // 正在通话
|
|
19
|
+
CALL_STATUS_ONGOING = 4; // 正在通话
|
|
20
|
+
CALL_STATUS_ENDED = 5; // 已结束
|
|
20
21
|
}
|
|
21
22
|
|
|
22
23
|
message CallRecordPayload {
|
|
@@ -53,8 +53,9 @@ export interface CallStatusMap {
|
|
|
53
53
|
CALL_STATUS_UNKNOWN: 0;
|
|
54
54
|
CALL_STATUS_CANCELED: 1;
|
|
55
55
|
CALL_STATUS_REJECTED: 2;
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
CALL_STATUS_MISSED: 3;
|
|
57
|
+
CALL_STATUS_ONGOING: 4;
|
|
58
|
+
CALL_STATUS_ENDED: 5;
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
export const CallStatus: CallStatusMap;
|
|
@@ -331,8 +331,9 @@ proto.wechaty.puppet.CallStatus = {
|
|
|
331
331
|
CALL_STATUS_UNKNOWN: 0,
|
|
332
332
|
CALL_STATUS_CANCELED: 1,
|
|
333
333
|
CALL_STATUS_REJECTED: 2,
|
|
334
|
-
|
|
335
|
-
|
|
334
|
+
CALL_STATUS_MISSED: 3,
|
|
335
|
+
CALL_STATUS_ONGOING: 4,
|
|
336
|
+
CALL_STATUS_ENDED: 5
|
|
336
337
|
};
|
|
337
338
|
|
|
338
339
|
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.
|
|
12
|
+
version: 1.0.67
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: https://github.com/wechaty/openapi
|
|
@@ -2523,6 +2523,7 @@ definitions:
|
|
|
2523
2523
|
- CALL_STATUS_UNKNOWN
|
|
2524
2524
|
- CALL_STATUS_CANCELED
|
|
2525
2525
|
- CALL_STATUS_REJECTED
|
|
2526
|
+
- CALL_STATUS_MISSED
|
|
2526
2527
|
- CALL_STATUS_ONGOING
|
|
2527
2528
|
- CALL_STATUS_ENDED
|
|
2528
2529
|
default: CALL_STATUS_UNKNOWN
|
|
@@ -2530,6 +2531,7 @@ definitions:
|
|
|
2530
2531
|
- CALL_STATUS_UNKNOWN: 不明确
|
|
2531
2532
|
- CALL_STATUS_CANCELED: 自己取消
|
|
2532
2533
|
- CALL_STATUS_REJECTED: 对方拒接
|
|
2534
|
+
- CALL_STATUS_MISSED: 正在通话
|
|
2533
2535
|
- CALL_STATUS_ONGOING: 正在通话
|
|
2534
2536
|
- CALL_STATUS_ENDED: 已结束
|
|
2535
2537
|
title: 类型枚举
|
|
@@ -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.67",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -3767,11 +3767,12 @@
|
|
|
3767
3767
|
"CALL_STATUS_UNKNOWN",
|
|
3768
3768
|
"CALL_STATUS_CANCELED",
|
|
3769
3769
|
"CALL_STATUS_REJECTED",
|
|
3770
|
+
"CALL_STATUS_MISSED",
|
|
3770
3771
|
"CALL_STATUS_ONGOING",
|
|
3771
3772
|
"CALL_STATUS_ENDED"
|
|
3772
3773
|
],
|
|
3773
3774
|
"default": "CALL_STATUS_UNKNOWN",
|
|
3774
|
-
"description": "- CALL_STATUS_UNKNOWN: 不明确\n - CALL_STATUS_CANCELED: 自己取消\n - CALL_STATUS_REJECTED: 对方拒接\n - CALL_STATUS_ONGOING: 正在通话\n - CALL_STATUS_ENDED: 已结束",
|
|
3775
|
+
"description": "- CALL_STATUS_UNKNOWN: 不明确\n - CALL_STATUS_CANCELED: 自己取消\n - CALL_STATUS_REJECTED: 对方拒接\n - CALL_STATUS_MISSED: 正在通话\n - CALL_STATUS_ONGOING: 正在通话\n - CALL_STATUS_ENDED: 已结束",
|
|
3775
3776
|
"title": "类型枚举"
|
|
3776
3777
|
},
|
|
3777
3778
|
"puppetCallType": {
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED