waldur-js-client 8.0.9-dev.6 → 8.0.9-dev.8

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.
@@ -22074,6 +22074,14 @@ export type ResourceProject = {
22074
22074
  readonly resource_name: string;
22075
22075
  readonly created: string;
22076
22076
  readonly modified: string;
22077
+ readonly is_removed: boolean;
22078
+ readonly removed_date: string | null;
22079
+ readonly removed_by: number | null;
22080
+ /**
22081
+ * Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
22082
+ */
22083
+ readonly removed_by_username: string;
22084
+ readonly termination_metadata: unknown;
22077
22085
  };
22078
22086
  export type ResourceProjectBackendId = {
22079
22087
  backend_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.9-dev.6",
3
+ "version": "8.0.9-dev.8",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",