@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/ato",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -4410,6 +4410,8 @@ export class ApplyFundCreditutilizationResponse extends $tea.Model {
4410
4410
  utilizationAuthId?: string;
4411
4411
  // 资产包id
4412
4412
  assetPackageId?: string;
4413
+ // 商户授权链接
4414
+ merchantAuthUrl?: string;
4413
4415
  static names(): { [key: string]: string } {
4414
4416
  return {
4415
4417
  reqMsgId: 'req_msg_id',
@@ -4418,6 +4420,7 @@ export class ApplyFundCreditutilizationResponse extends $tea.Model {
4418
4420
  utilizationId: 'utilization_id',
4419
4421
  utilizationAuthId: 'utilization_auth_id',
4420
4422
  assetPackageId: 'asset_package_id',
4423
+ merchantAuthUrl: 'merchant_auth_url',
4421
4424
  };
4422
4425
  }
4423
4426
 
@@ -4429,6 +4432,7 @@ export class ApplyFundCreditutilizationResponse extends $tea.Model {
4429
4432
  utilizationId: 'string',
4430
4433
  utilizationAuthId: 'string',
4431
4434
  assetPackageId: 'string',
4435
+ merchantAuthUrl: 'string',
4432
4436
  };
4433
4437
  }
4434
4438
 
@@ -15104,7 +15108,7 @@ export default class Client {
15104
15108
  req_msg_id: AntchainUtil.getNonce(),
15105
15109
  access_key: this._accessKeyId,
15106
15110
  base_sdk_version: "TeaSDK-2.0",
15107
- sdk_version: "1.14.3",
15111
+ sdk_version: "1.14.4",
15108
15112
  _prod_code: "ATO",
15109
15113
  _prod_channel: "undefined",
15110
15114
  };