@jealous-robot-dev/shared-types-responses 1.28.9 → 1.28.10
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
|
+
booked_seances: string;
|
|
147
|
+
cancellations: string;
|
|
148
|
+
description: string;
|
|
149
|
+
income_loss: string;
|
|
150
|
+
rate_change: string;
|
|
151
|
+
no_seances: string;
|
|
152
|
+
gold_badge: 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: {
|