@leavepulse/control-sdk 0.3.57 → 0.3.59
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/package.json +1 -1
- package/types.ts +2 -0
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -3450,6 +3450,8 @@ export interface components {
|
|
|
3450
3450
|
requires?: Record<string, never>[];
|
|
3451
3451
|
spec?: components["schemas"]["ServiceSpec"] | null;
|
|
3452
3452
|
stack: string;
|
|
3453
|
+
/** @default false */
|
|
3454
|
+
swap_abandoned: boolean;
|
|
3453
3455
|
target_hosts: string[];
|
|
3454
3456
|
target_tags: string[];
|
|
3455
3457
|
/** @default false */
|