@jealous-robot-dev/shared-types-responses 1.23.15 → 1.23.19
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.
|
@@ -71,7 +71,13 @@ export interface EventManagerPhrases {
|
|
|
71
71
|
name: string;
|
|
72
72
|
description: string;
|
|
73
73
|
capacity: string;
|
|
74
|
-
|
|
74
|
+
};
|
|
75
|
+
event_time: {
|
|
76
|
+
label: string;
|
|
77
|
+
rescheduling: string;
|
|
78
|
+
duration: string;
|
|
79
|
+
schedule: string;
|
|
80
|
+
weekly: string;
|
|
75
81
|
};
|
|
76
82
|
event_additional_data: {
|
|
77
83
|
label: string;
|
|
@@ -164,6 +170,7 @@ export interface EventManagerFormsName {
|
|
|
164
170
|
}
|
|
165
171
|
export interface EventManagerFormsTime {
|
|
166
172
|
common: EventHostTimimgCommonPhrases;
|
|
173
|
+
when_can_be_applied: string;
|
|
167
174
|
compose_schedule: string;
|
|
168
175
|
restore_previous: string;
|
|
169
176
|
description: string;
|
|
@@ -209,6 +216,7 @@ export interface EventInManager {
|
|
|
209
216
|
next_session: string | null;
|
|
210
217
|
passed_sessions: number;
|
|
211
218
|
suspended: boolean;
|
|
219
|
+
weekly: boolean;
|
|
212
220
|
can_be_deleted: boolean;
|
|
213
221
|
}
|
|
214
222
|
export interface EventManagerData {
|