@antchain/ato 1.14.2 → 1.14.4

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
@@ -961,6 +961,7 @@ export declare class CreditUtilizationOrder extends $tea.Model {
961
961
  orderId: string;
962
962
  orderCreditLine: number;
963
963
  orderMerchantRepaymentMoney: number;
964
+ divideStartTermIndex: number;
964
965
  static names(): {
965
966
  [key: string]: string;
966
967
  };
@@ -1885,6 +1886,7 @@ export declare class ApplyFundCreditutilizationResponse extends $tea.Model {
1885
1886
  utilizationId?: string;
1886
1887
  utilizationAuthId?: string;
1887
1888
  assetPackageId?: string;
1889
+ merchantAuthUrl?: string;
1888
1890
  static names(): {
1889
1891
  [key: string]: string;
1890
1892
  };
@@ -2014,7 +2016,7 @@ export declare class AuthFundCreditgrantingRequest extends $tea.Model {
2014
2016
  authBeginTime: string;
2015
2017
  authEndTime: string;
2016
2018
  orderQueryBegin: string;
2017
- orderQueryEnd: string;
2019
+ orderQueryEnd?: string;
2018
2020
  static names(): {
2019
2021
  [key: string]: string;
2020
2022
  };
@@ -4652,6 +4654,7 @@ export declare class QueryMerchantexpandMerchantResponse extends $tea.Model {
4652
4654
  resultMsg?: string;
4653
4655
  enrollmentStatus?: string;
4654
4656
  failReason?: string;
4657
+ pendingEventLink?: string;
4655
4658
  static names(): {
4656
4659
  [key: string]: string;
4657
4660
  };
package/dist/client.js CHANGED
@@ -1539,6 +1539,7 @@ class CreditUtilizationOrder extends $tea.Model {
1539
1539
  orderId: 'order_id',
1540
1540
  orderCreditLine: 'order_credit_line',
1541
1541
  orderMerchantRepaymentMoney: 'order_merchant_repayment_money',
1542
+ divideStartTermIndex: 'divide_start_term_index',
1542
1543
  };
1543
1544
  }
1544
1545
  static types() {
@@ -1546,6 +1547,7 @@ class CreditUtilizationOrder extends $tea.Model {
1546
1547
  orderId: 'string',
1547
1548
  orderCreditLine: 'number',
1548
1549
  orderMerchantRepaymentMoney: 'number',
1550
+ divideStartTermIndex: 'number',
1549
1551
  };
1550
1552
  }
1551
1553
  }
@@ -2931,6 +2933,7 @@ class ApplyFundCreditutilizationResponse extends $tea.Model {
2931
2933
  utilizationId: 'utilization_id',
2932
2934
  utilizationAuthId: 'utilization_auth_id',
2933
2935
  assetPackageId: 'asset_package_id',
2936
+ merchantAuthUrl: 'merchant_auth_url',
2934
2937
  };
2935
2938
  }
2936
2939
  static types() {
@@ -2941,6 +2944,7 @@ class ApplyFundCreditutilizationResponse extends $tea.Model {
2941
2944
  utilizationId: 'string',
2942
2945
  utilizationAuthId: 'string',
2943
2946
  assetPackageId: 'string',
2947
+ merchantAuthUrl: 'string',
2944
2948
  };
2945
2949
  }
2946
2950
  }
@@ -7122,6 +7126,7 @@ class QueryMerchantexpandMerchantResponse extends $tea.Model {
7122
7126
  resultMsg: 'result_msg',
7123
7127
  enrollmentStatus: 'enrollment_status',
7124
7128
  failReason: 'fail_reason',
7129
+ pendingEventLink: 'pending_event_link',
7125
7130
  };
7126
7131
  }
7127
7132
  static types() {
@@ -7131,6 +7136,7 @@ class QueryMerchantexpandMerchantResponse extends $tea.Model {
7131
7136
  resultMsg: 'string',
7132
7137
  enrollmentStatus: 'string',
7133
7138
  failReason: 'string',
7139
+ pendingEventLink: 'string',
7134
7140
  };
7135
7141
  }
7136
7142
  }
@@ -9925,7 +9931,7 @@ class Client {
9925
9931
  req_msg_id: alipay_util_1.default.getNonce(),
9926
9932
  access_key: this._accessKeyId,
9927
9933
  base_sdk_version: "TeaSDK-2.0",
9928
- sdk_version: "1.14.2",
9934
+ sdk_version: "1.14.4",
9929
9935
  _prod_code: "ATO",
9930
9936
  _prod_channel: "undefined",
9931
9937
  };