@exyconn/common 2.0.0 → 2.3.2

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 (124) hide show
  1. package/README.md +864 -261
  2. package/dist/{index-BLltj-zN.d.ts → client/hooks/index.d.mts} +1 -195
  3. package/dist/{index-CIUdLBjA.d.mts → client/hooks/index.d.ts} +1 -195
  4. package/dist/client/hooks/index.js +2276 -0
  5. package/dist/client/hooks/index.js.map +1 -0
  6. package/dist/client/hooks/index.mjs +2217 -0
  7. package/dist/client/hooks/index.mjs.map +1 -0
  8. package/dist/client/index.d.mts +4 -1
  9. package/dist/client/index.d.ts +4 -1
  10. package/dist/client/index.js +2693 -19
  11. package/dist/client/index.js.map +1 -1
  12. package/dist/client/index.mjs +2634 -21
  13. package/dist/client/index.mjs.map +1 -1
  14. package/dist/client/web/index.d.mts +1461 -0
  15. package/dist/client/web/index.d.ts +1461 -0
  16. package/dist/client/web/index.js +2681 -0
  17. package/dist/client/web/index.js.map +1 -0
  18. package/dist/client/web/index.mjs +2618 -0
  19. package/dist/client/web/index.mjs.map +1 -0
  20. package/dist/data/brand-identity.d.mts +149 -0
  21. package/dist/data/brand-identity.d.ts +149 -0
  22. package/dist/data/brand-identity.js +235 -0
  23. package/dist/data/brand-identity.js.map +1 -0
  24. package/dist/data/brand-identity.mjs +220 -0
  25. package/dist/data/brand-identity.mjs.map +1 -0
  26. package/dist/data/countries.d.mts +61 -0
  27. package/dist/data/countries.d.ts +61 -0
  28. package/dist/data/countries.js +987 -0
  29. package/dist/data/countries.js.map +1 -0
  30. package/dist/data/countries.mjs +971 -0
  31. package/dist/data/countries.mjs.map +1 -0
  32. package/dist/data/currencies.d.mts +19 -0
  33. package/dist/data/currencies.d.ts +19 -0
  34. package/dist/data/currencies.js +162 -0
  35. package/dist/data/currencies.js.map +1 -0
  36. package/dist/data/currencies.mjs +153 -0
  37. package/dist/data/currencies.mjs.map +1 -0
  38. package/dist/data/index.d.mts +7 -0
  39. package/dist/data/index.d.ts +7 -0
  40. package/dist/data/index.js +2087 -0
  41. package/dist/data/index.js.map +1 -0
  42. package/dist/data/index.mjs +1948 -0
  43. package/dist/data/index.mjs.map +1 -0
  44. package/dist/data/phone-codes.d.mts +15 -0
  45. package/dist/data/phone-codes.d.ts +15 -0
  46. package/dist/data/phone-codes.js +219 -0
  47. package/dist/data/phone-codes.js.map +1 -0
  48. package/dist/data/phone-codes.mjs +211 -0
  49. package/dist/data/phone-codes.mjs.map +1 -0
  50. package/dist/data/regex.d.mts +287 -0
  51. package/dist/data/regex.d.ts +287 -0
  52. package/dist/data/regex.js +306 -0
  53. package/dist/data/regex.js.map +1 -0
  54. package/dist/data/regex.mjs +208 -0
  55. package/dist/data/regex.mjs.map +1 -0
  56. package/dist/data/timezones.d.mts +16 -0
  57. package/dist/data/timezones.d.ts +16 -0
  58. package/dist/data/timezones.js +98 -0
  59. package/dist/data/timezones.js.map +1 -0
  60. package/dist/data/timezones.mjs +89 -0
  61. package/dist/data/timezones.mjs.map +1 -0
  62. package/dist/index-01hoqibP.d.ts +119 -0
  63. package/dist/index-D3yCCjBZ.d.mts +119 -0
  64. package/dist/index-D9a9oxQy.d.ts +305 -0
  65. package/dist/index-DKn4raO7.d.ts +222 -0
  66. package/dist/index-DuxL84IW.d.mts +305 -0
  67. package/dist/index-NS8dS0p9.d.mts +222 -0
  68. package/dist/index-Nqm5_lwT.d.ts +188 -0
  69. package/dist/index-jBi3V6e5.d.mts +188 -0
  70. package/dist/index.d.mts +21 -729
  71. package/dist/index.d.ts +21 -729
  72. package/dist/index.js +3470 -97
  73. package/dist/index.js.map +1 -1
  74. package/dist/index.mjs +3457 -104
  75. package/dist/index.mjs.map +1 -1
  76. package/dist/server/configs/index.d.mts +602 -0
  77. package/dist/server/configs/index.d.ts +602 -0
  78. package/dist/server/configs/index.js +707 -0
  79. package/dist/server/configs/index.js.map +1 -0
  80. package/dist/server/configs/index.mjs +665 -0
  81. package/dist/server/configs/index.mjs.map +1 -0
  82. package/dist/server/index.d.mts +3 -0
  83. package/dist/server/index.d.ts +3 -0
  84. package/dist/server/index.js +699 -0
  85. package/dist/server/index.js.map +1 -1
  86. package/dist/server/index.mjs +662 -1
  87. package/dist/server/index.mjs.map +1 -1
  88. package/dist/shared/config/index.d.mts +40 -0
  89. package/dist/shared/config/index.d.ts +40 -0
  90. package/dist/shared/config/index.js +58 -0
  91. package/dist/shared/config/index.js.map +1 -0
  92. package/dist/shared/config/index.mjs +51 -0
  93. package/dist/shared/config/index.mjs.map +1 -0
  94. package/dist/shared/constants/index.d.mts +593 -0
  95. package/dist/shared/constants/index.d.ts +593 -0
  96. package/dist/shared/constants/index.js +391 -0
  97. package/dist/shared/constants/index.js.map +1 -0
  98. package/dist/shared/constants/index.mjs +360 -0
  99. package/dist/shared/constants/index.mjs.map +1 -0
  100. package/dist/shared/index.d.mts +5 -1
  101. package/dist/shared/index.d.ts +5 -1
  102. package/dist/shared/types/index.d.mts +140 -0
  103. package/dist/shared/types/index.d.ts +140 -0
  104. package/dist/shared/types/index.js +4 -0
  105. package/dist/shared/types/index.js.map +1 -0
  106. package/dist/shared/types/index.mjs +3 -0
  107. package/dist/shared/types/index.mjs.map +1 -0
  108. package/dist/shared/utils/index.d.mts +255 -0
  109. package/dist/shared/utils/index.d.ts +255 -0
  110. package/dist/shared/utils/index.js +623 -0
  111. package/dist/shared/utils/index.js.map +1 -0
  112. package/dist/shared/utils/index.mjs +324 -0
  113. package/dist/shared/utils/index.mjs.map +1 -0
  114. package/dist/shared/validation/index.d.mts +258 -0
  115. package/dist/shared/validation/index.d.ts +258 -0
  116. package/dist/shared/validation/index.js +185 -0
  117. package/dist/shared/validation/index.js.map +1 -0
  118. package/dist/shared/validation/index.mjs +172 -0
  119. package/dist/shared/validation/index.mjs.map +1 -0
  120. package/package.json +151 -56
  121. package/dist/index-DEzgM15j.d.ts +0 -67
  122. package/dist/index-DNFVgQx8.d.ts +0 -1375
  123. package/dist/index-DbV04Dx8.d.mts +0 -67
  124. package/dist/index-DfqEP6Oe.d.mts +0 -1375
