@antchain/riskplus 1.20.7 → 1.22.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
@@ -1491,6 +1491,23 @@ export declare class OverdueInfoResponse extends $tea.Model {
1491
1491
  [key: string]: any;
1492
1492
  });
1493
1493
  }
1494
+ export declare class RdaasTaxDecsionServiceIndicator extends $tea.Model {
1495
+ id: string;
1496
+ serviceId: string;
1497
+ propertyName: string;
1498
+ propertyValue?: string;
1499
+ decisionTenant?: string;
1500
+ createTime?: string;
1501
+ static names(): {
1502
+ [key: string]: string;
1503
+ };
1504
+ static types(): {
1505
+ [key: string]: any;
1506
+ };
1507
+ constructor(map?: {
1508
+ [key: string]: any;
1509
+ });
1510
+ }
1494
1511
  export declare class GetAgreementUrlResponseData extends $tea.Model {
1495
1512
  title: string;
1496
1513
  agreementUrl?: string;
@@ -1710,6 +1727,24 @@ export declare class CustomRelationStatus extends $tea.Model {
1710
1727
  [key: string]: any;
1711
1728
  });
1712
1729
  }
1730
+ export declare class RdaasTaxDecsionService extends $tea.Model {
1731
+ id: string;
1732
+ serviceName: string;
1733
+ serviceZone?: string;
1734
+ channel?: string;
1735
+ decisionTenant?: string;
1736
+ status?: string;
1737
+ createTime?: string;
1738
+ static names(): {
1739
+ [key: string]: string;
1740
+ };
1741
+ static types(): {
1742
+ [key: string]: any;
1743
+ };
1744
+ constructor(map?: {
1745
+ [key: string]: any;
1746
+ });
1747
+ }
1713
1748
  export declare class ServiceContext extends $tea.Model {
1714
1749
  clientIp?: string;
1715
1750
  clientPcidguid?: string;
@@ -4673,6 +4708,36 @@ export declare class CallbackMdipAuditResponse extends $tea.Model {
4673
4708
  [key: string]: any;
4674
4709
  });
4675
4710
  }
4711
+ export declare class QueryMdipDataservicePocRequest extends $tea.Model {
4712
+ authToken?: string;
4713
+ productInstanceId?: string;
4714
+ serviceCode: string;
4715
+ serviceParam: string;
4716
+ static names(): {
4717
+ [key: string]: string;
4718
+ };
4719
+ static types(): {
4720
+ [key: string]: any;
4721
+ };
4722
+ constructor(map?: {
4723
+ [key: string]: any;
4724
+ });
4725
+ }
4726
+ export declare class QueryMdipDataservicePocResponse extends $tea.Model {
4727
+ reqMsgId?: string;
4728
+ resultCode?: string;
4729
+ resultMsg?: string;
4730
+ data?: string;
4731
+ static names(): {
4732
+ [key: string]: string;
4733
+ };
4734
+ static types(): {
4735
+ [key: string]: any;
4736
+ };
4737
+ constructor(map?: {
4738
+ [key: string]: any;
4739
+ });
4740
+ }
4676
4741
  export declare class ApplyQmpRtBatchmarketingRequest extends $tea.Model {
4677
4742
  authToken?: string;
4678
4743
  productInstanceId?: string;
@@ -5430,6 +5495,214 @@ export declare class PushQmpBackflowJsondataResponse extends $tea.Model {
5430
5495
  [key: string]: any;
5431
5496
  });
5432
5497
  }
