@antchain/riskplus 1.12.19 → 1.13.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 CHANGED
@@ -127,6 +127,19 @@ export declare class DecisionFlow extends $tea.Model {
127
127
  [key: string]: any;
128
128
  });
129
129
  }
130
+ export declare class BackflowEventRecordProperty extends $tea.Model {
131
+ key: string;
132
+ value: string;
133
+ static names(): {
134
+ [key: string]: string;
135
+ };
136
+ static types(): {
137
+ [key: string]: any;
138
+ };
139
+ constructor(map?: {
140
+ [key: string]: any;
141
+ });
142
+ }
130
143
  export declare class BaseCustomerUmktInfoModel extends $tea.Model {
131
144
  customerKey?: string;
132
145
  queryTemplate?: string;
@@ -263,6 +276,19 @@ export declare class RuleDetail extends $tea.Model {
263
276
  [key: string]: any;
264
277
  });
265
278
  }
279
+ export declare class CommonNotyfyResult extends $tea.Model {
280
+ requestId: string;
281
+ bizResponse: string;
282
+ static names(): {
283
+ [key: string]: string;
284
+ };
285
+ static types(): {
286
+ [key: string]: any;
287
+ };
288
+ constructor(map?: {
289
+ [key: string]: any;
290
+ });
291
+ }
266
292
  export declare class SecurityScene extends $tea.Model {
267
293
  accessChannel?: string;
268
294
  ctuParams?: string;
@@ -419,6 +445,19 @@ export declare class UpdateCustomerRelationResponseData extends $tea.Model {
419
445
  [key: string]: any;
420
446
  });
421
447
  }
448
+ export declare class BackflowEventRecord extends $tea.Model {
449
+ groupCode: string;
450
+ properties: BackflowEventRecordProperty[];
451
+ static names(): {
452
+ [key: string]: string;
453
+ };
454
+ static types(): {
455
+ [key: string]: any;
456
+ };
457
+ constructor(map?: {
458
+ [key: string]: any;
459
+ });
460
+ }
422
461
  export declare class RtopCompanyRiskFactor extends $tea.Model {
423
462
  name?: string;
424
463
  score?: number;
@@ -788,6 +827,22 @@ export declare class StrategyDetails extends $tea.Model {
788
827
  [key: string]: any;
789
828
  });
790
829
  }
830
+ export declare class PayMethodLockResult extends $tea.Model {
831
+ signStatus: string;
832
+ accountId: string;
833
+ loginId: string;
834
+ payChannel: string;
835
+ accountName: string;
836
+ static names(): {
837
+ [key: string]: string;
838
+ };
839
+ static types(): {
840
+ [key: string]: any;
841
+ };
842
+ constructor(map?: {
843
+ [key: string]: any;
844
+ });
845
+ }
791
846
  export declare class SecurityResultInfos extends $tea.Model {
792
847
  decision: string;
793
848
  riskScore: number;
@@ -1092,6 +1147,20 @@ export declare class RtopCompanyOpinionCount extends $tea.Model {
1092
1147
  [key: string]: any;
1093
1148
  });
1094
1149
  }
1150
+ export declare class FundChainLockResult extends $tea.Model {
1151
+ name: string;
1152
+ id: string;
1153
+ status: string;
1154
+ static names(): {
1155
+ [key: string]: string;
1156
+ };
1157
+ static types(): {
1158
+ [key: string]: any;
1159
+ };
1160
+ constructor(map?: {
1161
+ [key: string]: any;
1162
+ });
1163
+ }
1095
1164
  export declare class RtopRegionalDistribution extends $tea.Model {
1096
1165
  count: number;
1097
1166
  place: string;
@@ -2646,6 +2715,7 @@ export declare class QueryDubbridgeAccountStatusRequest extends $tea.Model {
2646
2715
  productInstanceId?: string;
2647
2716
  customNo?: string;
2648
2717
  openId?: string;
2718
+ bizType: string;
2649
2719
  static names(): {
2650
2720
  [key: string]: string;
2651
2721
  };
@@ -2661,6 +2731,8 @@ export declare class QueryDubbridgeAccountStatusResponse extends $tea.Model {
2661
2731
  resultCode?: string;
2662
2732
  resultMsg?: string;
2663
2733
  data?: CustomStatus;
2734
+ payMethodLockResult?: PayMethodLockResult;
2735
+ fundChainLockResult?: FundChainLockResult[];
2664
2736
  static names(): {
2665
2737
  [key: string]: string;
2666
2738
  };
@@ -3336,6 +3408,37 @@ export declare class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
3336
3408
  [key: string]: any;
3337
3409
  });
3338
3410
  }
