@antchain/riskplus 1.23.5 → 1.23.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
@@ -3321,6 +3321,7 @@ export declare class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.M
3321
3321
  mobile?: string;
3322
3322
  customerNo: string;
3323
3323
  channelCode: string;
3324
+ mobileMd5?: string;
3324
3325
  static names(): {
3325
3326
  [key: string]: string;
3326
3327
  };
package/dist/client.js CHANGED
@@ -5273,6 +5273,7 @@ class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
5273
5273
  mobile: 'mobile',
5274
5274
  customerNo: 'customer_no',
5275
5275
  channelCode: 'channel_code',
5276
+ mobileMd5: 'mobile_md5',
5276
5277
  };
5277
5278
  }
5278
5279
  static types() {
@@ -5283,6 +5284,7 @@ class QueryDubbridgeRiskinfoEnterprisescoreRequest extends $tea.Model {
5283
5284
  mobile: 'string',
5284
5285
  customerNo: 'string',
5285
5286
  channelCode: 'string',
5287
+ mobileMd5: 'string',
5286
5288
  };
5287
5289
  }
5288
5290
  }
@@ -14541,7 +14543,7 @@ class Client {
14541
14543
  req_msg_id: alipay_util_1.default.getNonce(),
14542
14544
  access_key: this._accessKeyId,
14543
14545
  base_sdk_version: "TeaSDK-2.0",
14544
- sdk_version: "1.23.5",
14546
+ sdk_version: "1.23.6",
14545
14547
  _prod_code: "RISKPLUS",
14546
14548
  _prod_channel: "undefined",
14547
14549
  };