@connectedxm/client 8.0.8 → 8.0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3001,10 +3001,7 @@ interface EventConfig {
3001
3001
  name: string;
3002
3002
  description: string;
3003
3003
  price: number;
3004
- prices: {
3005
- passTypeId: string;
3006
- price: number;
3007
- }[];
3004
+ prices: SessionPrice[];
3008
3005
  startTime: string;
3009
3006
  soldout: boolean;
3010
3007
  allowedPassTypes: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.8",
3
+ "version": "8.0.9",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",