@connectedxm/admin 2.0.6 → 2.0.7
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
|
@@ -2532,6 +2532,9 @@ interface EventRoomType extends BaseEventRoomType {
|
|
|
2532
2532
|
disallowedTiers: BaseTier[];
|
|
2533
2533
|
createdAt: string;
|
|
2534
2534
|
updatedAt: string;
|
|
2535
|
+
_count?: {
|
|
2536
|
+
reservations: number;
|
|
2537
|
+
};
|
|
2535
2538
|
}
|
|
2536
2539
|
interface EventRoomTypeTranslation {
|
|
2537
2540
|
id: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -2532,6 +2532,9 @@ interface EventRoomType extends BaseEventRoomType {
|
|
|
2532
2532
|
disallowedTiers: BaseTier[];
|
|
2533
2533
|
createdAt: string;
|
|
2534
2534
|
updatedAt: string;
|
|
2535
|
+
_count?: {
|
|
2536
|
+
reservations: number;
|
|
2537
|
+
};
|
|
2535
2538
|
}
|
|
2536
2539
|
interface EventRoomTypeTranslation {
|
|
2537
2540
|
id: number;
|