@connectedxm/admin 2.4.12 → 2.4.14
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.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1459,6 +1459,7 @@ interface BaseEventPass {
|
|
|
1459
1459
|
status: PurchaseStatus;
|
|
1460
1460
|
reservationId: string | null;
|
|
1461
1461
|
reservation: BaseEventRoomTypeReservation | null;
|
|
1462
|
+
matches: BaseMatch[];
|
|
1462
1463
|
couponId: string | null;
|
|
1463
1464
|
coupon: BaseCoupon | null;
|
|
1464
1465
|
packageId: string | null;
|
|
@@ -1692,6 +1693,7 @@ interface BaseRegistrationQuestion {
|
|
|
1692
1693
|
featured: boolean;
|
|
1693
1694
|
choices: BaseRegistrationQuestionChoice[];
|
|
1694
1695
|
matchType: MatchQuestionType;
|
|
1696
|
+
unique: boolean;
|
|
1695
1697
|
}
|
|
1696
1698
|
interface RegistrationQuestion extends BaseRegistrationQuestion {
|
|
1697
1699
|
sections: BaseRegistrationSectionQuestion[];
|
|
@@ -4537,6 +4539,7 @@ interface EventQuestionUpdateInputs {
|
|
|
4537
4539
|
sortOrder?: number | string | null;
|
|
4538
4540
|
featured?: boolean;
|
|
4539
4541
|
matchType?: keyof typeof MatchQuestionType;
|
|
4542
|
+
unique?: boolean;
|
|
4540
4543
|
}
|
|
4541
4544
|
interface CustomReportCreateInputs extends ReportFilters {
|
|
4542
4545
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1459,6 +1459,7 @@ interface BaseEventPass {
|
|
|
1459
1459
|
status: PurchaseStatus;
|
|
1460
1460
|
reservationId: string | null;
|
|
1461
1461
|
reservation: BaseEventRoomTypeReservation | null;
|
|
1462
|
+
matches: BaseMatch[];
|
|
1462
1463
|
couponId: string | null;
|
|
1463
1464
|
coupon: BaseCoupon | null;
|
|
1464
1465
|
packageId: string | null;
|
|
@@ -1692,6 +1693,7 @@ interface BaseRegistrationQuestion {
|
|
|
1692
1693
|
featured: boolean;
|
|
1693
1694
|
choices: BaseRegistrationQuestionChoice[];
|
|
1694
1695
|
matchType: MatchQuestionType;
|
|
1696
|
+
unique: boolean;
|
|
1695
1697
|
}
|
|
1696
1698
|
interface RegistrationQuestion extends BaseRegistrationQuestion {
|
|
1697
1699
|
sections: BaseRegistrationSectionQuestion[];
|
|
@@ -4537,6 +4539,7 @@ interface EventQuestionUpdateInputs {
|
|
|
4537
4539
|
sortOrder?: number | string | null;
|
|
4538
4540
|
featured?: boolean;
|
|
4539
4541
|
matchType?: keyof typeof MatchQuestionType;
|
|
4542
|
+
unique?: boolean;
|
|
4540
4543
|
}
|
|
4541
4544
|
interface CustomReportCreateInputs extends ReportFilters {
|
|
4542
4545
|
name: string;
|