@juzi/wechaty-grpc 1.0.95 → 1.0.96
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/commonjs/generated/puppet.cjs +1 -0
- package/dist/cjs/commonjs/generated/puppet.cjs.d.ts +1 -0
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +1 -1
- package/dist/cjs/out/wechaty/puppet.swagger.json +1 -1
- package/dist/cjs/src/package-json.js +1 -1
- package/dist/esm/commonjs/generated/puppet.cjs +1 -0
- package/dist/esm/commonjs/generated/puppet.cjs.d.ts +1 -0
- package/dist/esm/out/wechaty/puppet.openapi.yaml +1 -1
- package/dist/esm/out/wechaty/puppet.swagger.json +1 -1
- package/dist/esm/src/package-json.js +1 -1
- package/out/wechaty/puppet.openapi.yaml +1 -1
- package/out/wechaty/puppet.swagger.json +1 -1
- package/package.json +1 -1
- package/src/package-json.ts +1 -1
|
@@ -14,6 +14,7 @@ const puppetFileList = [
|
|
|
14
14
|
'../../out/wechaty/puppet/tag_pb.js',
|
|
15
15
|
'../../out/wechaty/puppet/url-link_pb.js',
|
|
16
16
|
'../../out/wechaty/puppet/channel_pb.js',
|
|
17
|
+
'../../out/wechaty/puppet/channel-card_pb.js',
|
|
17
18
|
'../../out/wechaty/puppet/moment_pb.js',
|
|
18
19
|
'../../out/wechaty/puppet/post_pb.js',
|
|
19
20
|
'../../out/wechaty/puppet/conversation_pb.js',
|
|
@@ -36,6 +36,7 @@ export * from '../../out/wechaty/puppet/room-member_pb.js'
|
|
|
36
36
|
export * from '../../out/wechaty/puppet/tag_pb.js'
|
|
37
37
|
export * from '../../out/wechaty/puppet/url-link_pb.js'
|
|
38
38
|
export * from '../../out/wechaty/puppet/channel_pb.js'
|
|
39
|
+
export * from '../../out/wechaty/puppet/channel-card_pb.js'
|
|
39
40
|
export * from '../../out/wechaty/puppet/moment_pb.js'
|
|
40
41
|
export * from '../../out/wechaty/puppet/post_pb.js'
|
|
41
42
|
export * from '../../out/wechaty/puppet/conversation_pb.js'
|
|
@@ -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.96
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: https://github.com/wechaty/openapi
|
|
@@ -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.96",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -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.96",
|
|
7
7
|
"description": "gRPC for Wechaty",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -14,6 +14,7 @@ const puppetFileList = [
|
|
|
14
14
|
'../../out/wechaty/puppet/tag_pb.js',
|
|
15
15
|
'../../out/wechaty/puppet/url-link_pb.js',
|
|
16
16
|
'../../out/wechaty/puppet/channel_pb.js',
|
|
17
|
+
'../../out/wechaty/puppet/channel-card_pb.js',
|
|
17
18
|
'../../out/wechaty/puppet/moment_pb.js',
|
|
18
19
|
'../../out/wechaty/puppet/post_pb.js',
|
|
19
20
|
'../../out/wechaty/puppet/conversation_pb.js',
|
|
@@ -36,6 +36,7 @@ export * from '../../out/wechaty/puppet/room-member_pb.js'
|
|
|
36
36
|
export * from '../../out/wechaty/puppet/tag_pb.js'
|
|
37
37
|
export * from '../../out/wechaty/puppet/url-link_pb.js'
|
|
38
38
|
export * from '../../out/wechaty/puppet/channel_pb.js'
|
|
39
|
+
export * from '../../out/wechaty/puppet/channel-card_pb.js'
|
|
39
40
|
export * from '../../out/wechaty/puppet/moment_pb.js'
|
|
40
41
|
export * from '../../out/wechaty/puppet/post_pb.js'
|
|
41
42
|
export * from '../../out/wechaty/puppet/conversation_pb.js'
|
|
@@ -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.96
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: https://github.com/wechaty/openapi
|
|
@@ -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.96",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
|
@@ -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.96
|
|
13
13
|
contact:
|
|
14
14
|
name: Wechaty
|
|
15
15
|
url: https://github.com/wechaty/openapi
|
|
@@ -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.96",
|
|
7
7
|
"contact": {
|
|
8
8
|
"name": "Wechaty",
|
|
9
9
|
"url": "https://github.com/wechaty/openapi",
|
package/package.json
CHANGED
package/src/package-json.ts
CHANGED