5498
+ export declare class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
5499
+ authToken?: string;
5500
+ productInstanceId?: string;
5501
+ appId: string;
5502
+ authType: string;
5503
+ nsrsbh: string;
5504
+ appKey?: string;
5505
+ authStatus?: string;
5506
+ proCode?: string;
5507
+ cityCode?: string;
5508
+ authCallbackUrl?: string;
5509
+ expireDate?: string;
5510
+ orderNo?: string;
5511
+ authScene?: string;
5512
+ authStartTime?: string;
5513
+ authCreateTime?: string;
5514
+ corpName?: string;
5515
+ static names(): {
5516
+ [key: string]: string;
5517
+ };
5518
+ static types(): {
5519
+ [key: string]: any;
5520
+ };
5521
+ constructor(map?: {
5522
+ [key: string]: any;
5523
+ });
5524
+ }
5525
+ export declare class SyncRdaasTaxAuthinfoResponse extends $tea.Model {
5526
+ reqMsgId?: string;
5527
+ resultCode?: string;
5528
+ resultMsg?: string;
5529
+ static names(): {
5530
+ [key: string]: string;
5531
+ };
5532
+ static types(): {
5533
+ [key: string]: any;
5534
+ };
5535
+ constructor(map?: {
5536
+ [key: string]: any;
5537
+ });
5538
+ }
5539
+ export declare class SyncRdaasTaxAuthorderRequest extends $tea.Model {
5540
+ authToken?: string;
5541
+ productInstanceId?: string;
5542
+ instCode: string;
5543
+ authType: string;
5544
+ identityId?: string;
5545
+ factorValue?: string;
5546
+ secondFactorValue?: string;
5547
+ orderNo: string;
5548
+ content?: string;
5549
+ expireTime?: string;
5550
+ authScene?: string;
5551
+ authStatus?: string;
5552
+ authStartTime?: string;
5553
+ authCreateTime?: string;
5554
+ identityName?: string;
5555
+ taxZoneCode?: string;
5556
+ failReason?: string;
5557
+ static names(): {
5558
+ [key: string]: string;
5559
+ };
5560
+ static types(): {
5561
+ [key: string]: any;
5562
+ };
5563
+ constructor(map?: {
5564
+ [key: string]: any;
5565
+ });
5566
+ }
5567
+ export declare class SyncRdaasTaxAuthorderResponse extends $tea.Model {
5568
+ reqMsgId?: string;
5569
+ resultCode?: string;
5570
+ resultMsg?: string;
5571
+ static names(): {
5572
+ [key: string]: string;
5573
+ };
5574
+ static types(): {
5575
+ [key: string]: any;
5576
+ };
5577
+ constructor(map?: {
5578
+ [key: string]: any;
5579
+ });
5580
+ }
5581
+ export declare class NotifyRdaasTaxCallbackRequest extends $tea.Model {
5582
+ authToken?: string;
5583
+ productInstanceId?: string;
5584
+ notifyScene: string;
5585
+ instCode: string;
5586
+ solutionId?: string;
5587
+ callbackUrl?: string;
5588
+ jsonBizParams?: 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 NotifyRdaasTaxCallbackResponse extends $tea.Model {
5600
+ reqMsgId?: string;
5601
+ resultCode?: string;
5602
+ resultMsg?: string;
5603
+ data?: boolean;
5604
+ static names(): {
5605
+ [key: string]: string;
5606
+ };
5607
+ static types(): {
5608
+ [key: string]: any;
5609
+ };
5610
+ constructor(map?: {
5611
+ [key: string]: any;
5612
+ });
5613
+ }
5614
+ export declare class QueryRdaasTaxRpadecisionserviceRequest extends $tea.Model {
5615
+ authToken?: string;
5616
+ productInstanceId?: string;
5617
+ serviceName: string;
5618
+ decisionTenant: string;
5619
+ static names(): {
5620
+ [key: string]: string;
5621
+ };
5622
+ static types(): {
5623
+ [key: string]: any;
5624
+ };
5625
+ constructor(map?: {
5626
+ [key: string]: any;
5627
+ });
5628
+ }
5629
+ export declare class QueryRdaasTaxRpadecisionserviceResponse extends $tea.Model {
5630
+ reqMsgId?: string;
5631
+ resultCode?: string;
5632
+ resultMsg?: string;
5633
+ data?: RdaasTaxDecsionService[];
5634
+ static names(): {
5635
+ [key: string]: string;
5636
+ };
5637
+ static types(): {
5638
+ [key: string]: any;
5639
+ };
5640
+ constructor(map?: {
5641
+ [key: string]: any;
5642
+ });
5643
+ }
5644
+ export declare class QueryRdaasTaxRpadecisionindicatorRequest extends $tea.Model {
5645
+ authToken?: string;
5646
+ productInstanceId?: string;
5647
+ serviceId: string;
5648
+ propertyName?: string;
5649
+ decisionTenant?: string;
5650
+ static names(): {
5651
+ [key: string]: string;
5652
+ };
5653
+ static types(): {
5654
+ [key: string]: any;
5655
+ };
5656
+ constructor(map?: {
5657
+ [key: string]: any;
5658
+ });
5659
+ }
5660
+ export declare class QueryRdaasTaxRpadecisionindicatorResponse extends $tea.Model {
5661
+ reqMsgId?: string;
5662
+ resultCode?: string;
5663
+ resultMsg?: string;
5664
+ data?: RdaasTaxDecsionServiceIndicator[];
5665
+ static names(): {
5666
+ [key: string]: string;
5667
+ };
5668
+ static types(): {
5669
+ [key: string]: any;
5670
+ };
5671
+ constructor(map?: {
5672
+ [key: string]: any;
5673
+ });
5674
+ }
5675
+ export declare class QueryRdaasTaxSimpleauthdecisionRequest extends $tea.Model {
5676
+ authToken?: string;
5677
+ productInstanceId?: string;
5678
+ decisionTenant: string;
5679
+ authType: string;
5680
+ provinceCode: string;
5681
+ static names(): {
5682
+ [key: string]: string;
5683
+ };
5684
+ static types(): {
5685
+ [key: string]: any;
5686
+ };
5687
+ constructor(map?: {
5688
+ [key: string]: any;
5689
+ });
5690
+ }
5691
+ export declare class QueryRdaasTaxSimpleauthdecisionResponse extends $tea.Model {
5692
+ reqMsgId?: string;
5693
+ resultCode?: string;
5694
+ resultMsg?: string;
5695
+ data?: string;
5696
+ static names(): {
5697
+ [key: string]: string;
5698
+ };
5699
+ static types(): {
5700
+ [key: string]: any;
5701
+ };
5702
+ constructor(map?: {
5703
+ [key: string]: any;
5704
+ });
5705
+ }
5433
5706
  export declare class QueryRbbGenericInvokeRequest extends $tea.Model {
5434
5707
  authToken?: string;
5435
5708
  productInstanceId?: string;
@@ -6114,6 +6387,41 @@ export declare class PushRbbCustomerStatusResponse extends $tea.Model {
6114
6387
  [key: string]: any;
6115
6388
  });
6116
6389
  }
