@antchain/riskplus 1.19.21 → 1.19.22

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
@@ -4179,8 +4179,8 @@ export declare class QueryDubbridgeAccountUsecreditRequest extends $tea.Model {
4179
4179
  authToken?: string;
4180
4180
  productInstanceId?: string;
4181
4181
  channelCode: string;
4182
- customNo: string;
4183
- openId: string;
4182
+ customNo?: string;
4183
+ openId?: string;
4184
4184
  static names(): {
4185
4185
  [key: string]: string;
4186
4186
  };
package/dist/client.js CHANGED
@@ -13022,7 +13022,7 @@ class Client {
13022
13022
  req_msg_id: alipay_util_1.default.getNonce(),
13023
13023
  access_key: this._accessKeyId,
13024
13024
  base_sdk_version: "TeaSDK-2.0",
13025
- sdk_version: "1.19.21",
13025
+ sdk_version: "1.19.22",
13026
13026
  _prod_code: "RISKPLUS",
13027
13027
  _prod_channel: "undefined",
13028
13028
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.19.21",
3
+ "version": "1.19.22",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -10124,9 +10124,9 @@ export class QueryDubbridgeAccountUsecreditRequest extends $tea.Model {
10124
10124
  // 渠道号
10125
10125
  channelCode: string;
10126
10126
  // 客户编码
10127
- customNo: string;
10127
+ customNo?: string;
10128
10128
  // 资产方用户唯一标识
10129
- openId: string;
10129
+ openId?: string;
10130
10130
  static names(): { [key: string]: string } {
10131
10131
  return {
10132
10132
  authToken: 'auth_token',
@@ -19903,7 +19903,7 @@ export default class Client {
19903
19903
  req_msg_id: AntchainUtil.getNonce(),
19904
19904
  access_key: this._accessKeyId,
19905
19905
  base_sdk_version: "TeaSDK-2.0",
19906
- sdk_version: "1.19.21",
19906
+ sdk_version: "1.19.22",
19907
19907
  _prod_code: "RISKPLUS",
19908
19908
  _prod_channel: "undefined",
19909
19909
  };