@antchain/riskplus 1.13.13 → 1.15.0

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
@@ -168,6 +168,20 @@ export declare class RtopTypeDistribution extends $tea.Model {
168
168
  [key: string]: any;
169
169
  });
170
170
  }
171
+ export declare class UmktInfoModel extends $tea.Model {
172
+ sceneStrategyId: number;
173
+ umktResult: number;
174
+ umktOutPutInfo: string;
175
+ static names(): {
176
+ [key: string]: string;
177
+ };
178
+ static types(): {
179
+ [key: string]: any;
180
+ };
181
+ constructor(map?: {
182
+ [key: string]: any;
183
+ });
184
+ }
171
185
  export declare class RtopRiskTag extends $tea.Model {
172
186
  tagId: string;
173
187
  tagName: string;
@@ -233,7 +247,7 @@ export declare class RepayRef extends $tea.Model {
233
247
  customNo: string;
234
248
  period: string;
235
249
  needAmount: number;
236
- transPrincipal: number;
250
+ needCorpus: number;
237
251
  needAccrual: number;
238
252
  needFee: number;
239
253
  alreadyAmount: number;
@@ -1018,23 +1032,6 @@ export declare class RpcommonResp extends $tea.Model {
1018
1032
  [key: string]: any;
1019
1033
  });
1020
1034
  }
1021
- export declare class CompanyItems extends $tea.Model {
1022
- companyId: string;
1023
- companyName: string;
1024
- matchingName: string;
1025
- matchingType: string;
1026
- matchingValue: string;
1027
- ucCode: string;
1028
- static names(): {
1029
- [key: string]: string;
1030
- };
1031
- static types(): {
1032
- [key: string]: any;
1033
- };
1034
- constructor(map?: {
1035
- [key: string]: any;
1036
- });
1037
- }
1038
1035
  export declare class RtopTagImage extends $tea.Model {
1039
1036
  id: number;
1040
1037
  image?: string;
@@ -1147,6 +1144,19 @@ export declare class CustomerUmktInfoModel extends $tea.Model {
1147
1144
  [key: string]: any;
1148
1145
  });
1149
1146
  }
1147
+ export declare class CustomerUmktInfosModel extends $tea.Model {
1148
+ umktResults: UmktInfoModel[];
1149
+ customerKey: string;
1150
+ static names(): {
1151
+ [key: string]: string;
1152
+ };
1153
+ static types(): {
1154
+ [key: string]: any;
1155
+ };
1156
+ constructor(map?: {
1157
+ [key: string]: any;
1158
+ });
1159
+ }
1150
1160
  export declare class ModelDetails extends $tea.Model {
1151
1161
  sceneCode: string;
1152
1162
  score: string;
@@ -1347,6 +1357,24 @@ export declare class CreditAmount extends $tea.Model {
1347
1357
  [key: string]: any;
1348
1358
  });
1349
1359
  }
