@be-link/ecommerce-store-service-node-sdk 0.1.20 → 0.1.21

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.
@@ -20,6 +20,8 @@ export declare namespace StoreUserRelation {
20
20
  storeAddress?: string;
21
21
  /** 用户 ID */
22
22
  userId: string;
23
+ /** 门店经营状态:UNBOUND_MANAGER-未开业, OPERATING-营业中, CLOSED-已打烊 */
24
+ storeBusinessStatus?: string;
23
25
  }
24
26
  /**
25
27
  * 门店用户绑定关系记录
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-store-service-node-sdk",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "EcommerceStoreService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",