@antchain/ato 1.14.3 → 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
@@ -1886,6 +1886,7 @@ export declare class ApplyFundCreditutilizationResponse extends $tea.Model {
1886
1886
  utilizationId?: string;
1887
1887
  utilizationAuthId?: string;
1888
1888
  assetPackageId?: string;
1889
+ merchantAuthUrl?: string;
1889
1890
  static names(): {
1890
1891
  [key: string]: string;
1891
1892
  };
package/dist/client.js CHANGED
@@ -2933,6 +2933,7 @@ class ApplyFundCreditutilizationResponse extends $tea.Model {
2933
2933
  utilizationId: 'utilization_id',
2934
2934
  utilizationAuthId: 'utilization_auth_id',
2935
2935
  assetPackageId: 'asset_package_id',
2936
+ merchantAuthUrl: 'merchant_auth_url',
2936
2937
  };
2937
2938
  }
2938
2939
  static types() {
@@ -2943,6 +2944,7 @@ class ApplyFundCreditutilizationResponse extends $tea.Model {
2943
2944
  utilizationId: 'string',
2944
2945
  utilizationAuthId: 'string',
2945
2946
  assetPackageId: 'string',
2947
+ merchantAuthUrl: 'string',
2946
2948
  };
2947
2949
  }
2948
2950
  }
@@ -9929,7 +9931,7 @@ class Client {
9929
9931
  req_msg_id: alipay_util_1.default.getNonce(),
9930
9932
  access_key: this._accessKeyId,
9931
9933
  base_sdk_version: "TeaSDK-2.0",
9932
- sdk_version: "1.14.3",
9934
+ sdk_version: "1.14.4",
9933
9935
  _prod_code: "ATO",
9934
9936
  _prod_channel: "undefined",
9935
9937
  };