@antchain/realperson 1.22.44 → 1.23.2
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 +100 -0
- package/dist/client.js +152 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +221 -1
package/dist/client.d.ts
CHANGED
|
@@ -4436,6 +4436,78 @@ export declare class VerificationUserVehicleResponse extends $tea.Model {
|
|
|
4436
4436
|
[key: string]: any;
|
|
4437
4437
|
});
|
|
4438
4438
|
}
|
|
4439
|
+
export declare class QueryThreemetaPhonereuseproxRequest extends $tea.Model {
|
|
4440
|
+
authToken?: string;
|
|
4441
|
+
productInstanceId?: string;
|
|
4442
|
+
outerOrderNo: string;
|
|
4443
|
+
mobile: string;
|
|
4444
|
+
date: string;
|
|
4445
|
+
carrier?: string;
|
|
4446
|
+
encryptType?: string;
|
|
4447
|
+
externParam?: string;
|
|
4448
|
+
static names(): {
|
|
4449
|
+
[key: string]: string;
|
|
4450
|
+
};
|
|
4451
|
+
static types(): {
|
|
4452
|
+
[key: string]: any;
|
|
4453
|
+
};
|
|
4454
|
+
constructor(map?: {
|
|
4455
|
+
[key: string]: any;
|
|
4456
|
+
});
|
|
4457
|
+
}
|
|
4458
|
+
export declare class QueryThreemetaPhonereuseproxResponse extends $tea.Model {
|
|
4459
|
+
reqMsgId?: string;
|
|
4460
|
+
resultCode?: string;
|
|
4461
|
+
resultMsg?: string;
|
|
4462
|
+
phoneReuse?: string;
|
|
4463
|
+
carrier?: string;
|
|
4464
|
+
externInfo?: string;
|
|
4465
|
+
static names(): {
|
|
4466
|
+
[key: string]: string;
|
|
4467
|
+
};
|
|
4468
|
+
static types(): {
|
|
4469
|
+
[key: string]: any;
|
|
4470
|
+
};
|
|
4471
|
+
constructor(map?: {
|
|
4472
|
+
[key: string]: any;
|
|
4473
|
+
});
|
|
4474
|
+
}
|
|
4475
|
+
export declare class QueryThreemetaPhonereusexRequest extends $tea.Model {
|
|
4476
|
+
authToken?: string;
|
|
4477
|
+
productInstanceId?: string;
|
|
4478
|
+
outerOrderNo: string;
|
|
4479
|
+
mobile: string;
|
|
4480
|
+
date: string;
|
|
4481
|
+
carrier?: string;
|
|
4482
|
+
encryptType?: string;
|
|
4483
|
+
externParam?: string;
|
|
4484
|
+
static names(): {
|
|
4485
|
+
[key: string]: string;
|
|
4486
|
+
};
|
|
4487
|
+
static types(): {
|
|
4488
|
+
[key: string]: any;
|
|
4489
|
+
};
|
|
4490
|
+
constructor(map?: {
|
|
4491
|
+
[key: string]: any;
|
|
4492
|
+
});
|
|
4493
|
+
}
|
|
4494
|
+
export declare class QueryThreemetaPhonereusexResponse extends $tea.Model {
|
|
4495
|
+
reqMsgId?: string;
|
|
4496
|
+
resultCode?: string;
|
|
4497
|
+
resultMsg?: string;
|
|
4498
|
+
phoneReuse?: string;
|
|
4499
|
+
carrier?: string;
|
|
4500
|
+
externInfo?: string;
|
|
4501
|
+
static names(): {
|
|
4502
|
+
[key: string]: string;
|
|
4503
|
+
};
|
|
4504
|
+
static types(): {
|
|
4505
|
+
[key: string]: any;
|
|
4506
|
+
};
|
|
4507
|
+
constructor(map?: {
|
|
4508
|
+
[key: string]: any;
|
|
4509
|
+
});
|
|
4510
|
+
}
|
|
4439
4511
|
export declare class InitServerWillauthRequest extends $tea.Model {
|
|
4440
4512
|
authToken?: string;
|
|
4441
4513
|
productInstanceId?: string;
|
|
@@ -5954,6 +6026,34 @@ export default class Client {
|
|
|
5954
6026
|
verificationUserVehicleEx(request: VerificationUserVehicleRequest, headers: {
|
|
5955
6027
|
[key: string]: string;
|
|
5956
6028
|
}, runtime: $Util.RuntimeOptions): Promise<VerificationUserVehicleResponse>;
|
|
6029
|
+
/**
|
|
6030
|
+
* @remarks
|
|
6031
|
+
* Description: 运营商二次放号增强版扩展接口
|
|
6032
|
+
* Summary: 运营商二次放号增强版扩展接口
|
|
6033
|
+
*/
|
|
6034
|
+
queryThreemetaPhonereuseprox(request: QueryThreemetaPhonereuseproxRequest): Promise<QueryThreemetaPhonereuseproxResponse>;
|
|
6035
|
+
/**
|
|
6036
|
+
* @remarks
|
|
6037
|
+
* Description: 运营商二次放号增强版扩展接口
|
|
6038
|
+
* Summary: 运营商二次放号增强版扩展接口
|
|
6039
|
+
*/
|
|
6040
|
+
queryThreemetaPhonereuseproxEx(request: QueryThreemetaPhonereuseproxRequest, headers: {
|
|
6041
|
+
[key: string]: string;
|
|
6042
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryThreemetaPhonereuseproxResponse>;
|
|
6043
|
+
/**
|
|
6044
|
+
* @remarks
|
|
6045
|
+
* Description: 运营商二次放号扩展接口
|
|
6046
|
+
* Summary: 运营商二次放号扩展接口
|
|
6047
|
+
*/
|
|
6048
|
+
queryThreemetaPhonereusex(request: QueryThreemetaPhonereusexRequest): Promise<QueryThreemetaPhonereusexResponse>;
|
|
6049
|
+
/**
|
|
6050
|
+
* @remarks
|
|
6051
|
+
* Description: 运营商二次放号扩展接口
|
|
6052
|
+
* Summary: 运营商二次放号扩展接口
|
|
6053
|
+
*/
|
|
6054
|
+
queryThreemetaPhonereusexEx(request: QueryThreemetaPhonereusexRequest, headers: {
|
|
6055
|
+
[key: string]: string;
|
|
6056
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryThreemetaPhonereusexResponse>;
|
|
5957
6057
|
/**
|
|
5958
6058
|
* @remarks
|
|
5959
6059
|
* Description: 意愿认证服务端初始化
|
package/dist/client.js
CHANGED
|
@@ -22,7 +22,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
22
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.QueryThreemetaPhonereuseproResponse = exports.QueryThreemetaPhonereuseproRequest = exports.ApplyExtYdataResponse = exports.ApplyExtYdataRequest = exports.QueryCutpaymentOneclickResponse = exports.QueryCutpaymentOneclickRequest = exports.BindCutpaymentOneclickResponse = exports.BindCutpaymentOneclickRequest = exports.QueryServerWillauthmaterialResponse = exports.QueryServerWillauthmaterialRequest = exports.QueryServerWillauthResponse = exports.QueryServerWillauthRequest = exports.InitServerWillauthResponse = exports.InitServerWillauthRequest = exports.VerificationUserVehicleResponse = exports.VerificationUserVehicleRequest = exports.QueryRiderQualificationResponse = exports.QueryRiderQualificationRequest = exports.UploadFileResponse = exports.UploadFileRequest = exports.QueryUserAssetResponse = exports.QueryUserAssetRequest = exports.QueryRiskServerResponse = exports.QueryRiskServerRequest = exports.QueryCutpaymentsubTransactionResponse = exports.QueryCutpaymentsubTransactionRequest = exports.QueryCutpaymentsubBalanceResponse = exports.QueryCutpaymentsubBalanceRequest = exports.QueryCutpaymentsubWithdrawalResponse = exports.QueryCutpaymentsubWithdrawalRequest = exports.CaptureCutpaymentsubWithdrawalResponse = exports.CaptureCutpaymentsubWithdrawalRequest = exports.QueryCutpaymentsubRevenueResponse = exports.QueryCutpaymentsubRevenueRequest = exports.TransferCutpaymentsubRevenueResponse = exports.TransferCutpaymentsubRevenueRequest = exports.QueryCutpaymentsubAccountResponse = exports.QueryCutpaymentsubAccountRequest = exports.OpenCutpaymentsubAccountResponse = exports.OpenCutpaymentsubAccountRequest = exports.QueryCarinfoPlusResponse = exports.QueryCarinfoPlusRequest = exports.QueryCarinfoUltimateResponse = exports.QueryCarinfoUltimateRequest = exports.ExecFaceThreemetaResponse = exports.ExecFaceThreemetaRequest = exports.QueryCutpaymentStatementResponse = exports.QueryCutpaymentStatementRequest = exports.QueryCutpaymentRefundResponse = exports.QueryCutpaymentRefundRequest = exports.ApplyCutpaymentRefundResponse = exports.ApplyCutpaymentRefundRequest = exports.QueryCutpaymentPaymentResponse = exports.QueryCutpaymentPaymentRequest = exports.ApplyCutpaymentPaymentResponse = exports.ApplyCutpaymentPaymentRequest = exports.QueryCutpaymentBindResponse = exports.QueryCutpaymentBindRequest = exports.UnbindCutpaymentSignResponse = exports.UnbindCutpaymentSignRequest = exports.BindCutpaymentSignResponse = exports.BindCutpaymentSignRequest = exports.BindCutpaymentPreResponse = exports.BindCutpaymentPreRequest = exports.QueryCarinfoBriefResponse = exports.QueryCarinfoBriefRequest = exports.QueryCarinfoDetailResponse = exports.QueryCarinfoDetailRequest = exports.CheckIdcardFourmetaResponse = exports.CheckIdcardFourmetaRequest = exports.RecognizeOcrIndividualcardResponse = exports.RecognizeOcrIndividualcardRequest = exports.ScaleinImageResponse = exports.ScaleinImageRequest = exports.QueryFaceverifyServermaterialResponse = exports.QueryFaceverifyServermaterialRequest = exports.QueryBankLivenessfourResponse = exports.QueryBankLivenessfourRequest = exports.QueryEducationBackgroundResponse = exports.QueryEducationBackgroundRequest = exports.CheckCarTwometaResponse = exports.CheckCarTwometaRequest = exports.QueryAlipayverifyServerResponse = exports.QueryAlipayverifyServerRequest = exports.CreateAlipayverifyServerResponse = exports.CreateAlipayverifyServerRequest = exports.ExecFaceverifyServermodeResponse = exports.ExecFaceverifyServermodeRequest = exports.QueryBankLivenessplusResponse = exports.QueryBankLivenessplusRequest = exports.QueryFaceverifyServerResponse = exports.QueryFaceverifyServerRequest = exports.CreateFaceverifyServerResponse = exports.CreateFaceverifyServerRequest = exports.ApplyExtOrgdataResponse = exports.ApplyExtOrgdataRequest = exports.BindCarrierRepairmobileResponse = exports.BindCarrierRepairmobileRequest = exports.QueryCarrierRepairmobileResponse = exports.QueryCarrierRepairmobileRequest = exports.InitCarrierRepairmobileResponse = exports.InitCarrierRepairmobileRequest = exports.DeleteConsoleDomainResponse = exports.DeleteConsoleDomainRequest = exports.CreateConsoleDomainResponse = exports.CreateConsoleDomainRequest = exports.QueryBankLivenessResponse = exports.QueryBankLivenessRequest = exports.ExecFacevrfServermodeResponse = exports.ExecFacevrfServermodeRequest = exports.QuerySocialriskTobriskResponse = exports.QuerySocialriskTobriskRequest = exports.QuerySocialriskBriefResponse = exports.QuerySocialriskBriefRequest = exports.QueryCarrierNetstatusResponse = exports.QueryCarrierNetstatusRequest = exports.QuerySocialriskDetailResponse = exports.QuerySocialriskDetailRequest = exports.QueryNfcServerResponse = exports.QueryNfcServerRequest = exports.CreateNfcServerResponse = exports.CreateNfcServerRequest = exports.CheckCarrierTwometaResponse = exports.CheckCarrierTwometaRequest = exports.CheckBankcardTwometaResponse = exports.CheckBankcardTwometaRequest = exports.QueryDemoInfoResponse = exports.QueryDemoInfoRequest = exports.QueryEducationInfoResponse = exports.QueryEducationInfoRequest = exports.QueryTscenterDeviceResponse = exports.QueryTscenterDeviceRequest = exports.QueryThreemetaPhonereuseResponse = exports.QueryThreemetaPhonereuseRequest = exports.QueryDeepsecTsbmrqResponse = exports.QueryDeepsecTsbmrqRequest = exports.QueryDeepsecRiskResponse = exports.QueryDeepsecRiskRequest = exports.CheckThreemetaBankcardResponse = exports.CheckThreemetaBankcardRequest = exports.RecognizeDocIndividualcardResponse = exports.RecognizeDocIndividualcardRequest = exports.VerifyFacevrfZimResponse = exports.VerifyFacevrfZimRequest = exports.InitFacevrfZimResponse = exports.InitFacevrfZimRequest = exports.QueryThreemetaOnlinetimeResponse = exports.QueryThreemetaOnlinetimeRequest = exports.CheckTwometaHashResponse = exports.CheckTwometaHashRequest = exports.CheckAnticheatPersonalResponse = exports.CheckAnticheatPersonalRequest = exports.DetailFacevrfServerResponse = exports.DetailFacevrfServerRequest = exports.QueryMobileRiskResponse = exports.QueryMobileRiskRequest = exports.CheckRouteTwometaResponse = exports.CheckRouteTwometaRequest = exports.VerifyVoiceprintServermodeResponse = exports.VerifyVoiceprintServermodeRequest = exports.CreateVoiceprintServermodeResponse = exports.CreateVoiceprintServermodeRequest = exports.CheckRouteThreemetaResponse = exports.CheckRouteThreemetaRequest = exports.CheckIndividualidFourmetaResponse = exports.CheckIndividualidFourmetaRequest = exports.CheckIndividualidThreemetaResponse = exports.CheckIndividualidThreemetaRequest = exports.CheckIndividualidTwometaResponse = exports.CheckIndividualidTwometaRequest = exports.GetFacevrfEvidenceResponse = exports.GetFacevrfEvidenceRequest = exports.ExecFacevrfServerResponse = exports.ExecFacevrfServerRequest = exports.CreateFacevrfServerResponse = exports.CreateFacevrfServerRequest = exports.QueryFacevrfServerResponse = exports.QueryFacevrfServerRequest = exports.XNameValuePair = exports.RiskResult = exports.CarInfoBrief = exports.CarInfoPlus = exports.OcrInfo = exports.ShareInfo = exports.ShareRefundInfo = exports.RiskInfo = exports.DeviceRiskInfo = exports.CarInfo = exports.AigcRiskResult = exports.AccInfo = exports.CarInfoDetail = exports.Residency = exports.DeviceInfo = exports.TransactionDetail = exports.Audio = exports.AudioMeta = exports.CardQuality = exports.OcrLocation = exports.Config = void 0;
|
|
25
|
+
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.QueryThreemetaPhonereuseproResponse = exports.QueryThreemetaPhonereuseproRequest = exports.ApplyExtYdataResponse = exports.ApplyExtYdataRequest = exports.QueryCutpaymentOneclickResponse = exports.QueryCutpaymentOneclickRequest = exports.BindCutpaymentOneclickResponse = exports.BindCutpaymentOneclickRequest = exports.QueryServerWillauthmaterialResponse = exports.QueryServerWillauthmaterialRequest = exports.QueryServerWillauthResponse = exports.QueryServerWillauthRequest = exports.InitServerWillauthResponse = exports.InitServerWillauthRequest = exports.QueryThreemetaPhonereusexResponse = exports.QueryThreemetaPhonereusexRequest = exports.QueryThreemetaPhonereuseproxResponse = exports.QueryThreemetaPhonereuseproxRequest = exports.VerificationUserVehicleResponse = exports.VerificationUserVehicleRequest = exports.QueryRiderQualificationResponse = exports.QueryRiderQualificationRequest = exports.UploadFileResponse = exports.UploadFileRequest = exports.QueryUserAssetResponse = exports.QueryUserAssetRequest = exports.QueryRiskServerResponse = exports.QueryRiskServerRequest = exports.QueryCutpaymentsubTransactionResponse = exports.QueryCutpaymentsubTransactionRequest = exports.QueryCutpaymentsubBalanceResponse = exports.QueryCutpaymentsubBalanceRequest = exports.QueryCutpaymentsubWithdrawalResponse = exports.QueryCutpaymentsubWithdrawalRequest = exports.CaptureCutpaymentsubWithdrawalResponse = exports.CaptureCutpaymentsubWithdrawalRequest = exports.QueryCutpaymentsubRevenueResponse = exports.QueryCutpaymentsubRevenueRequest = exports.TransferCutpaymentsubRevenueResponse = exports.TransferCutpaymentsubRevenueRequest = exports.QueryCutpaymentsubAccountResponse = exports.QueryCutpaymentsubAccountRequest = exports.OpenCutpaymentsubAccountResponse = exports.OpenCutpaymentsubAccountRequest = exports.QueryCarinfoPlusResponse = exports.QueryCarinfoPlusRequest = exports.QueryCarinfoUltimateResponse = exports.QueryCarinfoUltimateRequest = exports.ExecFaceThreemetaResponse = exports.ExecFaceThreemetaRequest = exports.QueryCutpaymentStatementResponse = exports.QueryCutpaymentStatementRequest = exports.QueryCutpaymentRefundResponse = exports.QueryCutpaymentRefundRequest = exports.ApplyCutpaymentRefundResponse = exports.ApplyCutpaymentRefundRequest = exports.QueryCutpaymentPaymentResponse = exports.QueryCutpaymentPaymentRequest = exports.ApplyCutpaymentPaymentResponse = exports.ApplyCutpaymentPaymentRequest = exports.QueryCutpaymentBindResponse = exports.QueryCutpaymentBindRequest = exports.UnbindCutpaymentSignResponse = exports.UnbindCutpaymentSignRequest = exports.BindCutpaymentSignResponse = exports.BindCutpaymentSignRequest = exports.BindCutpaymentPreResponse = exports.BindCutpaymentPreRequest = exports.QueryCarinfoBriefResponse = exports.QueryCarinfoBriefRequest = exports.QueryCarinfoDetailResponse = exports.QueryCarinfoDetailRequest = exports.CheckIdcardFourmetaResponse = exports.CheckIdcardFourmetaRequest = exports.RecognizeOcrIndividualcardResponse = exports.RecognizeOcrIndividualcardRequest = exports.ScaleinImageResponse = exports.ScaleinImageRequest = exports.QueryFaceverifyServermaterialResponse = exports.QueryFaceverifyServermaterialRequest = exports.QueryBankLivenessfourResponse = exports.QueryBankLivenessfourRequest = exports.QueryEducationBackgroundResponse = exports.QueryEducationBackgroundRequest = exports.CheckCarTwometaResponse = exports.CheckCarTwometaRequest = exports.QueryAlipayverifyServerResponse = exports.QueryAlipayverifyServerRequest = exports.CreateAlipayverifyServerResponse = exports.CreateAlipayverifyServerRequest = exports.ExecFaceverifyServermodeResponse = exports.ExecFaceverifyServermodeRequest = exports.QueryBankLivenessplusResponse = exports.QueryBankLivenessplusRequest = exports.QueryFaceverifyServerResponse = exports.QueryFaceverifyServerRequest = exports.CreateFaceverifyServerResponse = exports.CreateFaceverifyServerRequest = exports.ApplyExtOrgdataResponse = exports.ApplyExtOrgdataRequest = exports.BindCarrierRepairmobileResponse = exports.BindCarrierRepairmobileRequest = exports.QueryCarrierRepairmobileResponse = exports.QueryCarrierRepairmobileRequest = exports.InitCarrierRepairmobileResponse = exports.InitCarrierRepairmobileRequest = exports.DeleteConsoleDomainResponse = exports.DeleteConsoleDomainRequest = exports.CreateConsoleDomainResponse = exports.CreateConsoleDomainRequest = exports.QueryBankLivenessResponse = exports.QueryBankLivenessRequest = exports.ExecFacevrfServermodeResponse = exports.ExecFacevrfServermodeRequest = exports.QuerySocialriskTobriskResponse = exports.QuerySocialriskTobriskRequest = exports.QuerySocialriskBriefResponse = exports.QuerySocialriskBriefRequest = exports.QueryCarrierNetstatusResponse = exports.QueryCarrierNetstatusRequest = exports.QuerySocialriskDetailResponse = exports.QuerySocialriskDetailRequest = exports.QueryNfcServerResponse = exports.QueryNfcServerRequest = exports.CreateNfcServerResponse = exports.CreateNfcServerRequest = exports.CheckCarrierTwometaResponse = exports.CheckCarrierTwometaRequest = exports.CheckBankcardTwometaResponse = exports.CheckBankcardTwometaRequest = exports.QueryDemoInfoResponse = exports.QueryDemoInfoRequest = exports.QueryEducationInfoResponse = exports.QueryEducationInfoRequest = exports.QueryTscenterDeviceResponse = exports.QueryTscenterDeviceRequest = exports.QueryThreemetaPhonereuseResponse = exports.QueryThreemetaPhonereuseRequest = exports.QueryDeepsecTsbmrqResponse = exports.QueryDeepsecTsbmrqRequest = exports.QueryDeepsecRiskResponse = exports.QueryDeepsecRiskRequest = exports.CheckThreemetaBankcardResponse = exports.CheckThreemetaBankcardRequest = exports.RecognizeDocIndividualcardResponse = exports.RecognizeDocIndividualcardRequest = exports.VerifyFacevrfZimResponse = exports.VerifyFacevrfZimRequest = exports.InitFacevrfZimResponse = exports.InitFacevrfZimRequest = exports.QueryThreemetaOnlinetimeResponse = exports.QueryThreemetaOnlinetimeRequest = exports.CheckTwometaHashResponse = exports.CheckTwometaHashRequest = exports.CheckAnticheatPersonalResponse = exports.CheckAnticheatPersonalRequest = exports.DetailFacevrfServerResponse = exports.DetailFacevrfServerRequest = exports.QueryMobileRiskResponse = exports.QueryMobileRiskRequest = exports.CheckRouteTwometaResponse = exports.CheckRouteTwometaRequest = exports.VerifyVoiceprintServermodeResponse = exports.VerifyVoiceprintServermodeRequest = exports.CreateVoiceprintServermodeResponse = exports.CreateVoiceprintServermodeRequest = exports.CheckRouteThreemetaResponse = exports.CheckRouteThreemetaRequest = exports.CheckIndividualidFourmetaResponse = exports.CheckIndividualidFourmetaRequest = exports.CheckIndividualidThreemetaResponse = exports.CheckIndividualidThreemetaRequest = exports.CheckIndividualidTwometaResponse = exports.CheckIndividualidTwometaRequest = exports.GetFacevrfEvidenceResponse = exports.GetFacevrfEvidenceRequest = exports.ExecFacevrfServerResponse = exports.ExecFacevrfServerRequest = exports.CreateFacevrfServerResponse = exports.CreateFacevrfServerRequest = exports.QueryFacevrfServerResponse = exports.QueryFacevrfServerRequest = exports.XNameValuePair = exports.RiskResult = exports.CarInfoBrief = exports.CarInfoPlus = exports.OcrInfo = exports.ShareInfo = exports.ShareRefundInfo = exports.RiskInfo = exports.DeviceRiskInfo = exports.CarInfo = exports.AigcRiskResult = exports.AccInfo = exports.CarInfoDetail = exports.Residency = exports.DeviceInfo = exports.TransactionDetail = exports.Audio = exports.AudioMeta = exports.CardQuality = exports.OcrLocation = exports.Config = void 0;
|
|
26
26
|
// This file is auto-generated, don't edit it
|
|
27
27
|
const alipay_util_1 = __importDefault(require("@antchain/alipay-util"));
|
|
28
28
|
const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util_1;
|
|
@@ -5500,6 +5500,118 @@ class VerificationUserVehicleResponse extends $tea.Model {
|
|
|
5500
5500
|
}
|
|
5501
5501
|
}
|
|
5502
5502
|
exports.VerificationUserVehicleResponse = VerificationUserVehicleResponse;
|
|
5503
|
+
class QueryThreemetaPhonereuseproxRequest extends $tea.Model {
|
|
5504
|
+
constructor(map) {
|
|
5505
|
+
super(map);
|
|
5506
|
+
}
|
|
5507
|
+
static names() {
|
|
5508
|
+
return {
|
|
5509
|
+
authToken: 'auth_token',
|
|
5510
|
+
productInstanceId: 'product_instance_id',
|
|
5511
|
+
outerOrderNo: 'outer_order_no',
|
|
5512
|
+
mobile: 'mobile',
|
|
5513
|
+
date: 'date',
|
|
5514
|
+
carrier: 'carrier',
|
|
5515
|
+
encryptType: 'encrypt_type',
|
|
5516
|
+
externParam: 'extern_param',
|
|
5517
|
+
};
|
|
5518
|
+
}
|
|
5519
|
+
static types() {
|
|
5520
|
+
return {
|
|
5521
|
+
authToken: 'string',
|
|
5522
|
+
productInstanceId: 'string',
|
|
5523
|
+
outerOrderNo: 'string',
|
|
5524
|
+
mobile: 'string',
|
|
5525
|
+
date: 'string',
|
|
5526
|
+
carrier: 'string',
|
|
5527
|
+
encryptType: 'string',
|
|
5528
|
+
externParam: 'string',
|
|
5529
|
+
};
|
|
5530
|
+
}
|
|
5531
|
+
}
|
|
5532
|
+
exports.QueryThreemetaPhonereuseproxRequest = QueryThreemetaPhonereuseproxRequest;
|
|
5533
|
+
class QueryThreemetaPhonereuseproxResponse extends $tea.Model {
|
|
5534
|
+
constructor(map) {
|
|
5535
|
+
super(map);
|
|
5536
|
+
}
|
|
5537
|
+
static names() {
|
|
5538
|
+
return {
|
|
5539
|
+
reqMsgId: 'req_msg_id',
|
|
5540
|
+
resultCode: 'result_code',
|
|
5541
|
+
resultMsg: 'result_msg',
|
|
5542
|
+
phoneReuse: 'phone_reuse',
|
|
5543
|
+
carrier: 'carrier',
|
|
5544
|
+
externInfo: 'extern_info',
|
|
5545
|
+
};
|
|
5546
|
+
}
|
|
5547
|
+
static types() {
|
|
5548
|
+
return {
|
|
5549
|
+
reqMsgId: 'string',
|
|
5550
|
+
resultCode: 'string',
|
|
5551
|
+
resultMsg: 'string',
|
|
5552
|
+
phoneReuse: 'string',
|
|
5553
|
+
carrier: 'string',
|
|
5554
|
+
externInfo: 'string',
|
|
5555
|
+
};
|
|
5556
|
+
}
|
|
5557
|
+
}
|
|
5558
|
+
exports.QueryThreemetaPhonereuseproxResponse = QueryThreemetaPhonereuseproxResponse;
|
|
5559
|
+
class QueryThreemetaPhonereusexRequest extends $tea.Model {
|
|
5560
|
+
constructor(map) {
|
|
5561
|
+
super(map);
|
|
5562
|
+
}
|
|
5563
|
+
static names() {
|
|
5564
|
+
return {
|
|
5565
|
+
authToken: 'auth_token',
|
|
5566
|
+
productInstanceId: 'product_instance_id',
|
|
5567
|
+
outerOrderNo: 'outer_order_no',
|
|
5568
|
+
mobile: 'mobile',
|
|
5569
|
+
date: 'date',
|
|
5570
|
+
carrier: 'carrier',
|
|
5571
|
+
encryptType: 'encrypt_type',
|
|
5572
|
+
externParam: 'extern_param',
|
|
5573
|
+
};
|
|
5574
|
+
}
|
|
5575
|
+
static types() {
|
|
5576
|
+
return {
|
|
5577
|
+
authToken: 'string',
|
|
5578
|
+
productInstanceId: 'string',
|
|
5579
|
+
outerOrderNo: 'string',
|
|
5580
|
+
mobile: 'string',
|
|
5581
|
+
date: 'string',
|
|
5582
|
+
carrier: 'string',
|
|
5583
|
+
encryptType: 'string',
|
|
5584
|
+
externParam: 'string',
|
|
5585
|
+
};
|
|
5586
|
+
}
|
|
5587
|
+
}
|
|
5588
|
+
exports.QueryThreemetaPhonereusexRequest = QueryThreemetaPhonereusexRequest;
|
|
5589
|
+
class QueryThreemetaPhonereusexResponse extends $tea.Model {
|
|
5590
|
+
constructor(map) {
|
|
5591
|
+
super(map);
|
|
5592
|
+
}
|
|
5593
|
+
static names() {
|
|
5594
|
+
return {
|
|
5595
|
+
reqMsgId: 'req_msg_id',
|
|
5596
|
+
resultCode: 'result_code',
|
|
5597
|
+
resultMsg: 'result_msg',
|
|
5598
|
+
phoneReuse: 'phone_reuse',
|
|
5599
|
+
carrier: 'carrier',
|
|
5600
|
+
externInfo: 'extern_info',
|
|
5601
|
+
};
|
|
5602
|
+
}
|
|
5603
|
+
static types() {
|
|
5604
|
+
return {
|
|
5605
|
+
reqMsgId: 'string',
|
|
5606
|
+
resultCode: 'string',
|
|
5607
|
+
resultMsg: 'string',
|
|
5608
|
+
phoneReuse: 'string',
|
|
5609
|
+
carrier: 'string',
|
|
5610
|
+
externInfo: 'string',
|
|
5611
|
+
};
|
|
5612
|
+
}
|
|
5613
|
+
}
|
|
5614
|
+
exports.QueryThreemetaPhonereusexResponse = QueryThreemetaPhonereusexResponse;
|
|
5503
5615
|
class InitServerWillauthRequest extends $tea.Model {
|
|
5504
5616
|
constructor(map) {
|
|
5505
5617
|
super(map);
|
|
@@ -6096,7 +6208,7 @@ class Client {
|
|
|
6096
6208
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
6097
6209
|
access_key: this._accessKeyId,
|
|
6098
6210
|
base_sdk_version: "TeaSDK-2.0",
|
|
6099
|
-
sdk_version: "1.
|
|
6211
|
+
sdk_version: "1.23.2",
|
|
6100
6212
|
_prod_code: "REALPERSON",
|
|
6101
6213
|
_prod_channel: "undefined",
|
|
6102
6214
|
};
|
|
@@ -7871,6 +7983,44 @@ class Client {
|
|
|
7871
7983
|
tea_util_1.default.validateModel(request);
|
|
7872
7984
|
return $tea.cast(await this.doRequest("1.0", "di.realperson.user.vehicle.verification", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new VerificationUserVehicleResponse({}));
|
|
7873
7985
|
}
|
|
7986
|
+
/**
|
|
7987
|
+
* @remarks
|
|
7988
|
+
* Description: 运营商二次放号增强版扩展接口
|
|
7989
|
+
* Summary: 运营商二次放号增强版扩展接口
|
|
7990
|
+
*/
|
|
7991
|
+
async queryThreemetaPhonereuseprox(request) {
|
|
7992
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
7993
|
+
let headers = {};
|
|
7994
|
+
return await this.queryThreemetaPhonereuseproxEx(request, headers, runtime);
|
|
7995
|
+
}
|
|
7996
|
+
/**
|
|
7997
|
+
* @remarks
|
|
7998
|
+
* Description: 运营商二次放号增强版扩展接口
|
|
7999
|
+
* Summary: 运营商二次放号增强版扩展接口
|
|
8000
|
+
*/
|
|
8001
|
+
async queryThreemetaPhonereuseproxEx(request, headers, runtime) {
|
|
8002
|
+
tea_util_1.default.validateModel(request);
|
|
8003
|
+
return $tea.cast(await this.doRequest("1.0", "di.realperson.threemeta.phonereuseprox.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryThreemetaPhonereuseproxResponse({}));
|
|
8004
|
+
}
|
|
8005
|
+
/**
|
|
8006
|
+
* @remarks
|
|
8007
|
+
* Description: 运营商二次放号扩展接口
|
|
8008
|
+
* Summary: 运营商二次放号扩展接口
|
|
8009
|
+
*/
|
|
8010
|
+
async queryThreemetaPhonereusex(request) {
|
|
8011
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
8012
|
+
let headers = {};
|
|
8013
|
+
return await this.queryThreemetaPhonereusexEx(request, headers, runtime);
|
|
8014
|
+
}
|
|
8015
|
+
/**
|
|
8016
|
+
* @remarks
|
|
8017
|
+
* Description: 运营商二次放号扩展接口
|
|
8018
|
+
* Summary: 运营商二次放号扩展接口
|
|
8019
|
+
*/
|
|
8020
|
+
async queryThreemetaPhonereusexEx(request, headers, runtime) {
|
|
8021
|
+
tea_util_1.default.validateModel(request);
|
|
8022
|
+
return $tea.cast(await this.doRequest("1.0", "di.realperson.threemeta.phonereusex.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryThreemetaPhonereusexResponse({}));
|
|
8023
|
+
}
|
|
7874
8024
|
/**
|
|
7875
8025
|
* @remarks
|
|
7876
8026
|
* Description: 意愿认证服务端初始化
|