@antchain/riskplus 1.16.12 → 1.16.13

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
@@ -2651,6 +2651,7 @@ export declare class QueryDubbridgeCreditStatusResponse extends $tea.Model {
2651
2651
  applyNo?: string;
2652
2652
  fundCode?: string;
2653
2653
  coolingPeriod?: string;
2654
+ loanInstCode?: string;
2654
2655
  static names(): {
2655
2656
  [key: string]: string;
2656
2657
  };
@@ -3302,6 +3303,7 @@ export declare class ApplyDubbridgeUsecreditRequest extends $tea.Model {
3302
3303
  channelType?: string;
3303
3304
  customType?: string;
3304
3305
  riskData?: string;
3306
+ loanInstCode?: string;
3305
3307
  static names(): {
3306
3308
  [key: string]: string;
3307
3309
  };
package/dist/client.js CHANGED
@@ -4188,6 +4188,7 @@ class QueryDubbridgeCreditStatusResponse extends $tea.Model {
4188
4188
  applyNo: 'apply_no',
4189
4189
  fundCode: 'fund_code',
4190
4190
  coolingPeriod: 'cooling_period',
4191
+ loanInstCode: 'loan_inst_code',
4191
4192
  };
4192
4193
  }
4193
4194
  static types() {
@@ -4205,6 +4206,7 @@ class QueryDubbridgeCreditStatusResponse extends $tea.Model {
4205
4206
  applyNo: 'string',
4206
4207
  fundCode: 'string',
4207
4208
  coolingPeriod: 'string',
4209
+ loanInstCode: 'string',
4208
4210
  };
4209
4211
  }
4210
4212
  }
@@ -5194,6 +5196,7 @@ class ApplyDubbridgeUsecreditRequest extends $tea.Model {
5194
5196
  channelType: 'channel_type',
5195
5197
  customType: 'custom_type',
5196
5198
  riskData: 'risk_data',
5199
+ loanInstCode: 'loan_inst_code',
5197
5200
  };
5198
5201
  }
5199
5202
  static types() {
@@ -5211,6 +5214,7 @@ class ApplyDubbridgeUsecreditRequest extends $tea.Model {
5211
5214
  channelType: 'string',
5212
5215
  customType: 'string',
5213
5216
  riskData: 'string',
5217
+ loanInstCode: 'string',
5214
5218
  };
5215
5219
  }
5216
5220
  }
@@ -9569,7 +9573,7 @@ class Client {
9569
9573
  req_msg_id: alipay_util_1.default.getNonce(),
9570
9574
  access_key: this._accessKeyId,
9571
9575
  base_sdk_version: "TeaSDK-2.0",
9572
- sdk_version: "1.16.12",
9576
+ sdk_version: "1.16.13",
9573
9577
  _prod_code: "RISKPLUS",
9574
9578
  _prod_channel: "undefined",
9575
9579
  };