@jealous-robot-dev/shared-types-responses 1.28.10 → 1.28.14

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.
@@ -143,13 +143,13 @@ export interface EventManagerFormsUnsuspend {
143
143
  ask_for_pw: string;
144
144
  }
145
145
  export interface EventManagerFormsUrgentCancellation {
146
+ event_rate_change: string;
147
+ host_rate_change: string;
146
148
  booked_seances: string;
147
149
  cancellations: string;
148
150
  description: string;
149
151
  income_loss: string;
150
- rate_change: string;
151
152
  no_seances: string;
152
- gold_badge: string;
153
153
  consequences: string;
154
154
  gold_badge_will_be_lost: string;
155
155
  }
@@ -232,6 +232,7 @@ export interface EventInManager {
232
232
  passed_sessions: number;
233
233
  suspended: boolean;
234
234
  weekly: boolean;
235
+ booked_seances: number;
235
236
  can_be_deleted: boolean;
236
237
  }
237
238
  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.28.10",
3
+ "version": "1.28.14",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",