@connectedxm/client 8.0.4 → 8.0.5

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/dist/index.d.ts +7 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2872,6 +2872,7 @@ interface EventConfig {
2872
2872
  price: number;
2873
2873
  shortDescription: string;
2874
2874
  longDescription: string | null;
2875
+ featured: boolean;
2875
2876
  image: {
2876
2877
  id: string;
2877
2878
  uri: string;
@@ -2992,6 +2993,12 @@ interface EventConfig {
2992
2993
  price: number;
2993
2994
  startTime: string;
2994
2995
  soldout: boolean;
2996
+ image: {
2997
+ id: string;
2998
+ uri: string;
2999
+ width: number;
3000
+ height: number;
3001
+ } | null;
2995
3002
  allowedPassTypes: string[];
2996
3003
  allowedTiers: string[];
2997
3004
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",