-
-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathrouteTree.gen.ts
More file actions
409 lines (400 loc) · 14.5 KB
/
routeTree.gen.ts
File metadata and controls
409 lines (400 loc) · 14.5 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
/* 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 RealtimeRouteImport } from './routes/realtime'
import { Route as ImageGenRouteImport } from './routes/image-gen'
import { Route as IndexRouteImport } from './routes/index'
import { Route as GenerationsVideoRouteImport } from './routes/generations.video'
import { Route as GenerationsTranscriptionRouteImport } from './routes/generations.transcription'
import { Route as GenerationsSummarizeRouteImport } from './routes/generations.summarize'
import { Route as GenerationsSpeechRouteImport } from './routes/generations.speech'
import { Route as GenerationsImageRouteImport } from './routes/generations.image'
import { Route as ApiTranscribeRouteImport } from './routes/api.transcribe'
import { Route as ApiTanchatRouteImport } from './routes/api.tanchat'
import { Route as ApiSummarizeRouteImport } from './routes/api.summarize'
import { Route as ApiImageGenRouteImport } from './routes/api.image-gen'
import { Route as ExampleGuitarsIndexRouteImport } from './routes/example.guitars/index'
import { Route as ExampleGuitarsGuitarIdRouteImport } from './routes/example.guitars/$guitarId'
import { Route as ApiGenerateVideoRouteImport } from './routes/api.generate.video'
import { Route as ApiGenerateSpeechRouteImport } from './routes/api.generate.speech'
import { Route as ApiGenerateImageRouteImport } from './routes/api.generate.image'
const RealtimeRoute = RealtimeRouteImport.update({
id: '/realtime',
path: '/realtime',
getParentRoute: () => rootRouteImport,
} as any)
const ImageGenRoute = ImageGenRouteImport.update({
id: '/image-gen',
path: '/image-gen',
getParentRoute: () => rootRouteImport,
} as any)
const IndexRoute = IndexRouteImport.update({
id: '/',
path: '/',
getParentRoute: () => rootRouteImport,
} as any)
const GenerationsVideoRoute = GenerationsVideoRouteImport.update({
id: '/generations/video',
path: '/generations/video',
getParentRoute: () => rootRouteImport,
} as any)
const GenerationsTranscriptionRoute =
GenerationsTranscriptionRouteImport.update({
id: '/generations/transcription',
path: '/generations/transcription',
getParentRoute: () => rootRouteImport,
} as any)
const GenerationsSummarizeRoute = GenerationsSummarizeRouteImport.update({
id: '/generations/summarize',
path: '/generations/summarize',
getParentRoute: () => rootRouteImport,
} as any)
const GenerationsSpeechRoute = GenerationsSpeechRouteImport.update({
id: '/generations/speech',
path: '/generations/speech',
getParentRoute: () => rootRouteImport,
} as any)
const GenerationsImageRoute = GenerationsImageRouteImport.update({
id: '/generations/image',
path: '/generations/image',
getParentRoute: () => rootRouteImport,
} as any)
const ApiTranscribeRoute = ApiTranscribeRouteImport.update({
id: '/api/transcribe',
path: '/api/transcribe',
getParentRoute: () => rootRouteImport,
} as any)
const ApiTanchatRoute = ApiTanchatRouteImport.update({
id: '/api/tanchat',
path: '/api/tanchat',
getParentRoute: () => rootRouteImport,
} as any)
const ApiSummarizeRoute = ApiSummarizeRouteImport.update({
id: '/api/summarize',
path: '/api/summarize',
getParentRoute: () => rootRouteImport,
} as any)
const ApiImageGenRoute = ApiImageGenRouteImport.update({
id: '/api/image-gen',
path: '/api/image-gen',
getParentRoute: () => rootRouteImport,
} as any)
const ExampleGuitarsIndexRoute = ExampleGuitarsIndexRouteImport.update({
id: '/example/guitars/',
path: '/example/guitars/',
getParentRoute: () => rootRouteImport,
} as any)
const ExampleGuitarsGuitarIdRoute = ExampleGuitarsGuitarIdRouteImport.update({
id: '/example/guitars/$guitarId',
path: '/example/guitars/$guitarId',
getParentRoute: () => rootRouteImport,
} as any)
const ApiGenerateVideoRoute = ApiGenerateVideoRouteImport.update({
id: '/api/generate/video',
path: '/api/generate/video',
getParentRoute: () => rootRouteImport,
} as any)
const ApiGenerateSpeechRoute = ApiGenerateSpeechRouteImport.update({
id: '/api/generate/speech',
path: '/api/generate/speech',
getParentRoute: () => rootRouteImport,
} as any)
const ApiGenerateImageRoute = ApiGenerateImageRouteImport.update({
id: '/api/generate/image',
path: '/api/generate/image',
getParentRoute: () => rootRouteImport,
} as any)
export interface FileRoutesByFullPath {
'/': typeof IndexRoute
'/image-gen': typeof ImageGenRoute
'/realtime': typeof RealtimeRoute
'/api/image-gen': typeof ApiImageGenRoute
'/api/summarize': typeof ApiSummarizeRoute
'/api/tanchat': typeof ApiTanchatRoute
'/api/transcribe': typeof ApiTranscribeRoute
'/generations/image': typeof GenerationsImageRoute
'/generations/speech': typeof GenerationsSpeechRoute
'/generations/summarize': typeof GenerationsSummarizeRoute
'/generations/transcription': typeof GenerationsTranscriptionRoute
'/generations/video': typeof GenerationsVideoRoute
'/api/generate/image': typeof ApiGenerateImageRoute
'/api/generate/speech': typeof ApiGenerateSpeechRoute
'/api/generate/video': typeof ApiGenerateVideoRoute
'/example/guitars/$guitarId': typeof ExampleGuitarsGuitarIdRoute
'/example/guitars/': typeof ExampleGuitarsIndexRoute
}
export interface FileRoutesByTo {
'/': typeof IndexRoute
'/image-gen': typeof ImageGenRoute
'/realtime': typeof RealtimeRoute
'/api/image-gen': typeof ApiImageGenRoute
'/api/summarize': typeof ApiSummarizeRoute
'/api/tanchat': typeof ApiTanchatRoute
'/api/transcribe': typeof ApiTranscribeRoute
'/generations/image': typeof GenerationsImageRoute
'/generations/speech': typeof GenerationsSpeechRoute
'/generations/summarize': typeof GenerationsSummarizeRoute
'/generations/transcription': typeof GenerationsTranscriptionRoute
'/generations/video': typeof GenerationsVideoRoute
'/api/generate/image': typeof ApiGenerateImageRoute
'/api/generate/speech': typeof ApiGenerateSpeechRoute
'/api/generate/video': typeof ApiGenerateVideoRoute
'/example/guitars/$guitarId': typeof ExampleGuitarsGuitarIdRoute
'/example/guitars': typeof ExampleGuitarsIndexRoute
}
export interface FileRoutesById {
__root__: typeof rootRouteImport
'/': typeof IndexRoute
'/image-gen': typeof ImageGenRoute
'/realtime': typeof RealtimeRoute
'/api/image-gen': typeof ApiImageGenRoute
'/api/summarize': typeof ApiSummarizeRoute
'/api/tanchat': typeof ApiTanchatRoute
'/api/transcribe': typeof ApiTranscribeRoute
'/generations/image': typeof GenerationsImageRoute
'/generations/speech': typeof GenerationsSpeechRoute
'/generations/summarize': typeof GenerationsSummarizeRoute
'/generations/transcription': typeof GenerationsTranscriptionRoute
'/generations/video': typeof GenerationsVideoRoute
'/api/generate/image': typeof ApiGenerateImageRoute
'/api/generate/speech': typeof ApiGenerateSpeechRoute
'/api/generate/video': typeof ApiGenerateVideoRoute
'/example/guitars/$guitarId': typeof ExampleGuitarsGuitarIdRoute
'/example/guitars/': typeof ExampleGuitarsIndexRoute
}
export interface FileRouteTypes {
fileRoutesByFullPath: FileRoutesByFullPath
fullPaths:
| '/'
| '/image-gen'
| '/realtime'
| '/api/image-gen'
| '/api/summarize'
| '/api/tanchat'
| '/api/transcribe'
| '/generations/image'
| '/generations/speech'
| '/generations/summarize'
| '/generations/transcription'
| '/generations/video'
| '/api/generate/image'
| '/api/generate/speech'
| '/api/generate/video'
| '/example/guitars/$guitarId'
| '/example/guitars/'
fileRoutesByTo: FileRoutesByTo
to:
| '/'
| '/image-gen'
| '/realtime'
| '/api/image-gen'
| '/api/summarize'
| '/api/tanchat'
| '/api/transcribe'
| '/generations/image'
| '/generations/speech'
| '/generations/summarize'
| '/generations/transcription'
| '/generations/video'
| '/api/generate/image'
| '/api/generate/speech'
| '/api/generate/video'
| '/example/guitars/$guitarId'
| '/example/guitars'
id:
| '__root__'
| '/'
| '/image-gen'
| '/realtime'
| '/api/image-gen'
| '/api/summarize'
| '/api/tanchat'
| '/api/transcribe'
| '/generations/image'
| '/generations/speech'
| '/generations/summarize'
| '/generations/transcription'
| '/generations/video'
| '/api/generate/image'
| '/api/generate/speech'
| '/api/generate/video'
| '/example/guitars/$guitarId'
| '/example/guitars/'
fileRoutesById: FileRoutesById
}
export interface RootRouteChildren {
IndexRoute: typeof IndexRoute
ImageGenRoute: typeof ImageGenRoute
RealtimeRoute: typeof RealtimeRoute
ApiImageGenRoute: typeof ApiImageGenRoute
ApiSummarizeRoute: typeof ApiSummarizeRoute
ApiTanchatRoute: typeof ApiTanchatRoute
ApiTranscribeRoute: typeof ApiTranscribeRoute
GenerationsImageRoute: typeof GenerationsImageRoute
GenerationsSpeechRoute: typeof GenerationsSpeechRoute
GenerationsSummarizeRoute: typeof GenerationsSummarizeRoute
GenerationsTranscriptionRoute: typeof GenerationsTranscriptionRoute
GenerationsVideoRoute: typeof GenerationsVideoRoute
ApiGenerateImageRoute: typeof ApiGenerateImageRoute
ApiGenerateSpeechRoute: typeof ApiGenerateSpeechRoute
ApiGenerateVideoRoute: typeof ApiGenerateVideoRoute
ExampleGuitarsGuitarIdRoute: typeof ExampleGuitarsGuitarIdRoute
ExampleGuitarsIndexRoute: typeof ExampleGuitarsIndexRoute
}
declare module '@tanstack/react-router' {
interface FileRoutesByPath {
'/realtime': {
id: '/realtime'
path: '/realtime'
fullPath: '/realtime'
preLoaderRoute: typeof RealtimeRouteImport
parentRoute: typeof rootRouteImport
}
'/image-gen': {
id: '/image-gen'
path: '/image-gen'
fullPath: '/image-gen'
preLoaderRoute: typeof ImageGenRouteImport
parentRoute: typeof rootRouteImport
}
'/': {
id: '/'
path: '/'
fullPath: '/'
preLoaderRoute: typeof IndexRouteImport
parentRoute: typeof rootRouteImport
}
'/generations/video': {
id: '/generations/video'
path: '/generations/video'
fullPath: '/generations/video'
preLoaderRoute: typeof GenerationsVideoRouteImport
parentRoute: typeof rootRouteImport
}
'/generations/transcription': {
id: '/generations/transcription'
path: '/generations/transcription'
fullPath: '/generations/transcription'
preLoaderRoute: typeof GenerationsTranscriptionRouteImport
parentRoute: typeof rootRouteImport
}
'/generations/summarize': {
id: '/generations/summarize'
path: '/generations/summarize'
fullPath: '/generations/summarize'
preLoaderRoute: typeof GenerationsSummarizeRouteImport
parentRoute: typeof rootRouteImport
}
'/generations/speech': {
id: '/generations/speech'
path: '/generations/speech'
fullPath: '/generations/speech'
preLoaderRoute: typeof GenerationsSpeechRouteImport
parentRoute: typeof rootRouteImport
}
'/generations/image': {
id: '/generations/image'
path: '/generations/image'
fullPath: '/generations/image'
preLoaderRoute: typeof GenerationsImageRouteImport
parentRoute: typeof rootRouteImport
}
'/api/transcribe': {
id: '/api/transcribe'
path: '/api/transcribe'
fullPath: '/api/transcribe'
preLoaderRoute: typeof ApiTranscribeRouteImport
parentRoute: typeof rootRouteImport
}
'/api/tanchat': {
id: '/api/tanchat'
path: '/api/tanchat'
fullPath: '/api/tanchat'
preLoaderRoute: typeof ApiTanchatRouteImport
parentRoute: typeof rootRouteImport
}
'/api/summarize': {
id: '/api/summarize'
path: '/api/summarize'
fullPath: '/api/summarize'
preLoaderRoute: typeof ApiSummarizeRouteImport
parentRoute: typeof rootRouteImport
}
'/api/image-gen': {
id: '/api/image-gen'
path: '/api/image-gen'
fullPath: '/api/image-gen'
preLoaderRoute: typeof ApiImageGenRouteImport
parentRoute: typeof rootRouteImport
}
'/example/guitars/': {
id: '/example/guitars/'
path: '/example/guitars'
fullPath: '/example/guitars/'
preLoaderRoute: typeof ExampleGuitarsIndexRouteImport
parentRoute: typeof rootRouteImport
}
'/example/guitars/$guitarId': {
id: '/example/guitars/$guitarId'
path: '/example/guitars/$guitarId'
fullPath: '/example/guitars/$guitarId'
preLoaderRoute: typeof ExampleGuitarsGuitarIdRouteImport
parentRoute: typeof rootRouteImport
}
'/api/generate/video': {
id: '/api/generate/video'
path: '/api/generate/video'
fullPath: '/api/generate/video'
preLoaderRoute: typeof ApiGenerateVideoRouteImport
parentRoute: typeof rootRouteImport
}
'/api/generate/speech': {
id: '/api/generate/speech'
path: '/api/generate/speech'
fullPath: '/api/generate/speech'
preLoaderRoute: typeof ApiGenerateSpeechRouteImport
parentRoute: typeof rootRouteImport
}
'/api/generate/image': {
id: '/api/generate/image'
path: '/api/generate/image'
fullPath: '/api/generate/image'
preLoaderRoute: typeof ApiGenerateImageRouteImport
parentRoute: typeof rootRouteImport
}
}
}
const rootRouteChildren: RootRouteChildren = {
IndexRoute: IndexRoute,
ImageGenRoute: ImageGenRoute,
RealtimeRoute: RealtimeRoute,
ApiImageGenRoute: ApiImageGenRoute,
ApiSummarizeRoute: ApiSummarizeRoute,
ApiTanchatRoute: ApiTanchatRoute,
ApiTranscribeRoute: ApiTranscribeRoute,
GenerationsImageRoute: GenerationsImageRoute,
GenerationsSpeechRoute: GenerationsSpeechRoute,
GenerationsSummarizeRoute: GenerationsSummarizeRoute,
GenerationsTranscriptionRoute: GenerationsTranscriptionRoute,
GenerationsVideoRoute: GenerationsVideoRoute,
ApiGenerateImageRoute: ApiGenerateImageRoute,
ApiGenerateSpeechRoute: ApiGenerateSpeechRoute,
ApiGenerateVideoRoute: ApiGenerateVideoRoute,
ExampleGuitarsGuitarIdRoute: ExampleGuitarsGuitarIdRoute,
ExampleGuitarsIndexRoute: ExampleGuitarsIndexRoute,
}
export const routeTree = rootRouteImport
._addFileChildren(rootRouteChildren)
._addFileTypes<FileRouteTypes>()
import type { getRouter } from './router.tsx'
import type { createStart } from '@tanstack/react-start'
declare module '@tanstack/react-start' {
interface Register {
ssr: true
router: Awaited<ReturnType<typeof getRouter>>
}
}