@jealous-robot-dev/shared-types-responses 1.28.9 → 1.28.13
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.
|
@@ -142,6 +142,17 @@ export interface EventManagerFormsUnsuspend {
|
|
|
142
142
|
pick_a_date: string;
|
|
143
143
|
ask_for_pw: string;
|
|
144
144
|
}
|
|
145
|
+
export interface EventManagerFormsUrgentCancellation {
|
|
146
|
+
event_rate_change: string;
|
|
147
|
+
host_rate_change: string;
|
|
148
|
+
booked_seances: string;
|
|
149
|
+
cancellations: string;
|
|
150
|
+
description: string;
|
|
151
|
+
income_loss: string;
|
|
152
|
+
no_seances: string;
|
|
153
|
+
consequences: string;
|
|
154
|
+
gold_badge_will_be_lost: string;
|
|
155
|
+
}
|
|
145
156
|
export interface EventManagerFormsSuspend {
|
|
146
157
|
description: string;
|
|
147
158
|
notice_on_events: {
|
|
@@ -221,7 +232,8 @@ export interface EventInManager {
|
|
|
221
232
|
passed_sessions: number;
|
|
222
233
|
suspended: boolean;
|
|
223
234
|
weekly: boolean;
|
|
224
|
-
|
|
235
|
+
booked_seances: number;
|
|
236
|
+
orders: number;
|
|
225
237
|
}
|
|
226
238
|
export interface EventManagerData {
|
|
227
239
|
events: EventInManager[];
|