@be-link/tfs-cli-nodejs 0.0.236 → 0.0.237

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.236",
3
+ "version": "0.0.237",
4
4
  "description": "交易履约服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",
@@ -58,8 +58,8 @@ export declare namespace Contract {
58
58
  contractId: string;
59
59
  /** 操作人姓名 */
60
60
  operateUser: string;
61
- /** 合同变更阅读会话ID */
62
- readClientTraceId: string;
61
+ /** 合同变更阅读会话ID,新版小程序传入时服务端会校验阅读完成;旧版小程序未传时后端兼容放行 */
62
+ readClientTraceId?: string;
63
63
  }
64
64
  interface IStartAgreementRead {
65
65
  /** 订单号,支付前阅读可为空 */