@leavepulse/control-sdk 0.3.52 → 0.3.54
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 -8
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -1552,7 +1552,7 @@ export interface paths {
|
|
|
1552
1552
|
};
|
|
1553
1553
|
get?: never;
|
|
1554
1554
|
put?: never;
|
|
1555
|
-
/**
|
|
1555
|
+
/** Register a metrics collector already running on a host */
|
|
1556
1556
|
post: operations["control.hosts.install_exporter"];
|
|
1557
1557
|
delete?: never;
|
|
1558
1558
|
options?: never;
|
|
@@ -2828,23 +2828,17 @@ export interface components {
|
|
|
2828
2828
|
};
|
|
2829
2829
|
/** PlacementInput */
|
|
2830
2830
|
PlacementInput: {
|
|
2831
|
-
/** @default */
|
|
2832
|
-
bin: string;
|
|
2833
2831
|
location_id: string;
|
|
2834
2832
|
/** @default */
|
|
2835
2833
|
rack_id: string;
|
|
2836
2834
|
/** @default */
|
|
2837
|
-
|
|
2838
|
-
/** @default */
|
|
2839
|
-
shelf_rack: string;
|
|
2835
|
+
storage_node_id: string;
|
|
2840
2836
|
/** @default */
|
|
2841
2837
|
style: string;
|
|
2842
2838
|
/** @default 0 */
|
|
2843
2839
|
u_position: number;
|
|
2844
2840
|
/** @default 0 */
|
|
2845
2841
|
u_size: number;
|
|
2846
|
-
/** @default */
|
|
2847
|
-
zone: string;
|
|
2848
2842
|
};
|
|
2849
2843
|
/** PortCheckRequest */
|
|
2850
2844
|
PortCheckRequest: {
|
|
@@ -3207,6 +3201,7 @@ export interface components {
|
|
|
3207
3201
|
/** UpdateComponentRequest */
|
|
3208
3202
|
UpdateComponentRequest: {
|
|
3209
3203
|
asset_tag?: string | null;
|
|
3204
|
+
component_type_id?: string | null;
|
|
3210
3205
|
confidence?: string | null;
|
|
3211
3206
|
device_id?: string | null;
|
|
3212
3207
|
kind?: string | null;
|