@antchain/riskplus 1.12.16 → 1.12.17

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
@@ -697,6 +697,21 @@ export declare class ZhimaQueryResp extends $tea.Model {
697
697
  [key: string]: any;
698
698
  });
699
699
  }
700
+ export declare class BusinessDetail extends $tea.Model {
701
+ operatingAddrJson: string;
702
+ ucCode: string;
703
+ registerDate: string;
704
+ addressDetail: string;
705
+ static names(): {
706
+ [key: string]: string;
707
+ };
708
+ static types(): {
709
+ [key: string]: any;
710
+ };
711
+ constructor(map?: {
712
+ [key: string]: any;
713
+ });
714
+ }
700
715
  export declare class DefinInnerChannelNotifyResult extends $tea.Model {
701
716
  requestId: string;
702
717
  bizResponse: string;
@@ -937,6 +952,23 @@ export declare class RpcommonResp extends $tea.Model {
937
952
  [key: string]: any;
938
953
  });
939
954
  }
955
+ export declare class CompanyItems extends $tea.Model {
956
+ companyId: string;
957
+ companyName: string;
958
+ matchingName: string;
959
+ matchingType: string;
960
+ matchingValue: string;
961
+ ucCode: string;
962
+ static names(): {
963
+ [key: string]: string;
964
+ };
965
+ static types(): {
966
+ [key: string]: any;
967
+ };
968
+ constructor(map?: {
969
+ [key: string]: any;
970
+ });
971
+ }
940
972
  export declare class RtopTagImage extends $tea.Model {
941
973
  id: number;
942
974
  image?: string;
@@ -3159,6 +3191,107 @@ export declare class QueryDubbridgeReceiptStatusResponse extends $tea.Model {
3159
3191
  [key: string]: any;
3160
3192
  });
3161
3193
  }
3194
+ export declare class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
3195
+ authToken?: string;
3196
+ productInstanceId?: string;
3197
+ orderNo: string;
3198
+ customNo: string;
3199
+ fundNo: string;
3200
+ static names(): {
3201
+ [key: string]: string;
3202
+ };
3203
+ static types(): {
3204
+ [key: string]: any;
3205
+ };
3206
+ constructor(map?: {
3207
+ [key: string]: any;
3208
+ });
3209
+ }
3210
+ export declare class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
3211
+ reqMsgId?: string;
3212
+ resultCode?: string;
3213
+ resultMsg?: string;
3214
+ customNo?: string;
3215
+ customName?: string;
3216
+ transSerials?: string;
3217
+ status?: string;
3218
+ accountUserId?: string;
3219
+ accountNo?: string;
3220
+ protocolNo?: string;
3221
+ signTime?: string;
3222
+ validTime?: string;
3223
+ invalidTime?: string;
3224
+ static names(): {
3225
+ [key: string]: string;
3226
+ };
3227
+ static types(): {
3228
+ [key: string]: any;
3229
+ };
3230
+ constructor(map?: {
3231
+ [key: string]: any;
3232
+ });
3233
+ }
3234
+ export declare class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
3235
+ authToken?: string;
3236
+ productInstanceId?: string;
3237
+ keyword: string;
3238
+ static names(): {
3239
+ [key: string]: string;
3240
+ };
3241
+ static types(): {
3242
+ [key: string]: any;
3243
+ };
3244
+ constructor(map?: {
3245
+ [key: string]: any;
3246
+ });
3247
+ }
3248
+ export declare class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
3249
+ reqMsgId?: string;
3250
+ resultCode?: string;
3251
+ resultMsg?: string;
3252
+ businessItems?: CompanyItems[];
3253
+ total?: number;
3254
+ static names(): {
3255
+ [key: string]: string;
3256
+ };
3257
+ static types(): {
3258
+ [key: string]: any;
3259
+ };
3260
+ constructor(map?: {
3261
+ [key: string]: any;
3262
+ });
3263
+ }
3264
+ export declare class UpdateDubbridgeFileRequest extends $tea.Model {
3265
+ authToken?: string;
3266
+ productInstanceId?: string;
3267
+ orderNo: string;
3268
+ originalOrderNo: string;
3269
+ customNo: string;
3270
+ materials: Material[];
3271
+ static names(): {
3272
+ [key: string]: string;
3273
+ };
3274
+ static types(): {
3275
+ [key: string]: any;
3276
+ };
3277
+ constructor(map?: {
3278
+ [key: string]: any;
3279
+ });
3280
+ }
3281
+ export declare class UpdateDubbridgeFileResponse extends $tea.Model {
3282
+ reqMsgId?: string;
3283
+ resultCode?: string;
3284
+ resultMsg?: string;
3285
+ static names(): {
3286
+ [key: string]: string;
3287
+ };
3288
+ static types(): {
3289
+ [key: string]: any;
3290
+ };
3291
+ constructor(map?: {
3292
+ [key: string]: any;
3293
+ });
3294
+ }
3162
3295
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
3163
3296
  authToken?: string;
