@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,98 +1,55 @@
|
|
|
1
1
|
import z from "zod";
|
|
2
|
-
export declare const getCronsRoute: {
|
|
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
|
-
|
|
45
|
-
method: "get";
|
|
46
|
-
description: string;
|
|
47
|
-
path: "/";
|
|
48
|
-
request: {
|
|
49
|
-
query: z.ZodObject<{
|
|
50
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
51
|
-
first: z.ZodOptional<z.ZodString>;
|
|
52
|
-
last: z.ZodOptional<z.ZodString>;
|
|
53
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
54
|
-
asc: "asc";
|
|
55
|
-
desc: "desc";
|
|
56
|
-
}>>;
|
|
57
|
-
orderBy: z.ZodOptional<z.ZodEnum<{
|
|
58
|
-
createdAt: "createdAt";
|
|
59
|
-
lastRun: "lastRun";
|
|
60
|
-
nextRun: "nextRun";
|
|
61
|
-
}>>;
|
|
62
|
-
}, z.core.$strip>;
|
|
63
|
-
};
|
|
64
|
-
responses: {
|
|
65
|
-
200: {
|
|
66
|
-
content: {
|
|
67
|
-
"application/json": {
|
|
68
|
-
schema: z.ZodObject<{
|
|
69
|
-
edges: z.ZodArray<z.ZodObject<{
|
|
70
|
-
id: z.ZodNumber;
|
|
71
|
-
createdAt: z.ZodDate;
|
|
72
|
-
name: z.ZodString;
|
|
73
|
-
description: z.ZodNullable<z.ZodString>;
|
|
74
|
-
pluginId: z.ZodString;
|
|
75
|
-
module: z.ZodString;
|
|
76
|
-
lastRun: z.ZodNullable<z.ZodDate>;
|
|
77
|
-
nextRun: z.ZodNullable<z.ZodDate>;
|
|
78
|
-
schedule: z.ZodString;
|
|
79
|
-
}, z.core.$strip>>;
|
|
80
|
-
pageInfo: z.ZodObject<{
|
|
81
|
-
totalCount: z.ZodNumber;
|
|
82
|
-
count: z.ZodNumber;
|
|
83
|
-
hasNextPage: z.ZodBoolean;
|
|
84
|
-
hasPreviousPage: z.ZodBoolean;
|
|
85
|
-
startCursor: z.ZodNullable<z.ZodNumber>;
|
|
86
|
-
endCursor: z.ZodNullable<z.ZodNumber>;
|
|
87
|
-
}, z.core.$strip>;
|
|
2
|
+
export declare const getCronsRoute: import("../../../../../../api/lib/route").Route<"@vitnode/core", {
|
|
3
|
+
method: "get";
|
|
4
|
+
description: string;
|
|
5
|
+
path: "/";
|
|
6
|
+
request: {
|
|
7
|
+
query: z.ZodObject<{
|
|
8
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
9
|
+
first: z.ZodOptional<z.ZodString>;
|
|
10
|
+
last: z.ZodOptional<z.ZodString>;
|
|
11
|
+
order: z.ZodOptional<z.ZodEnum<{
|
|
12
|
+
asc: "asc";
|
|
13
|
+
desc: "desc";
|
|
14
|
+
}>>;
|
|
15
|
+
orderBy: z.ZodOptional<z.ZodEnum<{
|
|
16
|
+
createdAt: "createdAt";
|
|
17
|
+
lastRun: "lastRun";
|
|
18
|
+
nextRun: "nextRun";
|
|
19
|
+
}>>;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
};
|
|
22
|
+
responses: {
|
|
23
|
+
200: {
|
|
24
|
+
content: {
|
|
25
|
+
"application/json": {
|
|
26
|
+
schema: z.ZodObject<{
|
|
27
|
+
edges: z.ZodArray<z.ZodObject<{
|
|
28
|
+
id: z.ZodNumber;
|
|
29
|
+
createdAt: z.ZodDate;
|
|
30
|
+
name: z.ZodString;
|
|
31
|
+
description: z.ZodNullable<z.ZodString>;
|
|
32
|
+
pluginId: z.ZodString;
|
|
33
|
+
module: z.ZodString;
|
|
34
|
+
lastRun: z.ZodNullable<z.ZodDate>;
|
|
35
|
+
nextRun: z.ZodNullable<z.ZodDate>;
|
|
36
|
+
schedule: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>;
|
|
38
|
+
pageInfo: z.ZodObject<{
|
|
39
|
+
totalCount: z.ZodNumber;
|
|
40
|
+
count: z.ZodNumber;
|
|
41
|
+
hasNextPage: z.ZodBoolean;
|
|
42
|
+
hasPreviousPage: z.ZodBoolean;
|
|
43
|
+
startCursor: z.ZodNullable<z.ZodNumber>;
|
|
44
|
+
endCursor: z.ZodNullable<z.ZodNumber>;
|
|
88
45
|
}, z.core.$strip>;
|
|
89
|
-
}
|
|
46
|
+
}, z.core.$strip>;
|
|
90
47
|
};
|
|
91
|
-
description: string;
|
|
92
48
|
};
|
|
49
|
+
description: string;
|
|
93
50
|
};
|
|
94
|
-
} & {
|
|
95
|
-
getRoutingPath: () => "/";
|
|
96
51
|
};
|
|
97
|
-
}
|
|
52
|
+
} & {
|
|
53
|
+
path: string;
|
|
54
|
+
}>;
|
|
98
55
|
//# sourceMappingURL=get.route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.route.d.ts","sourceRoot":"","sources":["../../../../../../../../src/api/modules/admin/advanced/cron/routes/get.route.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"get.route.d.ts","sourceRoot":"","sources":["../../../../../../../../src/api/modules/admin/advanced/cron/routes/get.route.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAWpB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DxB,CAAC"}
|
|
@@ -1,70 +1,49 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const runCronRoute: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
error: string;
|
|
20
|
-
}, 500, "json">)>;
|
|
21
|
-
pluginId: "@vitnode/core";
|
|
22
|
-
route: {
|
|
23
|
-
method: "post";
|
|
24
|
-
description: string;
|
|
25
|
-
path: "/{id}";
|
|
26
|
-
request: {
|
|
27
|
-
params: z.ZodObject<{
|
|
28
|
-
id: z.ZodString;
|
|
29
|
-
}, z.core.$strip>;
|
|
30
|
-
};
|
|
31
|
-
responses: {
|
|
32
|
-
201: {
|
|
33
|
-
content: {
|
|
34
|
-
"application/json": {
|
|
35
|
-
schema: z.ZodObject<{
|
|
36
|
-
message: z.ZodOptional<z.ZodString>;
|
|
37
|
-
error: z.ZodOptional<z.ZodString>;
|
|
38
|
-
}, z.core.$strip>;
|
|
39
|
-
};
|
|
2
|
+
export declare const runCronRoute: import("../../../../../../api/lib/route").Route<"@vitnode/core", {
|
|
3
|
+
method: "post";
|
|
4
|
+
description: string;
|
|
5
|
+
path: "/{id}";
|
|
6
|
+
request: {
|
|
7
|
+
params: z.ZodObject<{
|
|
8
|
+
id: z.ZodString;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
};
|
|
11
|
+
responses: {
|
|
12
|
+
201: {
|
|
13
|
+
content: {
|
|
14
|
+
"application/json": {
|
|
15
|
+
schema: z.ZodObject<{
|
|
16
|
+
message: z.ZodOptional<z.ZodString>;
|
|
17
|
+
error: z.ZodOptional<z.ZodString>;
|
|
18
|
+
}, z.core.$strip>;
|
|
40
19
|
};
|
|
41
|
-
description: string;
|
|
42
20
|
};
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
21
|
+
description: string;
|
|
22
|
+
};
|
|
23
|
+
404: {
|
|
24
|
+
content: {
|
|
25
|
+
"application/json": {
|
|
26
|
+
schema: z.ZodObject<{
|
|
27
|
+
message: z.ZodOptional<z.ZodString>;
|
|
28
|
+
error: z.ZodOptional<z.ZodString>;
|
|
29
|
+
}, z.core.$strip>;
|
|
51
30
|
};
|
|
52
|
-
description: string;
|
|
53
31
|
};
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
500: {
|
|
35
|
+
content: {
|
|
36
|
+
"application/json": {
|
|
37
|
+
schema: z.ZodObject<{
|
|
38
|
+
message: z.ZodOptional<z.ZodString>;
|
|
39
|
+
error: z.ZodOptional<z.ZodString>;
|
|
40
|
+
}, z.core.$strip>;
|
|
62
41
|
};
|
|
63
|
-
description: string;
|
|
64
42
|
};
|
|
43
|
+
description: string;
|
|
65
44
|
};
|
|
66
|
-
} & {
|
|
67
|
-
getRoutingPath: () => "/:id";
|
|
68
45
|
};
|
|
69
|
-
}
|
|
46
|
+
} & {
|
|
47
|
+
path: string;
|
|
48
|
+
}>;
|
|
70
49
|
//# sourceMappingURL=run.route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run.route.d.ts","sourceRoot":"","sources":["../../../../../../../../src/api/modules/admin/advanced/cron/routes/run.route.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"run.route.d.ts","sourceRoot":"","sources":["../../../../../../../../src/api/modules/admin/advanced/cron/routes/run.route.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0GvB,CAAC"}
|
|
@@ -1,113 +1,64 @@
|
|
|
1
|
-
export declare const debugAdminModule: import("../../../lib/module").BuildModuleReturn<"@vitnode/core", "debug", [{
|
|
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
|
-
hasNextPage: boolean;
|
|
43
|
-
hasPreviousPage: boolean;
|
|
44
|
-
startCursor: null | number;
|
|
45
|
-
totalCount: number;
|
|
46
|
-
};
|
|
47
|
-
}, 200, "json">>;
|
|
48
|
-
pluginId: "@vitnode/core";
|
|
49
|
-
route: {
|
|
50
|
-
method: "get";
|
|
51
|
-
description: string;
|
|
52
|
-
path: "/logs";
|
|
53
|
-
request: {
|
|
54
|
-
query: import("zod").ZodObject<{
|
|
55
|
-
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
56
|
-
first: import("zod").ZodOptional<import("zod").ZodString>;
|
|
57
|
-
last: import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
|
-
order: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
59
|
-
asc: "asc";
|
|
60
|
-
desc: "desc";
|
|
61
|
-
}>>;
|
|
62
|
-
orderBy: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
63
|
-
type: "type";
|
|
64
|
-
createdAt: "createdAt";
|
|
65
|
-
pluginId: "pluginId";
|
|
66
|
-
}>>;
|
|
67
|
-
}, import("zod/v4/core").$strip>;
|
|
68
|
-
};
|
|
69
|
-
responses: {
|
|
70
|
-
200: {
|
|
71
|
-
content: {
|
|
72
|
-
"application/json": {
|
|
73
|
-
schema: import("zod").ZodObject<{
|
|
74
|
-
edges: import("zod").ZodArray<import("zod").ZodObject<{
|
|
1
|
+
export declare const debugAdminModule: import("../../../lib/module").BuildModuleReturn<"@vitnode/core", "debug", [import("../../../lib/route").Route<"@vitnode/core", {
|
|
2
|
+
method: "get";
|
|
3
|
+
description: string;
|
|
4
|
+
path: "/logs";
|
|
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
|
+
type: "type";
|
|
16
|
+
createdAt: "createdAt";
|
|
17
|
+
pluginId: "pluginId";
|
|
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
|
+
pluginId: import("zod").ZodString;
|
|
29
|
+
type: import("zod").ZodEnum<{
|
|
30
|
+
warn: "warn";
|
|
31
|
+
error: "error";
|
|
32
|
+
debug: "debug";
|
|
33
|
+
}>;
|
|
34
|
+
content: import("zod").ZodString;
|
|
35
|
+
createdAt: import("zod").ZodDate;
|
|
36
|
+
ipAddress: import("zod").ZodString;
|
|
37
|
+
method: import("zod").ZodString;
|
|
38
|
+
path: import("zod").ZodString;
|
|
39
|
+
userAgent: import("zod").ZodNullable<import("zod").ZodString>;
|
|
40
|
+
statusCode: import("zod").ZodNumber;
|
|
41
|
+
user: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
75
42
|
id: import("zod").ZodNumber;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
warn: "warn";
|
|
79
|
-
error: "error";
|
|
80
|
-
debug: "debug";
|
|
81
|
-
}>;
|
|
82
|
-
content: import("zod").ZodString;
|
|
83
|
-
createdAt: import("zod").ZodDate;
|
|
84
|
-
ipAddress: import("zod").ZodString;
|
|
85
|
-
method: import("zod").ZodString;
|
|
86
|
-
path: import("zod").ZodString;
|
|
87
|
-
userAgent: import("zod").ZodNullable<import("zod").ZodString>;
|
|
88
|
-
statusCode: import("zod").ZodNumber;
|
|
89
|
-
user: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
90
|
-
id: import("zod").ZodNumber;
|
|
91
|
-
name: import("zod").ZodString;
|
|
92
|
-
nameCode: import("zod").ZodString;
|
|
93
|
-
}, import("zod/v4/core").$strip>>;
|
|
43
|
+
name: import("zod").ZodString;
|
|
44
|
+
nameCode: import("zod").ZodString;
|
|
94
45
|
}, import("zod/v4/core").$strip>>;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
46
|
+
}, import("zod/v4/core").$strip>>;
|
|
47
|
+
pageInfo: import("zod").ZodObject<{
|
|
48
|
+
totalCount: import("zod").ZodNumber;
|
|
49
|
+
count: import("zod").ZodNumber;
|
|
50
|
+
hasNextPage: import("zod").ZodBoolean;
|
|
51
|
+
hasPreviousPage: import("zod").ZodBoolean;
|
|
52
|
+
startCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
53
|
+
endCursor: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
103
54
|
}, import("zod/v4/core").$strip>;
|
|
104
|
-
}
|
|
55
|
+
}, import("zod/v4/core").$strip>;
|
|
105
56
|
};
|
|
106
|
-
description: string;
|
|
107
57
|
};
|
|
58
|
+
description: string;
|
|
108
59
|
};
|
|
109
|
-
} & {
|
|
110
|
-
getRoutingPath: () => "/logs";
|
|
111
60
|
};
|
|
112
|
-
}
|
|
61
|
+
} & {
|
|
62
|
+
path: string;
|
|
63
|
+
}>], import("../../../lib/module").BaseBuildModuleReturn<"@vitnode/core", string, import("../../../lib/route").Route<"@vitnode/core", import("@hono/zod-openapi").RouteConfig>[]>[]>;
|
|
113
64
|
//# sourceMappingURL=debug.admin.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debug.admin.module.d.ts","sourceRoot":"","sources":["../../../../../../src/api/modules/admin/debug/debug.admin.module.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"debug.admin.module.d.ts","sourceRoot":"","sources":["../../../../../../src/api/modules/admin/debug/debug.admin.module.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oLAI3B,CAAC"}
|
|
@@ -1,114 +1,65 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const logsDebugAdminRoute: {
|
|
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
|
-
hasNextPage: boolean;
|
|
44
|
-
hasPreviousPage: boolean;
|
|
45
|
-
startCursor: null | number;
|
|
46
|
-
totalCount: number;
|
|
47
|
-
};
|
|
48
|
-
}, 200, "json">>;
|
|
49
|
-
pluginId: "@vitnode/core";
|
|
50
|
-
route: {
|
|
51
|
-
method: "get";
|
|
52
|
-
description: string;
|
|
53
|
-
path: "/logs";
|
|
54
|
-
request: {
|
|
55
|
-
query: z.ZodObject<{
|
|
56
|
-
cursor: z.ZodOptional<z.ZodString>;
|
|
57
|
-
first: z.ZodOptional<z.ZodString>;
|
|
58
|
-
last: z.ZodOptional<z.ZodString>;
|
|
59
|
-
order: z.ZodOptional<z.ZodEnum<{
|
|
60
|
-
asc: "asc";
|
|
61
|
-
desc: "desc";
|
|
62
|
-
}>>;
|
|
63
|
-
orderBy: z.ZodOptional<z.ZodEnum<{
|
|
64
|
-
type: "type";
|
|
65
|
-
createdAt: "createdAt";
|
|
66
|
-
pluginId: "pluginId";
|
|
67
|
-
}>>;
|
|
68
|
-
}, z.core.$strip>;
|
|
69
|
-
};
|
|
70
|
-
responses: {
|
|
71
|
-
200: {
|
|
72
|
-
content: {
|
|
73
|
-
"application/json": {
|
|
74
|
-
schema: z.ZodObject<{
|
|
75
|
-
edges: z.ZodArray<z.ZodObject<{
|
|
2
|
+
export declare const logsDebugAdminRoute: import("../../../../lib/route").Route<"@vitnode/core", {
|
|
3
|
+
method: "get";
|
|
4
|
+
description: string;
|
|
5
|
+
path: "/logs";
|
|
6
|
+
request: {
|
|
7
|
+
query: z.ZodObject<{
|
|
8
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
9
|
+
first: z.ZodOptional<z.ZodString>;
|
|
10
|
+
last: z.ZodOptional<z.ZodString>;
|
|
11
|
+
order: z.ZodOptional<z.ZodEnum<{
|
|
12
|
+
asc: "asc";
|
|
13
|
+
desc: "desc";
|
|
14
|
+
}>>;
|
|
15
|
+
orderBy: z.ZodOptional<z.ZodEnum<{
|
|
16
|
+
type: "type";
|
|
17
|
+
createdAt: "createdAt";
|
|
18
|
+
pluginId: "pluginId";
|
|
19
|
+
}>>;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
};
|
|
22
|
+
responses: {
|
|
23
|
+
200: {
|
|
24
|
+
content: {
|
|
25
|
+
"application/json": {
|
|
26
|
+
schema: z.ZodObject<{
|
|
27
|
+
edges: z.ZodArray<z.ZodObject<{
|
|
28
|
+
id: z.ZodNumber;
|
|
29
|
+
pluginId: z.ZodString;
|
|
30
|
+
type: z.ZodEnum<{
|
|
31
|
+
warn: "warn";
|
|
32
|
+
error: "error";
|
|
33
|
+
debug: "debug";
|
|
34
|
+
}>;
|
|
35
|
+
content: z.ZodString;
|
|
36
|
+
createdAt: z.ZodDate;
|
|
37
|
+
ipAddress: z.ZodString;
|
|
38
|
+
method: z.ZodString;
|
|
39
|
+
path: z.ZodString;
|
|
40
|
+
userAgent: z.ZodNullable<z.ZodString>;
|
|
41
|
+
statusCode: z.ZodNumber;
|
|
42
|
+
user: z.ZodNullable<z.ZodObject<{
|
|
76
43
|
id: z.ZodNumber;
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
warn: "warn";
|
|
80
|
-
error: "error";
|
|
81
|
-
debug: "debug";
|
|
82
|
-
}>;
|
|
83
|
-
content: z.ZodString;
|
|
84
|
-
createdAt: z.ZodDate;
|
|
85
|
-
ipAddress: z.ZodString;
|
|
86
|
-
method: z.ZodString;
|
|
87
|
-
path: z.ZodString;
|
|
88
|
-
userAgent: z.ZodNullable<z.ZodString>;
|
|
89
|
-
statusCode: z.ZodNumber;
|
|
90
|
-
user: z.ZodNullable<z.ZodObject<{
|
|
91
|
-
id: z.ZodNumber;
|
|
92
|
-
name: z.ZodString;
|
|
93
|
-
nameCode: z.ZodString;
|
|
94
|
-
}, z.core.$strip>>;
|
|
44
|
+
name: z.ZodString;
|
|
45
|
+
nameCode: z.ZodString;
|
|
95
46
|
}, z.core.$strip>>;
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
47
|
+
}, z.core.$strip>>;
|
|
48
|
+
pageInfo: z.ZodObject<{
|
|
49
|
+
totalCount: z.ZodNumber;
|
|
50
|
+
count: z.ZodNumber;
|
|
51
|
+
hasNextPage: z.ZodBoolean;
|
|
52
|
+
hasPreviousPage: z.ZodBoolean;
|
|
53
|
+
startCursor: z.ZodNullable<z.ZodNumber>;
|
|
54
|
+
endCursor: z.ZodNullable<z.ZodNumber>;
|
|
104
55
|
}, z.core.$strip>;
|
|
105
|
-
}
|
|
56
|
+
}, z.core.$strip>;
|
|
106
57
|
};
|
|
107
|
-
description: string;
|
|
108
58
|
};
|
|
59
|
+
description: string;
|
|
109
60
|
};
|
|
110
|
-
} & {
|
|
111
|
-
getRoutingPath: () => "/logs";
|
|
112
61
|
};
|
|
113
|
-
}
|
|
62
|
+
} & {
|
|
63
|
+
path: string;
|
|
64
|
+
}>;
|
|
114
65
|
//# sourceMappingURL=logs.route.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logs.route.d.ts","sourceRoot":"","sources":["../../../../../../../src/api/modules/admin/debug/routes/logs.route.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"logs.route.d.ts","sourceRoot":"","sources":["../../../../../../../src/api/modules/admin/debug/routes/logs.route.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwF9B,CAAC"}
|