@antchain/ato 1.14.1 → 1.14.2

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
@@ -2029,6 +2029,7 @@ export declare class AuthFundCreditgrantingResponse extends $tea.Model {
2029
2029
  reqMsgId?: string;
2030
2030
  resultCode?: string;
2031
2031
  resultMsg?: string;
2032
+ merchantAuthUrl?: string;
2032
2033
  static names(): {
2033
2034
  [key: string]: string;
2034
2035
  };
package/dist/client.js CHANGED
@@ -3158,6 +3158,7 @@ class AuthFundCreditgrantingResponse extends $tea.Model {
3158
3158
  reqMsgId: 'req_msg_id',
3159
3159
  resultCode: 'result_code',
3160
3160
  resultMsg: 'result_msg',
3161
+ merchantAuthUrl: 'merchant_auth_url',
3161
3162
  };
3162
3163
  }
3163
3164
  static types() {
@@ -3165,6 +3166,7 @@ class AuthFundCreditgrantingResponse extends $tea.Model {
3165
3166
  reqMsgId: 'string',
3166
3167
  resultCode: 'string',
3167
3168
  resultMsg: 'string',
3169
+ merchantAuthUrl: 'string',
3168
3170
  };
3169
3171
  }
3170
3172
  }
@@ -9923,7 +9925,7 @@ class Client {
9923
9925
  req_msg_id: alipay_util_1.default.getNonce(),
9924
9926
  access_key: this._accessKeyId,
9925
9927
  base_sdk_version: "TeaSDK-2.0",
9926
- sdk_version: "1.14.1",
9928
+ sdk_version: "1.14.2",
9927
9929
  _prod_code: "ATO",
9928
9930
  _prod_channel: "undefined",
9929
9931
  };