@leavepulse/control-sdk 0.3.46 → 0.3.47

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 +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/control-sdk",
3
- "version": "0.3.46",
3
+ "version": "0.3.47",
4
4
  "description": "Generated resource SDK (@leavepulse/control-sdk).",
5
5
  "type": "module",
6
6
  "module": "index.ts",
package/types.ts CHANGED
@@ -1847,6 +1847,8 @@ export interface components {
1847
1847
  role?: string;
1848
1848
  subject_id: string;
1849
1849
  subject_kind: string;
1850
+ /** @default */
1851
+ thumb_key?: string;
1850
1852
  };
1851
1853
  /** AffectedDeviceDTO */
1852
1854
  AffectedDeviceDTO: {
@@ -2790,6 +2792,8 @@ export interface components {
2790
2792
  id: string;
2791
2793
  position: number;
2792
2794
  role: string;
2795
+ /** @default */
2796
+ thumb_url: string;
2793
2797
  url: string;
2794
2798
  };
2795
2799
  /** PlacementDTO */