@alicloud/dts20200101 1.8.0 → 1.8.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 CHANGED
@@ -1653,6 +1653,9 @@ class Client extends openapi_core_1.default {
1653
1653
  if (!$dara.isNull(request.feeType)) {
1654
1654
  query["FeeType"] = request.feeType;
1655
1655
  }
1656
+ if (!$dara.isNull(request.insightModule)) {
1657
+ query["InsightModule"] = request.insightModule;
1658
+ }
1656
1659
  if (!$dara.isNull(request.instanceClass)) {
1657
1660
  query["InstanceClass"] = request.instanceClass;
1658
1661
  }