@be-link/ecommerce-trade-service-node-sdk 0.1.35 → 0.1.36

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 +2 -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.35",
3
+ "version": "0.1.36",
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
@@ -209,6 +209,8 @@ export interface PosOrderPayload {
209
209
  payStatus: ENUM.OrderPayStatus;
210
210
  /** 事件发送时间 */
211
211
  eventTime: number;
212
+ /** 支付时间 */
213
+ payTime: number;
212
214
  /** 商品ID */
213
215
  productId?: string;
214
216
  /** 商品SKU ID */