3411
+ export declare class NotifyDubbridgeCallbackRequest extends $tea.Model {
3412
+ authToken?: string;
3413
+ productInstanceId?: string;
3414
+ channelCode: string;
3415
+ bizParam: string;
3416
+ bizType: string;
3417
+ static names(): {
3418
+ [key: string]: string;
3419
+ };
3420
+ static types(): {
3421
+ [key: string]: any;
3422
+ };
3423
+ constructor(map?: {
3424
+ [key: string]: any;
3425
+ });
3426
+ }
3427
+ export declare class NotifyDubbridgeCallbackResponse extends $tea.Model {
3428
+ reqMsgId?: string;
3429
+ resultCode?: string;
3430
+ resultMsg?: string;
3431
+ data?: CommonNotyfyResult;
3432
+ static names(): {
3433
+ [key: string]: string;
3434
+ };
3435
+ static types(): {
3436
+ [key: string]: any;
3437
+ };
3438
+ constructor(map?: {
3439
+ [key: string]: any;
3440
+ });
3441
+ }
3339
3442
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
3340
3443
  authToken?: string;
3341
3444
  productInstanceId?: string;
@@ -5464,6 +5567,104 @@ export declare class QueryUmktRtMarketingResponse extends $tea.Model {
5464
5567
  [key: string]: any;
5465
5568
  });
5466
5569
  }
5570
+ export declare class PushUmktBackflowEventRequest extends $tea.Model {
5571
+ authToken?: string;
5572
+ productInstanceId?: string;
5573
+ eventId: number;
5574
+ eventRecords: BackflowEventRecord[];
5575
+ static names(): {
5576
+ [key: string]: string;
5577
+ };
5578
+ static types(): {
5579
+ [key: string]: any;
5580
+ };
5581
+ constructor(map?: {
5582
+ [key: string]: any;
5583
+ });
5584
+ }
5585
+ export declare class PushUmktBackflowEventResponse extends $tea.Model {
5586
+ reqMsgId?: string;
5587
+ resultCode?: string;
5588
+ resultMsg?: string;
5589
+ static names(): {
5590
+ [key: string]: string;
5591
+ };
5592
+ static types(): {
5593
+ [key: string]: any;
5594
+ };
5595
+ constructor(map?: {
5596
+ [key: string]: any;
5597
+ });
5598
+ }
5599
+ export declare class SendUmktCardsmsBatchRequest extends $tea.Model {
5600
+ authToken?: string;
5601
+ productInstanceId?: string;
5602
+ cpassAk?: string;
5603
+ industryTag: string;
5604
+ cardTemplateCode: string;
5605
+ cardTemplateParamJson: string;
5606
+ phoneNumberJson: string;
5607
+ signNameJson: string;
5608
+ smsUpExtendCodeJson?: string;
5609
+ static names(): {
5610
+ [key: string]: string;
5611
+ };
5612
+ static types(): {
5613
+ [key: string]: any;
5614
+ };
5615
+ constructor(map?: {
5616
+ [key: string]: any;
5617
+ });
5618
+ }
5619
+ export declare class SendUmktCardsmsBatchResponse extends $tea.Model {
5620
+ reqMsgId?: string;
5621
+ resultCode?: string;
5622
+ resultMsg?: string;
5623
+ bizCardId?: string;
5624
+ mediaMobiles?: string;
5625
+ notMediaMobiles?: string;
5626
+ static names(): {
5627
+ [key: string]: string;
5628
+ };
5629
+ static types(): {
5630
+ [key: string]: any;
5631
+ };
5632
+ constructor(map?: {
5633
+ [key: string]: any;
5634
+ });
5635
+ }
5636
+ export declare class QueryUmktCardsmsSupportRequest extends $tea.Model {
5637
+ authToken?: string;
5638
+ productInstanceId?: string;
5639
+ cpassAk?: string;
5640
+ industryTag: string;
5641
+ templateCode: string;
5642
+ mobiles: string;
5643
+ static names(): {
5644
+ [key: string]: string;
5645
+ };
5646
+ static types(): {
5647
+ [key: string]: any;
5648
+ };
5649
+ constructor(map?: {
5650
+ [key: string]: any;
5651
+ });
5652
+ }
5653
+ export declare class QueryUmktCardsmsSupportResponse extends $tea.Model {
5654
+ reqMsgId?: string;
5655
+ resultCode?: string;
5656
+ resultMsg?: string;
5657
+ datas?: string;
5658
+ static names(): {
5659
+ [key: string]: string;
5660
+ };
5661
+ static types(): {
5662
+ [key: string]: any;
5663
+ };
5664
+ constructor(map?: {
5665
+ [key: string]: any;
5666
+ });
5667
+ }
5467
5668
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
5468
5669
  authToken?: string;
