@antchain/realperson 1.15.30 → 1.15.31
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 +1 -1
- package/dist/client.js +1 -1
- package/package.json +1 -1
- package/src/client.ts +2 -2
package/dist/client.d.ts
CHANGED
|
@@ -1065,7 +1065,7 @@ export declare class CheckCarrierTwometaRequest extends $tea.Model {
|
|
|
1065
1065
|
certName?: string;
|
|
1066
1066
|
certNo?: string;
|
|
1067
1067
|
carrier?: string;
|
|
1068
|
-
externParam
|
|
1068
|
+
externParam?: string;
|
|
1069
1069
|
static names(): {
|
|
1070
1070
|
[key: string]: string;
|
|
1071
1071
|
};
|
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.
|
|
2337
|
+
sdk_version: "1.15.31",
|
|
2338
2338
|
_prod_code: "REALPERSON",
|
|
2339
2339
|
_prod_channel: "undefined",
|
|
2340
2340
|
};
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -2600,7 +2600,7 @@ export class CheckCarrierTwometaRequest extends $tea.Model {
|
|
|
2600
2600
|
// CHINA_UNICOM
|
|
2601
2601
|
carrier?: string;
|
|
2602
2602
|
// 扩展信息,预留字段
|
|
2603
|
-
externParam
|
|
2603
|
+
externParam?: string;
|
|
2604
2604
|
static names(): { [key: string]: string } {
|
|
2605
2605
|
return {
|
|
2606
2606
|
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.
|
|
3611
|
+
sdk_version: "1.15.31",
|
|
3612
3612
|
_prod_code: "REALPERSON",
|
|
3613
3613
|
_prod_channel: "undefined",
|
|
3614
3614
|
};
|