@be-link/ecommerce-promotion-service-node-sdk 0.0.16 → 0.0.17

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.
@@ -106,6 +106,8 @@ export declare namespace Service {
106
106
  productIds?: string[];
107
107
  /** 是否上架 */
108
108
  online?: boolean;
109
+ /** 是否开启 */
110
+ enabled?: boolean;
109
111
  /** 页码 */
110
112
  page?: number;
111
113
  /** 每页数量 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",