@connectedxm/client 8.0.8 → 8.0.10

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 +5 -5
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3001,14 +3001,14 @@ interface EventConfig {
3001
3001
  name: string;
3002
3002
  description: string;
3003
3003
  price: number;
3004
- prices: {
3005
- passTypeId: string;
3006
- price: number;
3007
- }[];
3008
3004
  startTime: string;
3009
3005
  soldout: boolean;
3010
3006
  allowedPassTypes: string[];
3011
3007
  allowedTiers: string[];
3008
+ prices: {
3009
+ passTypeId: string;
3010
+ price: number;
3011
+ }[];
3012
3012
  image: {
3013
3013
  id: string;
3014
3014
  uri: string;
@@ -3051,7 +3051,7 @@ interface EventConfig {
3051
3051
  value: string;
3052
3052
  description?: string;
3053
3053
  subQuestionIds?: string[];
3054
- soldout: boolean;
3054
+ supply: number | null;
3055
3055
  }[];
3056
3056
  }[];
3057
3057
  HAS_ADD_ONS_STEP: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.8",
3
+ "version": "8.0.10",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",