@be-link/ecommerce-backend-bff-service-node-sdk 0.1.21 → 0.1.23
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.
|
@@ -234,6 +234,8 @@ export declare namespace CouponService {
|
|
|
234
234
|
couponType?: PROMOTION_SERVICE_ENUM.COUPON_ENUM.COUPON_TYPE;
|
|
235
235
|
/** 券状态 */
|
|
236
236
|
status?: PROMOTION_SERVICE_ENUM.COUPON_ENUM.COUPON_STATUS;
|
|
237
|
+
/** 库存 */
|
|
238
|
+
stock?: number;
|
|
237
239
|
}
|
|
238
240
|
/** 增加券库存 */
|
|
239
241
|
interface addCouponStock {
|
|
@@ -234,6 +234,8 @@ export declare namespace CouponService {
|
|
|
234
234
|
couponType?: PROMOTION_SERVICE_ENUM.COUPON_ENUM.COUPON_TYPE;
|
|
235
235
|
/** 券状态 */
|
|
236
236
|
status?: PROMOTION_SERVICE_ENUM.COUPON_ENUM.COUPON_STATUS;
|
|
237
|
+
/** 库存 */
|
|
238
|
+
stock?: number;
|
|
237
239
|
}
|
|
238
240
|
/** 增加券库存 */
|
|
239
241
|
interface addCouponStock {
|
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.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "EcommerceBackendBffService Node.js SDK",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./cjs/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@be-link/ecommerce-trade-service-node-sdk": "^0.1.
|
|
27
|
+
"@be-link/ecommerce-trade-service-node-sdk": "^0.1.15",
|
|
28
28
|
"@be-link/ecommerce-backend-user-service-node-sdk": "^0.1.8",
|
|
29
29
|
"@be-link/ecommerce-volcengine-open-api-sdk": "^1.0.22",
|
|
30
30
|
"@be-link/ecommerce-client-backend-service-node-sdk": "^0.1.9",
|