@be-link/ecommerce-trade-service-node-sdk 0.1.10 → 0.1.11

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 +4 -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.10",
3
+ "version": "0.1.11",
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
@@ -237,6 +237,10 @@ export interface RosOrderPayload {
237
237
  /** 退款份数 */
238
238
  quantity: number;
239
239
  }
240
+ export interface RosOrderHeaders {
241
+ /** 是否全单退(0=否,1=是)退最后一份也算全单退 */
242
+ isFullRefund: string;
243
+ }
240
244
  /** 支付参数 */
241
245
  /** 微信支付参数 */
242
246
  export interface IWePayParam {