waldur-js-client 7.8.5-dev.5 → 7.8.5-dev.6

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.
@@ -30323,6 +30323,7 @@ export type MarketplaceServiceProvidersCustomerProjectsListData = {
30323
30323
  customer_native_name?: string;
30324
30324
  description?: string;
30325
30325
  field?: Array<'billing_price_estimate' | 'description' | 'end_date' | 'name' | 'resources_count' | 'users_count' | 'uuid'>;
30326
+ is_removed?: boolean;
30326
30327
  /**
30327
30328
  * Modified after
30328
30329
  */
@@ -30672,6 +30673,7 @@ export type MarketplaceServiceProvidersProjectsListData = {
30672
30673
  customer_native_name?: string;
30673
30674
  description?: string;
30674
30675
  field?: Array<'backend_id' | 'billing_price_estimate' | 'created' | 'customer' | 'customer_abbreviation' | 'customer_display_billing_info_in_projects' | 'customer_name' | 'customer_native_name' | 'customer_slug' | 'customer_uuid' | 'description' | 'end_date' | 'end_date_requested_by' | 'image' | 'is_industry' | 'is_removed' | 'kind' | 'marketplace_resource_count' | 'max_service_accounts' | 'name' | 'oecd_fos_2007_code' | 'oecd_fos_2007_label' | 'project_credit' | 'resources_count' | 'slug' | 'start_date' | 'type' | 'type_name' | 'type_uuid' | 'url' | 'uuid'>;
30676
+ is_removed?: boolean;
30675
30677
  /**
30676
30678
  * Modified after
30677
30679
  */
@@ -37240,6 +37242,7 @@ export type ProjectsListData = {
37240
37242
  * Include soft-deleted (terminated) projects. Only available to staff and support users, or users with organizational roles who can see their terminated projects.
37241
37243
  */
37242
37244
  include_terminated?: boolean;
37245
+ is_removed?: boolean;
37243
37246
  /**
37244
37247
  * Modified after
37245
37248
  */
@@ -37305,6 +37308,7 @@ export type ProjectsCountData = {
37305
37308
  * Include soft-deleted (terminated) projects. Only available to staff and support users, or users with organizational roles who can see their terminated projects.
37306
37309
  */
37307
37310
  include_terminated?: boolean;
37311
+ is_removed?: boolean;
37308
37312
  /**
37309
37313
  * Modified after
37310
37314
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.5-dev.5",
3
+ "version": "7.8.5-dev.6",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",