@jealous-robot-dev/shared-types-responses 1.32.14 → 1.32.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.
Files changed (128) hide show
  1. package/build/index.d.ts +0 -3
  2. package/build/index.js +0 -3
  3. package/build/services/common.d.ts +1 -38
  4. package/build/services/common.js +1 -6
  5. package/build/services/events/become-host.d.ts +1 -1
  6. package/build/services/events/customerhub.d.ts +2 -22
  7. package/build/services/events/customerhub.js +0 -12
  8. package/build/services/events/event-checkout.d.ts +1 -51
  9. package/build/services/events/event-impression.d.ts +2 -20
  10. package/build/services/events/event-search.d.ts +1 -78
  11. package/build/services/events/event-search.js +0 -11
  12. package/build/services/events/event.d.ts +1 -158
  13. package/build/services/events/event.js +0 -38
  14. package/build/services/events/events.d.ts +1 -66
  15. package/build/services/events/events.js +0 -42
  16. package/build/services/events/host-an-event.d.ts +1 -179
  17. package/build/services/events/host-an-event.js +1 -31
  18. package/build/services/events/host.d.ts +1 -33
  19. package/build/services/events/index.d.ts +0 -4
  20. package/build/services/events/index.js +0 -4
  21. package/build/services/events/manage-events.d.ts +3 -220
  22. package/build/services/events/manage-events.js +0 -61
  23. package/build/services/events/seance-join.d.ts +0 -30
  24. package/build/services/events/seance-join.js +1 -6
  25. package/build/services/events/tag-search.d.ts +0 -19
  26. package/build/services/events/urgent-event.d.ts +1 -10
  27. package/build/services/forms/authentication.d.ts +1 -119
  28. package/build/services/forms/authentication.js +1 -15
  29. package/build/services/forms/index.d.ts +0 -3
  30. package/build/services/forms/index.js +0 -3
  31. package/build/services/landing-page.d.ts +8 -4
  32. package/build/services/main-data.d.ts +4 -38
  33. package/build/services/main-data.js +0 -11
  34. package/build/services/messenger/user-inbox.d.ts +2 -28
  35. package/build/services/payments/cancellation.d.ts +1 -17
  36. package/build/services/payments/index.d.ts +0 -3
  37. package/build/services/payments/index.js +0 -3
  38. package/build/services/static-components/index.d.ts +0 -3
  39. package/build/services/static-components/index.js +0 -3
  40. package/build/services/static-components/searchbar.d.ts +2 -30
  41. package/build/services/stats/host-payouts.d.ts +1 -41
  42. package/build/services/stats/host-payouts.js +0 -8
  43. package/build/services/stats/index.d.ts +0 -1
  44. package/build/services/stats/index.js +0 -1
  45. package/build/services/stats/payment-history.d.ts +1 -45
  46. package/build/services/stats/payment-history.js +0 -8
  47. package/build/services/stats/schedule.d.ts +0 -24
  48. package/build/services/stats/schedule.js +0 -6
  49. package/build/services/stats/user-notifications.d.ts +3 -84
  50. package/build/services/stats/user-notifications.js +0 -121
  51. package/build/services/stats/user-performance.d.ts +1 -27
  52. package/build/services/stats/user-performance.js +0 -8
  53. package/build/services/stats/user-reviews.d.ts +4 -10
  54. package/build/services/stats/user-visitors.d.ts +0 -10
  55. package/build/services/user/collections.d.ts +2 -12
  56. package/build/services/user/index.d.ts +0 -5
  57. package/build/services/user/index.js +0 -5
  58. package/build/services/user/profile-basic-data.d.ts +2 -90
  59. package/build/services/user/profile-basic-data.js +1 -18
  60. package/build/services/user/search-user.d.ts +0 -24
  61. package/build/services/user/search-user.js +0 -17
  62. package/build/services/user-settings/event-settings.d.ts +2 -40
  63. package/build/services/user-settings/event-settings.js +0 -17
  64. package/build/services/user-settings/index.d.ts +3 -7
  65. package/build/services/user-settings/index.js +3 -7
  66. package/build/services/user-settings/user-notifications-settings.d.ts +2 -26
  67. package/build/services/user-settings/user-notifications-settings.js +0 -20
  68. package/build/services/user-settings/user-payments.d.ts +2 -55
  69. package/build/services/user-settings/user-payments.js +0 -7
  70. package/build/services/user-settings/user-personal-info.d.ts +2 -68
  71. package/build/services/user-settings/user-personal-info.js +0 -21
  72. package/build/services/user-settings/user-privacy.d.ts +2 -20
  73. package/build/services/user-settings/user-privacy.js +1 -12
  74. package/build/services/user-settings/user-security.d.ts +2 -69
  75. package/build/services/user-settings/user-security.js +0 -21
  76. package/package.json +3 -1
  77. package/build/services/cookies.d.ts +0 -32
  78. package/build/services/cookies.js +0 -53
  79. package/build/services/events/meetings.d.ts +0 -23
  80. package/build/services/events/meetings.js +0 -31
  81. package/build/services/events/not-found.d.ts +0 -6
  82. package/build/services/events/not-found.js +0 -2
  83. package/build/services/events/reviews.d.ts +0 -24
  84. package/build/services/events/reviews.js +0 -2
  85. package/build/services/events/timing.d.ts +0 -30
  86. package/build/services/events/timing.js +0 -2
  87. package/build/services/forms/forgot-password.d.ts +0 -20
  88. package/build/services/forms/forgot-password.js +0 -2
  89. package/build/services/forms/set-new-password.d.ts +0 -21
  90. package/build/services/forms/set-new-password.js +0 -2
  91. package/build/services/forms/sharer.d.ts +0 -25
  92. package/build/services/forms/sharer.js +0 -2
  93. package/build/services/headers.d.ts +0 -13
  94. package/build/services/headers.js +0 -17
  95. package/build/services/media.d.ts +0 -12
  96. package/build/services/media.js +0 -36
  97. package/build/services/payments/common.d.ts +0 -16
  98. package/build/services/payments/common.js +0 -22
  99. package/build/services/payments/mail-cancellation.d.ts +0 -13
  100. package/build/services/payments/mail-cancellation.js +0 -2
  101. package/build/services/payments/personal-refund-offer.d.ts +0 -17
  102. package/build/services/payments/personal-refund-offer.js +0 -2
  103. package/build/services/static-components/calculator.d.ts +0 -26
  104. package/build/services/static-components/calculator.js +0 -5
  105. package/build/services/static-components/footer.d.ts +0 -20
  106. package/build/services/static-components/footer.js +0 -2
  107. package/build/services/static-components/smart-header.d.ts +0 -50
  108. package/build/services/static-components/smart-header.js +0 -2
  109. package/build/services/stats/user-booking.d.ts +0 -10
  110. package/build/services/stats/user-booking.js +0 -2
  111. package/build/services/user/404.d.ts +0 -12
  112. package/build/services/user/404.js +0 -2
  113. package/build/services/user/cancellations.d.ts +0 -9
  114. package/build/services/user/cancellations.js +0 -2
  115. package/build/services/user/invite.d.ts +0 -14
  116. package/build/services/user/invite.js +0 -2
  117. package/build/services/user/not-found.d.ts +0 -6
  118. package/build/services/user/not-found.js +0 -2
  119. package/build/services/user/unavailable-in-region.d.ts +0 -6
  120. package/build/services/user/unavailable-in-region.js +0 -2
  121. package/build/services/user-settings/account-settings.d.ts +0 -38
  122. package/build/services/user-settings/account-settings.js +0 -2
  123. package/build/services/user-settings/deactivate-account.d.ts +0 -47
  124. package/build/services/user-settings/deactivate-account.js +0 -8
  125. package/build/services/user-settings/reset-email-verification.d.ts +0 -9
  126. package/build/services/user-settings/reset-email-verification.js +0 -2
  127. package/build/services/user-settings/user-preferences.d.ts +0 -15
  128. package/build/services/user-settings/user-preferences.js +0 -9
