tickera-angular-components 0.0.1-dev.80 → 0.0.1-dev.81
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/index.d.ts +2 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -944,10 +944,11 @@ interface Show extends Auditable {
|
|
|
944
944
|
show_gender_id: number | null;
|
|
945
945
|
show_category: ShowCategory | null;
|
|
946
946
|
show_category_id: number | null;
|
|
947
|
+
default_room_map: RoomMap | null;
|
|
947
948
|
default_room_map_id: number | null;
|
|
948
949
|
is_published: boolean;
|
|
949
950
|
images: ShowImage[];
|
|
950
|
-
terms_and_conditions: string;
|
|
951
|
+
terms_and_conditions: string | null;
|
|
951
952
|
performances_quantity?: number;
|
|
952
953
|
performances?: Performance[];
|
|
953
954
|
next_performance?: Performance;
|