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.
- package/dist/types.gen.d.ts +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|