nucleus-core-ts 0.8.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.
- package/LICENSE +48 -0
- package/README.md +177 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.js +1 -0
- package/dist/dist/index-0yyw12k6.d.ts +8 -0
- package/dist/dist/index-tv67j5qd.d.ts +488 -0
- package/dist/dist/index.d.ts +40 -0
- package/dist/fe/components/AbstractAnimatedBackground/index.d.ts +7 -0
- package/dist/fe/components/AuthorizationPage/components/AuthorizationPage.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/components/ClaimList.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/components/RoleClaimEditor.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/components/RoleList.d.ts +3 -0
- package/dist/fe/components/AuthorizationPage/index.d.ts +9 -0
- package/dist/fe/components/AuthorizationPage/store/index.d.ts +47 -0
- package/dist/fe/components/AuthorizationPage/theme/index.d.ts +82 -0
- package/dist/fe/components/AuthorizationPage/types/index.d.ts +64 -0
- package/dist/fe/components/Button/components/Button.d.ts +3 -0
- package/dist/fe/components/Button/components/ButtonSpinner.d.ts +3 -0
- package/dist/fe/components/Button/index.d.ts +6 -0
- package/dist/fe/components/Button/theme/index.d.ts +183 -0
- package/dist/fe/components/Button/types/index.d.ts +24 -0
- package/dist/fe/components/Button/utils/cn.d.ts +3 -0
- package/dist/fe/components/Captcha/components/Captcha.d.ts +4 -0
- package/dist/fe/components/Captcha/index.d.ts +4 -0
- package/dist/fe/components/Captcha/theme.d.ts +53 -0
- package/dist/fe/components/Captcha/types.d.ts +60 -0
- package/dist/fe/components/ChangePasswordPage/components/ChangePasswordForm.d.ts +4 -0
- package/dist/fe/components/ChangePasswordPage/components/ChangePasswordHeader.d.ts +4 -0
- package/dist/fe/components/ChangePasswordPage/components/ChangePasswordPage.d.ts +4 -0
- package/dist/fe/components/ChangePasswordPage/index.d.ts +7 -0
- package/dist/fe/components/ChangePasswordPage/store/index.d.ts +16 -0
- package/dist/fe/components/ChangePasswordPage/theme/index.d.ts +48 -0
- package/dist/fe/components/ChangePasswordPage/types/index.d.ts +56 -0
- package/dist/fe/components/Checkbox/components/Checkbox.d.ts +3 -0
- package/dist/fe/components/Checkbox/components/CheckboxIcon.d.ts +3 -0
- package/dist/fe/components/Checkbox/components/SwitchTrack.d.ts +3 -0
- package/dist/fe/components/Checkbox/index.d.ts +7 -0
- package/dist/fe/components/Checkbox/theme/index.d.ts +218 -0
- package/dist/fe/components/Checkbox/types/index.d.ts +39 -0
- package/dist/fe/components/Checkbox/utils/cn.d.ts +3 -0
- package/dist/fe/components/DataTable/DataTable.d.ts +3 -0
- package/dist/fe/components/DataTable/components/ActionCell.d.ts +10 -0
- package/dist/fe/components/DataTable/components/DataCell.d.ts +18 -0
- package/dist/fe/components/DataTable/components/EditableCell.d.ts +14 -0
- package/dist/fe/components/DataTable/components/EmptyState.d.ts +8 -0
- package/dist/fe/components/DataTable/components/HeaderCell.d.ts +16 -0
- package/dist/fe/components/DataTable/components/InfiniteScrollTrigger.d.ts +11 -0
- package/dist/fe/components/DataTable/components/LoadingSpinner.d.ts +7 -0
- package/dist/fe/components/DataTable/components/ResizeHandle.d.ts +9 -0
- package/dist/fe/components/DataTable/components/SelectionCell.d.ts +9 -0
- package/dist/fe/components/DataTable/components/SkeletonRow.d.ts +9 -0
- package/dist/fe/components/DataTable/components/SkeletonTable.d.ts +10 -0
- package/dist/fe/components/DataTable/components/SortIcon.d.ts +9 -0
- package/dist/fe/components/DataTable/components/TableHeader.d.ts +20 -0
- package/dist/fe/components/DataTable/components/TableRow.d.ts +20 -0
- package/dist/fe/components/DataTable/components/index.d.ts +15 -0
- package/dist/fe/components/DataTable/hooks/index.d.ts +3 -0
- package/dist/fe/components/DataTable/hooks/useAutoFitColumn.d.ts +8 -0
- package/dist/fe/components/DataTable/hooks/useResizeColumn.d.ts +12 -0
- package/dist/fe/components/DataTable/index.d.ts +6 -0
- package/dist/fe/components/DataTable/store/index.d.ts +52 -0
- package/dist/fe/components/DataTable/theme/index.d.ts +131 -0
- package/dist/fe/components/DataTable/types/index.d.ts +151 -0
- package/dist/fe/components/DataTable/utils/cn.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/CalendarGrid.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/CalendarHeader.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/DatePicker.d.ts +3 -0
- package/dist/fe/components/DatePicker/components/MonthYearSelector.d.ts +10 -0
- package/dist/fe/components/DatePicker/index.d.ts +10 -0
- package/dist/fe/components/DatePicker/locales/index.d.ts +5 -0
- package/dist/fe/components/DatePicker/theme/index.d.ts +312 -0
- package/dist/fe/components/DatePicker/types/index.d.ts +88 -0
- package/dist/fe/components/DatePicker/utils/cn.d.ts +3 -0
- package/dist/fe/components/DatePicker/utils/date.d.ts +21 -0
- package/dist/fe/components/DevicesPage/components/DeviceCard.d.ts +4 -0
- package/dist/fe/components/DevicesPage/components/DevicesHeader.d.ts +4 -0
- package/dist/fe/components/DevicesPage/components/DevicesPage.d.ts +4 -0
- package/dist/fe/components/DevicesPage/index.d.ts +8 -0
- package/dist/fe/components/DevicesPage/store/index.d.ts +20 -0
- package/dist/fe/components/DevicesPage/theme/index.d.ts +92 -0
- package/dist/fe/components/DevicesPage/types/index.d.ts +147 -0
- package/dist/fe/components/ForgotPasswordPage/components/ForgotPasswordForm.d.ts +4 -0
- package/dist/fe/components/ForgotPasswordPage/components/ForgotPasswordHeader.d.ts +4 -0
- package/dist/fe/components/ForgotPasswordPage/components/ForgotPasswordPage.d.ts +4 -0
- package/dist/fe/components/ForgotPasswordPage/index.d.ts +7 -0
- package/dist/fe/components/ForgotPasswordPage/store/index.d.ts +14 -0
- package/dist/fe/components/ForgotPasswordPage/theme/index.d.ts +48 -0
- package/dist/fe/components/ForgotPasswordPage/types/index.d.ts +48 -0
- package/dist/fe/components/FormBuilder/components/FormBuilder.d.ts +3 -0
- package/dist/fe/components/FormBuilder/components/FormField.d.ts +3 -0
- package/dist/fe/components/FormBuilder/hooks/useFormBuilder.d.ts +3 -0
- package/dist/fe/components/FormBuilder/index.d.ts +6 -0
- package/dist/fe/components/FormBuilder/theme/index.d.ts +136 -0
- package/dist/fe/components/FormBuilder/types/index.d.ts +150 -0
- package/dist/fe/components/FormBuilder/utils/cn.d.ts +3 -0
- package/dist/fe/components/FormBuilder/utils/fieldMapping.d.ts +12 -0
- package/dist/fe/components/FormBuilder/utils/validation.d.ts +11 -0
- package/dist/fe/components/LoginPage/components/LoginForm.d.ts +4 -0
- package/dist/fe/components/LoginPage/components/LoginHeader.d.ts +4 -0
- package/dist/fe/components/LoginPage/components/LoginPage.d.ts +4 -0
- package/dist/fe/components/LoginPage/index.d.ts +8 -0
- package/dist/fe/components/LoginPage/store/index.d.ts +22 -0
- package/dist/fe/components/LoginPage/theme/index.d.ts +55 -0
- package/dist/fe/components/LoginPage/types/index.d.ts +129 -0
- package/dist/fe/components/MagicLinkVerifyPage/components/MagicLinkVerifyPage.d.ts +4 -0
- package/dist/fe/components/MagicLinkVerifyPage/index.d.ts +5 -0
- package/dist/fe/components/MagicLinkVerifyPage/store.d.ts +15 -0
- package/dist/fe/components/MagicLinkVerifyPage/theme.d.ts +37 -0
- package/dist/fe/components/MagicLinkVerifyPage/types.d.ts +35 -0
- package/dist/fe/components/NucleusEntityShowcase.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/components/FloatingLabel.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/components/InputIcons.d.ts +15 -0
- package/dist/fe/components/NucleusTextInput/components/NucleusTextInput.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/components/PasswordStrengthIndicator.d.ts +15 -0
- package/dist/fe/components/NucleusTextInput/components/TypewriterText.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/index.d.ts +11 -0
- package/dist/fe/components/NucleusTextInput/theme/index.d.ts +108 -0
- package/dist/fe/components/NucleusTextInput/types/index.d.ts +65 -0
- package/dist/fe/components/NucleusTextInput/utils/cn.d.ts +3 -0
- package/dist/fe/components/NucleusTextInput/utils/format.d.ts +8 -0
- package/dist/fe/components/NucleusTextInput/utils/validation.d.ts +23 -0
- package/dist/fe/components/ProfilePage/components/AddressCard.d.ts +4 -0
- package/dist/fe/components/ProfilePage/components/PhoneCard.d.ts +4 -0
- package/dist/fe/components/ProfilePage/components/ProfileHeader.d.ts +4 -0
- package/dist/fe/components/ProfilePage/components/ProfilePage.d.ts +4 -0
- package/dist/fe/components/ProfilePage/index.d.ts +10 -0
- package/dist/fe/components/ProfilePage/store/index.d.ts +37 -0
- package/dist/fe/components/ProfilePage/theme/index.d.ts +101 -0
- package/dist/fe/components/ProfilePage/types/index.d.ts +150 -0
- package/dist/fe/components/RangePicker/components/RangePicker.d.ts +3 -0
- package/dist/fe/components/RangePicker/components/RangeThumb.d.ts +3 -0
- package/dist/fe/components/RangePicker/components/RangeTooltip.d.ts +3 -0
- package/dist/fe/components/RangePicker/components/RangeTrack.d.ts +3 -0
- package/dist/fe/components/RangePicker/index.d.ts +8 -0
- package/dist/fe/components/RangePicker/theme/index.d.ts +90 -0
- package/dist/fe/components/RangePicker/types/index.d.ts +66 -0
- package/dist/fe/components/RangePicker/utils/cn.d.ts +3 -0
- package/dist/fe/components/RegisterPage/components/PasswordStrengthIndicator.d.ts +14 -0
- package/dist/fe/components/RegisterPage/components/RegisterForm.d.ts +4 -0
- package/dist/fe/components/RegisterPage/components/RegisterHeader.d.ts +4 -0
- package/dist/fe/components/RegisterPage/components/RegisterPage.d.ts +4 -0
- package/dist/fe/components/RegisterPage/index.d.ts +9 -0
- package/dist/fe/components/RegisterPage/store/index.d.ts +19 -0
- package/dist/fe/components/RegisterPage/theme/index.d.ts +81 -0
- package/dist/fe/components/RegisterPage/types/index.d.ts +141 -0
- package/dist/fe/components/ResetPasswordPage/components/ResetPasswordForm.d.ts +4 -0
- package/dist/fe/components/ResetPasswordPage/components/ResetPasswordHeader.d.ts +4 -0
- package/dist/fe/components/ResetPasswordPage/components/ResetPasswordPage.d.ts +4 -0
- package/dist/fe/components/ResetPasswordPage/index.d.ts +7 -0
- package/dist/fe/components/ResetPasswordPage/store/index.d.ts +15 -0
- package/dist/fe/components/ResetPasswordPage/theme/index.d.ts +56 -0
- package/dist/fe/components/ResetPasswordPage/types/index.d.ts +50 -0
- package/dist/fe/components/SearchBox/components/SearchBox.d.ts +3 -0
- package/dist/fe/components/SearchBox/components/SearchBoxDropdown.d.ts +3 -0
- package/dist/fe/components/SearchBox/index.d.ts +8 -0
- package/dist/fe/components/SearchBox/theme/index.d.ts +141 -0
- package/dist/fe/components/SearchBox/types/index.d.ts +47 -0
- package/dist/fe/components/SearchBox/utils/cn.d.ts +3 -0
- package/dist/fe/components/SearchBox/utils/debounce.d.ts +5 -0
- package/dist/fe/components/SearchBox/utils/sanitize.d.ts +9 -0
- package/dist/fe/components/SelectBox/components/SelectBox.d.ts +3 -0
- package/dist/fe/components/SelectBox/components/SelectDropdown.d.ts +6 -0
- package/dist/fe/components/SelectBox/components/SelectOptionItem.d.ts +3 -0
- package/dist/fe/components/SelectBox/components/SelectTrigger.d.ts +5 -0
- package/dist/fe/components/SelectBox/index.d.ts +8 -0
- package/dist/fe/components/SelectBox/theme/index.d.ts +100 -0
- package/dist/fe/components/SelectBox/types/index.d.ts +66 -0
- package/dist/fe/components/SelectBox/utils/cn.d.ts +3 -0
- package/dist/fe/components/SetPasswordPage/components/PasswordStrengthIndicator.d.ts +14 -0
- package/dist/fe/components/SetPasswordPage/components/SetPasswordForm.d.ts +4 -0
- package/dist/fe/components/SetPasswordPage/components/SetPasswordHeader.d.ts +4 -0
- package/dist/fe/components/SetPasswordPage/components/SetPasswordPage.d.ts +4 -0
- package/dist/fe/components/SetPasswordPage/index.d.ts +9 -0
- package/dist/fe/components/SetPasswordPage/store/index.d.ts +16 -0
- package/dist/fe/components/SetPasswordPage/theme/index.d.ts +95 -0
- package/dist/fe/components/SetPasswordPage/types/index.d.ts +137 -0
- package/dist/fe/components/UsersPage/components/InviteUserModal.d.ts +10 -0
- package/dist/fe/components/UsersPage/components/Pagination.d.ts +13 -0
- package/dist/fe/components/UsersPage/components/RoleAssignmentModal.d.ts +12 -0
- package/dist/fe/components/UsersPage/components/StatsCards.d.ts +10 -0
- package/dist/fe/components/UsersPage/components/UserDetailDrawer.d.ts +24 -0
- package/dist/fe/components/UsersPage/components/UserFilters.d.ts +18 -0
- package/dist/fe/components/UsersPage/components/UserListItem.d.ts +11 -0
- package/dist/fe/components/UsersPage/components/UserListSkeleton.d.ts +7 -0
- package/dist/fe/components/UsersPage/components/UsersPage.d.ts +8 -0
- package/dist/fe/components/UsersPage/index.d.ts +13 -0
- package/dist/fe/components/UsersPage/store/index.d.ts +51 -0
- package/dist/fe/components/UsersPage/theme/index.d.ts +180 -0
- package/dist/fe/components/UsersPage/types/index.d.ts +73 -0
- package/dist/fe/components/VerifyEmailPage/components/VerifyEmailPage.d.ts +4 -0
- package/dist/fe/components/VerifyEmailPage/index.d.ts +5 -0
- package/dist/fe/components/VerifyEmailPage/store/index.d.ts +18 -0
- package/dist/fe/components/VerifyEmailPage/theme/index.d.ts +49 -0
- package/dist/fe/components/VerifyEmailPage/types/index.d.ts +84 -0
- package/dist/fe/hooks/useNucleusEntity.d.ts +3 -0
- package/dist/fe/index.d.ts +42 -0
- package/dist/fe/index.js +1 -0
- package/dist/fe/types/index.d.ts +233 -0
- package/dist/fe/utils/cn.d.ts +3 -0
- package/dist/fe/utils/columnUtils.d.ts +63 -0
- package/dist/fe/utils/endpointKeys.d.ts +9 -0
- package/dist/index-0yyw12k6.js +1 -0
- package/dist/index-tv67j5qd.js +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +1 -0
- package/dist/nucleus.config.d.ts +95 -0
- package/dist/public/components/CTA.d.ts +2 -0
- package/dist/public/components/Capabilities.d.ts +9 -0
- package/dist/public/components/Features.d.ts +9 -0
- package/dist/public/components/Footer.d.ts +2 -0
- package/dist/public/components/Hero.d.ts +2 -0
- package/dist/public/components/Managers.d.ts +7 -0
- package/dist/public/components/Nav.d.ts +2 -0
- package/dist/public/components/Stack.d.ts +7 -0
- package/dist/public/components/docs/Docs.d.ts +2 -0
- package/dist/public/components/docs/DocsContent.d.ts +19 -0
- package/dist/public/components/docs/DocsRightSidebar.d.ts +9 -0
- package/dist/public/components/docs/DocsSidebar.d.ts +8 -0
- package/dist/public/components/docs/content/authentication.d.ts +3 -0
- package/dist/public/components/docs/content/gettingStarted.d.ts +3 -0
- package/dist/public/components/docs/docsData.d.ts +18 -0
- package/dist/public/components/docs/index.d.ts +7 -0
- package/dist/public/components/index.d.ts +10 -0
- package/dist/public/index.d.ts +3 -0
- package/dist/public/store.d.ts +20 -0
- package/dist/scripts/build.d.ts +7 -0
- package/dist/scripts/generate-schema.d.ts +3 -0
- package/dist/scripts/generate-system-tables-types.d.ts +2 -0
- package/dist/scripts/generate-types-schema.d.ts +7 -0
- package/dist/scripts/publish.d.ts +7 -0
- package/dist/scripts/version.d.ts +7 -0
- package/dist/src/Client/ApiCaller/client.d.ts +5 -0
- package/dist/src/Client/ApiCaller/examples/usage.example.d.ts +8 -0
- package/dist/src/Client/ApiCaller/generator.d.ts +10 -0
- package/dist/src/Client/ApiCaller/index.d.ts +7 -0
- package/dist/src/Client/ApiCaller/server.d.ts +4 -0
- package/dist/src/Client/ApiCaller/system-tables.d.ts +1215 -0
- package/dist/src/Client/ApiCaller/types.d.ts +907 -0
- package/dist/src/Client/Proxy/httpProxy.d.ts +5 -0
- package/dist/src/Client/Proxy/index.d.ts +6 -0
- package/dist/src/Client/Proxy/index.js +1 -0
- package/dist/src/Client/Proxy/server.d.ts +5 -0
- package/dist/src/Client/Proxy/types.d.ts +69 -0
- package/dist/src/Client/Proxy/utils.d.ts +12 -0
- package/dist/src/Client/Proxy/wsProxy.d.ts +20 -0
- package/dist/src/Client/ServerFetch/index.d.ts +19 -0
- package/dist/src/Client/ServerFetch/types.d.ts +34 -0
- package/dist/src/Client/index.d.ts +4 -0
- package/dist/src/ElysiaPlugin/index.d.ts +12 -0
- package/dist/src/ElysiaPlugin/publicRoutes.d.ts +9 -0
- package/dist/src/ElysiaPlugin/routes/auth/captcha/index.d.ts +46 -0
- package/dist/src/ElysiaPlugin/routes/auth/emailVerification/index.d.ts +38 -0
- package/dist/src/ElysiaPlugin/routes/auth/index.d.ts +68 -0
- package/dist/src/ElysiaPlugin/routes/auth/invite/index.d.ts +43 -0
- package/dist/src/ElysiaPlugin/routes/auth/login/index.d.ts +68 -0
- package/dist/src/ElysiaPlugin/routes/auth/login/types.d.ts +22 -0
- package/dist/src/ElysiaPlugin/routes/auth/login/utils.d.ts +19 -0
- package/dist/src/ElysiaPlugin/routes/auth/logout/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/logout/types.d.ts +6 -0
- package/dist/src/ElysiaPlugin/routes/auth/logout/utils.d.ts +2 -0
- package/dist/src/ElysiaPlugin/routes/auth/magicLink/index.d.ts +41 -0
- package/dist/src/ElysiaPlugin/routes/auth/magicLink/types.d.ts +23 -0
- package/dist/src/ElysiaPlugin/routes/auth/magicLink/utils.d.ts +4 -0
- package/dist/src/ElysiaPlugin/routes/auth/me/index.d.ts +40 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordChange/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordChange/types.d.ts +12 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordChange/utils.d.ts +2 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordReset/index.d.ts +36 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordReset/types.d.ts +16 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordReset/utils.d.ts +3 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordSet/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/passwordSet/types.d.ts +9 -0
- package/dist/src/ElysiaPlugin/routes/auth/refresh/index.d.ts +39 -0
- package/dist/src/ElysiaPlugin/routes/auth/refresh/types.d.ts +9 -0
- package/dist/src/ElysiaPlugin/routes/auth/refresh/utils.d.ts +2 -0
- package/dist/src/ElysiaPlugin/routes/auth/register/index.d.ts +47 -0
- package/dist/src/ElysiaPlugin/routes/auth/register/types.d.ts +18 -0
- package/dist/src/ElysiaPlugin/routes/auth/register/utils.d.ts +8 -0
- package/dist/src/ElysiaPlugin/routes/auth/sessions/index.d.ts +33 -0
- package/dist/src/ElysiaPlugin/routes/auth/sessions/types.d.ts +67 -0
- package/dist/src/ElysiaPlugin/routes/auth/sessions/utils.d.ts +36 -0
- package/dist/src/ElysiaPlugin/routes/auth/types.d.ts +153 -0
- package/dist/src/ElysiaPlugin/routes/entity/index.d.ts +5 -0
- package/dist/src/ElysiaPlugin/routes/entity/types.d.ts +50 -0
- package/dist/src/ElysiaPlugin/routes/entity/utils.d.ts +11 -0
- package/dist/src/ElysiaPlugin/routes/index.d.ts +5 -0
- package/dist/src/ElysiaPlugin/routes/monitoring/index.d.ts +58 -0
- package/dist/src/ElysiaPlugin/routes/storage/cdn.d.ts +51 -0
- package/dist/src/ElysiaPlugin/routes/storage/helpers.d.ts +53 -0
- package/dist/src/ElysiaPlugin/routes/storage/index.d.ts +3 -0
- package/dist/src/ElysiaPlugin/routes/verification/index.d.ts +39 -0
- package/dist/src/ElysiaPlugin/swagger.d.ts +28 -0
- package/dist/src/ElysiaPlugin/utils.d.ts +70 -0
- package/dist/src/Managers/Dapr/clients/binding-client.d.ts +15 -0
- package/dist/src/Managers/Dapr/clients/config-client.d.ts +27 -0
- package/dist/src/Managers/Dapr/clients/crypto-client.d.ts +27 -0
- package/dist/src/Managers/Dapr/clients/invoke-client.d.ts +32 -0
- package/dist/src/Managers/Dapr/clients/lock-client.d.ts +23 -0
- package/dist/src/Managers/Dapr/clients/pubsub-client.d.ts +23 -0
- package/dist/src/Managers/Dapr/clients/secret-client.d.ts +19 -0
- package/dist/src/Managers/Dapr/clients/state-client.d.ts +55 -0
- package/dist/src/Managers/Dapr/clients/workflow-client.d.ts +39 -0
- package/dist/src/Managers/Dapr/connection-manager.d.ts +51 -0
- package/dist/src/Managers/Dapr/constants.d.ts +49 -0
- package/dist/src/Managers/Dapr/dapr-manager.d.ts +160 -0
- package/dist/src/Managers/Dapr/error-handling.d.ts +29 -0
- package/dist/src/Managers/Dapr/index.d.ts +102 -0
- package/dist/src/Managers/Dapr/types.d.ts +121 -0
- package/dist/src/Managers/Dapr/utils.d.ts +44 -0
- package/dist/src/Managers/File/atomic.d.ts +64 -0
- package/dist/src/Managers/File/core.d.ts +188 -0
- package/dist/src/Managers/File/index.d.ts +18 -0
- package/dist/src/Managers/File/permissions.d.ts +72 -0
- package/dist/src/Managers/File/streaming.d.ts +30 -0
- package/dist/src/Managers/File/types.d.ts +146 -0
- package/dist/src/Managers/File/utils.d.ts +112 -0
- package/dist/src/Managers/Postgre/index.d.ts +25 -0
- package/dist/src/Managers/Redis/index.d.ts +33 -0
- package/dist/src/Managers/index.d.ts +5 -0
- package/dist/src/Services/Auth/Fingerprint/Generate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Fingerprint/Validate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Fingerprint/index.d.ts +5 -0
- package/dist/src/Services/Auth/Fingerprint/types.d.ts +20 -0
- package/dist/src/Services/Auth/Fingerprint/utils.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/Decode/index.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/Sign/index.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/Verify/index.d.ts +3 -0
- package/dist/src/Services/Auth/JWT/index.d.ts +5 -0
- package/dist/src/Services/Auth/JWT/types.d.ts +38 -0
- package/dist/src/Services/Auth/JWT/utils.d.ts +10 -0
- package/dist/src/Services/Auth/Password/Generate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Password/Validate/index.d.ts +3 -0
- package/dist/src/Services/Auth/Password/index.d.ts +2 -0
- package/dist/src/Services/Auth/Password/types.d.ts +16 -0
- package/dist/src/Services/Auth/RefreshToken/Delete/index.d.ts +3 -0
- package/dist/src/Services/Auth/RefreshToken/Generate/index.d.ts +11 -0
- package/dist/src/Services/Auth/RefreshToken/Read/index.d.ts +11 -0
- package/dist/src/Services/Auth/RefreshToken/Validate/index.d.ts +11 -0
- package/dist/src/Services/Auth/RefreshToken/index.d.ts +5 -0
- package/dist/src/Services/Auth/RefreshToken/types.d.ts +27 -0
- package/dist/src/Services/Auth/RefreshToken/utils.d.ts +6 -0
- package/dist/src/Services/Auth/Session/Issue/index.d.ts +9 -0
- package/dist/src/Services/Auth/Session/index.d.ts +2 -0
- package/dist/src/Services/Auth/Session/types.d.ts +13 -0
- package/dist/src/Services/Auth/SessionStore/Delete/index.d.ts +3 -0
- package/dist/src/Services/Auth/SessionStore/Generate/index.d.ts +11 -0
- package/dist/src/Services/Auth/SessionStore/Read/index.d.ts +3 -0
- package/dist/src/Services/Auth/SessionStore/Update/index.d.ts +24 -0
- package/dist/src/Services/Auth/SessionStore/Validate/index.d.ts +3 -0
- package/dist/src/Services/Auth/SessionStore/index.d.ts +7 -0
- package/dist/src/Services/Auth/SessionStore/types.d.ts +59 -0
- package/dist/src/Services/Auth/SessionStore/utils.d.ts +6 -0
- package/dist/src/Services/Auth/index.d.ts +7 -0
- package/dist/src/Services/Authorization/ClaimSeeder/index.d.ts +6 -0
- package/dist/src/Services/Authorization/GodminSetup/index.d.ts +10 -0
- package/dist/src/Services/Authorization/Middleware/index.d.ts +21 -0
- package/dist/src/Services/Authorization/index.d.ts +5 -0
- package/dist/src/Services/Authorization/types.d.ts +68 -0
- package/dist/src/Services/Captcha/index.d.ts +15 -0
- package/dist/src/Services/Captcha/types.d.ts +69 -0
- package/dist/src/Services/Gmail/index.d.ts +62 -0
- package/dist/src/Services/Logger/Logger.d.ts +77 -0
- package/dist/src/Services/Logger/index.d.ts +5 -0
- package/dist/src/Services/Logger/transports.d.ts +54 -0
- package/dist/src/Services/Logger/types.d.ts +88 -0
- package/dist/src/Services/Logger/utils.d.ts +8 -0
- package/dist/src/Services/Monitoring/AlertService.d.ts +29 -0
- package/dist/src/Services/Monitoring/collectors/ApplicationCollector.d.ts +30 -0
- package/dist/src/Services/Monitoring/collectors/SystemCollector.d.ts +13 -0
- package/dist/src/Services/Monitoring/collectors/index.d.ts +3 -0
- package/dist/src/Services/Monitoring/index.d.ts +109 -0
- package/dist/src/Services/Monitoring/types.d.ts +163 -0
- package/dist/src/Services/Notification/index.d.ts +31 -0
- package/dist/src/Services/Notification/types.d.ts +59 -0
- package/dist/src/Services/RateLimiter/index.d.ts +99 -0
- package/dist/src/Services/Verification/index.d.ts +23 -0
- package/dist/src/Services/Verification/types.d.ts +135 -0
- package/dist/src/Services/index.d.ts +10 -0
- package/dist/src/types.d.ts +588 -0
- package/package.json +99 -0
- package/public/components/CTA.tsx +25 -0
- package/public/components/Capabilities.tsx +69 -0
- package/public/components/Features.tsx +107 -0
- package/public/components/Footer.tsx +60 -0
- package/public/components/Hero.tsx +53 -0
- package/public/components/Managers.tsx +60 -0
- package/public/components/Nav.tsx +107 -0
- package/public/components/Stack.tsx +36 -0
- package/public/components/docs/Docs.tsx +62 -0
- package/public/components/docs/DocsContent.tsx +203 -0
- package/public/components/docs/DocsRightSidebar.tsx +53 -0
- package/public/components/docs/DocsSidebar.tsx +62 -0
- package/public/components/docs/content/authentication.ts +1670 -0
- package/public/components/docs/content/gettingStarted.ts +627 -0
- package/public/components/docs/docsData.ts +36 -0
- package/public/components/docs/index.ts +6 -0
- package/public/components/index.ts +9 -0
- package/public/docs.css +633 -0
- package/public/index.html +81 -0
- package/public/index.tsx +52 -0
- package/public/store.ts +79 -0
- package/public/styles.css +877 -0
- package/schemas/bckp/config.nucleus.json +1488 -0
- package/schemas/bckp/nucleus.tables.schema.json +24 -0
- package/schemas/bckp/table.schema.json +472 -0
- package/schemas/config.nucleus.json +1010 -0
- package/schemas/nucleus.tables.schema.json +19 -0
- package/schemas/table.schema.json +498 -0
- package/scripts/build.ts +197 -0
- package/scripts/generate-schema.ts +556 -0
- package/scripts/generate-system-tables-types.ts +18 -0
- package/scripts/generate-types-schema.ts +962 -0
- package/scripts/publish.ts +210 -0
- package/scripts/version.ts +125 -0
- package/src/system.tables.json +1590 -0
|
@@ -0,0 +1,488 @@
|
|
|
1
|
+
declare function le(e: any, n: any): () => {};
|
|
2
|
+
declare namespace D {
|
|
3
|
+
namespace login {
|
|
4
|
+
let key: string;
|
|
5
|
+
let method: string;
|
|
6
|
+
let defaultRoute: string;
|
|
7
|
+
let defaultIsPublic: boolean;
|
|
8
|
+
let _payload: undefined;
|
|
9
|
+
let _success: undefined;
|
|
10
|
+
let _error: undefined;
|
|
11
|
+
}
|
|
12
|
+
namespace register {
|
|
13
|
+
let key_1: string;
|
|
14
|
+
export { key_1 as key };
|
|
15
|
+
let method_1: string;
|
|
16
|
+
export { method_1 as method };
|
|
17
|
+
let defaultRoute_1: string;
|
|
18
|
+
export { defaultRoute_1 as defaultRoute };
|
|
19
|
+
let defaultIsPublic_1: boolean;
|
|
20
|
+
export { defaultIsPublic_1 as defaultIsPublic };
|
|
21
|
+
let _payload_1: undefined;
|
|
22
|
+
export { _payload_1 as _payload };
|
|
23
|
+
let _success_1: undefined;
|
|
24
|
+
export { _success_1 as _success };
|
|
25
|
+
let _error_1: undefined;
|
|
26
|
+
export { _error_1 as _error };
|
|
27
|
+
}
|
|
28
|
+
namespace logout {
|
|
29
|
+
let key_2: string;
|
|
30
|
+
export { key_2 as key };
|
|
31
|
+
let method_2: string;
|
|
32
|
+
export { method_2 as method };
|
|
33
|
+
let defaultRoute_2: string;
|
|
34
|
+
export { defaultRoute_2 as defaultRoute };
|
|
35
|
+
let defaultIsPublic_2: boolean;
|
|
36
|
+
export { defaultIsPublic_2 as defaultIsPublic };
|
|
37
|
+
let _payload_2: undefined;
|
|
38
|
+
export { _payload_2 as _payload };
|
|
39
|
+
let _success_2: undefined;
|
|
40
|
+
export { _success_2 as _success };
|
|
41
|
+
let _error_2: undefined;
|
|
42
|
+
export { _error_2 as _error };
|
|
43
|
+
}
|
|
44
|
+
namespace refresh {
|
|
45
|
+
let key_3: string;
|
|
46
|
+
export { key_3 as key };
|
|
47
|
+
let method_3: string;
|
|
48
|
+
export { method_3 as method };
|
|
49
|
+
let defaultRoute_3: string;
|
|
50
|
+
export { defaultRoute_3 as defaultRoute };
|
|
51
|
+
let defaultIsPublic_3: boolean;
|
|
52
|
+
export { defaultIsPublic_3 as defaultIsPublic };
|
|
53
|
+
let _payload_3: undefined;
|
|
54
|
+
export { _payload_3 as _payload };
|
|
55
|
+
let _success_3: undefined;
|
|
56
|
+
export { _success_3 as _success };
|
|
57
|
+
let _error_3: undefined;
|
|
58
|
+
export { _error_3 as _error };
|
|
59
|
+
}
|
|
60
|
+
namespace me {
|
|
61
|
+
let key_4: string;
|
|
62
|
+
export { key_4 as key };
|
|
63
|
+
let method_4: string;
|
|
64
|
+
export { method_4 as method };
|
|
65
|
+
let defaultRoute_4: string;
|
|
66
|
+
export { defaultRoute_4 as defaultRoute };
|
|
67
|
+
let defaultIsPublic_4: boolean;
|
|
68
|
+
export { defaultIsPublic_4 as defaultIsPublic };
|
|
69
|
+
let _payload_4: undefined;
|
|
70
|
+
export { _payload_4 as _payload };
|
|
71
|
+
let _success_4: undefined;
|
|
72
|
+
export { _success_4 as _success };
|
|
73
|
+
let _error_4: undefined;
|
|
74
|
+
export { _error_4 as _error };
|
|
75
|
+
}
|
|
76
|
+
namespace passwordChange {
|
|
77
|
+
let key_5: string;
|
|
78
|
+
export { key_5 as key };
|
|
79
|
+
let method_5: string;
|
|
80
|
+
export { method_5 as method };
|
|
81
|
+
let defaultRoute_5: string;
|
|
82
|
+
export { defaultRoute_5 as defaultRoute };
|
|
83
|
+
let defaultIsPublic_5: boolean;
|
|
84
|
+
export { defaultIsPublic_5 as defaultIsPublic };
|
|
85
|
+
let _payload_5: undefined;
|
|
86
|
+
export { _payload_5 as _payload };
|
|
87
|
+
let _success_5: undefined;
|
|
88
|
+
export { _success_5 as _success };
|
|
89
|
+
let _error_5: undefined;
|
|
90
|
+
export { _error_5 as _error };
|
|
91
|
+
}
|
|
92
|
+
namespace passwordSet {
|
|
93
|
+
let key_6: string;
|
|
94
|
+
export { key_6 as key };
|
|
95
|
+
let method_6: string;
|
|
96
|
+
export { method_6 as method };
|
|
97
|
+
let defaultRoute_6: string;
|
|
98
|
+
export { defaultRoute_6 as defaultRoute };
|
|
99
|
+
let defaultIsPublic_6: boolean;
|
|
100
|
+
export { defaultIsPublic_6 as defaultIsPublic };
|
|
101
|
+
let _payload_6: undefined;
|
|
102
|
+
export { _payload_6 as _payload };
|
|
103
|
+
let _success_6: undefined;
|
|
104
|
+
export { _success_6 as _success };
|
|
105
|
+
let _error_6: undefined;
|
|
106
|
+
export { _error_6 as _error };
|
|
107
|
+
}
|
|
108
|
+
namespace passwordReset {
|
|
109
|
+
let key_7: string;
|
|
110
|
+
export { key_7 as key };
|
|
111
|
+
let method_7: string;
|
|
112
|
+
export { method_7 as method };
|
|
113
|
+
let defaultRoute_7: string;
|
|
114
|
+
export { defaultRoute_7 as defaultRoute };
|
|
115
|
+
let defaultIsPublic_7: boolean;
|
|
116
|
+
export { defaultIsPublic_7 as defaultIsPublic };
|
|
117
|
+
export let subEndpoints: {
|
|
118
|
+
key: string;
|
|
119
|
+
method: string;
|
|
120
|
+
suffix: string;
|
|
121
|
+
_payload: undefined;
|
|
122
|
+
_success: undefined;
|
|
123
|
+
_error: undefined;
|
|
124
|
+
}[];
|
|
125
|
+
}
|
|
126
|
+
namespace sessions {
|
|
127
|
+
let key_8: string;
|
|
128
|
+
export { key_8 as key };
|
|
129
|
+
let method_8: string;
|
|
130
|
+
export { method_8 as method };
|
|
131
|
+
let defaultRoute_8: string;
|
|
132
|
+
export { defaultRoute_8 as defaultRoute };
|
|
133
|
+
let defaultIsPublic_8: boolean;
|
|
134
|
+
export { defaultIsPublic_8 as defaultIsPublic };
|
|
135
|
+
let subEndpoints_1: {
|
|
136
|
+
key: string;
|
|
137
|
+
method: string;
|
|
138
|
+
suffix: string;
|
|
139
|
+
_payload: undefined;
|
|
140
|
+
_success: undefined;
|
|
141
|
+
_error: undefined;
|
|
142
|
+
}[];
|
|
143
|
+
export { subEndpoints_1 as subEndpoints };
|
|
144
|
+
}
|
|
145
|
+
namespace magicLink {
|
|
146
|
+
let key_9: string;
|
|
147
|
+
export { key_9 as key };
|
|
148
|
+
let method_9: string;
|
|
149
|
+
export { method_9 as method };
|
|
150
|
+
let defaultRoute_9: string;
|
|
151
|
+
export { defaultRoute_9 as defaultRoute };
|
|
152
|
+
let defaultIsPublic_9: boolean;
|
|
153
|
+
export { defaultIsPublic_9 as defaultIsPublic };
|
|
154
|
+
let subEndpoints_2: ({
|
|
155
|
+
key: string;
|
|
156
|
+
method: string;
|
|
157
|
+
suffix: string;
|
|
158
|
+
_payload: undefined;
|
|
159
|
+
_success: undefined;
|
|
160
|
+
_error: undefined;
|
|
161
|
+
routeKey?: undefined;
|
|
162
|
+
} | {
|
|
163
|
+
key: string;
|
|
164
|
+
method: string;
|
|
165
|
+
suffix: string;
|
|
166
|
+
routeKey: string;
|
|
167
|
+
_payload: undefined;
|
|
168
|
+
_success: undefined;
|
|
169
|
+
_error: undefined;
|
|
170
|
+
})[];
|
|
171
|
+
export { subEndpoints_2 as subEndpoints };
|
|
172
|
+
}
|
|
173
|
+
namespace invite {
|
|
174
|
+
let key_10: string;
|
|
175
|
+
export { key_10 as key };
|
|
176
|
+
let method_10: string;
|
|
177
|
+
export { method_10 as method };
|
|
178
|
+
let defaultRoute_10: string;
|
|
179
|
+
export { defaultRoute_10 as defaultRoute };
|
|
180
|
+
let defaultIsPublic_10: boolean;
|
|
181
|
+
export { defaultIsPublic_10 as defaultIsPublic };
|
|
182
|
+
let _payload_7: undefined;
|
|
183
|
+
export { _payload_7 as _payload };
|
|
184
|
+
let _success_7: undefined;
|
|
185
|
+
export { _success_7 as _success };
|
|
186
|
+
let _error_7: undefined;
|
|
187
|
+
export { _error_7 as _error };
|
|
188
|
+
}
|
|
189
|
+
namespace emailVerification {
|
|
190
|
+
let key_11: string;
|
|
191
|
+
export { key_11 as key };
|
|
192
|
+
let method_11: string;
|
|
193
|
+
export { method_11 as method };
|
|
194
|
+
let defaultRoute_11: string;
|
|
195
|
+
export { defaultRoute_11 as defaultRoute };
|
|
196
|
+
let defaultIsPublic_11: boolean;
|
|
197
|
+
export { defaultIsPublic_11 as defaultIsPublic };
|
|
198
|
+
let subEndpoints_3: ({
|
|
199
|
+
key: string;
|
|
200
|
+
method: string;
|
|
201
|
+
suffix: string;
|
|
202
|
+
_payload: undefined;
|
|
203
|
+
_success: undefined;
|
|
204
|
+
_error: undefined;
|
|
205
|
+
routeKey?: undefined;
|
|
206
|
+
defaultRoute?: undefined;
|
|
207
|
+
} | {
|
|
208
|
+
key: string;
|
|
209
|
+
method: string;
|
|
210
|
+
suffix: string;
|
|
211
|
+
routeKey: string;
|
|
212
|
+
defaultRoute: string;
|
|
213
|
+
_payload: undefined;
|
|
214
|
+
_success: undefined;
|
|
215
|
+
_error: undefined;
|
|
216
|
+
})[];
|
|
217
|
+
export { subEndpoints_3 as subEndpoints };
|
|
218
|
+
}
|
|
219
|
+
namespace captcha {
|
|
220
|
+
let key_12: string;
|
|
221
|
+
export { key_12 as key };
|
|
222
|
+
let method_12: string;
|
|
223
|
+
export { method_12 as method };
|
|
224
|
+
let defaultRoute_12: string;
|
|
225
|
+
export { defaultRoute_12 as defaultRoute };
|
|
226
|
+
let defaultIsPublic_12: boolean;
|
|
227
|
+
export { defaultIsPublic_12 as defaultIsPublic };
|
|
228
|
+
let subEndpoints_4: {
|
|
229
|
+
key: string;
|
|
230
|
+
method: string;
|
|
231
|
+
suffix: string;
|
|
232
|
+
_payload: undefined;
|
|
233
|
+
_success: undefined;
|
|
234
|
+
_error: undefined;
|
|
235
|
+
}[];
|
|
236
|
+
export { subEndpoints_4 as subEndpoints };
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
declare function j(e: any): {};
|
|
240
|
+
declare function W(e: any): {};
|
|
241
|
+
declare function Y(): {};
|
|
242
|
+
declare function Ee(e: any, n: any): any;
|
|
243
|
+
declare var F: () => any;
|
|
244
|
+
declare class ye {
|
|
245
|
+
constructor(e: any);
|
|
246
|
+
name: string;
|
|
247
|
+
db: any;
|
|
248
|
+
table: any;
|
|
249
|
+
enabled: any;
|
|
250
|
+
setDb(e: any): void;
|
|
251
|
+
setTable(e: any): void;
|
|
252
|
+
setEnabled(e: any): void;
|
|
253
|
+
write(e: any): Promise<void>;
|
|
254
|
+
}
|
|
255
|
+
declare var te: () => any;
|
|
256
|
+
declare class g {
|
|
257
|
+
static instance: null;
|
|
258
|
+
static getInstance(e: any): null;
|
|
259
|
+
static resetInstance(): void;
|
|
260
|
+
constructor(e: {} | undefined, n: {} | undefined, t: any);
|
|
261
|
+
config: any;
|
|
262
|
+
transports: M[];
|
|
263
|
+
auditTransports: G[];
|
|
264
|
+
context: {};
|
|
265
|
+
correlationId: any;
|
|
266
|
+
child(e: any, n: any): g;
|
|
267
|
+
withCorrelationId(e: any): g;
|
|
268
|
+
addTransport(e: any): void;
|
|
269
|
+
addAuditTransport(e: any): void;
|
|
270
|
+
setLevel(e: any): void;
|
|
271
|
+
setAuditEnabled(e: any): void;
|
|
272
|
+
isAuditEnabled(): any;
|
|
273
|
+
shouldLog(e: any): boolean;
|
|
274
|
+
createEntry(e: any, n: any, t: any, s: any, i: any): {
|
|
275
|
+
timestamp: string;
|
|
276
|
+
level: any;
|
|
277
|
+
message: any;
|
|
278
|
+
service: any;
|
|
279
|
+
correlationId: any;
|
|
280
|
+
};
|
|
281
|
+
log(e: any, n: any, t: any, s: any, i: any): void;
|
|
282
|
+
debug(e: any, n: any): void;
|
|
283
|
+
info(e: any, n: any): void;
|
|
284
|
+
warn(e: any, n: any): void;
|
|
285
|
+
error(e: any, n: any, t: any): void;
|
|
286
|
+
fatal(e: any, n: any, t: any): void;
|
|
287
|
+
time(e: any): () => void;
|
|
288
|
+
timeAsync(e: any, n: any, t: any): Promise<any>;
|
|
289
|
+
request(e: any): void;
|
|
290
|
+
db(e: any): void;
|
|
291
|
+
flush(): Promise<void>;
|
|
292
|
+
audit(e: any): Promise<void>;
|
|
293
|
+
auditOnly(e: any): void;
|
|
294
|
+
trace(e: any): Promise<void>;
|
|
295
|
+
traceSync(e: any): void;
|
|
296
|
+
}
|
|
297
|
+
declare var se: () => any;
|
|
298
|
+
declare class A {
|
|
299
|
+
constructor(e?: {});
|
|
300
|
+
config: {
|
|
301
|
+
timeout: number;
|
|
302
|
+
retries: number;
|
|
303
|
+
retryDelay: number;
|
|
304
|
+
debug: boolean;
|
|
305
|
+
};
|
|
306
|
+
logger: g;
|
|
307
|
+
buildUrl(e: any): any;
|
|
308
|
+
buildHeaders(e: any): Headers;
|
|
309
|
+
parseResponseHeaders(e: any): {
|
|
310
|
+
"set-cookie": any;
|
|
311
|
+
};
|
|
312
|
+
executeWithTimeout(e: any, n: any, t: any): Promise<any>;
|
|
313
|
+
fetch(e: any): Promise<{
|
|
314
|
+
isSuccess: any;
|
|
315
|
+
response: any;
|
|
316
|
+
errors: any;
|
|
317
|
+
code: any;
|
|
318
|
+
headers: {
|
|
319
|
+
"set-cookie": any;
|
|
320
|
+
};
|
|
321
|
+
durationMs: number;
|
|
322
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
323
|
+
createdAt: Date;
|
|
324
|
+
} | {
|
|
325
|
+
isSuccess: boolean;
|
|
326
|
+
response: undefined;
|
|
327
|
+
errors: {
|
|
328
|
+
message: string;
|
|
329
|
+
};
|
|
330
|
+
code: null;
|
|
331
|
+
headers: {};
|
|
332
|
+
durationMs: number;
|
|
333
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
334
|
+
createdAt: Date;
|
|
335
|
+
}>;
|
|
336
|
+
get(e: any, n: any): Promise<{
|
|
337
|
+
isSuccess: any;
|
|
338
|
+
response: any;
|
|
339
|
+
errors: any;
|
|
340
|
+
code: any;
|
|
341
|
+
headers: {
|
|
342
|
+
"set-cookie": any;
|
|
343
|
+
};
|
|
344
|
+
durationMs: number;
|
|
345
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
346
|
+
createdAt: Date;
|
|
347
|
+
} | {
|
|
348
|
+
isSuccess: boolean;
|
|
349
|
+
response: undefined;
|
|
350
|
+
errors: {
|
|
351
|
+
message: string;
|
|
352
|
+
};
|
|
353
|
+
code: null;
|
|
354
|
+
headers: {};
|
|
355
|
+
durationMs: number;
|
|
356
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
357
|
+
createdAt: Date;
|
|
358
|
+
}>;
|
|
359
|
+
post(e: any, n: any, t: any): Promise<{
|
|
360
|
+
isSuccess: any;
|
|
361
|
+
response: any;
|
|
362
|
+
errors: any;
|
|
363
|
+
code: any;
|
|
364
|
+
headers: {
|
|
365
|
+
"set-cookie": any;
|
|
366
|
+
};
|
|
367
|
+
durationMs: number;
|
|
368
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
369
|
+
createdAt: Date;
|
|
370
|
+
} | {
|
|
371
|
+
isSuccess: boolean;
|
|
372
|
+
response: undefined;
|
|
373
|
+
errors: {
|
|
374
|
+
message: string;
|
|
375
|
+
};
|
|
376
|
+
code: null;
|
|
377
|
+
headers: {};
|
|
378
|
+
durationMs: number;
|
|
379
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
380
|
+
createdAt: Date;
|
|
381
|
+
}>;
|
|
382
|
+
put(e: any, n: any, t: any): Promise<{
|
|
383
|
+
isSuccess: any;
|
|
384
|
+
response: any;
|
|
385
|
+
errors: any;
|
|
386
|
+
code: any;
|
|
387
|
+
headers: {
|
|
388
|
+
"set-cookie": any;
|
|
389
|
+
};
|
|
390
|
+
durationMs: number;
|
|
391
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
392
|
+
createdAt: Date;
|
|
393
|
+
} | {
|
|
394
|
+
isSuccess: boolean;
|
|
395
|
+
response: undefined;
|
|
396
|
+
errors: {
|
|
397
|
+
message: string;
|
|
398
|
+
};
|
|
399
|
+
code: null;
|
|
400
|
+
headers: {};
|
|
401
|
+
durationMs: number;
|
|
402
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
403
|
+
createdAt: Date;
|
|
404
|
+
}>;
|
|
405
|
+
patch(e: any, n: any, t: any): Promise<{
|
|
406
|
+
isSuccess: any;
|
|
407
|
+
response: any;
|
|
408
|
+
errors: any;
|
|
409
|
+
code: any;
|
|
410
|
+
headers: {
|
|
411
|
+
"set-cookie": any;
|
|
412
|
+
};
|
|
413
|
+
durationMs: number;
|
|
414
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
415
|
+
createdAt: Date;
|
|
416
|
+
} | {
|
|
417
|
+
isSuccess: boolean;
|
|
418
|
+
response: undefined;
|
|
419
|
+
errors: {
|
|
420
|
+
message: string;
|
|
421
|
+
};
|
|
422
|
+
code: null;
|
|
423
|
+
headers: {};
|
|
424
|
+
durationMs: number;
|
|
425
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
426
|
+
createdAt: Date;
|
|
427
|
+
}>;
|
|
428
|
+
delete(e: any, n: any): Promise<{
|
|
429
|
+
isSuccess: any;
|
|
430
|
+
response: any;
|
|
431
|
+
errors: any;
|
|
432
|
+
code: any;
|
|
433
|
+
headers: {
|
|
434
|
+
"set-cookie": any;
|
|
435
|
+
};
|
|
436
|
+
durationMs: number;
|
|
437
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
438
|
+
createdAt: Date;
|
|
439
|
+
} | {
|
|
440
|
+
isSuccess: boolean;
|
|
441
|
+
response: undefined;
|
|
442
|
+
errors: {
|
|
443
|
+
message: string;
|
|
444
|
+
};
|
|
445
|
+
code: null;
|
|
446
|
+
headers: {};
|
|
447
|
+
durationMs: number;
|
|
448
|
+
requestId: `${string}-${string}-${string}-${string}-${string}`;
|
|
449
|
+
createdAt: Date;
|
|
450
|
+
}>;
|
|
451
|
+
}
|
|
452
|
+
declare var Ye: A;
|
|
453
|
+
declare function Pe(e: any, n: any, t: any, s: any): (d: any, r: any) => Promise<{
|
|
454
|
+
isSuccess: boolean;
|
|
455
|
+
errors: {
|
|
456
|
+
message: string;
|
|
457
|
+
};
|
|
458
|
+
code: number;
|
|
459
|
+
data?: undefined;
|
|
460
|
+
message?: undefined;
|
|
461
|
+
} | {
|
|
462
|
+
isSuccess: any;
|
|
463
|
+
data: any;
|
|
464
|
+
errors: any;
|
|
465
|
+
code: any;
|
|
466
|
+
message: any;
|
|
467
|
+
}>;
|
|
468
|
+
declare class M {
|
|
469
|
+
constructor(e?: {});
|
|
470
|
+
name: string;
|
|
471
|
+
colorize: any;
|
|
472
|
+
prettyPrint: any;
|
|
473
|
+
log(e: any): void;
|
|
474
|
+
logJson(e: any): void;
|
|
475
|
+
logPretty(e: any): void;
|
|
476
|
+
getConsoleMethod(e: any): {
|
|
477
|
+
(...data: any[]): void;
|
|
478
|
+
(...data: any[]): void;
|
|
479
|
+
};
|
|
480
|
+
}
|
|
481
|
+
declare class G {
|
|
482
|
+
constructor(e?: {});
|
|
483
|
+
name: string;
|
|
484
|
+
enabled: any;
|
|
485
|
+
write(e: any): void;
|
|
486
|
+
}
|
|
487
|
+
export { le as a, D as b, j as c, W as d, Y as e, Ee as f, F as g, ye as h, te as i, g as j, se as k, A as l, Ye as m, Pe as n };
|
|
488
|
+
//# sourceMappingURL=index-tv67j5qd.d.ts.map
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { m as xm } from "./index-tv67j5qd.js";
|
|
2
|
+
import { e as eO } from "./index-tv67j5qd.js";
|
|
3
|
+
import { c as RO } from "./index-tv67j5qd.js";
|
|
4
|
+
import { d as kO } from "./index-tv67j5qd.js";
|
|
5
|
+
import { f as MO } from "./index-tv67j5qd.js";
|
|
6
|
+
import { n as uO } from "./index-tv67j5qd.js";
|
|
7
|
+
import { a as $O } from "./index-tv67j5qd.js";
|
|
8
|
+
import { l as Cm } from "./index-tv67j5qd.js";
|
|
9
|
+
declare function o9(r: any): Promise<Td<"", {
|
|
10
|
+
decorator: {};
|
|
11
|
+
store: {};
|
|
12
|
+
derive: {};
|
|
13
|
+
resolve: {};
|
|
14
|
+
}, {
|
|
15
|
+
typebox: {};
|
|
16
|
+
error: {};
|
|
17
|
+
}, {
|
|
18
|
+
schema: {};
|
|
19
|
+
standaloneSchema: {};
|
|
20
|
+
macro: {};
|
|
21
|
+
macroFn: {};
|
|
22
|
+
parser: {};
|
|
23
|
+
response: {};
|
|
24
|
+
}, {}, {
|
|
25
|
+
derive: {};
|
|
26
|
+
resolve: {};
|
|
27
|
+
schema: {};
|
|
28
|
+
standaloneSchema: {};
|
|
29
|
+
response: {};
|
|
30
|
+
}, {
|
|
31
|
+
derive: {};
|
|
32
|
+
resolve: {};
|
|
33
|
+
schema: {};
|
|
34
|
+
standaloneSchema: {};
|
|
35
|
+
response: {};
|
|
36
|
+
}>>;
|
|
37
|
+
import { b as AO } from "./index-tv67j5qd.js";
|
|
38
|
+
import Td from "elysia";
|
|
39
|
+
export { xm as serverFetch, eO as generateSystemTableEndpoints, RO as generateEndpointsFromConfig, kO as generateAuthEndpoints, MO as generateAllEndpoints, uO as createServerFactory, $O as createApiHook, Cm as ServerFetch, o9 as NucleusElysiaPlugin, AO as AUTH_ENDPOINT_CONFIGS };
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
type AbstractAnimatedBackgroundProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
};
|
|
5
|
+
export declare function AbstractAnimatedBackground({ className, }: AbstractAnimatedBackgroundProps): ReactElement;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { AuthorizationPageProps } from "../types";
|
|
2
|
+
export declare function AuthorizationPage({ title, subtitle, className, defaultEntityFilter, defaultMethodFilter, defaultShowAssignedOnly, getRolesAction, addRoleAction, updateRoleAction, deleteRoleAction, getClaimsAction, getRoleClaimsAction, addRoleClaimAction, updateRoleClaimAction, deleteRoleClaimAction, onRoleCreated, onRoleDeleted, onClaimToggled, }: AuthorizationPageProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=AuthorizationPage.d.ts.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { RoleClaimEditorProps } from "../types";
|
|
2
|
+
export declare function RoleClaimEditor({ selectedRole, claims, roleClaims, isLoading, isToggling, onToggleClaim, onUpdateScope, editingScope, onEditScope, scopeValue, onScopeValueChange, }: RoleClaimEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=RoleClaimEditor.d.ts.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { RoleListProps } from "../types";
|
|
2
|
+
export declare function RoleList({ roles, selectedRole, isLoading, isCreating, isDeleting, newRoleName, newRoleDescription, onNewRoleNameChange, onNewRoleDescriptionChange, onSelectRole, onDeleteRole, onCreateRole, }: RoleListProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=RoleList.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { AuthorizationPage } from "./components/AuthorizationPage";
|
|
2
|
+
export { ClaimList } from "./components/ClaimList";
|
|
3
|
+
export { RoleClaimEditor } from "./components/RoleClaimEditor";
|
|
4
|
+
export { RoleList } from "./components/RoleList";
|
|
5
|
+
export { useAuthorizationStore } from "./store";
|
|
6
|
+
export type { AuthorizationPageTheme } from "./theme";
|
|
7
|
+
export { authorizationPageTheme, extendAuthorizationPageTheme } from "./theme";
|
|
8
|
+
export type { AuthorizationPageProps, ClaimListProps, RoleClaimEditorProps, RoleListProps, } from "./types";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { ClaimInfo, RoleClaimInfo, RoleInfo } from "../types";
|
|
2
|
+
type AuthorizationState = {
|
|
3
|
+
[key: string]: unknown;
|
|
4
|
+
roles: RoleInfo[];
|
|
5
|
+
claims: ClaimInfo[];
|
|
6
|
+
roleClaims: RoleClaimInfo[];
|
|
7
|
+
selectedRole: RoleInfo | null;
|
|
8
|
+
newRoleName: string;
|
|
9
|
+
newRoleDescription: string;
|
|
10
|
+
searchClaim: string;
|
|
11
|
+
entityFilter: string;
|
|
12
|
+
methodFilter: string;
|
|
13
|
+
showAssignedOnly: boolean;
|
|
14
|
+
activeTab: "roles" | "claims";
|
|
15
|
+
editingScopeClaimId: string | null;
|
|
16
|
+
scopeInputValue: string;
|
|
17
|
+
editingRoleId: string | null;
|
|
18
|
+
editRoleDescription: string;
|
|
19
|
+
};
|
|
20
|
+
type AuthorizationActions = {
|
|
21
|
+
[key: string]: unknown;
|
|
22
|
+
setRoles: (roles: RoleInfo[]) => void;
|
|
23
|
+
setClaims: (claims: ClaimInfo[]) => void;
|
|
24
|
+
setRoleClaims: (roleClaims: RoleClaimInfo[]) => void;
|
|
25
|
+
setSelectedRole: (role: RoleInfo | null) => void;
|
|
26
|
+
setNewRoleName: (name: string) => void;
|
|
27
|
+
setNewRoleDescription: (description: string) => void;
|
|
28
|
+
setSearchClaim: (query: string) => void;
|
|
29
|
+
setEntityFilter: (entity: string) => void;
|
|
30
|
+
setMethodFilter: (method: string) => void;
|
|
31
|
+
setShowAssignedOnly: (show: boolean) => void;
|
|
32
|
+
setActiveTab: (tab: "roles" | "claims") => void;
|
|
33
|
+
addRole: (role: RoleInfo) => void;
|
|
34
|
+
removeRole: (roleId: string) => void;
|
|
35
|
+
addRoleClaim: (roleClaim: RoleClaimInfo) => void;
|
|
36
|
+
removeRoleClaim: (roleClaimId: string) => void;
|
|
37
|
+
updateRoleClaimScope: (roleClaimId: string, scope: string) => void;
|
|
38
|
+
setEditingScopeClaimId: (claimId: string | null) => void;
|
|
39
|
+
setScopeInputValue: (value: string) => void;
|
|
40
|
+
setEditingRoleId: (roleId: string | null) => void;
|
|
41
|
+
setEditRoleDescription: (description: string) => void;
|
|
42
|
+
updateRole: (roleId: string, updates: Partial<RoleInfo>) => void;
|
|
43
|
+
resetForm: () => void;
|
|
44
|
+
};
|
|
45
|
+
export declare const useAuthorizationStore: () => import("h-state").StoreType<AuthorizationState, AuthorizationActions>;
|
|
46
|
+
export {};
|
|
47
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
export type AuthorizationPageTheme = {
|
|
2
|
+
container: string;
|
|
3
|
+
header: {
|
|
4
|
+
wrapper: string;
|
|
5
|
+
title: string;
|
|
6
|
+
subtitle: string;
|
|
7
|
+
};
|
|
8
|
+
tabs: {
|
|
9
|
+
wrapper: string;
|
|
10
|
+
button: string;
|
|
11
|
+
buttonActive: string;
|
|
12
|
+
buttonInactive: string;
|
|
13
|
+
};
|
|
14
|
+
filters: {
|
|
15
|
+
wrapper: string;
|
|
16
|
+
row: string;
|
|
17
|
+
control: string;
|
|
18
|
+
search: string;
|
|
19
|
+
searchContainer: string;
|
|
20
|
+
searchInput: string;
|
|
21
|
+
toggle: string;
|
|
22
|
+
};
|
|
23
|
+
card: {
|
|
24
|
+
wrapper: string;
|
|
25
|
+
header: string;
|
|
26
|
+
};
|
|
27
|
+
roleList: {
|
|
28
|
+
wrapper: string;
|
|
29
|
+
item: string;
|
|
30
|
+
itemSelected: string;
|
|
31
|
+
itemHover: string;
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
badge: string;
|
|
35
|
+
deleteButton: string;
|
|
36
|
+
};
|
|
37
|
+
claimList: {
|
|
38
|
+
wrapper: string;
|
|
39
|
+
group: string;
|
|
40
|
+
groupHeader: string;
|
|
41
|
+
item: string;
|
|
42
|
+
itemAction: string;
|
|
43
|
+
itemDescription: string;
|
|
44
|
+
methodBadge: {
|
|
45
|
+
get: string;
|
|
46
|
+
post: string;
|
|
47
|
+
put: string;
|
|
48
|
+
patch: string;
|
|
49
|
+
delete: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
form: {
|
|
53
|
+
wrapper: string;
|
|
54
|
+
title: string;
|
|
55
|
+
input: string;
|
|
56
|
+
button: string;
|
|
57
|
+
buttonDisabled: string;
|
|
58
|
+
};
|
|
59
|
+
search: {
|
|
60
|
+
input: string;
|
|
61
|
+
};
|
|
62
|
+
checkbox: {
|
|
63
|
+
wrapper: string;
|
|
64
|
+
input: string;
|
|
65
|
+
label: string;
|
|
66
|
+
};
|
|
67
|
+
empty: {
|
|
68
|
+
wrapper: string;
|
|
69
|
+
icon: string;
|
|
70
|
+
text: string;
|
|
71
|
+
};
|
|
72
|
+
loading: {
|
|
73
|
+
wrapper: string;
|
|
74
|
+
text: string;
|
|
75
|
+
};
|
|
76
|
+
stats: {
|
|
77
|
+
text: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
export declare const authorizationPageTheme: AuthorizationPageTheme;
|
|
81
|
+
export declare function extendAuthorizationPageTheme(overrides: Partial<AuthorizationPageTheme>): AuthorizationPageTheme;
|
|
82
|
+
//# sourceMappingURL=index.d.ts.map
|