@be-link/ecommerce-trade-service-node-sdk 0.1.88 → 0.1.89

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.
@@ -253,6 +253,8 @@ export declare namespace PosOrderQueryService {
253
253
  couponId: string;
254
254
  /** 核销状态:UNVERIFIED-未核销,VERIFIED-已核销,EXPIRED-已过期 */
255
255
  status: ENUM.CouponVerificationStatus;
256
+ /** 门店ID */
257
+ storeId?: string;
256
258
  }
257
259
  }
258
260
  namespace Response {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.88",
3
+ "version": "0.1.89",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",