@antchain/riskplus 1.16.0 → 1.16.1
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 -1
- package/dist/client.js +1 -1
- package/package.json +1 -1
- package/src/client.ts +2 -2
package/dist/client.d.ts
CHANGED
|
@@ -3257,7 +3257,7 @@ export declare class ApplyDubbridgeUsecreditRequest extends $tea.Model {
|
|
|
3257
3257
|
orderNo: string;
|
|
3258
3258
|
repayType: string;
|
|
3259
3259
|
loanWay: string;
|
|
3260
|
-
repayDate
|
|
3260
|
+
repayDate?: string;
|
|
3261
3261
|
static names(): {
|
|
3262
3262
|
[key: string]: string;
|
|
3263
3263
|
};
|
package/dist/client.js
CHANGED
|
@@ -9270,7 +9270,7 @@ class Client {
|
|
|
9270
9270
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
9271
9271
|
access_key: this._accessKeyId,
|
|
9272
9272
|
base_sdk_version: "TeaSDK-2.0",
|
|
9273
|
-
sdk_version: "1.16.
|
|
9273
|
+
sdk_version: "1.16.1",
|
|
9274
9274
|
};
|
|
9275
9275
|
if (!tea_util_1.default.empty(this._securityToken)) {
|
|
9276
9276
|
request_.query["security_token"] = this._securityToken;
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -7829,7 +7829,7 @@ export class ApplyDubbridgeUsecreditRequest extends $tea.Model {
|
|
|
7829
7829
|
// 1:手机数码 2:旅游 3:装修 4:教育 5:婚庆 6:租房 7:家具家居 8:健康医疗 9:其他消费 10:家用电器
|
|
7830
7830
|
loanWay: string;
|
|
7831
7831
|
// 还款日
|
|
7832
|
-
repayDate
|
|
7832
|
+
repayDate?: string;
|
|
7833
7833
|
static names(): { [key: string]: string } {
|
|
7834
7834
|
return {
|
|
7835
7835
|
authToken: 'auth_token',
|
|
@@ -14103,7 +14103,7 @@ export default class Client {
|
|
|
14103
14103
|
req_msg_id: AntchainUtil.getNonce(),
|
|
14104
14104
|
access_key: this._accessKeyId,
|
|
14105
14105
|
base_sdk_version: "TeaSDK-2.0",
|
|
14106
|
-
sdk_version: "1.16.
|
|
14106
|
+
sdk_version: "1.16.1",
|
|
14107
14107
|
};
|
|
14108
14108
|
if (!Util.empty(this._securityToken)) {
|
|
14109
14109
|
request_.query["security_token"] = this._securityToken;
|