@antchain/riskplus 1.13.7 → 1.13.9
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 +2 -0
- package/dist/client.js +5 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -1
package/dist/client.d.ts
CHANGED
|
@@ -355,6 +355,7 @@ export declare class PersonalInfo extends $tea.Model {
|
|
|
355
355
|
address?: string;
|
|
356
356
|
sex?: string;
|
|
357
357
|
nation?: string;
|
|
358
|
+
maritalStatus?: string;
|
|
358
359
|
static names(): {
|
|
359
360
|
[key: string]: string;
|
|
360
361
|
};
|
|
@@ -3129,6 +3130,7 @@ export declare class QueryDubbridgeSearchContractRequest extends $tea.Model {
|
|
|
3129
3130
|
productInstanceId?: string;
|
|
3130
3131
|
originalOrderNo: string;
|
|
3131
3132
|
customerNo: string;
|
|
3133
|
+
contractType?: string;
|
|
3132
3134
|
static names(): {
|
|
3133
3135
|
[key: string]: string;
|
|
3134
3136
|
};
|
package/dist/client.js
CHANGED
|
@@ -568,6 +568,7 @@ class PersonalInfo extends $tea.Model {
|
|
|
568
568
|
address: 'address',
|
|
569
569
|
sex: 'sex',
|
|
570
570
|
nation: 'nation',
|
|
571
|
+
maritalStatus: 'marital_status',
|
|
571
572
|
};
|
|
572
573
|
}
|
|
573
574
|
static types() {
|
|
@@ -586,6 +587,7 @@ class PersonalInfo extends $tea.Model {
|
|
|
586
587
|
address: 'string',
|
|
587
588
|
sex: 'string',
|
|
588
589
|
nation: 'string',
|
|
590
|
+
maritalStatus: 'string',
|
|
589
591
|
};
|
|
590
592
|
}
|
|
591
593
|
}
|
|
@@ -4915,6 +4917,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
|
|
|
4915
4917
|
productInstanceId: 'product_instance_id',
|
|
4916
4918
|
originalOrderNo: 'original_order_no',
|
|
4917
4919
|
customerNo: 'customer_no',
|
|
4920
|
+
contractType: 'contract_type',
|
|
4918
4921
|
};
|
|
4919
4922
|
}
|
|
4920
4923
|
static types() {
|
|
@@ -4923,6 +4926,7 @@ class QueryDubbridgeSearchContractRequest extends $tea.Model {
|
|
|
4923
4926
|
productInstanceId: 'string',
|
|
4924
4927
|
originalOrderNo: 'string',
|
|
4925
4928
|
customerNo: 'string',
|
|
4929
|
+
contractType: 'string',
|
|
4926
4930
|
};
|
|
4927
4931
|
}
|
|
4928
4932
|
}
|
|
@@ -9047,7 +9051,7 @@ class Client {
|
|
|
9047
9051
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9048
9052
|
access_key: this._accessKeyId,
|
|
9049
9053
|
base_sdk_version: "TeaSDK-2.0",
|
|
9050
|
-
sdk_version: "1.13.
|
|
9054
|
+
sdk_version: "1.13.9",
|
|
9051
9055
|
};
|
|
9052
9056
|
if (!tea_util_1.default.empty(this._securityToken)) {
|
|
9053
9057
|
request_.query["security_token"] = this._securityToken;
|