@be-link/ecommerce-backend-bff-service-node-sdk 0.0.56 → 0.0.58

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.
@@ -244,8 +244,8 @@ export interface RoomBindStore {
244
244
  address: string;
245
245
  /** 门店电话 */
246
246
  telephone: string;
247
- /** 绑定标签id,根据是否是空字符串表示是否有分组 */
248
- tagId: string;
247
+ /** 绑定标签,根据是否是空字符串表示是否有分组 */
248
+ tags: string[];
249
249
  /** 联系人姓名(店长) */
250
250
  storeManagerName: string;
251
251
  /** 直播间id,根据id是否为空字符串表示是否绑定了本店 */
@@ -244,8 +244,8 @@ export interface RoomBindStore {
244
244
  address: string;
245
245
  /** 门店电话 */
246
246
  telephone: string;
247
- /** 绑定标签id,根据是否是空字符串表示是否有分组 */
248
- tagId: string;
247
+ /** 绑定标签,根据是否是空字符串表示是否有分组 */
248
+ tags: string[];
249
249
  /** 联系人姓名(店长) */
250
250
  storeManagerName: string;
251
251
  /** 直播间id,根据id是否为空字符串表示是否绑定了本店 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-backend-bff-service-node-sdk",
3
- "version": "0.0.56",
3
+ "version": "0.0.58",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",
@@ -24,6 +24,11 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
+ "@be-link/ecommerce-product-service-node-sdk": "^0.0.17",
28
+ "@be-link/ecommerce-volcengine-open-api-sdk": "^1.0.16",
29
+ "@be-link/ecommerce-client-backend-service-node-sdk": "^0.0.7",
30
+ "@be-link/ecommerce-tag-service-node-sdk": "^0.0.10",
31
+ "@be-link/ecommerce-store-service-node-sdk": "^0.0.12",
27
32
  "axios": "1.13.2"
28
33
  },
29
34
  "devDependencies": {