@alicloud/polardb20170801 6.7.1 → 6.7.2

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
@@ -1540,6 +1540,9 @@ class Client extends openapi_core_1.default {
1540
1540
  request.memApplicationSpecShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.memApplicationSpec, "MemApplicationSpec", "json");
1541
1541
  }
1542
1542
  let query = {};
1543
+ if (!$dara.isNull(request.AIDBClusterId)) {
1544
+ query["AIDBClusterId"] = request.AIDBClusterId;
1545
+ }
1543
1546
  if (!$dara.isNull(request.applicationType)) {
1544
1547
  query["ApplicationType"] = request.applicationType;
1545
1548
  }
@@ -1573,6 +1576,21 @@ class Client extends openapi_core_1.default {
1573
1576
  if (!$dara.isNull(request.memApplicationSpecShrink)) {
1574
1577
  query["MemApplicationSpec"] = request.memApplicationSpecShrink;
1575
1578
  }
1579
+ if (!$dara.isNull(request.modelApi)) {
1580
+ query["ModelApi"] = request.modelApi;
1581
+ }
1582
+ if (!$dara.isNull(request.modelApiKey)) {
1583
+ query["ModelApiKey"] = request.modelApiKey;
1584
+ }
1585
+ if (!$dara.isNull(request.modelBaseUrl)) {
1586
+ query["ModelBaseUrl"] = request.modelBaseUrl;
1587
+ }
1588
+ if (!$dara.isNull(request.modelFrom)) {
1589
+ query["ModelFrom"] = request.modelFrom;
1590
+ }
1591
+ if (!$dara.isNull(request.modelName)) {
1592
+ query["ModelName"] = request.modelName;
1593
+ }
1576
1594
  if (!$dara.isNull(request.payType)) {
1577
1595
  query["PayType"] = request.payType;
1578
1596
  }