@connectedxm/admin 0.0.37 → 0.0.38

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
@@ -3502,6 +3502,7 @@ interface EventTicketCreateInputs {
3502
3502
  supply?: number | string | null;
3503
3503
  minQuantityPerSale?: number | string | null;
3504
3504
  maxQuantityPerSale?: number | string | null;
3505
+ limitPerAccount?: number | string | null;
3505
3506
  emailDomains?: string | null;
3506
3507
  sortOrder?: number | string | null;
3507
3508
  reservationStart?: string | null;
@@ -3527,6 +3528,7 @@ interface EventTicketUpdateInputs {
3527
3528
  supply?: number | string | null;
3528
3529
  minQuantityPerSale?: number | string | null;
3529
3530
  maxQuantityPerSale?: number | string | null;
3531
+ limitPerAccount?: number | string | null;
3530
3532
  emailDomains?: string | null;
3531
3533
  sortOrder?: number | string | null;
3532
3534
  reservationStart?: string | null;
package/dist/index.d.ts CHANGED
@@ -3502,6 +3502,7 @@ interface EventTicketCreateInputs {
3502
3502
  supply?: number | string | null;
3503
3503
  minQuantityPerSale?: number | string | null;
3504
3504
  maxQuantityPerSale?: number | string | null;
3505
+ limitPerAccount?: number | string | null;
3505
3506
  emailDomains?: string | null;
3506
3507
  sortOrder?: number | string | null;
3507
3508
  reservationStart?: string | null;
@@ -3527,6 +3528,7 @@ interface EventTicketUpdateInputs {
3527
3528
  supply?: number | string | null;
3528
3529
  minQuantityPerSale?: number | string | null;
3529
3530
  maxQuantityPerSale?: number | string | null;
3531
+ limitPerAccount?: number | string | null;
3530
3532
  emailDomains?: string | null;
3531
3533
  sortOrder?: number | string | null;
3532
3534
  reservationStart?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {