@connectedxm/client 8.1.1 → 8.1.2

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2940,6 +2940,7 @@ interface EventConfig {
2940
2940
  height: number;
2941
2941
  } | null;
2942
2942
  pricePerNight: boolean;
2943
+ includedNights: number;
2943
2944
  allowedPassTypesIds: string[];
2944
2945
  allowedTiersIds: string[];
2945
2946
  disallowedTiersIds: string[];
@@ -3000,6 +3001,7 @@ interface EventConfig {
3000
3001
  HAS_SESSIONS_STEP: boolean;
3001
3002
  SESSIONS: {
3002
3003
  id: string;
3004
+ slug: string;
3003
3005
  name: string;
3004
3006
  description: string;
3005
3007
  price: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",