@jealous-robot-dev/shared-types-responses 1.28.11 → 1.28.15

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.
@@ -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 {
@@ -13,6 +13,24 @@ export interface GuestBookingCancellationData {
13
13
  pic: string;
14
14
  sid: string;
15
15
  }
16
+ export interface GuestBookingCancellationPhrases {
17
+ event_details: {
18
+ type_duration: string;
19
+ lang: string;
20
+ };
21
+ password: {
22
+ label: string;
23
+ warnings: {
24
+ enter: string;
25
+ invalid: string;
26
+ };
27
+ };
28
+ title: string;
29
+ submit: string;
30
+ description: string;
31
+ refunded_amount: string;
32
+ remind_on_policy: string;
33
+ }
16
34
  export interface HostBookingCancellationData {
17
35
  event: {
18
36
  sid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.28.11",
3
+ "version": "1.28.15",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",