1360
+ export declare class CpaasSmsTemplate extends $tea.Model {
1361
+ templateType?: string;
1362
+ templateName?: string;
1363
+ templateContent?: string;
1364
+ status?: string;
1365
+ templateCode?: string;
1366
+ failReason?: string;
1367
+ createTime?: string;
1368
+ static names(): {
1369
+ [key: string]: string;
1370
+ };
1371
+ static types(): {
1372
+ [key: string]: any;
1373
+ };
1374
+ constructor(map?: {
1375
+ [key: string]: any;
1376
+ });
1377
+ }
1350
1378
  export declare class RtopCompanyOpinionDetail extends $tea.Model {
1351
1379
  docContent: string;
1352
1380
  docId: string;
@@ -2436,6 +2464,10 @@ export declare class BindDubbridgeCustomerBankcardRequest extends $tea.Model {
2436
2464
  customerNo: string;
2437
2465
  bankCardNo: string;
2438
2466
  channelCode: string;
2467
+ customName?: string;
2468
+ openId?: string;
2469
+ cardNo?: string;
2470
+ mobile?: string;
2439
2471
  static names(): {
2440
2472
  [key: string]: string;
2441
2473
  };
@@ -2469,6 +2501,8 @@ export declare class VerifyDubbridgeCustomerBankcardRequest extends $tea.Model {
2469
2501
  customNo?: string;
2470
2502
  bindSerialNo: string;
2471
2503
  bindValidCode: string;
2504
+ bankCardNo: string;
2505
+ channelCode: string;
2472
2506
  static names(): {
2473
2507
  [key: string]: string;
2474
2508
  };
@@ -3122,6 +3156,7 @@ export declare class RepayDubbridgeRepayWithholdRequest extends $tea.Model {
3122
3156
  originalOrderNo: string;
3123
3157
  repayType: string;
3124
3158
  orderNo: string;
3159
+ validRepayAmount?: string;
3125
3160
  static names(): {
3126
3161
  [key: string]: string;
3127
3162
  };
@@ -3166,7 +3201,7 @@ export declare class QueryDubbridgeSearchContractResponse extends $tea.Model {
3166
3201
  reqMsgId?: string;
3167
3202
  resultCode?: string;
3168
3203
  resultMsg?: string;
3169
- contractResponseList?: Contract[];
3204
+ contracts?: Contract[];
3170
3205
  static names(): {
3171
3206
  [key: string]: string;
3172
3207
  };
@@ -3317,36 +3352,6 @@ export declare class QueryDubbridgeCustomerCommonagreementsignResponse extends $
3317
3352
  [key: string]: any;
3318
3353
  });
3319
3354
  }
3320
- export declare class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
3321
- authToken?: string;
3322
- productInstanceId?: string;
3323
- keyword: string;
3324
- static names(): {
3325
- [key: string]: string;
3326
- };
3327
- static types(): {
3328
- [key: string]: any;
3329
- };
3330
- constructor(map?: {
3331
- [key: string]: any;
3332
- });
3333
- }
3334
- export declare class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
3335
- reqMsgId?: string;
3336
- resultCode?: string;
3337
- resultMsg?: string;
3338
- businessItems?: CompanyItems[];
3339
- total?: number;
3340
- static names(): {
3341
- [key: string]: string;
3342
- };
3343
- static types(): {
3344
- [key: string]: any;
3345
- };
3346
- constructor(map?: {
3347
- [key: string]: any;
3348
- });
3349
- }
3350
3355
  export declare class UpdateDubbridgeFileRequest extends $tea.Model {
3351
3356
  authToken?: string;
3352
3357
  productInstanceId?: string;
@@ -3378,65 +3383,6 @@ export declare class UpdateDubbridgeFileResponse extends $tea.Model {
3378
3383
  [key: string]: any;
3379
3384
  });
3380
3385
  }
3381
- export declare class QueryDubbridgeCreditUrlRequest extends $tea.Model {
3382
- authToken?: string;
3383
- productInstanceId?: string;
3384
- static names(): {
3385
- [key: string]: string;
3386
- };
3387
- static types(): {
3388
- [key: string]: any;
3389
- };
3390
- constructor(map?: {
3391
- [key: string]: any;
3392
- });
3393
- }
3394
- export declare class QueryDubbridgeCreditUrlResponse extends $tea.Model {
3395
- reqMsgId?: string;
3396
- resultCode?: string;
3397
- resultMsg?: string;
3398
- static names(): {
3399
- [key: string]: string;
3400
- };
3401
- static types(): {
3402
- [key: string]: any;
3403
- };
3404
- constructor(map?: {
3405
- [key: string]: any;
3406
- });
3407
- }
3408
- export declare class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
3409
- authToken?: string;
3410
- productInstanceId?: string;
3411
- keyword: string;
3412
- static names(): {
3413
- [key: string]: string;
3414
- };
3415
- static types(): {
3416
- [key: string]: any;
3417
- };
3418
- constructor(map?: {
3419
- [key: string]: any;
3420
- });
3421
- }
3422
- export declare class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
3423
- reqMsgId?: string;
3424
- resultCode?: string;
3425
- resultMsg?: string;
3426
- ucCode?: string;
3427
- registerDate?: string;
3428
- operatingAddrJson?: string;
3429
- addressDetail?: string;
3430
- static names(): {
3431
- [key: string]: string;
3432
- };
3433
- static types(): {
3434
- [key: string]: any;
3435
- };
3436
- constructor(map?: {
3437
- [key: string]: any;
3438
- });
3439
- }
3440
3386
  export declare class NotifyDubbridgeCallbackRequest extends $tea.Model {
3441
3387
  authToken?: string;
3442
3388
  productInstanceId?: string;
@@ -5772,6 +5718,76 @@ export declare class SendUmktDigitalsmsBatchResponse extends $tea.Model {
5772
5718
  [key: string]: any;
5773
5719
  });
