@antchain/riskplus 1.25.5 → 1.26.3
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 +92 -2
- package/dist/client.js +138 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +194 -5
package/dist/client.d.ts
CHANGED
|
@@ -2275,6 +2275,7 @@ export declare class NotifyBenefithubRiskLoginRequest extends $tea.Model {
|
|
|
2275
2275
|
userUniqueId: string;
|
|
2276
2276
|
mobile: string;
|
|
2277
2277
|
productCode?: string;
|
|
2278
|
+
sceneConfig?: string;
|
|
2278
2279
|
static names(): {
|
|
2279
2280
|
[key: string]: string;
|
|
2280
2281
|
};
|
|
@@ -2362,6 +2363,37 @@ export declare class QueryCreditshieldProductCallbackResponse extends $tea.Model
|
|
|
2362
2363
|
[key: string]: any;
|
|
2363
2364
|
});
|
|
2364
2365
|
}
|
|
2366
|
+
export declare class QueryCreditshieldProductIvrfcRequest extends $tea.Model {
|
|
2367
|
+
authToken?: string;
|
|
2368
|
+
productInstanceId?: string;
|
|
2369
|
+
queryCode: string;
|
|
2370
|
+
queryInfos?: QueryInfo[];
|
|
2371
|
+
static names(): {
|
|
2372
|
+
[key: string]: string;
|
|
2373
|
+
};
|
|
2374
|
+
static types(): {
|
|
2375
|
+
[key: string]: any;
|
|
2376
|
+
};
|
|
2377
|
+
constructor(map?: {
|
|
2378
|
+
[key: string]: any;
|
|
2379
|
+
});
|
|
2380
|
+
}
|
|
2381
|
+
export declare class QueryCreditshieldProductIvrfcResponse extends $tea.Model {
|
|
2382
|
+
reqMsgId?: string;
|
|
2383
|
+
resultCode?: string;
|
|
2384
|
+
resultMsg?: string;
|
|
2385
|
+
success?: boolean;
|
|
2386
|
+
queryResult?: string;
|
|
2387
|
+
static names(): {
|
|
2388
|
+
[key: string]: string;
|
|
2389
|
+
};
|
|
2390
|
+
static types(): {
|
|
2391
|
+
[key: string]: any;
|
|
2392
|
+
};
|
|
2393
|
+
constructor(map?: {
|
|
2394
|
+
[key: string]: any;
|
|
2395
|
+
});
|
|
2396
|
+
}
|
|
2365
2397
|
export declare class QuerySecurityPolicyRequest extends $tea.Model {
|
|
2366
2398
|
authToken?: string;
|
|
2367
2399
|
productInstanceId?: string;
|
|
@@ -6107,7 +6139,7 @@ export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
|
6107
6139
|
reqMsgId?: string;
|
|
6108
6140
|
resultCode?: string;
|
|
6109
6141
|
resultMsg?: string;
|
|
6110
|
-
importId?:
|
|
6142
|
+
importId?: number;
|
|
6111
6143
|
static names(): {
|
|
6112
6144
|
[key: string]: string;
|
|
6113
6145
|
};
|
|
@@ -6121,7 +6153,7 @@ export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
|
6121
6153
|
export declare class QueryQmpOfflinehostplanDecisionresultRequest extends $tea.Model {
|
|
6122
6154
|
authToken?: string;
|
|
6123
6155
|
productInstanceId?: string;
|
|
6124
|
-
importId:
|
|
6156
|
+
importId: number;
|
|
6125
6157
|
static names(): {
|
|
6126
6158
|
[key: string]: string;
|
|
6127
6159
|
};
|
|
@@ -6141,6 +6173,8 @@ export declare class QueryQmpOfflinehostplanDecisionresultResponse extends $tea.
|
|
|
6141
6173
|
totalNum?: number;
|
|
6142
6174
|
decisionNum?: number;
|
|
6143
6175
|
fileUrl?: string;
|
|
6176
|
+
actionConfirmStatus?: string;
|
|
6177
|
+
actionTime?: string;
|
|
6144
6178
|
static names(): {
|
|
6145
6179
|
[key: string]: string;
|
|
6146
6180
|
};
|
|
@@ -10200,6 +10234,38 @@ export declare class UploadUmktOfflineImportrecordResponse extends $tea.Model {
|
|
|
10200
10234
|
[key: string]: any;
|
|
10201
10235
|
});
|
|
10202
10236
|
}
|
|
10237
|
+
export declare class DownloadUmktOfflineCampaignRequest extends $tea.Model {
|
|
10238
|
+
authToken?: string;
|
|
10239
|
+
productInstanceId?: string;
|
|
10240
|
+
campaignId: number;
|
|
10241
|
+
nodeId: string;
|
|
10242
|
+
decisionPlanId: number;
|
|
10243
|
+
taskId: string;
|
|
10244
|
+
static names(): {
|
|
10245
|
+
[key: string]: string;
|
|
10246
|
+
};
|
|
10247
|
+
static types(): {
|
|
10248
|
+
[key: string]: any;
|
|
10249
|
+
};
|
|
10250
|
+
constructor(map?: {
|
|
10251
|
+
[key: string]: any;
|
|
10252
|
+
});
|
|
10253
|
+
}
|
|
10254
|
+
export declare class DownloadUmktOfflineCampaignResponse extends $tea.Model {
|
|
10255
|
+
reqMsgId?: string;
|
|
10256
|
+
resultCode?: string;
|
|
10257
|
+
resultMsg?: string;
|
|
10258
|
+
fileUrl?: string;
|
|
10259
|
+
static names(): {
|
|
10260
|
+
[key: string]: string;
|
|
10261
|
+
};
|
|
10262
|
+
static types(): {
|
|
10263
|
+
[key: string]: any;
|
|
10264
|
+
};
|
|
10265
|
+
constructor(map?: {
|
|
10266
|
+
[key: string]: any;
|
|
10267
|
+
});
|
|
10268
|
+
}
|
|
10203
10269
|
export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
10204
10270
|
authToken?: string;
|
|
10205
10271
|
apiCode: string;
|
|
@@ -10326,6 +10392,18 @@ export default class Client {
|
|
|
10326
10392
|
queryCreditshieldProductCallbackEx(request: QueryCreditshieldProductCallbackRequest, headers: {
|
|
10327
10393
|
[key: string]: string;
|
|
10328
10394
|
}, runtime: $Util.RuntimeOptions): Promise<QueryCreditshieldProductCallbackResponse>;
|
|
10395
|
+
/**
|
|
10396
|
+
* Description: ivr函数计算调用
|
|
10397
|
+
* Summary: ivr函数计算调用
|
|
10398
|
+
*/
|
|
10399
|
+
queryCreditshieldProductIvrfc(request: QueryCreditshieldProductIvrfcRequest): Promise<QueryCreditshieldProductIvrfcResponse>;
|
|
10400
|
+
/**
|
|
10401
|
+
* Description: ivr函数计算调用
|
|
10402
|
+
* Summary: ivr函数计算调用
|
|
10403
|
+
*/
|
|
10404
|
+
queryCreditshieldProductIvrfcEx(request: QueryCreditshieldProductIvrfcRequest, headers: {
|
|
10405
|
+
[key: string]: string;
|
|
10406
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryCreditshieldProductIvrfcResponse>;
|
|
10329
10407
|
/**
|
|
10330
10408
|
* Description: 风控云风险咨询接口
|
|
10331
10409
|
* Summary: 风控云风险咨询接口
|
|
@@ -13066,6 +13144,18 @@ export default class Client {
|
|
|
13066
13144
|
uploadUmktOfflineImportrecordEx(request: UploadUmktOfflineImportrecordRequest, headers: {
|
|
13067
13145
|
[key: string]: string;
|
|
13068
13146
|
}, runtime: $Util.RuntimeOptions): Promise<UploadUmktOfflineImportrecordResponse>;
|
|
13147
|
+
/**
|
|
13148
|
+
* Description: 圈投一体圈客结果文件url获取
|
|
13149
|
+
* Summary: 圈投一体圈客结果文件url获取
|
|
13150
|
+
*/
|
|
13151
|
+
downloadUmktOfflineCampaign(request: DownloadUmktOfflineCampaignRequest): Promise<DownloadUmktOfflineCampaignResponse>;
|
|
13152
|
+
/**
|
|
13153
|
+
* Description: 圈投一体圈客结果文件url获取
|
|
13154
|
+
* Summary: 圈投一体圈客结果文件url获取
|
|
13155
|
+
*/
|
|
13156
|
+
downloadUmktOfflineCampaignEx(request: DownloadUmktOfflineCampaignRequest, headers: {
|
|
13157
|
+
[key: string]: string;
|
|
13158
|
+
}, runtime: $Util.RuntimeOptions): Promise<DownloadUmktOfflineCampaignResponse>;
|
|
13069
13159
|
/**
|
|
13070
13160
|
* Description: 创建HTTP PUT提交的文件上传
|
|
13071
13161
|
* Summary: 文件上传创建
|
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.UploadUmktOfflineImportrecordResponse = exports.UploadUmktOfflineImportrecordRequest = exports.QueryUmktOfflinedecisionPlandetailsResponse = exports.QueryUmktOfflinedecisionPlandetailsRequest = exports.DownloadUmktOfflinedecisionResultResponse = exports.DownloadUmktOfflinedecisionResultRequest = exports.QueryUmktOfflinedecisionResultResponse = exports.QueryUmktOfflinedecisionResultRequest = exports.UploadUmktOfflinedecisionResponse = exports.UploadUmktOfflinedecisionRequest = exports.QueryUmktCardsmsAnalysisResponse = exports.QueryUmktCardsmsAnalysisRequest = exports.PushUmktBackflowJsondataResponse = exports.PushUmktBackflowJsondataRequest = exports.BatchqueryUmktTaskDetailResponse = exports.BatchqueryUmktTaskDetailRequest = exports.PushUmktCustomerGroupResponse = exports.PushUmktCustomerGroupRequest = exports.PushUmktCommonDataResponse = exports.PushUmktCommonDataRequest = exports.PushRiskplusUmktCommonbackflowResponse = exports.PushRiskplusUmktCommonbackflowRequest = exports.BatchqueryUmktActionplanDetailResponse = exports.BatchqueryUmktActionplanDetailRequest = exports.BatchqueryUmktRobotcallDetailResponse = exports.BatchqueryUmktRobotcallDetailRequest = exports.BatchqueryUmktTenantActionplaninfoResponse = exports.BatchqueryUmktTenantActionplaninfoRequest = exports.CallbackUmktSmsReportResponse = exports.CallbackUmktSmsReportRequest = exports.CallbackUmktSmsUpResponse = exports.CallbackUmktSmsUpRequest = exports.CallbackUmktRobotcallResponse = exports.CallbackUmktRobotcallRequest = exports.ApplyUmktRtBatchmarketingResponse = exports.ApplyUmktRtBatchmarketingRequest = exports.ApplyUmktRealtimemarketingResponse = exports.ApplyUmktRealtimemarketingRequest = exports.QueryUmktRobotcallDetailResponse = exports.QueryUmktRobotcallDetailRequest = exports.QueryUmktTenantActionplaninfoResponse = exports.QueryUmktTenantActionplaninfoRequest = exports.QueryUmktRobotcallStatisticinfoResponse = exports.QueryUmktRobotcallStatisticinfoRequest = exports.BatchqueryUmktRtTopnResponse = exports.BatchqueryUmktRtTopnRequest = exports.ApplyUmktPhonenumberstatusforsmsResponse = exports.ApplyUmktPhonenumberstatusforsmsRequest = exports.BatchqueryUmktRtMixedmarketingResponse = exports.BatchqueryUmktRtMixedmarketingRequest = exports.QueryUmktCpaassmsTemplateResponse = exports.QueryUmktCpaassmsTemplateRequest = exports.SendUmktDigitalsmsBatchResponse = exports.SendUmktDigitalsmsBatchRequest = exports.SendUmktTextsmsBatchResponse = exports.SendUmktTextsmsBatchRequest = exports.QueryUmktCardsmsSupportResponse = exports.QueryUmktCardsmsSupportRequest = exports.SendUmktCardsmsBatchResponse = exports.SendUmktCardsmsBatchRequest = exports.PushUmktBackflowEventResponse = exports.PushUmktBackflowEventRequest = exports.QueryUmktRtMarketingResponse = exports.QueryUmktRtMarketingRequest = exports.CancelUmktDataaccessOfflinetaskResponse = exports.CancelUmktDataaccessOfflinetaskRequest = exports.QueryUmktDataaccessStatisticResponse = exports.QueryUmktDataaccessStatisticRequest = exports.ApplyUmktRobotcallResponse = exports.ApplyUmktRobotcallRequest = exports.QueryUmktScenestrategyTestResponse = exports.QueryUmktScenestrategyTestRequest = exports.BatchqueryUmktRtTailmarketingResponse = exports.BatchqueryUmktRtTailmarketingRequest = exports.ImportUmktSceneUploadResponse = exports.ImportUmktSceneUploadRequest = exports.SyncUmktRtEventresultResponse = exports.SyncUmktRtEventresultRequest = exports.BatchqueryUmktRtMarketingResponse = exports.BatchqueryUmktRtMarketingRequest = exports.UploadUmktParamsFileResponse = exports.UploadUmktParamsFileRequest = exports.QueryTdisaasSecurityPolicyResponse = exports.QueryTdisaasSecurityPolicyRequest = exports.PushTdiquickmsgBackflowJsondataResponse = exports.PushTdiquickmsgBackflowJsondataRequest = exports.PushTdiquickmsgBackflowEventResponse = exports.PushTdiquickmsgBackflowEventRequest = exports.QueryTdiquickmsgRobotcallStatisticinfoResponse = exports.QueryTdiquickmsgRobotcallStatisticinfoRequest = exports.CallbackTdiquickmsgSmsUpResponse = exports.CallbackTdiquickmsgSmsUpRequest = exports.CallbackTdiquickmsgRobotcallResponse = exports.CallbackTdiquickmsgRobotcallRequest = exports.CallbackTdiquickmsgSmsResponse = exports.CallbackTdiquickmsgSmsRequest = exports.ApplyTdiquickmsgRobotcallResponse = exports.ApplyTdiquickmsgRobotcallRequest = exports.ApplyTdiquickmsgRtBatchmarketingResponse = exports.ApplyTdiquickmsgRtBatchmarketingRequest = exports.QuerySnapshotEventResponse = exports.QuerySnapshotEventRequest = exports.QueryRpSecurityPolicyResponse = exports.QueryRpSecurityPolicyRequest = exports.ListRtopStarCompanyResponse = exports.ListRtopStarCompanyRequest = exports.QueryRtopTagImageResponse = exports.QueryRtopTagImageRequest = exports.ListRtopCompanyRelatedResponse = exports.ListRtopCompanyRelatedRequest = exports.QueryRtopCompanyRiskResponse = exports.QueryRtopCompanyRiskRequest = exports.QueryRtopRisklabelConfigResponse = exports.QueryRtopRisklabelConfigRequest = exports.QueryRtopCompanyListResponse = exports.QueryRtopCompanyListRequest = exports.QueryRtopCompanyRiskyResponse = exports.QueryRtopCompanyRiskyRequest = exports.QueryRtopCompanyAlarmResponse = exports.QueryRtopCompanyAlarmRequest = exports.QueryRtopCompanyFeedbackResponse = exports.QueryRtopCompanyFeedbackRequest = exports.PullRegtechNewsResponse = exports.PullRegtechNewsRequest = exports.QueryRtopRisklabelFilterResponse = exports.QueryRtopRisklabelFilterRequest = exports.QueryRtopCompanyResponse = exports.QueryRtopCompanyRequest = exports.QueryRtopRisklabelResponse = exports.QueryRtopRisklabelRequest = exports.CreateRtopTokenResponse = exports.CreateRtopTokenRequest = exports.ExecRtopGenericInvokeResponse = exports.ExecRtopGenericInvokeRequest = exports.QueryRtopCompanyRiskinfoResponse = exports.QueryRtopCompanyRiskinfoRequest = exports.GetRtopCompanyDetailResponse = exports.GetRtopCompanyDetailRequest = exports.QueryRtopCrowdriskSumResponse = exports.QueryRtopCrowdriskSumRequest = exports.QueryRtopRiskstormResponse = exports.QueryRtopRiskstormRequest = exports.QueryRtopCrowdriskDetailResponse = exports.QueryRtopCrowdriskDetailRequest = exports.ListRtopCrowdriskResponse = exports.ListRtopCrowdriskRequest = exports.QueryRtopCrowdriskStatisticResponse = exports.QueryRtopCrowdriskStatisticRequest = exports.GetRtopCompanyMonitorResponse = exports.GetRtopCompanyMonitorRequest = exports.ListRtopCompanyOpinionsResponse = exports.ListRtopCompanyOpinionsRequest = exports.QueryRtopCompanyOpinionResponse = exports.QueryRtopCompanyOpinionRequest = exports.NotifyRpgwUserSignresultResponse = exports.NotifyRpgwUserSignresultRequest = exports.SyncRpgwUserOrderinfoResponse = exports.SyncRpgwUserOrderinfoRequest = exports.WithdrawRpgwUserCommissionResponse = exports.WithdrawRpgwUserCommissionRequest = exports.QueryRpgwUserSignurlResponse = exports.QueryRpgwUserSignurlRequest = exports.RegisterRpgwUserEinvoiceResponse = exports.RegisterRpgwUserEinvoiceRequest = exports.QueryRpgwSignUrlResponse = exports.QueryRpgwSignUrlRequest = exports.QueryRpaasOpenServiceResponse = exports.QueryRpaasOpenServiceRequest = exports.PushRpaasReportAnswerResponse = exports.PushRpaasReportAnswerRequest = exports.ReceiveRbbOverseacompanyProfileResponse = exports.ReceiveRbbOverseacompanyProfileRequest = exports.ReceiveRbbParamsFileResponse = exports.ReceiveRbbParamsFileRequest = exports.PushRbbInvoiceChargeResponse = exports.PushRbbInvoiceChargeRequest = exports.PushRbbCustomerStatusResponse = exports.PushRbbCustomerStatusRequest = exports.GetRbbTaxinvoiceDataResponse = exports.GetRbbTaxinvoiceDataRequest = exports.PushRbbCustomerInformationResponse = exports.PushRbbCustomerInformationRequest = exports.OperateRbbCreditResponse = exports.OperateRbbCreditRequest = exports.UploadRbbFileAmapResponse = exports.UploadRbbFileAmapRequest = exports.PushRbbCustomerCompanyinfoResponse = exports.PushRbbCustomerCompanyinfoRequest = exports.QueryRbbObtsZsearchResponse = exports.QueryRbbObtsZsearchRequest = exports.QueryRbbCompanyGuardResponse = exports.QueryRbbCompanyGuardRequest = exports.ApplyRbbCompanyGuardResponse = exports.ApplyRbbCompanyGuardRequest = exports.FinishRbbRegdatasyncScheduleResponse = exports.FinishRbbRegdatasyncScheduleRequest = exports.StartRbbRegdatasyncScheduleResponse = exports.StartRbbRegdatasyncScheduleRequest = exports.QueryRbbRegdatasyncPreparedResponse = exports.QueryRbbRegdatasyncPreparedRequest = exports.QueryRbbCompanyCreditResponse = exports.QueryRbbCompanyCreditRequest = exports.ApplyRbbCompanyCreditResponse = exports.ApplyRbbCompanyCreditRequest = exports.ExecRbbCompanyGuardResponse = exports.ExecRbbCompanyGuardRequest = exports.CreateRbbUserResponse = exports.CreateRbbUserRequest = exports.CreateRbbTenantResponse = exports.CreateRbbTenantRequest = exports.GetRbbLoginTokenResponse = exports.GetRbbLoginTokenRequest = exports.QueryRbbGeneralResponse = exports.QueryRbbGeneralRequest = exports.CreateRbbApiGwtokenResponse = exports.CreateRbbApiGwtokenRequest = exports.CreateRbbTokenResponse = exports.CreateRbbTokenRequest = exports.QueryRbbGenericInvokeResponse = exports.QueryRbbGenericInvokeRequest = exports.QueryRfcOdpsLindormResponse = exports.QueryRfcOdpsLindormRequest = exports.UploadRfcAiboundFileResponse = exports.UploadRfcAiboundFileRequest = exports.ReceiveRfcParamsFileResponse = exports.ReceiveRfcParamsFileRequest = exports.QueryRdaasTaxSimpleauthdecisionResponse = exports.QueryRdaasTaxSimpleauthdecisionRequest = exports.QueryRdaasTaxRpadecisionindicatorResponse = exports.QueryRdaasTaxRpadecisionindicatorRequest = exports.QueryRdaasTaxRpadecisionserviceResponse = exports.QueryRdaasTaxRpadecisionserviceRequest = exports.NotifyRdaasTaxCallbackResponse = exports.NotifyRdaasTaxCallbackRequest = exports.SyncRdaasTaxAuthorderResponse = exports.SyncRdaasTaxAuthorderRequest = exports.SyncRdaasTaxAuthinfoResponse = exports.SyncRdaasTaxAuthinfoRequest = exports.QueryQmpOfflinehostplanDecisionresultResponse = exports.QueryQmpOfflinehostplanDecisionresultRequest = exports.UploadQmpOfflinehostplanResponse = exports.UploadQmpOfflinehostplanRequest = exports.BatchqueryQmpRtMixedmarketingResponse = exports.BatchqueryQmpRtMixedmarketingRequest = exports.PushQmpBackflowJsondataResponse = exports.PushQmpBackflowJsondataRequest = exports.PushQmpBackflowEventResponse = exports.PushQmpBackflowEventRequest = exports.QueryQmpTextsmsTemplateResponse = exports.QueryQmpTextsmsTemplateRequest = exports.QueryQmpCpaassmsTemplateResponse = exports.QueryQmpCpaassmsTemplateRequest = exports.QueryQmpTenantActionplaninfoResponse = exports.QueryQmpTenantActionplaninfoRequest = exports.BatchqueryQmpTenantActionplaninfoResponse = exports.BatchqueryQmpTenantActionplaninfoRequest = exports.ApplyQmpPhonenumberstatusforsmsResponse = exports.ApplyQmpPhonenumberstatusforsmsRequest = exports.BatchqueryQmpActionplanDetailResponse = exports.BatchqueryQmpActionplanDetailRequest = exports.QueryQmpCardsmsSupportResponse = exports.QueryQmpCardsmsSupportRequest = exports.BatchqueryQmpTaskDetailResponse = exports.BatchqueryQmpTaskDetailRequest = exports.QueryQmpRobotcallStatisticinfoResponse = exports.QueryQmpRobotcallStatisticinfoRequest = exports.QueryQmpDataaccessStatisticResponse = exports.QueryQmpDataaccessStatisticRequest = exports.QueryQmpRobotcallDetailResponse = exports.QueryQmpRobotcallDetailRequest = exports.CallbackQmpRobotcallResponse = exports.CallbackQmpRobotcallRequest = exports.SendQmpDigitalsmsBatchResponse = exports.SendQmpDigitalsmsBatchRequest = exports.CallbackQmpSmsReportResponse = exports.CallbackQmpSmsReportRequest = exports.CallbackQmpSmsUpResponse = exports.CallbackQmpSmsUpRequest = exports.SendQmpCardsmsBatchResponse = exports.SendQmpCardsmsBatchRequest = exports.ApplyQmpRobotcallResponse = exports.ApplyQmpRobotcallRequest = exports.SendQmpTextsmsBatchResponse = exports.SendQmpTextsmsBatchRequest = exports.ApplyQmpRtBatchmarketingResponse = exports.ApplyQmpRtBatchmarketingRequest = exports.CallbackMdipYunfengdieParamsResponse = exports.CallbackMdipYunfengdieParamsRequest = exports.ListMdipDefaultSupplierResponse = exports.ListMdipDefaultSupplierRequest = exports.QueryMdipDataservicePocResponse = exports.QueryMdipDataservicePocRequest = exports.CallbackMdipAuditResponse = exports.CallbackMdipAuditRequest = exports.ReceiveMdipParamsRbbfileResponse = exports.ReceiveMdipParamsRbbfileRequest = exports.ReceiveMdipParamsFileResponse = exports.ReceiveMdipParamsFileRequest = exports.QueryMdipDataserviceResponse = exports.QueryMdipDataserviceRequest = exports.QueryFinserviceZhimaIdentifyResponse = exports.QueryFinserviceZhimaIdentifyRequest = exports.VerifyFinserviceZhimaIdentifyResponse = exports.VerifyFinserviceZhimaIdentifyRequest = exports.QueryDubbridgeInstallmentTrialResponse = exports.QueryDubbridgeInstallmentTrialRequest = exports.PushDubbridgeInstallmentSupplementResponse = exports.PushDubbridgeInstallmentSupplementRequest = exports.CancelDubbridgeInstallmentOrderResponse = exports.CancelDubbridgeInstallmentOrderRequest = exports.QueryDubbridgeInstallmentCreditamtResponse = exports.QueryDubbridgeInstallmentCreditamtRequest = exports.QueryDubbridgeRepaytypeInfoResponse = exports.QueryDubbridgeRepaytypeInfoRequest = exports.QueryDubbridgeMarketingCouponlistResponse = exports.QueryDubbridgeMarketingCouponlistRequest = exports.QueryDubbridgeUserAggregationinfoResponse = exports.QueryDubbridgeUserAggregationinfoRequest = exports.QueryDubbridgeAccountUsecreditResponse = exports.QueryDubbridgeAccountUsecreditRequest = exports.QueryDubbridgeAgreementPreviewResponse = exports.QueryDubbridgeAgreementPreviewRequest = exports.QueryDubbridgeSettlementCertificateResponse = exports.QueryDubbridgeSettlementCertificateRequest = exports.QueryDubbridgeRouterUserselectResponse = exports.QueryDubbridgeRouterUserselectRequest = exports.QueryDubbridgeCustomerBankcardlistResponse = exports.QueryDubbridgeCustomerBankcardlistRequest = exports.QueryDubbridgeLoanUpgradestatusResponse = exports.QueryDubbridgeLoanUpgradestatusRequest = exports.QueryDubbridgeUserUpgradestatusResponse = exports.QueryDubbridgeUserUpgradestatusRequest = exports.QueryDubbridgeCreditPermitResponse = exports.QueryDubbridgeCreditPermitRequest = exports.QueryDubbridgeRepayResultResponse = exports.QueryDubbridgeRepayResultRequest = exports.NotifyDubbridgeCallbackResponse = exports.NotifyDubbridgeCallbackRequest = exports.UpdateDubbridgeFileResponse = exports.UpdateDubbridgeFileRequest = exports.QueryDubbridgeCustomerCommonagreementsignResponse = exports.QueryDubbridgeCustomerCommonagreementsignRequest = exports.QueryDubbridgeReceiptStatusResponse = exports.QueryDubbridgeReceiptStatusRequest = exports.QueryDubbridgeUsecreditStatusResponse = exports.QueryDubbridgeUsecreditStatusRequest = exports.ApplyDubbridgeUsecreditResponse = exports.ApplyDubbridgeUsecreditRequest = exports.QueryDubbridgeSearchContractResponse = exports.QueryDubbridgeSearchContractRequest = exports.RepayDubbridgeRepayWithholdResponse = exports.RepayDubbridgeRepayWithholdRequest = exports.CountDubbridgeRepayTrialResponse = exports.CountDubbridgeRepayTrialRequest = exports.CountDubbridgeRepayReftrialResponse = exports.CountDubbridgeRepayReftrialRequest = exports.QueryDubbridgeRepayListResponse = exports.QueryDubbridgeRepayListRequest = exports.QueryDubbridgeRepayInfoResponse = exports.QueryDubbridgeRepayInfoRequest = exports.RepayDubbridgeRepayCheckstandResponse = exports.RepayDubbridgeRepayCheckstandRequest = exports.QueryDubbridgeReceiptOverdueResponse = exports.QueryDubbridgeReceiptOverdueRequest = exports.UpdateDubbridgeCustomerInfoResponse = exports.UpdateDubbridgeCustomerInfoRequest = exports.QueryDubbridgeCustomerAgreementsignResponse = exports.QueryDubbridgeCustomerAgreementsignRequest = exports.UpdateDubbridgeAccountCustomResponse = exports.UpdateDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountCustomResponse = exports.QueryDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountStatusResponse = exports.QueryDubbridgeAccountStatusRequest = exports.ApplyDubbridgeCustomerAgreementsignResponse = exports.ApplyDubbridgeCustomerAgreementsignRequest = exports.QueryDubbridgeRiskinfoBusinessinfoResponse = exports.QueryDubbridgeRiskinfoBusinessinfoRequest = exports.UpdateDubbridgeInstitutionCreditResponse = exports.UpdateDubbridgeInstitutionCreditRequest = exports.QueryDubbridgeRiskinfoCommonResponse = exports.QueryDubbridgeRiskinfoCommonRequest = exports.QueryDubbridgeRiskinfoEnterprisescoreResponse = exports.QueryDubbridgeRiskinfoEnterprisescoreRequest = exports.QueryDubbridgeCreditStatusResponse = exports.QueryDubbridgeCreditStatusRequest = exports.NotifyDubbridgeDefininnerchannelResponse = exports.NotifyDubbridgeDefininnerchannelRequest = exports.VerifyDubbridgeCustomerBankcardResponse = exports.VerifyDubbridgeCustomerBankcardRequest = exports.BindDubbridgeCustomerBankcardResponse = exports.BindDubbridgeCustomerBankcardRequest = exports.UploadDubbridgeFileResponse = exports.UploadDubbridgeFileRequest = exports.ApplyDubbridgeCreditResponse = exports.ApplyDubbridgeCreditRequest = exports.QueryDubbridgeRouterFundrouterResponse = exports.QueryDubbridgeRouterFundrouterRequest = exports.SendDubbridgeSmsBatchResponse = exports.SendDubbridgeSmsBatchRequest = exports.SendDubbridgeSmsResponse = exports.SendDubbridgeSmsRequest = exports.QueryDubheReceiptOverdueResponse = exports.QueryDubheReceiptOverdueRequest = exports.QueryDubheSearchContractResponse = exports.QueryDubheSearchContractRequest = exports.RepayDubheRepayWithholdResponse = exports.RepayDubheRepayWithholdRequest = exports.QueryDubheCustomerAgreementsignResponse = exports.QueryDubheCustomerAgreementsignRequest = exports.ApplyDubheCustomerAgreementsignResponse = exports.ApplyDubheCustomerAgreementsignRequest = exports.UpdateDubheCustomerInfoResponse = exports.UpdateDubheCustomerInfoRequest = exports.QueryDubheRepayInfoResponse = exports.QueryDubheRepayInfoRequest = exports.RepayDubheRepayCheckstandResponse = exports.RepayDubheRepayCheckstandRequest = exports.CountDubheRepayTrialResponse = exports.CountDubheRepayTrialRequest = exports.QueryDubheUsecreditStatusResponse = exports.QueryDubheUsecreditStatusRequest = exports.ApplyDubheUsecreditResponse = exports.ApplyDubheUsecreditRequest = exports.QueryDubheRepayListResponse = exports.QueryDubheRepayListRequest = exports.CountDubheRepayReftrialResponse = exports.CountDubheRepayReftrialRequest = exports.QueryDubheCreditStatusResponse = exports.QueryDubheCreditStatusRequest = exports.ApplyDubheCreditResponse = exports.ApplyDubheCreditRequest = exports.QueryDubheRouterFundrouterResponse = exports.QueryDubheRouterFundrouterRequest = exports.QueryDubheTestResponse = exports.QueryDubheTestRequest = exports.QueryCreditshieldProductBatchResponse = exports.QueryCreditshieldProductBatchRequest = exports.QueryBatchSecurityPolicyResponse = exports.QueryBatchSecurityPolicyRequest = exports.QuerySaasSecurityPolicyResponse = exports.QuerySaasSecurityPolicyRequest = exports.ExecSecurityRiskdataserviceResponse = exports.ExecSecurityRiskdataserviceRequest = exports.CheckSecurityDataResponse = exports.CheckSecurityDataRequest = exports.QuerySecurityDataResponse = exports.QuerySecurityDataRequest = exports.CheckSecurityRdsResponse = exports.CheckSecurityRdsRequest = exports.ConfirmSecurityPolicyResponse = exports.ConfirmSecurityPolicyRequest = exports.SendSecurityDataResponse = exports.SendSecurityDataRequest = exports.QuerySecurityPolicyResponse = exports.QuerySecurityPolicyRequest = exports.QueryCreditshieldProductCallbackResponse = exports.QueryCreditshieldProductCallbackRequest = exports.BatchqueryCreditshieldProductInfoResponse = exports.BatchqueryCreditshieldProductInfoRequest = exports.NotifyBenefithubRiskLoginResponse = exports.NotifyBenefithubRiskLoginRequest = exports.ReceiveBenefithubRiskPayResponse = exports.ReceiveBenefithubRiskPayRequest = exports.XNameValuePair = exports.TenantActionPlanInfo = exports.CustomStatus = exports.RepayTrail = exports.EventInfo = exports.CreditAmount = exports.RepayInfo = exports.UserClassifyInfo = exports.OfflineDecisionPlanDetail = exports.RtopCrowdRiskFeatureResp = exports.CertificateInfo = exports.RtopRegionalDistribution = exports.FundChainLockResult = exports.RtopCompanyOpinionCount = exports.CustomerUmktInfoModel = exports.ServiceContext = exports.RdaasTaxDecsionService = exports.VehicleInfo = exports.CustomRelationStatus = exports.ShortUrlInfo = exports.RtopGenderDistribution = exports.RtopCompanyAlarm = exports.AICallbackMessage = exports.Contract = exports.PayMethodLockResult = exports.CommonRobotCallDetail = exports.BatchQueryResult = exports.StoreInfo = exports.DefinInnerChannelNotifyResult = exports.GetAgreementUrlResponseData = exports.RdaasTaxDecsionServiceIndicator = exports.OverdueInfoResponse = exports.QueryResult = exports.Supplier = exports.UmktOfflineDecisionTaskExecBatchInfo = exports.InstallmentTrial = exports.CustomerBankCardInfo = exports.CustomerDetail = exports.DfSceneInfos = exports.PersonalInfo = exports.RtopDateDistribution = exports.PlatformRepayTypeInfo = exports.RtopStarCompanyInfo = exports.CommonNotyfyResult = exports.RepayRef = exports.ReceiptInfo = exports.SmsReponse = exports.RtopCompanyOpinionDetail = exports.VariableDetails = exports.CpaasSmsTemplate = exports.ZhimaIdentifyResp = exports.SupplementFile = exports.RiskStormLabelResp = exports.LiveInfo = exports.JobInfo = exports.RobotCallCustomerParam = exports.RiskLabelFilterConfigInfo = exports.GwFundRouterResult = exports.ModelDetails = exports.CustomerUmktInfosModel = exports.DubheFileInfo = exports.RtopPopulationDistribution = exports.RtopRiskGeneNode = exports.ApplyInfo = exports.RtopTagImage = exports.CustomInfoResult = exports.RpcommonResp = exports.EventResultSyncDetail = exports.CompanyInfo = exports.CustomerInfo = exports.RtopAgeDistribution = exports.SecurityResultInfos = exports.StrategyDetails = exports.RiskLabelConfigInfo = exports.StatisticResult = exports.RtopCrowdRiskSummaryResp = exports.ZhimaQueryResp = exports.RtopRiskyCompany = exports.StrategyUploadResult = exports.QueryInfo = exports.CustomerRpspInfosModel = exports.RtopRiskStormCompanyAnnualReport = exports.RtopCompanyRiskInfo = exports.RtopMonitorCompanyFeature = exports.RuntimeResult = exports.RtopCompanyFeedback = exports.RiskLabelInfo = exports.ActionPlanDetailInfo = exports.SceneInfos = exports.UserAggregationInfo = exports.SecurityDataQueryStruct = exports.RepayInfos = exports.RiskData = exports.CustomReceiptStatus = exports.Material = exports.TestStruct = exports.RtopCompanyRiskFactor = exports.BackflowEventRecord = exports.SmsTemplate = exports.UpdateCustomerRelationResponseData = exports.RiskInfo = exports.RepayResult = exports.Additional = exports.RuleDetail = exports.StatisticInfoDetail = exports.RtopRiskTag = exports.UmktInfoModel = exports.CouponInfo = exports.RpspInfoModel = exports.DecisionFlow = exports.RtopCrowdRiskFeatureTag = exports.ActionParamInfo = exports.UmktOfflineDecisionTaskDetailInfo = exports.RtopTypeDistribution = exports.BaseCustomerUmktInfoModel = exports.TermDetail = exports.BackflowEventRecordProperty = exports.RiskDetail = exports.BatchQueryOutputModelInfo = exports.Contact = exports.SecurityScene = exports.OutParams = exports.InfoCodes = exports.RtopLevelDistribution = exports.Config = void 0;
|
|
25
|
+
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.DownloadUmktOfflineCampaignResponse = exports.DownloadUmktOfflineCampaignRequest = exports.UploadUmktOfflineImportrecordResponse = exports.UploadUmktOfflineImportrecordRequest = exports.QueryUmktOfflinedecisionPlandetailsResponse = exports.QueryUmktOfflinedecisionPlandetailsRequest = exports.DownloadUmktOfflinedecisionResultResponse = exports.DownloadUmktOfflinedecisionResultRequest = exports.QueryUmktOfflinedecisionResultResponse = exports.QueryUmktOfflinedecisionResultRequest = exports.UploadUmktOfflinedecisionResponse = exports.UploadUmktOfflinedecisionRequest = exports.QueryUmktCardsmsAnalysisResponse = exports.QueryUmktCardsmsAnalysisRequest = exports.PushUmktBackflowJsondataResponse = exports.PushUmktBackflowJsondataRequest = exports.BatchqueryUmktTaskDetailResponse = exports.BatchqueryUmktTaskDetailRequest = exports.PushUmktCustomerGroupResponse = exports.PushUmktCustomerGroupRequest = exports.PushUmktCommonDataResponse = exports.PushUmktCommonDataRequest = exports.PushRiskplusUmktCommonbackflowResponse = exports.PushRiskplusUmktCommonbackflowRequest = exports.BatchqueryUmktActionplanDetailResponse = exports.BatchqueryUmktActionplanDetailRequest = exports.BatchqueryUmktRobotcallDetailResponse = exports.BatchqueryUmktRobotcallDetailRequest = exports.BatchqueryUmktTenantActionplaninfoResponse = exports.BatchqueryUmktTenantActionplaninfoRequest = exports.CallbackUmktSmsReportResponse = exports.CallbackUmktSmsReportRequest = exports.CallbackUmktSmsUpResponse = exports.CallbackUmktSmsUpRequest = exports.CallbackUmktRobotcallResponse = exports.CallbackUmktRobotcallRequest = exports.ApplyUmktRtBatchmarketingResponse = exports.ApplyUmktRtBatchmarketingRequest = exports.ApplyUmktRealtimemarketingResponse = exports.ApplyUmktRealtimemarketingRequest = exports.QueryUmktRobotcallDetailResponse = exports.QueryUmktRobotcallDetailRequest = exports.QueryUmktTenantActionplaninfoResponse = exports.QueryUmktTenantActionplaninfoRequest = exports.QueryUmktRobotcallStatisticinfoResponse = exports.QueryUmktRobotcallStatisticinfoRequest = exports.BatchqueryUmktRtTopnResponse = exports.BatchqueryUmktRtTopnRequest = exports.ApplyUmktPhonenumberstatusforsmsResponse = exports.ApplyUmktPhonenumberstatusforsmsRequest = exports.BatchqueryUmktRtMixedmarketingResponse = exports.BatchqueryUmktRtMixedmarketingRequest = exports.QueryUmktCpaassmsTemplateResponse = exports.QueryUmktCpaassmsTemplateRequest = exports.SendUmktDigitalsmsBatchResponse = exports.SendUmktDigitalsmsBatchRequest = exports.SendUmktTextsmsBatchResponse = exports.SendUmktTextsmsBatchRequest = exports.QueryUmktCardsmsSupportResponse = exports.QueryUmktCardsmsSupportRequest = exports.SendUmktCardsmsBatchResponse = exports.SendUmktCardsmsBatchRequest = exports.PushUmktBackflowEventResponse = exports.PushUmktBackflowEventRequest = exports.QueryUmktRtMarketingResponse = exports.QueryUmktRtMarketingRequest = exports.CancelUmktDataaccessOfflinetaskResponse = exports.CancelUmktDataaccessOfflinetaskRequest = exports.QueryUmktDataaccessStatisticResponse = exports.QueryUmktDataaccessStatisticRequest = exports.ApplyUmktRobotcallResponse = exports.ApplyUmktRobotcallRequest = exports.QueryUmktScenestrategyTestResponse = exports.QueryUmktScenestrategyTestRequest = exports.BatchqueryUmktRtTailmarketingResponse = exports.BatchqueryUmktRtTailmarketingRequest = exports.ImportUmktSceneUploadResponse = exports.ImportUmktSceneUploadRequest = exports.SyncUmktRtEventresultResponse = exports.SyncUmktRtEventresultRequest = exports.BatchqueryUmktRtMarketingResponse = exports.BatchqueryUmktRtMarketingRequest = exports.UploadUmktParamsFileResponse = exports.UploadUmktParamsFileRequest = exports.QueryTdisaasSecurityPolicyResponse = exports.QueryTdisaasSecurityPolicyRequest = exports.PushTdiquickmsgBackflowJsondataResponse = exports.PushTdiquickmsgBackflowJsondataRequest = exports.PushTdiquickmsgBackflowEventResponse = exports.PushTdiquickmsgBackflowEventRequest = exports.QueryTdiquickmsgRobotcallStatisticinfoResponse = exports.QueryTdiquickmsgRobotcallStatisticinfoRequest = exports.CallbackTdiquickmsgSmsUpResponse = exports.CallbackTdiquickmsgSmsUpRequest = exports.CallbackTdiquickmsgRobotcallResponse = exports.CallbackTdiquickmsgRobotcallRequest = exports.CallbackTdiquickmsgSmsResponse = exports.CallbackTdiquickmsgSmsRequest = exports.ApplyTdiquickmsgRobotcallResponse = exports.ApplyTdiquickmsgRobotcallRequest = exports.ApplyTdiquickmsgRtBatchmarketingResponse = exports.ApplyTdiquickmsgRtBatchmarketingRequest = exports.QuerySnapshotEventResponse = exports.QuerySnapshotEventRequest = exports.QueryRpSecurityPolicyResponse = exports.QueryRpSecurityPolicyRequest = exports.ListRtopStarCompanyResponse = exports.ListRtopStarCompanyRequest = exports.QueryRtopTagImageResponse = exports.QueryRtopTagImageRequest = exports.ListRtopCompanyRelatedResponse = exports.ListRtopCompanyRelatedRequest = exports.QueryRtopCompanyRiskResponse = exports.QueryRtopCompanyRiskRequest = exports.QueryRtopRisklabelConfigResponse = exports.QueryRtopRisklabelConfigRequest = exports.QueryRtopCompanyListResponse = exports.QueryRtopCompanyListRequest = exports.QueryRtopCompanyRiskyResponse = exports.QueryRtopCompanyRiskyRequest = exports.QueryRtopCompanyAlarmResponse = exports.QueryRtopCompanyAlarmRequest = exports.QueryRtopCompanyFeedbackResponse = exports.QueryRtopCompanyFeedbackRequest = exports.PullRegtechNewsResponse = exports.PullRegtechNewsRequest = exports.QueryRtopRisklabelFilterResponse = exports.QueryRtopRisklabelFilterRequest = exports.QueryRtopCompanyResponse = exports.QueryRtopCompanyRequest = exports.QueryRtopRisklabelResponse = exports.QueryRtopRisklabelRequest = exports.CreateRtopTokenResponse = exports.CreateRtopTokenRequest = exports.ExecRtopGenericInvokeResponse = exports.ExecRtopGenericInvokeRequest = exports.QueryRtopCompanyRiskinfoResponse = exports.QueryRtopCompanyRiskinfoRequest = exports.GetRtopCompanyDetailResponse = exports.GetRtopCompanyDetailRequest = exports.QueryRtopCrowdriskSumResponse = exports.QueryRtopCrowdriskSumRequest = exports.QueryRtopRiskstormResponse = exports.QueryRtopRiskstormRequest = exports.QueryRtopCrowdriskDetailResponse = exports.QueryRtopCrowdriskDetailRequest = exports.ListRtopCrowdriskResponse = exports.ListRtopCrowdriskRequest = exports.QueryRtopCrowdriskStatisticResponse = exports.QueryRtopCrowdriskStatisticRequest = exports.GetRtopCompanyMonitorResponse = exports.GetRtopCompanyMonitorRequest = exports.ListRtopCompanyOpinionsResponse = exports.ListRtopCompanyOpinionsRequest = exports.QueryRtopCompanyOpinionResponse = exports.QueryRtopCompanyOpinionRequest = exports.NotifyRpgwUserSignresultResponse = exports.NotifyRpgwUserSignresultRequest = exports.SyncRpgwUserOrderinfoResponse = exports.SyncRpgwUserOrderinfoRequest = exports.WithdrawRpgwUserCommissionResponse = exports.WithdrawRpgwUserCommissionRequest = exports.QueryRpgwUserSignurlResponse = exports.QueryRpgwUserSignurlRequest = exports.RegisterRpgwUserEinvoiceResponse = exports.RegisterRpgwUserEinvoiceRequest = exports.QueryRpgwSignUrlResponse = exports.QueryRpgwSignUrlRequest = exports.QueryRpaasOpenServiceResponse = exports.QueryRpaasOpenServiceRequest = exports.PushRpaasReportAnswerResponse = exports.PushRpaasReportAnswerRequest = exports.ReceiveRbbOverseacompanyProfileResponse = exports.ReceiveRbbOverseacompanyProfileRequest = exports.ReceiveRbbParamsFileResponse = exports.ReceiveRbbParamsFileRequest = exports.PushRbbInvoiceChargeResponse = exports.PushRbbInvoiceChargeRequest = exports.PushRbbCustomerStatusResponse = exports.PushRbbCustomerStatusRequest = exports.GetRbbTaxinvoiceDataResponse = exports.GetRbbTaxinvoiceDataRequest = exports.PushRbbCustomerInformationResponse = exports.PushRbbCustomerInformationRequest = exports.OperateRbbCreditResponse = exports.OperateRbbCreditRequest = exports.UploadRbbFileAmapResponse = exports.UploadRbbFileAmapRequest = exports.PushRbbCustomerCompanyinfoResponse = exports.PushRbbCustomerCompanyinfoRequest = exports.QueryRbbObtsZsearchResponse = exports.QueryRbbObtsZsearchRequest = exports.QueryRbbCompanyGuardResponse = exports.QueryRbbCompanyGuardRequest = exports.ApplyRbbCompanyGuardResponse = exports.ApplyRbbCompanyGuardRequest = exports.FinishRbbRegdatasyncScheduleResponse = exports.FinishRbbRegdatasyncScheduleRequest = exports.StartRbbRegdatasyncScheduleResponse = exports.StartRbbRegdatasyncScheduleRequest = exports.QueryRbbRegdatasyncPreparedResponse = exports.QueryRbbRegdatasyncPreparedRequest = exports.QueryRbbCompanyCreditResponse = exports.QueryRbbCompanyCreditRequest = exports.ApplyRbbCompanyCreditResponse = exports.ApplyRbbCompanyCreditRequest = exports.ExecRbbCompanyGuardResponse = exports.ExecRbbCompanyGuardRequest = exports.CreateRbbUserResponse = exports.CreateRbbUserRequest = exports.CreateRbbTenantResponse = exports.CreateRbbTenantRequest = exports.GetRbbLoginTokenResponse = exports.GetRbbLoginTokenRequest = exports.QueryRbbGeneralResponse = exports.QueryRbbGeneralRequest = exports.CreateRbbApiGwtokenResponse = exports.CreateRbbApiGwtokenRequest = exports.CreateRbbTokenResponse = exports.CreateRbbTokenRequest = exports.QueryRbbGenericInvokeResponse = exports.QueryRbbGenericInvokeRequest = exports.QueryRfcOdpsLindormResponse = exports.QueryRfcOdpsLindormRequest = exports.UploadRfcAiboundFileResponse = exports.UploadRfcAiboundFileRequest = exports.ReceiveRfcParamsFileResponse = exports.ReceiveRfcParamsFileRequest = exports.QueryRdaasTaxSimpleauthdecisionResponse = exports.QueryRdaasTaxSimpleauthdecisionRequest = exports.QueryRdaasTaxRpadecisionindicatorResponse = exports.QueryRdaasTaxRpadecisionindicatorRequest = exports.QueryRdaasTaxRpadecisionserviceResponse = exports.QueryRdaasTaxRpadecisionserviceRequest = exports.NotifyRdaasTaxCallbackResponse = exports.NotifyRdaasTaxCallbackRequest = exports.SyncRdaasTaxAuthorderResponse = exports.SyncRdaasTaxAuthorderRequest = exports.SyncRdaasTaxAuthinfoResponse = exports.SyncRdaasTaxAuthinfoRequest = exports.QueryQmpOfflinehostplanDecisionresultResponse = exports.QueryQmpOfflinehostplanDecisionresultRequest = exports.UploadQmpOfflinehostplanResponse = exports.UploadQmpOfflinehostplanRequest = exports.BatchqueryQmpRtMixedmarketingResponse = exports.BatchqueryQmpRtMixedmarketingRequest = exports.PushQmpBackflowJsondataResponse = exports.PushQmpBackflowJsondataRequest = exports.PushQmpBackflowEventResponse = exports.PushQmpBackflowEventRequest = exports.QueryQmpTextsmsTemplateResponse = exports.QueryQmpTextsmsTemplateRequest = exports.QueryQmpCpaassmsTemplateResponse = exports.QueryQmpCpaassmsTemplateRequest = exports.QueryQmpTenantActionplaninfoResponse = exports.QueryQmpTenantActionplaninfoRequest = exports.BatchqueryQmpTenantActionplaninfoResponse = exports.BatchqueryQmpTenantActionplaninfoRequest = exports.ApplyQmpPhonenumberstatusforsmsResponse = exports.ApplyQmpPhonenumberstatusforsmsRequest = exports.BatchqueryQmpActionplanDetailResponse = exports.BatchqueryQmpActionplanDetailRequest = exports.QueryQmpCardsmsSupportResponse = exports.QueryQmpCardsmsSupportRequest = exports.BatchqueryQmpTaskDetailResponse = exports.BatchqueryQmpTaskDetailRequest = exports.QueryQmpRobotcallStatisticinfoResponse = exports.QueryQmpRobotcallStatisticinfoRequest = exports.QueryQmpDataaccessStatisticResponse = exports.QueryQmpDataaccessStatisticRequest = exports.QueryQmpRobotcallDetailResponse = exports.QueryQmpRobotcallDetailRequest = exports.CallbackQmpRobotcallResponse = exports.CallbackQmpRobotcallRequest = exports.SendQmpDigitalsmsBatchResponse = exports.SendQmpDigitalsmsBatchRequest = exports.CallbackQmpSmsReportResponse = exports.CallbackQmpSmsReportRequest = exports.CallbackQmpSmsUpResponse = exports.CallbackQmpSmsUpRequest = exports.SendQmpCardsmsBatchResponse = exports.SendQmpCardsmsBatchRequest = exports.ApplyQmpRobotcallResponse = exports.ApplyQmpRobotcallRequest = exports.SendQmpTextsmsBatchResponse = exports.SendQmpTextsmsBatchRequest = exports.ApplyQmpRtBatchmarketingResponse = exports.ApplyQmpRtBatchmarketingRequest = exports.CallbackMdipYunfengdieParamsResponse = exports.CallbackMdipYunfengdieParamsRequest = exports.ListMdipDefaultSupplierResponse = exports.ListMdipDefaultSupplierRequest = exports.QueryMdipDataservicePocResponse = exports.QueryMdipDataservicePocRequest = exports.CallbackMdipAuditResponse = exports.CallbackMdipAuditRequest = exports.ReceiveMdipParamsRbbfileResponse = exports.ReceiveMdipParamsRbbfileRequest = exports.ReceiveMdipParamsFileResponse = exports.ReceiveMdipParamsFileRequest = exports.QueryMdipDataserviceResponse = exports.QueryMdipDataserviceRequest = exports.QueryFinserviceZhimaIdentifyResponse = exports.QueryFinserviceZhimaIdentifyRequest = exports.VerifyFinserviceZhimaIdentifyResponse = exports.VerifyFinserviceZhimaIdentifyRequest = exports.QueryDubbridgeInstallmentTrialResponse = exports.QueryDubbridgeInstallmentTrialRequest = exports.PushDubbridgeInstallmentSupplementResponse = exports.PushDubbridgeInstallmentSupplementRequest = exports.CancelDubbridgeInstallmentOrderResponse = exports.CancelDubbridgeInstallmentOrderRequest = exports.QueryDubbridgeInstallmentCreditamtResponse = exports.QueryDubbridgeInstallmentCreditamtRequest = exports.QueryDubbridgeRepaytypeInfoResponse = exports.QueryDubbridgeRepaytypeInfoRequest = exports.QueryDubbridgeMarketingCouponlistResponse = exports.QueryDubbridgeMarketingCouponlistRequest = exports.QueryDubbridgeUserAggregationinfoResponse = exports.QueryDubbridgeUserAggregationinfoRequest = exports.QueryDubbridgeAccountUsecreditResponse = exports.QueryDubbridgeAccountUsecreditRequest = exports.QueryDubbridgeAgreementPreviewResponse = exports.QueryDubbridgeAgreementPreviewRequest = exports.QueryDubbridgeSettlementCertificateResponse = exports.QueryDubbridgeSettlementCertificateRequest = exports.QueryDubbridgeRouterUserselectResponse = exports.QueryDubbridgeRouterUserselectRequest = exports.QueryDubbridgeCustomerBankcardlistResponse = exports.QueryDubbridgeCustomerBankcardlistRequest = exports.QueryDubbridgeLoanUpgradestatusResponse = exports.QueryDubbridgeLoanUpgradestatusRequest = exports.QueryDubbridgeUserUpgradestatusResponse = exports.QueryDubbridgeUserUpgradestatusRequest = exports.QueryDubbridgeCreditPermitResponse = exports.QueryDubbridgeCreditPermitRequest = exports.QueryDubbridgeRepayResultResponse = exports.QueryDubbridgeRepayResultRequest = exports.NotifyDubbridgeCallbackResponse = exports.NotifyDubbridgeCallbackRequest = exports.UpdateDubbridgeFileResponse = exports.UpdateDubbridgeFileRequest = exports.QueryDubbridgeCustomerCommonagreementsignResponse = exports.QueryDubbridgeCustomerCommonagreementsignRequest = exports.QueryDubbridgeReceiptStatusResponse = exports.QueryDubbridgeReceiptStatusRequest = exports.QueryDubbridgeUsecreditStatusResponse = exports.QueryDubbridgeUsecreditStatusRequest = exports.ApplyDubbridgeUsecreditResponse = exports.ApplyDubbridgeUsecreditRequest = exports.QueryDubbridgeSearchContractResponse = exports.QueryDubbridgeSearchContractRequest = exports.RepayDubbridgeRepayWithholdResponse = exports.RepayDubbridgeRepayWithholdRequest = exports.CountDubbridgeRepayTrialResponse = exports.CountDubbridgeRepayTrialRequest = exports.CountDubbridgeRepayReftrialResponse = exports.CountDubbridgeRepayReftrialRequest = exports.QueryDubbridgeRepayListResponse = exports.QueryDubbridgeRepayListRequest = exports.QueryDubbridgeRepayInfoResponse = exports.QueryDubbridgeRepayInfoRequest = exports.RepayDubbridgeRepayCheckstandResponse = exports.RepayDubbridgeRepayCheckstandRequest = exports.QueryDubbridgeReceiptOverdueResponse = exports.QueryDubbridgeReceiptOverdueRequest = exports.UpdateDubbridgeCustomerInfoResponse = exports.UpdateDubbridgeCustomerInfoRequest = exports.QueryDubbridgeCustomerAgreementsignResponse = exports.QueryDubbridgeCustomerAgreementsignRequest = exports.UpdateDubbridgeAccountCustomResponse = exports.UpdateDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountCustomResponse = exports.QueryDubbridgeAccountCustomRequest = exports.QueryDubbridgeAccountStatusResponse = exports.QueryDubbridgeAccountStatusRequest = exports.ApplyDubbridgeCustomerAgreementsignResponse = exports.ApplyDubbridgeCustomerAgreementsignRequest = exports.QueryDubbridgeRiskinfoBusinessinfoResponse = exports.QueryDubbridgeRiskinfoBusinessinfoRequest = exports.UpdateDubbridgeInstitutionCreditResponse = exports.UpdateDubbridgeInstitutionCreditRequest = exports.QueryDubbridgeRiskinfoCommonResponse = exports.QueryDubbridgeRiskinfoCommonRequest = exports.QueryDubbridgeRiskinfoEnterprisescoreResponse = exports.QueryDubbridgeRiskinfoEnterprisescoreRequest = exports.QueryDubbridgeCreditStatusResponse = exports.QueryDubbridgeCreditStatusRequest = exports.NotifyDubbridgeDefininnerchannelResponse = exports.NotifyDubbridgeDefininnerchannelRequest = exports.VerifyDubbridgeCustomerBankcardResponse = exports.VerifyDubbridgeCustomerBankcardRequest = exports.BindDubbridgeCustomerBankcardResponse = exports.BindDubbridgeCustomerBankcardRequest = exports.UploadDubbridgeFileResponse = exports.UploadDubbridgeFileRequest = exports.ApplyDubbridgeCreditResponse = exports.ApplyDubbridgeCreditRequest = exports.QueryDubbridgeRouterFundrouterResponse = exports.QueryDubbridgeRouterFundrouterRequest = exports.SendDubbridgeSmsBatchResponse = exports.SendDubbridgeSmsBatchRequest = exports.SendDubbridgeSmsResponse = exports.SendDubbridgeSmsRequest = exports.QueryDubheReceiptOverdueResponse = exports.QueryDubheReceiptOverdueRequest = exports.QueryDubheSearchContractResponse = exports.QueryDubheSearchContractRequest = exports.RepayDubheRepayWithholdResponse = exports.RepayDubheRepayWithholdRequest = exports.QueryDubheCustomerAgreementsignResponse = exports.QueryDubheCustomerAgreementsignRequest = exports.ApplyDubheCustomerAgreementsignResponse = exports.ApplyDubheCustomerAgreementsignRequest = exports.UpdateDubheCustomerInfoResponse = exports.UpdateDubheCustomerInfoRequest = exports.QueryDubheRepayInfoResponse = exports.QueryDubheRepayInfoRequest = exports.RepayDubheRepayCheckstandResponse = exports.RepayDubheRepayCheckstandRequest = exports.CountDubheRepayTrialResponse = exports.CountDubheRepayTrialRequest = exports.QueryDubheUsecreditStatusResponse = exports.QueryDubheUsecreditStatusRequest = exports.ApplyDubheUsecreditResponse = exports.ApplyDubheUsecreditRequest = exports.QueryDubheRepayListResponse = exports.QueryDubheRepayListRequest = exports.CountDubheRepayReftrialResponse = exports.CountDubheRepayReftrialRequest = exports.QueryDubheCreditStatusResponse = exports.QueryDubheCreditStatusRequest = exports.ApplyDubheCreditResponse = exports.ApplyDubheCreditRequest = exports.QueryDubheRouterFundrouterResponse = exports.QueryDubheRouterFundrouterRequest = exports.QueryDubheTestResponse = exports.QueryDubheTestRequest = exports.QueryCreditshieldProductBatchResponse = exports.QueryCreditshieldProductBatchRequest = exports.QueryBatchSecurityPolicyResponse = exports.QueryBatchSecurityPolicyRequest = exports.QuerySaasSecurityPolicyResponse = exports.QuerySaasSecurityPolicyRequest = exports.ExecSecurityRiskdataserviceResponse = exports.ExecSecurityRiskdataserviceRequest = exports.CheckSecurityDataResponse = exports.CheckSecurityDataRequest = exports.QuerySecurityDataResponse = exports.QuerySecurityDataRequest = exports.CheckSecurityRdsResponse = exports.CheckSecurityRdsRequest = exports.ConfirmSecurityPolicyResponse = exports.ConfirmSecurityPolicyRequest = exports.SendSecurityDataResponse = exports.SendSecurityDataRequest = exports.QuerySecurityPolicyResponse = exports.QuerySecurityPolicyRequest = exports.QueryCreditshieldProductIvrfcResponse = exports.QueryCreditshieldProductIvrfcRequest = exports.QueryCreditshieldProductCallbackResponse = exports.QueryCreditshieldProductCallbackRequest = exports.BatchqueryCreditshieldProductInfoResponse = exports.BatchqueryCreditshieldProductInfoRequest = exports.NotifyBenefithubRiskLoginResponse = exports.NotifyBenefithubRiskLoginRequest = exports.ReceiveBenefithubRiskPayResponse = exports.ReceiveBenefithubRiskPayRequest = exports.XNameValuePair = exports.TenantActionPlanInfo = exports.CustomStatus = exports.RepayTrail = exports.EventInfo = exports.CreditAmount = exports.RepayInfo = exports.UserClassifyInfo = exports.OfflineDecisionPlanDetail = exports.RtopCrowdRiskFeatureResp = exports.CertificateInfo = exports.RtopRegionalDistribution = exports.FundChainLockResult = exports.RtopCompanyOpinionCount = exports.CustomerUmktInfoModel = exports.ServiceContext = exports.RdaasTaxDecsionService = exports.VehicleInfo = exports.CustomRelationStatus = exports.ShortUrlInfo = exports.RtopGenderDistribution = exports.RtopCompanyAlarm = exports.AICallbackMessage = exports.Contract = exports.PayMethodLockResult = exports.CommonRobotCallDetail = exports.BatchQueryResult = exports.StoreInfo = exports.DefinInnerChannelNotifyResult = exports.GetAgreementUrlResponseData = exports.RdaasTaxDecsionServiceIndicator = exports.OverdueInfoResponse = exports.QueryResult = exports.Supplier = exports.UmktOfflineDecisionTaskExecBatchInfo = exports.InstallmentTrial = exports.CustomerBankCardInfo = exports.CustomerDetail = exports.DfSceneInfos = exports.PersonalInfo = exports.RtopDateDistribution = exports.PlatformRepayTypeInfo = exports.RtopStarCompanyInfo = exports.CommonNotyfyResult = exports.RepayRef = exports.ReceiptInfo = exports.SmsReponse = exports.RtopCompanyOpinionDetail = exports.VariableDetails = exports.CpaasSmsTemplate = exports.ZhimaIdentifyResp = exports.SupplementFile = exports.RiskStormLabelResp = exports.LiveInfo = exports.JobInfo = exports.RobotCallCustomerParam = exports.RiskLabelFilterConfigInfo = exports.GwFundRouterResult = exports.ModelDetails = exports.CustomerUmktInfosModel = exports.DubheFileInfo = exports.RtopPopulationDistribution = exports.RtopRiskGeneNode = exports.ApplyInfo = exports.RtopTagImage = exports.CustomInfoResult = exports.RpcommonResp = exports.EventResultSyncDetail = exports.CompanyInfo = exports.CustomerInfo = exports.RtopAgeDistribution = exports.SecurityResultInfos = exports.StrategyDetails = exports.RiskLabelConfigInfo = exports.StatisticResult = exports.RtopCrowdRiskSummaryResp = exports.ZhimaQueryResp = exports.RtopRiskyCompany = exports.StrategyUploadResult = exports.QueryInfo = exports.CustomerRpspInfosModel = exports.RtopRiskStormCompanyAnnualReport = exports.RtopCompanyRiskInfo = exports.RtopMonitorCompanyFeature = exports.RuntimeResult = exports.RtopCompanyFeedback = exports.RiskLabelInfo = exports.ActionPlanDetailInfo = exports.SceneInfos = exports.UserAggregationInfo = exports.SecurityDataQueryStruct = exports.RepayInfos = exports.RiskData = exports.CustomReceiptStatus = exports.Material = exports.TestStruct = exports.RtopCompanyRiskFactor = exports.BackflowEventRecord = exports.SmsTemplate = exports.UpdateCustomerRelationResponseData = exports.RiskInfo = exports.RepayResult = exports.Additional = exports.RuleDetail = exports.StatisticInfoDetail = exports.RtopRiskTag = exports.UmktInfoModel = exports.CouponInfo = exports.RpspInfoModel = exports.DecisionFlow = exports.RtopCrowdRiskFeatureTag = exports.ActionParamInfo = exports.UmktOfflineDecisionTaskDetailInfo = exports.RtopTypeDistribution = exports.BaseCustomerUmktInfoModel = exports.TermDetail = exports.BackflowEventRecordProperty = exports.RiskDetail = exports.BatchQueryOutputModelInfo = exports.Contact = exports.SecurityScene = exports.OutParams = exports.InfoCodes = exports.RtopLevelDistribution = 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;
|
|
@@ -3680,6 +3680,7 @@ class NotifyBenefithubRiskLoginRequest extends $tea.Model {
|
|
|
3680
3680
|
userUniqueId: 'user_unique_id',
|
|
3681
3681
|
mobile: 'mobile',
|
|
3682
3682
|
productCode: 'product_code',
|
|
3683
|
+
sceneConfig: 'scene_config',
|
|
3683
3684
|
};
|
|
3684
3685
|
}
|
|
3685
3686
|
static types() {
|
|
@@ -3690,6 +3691,7 @@ class NotifyBenefithubRiskLoginRequest extends $tea.Model {
|
|
|
3690
3691
|
userUniqueId: 'string',
|
|
3691
3692
|
mobile: 'string',
|
|
3692
3693
|
productCode: 'string',
|
|
3694
|
+
sceneConfig: 'string',
|
|
3693
3695
|
};
|
|
3694
3696
|
}
|
|
3695
3697
|
}
|
|
@@ -3808,6 +3810,52 @@ class QueryCreditshieldProductCallbackResponse extends $tea.Model {
|
|
|
3808
3810
|
}
|
|
3809
3811
|
}
|
|
3810
3812
|
exports.QueryCreditshieldProductCallbackResponse = QueryCreditshieldProductCallbackResponse;
|
|
3813
|
+
class QueryCreditshieldProductIvrfcRequest extends $tea.Model {
|
|
3814
|
+
constructor(map) {
|
|
3815
|
+
super(map);
|
|
3816
|
+
}
|
|
3817
|
+
static names() {
|
|
3818
|
+
return {
|
|
3819
|
+
authToken: 'auth_token',
|
|
3820
|
+
productInstanceId: 'product_instance_id',
|
|
3821
|
+
queryCode: 'query_code',
|
|
3822
|
+
queryInfos: 'query_infos',
|
|
3823
|
+
};
|
|
3824
|
+
}
|
|
3825
|
+
static types() {
|
|
3826
|
+
return {
|
|
3827
|
+
authToken: 'string',
|
|
3828
|
+
productInstanceId: 'string',
|
|
3829
|
+
queryCode: 'string',
|
|
3830
|
+
queryInfos: { 'type': 'array', 'itemType': QueryInfo },
|
|
3831
|
+
};
|
|
3832
|
+
}
|
|
3833
|
+
}
|
|
3834
|
+
exports.QueryCreditshieldProductIvrfcRequest = QueryCreditshieldProductIvrfcRequest;
|
|
3835
|
+
class QueryCreditshieldProductIvrfcResponse extends $tea.Model {
|
|
3836
|
+
constructor(map) {
|
|
3837
|
+
super(map);
|
|
3838
|
+
}
|
|
3839
|
+
static names() {
|
|
3840
|
+
return {
|
|
3841
|
+
reqMsgId: 'req_msg_id',
|
|
3842
|
+
resultCode: 'result_code',
|
|
3843
|
+
resultMsg: 'result_msg',
|
|
3844
|
+
success: 'success',
|
|
3845
|
+
queryResult: 'query_result',
|
|
3846
|
+
};
|
|
3847
|
+
}
|
|
3848
|
+
static types() {
|
|
3849
|
+
return {
|
|
3850
|
+
reqMsgId: 'string',
|
|
3851
|
+
resultCode: 'string',
|
|
3852
|
+
resultMsg: 'string',
|
|
3853
|
+
success: 'boolean',
|
|
3854
|
+
queryResult: 'string',
|
|
3855
|
+
};
|
|
3856
|
+
}
|
|
3857
|
+
}
|
|
3858
|
+
exports.QueryCreditshieldProductIvrfcResponse = QueryCreditshieldProductIvrfcResponse;
|
|
3811
3859
|
class QuerySecurityPolicyRequest extends $tea.Model {
|
|
3812
3860
|
constructor(map) {
|
|
3813
3861
|
super(map);
|
|
@@ -9587,7 +9635,7 @@ class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
|
9587
9635
|
reqMsgId: 'string',
|
|
9588
9636
|
resultCode: 'string',
|
|
9589
9637
|
resultMsg: 'string',
|
|
9590
|
-
importId: '
|
|
9638
|
+
importId: 'number',
|
|
9591
9639
|
};
|
|
9592
9640
|
}
|
|
9593
9641
|
}
|
|
@@ -9607,7 +9655,7 @@ class QueryQmpOfflinehostplanDecisionresultRequest extends $tea.Model {
|
|
|
9607
9655
|
return {
|
|
9608
9656
|
authToken: 'string',
|
|
9609
9657
|
productInstanceId: 'string',
|
|
9610
|
-
importId: '
|
|
9658
|
+
importId: 'number',
|
|
9611
9659
|
};
|
|
9612
9660
|
}
|
|
9613
9661
|
}
|
|
@@ -9626,6 +9674,8 @@ class QueryQmpOfflinehostplanDecisionresultResponse extends $tea.Model {
|
|
|
9626
9674
|
totalNum: 'total_num',
|
|
9627
9675
|
decisionNum: 'decision_num',
|
|
9628
9676
|
fileUrl: 'file_url',
|
|
9677
|
+
actionConfirmStatus: 'action_confirm_status',
|
|
9678
|
+
actionTime: 'action_time',
|
|
9629
9679
|
};
|
|
9630
9680
|
}
|
|
9631
9681
|
static types() {
|
|
@@ -9638,6 +9688,8 @@ class QueryQmpOfflinehostplanDecisionresultResponse extends $tea.Model {
|
|
|
9638
9688
|
totalNum: 'number',
|
|
9639
9689
|
decisionNum: 'number',
|
|
9640
9690
|
fileUrl: 'string',
|
|
9691
|
+
actionConfirmStatus: 'string',
|
|
9692
|
+
actionTime: 'string',
|
|
9641
9693
|
};
|
|
9642
9694
|
}
|
|
9643
9695
|
}
|
|
@@ -15836,6 +15888,54 @@ class UploadUmktOfflineImportrecordResponse extends $tea.Model {
|
|
|
15836
15888
|
}
|
|
15837
15889
|
}
|
|
15838
15890
|
exports.UploadUmktOfflineImportrecordResponse = UploadUmktOfflineImportrecordResponse;
|
|
15891
|
+
class DownloadUmktOfflineCampaignRequest extends $tea.Model {
|
|
15892
|
+
constructor(map) {
|
|
15893
|
+
super(map);
|
|
15894
|
+
}
|
|
15895
|
+
static names() {
|
|
15896
|
+
return {
|
|
15897
|
+
authToken: 'auth_token',
|
|
15898
|
+
productInstanceId: 'product_instance_id',
|
|
15899
|
+
campaignId: 'campaign_id',
|
|
15900
|
+
nodeId: 'node_id',
|
|
15901
|
+
decisionPlanId: 'decision_plan_id',
|
|
15902
|
+
taskId: 'task_id',
|
|
15903
|
+
};
|
|
15904
|
+
}
|
|
15905
|
+
static types() {
|
|
15906
|
+
return {
|
|
15907
|
+
authToken: 'string',
|
|
15908
|
+
productInstanceId: 'string',
|
|
15909
|
+
campaignId: 'number',
|
|
15910
|
+
nodeId: 'string',
|
|
15911
|
+
decisionPlanId: 'number',
|
|
15912
|
+
taskId: 'string',
|
|
15913
|
+
};
|
|
15914
|
+
}
|
|
15915
|
+
}
|
|
15916
|
+
exports.DownloadUmktOfflineCampaignRequest = DownloadUmktOfflineCampaignRequest;
|
|
15917
|
+
class DownloadUmktOfflineCampaignResponse extends $tea.Model {
|
|
15918
|
+
constructor(map) {
|
|
15919
|
+
super(map);
|
|
15920
|
+
}
|
|
15921
|
+
static names() {
|
|
15922
|
+
return {
|
|
15923
|
+
reqMsgId: 'req_msg_id',
|
|
15924
|
+
resultCode: 'result_code',
|
|
15925
|
+
resultMsg: 'result_msg',
|
|
15926
|
+
fileUrl: 'file_url',
|
|
15927
|
+
};
|
|
15928
|
+
}
|
|
15929
|
+
static types() {
|
|
15930
|
+
return {
|
|
15931
|
+
reqMsgId: 'string',
|
|
15932
|
+
resultCode: 'string',
|
|
15933
|
+
resultMsg: 'string',
|
|
15934
|
+
fileUrl: 'string',
|
|
15935
|
+
};
|
|
15936
|
+
}
|
|
15937
|
+
}
|
|
15938
|
+
exports.DownloadUmktOfflineCampaignResponse = DownloadUmktOfflineCampaignResponse;
|
|
15839
15939
|
class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
15840
15940
|
constructor(map) {
|
|
15841
15941
|
super(map);
|
|
@@ -15980,7 +16080,7 @@ class Client {
|
|
|
15980
16080
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
15981
16081
|
access_key: this._accessKeyId,
|
|
15982
16082
|
base_sdk_version: "TeaSDK-2.0",
|
|
15983
|
-
sdk_version: "1.
|
|
16083
|
+
sdk_version: "1.26.3",
|
|
15984
16084
|
_prod_code: "RISKPLUS",
|
|
15985
16085
|
_prod_channel: "undefined",
|
|
15986
16086
|
};
|
|
@@ -16085,6 +16185,23 @@ class Client {
|
|
|
16085
16185
|
tea_util_1.default.validateModel(request);
|
|
16086
16186
|
return $tea.cast(await this.doRequest("1.0", "riskplus.creditshield.product.callback.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryCreditshieldProductCallbackResponse({}));
|
|
16087
16187
|
}
|
|
16188
|
+
/**
|
|
16189
|
+
* Description: ivr函数计算调用
|
|
16190
|
+
* Summary: ivr函数计算调用
|
|
16191
|
+
*/
|
|
16192
|
+
async queryCreditshieldProductIvrfc(request) {
|
|
16193
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16194
|
+
let headers = {};
|
|
16195
|
+
return await this.queryCreditshieldProductIvrfcEx(request, headers, runtime);
|
|
16196
|
+
}
|
|
16197
|
+
/**
|
|
16198
|
+
* Description: ivr函数计算调用
|
|
16199
|
+
* Summary: ivr函数计算调用
|
|
16200
|
+
*/
|
|
16201
|
+
async queryCreditshieldProductIvrfcEx(request, headers, runtime) {
|
|
16202
|
+
tea_util_1.default.validateModel(request);
|
|
16203
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.creditshield.product.ivrfc.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryCreditshieldProductIvrfcResponse({}));
|
|
16204
|
+
}
|
|
16088
16205
|
/**
|
|
16089
16206
|
* Description: 风控云风险咨询接口
|
|
16090
16207
|
* Summary: 风控云风险咨询接口
|
|
@@ -20205,6 +20322,23 @@ class Client {
|
|
|
20205
20322
|
tea_util_1.default.validateModel(request);
|
|
20206
20323
|
return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.offline.importrecord.upload", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UploadUmktOfflineImportrecordResponse({}));
|
|
20207
20324
|
}
|
|
20325
|
+
/**
|
|
20326
|
+
* Description: 圈投一体圈客结果文件url获取
|
|
20327
|
+
* Summary: 圈投一体圈客结果文件url获取
|
|
20328
|
+
*/
|
|
20329
|
+
async downloadUmktOfflineCampaign(request) {
|
|
20330
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
20331
|
+
let headers = {};
|
|
20332
|
+
return await this.downloadUmktOfflineCampaignEx(request, headers, runtime);
|
|
20333
|
+
}
|
|
20334
|
+
/**
|
|
20335
|
+
* Description: 圈投一体圈客结果文件url获取
|
|
20336
|
+
* Summary: 圈投一体圈客结果文件url获取
|
|
20337
|
+
*/
|
|
20338
|
+
async downloadUmktOfflineCampaignEx(request, headers, runtime) {
|
|
20339
|
+
tea_util_1.default.validateModel(request);
|
|
20340
|
+
return $tea.cast(await this.doRequest("1.0", "riskplus.umkt.offline.campaign.download", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new DownloadUmktOfflineCampaignResponse({}));
|
|
20341
|
+
}
|
|
20208
20342
|
/**
|
|
20209
20343
|
* Description: 创建HTTP PUT提交的文件上传
|
|
20210
20344
|
* Summary: 文件上传创建
|