@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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|