@antchain/riskplus 1.23.6 → 1.23.9
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 +159 -17
- package/dist/client.js +237 -27
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +327 -38
package/dist/client.d.ts
CHANGED
|
@@ -155,6 +155,21 @@ export declare class RtopTypeDistribution extends $tea.Model {
|
|
|
155
155
|
[key: string]: any;
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
|
+
export declare class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
|
|
159
|
+
taskId: number;
|
|
160
|
+
decisionPlanId: number;
|
|
161
|
+
decisionResultStatus: string;
|
|
162
|
+
statusRemark: string;
|
|
163
|
+
static names(): {
|
|
164
|
+
[key: string]: string;
|
|
165
|
+
};
|
|
166
|
+
static types(): {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
};
|
|
169
|
+
constructor(map?: {
|
|
170
|
+
[key: string]: any;
|
|
171
|
+
});
|
|
172
|
+
}
|
|
158
173
|
export declare class ActionParamInfo extends $tea.Model {
|
|
159
174
|
contentType: string;
|
|
160
175
|
actionParam: string[];
|
|
@@ -195,6 +210,21 @@ export declare class DecisionFlow extends $tea.Model {
|
|
|
195
210
|
[key: string]: any;
|
|
196
211
|
});
|
|
197
212
|
}
|
|
213
|
+
export declare class RpspInfoModel extends $tea.Model {
|
|
214
|
+
planCode: string;
|
|
215
|
+
sceneStrategyId: number;
|
|
216
|
+
rpspResult: string;
|
|
217
|
+
rpspOutPutInfo: string;
|
|
218
|
+
static names(): {
|
|
219
|
+
[key: string]: string;
|
|
220
|
+
};
|
|
221
|
+
static types(): {
|
|
222
|
+
[key: string]: any;
|
|
223
|
+
};
|
|
224
|
+
constructor(map?: {
|
|
225
|
+
[key: string]: any;
|
|
226
|
+
});
|
|
227
|
+
}
|
|
198
228
|
export declare class CouponInfo extends $tea.Model {
|
|
199
229
|
couponId: string;
|
|
200
230
|
couponName: string;
|
|
@@ -673,6 +703,19 @@ export declare class RtopRiskStormCompanyAnnualReport extends $tea.Model {
|
|
|
673
703
|
[key: string]: any;
|
|
674
704
|
});
|
|
675
705
|
}
|
|
706
|
+
export declare class CustomerRpspInfosModel extends $tea.Model {
|
|
707
|
+
rpspResults: RpspInfoModel[];
|
|
708
|
+
customerKey: string;
|
|
709
|
+
static names(): {
|
|
710
|
+
[key: string]: string;
|
|
711
|
+
};
|
|
712
|
+
static types(): {
|
|
713
|
+
[key: string]: any;
|
|
714
|
+
};
|
|
715
|
+
constructor(map?: {
|
|
716
|
+
[key: string]: any;
|
|
717
|
+
});
|
|
718
|
+
}
|
|
676
719
|
export declare class QueryInfo extends $tea.Model {
|
|
677
720
|
key?: string;
|
|
678
721
|
value?: string;
|
|
@@ -843,6 +886,19 @@ export declare class RtopAgeDistribution extends $tea.Model {
|
|
|
843
886
|
[key: string]: any;
|
|
844
887
|
});
|
|
845
888
|
}
|
|
889
|
+
export declare class CustomerInfo extends $tea.Model {
|
|
890
|
+
customerKey: string;
|
|
891
|
+
properties?: string;
|
|
892
|
+
static names(): {
|
|
893
|
+
[key: string]: string;
|
|
894
|
+
};
|
|
895
|
+
static types(): {
|
|
896
|
+
[key: string]: any;
|
|
897
|
+
};
|
|
898
|
+
constructor(map?: {
|
|
899
|
+
[key: string]: any;
|
|
900
|
+
});
|
|
901
|
+
}
|
|
846
902
|
export declare class CompanyInfo extends $tea.Model {
|
|
847
903
|
activeAddrJson: string;
|
|
848
904
|
activeCity: string;
|
|
@@ -914,21 +970,6 @@ export declare class CompanyInfo extends $tea.Model {
|
|
|
914
970
|
[key: string]: any;
|
|
915
971
|
});
|
|
916
972
|
}
|
|
917
|
-
export declare class UmktOfflineDecisionTaskDetailInfo extends $tea.Model {
|
|
918
|
-
taskId: number;
|
|
919
|
-
decisionPlanId: number;
|
|
920
|
-
decisionResultStatus: string;
|
|
921
|
-
statusRemark: string;
|
|
922
|
-
static names(): {
|
|
923
|
-
[key: string]: string;
|
|
924
|
-
};
|
|
925
|
-
static types(): {
|
|
926
|
-
[key: string]: any;
|
|
927
|
-
};
|
|
928
|
-
constructor(map?: {
|
|
929
|
-
[key: string]: any;
|
|
930
|
-
});
|
|
931
|
-
}
|
|
932
973
|
export declare class EventResultSyncDetail extends $tea.Model {
|
|
933
974
|
eventId: string;
|
|
934
975
|
planId: string;
|
|
@@ -1464,6 +1505,19 @@ export declare class CustomerBankCardInfo extends $tea.Model {
|
|
|
1464
1505
|
[key: string]: any;
|
|
1465
1506
|
});
|
|
1466
1507
|
}
|
|
1508
|
+
export declare class UmktOfflineDecisionTaskExecBatchInfo extends $tea.Model {
|
|
1509
|
+
execBatch: string;
|
|
1510
|
+
offlineDecisionTaskDetailInfoList: UmktOfflineDecisionTaskDetailInfo[];
|
|
1511
|
+
static names(): {
|
|
1512
|
+
[key: string]: string;
|
|
1513
|
+
};
|
|
1514
|
+
static types(): {
|
|
1515
|
+
[key: string]: any;
|
|
1516
|
+
};
|
|
1517
|
+
constructor(map?: {
|
|
1518
|
+
[key: string]: any;
|
|
1519
|
+
});
|
|
1520
|
+
}
|
|
1467
1521
|
export declare class Supplier extends $tea.Model {
|
|
1468
1522
|
supplierId: string;
|
|
1469
1523
|
supplierName: string;
|
|
@@ -5668,6 +5722,40 @@ export declare class PushQmpBackflowJsondataResponse extends $tea.Model {
|
|
|
5668
5722
|
[key: string]: any;
|
|
5669
5723
|
});
|
|
5670
5724
|
}
|
|
5725
|
+
export declare class BatchqueryQmpRtMixedmarketingRequest extends $tea.Model {
|
|
5726
|
+
authToken?: string;
|
|
5727
|
+
productInstanceId?: string;
|
|
5728
|
+
planCodes: string[];
|
|
5729
|
+
planSetCode?: string;
|
|
5730
|
+
queryTemplate: string;
|
|
5731
|
+
customerDetails: CustomerInfo[];
|
|
5732
|
+
publicProperties?: string;
|
|
5733
|
+
bizSerialNo: string;
|
|
5734
|
+
static names(): {
|
|
5735
|
+
[key: string]: string;
|
|
5736
|
+
};
|
|
5737
|
+
static types(): {
|
|
5738
|
+
[key: string]: any;
|
|
5739
|
+
};
|
|
5740
|
+
constructor(map?: {
|
|
5741
|
+
[key: string]: any;
|
|
5742
|
+
});
|
|
5743
|
+
}
|
|
5744
|
+
export declare class BatchqueryQmpRtMixedmarketingResponse extends $tea.Model {
|
|
5745
|
+
reqMsgId?: string;
|
|
5746
|
+
resultCode?: string;
|
|
5747
|
+
resultMsg?: string;
|
|
5748
|
+
queryResults?: CustomerRpspInfosModel[];
|
|
5749
|
+
static names(): {
|
|
5750
|
+
[key: string]: string;
|
|
5751
|
+
};
|
|
5752
|
+
static types(): {
|
|
5753
|
+
[key: string]: any;
|
|
5754
|
+
};
|
|
5755
|
+
constructor(map?: {
|
|
5756
|
+
[key: string]: any;
|
|
5757
|
+
});
|
|
5758
|
+
}
|
|
5671
5759
|
export declare class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
|
|
5672
5760
|
authToken?: string;
|
|
5673
5761
|
productInstanceId?: string;
|
|
@@ -6690,6 +6778,36 @@ export declare class PushRpaasReportAnswerResponse extends $tea.Model {
|
|
|
6690
6778
|
[key: string]: any;
|
|
6691
6779
|
});
|
|
6692
6780
|
}
|
|
6781
|
+
export declare class QueryRpaasOpenServiceRequest extends $tea.Model {
|
|
6782
|
+
authToken?: string;
|
|
6783
|
+
productInstanceId?: string;
|
|
6784
|
+
serviceId: string;
|
|
6785
|
+
params?: string;
|
|
6786
|
+
static names(): {
|
|
6787
|
+
[key: string]: string;
|
|
6788
|
+
};
|
|
6789
|
+
static types(): {
|
|
6790
|
+
[key: string]: any;
|
|
6791
|
+
};
|
|
6792
|
+
constructor(map?: {
|
|
6793
|
+
[key: string]: any;
|
|
6794
|
+
});
|
|
6795
|
+
}
|
|
6796
|
+
export declare class QueryRpaasOpenServiceResponse extends $tea.Model {
|
|
6797
|
+
reqMsgId?: string;
|
|
6798
|
+
resultCode?: string;
|
|
6799
|
+
resultMsg?: string;
|
|
6800
|
+
body?: string;
|
|
6801
|
+
static names(): {
|
|
6802
|
+
[key: string]: string;
|
|
6803
|
+
};
|
|
6804
|
+
static types(): {
|
|
6805
|
+
[key: string]: any;
|
|
6806
|
+
};
|
|
6807
|
+
constructor(map?: {
|
|
6808
|
+
[key: string]: any;
|
|
6809
|
+
});
|
|
6810
|
+
}
|
|
6693
6811
|
export declare class QueryRpgwSignUrlRequest extends $tea.Model {
|
|
6694
6812
|
authToken?: string;
|
|
6695
6813
|
productInstanceId?: string;
|
|
@@ -9177,7 +9295,7 @@ export declare class QueryUmktOfflinedecisionResultResponse extends $tea.Model {
|
|
|
9177
9295
|
resultCode?: string;
|
|
9178
9296
|
resultMsg?: string;
|
|
9179
9297
|
decisionPlanIdList?: number[];
|
|
9180
|
-
taskExecBatchInfo?:
|
|
9298
|
+
taskExecBatchInfo?: UmktOfflineDecisionTaskExecBatchInfo[];
|
|
9181
9299
|
static names(): {
|
|
9182
9300
|
[key: string]: string;
|
|
9183
9301
|
};
|
|
@@ -9241,7 +9359,7 @@ export declare class QueryUmktOfflinedecisionPlandetailsResponse extends $tea.Mo
|
|
|
9241
9359
|
resultMsg?: string;
|
|
9242
9360
|
offlineDecisionPlanCount?: number;
|
|
9243
9361
|
planDetailList?: OfflineDecisionPlanDetail[];
|
|
9244
|
-
taskExecBatchInfo?:
|
|
9362
|
+
taskExecBatchInfo?: UmktOfflineDecisionTaskExecBatchInfo[];
|
|
9245
9363
|
static names(): {
|
|
9246
9364
|
[key: string]: string;
|
|
9247
9365
|
};
|
|
@@ -10621,6 +10739,18 @@ export default class Client {
|
|
|
10621
10739
|
pushQmpBackflowJsondataEx(request: PushQmpBackflowJsondataRequest, headers: {
|
|
10622
10740
|
[key: string]: string;
|
|
10623
10741
|
}, runtime: $Util.RuntimeOptions): Promise<PushQmpBackflowJsondataResponse>;
|
|
10742
|
+
/**
|
|
10743
|
+
* Description: 智选平台混合策略批量分层服务
|
|
10744
|
+
* Summary: 智选平台-混合策略批量分层服务
|
|
10745
|
+
*/
|
|
10746
|
+
batchqueryQmpRtMixedmarketing(request: BatchqueryQmpRtMixedmarketingRequest): Promise<BatchqueryQmpRtMixedmarketingResponse>;
|
|
10747
|
+
/**
|
|
10748
|
+
* Description: 智选平台混合策略批量分层服务
|
|
10749
|
+
* Summary: 智选平台-混合策略批量分层服务
|
|
10750
|
+
*/
|
|
10751
|
+
batchqueryQmpRtMixedmarketingEx(request: BatchqueryQmpRtMixedmarketingRequest, headers: {
|
|
10752
|
+
[key: string]: string;
|
|
10753
|
+
}, runtime: $Util.RuntimeOptions): Promise<BatchqueryQmpRtMixedmarketingResponse>;
|
|
10624
10754
|
/**
|
|
10625
10755
|
* Description: 企管盾票税交接授权信息表的同步
|
|
10626
10756
|
* Summary: 企管盾票税交接授权信息表的同步
|
|
@@ -11005,6 +11135,18 @@ export default class Client {
|
|
|
11005
11135
|
pushRpaasReportAnswerEx(request: PushRpaasReportAnswerRequest, headers: {
|
|
11006
11136
|
[key: string]: string;
|
|
11007
11137
|
}, runtime: $Util.RuntimeOptions): Promise<PushRpaasReportAnswerResponse>;
|
|
11138
|
+
/**
|
|
11139
|
+
* Description: 企管盾云开放平台服务调用
|
|
11140
|
+
* Summary: 企管盾云开放平台服务调用
|
|
11141
|
+
*/
|
|
11142
|
+
queryRpaasOpenService(request: QueryRpaasOpenServiceRequest): Promise<QueryRpaasOpenServiceResponse>;
|
|
11143
|
+
/**
|
|
11144
|
+
* Description: 企管盾云开放平台服务调用
|
|
11145
|
+
* Summary: 企管盾云开放平台服务调用
|
|
11146
|
+
*/
|
|
11147
|
+
queryRpaasOpenServiceEx(request: QueryRpaasOpenServiceRequest, headers: {
|
|
11148
|
+
[key: string]: string;
|
|
11149
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryRpaasOpenServiceResponse>;
|
|
11008
11150
|
/**
|
|
11009
11151
|
* Description: 获取签约接口
|
|
11010
11152
|
* Summary: 获取签约接口
|