@be-link/tfs-cli-nodejs 0.0.212 → 0.0.213

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/tfs-cli-nodejs",
3
- "version": "0.0.212",
3
+ "version": "0.0.213",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",
@@ -122,6 +122,11 @@ export declare namespace Service {
122
122
  interface IVerifyVisaIssueInfo {
123
123
  touristMaterialIdList: string[];
124
124
  operator: string;
125
+ notifyList: {
126
+ orderId: string;
127
+ mobile: string;
128
+ name: string;
129
+ }[];
125
130
  }
126
131
  /** 商家消签操作 */
127
132
  interface IVerifyVisaCancelInfo {