@antchain/riskplus 1.19.16 → 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 +4 -5
- package/dist/client.js +9 -11
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +17 -21
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;
|
|
@@ -5615,6 +5616,8 @@ export declare class PushRbbCustomerInformationRequest extends $tea.Model {
|
|
|
5615
5616
|
name: string;
|
|
5616
5617
|
idCard: string;
|
|
5617
5618
|
phoneNumber: string;
|
|
5619
|
+
businessPartner: string;
|
|
5620
|
+
productSide: string;
|
|
5618
5621
|
account: string;
|
|
5619
5622
|
password: string;
|
|
5620
5623
|
static names(): {
|
|
@@ -5676,11 +5679,7 @@ export declare class GetRbbTaxinvoiceDataResponse extends $tea.Model {
|
|
|
5676
5679
|
export declare class PushRbbCustomerStatusRequest extends $tea.Model {
|
|
5677
5680
|
authToken?: string;
|
|
5678
5681
|
productInstanceId?: string;
|
|
5679
|
-
|
|
5680
|
-
productCode: string;
|
|
5681
|
-
companyName: string;
|
|
5682
|
-
statusCode: string;
|
|
5683
|
-
status: string;
|
|
5682
|
+
resultData: string;
|
|
5684
5683
|
static names(): {
|
|
5685
5684
|
[key: string]: string;
|
|
5686
5685
|
};
|
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',
|
|
@@ -8769,6 +8771,8 @@ class PushRbbCustomerInformationRequest extends $tea.Model {
|
|
|
8769
8771
|
name: 'name',
|
|
8770
8772
|
idCard: 'id_card',
|
|
8771
8773
|
phoneNumber: 'phone_number',
|
|
8774
|
+
businessPartner: 'business_partner',
|
|
8775
|
+
productSide: 'product_side',
|
|
8772
8776
|
account: 'account',
|
|
8773
8777
|
password: 'password',
|
|
8774
8778
|
};
|
|
@@ -8782,6 +8786,8 @@ class PushRbbCustomerInformationRequest extends $tea.Model {
|
|
|
8782
8786
|
name: 'string',
|
|
8783
8787
|
idCard: 'string',
|
|
8784
8788
|
phoneNumber: 'string',
|
|
8789
|
+
businessPartner: 'string',
|
|
8790
|
+
productSide: 'string',
|
|
8785
8791
|
account: 'string',
|
|
8786
8792
|
password: 'string',
|
|
8787
8793
|
};
|
|
@@ -8864,22 +8870,14 @@ class PushRbbCustomerStatusRequest extends $tea.Model {
|
|
|
8864
8870
|
return {
|
|
8865
8871
|
authToken: 'auth_token',
|
|
8866
8872
|
productInstanceId: 'product_instance_id',
|
|
8867
|
-
|
|
8868
|
-
productCode: 'product_code',
|
|
8869
|
-
companyName: 'company_name',
|
|
8870
|
-
statusCode: 'status_code',
|
|
8871
|
-
status: 'status',
|
|
8873
|
+
resultData: 'result_data',
|
|
8872
8874
|
};
|
|
8873
8875
|
}
|
|
8874
8876
|
static types() {
|
|
8875
8877
|
return {
|
|
8876
8878
|
authToken: 'string',
|
|
8877
8879
|
productInstanceId: 'string',
|
|
8878
|
-
|
|
8879
|
-
productCode: 'string',
|
|
8880
|
-
companyName: 'string',
|
|
8881
|
-
statusCode: 'string',
|
|
8882
|
-
status: 'string',
|
|
8880
|
+
resultData: 'string',
|
|
8883
8881
|
};
|
|
8884
8882
|
}
|
|
8885
8883
|
}
|
|
@@ -12982,7 +12980,7 @@ class Client {
|
|
|
12982
12980
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
12983
12981
|
access_key: this._accessKeyId,
|
|
12984
12982
|
base_sdk_version: "TeaSDK-2.0",
|
|
12985
|
-
sdk_version: "1.19.
|
|
12983
|
+
sdk_version: "1.19.18",
|
|
12986
12984
|
_prod_code: "RISKPLUS",
|
|
12987
12985
|
_prod_channel: "undefined",
|
|
12988
12986
|
};
|