@be-link/cs-cli-nodejs 0.0.26 → 0.0.28

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.
@@ -40,7 +40,7 @@ export declare namespace ServiceVenue {
40
40
  type: string;
41
41
  name: string;
42
42
  basicInfo?: {
43
- stress: string;
43
+ address: string;
44
44
  starLevel: number;
45
45
  diamondLevel: number;
46
46
  qualification: string[];
@@ -124,7 +124,7 @@ export declare namespace ServiceVenue {
124
124
  /** 门店名称 */
125
125
  name: string;
126
126
  /** 门店地址 */
127
- stress: string;
127
+ address: string;
128
128
  /** 状态 */
129
129
  status: string;
130
130
  /** 星级 */
@@ -182,7 +182,7 @@ export declare namespace ServiceVenue {
182
182
  type: string;
183
183
  name: string;
184
184
  basicInfo?: {
185
- stress: string;
185
+ address: string;
186
186
  starLevel: number;
187
187
  diamondLevel: number;
188
188
  qualification: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {