@antchain/riskplus 1.24.0 → 1.24.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 +218 -17
- package/dist/client.js +354 -24
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +541 -52
package/dist/client.d.ts
CHANGED
|
@@ -360,7 +360,6 @@ export declare class RuleDetail extends $tea.Model {
|
|
|
360
360
|
}
|
|
361
361
|
export declare class Additional extends $tea.Model {
|
|
362
362
|
deliveryman?: string;
|
|
363
|
-
keyWord?: string;
|
|
364
363
|
static names(): {
|
|
365
364
|
[key: string]: string;
|
|
366
365
|
};
|
|
@@ -1277,7 +1276,8 @@ export declare class RiskStormLabelResp extends $tea.Model {
|
|
|
1277
1276
|
export declare class SupplementFile extends $tea.Model {
|
|
1278
1277
|
fileType: string;
|
|
1279
1278
|
fileUrl: string;
|
|
1280
|
-
fileDesc
|
|
1279
|
+
fileDesc?: string;
|
|
1280
|
+
fileSuffix?: string;
|
|
1281
1281
|
static names(): {
|
|
1282
1282
|
[key: string]: string;
|
|
1283
1283
|
};
|
|
@@ -1707,13 +1707,32 @@ export declare class DefinInnerChannelNotifyResult extends $tea.Model {
|
|
|
1707
1707
|
});
|
|
1708
1708
|
}
|
|
1709
1709
|
export declare class StoreInfo extends $tea.Model {
|
|
1710
|
+
storeBrand: string;
|
|
1710
1711
|
storeId: string;
|
|
1711
|
-
loginTenant: string;
|
|
1712
|
-
payeeBankCard: string;
|
|
1713
|
-
payeeName: string;
|
|
1714
1712
|
storeName: string;
|
|
1715
|
-
|
|
1716
|
-
|
|
1713
|
+
usci: string;
|
|
1714
|
+
province: string;
|
|
1715
|
+
city: string;
|
|
1716
|
+
district: string;
|
|
1717
|
+
address: string;
|
|
1718
|
+
storeStartDate: string;
|
|
1719
|
+
storeEndDate: string;
|
|
1720
|
+
storeType: string;
|
|
1721
|
+
legalPersonName: string;
|
|
1722
|
+
legalPersonIdCard: string;
|
|
1723
|
+
legalPersonMobile: string;
|
|
1724
|
+
effectiveDate: string;
|
|
1725
|
+
bankName?: string;
|
|
1726
|
+
branchName?: string;
|
|
1727
|
+
cnapsCode?: string;
|
|
1728
|
+
accountName?: string;
|
|
1729
|
+
accountNumber?: string;
|
|
1730
|
+
bankProvince?: string;
|
|
1731
|
+
bankCity?: string;
|
|
1732
|
+
payeeBankCard?: string;
|
|
1733
|
+
payeeBankName?: string;
|
|
1734
|
+
loginTenant?: string;
|
|
1735
|
+
loginDate?: string;
|
|
1717
1736
|
static names(): {
|
|
1718
1737
|
[key: string]: string;
|
|
1719
1738
|
};
|
|
@@ -1912,22 +1931,26 @@ export declare class CustomRelationStatus extends $tea.Model {
|
|
|
1912
1931
|
});
|
|
1913
1932
|
}
|
|
1914
1933
|
export declare class VehicleInfo extends $tea.Model {
|
|
1915
|
-
bizOrderNo
|
|
1916
|
-
tradeAmount
|
|
1934
|
+
bizOrderNo: string;
|
|
1935
|
+
tradeAmount: string;
|
|
1936
|
+
installmentAmount?: string;
|
|
1917
1937
|
downPayment?: string;
|
|
1918
|
-
|
|
1919
|
-
sellingPrice?: string;
|
|
1938
|
+
wifiMac?: string;
|
|
1920
1939
|
sn?: string;
|
|
1921
|
-
|
|
1940
|
+
frameNo?: string;
|
|
1941
|
+
sku: string;
|
|
1942
|
+
color?: string;
|
|
1943
|
+
modelKeyword?: string;
|
|
1944
|
+
range?: string;
|
|
1945
|
+
guidePrice: string;
|
|
1946
|
+
sellingPrice: string;
|
|
1922
1947
|
brand?: string;
|
|
1923
1948
|
model?: string;
|
|
1924
1949
|
modelYear?: string;
|
|
1925
|
-
color?: string;
|
|
1926
|
-
range?: string;
|
|
1927
|
-
parts?: string;
|
|
1928
1950
|
odo?: string;
|
|
1929
1951
|
firstRegDate?: string;
|
|
1930
1952
|
otr?: string;
|
|
1953
|
+
parts?: string;
|
|
1931
1954
|
static names(): {
|
|
1932
1955
|
[key: string]: string;
|
|
1933
1956
|
};
|
|
@@ -2211,6 +2234,70 @@ export declare class XNameValuePair extends $tea.Model {
|
|
|
2211
2234
|
[key: string]: any;
|
|
2212
2235
|
});
|
|
2213
2236
|
}
|
|
2237
|
+
export declare class ReceiveBenefithubRiskPayRequest extends $tea.Model {
|
|
2238
|
+
authToken?: string;
|
|
2239
|
+
productInstanceId?: string;
|
|
2240
|
+
platformCode: string;
|
|
2241
|
+
productCode: string;
|
|
2242
|
+
userUniqueId: string;
|
|
2243
|
+
resultType: string;
|
|
2244
|
+
callbackResult: string;
|
|
2245
|
+
static names(): {
|
|
2246
|
+
[key: string]: string;
|
|
2247
|
+
};
|
|
2248
|
+
static types(): {
|
|
2249
|
+
[key: string]: any;
|
|
2250
|
+
};
|
|
2251
|
+
constructor(map?: {
|
|
2252
|
+
[key: string]: any;
|
|
2253
|
+
});
|
|
2254
|
+
}
|
|
2255
|
+
export declare class ReceiveBenefithubRiskPayResponse extends $tea.Model {
|
|
2256
|
+
reqMsgId?: string;
|
|
2257
|
+
resultCode?: string;
|
|
2258
|
+
resultMsg?: string;
|
|
2259
|
+
static names(): {
|
|
2260
|
+
[key: string]: string;
|
|
2261
|
+
};
|
|
2262
|
+
static types(): {
|
|
2263
|
+
[key: string]: any;
|
|
2264
|
+
};
|
|
2265
|
+
constructor(map?: {
|
|
2266
|
+
[key: string]: any;
|
|
2267
|
+
});
|
|
2268
|
+
}
|
|
2269
|
+
export declare class NotifyBenefithubRiskLoginRequest extends $tea.Model {
|
|
2270
|
+
authToken?: string;
|
|
2271
|
+
productInstanceId?: string;
|
|
2272
|
+
platformCode: string;
|
|
2273
|
+
userUniqueId: string;
|
|
2274
|
+
mobile: string;
|
|
2275
|
+
productCode?: string;
|
|
2276
|
+
static names(): {
|
|
2277
|
+
[key: string]: string;
|
|
2278
|
+
};
|
|
2279
|
+
static types(): {
|
|
2280
|
+
[key: string]: any;
|
|
2281
|
+
};
|
|
2282
|
+
constructor(map?: {
|
|
2283
|
+
[key: string]: any;
|
|
2284
|
+
});
|
|
2285
|
+
}
|
|
2286
|
+
export declare class NotifyBenefithubRiskLoginResponse extends $tea.Model {
|
|
2287
|
+
reqMsgId?: string;
|
|
2288
|
+
resultCode?: string;
|
|
2289
|
+
resultMsg?: string;
|
|
2290
|
+
h5Url?: string;
|
|
2291
|
+
static names(): {
|
|
2292
|
+
[key: string]: string;
|
|
2293
|
+
};
|
|
2294
|
+
static types(): {
|
|
2295
|
+
[key: string]: any;
|
|
2296
|
+
};
|
|
2297
|
+
constructor(map?: {
|
|
2298
|
+
[key: string]: any;
|
|
2299
|
+
});
|
|
2300
|
+
}
|
|
2214
2301
|
export declare class BatchqueryCreditshieldProductInfoRequest extends $tea.Model {
|
|
2215
2302
|
authToken?: string;
|
|
2216
2303
|
productInstanceId?: string;
|
|
@@ -2242,6 +2329,37 @@ export declare class BatchqueryCreditshieldProductInfoResponse extends $tea.Mode
|
|
|
2242
2329
|
[key: string]: any;
|
|
2243
2330
|
});
|
|
2244
2331
|
}
|
|
2332
|
+
export declare class QueryProductAmcCallbackRequest extends $tea.Model {
|
|
2333
|
+
authToken?: string;
|
|
2334
|
+
productInstanceId?: string;
|
|
2335
|
+
queryCode: string;
|
|
2336
|
+
queryInfos?: QueryInfo[];
|
|
2337
|
+
static names(): {
|
|
2338
|
+
[key: string]: string;
|
|
2339
|
+
};
|
|
2340
|
+
static types(): {
|
|
2341
|
+
[key: string]: any;
|
|
2342
|
+
};
|
|
2343
|
+
constructor(map?: {
|
|
2344
|
+
[key: string]: any;
|
|
2345
|
+
});
|
|
2346
|
+
}
|
|
2347
|
+
export declare class QueryProductAmcCallbackResponse extends $tea.Model {
|
|
2348
|
+
reqMsgId?: string;
|
|
2349
|
+
resultCode?: string;
|
|
2350
|
+
resultMsg?: string;
|
|
2351
|
+
success?: boolean;
|
|
2352
|
+
queryResults?: QueryResult[];
|
|
2353
|
+
static names(): {
|
|
2354
|
+
[key: string]: string;
|
|
2355
|
+
};
|
|
2356
|
+
static types(): {
|
|
2357
|
+
[key: string]: any;
|
|
2358
|
+
};
|
|
2359
|
+
constructor(map?: {
|
|
2360
|
+
[key: string]: any;
|
|
2361
|
+
});
|
|
2362
|
+
}
|
|
2245
2363
|
export declare class QuerySecurityPolicyRequest extends $tea.Model {
|
|
2246
2364
|
authToken?: string;
|
|
2247
2365
|
productInstanceId?: string;
|
|
@@ -4753,7 +4871,7 @@ export declare class QueryDubbridgeInstallmentCreditamtRequest extends $tea.Mode
|
|
|
4753
4871
|
openId: string;
|
|
4754
4872
|
mobile: string;
|
|
4755
4873
|
projectCode: string;
|
|
4756
|
-
tradeAmount
|
|
4874
|
+
tradeAmount?: string;
|
|
4757
4875
|
cardNo?: string;
|
|
4758
4876
|
customerName?: string;
|
|
4759
4877
|
trafficPlatform?: string;
|
|
@@ -4835,7 +4953,7 @@ export declare class PushDubbridgeInstallmentSupplementRequest extends $tea.Mode
|
|
|
4835
4953
|
prodType: string;
|
|
4836
4954
|
openId: string;
|
|
4837
4955
|
bizOrderNo: string;
|
|
4838
|
-
fileScene
|
|
4956
|
+
fileScene?: string;
|
|
4839
4957
|
fileList?: SupplementFile[];
|
|
4840
4958
|
storeInfo?: StoreInfo;
|
|
4841
4959
|
vehicleInfo?: VehicleInfo;
|
|
@@ -5963,6 +6081,41 @@ export declare class BatchqueryQmpRtMixedmarketingResponse extends $tea.Model {
|
|
|
5963
6081
|
[key: string]: any;
|
|
5964
6082
|
});
|
|
5965
6083
|
}
|
|
6084
|
+
export declare class UploadQmpOfflinehostplanRequest extends $tea.Model {
|
|
6085
|
+
authToken?: string;
|
|
6086
|
+
productInstanceId?: string;
|
|
6087
|
+
fileObject?: Readable;
|
|
6088
|
+
fileObjectName?: string;
|
|
6089
|
+
fileId: string;
|
|
6090
|
+
fileTemplate: string;
|
|
6091
|
+
planCode: string;
|
|
6092
|
+
relationType?: string;
|
|
6093
|
+
properties?: string;
|
|
6094
|
+
needToRefactor?: boolean;
|
|
6095
|
+
static names(): {
|
|
6096
|
+
[key: string]: string;
|
|
6097
|
+
};
|
|
6098
|
+
static types(): {
|
|
6099
|
+
[key: string]: any;
|
|
6100
|
+
};
|
|
6101
|
+
constructor(map?: {
|
|
6102
|
+
[key: string]: any;
|
|
6103
|
+
});
|
|
6104
|
+
}
|
|
6105
|
+
export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
6106
|
+
reqMsgId?: string;
|
|
6107
|
+
resultCode?: string;
|
|
6108
|
+
resultMsg?: string;
|
|
6109
|
+
static names(): {
|
|
6110
|
+
[key: string]: string;
|
|
6111
|
+
};
|
|
6112
|
+
static types(): {
|
|
6113
|
+
[key: string]: any;
|
|
6114
|
+
};
|
|
6115
|
+
constructor(map?: {
|
|
6116
|
+
[key: string]: any;
|
|
6117
|
+
});
|
|
6118
|
+
}
|
|
5966
6119
|
export declare class SyncRdaasTaxAuthinfoRequest extends $tea.Model {
|
|
5967
6120
|
authToken?: string;
|
|
5968
6121
|
productInstanceId?: string;
|
|
@@ -9720,6 +9873,30 @@ export default class Client {
|
|
|
9720
9873
|
}, runtime: $Util.RuntimeOptions): Promise<{
|
|
9721
9874
|
[key: string]: any;
|
|
9722
9875
|
}>;
|
|
9876
|
+
/**
|
|
9877
|
+
* Description: 支付成功、退款成功、续费扣款、超时关单、签约、解约,渠道方回调结果使用
|
|
9878
|
+
* Summary: 权益流量业务支付签约相关通知
|
|
9879
|
+
*/
|
|
9880
|
+
receiveBenefithubRiskPay(request: ReceiveBenefithubRiskPayRequest): Promise<ReceiveBenefithubRiskPayResponse>;
|
|
9881
|
+
/**
|
|
9882
|
+
* Description: 支付成功、退款成功、续费扣款、超时关单、签约、解约,渠道方回调结果使用
|
|
9883
|
+
* Summary: 权益流量业务支付签约相关通知
|
|
9884
|
+
*/
|
|
9885
|
+
receiveBenefithubRiskPayEx(request: ReceiveBenefithubRiskPayRequest, headers: {
|
|
9886
|
+
[key: string]: string;
|
|
9887
|
+
}, runtime: $Util.RuntimeOptions): Promise<ReceiveBenefithubRiskPayResponse>;
|
|
9888
|
+
/**
|
|
9889
|
+
* Description: 渠道、平台方,联合登陆推送登陆通知信息
|
|
9890
|
+
* Summary: 渠道/平台方推送的用户登陆信息
|
|
9891
|
+
*/
|
|
9892
|
+
notifyBenefithubRiskLogin(request: NotifyBenefithubRiskLoginRequest): Promise<NotifyBenefithubRiskLoginResponse>;
|
|
9893
|
+
/**
|
|
9894
|
+
* Description: 渠道、平台方,联合登陆推送登陆通知信息
|
|
9895
|
+
* Summary: 渠道/平台方推送的用户登陆信息
|
|
9896
|
+
*/
|
|
9897
|
+
notifyBenefithubRiskLoginEx(request: NotifyBenefithubRiskLoginRequest, headers: {
|
|
9898
|
+
[key: string]: string;
|
|
9899
|
+
}, runtime: $Util.RuntimeOptions): Promise<NotifyBenefithubRiskLoginResponse>;
|
|
9723
9900
|
/**
|
|
9724
9901
|
* Description: 信护盾产品批量查询
|
|
9725
9902
|
* Summary: 信护盾产品批量查询
|
|
@@ -9732,6 +9909,18 @@ export default class Client {
|
|
|
9732
9909
|
batchqueryCreditshieldProductInfoEx(request: BatchqueryCreditshieldProductInfoRequest, headers: {
|
|
9733
9910
|
[key: string]: string;
|
|
9734
9911
|
}, runtime: $Util.RuntimeOptions): Promise<BatchqueryCreditshieldProductInfoResponse>;
|
|
9912
|
+
/**
|
|
9913
|
+
* Description: 信护盾amc机构回调通用接口
|
|
9914
|
+
* Summary: 信护盾amc机构回调通用接口
|
|
9915
|
+
*/
|
|
9916
|
+
queryProductAmcCallback(request: QueryProductAmcCallbackRequest): Promise<QueryProductAmcCallbackResponse>;
|
|
9917
|
+
/**
|
|
9918
|
+
* Description: 信护盾amc机构回调通用接口
|
|
9919
|
+
* Summary: 信护盾amc机构回调通用接口
|
|
9920
|
+
*/
|
|
9921
|
+
queryProductAmcCallbackEx(request: QueryProductAmcCallbackRequest, headers: {
|
|
9922
|
+
[key: string]: string;
|
|
9923
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryProductAmcCallbackResponse>;
|
|
9735
9924
|
/**
|
|
9736
9925
|
* Description: 风控云风险咨询接口
|
|
9737
9926
|
* Summary: 风控云风险咨询接口
|
|
@@ -11016,6 +11205,18 @@ export default class Client {
|
|
|
11016
11205
|
batchqueryQmpRtMixedmarketingEx(request: BatchqueryQmpRtMixedmarketingRequest, headers: {
|
|
11017
11206
|
[key: string]: string;
|
|
11018
11207
|
}, runtime: $Util.RuntimeOptions): Promise<BatchqueryQmpRtMixedmarketingResponse>;
|
|
11208
|
+
/**
|
|
11209
|
+
* Description: qmp离线托管文件导入
|
|
11210
|
+
* Summary: qmp离线托管文件导入
|
|
11211
|
+
*/
|
|
11212
|
+
uploadQmpOfflinehostplan(request: UploadQmpOfflinehostplanRequest): Promise<UploadQmpOfflinehostplanResponse>;
|
|
11213
|
+
/**
|
|
11214
|
+
* Description: qmp离线托管文件导入
|
|
11215
|
+
* Summary: qmp离线托管文件导入
|
|
11216
|
+
*/
|
|
11217
|
+
uploadQmpOfflinehostplanEx(request: UploadQmpOfflinehostplanRequest, headers: {
|
|
11218
|
+
[key: string]: string;
|
|
11219
|
+
}, runtime: $Util.RuntimeOptions): Promise<UploadQmpOfflinehostplanResponse>;
|
|
11019
11220
|
/**
|
|
11020
11221
|
* Description: 企管盾票税交接授权信息表的同步
|
|
11021
11222
|
* Summary: 企管盾票税交接授权信息表的同步
|