@leavepulse/control-sdk 0.3.50 → 0.3.52
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 +7 -0
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1969,11 +1969,14 @@ export interface components {
|
|
|
1969
1969
|
/** ComponentDTO */
|
|
1970
1970
|
ComponentDTO: {
|
|
1971
1971
|
asset_tag: string;
|
|
1972
|
+
/** @default */
|
|
1973
|
+
component_type_id: string;
|
|
1972
1974
|
confidence: string;
|
|
1973
1975
|
device_id: string;
|
|
1974
1976
|
id: string;
|
|
1975
1977
|
kind: string;
|
|
1976
1978
|
owner?: components["schemas"]["OwnerDTO"] | null;
|
|
1979
|
+
placement?: components["schemas"]["PlacementDTO"] | null;
|
|
1977
1980
|
serial: string;
|
|
1978
1981
|
spec: string;
|
|
1979
1982
|
state: string;
|
|
@@ -3320,6 +3323,8 @@ export interface components {
|
|
|
3320
3323
|
UpsertDeviceTypeRequest: {
|
|
3321
3324
|
/** @default 0 */
|
|
3322
3325
|
depth_mm?: number;
|
|
3326
|
+
/** @default */
|
|
3327
|
+
front_image?: string;
|
|
3323
3328
|
/** @default 0 */
|
|
3324
3329
|
height_mm?: number;
|
|
3325
3330
|
/** @default */
|
|
@@ -3342,6 +3347,8 @@ export interface components {
|
|
|
3342
3347
|
power_input?: string;
|
|
3343
3348
|
/** @default */
|
|
3344
3349
|
power_type?: string;
|
|
3350
|
+
/** @default */
|
|
3351
|
+
rear_image?: string;
|
|
3345
3352
|
/** @default 0 */
|
|
3346
3353
|
u_height?: number;
|
|
3347
3354
|
/** @default 0 */
|