6390
+ export declare class PushRbbInvoiceChargeRequest extends $tea.Model {
6391
+ authToken?: string;
6392
+ productInstanceId?: string;
6393
+ tenantCode: string;
6394
+ bizType: string;
6395
+ customerId: string;
6396
+ taskRequestId: string;
6397
+ benefitSharePartner: string;
6398
+ feeTime: string;
6399
+ sharding: string;
6400
+ receiverSubmitBill: boolean;
6401
+ static names(): {
6402
+ [key: string]: string;
6403
+ };
6404
+ static types(): {
6405
+ [key: string]: any;
6406
+ };
6407
+ constructor(map?: {
6408
+ [key: string]: any;
6409
+ });
6410
+ }
6411
+ export declare class PushRbbInvoiceChargeResponse extends $tea.Model {
6412
+ reqMsgId?: string;
6413
+ resultCode?: string;
6414
+ resultMsg?: string;
6415
+ static names(): {
6416
+ [key: string]: string;
6417
+ };
6418
+ static types(): {
6419
+ [key: string]: any;
6420
+ };
6421
+ constructor(map?: {
6422
+ [key: string]: any;
6423
+ });
6424
+ }
6117
6425
  export declare class PushRpaasReportAnswerRequest extends $tea.Model {
6118
6426
  authToken?: string;
6119
6427
  productInstanceId?: string;
@@ -8702,6 +9010,37 @@ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Mo
8702
9010
  [key: string]: any;
8703
9011
  });
8704
9012
  }
9013
+ export declare class UploadUmktOfflineImportrecordRequest extends $tea.Model {
9014
+ authToken?: string;
9015
+ productInstanceId?: string;
9016
+ fileObject?: Readable;
9017
+ fileObjectName?: string;
9018
+ fileId: string;
9019
+ fileTemplate: string;
9020
+ static names(): {
9021
+ [key: string]: string;
9022
+ };
9023
+ static types(): {
9024
+ [key: string]: any;
9025
+ };
9026
+ constructor(map?: {
9027
+ [key: string]: any;
9028
+ });
9029
+ }
9030
+ export declare class UploadUmktOfflineImportrecordResponse extends $tea.Model {
9031
+ reqMsgId?: string;
9032
+ resultCode?: string;
9033
+ resultMsg?: string;
9034
+ static names(): {
9035
+ [key: string]: string;
9036
+ };
9037
+ static types(): {
9038
+ [key: string]: any;
9039
+ };
9040
+ constructor(map?: {
9041
+ [key: string]: any;
9042
+ });
9043
+ }
8705
9044
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
8706
9045
  authToken?: string;
8707
9046
  apiCode: string;
