@alicloud/eiam20211201 2.8.0 → 2.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
@@ -5600,6 +5600,9 @@ class Client extends openapi_core_1.default {
5600
5600
  async listApplicationsWithOptions(request, runtime) {
5601
5601
  request.validate();
5602
5602
  let query = {};
5603
+ if (!$dara.isNull(request.applicationCreationType)) {
5604
+ query["ApplicationCreationType"] = request.applicationCreationType;
5605
+ }
5603
5606
  if (!$dara.isNull(request.applicationIds)) {
5604
5607
  query["ApplicationIds"] = request.applicationIds;
5605
5608
  }