@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.
- package/package.json +1 -1
- package/types.ts +4 -0
package/package.json
CHANGED
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 */
|