@alicloud/ecd20200930 4.11.2 → 4.11.4
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 +9 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeDesktopInfoRequest.d.ts +1 -0
- package/dist/models/DescribeDesktopInfoRequest.js +2 -0
- package/dist/models/DescribeDesktopInfoRequest.js.map +1 -1
- package/dist/models/DescribeModificationPriceRequest.d.ts +1 -0
- package/dist/models/DescribeModificationPriceRequest.js +2 -0
- package/dist/models/DescribeModificationPriceRequest.js.map +1 -1
- package/dist/models/DescribeRenewalPriceRequest.d.ts +1 -0
- package/dist/models/DescribeRenewalPriceRequest.js +2 -0
- package/dist/models/DescribeRenewalPriceRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +12 -0
- package/src/models/DescribeDesktopInfoRequest.ts +3 -0
- package/src/models/DescribeModificationPriceRequest.ts +3 -0
- package/src/models/DescribeRenewalPriceRequest.ts +3 -0
package/dist/client.js
CHANGED
|
@@ -6531,6 +6531,9 @@ class Client extends openapi_core_1.default {
|
|
|
6531
6531
|
if (!$dara.isNull(request.desktopId)) {
|
|
6532
6532
|
query["DesktopId"] = request.desktopId;
|
|
6533
6533
|
}
|
|
6534
|
+
if (!$dara.isNull(request.needExtraInfo)) {
|
|
6535
|
+
query["NeedExtraInfo"] = request.needExtraInfo;
|
|
6536
|
+
}
|
|
6534
6537
|
if (!$dara.isNull(request.regionId)) {
|
|
6535
6538
|
query["RegionId"] = request.regionId;
|
|
6536
6539
|
}
|
|
@@ -8020,6 +8023,9 @@ class Client extends openapi_core_1.default {
|
|
|
8020
8023
|
if (!$dara.isNull(request.instanceType)) {
|
|
8021
8024
|
query["InstanceType"] = request.instanceType;
|
|
8022
8025
|
}
|
|
8026
|
+
if (!$dara.isNull(request.promotionId)) {
|
|
8027
|
+
query["PromotionId"] = request.promotionId;
|
|
8028
|
+
}
|
|
8023
8029
|
if (!$dara.isNull(request.regionId)) {
|
|
8024
8030
|
query["RegionId"] = request.regionId;
|
|
8025
8031
|
}
|
|
@@ -8774,6 +8780,9 @@ class Client extends openapi_core_1.default {
|
|
|
8774
8780
|
if (!$dara.isNull(request.periodUnit)) {
|
|
8775
8781
|
query["PeriodUnit"] = request.periodUnit;
|
|
8776
8782
|
}
|
|
8783
|
+
if (!$dara.isNull(request.promotionId)) {
|
|
8784
|
+
query["PromotionId"] = request.promotionId;
|
|
8785
|
+
}
|
|
8777
8786
|
if (!$dara.isNull(request.regionId)) {
|
|
8778
8787
|
query["RegionId"] = request.regionId;
|
|
8779
8788
|
}
|