@connectedxm/client 0.2.9 → 0.2.10

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.d.mts CHANGED
@@ -441,6 +441,7 @@ interface BasePurchase {
441
441
  email: string;
442
442
  createdAt: string;
443
443
  } | null;
444
+ registrationId: string;
444
445
  ticketId: string | null;
445
446
  ticket: BaseTicket | null;
446
447
  responses: BaseRegistrationQuestionResponse[];
package/dist/index.d.ts CHANGED
@@ -441,6 +441,7 @@ interface BasePurchase {
441
441
  email: string;
442
442
  createdAt: string;
443
443
  } | null;
444
+ registrationId: string;
444
445
  ticketId: string | null;
445
446
  ticket: BaseTicket | null;
446
447
  responses: BaseRegistrationQuestionResponse[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {