@vitnode/core 1.2.0-canary.54 → 1.2.0-canary.56
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/dist/scripts/get-config.d.ts.map +1 -1
- package/dist/scripts/plugin.d.ts.map +1 -1
- package/dist/scripts/prepare-database.d.ts.map +1 -1
- package/dist/scripts/prepare-plugins-files.d.ts.map +1 -1
- package/dist/scripts/scripts.js +3 -3
- package/dist/scripts/shared/file-utils.d.ts.map +1 -1
- package/dist/src/api/adapters/cron/node-cron.adapter.d.ts.map +1 -1
- package/dist/src/api/adapters/sso/discord.d.ts.map +1 -1
- package/dist/src/api/adapters/sso/facebook.d.ts.map +1 -1
- package/dist/src/api/adapters/sso/google.d.ts.map +1 -1
- package/dist/src/api/config.d.ts.map +1 -1
- package/dist/src/api/config.js +2 -1
- package/dist/src/api/lib/cron.d.ts +4 -4
- package/dist/src/api/lib/cron.d.ts.map +1 -1
- package/dist/src/api/lib/logger-middleware.js +1 -1
- package/dist/src/api/lib/module.d.ts +2 -2
- package/dist/src/api/lib/module.d.ts.map +1 -1
- package/dist/src/api/lib/plugin.d.ts +1 -1
- package/dist/src/api/lib/plugin.d.ts.map +1 -1
- package/dist/src/api/lib/route.d.ts +9 -16
- package/dist/src/api/lib/route.d.ts.map +1 -1
- package/dist/src/api/lib/route.js +1 -1
- package/dist/src/api/lib/with-pagination.d.ts +1 -1
- package/dist/src/api/lib/with-pagination.d.ts.map +1 -1
- package/dist/src/api/middlewares/cron-auth.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/global.middleware.d.ts +6 -6
- package/dist/src/api/middlewares/global.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/global.middleware.js +0 -1
- package/dist/src/api/models/device.d.ts.map +1 -1
- package/dist/src/api/models/device.js +1 -1
- package/dist/src/api/models/email.d.ts.map +1 -1
- package/dist/src/api/models/email.js +1 -2
- package/dist/src/api/models/session-admin.d.ts.map +1 -1
- package/dist/src/api/models/session.d.ts.map +1 -1
- package/dist/src/api/models/sso.d.ts.map +1 -1
- package/dist/src/api/models/sso.js +1 -1
- package/dist/src/api/models/user/get-user-by-id.d.ts.map +1 -1
- package/dist/src/api/models/user/sign-in-with-passwords.d.ts.map +1 -1
- package/dist/src/api/models/user/sign-up.d.ts.map +1 -1
- package/dist/src/api/models/user/sign-up.js +1 -0
- package/dist/src/api/models/user.d.ts.map +1 -1
- package/dist/src/api/modules/admin/admin.module.d.ts +217 -393
- package/dist/src/api/modules/admin/admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/advanced/advanced.admin.module.d.ts +86 -150
- package/dist/src/api/modules/admin/advanced/advanced.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/advanced/cron/cron.admin.module.d.ts +86 -150
- package/dist/src/api/modules/admin/advanced/cron/cron.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/advanced/cron/routes/get.route.d.ts +48 -91
- package/dist/src/api/modules/admin/advanced/cron/routes/get.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/advanced/cron/routes/run.route.d.ts +39 -60
- package/dist/src/api/modules/admin/advanced/cron/routes/run.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/debug/debug.admin.module.d.ts +56 -105
- package/dist/src/api/modules/admin/debug/debug.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/admin/debug/routes/logs.route.d.ts +56 -105
- package/dist/src/api/modules/admin/debug/routes/logs.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/routes/session.route.d.ts +29 -47
- package/dist/src/api/modules/admin/routes/session.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/users/routes/list.route.d.ts +49 -94
- package/dist/src/api/modules/admin/users/routes/list.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/users/routes/users.route.d.ts +54 -99
- package/dist/src/api/modules/admin/users/routes/users.route.d.ts.map +1 -1
- package/dist/src/api/modules/admin/users/users.admin.module.d.ts +49 -94
- package/dist/src/api/modules/admin/users/users.admin.module.d.ts.map +1 -1
- package/dist/src/api/modules/cron/cron/clean.cron.d.ts.map +1 -1
- package/dist/src/api/modules/cron/cron.module.d.ts +17 -21
- package/dist/src/api/modules/cron/cron.module.d.ts.map +1 -1
- package/dist/src/api/modules/cron/helpers/process-cron-jobs.d.ts +10 -10
- package/dist/src/api/modules/cron/helpers/process-cron-jobs.d.ts.map +1 -1
- package/dist/src/api/modules/cron/helpers/process-cron-jobs.js +3 -3
- package/dist/src/api/modules/cron/routes/cron.route.d.ts +17 -21
- package/dist/src/api/modules/cron/routes/cron.route.d.ts.map +1 -1
- package/dist/src/api/modules/cron/routes/cron.route.js +1 -1
- package/dist/src/api/modules/middleware/middleware.module.d.ts +26 -40
- package/dist/src/api/modules/middleware/middleware.module.d.ts.map +1 -1
- package/dist/src/api/modules/middleware/route.d.ts +26 -40
- package/dist/src/api/modules/middleware/route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/change-password.route.d.ts +21 -40
- package/dist/src/api/modules/users/routes/change-password.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/reset-passowrd.route.d.ts +20 -35
- package/dist/src/api/modules/users/routes/reset-passowrd.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/session.route.d.ts +27 -45
- package/dist/src/api/modules/users/routes/session.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/sign-in.route.d.ts +30 -52
- package/dist/src/api/modules/users/routes/sign-in.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/sign-out.route.d.ts +21 -36
- package/dist/src/api/modules/users/routes/sign-out.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/sign-up.route.d.ts +36 -61
- package/dist/src/api/modules/users/routes/sign-up.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/routes/test.route.d.ts +19 -23
- package/dist/src/api/modules/users/routes/test.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/sso/routes/callback.route.d.ts +28 -59
- package/dist/src/api/modules/users/sso/routes/callback.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/sso/routes/create-url.route.d.ts +20 -37
- package/dist/src/api/modules/users/sso/routes/create-url.route.d.ts.map +1 -1
- package/dist/src/api/modules/users/sso/sso.module.d.ts +47 -95
- package/dist/src/api/modules/users/sso/sso.module.d.ts.map +1 -1
- package/dist/src/api/modules/users/users.module.d.ts +212 -378
- package/dist/src/api/modules/users/users.module.d.ts.map +1 -1
- package/dist/src/app_admin/core/advanced/cron/page.d.ts.map +1 -1
- package/dist/src/app_admin/core/advanced/cron/page.js +3 -3
- package/dist/src/app_admin/core/debug/page.js +1 -1
- package/dist/src/app_admin/core/users/page.d.ts.map +1 -1
- package/dist/src/app_admin/core/users/page.js +1 -1
- package/dist/src/components/confirm-action/confirm-action-alert-dialog.js +1 -1
- package/dist/src/components/confirm-action/content.d.ts.map +1 -1
- package/dist/src/components/confirm-action/content.js +1 -0
- package/dist/src/components/form/auto-form.d.ts.map +1 -1
- package/dist/src/components/form/auto-form.js +0 -1
- package/dist/src/components/form/fields/checkbox.d.ts +1 -1
- package/dist/src/components/form/fields/checkbox.d.ts.map +1 -1
- package/dist/src/components/form/fields/combobox-async.d.ts.map +1 -1
- package/dist/src/components/form/fields/combobox.d.ts.map +1 -1
- package/dist/src/components/form/fields/input.d.ts +1 -1
- package/dist/src/components/form/fields/input.d.ts.map +1 -1
- package/dist/src/components/form/fields/select.d.ts.map +1 -1
- package/dist/src/components/form/fields/switch.js +1 -1
- package/dist/src/components/switchers/langs/language-switcher.d.ts.map +1 -1
- package/dist/src/components/table/content.d.ts.map +1 -1
- package/dist/src/components/table/data-table.d.ts +1 -1
- package/dist/src/components/table/data-table.d.ts.map +1 -1
- package/dist/src/components/table/order-table-head.d.ts.map +1 -1
- package/dist/src/components/table/pagination.js +1 -1
- package/dist/src/components/tiptap/extension.d.ts.map +1 -1
- package/dist/src/components/tiptap/extension.js +7 -0
- package/dist/src/components/tiptap/toolbar/actions/alignment-action.d.ts +2 -0
- package/dist/src/components/tiptap/toolbar/actions/alignment-action.d.ts.map +1 -0
- package/dist/src/components/tiptap/toolbar/actions/alignment-action.js +91 -0
- package/dist/src/components/tiptap/toolbar/actions/bold-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/headings-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/headings-action.js +45 -46
- package/dist/src/components/tiptap/toolbar/actions/italic-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/list-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/list-action.js +14 -13
- package/dist/src/components/tiptap/toolbar/actions/text-format-more/text-format-more.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/text-format-more/text-format-more.js +5 -5
- package/dist/src/components/tiptap/toolbar/actions/underline-action.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/undo-redo-actions.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/actions/undo-redo-actions.js +6 -6
- package/dist/src/components/tiptap/toolbar/tiptap-toolbar.d.ts.map +1 -1
- package/dist/src/components/tiptap/toolbar/tiptap-toolbar.js +38 -18
- package/dist/src/components/tiptap/toolbar/use-toolbar-editor.d.ts.map +1 -1
- package/dist/src/components/ui/accordion.d.ts +1 -1
- package/dist/src/components/ui/accordion.d.ts.map +1 -1
- package/dist/src/components/ui/alert.d.ts +1 -1
- package/dist/src/components/ui/alert.d.ts.map +1 -1
- package/dist/src/components/ui/badge.d.ts +1 -1
- package/dist/src/components/ui/badge.d.ts.map +1 -1
- package/dist/src/components/ui/button.d.ts +2 -2
- package/dist/src/components/ui/button.d.ts.map +1 -1
- package/dist/src/components/ui/checkbox.d.ts +1 -1
- package/dist/src/components/ui/checkbox.d.ts.map +1 -1
- package/dist/src/components/ui/command.d.ts +1 -1
- package/dist/src/components/ui/command.d.ts.map +1 -1
- package/dist/src/components/ui/context-menu.d.ts +1 -1
- package/dist/src/components/ui/context-menu.d.ts.map +1 -1
- package/dist/src/components/ui/drawer.d.ts.map +1 -1
- package/dist/src/components/ui/dropdown-menu.d.ts +1 -1
- package/dist/src/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/src/components/ui/editor-content.js +1 -1
- package/dist/src/components/ui/editor.d.ts.map +1 -1
- package/dist/src/components/ui/editor.js +1 -1
- package/dist/src/components/ui/form.d.ts.map +1 -1
- package/dist/src/components/ui/hover-card.d.ts +1 -1
- package/dist/src/components/ui/hover-card.d.ts.map +1 -1
- package/dist/src/components/ui/label.d.ts +1 -1
- package/dist/src/components/ui/label.d.ts.map +1 -1
- package/dist/src/components/ui/menubar.d.ts +1 -1
- package/dist/src/components/ui/menubar.d.ts.map +1 -1
- package/dist/src/components/ui/navigation-menu.d.ts +1 -1
- package/dist/src/components/ui/navigation-menu.d.ts.map +1 -1
- package/dist/src/components/ui/popover.d.ts +1 -1
- package/dist/src/components/ui/popover.d.ts.map +1 -1
- package/dist/src/components/ui/progress.d.ts +1 -1
- package/dist/src/components/ui/progress.d.ts.map +1 -1
- package/dist/src/components/ui/radio-group.d.ts +1 -1
- package/dist/src/components/ui/radio-group.d.ts.map +1 -1
- package/dist/src/components/ui/scroll-area.d.ts +6 -0
- package/dist/src/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/src/components/ui/scroll-area.js +33 -0
- package/dist/src/components/ui/select.d.ts +1 -1
- package/dist/src/components/ui/select.d.ts.map +1 -1
- package/dist/src/components/ui/separator.d.ts +1 -1
- package/dist/src/components/ui/separator.d.ts.map +1 -1
- package/dist/src/components/ui/sheet.d.ts +1 -1
- package/dist/src/components/ui/sheet.d.ts.map +1 -1
- package/dist/src/components/ui/sidebar.js +1 -1
- package/dist/src/components/ui/sonner.d.ts.map +1 -1
- package/dist/src/components/ui/switch.d.ts +1 -1
- package/dist/src/components/ui/switch.d.ts.map +1 -1
- package/dist/src/components/ui/tabs.d.ts +1 -1
- package/dist/src/components/ui/tabs.d.ts.map +1 -1
- package/dist/src/components/ui/toggle-group.d.ts.map +1 -1
- package/dist/src/components/ui/toggle.d.ts +1 -1
- package/dist/src/components/ui/toggle.d.ts.map +1 -1
- package/dist/src/components/ui/toggle.js +1 -1
- package/dist/src/components/ui/tooltip.d.ts +1 -1
- package/dist/src/components/ui/tooltip.d.ts.map +1 -1
- package/dist/src/drizzle.config.d.ts.map +1 -1
- package/dist/src/drizzle.config.js +1 -1
- package/dist/src/emails/default-template.d.ts.map +1 -1
- package/dist/src/emails/default-template.js +20 -21
- package/dist/src/hooks/use-captcha.d.ts +20 -0
- package/dist/src/hooks/use-captcha.d.ts.map +1 -1
- package/dist/src/hooks/use-captcha.js +22 -18
- package/dist/src/hooks/use-mobile.d.ts.map +1 -1
- package/dist/src/hooks/use-mobile.js +1 -0
- package/dist/src/lib/api/get-next-cron-run-date.d.ts.map +1 -1
- package/dist/src/lib/api/get-next-cron-run-date.js +2 -2
- package/dist/src/lib/api/should-cron-job-run.d.ts.map +1 -1
- package/dist/src/lib/api/should-cron-job-run.js +2 -2
- package/dist/src/lib/config.js +1 -1
- package/dist/src/lib/ctrl-or-command-character.d.ts +1 -1
- package/dist/src/lib/ctrl-or-command-character.d.ts.map +1 -1
- package/dist/src/lib/ctrl-or-command-character.js +2 -6
- package/dist/src/lib/fetcher/cookie-from-string-to-object.d.ts.map +1 -1
- package/dist/src/lib/fetcher/core.d.ts.map +1 -1
- package/dist/src/lib/fetcher/core.js +1 -2
- package/dist/src/lib/fetcher-client.d.ts.map +1 -1
- package/dist/src/lib/fetcher.d.ts.map +1 -1
- package/dist/src/lib/helpers/auto-form.d.ts.map +1 -1
- package/dist/src/lib/helpers/auto-form.js +0 -1
- package/dist/src/lib/navigation.d.ts +1 -1
- package/dist/src/lib/navigation.d.ts.map +1 -1
- package/dist/src/lib/tiptap/toolbar/actions/bold-action.d.ts +1 -0
- package/dist/src/lib/tiptap/toolbar/actions/bold-action.d.ts.map +1 -0
- package/dist/src/lib/tiptap/toolbar/actions/bold-action.js +0 -0
- package/dist/src/views/admin/layouts/admin-layout.d.ts.map +1 -1
- package/dist/src/views/admin/layouts/admin-layout.js +4 -1
- package/dist/src/views/admin/layouts/user-bar/user-bar.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/cron-table-view.js +4 -4
- package/dist/src/views/admin/views/core/advanced/cron/run-action/mutation-api.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/advanced/cron/run-action/run-action.js +4 -3
- package/dist/src/views/admin/views/core/debug/system-logs/actions/more/content.d.ts.map +1 -1
- package/dist/src/views/admin/views/core/debug/system-logs/actions/more/more.js +1 -1
- package/dist/src/views/admin/views/core/test.js +1 -1
- package/dist/src/views/auth/password-reset/change-password-form/use-form.d.ts.map +1 -1
- package/dist/src/views/auth/password-reset/form/form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-in/form/mutation-api.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/components/password-input.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/components/password-input.js +2 -1
- package/dist/src/views/auth/sign-up/form/form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/form/mutation-api.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/form/use-form.js +2 -2
- package/dist/src/views/auth/sign-up/wrapper.d.ts +1 -1
- package/dist/src/views/auth/sign-up/wrapper.d.ts.map +1 -1
- package/dist/src/views/auth/sign-up/wrapper.js +8 -5
- package/dist/src/views/auth/sso/callback/client/client.d.ts.map +1 -1
- package/dist/src/views/error/global-error-view.d.ts.map +1 -1
- package/dist/src/views/error/global-error-view.js +2 -1
- package/dist/src/views/layouts/provider.d.ts.map +1 -1
- package/dist/src/views/layouts/provider.js +1 -0
- package/dist/src/views/layouts/root-layout.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/header.d.ts.map +1 -1
- package/dist/src/views/layouts/theme/header/user/auth/client.d.ts.map +1 -1
- package/dist/src/vitnode.config.d.ts +1 -1
- package/dist/src/vitnode.config.d.ts.map +1 -1
- package/dist/src/vitnode.config.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/eslint.config.mjs +17 -0
- package/package.json +42 -38
- package/src/app_admin/core/advanced/cron/page.tsx +3 -2
- package/src/app_admin/core/debug/page.tsx +1 -1
- package/src/app_admin/core/users/page.tsx +2 -1
- package/src/locales/en.json +8 -0
- package/src/tiptap.css +9 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin.module.d.ts","sourceRoot":"","sources":["../../../../../src/api/modules/admin/admin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"admin.module.d.ts","sourceRoot":"","sources":["../../../../../src/api/modules/admin/admin.module.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kLAMtB,CAAC"}
|
|
@@ -1,164 +1,100 @@
|
|
|
1
|
-
export declare const advancedAdminModule: import("../../../../api/lib/module").BuildModuleReturn<"@vitnode/core", "advanced", [], import("../../../../api/lib/module").BuildModuleReturn<"@vitnode/core", "cron", [{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
method: "get";
|
|
45
|
-
description: string;
|
|
46
|
-
path: "/";
|
|
47
|
-
request: {
|
|
48
|
-
query: import("zod").ZodObject<{
|
|
49
|
-
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
50
|
-
first: import("zod").ZodOptional<import("zod").ZodString>;
|
|
51
|
-
last: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52
|
-
order: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
53
|
-
asc: "asc";
|
|
54
|
-
desc: "desc";
|
|
55
|
-
}>>;
|
|
56
|
-
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
57
|
-
createdAt: "createdAt";
|
|
58
|
-
lastRun: "lastRun";
|
|
59
|
-
nextRun: "nextRun";
|
|
60
|
-
}>>;
|
|
61
|
-
}, import("zod/v4/core").$strip>;
|
|
62
|
-
};
|
|
63
|
-
responses: {
|
|
64
|
-
200: {
|
|
65
|
-
content: {
|
|
66
|
-
"application/json": {
|
|
67
|
-
schema: import("zod").ZodObject<{
|
|
68
|
-
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
69
|
-
id: import("zod").ZodNumber;
|
|
70
|
-
createdAt: import("zod").ZodDate;
|
|
71
|
-
name: import("zod").ZodString;
|
|
72
|
-
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73
|
-
pluginId: import("zod").ZodString;
|
|
74
|
-
module: import("zod").ZodString;
|
|
75
|
-
lastRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76
|
-
nextRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77
|
-
schedule: import("zod").ZodString;
|
|
78
|
-
}, import("zod/v4/core").$strip>>;
|
|
79
|
-
pageInfo: import("zod").ZodObject<{
|
|
80
|
-
totalCount: import("zod").ZodNumber;
|
|
81
|
-
count: import("zod").ZodNumber;
|
|
82
|
-
hasNextPage: import("zod").ZodBoolean;
|
|
83
|
-
hasPreviousPage: import("zod").ZodBoolean;
|
|
84
|
-
startCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
85
|
-
endCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
86
|
-
}, import("zod/v4/core").$strip>;
|
|
1
|
+
export declare const advancedAdminModule: import("../../../../api/lib/module").BuildModuleReturn<"@vitnode/core", "advanced", [], import("../../../../api/lib/module").BuildModuleReturn<"@vitnode/core", "cron", [import("../../../lib/route").Route<"@vitnode/core", {
|
|
2
|
+
method: "get";
|
|
3
|
+
description: string;
|
|
4
|
+
path: "/";
|
|
5
|
+
request: {
|
|
6
|
+
query: import("zod").ZodObject<{
|
|
7
|
+
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8
|
+
first: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9
|
+
last: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10
|
+
order: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
11
|
+
asc: "asc";
|
|
12
|
+
desc: "desc";
|
|
13
|
+
}>>;
|
|
14
|
+
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
15
|
+
createdAt: "createdAt";
|
|
16
|
+
lastRun: "lastRun";
|
|
17
|
+
nextRun: "nextRun";
|
|
18
|
+
}>>;
|
|
19
|
+
}, import("zod/v4/core").$strip>;
|
|
20
|
+
};
|
|
21
|
+
responses: {
|
|
22
|
+
200: {
|
|
23
|
+
content: {
|
|
24
|
+
"application/json": {
|
|
25
|
+
schema: import("zod").ZodObject<{
|
|
26
|
+
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
27
|
+
id: import("zod").ZodNumber;
|
|
28
|
+
createdAt: import("zod").ZodDate;
|
|
29
|
+
name: import("zod").ZodString;
|
|
30
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
31
|
+
pluginId: import("zod").ZodString;
|
|
32
|
+
module: import("zod").ZodString;
|
|
33
|
+
lastRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34
|
+
nextRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35
|
+
schedule: import("zod").ZodString;
|
|
36
|
+
}, import("zod/v4/core").$strip>>;
|
|
37
|
+
pageInfo: import("zod").ZodObject<{
|
|
38
|
+
totalCount: import("zod").ZodNumber;
|
|
39
|
+
count: import("zod").ZodNumber;
|
|
40
|
+
hasNextPage: import("zod").ZodBoolean;
|
|
41
|
+
hasPreviousPage: import("zod").ZodBoolean;
|
|
42
|
+
startCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
43
|
+
endCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
87
44
|
}, import("zod/v4/core").$strip>;
|
|
88
|
-
}
|
|
45
|
+
}, import("zod/v4/core").$strip>;
|
|
89
46
|
};
|
|
90
|
-
description: string;
|
|
91
47
|
};
|
|
48
|
+
description: string;
|
|
92
49
|
};
|
|
93
|
-
} & {
|
|
94
|
-
getRoutingPath: () => "/";
|
|
95
50
|
};
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
pluginId: "@vitnode/core";
|
|
116
|
-
route: {
|
|
117
|
-
method: "post";
|
|
118
|
-
description: string;
|
|
119
|
-
path: "/{id}";
|
|
120
|
-
request: {
|
|
121
|
-
params: import("zod").ZodObject<{
|
|
122
|
-
id: import("zod").ZodString;
|
|
123
|
-
}, import("zod/v4/core").$strip>;
|
|
124
|
-
};
|
|
125
|
-
responses: {
|
|
126
|
-
201: {
|
|
127
|
-
content: {
|
|
128
|
-
"application/json": {
|
|
129
|
-
schema: import("zod").ZodObject<{
|
|
130
|
-
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
131
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
132
|
-
}, import("zod/v4/core").$strip>;
|
|
133
|
-
};
|
|
51
|
+
} & {
|
|
52
|
+
path: string;
|
|
53
|
+
}>, import("../../../lib/route").Route<"@vitnode/core", {
|
|
54
|
+
method: "post";
|
|
55
|
+
description: string;
|
|
56
|
+
path: "/{id}";
|
|
57
|
+
request: {
|
|
58
|
+
params: import("zod").ZodObject<{
|
|
59
|
+
id: import("zod").ZodString;
|
|
60
|
+
}, import("zod/v4/core").$strip>;
|
|
61
|
+
};
|
|
62
|
+
responses: {
|
|
63
|
+
201: {
|
|
64
|
+
content: {
|
|
65
|
+
"application/json": {
|
|
66
|
+
schema: import("zod").ZodObject<{
|
|
67
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
68
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
|
+
}, import("zod/v4/core").$strip>;
|
|
134
70
|
};
|
|
135
|
-
description: string;
|
|
136
71
|
};
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
72
|
+
description: string;
|
|
73
|
+
};
|
|
74
|
+
404: {
|
|
75
|
+
content: {
|
|
76
|
+
"application/json": {
|
|
77
|
+
schema: import("zod").ZodObject<{
|
|
78
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
79
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
|
+
}, import("zod/v4/core").$strip>;
|
|
145
81
|
};
|
|
146
|
-
description: string;
|
|
147
82
|
};
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
83
|
+
description: string;
|
|
84
|
+
};
|
|
85
|
+
500: {
|
|
86
|
+
content: {
|
|
87
|
+
"application/json": {
|
|
88
|
+
schema: import("zod").ZodObject<{
|
|
89
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
90
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
91
|
+
}, import("zod/v4/core").$strip>;
|
|
156
92
|
};
|
|
157
|
-
description: string;
|
|
158
93
|
};
|
|
94
|
+
description: string;
|
|
159
95
|
};
|
|
160
|
-
} & {
|
|
161
|
-
getRoutingPath: () => "/:id";
|
|
162
96
|
};
|
|
163
|
-
}
|
|
97
|
+
} & {
|
|
98
|
+
path: string;
|
|
99
|
+
}>], import("../../../../api/lib/module").BaseBuildModuleReturn<"@vitnode/core", string, import("../../../lib/route").Route<"@vitnode/core", import("@hono/zod-openapi").RouteConfig>[]>[]>[]>;
|
|
164
100
|
//# sourceMappingURL=advanced.admin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"advanced.admin.module.d.ts","sourceRoot":"","sources":["../../../../../../src/api/modules/admin/advanced/advanced.admin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"advanced.admin.module.d.ts","sourceRoot":"","sources":["../../../../../../src/api/modules/admin/advanced/advanced.admin.module.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oLAK9B,CAAC"}
|
|
@@ -1,164 +1,100 @@
|
|
|
1
|
-
export declare const cronAdminModule: import("../../../../../api/lib/module").BuildModuleReturn<"@vitnode/core", "cron", [{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
method: "get";
|
|
45
|
-
description: string;
|
|
46
|
-
path: "/";
|
|
47
|
-
request: {
|
|
48
|
-
query: import("zod").ZodObject<{
|
|
49
|
-
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
50
|
-
first: import("zod").ZodOptional<import("zod").ZodString>;
|
|
51
|
-
last: import("zod").ZodOptional<import("zod").ZodString>;
|
|
52
|
-
order: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
53
|
-
asc: "asc";
|
|
54
|
-
desc: "desc";
|
|
55
|
-
}>>;
|
|
56
|
-
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
57
|
-
createdAt: "createdAt";
|
|
58
|
-
lastRun: "lastRun";
|
|
59
|
-
nextRun: "nextRun";
|
|
60
|
-
}>>;
|
|
61
|
-
}, import("zod/v4/core").$strip>;
|
|
62
|
-
};
|
|
63
|
-
responses: {
|
|
64
|
-
200: {
|
|
65
|
-
content: {
|
|
66
|
-
"application/json": {
|
|
67
|
-
schema: import("zod").ZodObject<{
|
|
68
|
-
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
69
|
-
id: import("zod").ZodNumber;
|
|
70
|
-
createdAt: import("zod").ZodDate;
|
|
71
|
-
name: import("zod").ZodString;
|
|
72
|
-
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73
|
-
pluginId: import("zod").ZodString;
|
|
74
|
-
module: import("zod").ZodString;
|
|
75
|
-
lastRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76
|
-
nextRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77
|
-
schedule: import("zod").ZodString;
|
|
78
|
-
}, import("zod/v4/core").$strip>>;
|
|
79
|
-
pageInfo: import("zod").ZodObject<{
|
|
80
|
-
totalCount: import("zod").ZodNumber;
|
|
81
|
-
count: import("zod").ZodNumber;
|
|
82
|
-
hasNextPage: import("zod").ZodBoolean;
|
|
83
|
-
hasPreviousPage: import("zod").ZodBoolean;
|
|
84
|
-
startCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
85
|
-
endCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
86
|
-
}, import("zod/v4/core").$strip>;
|
|
1
|
+
export declare const cronAdminModule: import("../../../../../api/lib/module").BuildModuleReturn<"@vitnode/core", "cron", [import("../../../../lib/route").Route<"@vitnode/core", {
|
|
2
|
+
method: "get";
|
|
3
|
+
description: string;
|
|
4
|
+
path: "/";
|
|
5
|
+
request: {
|
|
6
|
+
query: import("zod").ZodObject<{
|
|
7
|
+
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
8
|
+
first: import("zod").ZodOptional<import("zod").ZodString>;
|
|
9
|
+
last: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10
|
+
order: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
11
|
+
asc: "asc";
|
|
12
|
+
desc: "desc";
|
|
13
|
+
}>>;
|
|
14
|
+
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
15
|
+
createdAt: "createdAt";
|
|
16
|
+
lastRun: "lastRun";
|
|
17
|
+
nextRun: "nextRun";
|
|
18
|
+
}>>;
|
|
19
|
+
}, import("zod/v4/core").$strip>;
|
|
20
|
+
};
|
|
21
|
+
responses: {
|
|
22
|
+
200: {
|
|
23
|
+
content: {
|
|
24
|
+
"application/json": {
|
|
25
|
+
schema: import("zod").ZodObject<{
|
|
26
|
+
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
27
|
+
id: import("zod").ZodNumber;
|
|
28
|
+
createdAt: import("zod").ZodDate;
|
|
29
|
+
name: import("zod").ZodString;
|
|
30
|
+
description: import("zod").ZodNullable<import("zod").ZodString>;
|
|
31
|
+
pluginId: import("zod").ZodString;
|
|
32
|
+
module: import("zod").ZodString;
|
|
33
|
+
lastRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34
|
+
nextRun: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35
|
+
schedule: import("zod").ZodString;
|
|
36
|
+
}, import("zod/v4/core").$strip>>;
|
|
37
|
+
pageInfo: import("zod").ZodObject<{
|
|
38
|
+
totalCount: import("zod").ZodNumber;
|
|
39
|
+
count: import("zod").ZodNumber;
|
|
40
|
+
hasNextPage: import("zod").ZodBoolean;
|
|
41
|
+
hasPreviousPage: import("zod").ZodBoolean;
|
|
42
|
+
startCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
43
|
+
endCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
87
44
|
}, import("zod/v4/core").$strip>;
|
|
88
|
-
}
|
|
45
|
+
}, import("zod/v4/core").$strip>;
|
|
89
46
|
};
|
|
90
|
-
description: string;
|
|
91
47
|
};
|
|
48
|
+
description: string;
|
|
92
49
|
};
|
|
93
|
-
} & {
|
|
94
|
-
getRoutingPath: () => "/";
|
|
95
50
|
};
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
pluginId: "@vitnode/core";
|
|
116
|
-
route: {
|
|
117
|
-
method: "post";
|
|
118
|
-
description: string;
|
|
119
|
-
path: "/{id}";
|
|
120
|
-
request: {
|
|
121
|
-
params: import("zod").ZodObject<{
|
|
122
|
-
id: import("zod").ZodString;
|
|
123
|
-
}, import("zod/v4/core").$strip>;
|
|
124
|
-
};
|
|
125
|
-
responses: {
|
|
126
|
-
201: {
|
|
127
|
-
content: {
|
|
128
|
-
"application/json": {
|
|
129
|
-
schema: import("zod").ZodObject<{
|
|
130
|
-
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
131
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
132
|
-
}, import("zod/v4/core").$strip>;
|
|
133
|
-
};
|
|
51
|
+
} & {
|
|
52
|
+
path: string;
|
|
53
|
+
}>, import("../../../../lib/route").Route<"@vitnode/core", {
|
|
54
|
+
method: "post";
|
|
55
|
+
description: string;
|
|
56
|
+
path: "/{id}";
|
|
57
|
+
request: {
|
|
58
|
+
params: import("zod").ZodObject<{
|
|
59
|
+
id: import("zod").ZodString;
|
|
60
|
+
}, import("zod/v4/core").$strip>;
|
|
61
|
+
};
|
|
62
|
+
responses: {
|
|
63
|
+
201: {
|
|
64
|
+
content: {
|
|
65
|
+
"application/json": {
|
|
66
|
+
schema: import("zod").ZodObject<{
|
|
67
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
68
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
|
+
}, import("zod/v4/core").$strip>;
|
|
134
70
|
};
|
|
135
|
-
description: string;
|
|
136
71
|
};
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
72
|
+
description: string;
|
|
73
|
+
};
|
|
74
|
+
404: {
|
|
75
|
+
content: {
|
|
76
|
+
"application/json": {
|
|
77
|
+
schema: import("zod").ZodObject<{
|
|
78
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
79
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
|
+
}, import("zod/v4/core").$strip>;
|
|
145
81
|
};
|
|
146
|
-
description: string;
|
|
147
82
|
};
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
83
|
+
description: string;
|
|
84
|
+
};
|
|
85
|
+
500: {
|
|
86
|
+
content: {
|
|
87
|
+
"application/json": {
|
|
88
|
+
schema: import("zod").ZodObject<{
|
|
89
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
90
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
91
|
+
}, import("zod/v4/core").$strip>;
|
|
156
92
|
};
|
|
157
|
-
description: string;
|
|
158
93
|
};
|
|
94
|
+
description: string;
|
|
159
95
|
};
|
|
160
|
-
} & {
|
|
161
|
-
getRoutingPath: () => "/:id";
|
|
162
96
|
};
|
|
163
|
-
}
|
|
97
|
+
} & {
|
|
98
|
+
path: string;
|
|
99
|
+
}>], import("../../../../../api/lib/module").BaseBuildModuleReturn<"@vitnode/core", string, import("../../../../lib/route").Route<"@vitnode/core", import("@hono/zod-openapi").RouteConfig>[]>[]>;
|
|
164
100
|
//# sourceMappingURL=cron.admin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cron.admin.module.d.ts","sourceRoot":"","sources":["../../../../../../../src/api/modules/admin/advanced/cron/cron.admin.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cron.admin.module.d.ts","sourceRoot":"","sources":["../../../../../../../src/api/modules/admin/advanced/cron/cron.admin.module.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oLAI1B,CAAC"}
|