@antchain/riskplus 1.21.0 → 1.22.2
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 +499 -0
- package/dist/client.js +830 -63
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1081 -6
package/dist/client.d.ts
CHANGED
|
@@ -1449,6 +1449,19 @@ export declare class CustomerBankCardInfo extends $tea.Model {
|
|
|
1449
1449
|
[key: string]: any;
|
|
1450
1450
|
});
|
|
1451
1451
|
}
|
|
1452
|
+
export declare class Supplier extends $tea.Model {
|
|
1453
|
+
supplierId: string;
|
|
1454
|
+
supplierName: string;
|
|
1455
|
+
static names(): {
|
|
1456
|
+
[key: string]: string;
|
|
1457
|
+
};
|
|
1458
|
+
static types(): {
|
|
1459
|
+
[key: string]: any;
|
|
1460
|
+
};
|
|
1461
|
+
constructor(map?: {
|
|
1462
|
+
[key: string]: any;
|
|
1463
|
+
});
|
|
1464
|
+
}
|
|
1452
1465
|
export declare class QueryResult extends $tea.Model {
|
|
1453
1466
|
key?: string;
|
|
1454
1467
|
value?: string;
|
|
@@ -1491,6 +1504,23 @@ export declare class OverdueInfoResponse extends $tea.Model {
|
|
|
1491
1504
|
[key: string]: any;
|
|
1492
1505
|
});
|
|
1493
1506
|
}
|
|
1507
|
+
export declare class RdaasTaxDecsionServiceIndicator extends $tea.Model {
|
|
1508
|
+
id: string;
|
|
1509
|
+
serviceId: string;
|
|
1510
|
+
propertyName: string;
|
|
1511
|
+
propertyValue?: string;
|
|
1512
|
+
decisionTenant?: string;
|
|
1513
|
+
createTime?: string;
|
|
1514
|
+
static names(): {
|
|
1515
|
+
[key: string]: string;
|
|
1516
|
+
};
|
|
1517
|
+
static types(): {
|
|
1518
|
+
[key: string]: any;
|
|
1519
|
+
};
|
|
1520
|
+
constructor(map?: {
|
|
1521
|
+
[key: string]: any;
|
|
1522
|
+
});
|
|
1523
|
+
}
|
|
1494
1524
|
export declare class GetAgreementUrlResponseData extends $tea.Model {
|
|
1495
1525
|
title: string;
|
|
1496
1526
|
agreementUrl?: string;
|
|
@@ -1710,6 +1740,24 @@ export declare class CustomRelationStatus extends $tea.Model {
|
|
|
1710
1740
|
[key: string]: any;
|
|
1711
1741
|
});
|
|
1712
1742
|
}
|
|
1743
|
+
export declare class RdaasTaxDecsionService extends $tea.Model {
|
|
1744
|
+
id: string;
|
|
1745
|
+
serviceName: string;
|
|
1746
|
+
serviceZone?: string;
|
|
1747
|
+
channel?: string;
|
|
1748
|
+
decisionTenant?: string;
|
|
1749
|
+
status?: string;
|
|
1750
|
+
createTime?: string;
|
|
1751
|
+
static names(): {
|
|
1752
|
+
[key: string]: string;
|
|
1753
|
+
};
|
|
1754
|
+
static types(): {
|
|
1755
|
+
[key: string]: any;
|
|
1756
|
+
};
|
|
1757
|
+
constructor(map?: {
|
|
1758
|
+
[key: string]: any;
|
|
1759
|
+
});
|
|
1760
|
+
}
|
|
1713
1761
|
export declare class ServiceContext extends $tea.Model {
|
|
1714
1762
|
clientIp?: string;
|
|
1715
1763
|
clientPcidguid?: string;
|
|
@@ -4703,6 +4751,63 @@ export declare class QueryMdipDataservicePocResponse extends $tea.Model {
|
|
|
4703
4751
|
[key: string]: any;
|
|
4704
4752
|
});
|
|
4705
4753
|
}
|
|
4754
|
+
export declare class ListMdipDefaultSupplierRequest extends $tea.Model {
|
|
4755
|
+
authToken?: string;
|
|
4756
|
+
productInstanceId?: string;
|
|
4757
|
+
defaultTenant?: string;
|
|
4758
|
+
static names(): {
|
|
4759
|
+
[key: string]: string;
|
|
4760
|
+
};
|
|
4761
|
+
static types(): {
|
|
4762
|
+
[key: string]: any;
|
|
4763
|
+
};
|
|
4764
|
+
constructor(map?: {
|
|
4765
|
+
[key: string]: any;
|
|
4766
|
+
});
|
|
4767
|
+
}
|
|
4768
|
+
export declare class ListMdipDefaultSupplierResponse extends $tea.Model {
|
|
4769
|
+
reqMsgId?: string;
|
|
4770
|
+
resultCode?: string;
|
|
4771
|
+
resultMsg?: string;
|
|
4772
|
+
supplierList?: Supplier[];
|
|
4773
|
+
static names(): {
|
|
4774
|
+
[key: string]: string;
|
|
4775
|
+
};
|
|
4776
|
+
static types(): {
|
|
4777
|
+
[key: string]: any;
|
|
4778
|
+
};
|
|
4779
|
+
constructor(map?: {
|
|
4780
|
+
[key: string]: any;
|
|
4781
|
+
});
|
|
4782
|
+
}
|
|
4783
|
+
export declare class CallbackMdipYunfengdieParamsRequest extends $tea.Model {
|
|
4784
|
+
authToken?: string;
|
|
4785
|
+
productInstanceId?: string;
|
|
4786
|
+
paramsMap: string;
|
|
4787
|
+
static names(): {
|
|
4788
|
+
[key: string]: string;
|
|
4789
|
+
};
|
|
4790
|
+
static types(): {
|
|
4791
|
+
[key: string]: any;
|
|
4792
|
+
};
|
|
4793
|
+
constructor(map?: {
|
|
4794
|
+
[key: string]: any;
|
|
4795
|
+
});
|
|
4796
|
+
}
|
|
4797
|
+
export declare class CallbackMdipYunfengdieParamsResponse extends $tea.Model {
|
|
4798
|
+
reqMsgId?: string;
|
|
4799
|
+
resultCode?: string;
|
|
4800
|
+
resultMsg?: string;
|
|
4801
|
+
static names(): {
|
|
4802
|
+
[key: string]: string;
|
|
4803
|
+
};
|
|
4804
|
+
static types(): {
|
|
4805
|
+
[key: string]: any;
|
|
4806
|
+
};
|
|
4807
|
+
constructor(map?: {
|
|
4808
|
+
[key: string]: any;
|
|
4809
|
+
});
|
|
4810
|
+
}
|
|
4706
4811
|
export declare class ApplyQmpRtBatchmarketingRequest extends $tea.Model {
|
|
4707
4812
|
authToken?: string;
|
|
4708
4813
|
productInstanceId?: string;
|
|
@@ -5460,6 +5565,214 @@ export declare class PushQmpBackflowJsondataResponse extends $tea.Model {
|
|
|
5460
5565
|
[key: string]: any;
|
|
5461
5566
|
});
|
|
5462
5567
|
}
|
|
5568
|
+
export declare class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
|
|
5569
|
+
authToken?: string;
|
|
5570
|
+
productInstanceId?: string;
|
|
5571
|
+
appId: string;
|
|
5572
|
+
authType: string;
|
|
5573
|
+
nsrsbh: string;
|
|
5574
|
+
appKey?: string;
|
|
5575
|
+
authStatus?: string;
|
|
5576
|
+
proCode?: string;
|
|
5577
|
+
cityCode?: string;
|
|
5578
|
+
authCallbackUrl?: string;
|
|
5579
|
+
expireDate?: string;
|
|
5580
|
+
orderNo?: string;
|
|
5581
|
+
authScene?: string;
|
|
5582
|
+
authStartTime?: string;
|
|
5583
|
+
authCreateTime?: string;
|
|
5584
|
+
corpName?: string;
|
|
5585
|
+
static names(): {
|
|
5586
|
+
[key: string]: string;
|
|
5587
|
+
};
|
|
5588
|
+
static types(): {
|
|
5589
|
+
[key: string]: any;
|
|
5590
|
+
};
|
|
5591
|
+
constructor(map?: {
|
|
5592
|
+
[key: string]: any;
|
|
5593
|
+
});
|
|
5594
|
+
}
|
|
5595
|
+
export declare class SyncRdaasTaxAuthinfoResponse extends $tea.Model {
|
|
5596
|
+
reqMsgId?: string;
|
|
5597
|
+
resultCode?: string;
|
|
5598
|
+
resultMsg?: string;
|
|
5599
|
+
static names(): {
|
|
5600
|
+
[key: string]: string;
|
|
5601
|
+
};
|
|
5602
|
+
static types(): {
|
|
5603
|
+
[key: string]: any;
|
|
5604
|
+
};
|
|
5605
|
+
constructor(map?: {
|
|
5606
|
+
[key: string]: any;
|
|
5607
|
+
});
|
|
5608
|
+
}
|
|
5609
|
+
export declare class SyncRdaasTaxAuthorderRequest extends $tea.Model {
|
|
5610
|
+
authToken?: string;
|
|
5611
|
+
productInstanceId?: string;
|
|
5612
|
+
instCode: string;
|
|
5613
|
+
authType: string;
|
|
5614
|
+
identityId?: string;
|
|
5615
|
+
factorValue?: string;
|
|
5616
|
+
secondFactorValue?: string;
|
|
5617
|
+
orderNo: string;
|
|
5618
|
+
content?: string;
|
|
5619
|
+
expireTime?: string;
|
|
5620
|
+
authScene?: string;
|
|
5621
|
+
authStatus?: string;
|
|
5622
|
+
authStartTime?: string;
|
|
5623
|
+
authCreateTime?: string;
|
|
5624
|
+
identityName?: string;
|
|
5625
|
+
taxZoneCode?: string;
|
|
5626
|
+
failReason?: string;
|
|
5627
|
+
static names(): {
|
|
5628
|
+
[key: string]: string;
|
|
5629
|
+
};
|
|
5630
|
+
static types(): {
|
|
5631
|
+
[key: string]: any;
|
|
5632
|
+
};
|
|
5633
|
+
constructor(map?: {
|
|
5634
|
+
[key: string]: any;
|
|
5635
|
+
});
|
|
5636
|
+
}
|
|
5637
|
+
export declare class SyncRdaasTaxAuthorderResponse extends $tea.Model {
|
|
5638
|
+
reqMsgId?: string;
|
|
5639
|
+
resultCode?: string;
|
|
5640
|
+
resultMsg?: string;
|
|
5641
|
+
static names(): {
|
|
5642
|
+
[key: string]: string;
|
|
5643
|
+
};
|
|
5644
|
+
static types(): {
|
|
5645
|
+
[key: string]: any;
|
|
5646
|
+
};
|
|
5647
|
+
constructor(map?: {
|
|
5648
|
+
[key: string]: any;
|
|
5649
|
+
});
|
|
5650
|
+
}
|
|
5651
|
+
export declare class NotifyRdaasTaxCallbackRequest extends $tea.Model {
|
|
5652
|
+
authToken?: string;
|
|
5653
|
+
productInstanceId?: string;
|
|
5654
|
+
notifyScene: string;
|
|
5655
|
+
instCode: string;
|
|
5656
|
+
solutionId?: string;
|
|
5657
|
+
callbackUrl?: string;
|
|
5658
|
+
jsonBizParams?: string;
|
|
5659
|
+
static names(): {
|
|
5660
|
+
[key: string]: string;
|
|
5661
|
+
};
|
|
5662
|
+
static types(): {
|
|
5663
|
+
[key: string]: any;
|
|
5664
|
+
};
|
|
5665
|
+
constructor(map?: {
|
|
5666
|
+
[key: string]: any;
|
|
5667
|
+
});
|
|
5668
|
+
}
|
|
5669
|
+
export declare class NotifyRdaasTaxCallbackResponse extends $tea.Model {
|
|
5670
|
+
reqMsgId?: string;
|
|
5671
|
+
resultCode?: string;
|
|
5672
|
+
resultMsg?: string;
|
|
5673
|
+
data?: boolean;
|
|
5674
|
+
static names(): {
|
|
5675
|
+
[key: string]: string;
|
|
5676
|
+
};
|
|
5677
|
+
static types(): {
|
|
5678
|
+
[key: string]: any;
|
|
5679
|
+
};
|
|
5680
|
+
constructor(map?: {
|
|
5681
|
+
[key: string]: any;
|
|
5682
|
+
});
|
|
5683
|
+
}
|
|
5684
|
+
export declare class QueryRdaasTaxRpadecisionserviceRequest extends $tea.Model {
|
|
5685
|
+
authToken?: string;
|
|
5686
|
+
productInstanceId?: string;
|
|
5687
|
+
serviceName: string;
|
|
5688
|
+
decisionTenant: string;
|
|
5689
|
+
static names(): {
|
|
5690
|
+
[key: string]: string;
|
|
5691
|
+
};
|
|
5692
|
+
static types(): {
|
|
5693
|
+
[key: string]: any;
|
|
5694
|
+
};
|
|
5695
|
+
constructor(map?: {
|
|
5696
|
+
[key: string]: any;
|
|
5697
|
+
});
|
|
5698
|
+
}
|
|
5699
|
+
export declare class QueryRdaasTaxRpadecisionserviceResponse extends $tea.Model {
|
|
5700
|
+
reqMsgId?: string;
|
|
5701
|
+
resultCode?: string;
|
|
5702
|
+
resultMsg?: string;
|
|
5703
|
+
data?: RdaasTaxDecsionService[];
|
|
5704
|
+
static names(): {
|
|
5705
|
+
[key: string]: string;
|
|
5706
|
+
};
|
|
5707
|
+
static types(): {
|
|
5708
|
+
[key: string]: any;
|
|
5709
|
+
};
|
|
5710
|
+
constructor(map?: {
|
|
5711
|
+
[key: string]: any;
|
|
5712
|
+
});
|
|
5713
|
+
}
|
|
5714
|
+
export declare class QueryRdaasTaxRpadecisionindicatorRequest extends $tea.Model {
|
|
5715
|
+
authToken?: string;
|
|
5716
|
+
productInstanceId?: string;
|
|
5717
|
+
serviceId: string;
|
|
5718
|
+
propertyName?: string;
|
|
5719
|
+
decisionTenant?: string;
|
|
5720
|
+
static names(): {
|
|
5721
|
+
[key: string]: string;
|
|
5722
|
+
};
|
|
5723
|
+
static types(): {
|
|
5724
|
+
[key: string]: any;
|
|
5725
|
+
};
|
|
5726
|
+
constructor(map?: {
|
|
5727
|
+
[key: string]: any;
|
|
5728
|
+
});
|
|
5729
|
+
}
|
|
5730
|
+
export declare class QueryRdaasTaxRpadecisionindicatorResponse extends $tea.Model {
|
|
5731
|
+
reqMsgId?: string;
|
|
5732
|
+
resultCode?: string;
|
|
5733
|
+
resultMsg?: string;
|
|
5734
|
+
data?: RdaasTaxDecsionServiceIndicator[];
|
|
5735
|
+
static names(): {
|
|
5736
|
+
[key: string]: string;
|
|
5737
|
+
};
|
|
5738
|
+
static types(): {
|
|
5739
|
+
[key: string]: any;
|
|
5740
|
+
};
|
|
5741
|
+
constructor(map?: {
|
|
5742
|
+
[key: string]: any;
|
|
5743
|
+
});
|
|
5744
|
+
}
|
|
5745
|
+
export declare class QueryRdaasTaxSimpleauthdecisionRequest extends $tea.Model {
|
|
5746
|
+
authToken?: string;
|
|
5747
|
+
productInstanceId?: string;
|
|
5748
|
+
decisionTenant: string;
|
|
5749
|
+
authType: string;
|
|
5750
|
+
provinceCode: string;
|
|
5751
|
+
static names(): {
|
|
5752
|
+
[key: string]: string;
|
|
5753
|
+
};
|
|
5754
|
+
static types(): {
|
|
5755
|
+
[key: string]: any;
|
|
5756
|
+
};
|
|
5757
|
+
constructor(map?: {
|
|
5758
|
+
[key: string]: any;
|
|
5759
|
+
});
|
|
5760
|
+
}
|
|
5761
|
+
export declare class QueryRdaasTaxSimpleauthdecisionResponse extends $tea.Model {
|
|
5762
|
+
reqMsgId?: string;
|
|
5763
|
+
resultCode?: string;
|
|
5764
|
+
resultMsg?: string;
|
|
5765
|
+
data?: 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
|
+
}
|
|
5463
5776
|
export declare class QueryRbbGenericInvokeRequest extends $tea.Model {
|
|
5464
5777
|
authToken?: string;
|
|
5465
5778
|
productInstanceId?: string;
|
|
@@ -6144,6 +6457,41 @@ export declare class PushRbbCustomerStatusResponse extends $tea.Model {
|
|
|
6144
6457
|
[key: string]: any;
|
|
6145
6458
|
});
|
|
6146
6459
|
}
|
|
6460
|
+
export declare class PushRbbInvoiceChargeRequest extends $tea.Model {
|
|
6461
|
+
authToken?: string;
|
|
6462
|
+
productInstanceId?: string;
|
|
6463
|
+
tenantCode: string;
|
|
6464
|
+
bizType: string;
|
|
6465
|
+
customerId: string;
|
|
6466
|
+
taskRequestId: string;
|
|
6467
|
+
benefitSharePartner: string;
|
|
6468
|
+
feeTime: string;
|
|
6469
|
+
sharding: string;
|
|
6470
|
+
receiverSubmitBill: boolean;
|
|
6471
|
+
static names(): {
|
|
6472
|
+
[key: string]: string;
|
|
6473
|
+
};
|
|
6474
|
+
static types(): {
|
|
6475
|
+
[key: string]: any;
|
|
6476
|
+
};
|
|
6477
|
+
constructor(map?: {
|
|
6478
|
+
[key: string]: any;
|
|
6479
|
+
});
|
|
6480
|
+
}
|
|
6481
|
+
export declare class PushRbbInvoiceChargeResponse extends $tea.Model {
|
|
6482
|
+
reqMsgId?: string;
|
|
6483
|
+
resultCode?: string;
|
|
6484
|
+
resultMsg?: string;
|
|
6485
|
+
static names(): {
|
|
6486
|
+
[key: string]: string;
|
|
6487
|
+
};
|
|
6488
|
+
static types(): {
|
|
6489
|
+
[key: string]: any;
|
|
6490
|
+
};
|
|
6491
|
+
constructor(map?: {
|
|
6492
|
+
[key: string]: any;
|
|
6493
|
+
});
|
|
6494
|
+
}
|
|
6147
6495
|
export declare class PushRpaasReportAnswerRequest extends $tea.Model {
|
|
6148
6496
|
authToken?: string;
|
|
6149
6497
|
productInstanceId?: string;
|
|
@@ -8732,6 +9080,37 @@ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Mo
|
|
|
8732
9080
|
[key: string]: any;
|
|
8733
9081
|
});
|
|
8734
9082
|
}
|
|
9083
|
+
export declare class UploadUmktOfflineImportrecordRequest extends $tea.Model {
|
|
9084
|
+
authToken?: string;
|
|
9085
|
+
productInstanceId?: string;
|
|
9086
|
+
fileObject?: Readable;
|
|
9087
|
+
fileObjectName?: string;
|
|
9088
|
+
fileId: string;
|
|
9089
|
+
fileTemplate: string;
|
|
9090
|
+
static names(): {
|
|
9091
|
+
[key: string]: string;
|
|
9092
|
+
};
|
|
9093
|
+
static types(): {
|
|
9094
|
+
[key: string]: any;
|
|
9095
|
+
};
|
|
9096
|
+
constructor(map?: {
|
|
9097
|
+
[key: string]: any;
|
|
9098
|
+
});
|
|
9099
|
+
}
|
|
9100
|
+
export declare class UploadUmktOfflineImportrecordResponse extends $tea.Model {
|
|
9101
|
+
reqMsgId?: string;
|
|
9102
|
+
resultCode?: string;
|
|
9103
|
+
resultMsg?: string;
|
|
9104
|
+
static names(): {
|
|
9105
|
+
[key: string]: string;
|
|
9106
|
+
};
|
|
9107
|
+
static types(): {
|
|
9108
|
+
[key: string]: any;
|
|
9109
|
+
};
|
|
9110
|
+
constructor(map?: {
|
|
9111
|
+
[key: string]: any;
|
|
9112
|
+
});
|
|
9113
|
+
}
|
|
8735
9114
|
export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
8736
9115
|
authToken?: string;
|
|
8737
9116
|
apiCode: string;
|
|
@@ -9770,6 +10149,30 @@ export default class Client {
|
|
|
9770
10149
|
queryMdipDataservicePocEx(request: QueryMdipDataservicePocRequest, headers: {
|
|
9771
10150
|
[key: string]: string;
|
|
9772
10151
|
}, runtime: $Util.RuntimeOptions): Promise<QueryMdipDataservicePocResponse>;
|
|
10152
|
+
/**
|
|
10153
|
+
* Description: 查询默认租户的供应商列表
|
|
10154
|
+
* Summary: 查询默认租户的供应商列表
|
|
10155
|
+
*/
|
|
10156
|
+
listMdipDefaultSupplier(request: ListMdipDefaultSupplierRequest): Promise<ListMdipDefaultSupplierResponse>;
|
|
10157
|
+
/**
|
|
10158
|
+
* Description: 查询默认租户的供应商列表
|
|
10159
|
+
* Summary: 查询默认租户的供应商列表
|
|
10160
|
+
*/
|
|
10161
|
+
listMdipDefaultSupplierEx(request: ListMdipDefaultSupplierRequest, headers: {
|
|
10162
|
+
[key: string]: string;
|
|
10163
|
+
}, runtime: $Util.RuntimeOptions): Promise<ListMdipDefaultSupplierResponse>;
|
|
10164
|
+
/**
|
|
10165
|
+
* Description: 数据回调
|
|
10166
|
+
* Summary: 云凤蝶回调参数
|
|
10167
|
+
*/
|
|
10168
|
+
callbackMdipYunfengdieParams(request: CallbackMdipYunfengdieParamsRequest): Promise<CallbackMdipYunfengdieParamsResponse>;
|
|
10169
|
+
/**
|
|
10170
|
+
* Description: 数据回调
|
|
10171
|
+
* Summary: 云凤蝶回调参数
|
|
10172
|
+
*/
|
|
10173
|
+
callbackMdipYunfengdieParamsEx(request: CallbackMdipYunfengdieParamsRequest, headers: {
|
|
10174
|
+
[key: string]: string;
|
|
10175
|
+
}, runtime: $Util.RuntimeOptions): Promise<CallbackMdipYunfengdieParamsResponse>;
|
|
9773
10176
|
/**
|
|
9774
10177
|
* Description: 批量实时触达接口
|
|
9775
10178
|
* Summary: 发起触达任务
|
|
@@ -10022,6 +10425,78 @@ export default class Client {
|
|
|
10022
10425
|
pushQmpBackflowJsondataEx(request: PushQmpBackflowJsondataRequest, headers: {
|
|
10023
10426
|
[key: string]: string;
|
|
10024
10427
|
}, runtime: $Util.RuntimeOptions): Promise<PushQmpBackflowJsondataResponse>;
|
|
10428
|
+
/**
|
|
10429
|
+
* Description: 企管盾票税交接授权信息表的同步
|
|
10430
|
+
* Summary: 企管盾票税交接授权信息表的同步
|
|
10431
|
+
*/
|
|
10432
|
+
syncRdaasTaxAuthinfo(request: SyncRdaasTaxAuthinfoRequest): Promise<SyncRdaasTaxAuthinfoResponse>;
|
|
10433
|
+
/**
|
|
10434
|
+
* Description: 企管盾票税交接授权信息表的同步
|
|
10435
|
+
* Summary: 企管盾票税交接授权信息表的同步
|
|
10436
|
+
*/
|
|
10437
|
+
syncRdaasTaxAuthinfoEx(request: SyncRdaasTaxAuthinfoRequest, headers: {
|
|
10438
|
+
[key: string]: string;
|
|
10439
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncRdaasTaxAuthinfoResponse>;
|
|
10440
|
+
/**
|
|
10441
|
+
* Description: 企管盾票税交接授权记录表的同步
|
|
10442
|
+
* Summary: 企管盾票税交接授权记录表的同步
|
|
10443
|
+
*/
|
|
10444
|
+
syncRdaasTaxAuthorder(request: SyncRdaasTaxAuthorderRequest): Promise<SyncRdaasTaxAuthorderResponse>;
|
|
10445
|
+
/**
|
|
10446
|
+
* Description: 企管盾票税交接授权记录表的同步
|
|
10447
|
+
* Summary: 企管盾票税交接授权记录表的同步
|
|
10448
|
+
*/
|
|
10449
|
+
syncRdaasTaxAuthorderEx(request: SyncRdaasTaxAuthorderRequest, headers: {
|
|
10450
|
+
[key: string]: string;
|
|
10451
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncRdaasTaxAuthorderResponse>;
|
|
10452
|
+
/**
|
|
10453
|
+
* Description: 企管盾票税交接回调通知
|
|
10454
|
+
* Summary: 企管盾票税交接回调通知
|
|
10455
|
+
*/
|
|
10456
|
+
notifyRdaasTaxCallback(request: NotifyRdaasTaxCallbackRequest): Promise<NotifyRdaasTaxCallbackResponse>;
|
|
10457
|
+
/**
|
|
10458
|
+
* Description: 企管盾票税交接回调通知
|
|
10459
|
+
* Summary: 企管盾票税交接回调通知
|
|
10460
|
+
*/
|
|
10461
|
+
notifyRdaasTaxCallbackEx(request: NotifyRdaasTaxCallbackRequest, headers: {
|
|
10462
|
+
[key: string]: string;
|
|
10463
|
+
}, runtime: $Util.RuntimeOptions): Promise<NotifyRdaasTaxCallbackResponse>;
|
|
10464
|
+
/**
|
|
10465
|
+
* Description: 企管盾票税交接RPA决策服务查询
|
|
10466
|
+
* Summary: 企管盾票税交接RPA决策服务查询
|
|
10467
|
+
*/
|
|
10468
|
+
queryRdaasTaxRpadecisionservice(request: QueryRdaasTaxRpadecisionserviceRequest): Promise<QueryRdaasTaxRpadecisionserviceResponse>;
|
|
10469
|
+
/**
|
|
10470
|
+
* Description: 企管盾票税交接RPA决策服务查询
|
|
10471
|
+
* Summary: 企管盾票税交接RPA决策服务查询
|
|
10472
|
+
*/
|
|
10473
|
+
queryRdaasTaxRpadecisionserviceEx(request: QueryRdaasTaxRpadecisionserviceRequest, headers: {
|
|
10474
|
+
[key: string]: string;
|
|
10475
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxRpadecisionserviceResponse>;
|
|
10476
|
+
/**
|
|
10477
|
+
* Description: 企管盾票税交接RPA决策服务指标查询
|
|
10478
|
+
* Summary: 企管盾票税交接RPA决策服务指标查询
|
|
10479
|
+
*/
|
|
10480
|
+
queryRdaasTaxRpadecisionindicator(request: QueryRdaasTaxRpadecisionindicatorRequest): Promise<QueryRdaasTaxRpadecisionindicatorResponse>;
|
|
10481
|
+
/**
|
|
10482
|
+
* Description: 企管盾票税交接RPA决策服务指标查询
|
|
10483
|
+
* Summary: 企管盾票税交接RPA决策服务指标查询
|
|
10484
|
+
*/
|
|
10485
|
+
queryRdaasTaxRpadecisionindicatorEx(request: QueryRdaasTaxRpadecisionindicatorRequest, headers: {
|
|
10486
|
+
[key: string]: string;
|
|
10487
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxRpadecisionindicatorResponse>;
|
|
10488
|
+
/**
|
|
10489
|
+
* Description: 企管盾票税交接要素授权决策查询
|
|
10490
|
+
* Summary: 企管盾票税交接要素授权决策查询
|
|
10491
|
+
*/
|
|
10492
|
+
queryRdaasTaxSimpleauthdecision(request: QueryRdaasTaxSimpleauthdecisionRequest): Promise<QueryRdaasTaxSimpleauthdecisionResponse>;
|
|
10493
|
+
/**
|
|
10494
|
+
* Description: 企管盾票税交接要素授权决策查询
|
|
10495
|
+
* Summary: 企管盾票税交接要素授权决策查询
|
|
10496
|
+
*/
|
|
10497
|
+
queryRdaasTaxSimpleauthdecisionEx(request: QueryRdaasTaxSimpleauthdecisionRequest, headers: {
|
|
10498
|
+
[key: string]: string;
|
|
10499
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryRdaasTaxSimpleauthdecisionResponse>;
|
|
10025
10500
|
/**
|
|
10026
10501
|
* Description: 风险大脑企业版通用查询接口
|
|
10027
10502
|
* Summary: 【已废弃】
|
|
@@ -10286,6 +10761,18 @@ export default class Client {
|
|
|
10286
10761
|
pushRbbCustomerStatusEx(request: PushRbbCustomerStatusRequest, headers: {
|
|
10287
10762
|
[key: string]: string;
|
|
10288
10763
|
}, runtime: $Util.RuntimeOptions): Promise<PushRbbCustomerStatusResponse>;
|
|
10764
|
+
/**
|
|
10765
|
+
* Description: 票税计费处理推送,由票税侧请求
|
|
10766
|
+
* Summary: 票税计费处理推送
|
|
10767
|
+
*/
|
|
10768
|
+
pushRbbInvoiceCharge(request: PushRbbInvoiceChargeRequest): Promise<PushRbbInvoiceChargeResponse>;
|
|
10769
|
+
/**
|
|
10770
|
+
* Description: 票税计费处理推送,由票税侧请求
|
|
10771
|
+
* Summary: 票税计费处理推送
|
|
10772
|
+
*/
|
|
10773
|
+
pushRbbInvoiceChargeEx(request: PushRbbInvoiceChargeRequest, headers: {
|
|
10774
|
+
[key: string]: string;
|
|
10775
|
+
}, runtime: $Util.RuntimeOptions): Promise<PushRbbInvoiceChargeResponse>;
|
|
10289
10776
|
/**
|
|
10290
10777
|
* Description: 报告结果推送,算法调用
|
|
10291
10778
|
* Summary: 报告结果推送
|
|
@@ -11190,6 +11677,18 @@ export default class Client {
|
|
|
11190
11677
|
queryUmktOfflinedecisionPlandetailsEx(request: QueryUmktOfflinedecisionPlandetailsRequest, headers: {
|
|
11191
11678
|
[key: string]: string;
|
|
11192
11679
|
}, runtime: $Util.RuntimeOptions): Promise<QueryUmktOfflinedecisionPlandetailsResponse>;
|
|
11680
|
+
/**
|
|
11681
|
+
* Description: 营销盾离线圈投一体文件上传
|
|
11682
|
+
* Summary: 营销盾离线圈投一体文件上传
|
|
11683
|
+
*/
|
|
11684
|
+
uploadUmktOfflineImportrecord(request: UploadUmktOfflineImportrecordRequest): Promise<UploadUmktOfflineImportrecordResponse>;
|
|
11685
|
+
/**
|
|
11686
|
+
* Description: 营销盾离线圈投一体文件上传
|
|
11687
|
+
* Summary: 营销盾离线圈投一体文件上传
|
|
11688
|
+
*/
|
|
11689
|
+
uploadUmktOfflineImportrecordEx(request: UploadUmktOfflineImportrecordRequest, headers: {
|
|
11690
|
+
[key: string]: string;
|
|
11691
|
+
}, runtime: $Util.RuntimeOptions): Promise<UploadUmktOfflineImportrecordResponse>;
|
|
11193
11692
|
/**
|
|
11194
11693
|
* Description: 创建HTTP PUT提交的文件上传
|
|
11195
11694
|
* Summary: 文件上传创建
|