@jealous-robot-dev/shared-types-responses 1.23.17 → 1.24.1

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.
@@ -97,13 +97,12 @@ export interface EventCommonData {
97
97
  event_organizer: UserInEvent;
98
98
  }
99
99
  export interface ConciseEventData {
100
- event_picture: string;
101
- event_id: string;
102
- event_name: string;
103
- event_raiting: number | null;
104
- event_reviews_count: number;
105
- event_type: EventTypes;
106
- event_organizer?: string;
100
+ picture: string;
101
+ id: string;
102
+ name: string;
103
+ raiting: number;
104
+ reviews_count: number;
105
+ type: EventTypes;
107
106
  }
108
107
  export interface PhrasedEventType {
109
108
  type: EventTypes;
@@ -73,6 +73,7 @@ export interface EventManagerPhrases {
73
73
  capacity: string;
74
74
  };
75
75
  event_time: {
76
+ label: string;
76
77
  rescheduling: string;
77
78
  duration: string;
78
79
  schedule: string;
@@ -170,10 +171,12 @@ export interface EventManagerFormsName {
170
171
  export interface EventManagerFormsTime {
171
172
  common: EventHostTimimgCommonPhrases;
172
173
  when_can_be_applied: string;
173
- compose_schedule: string;
174
- restore_previous: string;
175
- description: string;
176
- start_from: string;
174
+ descriptions: {
175
+ weekly: string;
176
+ schedule: string;
177
+ duration: string;
178
+ rescheduling: string;
179
+ };
177
180
  }
178
181
  export interface EventManagerFormsFee {
179
182
  warning: string;
@@ -215,6 +218,7 @@ export interface EventInManager {
215
218
  next_session: string | null;
216
219
  passed_sessions: number;
217
220
  suspended: boolean;
221
+ weekly: boolean;
218
222
  can_be_deleted: boolean;
219
223
  }
220
224
  export interface EventManagerData {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.23.17",
3
+ "version": "1.24.1",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",