@jealous-robot-dev/shared-types-responses 1.26.15 → 1.27.3

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.
@@ -5,8 +5,9 @@ export interface EventCheckoutPhrases {
5
5
  common: {
6
6
  date: string;
7
7
  your_event: string;
8
- select_country: string;
9
8
  event_type: string;
9
+ price_details: string;
10
+ select_country: string;
10
11
  event_language: string;
11
12
  };
12
13
  order_details: {
@@ -20,7 +21,6 @@ export interface EventCheckoutPhrases {
20
21
  submit: string;
21
22
  methods: {
22
23
  methods: {
23
- ideal: string;
24
24
  debit_card: string;
25
25
  };
26
26
  debit_card: {
@@ -36,6 +36,7 @@ export interface EventCheckoutPhrases {
36
36
  more_info: string;
37
37
  description: string;
38
38
  };
39
+ submission: string;
39
40
  };
40
41
  success: EventBookingPhrases;
41
42
  }
@@ -62,6 +63,7 @@ export interface CheckoutEventDetails {
62
63
  order_details: {
63
64
  id: string;
64
65
  sid: string;
66
+ expires: string;
65
67
  event_id: string;
66
68
  fee: HostEventFee;
67
69
  };
@@ -51,9 +51,10 @@ export interface CommonData {
51
51
  }
52
52
  export interface MainPhrases {
53
53
  error: string;
54
- enable_javascript: string;
55
- default_title: string;
56
54
  global_error: string;
55
+ default_title: string;
56
+ you_are_offline: string;
57
+ enable_javascript: string;
57
58
  preferences: {
58
59
  language_and_region: {
59
60
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.26.15",
3
+ "version": "1.27.3",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",