waldur-js-client 8.0.9-dev.7 → 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 +1 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -22081,6 +22081,7 @@ export type ResourceProject = {
|
|
|
22081
22081
|
* Required. 128 characters or fewer. Lowercase letters, numbers and @/./+/-/_ characters
|
|
22082
22082
|
*/
|
|
22083
22083
|
readonly removed_by_username: string;
|
|
22084
|
+
readonly termination_metadata: unknown;
|
|
22084
22085
|
};
|
|
22085
22086
|
export type ResourceProjectBackendId = {
|
|
22086
22087
|
backend_id: string;
|