@antchain/riskplus 1.13.12 → 1.13.14

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
@@ -871,6 +871,8 @@ export declare class Contract extends $tea.Model {
871
871
  customNo: string;
872
872
  savePath: string;
873
873
  contractAmount: number;
874
+ disburseContractNo: string;
875
+ creditContractNo: string;
874
876
  static names(): {
875
877
  [key: string]: string;
876
878
  };
@@ -1016,23 +1018,6 @@ export declare class RpcommonResp extends $tea.Model {
1016
1018
  [key: string]: any;
1017
1019
  });
1018
1020
  }
1019
- export declare class CompanyItems extends $tea.Model {
1020
- companyId: string;
1021
- companyName: string;
1022
- matchingName: string;
1023
- matchingType: string;
1024
- matchingValue: string;
1025
- ucCode: string;
1026
- static names(): {
1027
- [key: string]: string;
1028
- };
1029
- static types(): {
1030
- [key: string]: any;
1031
- };
1032
- constructor(map?: {
1033
- [key: string]: any;
1034
- });
1035
- }
1036
1021
  export declare class RtopTagImage extends $tea.Model {
1037
1022
  id: number;
1038
1023
  image?: string;
@@ -3164,7 +3149,7 @@ export declare class QueryDubbridgeSearchContractResponse extends $tea.Model {
3164
3149
  reqMsgId?: string;
3165
3150
  resultCode?: string;
3166
3151
  resultMsg?: string;
3167
- contractResponseList?: Contract[];
3152
+ contracts?: Contract[];
3168
3153
  static names(): {
3169
3154
  [key: string]: string;
3170
3155
  };
@@ -3315,36 +3300,6 @@ export declare class QueryDubbridgeCustomerCommonagreementsignResponse extends $
3315
3300
  [key: string]: any;
3316
3301
  });
3317
3302
  }
3318
- export declare class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
3319
- authToken?: string;
3320
- productInstanceId?: string;
3321
- keyword: string;
3322
- static names(): {
3323
- [key: string]: string;
3324
- };
3325
- static types(): {
3326
- [key: string]: any;
3327
- };
3328
- constructor(map?: {
3329
- [key: string]: any;
3330
- });
3331
- }
3332
- export declare class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
3333
- reqMsgId?: string;
3334
- resultCode?: string;
3335
- resultMsg?: string;
3336
- businessItems?: CompanyItems[];
3337
- total?: number;
3338
- static names(): {
3339
- [key: string]: string;
3340
- };
3341
- static types(): {
3342
- [key: string]: any;
3343
- };
3344
- constructor(map?: {
3345
- [key: string]: any;
3346
- });
3347
- }
3348
3303
  export declare class UpdateDubbridgeFileRequest extends $tea.Model {
3349
3304
  authToken?: string;
3350
3305
  productInstanceId?: string;
@@ -3376,65 +3331,6 @@ export declare class UpdateDubbridgeFileResponse extends $tea.Model {
3376
3331
  [key: string]: any;
3377
3332
  });
3378
3333
  }
