@be-link/tfs-cli-nodejs 0.0.195 → 0.0.196

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.195",
3
+ "version": "0.0.196",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -495,9 +495,9 @@ export declare namespace Fulfill {
495
495
  }
496
496
  /** 消签信息 */
497
497
  interface VisaCancelInfo {
498
- contact: string;
499
- tel: string;
500
- address: string;
498
+ contact?: string;
499
+ tel?: string;
500
+ address?: string;
501
501
  expressNum: string;
502
502
  }
503
503
  /** 商品出行材料项信息 */