@be-link/cs-cli-nodejs 0.0.123 → 0.0.124

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.
@@ -45,7 +45,7 @@ export declare namespace ServiceVenue {
45
45
  city: string;
46
46
  province: string;
47
47
  address: string;
48
- gis: {
48
+ location: {
49
49
  lat: number;
50
50
  lng: number;
51
51
  };
@@ -198,7 +198,7 @@ export declare namespace ServiceVenue {
198
198
  city: string;
199
199
  province: string;
200
200
  address: string;
201
- gis: {
201
+ location: {
202
202
  lat: number;
203
203
  lng: number;
204
204
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.123",
3
+ "version": "0.0.124",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {