@leavepulse/control-sdk 0.3.55 → 0.3.56
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
|
@@ -3411,6 +3411,8 @@ export interface components {
|
|
|
3411
3411
|
ServiceDefDTO: {
|
|
3412
3412
|
/** @default false */
|
|
3413
3413
|
autopilot: boolean;
|
|
3414
|
+
/** @default false */
|
|
3415
|
+
bindings_stale: boolean;
|
|
3414
3416
|
compose_payload: string;
|
|
3415
3417
|
config_files?: components["schemas"]["ConfigFileDTO"][];
|
|
3416
3418
|
default_tag: string;
|