@be-link/ecommerce-promotion-service-node-sdk 0.0.7 → 0.0.8

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.
@@ -92,6 +92,8 @@ export declare namespace Service {
92
92
  interface queryProducts {
93
93
  /** 主键ID */
94
94
  id?: string;
95
+ /** 商品ID */
96
+ productId?: string;
95
97
  /** 是否开启 */
96
98
  enabled?: boolean;
97
99
  /** 是否上架 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-promotion-service-node-sdk",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "EcommercePromotionService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",