-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathrouteTree.gen.ts
More file actions
360 lines (351 loc) · 15 KB
/
Copy pathrouteTree.gen.ts
File metadata and controls
360 lines (351 loc) · 15 KB
1
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
/* eslint-disable */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// This file was automatically generated by TanStack Router.
// You should NOT make any changes in this file as it will be overwritten.
// Additionally, you should also exclude this file from your linter and/or formatter to prevent it from being checked or modified.
import { Route as rootRouteImport } from './routes/__root'
import { Route as SetupMcpRouteImport } from './routes/bare/setup-mcp'
import { Route as LoginRouteImport } from './routes/bare/login'
import { Route as CreateOrgRouteImport } from './routes/bare/create-org'
import { Route as DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRouteImport } from './../../../packages/react/src/routes/index'
import { Route as DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRouteImport } from './../../../packages/react/src/routes/tools'
import { Route as SecretsRouteImport } from './routes/app/secrets'
import { Route as DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRouteImport } from './../../../packages/react/src/routes/policies'
import { Route as OrgRouteImport } from './routes/app/org'
import { Route as BillingRouteImport } from './routes/app/billing'
import { Route as ApiKeysRouteImport } from './routes/app/api-keys'
import { Route as ResumeDotexecutionIdRouteImport } from './routes/app/resume.$executionId'
import { Route as DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRouteImport } from './../../../packages/react/src/routes/integrations.$namespace'
import { Route as Billing_DotplansRouteImport } from './routes/app/billing_.plans'
import { Route as DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRouteImport } from './../../../packages/react/src/routes/integrations.add.$pluginKey'
const SetupMcpRoute = SetupMcpRouteImport.update({
id: '/setup-mcp',
path: '/setup-mcp',
getParentRoute: () => rootRouteImport,
} as any)
const LoginRoute = LoginRouteImport.update({
id: '/login',
path: '/login',
getParentRoute: () => rootRouteImport,
} as any)
const CreateOrgRoute = CreateOrgRouteImport.update({
id: '/create-org',
path: '/create-org',
getParentRoute: () => rootRouteImport,
} as any)
const DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute =
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRouteImport.update({
id: '/{-$orgSlug}/',
path: '/{-$orgSlug}/',
getParentRoute: () => rootRouteImport,
} as any)
const DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute =
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRouteImport.update({
id: '/{-$orgSlug}/tools',
path: '/{-$orgSlug}/tools',
getParentRoute: () => rootRouteImport,
} as any)
const SecretsRoute = SecretsRouteImport.update({
id: '/{-$orgSlug}/secrets',
path: '/{-$orgSlug}/secrets',
getParentRoute: () => rootRouteImport,
} as any)
const DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute =
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRouteImport.update({
id: '/{-$orgSlug}/policies',
path: '/{-$orgSlug}/policies',
getParentRoute: () => rootRouteImport,
} as any)
const OrgRoute = OrgRouteImport.update({
id: '/{-$orgSlug}/org',
path: '/{-$orgSlug}/org',
getParentRoute: () => rootRouteImport,
} as any)
const BillingRoute = BillingRouteImport.update({
id: '/{-$orgSlug}/billing',
path: '/{-$orgSlug}/billing',
getParentRoute: () => rootRouteImport,
} as any)
const ApiKeysRoute = ApiKeysRouteImport.update({
id: '/{-$orgSlug}/api-keys',
path: '/{-$orgSlug}/api-keys',
getParentRoute: () => rootRouteImport,
} as any)
const ResumeDotexecutionIdRoute = ResumeDotexecutionIdRouteImport.update({
id: '/{-$orgSlug}/resume/$executionId',
path: '/{-$orgSlug}/resume/$executionId',
getParentRoute: () => rootRouteImport,
} as any)
const DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute =
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRouteImport.update(
{
id: '/{-$orgSlug}/integrations/$namespace',
path: '/{-$orgSlug}/integrations/$namespace',
getParentRoute: () => rootRouteImport,
} as any,
)
const Billing_DotplansRoute = Billing_DotplansRouteImport.update({
id: '/{-$orgSlug}/billing_/plans',
path: '/{-$orgSlug}/billing/plans',
getParentRoute: () => rootRouteImport,
} as any)
const DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute =
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRouteImport.update(
{
id: '/{-$orgSlug}/integrations/add/$pluginKey',
path: '/{-$orgSlug}/integrations/add/$pluginKey',
getParentRoute: () => rootRouteImport,
} as any,
)
export interface FileRoutesByFullPath {
'/create-org': typeof CreateOrgRoute
'/login': typeof LoginRoute
'/setup-mcp': typeof SetupMcpRoute
'/{-$orgSlug}/api-keys': typeof ApiKeysRoute
'/{-$orgSlug}/billing': typeof BillingRoute
'/{-$orgSlug}/org': typeof OrgRoute
'/{-$orgSlug}/policies': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute
'/{-$orgSlug}/secrets': typeof SecretsRoute
'/{-$orgSlug}/tools': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute
'/{-$orgSlug}/': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute
'/{-$orgSlug}/billing/plans': typeof Billing_DotplansRoute
'/{-$orgSlug}/integrations/$namespace': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute
'/{-$orgSlug}/resume/$executionId': typeof ResumeDotexecutionIdRoute
'/{-$orgSlug}/integrations/add/$pluginKey': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute
}
export interface FileRoutesByTo {
'/create-org': typeof CreateOrgRoute
'/login': typeof LoginRoute
'/setup-mcp': typeof SetupMcpRoute
'/{-$orgSlug}/api-keys': typeof ApiKeysRoute
'/{-$orgSlug}/billing': typeof BillingRoute
'/{-$orgSlug}/org': typeof OrgRoute
'/{-$orgSlug}/policies': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute
'/{-$orgSlug}/secrets': typeof SecretsRoute
'/{-$orgSlug}/tools': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute
'/{-$orgSlug}': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute
'/{-$orgSlug}/billing/plans': typeof Billing_DotplansRoute
'/{-$orgSlug}/integrations/$namespace': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute
'/{-$orgSlug}/resume/$executionId': typeof ResumeDotexecutionIdRoute
'/{-$orgSlug}/integrations/add/$pluginKey': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/create-org': typeof CreateOrgRoute
'/login': typeof LoginRoute
'/setup-mcp': typeof SetupMcpRoute
'/{-$orgSlug}/api-keys': typeof ApiKeysRoute
'/{-$orgSlug}/billing': typeof BillingRoute
'/{-$orgSlug}/org': typeof OrgRoute
'/{-$orgSlug}/policies': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute
'/{-$orgSlug}/secrets': typeof SecretsRoute
'/{-$orgSlug}/tools': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute
'/{-$orgSlug}/': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute
'/{-$orgSlug}/billing_/plans': typeof Billing_DotplansRoute
'/{-$orgSlug}/integrations/$namespace': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute
'/{-$orgSlug}/resume/$executionId': typeof ResumeDotexecutionIdRoute
'/{-$orgSlug}/integrations/add/$pluginKey': typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| '/create-org'
| '/login'
| '/setup-mcp'
| '/{-$orgSlug}/api-keys'
| '/{-$orgSlug}/billing'
| '/{-$orgSlug}/org'
| '/{-$orgSlug}/policies'
| '/{-$orgSlug}/secrets'
| '/{-$orgSlug}/tools'
| '/{-$orgSlug}/'
| '/{-$orgSlug}/billing/plans'
| '/{-$orgSlug}/integrations/$namespace'
| '/{-$orgSlug}/resume/$executionId'
| '/{-$orgSlug}/integrations/add/$pluginKey'
fileRoutesByTo: FileRoutesByTo
to:
| '/create-org'
| '/login'
| '/setup-mcp'
| '/{-$orgSlug}/api-keys'
| '/{-$orgSlug}/billing'
| '/{-$orgSlug}/org'
| '/{-$orgSlug}/policies'
| '/{-$orgSlug}/secrets'
| '/{-$orgSlug}/tools'
| '/{-$orgSlug}'
| '/{-$orgSlug}/billing/plans'
| '/{-$orgSlug}/integrations/$namespace'
| '/{-$orgSlug}/resume/$executionId'
| '/{-$orgSlug}/integrations/add/$pluginKey'
id:
| '__root__'
| '/create-org'
| '/login'
| '/setup-mcp'
| '/{-$orgSlug}/api-keys'
| '/{-$orgSlug}/billing'
| '/{-$orgSlug}/org'
| '/{-$orgSlug}/policies'
| '/{-$orgSlug}/secrets'
| '/{-$orgSlug}/tools'
| '/{-$orgSlug}/'
| '/{-$orgSlug}/billing_/plans'
| '/{-$orgSlug}/integrations/$namespace'
| '/{-$orgSlug}/resume/$executionId'
| '/{-$orgSlug}/integrations/add/$pluginKey'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
CreateOrgRoute: typeof CreateOrgRoute
LoginRoute: typeof LoginRoute
SetupMcpRoute: typeof SetupMcpRoute
ApiKeysRoute: typeof ApiKeysRoute
BillingRoute: typeof BillingRoute
OrgRoute: typeof OrgRoute
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute
SecretsRoute: typeof SecretsRoute
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute
Billing_DotplansRoute: typeof Billing_DotplansRoute
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute
ResumeDotexecutionIdRoute: typeof ResumeDotexecutionIdRoute
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/setup-mcp': {
id: '/setup-mcp'
path: '/setup-mcp'
fullPath: '/setup-mcp'
preLoaderRoute: typeof SetupMcpRouteImport
parentRoute: typeof rootRouteImport
}
'/login': {
id: '/login'
path: '/login'
fullPath: '/login'
preLoaderRoute: typeof LoginRouteImport
parentRoute: typeof rootRouteImport
}
'/create-org': {
id: '/create-org'
path: '/create-org'
fullPath: '/create-org'
preLoaderRoute: typeof CreateOrgRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/': {
id: '/{-$orgSlug}/'
path: '/{-$orgSlug}'
fullPath: '/{-$orgSlug}/'
preLoaderRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/tools': {
id: '/{-$orgSlug}/tools'
path: '/{-$orgSlug}/tools'
fullPath: '/{-$orgSlug}/tools'
preLoaderRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/secrets': {
id: '/{-$orgSlug}/secrets'
path: '/{-$orgSlug}/secrets'
fullPath: '/{-$orgSlug}/secrets'
preLoaderRoute: typeof SecretsRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/policies': {
id: '/{-$orgSlug}/policies'
path: '/{-$orgSlug}/policies'
fullPath: '/{-$orgSlug}/policies'
preLoaderRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/org': {
id: '/{-$orgSlug}/org'
path: '/{-$orgSlug}/org'
fullPath: '/{-$orgSlug}/org'
preLoaderRoute: typeof OrgRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/billing': {
id: '/{-$orgSlug}/billing'
path: '/{-$orgSlug}/billing'
fullPath: '/{-$orgSlug}/billing'
preLoaderRoute: typeof BillingRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/api-keys': {
id: '/{-$orgSlug}/api-keys'
path: '/{-$orgSlug}/api-keys'
fullPath: '/{-$orgSlug}/api-keys'
preLoaderRoute: typeof ApiKeysRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/resume/$executionId': {
id: '/{-$orgSlug}/resume/$executionId'
path: '/{-$orgSlug}/resume/$executionId'
fullPath: '/{-$orgSlug}/resume/$executionId'
preLoaderRoute: typeof ResumeDotexecutionIdRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/integrations/$namespace': {
id: '/{-$orgSlug}/integrations/$namespace'
path: '/{-$orgSlug}/integrations/$namespace'
fullPath: '/{-$orgSlug}/integrations/$namespace'
preLoaderRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/billing_/plans': {
id: '/{-$orgSlug}/billing_/plans'
path: '/{-$orgSlug}/billing/plans'
fullPath: '/{-$orgSlug}/billing/plans'
preLoaderRoute: typeof Billing_DotplansRouteImport
parentRoute: typeof rootRouteImport
}
'/{-$orgSlug}/integrations/add/$pluginKey': {
id: '/{-$orgSlug}/integrations/add/$pluginKey'
path: '/{-$orgSlug}/integrations/add/$pluginKey'
fullPath: '/{-$orgSlug}/integrations/add/$pluginKey'
preLoaderRoute: typeof DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRouteImport
parentRoute: typeof rootRouteImport
}
}
}
const rootRouteChildren: RootRouteChildren = {
CreateOrgRoute: CreateOrgRoute,
LoginRoute: LoginRoute,
SetupMcpRoute: SetupMcpRoute,
ApiKeysRoute: ApiKeysRoute,
BillingRoute: BillingRoute,
OrgRoute: OrgRoute,
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute:
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesPoliciesRoute,
SecretsRoute: SecretsRoute,
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute:
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesToolsRoute,
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute:
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIndexRoute,
Billing_DotplansRoute: Billing_DotplansRoute,
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute:
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotnamespaceRoute,
ResumeDotexecutionIdRoute: ResumeDotexecutionIdRoute,
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute:
DotDotDotDotDotDotDotDotPackagesReactSrcRoutesIntegrationsDotaddDotpluginKeyRoute,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()
import type { getRouter } from './router.tsx'
import type { startInstance } from './start.ts'
declare module '@tanstack/react-start' {
interface Register {
ssr: true
router: Awaited<ReturnType<typeof getRouter>>
config: Awaited<ReturnType<typeof startInstance.getOptions>>
}
}