@leavepulse/control-sdk 0.3.56 → 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.
- package/package.json +1 -1
- package/types.ts +4 -0
package/package.json
CHANGED
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: {
|