@jealous-robot-dev/shared-types-responses 1.24.11 → 1.25.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.
@@ -20,6 +20,7 @@ export declare enum EventSectionIDs {
20
20
  }
21
21
  export interface ViewEventCommonData {
22
22
  id: string;
23
+ host: string;
23
24
  language: string;
24
25
  type: EventTypes;
25
26
  name: string;
@@ -8,5 +8,6 @@ export declare enum AppHeaders {
8
8
  NEW_MEMBER = "x-drop-nm",
9
9
  AUTH_CTX = "x-drop-auth-ctx",
10
10
  THEME = "x-drop-ui-theme",
11
- IMPRESSION_ID = "x-drop-impression-id"
11
+ IMPRESSION_ID = "x-drop-impression-id",
12
+ EVENT_VIEW = "x-drop-event-view"
12
13
  }
@@ -13,4 +13,5 @@ var AppHeaders;
13
13
  AppHeaders["AUTH_CTX"] = "x-drop-auth-ctx";
14
14
  AppHeaders["THEME"] = "x-drop-ui-theme";
15
15
  AppHeaders["IMPRESSION_ID"] = "x-drop-impression-id";
16
+ AppHeaders["EVENT_VIEW"] = "x-drop-event-view";
16
17
  })(AppHeaders = exports.AppHeaders || (exports.AppHeaders = {}));
@@ -52,6 +52,7 @@ export interface MainPhrases {
52
52
  error: string;
53
53
  enable_javascript: string;
54
54
  default_title: string;
55
+ global_error: string;
55
56
  preferences: {
56
57
  language_and_region: {
57
58
  title: string;
@@ -20,6 +20,8 @@ export interface EventInCollection {
20
20
  organizer: UserInEvent;
21
21
  }
22
22
  export interface EventCollectionData {
23
+ page: number;
23
24
  total: number;
25
+ noMoreEntries: boolean;
24
26
  entries: EventInCollection[];
25
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.24.11",
3
+ "version": "1.25.0",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",