@be-link/ecommerce-product-service-node-sdk 0.1.26 → 0.1.27

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.
@@ -457,6 +457,8 @@ export declare namespace ProductService {
457
457
  visibleStores: string[];
458
458
  /** 不可见门店 */
459
459
  invisibleStores: string[];
460
+ /** 删除时间 */
461
+ deletedAt: number;
460
462
  }[];
461
463
  }
462
464
  interface queryProductSkuList {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",