@leavepulse/control-sdk 0.3.35 → 0.3.36

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 +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.35",
3
+ "version": "0.3.36",
4
4
  "description": "Generated resource SDK (@leavepulse/control-sdk).",
5
5
  "type": "module",
6
6
  "module": "index.ts",
package/types.ts CHANGED
@@ -2364,12 +2364,20 @@ export interface components {
2364
2364
  /** PlacementDTO */
2365
2365
  PlacementDTO: {
2366
2366
  address: string;
2367
+ /** @default */
2368
+ bin: string;
2367
2369
  id: string;
2368
2370
  location_id: string;
2369
2371
  rack_id: string;
2372
+ /** @default */
2373
+ shelf: string;
2374
+ /** @default */
2375
+ shelf_rack: string;
2370
2376
  style: string;
2371
2377
  u_position: number;
2372
2378
  u_size: number;
2379
+ /** @default */
2380
+ zone: string;
2373
2381
  };
2374
2382
  /** PlacementInput */
2375
2383
  PlacementInput: {