From 312663fb02c79e32edfc41877a2148ecdd1c459e Mon Sep 17 00:00:00 2001 From: "bert.hausmans" Date: Tue, 14 Apr 2026 19:04:06 +0200 Subject: [PATCH] chore: update admin typed-router definitions Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/admin/typed-router.d.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/admin/typed-router.d.ts b/apps/admin/typed-router.d.ts index 0d01faff..bbd79f75 100644 --- a/apps/admin/typed-router.d.ts +++ b/apps/admin/typed-router.d.ts @@ -20,7 +20,6 @@ declare module 'vue-router/auto-routes' { export interface RouteNamedMap { '$error': RouteRecordInfo<'$error', '/:error(.*)', { error: ParamValue }, { error: ParamValue }>, 'access-control': RouteRecordInfo<'access-control', '/access-control', Record, Record>, - 'apps-academy-course-details': RouteRecordInfo<'apps-academy-course-details', '/apps/academy/course-details', Record, Record>, 'apps-academy-dashboard': RouteRecordInfo<'apps-academy-dashboard', '/apps/academy/dashboard', Record, Record>, 'apps-academy-my-course': RouteRecordInfo<'apps-academy-my-course', '/apps/academy/my-course', Record, Record>, 'apps-calendar': RouteRecordInfo<'apps-calendar', '/apps/calendar', Record, Record>, @@ -74,7 +73,6 @@ declare module 'vue-router/auto-routes' { 'events-id': RouteRecordInfo<'events-id', '/events/:id', { id: ParamValue }, { id: ParamValue }>, 'events-id-edit': RouteRecordInfo<'events-id-edit', '/events/:id/edit', { id: ParamValue }, { id: ParamValue }>, 'events-create': RouteRecordInfo<'events-create', '/events/create', Record, Record>, - 'extensions-swiper': RouteRecordInfo<'extensions-swiper', '/extensions/swiper', Record, Record>, 'extensions-tour': RouteRecordInfo<'extensions-tour', '/extensions/tour', Record, Record>, 'forgot-password': RouteRecordInfo<'forgot-password', '/forgot-password', Record, Record>, 'forms-autocomplete': RouteRecordInfo<'forms-autocomplete', '/forms/autocomplete', Record, Record>, @@ -96,12 +94,6 @@ declare module 'vue-router/auto-routes' { 'forms-switch': RouteRecordInfo<'forms-switch', '/forms/switch', Record, Record>, 'forms-textarea': RouteRecordInfo<'forms-textarea', '/forms/textarea', Record, Record>, 'forms-textfield': RouteRecordInfo<'forms-textfield', '/forms/textfield', Record, Record>, - 'front-pages-checkout': RouteRecordInfo<'front-pages-checkout', '/front-pages/checkout', Record, Record>, - 'front-pages-help-center': RouteRecordInfo<'front-pages-help-center', '/front-pages/help-center', Record, Record>, - 'front-pages-help-center-article-title': RouteRecordInfo<'front-pages-help-center-article-title', '/front-pages/help-center/article/:title', { title: ParamValue }, { title: ParamValue }>, - 'front-pages-landing-page': RouteRecordInfo<'front-pages-landing-page', '/front-pages/landing-page', Record, Record>, - 'front-pages-payment': RouteRecordInfo<'front-pages-payment', '/front-pages/payment', Record, Record>, - 'front-pages-pricing': RouteRecordInfo<'front-pages-pricing', '/front-pages/pricing', Record, Record>, 'login': RouteRecordInfo<'login', '/login', Record, Record>, 'not-authorized': RouteRecordInfo<'not-authorized', '/not-authorized', Record, Record>, 'pages-account-settings-tab': RouteRecordInfo<'pages-account-settings-tab', '/pages/account-settings/:tab', { tab: ParamValue }, { tab: ParamValue }>, @@ -132,8 +124,10 @@ declare module 'vue-router/auto-routes' { 'pages-typography': RouteRecordInfo<'pages-typography', '/pages/typography', Record, Record>, 'pages-user-profile-tab': RouteRecordInfo<'pages-user-profile-tab', '/pages/user-profile/:tab', { tab: ParamValue }, { tab: ParamValue }>, 'register': RouteRecordInfo<'register', '/register', Record, Record>, + 'reset-password': RouteRecordInfo<'reset-password', '/reset-password', Record, Record>, 'tables-data-table': RouteRecordInfo<'tables-data-table', '/tables/data-table', Record, Record>, 'tables-simple-table': RouteRecordInfo<'tables-simple-table', '/tables/simple-table', Record, Record>, + 'verify-email-change': RouteRecordInfo<'verify-email-change', '/verify-email-change', Record, Record>, 'wizard-examples-checkout': RouteRecordInfo<'wizard-examples-checkout', '/wizard-examples/checkout', Record, Record>, 'wizard-examples-create-deal': RouteRecordInfo<'wizard-examples-create-deal', '/wizard-examples/create-deal', Record, Record>, 'wizard-examples-property-listing': RouteRecordInfo<'wizard-examples-property-listing', '/wizard-examples/property-listing', Record, Record>,