@jealous-robot-dev/shared-types-responses 1.23.19 → 1.24.0
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.
|
@@ -171,10 +171,12 @@ export interface EventManagerFormsName {
|
|
|
171
171
|
export interface EventManagerFormsTime {
|
|
172
172
|
common: EventHostTimimgCommonPhrases;
|
|
173
173
|
when_can_be_applied: string;
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
174
|
+
descriptions: {
|
|
175
|
+
weekly: string;
|
|
176
|
+
schedule: string;
|
|
177
|
+
duration: string;
|
|
178
|
+
rescheduling: string;
|
|
179
|
+
};
|
|
178
180
|
}
|
|
179
181
|
export interface EventManagerFormsFee {
|
|
180
182
|
warning: string;
|