@@ -9728,6 +10067,18 @@ export default class Client {
9728
10067
  callbackMdipAuditEx(request: CallbackMdipAuditRequest, headers: {
9729
10068
  [key: string]: string;
9730
10069
  }, runtime: $Util.RuntimeOptions): Promise<CallbackMdipAuditResponse>;
10070
+ /**
10071
+ * Description: 该接口仅限于POC场景下使用, 关键时期会执行限流操作,并且不会通知到上游依赖服务。
10072
+ * Summary: 多源融合平台的POC数据服务查询接口
10073
+ */
10074
+ queryMdipDataservicePoc(request: QueryMdipDataservicePocRequest): Promise<QueryMdipDataservicePocResponse>;
10075
+ /**
10076
+ * Description: 该接口仅限于POC场景下使用, 关键时期会执行限流操作,并且不会通知到上游依赖服务。
10077
+ * Summary: 多源融合平台的POC数据服务查询接口
10078
+ */
10079
+ queryMdipDataservicePocEx(request: QueryMdipDataservicePocRequest, headers: {
10080
+ [key: string]: string;
10081
+ }, runtime: $Util.RuntimeOptions): Promise<QueryMdipDataservicePocResponse>;
9731
10082
  /**
9732
10083
  * Description: 批量实时触达接口
9733
10084
  * Summary: 发起触达任务
@@ -9980,6 +10331,78 @@ export default class Client {
9980
10331
  pushQmpBackflowJsondataEx(request: PushQmpBackflowJsondataRequest, headers: {
9981
10332
  [key: string]: string;
9982
10333
  }, runtime: $Util.RuntimeOptions): Promise<PushQmpBackflowJsondataResponse>;
10334
+ /**
10335
+ * Description: 企管盾票税交接授权信息表的同步
10336
+ * Summary: 企管盾票税交接授权信息表的同步
10337
+ */
10338
+ syncRdaasTaxAuthinfo(request: SyncRdaasTaxAuthinfoRequest): Promise<SyncRdaasTaxAuthinfoResponse>;
10339
+ /**
10340
+ * Description: 企管盾票税交接授权信息表的同步
10341
+ * Summary: 企管盾票税交接授权信息表的同步
10342
+ */
10343
+ syncRdaasTaxAuthinfoEx(request: SyncRdaasTaxAuthinfoRequest, headers: {
10344
+ [key: string]: string;
10345
+ }, runtime: $Util.RuntimeOptions): Promise<SyncRdaasTaxAuthinfoResponse>;
10346
+ /**
10347
+ * Description: 企管盾票税交接授权记录表的同步
10348
+ * Summary: 企管盾票税交接授权记录表的同步
10349
+ */
10350
+ syncRdaasTaxAuthorder(request: SyncRdaasTaxAuthorderRequest): Promise<SyncRdaasTaxAuthorderResponse>;
10351
+ /**
10352
+ * Description: 企管盾票税交接授权记录表的同步
10353
+ * Summary: 企管盾票税交接授权记录表的同步
10354
+ */
10355
+ syncRdaasTaxAuthorderEx(request: SyncRdaasTaxAuthorderRequest, headers: {
10356
+ [key: string]: string;
10357
+ }, runtime: $Util.RuntimeOptions): Promise<SyncRdaasTaxAuthorderResponse>;
10358
+ /**
10359
+ * Description: 企管盾票税交接回调通知
10360
+ * Summary: 企管盾票税交接回调通知
10361
+ */
10362
+ notifyRdaasTaxCallback(request: NotifyRdaasTaxCallbackRequest): Promise<NotifyRdaasTaxCallbackResponse>;
10363
+ /**
10364
+ * Description: 企管盾票税交接回调通知
10365
+ * Summary: 企管盾票税交接回调通知
10366
+ */
10367
+ notifyRdaasTaxCallbackEx(request: NotifyRdaasTaxCallbackRequest, headers: {
10368
+ [key: string]: string;
10369
+ }, runtime: $Util.RuntimeOptions): Promise<NotifyRdaasTaxCallbackResponse>;
10370
+ /**
10371
+ * Description: 企管盾票税交接RPA决策服务查询
10372
+ * Summary: 企管盾票税交接RPA决策服务查询
10373
+ */
10374
+ queryRdaasTaxRpadecisionservice(request: QueryRdaasTaxRpadecisionserviceRequest): Promise<QueryRdaasTaxRpadecisionserviceResponse>;
10375
+ /**
10376
+ * Description: 企管盾票税交接RPA决策服务查询
10377
+ * Summary: 企管盾票税交接RPA决策服务查询
10378
+ */
10379
+ queryRdaasTaxRpadecisionserviceEx(request: QueryRdaasTaxRpadecisionserviceRequest, headers: {
10380
+ [key: string]: string;
10381
+ }, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxRpadecisionserviceResponse>;
10382
+ /**
10383
+ * Description: 企管盾票税交接RPA决策服务指标查询
10384
+ * Summary: 企管盾票税交接RPA决策服务指标查询
10385
+ */
10386
+ queryRdaasTaxRpadecisionindicator(request: QueryRdaasTaxRpadecisionindicatorRequest): Promise<QueryRdaasTaxRpadecisionindicatorResponse>;
10387
+ /**
10388
+ * Description: 企管盾票税交接RPA决策服务指标查询
10389
+ * Summary: 企管盾票税交接RPA决策服务指标查询
10390
+ */
10391
+ queryRdaasTaxRpadecisionindicatorEx(request: QueryRdaasTaxRpadecisionindicatorRequest, headers: {
10392
+ [key: string]: string;
10393
+ }, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxRpadecisionindicatorResponse>;
10394
+ /**
10395
+ * Description: 企管盾票税交接要素授权决策查询
10396
+ * Summary: 企管盾票税交接要素授权决策查询
10397
+ */
10398
+ queryRdaasTaxSimpleauthdecision(request: QueryRdaasTaxSimpleauthdecisionRequest): Promise<QueryRdaasTaxSimpleauthdecisionResponse>;
10399
+ /**
10400
+ * Description: 企管盾票税交接要素授权决策查询
10401
+ * Summary: 企管盾票税交接要素授权决策查询
10402
+ */
10403
+ queryRdaasTaxSimpleauthdecisionEx(request: QueryRdaasTaxSimpleauthdecisionRequest, headers: {
10404
+ [key: string]: string;
10405
+ }, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxSimpleauthdecisionResponse>;
9983
10406
  /**
9984
10407
  * Description: 风险大脑企业版通用查询接口
9985
10408
  * Summary: 【已废弃】
@@ -10244,6 +10667,18 @@ export default class Client {
10244
10667
  pushRbbCustomerStatusEx(request: PushRbbCustomerStatusRequest, headers: {
10245
10668
  [key: string]: string;
10246
10669
  }, runtime: $Util.RuntimeOptions): Promise<PushRbbCustomerStatusResponse>;
10670
+ /**
10671
+ * Description: 票税计费处理推送,由票税侧请求
10672
+ * Summary: 票税计费处理推送
10673
+ */
10674
+ pushRbbInvoiceCharge(request: PushRbbInvoiceChargeRequest): Promise<PushRbbInvoiceChargeResponse>;
10675
+ /**
10676
+ * Description: 票税计费处理推送,由票税侧请求
10677
+ * Summary: 票税计费处理推送
10678
+ */
10679
+ pushRbbInvoiceChargeEx(request: PushRbbInvoiceChargeRequest, headers: {
10680
+ [key: string]: string;
10681
+ }, runtime: $Util.RuntimeOptions): Promise<PushRbbInvoiceChargeResponse>;
10247
10682
  /**
10248
10683
  * Description: 报告结果推送,算法调用
10249
10684
  * Summary: 报告结果推送
@@ -11148,6 +11583,18 @@ export default class Client {
11148
11583
  queryUmktOfflinedecisionPlandetailsEx(request: QueryUmktOfflinedecisionPlandetailsRequest, headers: {
11149
11584
  [key: string]: string;
11150
11585
  }, runtime: $Util.RuntimeOptions): Promise<QueryUmktOfflinedecisionPlandetailsResponse>;
11586
+ /**
11587
+ * Description: 营销盾离线圈投一体文件上传
11588
+ * Summary: 营销盾离线圈投一体文件上传
11589
+ */
11590
+ uploadUmktOfflineImportrecord(request: UploadUmktOfflineImportrecordRequest): Promise<UploadUmktOfflineImportrecordResponse>;
11591
+ /**
11592
+ * Description: 营销盾离线圈投一体文件上传
11593
+ * Summary: 营销盾离线圈投一体文件上传
11594
+ */
11595
+ uploadUmktOfflineImportrecordEx(request: UploadUmktOfflineImportrecordRequest, headers: {
11596
+ [key: string]: string;
11597
+ }, runtime: $Util.RuntimeOptions): Promise<UploadUmktOfflineImportrecordResponse>;
11151
11598
  /**
11152
11599
  * Description: 创建HTTP PUT提交的文件上传
11153
11600
  * Summary: 文件上传创建