@antchain/riskplus 1.19.17 → 1.19.18
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 +1 -0
- package/dist/client.js +3 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5 -1
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;
|
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',
|
|
@@ -12978,7 +12980,7 @@ class Client {
|
|
|
12978
12980
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
12979
12981
|
access_key: this._accessKeyId,
|
|
12980
12982
|
base_sdk_version: "TeaSDK-2.0",
|
|
12981
|
-
sdk_version: "1.19.
|
|
12983
|
+
sdk_version: "1.19.18",
|
|
12982
12984
|
_prod_code: "RISKPLUS",
|
|
12983
12985
|
_prod_channel: "undefined",
|
|
12984
12986
|
};
|