@leavepulse/control-sdk 0.3.56 → 0.3.58

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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.56",
3
+ "version": "0.3.58",
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: {