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

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.
@@ -192,9 +192,12 @@ export declare namespace ServiceVenue {
192
192
  introduction: CommonDescriptionItem[];
193
193
  };
194
194
  trafficInfo?: {
195
- title: string;
196
- value: string;
197
- }[];
195
+ content: {
196
+ title: string;
197
+ value: string;
198
+ }[];
199
+ introduction: CommonDescriptionItem[];
200
+ };
198
201
  reportInfo?: {
199
202
  chatId: string;
200
203
  };
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.18",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {