@alicloud/websitebuild20250429 2.36.2 → 2.36.3

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 CHANGED
@@ -1962,7 +1962,7 @@ export default class Client extends OpenApi {
1962
1962
  */
1963
1963
  listAppTemplateDicts(request: $_model.ListAppTemplateDictsRequest): Promise<$_model.ListAppTemplateDictsResponse>;
1964
1964
  /**
1965
- * Queries the list of website templates.
1965
+ * Queries a list of templates.
1966
1966
  *
1967
1967
  * @remarks
1968
1968
  * Retrieves the configuration information of the code generation plugin.
@@ -1973,7 +1973,7 @@ export default class Client extends OpenApi {
1973
1973
  */
1974
1974
  listAppTemplatesWithOptions(request: $_model.ListAppTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAppTemplatesResponse>;
1975
1975
  /**
1976
- * Queries the list of website templates.
1976
+ * Queries a list of templates.
1977
1977
  *
1978
1978
  * @remarks
1979
1979
  * Retrieves the configuration information of the code generation plugin.
package/dist/client.js CHANGED
@@ -5276,7 +5276,7 @@ class Client extends openapi_core_1.default {
5276
5276
  return await this.listAppTemplateDictsWithOptions(request, runtime);
5277
5277
  }
5278
5278
  /**
5279
- * Queries the list of website templates.
5279
+ * Queries a list of templates.
5280
5280
  *
5281
5281
  * @remarks
5282
5282
  * Retrieves the configuration information of the code generation plugin.
@@ -5306,6 +5306,12 @@ class Client extends openapi_core_1.default {
5306
5306
  if (!$dara.isNull(request.nextToken)) {
5307
5307
  query["NextToken"] = request.nextToken;
5308
5308
  }
5309
+ if (!$dara.isNull(request.orderColumn)) {
5310
+ query["OrderColumn"] = request.orderColumn;
5311
+ }
5312
+ if (!$dara.isNull(request.orderType)) {
5313
+ query["OrderType"] = request.orderType;
5314
+ }
5309
5315
  if (!$dara.isNull(request.pageNum)) {
5310
5316
  query["PageNum"] = request.pageNum;
5311
5317
  }
@@ -5335,7 +5341,7 @@ class Client extends openapi_core_1.default {
5335
5341
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppTemplatesResponse({}));
5336
5342
  }
5337
5343
  /**
5338
- * Queries the list of website templates.
5344
+ * Queries a list of templates.
5339
5345
  *
5340
5346
  * @remarks
5341
5347
  * Retrieves the configuration information of the code generation plugin.