@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.8.8",
3
+ "version": "2.8.9",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",