@antchain/ato 1.14.40 → 1.14.41
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 -0
- package/dist/client.js +3 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +7 -1
package/dist/client.d.ts
CHANGED
package/dist/client.js
CHANGED
|
@@ -2339,6 +2339,7 @@ class CancelFundPlanRequest extends $tea.Model {
|
|
|
2339
2339
|
fundId: 'fund_id',
|
|
2340
2340
|
operation: 'operation',
|
|
2341
2341
|
redeemAmount: 'redeem_amount',
|
|
2342
|
+
redeemType: 'redeem_type',
|
|
2342
2343
|
};
|
|
2343
2344
|
}
|
|
2344
2345
|
static types() {
|
|
@@ -2351,6 +2352,7 @@ class CancelFundPlanRequest extends $tea.Model {
|
|
|
2351
2352
|
fundId: 'string',
|
|
2352
2353
|
operation: 'string',
|
|
2353
2354
|
redeemAmount: 'number',
|
|
2355
|
+
redeemType: 'string',
|
|
2354
2356
|
};
|
|
2355
2357
|
}
|
|
2356
2358
|
}
|
|
@@ -11037,7 +11039,7 @@ class Client {
|
|
|
11037
11039
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
11038
11040
|
access_key: this._accessKeyId,
|
|
11039
11041
|
base_sdk_version: "TeaSDK-2.0",
|
|
11040
|
-
sdk_version: "1.14.
|
|
11042
|
+
sdk_version: "1.14.41",
|
|
11041
11043
|
_prod_code: "ATO",
|
|
11042
11044
|
_prod_channel: "undefined",
|
|
11043
11045
|
};
|