@be-link/cs-cli-nodejs 0.0.120 → 0.0.122

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.
@@ -27,7 +27,7 @@ export declare namespace ServiceVenue {
27
27
  }
28
28
  /** 获取门店信息 */
29
29
  interface IGetServiceVenueInfo {
30
- serviceVenueType: string;
30
+ serviceVenueType?: string;
31
31
  id: string;
32
32
  }
33
33
  /** 获取门店信息ByIds */
@@ -38,6 +38,7 @@ export declare namespace ServiceVenue {
38
38
  interface IUpdateServiceVenue {
39
39
  id: string;
40
40
  name: string;
41
+ status: string;
41
42
  poiInfo?: {
42
43
  poi: string;
43
44
  region: string;
@@ -198,8 +199,8 @@ export declare namespace ServiceVenue {
198
199
  province: string;
199
200
  address: string;
200
201
  gis: {
201
- x: number;
202
- y: number;
202
+ lat: number;
203
+ lng: number;
203
204
  };
204
205
  };
205
206
  pics: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.120",
3
+ "version": "0.0.122",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {