@alicloud/polardb20170801 6.2.0 → 6.2.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.js +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +1 -0
- package/dist/models/CreateApplicationRequest.js +2 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/CreateApplicationRequest.ts +3 -0
- package/src/models/CreateApplicationShrinkRequest.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -1475,6 +1475,9 @@ class Client extends openapi_core_1.default {
|
|
|
1475
1475
|
if (!$dara.isNull(request.architecture)) {
|
|
1476
1476
|
query["Architecture"] = request.architecture;
|
|
1477
1477
|
}
|
|
1478
|
+
if (!$dara.isNull(request.autoCreatePolarFs)) {
|
|
1479
|
+
query["AutoCreatePolarFs"] = request.autoCreatePolarFs;
|
|
1480
|
+
}
|
|
1478
1481
|
if (!$dara.isNull(request.autoRenew)) {
|
|
1479
1482
|
query["AutoRenew"] = request.autoRenew;
|
|
1480
1483
|
}
|