@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +3 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.52",
3
+ "version": "0.3.54",
4
4
  "description": "Generated resource SDK (@leavepulse/control-sdk).",
5
5
  "type": "module",
6
6
  "module": "index.ts",
package/types.ts CHANGED
@@ -1552,7 +1552,7 @@ export interface paths {
1552
1552
  };
1553
1553
  get?: never;
1554
1554
  put?: never;
1555
- /** Install a metrics exporter on a host */
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
- shelf: string;
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;