1
1
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
2
// This file will be automatically regenerated when your Next.js server is running.
3
- // nextjs-routes version: 2.0 .1
3
+ // nextjs-routes version: 2.2 .1
4
4
/* eslint-disable */
5
5
6
6
// prettier-ignore
@@ -11,6 +11,7 @@ declare module "nextjs-routes" {
11
11
} from "next" ;
12
12
13
13
export type Route =
14
+ | StaticRoute < "/" >
14
15
| DynamicRoute < "/api/as-api/[...asProxy]" , { "asProxy" : string [ ] } >
15
16
| DynamicRoute < "/api/auth/[auth0]" , { "auth0" : string } >
16
17
| StaticRoute < "/api/configuration/ui-version" >
@@ -23,6 +24,7 @@ declare module "nextjs-routes" {
23
24
| StaticRoute < "/docs/concepts" >
24
25
| StaticRoute < "/docs/developer" >
25
26
| StaticRoute < "/docs/guided-tour" >
27
+ | StaticRoute < "/docs/how-to" >
26
28
| StaticRoute < "/docs/how-to/applications" >
27
29
| StaticRoute < "/docs/how-to/context" >
28
30
| StaticRoute < "/docs/how-to/create-project" >
@@ -32,17 +34,15 @@ declare module "nextjs-routes" {
32
34
| StaticRoute < "/docs/how-to/projects-tab" >
33
35
| StaticRoute < "/docs/how-to/results" >
34
36
| StaticRoute < "/docs/how-to/usage-quotas" >
35
- | StaticRoute < "/docs/how-to" >
36
37
| StaticRoute < "/docs/jobs" >
37
- | StaticRoute < "/" >
38
38
| DynamicRoute < "/organisation/[organisationId]/inventory" , { "organisationId" : string } >
39
39
| DynamicRoute < "/product/[productId]/charges" , { "productId" : string } >
40
40
| StaticRoute < "/products" >
41
- | StaticRoute < "/project/file" >
42
41
| StaticRoute < "/project" >
42
+ | StaticRoute < "/project/file" >
43
+ | StaticRoute < "/results" >
43
44
| DynamicRoute < "/results/instance/[instanceId]" , { "instanceId" : string } >
44
45
| DynamicRoute < "/results/task/[taskId]" , { "taskId" : string } >
45
- | StaticRoute < "/results" >
46
46
| StaticRoute < "/run" >
47
47
| DynamicRoute < "/unit/[unitId]/charges" , { "unitId" : string } >
48
48
| DynamicRoute < "/unit/[unitId]/inventory" , { "unitId" : string } >
0 commit comments