@be-link/cs-cli-nodejs 0.0.17 → 0.0.19

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.
@@ -53,9 +53,12 @@ export declare namespace ServiceVenue {
53
53
  introduction: CommonDescriptionItem[];
54
54
  };
55
55
  trafficInfo?: {
56
- title: string;
57
- value: string;
58
- }[];
56
+ content: {
57
+ title: string;
58
+ value: string;
59
+ }[];
60
+ introduction: CommonDescriptionItem[];
61
+ };
59
62
  reportInfo?: {
60
63
  chatId: string;
61
64
  };
@@ -192,9 +195,12 @@ export declare namespace ServiceVenue {
192
195
  introduction: CommonDescriptionItem[];
193
196
  };
194
197
  trafficInfo?: {
195
- title: string;
196
- value: string;
197
- }[];
198
+ content: {
199
+ title: string;
200
+ value: string;
201
+ }[];
202
+ introduction: CommonDescriptionItem[];
203
+ };
198
204
  reportInfo?: {
199
205
  chatId: string;
200
206
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {