@antchain/riskplus 1.23.7 → 1.23.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -73,6 +73,24 @@ export declare class OutParams extends $tea.Model {
73
73
  [key: string]: any;
74
74
  });
75
75
  }
76
+ export declare class SecurityScene extends $tea.Model {
77
+ accessChannel?: string;
78
+ ctuParams?: string;
79
+ productName?: string;
80
+ productNode?: string;
81
+ securitySceneParams?: string;
82
+ systemName?: string;
83
+ totalFee?: string;
84
+ static names(): {
85
+ [key: string]: string;
86
+ };
87
+ static types(): {
88
+ [key: string]: any;
89
+ };
90
+ constructor(map?: {
91
+ [key: string]: any;
92
+ });
93
+ }
76
94
  export declare class Contact extends $tea.Model {
77
95
  kind: string;
78
96
  name: string;
@@ -155,6 +173,21 @@ export declare class RtopTypeDistribution extends $tea.Model {
155
173
  [key: string]: any;
156
174
  });
157
175
  }
176
+ export declare class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
177
+ taskId: number;
178
+ decisionPlanId: number;
179
+ decisionResultStatus: string;
180
+ statusRemark: string;
181
+ static names(): {
182
+ [key: string]: string;
183
+ };
184
+ static types(): {
185
+ [key: string]: any;
186
+ };
187
+ constructor(map?: {
188
+ [key: string]: any;
189
+ });
190
+ }
158
191
  export declare class ActionParamInfo extends $tea.Model {
159
192
  contentType: string;
160
193
  actionParam: string[];
@@ -304,24 +337,6 @@ export declare class RuleDetail extends $tea.Model {
304
337
  [key: string]: any;
305
338
  });
306
339
  }
307
- export declare class SecurityScene extends $tea.Model {
308
- accessChannel?: string;
309
- ctuParams?: string;
310
- productName?: string;
311
- productNode?: string;
312
- securitySceneParams?: string;
313
- systemName?: string;
314
- totalFee?: string;
315
- static names(): {
316
- [key: string]: string;
317
- };
318
- static types(): {
319
- [key: string]: any;
320
- };
321
- constructor(map?: {
322
- [key: string]: any;
323
- });
324
- }
325
340
  export declare class RepayResult extends $tea.Model {
326
341
  customNo: string;
327
342
  period: string;
@@ -434,6 +449,18 @@ export declare class RtopCompanyRiskFactor extends $tea.Model {
434
449
  [key: string]: any;
435
450
  });
436
451
  }
452
+ export declare class TestStruct extends $tea.Model {
453
+ testField: SecurityScene[];
454
+ static names(): {
455
+ [key: string]: string;
456
+ };
457
+ static types(): {
458
+ [key: string]: any;
459
+ };
460
+ constructor(map?: {
461
+ [key: string]: any;
462
+ });
463
+ }
437
464
  export declare class Material extends $tea.Model {
438
465
  mType: string;
439
466
  bigCode: string;
@@ -955,21 +982,6 @@ export declare class CompanyInfo extends $tea.Model {
955
982
  [key: string]: any;
956
983
  });
957
984
  }
958
- export declare class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
959
- taskId: number;
960
- decisionPlanId: number;
961
- decisionResultStatus: string;
962
- statusRemark: string;
963
- static names(): {
964
- [key: string]: string;
965
- };
966
- static types(): {
967
- [key: string]: any;
968
- };
969
- constructor(map?: {
970
- [key: string]: any;
971
- });
972
- }
973
985
  export declare class EventResultSyncDetail extends $tea.Model {
974
986
  eventId: string;
975
987
  planId: string;
@@ -1505,6 +1517,19 @@ export declare class CustomerBankCardInfo extends $tea.Model {
1505
1517
  [key: string]: any;
1506
1518
  });
1507
1519
  }
1520
+ export declare class UmktOfflineDecisionTaskExecBatchInfo extends $tea.Model {
1521
+ execBatch: string;
1522
+ offlineDecisionTaskDetailInfoList: UmktOfflineDecisionTaskDetailInfo[];
1523
+ static names(): {
1524
+ [key: string]: string;
1525
+ };
1526
+ static types(): {
1527
+ [key: string]: any;
1528
+ };
1529
+ constructor(map?: {
1530
+ [key: string]: any;
1531
+ });
1532
+ }
1508
1533
  export declare class Supplier extends $tea.Model {
1509
1534
  supplierId: string;
1510
1535
  supplierName: string;
@@ -4030,9 +4055,10 @@ export declare class ApplyDubbridgeUsecreditResponse extends $tea.Model {
4030
4055
  export declare class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
4031
4056
  authToken?: string;
4032
4057
  productInstanceId?: string;
4033
- originalOrderNo: string;
4034
4058
  orderNo: string;
4035
4059
  prodType?: string;
4060
+ originalOrderNo: string;
4061
+ bizOrderNo?: string;
4036
4062
  static names(): {
4037
4063
  [key: string]: string;
4038
4064
  };
@@ -4654,6 +4680,7 @@ export declare class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
4654
4680
  authToken?: string;
4655
4681
  productInstanceId?: string;
4656
4682
  orderNo: string;
4683
+ prodType?: string;
4657
4684
  bizOrderNo: string;
4658
4685
  openId?: string;
4659
4686
  customerNo?: string;
@@ -6765,6 +6792,36 @@ export declare class PushRpaasReportAnswerResponse extends $tea.Model {
6765
6792
  [key: string]: any;
6766
6793
  });
6767
6794
  }
