@connectedxm/client 8.1.1 → 8.1.3

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -221,6 +221,7 @@ interface SelfRelationships {
221
221
  events: Record<string, boolean>;
222
222
  channels: Record<string, boolean>;
223
223
  threads: Record<string, boolean>;
224
+ tiers: Record<string, boolean>;
224
225
  }
225
226
  interface BaseSelf {
226
227
  id: string;
@@ -2940,6 +2941,7 @@ interface EventConfig {
2940
2941
  height: number;
2941
2942
  } | null;
2942
2943
  pricePerNight: boolean;
2944
+ includedNights: number;
2943
2945
  allowedPassTypesIds: string[];
2944
2946
  allowedTiersIds: string[];
2945
2947
  disallowedTiersIds: string[];
@@ -3000,6 +3002,7 @@ interface EventConfig {
3000
3002
  HAS_SESSIONS_STEP: boolean;
3001
3003
  SESSIONS: {
3002
3004
  id: string;
3005
+ slug: string;
3003
3006
  name: string;
3004
3007
  description: string;
3005
3008
  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.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",