@antchain/riskplus 1.13.12 → 1.13.13

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/dist/client.d.ts CHANGED
@@ -871,6 +871,8 @@ export declare class Contract extends $tea.Model {
871
871
  customNo: string;
872
872
  savePath: string;
873
873
  contractAmount: number;
874
+ disburseContractNo: string;
875
+ creditContractNo: string;
874
876
  static names(): {
875
877
  [key: string]: string;
876
878
  };
package/dist/client.js CHANGED
@@ -1413,6 +1413,8 @@ class Contract extends $tea.Model {
1413
1413
  customNo: 'custom_no',
1414
1414
  savePath: 'save_path',
1415
1415
  contractAmount: 'contract_amount',
1416
+ disburseContractNo: 'disburse_contract_no',
1417
+ creditContractNo: 'credit_contract_no',
1416
1418
  };
1417
1419
  }
1418
1420
  static types() {
@@ -1424,6 +1426,8 @@ class Contract extends $tea.Model {
1424
1426
  customNo: 'string',
1425
1427
  savePath: 'string',
1426
1428
  contractAmount: 'number',
1429
+ disburseContractNo: 'string',
1430
+ creditContractNo: 'string',
1427
1431
  };
1428
1432
  }
1429
1433
  }
@@ -9070,7 +9074,7 @@ class Client {
9070
9074
  req_msg_id: alipay_util_1.default.getNonce(),
9071
9075
  access_key: this._accessKeyId,
9072
9076
  base_sdk_version: "TeaSDK-2.0",
9073
- sdk_version: "1.13.12",
9077
+ sdk_version: "1.13.13",
9074
9078
  };
9075
9079
  if (!tea_util_1.default.empty(this._securityToken)) {
9076
9080
  request_.query["security_token"] = this._securityToken;