@@ -0,0 +1,305 @@
1
+ import { ApiResponse, HttpClientOptions, PaginatedResponse, createHttpClient, isForbidden, isNotFound, isServerError, isStatusError, isSuccess, isUnauthorized, parseError, parseFullResponse, parseResponse, withAbortSignal, withFormData, withTimeout } from './client/http/index.js';
2
+ import { ClientLogger, ClientLoggerConfig, LogLevel, clientLogger, createClientLogger } from './client/logger/index.js';
3
+ import { ApiUrlBuilder, ApiUrlConfig, EventEmitter, NpmRegistryResponse, PackageCheckResult, PackageJson, PackageVersion, addDays, appEvents, camelToKebab, capitalize, capitalizeWords, checkPackage, copyToClipboard, createApiEndpoints, createApiUrlBuilder, createEmptyPaginationMeta, createErrorResponse, createEventEmitter, createSuccessResponse, endOfDay, formatDate, formatDateForInput, formatDateTime, formatDateTimeForInput, formatPackageCheckResult, formatRelativeTime, generateNcuCommand, getErrorMessage, getNextPage, getPrevPage, getResponseData, hasData, hasMorePages, isClipboardAvailable, isErrorResponse, isFuture, isPast, isSuccessResponse, isToday, kebabToCamel, packageCheck, readFromClipboard, slugify, slugifyUnique, startOfDay, truncate, truncateWords, unslugify } from './client/utils/index.js';
4
+ import { BatteryState, Dimensions, GeolocationState, MousePosition, NetworkState, ObjectStateUpdate, OrientationState, RenderInfo, ScriptStatus, SetValue, SnackbarSeverity, SnackbarState, ThemeMode, UseContinuousRetryOptions, UseContinuousRetryReturn, UseCopyToClipboardReturn, UseCountdownOptions, UseCountdownReturn, UseCounterOptions, UseCounterReturn, UseDocumentTitleOptions, UseFetchOptions, UseFetchReturn, UseGeolocationOptions, UseGeolocationReturn, UseHistoryStateOptions, UseHistoryStateReturn, UseHoverReturn, UseIdleOptions, UseIdleReturn, UseIntersectionObserverOptions, UseIntersectionObserverReturn, UseKeyPressOptions, UseKeyPressReturn, UseListReturn, UseLocalStorageOptions, UseLoggerOptions, UseLongPressOptions, UseLongPressReturn, UseMapReturn, UseMeasureReturn, UseMouseOptions, UseMouseReturn, UseObjectStateReturn, UsePageLeaveOptions, UsePageTitleOptions, UsePreferredLanguageReturn, UseQueueReturn, UseScriptOptions, UseScriptReturn, UseSessionStorageOptions, UseSetReturn, UseSnackbarReturn, UseTimeoutReturn, UseToggleReturn, UseVisibilityChangeReturn, UseWindowScrollReturn, WindowScrollPosition, WindowSize, useBattery, useClickAway, useContinuousRetry, useCopyToClipboard, useCountdown, useCounter, useDebounce, useDefault, useDocumentTitle, useEventListener, useFavicon, useFetch, useGeolocation, useHistoryState, useHover, useIdle, useIntersectionObserver, useInterval, useIntervalWhen, useIsClient, useIsDesktop, useIsFirstRender, useIsMobile, useIsMobileOrTablet, useIsTablet, useKeyPress, useList, useLocalStorage, useLockBodyScroll, useLogger, useLongPress, useMap, useMeasure, useMediaQuery, useMouse, useNetworkState, useObjectState, useOnClickOutside, useOrientation, usePageLeave, usePageTitle, usePreferredLanguage, usePrevious, useQueue, useRandomInterval, useRenderCount, useRenderInfo, useScript, useSessionStorage, useSet, useSnackbar, useThemeDetector, useThrottle, useTimeout, useToggle, useVisibilityChange, useWindowScroll, useWindowSize } from './client/hooks/index.js';
5
+ import { BannerProps, BorderRadius, Breakpoints, ButtonProps, ButtonSize, ButtonVariant, CardProps, ColProps, ColorPalette, ComponentThemes, ContactForm, ContactFormProps, ContactFormValues, ContainerProps, CtaSectionProps, FaqItem, FaqSectionProps, Feature, FeatureSectionProps, FooterColumn, FooterProps, FormFieldError, FormSubmitResult, HeaderProps, LoaderProps, LoaderSize, LoaderVariant, LoginForm, LoginFormProps, LoginFormValues, NavLink, NewsletterForm, NewsletterFormProps, NewsletterFormValues, NewsletterSectionProps, PasswordRequirements, PricingFeature, PricingPlan, PricingSectionProps, RegisterForm, RegisterFormProps, RegisterFormValues, RowProps, SemanticColors, Shadows, SocialLink, Spacing, TailwindBgColor, TailwindBorderRadius, TailwindClasses, TailwindFontSize, TailwindFontWeight, TailwindGap, TailwindHeight, TailwindMargin, TailwindPadding, TailwindShadow, TailwindTextColor, TailwindWidth, Testimonial, TestimonialSectionProps, Theme, ThemeConfig, ThemeContext, ThemeContextValue, ThemeProvider, ThemeProviderProps, ThemeToggle, ThemeToggleProps, ThreeColumnProps, TwoColumnProps, Typography, VALIDATION_MESSAGES, WebThemeMode as ThemeMode$1, adjustColor, contactFormSchema, createRegisterFormSchema, createTheme, createThemeFromBrand, cssVar, deepMerge, defaultDarkTheme, defaultLightTheme, dummyBannerData, dummyFaqItems, dummyFeatures, dummyFooterData, dummyHeaderData, dummyImage, dummyPricingPlans, dummyTestimonials, flattenToCssVars, generateCssVars, getContrastColor, getSystemColorScheme, hexToRgba, injectCssVars, loadThemeFromUrl, loadThemeMode, loginFormSchema, loremIpsum, newsletterFormSchema, registerFormSchema, removeCssVars, resolveThemeMode, saveThemeMode, useTheme, useThemeValue } from './client/web/index.js';
6
+
7
+ declare const index_ApiResponse: typeof ApiResponse;
8
+ declare const index_ApiUrlBuilder: typeof ApiUrlBuilder;
9
+ declare const index_ApiUrlConfig: typeof ApiUrlConfig;
10
+ declare const index_BannerProps: typeof BannerProps;
11
+ declare const index_BatteryState: typeof BatteryState;
12
+ declare const index_BorderRadius: typeof BorderRadius;
13
+ declare const index_Breakpoints: typeof Breakpoints;
14
+ declare const index_ButtonProps: typeof ButtonProps;
15
+ declare const index_ButtonSize: typeof ButtonSize;
16
+ declare const index_ButtonVariant: typeof ButtonVariant;
17
+ declare const index_CardProps: typeof CardProps;
18
+ declare const index_ClientLogger: typeof ClientLogger;
19
+ declare const index_ClientLoggerConfig: typeof ClientLoggerConfig;
20
+ declare const index_ColProps: typeof ColProps;
21
+ declare const index_ColorPalette: typeof ColorPalette;
22
+ declare const index_ComponentThemes: typeof ComponentThemes;
23
+ declare const index_ContactForm: typeof ContactForm;
24
+ declare const index_ContactFormProps: typeof ContactFormProps;
25
+ declare const index_ContactFormValues: typeof ContactFormValues;
26
+ declare const index_ContainerProps: typeof ContainerProps;
27
+ declare const index_CtaSectionProps: typeof CtaSectionProps;
28
+ declare const index_Dimensions: typeof Dimensions;
29
+ declare const index_EventEmitter: typeof EventEmitter;
30
+ declare const index_FaqItem: typeof FaqItem;
31
+ declare const index_FaqSectionProps: typeof FaqSectionProps;
32
+ declare const index_Feature: typeof Feature;
33
+ declare const index_FeatureSectionProps: typeof FeatureSectionProps;
34
+ declare const index_FooterColumn: typeof FooterColumn;
35
+ declare const index_FooterProps: typeof FooterProps;
36
+ declare const index_FormFieldError: typeof FormFieldError;
37
+ declare const index_FormSubmitResult: typeof FormSubmitResult;
38
+ declare const index_GeolocationState: typeof GeolocationState;
39
+ declare const index_HeaderProps: typeof HeaderProps;
40
+ declare const index_HttpClientOptions: typeof HttpClientOptions;
41
+ declare const index_LoaderProps: typeof LoaderProps;
42
+ declare const index_LoaderSize: typeof LoaderSize;
43
+ declare const index_LoaderVariant: typeof LoaderVariant;
44
+ declare const index_LogLevel: typeof LogLevel;
45
+ declare const index_LoginForm: typeof LoginForm;
46
+ declare const index_LoginFormProps: typeof LoginFormProps;
47
+ declare const index_LoginFormValues: typeof LoginFormValues;
48
+ declare const index_MousePosition: typeof MousePosition;
49
+ declare const index_NavLink: typeof NavLink;
50
+ declare const index_NetworkState: typeof NetworkState;
51
+ declare const index_NewsletterForm: typeof NewsletterForm;
52
+ declare const index_NewsletterFormProps: typeof NewsletterFormProps;
53
+ declare const index_NewsletterFormValues: typeof NewsletterFormValues;
54
+ declare const index_NewsletterSectionProps: typeof NewsletterSectionProps;
55
+ declare const index_NpmRegistryResponse: typeof NpmRegistryResponse;
56
+ declare const index_ObjectStateUpdate: typeof ObjectStateUpdate;
57
+ declare const index_OrientationState: typeof OrientationState;
58
+ declare const index_PackageCheckResult: typeof PackageCheckResult;
59
+ declare const index_PackageJson: typeof PackageJson;
60
+ declare const index_PackageVersion: typeof PackageVersion;
61
+ declare const index_PaginatedResponse: typeof PaginatedResponse;
62
+ declare const index_PasswordRequirements: typeof PasswordRequirements;
63
+ declare const index_PricingFeature: typeof PricingFeature;
64
+ declare const index_PricingPlan: typeof PricingPlan;
65
+ declare const index_PricingSectionProps: typeof PricingSectionProps;
66
+ declare const index_RegisterForm: typeof RegisterForm;
67
+ declare const index_RegisterFormProps: typeof RegisterFormProps;
68
+ declare const index_RegisterFormValues: typeof RegisterFormValues;
69
+ declare const index_RenderInfo: typeof RenderInfo;
70
+ declare const index_RowProps: typeof RowProps;
71
+ declare const index_ScriptStatus: typeof ScriptStatus;
72
+ declare const index_SemanticColors: typeof SemanticColors;
73
+ declare const index_SetValue: typeof SetValue;
74
+ declare const index_Shadows: typeof Shadows;
75
+ declare const index_SnackbarSeverity: typeof SnackbarSeverity;
76
+ declare const index_SnackbarState: typeof SnackbarState;
77
+ declare const index_SocialLink: typeof SocialLink;
78
+ declare const index_Spacing: typeof Spacing;
79
+ declare const index_TailwindBgColor: typeof TailwindBgColor;
80
+ declare const index_TailwindBorderRadius: typeof TailwindBorderRadius;
81
+ declare const index_TailwindClasses: typeof TailwindClasses;
82
+ declare const index_TailwindFontSize: typeof TailwindFontSize;
83
+ declare const index_TailwindFontWeight: typeof TailwindFontWeight;
84
+ declare const index_TailwindGap: typeof TailwindGap;
85
+ declare const index_TailwindHeight: typeof TailwindHeight;
86
+ declare const index_TailwindMargin: typeof TailwindMargin;
87
+ declare const index_TailwindPadding: typeof TailwindPadding;
88
+ declare const index_TailwindShadow: typeof TailwindShadow;
89
+ declare const index_TailwindTextColor: typeof TailwindTextColor;
90
+ declare const index_TailwindWidth: typeof TailwindWidth;
91
+ declare const index_Testimonial: typeof Testimonial;
92
+ declare const index_TestimonialSectionProps: typeof TestimonialSectionProps;
93
+ declare const index_Theme: typeof Theme;
94
+ declare const index_ThemeConfig: typeof ThemeConfig;
95
+ declare const index_ThemeContext: typeof ThemeContext;
96
+ declare const index_ThemeContextValue: typeof ThemeContextValue;
97
+ declare const index_ThemeMode: typeof ThemeMode;
98
+ declare const index_ThemeProvider: typeof ThemeProvider;
99
+ declare const index_ThemeProviderProps: typeof ThemeProviderProps;
100
+ declare const index_ThemeToggle: typeof ThemeToggle;
101
+ declare const index_ThemeToggleProps: typeof ThemeToggleProps;
102
+ declare const index_ThreeColumnProps: typeof ThreeColumnProps;
103
+ declare const index_TwoColumnProps: typeof TwoColumnProps;
104
+ declare const index_Typography: typeof Typography;
105
+ declare const index_UseContinuousRetryOptions: typeof UseContinuousRetryOptions;
106
+ declare const index_UseContinuousRetryReturn: typeof UseContinuousRetryReturn;
107
+ declare const index_UseCopyToClipboardReturn: typeof UseCopyToClipboardReturn;
108
+ declare const index_UseCountdownOptions: typeof UseCountdownOptions;
109
+ declare const index_UseCountdownReturn: typeof UseCountdownReturn;
110
+ declare const index_UseCounterOptions: typeof UseCounterOptions;
111
+ declare const index_UseCounterReturn: typeof UseCounterReturn;
112
+ declare const index_UseDocumentTitleOptions: typeof UseDocumentTitleOptions;
113
+ declare const index_UseFetchOptions: typeof UseFetchOptions;
114
+ declare const index_UseFetchReturn: typeof UseFetchReturn;
115
+ declare const index_UseGeolocationOptions: typeof UseGeolocationOptions;
116
+ declare const index_UseGeolocationReturn: typeof UseGeolocationReturn;
117
+ declare const index_UseHistoryStateOptions: typeof UseHistoryStateOptions;
118
+ declare const index_UseHistoryStateReturn: typeof UseHistoryStateReturn;
119
+ declare const index_UseHoverReturn: typeof UseHoverReturn;
120
+ declare const index_UseIdleOptions: typeof UseIdleOptions;
121
+ declare const index_UseIdleReturn: typeof UseIdleReturn;
122
+ declare const index_UseIntersectionObserverOptions: typeof UseIntersectionObserverOptions;
123
+ declare const index_UseIntersectionObserverReturn: typeof UseIntersectionObserverReturn;
124
+ declare const index_UseKeyPressOptions: typeof UseKeyPressOptions;
125
+ declare const index_UseKeyPressReturn: typeof UseKeyPressReturn;
126
+ declare const index_UseListReturn: typeof UseListReturn;
127
+ declare const index_UseLocalStorageOptions: typeof UseLocalStorageOptions;
128
+ declare const index_UseLoggerOptions: typeof UseLoggerOptions;
129
+ declare const index_UseLongPressOptions: typeof UseLongPressOptions;
130
+ declare const index_UseLongPressReturn: typeof UseLongPressReturn;
131
+ declare const index_UseMapReturn: typeof UseMapReturn;
132
+ declare const index_UseMeasureReturn: typeof UseMeasureReturn;
133
+ declare const index_UseMouseOptions: typeof UseMouseOptions;
134
+ declare const index_UseMouseReturn: typeof UseMouseReturn;
135
+ declare const index_UseObjectStateReturn: typeof UseObjectStateReturn;
136
+ declare const index_UsePageLeaveOptions: typeof UsePageLeaveOptions;
137
+ declare const index_UsePageTitleOptions: typeof UsePageTitleOptions;
138
+ declare const index_UsePreferredLanguageReturn: typeof UsePreferredLanguageReturn;
139
+ declare const index_UseQueueReturn: typeof UseQueueReturn;
140
+ declare const index_UseScriptOptions: typeof UseScriptOptions;
141
+ declare const index_UseScriptReturn: typeof UseScriptReturn;
142
+ declare const index_UseSessionStorageOptions: typeof UseSessionStorageOptions;
143
+ declare const index_UseSetReturn: typeof UseSetReturn;
144
+ declare const index_UseSnackbarReturn: typeof UseSnackbarReturn;
145
+ declare const index_UseTimeoutReturn: typeof UseTimeoutReturn;
146
+ declare const index_UseToggleReturn: typeof UseToggleReturn;
147
+ declare const index_UseVisibilityChangeReturn: typeof UseVisibilityChangeReturn;
148
+ declare const index_UseWindowScrollReturn: typeof UseWindowScrollReturn;
149
+ declare const index_VALIDATION_MESSAGES: typeof VALIDATION_MESSAGES;
150
+ declare const index_WindowScrollPosition: typeof WindowScrollPosition;
151
+ declare const index_WindowSize: typeof WindowSize;
152
+ declare const index_addDays: typeof addDays;
153
+ declare const index_adjustColor: typeof adjustColor;
154
+ declare const index_appEvents: typeof appEvents;
155
+ declare const index_camelToKebab: typeof camelToKebab;
156
+ declare const index_capitalize: typeof capitalize;
157
+ declare const index_capitalizeWords: typeof capitalizeWords;
158
+ declare const index_checkPackage: typeof checkPackage;
159
+ declare const index_clientLogger: typeof clientLogger;
160
+ declare const index_contactFormSchema: typeof contactFormSchema;
161
+ declare const index_copyToClipboard: typeof copyToClipboard;
162
+ declare const index_createApiEndpoints: typeof createApiEndpoints;
163
+ declare const index_createApiUrlBuilder: typeof createApiUrlBuilder;
164
+ declare const index_createClientLogger: typeof createClientLogger;
165
+ declare const index_createEmptyPaginationMeta: typeof createEmptyPaginationMeta;
166
+ declare const index_createErrorResponse: typeof createErrorResponse;
167
+ declare const index_createEventEmitter: typeof createEventEmitter;
168
+ declare const index_createHttpClient: typeof createHttpClient;
169
+ declare const index_createRegisterFormSchema: typeof createRegisterFormSchema;
170
+ declare const index_createSuccessResponse: typeof createSuccessResponse;
171
+ declare const index_createTheme: typeof createTheme;
172
+ declare const index_createThemeFromBrand: typeof createThemeFromBrand;
173
+ declare const index_cssVar: typeof cssVar;
174
+ declare const index_deepMerge: typeof deepMerge;
175
+ declare const index_defaultDarkTheme: typeof defaultDarkTheme;
176
+ declare const index_defaultLightTheme: typeof defaultLightTheme;
177
+ declare const index_dummyBannerData: typeof dummyBannerData;
178
+ declare const index_dummyFaqItems: typeof dummyFaqItems;
179
+ declare const index_dummyFeatures: typeof dummyFeatures;
180
+ declare const index_dummyFooterData: typeof dummyFooterData;
181
+ declare const index_dummyHeaderData: typeof dummyHeaderData;
182
+ declare const index_dummyImage: typeof dummyImage;
183
+ declare const index_dummyPricingPlans: typeof dummyPricingPlans;
184
+ declare const index_dummyTestimonials: typeof dummyTestimonials;
185
+ declare const index_endOfDay: typeof endOfDay;
186
+ declare const index_flattenToCssVars: typeof flattenToCssVars;
187
+ declare const index_formatDate: typeof formatDate;
188
+ declare const index_formatDateForInput: typeof formatDateForInput;
189
+ declare const index_formatDateTime: typeof formatDateTime;
190
+ declare const index_formatDateTimeForInput: typeof formatDateTimeForInput;
191
+ declare const index_formatPackageCheckResult: typeof formatPackageCheckResult;
192
+ declare const index_formatRelativeTime: typeof formatRelativeTime;
193
+ declare const index_generateCssVars: typeof generateCssVars;
194
+ declare const index_generateNcuCommand: typeof generateNcuCommand;
195
+ declare const index_getContrastColor: typeof getContrastColor;
196
+ declare const index_getErrorMessage: typeof getErrorMessage;
197
+ declare const index_getNextPage: typeof getNextPage;
198
+ declare const index_getPrevPage: typeof getPrevPage;
199
+ declare const index_getResponseData: typeof getResponseData;
200
+ declare const index_getSystemColorScheme: typeof getSystemColorScheme;
201
+ declare const index_hasData: typeof hasData;
202
+ declare const index_hasMorePages: typeof hasMorePages;
203
+ declare const index_hexToRgba: typeof hexToRgba;
204
+ declare const index_injectCssVars: typeof injectCssVars;
205
+ declare const index_isClipboardAvailable: typeof isClipboardAvailable;
206
+ declare const index_isErrorResponse: typeof isErrorResponse;
207
+ declare const index_isForbidden: typeof isForbidden;
208
+ declare const index_isFuture: typeof isFuture;
209
+ declare const index_isNotFound: typeof isNotFound;
210
+ declare const index_isPast: typeof isPast;
211
+ declare const index_isServerError: typeof isServerError;
212
+ declare const index_isStatusError: typeof isStatusError;
213
+ declare const index_isSuccess: typeof isSuccess;
214
+ declare const index_isSuccessResponse: typeof isSuccessResponse;
215
+ declare const index_isToday: typeof isToday;
216
+ declare const index_isUnauthorized: typeof isUnauthorized;
217
+ declare const index_kebabToCamel: typeof kebabToCamel;
218
+ declare const index_loadThemeFromUrl: typeof loadThemeFromUrl;
219
+ declare const index_loadThemeMode: typeof loadThemeMode;
220
+ declare const index_loginFormSchema: typeof loginFormSchema;
221
+ declare const index_loremIpsum: typeof loremIpsum;
222
+ declare const index_newsletterFormSchema: typeof newsletterFormSchema;
223
+ declare const index_packageCheck: typeof packageCheck;
224
+ declare const index_parseError: typeof parseError;
225
+ declare const index_parseFullResponse: typeof parseFullResponse;
226
+ declare const index_parseResponse: typeof parseResponse;
227
+ declare const index_readFromClipboard: typeof readFromClipboard;
228
+ declare const index_registerFormSchema: typeof registerFormSchema;
229
+ declare const index_removeCssVars: typeof removeCssVars;
230
+ declare const index_resolveThemeMode: typeof resolveThemeMode;
231
+ declare const index_saveThemeMode: typeof saveThemeMode;
232
+ declare const index_slugify: typeof slugify;
233
+ declare const index_slugifyUnique: typeof slugifyUnique;
234
+ declare const index_startOfDay: typeof startOfDay;
235
+ declare const index_truncate: typeof truncate;
236
+ declare const index_truncateWords: typeof truncateWords;
237
+ declare const index_unslugify: typeof unslugify;
238
+ declare const index_useBattery: typeof useBattery;
239
+ declare const index_useClickAway: typeof useClickAway;
240
+ declare const index_useContinuousRetry: typeof useContinuousRetry;
241
+ declare const index_useCopyToClipboard: typeof useCopyToClipboard;
242
+ declare const index_useCountdown: typeof useCountdown;
243
+ declare const index_useCounter: typeof useCounter;
244
+ declare const index_useDebounce: typeof useDebounce;
245
+ declare const index_useDefault: typeof useDefault;
246
+ declare const index_useDocumentTitle: typeof useDocumentTitle;
247
+ declare const index_useEventListener: typeof useEventListener;
248
+ declare const index_useFavicon: typeof useFavicon;
249
+ declare const index_useFetch: typeof useFetch;
250
+ declare const index_useGeolocation: typeof useGeolocation;
251
+ declare const index_useHistoryState: typeof useHistoryState;
252
+ declare const index_useHover: typeof useHover;
253
+ declare const index_useIdle: typeof useIdle;
254
+ declare const index_useIntersectionObserver: typeof useIntersectionObserver;
255
+ declare const index_useInterval: typeof useInterval;
256
+ declare const index_useIntervalWhen: typeof useIntervalWhen;
257
+ declare const index_useIsClient: typeof useIsClient;
258
+ declare const index_useIsDesktop: typeof useIsDesktop;
259
+ declare const index_useIsFirstRender: typeof useIsFirstRender;
260
+ declare const index_useIsMobile: typeof useIsMobile;
261
+ declare const index_useIsMobileOrTablet: typeof useIsMobileOrTablet;
262
+ declare const index_useIsTablet: typeof useIsTablet;
263
+ declare const index_useKeyPress: typeof useKeyPress;
264
+ declare const index_useList: typeof useList;
265
+ declare const index_useLocalStorage: typeof useLocalStorage;
266
+ declare const index_useLockBodyScroll: typeof useLockBodyScroll;
267
+ declare const index_useLogger: typeof useLogger;
268
+ declare const index_useLongPress: typeof useLongPress;
269
+ declare const index_useMap: typeof useMap;
270
+ declare const index_useMeasure: typeof useMeasure;
271
+ declare const index_useMediaQuery: typeof useMediaQuery;
272
+ declare const index_useMouse: typeof useMouse;
273
+ declare const index_useNetworkState: typeof useNetworkState;
274
+ declare const index_useObjectState: typeof useObjectState;
275
+ declare const index_useOnClickOutside: typeof useOnClickOutside;
276
+ declare const index_useOrientation: typeof useOrientation;
277
+ declare const index_usePageLeave: typeof usePageLeave;
278
+ declare const index_usePageTitle: typeof usePageTitle;
279
+ declare const index_usePreferredLanguage: typeof usePreferredLanguage;
280
+ declare const index_usePrevious: typeof usePrevious;
281
+ declare const index_useQueue: typeof useQueue;
282
+ declare const index_useRandomInterval: typeof useRandomInterval;
283
+ declare const index_useRenderCount: typeof useRenderCount;
284
+ declare const index_useRenderInfo: typeof useRenderInfo;
285
+ declare const index_useScript: typeof useScript;
286
+ declare const index_useSessionStorage: typeof useSessionStorage;
287
+ declare const index_useSet: typeof useSet;
288
+ declare const index_useSnackbar: typeof useSnackbar;
289
+ declare const index_useTheme: typeof useTheme;
290
+ declare const index_useThemeDetector: typeof useThemeDetector;
291
+ declare const index_useThemeValue: typeof useThemeValue;
292
+ declare const index_useThrottle: typeof useThrottle;
293
+ declare const index_useTimeout: typeof useTimeout;
294
+ declare const index_useToggle: typeof useToggle;
295
+ declare const index_useVisibilityChange: typeof useVisibilityChange;
296
+ declare const index_useWindowScroll: typeof useWindowScroll;
297
+ declare const index_useWindowSize: typeof useWindowSize;
298
+ declare const index_withAbortSignal: typeof withAbortSignal;
299
+ declare const index_withFormData: typeof withFormData;
300
+ declare const index_withTimeout: typeof withTimeout;
301
+ declare namespace index {
302
+ export { index_ApiResponse as ApiResponse, index_ApiUrlBuilder as ApiUrlBuilder, index_ApiUrlConfig as ApiUrlConfig, index_BannerProps as BannerProps, index_BatteryState as BatteryState, index_BorderRadius as BorderRadius, index_Breakpoints as Breakpoints, index_ButtonProps as ButtonProps, index_ButtonSize as ButtonSize, index_ButtonVariant as ButtonVariant, index_CardProps as CardProps, index_ClientLogger as ClientLogger, index_ClientLoggerConfig as ClientLoggerConfig, index_ColProps as ColProps, index_ColorPalette as ColorPalette, index_ComponentThemes as ComponentThemes, index_ContactForm as ContactForm, index_ContactFormProps as ContactFormProps, index_ContactFormValues as ContactFormValues, index_ContainerProps as ContainerProps, index_CtaSectionProps as CtaSectionProps, index_Dimensions as Dimensions, index_EventEmitter as EventEmitter, index_FaqItem as FaqItem, index_FaqSectionProps as FaqSectionProps, index_Feature as Feature, index_FeatureSectionProps as FeatureSectionProps, index_FooterColumn as FooterColumn, index_FooterProps as FooterProps, index_FormFieldError as FormFieldError, index_FormSubmitResult as FormSubmitResult, index_GeolocationState as GeolocationState, index_HeaderProps as HeaderProps, index_HttpClientOptions as HttpClientOptions, index_LoaderProps as LoaderProps, index_LoaderSize as LoaderSize, index_LoaderVariant as LoaderVariant, index_LogLevel as LogLevel, index_LoginForm as LoginForm, index_LoginFormProps as LoginFormProps, index_LoginFormValues as LoginFormValues, index_MousePosition as MousePosition, index_NavLink as NavLink, index_NetworkState as NetworkState, index_NewsletterForm as NewsletterForm, index_NewsletterFormProps as NewsletterFormProps, index_NewsletterFormValues as NewsletterFormValues, index_NewsletterSectionProps as NewsletterSectionProps, index_NpmRegistryResponse as NpmRegistryResponse, index_ObjectStateUpdate as ObjectStateUpdate, index_OrientationState as OrientationState, index_PackageCheckResult as PackageCheckResult, index_PackageJson as PackageJson, index_PackageVersion as PackageVersion, index_PaginatedResponse as PaginatedResponse, index_PasswordRequirements as PasswordRequirements, index_PricingFeature as PricingFeature, index_PricingPlan as PricingPlan, index_PricingSectionProps as PricingSectionProps, index_RegisterForm as RegisterForm, index_RegisterFormProps as RegisterFormProps, index_RegisterFormValues as RegisterFormValues, index_RenderInfo as RenderInfo, index_RowProps as RowProps, index_ScriptStatus as ScriptStatus, index_SemanticColors as SemanticColors, index_SetValue as SetValue, index_Shadows as Shadows, index_SnackbarSeverity as SnackbarSeverity, index_SnackbarState as SnackbarState, index_SocialLink as SocialLink, index_Spacing as Spacing, index_TailwindBgColor as TailwindBgColor, index_TailwindBorderRadius as TailwindBorderRadius, index_TailwindClasses as TailwindClasses, index_TailwindFontSize as TailwindFontSize, index_TailwindFontWeight as TailwindFontWeight, index_TailwindGap as TailwindGap, index_TailwindHeight as TailwindHeight, index_TailwindMargin as TailwindMargin, index_TailwindPadding as TailwindPadding, index_TailwindShadow as TailwindShadow, index_TailwindTextColor as TailwindTextColor, index_TailwindWidth as TailwindWidth, index_Testimonial as Testimonial, index_TestimonialSectionProps as TestimonialSectionProps, index_Theme as Theme, index_ThemeConfig as ThemeConfig, index_ThemeContext as ThemeContext, index_ThemeContextValue as ThemeContextValue, index_ThemeMode as ThemeMode, index_ThemeProvider as ThemeProvider, index_ThemeProviderProps as ThemeProviderProps, index_ThemeToggle as ThemeToggle, index_ThemeToggleProps as ThemeToggleProps, index_ThreeColumnProps as ThreeColumnProps, index_TwoColumnProps as TwoColumnProps, index_Typography as Typography, index_UseContinuousRetryOptions as UseContinuousRetryOptions, index_UseContinuousRetryReturn as UseContinuousRetryReturn, index_UseCopyToClipboardReturn as UseCopyToClipboardReturn, index_UseCountdownOptions as UseCountdownOptions, index_UseCountdownReturn as UseCountdownReturn, index_UseCounterOptions as UseCounterOptions, index_UseCounterReturn as UseCounterReturn, index_UseDocumentTitleOptions as UseDocumentTitleOptions, index_UseFetchOptions as UseFetchOptions, index_UseFetchReturn as UseFetchReturn, index_UseGeolocationOptions as UseGeolocationOptions, index_UseGeolocationReturn as UseGeolocationReturn, index_UseHistoryStateOptions as UseHistoryStateOptions, index_UseHistoryStateReturn as UseHistoryStateReturn, index_UseHoverReturn as UseHoverReturn, index_UseIdleOptions as UseIdleOptions, index_UseIdleReturn as UseIdleReturn, index_UseIntersectionObserverOptions as UseIntersectionObserverOptions, index_UseIntersectionObserverReturn as UseIntersectionObserverReturn, index_UseKeyPressOptions as UseKeyPressOptions, index_UseKeyPressReturn as UseKeyPressReturn, index_UseListReturn as UseListReturn, index_UseLocalStorageOptions as UseLocalStorageOptions, index_UseLoggerOptions as UseLoggerOptions, index_UseLongPressOptions as UseLongPressOptions, index_UseLongPressReturn as UseLongPressReturn, index_UseMapReturn as UseMapReturn, index_UseMeasureReturn as UseMeasureReturn, index_UseMouseOptions as UseMouseOptions, index_UseMouseReturn as UseMouseReturn, index_UseObjectStateReturn as UseObjectStateReturn, index_UsePageLeaveOptions as UsePageLeaveOptions, index_UsePageTitleOptions as UsePageTitleOptions, index_UsePreferredLanguageReturn as UsePreferredLanguageReturn, index_UseQueueReturn as UseQueueReturn, index_UseScriptOptions as UseScriptOptions, index_UseScriptReturn as UseScriptReturn, index_UseSessionStorageOptions as UseSessionStorageOptions, index_UseSetReturn as UseSetReturn, index_UseSnackbarReturn as UseSnackbarReturn, index_UseTimeoutReturn as UseTimeoutReturn, index_UseToggleReturn as UseToggleReturn, index_UseVisibilityChangeReturn as UseVisibilityChangeReturn, index_UseWindowScrollReturn as UseWindowScrollReturn, index_VALIDATION_MESSAGES as VALIDATION_MESSAGES, ThemeMode$1 as WebThemeMode, index_WindowScrollPosition as WindowScrollPosition, index_WindowSize as WindowSize, index_addDays as addDays, index_adjustColor as adjustColor, index_appEvents as appEvents, index_camelToKebab as camelToKebab, index_capitalize as capitalize, index_capitalizeWords as capitalizeWords, index_checkPackage as checkPackage, index_clientLogger as clientLogger, index_contactFormSchema as contactFormSchema, index_copyToClipboard as copyToClipboard, index_createApiEndpoints as createApiEndpoints, index_createApiUrlBuilder as createApiUrlBuilder, index_createClientLogger as createClientLogger, index_createEmptyPaginationMeta as createEmptyPaginationMeta, index_createErrorResponse as createErrorResponse, index_createEventEmitter as createEventEmitter, index_createHttpClient as createHttpClient, index_createRegisterFormSchema as createRegisterFormSchema, index_createSuccessResponse as createSuccessResponse, index_createTheme as createTheme, index_createThemeFromBrand as createThemeFromBrand, index_cssVar as cssVar, index_deepMerge as deepMerge, index_defaultDarkTheme as defaultDarkTheme, index_defaultLightTheme as defaultLightTheme, index_dummyBannerData as dummyBannerData, index_dummyFaqItems as dummyFaqItems, index_dummyFeatures as dummyFeatures, index_dummyFooterData as dummyFooterData, index_dummyHeaderData as dummyHeaderData, index_dummyImage as dummyImage, index_dummyPricingPlans as dummyPricingPlans, index_dummyTestimonials as dummyTestimonials, index_endOfDay as endOfDay, index_flattenToCssVars as flattenToCssVars, index_formatDate as formatDate, index_formatDateForInput as formatDateForInput, index_formatDateTime as formatDateTime, index_formatDateTimeForInput as formatDateTimeForInput, index_formatPackageCheckResult as formatPackageCheckResult, index_formatRelativeTime as formatRelativeTime, index_generateCssVars as generateCssVars, index_generateNcuCommand as generateNcuCommand, index_getContrastColor as getContrastColor, index_getErrorMessage as getErrorMessage, index_getNextPage as getNextPage, index_getPrevPage as getPrevPage, index_getResponseData as getResponseData, index_getSystemColorScheme as getSystemColorScheme, index_hasData as hasData, index_hasMorePages as hasMorePages, index_hexToRgba as hexToRgba, index_injectCssVars as injectCssVars, index_isClipboardAvailable as isClipboardAvailable, index_isErrorResponse as isErrorResponse, index_isForbidden as isForbidden, index_isFuture as isFuture, index_isNotFound as isNotFound, index_isPast as isPast, index_isServerError as isServerError, index_isStatusError as isStatusError, index_isSuccess as isSuccess, index_isSuccessResponse as isSuccessResponse, index_isToday as isToday, index_isUnauthorized as isUnauthorized, index_kebabToCamel as kebabToCamel, index_loadThemeFromUrl as loadThemeFromUrl, index_loadThemeMode as loadThemeMode, index_loginFormSchema as loginFormSchema, index_loremIpsum as loremIpsum, index_newsletterFormSchema as newsletterFormSchema, index_packageCheck as packageCheck, index_parseError as parseError, index_parseFullResponse as parseFullResponse, index_parseResponse as parseResponse, index_readFromClipboard as readFromClipboard, index_registerFormSchema as registerFormSchema, index_removeCssVars as removeCssVars, index_resolveThemeMode as resolveThemeMode, index_saveThemeMode as saveThemeMode, index_slugify as slugify, index_slugifyUnique as slugifyUnique, index_startOfDay as startOfDay, index_truncate as truncate, index_truncateWords as truncateWords, index_unslugify as unslugify, index_useBattery as useBattery, index_useClickAway as useClickAway, index_useContinuousRetry as useContinuousRetry, index_useCopyToClipboard as useCopyToClipboard, index_useCountdown as useCountdown, index_useCounter as useCounter, index_useDebounce as useDebounce, index_useDefault as useDefault, index_useDocumentTitle as useDocumentTitle, index_useEventListener as useEventListener, index_useFavicon as useFavicon, index_useFetch as useFetch, index_useGeolocation as useGeolocation, index_useHistoryState as useHistoryState, index_useHover as useHover, index_useIdle as useIdle, index_useIntersectionObserver as useIntersectionObserver, index_useInterval as useInterval, index_useIntervalWhen as useIntervalWhen, index_useIsClient as useIsClient, index_useIsDesktop as useIsDesktop, index_useIsFirstRender as useIsFirstRender, index_useIsMobile as useIsMobile, index_useIsMobileOrTablet as useIsMobileOrTablet, index_useIsTablet as useIsTablet, index_useKeyPress as useKeyPress, index_useList as useList, index_useLocalStorage as useLocalStorage, index_useLockBodyScroll as useLockBodyScroll, index_useLogger as useLogger, index_useLongPress as useLongPress, index_useMap as useMap, index_useMeasure as useMeasure, index_useMediaQuery as useMediaQuery, index_useMouse as useMouse, index_useNetworkState as useNetworkState, index_useObjectState as useObjectState, index_useOnClickOutside as useOnClickOutside, index_useOrientation as useOrientation, index_usePageLeave as usePageLeave, index_usePageTitle as usePageTitle, index_usePreferredLanguage as usePreferredLanguage, index_usePrevious as usePrevious, index_useQueue as useQueue, index_useRandomInterval as useRandomInterval, index_useRenderCount as useRenderCount, index_useRenderInfo as useRenderInfo, index_useScript as useScript, index_useSessionStorage as useSessionStorage, index_useSet as useSet, index_useSnackbar as useSnackbar, index_useTheme as useTheme, index_useThemeDetector as useThemeDetector, index_useThemeValue as useThemeValue, index_useThrottle as useThrottle, index_useTimeout as useTimeout, index_useToggle as useToggle, index_useVisibilityChange as useVisibilityChange, index_useWindowScroll as useWindowScroll, index_useWindowSize as useWindowSize, index_withAbortSignal as withAbortSignal, index_withFormData as withFormData, index_withTimeout as withTimeout };
303
+ }
304
+
305
+ export { index as i };
@@ -0,0 +1,222 @@
1
+ import { A as ApiErrorResponse, a as ApiResponse, b as ApiSuccessResponse, B as BaseFilterParams, C as CreateResponse, D as DeleteResponse, F as FilterWithPagination, G as GetResponse, L as ListResponse, P as PaginatedResponse, c as PaginationMeta, d as PaginationParams, U as UpdateResponse } from './response.types-D--UhLJq.js';
2
+ import { AuditableEntity, AuthResponse, AuthTokens, BaseEntity, BaseUser, ChangePasswordRequest, ForgotPasswordRequest, ID, JwtPayload, KeyValuePair, LoginCredentials, Nullable, ObjectId, Optional, OrganizationEntity, RegisterCredentials, RequiredFields, ResetPasswordRequest, SelectOption, SoftDeleteEntity, SortConfig, SortOrder, Timestamps, UserRole, UserWithRole } from './shared/types/index.js';
3
+ import { EnvConfig, getEnv, getEnvOptional, isDev, isProd, isTest, validateEnv } from './shared/config/index.js';
4
+ import { BREAKPOINTS, Breakpoint, CONTAINER_WIDTHS, DATE_FORMAT, DateFormat, ENUMS, FILE_TYPE, FileType, GENDER, Gender, HTTP_STATUS, HTTP_STATUS_MESSAGES, HttpStatusCode, INTERVAL, Interval, LOCALE, Locale, MEDIA_QUERIES, MEDIA_QUERIES_MAX, NOTIFICATION_TYPE, NotificationType, ORDER_STATUS, OrderStatus, PAGINATION, PAYMENT_STATUS, PERMISSION_LEVEL, PRIORITY, PaymentStatus, PermissionLevel, Priority, ROLE, ROLES, Role, RoleValue, SORT, SORT_DIRECTION, STATUS, SUBSCRIPTION_STATUS, Sort, SortDirection, StatusValue, SubscriptionStatus, TASK_STATUS, THEME, TOKEN_TYPES, TaskStatus, Theme, TokenType, USER_STATUS, UserStatusValue, VISIBILITY, Visibility } from './shared/constants/index.js';
5
+ import { DATE_FORMATS, DateInput, addTime, combineDateAndTime, dateTime as _default, daysSince, daysUntil, doDateRangesOverlap, formatDate, formatDateInTimezone, formatDateRange, formatDateTime, formatRelativeTime, formatSmartDate, fromTimezone, getAge, getDateDifference, getDayBoundaries, getDaysInRange, getMonthBoundaries, getMonthsInRange, getTimezoneDifference, getWeekBoundaries, getWeeksInRange, getYearBoundaries, isDateBetween, isValidDate, isWeekday, isWeekend, nowInTimezone, parseDate, setTime, subtractTime, toDateInputValue, toDateTimeInputValue, toTimeInputValue, toTimezone } from './shared/utils/index.js';
6
+ import { VALIDATION_MESSAGES, VALIDATION_PATTERNS, VALIDATION_RULES, isValidEmail, isValidPassword, isValidPhone, isValidSlug, isValidUrl, isValidUsername } from './shared/validation/index.js';
7
+ import { addDays, addHours, addMinutes, addMonths, addWeeks, addYears, differenceInDays, differenceInHours, differenceInMinutes, differenceInMonths, differenceInSeconds, differenceInWeeks, differenceInYears, eachDayOfInterval, eachMonthOfInterval, eachWeekOfInterval, endOfDay, endOfMonth, endOfWeek, endOfYear, format, formatDistance, formatDistanceToNow, formatDuration, formatRelative, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getYear, intervalToDuration, isAfter, isBefore, isEqual, isFuture, isPast, isSameDay, isSameMonth, isSameWeek, isSameYear, isThisMonth, isThisWeek, isThisYear, isToday, isTomorrow, isValid, isYesterday, parseISO, setHours, setMinutes, setSeconds, startOfDay, startOfMonth, startOfWeek, startOfYear, subDays, subHours, subMinutes, subMonths, subWeeks, subYears } from 'date-fns';
8
+ import { formatInTimeZone, fromZonedTime, toZonedTime } from 'date-fns-tz';
9
+
10
+ declare const index_ApiErrorResponse: typeof ApiErrorResponse;
11
+ declare const index_ApiResponse: typeof ApiResponse;
12
+ declare const index_ApiSuccessResponse: typeof ApiSuccessResponse;
13
+ declare const index_AuditableEntity: typeof AuditableEntity;
14
+ declare const index_AuthResponse: typeof AuthResponse;
15
+ declare const index_AuthTokens: typeof AuthTokens;
16
+ declare const index_BREAKPOINTS: typeof BREAKPOINTS;
17
+ declare const index_BaseEntity: typeof BaseEntity;
18
+ declare const index_BaseFilterParams: typeof BaseFilterParams;
19
+ declare const index_BaseUser: typeof BaseUser;
20
+ declare const index_Breakpoint: typeof Breakpoint;
21
+ declare const index_CONTAINER_WIDTHS: typeof CONTAINER_WIDTHS;
22
+ declare const index_ChangePasswordRequest: typeof ChangePasswordRequest;
23
+ declare const index_CreateResponse: typeof CreateResponse;
24
+ declare const index_DATE_FORMAT: typeof DATE_FORMAT;
25
+ declare const index_DATE_FORMATS: typeof DATE_FORMATS;
26
+ declare const index_DateFormat: typeof DateFormat;
27
+ declare const index_DateInput: typeof DateInput;
28
+ declare const index_DeleteResponse: typeof DeleteResponse;
29
+ declare const index_ENUMS: typeof ENUMS;
30
+ declare const index_EnvConfig: typeof EnvConfig;
31
+ declare const index_FILE_TYPE: typeof FILE_TYPE;
32
+ declare const index_FileType: typeof FileType;
33
+ declare const index_FilterWithPagination: typeof FilterWithPagination;
34
+ declare const index_ForgotPasswordRequest: typeof ForgotPasswordRequest;
35
+ declare const index_GENDER: typeof GENDER;
36
+ declare const index_Gender: typeof Gender;
37
+ declare const index_GetResponse: typeof GetResponse;
38
+ declare const index_HTTP_STATUS: typeof HTTP_STATUS;
39
+ declare const index_HTTP_STATUS_MESSAGES: typeof HTTP_STATUS_MESSAGES;
40
+ declare const index_HttpStatusCode: typeof HttpStatusCode;
41
+ declare const index_ID: typeof ID;
42
+ declare const index_INTERVAL: typeof INTERVAL;
43
+ declare const index_Interval: typeof Interval;
44
+ declare const index_JwtPayload: typeof JwtPayload;
45
+ declare const index_KeyValuePair: typeof KeyValuePair;
46
+ declare const index_LOCALE: typeof LOCALE;
47
+ declare const index_ListResponse: typeof ListResponse;
48
+ declare const index_Locale: typeof Locale;
49
+ declare const index_LoginCredentials: typeof LoginCredentials;
50
+ declare const index_MEDIA_QUERIES: typeof MEDIA_QUERIES;
51
+ declare const index_MEDIA_QUERIES_MAX: typeof MEDIA_QUERIES_MAX;
52
+ declare const index_NOTIFICATION_TYPE: typeof NOTIFICATION_TYPE;
53
+ declare const index_NotificationType: typeof NotificationType;
54
+ declare const index_Nullable: typeof Nullable;
55
+ declare const index_ORDER_STATUS: typeof ORDER_STATUS;
56
+ declare const index_ObjectId: typeof ObjectId;
57
+ declare const index_Optional: typeof Optional;
58
+ declare const index_OrderStatus: typeof OrderStatus;
59
+ declare const index_OrganizationEntity: typeof OrganizationEntity;
60
+ declare const index_PAGINATION: typeof PAGINATION;
61
+ declare const index_PAYMENT_STATUS: typeof PAYMENT_STATUS;
62
+ declare const index_PERMISSION_LEVEL: typeof PERMISSION_LEVEL;
63
+ declare const index_PRIORITY: typeof PRIORITY;
64
+ declare const index_PaginatedResponse: typeof PaginatedResponse;
65
+ declare const index_PaginationMeta: typeof PaginationMeta;
66
+ declare const index_PaginationParams: typeof PaginationParams;
67
+ declare const index_PaymentStatus: typeof PaymentStatus;
68
+ declare const index_PermissionLevel: typeof PermissionLevel;
69
+ declare const index_Priority: typeof Priority;
70
+ declare const index_ROLE: typeof ROLE;
71
+ declare const index_ROLES: typeof ROLES;
72
+ declare const index_RegisterCredentials: typeof RegisterCredentials;
73
+ declare const index_RequiredFields: typeof RequiredFields;
74
+ declare const index_ResetPasswordRequest: typeof ResetPasswordRequest;
75
+ declare const index_Role: typeof Role;
76
+ declare const index_RoleValue: typeof RoleValue;
77
+ declare const index_SORT: typeof SORT;
78
+ declare const index_SORT_DIRECTION: typeof SORT_DIRECTION;
79
+ declare const index_STATUS: typeof STATUS;
80
+ declare const index_SUBSCRIPTION_STATUS: typeof SUBSCRIPTION_STATUS;
81
+ declare const index_SelectOption: typeof SelectOption;
82
+ declare const index_SoftDeleteEntity: typeof SoftDeleteEntity;
83
+ declare const index_Sort: typeof Sort;
84
+ declare const index_SortConfig: typeof SortConfig;
85
+ declare const index_SortDirection: typeof SortDirection;
86
+ declare const index_SortOrder: typeof SortOrder;
87
+ declare const index_StatusValue: typeof StatusValue;
88
+ declare const index_SubscriptionStatus: typeof SubscriptionStatus;
89
+ declare const index_TASK_STATUS: typeof TASK_STATUS;
90
+ declare const index_THEME: typeof THEME;
91
+ declare const index_TOKEN_TYPES: typeof TOKEN_TYPES;
92
+ declare const index_TaskStatus: typeof TaskStatus;
93
+ declare const index_Theme: typeof Theme;
94
+ declare const index_Timestamps: typeof Timestamps;
95
+ declare const index_TokenType: typeof TokenType;
96
+ declare const index_USER_STATUS: typeof USER_STATUS;
97
+ declare const index_UpdateResponse: typeof UpdateResponse;
98
+ declare const index_UserRole: typeof UserRole;
99
+ declare const index_UserStatusValue: typeof UserStatusValue;
100
+ declare const index_UserWithRole: typeof UserWithRole;
101
+ declare const index_VALIDATION_MESSAGES: typeof VALIDATION_MESSAGES;
102
+ declare const index_VALIDATION_PATTERNS: typeof VALIDATION_PATTERNS;
103
+ declare const index_VALIDATION_RULES: typeof VALIDATION_RULES;
104
+ declare const index_VISIBILITY: typeof VISIBILITY;
105
+ declare const index_Visibility: typeof Visibility;
106
+ declare const index_addDays: typeof addDays;
107
+ declare const index_addHours: typeof addHours;
108
+ declare const index_addMinutes: typeof addMinutes;
109
+ declare const index_addMonths: typeof addMonths;
110
+ declare const index_addTime: typeof addTime;
111
+ declare const index_addWeeks: typeof addWeeks;
112
+ declare const index_addYears: typeof addYears;
113
+ declare const index_combineDateAndTime: typeof combineDateAndTime;
114
+ declare const index_daysSince: typeof daysSince;
115
+ declare const index_daysUntil: typeof daysUntil;
116
+ declare const index_differenceInDays: typeof differenceInDays;
117
+ declare const index_differenceInHours: typeof differenceInHours;
118
+ declare const index_differenceInMinutes: typeof differenceInMinutes;
119
+ declare const index_differenceInMonths: typeof differenceInMonths;
120
+ declare const index_differenceInSeconds: typeof differenceInSeconds;
121
+ declare const index_differenceInWeeks: typeof differenceInWeeks;
122
+ declare const index_differenceInYears: typeof differenceInYears;
123
+ declare const index_doDateRangesOverlap: typeof doDateRangesOverlap;
124
+ declare const index_eachDayOfInterval: typeof eachDayOfInterval;
125
+ declare const index_eachMonthOfInterval: typeof eachMonthOfInterval;
126
+ declare const index_eachWeekOfInterval: typeof eachWeekOfInterval;
127
+ declare const index_endOfDay: typeof endOfDay;
128
+ declare const index_endOfMonth: typeof endOfMonth;
129
+ declare const index_endOfWeek: typeof endOfWeek;
130
+ declare const index_endOfYear: typeof endOfYear;
131
+ declare const index_format: typeof format;
132
+ declare const index_formatDate: typeof formatDate;
133
+ declare const index_formatDateInTimezone: typeof formatDateInTimezone;
134
+ declare const index_formatDateRange: typeof formatDateRange;
135
+ declare const index_formatDateTime: typeof formatDateTime;
136
+ declare const index_formatDistance: typeof formatDistance;
137
+ declare const index_formatDistanceToNow: typeof formatDistanceToNow;
138
+ declare const index_formatDuration: typeof formatDuration;
139
+ declare const index_formatInTimeZone: typeof formatInTimeZone;
140
+ declare const index_formatRelative: typeof formatRelative;
141
+ declare const index_formatRelativeTime: typeof formatRelativeTime;
142
+ declare const index_formatSmartDate: typeof formatSmartDate;
143
+ declare const index_fromTimezone: typeof fromTimezone;
144
+ declare const index_fromZonedTime: typeof fromZonedTime;
145
+ declare const index_getAge: typeof getAge;
146
+ declare const index_getDate: typeof getDate;
147
+ declare const index_getDateDifference: typeof getDateDifference;
148
+ declare const index_getDay: typeof getDay;
149
+ declare const index_getDayBoundaries: typeof getDayBoundaries;
150
+ declare const index_getDaysInRange: typeof getDaysInRange;
151
+ declare const index_getEnv: typeof getEnv;
152
+ declare const index_getEnvOptional: typeof getEnvOptional;
153
+ declare const index_getHours: typeof getHours;
154
+ declare const index_getMinutes: typeof getMinutes;
155
+ declare const index_getMonth: typeof getMonth;
156
+ declare const index_getMonthBoundaries: typeof getMonthBoundaries;
157
+ declare const index_getMonthsInRange: typeof getMonthsInRange;
158
+ declare const index_getSeconds: typeof getSeconds;
159
+ declare const index_getTimezoneDifference: typeof getTimezoneDifference;
160
+ declare const index_getWeekBoundaries: typeof getWeekBoundaries;
161
+ declare const index_getWeeksInRange: typeof getWeeksInRange;
162
+ declare const index_getYear: typeof getYear;
163
+ declare const index_getYearBoundaries: typeof getYearBoundaries;
164
+ declare const index_intervalToDuration: typeof intervalToDuration;
165
+ declare const index_isAfter: typeof isAfter;
166
+ declare const index_isBefore: typeof isBefore;
167
+ declare const index_isDateBetween: typeof isDateBetween;
168
+ declare const index_isDev: typeof isDev;
169
+ declare const index_isEqual: typeof isEqual;
170
+ declare const index_isFuture: typeof isFuture;
171
+ declare const index_isPast: typeof isPast;
172
+ declare const index_isProd: typeof isProd;
173
+ declare const index_isSameDay: typeof isSameDay;
174
+ declare const index_isSameMonth: typeof isSameMonth;
175
+ declare const index_isSameWeek: typeof isSameWeek;
176
+ declare const index_isSameYear: typeof isSameYear;
177
+ declare const index_isTest: typeof isTest;
178
+ declare const index_isThisMonth: typeof isThisMonth;
179
+ declare const index_isThisWeek: typeof isThisWeek;
180
+ declare const index_isThisYear: typeof isThisYear;
181
+ declare const index_isToday: typeof isToday;
182
+ declare const index_isTomorrow: typeof isTomorrow;
183
+ declare const index_isValid: typeof isValid;
184
+ declare const index_isValidDate: typeof isValidDate;
185
+ declare const index_isValidEmail: typeof isValidEmail;
186
+ declare const index_isValidPassword: typeof isValidPassword;
187
+ declare const index_isValidPhone: typeof isValidPhone;
188
+ declare const index_isValidSlug: typeof isValidSlug;
189
+ declare const index_isValidUrl: typeof isValidUrl;
190
+ declare const index_isValidUsername: typeof isValidUsername;
191
+ declare const index_isWeekday: typeof isWeekday;
192
+ declare const index_isWeekend: typeof isWeekend;
193
+ declare const index_isYesterday: typeof isYesterday;
194
+ declare const index_nowInTimezone: typeof nowInTimezone;
195
+ declare const index_parseDate: typeof parseDate;
196
+ declare const index_parseISO: typeof parseISO;
197
+ declare const index_setHours: typeof setHours;
198
+ declare const index_setMinutes: typeof setMinutes;
199
+ declare const index_setSeconds: typeof setSeconds;
200
+ declare const index_setTime: typeof setTime;
201
+ declare const index_startOfDay: typeof startOfDay;
202
+ declare const index_startOfMonth: typeof startOfMonth;
203
+ declare const index_startOfWeek: typeof startOfWeek;
204
+ declare const index_startOfYear: typeof startOfYear;
205
+ declare const index_subDays: typeof subDays;
206
+ declare const index_subHours: typeof subHours;
207
+ declare const index_subMinutes: typeof subMinutes;
208
+ declare const index_subMonths: typeof subMonths;
209
+ declare const index_subWeeks: typeof subWeeks;
210
+ declare const index_subYears: typeof subYears;
211
+ declare const index_subtractTime: typeof subtractTime;
212
+ declare const index_toDateInputValue: typeof toDateInputValue;
213
+ declare const index_toDateTimeInputValue: typeof toDateTimeInputValue;
214
+ declare const index_toTimeInputValue: typeof toTimeInputValue;
215
+ declare const index_toTimezone: typeof toTimezone;
216
+ declare const index_toZonedTime: typeof toZonedTime;
217
+ declare const index_validateEnv: typeof validateEnv;
218
+ declare namespace index {
219
+ export { index_ApiErrorResponse as ApiErrorResponse, index_ApiResponse as ApiResponse, index_ApiSuccessResponse as ApiSuccessResponse, index_AuditableEntity as AuditableEntity, index_AuthResponse as AuthResponse, index_AuthTokens as AuthTokens, index_BREAKPOINTS as BREAKPOINTS, index_BaseEntity as BaseEntity, index_BaseFilterParams as BaseFilterParams, index_BaseUser as BaseUser, index_Breakpoint as Breakpoint, index_CONTAINER_WIDTHS as CONTAINER_WIDTHS, index_ChangePasswordRequest as ChangePasswordRequest, index_CreateResponse as CreateResponse, index_DATE_FORMAT as DATE_FORMAT, index_DATE_FORMATS as DATE_FORMATS, index_DateFormat as DateFormat, index_DateInput as DateInput, index_DeleteResponse as DeleteResponse, index_ENUMS as ENUMS, ENUMS as ENUMS_DEFAULT, index_EnvConfig as EnvConfig, index_FILE_TYPE as FILE_TYPE, index_FileType as FileType, index_FilterWithPagination as FilterWithPagination, index_ForgotPasswordRequest as ForgotPasswordRequest, index_GENDER as GENDER, index_Gender as Gender, index_GetResponse as GetResponse, index_HTTP_STATUS as HTTP_STATUS, index_HTTP_STATUS_MESSAGES as HTTP_STATUS_MESSAGES, index_HttpStatusCode as HttpStatusCode, index_ID as ID, index_INTERVAL as INTERVAL, index_Interval as Interval, index_JwtPayload as JwtPayload, index_KeyValuePair as KeyValuePair, index_LOCALE as LOCALE, index_ListResponse as ListResponse, index_Locale as Locale, index_LoginCredentials as LoginCredentials, index_MEDIA_QUERIES as MEDIA_QUERIES, index_MEDIA_QUERIES_MAX as MEDIA_QUERIES_MAX, index_NOTIFICATION_TYPE as NOTIFICATION_TYPE, index_NotificationType as NotificationType, index_Nullable as Nullable, index_ORDER_STATUS as ORDER_STATUS, index_ObjectId as ObjectId, index_Optional as Optional, index_OrderStatus as OrderStatus, index_OrganizationEntity as OrganizationEntity, index_PAGINATION as PAGINATION, index_PAYMENT_STATUS as PAYMENT_STATUS, index_PERMISSION_LEVEL as PERMISSION_LEVEL, index_PRIORITY as PRIORITY, index_PaginatedResponse as PaginatedResponse, index_PaginationMeta as PaginationMeta, index_PaginationParams as PaginationParams, index_PaymentStatus as PaymentStatus, index_PermissionLevel as PermissionLevel, index_Priority as Priority, index_ROLE as ROLE, index_ROLES as ROLES, index_RegisterCredentials as RegisterCredentials, index_RequiredFields as RequiredFields, index_ResetPasswordRequest as ResetPasswordRequest, index_Role as Role, index_RoleValue as RoleValue, index_SORT as SORT, index_SORT_DIRECTION as SORT_DIRECTION, index_STATUS as STATUS, index_SUBSCRIPTION_STATUS as SUBSCRIPTION_STATUS, index_SelectOption as SelectOption, index_SoftDeleteEntity as SoftDeleteEntity, index_Sort as Sort, index_SortConfig as SortConfig, index_SortDirection as SortDirection, index_SortOrder as SortOrder, index_StatusValue as StatusValue, index_SubscriptionStatus as SubscriptionStatus, index_TASK_STATUS as TASK_STATUS, index_THEME as THEME, index_TOKEN_TYPES as TOKEN_TYPES, index_TaskStatus as TaskStatus, index_Theme as Theme, index_Timestamps as Timestamps, index_TokenType as TokenType, index_USER_STATUS as USER_STATUS, index_UpdateResponse as UpdateResponse, index_UserRole as UserRole, index_UserStatusValue as UserStatusValue, index_UserWithRole as UserWithRole, index_VALIDATION_MESSAGES as VALIDATION_MESSAGES, index_VALIDATION_PATTERNS as VALIDATION_PATTERNS, index_VALIDATION_RULES as VALIDATION_RULES, index_VISIBILITY as VISIBILITY, index_Visibility as Visibility, index_addDays as addDays, index_addHours as addHours, index_addMinutes as addMinutes, index_addMonths as addMonths, index_addTime as addTime, index_addWeeks as addWeeks, index_addYears as addYears, index_combineDateAndTime as combineDateAndTime, _default as dateTime, index_daysSince as daysSince, index_daysUntil as daysUntil, index_differenceInDays as differenceInDays, index_differenceInHours as differenceInHours, index_differenceInMinutes as differenceInMinutes, index_differenceInMonths as differenceInMonths, index_differenceInSeconds as differenceInSeconds, index_differenceInWeeks as differenceInWeeks, index_differenceInYears as differenceInYears, index_doDateRangesOverlap as doDateRangesOverlap, index_eachDayOfInterval as eachDayOfInterval, index_eachMonthOfInterval as eachMonthOfInterval, index_eachWeekOfInterval as eachWeekOfInterval, index_endOfDay as endOfDay, index_endOfMonth as endOfMonth, index_endOfWeek as endOfWeek, index_endOfYear as endOfYear, index_format as format, index_formatDate as formatDate, index_formatDateInTimezone as formatDateInTimezone, index_formatDateRange as formatDateRange, index_formatDateTime as formatDateTime, index_formatDistance as formatDistance, index_formatDistanceToNow as formatDistanceToNow, index_formatDuration as formatDuration, index_formatInTimeZone as formatInTimeZone, index_formatRelative as formatRelative, index_formatRelativeTime as formatRelativeTime, index_formatSmartDate as formatSmartDate, index_fromTimezone as fromTimezone, index_fromZonedTime as fromZonedTime, index_getAge as getAge, index_getDate as getDate, index_getDateDifference as getDateDifference, index_getDay as getDay, index_getDayBoundaries as getDayBoundaries, index_getDaysInRange as getDaysInRange, index_getEnv as getEnv, index_getEnvOptional as getEnvOptional, index_getHours as getHours, index_getMinutes as getMinutes, index_getMonth as getMonth, index_getMonthBoundaries as getMonthBoundaries, index_getMonthsInRange as getMonthsInRange, index_getSeconds as getSeconds, index_getTimezoneDifference as getTimezoneDifference, index_getWeekBoundaries as getWeekBoundaries, index_getWeeksInRange as getWeeksInRange, index_getYear as getYear, index_getYearBoundaries as getYearBoundaries, index_intervalToDuration as intervalToDuration, index_isAfter as isAfter, index_isBefore as isBefore, index_isDateBetween as isDateBetween, index_isDev as isDev, index_isEqual as isEqual, index_isFuture as isFuture, index_isPast as isPast, index_isProd as isProd, index_isSameDay as isSameDay, index_isSameMonth as isSameMonth, index_isSameWeek as isSameWeek, index_isSameYear as isSameYear, index_isTest as isTest, index_isThisMonth as isThisMonth, index_isThisWeek as isThisWeek, index_isThisYear as isThisYear, index_isToday as isToday, index_isTomorrow as isTomorrow, index_isValid as isValid, index_isValidDate as isValidDate, index_isValidEmail as isValidEmail, index_isValidPassword as isValidPassword, index_isValidPhone as isValidPhone, index_isValidSlug as isValidSlug, index_isValidUrl as isValidUrl, index_isValidUsername as isValidUsername, index_isWeekday as isWeekday, index_isWeekend as isWeekend, index_isYesterday as isYesterday, index_nowInTimezone as nowInTimezone, index_parseDate as parseDate, index_parseISO as parseISO, index_setHours as setHours, index_setMinutes as setMinutes, index_setSeconds as setSeconds, index_setTime as setTime, index_startOfDay as startOfDay, index_startOfMonth as startOfMonth, index_startOfWeek as startOfWeek, index_startOfYear as startOfYear, index_subDays as subDays, index_subHours as subHours, index_subMinutes as subMinutes, index_subMonths as subMonths, index_subWeeks as subWeeks, index_subYears as subYears, index_subtractTime as subtractTime, index_toDateInputValue as toDateInputValue, index_toDateTimeInputValue as toDateTimeInputValue, index_toTimeInputValue as toTimeInputValue, index_toTimezone as toTimezone, index_toZonedTime as toZonedTime, index_validateEnv as validateEnv };
220
+ }
221
+
222
+ export { index as i };