@leavepulse/control-sdk 0.3.53 → 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 +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.53",
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
@@ -3201,6 +3201,7 @@ export interface components {
3201
3201
  /** UpdateComponentRequest */
3202
3202
  UpdateComponentRequest: {
3203
3203
  asset_tag?: string | null;
3204
+ component_type_id?: string | null;
3204
3205
  confidence?: string | null;
3205
3206
  device_id?: string | null;
3206
3207
  kind?: string | null;