@leavepulse/control-sdk 0.3.55 → 0.3.57

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.55",
3
+ "version": "0.3.57",
4
4
  "description": "Generated resource SDK (@leavepulse/control-sdk).",
5
5
  "type": "module",
6
6
  "module": "index.ts",
package/types.ts CHANGED
@@ -2147,6 +2147,8 @@ export interface components {
2147
2147
  label: string;
2148
2148
  port_id: string;
2149
2149
  port_label: string;
2150
+ /** @default */
2151
+ power_interface_id: string;
2150
2152
  };
2151
2153
  /** CableTerminalInput */
2152
2154
  CableTerminalInput: {
@@ -2155,6 +2157,8 @@ export interface components {
2155
2157
  label: string;
2156
2158
  /** @default */
2157
2159
  port_id: string;
2160
+ /** @default */
2161
+ power_interface_id: string;
2158
2162
  };
2159
2163
  /** CanvasViewDTO */
2160
2164
  CanvasViewDTO: {
@@ -3411,6 +3415,8 @@ export interface components {
3411
3415
  ServiceDefDTO: {
3412
3416
  /** @default false */
3413
3417
  autopilot: boolean;
3418
+ /** @default false */
3419
+ bindings_stale: boolean;
3414
3420
  compose_payload: string;
3415
3421
  config_files?: components["schemas"]["ConfigFileDTO"][];
3416
3422
  default_tag: string;