5774
5720
  }
5721
+ export declare class QueryUmktCpaassmsTemplateRequest extends $tea.Model {
5722
+ authToken?: string;
5723
+ productInstanceId?: string;
5724
+ tenantId: string;
5725
+ smsType: string;
5726
+ tenantIndustry: string;
5727
+ status?: string;
5728
+ pageNum?: number;
5729
+ pageSize?: number;
5730
+ static names(): {
5731
+ [key: string]: string;
5732
+ };
5733
+ static types(): {
5734
+ [key: string]: any;
5735
+ };
5736
+ constructor(map?: {
5737
+ [key: string]: any;
5738
+ });
5739
+ }
5740
+ export declare class QueryUmktCpaassmsTemplateResponse extends $tea.Model {
5741
+ reqMsgId?: string;
5742
+ resultCode?: string;
5743
+ resultMsg?: string;
5744
+ total?: number;
5745
+ pageSize?: number;
5746
+ pageNum?: number;
5747
+ cpassSmsTemplates?: CpaasSmsTemplate[];
5748
+ static names(): {
5749
+ [key: string]: string;
5750
+ };
5751
+ static types(): {
5752
+ [key: string]: any;
5753
+ };
5754
+ constructor(map?: {
5755
+ [key: string]: any;
5756
+ });
5757
+ }
5758
+ export declare class BatchqueryUmktRtMixedmarketingRequest extends $tea.Model {
5759
+ authToken?: string;
5760
+ productInstanceId?: string;
5761
+ sceneStrategyIds: number[];
5762
+ sceneStrategySetCode?: string;
5763
+ queryTemplate: string;
5764
+ customerKeys: string[];
5765
+ bizSerialNo: string;
5766
+ static names(): {
5767
+ [key: string]: string;
5768
+ };
5769
+ static types(): {
5770
+ [key: string]: any;
5771
+ };
5772
+ constructor(map?: {
5773
+ [key: string]: any;
5774
+ });
5775
+ }
5776
+ export declare class BatchqueryUmktRtMixedmarketingResponse extends $tea.Model {
5777
+ reqMsgId?: string;
5778
+ resultCode?: string;
5779
+ resultMsg?: string;
5780
+ queryResults?: CustomerUmktInfosModel[];
5781
+ static names(): {
5782
+ [key: string]: string;
5783
+ };
5784
+ static types(): {
5785
+ [key: string]: any;
5786
+ };
5787
+ constructor(map?: {
5788
+ [key: string]: any;
5789
+ });
5790
+ }
5775
5791
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
5776
5792
  authToken?: string;
5777
5793
  apiCode: string;
