@antchain/riskplus 1.25.5 → 1.26.4
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 +208 -3
- package/dist/client.js +324 -6
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +486 -9
package/dist/client.d.ts
CHANGED
|
@@ -1232,6 +1232,7 @@ export declare class JobInfo extends $tea.Model {
|
|
|
1232
1232
|
companyStreet?: string;
|
|
1233
1233
|
companyAddress?: string;
|
|
1234
1234
|
yearSalary?: number;
|
|
1235
|
+
induInvol?: string;
|
|
1235
1236
|
static names(): {
|
|
1236
1237
|
[key: string]: string;
|
|
1237
1238
|
};
|
|
@@ -2275,6 +2276,7 @@ export declare class NotifyBenefithubRiskLoginRequest extends $tea.Model {
|
|
|
2275
2276
|
userUniqueId: string;
|
|
2276
2277
|
mobile: string;
|
|
2277
2278
|
productCode?: string;
|
|
2279
|
+
sceneConfig?: string;
|
|
2278
2280
|
static names(): {
|
|
2279
2281
|
[key: string]: string;
|
|
2280
2282
|
};
|
|
@@ -2300,6 +2302,87 @@ export declare class NotifyBenefithubRiskLoginResponse extends $tea.Model {
|
|
|
2300
2302
|
[key: string]: any;
|
|
2301
2303
|
});
|
|
2302
2304
|
}
|
|
2305
|
+
export declare class NotifyBenefithubRiskPayunilateralRequest extends $tea.Model {
|
|
2306
|
+
authToken?: string;
|
|
2307
|
+
productInstanceId?: string;
|
|
2308
|
+
bizType: string;
|
|
2309
|
+
paymentNo: string;
|
|
2310
|
+
status: string;
|
|
2311
|
+
orderAmount: string;
|
|
2312
|
+
paymentAmount: string;
|
|
2313
|
+
paymentTime: string;
|
|
2314
|
+
paymentMethodType: string;
|
|
2315
|
+
capNum: string;
|
|
2316
|
+
merchantNo?: string;
|
|
2317
|
+
orderType: string;
|
|
2318
|
+
orderSource: string;
|
|
2319
|
+
platformCode: string;
|
|
2320
|
+
userUniqueId: string;
|
|
2321
|
+
productCode: string;
|
|
2322
|
+
static names(): {
|
|
2323
|
+
[key: string]: string;
|
|
2324
|
+
};
|
|
2325
|
+
static types(): {
|
|
2326
|
+
[key: string]: any;
|
|
2327
|
+
};
|
|
2328
|
+
constructor(map?: {
|
|
2329
|
+
[key: string]: any;
|
|
2330
|
+
});
|
|
2331
|
+
}
|
|
2332
|
+
export declare class NotifyBenefithubRiskPayunilateralResponse extends $tea.Model {
|
|
2333
|
+
reqMsgId?: string;
|
|
2334
|
+
resultCode?: string;
|
|
2335
|
+
resultMsg?: string;
|
|
2336
|
+
resultData?: string;
|
|
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 QueryBenefithubReportInformationRequest extends $tea.Model {
|
|
2348
|
+
authToken?: string;
|
|
2349
|
+
productInstanceId?: string;
|
|
2350
|
+
orderNo: string;
|
|
2351
|
+
static names(): {
|
|
2352
|
+
[key: string]: string;
|
|
2353
|
+
};
|
|
2354
|
+
static types(): {
|
|
2355
|
+
[key: string]: any;
|
|
2356
|
+
};
|
|
2357
|
+
constructor(map?: {
|
|
2358
|
+
[key: string]: any;
|
|
2359
|
+
});
|
|
2360
|
+
}
|
|
2361
|
+
export declare class QueryBenefithubReportInformationResponse extends $tea.Model {
|
|
2362
|
+
reqMsgId?: string;
|
|
2363
|
+
resultCode?: string;
|
|
2364
|
+
resultMsg?: string;
|
|
2365
|
+
uuid?: string;
|
|
2366
|
+
orderNo?: string;
|
|
2367
|
+
platformCode?: string;
|
|
2368
|
+
productCode?: string;
|
|
2369
|
+
reportNo?: string;
|
|
2370
|
+
reportTime?: string;
|
|
2371
|
+
reportEndTime?: string;
|
|
2372
|
+
reportContent?: string;
|
|
2373
|
+
status?: string;
|
|
2374
|
+
name?: string;
|
|
2375
|
+
idCard?: string;
|
|
2376
|
+
static names(): {
|
|
2377
|
+
[key: string]: string;
|
|
2378
|
+
};
|
|
2379
|
+
static types(): {
|
|
2380
|
+
[key: string]: any;
|
|
2381
|
+
};
|
|
2382
|
+
constructor(map?: {
|
|
2383
|
+
[key: string]: any;
|
|
2384
|
+
});
|
|
2385
|
+
}
|
|
2303
2386
|
export declare class BatchqueryCreditshieldProductInfoRequest extends $tea.Model {
|
|
2304
2387
|
authToken?: string;
|
|
2305
2388
|
productInstanceId?: string;
|
|
@@ -2362,6 +2445,37 @@ export declare class QueryCreditshieldProductCallbackResponse extends $tea.Model
|
|
|
2362
2445
|
[key: string]: any;
|
|
2363
2446
|
});
|
|
2364
2447
|
}
|
|
2448
|
+
export declare class QueryCreditshieldProductIvrfcRequest extends $tea.Model {
|
|
2449
|
+
authToken?: string;
|
|
2450
|
+
productInstanceId?: string;
|
|
2451
|
+
queryCode: string;
|
|
2452
|
+
queryInfos?: QueryInfo[];
|
|
2453
|
+
static names(): {
|
|
2454
|
+
[key: string]: string;
|
|
2455
|
+
};
|
|
2456
|
+
static types(): {
|
|
2457
|
+
[key: string]: any;
|
|
2458
|
+
};
|
|
2459
|
+
constructor(map?: {
|
|
2460
|
+
[key: string]: any;
|
|
2461
|
+
});
|
|
2462
|
+
}
|
|
2463
|
+
export declare class QueryCreditshieldProductIvrfcResponse extends $tea.Model {
|
|
2464
|
+
reqMsgId?: string;
|
|
2465
|
+
resultCode?: string;
|
|
2466
|
+
resultMsg?: string;
|
|
2467
|
+
success?: boolean;
|
|
2468
|
+
queryResult?: string;
|
|
2469
|
+
static names(): {
|
|
2470
|
+
[key: string]: string;
|
|
2471
|
+
};
|
|
2472
|
+
static types(): {
|
|
2473
|
+
[key: string]: any;
|
|
2474
|
+
};
|
|
2475
|
+
constructor(map?: {
|
|
2476
|
+
[key: string]: any;
|
|
2477
|
+
});
|
|
2478
|
+
}
|
|
2365
2479
|
export declare class QuerySecurityPolicyRequest extends $tea.Model {
|
|
2366
2480
|
authToken?: string;
|
|
2367
2481
|
productInstanceId?: string;
|
|
@@ -4156,6 +4270,7 @@ export declare class CountDubbridgeRepayTrialRequest extends $tea.Model {
|
|
|
4156
4270
|
originalOrderNo: string;
|
|
4157
4271
|
repayType: string;
|
|
4158
4272
|
orderNo: string;
|
|
4273
|
+
periodList?: number[];
|
|
4159
4274
|
static names(): {
|
|
4160
4275
|
[key: string]: string;
|
|
4161
4276
|
};
|
|
@@ -4176,6 +4291,7 @@ export declare class CountDubbridgeRepayTrialResponse extends $tea.Model {
|
|
|
4176
4291
|
serviceCharge?: number;
|
|
4177
4292
|
realGuaranteeFee?: number;
|
|
4178
4293
|
realLiquidatedDamages?: number;
|
|
4294
|
+
repayResultList?: RepayResult[];
|
|
4179
4295
|
static names(): {
|
|
4180
4296
|
[key: string]: string;
|
|
4181
4297
|
};
|
|
@@ -4189,11 +4305,18 @@ export declare class CountDubbridgeRepayTrialResponse extends $tea.Model {
|
|
|
4189
4305
|
export declare class RepayDubbridgeRepayWithholdRequest extends $tea.Model {
|
|
4190
4306
|
authToken?: string;
|
|
4191
4307
|
productInstanceId?: string;
|
|
4308
|
+
orderNo: string;
|
|
4192
4309
|
originalOrderNo: string;
|
|
4193
4310
|
repayType: string;
|
|
4194
|
-
|
|
4311
|
+
periodList?: number[];
|
|
4195
4312
|
validRepayAmount?: string;
|
|
4196
4313
|
bankCardNo?: string;
|
|
4314
|
+
paymentFlag?: string;
|
|
4315
|
+
accountName?: string;
|
|
4316
|
+
reservedMobile?: string;
|
|
4317
|
+
accountOpenBank?: string;
|
|
4318
|
+
deductionCode?: string;
|
|
4319
|
+
signingAgreementNum?: string;
|
|
4197
4320
|
static names(): {
|
|
4198
4321
|
[key: string]: string;
|
|
4199
4322
|
};
|
|
@@ -6107,7 +6230,7 @@ export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
|
6107
6230
|
reqMsgId?: string;
|
|
6108
6231
|
resultCode?: string;
|
|
6109
6232
|
resultMsg?: string;
|
|
6110
|
-
importId?:
|
|
6233
|
+
importId?: number;
|
|
6111
6234
|
static names(): {
|
|
6112
6235
|
[key: string]: string;
|
|
6113
6236
|
};
|
|
@@ -6121,7 +6244,7 @@ export declare class UploadQmpOfflinehostplanResponse extends $tea.Model {
|
|
|
6121
6244
|
export declare class QueryQmpOfflinehostplanDecisionresultRequest extends $tea.Model {
|
|
6122
6245
|
authToken?: string;
|
|
6123
6246
|
productInstanceId?: string;
|
|
6124
|
-
importId:
|
|
6247
|
+
importId: number;
|
|
6125
6248
|
static names(): {
|
|
6126
6249
|
[key: string]: string;
|
|
6127
6250
|
};
|
|
@@ -6141,6 +6264,8 @@ export declare class QueryQmpOfflinehostplanDecisionresultResponse extends $tea.
|
|
|
6141
6264
|
totalNum?: number;
|
|
6142
6265
|
decisionNum?: number;
|
|
6143
6266
|
fileUrl?: string;
|
|
6267
|
+
actionConfirmStatus?: string;
|
|
6268
|
+
actionTime?: string;
|
|
6144
6269
|
static names(): {
|
|
6145
6270
|
[key: string]: string;
|
|
6146
6271
|
};
|
|
@@ -10200,6 +10325,38 @@ export declare class UploadUmktOfflineImportrecordResponse extends $tea.Model {
|
|
|
10200
10325
|
[key: string]: any;
|
|
10201
10326
|
});
|
|
10202
10327
|
}
|
|
10328
|
+
export declare class DownloadUmktOfflineCampaignRequest extends $tea.Model {
|
|
10329
|
+
authToken?: string;
|
|
10330
|
+
productInstanceId?: string;
|
|
10331
|
+
campaignId: number;
|
|
10332
|
+
nodeId: string;
|
|
10333
|
+
decisionPlanId: number;
|
|
10334
|
+
taskId: string;
|
|
10335
|
+
static names(): {
|
|
10336
|
+
[key: string]: string;
|
|
10337
|
+
};
|
|
10338
|
+
static types(): {
|
|
10339
|
+
[key: string]: any;
|
|
10340
|
+
};
|
|
10341
|
+
constructor(map?: {
|
|
10342
|
+
[key: string]: any;
|
|
10343
|
+
});
|
|
10344
|
+
}
|
|
10345
|
+
export declare class DownloadUmktOfflineCampaignResponse extends $tea.Model {
|
|
10346
|
+
reqMsgId?: string;
|
|
10347
|
+
resultCode?: string;
|
|
10348
|
+
resultMsg?: string;
|
|
10349
|
+
fileUrl?: string;
|
|
10350
|
+
static names(): {
|
|
10351
|
+
[key: string]: string;
|
|
10352
|
+
};
|
|
10353
|
+
static types(): {
|
|
10354
|
+
[key: string]: any;
|
|
10355
|
+
};
|
|
10356
|
+
constructor(map?: {
|
|
10357
|
+
[key: string]: any;
|
|
10358
|
+
});
|
|
10359
|
+
}
|
|
10203
10360
|
export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
10204
10361
|
authToken?: string;
|
|
10205
10362
|
apiCode: string;
|
|
@@ -10302,6 +10459,30 @@ export default class Client {
|
|
|
10302
10459
|
notifyBenefithubRiskLoginEx(request: NotifyBenefithubRiskLoginRequest, headers: {
|
|
10303
10460
|
[key: string]: string;
|
|
10304
10461
|
}, runtime: $Util.RuntimeOptions): Promise<NotifyBenefithubRiskLoginResponse>;
|
|
10462
|
+
/**
|
|
10463
|
+
* Description: 奇富组件支付结果通知, 提供给驭鉴使用,用于接收从奇富支付成功的通知,发起订单创建
|
|
10464
|
+
* Summary: 奇富组件支付结果通知
|
|
10465
|
+
*/
|
|
10466
|
+
notifyBenefithubRiskPayunilateral(request: NotifyBenefithubRiskPayunilateralRequest): Promise<NotifyBenefithubRiskPayunilateralResponse>;
|
|
10467
|
+
/**
|
|
10468
|
+
* Description: 奇富组件支付结果通知, 提供给驭鉴使用,用于接收从奇富支付成功的通知,发起订单创建
|
|
10469
|
+
* Summary: 奇富组件支付结果通知
|
|
10470
|
+
*/
|
|
10471
|
+
notifyBenefithubRiskPayunilateralEx(request: NotifyBenefithubRiskPayunilateralRequest, headers: {
|
|
10472
|
+
[key: string]: string;
|
|
10473
|
+
}, runtime: $Util.RuntimeOptions): Promise<NotifyBenefithubRiskPayunilateralResponse>;
|
|
10474
|
+
/**
|
|
10475
|
+
* Description: 渠道主动查询报告详情接口
|
|
10476
|
+
* Summary: 渠道查询报告详情
|
|
10477
|
+
*/
|
|
10478
|
+
queryBenefithubReportInformation(request: QueryBenefithubReportInformationRequest): Promise<QueryBenefithubReportInformationResponse>;
|
|
10479
|
+
/**
|
|
10480
|
+
* Description: 渠道主动查询报告详情接口
|
|
10481
|
+
* Summary: 渠道查询报告详情
|
|
10482
|
+
*/
|
|
10483
|
+
queryBenefithubReportInformationEx(request: QueryBenefithubReportInformationRequest, headers: {
|
|
10484
|
+
[key: string]: string;
|
|
10485
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryBenefithubReportInformationResponse>;
|
|
10305
10486
|
/**
|
|
10306
10487
|
* Description: 信护盾产品批量查询
|
|
10307
10488
|
* Summary: 信护盾产品批量查询
|
|
@@ -10326,6 +10507,18 @@ export default class Client {
|
|
|
10326
10507
|
queryCreditshieldProductCallbackEx(request: QueryCreditshieldProductCallbackRequest, headers: {
|
|
10327
10508
|
[key: string]: string;
|
|
10328
10509
|
}, runtime: $Util.RuntimeOptions): Promise<QueryCreditshieldProductCallbackResponse>;
|
|
10510
|
+
/**
|
|
10511
|
+
* Description: ivr函数计算调用
|
|
10512
|
+
* Summary: ivr函数计算调用
|
|
10513
|
+
*/
|
|
10514
|
+
queryCreditshieldProductIvrfc(request: QueryCreditshieldProductIvrfcRequest): Promise<QueryCreditshieldProductIvrfcResponse>;
|
|
10515
|
+
/**
|
|
10516
|
+
* Description: ivr函数计算调用
|
|
10517
|
+
* Summary: ivr函数计算调用
|
|
10518
|
+
*/
|
|
10519
|
+
queryCreditshieldProductIvrfcEx(request: QueryCreditshieldProductIvrfcRequest, headers: {
|
|
10520
|
+
[key: string]: string;
|
|
10521
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryCreditshieldProductIvrfcResponse>;
|
|
10329
10522
|
/**
|
|
10330
10523
|
* Description: 风控云风险咨询接口
|
|
10331
10524
|
* Summary: 风控云风险咨询接口
|
|
@@ -13066,6 +13259,18 @@ export default class Client {
|
|
|
13066
13259
|
uploadUmktOfflineImportrecordEx(request: UploadUmktOfflineImportrecordRequest, headers: {
|
|
13067
13260
|
[key: string]: string;
|
|
13068
13261
|
}, runtime: $Util.RuntimeOptions): Promise<UploadUmktOfflineImportrecordResponse>;
|
|
13262
|
+
/**
|
|
13263
|
+
* Description: 圈投一体圈客结果文件url获取
|
|
13264
|
+
* Summary: 圈投一体圈客结果文件url获取
|
|
13265
|
+
*/
|
|
13266
|
+
downloadUmktOfflineCampaign(request: DownloadUmktOfflineCampaignRequest): Promise<DownloadUmktOfflineCampaignResponse>;
|
|
13267
|
+
/**
|
|
13268
|
+
* Description: 圈投一体圈客结果文件url获取
|
|
13269
|
+
* Summary: 圈投一体圈客结果文件url获取
|
|
13270
|
+
*/
|
|
13271
|
+
downloadUmktOfflineCampaignEx(request: DownloadUmktOfflineCampaignRequest, headers: {
|
|
13272
|
+
[key: string]: string;
|
|
13273
|
+
}, runtime: $Util.RuntimeOptions): Promise<DownloadUmktOfflineCampaignResponse>;
|
|
13069
13274
|
/**
|
|
13070
13275
|
* Description: 创建HTTP PUT提交的文件上传
|
|
13071
13276
|
* Summary: 文件上传创建
|