@connectedxm/admin 2.8.8 → 2.8.9
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/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -304,10 +304,10 @@ interface BaseTier {
|
|
|
304
304
|
iconName: string;
|
|
305
305
|
color: string | null;
|
|
306
306
|
internal: boolean;
|
|
307
|
+
imageId: string | null;
|
|
308
|
+
image: BaseImage | null;
|
|
307
309
|
}
|
|
308
310
|
interface Tier extends BaseTier {
|
|
309
|
-
imageId: string;
|
|
310
|
-
image: BaseImage;
|
|
311
311
|
description: string | null;
|
|
312
312
|
createdAt: string;
|
|
313
313
|
updatedAt: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -304,10 +304,10 @@ interface BaseTier {
|
|
|
304
304
|
iconName: string;
|
|
305
305
|
color: string | null;
|
|
306
306
|
internal: boolean;
|
|
307
|
+
imageId: string | null;
|
|
308
|
+
image: BaseImage | null;
|
|
307
309
|
}
|
|
308
310
|
interface Tier extends BaseTier {
|
|
309
|
-
imageId: string;
|
|
310
|
-
image: BaseImage;
|
|
311
311
|
description: string | null;
|
|
312
312
|
createdAt: string;
|
|
313
313
|
updatedAt: string;
|