@be-link/ecommerce-backend-bff-service-node-sdk 0.1.63 → 0.1.64

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.
@@ -383,6 +383,8 @@ export declare namespace PandoraProductService {
383
383
  storageMethod: string;
384
384
  /** 配货方式 */
385
385
  dispatchType: string;
386
+ /** 限购 */
387
+ purchaseLimit: number;
386
388
  /** 销售数量 */
387
389
  salesQuantity: number;
388
390
  /** 退货数量 */
@@ -383,6 +383,8 @@ export declare namespace PandoraProductService {
383
383
  storageMethod: string;
384
384
  /** 配货方式 */
385
385
  dispatchType: string;
386
+ /** 限购 */
387
+ purchaseLimit: number;
386
388
  /** 销售数量 */
387
389
  salesQuantity: number;
388
390
  /** 退货数量 */
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.63",
3
+ "version": "0.1.64",
4
4
  "description": "EcommerceBackendBffService Node.js SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./cjs/index.js",