@antchain/realperson 1.15.29 → 1.15.30

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
@@ -1207,7 +1207,7 @@ export declare class QueryCarrierNetstatusRequest extends $tea.Model {
1207
1207
  mobile: string;
1208
1208
  carrier?: string;
1209
1209
  encryptType?: string;
1210
- externParam: string;
1210
+ externParam?: string;
1211
1211
  static names(): {
1212
1212
  [key: string]: string;
1213
1213
  };
package/dist/client.js CHANGED
@@ -2334,7 +2334,7 @@ class Client {
2334
2334
  req_msg_id: alipay_util_1.default.getNonce(),
2335
2335
  access_key: this._accessKeyId,
2336
2336
  base_sdk_version: "TeaSDK-2.0",
2337
- sdk_version: "1.15.29",
2337
+ sdk_version: "1.15.30",
2338
2338
  _prod_code: "REALPERSON",
2339
2339
  _prod_channel: "undefined",
2340
2340
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antchain/realperson",
3
- "version": "1.15.29",
3
+ "version": "1.15.30",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -2954,7 +2954,7 @@ export class QueryCarrierNetstatusRequest extends $tea.Model {
2954
2954
  // 1:MD5
2955
2955
  encryptType?: string;
2956
2956
  // 扩展信息,预留字段
2957
- externParam: string;
2957
+ externParam?: string;
2958
2958
  static names(): { [key: string]: string } {
2959
2959
  return {
2960
2960
  authToken: 'auth_token',
@@ -3608,7 +3608,7 @@ export default class Client {
3608
3608
  req_msg_id: AntchainUtil.getNonce(),
3609
3609
  access_key: this._accessKeyId,
3610
3610
  base_sdk_version: "TeaSDK-2.0",
3611
- sdk_version: "1.15.29",
3611
+ sdk_version: "1.15.30",
3612
3612
  _prod_code: "REALPERSON",
3613
3613
  _prod_channel: "undefined",
3614
3614
  };