3379
- export declare class QueryDubbridgeCreditUrlRequest extends $tea.Model {
3380
- authToken?: string;
3381
- productInstanceId?: string;
3382
- static names(): {
3383
- [key: string]: string;
3384
- };
3385
- static types(): {
3386
- [key: string]: any;
3387
- };
3388
- constructor(map?: {
3389
- [key: string]: any;
3390
- });
3391
- }
3392
- export declare class QueryDubbridgeCreditUrlResponse extends $tea.Model {
3393
- reqMsgId?: string;
3394
- resultCode?: string;
3395
- resultMsg?: string;
3396
- static names(): {
3397
- [key: string]: string;
3398
- };
3399
- static types(): {
3400
- [key: string]: any;
3401
- };
3402
- constructor(map?: {
3403
- [key: string]: any;
3404
- });
3405
- }
3406
- export declare class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
3407
- authToken?: string;
3408
- productInstanceId?: string;
3409
- keyword: string;
3410
- static names(): {
3411
- [key: string]: string;
3412
- };
3413
- static types(): {
3414
- [key: string]: any;
3415
- };
3416
- constructor(map?: {
3417
- [key: string]: any;
3418
- });
3419
- }
3420
- export declare class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
3421
- reqMsgId?: string;
3422
- resultCode?: string;
3423
- resultMsg?: string;
3424
- ucCode?: string;
3425
- registerDate?: string;
3426
- operatingAddrJson?: string;
3427
- addressDetail?: string;
3428
- static names(): {
3429
- [key: string]: string;
3430
- };
3431
- static types(): {
3432
- [key: string]: any;
3433
- };
3434
- constructor(map?: {
3435
- [key: string]: any;
3436
- });
3437
- }
3438
3334
  export declare class NotifyDubbridgeCallbackRequest extends $tea.Model {
3439
3335
  authToken?: string;
3440
3336
  productInstanceId?: string;
@@ -6508,18 +6404,6 @@ export default class Client {
6508
6404
  queryDubbridgeCustomerCommonagreementsignEx(request: QueryDubbridgeCustomerCommonagreementsignRequest, headers: {
6509
6405
  [key: string]: string;
6510
6406
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
6511
- /**
6512
- * Description: 根据关键字从第三方查询企业信息
6513
- * Summary: 天枢系统企业搜索
6514
- */
6515
- queryDubbridgeCompanyItems(request: QueryDubbridgeCompanyItemsRequest): Promise<QueryDubbridgeCompanyItemsResponse>;
6516
- /**
6517
- * Description: 根据关键字从第三方查询企业信息
6518
- * Summary: 天枢系统企业搜索
6519
- */
6520
- queryDubbridgeCompanyItemsEx(request: QueryDubbridgeCompanyItemsRequest, headers: {
6521
- [key: string]: string;
6522
- }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCompanyItemsResponse>;
6523
6407
  /**
6524
6408
  * Description: 客户影像信息更新
6525
6409
  * Summary: 客户影像信息更新
@@ -6532,30 +6416,6 @@ export default class Client {
6532
6416
  updateDubbridgeFileEx(request: UpdateDubbridgeFileRequest, headers: {
6533
6417
  [key: string]: string;
6534
6418
  }, runtime: $Util.RuntimeOptions): Promise<UpdateDubbridgeFileResponse>;
6535
- /**
6536
- * Description: 天枢系统获取授信H5地址
6537
- * Summary: 天枢系统获取授信H5地址
6538
- */
6539
- queryDubbridgeCreditUrl(request: QueryDubbridgeCreditUrlRequest): Promise<QueryDubbridgeCreditUrlResponse>;
6540
- /**
6541
- * Description: 天枢系统获取授信H5地址
6542
- * Summary: 天枢系统获取授信H5地址
6543
- */
6544
- queryDubbridgeCreditUrlEx(request: QueryDubbridgeCreditUrlRequest, headers: {
6545
- [key: string]: string;
6546
- }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCreditUrlResponse>;
6547
- /**
6548
- * Description: 根据关键字从第三方查询企业详情信息
6549
- * Summary: 天枢系统企业详情信息查询
6550
- */
6551
- queryDubbridgeBusinessDetail(request: QueryDubbridgeBusinessDetailRequest): Promise<QueryDubbridgeBusinessDetailResponse>;
6552
- /**
6553
- * Description: 根据关键字从第三方查询企业详情信息
6554
- * Summary: 天枢系统企业详情信息查询
6555
- */
6556
- queryDubbridgeBusinessDetailEx(request: QueryDubbridgeBusinessDetailRequest, headers: {
6557
- [key: string]: string;
6558
- }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeBusinessDetailResponse>;
6559
6419
  /**
6560
6420
  * Description: 天枢回调通用接口
6561
6421
  * Summary: 天枢回调通用接口
package/dist/client.js CHANGED
@@ -1413,6 +1413,8 @@ class Contract extends $tea.Model {
1413
1413
  customNo: 'custom_no',
1414
1414
  savePath: 'save_path',
1415
1415
  contractAmount: 'contract_amount',
1416
+ disburseContractNo: 'disburse_contract_no',
1417
+ creditContractNo: 'credit_contract_no',
1416
1418
  };
1417
1419
  }
1418
1420
  static types() {
@@ -1424,6 +1426,8 @@ class Contract extends $tea.Model {
1424
1426
  customNo: 'string',
1425
1427
  savePath: 'string',
1426
1428
  contractAmount: 'number',
1429
+ disburseContractNo: 'string',
1430
+ creditContractNo: 'string',
1427
1431
  };
1428
1432
  }
1429
1433
  }
@@ -1663,33 +1667,6 @@ class RpcommonResp extends $tea.Model {
1663
1667
  }
1664
1668
  }
1665
1669
  exports.RpcommonResp = RpcommonResp;
1666
- // 公司列表
1667
- class CompanyItems extends $tea.Model {
1668
- constructor(map) {
1669
- super(map);
1670
- }
1671
- static names() {
1672
- return {
1673
- companyId: 'company_id',
1674
- companyName: 'company_name',
1675
- matchingName: 'matching_name',
1676
- matchingType: 'matching_type',
1677
- matchingValue: 'matching_value',
1678
- ucCode: 'uc_code',
1679
- };
1680
- }
1681
- static types() {
1682
- return {
1683
- companyId: 'string',
1684
- companyName: 'string',
1685
- matchingName: 'string',
1686
- matchingType: 'string',
1687
- matchingValue: 'string',
1688
- ucCode: 'string',
1689
- };
1690
- }
1691
- }
1692
- exports.CompanyItems = CompanyItems;
1693
1670
  // 标签图片
1694
1671
  class RtopTagImage extends $tea.Model {
1695
1672
  constructor(map) {
@@ -4971,7 +4948,7 @@ class QueryDubbridgeSearchContractResponse extends $tea.Model {
4971
4948
  reqMsgId: 'req_msg_id',
4972
4949
  resultCode: 'result_code',
4973
4950
  resultMsg: 'result_msg',
4974
- contractResponseList: 'contract_response_list',
4951
+ contracts: 'contracts',
4975
4952
  };
4976
4953
  }
4977
4954
  static types() {
@@ -4979,7 +4956,7 @@ class QueryDubbridgeSearchContractResponse extends $tea.Model {
4979
4956
  reqMsgId: 'string',
4980
4957
  resultCode: 'string',
4981
4958
  resultMsg: 'string',
4982
- contractResponseList: { 'type': 'array', 'itemType': Contract },
4959
+ contracts: { 'type': 'array', 'itemType': Contract },
4983
4960
  };
4984
4961
  }
4985
4962
  }
@@ -5200,50 +5177,6 @@ class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
5200
5177
  }
5201
5178
  }
5202
5179
  exports.QueryDubbridgeCustomerCommonagreementsignResponse = QueryDubbridgeCustomerCommonagreementsignResponse;
5203
- class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
5204
- constructor(map) {
5205
- super(map);
5206
- }
5207
- static names() {
5208
- return {
5209
- authToken: 'auth_token',
5210
- productInstanceId: 'product_instance_id',
5211
- keyword: 'keyword',
5212
- };
5213
- }
5214
- static types() {
5215
- return {
5216
- authToken: 'string',
5217
- productInstanceId: 'string',
5218
- keyword: 'string',
5219
- };
5220
- }
5221
- }
5222
- exports.QueryDubbridgeCompanyItemsRequest = QueryDubbridgeCompanyItemsRequest;
5223
- class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
5224
- constructor(map) {
5225
- super(map);
5226
- }
5227
- static names() {
5228
- return {
5229
- reqMsgId: 'req_msg_id',
5230
- resultCode: 'result_code',
5231
- resultMsg: 'result_msg',
5232
- businessItems: 'business_items',
5233
- total: 'total',
5234
- };
5235
- }
5236
- static types() {
5237
- return {
5238
- reqMsgId: 'string',
5239
- resultCode: 'string',
5240
- resultMsg: 'string',
5241
- businessItems: { 'type': 'array', 'itemType': CompanyItems },
5242
- total: 'number',
5243
- };
5244
- }
5245
- }
5246
- exports.QueryDubbridgeCompanyItemsResponse = QueryDubbridgeCompanyItemsResponse;
5247
5180
  class UpdateDubbridgeFileRequest extends $tea.Model {
5248
5181
  constructor(map) {
5249
5182
  super(map);
@@ -5290,92 +5223,6 @@ class UpdateDubbridgeFileResponse extends $tea.Model {
5290
5223
  }
5291
5224
  }
5292
5225
  exports.UpdateDubbridgeFileResponse = UpdateDubbridgeFileResponse;
5293
- class QueryDubbridgeCreditUrlRequest extends $tea.Model {
5294
- constructor(map) {
5295
- super(map);
5296
- }
5297
- static names() {
5298
- return {
5299
- authToken: 'auth_token',
5300
- productInstanceId: 'product_instance_id',
5301
- };
5302
- }
5303
- static types() {
5304
- return {
5305
- authToken: 'string',
5306
- productInstanceId: 'string',
5307
- };
5308
- }
5309
- }
5310
- exports.QueryDubbridgeCreditUrlRequest = QueryDubbridgeCreditUrlRequest;
5311
- class QueryDubbridgeCreditUrlResponse extends $tea.Model {
5312
- constructor(map) {
5313
- super(map);
5314
- }
5315
- static names() {
5316
- return {
5317
- reqMsgId: 'req_msg_id',
5318
- resultCode: 'result_code',
5319
- resultMsg: 'result_msg',
5320
- };
5321
- }
5322
- static types() {
5323
- return {
5324
- reqMsgId: 'string',
5325
- resultCode: 'string',
5326
- resultMsg: 'string',
5327
- };
5328
- }
5329
- }
5330
- exports.QueryDubbridgeCreditUrlResponse = QueryDubbridgeCreditUrlResponse;
5331
- class QueryDubbridgeBusinessDetailRequest extends $tea.Model {
5332
- constructor(map) {
5333
- super(map);
5334
- }
5335
- static names() {
5336
- return {
5337
- authToken: 'auth_token',
5338
- productInstanceId: 'product_instance_id',
5339
- keyword: 'keyword',
5340
- };
5341
- }
5342
- static types() {
5343
- return {
5344
- authToken: 'string',
5345
- productInstanceId: 'string',
5346
- keyword: 'string',
5347
- };
5348
- }
5349
- }
5350
- exports.QueryDubbridgeBusinessDetailRequest = QueryDubbridgeBusinessDetailRequest;
5351
- class QueryDubbridgeBusinessDetailResponse extends $tea.Model {
5352
- constructor(map) {
5353
- super(map);
5354
- }
5355
- static names() {
5356
- return {
5357
- reqMsgId: 'req_msg_id',
5358
- resultCode: 'result_code',
5359
- resultMsg: 'result_msg',
5360
- ucCode: 'uc_code',
5361
- registerDate: 'register_date',
5362
- operatingAddrJson: 'operating_addr_json',
5363
- addressDetail: 'address_detail',
5364
- };
5365
- }
5366
- static types() {
5367
- return {
5368
- reqMsgId: 'string',
5369
- resultCode: 'string',
5370
- resultMsg: 'string',
5371
- ucCode: 'string',
5372
- registerDate: 'string',
5373
- operatingAddrJson: 'string',
5374
- addressDetail: 'string',
5375
- };
5376
- }
5377
- }
5378
- exports.QueryDubbridgeBusinessDetailResponse = QueryDubbridgeBusinessDetailResponse;
5379
5226
  class NotifyDubbridgeCallbackRequest extends $tea.Model {
5380
5227
  constructor(map) {
5381
5228
  super(map);
@@ -9070,7 +8917,9 @@ class Client {
9070
8917
  req_msg_id: alipay_util_1.default.getNonce(),
9071
8918
  access_key: this._accessKeyId,
9072
8919
  base_sdk_version: "TeaSDK-2.0",
9073
- sdk_version: "1.13.12",
8920
+ sdk_version: "1.13.14",
8921
+ _prod_code: "RISKPLUS",
8922
+ _prod_channel: "undefined",
9074
8923
  };
9075
8924
  if (!tea_util_1.default.empty(this._securityToken)) {
9076
8925
  request_.query["security_token"] = this._securityToken;
@@ -10059,23 +9908,6 @@ class Client {
10059
9908
  tea_util_1.default.validateModel(request);
10060
9909
  return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.customer.commonagreementsign.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCustomerCommonagreementsignResponse({}));
10061
9910
  }
10062
- /**
10063
- * Description: 根据关键字从第三方查询企业信息
10064
- * Summary: 天枢系统企业搜索
10065
- */
10066
- async queryDubbridgeCompanyItems(request) {
10067
- let runtime = new $Util.RuntimeOptions({});
10068
- let headers = {};
10069
- return await this.queryDubbridgeCompanyItemsEx(request, headers, runtime);
10070
- }
10071
- /**
10072
- * Description: 根据关键字从第三方查询企业信息
10073
- * Summary: 天枢系统企业搜索
10074
- */
10075
- async queryDubbridgeCompanyItemsEx(request, headers, runtime) {
10076
- tea_util_1.default.validateModel(request);
10077
- return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.company.items.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCompanyItemsResponse({}));
10078
- }
10079
9911
  /**
10080
9912
  * Description: 客户影像信息更新
10081
9913
  * Summary: 客户影像信息更新
@@ -10093,40 +9925,6 @@ class Client {
10093
9925
  tea_util_1.default.validateModel(request);
10094
9926
  return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.file.update", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UpdateDubbridgeFileResponse({}));
10095
9927
  }
10096
- /**
10097
- * Description: 天枢系统获取授信H5地址
10098
- * Summary: 天枢系统获取授信H5地址
10099
- */
10100
- async queryDubbridgeCreditUrl(request) {
10101
- let runtime = new $Util.RuntimeOptions({});
10102
- let headers = {};
10103
- return await this.queryDubbridgeCreditUrlEx(request, headers, runtime);
10104
- }
10105
- /**
10106
- * Description: 天枢系统获取授信H5地址
10107
- * Summary: 天枢系统获取授信H5地址
10108
- */
10109
- async queryDubbridgeCreditUrlEx(request, headers, runtime) {
10110
- tea_util_1.default.validateModel(request);
10111
- return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.credit.url.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCreditUrlResponse({}));
10112
- }
10113
- /**
10114
- * Description: 根据关键字从第三方查询企业详情信息
10115
- * Summary: 天枢系统企业详情信息查询
10116
- */
10117
- async queryDubbridgeBusinessDetail(request) {
10118
- let runtime = new $Util.RuntimeOptions({});
10119
- let headers = {};
10120
- return await this.queryDubbridgeBusinessDetailEx(request, headers, runtime);
10121
- }
10122
- /**
10123
- * Description: 根据关键字从第三方查询企业详情信息
10124
- * Summary: 天枢系统企业详情信息查询
10125
- */
10126
- async queryDubbridgeBusinessDetailEx(request, headers, runtime) {
10127
- tea_util_1.default.validateModel(request);
10128
- return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.business.detail.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeBusinessDetailResponse({}));
10129
- }
10130
9928
  /**
10131
9929
  * Description: 天枢回调通用接口
10132
9930
  * Summary: 天枢回调通用接口