@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
- compose_schedule: string;
175
- restore_previous: string;
176
- description: string;
177
- start_from: string;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.23.19",
3
+ "version": "1.24.0",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",