@be-link/ecommerce-trade-service-node-sdk 0.1.66 → 0.1.67

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/types.d.ts CHANGED
@@ -270,6 +270,7 @@ export interface PosOrderPayload {
270
270
  }
271
271
  /** 正向订单头信息 (value=0或1) */
272
272
  export interface PosOrderHeaders {
273
+ isMemberOrder: string;
273
274
  isCombo: string;
274
275
  isVirtual: string;
275
276
  isVerification: string;