@@ -6510,18 +6526,6 @@ export default class Client {
6510
6526
  queryDubbridgeCustomerCommonagreementsignEx(request: QueryDubbridgeCustomerCommonagreementsignRequest, headers: {
6511
6527
  [key: string]: string;
6512
6528
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
6513
- /**
6514
- * Description: 根据关键字从第三方查询企业信息
6515
- * Summary: 天枢系统企业搜索
6516
- */
6517
- queryDubbridgeCompanyItems(request: QueryDubbridgeCompanyItemsRequest): Promise<QueryDubbridgeCompanyItemsResponse>;
6518
- /**
6519
- * Description: 根据关键字从第三方查询企业信息
6520
- * Summary: 天枢系统企业搜索
6521
- */
6522
- queryDubbridgeCompanyItemsEx(request: QueryDubbridgeCompanyItemsRequest, headers: {
6523
- [key: string]: string;
6524
- }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCompanyItemsResponse>;
6525
6529
  /**
6526
6530
  * Description: 客户影像信息更新
6527
6531
  * Summary: 客户影像信息更新
@@ -6534,30 +6538,6 @@ export default class Client {
6534
6538
  updateDubbridgeFileEx(request: UpdateDubbridgeFileRequest, headers: {
6535
6539
  [key: string]: string;
6536
6540
  }, runtime: $Util.RuntimeOptions): Promise<UpdateDubbridgeFileResponse>;
6537
- /**
6538
- * Description: 天枢系统获取授信H5地址
6539
- * Summary: 天枢系统获取授信H5地址
6540
- */
6541
- queryDubbridgeCreditUrl(request: QueryDubbridgeCreditUrlRequest): Promise<QueryDubbridgeCreditUrlResponse>;
6542
- /**
6543
- * Description: 天枢系统获取授信H5地址
6544
- * Summary: 天枢系统获取授信H5地址
6545
- */
6546
- queryDubbridgeCreditUrlEx(request: QueryDubbridgeCreditUrlRequest, headers: {
6547
- [key: string]: string;
6548
- }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCreditUrlResponse>;
6549
- /**
6550
- * Description: 根据关键字从第三方查询企业详情信息
6551
- * Summary: 天枢系统企业详情信息查询
6552
- */
6553
- queryDubbridgeBusinessDetail(request: QueryDubbridgeBusinessDetailRequest): Promise<QueryDubbridgeBusinessDetailResponse>;
6554
- /**
6555
- * Description: 根据关键字从第三方查询企业详情信息
6556
- * Summary: 天枢系统企业详情信息查询
6557
- */
6558
- queryDubbridgeBusinessDetailEx(request: QueryDubbridgeBusinessDetailRequest, headers: {
6559
- [key: string]: string;
6560
- }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeBusinessDetailResponse>;
6561
6541
  /**
6562
6542
  * Description: 天枢回调通用接口
6563
6543
  * Summary: 天枢回调通用接口
@@ -7400,6 +7380,30 @@ export default class Client {
7400
7380
  sendUmktDigitalsmsBatchEx(request: SendUmktDigitalsmsBatchRequest, headers: {
7401
7381
  [key: string]: string;
7402
7382
  }, runtime: $Util.RuntimeOptions): Promise<SendUmktDigitalsmsBatchResponse>;
7383
+ /**
7384
+ * Description: 分页查询cpaas短信模板
7385
+ * Summary: cpaas短信模板分页查询
7386
+ */
7387
+ queryUmktCpaassmsTemplate(request: QueryUmktCpaassmsTemplateRequest): Promise<QueryUmktCpaassmsTemplateResponse>;
7388
+ /**
7389
+ * Description: 分页查询cpaas短信模板
7390
+ * Summary: cpaas短信模板分页查询
7391
+ */
7392
+ queryUmktCpaassmsTemplateEx(request: QueryUmktCpaassmsTemplateRequest, headers: {
7393
+ [key: string]: string;
7394
+ }, runtime: $Util.RuntimeOptions): Promise<QueryUmktCpaassmsTemplateResponse>;
7395
+ /**
7396
+ * Description: 实时混合批量营销圈客
7397
+ * Summary: 实时混合批量营销圈客
7398
+ */
7399
+ batchqueryUmktRtMixedmarketing(request: BatchqueryUmktRtMixedmarketingRequest): Promise<BatchqueryUmktRtMixedmarketingResponse>;
7400
+ /**
7401
+ * Description: 实时混合批量营销圈客
7402
+ * Summary: 实时混合批量营销圈客
7403
+ */
7404
+ batchqueryUmktRtMixedmarketingEx(request: BatchqueryUmktRtMixedmarketingRequest, headers: {
7405
+ [key: string]: string;
7406
+ }, runtime: $Util.RuntimeOptions): Promise<BatchqueryUmktRtMixedmarketingResponse>;
7403
7407
  /**
7404
7408
  * Description: 创建HTTP PUT提交的文件上传
7405
7409
  * Summary: 文件上传创建