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