6795
+ export declare class QueryRpaasOpenServiceRequest extends $tea.Model {
6796
+ authToken?: string;
6797
+ productInstanceId?: string;
6798
+ serviceId: string;
6799
+ params?: string;
6800
+ static names(): {
6801
+ [key: string]: string;
6802
+ };
6803
+ static types(): {
6804
+ [key: string]: any;
6805
+ };
6806
+ constructor(map?: {
6807
+ [key: string]: any;
6808
+ });
6809
+ }
6810
+ export declare class QueryRpaasOpenServiceResponse extends $tea.Model {
6811
+ reqMsgId?: string;
6812
+ resultCode?: string;
6813
+ resultMsg?: string;
6814
+ body?: string;
6815
+ static names(): {
6816
+ [key: string]: string;
6817
+ };
6818
+ static types(): {
6819
+ [key: string]: any;
6820
+ };
6821
+ constructor(map?: {
6822
+ [key: string]: any;
6823
+ });
6824
+ }
6768
6825
  export declare class QueryRpgwSignUrlRequest extends $tea.Model {
6769
6826
  authToken?: string;
6770
6827
  productInstanceId?: string;
@@ -9208,6 +9265,7 @@ export declare class UploadUmktOfflinedecisionRequest extends $tea.Model {
9208
9265
  fileObject?: Readable;
9209
9266
  fileObjectName?: string;
9210
9267
  fileId: string;
9268
+ relationType?: string;
9211
9269
  static names(): {
9212
9270
  [key: string]: string;
9213
9271
  };
@@ -9252,7 +9310,7 @@ export declare class QueryUmktOfflinedecisionResultResponse extends $tea.Model {
9252
9310
  resultCode?: string;
9253
9311
  resultMsg?: string;
9254
9312
  decisionPlanIdList?: number[];
9255
- taskExecBatchInfo?: UmktOfflineDecisionTaskDetailInfo[];
9313
+ taskExecBatchInfo?: UmktOfflineDecisionTaskExecBatchInfo[];
9256
9314
  static names(): {
9257
9315
  [key: string]: string;
9258
9316
  };
@@ -9316,7 +9374,7 @@ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Mo
9316
9374
  resultMsg?: string;
9317
9375
  offlineDecisionPlanCount?: number;
9318
9376
  planDetailList?: OfflineDecisionPlanDetail[];
9319
- taskExecBatchInfo?: UmktOfflineDecisionTaskDetailInfo[];
9377
+ taskExecBatchInfo?: UmktOfflineDecisionTaskExecBatchInfo[];
9320
9378
  static names(): {
9321
9379
  [key: string]: string;
9322
9380
  };
@@ -11092,6 +11150,18 @@ export default class Client {
11092
11150
  pushRpaasReportAnswerEx(request: PushRpaasReportAnswerRequest, headers: {
11093
11151
  [key: string]: string;
11094
11152
  }, runtime: $Util.RuntimeOptions): Promise<PushRpaasReportAnswerResponse>;
11153
+ /**
11154
+ * Description: 企管盾云开放平台服务调用
11155
+ * Summary: 企管盾云开放平台服务调用
11156
+ */
11157
+ queryRpaasOpenService(request: QueryRpaasOpenServiceRequest): Promise<QueryRpaasOpenServiceResponse>;
11158
+ /**
11159
+ * Description: 企管盾云开放平台服务调用
11160
+ * Summary: 企管盾云开放平台服务调用
11161
+ */
11162
+ queryRpaasOpenServiceEx(request: QueryRpaasOpenServiceRequest, headers: {
11163
+ [key: string]: string;
11164
+ }, runtime: $Util.RuntimeOptions): Promise<QueryRpaasOpenServiceResponse>;
11095
11165
  /**
11096
11166
  * Description: 获取签约接口
11097
11167
  * 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.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.PushRpaasReportAnswerResponse = exports.PushRpaasReportAnswerRequest = 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.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.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.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.BatchqueryCreditshieldProductInfoResponse = exports.BatchqueryCreditshieldProductInfoRequest = 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.CustomRelationStatus = exports.ShortUrlInfo = exports.RtopGenderDistribution = exports.RtopCompanyAlarm = exports.AICallbackMessage = exports.Contract = exports.PayMethodLockResult = exports.CommonRobotCallDetail = exports.BatchQueryResult = exports.DefinInnerChannelNotifyResult = exports.GetAgreementUrlResponseData = exports.RdaasTaxDecsionServiceIndicator = exports.OverdueInfoResponse = exports.QueryResult = exports.Supplier = 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.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.UmktOfflineDecisionTaskDetailInfo = 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.RtopCompanyRiskFactor = exports.BackflowEventRecord = exports.SmsTemplate = exports.UpdateCustomerRelationResponseData = exports.RiskInfo = exports.RepayResult = exports.SecurityScene = exports.RuleDetail = exports.StatisticInfoDetail = exports.RtopRiskTag = exports.UmktInfoModel = exports.CouponInfo = exports.RpspInfoModel = exports.DecisionFlow = exports.RtopCrowdRiskFeatureTag = exports.ActionParamInfo = exports.RtopTypeDistribution = exports.BaseCustomerUmktInfoModel = exports.BackflowEventRecordProperty = exports.RiskDetail = exports.BatchQueryOutputModelInfo = exports.Contact = exports.OutParams = exports.InfoCodes = exports.RtopLevelDistribution = exports.Config = void 0;
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.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.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.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.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.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.BatchqueryCreditshieldProductInfoResponse = exports.BatchqueryCreditshieldProductInfoRequest = 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.CustomRelationStatus = exports.ShortUrlInfo = exports.RtopGenderDistribution = exports.RtopCompanyAlarm = exports.AICallbackMessage = exports.Contract = exports.PayMethodLockResult = exports.CommonRobotCallDetail = exports.BatchQueryResult = exports.DefinInnerChannelNotifyResult = exports.GetAgreementUrlResponseData = exports.RdaasTaxDecsionServiceIndicator = exports.OverdueInfoResponse = exports.QueryResult = exports.Supplier = exports.UmktOfflineDecisionTaskExecBatchInfo = 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.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.RuleDetail = exports.StatisticInfoDetail = exports.RtopRiskTag = exports.UmktInfoModel = exports.CouponInfo = exports.RpspInfoModel = exports.DecisionFlow = exports.RtopCrowdRiskFeatureTag = exports.ActionParamInfo = exports.UmktOfflineDecisionTaskDetailInfo = exports.RtopTypeDistribution = exports.BaseCustomerUmktInfoModel = 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;
@@ -138,6 +138,35 @@ class OutParams extends $tea.Model {
138
138
  }
139
139
  }
140
140
  exports.OutParams = OutParams;
141
+ // 安全场景参数
142
+ class SecurityScene extends $tea.Model {
143
+ constructor(map) {
144
+ super(map);
145
+ }
146
+ static names() {
147
+ return {
148
+ accessChannel: 'access_channel',
149
+ ctuParams: 'ctu_params',
150
+ productName: 'product_name',
151
+ productNode: 'product_node',
152
+ securitySceneParams: 'security_scene_params',
153
+ systemName: 'system_name',
154
+ totalFee: 'total_fee',
155
+ };
156
+ }
157
+ static types() {
158
+ return {
159
+ accessChannel: 'string',
160
+ ctuParams: 'string',
161
+ productName: 'string',
162
+ productNode: 'string',
163
+ securitySceneParams: 'string',
164
+ systemName: 'string',
165
+ totalFee: 'string',
166
+ };
167
+ }
168
+ }
169
+ exports.SecurityScene = SecurityScene;
141
170
  // 天枢系统Contact结构体
142
171
  class Contact extends $tea.Model {
143
172
  constructor(map) {
@@ -260,6 +289,29 @@ class RtopTypeDistribution extends $tea.Model {
260
289
  }
261
290
  }
262
291
  exports.RtopTypeDistribution = RtopTypeDistribution;
292
+ // 营销盾离线圈客任务详细信息
293
+ class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
294
+ constructor(map) {
295
+ super(map);
296
+ }
297
+ static names() {
298
+ return {
299
+ taskId: 'task_id',
300
+ decisionPlanId: 'decision_plan_id',
301
+ decisionResultStatus: 'decision_result_status',
302
+ statusRemark: 'status_remark',
303
+ };
304
+ }
305
+ static types() {
306
+ return {
307
+ taskId: 'number',
308
+ decisionPlanId: 'number',
309
+ decisionResultStatus: 'string',
310
+ statusRemark: 'string',
311
+ };
312
+ }
313
+ }
314
+ exports.UmktOfflineDecisionTaskDetailInfo = UmktOfflineDecisionTaskDetailInfo;
263
315
  // 营销盾触达媒介参数信息
264
316
  class ActionParamInfo extends $tea.Model {
265
317
  constructor(map) {
@@ -495,35 +547,6 @@ class RuleDetail extends $tea.Model {
495
547
  }
496
548
  }
497
549
  exports.RuleDetail = RuleDetail;
498
- // 安全场景参数
499
- class SecurityScene extends $tea.Model {
500
- constructor(map) {
501
- super(map);
502
- }
503
- static names() {
504
- return {
505
- accessChannel: 'access_channel',
506
- ctuParams: 'ctu_params',
507
- productName: 'product_name',
508
- productNode: 'product_node',
509
- securitySceneParams: 'security_scene_params',
510
- systemName: 'system_name',
511
- totalFee: 'total_fee',
512
- };
513
- }
514
- static types() {
515
- return {
516
- accessChannel: 'string',
517
- ctuParams: 'string',
518
- productName: 'string',
519
- productNode: 'string',
520
- securitySceneParams: 'string',
521
- systemName: 'string',
522
- totalFee: 'string',
523
- };
524
- }
525
- }
526
- exports.SecurityScene = SecurityScene;
527
550
  // 天枢系统专用RepayResult结构体
528
551
  class RepayResult extends $tea.Model {
529
552
  constructor(map) {
@@ -706,6 +729,23 @@ class RtopCompanyRiskFactor extends $tea.Model {
706
729
  }
707
730
  }
708
731
  exports.RtopCompanyRiskFactor = RtopCompanyRiskFactor;
732
+ // 测试
733
+ class TestStruct extends $tea.Model {
734
+ constructor(map) {
735
+ super(map);
736
+ }
737
+ static names() {
738
+ return {
739
+ testField: 'test_field',
740
+ };
741
+ }
742
+ static types() {
743
+ return {
744
+ testField: { 'type': 'array', 'itemType': SecurityScene },
745
+ };
746
+ }
747
+ }
748
+ exports.TestStruct = TestStruct;
709
749
  // 天枢系统专用Material结构体
710
750
  class Material extends $tea.Model {
711
751
  constructor(map) {
@@ -1561,29 +1601,6 @@ class CompanyInfo extends $tea.Model {
1561
1601
  }
1562
1602
  }
1563
1603
  exports.CompanyInfo = CompanyInfo;
1564
- // 营销盾离线圈客任务详细信息
1565
- class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
1566
- constructor(map) {
1567
- super(map);
1568
- }
1569
- static names() {
1570
- return {
1571
- taskId: 'task_id',
1572
- decisionPlanId: 'decision_plan_id',
1573
- decisionResultStatus: 'decision_result_status',
1574
- statusRemark: 'status_remark',
1575
- };
1576
- }
1577
- static types() {
1578
- return {
1579
- taskId: 'number',
1580
- decisionPlanId: 'number',
1581
- decisionResultStatus: 'string',
1582
- statusRemark: 'string',
1583
- };
1584
- }
1585
- }
1586
- exports.UmktOfflineDecisionTaskDetailInfo = UmktOfflineDecisionTaskDetailInfo;
1587
1604
  // 营销盾事件信息同步详情
1588
1605
  class EventResultSyncDetail extends $tea.Model {
1589
1606
  constructor(map) {
@@ -2438,6 +2455,25 @@ class CustomerBankCardInfo extends $tea.Model {
2438
2455
  }
2439
2456
  }
2440
2457
  exports.CustomerBankCardInfo = CustomerBankCardInfo;
2458
+ // 营销盾离线圈客执行批次信息
2459
+ class UmktOfflineDecisionTaskExecBatchInfo extends $tea.Model {
2460
+ constructor(map) {
2461
+ super(map);
2462
+ }
2463
+ static names() {
2464
+ return {
2465
+ execBatch: 'exec_batch',
2466
+ offlineDecisionTaskDetailInfoList: 'offline_decision_task_detail_info_list',
2467
+ };
2468
+ }
2469
+ static types() {
2470
+ return {
2471
+ execBatch: 'string',
2472
+ offlineDecisionTaskDetailInfoList: { 'type': 'array', 'itemType': UmktOfflineDecisionTaskDetailInfo },
2473
+ };
2474
+ }
2475
+ }
2476
+ exports.UmktOfflineDecisionTaskExecBatchInfo = UmktOfflineDecisionTaskExecBatchInfo;
2441
2477
  // 供应商
2442
2478
  class Supplier extends $tea.Model {
2443
2479
  constructor(map) {
@@ -6370,18 +6406,20 @@ class QueryDubbridgeUsecreditStatusRequest extends $tea.Model {
6370
6406
  return {
6371
6407
  authToken: 'auth_token',
6372
6408
  productInstanceId: 'product_instance_id',
6373
- originalOrderNo: 'original_order_no',
6374
6409
  orderNo: 'order_no',
6375
6410
  prodType: 'prod_type',
6411
+ originalOrderNo: 'original_order_no',
6412
+ bizOrderNo: 'biz_order_no',
6376
6413
  };
6377
6414
  }
6378
6415
  static types() {
6379
6416
  return {
6380
6417
  authToken: 'string',
6381
6418
  productInstanceId: 'string',
6382
- originalOrderNo: 'string',
6383
6419
  orderNo: 'string',
6384
6420
  prodType: 'string',
6421
+ originalOrderNo: 'string',
6422
+ bizOrderNo: 'string',
6385
6423
  };
6386
6424
  }
6387
6425
  }
@@ -7329,6 +7367,7 @@ class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
7329
7367
  authToken: 'auth_token',
7330
7368
  productInstanceId: 'product_instance_id',
7331
7369
  orderNo: 'order_no',
7370
+ prodType: 'prod_type',
7332
7371
  bizOrderNo: 'biz_order_no',
7333
7372
  openId: 'open_id',
7334
7373
  customerNo: 'customer_no',
@@ -7339,6 +7378,7 @@ class CancelDubbridgeInstallmentOrderRequest extends $tea.Model {
7339
7378
  authToken: 'string',
7340
7379
  productInstanceId: 'string',
7341
7380
  orderNo: 'string',
7381
+ prodType: 'string',
7342
7382
  bizOrderNo: 'string',
7343
7383
  openId: 'string',
7344
7384
  customerNo: 'string',
@@ -10526,6 +10566,50 @@ class PushRpaasReportAnswerResponse extends $tea.Model {
10526
10566
  }
10527
10567
  }
10528
10568
  exports.PushRpaasReportAnswerResponse = PushRpaasReportAnswerResponse;
10569
+ class QueryRpaasOpenServiceRequest extends $tea.Model {
10570
+ constructor(map) {
10571
+ super(map);
10572
+ }
10573
+ static names() {
10574
+ return {
10575
+ authToken: 'auth_token',
10576
+ productInstanceId: 'product_instance_id',
10577
+ serviceId: 'service_id',
10578
+ params: 'params',
10579
+ };
10580
+ }
10581
+ static types() {
10582
+ return {
10583
+ authToken: 'string',
10584
+ productInstanceId: 'string',
10585
+ serviceId: 'string',
10586
+ params: 'string',
10587
+ };
10588
+ }
10589
+ }
10590
+ exports.QueryRpaasOpenServiceRequest = QueryRpaasOpenServiceRequest;
10591
+ class QueryRpaasOpenServiceResponse extends $tea.Model {
10592
+ constructor(map) {
10593
+ super(map);
10594
+ }
10595
+ static names() {
10596
+ return {
10597
+ reqMsgId: 'req_msg_id',
10598
+ resultCode: 'result_code',
10599
+ resultMsg: 'result_msg',
10600
+ body: 'body',
10601
+ };
10602
+ }
10603
+ static types() {
10604
+ return {
10605
+ reqMsgId: 'string',
10606
+ resultCode: 'string',
10607
+ resultMsg: 'string',
10608
+ body: 'string',
10609
+ };
10610
+ }
10611
+ }
10612
+ exports.QueryRpaasOpenServiceResponse = QueryRpaasOpenServiceResponse;
10529
10613
  class QueryRpgwSignUrlRequest extends $tea.Model {
10530
10614
  constructor(map) {
10531
10615
  super(map);
@@ -14289,6 +14373,7 @@ class UploadUmktOfflinedecisionRequest extends $tea.Model {
14289
14373
  fileObject: 'fileObject',
14290
14374
  fileObjectName: 'fileObjectName',
14291
14375
  fileId: 'file_id',
14376
+ relationType: 'relation_type',
14292
14377
  };
14293
14378
  }
14294
14379
  static types() {
@@ -14300,6 +14385,7 @@ class UploadUmktOfflinedecisionRequest extends $tea.Model {
14300
14385
  fileObject: 'Readable',
14301
14386
  fileObjectName: 'string',
14302
14387
  fileId: 'string',
14388
+ relationType: 'string',
14303
14389
  };
14304
14390
  }
14305
14391
  }
@@ -14365,7 +14451,7 @@ class QueryUmktOfflinedecisionResultResponse extends $tea.Model {
14365
14451
  resultCode: 'string',
14366
14452
  resultMsg: 'string',
14367
14453
  decisionPlanIdList: { 'type': 'array', 'itemType': 'number' },
14368
- taskExecBatchInfo: { 'type': 'array', 'itemType': UmktOfflineDecisionTaskDetailInfo },
14454
+ taskExecBatchInfo: { 'type': 'array', 'itemType': UmktOfflineDecisionTaskExecBatchInfo },
14369
14455
  };
14370
14456
  }
14371
14457
  }
@@ -14461,7 +14547,7 @@ class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Model {
14461
14547
  resultMsg: 'string',
14462
14548
  offlineDecisionPlanCount: 'number',
14463
14549
  planDetailList: { 'type': 'array', 'itemType': OfflineDecisionPlanDetail },
14464
- taskExecBatchInfo: { 'type': 'array', 'itemType': UmktOfflineDecisionTaskDetailInfo },
14550
+ taskExecBatchInfo: { 'type': 'array', 'itemType': UmktOfflineDecisionTaskExecBatchInfo },
14465
14551
  };
14466
14552
  }
14467
14553
  }
@@ -14656,7 +14742,7 @@ class Client {
14656
14742
  req_msg_id: alipay_util_1.default.getNonce(),
14657
14743
  access_key: this._accessKeyId,
14658
14744
  base_sdk_version: "TeaSDK-2.0",
14659
- sdk_version: "1.23.7",
14745
+ sdk_version: "1.23.10",
14660
14746
  _prod_code: "RISKPLUS",
14661
14747
  _prod_channel: "undefined",
14662
14748
  };
@@ -17159,6 +17245,23 @@ class Client {
17159
17245
  tea_util_1.default.validateModel(request);
17160
17246
  return $tea.cast(await this.doRequest("1.0", "riskplus.rpaas.report.answer.push", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new PushRpaasReportAnswerResponse({}));
17161
17247
  }
17248
+ /**
17249
+ * Description: 企管盾云开放平台服务调用
17250
+ * Summary: 企管盾云开放平台服务调用
17251
+ */
17252
+ async queryRpaasOpenService(request) {
17253
+ let runtime = new $Util.RuntimeOptions({});
17254
+ let headers = {};
17255
+ return await this.queryRpaasOpenServiceEx(request, headers, runtime);
17256
+ }
17257
+ /**
17258
+ * Description: 企管盾云开放平台服务调用
17259
+ * Summary: 企管盾云开放平台服务调用
17260
+ */
17261
+ async queryRpaasOpenServiceEx(request, headers, runtime) {
17262
+ tea_util_1.default.validateModel(request);
17263
+ return $tea.cast(await this.doRequest("1.0", "riskplus.rpaas.open.service.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryRpaasOpenServiceResponse({}));
17264
+ }
17162
17265
  /**
17163
17266
  * Description: 获取签约接口
17164
17267
  * Summary: 获取签约接口