@connectedxm/admin 0.0.47 → 0.0.48

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.
package/dist/index.js CHANGED
@@ -9239,7 +9239,8 @@ var useGetEventTicketPurchases = (eventId = "", ticketId = "", checkedIn, params
9239
9239
  (params2) => GetEventTicketPurchases({
9240
9240
  ...params2,
9241
9241
  eventId,
9242
- ticketId
9242
+ ticketId,
9243
+ checkedIn
9243
9244
  }),
9244
9245
  params,
9245
9246
  {
package/dist/index.mjs CHANGED
@@ -7295,7 +7295,8 @@ var useGetEventTicketPurchases = (eventId = "", ticketId = "", checkedIn, params
7295
7295
  (params2) => GetEventTicketPurchases({
7296
7296
  ...params2,
7297
7297
  eventId,
7298
- ticketId
7298
+ ticketId,
7299
+ checkedIn
7299
7300
  }),
7300
7301
  params,
7301
7302
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {