@connectedxm/client 5.0.3 → 5.0.4

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -368,6 +368,11 @@ interface RegistrationEventDetails extends BaseEvent {
368
368
  registrationLimit: number;
369
369
  registrationStart: string;
370
370
  registrationEnd: string;
371
+ allowMultipleRegistrations: boolean;
372
+ allowSplitPayment: boolean;
373
+ splitPaymentPercentage: number;
374
+ splitPaymentNetDays: number | null;
375
+ splitPaymentDueDate: string | null;
371
376
  tickets: {
372
377
  enableCoupons: boolean;
373
378
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",