@antchain/riskplus 1.13.11 → 1.13.12

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
@@ -2708,6 +2708,7 @@ export declare class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Mod
2708
2708
  customName: string;
2709
2709
  cardNo: string;
2710
2710
  idType?: string;
2711
+ fundCode?: string;
2711
2712
  static names(): {
2712
2713
  [key: string]: string;
2713
2714
  };
package/dist/client.js CHANGED
@@ -4271,6 +4271,7 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
4271
4271
  customName: 'custom_name',
4272
4272
  cardNo: 'card_no',
4273
4273
  idType: 'id_type',
4274
+ fundCode: 'fund_code',
4274
4275
  };
4275
4276
  }
4276
4277
  static types() {
@@ -4282,6 +4283,7 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
4282
4283
  customName: 'string',
4283
4284
  cardNo: 'string',
4284
4285
  idType: 'string',
4286
+ fundCode: 'string',
4285
4287
  };
4286
4288
  }
4287
4289
  }
@@ -9068,9 +9070,7 @@ class Client {
9068
9070
  req_msg_id: alipay_util_1.default.getNonce(),
9069
9071
  access_key: this._accessKeyId,
9070
9072
  base_sdk_version: "TeaSDK-2.0",
9071
- sdk_version: "1.13.11",
9072
- _prod_code: "RISKPLUS",
9073
- _prod_channel: "undefined",
9073
+ sdk_version: "1.13.12",
9074
9074
  };
9075
9075
  if (!tea_util_1.default.empty(this._securityToken)) {
9076
9076
  request_.query["security_token"] = this._securityToken;