@antchain/riskplus 1.19.5 → 1.19.7

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
@@ -1276,7 +1276,7 @@ export declare class PersonalInfo extends $tea.Model {
1276
1276
  certValidate: string;
1277
1277
  certAdr: string;
1278
1278
  mobile: string;
1279
- education: string;
1279
+ education?: string;
1280
1280
  province?: string;
1281
1281
  city?: string;
1282
1282
  area?: string;
package/dist/client.js CHANGED
@@ -12696,7 +12696,7 @@ class Client {
12696
12696
  req_msg_id: alipay_util_1.default.getNonce(),
12697
12697
  access_key: this._accessKeyId,
12698
12698
  base_sdk_version: "TeaSDK-2.0",
12699
- sdk_version: "1.19.5",
12699
+ sdk_version: "1.19.7",
12700
12700
  _prod_code: "RISKPLUS",
12701
12701
  _prod_channel: "undefined",
12702
12702
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/riskplus",
3
- "version": "1.19.5",
3
+ "version": "1.19.7",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -3158,7 +3158,7 @@ export class PersonalInfo extends $tea.Model {
3158
3158
  // 手机号
3159
3159
  mobile: string;
3160
3160
  // 学历
3161
- education: string;
3161
+ education?: string;
3162
3162
  // 所在省份 汉字
3163
3163
  province?: string;
3164
3164
  // 所在城市 汉字
@@ -19400,7 +19400,7 @@ export default class Client {
19400
19400
  req_msg_id: AntchainUtil.getNonce(),
19401
19401
  access_key: this._accessKeyId,
19402
19402
  base_sdk_version: "TeaSDK-2.0",
19403
- sdk_version: "1.19.5",
19403
+ sdk_version: "1.19.7",
19404
19404
  _prod_code: "RISKPLUS",
19405
19405
  _prod_channel: "undefined",
19406
19406
  };