3164
3297
  productInstanceId?: string;
@@ -5981,6 +6114,42 @@ export default class Client {
5981
6114
  queryDubbridgeReceiptStatusEx(request: QueryDubbridgeReceiptStatusRequest, headers: {
5982
6115
  [key: string]: string;
5983
6116
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeReceiptStatusResponse>;
6117
+ /**
6118
+ * Description: 天枢系统协议签约查询(通用)
6119
+ * Summary: 天枢系统协议签约查询(通用)
6120
+ */
6121
+ queryDubbridgeCustomerCommonagreementsign(request: QueryDubbridgeCustomerCommonagreementsignRequest): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
6122
+ /**
6123
+ * Description: 天枢系统协议签约查询(通用)
6124
+ * Summary: 天枢系统协议签约查询(通用)
6125
+ */
6126
+ queryDubbridgeCustomerCommonagreementsignEx(request: QueryDubbridgeCustomerCommonagreementsignRequest, headers: {
6127
+ [key: string]: string;
6128
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCustomerCommonagreementsignResponse>;
6129
+ /**
6130
+ * Description: 根据关键字从第三方查询企业信息
6131
+ * Summary: 天枢系统企业搜索
6132
+ */
6133
+ queryDubbridgeCompanyItems(request: QueryDubbridgeCompanyItemsRequest): Promise<QueryDubbridgeCompanyItemsResponse>;
6134
+ /**
6135
+ * Description: 根据关键字从第三方查询企业信息
6136
+ * Summary: 天枢系统企业搜索
6137
+ */
6138
+ queryDubbridgeCompanyItemsEx(request: QueryDubbridgeCompanyItemsRequest, headers: {
6139
+ [key: string]: string;
6140
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeCompanyItemsResponse>;
6141
+ /**
6142
+ * Description: 客户影像信息更新
6143
+ * Summary: 客户影像信息更新
6144
+ */
6145
+ updateDubbridgeFile(request: UpdateDubbridgeFileRequest): Promise<UpdateDubbridgeFileResponse>;
6146
+ /**
6147
+ * Description: 客户影像信息更新
6148
+ * Summary: 客户影像信息更新
6149
+ */
6150
+ updateDubbridgeFileEx(request: UpdateDubbridgeFileRequest, headers: {
6151
+ [key: string]: string;
6152
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateDubbridgeFileResponse>;
5984
6153
  /**
5985
6154
  * Description: 四要素认证首先调用此接口
5986
6155
  * Summary: 芝麻四要素接口
package/dist/client.js CHANGED
@@ -1137,6 +1137,29 @@ class ZhimaQueryResp extends $tea.Model {
1137
1137
  }
1138
1138
  }
1139
1139
  exports.ZhimaQueryResp = ZhimaQueryResp;
1140
+ // 企业信息详情
1141
+ class BusinessDetail extends $tea.Model {
1142
+ constructor(map) {
1143
+ super(map);
1144
+ }
1145
+ static names() {
1146
+ return {
1147
+ operatingAddrJson: 'operating_addr_json',
1148
+ ucCode: 'uc_code',
1149
+ registerDate: 'register_date',
1150
+ addressDetail: 'address_detail',
1151
+ };
1152
+ }
1153
+ static types() {
1154
+ return {
1155
+ operatingAddrJson: 'string',
1156
+ ucCode: 'string',
1157
+ registerDate: 'string',
1158
+ addressDetail: 'string',
1159
+ };
1160
+ }
1161
+ }
1162
+ exports.BusinessDetail = BusinessDetail;
1140
1163
  // 机构平台通知响应结果
1141
1164
  class DefinInnerChannelNotifyResult extends $tea.Model {
1142
1165
  constructor(map) {
@@ -1540,6 +1563,33 @@ class RpcommonResp extends $tea.Model {
1540
1563
  }
1541
1564
  }
1542
1565
  exports.RpcommonResp = RpcommonResp;
1566
+ // 公司列表
1567
+ class CompanyItems extends $tea.Model {
1568
+ constructor(map) {
1569
+ super(map);
1570
+ }
1571
+ static names() {
1572
+ return {
1573
+ companyId: 'company_id',
1574
+ companyName: 'company_name',
1575
+ matchingName: 'matching_name',
1576
+ matchingType: 'matching_type',
1577
+ matchingValue: 'matching_value',
1578
+ ucCode: 'uc_code',
1579
+ };
1580
+ }
1581
+ static types() {
1582
+ return {
1583
+ companyId: 'string',
1584
+ companyName: 'string',
1585
+ matchingName: 'string',
1586
+ matchingType: 'string',
1587
+ matchingValue: 'string',
1588
+ ucCode: 'string',
1589
+ };
1590
+ }
1591
+ }
1592
+ exports.CompanyItems = CompanyItems;
1543
1593
  // 标签图片
1544
1594
  class RtopTagImage extends $tea.Model {
1545
1595
  constructor(map) {
@@ -4953,6 +5003,160 @@ class QueryDubbridgeReceiptStatusResponse extends $tea.Model {
4953
5003
  }
4954
5004
  }
4955
5005
  exports.QueryDubbridgeReceiptStatusResponse = QueryDubbridgeReceiptStatusResponse;
5006
+ class QueryDubbridgeCustomerCommonagreementsignRequest extends $tea.Model {
5007
+ constructor(map) {
5008
+ super(map);
5009
+ }
5010
+ static names() {
5011
+ return {
5012
+ authToken: 'auth_token',
5013
+ productInstanceId: 'product_instance_id',
5014
+ orderNo: 'order_no',
5015
+ customNo: 'custom_no',
5016
+ fundNo: 'fund_no',
5017
+ };
5018
+ }
5019
+ static types() {
5020
+ return {
5021
+ authToken: 'string',
5022
+ productInstanceId: 'string',
5023
+ orderNo: 'string',
5024
+ customNo: 'string',
5025
+ fundNo: 'string',
5026
+ };
5027
+ }
5028
+ }
5029
+ exports.QueryDubbridgeCustomerCommonagreementsignRequest = QueryDubbridgeCustomerCommonagreementsignRequest;
5030
+ class QueryDubbridgeCustomerCommonagreementsignResponse extends $tea.Model {
5031
+ constructor(map) {
5032
+ super(map);
5033
+ }
5034
+ static names() {
5035
+ return {
5036
+ reqMsgId: 'req_msg_id',
5037
+ resultCode: 'result_code',
5038
+ resultMsg: 'result_msg',
5039
+ customNo: 'custom_no',
5040
+ customName: 'custom_name',
5041
+ transSerials: 'trans_serials',
5042
+ status: 'status',
5043
+ accountUserId: 'account_user_id',
5044
+ accountNo: 'account_no',
5045
+ protocolNo: 'protocol_no',
5046
+ signTime: 'sign_time',
5047
+ validTime: 'valid_time',
5048
+ invalidTime: 'invalid_time',
5049
+ };
5050
+ }
5051
+ static types() {
5052
+ return {
5053
+ reqMsgId: 'string',
5054
+ resultCode: 'string',
5055
+ resultMsg: 'string',
5056
+ customNo: 'string',
5057
+ customName: 'string',
5058
+ transSerials: 'string',
5059
+ status: 'string',
5060
+ accountUserId: 'string',
5061
+ accountNo: 'string',
5062
+ protocolNo: 'string',
5063
+ signTime: 'string',
5064
+ validTime: 'string',
5065
+ invalidTime: 'string',
5066
+ };
5067
+ }
5068
+ }
5069
+ exports.QueryDubbridgeCustomerCommonagreementsignResponse = QueryDubbridgeCustomerCommonagreementsignResponse;
5070
+ class QueryDubbridgeCompanyItemsRequest extends $tea.Model {
5071
+ constructor(map) {
5072
+ super(map);
5073
+ }
5074
+ static names() {
5075
+ return {
5076
+ authToken: 'auth_token',
5077
+ productInstanceId: 'product_instance_id',
5078
+ keyword: 'keyword',
5079
+ };
5080
+ }
5081
+ static types() {
5082
+ return {
5083
+ authToken: 'string',
5084
+ productInstanceId: 'string',
5085
+ keyword: 'string',
5086
+ };
5087
+ }
5088
+ }
5089
+ exports.QueryDubbridgeCompanyItemsRequest = QueryDubbridgeCompanyItemsRequest;
5090
+ class QueryDubbridgeCompanyItemsResponse extends $tea.Model {
5091
+ constructor(map) {
5092
+ super(map);
5093
+ }
5094
+ static names() {
5095
+ return {
5096
+ reqMsgId: 'req_msg_id',
5097
+ resultCode: 'result_code',
5098
+ resultMsg: 'result_msg',
5099
+ businessItems: 'business_items',
5100
+ total: 'total',
5101
+ };
5102
+ }
5103
+ static types() {
5104
+ return {
5105
+ reqMsgId: 'string',
5106
+ resultCode: 'string',
5107
+ resultMsg: 'string',
5108
+ businessItems: { 'type': 'array', 'itemType': CompanyItems },
5109
+ total: 'number',
5110
+ };
5111
+ }
5112
+ }
5113
+ exports.QueryDubbridgeCompanyItemsResponse = QueryDubbridgeCompanyItemsResponse;
5114
+ class UpdateDubbridgeFileRequest extends $tea.Model {
5115
+ constructor(map) {
5116
+ super(map);
5117
+ }
5118
+ static names() {
5119
+ return {
5120
+ authToken: 'auth_token',
5121
+ productInstanceId: 'product_instance_id',
5122
+ orderNo: 'order_no',
5123
+ originalOrderNo: 'original_order_no',
5124
+ customNo: 'custom_no',
5125
+ materials: 'materials',
5126
+ };
5127
+ }
5128
+ static types() {
5129
+ return {
5130
+ authToken: 'string',
5131
+ productInstanceId: 'string',
5132
+ orderNo: 'string',
5133
+ originalOrderNo: 'string',
5134
+ customNo: 'string',
5135
+ materials: { 'type': 'array', 'itemType': Material },
5136
+ };
5137
+ }
5138
+ }
5139
+ exports.UpdateDubbridgeFileRequest = UpdateDubbridgeFileRequest;
5140
+ class UpdateDubbridgeFileResponse extends $tea.Model {
5141
+ constructor(map) {
5142
+ super(map);
5143
+ }
5144
+ static names() {
5145
+ return {
5146
+ reqMsgId: 'req_msg_id',
5147
+ resultCode: 'result_code',
5148
+ resultMsg: 'result_msg',
5149
+ };
5150
+ }
5151
+ static types() {
5152
+ return {
5153
+ reqMsgId: 'string',
5154
+ resultCode: 'string',
5155
+ resultMsg: 'string',
5156
+ };
5157
+ }
5158
+ }
5159
+ exports.UpdateDubbridgeFileResponse = UpdateDubbridgeFileResponse;
4956
5160
  class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
4957
5161
  constructor(map) {
4958
5162
  super(map);
@@ -8281,7 +8485,7 @@ class Client {
8281
8485
  req_msg_id: alipay_util_1.default.getNonce(),
8282
8486
  access_key: this._accessKeyId,
8283
8487
  base_sdk_version: "TeaSDK-2.0",
8284
- sdk_version: "1.12.16",
8488
+ sdk_version: "1.12.17",
8285
8489
  _prod_code: "RISKPLUS",
8286
8490
  _prod_channel: "undefined",
8287
8491
  };
@@ -9255,6 +9459,57 @@ class Client {
9255
9459
  tea_util_1.default.validateModel(request);
9256
9460
  return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.receipt.status.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeReceiptStatusResponse({}));
9257
9461
  }
9462
+ /**
9463
+ * Description: 天枢系统协议签约查询(通用)
9464
+ * Summary: 天枢系统协议签约查询(通用)
9465
+ */
9466
+ async queryDubbridgeCustomerCommonagreementsign(request) {
9467
+ let runtime = new $Util.RuntimeOptions({});
9468
+ let headers = {};
9469
+ return await this.queryDubbridgeCustomerCommonagreementsignEx(request, headers, runtime);
9470
+ }
9471
+ /**
9472
+ * Description: 天枢系统协议签约查询(通用)
9473
+ * Summary: 天枢系统协议签约查询(通用)
9474
+ */
9475
+ async queryDubbridgeCustomerCommonagreementsignEx(request, headers, runtime) {
9476
+ tea_util_1.default.validateModel(request);
9477
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.customer.commonagreementsign.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCustomerCommonagreementsignResponse({}));
9478
+ }
9479
+ /**
9480
+ * Description: 根据关键字从第三方查询企业信息
9481
+ * Summary: 天枢系统企业搜索
9482
+ */
9483
+ async queryDubbridgeCompanyItems(request) {
9484
+ let runtime = new $Util.RuntimeOptions({});
9485
+ let headers = {};
9486
+ return await this.queryDubbridgeCompanyItemsEx(request, headers, runtime);
9487
+ }
9488
+ /**
9489
+ * Description: 根据关键字从第三方查询企业信息
9490
+ * Summary: 天枢系统企业搜索
9491
+ */
9492
+ async queryDubbridgeCompanyItemsEx(request, headers, runtime) {
9493
+ tea_util_1.default.validateModel(request);
9494
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.company.items.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDubbridgeCompanyItemsResponse({}));
9495
+ }
9496
+ /**
9497
+ * Description: 客户影像信息更新
9498
+ * Summary: 客户影像信息更新
9499
+ */
9500
+ async updateDubbridgeFile(request) {
9501
+ let runtime = new $Util.RuntimeOptions({});
9502
+ let headers = {};
9503
+ return await this.updateDubbridgeFileEx(request, headers, runtime);
9504
+ }
9505
+ /**
9506
+ * Description: 客户影像信息更新
9507
+ * Summary: 客户影像信息更新
9508
+ */
9509
+ async updateDubbridgeFileEx(request, headers, runtime) {
9510
+ tea_util_1.default.validateModel(request);
9511
+ return $tea.cast(await this.doRequest("1.0", "riskplus.dubbridge.file.update", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UpdateDubbridgeFileResponse({}));
9512
+ }
9258
9513
  /**
9259
9514
  * Description: 四要素认证首先调用此接口
9260
9515
  * Summary: 芝麻四要素接口