@antchain/riskplus 1.13.11 → 1.13.13
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 -0
- package/dist/client.js +7 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +13 -3
package/dist/client.d.ts
CHANGED
|
@@ -871,6 +871,8 @@ export declare class Contract extends $tea.Model {
|
|
|
871
871
|
customNo: string;
|
|
872
872
|
savePath: string;
|
|
873
873
|
contractAmount: number;
|
|
874
|
+
disburseContractNo: string;
|
|
875
|
+
creditContractNo: string;
|
|
874
876
|
static names(): {
|
|
875
877
|
[key: string]: string;
|
|
876
878
|
};
|
|
@@ -2708,6 +2710,7 @@ export declare class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Mod
|
|
|
2708
2710
|
customName: string;
|
|
2709
2711
|
cardNo: string;
|
|
2710
2712
|
idType?: string;
|
|
2713
|
+
fundCode?: string;
|
|
2711
2714
|
static names(): {
|
|
2712
2715
|
[key: string]: string;
|
|
2713
2716
|
};
|
package/dist/client.js
CHANGED
|
@@ -1413,6 +1413,8 @@ class Contract extends $tea.Model {
|
|
|
1413
1413
|
customNo: 'custom_no',
|
|
1414
1414
|
savePath: 'save_path',
|
|
1415
1415
|
contractAmount: 'contract_amount',
|
|
1416
|
+
disburseContractNo: 'disburse_contract_no',
|
|
1417
|
+
creditContractNo: 'credit_contract_no',
|
|
1416
1418
|
};
|
|
1417
1419
|
}
|
|
1418
1420
|
static types() {
|
|
@@ -1424,6 +1426,8 @@ class Contract extends $tea.Model {
|
|
|
1424
1426
|
customNo: 'string',
|
|
1425
1427
|
savePath: 'string',
|
|
1426
1428
|
contractAmount: 'number',
|
|
1429
|
+
disburseContractNo: 'string',
|
|
1430
|
+
creditContractNo: 'string',
|
|
1427
1431
|
};
|
|
1428
1432
|
}
|
|
1429
1433
|
}
|
|
@@ -4271,6 +4275,7 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
4271
4275
|
customName: 'custom_name',
|
|
4272
4276
|
cardNo: 'card_no',
|
|
4273
4277
|
idType: 'id_type',
|
|
4278
|
+
fundCode: 'fund_code',
|
|
4274
4279
|
};
|
|
4275
4280
|
}
|
|
4276
4281
|
static types() {
|
|
@@ -4282,6 +4287,7 @@ class ApplyDubbridgeCustomerAgreementsignRequest extends $tea.Model {
|
|
|
4282
4287
|
customName: 'string',
|
|
4283
4288
|
cardNo: 'string',
|
|
4284
4289
|
idType: 'string',
|
|
4290
|
+
fundCode: 'string',
|
|
4285
4291
|
};
|
|
4286
4292
|
}
|
|
4287
4293
|
}
|
|
@@ -9068,9 +9074,7 @@ class Client {
|
|
|
9068
9074
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9069
9075
|
access_key: this._accessKeyId,
|
|
9070
9076
|
base_sdk_version: "TeaSDK-2.0",
|
|
9071
|
-
sdk_version: "1.13.
|
|
9072
|
-
_prod_code: "RISKPLUS",
|
|
9073
|
-
_prod_channel: "undefined",
|
|
9077
|
+
sdk_version: "1.13.13",
|
|
9074
9078
|
};
|
|
9075
9079
|
if (!tea_util_1.default.empty(this._securityToken)) {
|
|
9076
9080
|
request_.query["security_token"] = this._securityToken;
|