5469
5670
  apiCode: string;
@@ -6250,6 +6451,18 @@ export default class Client {
6250
6451
  queryDubbridgeBusinessDetailEx(request: QueryDubbridgeBusinessDetailRequest, headers: {
6251
6452
  [key: string]: string;
6252
6453
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeBusinessDetailResponse>;
6454
+ /**
6455
+ * Description: 天枢回调通用接口
6456
+ * Summary: 天枢回调通用接口
6457
+ */
6458
+ notifyDubbridgeCallback(request: NotifyDubbridgeCallbackRequest): Promise<NotifyDubbridgeCallbackResponse>;
6459
+ /**
6460
+ * Description: 天枢回调通用接口
6461
+ * Summary: 天枢回调通用接口
6462
+ */
6463
+ notifyDubbridgeCallbackEx(request: NotifyDubbridgeCallbackRequest, headers: {
6464
+ [key: string]: string;
6465
+ }, runtime: $Util.RuntimeOptions): Promise<NotifyDubbridgeCallbackResponse>;
6253
6466
  /**
6254
6467
  * Description: 四要素认证首先调用此接口
6255
6468
  * Summary: 芝麻四要素接口
@@ -7020,6 +7233,42 @@ export default class Client {
7020
7233
  queryUmktRtMarketingEx(request: QueryUmktRtMarketingRequest, headers: {
7021
7234
  [key: string]: string;
7022
7235
  }, runtime: $Util.RuntimeOptions): Promise<QueryUmktRtMarketingResponse>;
7236
+ /**
7237
+ * Description: 营销盾业务回流事件推送
7238
+ * Summary: 营销盾回流事件推送
7239
+ */
7240
+ pushUmktBackflowEvent(request: PushUmktBackflowEventRequest): Promise<PushUmktBackflowEventResponse>;
7241
+ /**
7242
+ * Description: 营销盾业务回流事件推送
7243
+ * Summary: 营销盾回流事件推送
7244
+ */
7245
+ pushUmktBackflowEventEx(request: PushUmktBackflowEventRequest, headers: {
7246
+ [key: string]: string;
7247
+ }, runtime: $Util.RuntimeOptions): Promise<PushUmktBackflowEventResponse>;
7248
+ /**
7249
+ * Description: 卡片短信批量发送接口
7250
+ * Summary: 卡片短信批量发送接口
7251
+ */
7252
+ sendUmktCardsmsBatch(request: SendUmktCardsmsBatchRequest): Promise<SendUmktCardsmsBatchResponse>;
7253
+ /**
7254
+ * Description: 卡片短信批量发送接口
7255
+ * Summary: 卡片短信批量发送接口
7256
+ */
7257
+ sendUmktCardsmsBatchEx(request: SendUmktCardsmsBatchRequest, headers: {
7258
+ [key: string]: string;
7259
+ }, runtime: $Util.RuntimeOptions): Promise<SendUmktCardsmsBatchResponse>;
7260
+ /**
7261
+ * Description: 卡片短信支持能力查询
7262
+ * Summary: 卡片短信支持能力查询
7263
+ */
7264
+ queryUmktCardsmsSupport(request: QueryUmktCardsmsSupportRequest): Promise<QueryUmktCardsmsSupportResponse>;
7265
+ /**
7266
+ * Description: 卡片短信支持能力查询
7267
+ * Summary: 卡片短信支持能力查询
7268
+ */
7269
+ queryUmktCardsmsSupportEx(request: QueryUmktCardsmsSupportRequest, headers: {
7270
+ [key: string]: string;
7271
+ }, runtime: $Util.RuntimeOptions): Promise<QueryUmktCardsmsSupportResponse>;
7023
7272
  /**
7024
7273
  * Description: 创建HTTP PUT提交的文件上传
7025
7274
  * Summary: 文件上传创建