@connectedxm/admin 4.2.10 → 4.2.11
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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2685,7 +2685,6 @@ interface BaseEventPassType {
|
|
|
2685
2685
|
createdAt: string;
|
|
2686
2686
|
updatedAt: string;
|
|
2687
2687
|
requiredPassTypeId: string | null;
|
|
2688
|
-
requiredPassType: BaseEventPassType | null;
|
|
2689
2688
|
}
|
|
2690
2689
|
interface EventPassType extends BaseEventPassType {
|
|
2691
2690
|
overrideStartDate: string | null;
|
|
@@ -2696,7 +2695,7 @@ interface EventPassType extends BaseEventPassType {
|
|
|
2696
2695
|
_count: {
|
|
2697
2696
|
purchases: number;
|
|
2698
2697
|
};
|
|
2699
|
-
|
|
2698
|
+
requiredPassType: BaseEventPassType | null;
|
|
2700
2699
|
}
|
|
2701
2700
|
interface BaseEventPassTypePriceSchedule {
|
|
2702
2701
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2685,7 +2685,6 @@ interface BaseEventPassType {
|
|
|
2685
2685
|
createdAt: string;
|
|
2686
2686
|
updatedAt: string;
|
|
2687
2687
|
requiredPassTypeId: string | null;
|
|
2688
|
-
requiredPassType: BaseEventPassType | null;
|
|
2689
2688
|
}
|
|
2690
2689
|
interface EventPassType extends BaseEventPassType {
|
|
2691
2690
|
overrideStartDate: string | null;
|
|
@@ -2696,7 +2695,7 @@ interface EventPassType extends BaseEventPassType {
|
|
|
2696
2695
|
_count: {
|
|
2697
2696
|
purchases: number;
|
|
2698
2697
|
};
|
|
2699
|
-
|
|
2698
|
+
requiredPassType: BaseEventPassType | null;
|
|
2700
2699
|
}
|
|
2701
2700
|
interface BaseEventPassTypePriceSchedule {
|
|
2702
2701
|
id: string;
|