@@ -1,36 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.pputresholds = exports.ppusizeslist = exports.PPUSizes = void 0;
4
- var PPUSizes;
5
- (function (PPUSizes) {
6
- PPUSizes["NANO"] = "nano";
7
- PPUSizes["LARGE"] = "large";
8
- PPUSizes["SMALL"] = "small";
9
- PPUSizes["MEDIUM"] = "medium";
10
- })(PPUSizes = exports.PPUSizes || (exports.PPUSizes = {}));
11
- exports.ppusizeslist = [
12
- PPUSizes.LARGE, PPUSizes.SMALL,
13
- PPUSizes.NANO, PPUSizes.MEDIUM
14
- ];
15
- exports.pputresholds = [
16
- {
17
- size: PPUSizes.LARGE,
18
- width: 400,
19
- quality: 30
20
- },
21
- {
22
- size: PPUSizes.MEDIUM,
23
- width: 264,
24
- quality: 24
25
- },
26
- {
27
- size: PPUSizes.SMALL,
28
- width: 132,
29
- quality: 17
30
- },
31
- {
32
- size: PPUSizes.NANO,
33
- width: 68,
34
- quality: 12
35
- },
36
- ];
@@ -1,16 +0,0 @@
1
- export declare enum PaymentInstruments {
2
- CARD = "CARD",
3
- SEPA = "SEPA",
4
- IDEAL = "IDEAL",
5
- SOFORT = "SOFORT",
6
- APPLE_PAY = "APPLE_PAY",
7
- GOOGLE_PAY = "GOOGLE_PAY"
8
- }
9
- export declare enum PaymentResult {
10
- SUCCESS = "SUCCESS",
11
- FAILURE = "FAILURE"
12
- }
13
- export declare enum OrderResponses {
14
- ORDER_CREATED = "ORDER_CREATED",
15
- ORDER_CANCELLED = "ORDER_CANCELLED"
16
- }
@@ -1,22 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrderResponses = exports.PaymentResult = exports.PaymentInstruments = void 0;
4
- var PaymentInstruments;
5
- (function (PaymentInstruments) {
6
- PaymentInstruments["CARD"] = "CARD";
7
- PaymentInstruments["SEPA"] = "SEPA";
8
- PaymentInstruments["IDEAL"] = "IDEAL";
9
- PaymentInstruments["SOFORT"] = "SOFORT";
10
- PaymentInstruments["APPLE_PAY"] = "APPLE_PAY";
11
- PaymentInstruments["GOOGLE_PAY"] = "GOOGLE_PAY";
12
- })(PaymentInstruments = exports.PaymentInstruments || (exports.PaymentInstruments = {}));
13
- var PaymentResult;
14
- (function (PaymentResult) {
15
- PaymentResult["SUCCESS"] = "SUCCESS";
16
- PaymentResult["FAILURE"] = "FAILURE";
17
- })(PaymentResult = exports.PaymentResult || (exports.PaymentResult = {}));
18
- var OrderResponses;
19
- (function (OrderResponses) {
20
- OrderResponses["ORDER_CREATED"] = "ORDER_CREATED";
21
- OrderResponses["ORDER_CANCELLED"] = "ORDER_CANCELLED";
22
- })(OrderResponses = exports.OrderResponses || (exports.OrderResponses = {}));
@@ -1,13 +0,0 @@
1
- import { LND } from "../common";
2
- export interface MailCancellationPhrases {
3
- title: string;
4
- cancel: string;
5
- success: LND;
6
- name: string;
7
- refund_me: string;
8
- to_refund: string;
9
- learn_more: string;
10
- page_title: string;
11
- description: string;
12
- active_till: string;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,17 +0,0 @@
1
- import { LND } from "../common";
2
- export interface PersonalRefundOfferData {
3
- active_till: string;
4
- currency: string;
5
- amount: number;
6
- }
7
- export interface PersonalRefundOfferPhrases {
8
- page_title: string;
9
- title: string;
10
- active_till: string;
11
- description: string;
12
- learn_more: string;
13
- to_refund: string;
14
- accept: string;
15
- cancel: string;
16
- success: LND;
17
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,26 +0,0 @@
1
- export interface PIC {
2
- title: string;
3
- description: string;
4
- notice: string;
5
- sessions: {
6
- placeholder: string;
7
- label: string;
8
- min: number;
9
- max: number;
10
- };
11
- price: {
12
- label: string;
13
- placeholder: string;
14
- enter_min: string;
15
- min_price: number;
16
- max_price: number;
17
- };
18
- guests: {
19
- min: number;
20
- max: number;
21
- label: string;
22
- guests: string;
23
- };
24
- per_month: string;
25
- btn_label: string;
26
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- /*
3
- Projected Income Calculator
4
- */
5
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,20 +0,0 @@
1
- import { FooterSections } from '@jealous-robot-dev/shared-ui-lib';
2
- export interface FooterSection {
3
- id: FooterSections;
4
- index: number;
5
- label: string;
6
- }
7
- export interface FooterLink {
8
- section_id: FooterSections;
9
- index: number;
10
- href: string;
11
- label: string;
12
- }
13
- export interface FooterPhrases {
14
- sections: FooterSection[];
15
- links: FooterLink[];
16
- copyright: string;
17
- privacy: string;
18
- terms_of_use: string;
19
- visit_hep_center: string;
20
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,50 +0,0 @@
1
- import { Pages, SHFieldLinkType } from "@jealous-robot-dev/shared-ui-lib";
2
- export interface SmartHeaderPhrases {
3
- sections: {
4
- activity: string;
5
- user: string;
6
- preferences: string;
7
- other: string;
8
- };
9
- options: {
10
- explore: string;
11
- organiser: string;
12
- schedule: string;
13
- inbox: string;
14
- notifications: string;
15
- collections: string;
16
- services: string;
17
- customer: string;
18
- performance: string;
19
- invite_a_friend: string;
20
- switch_to_host: string;
21
- payment_history: string;
22
- your_profile: string;
23
- account_settings: string;
24
- schedule_event: string;
25
- get_help: string;
26
- };
27
- buttons: {
28
- login: string;
29
- logout: string;
30
- signup: string;
31
- switch_to_visitor: string;
32
- switch_to_organiser: string;
33
- };
34
- other: {
35
- more: string;
36
- };
37
- }
38
- export interface SHField {
39
- href: string;
40
- label: string;
41
- type: SHFieldLinkType;
42
- has_notification?: boolean;
43
- is_bold?: boolean;
44
- with_hr?: boolean;
45
- page?: Pages;
46
- }
47
- export interface SHConfig {
48
- with_preferences?: boolean;
49
- fields: SHField[];
50
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- import { LND } from '../common';
2
- export interface PerformanceBookingPhrases {
3
- title: string;
4
- bookings: string;
5
- description: string;
6
- no_events_yet: LND;
7
- no_bookings: LND;
8
- who_booked: string;
9
- guest_bookings: string;
10
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- export interface PageNotFoundContent {
2
- title: string;
3
- description: string;
4
- other_pages: string;
5
- important_pages: {
6
- main: string;
7
- auth: string;
8
- become_host: string;
9
- search: string;
10
- settings: string;
11
- };
12
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- export interface PasswordResetCancelation {
2
- loading_title: string;
3
- title: string;
4
- error: string;
5
- success: string;
6
- go_to_main: string;
7
- }
8
- export interface DeviceVerificationCencelation extends PasswordResetCancelation {
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- export interface InviteFriendPhrases {
2
- title: string;
3
- page_title: string;
4
- dialog: {
5
- title: string;
6
- btn_label: string;
7
- description: string;
8
- };
9
- sharer: {
10
- title: string;
11
- message: string;
12
- subject: string;
13
- };
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface UserNotFoundPage {
2
- title: string;
3
- page_title: string;
4
- go_to_main: string;
5
- description: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- export interface UnavailableInRegion {
2
- title: string;
3
- go_back: string;
4
- page_title: string;
5
- description: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,38 +0,0 @@
1
- import { LND } from '../common';
2
- export interface AccountSettingsPhrases {
3
- accountSettings: string;
4
- settings: string;
5
- profile: string;
6
- account: string;
7
- common: {
8
- edit: string;
9
- apply: string;
10
- load_more: string;
11
- };
12
- categories: {
13
- personalInfo: LND;
14
- security: LND;
15
- notifacations: LND;
16
- events: LND;
17
- payments: LND;
18
- transactions: LND;
19
- preferences: LND;
20
- privacy: LND;
21
- };
22
- mobile: {
23
- your_account: string;
24
- your_profile: string;
25
- personal_info: string;
26
- purchaises: string;
27
- activity: string;
28
- switch_to_host: string;
29
- notifications: string;
30
- schedule: string;
31
- schedule_an_event: string;
32
- help: string;
33
- get_help: string;
34
- contact_us: string;
35
- our_services: string;
36
- logout: string;
37
- };
38
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,47 +0,0 @@
1
- import { AuthFormInputField } from "../forms";
2
- export interface DeactivateAccountPhrases {
3
- obligations: {
4
- title: string;
5
- description: string;
6
- reason: string;
7
- bookings: string;
8
- seances: {
9
- numbers: string;
10
- cancellable: string;
11
- non_cancellable: string;
12
- };
13
- to_host: string;
14
- resolve: string;
15
- };
16
- cancel: string;
17
- password_window: {
18
- title: string;
19
- description: string;
20
- learnmore: string;
21
- form: {
22
- password: AuthFormInputField;
23
- proceed: string;
24
- };
25
- };
26
- submission_window: {
27
- description: string;
28
- delete: string;
29
- title: string;
30
- };
31
- }
32
- export declare enum DeactivationBlockReason {
33
- HOSTING = "HOSTING",
34
- BOOKING = "BOOKING"
35
- }
36
- export interface DeactivationRequestResponse {
37
- can_deactivate: boolean;
38
- hosting?: {
39
- cancellable: number;
40
- non_cancellable: number;
41
- };
42
- booking?: {
43
- cancellable: number;
44
- non_cancellable: number;
45
- };
46
- reason?: DeactivationBlockReason;
47
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeactivationBlockReason = void 0;
4
- var DeactivationBlockReason;
5
- (function (DeactivationBlockReason) {
6
- DeactivationBlockReason["HOSTING"] = "HOSTING";
7
- DeactivationBlockReason["BOOKING"] = "BOOKING";
8
- })(DeactivationBlockReason = exports.DeactivationBlockReason || (exports.DeactivationBlockReason = {}));
@@ -1,9 +0,0 @@
1
- import { LND } from "../common";
2
- import { AuthFormInputField } from "../forms";
3
- export interface AccountSettingsEmailReset {
4
- title: string;
5
- description: string;
6
- code: AuthFormInputField;
7
- cancel: string;
8
- resend: LND;
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- import { FAQ } from '@jealous-robot-dev/shared-ui-lib';
2
- import { LND } from '../common';
3
- export declare enum UserPreferenceSections {
4
- LANG = "LANG",
5
- CURRENCY = "CURRENCY",
6
- THEME = "THEME"
7
- }
8
- export interface UserPreferenceSection extends LND {
9
- type: UserPreferenceSections;
10
- }
11
- export interface UserPreferencePhrases {
12
- FAQ: FAQ[];
13
- title: string;
14
- sections: UserPreferenceSection[];
15
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserPreferenceSections = void 0;
4
- var UserPreferenceSections;
5
- (function (UserPreferenceSections) {
6
- UserPreferenceSections["LANG"] = "LANG";
7
- UserPreferenceSections["CURRENCY"] = "CURRENCY";
8
- UserPreferenceSections["THEME"] = "THEME";
9
- })(UserPreferenceSections = exports.UserPreferenceSections || (exports.UserPreferenceSections = {}));