@leavepulse/control-sdk 0.3.47 → 0.3.48
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 +3 -3
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1902,7 +1902,7 @@ export interface components {
|
|
|
1902
1902
|
asset_tag: string;
|
|
1903
1903
|
color: string;
|
|
1904
1904
|
id: string;
|
|
1905
|
-
|
|
1905
|
+
length_cm: number;
|
|
1906
1906
|
owner?: components["schemas"]["OwnerDTO"] | null;
|
|
1907
1907
|
photos?: components["schemas"]["PhotoDTO"][];
|
|
1908
1908
|
spec_json: string;
|
|
@@ -2069,7 +2069,7 @@ export interface components {
|
|
|
2069
2069
|
/** @default */
|
|
2070
2070
|
confidence?: string;
|
|
2071
2071
|
/** @default 0 */
|
|
2072
|
-
|
|
2072
|
+
length_cm?: number;
|
|
2073
2073
|
ownership?: components["schemas"]["OwnershipInput"] | null;
|
|
2074
2074
|
/** @default */
|
|
2075
2075
|
spec_json?: string;
|
|
@@ -3182,7 +3182,7 @@ export interface components {
|
|
|
3182
3182
|
asset_tag?: string | null;
|
|
3183
3183
|
color?: string | null;
|
|
3184
3184
|
confidence?: string | null;
|
|
3185
|
-
|
|
3185
|
+
length_cm?: number | null;
|
|
3186
3186
|
ownership?: components["schemas"]["OwnershipInput"] | null;
|
|
3187
3187
|
spec_json?: string | null;
|
|
3188
3188
|
terminals?: components["schemas"]["CableTerminalInput"][] | null;
|