@be-link/cs-cli-nodejs 0.0.16 → 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.
@@ -23,6 +23,7 @@ export declare namespace ServiceVenue {
23
23
  interface IGetServiceVenueInfo {
24
24
  serviceVenueType: string;
25
25
  tabType: string;
26
+ id: string;
26
27
  }
27
28
  /** 更新门店 */
28
29
  interface IUpdateServiceVenue {
@@ -191,9 +192,12 @@ export declare namespace ServiceVenue {
191
192
  introduction: CommonDescriptionItem[];
192
193
  };
193
194
  trafficInfo?: {
194
- title: string;
195
- value: string;
196
- }[];
195
+ content: {
196
+ title: string;
197
+ value: string;
198
+ }[];
199
+ introduction: CommonDescriptionItem[];
200
+ };
197
201
  reportInfo?: {
198
202
  chatId: string;
199
203
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {