@jealous-robot-dev/shared-types-responses 1.13.16 → 1.13.17

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.
@@ -1,5 +1,5 @@
1
1
  import { PhrasedEventType, EventTypes } from './events';
2
- import { Language, Month, Weekday, LND } from '../common';
2
+ import { Language, LND } from '../common';
3
3
  export declare enum EventFilterSelectionIntervals {
4
4
  DAY = "DAY",
5
5
  WEEK = "WEEK",
@@ -15,8 +15,6 @@ export interface SearchEventsPhrases {
15
15
  languages: Language[];
16
16
  currency: string;
17
17
  event_types: PhrasedEventType[];
18
- months: Month[];
19
- days: Weekday[];
20
18
  load_more: string;
21
19
  clear_all: string;
22
20
  show_results: string;
@@ -1,4 +1,4 @@
1
- import { PluralSingular, Language, Month, QueryResponse, Weekday } from '../common';
1
+ import { PluralSingular, Language, QueryResponse } from '../common';
2
2
  import { PhrasedEventType, EventPhrasedTimemode, EventTypes, EventTimeModes } from './events';
3
3
  export declare enum EventManagerSortFields {
4
4
  LANGUAGE = "lang",
@@ -55,8 +55,6 @@ export interface EventManagerPhrases {
55
55
  timing_modes: EventPhrasedTimemode[];
56
56
  languages: Language[];
57
57
  event_types: PhrasedEventType[];
58
- months: Month[];
59
- days: Weekday[];
60
58
  cancel: string;
61
59
  done: string;
62
60
  edit: string;
@@ -59,6 +59,10 @@ export interface MainPhrases {
59
59
  title: string;
60
60
  choose: string;
61
61
  };
62
+ theme: {
63
+ dark: string;
64
+ light: string;
65
+ };
62
66
  currency: {
63
67
  title: string;
64
68
  choose: string;
@@ -22,10 +22,6 @@ export interface FooterPhrases {
22
22
  privacy: string;
23
23
  terms_of_use: string;
24
24
  visit_hep_center: string;
25
- theme: {
26
- dark: string;
27
- light: string;
28
- };
29
25
  social_networks: {
30
26
  instagram: string;
31
27
  facebook: string;
@@ -1,4 +1,4 @@
1
- import { Month, LND } from '../common';
1
+ import { LND } from '../common';
2
2
  export interface SendPDFForm {
3
3
  title: string;
4
4
  description: string;
@@ -16,7 +16,6 @@ export interface SendPDFForm {
16
16
  }
17
17
  export interface PaymentHistoryTransactionsPhrases {
18
18
  common: {
19
- months: Month[];
20
19
  load_more: string;
21
20
  send_pdf: string;
22
21
  transaction_details: string;
@@ -1,4 +1,4 @@
1
- import { Month, QueryResponse, LND } from '../common';
1
+ import { QueryResponse, LND } from '../common';
2
2
  export declare enum NotificationCategory {
3
3
  VISITOR = "visitor",
4
4
  ORGANISER = "organiser"
@@ -40,7 +40,6 @@ export interface UserNotificationsPhrases {
40
40
  visitor: string;
41
41
  organiser: string;
42
42
  };
43
- months: Month[];
44
43
  load_more: string;
45
44
  no_notifications: LND;
46
45
  }
@@ -1,4 +1,3 @@
1
- import { Month, Weekday } from '../common';
2
1
  import { EventTypes, PhrasedEventType, EventTimeModes, EventPhrasedTimemode } from '../events/events';
3
2
  export declare enum PerformanceCategories {
4
3
  REVIEWS = "reviews",
@@ -8,9 +7,6 @@ export declare enum PerformanceCategories {
8
7
  export interface UserPerformancePhrases {
9
8
  title: string;
10
9
  cancel: string;
11
- months: Month[];
12
- shortMonths: Month[];
13
- days: Weekday[];
14
10
  load_more: string;
15
11
  show_more: string;
16
12
  show_less: string;
@@ -1,4 +1,4 @@
1
- import { QueryResponse, LND, Language, Month } from '../common';
1
+ import { QueryResponse, LND, Language } from '../common';
2
2
  import { ConciseEventData, EventReview } from '../events/events';
3
3
  export interface SuspensionReason {
4
4
  code: string;
@@ -94,7 +94,6 @@ export interface UserProfilePhrases {
94
94
  suggested: string;
95
95
  viewMore: string;
96
96
  cancel: string;
97
- months: Month[];
98
97
  showMore: string;
99
98
  showLess: string;
100
99
  load_more: string;
@@ -1,7 +1,6 @@
1
- import { Language, Month } from '../common';
1
+ import { Language } from '../common';
2
2
  export interface SearchUserPhrases {
3
3
  title: string;
4
- months: Month[];
5
4
  languages: Language[];
6
5
  load_more: string;
7
6
  no_matches: {
@@ -1,4 +1,4 @@
1
- import { LND, Month } from '../common';
1
+ import { LND } from '../common';
2
2
  export interface AccountSettingsPhrases {
3
3
  accountSettings: string;
4
4
  settings: string;
@@ -8,7 +8,6 @@ export interface AccountSettingsPhrases {
8
8
  edit: string;
9
9
  apply: string;
10
10
  load_more: string;
11
- months: Month[];
12
11
  };
13
12
  categories: {
14
13
  personalInfo: LND;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.13.16",
3
+ "version": "1.13.17",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
File without changes
@@ -1 +0,0 @@
1
- "use strict";