chore(types): regenerate typed-router.d.ts for form-failures pages

unplugin-vue-router regenerates this file at build time. Missed in an
earlier merge — probably during a WS-6 admin-UI consolidation. The
form-failures pages and tests are already in main; only the typed
declaration was stale.

Routes added to the typed declaration:
- /organisation/form-failures
- /organisation/form-failures/:id
- /platform/form-failures
- /platform/form-failures/:id

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-04 21:48:41 +02:00
parent 4b5433c74c
commit 31986989cd

View File

@@ -39,9 +39,13 @@ declare module 'vue-router/auto-routes' {
'members': RouteRecordInfo<'members', '/members', Record<never, never>, Record<never, never>>,
'organisation': RouteRecordInfo<'organisation', '/organisation', Record<never, never>, Record<never, never>>,
'organisation-companies': RouteRecordInfo<'organisation-companies', '/organisation/companies', Record<never, never>, Record<never, never>>,
'organisation-form-failures': RouteRecordInfo<'organisation-form-failures', '/organisation/form-failures', Record<never, never>, Record<never, never>>,
'organisation-form-failures-id': RouteRecordInfo<'organisation-form-failures-id', '/organisation/form-failures/:id', { id: ParamValue<true> }, { id: ParamValue<false> }>,
'organisation-settings': RouteRecordInfo<'organisation-settings', '/organisation/settings', Record<never, never>, Record<never, never>>,
'platform': RouteRecordInfo<'platform', '/platform', Record<never, never>, Record<never, never>>,
'platform-activity-log': RouteRecordInfo<'platform-activity-log', '/platform/activity-log', Record<never, never>, Record<never, never>>,
'platform-form-failures': RouteRecordInfo<'platform-form-failures', '/platform/form-failures', Record<never, never>, Record<never, never>>,
'platform-form-failures-id': RouteRecordInfo<'platform-form-failures-id', '/platform/form-failures/:id', { id: ParamValue<true> }, { id: ParamValue<false> }>,
'platform-organisations': RouteRecordInfo<'platform-organisations', '/platform/organisations', Record<never, never>, Record<never, never>>,
'platform-organisations-id': RouteRecordInfo<'platform-organisations-id', '/platform/organisations/:id', { id: ParamValue<true> }, { id: ParamValue<false> }>,
'platform-users': RouteRecordInfo<'platform-users', '/platform/users', Record<never, never>, Record<never, never>>,