@antchain/riskplus 1.19.17 → 1.19.20
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 +3 -4
- package/dist/client.js +7 -9
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +13 -17
package/dist/client.d.ts
CHANGED
|
@@ -1391,6 +1391,7 @@ export declare class GetAgreementUrlResponseData extends $tea.Model {
|
|
|
1391
1391
|
agreementUrl?: string;
|
|
1392
1392
|
fileBase64?: string;
|
|
1393
1393
|
picFileBase64List?: string[];
|
|
1394
|
+
picOssPathList?: string[];
|
|
1394
1395
|
organizationName: string;
|
|
1395
1396
|
fileType: string;
|
|
1396
1397
|
fileTypeName: string;
|
|
@@ -2821,6 +2822,7 @@ export declare class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
|
|
|
2821
2822
|
resultMsg?: string;
|
|
2822
2823
|
fundCode?: string;
|
|
2823
2824
|
abbreFundName?: string;
|
|
2825
|
+
customerNo?: string;
|
|
2824
2826
|
static names(): {
|
|
2825
2827
|
[key: string]: string;
|
|
2826
2828
|
};
|
|
@@ -5633,8 +5635,7 @@ export declare class PushRbbCustomerInformationResponse extends $tea.Model {
|
|
|
5633
5635
|
reqMsgId?: string;
|
|
5634
5636
|
resultCode?: string;
|
|
5635
5637
|
resultMsg?: string;
|
|
5636
|
-
|
|
5637
|
-
resMsg?: string;
|
|
5638
|
+
resultUrl?: string;
|
|
5638
5639
|
static names(): {
|
|
5639
5640
|
[key: string]: string;
|
|
5640
5641
|
};
|
|
@@ -5693,8 +5694,6 @@ export declare class PushRbbCustomerStatusResponse extends $tea.Model {
|
|
|
5693
5694
|
reqMsgId?: string;
|
|
5694
5695
|
resultCode?: string;
|
|
5695
5696
|
resultMsg?: string;
|
|
5696
|
-
resMsg?: string;
|
|
5697
|
-
resCode?: string;
|
|
5698
5697
|
static names(): {
|
|
5699
5698
|
[key: string]: string;
|
|
5700
5699
|
};
|
package/dist/client.js
CHANGED
|
@@ -2267,6 +2267,7 @@ class GetAgreementUrlResponseData extends $tea.Model {
|
|
|
2267
2267
|
agreementUrl: 'agreement_url',
|
|
2268
2268
|
fileBase64: 'file_base64',
|
|
2269
2269
|
picFileBase64List: 'pic_file_base64_list',
|
|
2270
|
+
picOssPathList: 'pic_oss_path_list',
|
|
2270
2271
|
organizationName: 'organization_name',
|
|
2271
2272
|
fileType: 'file_type',
|
|
2272
2273
|
fileTypeName: 'file_type_name',
|
|
@@ -2278,6 +2279,7 @@ class GetAgreementUrlResponseData extends $tea.Model {
|
|
|
2278
2279
|
agreementUrl: 'string',
|
|
2279
2280
|
fileBase64: 'string',
|
|
2280
2281
|
picFileBase64List: { 'type': 'array', 'itemType': 'string' },
|
|
2282
|
+
picOssPathList: { 'type': 'array', 'itemType': 'string' },
|
|
2281
2283
|
organizationName: 'string',
|
|
2282
2284
|
fileType: 'string',
|
|
2283
2285
|
fileTypeName: 'string',
|
|
@@ -4487,6 +4489,7 @@ class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
|
|
|
4487
4489
|
resultMsg: 'result_msg',
|
|
4488
4490
|
fundCode: 'fund_code',
|
|
4489
4491
|
abbreFundName: 'abbre_fund_name',
|
|
4492
|
+
customerNo: 'customer_no',
|
|
4490
4493
|
};
|
|
4491
4494
|
}
|
|
4492
4495
|
static types() {
|
|
@@ -4496,6 +4499,7 @@ class QueryDubbridgeRouterFundrouterResponse extends $tea.Model {
|
|
|
4496
4499
|
resultMsg: 'string',
|
|
4497
4500
|
fundCode: 'string',
|
|
4498
4501
|
abbreFundName: 'string',
|
|
4502
|
+
customerNo: 'string',
|
|
4499
4503
|
};
|
|
4500
4504
|
}
|
|
4501
4505
|
}
|
|
@@ -8801,8 +8805,7 @@ class PushRbbCustomerInformationResponse extends $tea.Model {
|
|
|
8801
8805
|
reqMsgId: 'req_msg_id',
|
|
8802
8806
|
resultCode: 'result_code',
|
|
8803
8807
|
resultMsg: 'result_msg',
|
|
8804
|
-
|
|
8805
|
-
resMsg: 'res_msg',
|
|
8808
|
+
resultUrl: 'result_url',
|
|
8806
8809
|
};
|
|
8807
8810
|
}
|
|
8808
8811
|
static types() {
|
|
@@ -8810,8 +8813,7 @@ class PushRbbCustomerInformationResponse extends $tea.Model {
|
|
|
8810
8813
|
reqMsgId: 'string',
|
|
8811
8814
|
resultCode: 'string',
|
|
8812
8815
|
resultMsg: 'string',
|
|
8813
|
-
|
|
8814
|
-
resMsg: 'string',
|
|
8816
|
+
resultUrl: 'string',
|
|
8815
8817
|
};
|
|
8816
8818
|
}
|
|
8817
8819
|
}
|
|
@@ -8889,8 +8891,6 @@ class PushRbbCustomerStatusResponse extends $tea.Model {
|
|
|
8889
8891
|
reqMsgId: 'req_msg_id',
|
|
8890
8892
|
resultCode: 'result_code',
|
|
8891
8893
|
resultMsg: 'result_msg',
|
|
8892
|
-
resMsg: 'res_msg',
|
|
8893
|
-
resCode: 'res_code',
|
|
8894
8894
|
};
|
|
8895
8895
|
}
|
|
8896
8896
|
static types() {
|
|
@@ -8898,8 +8898,6 @@ class PushRbbCustomerStatusResponse extends $tea.Model {
|
|
|
8898
8898
|
reqMsgId: 'string',
|
|
8899
8899
|
resultCode: 'string',
|
|
8900
8900
|
resultMsg: 'string',
|
|
8901
|
-
resMsg: 'string',
|
|
8902
|
-
resCode: 'string',
|
|
8903
8901
|
};
|
|
8904
8902
|
}
|
|
8905
8903
|
}
|
|
@@ -12978,7 +12976,7 @@ class Client {
|
|
|
12978
12976
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
12979
12977
|
access_key: this._accessKeyId,
|
|
12980
12978
|
base_sdk_version: "TeaSDK-2.0",
|
|
12981
|
-
sdk_version: "1.19.
|
|
12979
|
+
sdk_version: "1.19.20",
|
|
12982
12980
|
_prod_code: "RISKPLUS",
|
|
12983
12981
|
_prod_channel: "undefined",
|
|
12984
12982
|
};
|