@tanstack/start-plugin-core 1.121.0-alpha.2 → 1.121.0-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants.cjs +4 -0
- package/dist/cjs/constants.cjs.map +1 -1
- package/dist/cjs/constants.d.cts +2 -0
- package/dist/cjs/{extractHtmlScripts.cjs → dev-server-plugin/extract-html-scripts.cjs} +1 -1
- package/dist/cjs/dev-server-plugin/extract-html-scripts.cjs.map +1 -0
- package/dist/cjs/{nitro/dev-server-plugin.cjs → dev-server-plugin/plugin.cjs} +2 -2
- package/dist/cjs/dev-server-plugin/plugin.cjs.map +1 -0
- package/dist/cjs/index.cjs +2 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +1 -0
- package/dist/cjs/load-env-plugin/plugin.cjs +34 -0
- package/dist/cjs/load-env-plugin/plugin.cjs.map +1 -0
- package/dist/cjs/load-env-plugin/plugin.d.cts +3 -0
- package/dist/cjs/nitro-plugin/build-sitemap.cjs +138 -0
- package/dist/cjs/nitro-plugin/build-sitemap.cjs.map +1 -0
- package/dist/cjs/nitro-plugin/build-sitemap.d.cts +31 -0
- package/dist/cjs/{nitro/nitro-plugin.cjs → nitro-plugin/plugin.cjs} +77 -54
- package/dist/cjs/nitro-plugin/plugin.cjs.map +1 -0
- package/dist/cjs/{prerender.cjs → nitro-plugin/prerender.cjs} +12 -17
- package/dist/cjs/nitro-plugin/prerender.cjs.map +1 -0
- package/dist/cjs/{prerender.d.cts → nitro-plugin/prerender.d.cts} +1 -1
- package/dist/cjs/nitro-plugin/queue.cjs.map +1 -0
- package/dist/cjs/plugin.cjs +38 -27
- package/dist/cjs/plugin.cjs.map +1 -1
- package/dist/cjs/plugin.d.cts +25 -3064
- package/dist/cjs/resolve-virtual-entries-plugin/plugin.cjs +66 -0
- package/dist/cjs/resolve-virtual-entries-plugin/plugin.cjs.map +1 -0
- package/dist/cjs/resolve-virtual-entries-plugin/plugin.d.cts +3 -0
- package/dist/cjs/schema.cjs +6 -4
- package/dist/cjs/schema.cjs.map +1 -1
- package/dist/cjs/schema.d.cts +530 -1656
- package/dist/cjs/start-compiler-plugin.cjs +2 -2
- package/dist/cjs/start-compiler-plugin.cjs.map +1 -1
- package/dist/cjs/start-compiler-plugin.d.cts +1 -1
- package/dist/cjs/{routesManifestPlugin.cjs → start-routes-manifest-plugin/plugin.cjs} +86 -44
- package/dist/cjs/start-routes-manifest-plugin/plugin.cjs.map +1 -0
- package/dist/cjs/start-routes-manifest-plugin/plugin.d.cts +3 -0
- package/dist/cjs/start-server-routes-plugin/plugin.cjs +4 -2
- package/dist/cjs/start-server-routes-plugin/plugin.cjs.map +1 -1
- package/dist/cjs/utils.cjs +18 -0
- package/dist/cjs/utils.cjs.map +1 -0
- package/dist/cjs/utils.d.cts +8 -0
- package/dist/esm/constants.d.ts +2 -0
- package/dist/esm/constants.js +4 -0
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/{extractHtmlScripts.js → dev-server-plugin/extract-html-scripts.js} +1 -1
- package/dist/esm/dev-server-plugin/extract-html-scripts.js.map +1 -0
- package/dist/esm/{nitro/dev-server-plugin.js → dev-server-plugin/plugin.js} +2 -2
- package/dist/esm/dev-server-plugin/plugin.js.map +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/load-env-plugin/plugin.d.ts +3 -0
- package/dist/esm/load-env-plugin/plugin.js +17 -0
- package/dist/esm/load-env-plugin/plugin.js.map +1 -0
- package/dist/esm/nitro-plugin/build-sitemap.d.ts +31 -0
- package/dist/esm/nitro-plugin/build-sitemap.js +138 -0
- package/dist/esm/nitro-plugin/build-sitemap.js.map +1 -0
- package/dist/esm/nitro-plugin/plugin.js +181 -0
- package/dist/esm/nitro-plugin/plugin.js.map +1 -0
- package/dist/esm/{prerender.d.ts → nitro-plugin/prerender.d.ts} +1 -1
- package/dist/esm/{prerender.js → nitro-plugin/prerender.js} +12 -17
- package/dist/esm/nitro-plugin/prerender.js.map +1 -0
- package/dist/esm/nitro-plugin/queue.js.map +1 -0
- package/dist/esm/plugin.d.ts +25 -3064
- package/dist/esm/plugin.js +39 -28
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/resolve-virtual-entries-plugin/plugin.d.ts +3 -0
- package/dist/esm/resolve-virtual-entries-plugin/plugin.js +49 -0
- package/dist/esm/resolve-virtual-entries-plugin/plugin.js.map +1 -0
- package/dist/esm/schema.d.ts +530 -1656
- package/dist/esm/schema.js +6 -4
- package/dist/esm/schema.js.map +1 -1
- package/dist/esm/start-compiler-plugin.d.ts +1 -1
- package/dist/esm/start-compiler-plugin.js +2 -2
- package/dist/esm/start-compiler-plugin.js.map +1 -1
- package/dist/esm/start-routes-manifest-plugin/plugin.d.ts +3 -0
- package/dist/esm/{routesManifestPlugin.js → start-routes-manifest-plugin/plugin.js} +87 -45
- package/dist/esm/start-routes-manifest-plugin/plugin.js.map +1 -0
- package/dist/esm/start-server-routes-plugin/plugin.js +4 -2
- package/dist/esm/start-server-routes-plugin/plugin.js.map +1 -1
- package/dist/esm/utils.d.ts +8 -0
- package/dist/esm/utils.js +18 -0
- package/dist/esm/utils.js.map +1 -0
- package/package.json +6 -6
- package/src/constants.ts +3 -0
- package/src/{nitro/dev-server-plugin.ts → dev-server-plugin/plugin.ts} +11 -1
- package/src/index.ts +1 -0
- package/src/load-env-plugin/plugin.ts +17 -0
- package/src/nitro-plugin/build-sitemap.ts +213 -0
- package/src/nitro-plugin/plugin.ts +244 -0
- package/src/{prerender.ts → nitro-plugin/prerender.ts} +14 -21
- package/src/plugin.ts +57 -29
- package/src/resolve-virtual-entries-plugin/plugin.ts +63 -0
- package/src/schema.ts +11 -9
- package/src/start-compiler-plugin.ts +1 -1
- package/src/{routesManifestPlugin.ts → start-routes-manifest-plugin/plugin.ts} +111 -45
- package/src/start-server-routes-plugin/plugin.ts +4 -2
- package/src/utils.ts +14 -0
- package/dist/cjs/extractHtmlScripts.cjs.map +0 -1
- package/dist/cjs/nitro/build-nitro.cjs +0 -18
- package/dist/cjs/nitro/build-nitro.cjs.map +0 -1
- package/dist/cjs/nitro/build-nitro.d.cts +0 -2
- package/dist/cjs/nitro/build-sitemap.d.cts +0 -9
- package/dist/cjs/nitro/dev-server-plugin.cjs.map +0 -1
- package/dist/cjs/nitro/nitro-plugin.cjs.map +0 -1
- package/dist/cjs/prerender.cjs.map +0 -1
- package/dist/cjs/queue.cjs.map +0 -1
- package/dist/cjs/routesManifestPlugin.cjs.map +0 -1
- package/dist/cjs/routesManifestPlugin.d.cts +0 -3
- package/dist/esm/extractHtmlScripts.js.map +0 -1
- package/dist/esm/nitro/build-nitro.d.ts +0 -2
- package/dist/esm/nitro/build-nitro.js +0 -18
- package/dist/esm/nitro/build-nitro.js.map +0 -1
- package/dist/esm/nitro/build-sitemap.d.ts +0 -9
- package/dist/esm/nitro/dev-server-plugin.js.map +0 -1
- package/dist/esm/nitro/nitro-plugin.js +0 -158
- package/dist/esm/nitro/nitro-plugin.js.map +0 -1
- package/dist/esm/prerender.js.map +0 -1
- package/dist/esm/queue.js.map +0 -1
- package/dist/esm/routesManifestPlugin.d.ts +0 -3
- package/dist/esm/routesManifestPlugin.js.map +0 -1
- package/src/nitro/build-nitro.ts +0 -27
- package/src/nitro/build-sitemap.ts +0 -79
- package/src/nitro/nitro-plugin.ts +0 -199
- /package/dist/cjs/{extractHtmlScripts.d.cts → dev-server-plugin/extract-html-scripts.d.cts} +0 -0
- /package/dist/cjs/{nitro/dev-server-plugin.d.cts → dev-server-plugin/plugin.d.cts} +0 -0
- /package/dist/cjs/{nitro/nitro-plugin.d.cts → nitro-plugin/plugin.d.cts} +0 -0
- /package/dist/cjs/{queue.cjs → nitro-plugin/queue.cjs} +0 -0
- /package/dist/cjs/{queue.d.cts → nitro-plugin/queue.d.cts} +0 -0
- /package/dist/esm/{extractHtmlScripts.d.ts → dev-server-plugin/extract-html-scripts.d.ts} +0 -0
- /package/dist/esm/{nitro/dev-server-plugin.d.ts → dev-server-plugin/plugin.d.ts} +0 -0
- /package/dist/esm/{nitro/nitro-plugin.d.ts → nitro-plugin/plugin.d.ts} +0 -0
- /package/dist/esm/{queue.d.ts → nitro-plugin/queue.d.ts} +0 -0
- /package/dist/esm/{queue.js → nitro-plugin/queue.js} +0 -0
- /package/src/{extractHtmlScripts.ts → dev-server-plugin/extract-html-scripts.ts} +0 -0
- /package/src/{queue.ts → nitro-plugin/queue.ts} +0 -0
package/dist/cjs/schema.d.cts
CHANGED
|
@@ -22,7 +22,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
22
22
|
disableManifestGeneration: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
23
23
|
enableRouteTreeFormatting: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
24
24
|
routeTreeFileFooter: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
|
|
25
|
-
autoCodeSplitting: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
26
25
|
customScaffolding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
27
26
|
routeTemplate: z.ZodOptional<z.ZodString>;
|
|
28
27
|
lazyRouteTemplate: z.ZodOptional<z.ZodString>;
|
|
@@ -64,7 +63,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
64
63
|
disableManifestGeneration?: boolean | undefined;
|
|
65
64
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
66
65
|
routeTreeFileFooter?: string[] | undefined;
|
|
67
|
-
autoCodeSplitting?: boolean | undefined;
|
|
68
66
|
customScaffolding?: {
|
|
69
67
|
routeTemplate?: string | undefined;
|
|
70
68
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -93,7 +91,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
93
91
|
disableManifestGeneration?: boolean | undefined;
|
|
94
92
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
95
93
|
routeTreeFileFooter?: string[] | undefined;
|
|
96
|
-
autoCodeSplitting?: boolean | undefined;
|
|
97
94
|
customScaffolding?: {
|
|
98
95
|
routeTemplate?: string | undefined;
|
|
99
96
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -137,7 +134,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
137
134
|
base?: string | undefined;
|
|
138
135
|
dir?: string | undefined;
|
|
139
136
|
}>>>;
|
|
140
|
-
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.
|
|
137
|
+
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
141
138
|
path: z.ZodString;
|
|
142
139
|
sitemap: z.ZodOptional<z.ZodObject<{
|
|
143
140
|
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -198,7 +195,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
198
195
|
}, "strip", z.ZodTypeAny, {
|
|
199
196
|
exclude?: boolean | undefined;
|
|
200
197
|
priority?: number | undefined;
|
|
201
|
-
changefreq?: "
|
|
198
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
202
199
|
lastmod?: string | Date | undefined;
|
|
203
200
|
alternateRefs?: {
|
|
204
201
|
href: string;
|
|
@@ -220,7 +217,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
220
217
|
}, {
|
|
221
218
|
exclude?: boolean | undefined;
|
|
222
219
|
priority?: number | undefined;
|
|
223
|
-
changefreq?: "
|
|
220
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
224
221
|
lastmod?: string | Date | undefined;
|
|
225
222
|
alternateRefs?: {
|
|
226
223
|
href: string;
|
|
@@ -311,7 +308,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
311
308
|
}, "strip", z.ZodTypeAny, {
|
|
312
309
|
exclude?: boolean | undefined;
|
|
313
310
|
priority?: number | undefined;
|
|
314
|
-
changefreq?: "
|
|
311
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
315
312
|
lastmod?: string | Date | undefined;
|
|
316
313
|
alternateRefs?: {
|
|
317
314
|
href: string;
|
|
@@ -333,7 +330,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
333
330
|
}, {
|
|
334
331
|
exclude?: boolean | undefined;
|
|
335
332
|
priority?: number | undefined;
|
|
336
|
-
changefreq?: "
|
|
333
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
337
334
|
lastmod?: string | Date | undefined;
|
|
338
335
|
alternateRefs?: {
|
|
339
336
|
href: string;
|
|
@@ -359,7 +356,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
359
356
|
sitemap?: {
|
|
360
357
|
exclude?: boolean | undefined;
|
|
361
358
|
priority?: number | undefined;
|
|
362
|
-
changefreq?: "
|
|
359
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
363
360
|
lastmod?: string | Date | undefined;
|
|
364
361
|
alternateRefs?: {
|
|
365
362
|
href: string;
|
|
@@ -385,7 +382,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
385
382
|
sitemap?: {
|
|
386
383
|
exclude?: boolean | undefined;
|
|
387
384
|
priority?: number | undefined;
|
|
388
|
-
changefreq?: "
|
|
385
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
389
386
|
lastmod?: string | Date | undefined;
|
|
390
387
|
alternateRefs?: {
|
|
391
388
|
href: string;
|
|
@@ -414,7 +411,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
414
411
|
sitemap?: {
|
|
415
412
|
exclude?: boolean | undefined;
|
|
416
413
|
priority?: number | undefined;
|
|
417
|
-
changefreq?: "
|
|
414
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
418
415
|
lastmod?: string | Date | undefined;
|
|
419
416
|
alternateRefs?: {
|
|
420
417
|
href: string;
|
|
@@ -443,7 +440,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
443
440
|
sitemap?: {
|
|
444
441
|
exclude?: boolean | undefined;
|
|
445
442
|
priority?: number | undefined;
|
|
446
|
-
changefreq?: "
|
|
443
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
447
444
|
lastmod?: string | Date | undefined;
|
|
448
445
|
alternateRefs?: {
|
|
449
446
|
href: string;
|
|
@@ -480,7 +477,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
480
477
|
sitemap?: {
|
|
481
478
|
exclude?: boolean | undefined;
|
|
482
479
|
priority?: number | undefined;
|
|
483
|
-
changefreq?: "
|
|
480
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
484
481
|
lastmod?: string | Date | undefined;
|
|
485
482
|
alternateRefs?: {
|
|
486
483
|
href: string;
|
|
@@ -517,7 +514,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
517
514
|
sitemap?: {
|
|
518
515
|
exclude?: boolean | undefined;
|
|
519
516
|
priority?: number | undefined;
|
|
520
|
-
changefreq?: "
|
|
517
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
521
518
|
lastmod?: string | Date | undefined;
|
|
522
519
|
alternateRefs?: {
|
|
523
520
|
href: string;
|
|
@@ -557,7 +554,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
557
554
|
sitemap?: {
|
|
558
555
|
exclude?: boolean | undefined;
|
|
559
556
|
priority?: number | undefined;
|
|
560
|
-
changefreq?: "
|
|
557
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
561
558
|
lastmod?: string | Date | undefined;
|
|
562
559
|
alternateRefs?: {
|
|
563
560
|
href: string;
|
|
@@ -585,7 +582,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
585
582
|
sitemap?: {
|
|
586
583
|
exclude?: boolean | undefined;
|
|
587
584
|
priority?: number | undefined;
|
|
588
|
-
changefreq?: "
|
|
585
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
589
586
|
lastmod?: string | Date | undefined;
|
|
590
587
|
alternateRefs?: {
|
|
591
588
|
href: string;
|
|
@@ -621,7 +618,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
621
618
|
sitemap?: {
|
|
622
619
|
exclude?: boolean | undefined;
|
|
623
620
|
priority?: number | undefined;
|
|
624
|
-
changefreq?: "
|
|
621
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
625
622
|
lastmod?: string | Date | undefined;
|
|
626
623
|
alternateRefs?: {
|
|
627
624
|
href: string;
|
|
@@ -649,7 +646,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
649
646
|
sitemap?: {
|
|
650
647
|
exclude?: boolean | undefined;
|
|
651
648
|
priority?: number | undefined;
|
|
652
|
-
changefreq?: "
|
|
649
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
653
650
|
lastmod?: string | Date | undefined;
|
|
654
651
|
alternateRefs?: {
|
|
655
652
|
href: string;
|
|
@@ -670,415 +667,124 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
670
667
|
} | undefined;
|
|
671
668
|
} | undefined;
|
|
672
669
|
fromCrawl?: boolean | undefined;
|
|
673
|
-
}
|
|
674
|
-
sitemap: z.ZodOptional<z.ZodObject<
|
|
670
|
+
}>, "many">>>;
|
|
671
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
672
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
673
|
+
host: z.ZodOptional<z.ZodString>;
|
|
674
|
+
outputPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
675
|
+
}, "strip", z.ZodTypeAny, {
|
|
676
|
+
enabled: boolean;
|
|
677
|
+
outputPath: string;
|
|
678
|
+
host?: string | undefined;
|
|
679
|
+
}, {
|
|
680
|
+
enabled?: boolean | undefined;
|
|
681
|
+
outputPath?: string | undefined;
|
|
682
|
+
host?: string | undefined;
|
|
683
|
+
}>>;
|
|
684
|
+
prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
675
685
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
}>, "many">>;
|
|
712
|
-
news: z.ZodOptional<z.ZodObject<{
|
|
713
|
-
publication: z.ZodObject<{
|
|
714
|
-
name: z.ZodString;
|
|
715
|
-
language: z.ZodString;
|
|
716
|
-
}, "strip", z.ZodTypeAny, {
|
|
717
|
-
name: string;
|
|
718
|
-
language: string;
|
|
719
|
-
}, {
|
|
720
|
-
name: string;
|
|
721
|
-
language: string;
|
|
722
|
-
}>;
|
|
723
|
-
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
724
|
-
title: z.ZodString;
|
|
686
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
687
|
+
filter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<z.objectUtil.extendShape<{
|
|
688
|
+
path: z.ZodString;
|
|
689
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
690
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
691
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
692
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
693
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
694
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
695
|
+
href: z.ZodString;
|
|
696
|
+
hreflang: z.ZodString;
|
|
697
|
+
}, "strip", z.ZodTypeAny, {
|
|
698
|
+
href: string;
|
|
699
|
+
hreflang: string;
|
|
700
|
+
}, {
|
|
701
|
+
href: string;
|
|
702
|
+
hreflang: string;
|
|
703
|
+
}>, "many">>;
|
|
704
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
705
|
+
loc: z.ZodString;
|
|
706
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
707
|
+
title: z.ZodOptional<z.ZodString>;
|
|
708
|
+
}, "strip", z.ZodTypeAny, {
|
|
709
|
+
loc: string;
|
|
710
|
+
caption?: string | undefined;
|
|
711
|
+
title?: string | undefined;
|
|
712
|
+
}, {
|
|
713
|
+
loc: string;
|
|
714
|
+
caption?: string | undefined;
|
|
715
|
+
title?: string | undefined;
|
|
716
|
+
}>, "many">>;
|
|
717
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
718
|
+
publication: z.ZodObject<{
|
|
719
|
+
name: z.ZodString;
|
|
720
|
+
language: z.ZodString;
|
|
725
721
|
}, "strip", z.ZodTypeAny, {
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
name: string;
|
|
729
|
-
language: string;
|
|
730
|
-
};
|
|
731
|
-
publicationDate: string | Date;
|
|
722
|
+
name: string;
|
|
723
|
+
language: string;
|
|
732
724
|
}, {
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
publicationDate: string | Date;
|
|
739
|
-
}>>;
|
|
725
|
+
name: string;
|
|
726
|
+
language: string;
|
|
727
|
+
}>;
|
|
728
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
729
|
+
title: z.ZodString;
|
|
740
730
|
}, "strip", z.ZodTypeAny, {
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
hreflang: string;
|
|
748
|
-
}[] | undefined;
|
|
749
|
-
images?: {
|
|
750
|
-
loc: string;
|
|
751
|
-
caption?: string | undefined;
|
|
752
|
-
title?: string | undefined;
|
|
753
|
-
}[] | undefined;
|
|
754
|
-
news?: {
|
|
755
|
-
title: string;
|
|
756
|
-
publication: {
|
|
757
|
-
name: string;
|
|
758
|
-
language: string;
|
|
759
|
-
};
|
|
760
|
-
publicationDate: string | Date;
|
|
761
|
-
} | undefined;
|
|
731
|
+
title: string;
|
|
732
|
+
publication: {
|
|
733
|
+
name: string;
|
|
734
|
+
language: string;
|
|
735
|
+
};
|
|
736
|
+
publicationDate: string | Date;
|
|
762
737
|
}, {
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
hreflang: string;
|
|
770
|
-
}[] | undefined;
|
|
771
|
-
images?: {
|
|
772
|
-
loc: string;
|
|
773
|
-
caption?: string | undefined;
|
|
774
|
-
title?: string | undefined;
|
|
775
|
-
}[] | undefined;
|
|
776
|
-
news?: {
|
|
777
|
-
title: string;
|
|
778
|
-
publication: {
|
|
779
|
-
name: string;
|
|
780
|
-
language: string;
|
|
781
|
-
};
|
|
782
|
-
publicationDate: string | Date;
|
|
783
|
-
} | undefined;
|
|
738
|
+
title: string;
|
|
739
|
+
publication: {
|
|
740
|
+
name: string;
|
|
741
|
+
language: string;
|
|
742
|
+
};
|
|
743
|
+
publicationDate: string | Date;
|
|
784
744
|
}>>;
|
|
785
|
-
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
786
745
|
}, "strip", z.ZodTypeAny, {
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
};
|
|
808
|
-
publicationDate: string | Date;
|
|
809
|
-
} | undefined;
|
|
746
|
+
exclude?: boolean | undefined;
|
|
747
|
+
priority?: number | undefined;
|
|
748
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
749
|
+
lastmod?: string | Date | undefined;
|
|
750
|
+
alternateRefs?: {
|
|
751
|
+
href: string;
|
|
752
|
+
hreflang: string;
|
|
753
|
+
}[] | undefined;
|
|
754
|
+
images?: {
|
|
755
|
+
loc: string;
|
|
756
|
+
caption?: string | undefined;
|
|
757
|
+
title?: string | undefined;
|
|
758
|
+
}[] | undefined;
|
|
759
|
+
news?: {
|
|
760
|
+
title: string;
|
|
761
|
+
publication: {
|
|
762
|
+
name: string;
|
|
763
|
+
language: string;
|
|
764
|
+
};
|
|
765
|
+
publicationDate: string | Date;
|
|
810
766
|
} | undefined;
|
|
811
|
-
fromCrawl?: boolean | undefined;
|
|
812
767
|
}, {
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
};
|
|
834
|
-
publicationDate: string | Date;
|
|
835
|
-
} | undefined;
|
|
836
|
-
} | undefined;
|
|
837
|
-
fromCrawl?: boolean | undefined;
|
|
838
|
-
}>;
|
|
839
|
-
html: z.ZodString;
|
|
840
|
-
}, "strip", z.ZodTypeAny, {
|
|
841
|
-
page: {
|
|
842
|
-
path: string;
|
|
843
|
-
sitemap?: {
|
|
844
|
-
exclude?: boolean | undefined;
|
|
845
|
-
priority?: number | undefined;
|
|
846
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
847
|
-
lastmod?: string | Date | undefined;
|
|
848
|
-
alternateRefs?: {
|
|
849
|
-
href: string;
|
|
850
|
-
hreflang: string;
|
|
851
|
-
}[] | undefined;
|
|
852
|
-
images?: {
|
|
853
|
-
loc: string;
|
|
854
|
-
caption?: string | undefined;
|
|
855
|
-
title?: string | undefined;
|
|
856
|
-
}[] | undefined;
|
|
857
|
-
news?: {
|
|
858
|
-
title: string;
|
|
859
|
-
publication: {
|
|
860
|
-
name: string;
|
|
861
|
-
language: string;
|
|
862
|
-
};
|
|
863
|
-
publicationDate: string | Date;
|
|
864
|
-
} | undefined;
|
|
865
|
-
} | undefined;
|
|
866
|
-
fromCrawl?: boolean | undefined;
|
|
867
|
-
};
|
|
868
|
-
html: string;
|
|
869
|
-
}, {
|
|
870
|
-
page: {
|
|
871
|
-
path: string;
|
|
872
|
-
sitemap?: {
|
|
873
|
-
exclude?: boolean | undefined;
|
|
874
|
-
priority?: number | undefined;
|
|
875
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
876
|
-
lastmod?: string | Date | undefined;
|
|
877
|
-
alternateRefs?: {
|
|
878
|
-
href: string;
|
|
879
|
-
hreflang: string;
|
|
880
|
-
}[] | undefined;
|
|
881
|
-
images?: {
|
|
882
|
-
loc: string;
|
|
883
|
-
caption?: string | undefined;
|
|
884
|
-
title?: string | undefined;
|
|
885
|
-
}[] | undefined;
|
|
886
|
-
news?: {
|
|
887
|
-
title: string;
|
|
888
|
-
publication: {
|
|
889
|
-
name: string;
|
|
890
|
-
language: string;
|
|
891
|
-
};
|
|
892
|
-
publicationDate: string | Date;
|
|
893
|
-
} | undefined;
|
|
894
|
-
} | undefined;
|
|
895
|
-
fromCrawl?: boolean | undefined;
|
|
896
|
-
};
|
|
897
|
-
html: string;
|
|
898
|
-
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
899
|
-
}, {
|
|
900
|
-
host: z.ZodOptional<z.ZodString>;
|
|
901
|
-
}>, "strip", z.ZodTypeAny, {
|
|
902
|
-
enabled?: boolean | undefined;
|
|
903
|
-
outputPath?: string | undefined;
|
|
904
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
905
|
-
crawlLinks?: boolean | undefined;
|
|
906
|
-
retryCount?: number | undefined;
|
|
907
|
-
retryDelay?: number | undefined;
|
|
908
|
-
onSuccess?: ((args_0: {
|
|
909
|
-
page: {
|
|
910
|
-
path: string;
|
|
911
|
-
sitemap?: {
|
|
912
|
-
exclude?: boolean | undefined;
|
|
913
|
-
priority?: number | undefined;
|
|
914
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
915
|
-
lastmod?: string | Date | undefined;
|
|
916
|
-
alternateRefs?: {
|
|
917
|
-
href: string;
|
|
918
|
-
hreflang: string;
|
|
919
|
-
}[] | undefined;
|
|
920
|
-
images?: {
|
|
921
|
-
loc: string;
|
|
922
|
-
caption?: string | undefined;
|
|
923
|
-
title?: string | undefined;
|
|
924
|
-
}[] | undefined;
|
|
925
|
-
news?: {
|
|
926
|
-
title: string;
|
|
927
|
-
publication: {
|
|
928
|
-
name: string;
|
|
929
|
-
language: string;
|
|
930
|
-
};
|
|
931
|
-
publicationDate: string | Date;
|
|
932
|
-
} | undefined;
|
|
933
|
-
} | undefined;
|
|
934
|
-
fromCrawl?: boolean | undefined;
|
|
935
|
-
};
|
|
936
|
-
html: string;
|
|
937
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
938
|
-
host?: string | undefined;
|
|
939
|
-
}, {
|
|
940
|
-
enabled?: boolean | undefined;
|
|
941
|
-
outputPath?: string | undefined;
|
|
942
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
943
|
-
crawlLinks?: boolean | undefined;
|
|
944
|
-
retryCount?: number | undefined;
|
|
945
|
-
retryDelay?: number | undefined;
|
|
946
|
-
onSuccess?: ((args_0: {
|
|
947
|
-
page: {
|
|
948
|
-
path: string;
|
|
949
|
-
sitemap?: {
|
|
950
|
-
exclude?: boolean | undefined;
|
|
951
|
-
priority?: number | undefined;
|
|
952
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
953
|
-
lastmod?: string | Date | undefined;
|
|
954
|
-
alternateRefs?: {
|
|
955
|
-
href: string;
|
|
956
|
-
hreflang: string;
|
|
957
|
-
}[] | undefined;
|
|
958
|
-
images?: {
|
|
959
|
-
loc: string;
|
|
960
|
-
caption?: string | undefined;
|
|
961
|
-
title?: string | undefined;
|
|
962
|
-
}[] | undefined;
|
|
963
|
-
news?: {
|
|
964
|
-
title: string;
|
|
965
|
-
publication: {
|
|
966
|
-
name: string;
|
|
967
|
-
language: string;
|
|
968
|
-
};
|
|
969
|
-
publicationDate: string | Date;
|
|
970
|
-
} | undefined;
|
|
971
|
-
} | undefined;
|
|
972
|
-
fromCrawl?: boolean | undefined;
|
|
973
|
-
};
|
|
974
|
-
html: string;
|
|
975
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
976
|
-
host?: string | undefined;
|
|
977
|
-
}>>;
|
|
978
|
-
prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
979
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
980
|
-
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
981
|
-
filter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<z.objectUtil.extendShape<{
|
|
982
|
-
path: z.ZodString;
|
|
983
|
-
sitemap: z.ZodOptional<z.ZodObject<{
|
|
984
|
-
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
985
|
-
priority: z.ZodOptional<z.ZodNumber>;
|
|
986
|
-
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
987
|
-
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
988
|
-
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
989
|
-
href: z.ZodString;
|
|
990
|
-
hreflang: z.ZodString;
|
|
991
|
-
}, "strip", z.ZodTypeAny, {
|
|
992
|
-
href: string;
|
|
993
|
-
hreflang: string;
|
|
994
|
-
}, {
|
|
995
|
-
href: string;
|
|
996
|
-
hreflang: string;
|
|
997
|
-
}>, "many">>;
|
|
998
|
-
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
999
|
-
loc: z.ZodString;
|
|
1000
|
-
caption: z.ZodOptional<z.ZodString>;
|
|
1001
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1002
|
-
}, "strip", z.ZodTypeAny, {
|
|
1003
|
-
loc: string;
|
|
1004
|
-
caption?: string | undefined;
|
|
1005
|
-
title?: string | undefined;
|
|
1006
|
-
}, {
|
|
1007
|
-
loc: string;
|
|
1008
|
-
caption?: string | undefined;
|
|
1009
|
-
title?: string | undefined;
|
|
1010
|
-
}>, "many">>;
|
|
1011
|
-
news: z.ZodOptional<z.ZodObject<{
|
|
1012
|
-
publication: z.ZodObject<{
|
|
1013
|
-
name: z.ZodString;
|
|
1014
|
-
language: z.ZodString;
|
|
1015
|
-
}, "strip", z.ZodTypeAny, {
|
|
1016
|
-
name: string;
|
|
1017
|
-
language: string;
|
|
1018
|
-
}, {
|
|
1019
|
-
name: string;
|
|
1020
|
-
language: string;
|
|
1021
|
-
}>;
|
|
1022
|
-
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
1023
|
-
title: z.ZodString;
|
|
1024
|
-
}, "strip", z.ZodTypeAny, {
|
|
1025
|
-
title: string;
|
|
1026
|
-
publication: {
|
|
1027
|
-
name: string;
|
|
1028
|
-
language: string;
|
|
1029
|
-
};
|
|
1030
|
-
publicationDate: string | Date;
|
|
1031
|
-
}, {
|
|
1032
|
-
title: string;
|
|
1033
|
-
publication: {
|
|
1034
|
-
name: string;
|
|
1035
|
-
language: string;
|
|
1036
|
-
};
|
|
1037
|
-
publicationDate: string | Date;
|
|
1038
|
-
}>>;
|
|
1039
|
-
}, "strip", z.ZodTypeAny, {
|
|
1040
|
-
exclude?: boolean | undefined;
|
|
1041
|
-
priority?: number | undefined;
|
|
1042
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
1043
|
-
lastmod?: string | Date | undefined;
|
|
1044
|
-
alternateRefs?: {
|
|
1045
|
-
href: string;
|
|
1046
|
-
hreflang: string;
|
|
1047
|
-
}[] | undefined;
|
|
1048
|
-
images?: {
|
|
1049
|
-
loc: string;
|
|
1050
|
-
caption?: string | undefined;
|
|
1051
|
-
title?: string | undefined;
|
|
1052
|
-
}[] | undefined;
|
|
1053
|
-
news?: {
|
|
1054
|
-
title: string;
|
|
1055
|
-
publication: {
|
|
1056
|
-
name: string;
|
|
1057
|
-
language: string;
|
|
1058
|
-
};
|
|
1059
|
-
publicationDate: string | Date;
|
|
1060
|
-
} | undefined;
|
|
1061
|
-
}, {
|
|
1062
|
-
exclude?: boolean | undefined;
|
|
1063
|
-
priority?: number | undefined;
|
|
1064
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
1065
|
-
lastmod?: string | Date | undefined;
|
|
1066
|
-
alternateRefs?: {
|
|
1067
|
-
href: string;
|
|
1068
|
-
hreflang: string;
|
|
1069
|
-
}[] | undefined;
|
|
1070
|
-
images?: {
|
|
1071
|
-
loc: string;
|
|
1072
|
-
caption?: string | undefined;
|
|
1073
|
-
title?: string | undefined;
|
|
1074
|
-
}[] | undefined;
|
|
1075
|
-
news?: {
|
|
1076
|
-
title: string;
|
|
1077
|
-
publication: {
|
|
1078
|
-
name: string;
|
|
1079
|
-
language: string;
|
|
1080
|
-
};
|
|
1081
|
-
publicationDate: string | Date;
|
|
768
|
+
exclude?: boolean | undefined;
|
|
769
|
+
priority?: number | undefined;
|
|
770
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
771
|
+
lastmod?: string | Date | undefined;
|
|
772
|
+
alternateRefs?: {
|
|
773
|
+
href: string;
|
|
774
|
+
hreflang: string;
|
|
775
|
+
}[] | undefined;
|
|
776
|
+
images?: {
|
|
777
|
+
loc: string;
|
|
778
|
+
caption?: string | undefined;
|
|
779
|
+
title?: string | undefined;
|
|
780
|
+
}[] | undefined;
|
|
781
|
+
news?: {
|
|
782
|
+
title: string;
|
|
783
|
+
publication: {
|
|
784
|
+
name: string;
|
|
785
|
+
language: string;
|
|
786
|
+
};
|
|
787
|
+
publicationDate: string | Date;
|
|
1082
788
|
} | undefined;
|
|
1083
789
|
}>>;
|
|
1084
790
|
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1152,7 +858,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1152
858
|
}, "strip", z.ZodTypeAny, {
|
|
1153
859
|
exclude?: boolean | undefined;
|
|
1154
860
|
priority?: number | undefined;
|
|
1155
|
-
changefreq?: "
|
|
861
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1156
862
|
lastmod?: string | Date | undefined;
|
|
1157
863
|
alternateRefs?: {
|
|
1158
864
|
href: string;
|
|
@@ -1174,7 +880,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1174
880
|
}, {
|
|
1175
881
|
exclude?: boolean | undefined;
|
|
1176
882
|
priority?: number | undefined;
|
|
1177
|
-
changefreq?: "
|
|
883
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1178
884
|
lastmod?: string | Date | undefined;
|
|
1179
885
|
alternateRefs?: {
|
|
1180
886
|
href: string;
|
|
@@ -1200,7 +906,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1200
906
|
sitemap?: {
|
|
1201
907
|
exclude?: boolean | undefined;
|
|
1202
908
|
priority?: number | undefined;
|
|
1203
|
-
changefreq?: "
|
|
909
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1204
910
|
lastmod?: string | Date | undefined;
|
|
1205
911
|
alternateRefs?: {
|
|
1206
912
|
href: string;
|
|
@@ -1226,7 +932,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1226
932
|
sitemap?: {
|
|
1227
933
|
exclude?: boolean | undefined;
|
|
1228
934
|
priority?: number | undefined;
|
|
1229
|
-
changefreq?: "
|
|
935
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1230
936
|
lastmod?: string | Date | undefined;
|
|
1231
937
|
alternateRefs?: {
|
|
1232
938
|
href: string;
|
|
@@ -1255,7 +961,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1255
961
|
sitemap?: {
|
|
1256
962
|
exclude?: boolean | undefined;
|
|
1257
963
|
priority?: number | undefined;
|
|
1258
|
-
changefreq?: "
|
|
964
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1259
965
|
lastmod?: string | Date | undefined;
|
|
1260
966
|
alternateRefs?: {
|
|
1261
967
|
href: string;
|
|
@@ -1284,7 +990,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1284
990
|
sitemap?: {
|
|
1285
991
|
exclude?: boolean | undefined;
|
|
1286
992
|
priority?: number | undefined;
|
|
1287
|
-
changefreq?: "
|
|
993
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1288
994
|
lastmod?: string | Date | undefined;
|
|
1289
995
|
alternateRefs?: {
|
|
1290
996
|
href: string;
|
|
@@ -1321,7 +1027,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1321
1027
|
sitemap?: {
|
|
1322
1028
|
exclude?: boolean | undefined;
|
|
1323
1029
|
priority?: number | undefined;
|
|
1324
|
-
changefreq?: "
|
|
1030
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1325
1031
|
lastmod?: string | Date | undefined;
|
|
1326
1032
|
alternateRefs?: {
|
|
1327
1033
|
href: string;
|
|
@@ -1358,7 +1064,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1358
1064
|
sitemap?: {
|
|
1359
1065
|
exclude?: boolean | undefined;
|
|
1360
1066
|
priority?: number | undefined;
|
|
1361
|
-
changefreq?: "
|
|
1067
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1362
1068
|
lastmod?: string | Date | undefined;
|
|
1363
1069
|
alternateRefs?: {
|
|
1364
1070
|
href: string;
|
|
@@ -1398,7 +1104,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1398
1104
|
sitemap?: {
|
|
1399
1105
|
exclude?: boolean | undefined;
|
|
1400
1106
|
priority?: number | undefined;
|
|
1401
|
-
changefreq?: "
|
|
1107
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1402
1108
|
lastmod?: string | Date | undefined;
|
|
1403
1109
|
alternateRefs?: {
|
|
1404
1110
|
href: string;
|
|
@@ -1426,7 +1132,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1426
1132
|
sitemap?: {
|
|
1427
1133
|
exclude?: boolean | undefined;
|
|
1428
1134
|
priority?: number | undefined;
|
|
1429
|
-
changefreq?: "
|
|
1135
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1430
1136
|
lastmod?: string | Date | undefined;
|
|
1431
1137
|
alternateRefs?: {
|
|
1432
1138
|
href: string;
|
|
@@ -1462,7 +1168,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1462
1168
|
sitemap?: {
|
|
1463
1169
|
exclude?: boolean | undefined;
|
|
1464
1170
|
priority?: number | undefined;
|
|
1465
|
-
changefreq?: "
|
|
1171
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1466
1172
|
lastmod?: string | Date | undefined;
|
|
1467
1173
|
alternateRefs?: {
|
|
1468
1174
|
href: string;
|
|
@@ -1490,7 +1196,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1490
1196
|
sitemap?: {
|
|
1491
1197
|
exclude?: boolean | undefined;
|
|
1492
1198
|
priority?: number | undefined;
|
|
1493
|
-
changefreq?: "
|
|
1199
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1494
1200
|
lastmod?: string | Date | undefined;
|
|
1495
1201
|
alternateRefs?: {
|
|
1496
1202
|
href: string;
|
|
@@ -1529,7 +1235,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1529
1235
|
sitemap?: {
|
|
1530
1236
|
exclude?: boolean | undefined;
|
|
1531
1237
|
priority?: number | undefined;
|
|
1532
|
-
changefreq?: "
|
|
1238
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1533
1239
|
lastmod?: string | Date | undefined;
|
|
1534
1240
|
alternateRefs?: {
|
|
1535
1241
|
href: string;
|
|
@@ -1557,7 +1263,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1557
1263
|
sitemap?: {
|
|
1558
1264
|
exclude?: boolean | undefined;
|
|
1559
1265
|
priority?: number | undefined;
|
|
1560
|
-
changefreq?: "
|
|
1266
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1561
1267
|
lastmod?: string | Date | undefined;
|
|
1562
1268
|
alternateRefs?: {
|
|
1563
1269
|
href: string;
|
|
@@ -1598,7 +1304,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1598
1304
|
sitemap?: {
|
|
1599
1305
|
exclude?: boolean | undefined;
|
|
1600
1306
|
priority?: number | undefined;
|
|
1601
|
-
changefreq?: "
|
|
1307
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1602
1308
|
lastmod?: string | Date | undefined;
|
|
1603
1309
|
alternateRefs?: {
|
|
1604
1310
|
href: string;
|
|
@@ -1626,7 +1332,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1626
1332
|
sitemap?: {
|
|
1627
1333
|
exclude?: boolean | undefined;
|
|
1628
1334
|
priority?: number | undefined;
|
|
1629
|
-
changefreq?: "
|
|
1335
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1630
1336
|
lastmod?: string | Date | undefined;
|
|
1631
1337
|
alternateRefs?: {
|
|
1632
1338
|
href: string;
|
|
@@ -1720,7 +1426,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1720
1426
|
}, "strip", z.ZodTypeAny, {
|
|
1721
1427
|
exclude?: boolean | undefined;
|
|
1722
1428
|
priority?: number | undefined;
|
|
1723
|
-
changefreq?: "
|
|
1429
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1724
1430
|
lastmod?: string | Date | undefined;
|
|
1725
1431
|
alternateRefs?: {
|
|
1726
1432
|
href: string;
|
|
@@ -1742,7 +1448,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1742
1448
|
}, {
|
|
1743
1449
|
exclude?: boolean | undefined;
|
|
1744
1450
|
priority?: number | undefined;
|
|
1745
|
-
changefreq?: "
|
|
1451
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1746
1452
|
lastmod?: string | Date | undefined;
|
|
1747
1453
|
alternateRefs?: {
|
|
1748
1454
|
href: string;
|
|
@@ -1768,7 +1474,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1768
1474
|
sitemap?: {
|
|
1769
1475
|
exclude?: boolean | undefined;
|
|
1770
1476
|
priority?: number | undefined;
|
|
1771
|
-
changefreq?: "
|
|
1477
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1772
1478
|
lastmod?: string | Date | undefined;
|
|
1773
1479
|
alternateRefs?: {
|
|
1774
1480
|
href: string;
|
|
@@ -1794,7 +1500,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1794
1500
|
sitemap?: {
|
|
1795
1501
|
exclude?: boolean | undefined;
|
|
1796
1502
|
priority?: number | undefined;
|
|
1797
|
-
changefreq?: "
|
|
1503
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1798
1504
|
lastmod?: string | Date | undefined;
|
|
1799
1505
|
alternateRefs?: {
|
|
1800
1506
|
href: string;
|
|
@@ -1823,7 +1529,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1823
1529
|
sitemap?: {
|
|
1824
1530
|
exclude?: boolean | undefined;
|
|
1825
1531
|
priority?: number | undefined;
|
|
1826
|
-
changefreq?: "
|
|
1532
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1827
1533
|
lastmod?: string | Date | undefined;
|
|
1828
1534
|
alternateRefs?: {
|
|
1829
1535
|
href: string;
|
|
@@ -1852,7 +1558,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1852
1558
|
sitemap?: {
|
|
1853
1559
|
exclude?: boolean | undefined;
|
|
1854
1560
|
priority?: number | undefined;
|
|
1855
|
-
changefreq?: "
|
|
1561
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1856
1562
|
lastmod?: string | Date | undefined;
|
|
1857
1563
|
alternateRefs?: {
|
|
1858
1564
|
href: string;
|
|
@@ -1889,7 +1595,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1889
1595
|
sitemap?: {
|
|
1890
1596
|
exclude?: boolean | undefined;
|
|
1891
1597
|
priority?: number | undefined;
|
|
1892
|
-
changefreq?: "
|
|
1598
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1893
1599
|
lastmod?: string | Date | undefined;
|
|
1894
1600
|
alternateRefs?: {
|
|
1895
1601
|
href: string;
|
|
@@ -1926,7 +1632,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1926
1632
|
sitemap?: {
|
|
1927
1633
|
exclude?: boolean | undefined;
|
|
1928
1634
|
priority?: number | undefined;
|
|
1929
|
-
changefreq?: "
|
|
1635
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
1930
1636
|
lastmod?: string | Date | undefined;
|
|
1931
1637
|
alternateRefs?: {
|
|
1932
1638
|
href: string;
|
|
@@ -2023,7 +1729,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2023
1729
|
}, "strip", z.ZodTypeAny, {
|
|
2024
1730
|
exclude?: boolean | undefined;
|
|
2025
1731
|
priority?: number | undefined;
|
|
2026
|
-
changefreq?: "
|
|
1732
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2027
1733
|
lastmod?: string | Date | undefined;
|
|
2028
1734
|
alternateRefs?: {
|
|
2029
1735
|
href: string;
|
|
@@ -2045,7 +1751,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2045
1751
|
}, {
|
|
2046
1752
|
exclude?: boolean | undefined;
|
|
2047
1753
|
priority?: number | undefined;
|
|
2048
|
-
changefreq?: "
|
|
1754
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2049
1755
|
lastmod?: string | Date | undefined;
|
|
2050
1756
|
alternateRefs?: {
|
|
2051
1757
|
href: string;
|
|
@@ -2071,7 +1777,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2071
1777
|
sitemap?: {
|
|
2072
1778
|
exclude?: boolean | undefined;
|
|
2073
1779
|
priority?: number | undefined;
|
|
2074
|
-
changefreq?: "
|
|
1780
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2075
1781
|
lastmod?: string | Date | undefined;
|
|
2076
1782
|
alternateRefs?: {
|
|
2077
1783
|
href: string;
|
|
@@ -2097,7 +1803,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2097
1803
|
sitemap?: {
|
|
2098
1804
|
exclude?: boolean | undefined;
|
|
2099
1805
|
priority?: number | undefined;
|
|
2100
|
-
changefreq?: "
|
|
1806
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2101
1807
|
lastmod?: string | Date | undefined;
|
|
2102
1808
|
alternateRefs?: {
|
|
2103
1809
|
href: string;
|
|
@@ -2126,7 +1832,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2126
1832
|
sitemap?: {
|
|
2127
1833
|
exclude?: boolean | undefined;
|
|
2128
1834
|
priority?: number | undefined;
|
|
2129
|
-
changefreq?: "
|
|
1835
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2130
1836
|
lastmod?: string | Date | undefined;
|
|
2131
1837
|
alternateRefs?: {
|
|
2132
1838
|
href: string;
|
|
@@ -2155,7 +1861,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2155
1861
|
sitemap?: {
|
|
2156
1862
|
exclude?: boolean | undefined;
|
|
2157
1863
|
priority?: number | undefined;
|
|
2158
|
-
changefreq?: "
|
|
1864
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2159
1865
|
lastmod?: string | Date | undefined;
|
|
2160
1866
|
alternateRefs?: {
|
|
2161
1867
|
href: string;
|
|
@@ -2192,7 +1898,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2192
1898
|
sitemap?: {
|
|
2193
1899
|
exclude?: boolean | undefined;
|
|
2194
1900
|
priority?: number | undefined;
|
|
2195
|
-
changefreq?: "
|
|
1901
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2196
1902
|
lastmod?: string | Date | undefined;
|
|
2197
1903
|
alternateRefs?: {
|
|
2198
1904
|
href: string;
|
|
@@ -2229,7 +1935,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2229
1935
|
sitemap?: {
|
|
2230
1936
|
exclude?: boolean | undefined;
|
|
2231
1937
|
priority?: number | undefined;
|
|
2232
|
-
changefreq?: "
|
|
1938
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2233
1939
|
lastmod?: string | Date | undefined;
|
|
2234
1940
|
alternateRefs?: {
|
|
2235
1941
|
href: string;
|
|
@@ -2266,7 +1972,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2266
1972
|
sitemap?: {
|
|
2267
1973
|
exclude?: boolean | undefined;
|
|
2268
1974
|
priority?: number | undefined;
|
|
2269
|
-
changefreq?: "
|
|
1975
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2270
1976
|
lastmod?: string | Date | undefined;
|
|
2271
1977
|
alternateRefs?: {
|
|
2272
1978
|
href: string;
|
|
@@ -2303,7 +2009,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2303
2009
|
sitemap?: {
|
|
2304
2010
|
exclude?: boolean | undefined;
|
|
2305
2011
|
priority?: number | undefined;
|
|
2306
|
-
changefreq?: "
|
|
2012
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2307
2013
|
lastmod?: string | Date | undefined;
|
|
2308
2014
|
alternateRefs?: {
|
|
2309
2015
|
href: string;
|
|
@@ -2342,7 +2048,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2342
2048
|
sitemap?: {
|
|
2343
2049
|
exclude?: boolean | undefined;
|
|
2344
2050
|
priority?: number | undefined;
|
|
2345
|
-
changefreq?: "
|
|
2051
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2346
2052
|
lastmod?: string | Date | undefined;
|
|
2347
2053
|
alternateRefs?: {
|
|
2348
2054
|
href: string;
|
|
@@ -2383,7 +2089,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2383
2089
|
sitemap?: {
|
|
2384
2090
|
exclude?: boolean | undefined;
|
|
2385
2091
|
priority?: number | undefined;
|
|
2386
|
-
changefreq?: "
|
|
2092
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2387
2093
|
lastmod?: string | Date | undefined;
|
|
2388
2094
|
alternateRefs?: {
|
|
2389
2095
|
href: string;
|
|
@@ -2437,7 +2143,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2437
2143
|
disableManifestGeneration?: boolean | undefined;
|
|
2438
2144
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
2439
2145
|
routeTreeFileFooter?: string[] | undefined;
|
|
2440
|
-
autoCodeSplitting?: boolean | undefined;
|
|
2441
2146
|
customScaffolding?: {
|
|
2442
2147
|
routeTemplate?: string | undefined;
|
|
2443
2148
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -2460,7 +2165,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2460
2165
|
base: string;
|
|
2461
2166
|
dir: string;
|
|
2462
2167
|
};
|
|
2463
|
-
pages:
|
|
2168
|
+
pages: {
|
|
2464
2169
|
path: string;
|
|
2465
2170
|
prerender?: {
|
|
2466
2171
|
enabled?: boolean | undefined;
|
|
@@ -2475,7 +2180,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2475
2180
|
sitemap?: {
|
|
2476
2181
|
exclude?: boolean | undefined;
|
|
2477
2182
|
priority?: number | undefined;
|
|
2478
|
-
changefreq?: "
|
|
2183
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2479
2184
|
lastmod?: string | Date | undefined;
|
|
2480
2185
|
alternateRefs?: {
|
|
2481
2186
|
href: string;
|
|
@@ -2503,7 +2208,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2503
2208
|
sitemap?: {
|
|
2504
2209
|
exclude?: boolean | undefined;
|
|
2505
2210
|
priority?: number | undefined;
|
|
2506
|
-
changefreq?: "
|
|
2211
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2507
2212
|
lastmod?: string | Date | undefined;
|
|
2508
2213
|
alternateRefs?: {
|
|
2509
2214
|
href: string;
|
|
@@ -2524,7 +2229,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2524
2229
|
} | undefined;
|
|
2525
2230
|
} | undefined;
|
|
2526
2231
|
fromCrawl?: boolean | undefined;
|
|
2527
|
-
}
|
|
2232
|
+
}[];
|
|
2528
2233
|
target?: import('nitropack/presets').PresetNameInput | undefined;
|
|
2529
2234
|
prerender?: ({
|
|
2530
2235
|
filter?: ((args_0: {
|
|
@@ -2542,7 +2247,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2542
2247
|
sitemap?: {
|
|
2543
2248
|
exclude?: boolean | undefined;
|
|
2544
2249
|
priority?: number | undefined;
|
|
2545
|
-
changefreq?: "
|
|
2250
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2546
2251
|
lastmod?: string | Date | undefined;
|
|
2547
2252
|
alternateRefs?: {
|
|
2548
2253
|
href: string;
|
|
@@ -2570,7 +2275,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2570
2275
|
sitemap?: {
|
|
2571
2276
|
exclude?: boolean | undefined;
|
|
2572
2277
|
priority?: number | undefined;
|
|
2573
|
-
changefreq?: "
|
|
2278
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2574
2279
|
lastmod?: string | Date | undefined;
|
|
2575
2280
|
alternateRefs?: {
|
|
2576
2281
|
href: string;
|
|
@@ -2608,7 +2313,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2608
2313
|
sitemap?: {
|
|
2609
2314
|
exclude?: boolean | undefined;
|
|
2610
2315
|
priority?: number | undefined;
|
|
2611
|
-
changefreq?: "
|
|
2316
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2612
2317
|
lastmod?: string | Date | undefined;
|
|
2613
2318
|
alternateRefs?: {
|
|
2614
2319
|
href: string;
|
|
@@ -2634,42 +2339,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2634
2339
|
}, ...args: unknown[]) => any) | undefined;
|
|
2635
2340
|
}) | undefined;
|
|
2636
2341
|
sitemap?: {
|
|
2637
|
-
enabled
|
|
2638
|
-
outputPath
|
|
2639
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
2640
|
-
crawlLinks?: boolean | undefined;
|
|
2641
|
-
retryCount?: number | undefined;
|
|
2642
|
-
retryDelay?: number | undefined;
|
|
2643
|
-
onSuccess?: ((args_0: {
|
|
2644
|
-
page: {
|
|
2645
|
-
path: string;
|
|
2646
|
-
sitemap?: {
|
|
2647
|
-
exclude?: boolean | undefined;
|
|
2648
|
-
priority?: number | undefined;
|
|
2649
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
2650
|
-
lastmod?: string | Date | undefined;
|
|
2651
|
-
alternateRefs?: {
|
|
2652
|
-
href: string;
|
|
2653
|
-
hreflang: string;
|
|
2654
|
-
}[] | undefined;
|
|
2655
|
-
images?: {
|
|
2656
|
-
loc: string;
|
|
2657
|
-
caption?: string | undefined;
|
|
2658
|
-
title?: string | undefined;
|
|
2659
|
-
}[] | undefined;
|
|
2660
|
-
news?: {
|
|
2661
|
-
title: string;
|
|
2662
|
-
publication: {
|
|
2663
|
-
name: string;
|
|
2664
|
-
language: string;
|
|
2665
|
-
};
|
|
2666
|
-
publicationDate: string | Date;
|
|
2667
|
-
} | undefined;
|
|
2668
|
-
} | undefined;
|
|
2669
|
-
fromCrawl?: boolean | undefined;
|
|
2670
|
-
};
|
|
2671
|
-
html: string;
|
|
2672
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
2342
|
+
enabled: boolean;
|
|
2343
|
+
outputPath: string;
|
|
2673
2344
|
host?: string | undefined;
|
|
2674
2345
|
} | undefined;
|
|
2675
2346
|
spa?: {
|
|
@@ -2686,7 +2357,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2686
2357
|
sitemap?: {
|
|
2687
2358
|
exclude?: boolean | undefined;
|
|
2688
2359
|
priority?: number | undefined;
|
|
2689
|
-
changefreq?: "
|
|
2360
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2690
2361
|
lastmod?: string | Date | undefined;
|
|
2691
2362
|
alternateRefs?: {
|
|
2692
2363
|
href: string;
|
|
@@ -2733,7 +2404,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2733
2404
|
sitemap?: {
|
|
2734
2405
|
exclude?: boolean | undefined;
|
|
2735
2406
|
priority?: number | undefined;
|
|
2736
|
-
changefreq?: "
|
|
2407
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2737
2408
|
lastmod?: string | Date | undefined;
|
|
2738
2409
|
alternateRefs?: {
|
|
2739
2410
|
href: string;
|
|
@@ -2761,7 +2432,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2761
2432
|
sitemap?: {
|
|
2762
2433
|
exclude?: boolean | undefined;
|
|
2763
2434
|
priority?: number | undefined;
|
|
2764
|
-
changefreq?: "
|
|
2435
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2765
2436
|
lastmod?: string | Date | undefined;
|
|
2766
2437
|
alternateRefs?: {
|
|
2767
2438
|
href: string;
|
|
@@ -2799,7 +2470,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2799
2470
|
sitemap?: {
|
|
2800
2471
|
exclude?: boolean | undefined;
|
|
2801
2472
|
priority?: number | undefined;
|
|
2802
|
-
changefreq?: "
|
|
2473
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2803
2474
|
lastmod?: string | Date | undefined;
|
|
2804
2475
|
alternateRefs?: {
|
|
2805
2476
|
href: string;
|
|
@@ -2845,7 +2516,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2845
2516
|
disableManifestGeneration?: boolean | undefined;
|
|
2846
2517
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
2847
2518
|
routeTreeFileFooter?: string[] | undefined;
|
|
2848
|
-
autoCodeSplitting?: boolean | undefined;
|
|
2849
2519
|
customScaffolding?: {
|
|
2850
2520
|
routeTemplate?: string | undefined;
|
|
2851
2521
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -2872,43 +2542,9 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2872
2542
|
sitemap?: {
|
|
2873
2543
|
enabled?: boolean | undefined;
|
|
2874
2544
|
outputPath?: string | undefined;
|
|
2875
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
2876
|
-
crawlLinks?: boolean | undefined;
|
|
2877
|
-
retryCount?: number | undefined;
|
|
2878
|
-
retryDelay?: number | undefined;
|
|
2879
|
-
onSuccess?: ((args_0: {
|
|
2880
|
-
page: {
|
|
2881
|
-
path: string;
|
|
2882
|
-
sitemap?: {
|
|
2883
|
-
exclude?: boolean | undefined;
|
|
2884
|
-
priority?: number | undefined;
|
|
2885
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
2886
|
-
lastmod?: string | Date | undefined;
|
|
2887
|
-
alternateRefs?: {
|
|
2888
|
-
href: string;
|
|
2889
|
-
hreflang: string;
|
|
2890
|
-
}[] | undefined;
|
|
2891
|
-
images?: {
|
|
2892
|
-
loc: string;
|
|
2893
|
-
caption?: string | undefined;
|
|
2894
|
-
title?: string | undefined;
|
|
2895
|
-
}[] | undefined;
|
|
2896
|
-
news?: {
|
|
2897
|
-
title: string;
|
|
2898
|
-
publication: {
|
|
2899
|
-
name: string;
|
|
2900
|
-
language: string;
|
|
2901
|
-
};
|
|
2902
|
-
publicationDate: string | Date;
|
|
2903
|
-
} | undefined;
|
|
2904
|
-
} | undefined;
|
|
2905
|
-
fromCrawl?: boolean | undefined;
|
|
2906
|
-
};
|
|
2907
|
-
html: string;
|
|
2908
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
2909
2545
|
host?: string | undefined;
|
|
2910
2546
|
} | undefined;
|
|
2911
|
-
pages?:
|
|
2547
|
+
pages?: {
|
|
2912
2548
|
path: string;
|
|
2913
2549
|
prerender?: {
|
|
2914
2550
|
enabled?: boolean | undefined;
|
|
@@ -2923,7 +2559,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2923
2559
|
sitemap?: {
|
|
2924
2560
|
exclude?: boolean | undefined;
|
|
2925
2561
|
priority?: number | undefined;
|
|
2926
|
-
changefreq?: "
|
|
2562
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2927
2563
|
lastmod?: string | Date | undefined;
|
|
2928
2564
|
alternateRefs?: {
|
|
2929
2565
|
href: string;
|
|
@@ -2951,7 +2587,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2951
2587
|
sitemap?: {
|
|
2952
2588
|
exclude?: boolean | undefined;
|
|
2953
2589
|
priority?: number | undefined;
|
|
2954
|
-
changefreq?: "
|
|
2590
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2955
2591
|
lastmod?: string | Date | undefined;
|
|
2956
2592
|
alternateRefs?: {
|
|
2957
2593
|
href: string;
|
|
@@ -2972,7 +2608,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2972
2608
|
} | undefined;
|
|
2973
2609
|
} | undefined;
|
|
2974
2610
|
fromCrawl?: boolean | undefined;
|
|
2975
|
-
}
|
|
2611
|
+
}[] | undefined;
|
|
2976
2612
|
spa?: {
|
|
2977
2613
|
prerender?: {
|
|
2978
2614
|
enabled?: boolean | undefined;
|
|
@@ -2987,7 +2623,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2987
2623
|
sitemap?: {
|
|
2988
2624
|
exclude?: boolean | undefined;
|
|
2989
2625
|
priority?: number | undefined;
|
|
2990
|
-
changefreq?: "
|
|
2626
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
2991
2627
|
lastmod?: string | Date | undefined;
|
|
2992
2628
|
alternateRefs?: {
|
|
2993
2629
|
href: string;
|
|
@@ -3038,7 +2674,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3038
2674
|
disableManifestGeneration: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
3039
2675
|
enableRouteTreeFormatting: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
3040
2676
|
routeTreeFileFooter: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
|
|
3041
|
-
autoCodeSplitting: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
3042
2677
|
customScaffolding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3043
2678
|
routeTemplate: z.ZodOptional<z.ZodString>;
|
|
3044
2679
|
lazyRouteTemplate: z.ZodOptional<z.ZodString>;
|
|
@@ -3080,7 +2715,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3080
2715
|
disableManifestGeneration?: boolean | undefined;
|
|
3081
2716
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
3082
2717
|
routeTreeFileFooter?: string[] | undefined;
|
|
3083
|
-
autoCodeSplitting?: boolean | undefined;
|
|
3084
2718
|
customScaffolding?: {
|
|
3085
2719
|
routeTemplate?: string | undefined;
|
|
3086
2720
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -3109,7 +2743,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3109
2743
|
disableManifestGeneration?: boolean | undefined;
|
|
3110
2744
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
3111
2745
|
routeTreeFileFooter?: string[] | undefined;
|
|
3112
|
-
autoCodeSplitting?: boolean | undefined;
|
|
3113
2746
|
customScaffolding?: {
|
|
3114
2747
|
routeTemplate?: string | undefined;
|
|
3115
2748
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -3153,7 +2786,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3153
2786
|
base?: string | undefined;
|
|
3154
2787
|
dir?: string | undefined;
|
|
3155
2788
|
}>>>;
|
|
3156
|
-
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.
|
|
2789
|
+
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
3157
2790
|
path: z.ZodString;
|
|
3158
2791
|
sitemap: z.ZodOptional<z.ZodObject<{
|
|
3159
2792
|
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3214,7 +2847,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3214
2847
|
}, "strip", z.ZodTypeAny, {
|
|
3215
2848
|
exclude?: boolean | undefined;
|
|
3216
2849
|
priority?: number | undefined;
|
|
3217
|
-
changefreq?: "
|
|
2850
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3218
2851
|
lastmod?: string | Date | undefined;
|
|
3219
2852
|
alternateRefs?: {
|
|
3220
2853
|
href: string;
|
|
@@ -3236,7 +2869,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3236
2869
|
}, {
|
|
3237
2870
|
exclude?: boolean | undefined;
|
|
3238
2871
|
priority?: number | undefined;
|
|
3239
|
-
changefreq?: "
|
|
2872
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3240
2873
|
lastmod?: string | Date | undefined;
|
|
3241
2874
|
alternateRefs?: {
|
|
3242
2875
|
href: string;
|
|
@@ -3327,7 +2960,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3327
2960
|
}, "strip", z.ZodTypeAny, {
|
|
3328
2961
|
exclude?: boolean | undefined;
|
|
3329
2962
|
priority?: number | undefined;
|
|
3330
|
-
changefreq?: "
|
|
2963
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3331
2964
|
lastmod?: string | Date | undefined;
|
|
3332
2965
|
alternateRefs?: {
|
|
3333
2966
|
href: string;
|
|
@@ -3349,7 +2982,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3349
2982
|
}, {
|
|
3350
2983
|
exclude?: boolean | undefined;
|
|
3351
2984
|
priority?: number | undefined;
|
|
3352
|
-
changefreq?: "
|
|
2985
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3353
2986
|
lastmod?: string | Date | undefined;
|
|
3354
2987
|
alternateRefs?: {
|
|
3355
2988
|
href: string;
|
|
@@ -3375,7 +3008,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3375
3008
|
sitemap?: {
|
|
3376
3009
|
exclude?: boolean | undefined;
|
|
3377
3010
|
priority?: number | undefined;
|
|
3378
|
-
changefreq?: "
|
|
3011
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3379
3012
|
lastmod?: string | Date | undefined;
|
|
3380
3013
|
alternateRefs?: {
|
|
3381
3014
|
href: string;
|
|
@@ -3401,7 +3034,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3401
3034
|
sitemap?: {
|
|
3402
3035
|
exclude?: boolean | undefined;
|
|
3403
3036
|
priority?: number | undefined;
|
|
3404
|
-
changefreq?: "
|
|
3037
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3405
3038
|
lastmod?: string | Date | undefined;
|
|
3406
3039
|
alternateRefs?: {
|
|
3407
3040
|
href: string;
|
|
@@ -3430,7 +3063,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3430
3063
|
sitemap?: {
|
|
3431
3064
|
exclude?: boolean | undefined;
|
|
3432
3065
|
priority?: number | undefined;
|
|
3433
|
-
changefreq?: "
|
|
3066
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3434
3067
|
lastmod?: string | Date | undefined;
|
|
3435
3068
|
alternateRefs?: {
|
|
3436
3069
|
href: string;
|
|
@@ -3459,7 +3092,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3459
3092
|
sitemap?: {
|
|
3460
3093
|
exclude?: boolean | undefined;
|
|
3461
3094
|
priority?: number | undefined;
|
|
3462
|
-
changefreq?: "
|
|
3095
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3463
3096
|
lastmod?: string | Date | undefined;
|
|
3464
3097
|
alternateRefs?: {
|
|
3465
3098
|
href: string;
|
|
@@ -3496,7 +3129,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3496
3129
|
sitemap?: {
|
|
3497
3130
|
exclude?: boolean | undefined;
|
|
3498
3131
|
priority?: number | undefined;
|
|
3499
|
-
changefreq?: "
|
|
3132
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3500
3133
|
lastmod?: string | Date | undefined;
|
|
3501
3134
|
alternateRefs?: {
|
|
3502
3135
|
href: string;
|
|
@@ -3533,7 +3166,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3533
3166
|
sitemap?: {
|
|
3534
3167
|
exclude?: boolean | undefined;
|
|
3535
3168
|
priority?: number | undefined;
|
|
3536
|
-
changefreq?: "
|
|
3169
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3537
3170
|
lastmod?: string | Date | undefined;
|
|
3538
3171
|
alternateRefs?: {
|
|
3539
3172
|
href: string;
|
|
@@ -3573,7 +3206,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3573
3206
|
sitemap?: {
|
|
3574
3207
|
exclude?: boolean | undefined;
|
|
3575
3208
|
priority?: number | undefined;
|
|
3576
|
-
changefreq?: "
|
|
3209
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3577
3210
|
lastmod?: string | Date | undefined;
|
|
3578
3211
|
alternateRefs?: {
|
|
3579
3212
|
href: string;
|
|
@@ -3601,7 +3234,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3601
3234
|
sitemap?: {
|
|
3602
3235
|
exclude?: boolean | undefined;
|
|
3603
3236
|
priority?: number | undefined;
|
|
3604
|
-
changefreq?: "
|
|
3237
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3605
3238
|
lastmod?: string | Date | undefined;
|
|
3606
3239
|
alternateRefs?: {
|
|
3607
3240
|
href: string;
|
|
@@ -3637,7 +3270,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3637
3270
|
sitemap?: {
|
|
3638
3271
|
exclude?: boolean | undefined;
|
|
3639
3272
|
priority?: number | undefined;
|
|
3640
|
-
changefreq?: "
|
|
3273
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3641
3274
|
lastmod?: string | Date | undefined;
|
|
3642
3275
|
alternateRefs?: {
|
|
3643
3276
|
href: string;
|
|
@@ -3665,7 +3298,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3665
3298
|
sitemap?: {
|
|
3666
3299
|
exclude?: boolean | undefined;
|
|
3667
3300
|
priority?: number | undefined;
|
|
3668
|
-
changefreq?: "
|
|
3301
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
3669
3302
|
lastmod?: string | Date | undefined;
|
|
3670
3303
|
alternateRefs?: {
|
|
3671
3304
|
href: string;
|
|
@@ -3686,376 +3319,85 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3686
3319
|
} | undefined;
|
|
3687
3320
|
} | undefined;
|
|
3688
3321
|
fromCrawl?: boolean | undefined;
|
|
3689
|
-
}
|
|
3690
|
-
sitemap: z.ZodOptional<z.ZodObject<
|
|
3322
|
+
}>, "many">>>;
|
|
3323
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
3324
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3325
|
+
host: z.ZodOptional<z.ZodString>;
|
|
3326
|
+
outputPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
3327
|
+
}, "strip", z.ZodTypeAny, {
|
|
3328
|
+
enabled: boolean;
|
|
3329
|
+
outputPath: string;
|
|
3330
|
+
host?: string | undefined;
|
|
3331
|
+
}, {
|
|
3332
|
+
enabled?: boolean | undefined;
|
|
3333
|
+
outputPath?: string | undefined;
|
|
3334
|
+
host?: string | undefined;
|
|
3335
|
+
}>>;
|
|
3336
|
+
prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
3691
3337
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
}>, "many">>;
|
|
3728
|
-
news: z.ZodOptional<z.ZodObject<{
|
|
3729
|
-
publication: z.ZodObject<{
|
|
3730
|
-
name: z.ZodString;
|
|
3731
|
-
language: z.ZodString;
|
|
3732
|
-
}, "strip", z.ZodTypeAny, {
|
|
3733
|
-
name: string;
|
|
3734
|
-
language: string;
|
|
3735
|
-
}, {
|
|
3736
|
-
name: string;
|
|
3737
|
-
language: string;
|
|
3738
|
-
}>;
|
|
3739
|
-
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
3740
|
-
title: z.ZodString;
|
|
3338
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
3339
|
+
filter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<z.objectUtil.extendShape<{
|
|
3340
|
+
path: z.ZodString;
|
|
3341
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
3342
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
3343
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3344
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
3345
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
3346
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3347
|
+
href: z.ZodString;
|
|
3348
|
+
hreflang: z.ZodString;
|
|
3349
|
+
}, "strip", z.ZodTypeAny, {
|
|
3350
|
+
href: string;
|
|
3351
|
+
hreflang: string;
|
|
3352
|
+
}, {
|
|
3353
|
+
href: string;
|
|
3354
|
+
hreflang: string;
|
|
3355
|
+
}>, "many">>;
|
|
3356
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3357
|
+
loc: z.ZodString;
|
|
3358
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
3359
|
+
title: z.ZodOptional<z.ZodString>;
|
|
3360
|
+
}, "strip", z.ZodTypeAny, {
|
|
3361
|
+
loc: string;
|
|
3362
|
+
caption?: string | undefined;
|
|
3363
|
+
title?: string | undefined;
|
|
3364
|
+
}, {
|
|
3365
|
+
loc: string;
|
|
3366
|
+
caption?: string | undefined;
|
|
3367
|
+
title?: string | undefined;
|
|
3368
|
+
}>, "many">>;
|
|
3369
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
3370
|
+
publication: z.ZodObject<{
|
|
3371
|
+
name: z.ZodString;
|
|
3372
|
+
language: z.ZodString;
|
|
3741
3373
|
}, "strip", z.ZodTypeAny, {
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
name: string;
|
|
3745
|
-
language: string;
|
|
3746
|
-
};
|
|
3747
|
-
publicationDate: string | Date;
|
|
3374
|
+
name: string;
|
|
3375
|
+
language: string;
|
|
3748
3376
|
}, {
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
publicationDate: string | Date;
|
|
3755
|
-
}>>;
|
|
3377
|
+
name: string;
|
|
3378
|
+
language: string;
|
|
3379
|
+
}>;
|
|
3380
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
3381
|
+
title: z.ZodString;
|
|
3756
3382
|
}, "strip", z.ZodTypeAny, {
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
hreflang: string;
|
|
3764
|
-
}[] | undefined;
|
|
3765
|
-
images?: {
|
|
3766
|
-
loc: string;
|
|
3767
|
-
caption?: string | undefined;
|
|
3768
|
-
title?: string | undefined;
|
|
3769
|
-
}[] | undefined;
|
|
3770
|
-
news?: {
|
|
3771
|
-
title: string;
|
|
3772
|
-
publication: {
|
|
3773
|
-
name: string;
|
|
3774
|
-
language: string;
|
|
3775
|
-
};
|
|
3776
|
-
publicationDate: string | Date;
|
|
3777
|
-
} | undefined;
|
|
3383
|
+
title: string;
|
|
3384
|
+
publication: {
|
|
3385
|
+
name: string;
|
|
3386
|
+
language: string;
|
|
3387
|
+
};
|
|
3388
|
+
publicationDate: string | Date;
|
|
3778
3389
|
}, {
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
hreflang: string;
|
|
3786
|
-
}[] | undefined;
|
|
3787
|
-
images?: {
|
|
3788
|
-
loc: string;
|
|
3789
|
-
caption?: string | undefined;
|
|
3790
|
-
title?: string | undefined;
|
|
3791
|
-
}[] | undefined;
|
|
3792
|
-
news?: {
|
|
3793
|
-
title: string;
|
|
3794
|
-
publication: {
|
|
3795
|
-
name: string;
|
|
3796
|
-
language: string;
|
|
3797
|
-
};
|
|
3798
|
-
publicationDate: string | Date;
|
|
3799
|
-
} | undefined;
|
|
3800
|
-
}>>;
|
|
3801
|
-
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
3802
|
-
}, "strip", z.ZodTypeAny, {
|
|
3803
|
-
path: string;
|
|
3804
|
-
sitemap?: {
|
|
3805
|
-
exclude?: boolean | undefined;
|
|
3806
|
-
priority?: number | undefined;
|
|
3807
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
3808
|
-
lastmod?: string | Date | undefined;
|
|
3809
|
-
alternateRefs?: {
|
|
3810
|
-
href: string;
|
|
3811
|
-
hreflang: string;
|
|
3812
|
-
}[] | undefined;
|
|
3813
|
-
images?: {
|
|
3814
|
-
loc: string;
|
|
3815
|
-
caption?: string | undefined;
|
|
3816
|
-
title?: string | undefined;
|
|
3817
|
-
}[] | undefined;
|
|
3818
|
-
news?: {
|
|
3819
|
-
title: string;
|
|
3820
|
-
publication: {
|
|
3821
|
-
name: string;
|
|
3822
|
-
language: string;
|
|
3823
|
-
};
|
|
3824
|
-
publicationDate: string | Date;
|
|
3825
|
-
} | undefined;
|
|
3826
|
-
} | undefined;
|
|
3827
|
-
fromCrawl?: boolean | undefined;
|
|
3828
|
-
}, {
|
|
3829
|
-
path: string;
|
|
3830
|
-
sitemap?: {
|
|
3831
|
-
exclude?: boolean | undefined;
|
|
3832
|
-
priority?: number | undefined;
|
|
3833
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
3834
|
-
lastmod?: string | Date | undefined;
|
|
3835
|
-
alternateRefs?: {
|
|
3836
|
-
href: string;
|
|
3837
|
-
hreflang: string;
|
|
3838
|
-
}[] | undefined;
|
|
3839
|
-
images?: {
|
|
3840
|
-
loc: string;
|
|
3841
|
-
caption?: string | undefined;
|
|
3842
|
-
title?: string | undefined;
|
|
3843
|
-
}[] | undefined;
|
|
3844
|
-
news?: {
|
|
3845
|
-
title: string;
|
|
3846
|
-
publication: {
|
|
3847
|
-
name: string;
|
|
3848
|
-
language: string;
|
|
3849
|
-
};
|
|
3850
|
-
publicationDate: string | Date;
|
|
3851
|
-
} | undefined;
|
|
3852
|
-
} | undefined;
|
|
3853
|
-
fromCrawl?: boolean | undefined;
|
|
3854
|
-
}>;
|
|
3855
|
-
html: z.ZodString;
|
|
3856
|
-
}, "strip", z.ZodTypeAny, {
|
|
3857
|
-
page: {
|
|
3858
|
-
path: string;
|
|
3859
|
-
sitemap?: {
|
|
3860
|
-
exclude?: boolean | undefined;
|
|
3861
|
-
priority?: number | undefined;
|
|
3862
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
3863
|
-
lastmod?: string | Date | undefined;
|
|
3864
|
-
alternateRefs?: {
|
|
3865
|
-
href: string;
|
|
3866
|
-
hreflang: string;
|
|
3867
|
-
}[] | undefined;
|
|
3868
|
-
images?: {
|
|
3869
|
-
loc: string;
|
|
3870
|
-
caption?: string | undefined;
|
|
3871
|
-
title?: string | undefined;
|
|
3872
|
-
}[] | undefined;
|
|
3873
|
-
news?: {
|
|
3874
|
-
title: string;
|
|
3875
|
-
publication: {
|
|
3876
|
-
name: string;
|
|
3877
|
-
language: string;
|
|
3878
|
-
};
|
|
3879
|
-
publicationDate: string | Date;
|
|
3880
|
-
} | undefined;
|
|
3881
|
-
} | undefined;
|
|
3882
|
-
fromCrawl?: boolean | undefined;
|
|
3883
|
-
};
|
|
3884
|
-
html: string;
|
|
3885
|
-
}, {
|
|
3886
|
-
page: {
|
|
3887
|
-
path: string;
|
|
3888
|
-
sitemap?: {
|
|
3889
|
-
exclude?: boolean | undefined;
|
|
3890
|
-
priority?: number | undefined;
|
|
3891
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
3892
|
-
lastmod?: string | Date | undefined;
|
|
3893
|
-
alternateRefs?: {
|
|
3894
|
-
href: string;
|
|
3895
|
-
hreflang: string;
|
|
3896
|
-
}[] | undefined;
|
|
3897
|
-
images?: {
|
|
3898
|
-
loc: string;
|
|
3899
|
-
caption?: string | undefined;
|
|
3900
|
-
title?: string | undefined;
|
|
3901
|
-
}[] | undefined;
|
|
3902
|
-
news?: {
|
|
3903
|
-
title: string;
|
|
3904
|
-
publication: {
|
|
3905
|
-
name: string;
|
|
3906
|
-
language: string;
|
|
3907
|
-
};
|
|
3908
|
-
publicationDate: string | Date;
|
|
3909
|
-
} | undefined;
|
|
3910
|
-
} | undefined;
|
|
3911
|
-
fromCrawl?: boolean | undefined;
|
|
3912
|
-
};
|
|
3913
|
-
html: string;
|
|
3914
|
-
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3915
|
-
}, {
|
|
3916
|
-
host: z.ZodOptional<z.ZodString>;
|
|
3917
|
-
}>, "strip", z.ZodTypeAny, {
|
|
3918
|
-
enabled?: boolean | undefined;
|
|
3919
|
-
outputPath?: string | undefined;
|
|
3920
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
3921
|
-
crawlLinks?: boolean | undefined;
|
|
3922
|
-
retryCount?: number | undefined;
|
|
3923
|
-
retryDelay?: number | undefined;
|
|
3924
|
-
onSuccess?: ((args_0: {
|
|
3925
|
-
page: {
|
|
3926
|
-
path: string;
|
|
3927
|
-
sitemap?: {
|
|
3928
|
-
exclude?: boolean | undefined;
|
|
3929
|
-
priority?: number | undefined;
|
|
3930
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
3931
|
-
lastmod?: string | Date | undefined;
|
|
3932
|
-
alternateRefs?: {
|
|
3933
|
-
href: string;
|
|
3934
|
-
hreflang: string;
|
|
3935
|
-
}[] | undefined;
|
|
3936
|
-
images?: {
|
|
3937
|
-
loc: string;
|
|
3938
|
-
caption?: string | undefined;
|
|
3939
|
-
title?: string | undefined;
|
|
3940
|
-
}[] | undefined;
|
|
3941
|
-
news?: {
|
|
3942
|
-
title: string;
|
|
3943
|
-
publication: {
|
|
3944
|
-
name: string;
|
|
3945
|
-
language: string;
|
|
3946
|
-
};
|
|
3947
|
-
publicationDate: string | Date;
|
|
3948
|
-
} | undefined;
|
|
3949
|
-
} | undefined;
|
|
3950
|
-
fromCrawl?: boolean | undefined;
|
|
3951
|
-
};
|
|
3952
|
-
html: string;
|
|
3953
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
3954
|
-
host?: string | undefined;
|
|
3955
|
-
}, {
|
|
3956
|
-
enabled?: boolean | undefined;
|
|
3957
|
-
outputPath?: string | undefined;
|
|
3958
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
3959
|
-
crawlLinks?: boolean | undefined;
|
|
3960
|
-
retryCount?: number | undefined;
|
|
3961
|
-
retryDelay?: number | undefined;
|
|
3962
|
-
onSuccess?: ((args_0: {
|
|
3963
|
-
page: {
|
|
3964
|
-
path: string;
|
|
3965
|
-
sitemap?: {
|
|
3966
|
-
exclude?: boolean | undefined;
|
|
3967
|
-
priority?: number | undefined;
|
|
3968
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
3969
|
-
lastmod?: string | Date | undefined;
|
|
3970
|
-
alternateRefs?: {
|
|
3971
|
-
href: string;
|
|
3972
|
-
hreflang: string;
|
|
3973
|
-
}[] | undefined;
|
|
3974
|
-
images?: {
|
|
3975
|
-
loc: string;
|
|
3976
|
-
caption?: string | undefined;
|
|
3977
|
-
title?: string | undefined;
|
|
3978
|
-
}[] | undefined;
|
|
3979
|
-
news?: {
|
|
3980
|
-
title: string;
|
|
3981
|
-
publication: {
|
|
3982
|
-
name: string;
|
|
3983
|
-
language: string;
|
|
3984
|
-
};
|
|
3985
|
-
publicationDate: string | Date;
|
|
3986
|
-
} | undefined;
|
|
3987
|
-
} | undefined;
|
|
3988
|
-
fromCrawl?: boolean | undefined;
|
|
3989
|
-
};
|
|
3990
|
-
html: string;
|
|
3991
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
3992
|
-
host?: string | undefined;
|
|
3993
|
-
}>>;
|
|
3994
|
-
prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
3995
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3996
|
-
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
3997
|
-
filter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<z.objectUtil.extendShape<{
|
|
3998
|
-
path: z.ZodString;
|
|
3999
|
-
sitemap: z.ZodOptional<z.ZodObject<{
|
|
4000
|
-
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
4001
|
-
priority: z.ZodOptional<z.ZodNumber>;
|
|
4002
|
-
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
4003
|
-
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
4004
|
-
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4005
|
-
href: z.ZodString;
|
|
4006
|
-
hreflang: z.ZodString;
|
|
4007
|
-
}, "strip", z.ZodTypeAny, {
|
|
4008
|
-
href: string;
|
|
4009
|
-
hreflang: string;
|
|
4010
|
-
}, {
|
|
4011
|
-
href: string;
|
|
4012
|
-
hreflang: string;
|
|
4013
|
-
}>, "many">>;
|
|
4014
|
-
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4015
|
-
loc: z.ZodString;
|
|
4016
|
-
caption: z.ZodOptional<z.ZodString>;
|
|
4017
|
-
title: z.ZodOptional<z.ZodString>;
|
|
4018
|
-
}, "strip", z.ZodTypeAny, {
|
|
4019
|
-
loc: string;
|
|
4020
|
-
caption?: string | undefined;
|
|
4021
|
-
title?: string | undefined;
|
|
4022
|
-
}, {
|
|
4023
|
-
loc: string;
|
|
4024
|
-
caption?: string | undefined;
|
|
4025
|
-
title?: string | undefined;
|
|
4026
|
-
}>, "many">>;
|
|
4027
|
-
news: z.ZodOptional<z.ZodObject<{
|
|
4028
|
-
publication: z.ZodObject<{
|
|
4029
|
-
name: z.ZodString;
|
|
4030
|
-
language: z.ZodString;
|
|
4031
|
-
}, "strip", z.ZodTypeAny, {
|
|
4032
|
-
name: string;
|
|
4033
|
-
language: string;
|
|
4034
|
-
}, {
|
|
4035
|
-
name: string;
|
|
4036
|
-
language: string;
|
|
4037
|
-
}>;
|
|
4038
|
-
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
4039
|
-
title: z.ZodString;
|
|
4040
|
-
}, "strip", z.ZodTypeAny, {
|
|
4041
|
-
title: string;
|
|
4042
|
-
publication: {
|
|
4043
|
-
name: string;
|
|
4044
|
-
language: string;
|
|
4045
|
-
};
|
|
4046
|
-
publicationDate: string | Date;
|
|
4047
|
-
}, {
|
|
4048
|
-
title: string;
|
|
4049
|
-
publication: {
|
|
4050
|
-
name: string;
|
|
4051
|
-
language: string;
|
|
4052
|
-
};
|
|
4053
|
-
publicationDate: string | Date;
|
|
3390
|
+
title: string;
|
|
3391
|
+
publication: {
|
|
3392
|
+
name: string;
|
|
3393
|
+
language: string;
|
|
3394
|
+
};
|
|
3395
|
+
publicationDate: string | Date;
|
|
4054
3396
|
}>>;
|
|
4055
3397
|
}, "strip", z.ZodTypeAny, {
|
|
4056
3398
|
exclude?: boolean | undefined;
|
|
4057
3399
|
priority?: number | undefined;
|
|
4058
|
-
changefreq?: "
|
|
3400
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4059
3401
|
lastmod?: string | Date | undefined;
|
|
4060
3402
|
alternateRefs?: {
|
|
4061
3403
|
href: string;
|
|
@@ -4077,7 +3419,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4077
3419
|
}, {
|
|
4078
3420
|
exclude?: boolean | undefined;
|
|
4079
3421
|
priority?: number | undefined;
|
|
4080
|
-
changefreq?: "
|
|
3422
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4081
3423
|
lastmod?: string | Date | undefined;
|
|
4082
3424
|
alternateRefs?: {
|
|
4083
3425
|
href: string;
|
|
@@ -4168,7 +3510,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4168
3510
|
}, "strip", z.ZodTypeAny, {
|
|
4169
3511
|
exclude?: boolean | undefined;
|
|
4170
3512
|
priority?: number | undefined;
|
|
4171
|
-
changefreq?: "
|
|
3513
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4172
3514
|
lastmod?: string | Date | undefined;
|
|
4173
3515
|
alternateRefs?: {
|
|
4174
3516
|
href: string;
|
|
@@ -4190,7 +3532,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4190
3532
|
}, {
|
|
4191
3533
|
exclude?: boolean | undefined;
|
|
4192
3534
|
priority?: number | undefined;
|
|
4193
|
-
changefreq?: "
|
|
3535
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4194
3536
|
lastmod?: string | Date | undefined;
|
|
4195
3537
|
alternateRefs?: {
|
|
4196
3538
|
href: string;
|
|
@@ -4216,7 +3558,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4216
3558
|
sitemap?: {
|
|
4217
3559
|
exclude?: boolean | undefined;
|
|
4218
3560
|
priority?: number | undefined;
|
|
4219
|
-
changefreq?: "
|
|
3561
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4220
3562
|
lastmod?: string | Date | undefined;
|
|
4221
3563
|
alternateRefs?: {
|
|
4222
3564
|
href: string;
|
|
@@ -4242,7 +3584,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4242
3584
|
sitemap?: {
|
|
4243
3585
|
exclude?: boolean | undefined;
|
|
4244
3586
|
priority?: number | undefined;
|
|
4245
|
-
changefreq?: "
|
|
3587
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4246
3588
|
lastmod?: string | Date | undefined;
|
|
4247
3589
|
alternateRefs?: {
|
|
4248
3590
|
href: string;
|
|
@@ -4271,7 +3613,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4271
3613
|
sitemap?: {
|
|
4272
3614
|
exclude?: boolean | undefined;
|
|
4273
3615
|
priority?: number | undefined;
|
|
4274
|
-
changefreq?: "
|
|
3616
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4275
3617
|
lastmod?: string | Date | undefined;
|
|
4276
3618
|
alternateRefs?: {
|
|
4277
3619
|
href: string;
|
|
@@ -4300,7 +3642,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4300
3642
|
sitemap?: {
|
|
4301
3643
|
exclude?: boolean | undefined;
|
|
4302
3644
|
priority?: number | undefined;
|
|
4303
|
-
changefreq?: "
|
|
3645
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4304
3646
|
lastmod?: string | Date | undefined;
|
|
4305
3647
|
alternateRefs?: {
|
|
4306
3648
|
href: string;
|
|
@@ -4337,7 +3679,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4337
3679
|
sitemap?: {
|
|
4338
3680
|
exclude?: boolean | undefined;
|
|
4339
3681
|
priority?: number | undefined;
|
|
4340
|
-
changefreq?: "
|
|
3682
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4341
3683
|
lastmod?: string | Date | undefined;
|
|
4342
3684
|
alternateRefs?: {
|
|
4343
3685
|
href: string;
|
|
@@ -4374,7 +3716,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4374
3716
|
sitemap?: {
|
|
4375
3717
|
exclude?: boolean | undefined;
|
|
4376
3718
|
priority?: number | undefined;
|
|
4377
|
-
changefreq?: "
|
|
3719
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4378
3720
|
lastmod?: string | Date | undefined;
|
|
4379
3721
|
alternateRefs?: {
|
|
4380
3722
|
href: string;
|
|
@@ -4414,7 +3756,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4414
3756
|
sitemap?: {
|
|
4415
3757
|
exclude?: boolean | undefined;
|
|
4416
3758
|
priority?: number | undefined;
|
|
4417
|
-
changefreq?: "
|
|
3759
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4418
3760
|
lastmod?: string | Date | undefined;
|
|
4419
3761
|
alternateRefs?: {
|
|
4420
3762
|
href: string;
|
|
@@ -4442,7 +3784,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4442
3784
|
sitemap?: {
|
|
4443
3785
|
exclude?: boolean | undefined;
|
|
4444
3786
|
priority?: number | undefined;
|
|
4445
|
-
changefreq?: "
|
|
3787
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4446
3788
|
lastmod?: string | Date | undefined;
|
|
4447
3789
|
alternateRefs?: {
|
|
4448
3790
|
href: string;
|
|
@@ -4478,7 +3820,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4478
3820
|
sitemap?: {
|
|
4479
3821
|
exclude?: boolean | undefined;
|
|
4480
3822
|
priority?: number | undefined;
|
|
4481
|
-
changefreq?: "
|
|
3823
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4482
3824
|
lastmod?: string | Date | undefined;
|
|
4483
3825
|
alternateRefs?: {
|
|
4484
3826
|
href: string;
|
|
@@ -4506,7 +3848,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4506
3848
|
sitemap?: {
|
|
4507
3849
|
exclude?: boolean | undefined;
|
|
4508
3850
|
priority?: number | undefined;
|
|
4509
|
-
changefreq?: "
|
|
3851
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4510
3852
|
lastmod?: string | Date | undefined;
|
|
4511
3853
|
alternateRefs?: {
|
|
4512
3854
|
href: string;
|
|
@@ -4545,7 +3887,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4545
3887
|
sitemap?: {
|
|
4546
3888
|
exclude?: boolean | undefined;
|
|
4547
3889
|
priority?: number | undefined;
|
|
4548
|
-
changefreq?: "
|
|
3890
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4549
3891
|
lastmod?: string | Date | undefined;
|
|
4550
3892
|
alternateRefs?: {
|
|
4551
3893
|
href: string;
|
|
@@ -4573,7 +3915,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4573
3915
|
sitemap?: {
|
|
4574
3916
|
exclude?: boolean | undefined;
|
|
4575
3917
|
priority?: number | undefined;
|
|
4576
|
-
changefreq?: "
|
|
3918
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4577
3919
|
lastmod?: string | Date | undefined;
|
|
4578
3920
|
alternateRefs?: {
|
|
4579
3921
|
href: string;
|
|
@@ -4614,7 +3956,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4614
3956
|
sitemap?: {
|
|
4615
3957
|
exclude?: boolean | undefined;
|
|
4616
3958
|
priority?: number | undefined;
|
|
4617
|
-
changefreq?: "
|
|
3959
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4618
3960
|
lastmod?: string | Date | undefined;
|
|
4619
3961
|
alternateRefs?: {
|
|
4620
3962
|
href: string;
|
|
@@ -4642,7 +3984,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4642
3984
|
sitemap?: {
|
|
4643
3985
|
exclude?: boolean | undefined;
|
|
4644
3986
|
priority?: number | undefined;
|
|
4645
|
-
changefreq?: "
|
|
3987
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4646
3988
|
lastmod?: string | Date | undefined;
|
|
4647
3989
|
alternateRefs?: {
|
|
4648
3990
|
href: string;
|
|
@@ -4736,7 +4078,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4736
4078
|
}, "strip", z.ZodTypeAny, {
|
|
4737
4079
|
exclude?: boolean | undefined;
|
|
4738
4080
|
priority?: number | undefined;
|
|
4739
|
-
changefreq?: "
|
|
4081
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4740
4082
|
lastmod?: string | Date | undefined;
|
|
4741
4083
|
alternateRefs?: {
|
|
4742
4084
|
href: string;
|
|
@@ -4758,7 +4100,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4758
4100
|
}, {
|
|
4759
4101
|
exclude?: boolean | undefined;
|
|
4760
4102
|
priority?: number | undefined;
|
|
4761
|
-
changefreq?: "
|
|
4103
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4762
4104
|
lastmod?: string | Date | undefined;
|
|
4763
4105
|
alternateRefs?: {
|
|
4764
4106
|
href: string;
|
|
@@ -4784,7 +4126,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4784
4126
|
sitemap?: {
|
|
4785
4127
|
exclude?: boolean | undefined;
|
|
4786
4128
|
priority?: number | undefined;
|
|
4787
|
-
changefreq?: "
|
|
4129
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4788
4130
|
lastmod?: string | Date | undefined;
|
|
4789
4131
|
alternateRefs?: {
|
|
4790
4132
|
href: string;
|
|
@@ -4810,7 +4152,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4810
4152
|
sitemap?: {
|
|
4811
4153
|
exclude?: boolean | undefined;
|
|
4812
4154
|
priority?: number | undefined;
|
|
4813
|
-
changefreq?: "
|
|
4155
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4814
4156
|
lastmod?: string | Date | undefined;
|
|
4815
4157
|
alternateRefs?: {
|
|
4816
4158
|
href: string;
|
|
@@ -4839,7 +4181,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4839
4181
|
sitemap?: {
|
|
4840
4182
|
exclude?: boolean | undefined;
|
|
4841
4183
|
priority?: number | undefined;
|
|
4842
|
-
changefreq?: "
|
|
4184
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4843
4185
|
lastmod?: string | Date | undefined;
|
|
4844
4186
|
alternateRefs?: {
|
|
4845
4187
|
href: string;
|
|
@@ -4868,7 +4210,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4868
4210
|
sitemap?: {
|
|
4869
4211
|
exclude?: boolean | undefined;
|
|
4870
4212
|
priority?: number | undefined;
|
|
4871
|
-
changefreq?: "
|
|
4213
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4872
4214
|
lastmod?: string | Date | undefined;
|
|
4873
4215
|
alternateRefs?: {
|
|
4874
4216
|
href: string;
|
|
@@ -4905,7 +4247,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4905
4247
|
sitemap?: {
|
|
4906
4248
|
exclude?: boolean | undefined;
|
|
4907
4249
|
priority?: number | undefined;
|
|
4908
|
-
changefreq?: "
|
|
4250
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4909
4251
|
lastmod?: string | Date | undefined;
|
|
4910
4252
|
alternateRefs?: {
|
|
4911
4253
|
href: string;
|
|
@@ -4942,7 +4284,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4942
4284
|
sitemap?: {
|
|
4943
4285
|
exclude?: boolean | undefined;
|
|
4944
4286
|
priority?: number | undefined;
|
|
4945
|
-
changefreq?: "
|
|
4287
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
4946
4288
|
lastmod?: string | Date | undefined;
|
|
4947
4289
|
alternateRefs?: {
|
|
4948
4290
|
href: string;
|
|
@@ -5039,7 +4381,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5039
4381
|
}, "strip", z.ZodTypeAny, {
|
|
5040
4382
|
exclude?: boolean | undefined;
|
|
5041
4383
|
priority?: number | undefined;
|
|
5042
|
-
changefreq?: "
|
|
4384
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5043
4385
|
lastmod?: string | Date | undefined;
|
|
5044
4386
|
alternateRefs?: {
|
|
5045
4387
|
href: string;
|
|
@@ -5061,7 +4403,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5061
4403
|
}, {
|
|
5062
4404
|
exclude?: boolean | undefined;
|
|
5063
4405
|
priority?: number | undefined;
|
|
5064
|
-
changefreq?: "
|
|
4406
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5065
4407
|
lastmod?: string | Date | undefined;
|
|
5066
4408
|
alternateRefs?: {
|
|
5067
4409
|
href: string;
|
|
@@ -5087,7 +4429,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5087
4429
|
sitemap?: {
|
|
5088
4430
|
exclude?: boolean | undefined;
|
|
5089
4431
|
priority?: number | undefined;
|
|
5090
|
-
changefreq?: "
|
|
4432
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5091
4433
|
lastmod?: string | Date | undefined;
|
|
5092
4434
|
alternateRefs?: {
|
|
5093
4435
|
href: string;
|
|
@@ -5113,7 +4455,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5113
4455
|
sitemap?: {
|
|
5114
4456
|
exclude?: boolean | undefined;
|
|
5115
4457
|
priority?: number | undefined;
|
|
5116
|
-
changefreq?: "
|
|
4458
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5117
4459
|
lastmod?: string | Date | undefined;
|
|
5118
4460
|
alternateRefs?: {
|
|
5119
4461
|
href: string;
|
|
@@ -5142,7 +4484,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5142
4484
|
sitemap?: {
|
|
5143
4485
|
exclude?: boolean | undefined;
|
|
5144
4486
|
priority?: number | undefined;
|
|
5145
|
-
changefreq?: "
|
|
4487
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5146
4488
|
lastmod?: string | Date | undefined;
|
|
5147
4489
|
alternateRefs?: {
|
|
5148
4490
|
href: string;
|
|
@@ -5171,7 +4513,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5171
4513
|
sitemap?: {
|
|
5172
4514
|
exclude?: boolean | undefined;
|
|
5173
4515
|
priority?: number | undefined;
|
|
5174
|
-
changefreq?: "
|
|
4516
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5175
4517
|
lastmod?: string | Date | undefined;
|
|
5176
4518
|
alternateRefs?: {
|
|
5177
4519
|
href: string;
|
|
@@ -5208,7 +4550,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5208
4550
|
sitemap?: {
|
|
5209
4551
|
exclude?: boolean | undefined;
|
|
5210
4552
|
priority?: number | undefined;
|
|
5211
|
-
changefreq?: "
|
|
4553
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5212
4554
|
lastmod?: string | Date | undefined;
|
|
5213
4555
|
alternateRefs?: {
|
|
5214
4556
|
href: string;
|
|
@@ -5245,7 +4587,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5245
4587
|
sitemap?: {
|
|
5246
4588
|
exclude?: boolean | undefined;
|
|
5247
4589
|
priority?: number | undefined;
|
|
5248
|
-
changefreq?: "
|
|
4590
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5249
4591
|
lastmod?: string | Date | undefined;
|
|
5250
4592
|
alternateRefs?: {
|
|
5251
4593
|
href: string;
|
|
@@ -5282,7 +4624,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5282
4624
|
sitemap?: {
|
|
5283
4625
|
exclude?: boolean | undefined;
|
|
5284
4626
|
priority?: number | undefined;
|
|
5285
|
-
changefreq?: "
|
|
4627
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5286
4628
|
lastmod?: string | Date | undefined;
|
|
5287
4629
|
alternateRefs?: {
|
|
5288
4630
|
href: string;
|
|
@@ -5319,7 +4661,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5319
4661
|
sitemap?: {
|
|
5320
4662
|
exclude?: boolean | undefined;
|
|
5321
4663
|
priority?: number | undefined;
|
|
5322
|
-
changefreq?: "
|
|
4664
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5323
4665
|
lastmod?: string | Date | undefined;
|
|
5324
4666
|
alternateRefs?: {
|
|
5325
4667
|
href: string;
|
|
@@ -5358,7 +4700,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5358
4700
|
sitemap?: {
|
|
5359
4701
|
exclude?: boolean | undefined;
|
|
5360
4702
|
priority?: number | undefined;
|
|
5361
|
-
changefreq?: "
|
|
4703
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5362
4704
|
lastmod?: string | Date | undefined;
|
|
5363
4705
|
alternateRefs?: {
|
|
5364
4706
|
href: string;
|
|
@@ -5399,7 +4741,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5399
4741
|
sitemap?: {
|
|
5400
4742
|
exclude?: boolean | undefined;
|
|
5401
4743
|
priority?: number | undefined;
|
|
5402
|
-
changefreq?: "
|
|
4744
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5403
4745
|
lastmod?: string | Date | undefined;
|
|
5404
4746
|
alternateRefs?: {
|
|
5405
4747
|
href: string;
|
|
@@ -5453,7 +4795,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5453
4795
|
disableManifestGeneration?: boolean | undefined;
|
|
5454
4796
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
5455
4797
|
routeTreeFileFooter?: string[] | undefined;
|
|
5456
|
-
autoCodeSplitting?: boolean | undefined;
|
|
5457
4798
|
customScaffolding?: {
|
|
5458
4799
|
routeTemplate?: string | undefined;
|
|
5459
4800
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -5476,7 +4817,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5476
4817
|
base: string;
|
|
5477
4818
|
dir: string;
|
|
5478
4819
|
};
|
|
5479
|
-
pages:
|
|
4820
|
+
pages: {
|
|
5480
4821
|
path: string;
|
|
5481
4822
|
prerender?: {
|
|
5482
4823
|
enabled?: boolean | undefined;
|
|
@@ -5491,7 +4832,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5491
4832
|
sitemap?: {
|
|
5492
4833
|
exclude?: boolean | undefined;
|
|
5493
4834
|
priority?: number | undefined;
|
|
5494
|
-
changefreq?: "
|
|
4835
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5495
4836
|
lastmod?: string | Date | undefined;
|
|
5496
4837
|
alternateRefs?: {
|
|
5497
4838
|
href: string;
|
|
@@ -5519,7 +4860,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5519
4860
|
sitemap?: {
|
|
5520
4861
|
exclude?: boolean | undefined;
|
|
5521
4862
|
priority?: number | undefined;
|
|
5522
|
-
changefreq?: "
|
|
4863
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5523
4864
|
lastmod?: string | Date | undefined;
|
|
5524
4865
|
alternateRefs?: {
|
|
5525
4866
|
href: string;
|
|
@@ -5540,7 +4881,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5540
4881
|
} | undefined;
|
|
5541
4882
|
} | undefined;
|
|
5542
4883
|
fromCrawl?: boolean | undefined;
|
|
5543
|
-
}
|
|
4884
|
+
}[];
|
|
5544
4885
|
target?: import('nitropack/presets').PresetNameInput | undefined;
|
|
5545
4886
|
prerender?: ({
|
|
5546
4887
|
filter?: ((args_0: {
|
|
@@ -5558,7 +4899,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5558
4899
|
sitemap?: {
|
|
5559
4900
|
exclude?: boolean | undefined;
|
|
5560
4901
|
priority?: number | undefined;
|
|
5561
|
-
changefreq?: "
|
|
4902
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5562
4903
|
lastmod?: string | Date | undefined;
|
|
5563
4904
|
alternateRefs?: {
|
|
5564
4905
|
href: string;
|
|
@@ -5586,7 +4927,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5586
4927
|
sitemap?: {
|
|
5587
4928
|
exclude?: boolean | undefined;
|
|
5588
4929
|
priority?: number | undefined;
|
|
5589
|
-
changefreq?: "
|
|
4930
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5590
4931
|
lastmod?: string | Date | undefined;
|
|
5591
4932
|
alternateRefs?: {
|
|
5592
4933
|
href: string;
|
|
@@ -5624,7 +4965,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5624
4965
|
sitemap?: {
|
|
5625
4966
|
exclude?: boolean | undefined;
|
|
5626
4967
|
priority?: number | undefined;
|
|
5627
|
-
changefreq?: "
|
|
4968
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5628
4969
|
lastmod?: string | Date | undefined;
|
|
5629
4970
|
alternateRefs?: {
|
|
5630
4971
|
href: string;
|
|
@@ -5650,43 +4991,9 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5650
4991
|
}, ...args: unknown[]) => any) | undefined;
|
|
5651
4992
|
}) | undefined;
|
|
5652
4993
|
sitemap?: {
|
|
5653
|
-
enabled
|
|
5654
|
-
outputPath
|
|
5655
|
-
|
|
5656
|
-
crawlLinks?: boolean | undefined;
|
|
5657
|
-
retryCount?: number | undefined;
|
|
5658
|
-
retryDelay?: number | undefined;
|
|
5659
|
-
onSuccess?: ((args_0: {
|
|
5660
|
-
page: {
|
|
5661
|
-
path: string;
|
|
5662
|
-
sitemap?: {
|
|
5663
|
-
exclude?: boolean | undefined;
|
|
5664
|
-
priority?: number | undefined;
|
|
5665
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5666
|
-
lastmod?: string | Date | undefined;
|
|
5667
|
-
alternateRefs?: {
|
|
5668
|
-
href: string;
|
|
5669
|
-
hreflang: string;
|
|
5670
|
-
}[] | undefined;
|
|
5671
|
-
images?: {
|
|
5672
|
-
loc: string;
|
|
5673
|
-
caption?: string | undefined;
|
|
5674
|
-
title?: string | undefined;
|
|
5675
|
-
}[] | undefined;
|
|
5676
|
-
news?: {
|
|
5677
|
-
title: string;
|
|
5678
|
-
publication: {
|
|
5679
|
-
name: string;
|
|
5680
|
-
language: string;
|
|
5681
|
-
};
|
|
5682
|
-
publicationDate: string | Date;
|
|
5683
|
-
} | undefined;
|
|
5684
|
-
} | undefined;
|
|
5685
|
-
fromCrawl?: boolean | undefined;
|
|
5686
|
-
};
|
|
5687
|
-
html: string;
|
|
5688
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
5689
|
-
host?: string | undefined;
|
|
4994
|
+
enabled: boolean;
|
|
4995
|
+
outputPath: string;
|
|
4996
|
+
host?: string | undefined;
|
|
5690
4997
|
} | undefined;
|
|
5691
4998
|
spa?: {
|
|
5692
4999
|
prerender: {
|
|
@@ -5702,7 +5009,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5702
5009
|
sitemap?: {
|
|
5703
5010
|
exclude?: boolean | undefined;
|
|
5704
5011
|
priority?: number | undefined;
|
|
5705
|
-
changefreq?: "
|
|
5012
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5706
5013
|
lastmod?: string | Date | undefined;
|
|
5707
5014
|
alternateRefs?: {
|
|
5708
5015
|
href: string;
|
|
@@ -5749,7 +5056,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5749
5056
|
sitemap?: {
|
|
5750
5057
|
exclude?: boolean | undefined;
|
|
5751
5058
|
priority?: number | undefined;
|
|
5752
|
-
changefreq?: "
|
|
5059
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5753
5060
|
lastmod?: string | Date | undefined;
|
|
5754
5061
|
alternateRefs?: {
|
|
5755
5062
|
href: string;
|
|
@@ -5777,7 +5084,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5777
5084
|
sitemap?: {
|
|
5778
5085
|
exclude?: boolean | undefined;
|
|
5779
5086
|
priority?: number | undefined;
|
|
5780
|
-
changefreq?: "
|
|
5087
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5781
5088
|
lastmod?: string | Date | undefined;
|
|
5782
5089
|
alternateRefs?: {
|
|
5783
5090
|
href: string;
|
|
@@ -5815,7 +5122,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5815
5122
|
sitemap?: {
|
|
5816
5123
|
exclude?: boolean | undefined;
|
|
5817
5124
|
priority?: number | undefined;
|
|
5818
|
-
changefreq?: "
|
|
5125
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5819
5126
|
lastmod?: string | Date | undefined;
|
|
5820
5127
|
alternateRefs?: {
|
|
5821
5128
|
href: string;
|
|
@@ -5861,7 +5168,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5861
5168
|
disableManifestGeneration?: boolean | undefined;
|
|
5862
5169
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
5863
5170
|
routeTreeFileFooter?: string[] | undefined;
|
|
5864
|
-
autoCodeSplitting?: boolean | undefined;
|
|
5865
5171
|
customScaffolding?: {
|
|
5866
5172
|
routeTemplate?: string | undefined;
|
|
5867
5173
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -5888,43 +5194,9 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5888
5194
|
sitemap?: {
|
|
5889
5195
|
enabled?: boolean | undefined;
|
|
5890
5196
|
outputPath?: string | undefined;
|
|
5891
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
5892
|
-
crawlLinks?: boolean | undefined;
|
|
5893
|
-
retryCount?: number | undefined;
|
|
5894
|
-
retryDelay?: number | undefined;
|
|
5895
|
-
onSuccess?: ((args_0: {
|
|
5896
|
-
page: {
|
|
5897
|
-
path: string;
|
|
5898
|
-
sitemap?: {
|
|
5899
|
-
exclude?: boolean | undefined;
|
|
5900
|
-
priority?: number | undefined;
|
|
5901
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5902
|
-
lastmod?: string | Date | undefined;
|
|
5903
|
-
alternateRefs?: {
|
|
5904
|
-
href: string;
|
|
5905
|
-
hreflang: string;
|
|
5906
|
-
}[] | undefined;
|
|
5907
|
-
images?: {
|
|
5908
|
-
loc: string;
|
|
5909
|
-
caption?: string | undefined;
|
|
5910
|
-
title?: string | undefined;
|
|
5911
|
-
}[] | undefined;
|
|
5912
|
-
news?: {
|
|
5913
|
-
title: string;
|
|
5914
|
-
publication: {
|
|
5915
|
-
name: string;
|
|
5916
|
-
language: string;
|
|
5917
|
-
};
|
|
5918
|
-
publicationDate: string | Date;
|
|
5919
|
-
} | undefined;
|
|
5920
|
-
} | undefined;
|
|
5921
|
-
fromCrawl?: boolean | undefined;
|
|
5922
|
-
};
|
|
5923
|
-
html: string;
|
|
5924
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
5925
5197
|
host?: string | undefined;
|
|
5926
5198
|
} | undefined;
|
|
5927
|
-
pages?:
|
|
5199
|
+
pages?: {
|
|
5928
5200
|
path: string;
|
|
5929
5201
|
prerender?: {
|
|
5930
5202
|
enabled?: boolean | undefined;
|
|
@@ -5939,7 +5211,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5939
5211
|
sitemap?: {
|
|
5940
5212
|
exclude?: boolean | undefined;
|
|
5941
5213
|
priority?: number | undefined;
|
|
5942
|
-
changefreq?: "
|
|
5214
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5943
5215
|
lastmod?: string | Date | undefined;
|
|
5944
5216
|
alternateRefs?: {
|
|
5945
5217
|
href: string;
|
|
@@ -5967,7 +5239,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5967
5239
|
sitemap?: {
|
|
5968
5240
|
exclude?: boolean | undefined;
|
|
5969
5241
|
priority?: number | undefined;
|
|
5970
|
-
changefreq?: "
|
|
5242
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
5971
5243
|
lastmod?: string | Date | undefined;
|
|
5972
5244
|
alternateRefs?: {
|
|
5973
5245
|
href: string;
|
|
@@ -5988,7 +5260,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5988
5260
|
} | undefined;
|
|
5989
5261
|
} | undefined;
|
|
5990
5262
|
fromCrawl?: boolean | undefined;
|
|
5991
|
-
}
|
|
5263
|
+
}[] | undefined;
|
|
5992
5264
|
spa?: {
|
|
5993
5265
|
prerender?: {
|
|
5994
5266
|
enabled?: boolean | undefined;
|
|
@@ -6003,7 +5275,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6003
5275
|
sitemap?: {
|
|
6004
5276
|
exclude?: boolean | undefined;
|
|
6005
5277
|
priority?: number | undefined;
|
|
6006
|
-
changefreq?: "
|
|
5278
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6007
5279
|
lastmod?: string | Date | undefined;
|
|
6008
5280
|
alternateRefs?: {
|
|
6009
5281
|
href: string;
|
|
@@ -6080,7 +5352,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6080
5352
|
base: string;
|
|
6081
5353
|
dir: string;
|
|
6082
5354
|
};
|
|
6083
|
-
pages:
|
|
5355
|
+
pages: {
|
|
6084
5356
|
path: string;
|
|
6085
5357
|
prerender?: {
|
|
6086
5358
|
enabled?: boolean | undefined;
|
|
@@ -6095,7 +5367,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6095
5367
|
sitemap?: {
|
|
6096
5368
|
exclude?: boolean | undefined;
|
|
6097
5369
|
priority?: number | undefined;
|
|
6098
|
-
changefreq?: "
|
|
5370
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6099
5371
|
lastmod?: string | Date | undefined;
|
|
6100
5372
|
alternateRefs?: {
|
|
6101
5373
|
href: string;
|
|
@@ -6123,7 +5395,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6123
5395
|
sitemap?: {
|
|
6124
5396
|
exclude?: boolean | undefined;
|
|
6125
5397
|
priority?: number | undefined;
|
|
6126
|
-
changefreq?: "
|
|
5398
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6127
5399
|
lastmod?: string | Date | undefined;
|
|
6128
5400
|
alternateRefs?: {
|
|
6129
5401
|
href: string;
|
|
@@ -6144,7 +5416,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6144
5416
|
} | undefined;
|
|
6145
5417
|
} | undefined;
|
|
6146
5418
|
fromCrawl?: boolean | undefined;
|
|
6147
|
-
}
|
|
5419
|
+
}[];
|
|
6148
5420
|
target?: import('nitropack/presets').PresetNameInput | undefined;
|
|
6149
5421
|
prerender?: ({
|
|
6150
5422
|
filter?: ((args_0: {
|
|
@@ -6162,7 +5434,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6162
5434
|
sitemap?: {
|
|
6163
5435
|
exclude?: boolean | undefined;
|
|
6164
5436
|
priority?: number | undefined;
|
|
6165
|
-
changefreq?: "
|
|
5437
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6166
5438
|
lastmod?: string | Date | undefined;
|
|
6167
5439
|
alternateRefs?: {
|
|
6168
5440
|
href: string;
|
|
@@ -6190,7 +5462,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6190
5462
|
sitemap?: {
|
|
6191
5463
|
exclude?: boolean | undefined;
|
|
6192
5464
|
priority?: number | undefined;
|
|
6193
|
-
changefreq?: "
|
|
5465
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6194
5466
|
lastmod?: string | Date | undefined;
|
|
6195
5467
|
alternateRefs?: {
|
|
6196
5468
|
href: string;
|
|
@@ -6228,7 +5500,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6228
5500
|
sitemap?: {
|
|
6229
5501
|
exclude?: boolean | undefined;
|
|
6230
5502
|
priority?: number | undefined;
|
|
6231
|
-
changefreq?: "
|
|
5503
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6232
5504
|
lastmod?: string | Date | undefined;
|
|
6233
5505
|
alternateRefs?: {
|
|
6234
5506
|
href: string;
|
|
@@ -6254,42 +5526,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6254
5526
|
}, ...args: unknown[]) => any) | undefined;
|
|
6255
5527
|
}) | undefined;
|
|
6256
5528
|
sitemap?: {
|
|
6257
|
-
enabled
|
|
6258
|
-
outputPath
|
|
6259
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
6260
|
-
crawlLinks?: boolean | undefined;
|
|
6261
|
-
retryCount?: number | undefined;
|
|
6262
|
-
retryDelay?: number | undefined;
|
|
6263
|
-
onSuccess?: ((args_0: {
|
|
6264
|
-
page: {
|
|
6265
|
-
path: string;
|
|
6266
|
-
sitemap?: {
|
|
6267
|
-
exclude?: boolean | undefined;
|
|
6268
|
-
priority?: number | undefined;
|
|
6269
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6270
|
-
lastmod?: string | Date | undefined;
|
|
6271
|
-
alternateRefs?: {
|
|
6272
|
-
href: string;
|
|
6273
|
-
hreflang: string;
|
|
6274
|
-
}[] | undefined;
|
|
6275
|
-
images?: {
|
|
6276
|
-
loc: string;
|
|
6277
|
-
caption?: string | undefined;
|
|
6278
|
-
title?: string | undefined;
|
|
6279
|
-
}[] | undefined;
|
|
6280
|
-
news?: {
|
|
6281
|
-
title: string;
|
|
6282
|
-
publication: {
|
|
6283
|
-
name: string;
|
|
6284
|
-
language: string;
|
|
6285
|
-
};
|
|
6286
|
-
publicationDate: string | Date;
|
|
6287
|
-
} | undefined;
|
|
6288
|
-
} | undefined;
|
|
6289
|
-
fromCrawl?: boolean | undefined;
|
|
6290
|
-
};
|
|
6291
|
-
html: string;
|
|
6292
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
5529
|
+
enabled: boolean;
|
|
5530
|
+
outputPath: string;
|
|
6293
5531
|
host?: string | undefined;
|
|
6294
5532
|
} | undefined;
|
|
6295
5533
|
spa?: {
|
|
@@ -6306,7 +5544,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
6306
5544
|
sitemap?: {
|
|
6307
5545
|
exclude?: boolean | undefined;
|
|
6308
5546
|
priority?: number | undefined;
|
|
6309
|
-
changefreq?: "
|
|
5547
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6310
5548
|
lastmod?: string | Date | undefined;
|
|
6311
5549
|
alternateRefs?: {
|
|
6312
5550
|
href: string;
|
|
@@ -6358,7 +5596,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6358
5596
|
disableManifestGeneration: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
6359
5597
|
enableRouteTreeFormatting: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
6360
5598
|
routeTreeFileFooter: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
|
|
6361
|
-
autoCodeSplitting: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
6362
5599
|
customScaffolding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6363
5600
|
routeTemplate: z.ZodOptional<z.ZodString>;
|
|
6364
5601
|
lazyRouteTemplate: z.ZodOptional<z.ZodString>;
|
|
@@ -6400,7 +5637,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6400
5637
|
disableManifestGeneration?: boolean | undefined;
|
|
6401
5638
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
6402
5639
|
routeTreeFileFooter?: string[] | undefined;
|
|
6403
|
-
autoCodeSplitting?: boolean | undefined;
|
|
6404
5640
|
customScaffolding?: {
|
|
6405
5641
|
routeTemplate?: string | undefined;
|
|
6406
5642
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -6429,7 +5665,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6429
5665
|
disableManifestGeneration?: boolean | undefined;
|
|
6430
5666
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
6431
5667
|
routeTreeFileFooter?: string[] | undefined;
|
|
6432
|
-
autoCodeSplitting?: boolean | undefined;
|
|
6433
5668
|
customScaffolding?: {
|
|
6434
5669
|
routeTemplate?: string | undefined;
|
|
6435
5670
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -6473,7 +5708,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6473
5708
|
base?: string | undefined;
|
|
6474
5709
|
dir?: string | undefined;
|
|
6475
5710
|
}>>>;
|
|
6476
|
-
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.
|
|
5711
|
+
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<z.objectUtil.extendShape<{
|
|
6477
5712
|
path: z.ZodString;
|
|
6478
5713
|
sitemap: z.ZodOptional<z.ZodObject<{
|
|
6479
5714
|
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -6534,7 +5769,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6534
5769
|
}, "strip", z.ZodTypeAny, {
|
|
6535
5770
|
exclude?: boolean | undefined;
|
|
6536
5771
|
priority?: number | undefined;
|
|
6537
|
-
changefreq?: "
|
|
5772
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6538
5773
|
lastmod?: string | Date | undefined;
|
|
6539
5774
|
alternateRefs?: {
|
|
6540
5775
|
href: string;
|
|
@@ -6556,7 +5791,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6556
5791
|
}, {
|
|
6557
5792
|
exclude?: boolean | undefined;
|
|
6558
5793
|
priority?: number | undefined;
|
|
6559
|
-
changefreq?: "
|
|
5794
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6560
5795
|
lastmod?: string | Date | undefined;
|
|
6561
5796
|
alternateRefs?: {
|
|
6562
5797
|
href: string;
|
|
@@ -6647,7 +5882,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6647
5882
|
}, "strip", z.ZodTypeAny, {
|
|
6648
5883
|
exclude?: boolean | undefined;
|
|
6649
5884
|
priority?: number | undefined;
|
|
6650
|
-
changefreq?: "
|
|
5885
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6651
5886
|
lastmod?: string | Date | undefined;
|
|
6652
5887
|
alternateRefs?: {
|
|
6653
5888
|
href: string;
|
|
@@ -6669,7 +5904,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6669
5904
|
}, {
|
|
6670
5905
|
exclude?: boolean | undefined;
|
|
6671
5906
|
priority?: number | undefined;
|
|
6672
|
-
changefreq?: "
|
|
5907
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6673
5908
|
lastmod?: string | Date | undefined;
|
|
6674
5909
|
alternateRefs?: {
|
|
6675
5910
|
href: string;
|
|
@@ -6695,7 +5930,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6695
5930
|
sitemap?: {
|
|
6696
5931
|
exclude?: boolean | undefined;
|
|
6697
5932
|
priority?: number | undefined;
|
|
6698
|
-
changefreq?: "
|
|
5933
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6699
5934
|
lastmod?: string | Date | undefined;
|
|
6700
5935
|
alternateRefs?: {
|
|
6701
5936
|
href: string;
|
|
@@ -6721,7 +5956,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6721
5956
|
sitemap?: {
|
|
6722
5957
|
exclude?: boolean | undefined;
|
|
6723
5958
|
priority?: number | undefined;
|
|
6724
|
-
changefreq?: "
|
|
5959
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6725
5960
|
lastmod?: string | Date | undefined;
|
|
6726
5961
|
alternateRefs?: {
|
|
6727
5962
|
href: string;
|
|
@@ -6750,7 +5985,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6750
5985
|
sitemap?: {
|
|
6751
5986
|
exclude?: boolean | undefined;
|
|
6752
5987
|
priority?: number | undefined;
|
|
6753
|
-
changefreq?: "
|
|
5988
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6754
5989
|
lastmod?: string | Date | undefined;
|
|
6755
5990
|
alternateRefs?: {
|
|
6756
5991
|
href: string;
|
|
@@ -6779,7 +6014,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6779
6014
|
sitemap?: {
|
|
6780
6015
|
exclude?: boolean | undefined;
|
|
6781
6016
|
priority?: number | undefined;
|
|
6782
|
-
changefreq?: "
|
|
6017
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6783
6018
|
lastmod?: string | Date | undefined;
|
|
6784
6019
|
alternateRefs?: {
|
|
6785
6020
|
href: string;
|
|
@@ -6816,7 +6051,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6816
6051
|
sitemap?: {
|
|
6817
6052
|
exclude?: boolean | undefined;
|
|
6818
6053
|
priority?: number | undefined;
|
|
6819
|
-
changefreq?: "
|
|
6054
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6820
6055
|
lastmod?: string | Date | undefined;
|
|
6821
6056
|
alternateRefs?: {
|
|
6822
6057
|
href: string;
|
|
@@ -6853,7 +6088,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6853
6088
|
sitemap?: {
|
|
6854
6089
|
exclude?: boolean | undefined;
|
|
6855
6090
|
priority?: number | undefined;
|
|
6856
|
-
changefreq?: "
|
|
6091
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6857
6092
|
lastmod?: string | Date | undefined;
|
|
6858
6093
|
alternateRefs?: {
|
|
6859
6094
|
href: string;
|
|
@@ -6891,424 +6126,133 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6891
6126
|
page: {
|
|
6892
6127
|
path: string;
|
|
6893
6128
|
sitemap?: {
|
|
6894
|
-
exclude?: boolean | undefined;
|
|
6895
|
-
priority?: number | undefined;
|
|
6896
|
-
changefreq?: "
|
|
6897
|
-
lastmod?: string | Date | undefined;
|
|
6898
|
-
alternateRefs?: {
|
|
6899
|
-
href: string;
|
|
6900
|
-
hreflang: string;
|
|
6901
|
-
}[] | undefined;
|
|
6902
|
-
images?: {
|
|
6903
|
-
loc: string;
|
|
6904
|
-
caption?: string | undefined;
|
|
6905
|
-
title?: string | undefined;
|
|
6906
|
-
}[] | undefined;
|
|
6907
|
-
news?: {
|
|
6908
|
-
title: string;
|
|
6909
|
-
publication: {
|
|
6910
|
-
name: string;
|
|
6911
|
-
language: string;
|
|
6912
|
-
};
|
|
6913
|
-
publicationDate: string | Date;
|
|
6914
|
-
} | undefined;
|
|
6915
|
-
} | undefined;
|
|
6916
|
-
fromCrawl?: boolean | undefined;
|
|
6917
|
-
};
|
|
6918
|
-
html: string;
|
|
6919
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
6920
|
-
} | undefined;
|
|
6921
|
-
sitemap?: {
|
|
6922
|
-
exclude?: boolean | undefined;
|
|
6923
|
-
priority?: number | undefined;
|
|
6924
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6925
|
-
lastmod?: string | Date | undefined;
|
|
6926
|
-
alternateRefs?: {
|
|
6927
|
-
href: string;
|
|
6928
|
-
hreflang: string;
|
|
6929
|
-
}[] | undefined;
|
|
6930
|
-
images?: {
|
|
6931
|
-
loc: string;
|
|
6932
|
-
caption?: string | undefined;
|
|
6933
|
-
title?: string | undefined;
|
|
6934
|
-
}[] | undefined;
|
|
6935
|
-
news?: {
|
|
6936
|
-
title: string;
|
|
6937
|
-
publication: {
|
|
6938
|
-
name: string;
|
|
6939
|
-
language: string;
|
|
6940
|
-
};
|
|
6941
|
-
publicationDate: string | Date;
|
|
6942
|
-
} | undefined;
|
|
6943
|
-
} | undefined;
|
|
6944
|
-
fromCrawl?: boolean | undefined;
|
|
6945
|
-
}, {
|
|
6946
|
-
path: string;
|
|
6947
|
-
prerender?: {
|
|
6948
|
-
enabled?: boolean | undefined;
|
|
6949
|
-
outputPath?: string | undefined;
|
|
6950
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
6951
|
-
crawlLinks?: boolean | undefined;
|
|
6952
|
-
retryCount?: number | undefined;
|
|
6953
|
-
retryDelay?: number | undefined;
|
|
6954
|
-
onSuccess?: ((args_0: {
|
|
6955
|
-
page: {
|
|
6956
|
-
path: string;
|
|
6957
|
-
sitemap?: {
|
|
6958
|
-
exclude?: boolean | undefined;
|
|
6959
|
-
priority?: number | undefined;
|
|
6960
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6961
|
-
lastmod?: string | Date | undefined;
|
|
6962
|
-
alternateRefs?: {
|
|
6963
|
-
href: string;
|
|
6964
|
-
hreflang: string;
|
|
6965
|
-
}[] | undefined;
|
|
6966
|
-
images?: {
|
|
6967
|
-
loc: string;
|
|
6968
|
-
caption?: string | undefined;
|
|
6969
|
-
title?: string | undefined;
|
|
6970
|
-
}[] | undefined;
|
|
6971
|
-
news?: {
|
|
6972
|
-
title: string;
|
|
6973
|
-
publication: {
|
|
6974
|
-
name: string;
|
|
6975
|
-
language: string;
|
|
6976
|
-
};
|
|
6977
|
-
publicationDate: string | Date;
|
|
6978
|
-
} | undefined;
|
|
6979
|
-
} | undefined;
|
|
6980
|
-
fromCrawl?: boolean | undefined;
|
|
6981
|
-
};
|
|
6982
|
-
html: string;
|
|
6983
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
6984
|
-
} | undefined;
|
|
6985
|
-
sitemap?: {
|
|
6986
|
-
exclude?: boolean | undefined;
|
|
6987
|
-
priority?: number | undefined;
|
|
6988
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6989
|
-
lastmod?: string | Date | undefined;
|
|
6990
|
-
alternateRefs?: {
|
|
6991
|
-
href: string;
|
|
6992
|
-
hreflang: string;
|
|
6993
|
-
}[] | undefined;
|
|
6994
|
-
images?: {
|
|
6995
|
-
loc: string;
|
|
6996
|
-
caption?: string | undefined;
|
|
6997
|
-
title?: string | undefined;
|
|
6998
|
-
}[] | undefined;
|
|
6999
|
-
news?: {
|
|
7000
|
-
title: string;
|
|
7001
|
-
publication: {
|
|
7002
|
-
name: string;
|
|
7003
|
-
language: string;
|
|
7004
|
-
};
|
|
7005
|
-
publicationDate: string | Date;
|
|
7006
|
-
} | undefined;
|
|
7007
|
-
} | undefined;
|
|
7008
|
-
fromCrawl?: boolean | undefined;
|
|
7009
|
-
}>]>, "many">>>;
|
|
7010
|
-
sitemap: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
7011
|
-
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
7012
|
-
outputPath: z.ZodOptional<z.ZodString>;
|
|
7013
|
-
autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
|
|
7014
|
-
crawlLinks: z.ZodOptional<z.ZodBoolean>;
|
|
7015
|
-
retryCount: z.ZodOptional<z.ZodNumber>;
|
|
7016
|
-
retryDelay: z.ZodOptional<z.ZodNumber>;
|
|
7017
|
-
onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
7018
|
-
page: z.ZodObject<{
|
|
7019
|
-
path: z.ZodString;
|
|
7020
|
-
sitemap: z.ZodOptional<z.ZodObject<{
|
|
7021
|
-
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
7022
|
-
priority: z.ZodOptional<z.ZodNumber>;
|
|
7023
|
-
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
7024
|
-
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
7025
|
-
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7026
|
-
href: z.ZodString;
|
|
7027
|
-
hreflang: z.ZodString;
|
|
7028
|
-
}, "strip", z.ZodTypeAny, {
|
|
7029
|
-
href: string;
|
|
7030
|
-
hreflang: string;
|
|
7031
|
-
}, {
|
|
7032
|
-
href: string;
|
|
7033
|
-
hreflang: string;
|
|
7034
|
-
}>, "many">>;
|
|
7035
|
-
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7036
|
-
loc: z.ZodString;
|
|
7037
|
-
caption: z.ZodOptional<z.ZodString>;
|
|
7038
|
-
title: z.ZodOptional<z.ZodString>;
|
|
7039
|
-
}, "strip", z.ZodTypeAny, {
|
|
7040
|
-
loc: string;
|
|
7041
|
-
caption?: string | undefined;
|
|
7042
|
-
title?: string | undefined;
|
|
7043
|
-
}, {
|
|
7044
|
-
loc: string;
|
|
7045
|
-
caption?: string | undefined;
|
|
7046
|
-
title?: string | undefined;
|
|
7047
|
-
}>, "many">>;
|
|
7048
|
-
news: z.ZodOptional<z.ZodObject<{
|
|
7049
|
-
publication: z.ZodObject<{
|
|
7050
|
-
name: z.ZodString;
|
|
7051
|
-
language: z.ZodString;
|
|
7052
|
-
}, "strip", z.ZodTypeAny, {
|
|
7053
|
-
name: string;
|
|
7054
|
-
language: string;
|
|
7055
|
-
}, {
|
|
7056
|
-
name: string;
|
|
7057
|
-
language: string;
|
|
7058
|
-
}>;
|
|
7059
|
-
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
7060
|
-
title: z.ZodString;
|
|
7061
|
-
}, "strip", z.ZodTypeAny, {
|
|
7062
|
-
title: string;
|
|
7063
|
-
publication: {
|
|
7064
|
-
name: string;
|
|
7065
|
-
language: string;
|
|
7066
|
-
};
|
|
7067
|
-
publicationDate: string | Date;
|
|
7068
|
-
}, {
|
|
7069
|
-
title: string;
|
|
7070
|
-
publication: {
|
|
7071
|
-
name: string;
|
|
7072
|
-
language: string;
|
|
7073
|
-
};
|
|
7074
|
-
publicationDate: string | Date;
|
|
7075
|
-
}>>;
|
|
7076
|
-
}, "strip", z.ZodTypeAny, {
|
|
7077
|
-
exclude?: boolean | undefined;
|
|
7078
|
-
priority?: number | undefined;
|
|
7079
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7080
|
-
lastmod?: string | Date | undefined;
|
|
7081
|
-
alternateRefs?: {
|
|
7082
|
-
href: string;
|
|
7083
|
-
hreflang: string;
|
|
7084
|
-
}[] | undefined;
|
|
7085
|
-
images?: {
|
|
7086
|
-
loc: string;
|
|
7087
|
-
caption?: string | undefined;
|
|
7088
|
-
title?: string | undefined;
|
|
7089
|
-
}[] | undefined;
|
|
7090
|
-
news?: {
|
|
7091
|
-
title: string;
|
|
7092
|
-
publication: {
|
|
7093
|
-
name: string;
|
|
7094
|
-
language: string;
|
|
7095
|
-
};
|
|
7096
|
-
publicationDate: string | Date;
|
|
7097
|
-
} | undefined;
|
|
7098
|
-
}, {
|
|
7099
|
-
exclude?: boolean | undefined;
|
|
7100
|
-
priority?: number | undefined;
|
|
7101
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7102
|
-
lastmod?: string | Date | undefined;
|
|
7103
|
-
alternateRefs?: {
|
|
7104
|
-
href: string;
|
|
7105
|
-
hreflang: string;
|
|
7106
|
-
}[] | undefined;
|
|
7107
|
-
images?: {
|
|
7108
|
-
loc: string;
|
|
7109
|
-
caption?: string | undefined;
|
|
7110
|
-
title?: string | undefined;
|
|
7111
|
-
}[] | undefined;
|
|
7112
|
-
news?: {
|
|
7113
|
-
title: string;
|
|
7114
|
-
publication: {
|
|
7115
|
-
name: string;
|
|
7116
|
-
language: string;
|
|
7117
|
-
};
|
|
7118
|
-
publicationDate: string | Date;
|
|
7119
|
-
} | undefined;
|
|
7120
|
-
}>>;
|
|
7121
|
-
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
7122
|
-
}, "strip", z.ZodTypeAny, {
|
|
7123
|
-
path: string;
|
|
7124
|
-
sitemap?: {
|
|
7125
|
-
exclude?: boolean | undefined;
|
|
7126
|
-
priority?: number | undefined;
|
|
7127
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7128
|
-
lastmod?: string | Date | undefined;
|
|
7129
|
-
alternateRefs?: {
|
|
7130
|
-
href: string;
|
|
7131
|
-
hreflang: string;
|
|
7132
|
-
}[] | undefined;
|
|
7133
|
-
images?: {
|
|
7134
|
-
loc: string;
|
|
7135
|
-
caption?: string | undefined;
|
|
7136
|
-
title?: string | undefined;
|
|
7137
|
-
}[] | undefined;
|
|
7138
|
-
news?: {
|
|
7139
|
-
title: string;
|
|
7140
|
-
publication: {
|
|
7141
|
-
name: string;
|
|
7142
|
-
language: string;
|
|
7143
|
-
};
|
|
7144
|
-
publicationDate: string | Date;
|
|
7145
|
-
} | undefined;
|
|
7146
|
-
} | undefined;
|
|
7147
|
-
fromCrawl?: boolean | undefined;
|
|
7148
|
-
}, {
|
|
7149
|
-
path: string;
|
|
7150
|
-
sitemap?: {
|
|
7151
|
-
exclude?: boolean | undefined;
|
|
7152
|
-
priority?: number | undefined;
|
|
7153
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7154
|
-
lastmod?: string | Date | undefined;
|
|
7155
|
-
alternateRefs?: {
|
|
7156
|
-
href: string;
|
|
7157
|
-
hreflang: string;
|
|
7158
|
-
}[] | undefined;
|
|
7159
|
-
images?: {
|
|
7160
|
-
loc: string;
|
|
7161
|
-
caption?: string | undefined;
|
|
7162
|
-
title?: string | undefined;
|
|
7163
|
-
}[] | undefined;
|
|
7164
|
-
news?: {
|
|
7165
|
-
title: string;
|
|
7166
|
-
publication: {
|
|
7167
|
-
name: string;
|
|
7168
|
-
language: string;
|
|
7169
|
-
};
|
|
7170
|
-
publicationDate: string | Date;
|
|
7171
|
-
} | undefined;
|
|
7172
|
-
} | undefined;
|
|
7173
|
-
fromCrawl?: boolean | undefined;
|
|
7174
|
-
}>;
|
|
7175
|
-
html: z.ZodString;
|
|
7176
|
-
}, "strip", z.ZodTypeAny, {
|
|
7177
|
-
page: {
|
|
7178
|
-
path: string;
|
|
7179
|
-
sitemap?: {
|
|
7180
|
-
exclude?: boolean | undefined;
|
|
7181
|
-
priority?: number | undefined;
|
|
7182
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7183
|
-
lastmod?: string | Date | undefined;
|
|
7184
|
-
alternateRefs?: {
|
|
7185
|
-
href: string;
|
|
7186
|
-
hreflang: string;
|
|
7187
|
-
}[] | undefined;
|
|
7188
|
-
images?: {
|
|
7189
|
-
loc: string;
|
|
7190
|
-
caption?: string | undefined;
|
|
7191
|
-
title?: string | undefined;
|
|
7192
|
-
}[] | undefined;
|
|
7193
|
-
news?: {
|
|
7194
|
-
title: string;
|
|
7195
|
-
publication: {
|
|
7196
|
-
name: string;
|
|
7197
|
-
language: string;
|
|
7198
|
-
};
|
|
7199
|
-
publicationDate: string | Date;
|
|
7200
|
-
} | undefined;
|
|
7201
|
-
} | undefined;
|
|
7202
|
-
fromCrawl?: boolean | undefined;
|
|
7203
|
-
};
|
|
7204
|
-
html: string;
|
|
7205
|
-
}, {
|
|
7206
|
-
page: {
|
|
7207
|
-
path: string;
|
|
7208
|
-
sitemap?: {
|
|
7209
|
-
exclude?: boolean | undefined;
|
|
7210
|
-
priority?: number | undefined;
|
|
7211
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7212
|
-
lastmod?: string | Date | undefined;
|
|
7213
|
-
alternateRefs?: {
|
|
7214
|
-
href: string;
|
|
7215
|
-
hreflang: string;
|
|
7216
|
-
}[] | undefined;
|
|
7217
|
-
images?: {
|
|
7218
|
-
loc: string;
|
|
7219
|
-
caption?: string | undefined;
|
|
7220
|
-
title?: string | undefined;
|
|
7221
|
-
}[] | undefined;
|
|
7222
|
-
news?: {
|
|
7223
|
-
title: string;
|
|
7224
|
-
publication: {
|
|
7225
|
-
name: string;
|
|
7226
|
-
language: string;
|
|
7227
|
-
};
|
|
7228
|
-
publicationDate: string | Date;
|
|
6129
|
+
exclude?: boolean | undefined;
|
|
6130
|
+
priority?: number | undefined;
|
|
6131
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6132
|
+
lastmod?: string | Date | undefined;
|
|
6133
|
+
alternateRefs?: {
|
|
6134
|
+
href: string;
|
|
6135
|
+
hreflang: string;
|
|
6136
|
+
}[] | undefined;
|
|
6137
|
+
images?: {
|
|
6138
|
+
loc: string;
|
|
6139
|
+
caption?: string | undefined;
|
|
6140
|
+
title?: string | undefined;
|
|
6141
|
+
}[] | undefined;
|
|
6142
|
+
news?: {
|
|
6143
|
+
title: string;
|
|
6144
|
+
publication: {
|
|
6145
|
+
name: string;
|
|
6146
|
+
language: string;
|
|
6147
|
+
};
|
|
6148
|
+
publicationDate: string | Date;
|
|
6149
|
+
} | undefined;
|
|
7229
6150
|
} | undefined;
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
}
|
|
6151
|
+
fromCrawl?: boolean | undefined;
|
|
6152
|
+
};
|
|
6153
|
+
html: string;
|
|
6154
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6155
|
+
} | undefined;
|
|
6156
|
+
sitemap?: {
|
|
6157
|
+
exclude?: boolean | undefined;
|
|
6158
|
+
priority?: number | undefined;
|
|
6159
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6160
|
+
lastmod?: string | Date | undefined;
|
|
6161
|
+
alternateRefs?: {
|
|
6162
|
+
href: string;
|
|
6163
|
+
hreflang: string;
|
|
6164
|
+
}[] | undefined;
|
|
6165
|
+
images?: {
|
|
6166
|
+
loc: string;
|
|
6167
|
+
caption?: string | undefined;
|
|
6168
|
+
title?: string | undefined;
|
|
6169
|
+
}[] | undefined;
|
|
6170
|
+
news?: {
|
|
6171
|
+
title: string;
|
|
6172
|
+
publication: {
|
|
6173
|
+
name: string;
|
|
6174
|
+
language: string;
|
|
6175
|
+
};
|
|
6176
|
+
publicationDate: string | Date;
|
|
6177
|
+
} | undefined;
|
|
6178
|
+
} | undefined;
|
|
6179
|
+
fromCrawl?: boolean | undefined;
|
|
7235
6180
|
}, {
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
6181
|
+
path: string;
|
|
6182
|
+
prerender?: {
|
|
6183
|
+
enabled?: boolean | undefined;
|
|
6184
|
+
outputPath?: string | undefined;
|
|
6185
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6186
|
+
crawlLinks?: boolean | undefined;
|
|
6187
|
+
retryCount?: number | undefined;
|
|
6188
|
+
retryDelay?: number | undefined;
|
|
6189
|
+
onSuccess?: ((args_0: {
|
|
6190
|
+
page: {
|
|
6191
|
+
path: string;
|
|
6192
|
+
sitemap?: {
|
|
6193
|
+
exclude?: boolean | undefined;
|
|
6194
|
+
priority?: number | undefined;
|
|
6195
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6196
|
+
lastmod?: string | Date | undefined;
|
|
6197
|
+
alternateRefs?: {
|
|
6198
|
+
href: string;
|
|
6199
|
+
hreflang: string;
|
|
6200
|
+
}[] | undefined;
|
|
6201
|
+
images?: {
|
|
6202
|
+
loc: string;
|
|
6203
|
+
caption?: string | undefined;
|
|
6204
|
+
title?: string | undefined;
|
|
6205
|
+
}[] | undefined;
|
|
6206
|
+
news?: {
|
|
6207
|
+
title: string;
|
|
6208
|
+
publication: {
|
|
6209
|
+
name: string;
|
|
6210
|
+
language: string;
|
|
6211
|
+
};
|
|
6212
|
+
publicationDate: string | Date;
|
|
6213
|
+
} | undefined;
|
|
7268
6214
|
} | undefined;
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
}
|
|
6215
|
+
fromCrawl?: boolean | undefined;
|
|
6216
|
+
};
|
|
6217
|
+
html: string;
|
|
6218
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6219
|
+
} | undefined;
|
|
6220
|
+
sitemap?: {
|
|
6221
|
+
exclude?: boolean | undefined;
|
|
6222
|
+
priority?: number | undefined;
|
|
6223
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
6224
|
+
lastmod?: string | Date | undefined;
|
|
6225
|
+
alternateRefs?: {
|
|
6226
|
+
href: string;
|
|
6227
|
+
hreflang: string;
|
|
6228
|
+
}[] | undefined;
|
|
6229
|
+
images?: {
|
|
6230
|
+
loc: string;
|
|
6231
|
+
caption?: string | undefined;
|
|
6232
|
+
title?: string | undefined;
|
|
6233
|
+
}[] | undefined;
|
|
6234
|
+
news?: {
|
|
6235
|
+
title: string;
|
|
6236
|
+
publication: {
|
|
6237
|
+
name: string;
|
|
6238
|
+
language: string;
|
|
6239
|
+
};
|
|
6240
|
+
publicationDate: string | Date;
|
|
6241
|
+
} | undefined;
|
|
6242
|
+
} | undefined;
|
|
6243
|
+
fromCrawl?: boolean | undefined;
|
|
6244
|
+
}>, "many">>>;
|
|
6245
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
6246
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
6247
|
+
host: z.ZodOptional<z.ZodString>;
|
|
6248
|
+
outputPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6249
|
+
}, "strip", z.ZodTypeAny, {
|
|
6250
|
+
enabled: boolean;
|
|
6251
|
+
outputPath: string;
|
|
7274
6252
|
host?: string | undefined;
|
|
7275
6253
|
}, {
|
|
7276
6254
|
enabled?: boolean | undefined;
|
|
7277
6255
|
outputPath?: string | undefined;
|
|
7278
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
7279
|
-
crawlLinks?: boolean | undefined;
|
|
7280
|
-
retryCount?: number | undefined;
|
|
7281
|
-
retryDelay?: number | undefined;
|
|
7282
|
-
onSuccess?: ((args_0: {
|
|
7283
|
-
page: {
|
|
7284
|
-
path: string;
|
|
7285
|
-
sitemap?: {
|
|
7286
|
-
exclude?: boolean | undefined;
|
|
7287
|
-
priority?: number | undefined;
|
|
7288
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7289
|
-
lastmod?: string | Date | undefined;
|
|
7290
|
-
alternateRefs?: {
|
|
7291
|
-
href: string;
|
|
7292
|
-
hreflang: string;
|
|
7293
|
-
}[] | undefined;
|
|
7294
|
-
images?: {
|
|
7295
|
-
loc: string;
|
|
7296
|
-
caption?: string | undefined;
|
|
7297
|
-
title?: string | undefined;
|
|
7298
|
-
}[] | undefined;
|
|
7299
|
-
news?: {
|
|
7300
|
-
title: string;
|
|
7301
|
-
publication: {
|
|
7302
|
-
name: string;
|
|
7303
|
-
language: string;
|
|
7304
|
-
};
|
|
7305
|
-
publicationDate: string | Date;
|
|
7306
|
-
} | undefined;
|
|
7307
|
-
} | undefined;
|
|
7308
|
-
fromCrawl?: boolean | undefined;
|
|
7309
|
-
};
|
|
7310
|
-
html: string;
|
|
7311
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
7312
6256
|
host?: string | undefined;
|
|
7313
6257
|
}>>;
|
|
7314
6258
|
prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
@@ -7375,7 +6319,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7375
6319
|
}, "strip", z.ZodTypeAny, {
|
|
7376
6320
|
exclude?: boolean | undefined;
|
|
7377
6321
|
priority?: number | undefined;
|
|
7378
|
-
changefreq?: "
|
|
6322
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7379
6323
|
lastmod?: string | Date | undefined;
|
|
7380
6324
|
alternateRefs?: {
|
|
7381
6325
|
href: string;
|
|
@@ -7397,7 +6341,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7397
6341
|
}, {
|
|
7398
6342
|
exclude?: boolean | undefined;
|
|
7399
6343
|
priority?: number | undefined;
|
|
7400
|
-
changefreq?: "
|
|
6344
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7401
6345
|
lastmod?: string | Date | undefined;
|
|
7402
6346
|
alternateRefs?: {
|
|
7403
6347
|
href: string;
|
|
@@ -7488,7 +6432,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7488
6432
|
}, "strip", z.ZodTypeAny, {
|
|
7489
6433
|
exclude?: boolean | undefined;
|
|
7490
6434
|
priority?: number | undefined;
|
|
7491
|
-
changefreq?: "
|
|
6435
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7492
6436
|
lastmod?: string | Date | undefined;
|
|
7493
6437
|
alternateRefs?: {
|
|
7494
6438
|
href: string;
|
|
@@ -7510,7 +6454,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7510
6454
|
}, {
|
|
7511
6455
|
exclude?: boolean | undefined;
|
|
7512
6456
|
priority?: number | undefined;
|
|
7513
|
-
changefreq?: "
|
|
6457
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7514
6458
|
lastmod?: string | Date | undefined;
|
|
7515
6459
|
alternateRefs?: {
|
|
7516
6460
|
href: string;
|
|
@@ -7536,7 +6480,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7536
6480
|
sitemap?: {
|
|
7537
6481
|
exclude?: boolean | undefined;
|
|
7538
6482
|
priority?: number | undefined;
|
|
7539
|
-
changefreq?: "
|
|
6483
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7540
6484
|
lastmod?: string | Date | undefined;
|
|
7541
6485
|
alternateRefs?: {
|
|
7542
6486
|
href: string;
|
|
@@ -7562,7 +6506,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7562
6506
|
sitemap?: {
|
|
7563
6507
|
exclude?: boolean | undefined;
|
|
7564
6508
|
priority?: number | undefined;
|
|
7565
|
-
changefreq?: "
|
|
6509
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7566
6510
|
lastmod?: string | Date | undefined;
|
|
7567
6511
|
alternateRefs?: {
|
|
7568
6512
|
href: string;
|
|
@@ -7591,7 +6535,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7591
6535
|
sitemap?: {
|
|
7592
6536
|
exclude?: boolean | undefined;
|
|
7593
6537
|
priority?: number | undefined;
|
|
7594
|
-
changefreq?: "
|
|
6538
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7595
6539
|
lastmod?: string | Date | undefined;
|
|
7596
6540
|
alternateRefs?: {
|
|
7597
6541
|
href: string;
|
|
@@ -7620,7 +6564,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7620
6564
|
sitemap?: {
|
|
7621
6565
|
exclude?: boolean | undefined;
|
|
7622
6566
|
priority?: number | undefined;
|
|
7623
|
-
changefreq?: "
|
|
6567
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7624
6568
|
lastmod?: string | Date | undefined;
|
|
7625
6569
|
alternateRefs?: {
|
|
7626
6570
|
href: string;
|
|
@@ -7657,7 +6601,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7657
6601
|
sitemap?: {
|
|
7658
6602
|
exclude?: boolean | undefined;
|
|
7659
6603
|
priority?: number | undefined;
|
|
7660
|
-
changefreq?: "
|
|
6604
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7661
6605
|
lastmod?: string | Date | undefined;
|
|
7662
6606
|
alternateRefs?: {
|
|
7663
6607
|
href: string;
|
|
@@ -7694,7 +6638,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7694
6638
|
sitemap?: {
|
|
7695
6639
|
exclude?: boolean | undefined;
|
|
7696
6640
|
priority?: number | undefined;
|
|
7697
|
-
changefreq?: "
|
|
6641
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7698
6642
|
lastmod?: string | Date | undefined;
|
|
7699
6643
|
alternateRefs?: {
|
|
7700
6644
|
href: string;
|
|
@@ -7734,7 +6678,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7734
6678
|
sitemap?: {
|
|
7735
6679
|
exclude?: boolean | undefined;
|
|
7736
6680
|
priority?: number | undefined;
|
|
7737
|
-
changefreq?: "
|
|
6681
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7738
6682
|
lastmod?: string | Date | undefined;
|
|
7739
6683
|
alternateRefs?: {
|
|
7740
6684
|
href: string;
|
|
@@ -7762,7 +6706,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7762
6706
|
sitemap?: {
|
|
7763
6707
|
exclude?: boolean | undefined;
|
|
7764
6708
|
priority?: number | undefined;
|
|
7765
|
-
changefreq?: "
|
|
6709
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7766
6710
|
lastmod?: string | Date | undefined;
|
|
7767
6711
|
alternateRefs?: {
|
|
7768
6712
|
href: string;
|
|
@@ -7798,7 +6742,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7798
6742
|
sitemap?: {
|
|
7799
6743
|
exclude?: boolean | undefined;
|
|
7800
6744
|
priority?: number | undefined;
|
|
7801
|
-
changefreq?: "
|
|
6745
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7802
6746
|
lastmod?: string | Date | undefined;
|
|
7803
6747
|
alternateRefs?: {
|
|
7804
6748
|
href: string;
|
|
@@ -7826,7 +6770,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7826
6770
|
sitemap?: {
|
|
7827
6771
|
exclude?: boolean | undefined;
|
|
7828
6772
|
priority?: number | undefined;
|
|
7829
|
-
changefreq?: "
|
|
6773
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7830
6774
|
lastmod?: string | Date | undefined;
|
|
7831
6775
|
alternateRefs?: {
|
|
7832
6776
|
href: string;
|
|
@@ -7865,7 +6809,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7865
6809
|
sitemap?: {
|
|
7866
6810
|
exclude?: boolean | undefined;
|
|
7867
6811
|
priority?: number | undefined;
|
|
7868
|
-
changefreq?: "
|
|
6812
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7869
6813
|
lastmod?: string | Date | undefined;
|
|
7870
6814
|
alternateRefs?: {
|
|
7871
6815
|
href: string;
|
|
@@ -7893,7 +6837,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7893
6837
|
sitemap?: {
|
|
7894
6838
|
exclude?: boolean | undefined;
|
|
7895
6839
|
priority?: number | undefined;
|
|
7896
|
-
changefreq?: "
|
|
6840
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7897
6841
|
lastmod?: string | Date | undefined;
|
|
7898
6842
|
alternateRefs?: {
|
|
7899
6843
|
href: string;
|
|
@@ -7934,7 +6878,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7934
6878
|
sitemap?: {
|
|
7935
6879
|
exclude?: boolean | undefined;
|
|
7936
6880
|
priority?: number | undefined;
|
|
7937
|
-
changefreq?: "
|
|
6881
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7938
6882
|
lastmod?: string | Date | undefined;
|
|
7939
6883
|
alternateRefs?: {
|
|
7940
6884
|
href: string;
|
|
@@ -7962,7 +6906,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7962
6906
|
sitemap?: {
|
|
7963
6907
|
exclude?: boolean | undefined;
|
|
7964
6908
|
priority?: number | undefined;
|
|
7965
|
-
changefreq?: "
|
|
6909
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
7966
6910
|
lastmod?: string | Date | undefined;
|
|
7967
6911
|
alternateRefs?: {
|
|
7968
6912
|
href: string;
|
|
@@ -8056,7 +7000,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8056
7000
|
}, "strip", z.ZodTypeAny, {
|
|
8057
7001
|
exclude?: boolean | undefined;
|
|
8058
7002
|
priority?: number | undefined;
|
|
8059
|
-
changefreq?: "
|
|
7003
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8060
7004
|
lastmod?: string | Date | undefined;
|
|
8061
7005
|
alternateRefs?: {
|
|
8062
7006
|
href: string;
|
|
@@ -8078,7 +7022,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8078
7022
|
}, {
|
|
8079
7023
|
exclude?: boolean | undefined;
|
|
8080
7024
|
priority?: number | undefined;
|
|
8081
|
-
changefreq?: "
|
|
7025
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8082
7026
|
lastmod?: string | Date | undefined;
|
|
8083
7027
|
alternateRefs?: {
|
|
8084
7028
|
href: string;
|
|
@@ -8104,7 +7048,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8104
7048
|
sitemap?: {
|
|
8105
7049
|
exclude?: boolean | undefined;
|
|
8106
7050
|
priority?: number | undefined;
|
|
8107
|
-
changefreq?: "
|
|
7051
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8108
7052
|
lastmod?: string | Date | undefined;
|
|
8109
7053
|
alternateRefs?: {
|
|
8110
7054
|
href: string;
|
|
@@ -8130,7 +7074,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8130
7074
|
sitemap?: {
|
|
8131
7075
|
exclude?: boolean | undefined;
|
|
8132
7076
|
priority?: number | undefined;
|
|
8133
|
-
changefreq?: "
|
|
7077
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8134
7078
|
lastmod?: string | Date | undefined;
|
|
8135
7079
|
alternateRefs?: {
|
|
8136
7080
|
href: string;
|
|
@@ -8159,7 +7103,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8159
7103
|
sitemap?: {
|
|
8160
7104
|
exclude?: boolean | undefined;
|
|
8161
7105
|
priority?: number | undefined;
|
|
8162
|
-
changefreq?: "
|
|
7106
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8163
7107
|
lastmod?: string | Date | undefined;
|
|
8164
7108
|
alternateRefs?: {
|
|
8165
7109
|
href: string;
|
|
@@ -8188,7 +7132,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8188
7132
|
sitemap?: {
|
|
8189
7133
|
exclude?: boolean | undefined;
|
|
8190
7134
|
priority?: number | undefined;
|
|
8191
|
-
changefreq?: "
|
|
7135
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8192
7136
|
lastmod?: string | Date | undefined;
|
|
8193
7137
|
alternateRefs?: {
|
|
8194
7138
|
href: string;
|
|
@@ -8225,7 +7169,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8225
7169
|
sitemap?: {
|
|
8226
7170
|
exclude?: boolean | undefined;
|
|
8227
7171
|
priority?: number | undefined;
|
|
8228
|
-
changefreq?: "
|
|
7172
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8229
7173
|
lastmod?: string | Date | undefined;
|
|
8230
7174
|
alternateRefs?: {
|
|
8231
7175
|
href: string;
|
|
@@ -8262,7 +7206,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8262
7206
|
sitemap?: {
|
|
8263
7207
|
exclude?: boolean | undefined;
|
|
8264
7208
|
priority?: number | undefined;
|
|
8265
|
-
changefreq?: "
|
|
7209
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8266
7210
|
lastmod?: string | Date | undefined;
|
|
8267
7211
|
alternateRefs?: {
|
|
8268
7212
|
href: string;
|
|
@@ -8359,7 +7303,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8359
7303
|
}, "strip", z.ZodTypeAny, {
|
|
8360
7304
|
exclude?: boolean | undefined;
|
|
8361
7305
|
priority?: number | undefined;
|
|
8362
|
-
changefreq?: "
|
|
7306
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8363
7307
|
lastmod?: string | Date | undefined;
|
|
8364
7308
|
alternateRefs?: {
|
|
8365
7309
|
href: string;
|
|
@@ -8381,7 +7325,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8381
7325
|
}, {
|
|
8382
7326
|
exclude?: boolean | undefined;
|
|
8383
7327
|
priority?: number | undefined;
|
|
8384
|
-
changefreq?: "
|
|
7328
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8385
7329
|
lastmod?: string | Date | undefined;
|
|
8386
7330
|
alternateRefs?: {
|
|
8387
7331
|
href: string;
|
|
@@ -8407,7 +7351,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8407
7351
|
sitemap?: {
|
|
8408
7352
|
exclude?: boolean | undefined;
|
|
8409
7353
|
priority?: number | undefined;
|
|
8410
|
-
changefreq?: "
|
|
7354
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8411
7355
|
lastmod?: string | Date | undefined;
|
|
8412
7356
|
alternateRefs?: {
|
|
8413
7357
|
href: string;
|
|
@@ -8433,7 +7377,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8433
7377
|
sitemap?: {
|
|
8434
7378
|
exclude?: boolean | undefined;
|
|
8435
7379
|
priority?: number | undefined;
|
|
8436
|
-
changefreq?: "
|
|
7380
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8437
7381
|
lastmod?: string | Date | undefined;
|
|
8438
7382
|
alternateRefs?: {
|
|
8439
7383
|
href: string;
|
|
@@ -8462,7 +7406,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8462
7406
|
sitemap?: {
|
|
8463
7407
|
exclude?: boolean | undefined;
|
|
8464
7408
|
priority?: number | undefined;
|
|
8465
|
-
changefreq?: "
|
|
7409
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8466
7410
|
lastmod?: string | Date | undefined;
|
|
8467
7411
|
alternateRefs?: {
|
|
8468
7412
|
href: string;
|
|
@@ -8491,7 +7435,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8491
7435
|
sitemap?: {
|
|
8492
7436
|
exclude?: boolean | undefined;
|
|
8493
7437
|
priority?: number | undefined;
|
|
8494
|
-
changefreq?: "
|
|
7438
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8495
7439
|
lastmod?: string | Date | undefined;
|
|
8496
7440
|
alternateRefs?: {
|
|
8497
7441
|
href: string;
|
|
@@ -8528,7 +7472,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8528
7472
|
sitemap?: {
|
|
8529
7473
|
exclude?: boolean | undefined;
|
|
8530
7474
|
priority?: number | undefined;
|
|
8531
|
-
changefreq?: "
|
|
7475
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8532
7476
|
lastmod?: string | Date | undefined;
|
|
8533
7477
|
alternateRefs?: {
|
|
8534
7478
|
href: string;
|
|
@@ -8565,7 +7509,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8565
7509
|
sitemap?: {
|
|
8566
7510
|
exclude?: boolean | undefined;
|
|
8567
7511
|
priority?: number | undefined;
|
|
8568
|
-
changefreq?: "
|
|
7512
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8569
7513
|
lastmod?: string | Date | undefined;
|
|
8570
7514
|
alternateRefs?: {
|
|
8571
7515
|
href: string;
|
|
@@ -8602,7 +7546,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8602
7546
|
sitemap?: {
|
|
8603
7547
|
exclude?: boolean | undefined;
|
|
8604
7548
|
priority?: number | undefined;
|
|
8605
|
-
changefreq?: "
|
|
7549
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8606
7550
|
lastmod?: string | Date | undefined;
|
|
8607
7551
|
alternateRefs?: {
|
|
8608
7552
|
href: string;
|
|
@@ -8639,7 +7583,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8639
7583
|
sitemap?: {
|
|
8640
7584
|
exclude?: boolean | undefined;
|
|
8641
7585
|
priority?: number | undefined;
|
|
8642
|
-
changefreq?: "
|
|
7586
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8643
7587
|
lastmod?: string | Date | undefined;
|
|
8644
7588
|
alternateRefs?: {
|
|
8645
7589
|
href: string;
|
|
@@ -8678,7 +7622,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8678
7622
|
sitemap?: {
|
|
8679
7623
|
exclude?: boolean | undefined;
|
|
8680
7624
|
priority?: number | undefined;
|
|
8681
|
-
changefreq?: "
|
|
7625
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8682
7626
|
lastmod?: string | Date | undefined;
|
|
8683
7627
|
alternateRefs?: {
|
|
8684
7628
|
href: string;
|
|
@@ -8719,7 +7663,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8719
7663
|
sitemap?: {
|
|
8720
7664
|
exclude?: boolean | undefined;
|
|
8721
7665
|
priority?: number | undefined;
|
|
8722
|
-
changefreq?: "
|
|
7666
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8723
7667
|
lastmod?: string | Date | undefined;
|
|
8724
7668
|
alternateRefs?: {
|
|
8725
7669
|
href: string;
|
|
@@ -8773,7 +7717,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8773
7717
|
disableManifestGeneration?: boolean | undefined;
|
|
8774
7718
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
8775
7719
|
routeTreeFileFooter?: string[] | undefined;
|
|
8776
|
-
autoCodeSplitting?: boolean | undefined;
|
|
8777
7720
|
customScaffolding?: {
|
|
8778
7721
|
routeTemplate?: string | undefined;
|
|
8779
7722
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -8796,7 +7739,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8796
7739
|
base: string;
|
|
8797
7740
|
dir: string;
|
|
8798
7741
|
};
|
|
8799
|
-
pages:
|
|
7742
|
+
pages: {
|
|
8800
7743
|
path: string;
|
|
8801
7744
|
prerender?: {
|
|
8802
7745
|
enabled?: boolean | undefined;
|
|
@@ -8811,7 +7754,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8811
7754
|
sitemap?: {
|
|
8812
7755
|
exclude?: boolean | undefined;
|
|
8813
7756
|
priority?: number | undefined;
|
|
8814
|
-
changefreq?: "
|
|
7757
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8815
7758
|
lastmod?: string | Date | undefined;
|
|
8816
7759
|
alternateRefs?: {
|
|
8817
7760
|
href: string;
|
|
@@ -8839,7 +7782,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8839
7782
|
sitemap?: {
|
|
8840
7783
|
exclude?: boolean | undefined;
|
|
8841
7784
|
priority?: number | undefined;
|
|
8842
|
-
changefreq?: "
|
|
7785
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8843
7786
|
lastmod?: string | Date | undefined;
|
|
8844
7787
|
alternateRefs?: {
|
|
8845
7788
|
href: string;
|
|
@@ -8860,7 +7803,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8860
7803
|
} | undefined;
|
|
8861
7804
|
} | undefined;
|
|
8862
7805
|
fromCrawl?: boolean | undefined;
|
|
8863
|
-
}
|
|
7806
|
+
}[];
|
|
8864
7807
|
target?: import('nitropack/presets').PresetNameInput | undefined;
|
|
8865
7808
|
prerender?: ({
|
|
8866
7809
|
filter?: ((args_0: {
|
|
@@ -8878,7 +7821,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8878
7821
|
sitemap?: {
|
|
8879
7822
|
exclude?: boolean | undefined;
|
|
8880
7823
|
priority?: number | undefined;
|
|
8881
|
-
changefreq?: "
|
|
7824
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8882
7825
|
lastmod?: string | Date | undefined;
|
|
8883
7826
|
alternateRefs?: {
|
|
8884
7827
|
href: string;
|
|
@@ -8906,7 +7849,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8906
7849
|
sitemap?: {
|
|
8907
7850
|
exclude?: boolean | undefined;
|
|
8908
7851
|
priority?: number | undefined;
|
|
8909
|
-
changefreq?: "
|
|
7852
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8910
7853
|
lastmod?: string | Date | undefined;
|
|
8911
7854
|
alternateRefs?: {
|
|
8912
7855
|
href: string;
|
|
@@ -8944,7 +7887,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8944
7887
|
sitemap?: {
|
|
8945
7888
|
exclude?: boolean | undefined;
|
|
8946
7889
|
priority?: number | undefined;
|
|
8947
|
-
changefreq?: "
|
|
7890
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
8948
7891
|
lastmod?: string | Date | undefined;
|
|
8949
7892
|
alternateRefs?: {
|
|
8950
7893
|
href: string;
|
|
@@ -8970,42 +7913,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8970
7913
|
}, ...args: unknown[]) => any) | undefined;
|
|
8971
7914
|
}) | undefined;
|
|
8972
7915
|
sitemap?: {
|
|
8973
|
-
enabled
|
|
8974
|
-
outputPath
|
|
8975
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
8976
|
-
crawlLinks?: boolean | undefined;
|
|
8977
|
-
retryCount?: number | undefined;
|
|
8978
|
-
retryDelay?: number | undefined;
|
|
8979
|
-
onSuccess?: ((args_0: {
|
|
8980
|
-
page: {
|
|
8981
|
-
path: string;
|
|
8982
|
-
sitemap?: {
|
|
8983
|
-
exclude?: boolean | undefined;
|
|
8984
|
-
priority?: number | undefined;
|
|
8985
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
8986
|
-
lastmod?: string | Date | undefined;
|
|
8987
|
-
alternateRefs?: {
|
|
8988
|
-
href: string;
|
|
8989
|
-
hreflang: string;
|
|
8990
|
-
}[] | undefined;
|
|
8991
|
-
images?: {
|
|
8992
|
-
loc: string;
|
|
8993
|
-
caption?: string | undefined;
|
|
8994
|
-
title?: string | undefined;
|
|
8995
|
-
}[] | undefined;
|
|
8996
|
-
news?: {
|
|
8997
|
-
title: string;
|
|
8998
|
-
publication: {
|
|
8999
|
-
name: string;
|
|
9000
|
-
language: string;
|
|
9001
|
-
};
|
|
9002
|
-
publicationDate: string | Date;
|
|
9003
|
-
} | undefined;
|
|
9004
|
-
} | undefined;
|
|
9005
|
-
fromCrawl?: boolean | undefined;
|
|
9006
|
-
};
|
|
9007
|
-
html: string;
|
|
9008
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
7916
|
+
enabled: boolean;
|
|
7917
|
+
outputPath: string;
|
|
9009
7918
|
host?: string | undefined;
|
|
9010
7919
|
} | undefined;
|
|
9011
7920
|
spa?: {
|
|
@@ -9022,7 +7931,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9022
7931
|
sitemap?: {
|
|
9023
7932
|
exclude?: boolean | undefined;
|
|
9024
7933
|
priority?: number | undefined;
|
|
9025
|
-
changefreq?: "
|
|
7934
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9026
7935
|
lastmod?: string | Date | undefined;
|
|
9027
7936
|
alternateRefs?: {
|
|
9028
7937
|
href: string;
|
|
@@ -9069,7 +7978,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9069
7978
|
sitemap?: {
|
|
9070
7979
|
exclude?: boolean | undefined;
|
|
9071
7980
|
priority?: number | undefined;
|
|
9072
|
-
changefreq?: "
|
|
7981
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9073
7982
|
lastmod?: string | Date | undefined;
|
|
9074
7983
|
alternateRefs?: {
|
|
9075
7984
|
href: string;
|
|
@@ -9097,7 +8006,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9097
8006
|
sitemap?: {
|
|
9098
8007
|
exclude?: boolean | undefined;
|
|
9099
8008
|
priority?: number | undefined;
|
|
9100
|
-
changefreq?: "
|
|
8009
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9101
8010
|
lastmod?: string | Date | undefined;
|
|
9102
8011
|
alternateRefs?: {
|
|
9103
8012
|
href: string;
|
|
@@ -9135,7 +8044,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9135
8044
|
sitemap?: {
|
|
9136
8045
|
exclude?: boolean | undefined;
|
|
9137
8046
|
priority?: number | undefined;
|
|
9138
|
-
changefreq?: "
|
|
8047
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9139
8048
|
lastmod?: string | Date | undefined;
|
|
9140
8049
|
alternateRefs?: {
|
|
9141
8050
|
href: string;
|
|
@@ -9181,7 +8090,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9181
8090
|
disableManifestGeneration?: boolean | undefined;
|
|
9182
8091
|
enableRouteTreeFormatting?: boolean | undefined;
|
|
9183
8092
|
routeTreeFileFooter?: string[] | undefined;
|
|
9184
|
-
autoCodeSplitting?: boolean | undefined;
|
|
9185
8093
|
customScaffolding?: {
|
|
9186
8094
|
routeTemplate?: string | undefined;
|
|
9187
8095
|
lazyRouteTemplate?: string | undefined;
|
|
@@ -9208,43 +8116,9 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9208
8116
|
sitemap?: {
|
|
9209
8117
|
enabled?: boolean | undefined;
|
|
9210
8118
|
outputPath?: string | undefined;
|
|
9211
|
-
autoSubfolderIndex?: boolean | undefined;
|
|
9212
|
-
crawlLinks?: boolean | undefined;
|
|
9213
|
-
retryCount?: number | undefined;
|
|
9214
|
-
retryDelay?: number | undefined;
|
|
9215
|
-
onSuccess?: ((args_0: {
|
|
9216
|
-
page: {
|
|
9217
|
-
path: string;
|
|
9218
|
-
sitemap?: {
|
|
9219
|
-
exclude?: boolean | undefined;
|
|
9220
|
-
priority?: number | undefined;
|
|
9221
|
-
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
9222
|
-
lastmod?: string | Date | undefined;
|
|
9223
|
-
alternateRefs?: {
|
|
9224
|
-
href: string;
|
|
9225
|
-
hreflang: string;
|
|
9226
|
-
}[] | undefined;
|
|
9227
|
-
images?: {
|
|
9228
|
-
loc: string;
|
|
9229
|
-
caption?: string | undefined;
|
|
9230
|
-
title?: string | undefined;
|
|
9231
|
-
}[] | undefined;
|
|
9232
|
-
news?: {
|
|
9233
|
-
title: string;
|
|
9234
|
-
publication: {
|
|
9235
|
-
name: string;
|
|
9236
|
-
language: string;
|
|
9237
|
-
};
|
|
9238
|
-
publicationDate: string | Date;
|
|
9239
|
-
} | undefined;
|
|
9240
|
-
} | undefined;
|
|
9241
|
-
fromCrawl?: boolean | undefined;
|
|
9242
|
-
};
|
|
9243
|
-
html: string;
|
|
9244
|
-
}, ...args: unknown[]) => any) | undefined;
|
|
9245
8119
|
host?: string | undefined;
|
|
9246
8120
|
} | undefined;
|
|
9247
|
-
pages?:
|
|
8121
|
+
pages?: {
|
|
9248
8122
|
path: string;
|
|
9249
8123
|
prerender?: {
|
|
9250
8124
|
enabled?: boolean | undefined;
|
|
@@ -9259,7 +8133,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9259
8133
|
sitemap?: {
|
|
9260
8134
|
exclude?: boolean | undefined;
|
|
9261
8135
|
priority?: number | undefined;
|
|
9262
|
-
changefreq?: "
|
|
8136
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9263
8137
|
lastmod?: string | Date | undefined;
|
|
9264
8138
|
alternateRefs?: {
|
|
9265
8139
|
href: string;
|
|
@@ -9287,7 +8161,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9287
8161
|
sitemap?: {
|
|
9288
8162
|
exclude?: boolean | undefined;
|
|
9289
8163
|
priority?: number | undefined;
|
|
9290
|
-
changefreq?: "
|
|
8164
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9291
8165
|
lastmod?: string | Date | undefined;
|
|
9292
8166
|
alternateRefs?: {
|
|
9293
8167
|
href: string;
|
|
@@ -9308,7 +8182,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9308
8182
|
} | undefined;
|
|
9309
8183
|
} | undefined;
|
|
9310
8184
|
fromCrawl?: boolean | undefined;
|
|
9311
|
-
}
|
|
8185
|
+
}[] | undefined;
|
|
9312
8186
|
spa?: {
|
|
9313
8187
|
prerender?: {
|
|
9314
8188
|
enabled?: boolean | undefined;
|
|
@@ -9323,7 +8197,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
9323
8197
|
sitemap?: {
|
|
9324
8198
|
exclude?: boolean | undefined;
|
|
9325
8199
|
priority?: number | undefined;
|
|
9326
|
-
changefreq?: "
|
|
8200
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9327
8201
|
lastmod?: string | Date | undefined;
|
|
9328
8202
|
alternateRefs?: {
|
|
9329
8203
|
href: string;
|
|
@@ -9413,7 +8287,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9413
8287
|
}, "strip", z.ZodTypeAny, {
|
|
9414
8288
|
exclude?: boolean | undefined;
|
|
9415
8289
|
priority?: number | undefined;
|
|
9416
|
-
changefreq?: "
|
|
8290
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9417
8291
|
lastmod?: string | Date | undefined;
|
|
9418
8292
|
alternateRefs?: {
|
|
9419
8293
|
href: string;
|
|
@@ -9435,7 +8309,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9435
8309
|
}, {
|
|
9436
8310
|
exclude?: boolean | undefined;
|
|
9437
8311
|
priority?: number | undefined;
|
|
9438
|
-
changefreq?: "
|
|
8312
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9439
8313
|
lastmod?: string | Date | undefined;
|
|
9440
8314
|
alternateRefs?: {
|
|
9441
8315
|
href: string;
|
|
@@ -9526,7 +8400,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9526
8400
|
}, "strip", z.ZodTypeAny, {
|
|
9527
8401
|
exclude?: boolean | undefined;
|
|
9528
8402
|
priority?: number | undefined;
|
|
9529
|
-
changefreq?: "
|
|
8403
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9530
8404
|
lastmod?: string | Date | undefined;
|
|
9531
8405
|
alternateRefs?: {
|
|
9532
8406
|
href: string;
|
|
@@ -9548,7 +8422,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9548
8422
|
}, {
|
|
9549
8423
|
exclude?: boolean | undefined;
|
|
9550
8424
|
priority?: number | undefined;
|
|
9551
|
-
changefreq?: "
|
|
8425
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9552
8426
|
lastmod?: string | Date | undefined;
|
|
9553
8427
|
alternateRefs?: {
|
|
9554
8428
|
href: string;
|
|
@@ -9574,7 +8448,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9574
8448
|
sitemap?: {
|
|
9575
8449
|
exclude?: boolean | undefined;
|
|
9576
8450
|
priority?: number | undefined;
|
|
9577
|
-
changefreq?: "
|
|
8451
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9578
8452
|
lastmod?: string | Date | undefined;
|
|
9579
8453
|
alternateRefs?: {
|
|
9580
8454
|
href: string;
|
|
@@ -9600,7 +8474,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9600
8474
|
sitemap?: {
|
|
9601
8475
|
exclude?: boolean | undefined;
|
|
9602
8476
|
priority?: number | undefined;
|
|
9603
|
-
changefreq?: "
|
|
8477
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9604
8478
|
lastmod?: string | Date | undefined;
|
|
9605
8479
|
alternateRefs?: {
|
|
9606
8480
|
href: string;
|
|
@@ -9629,7 +8503,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9629
8503
|
sitemap?: {
|
|
9630
8504
|
exclude?: boolean | undefined;
|
|
9631
8505
|
priority?: number | undefined;
|
|
9632
|
-
changefreq?: "
|
|
8506
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9633
8507
|
lastmod?: string | Date | undefined;
|
|
9634
8508
|
alternateRefs?: {
|
|
9635
8509
|
href: string;
|
|
@@ -9658,7 +8532,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9658
8532
|
sitemap?: {
|
|
9659
8533
|
exclude?: boolean | undefined;
|
|
9660
8534
|
priority?: number | undefined;
|
|
9661
|
-
changefreq?: "
|
|
8535
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9662
8536
|
lastmod?: string | Date | undefined;
|
|
9663
8537
|
alternateRefs?: {
|
|
9664
8538
|
href: string;
|
|
@@ -9695,7 +8569,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9695
8569
|
sitemap?: {
|
|
9696
8570
|
exclude?: boolean | undefined;
|
|
9697
8571
|
priority?: number | undefined;
|
|
9698
|
-
changefreq?: "
|
|
8572
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9699
8573
|
lastmod?: string | Date | undefined;
|
|
9700
8574
|
alternateRefs?: {
|
|
9701
8575
|
href: string;
|
|
@@ -9732,7 +8606,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9732
8606
|
sitemap?: {
|
|
9733
8607
|
exclude?: boolean | undefined;
|
|
9734
8608
|
priority?: number | undefined;
|
|
9735
|
-
changefreq?: "
|
|
8609
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9736
8610
|
lastmod?: string | Date | undefined;
|
|
9737
8611
|
alternateRefs?: {
|
|
9738
8612
|
href: string;
|
|
@@ -9772,7 +8646,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9772
8646
|
sitemap?: {
|
|
9773
8647
|
exclude?: boolean | undefined;
|
|
9774
8648
|
priority?: number | undefined;
|
|
9775
|
-
changefreq?: "
|
|
8649
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9776
8650
|
lastmod?: string | Date | undefined;
|
|
9777
8651
|
alternateRefs?: {
|
|
9778
8652
|
href: string;
|
|
@@ -9800,7 +8674,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9800
8674
|
sitemap?: {
|
|
9801
8675
|
exclude?: boolean | undefined;
|
|
9802
8676
|
priority?: number | undefined;
|
|
9803
|
-
changefreq?: "
|
|
8677
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9804
8678
|
lastmod?: string | Date | undefined;
|
|
9805
8679
|
alternateRefs?: {
|
|
9806
8680
|
href: string;
|
|
@@ -9836,7 +8710,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9836
8710
|
sitemap?: {
|
|
9837
8711
|
exclude?: boolean | undefined;
|
|
9838
8712
|
priority?: number | undefined;
|
|
9839
|
-
changefreq?: "
|
|
8713
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9840
8714
|
lastmod?: string | Date | undefined;
|
|
9841
8715
|
alternateRefs?: {
|
|
9842
8716
|
href: string;
|
|
@@ -9864,7 +8738,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
9864
8738
|
sitemap?: {
|
|
9865
8739
|
exclude?: boolean | undefined;
|
|
9866
8740
|
priority?: number | undefined;
|
|
9867
|
-
changefreq?: "
|
|
8741
|
+
changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
9868
8742
|
lastmod?: string | Date | undefined;
|
|
9869
8743
|
alternateRefs?: {
|
|
9870
8744
|
href: string;
|