@be-link/ecommerce-backend-bff-service-node-sdk 0.1.41 → 0.1.42

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.
@@ -412,7 +412,7 @@ export declare namespace PandoraProductService {
412
412
  /** 商品名称 */
413
413
  productName: string;
414
414
  /** 分类 */
415
- cateName: string;
415
+ classification: string;
416
416
  /** 数量 */
417
417
  quantity: number;
418
418
  /** 69码 */
@@ -20,6 +20,7 @@ export declare namespace PandoraUserService {
20
20
  interface updateAccount {
21
21
  bindId: string;
22
22
  name?: string;
23
+ phone?: string;
23
24
  roleId?: string;
24
25
  storeIds?: string[];
25
26
  warehouseIds?: string[];
@@ -412,7 +412,7 @@ export declare namespace PandoraProductService {
412
412
  /** 商品名称 */
413
413
  productName: string;
414
414
  /** 分类 */
415
- cateName: string;
415
+ classification: string;
416
416
  /** 数量 */
417
417
  quantity: number;
418
418
  /** 69码 */
@@ -20,6 +20,7 @@ export declare namespace PandoraUserService {
20
20
  interface updateAccount {
21
21
  bindId: string;
22
22
  name?: string;
23
+ phone?: string;
23
24
  roleId?: string;
24
25
  storeIds?: string[];
25
26
  warehouseIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-backend-bff-service-node-sdk",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",
@@ -33,7 +33,7 @@
33
33
  "@be-link/ecommerce-promotion-service-node-sdk": "^0.1.3",
34
34
  "axios": "^1.13.2",
35
35
  "@be-link/ecommerce-user-service-node-sdk": "^0.1.20",
36
- "@be-link/ecommerce-product-service-node-sdk": "^0.1.4",
36
+ "@be-link/ecommerce-product-service-node-sdk": "^0.1.6",
37
37
  "@be-link/ecommerce-task-center-service-node-sdk": "^0.1.11"
38
38
  },
39
39
  "devDependencies": {