@connectedxm/client 8.0.5 → 8.0.6

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 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1352,12 +1352,14 @@ interface RegistrationDraftPass {
1352
1352
  passTypeId: string;
1353
1353
  addOns: {
1354
1354
  id: string;
1355
+ addOnId: string;
1355
1356
  price?: number;
1356
1357
  discount?: number;
1357
1358
  total?: number;
1358
1359
  }[];
1359
- sessions: {
1360
+ accesses: {
1360
1361
  id: string;
1362
+ sessionId: string;
1361
1363
  price?: number;
1362
1364
  discount?: number;
1363
1365
  total?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "8.0.5",
3
+ "version": "8.0.6",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",