@antchain/riskplus 1.16.5 → 1.16.6

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
@@ -3301,6 +3301,7 @@ export declare class ApplyDubbridgeUsecreditRequest extends $tea.Model {
3301
3301
  repayDate?: string;
3302
3302
  channelType?: string;
3303
3303
  customType?: string;
3304
+ riskData?: string;
3304
3305
  static names(): {
3305
3306
  [key: string]: string;
3306
3307
  };
package/dist/client.js CHANGED
@@ -5193,6 +5193,7 @@ class ApplyDubbridgeUsecreditRequest extends $tea.Model {
5193
5193
  repayDate: 'repay_date',
5194
5194
  channelType: 'channel_type',
5195
5195
  customType: 'custom_type',
5196
+ riskData: 'risk_data',
5196
5197
  };
5197
5198
  }
5198
5199
  static types() {
@@ -5209,6 +5210,7 @@ class ApplyDubbridgeUsecreditRequest extends $tea.Model {
5209
5210
  repayDate: 'string',
5210
5211
  channelType: 'string',
5211
5212
  customType: 'string',
5213
+ riskData: 'string',
5212
5214
  };
5213
5215
  }
5214
5216
  }
@@ -9465,7 +9467,9 @@ class Client {
9465
9467
  req_msg_id: alipay_util_1.default.getNonce(),
9466
9468
  access_key: this._accessKeyId,
9467
9469
  base_sdk_version: "TeaSDK-2.0",
9468
- sdk_version: "1.16.5",
9470
+ sdk_version: "1.16.6",
9471
+ _prod_code: "RISKPLUS",
9472
+ _prod_channel: "undefined",
9469
9473
  };
9470
9474
  if (!tea_util_1.default.empty(this._securityToken)) {
9471
9475
  request_.query["security_token"] = this._securityToken;