@tanstack/start-plugin-core 1.120.4-alpha.13 → 1.120.4-alpha.15

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.
@@ -244,6 +244,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
244
244
  }, {
245
245
  prerender: z.ZodOptional<z.ZodObject<{
246
246
  enabled: z.ZodOptional<z.ZodBoolean>;
247
+ outputPath: z.ZodOptional<z.ZodString>;
247
248
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
248
249
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
249
250
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -468,6 +469,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
468
469
  }>], z.ZodUnknown>, z.ZodAny>>;
469
470
  }, "strip", z.ZodTypeAny, {
470
471
  enabled?: boolean | undefined;
472
+ outputPath?: string | undefined;
471
473
  autoSubfolderIndex?: boolean | undefined;
472
474
  crawlLinks?: boolean | undefined;
473
475
  retryCount?: number | undefined;
@@ -504,6 +506,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
504
506
  }, ...args: unknown[]) => any) | undefined;
505
507
  }, {
506
508
  enabled?: boolean | undefined;
509
+ outputPath?: string | undefined;
507
510
  autoSubfolderIndex?: boolean | undefined;
508
511
  crawlLinks?: boolean | undefined;
509
512
  retryCount?: number | undefined;
@@ -543,6 +546,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
543
546
  path: string;
544
547
  prerender?: {
545
548
  enabled?: boolean | undefined;
549
+ outputPath?: string | undefined;
546
550
  autoSubfolderIndex?: boolean | undefined;
547
551
  crawlLinks?: boolean | undefined;
548
552
  retryCount?: number | undefined;
@@ -606,6 +610,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
606
610
  path: string;
607
611
  prerender?: {
608
612
  enabled?: boolean | undefined;
613
+ outputPath?: string | undefined;
609
614
  autoSubfolderIndex?: boolean | undefined;
610
615
  crawlLinks?: boolean | undefined;
611
616
  retryCount?: number | undefined;
@@ -668,6 +673,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
668
673
  }>]>, "many">>>;
669
674
  sitemap: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
670
675
  enabled: z.ZodOptional<z.ZodBoolean>;
676
+ outputPath: z.ZodOptional<z.ZodString>;
671
677
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
672
678
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
673
679
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -895,6 +901,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
895
901
  }>, "strip", z.ZodTypeAny, {
896
902
  host?: string | undefined;
897
903
  enabled?: boolean | undefined;
904
+ outputPath?: string | undefined;
898
905
  autoSubfolderIndex?: boolean | undefined;
899
906
  crawlLinks?: boolean | undefined;
900
907
  retryCount?: number | undefined;
@@ -932,6 +939,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
932
939
  }, {
933
940
  host?: string | undefined;
934
941
  enabled?: boolean | undefined;
942
+ outputPath?: string | undefined;
935
943
  autoSubfolderIndex?: boolean | undefined;
936
944
  crawlLinks?: boolean | undefined;
937
945
  retryCount?: number | undefined;
@@ -1077,6 +1085,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1077
1085
  }, {
1078
1086
  prerender: z.ZodOptional<z.ZodObject<{
1079
1087
  enabled: z.ZodOptional<z.ZodBoolean>;
1088
+ outputPath: z.ZodOptional<z.ZodString>;
1080
1089
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
1081
1090
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
1082
1091
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -1301,6 +1310,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1301
1310
  }>], z.ZodUnknown>, z.ZodAny>>;
1302
1311
  }, "strip", z.ZodTypeAny, {
1303
1312
  enabled?: boolean | undefined;
1313
+ outputPath?: string | undefined;
1304
1314
  autoSubfolderIndex?: boolean | undefined;
1305
1315
  crawlLinks?: boolean | undefined;
1306
1316
  retryCount?: number | undefined;
@@ -1337,6 +1347,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1337
1347
  }, ...args: unknown[]) => any) | undefined;
1338
1348
  }, {
1339
1349
  enabled?: boolean | undefined;
1350
+ outputPath?: string | undefined;
1340
1351
  autoSubfolderIndex?: boolean | undefined;
1341
1352
  crawlLinks?: boolean | undefined;
1342
1353
  retryCount?: number | undefined;
@@ -1376,6 +1387,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1376
1387
  path: string;
1377
1388
  prerender?: {
1378
1389
  enabled?: boolean | undefined;
1390
+ outputPath?: string | undefined;
1379
1391
  autoSubfolderIndex?: boolean | undefined;
1380
1392
  crawlLinks?: boolean | undefined;
1381
1393
  retryCount?: number | undefined;
@@ -1439,6 +1451,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1439
1451
  path: string;
1440
1452
  prerender?: {
1441
1453
  enabled?: boolean | undefined;
1454
+ outputPath?: string | undefined;
1442
1455
  autoSubfolderIndex?: boolean | undefined;
1443
1456
  crawlLinks?: boolean | undefined;
1444
1457
  retryCount?: number | undefined;
@@ -1505,6 +1518,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1505
1518
  path: string;
1506
1519
  prerender?: {
1507
1520
  enabled?: boolean | undefined;
1521
+ outputPath?: string | undefined;
1508
1522
  autoSubfolderIndex?: boolean | undefined;
1509
1523
  crawlLinks?: boolean | undefined;
1510
1524
  retryCount?: number | undefined;
@@ -1573,6 +1587,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1573
1587
  path: string;
1574
1588
  prerender?: {
1575
1589
  enabled?: boolean | undefined;
1590
+ outputPath?: string | undefined;
1576
1591
  autoSubfolderIndex?: boolean | undefined;
1577
1592
  crawlLinks?: boolean | undefined;
1578
1593
  retryCount?: number | undefined;
@@ -1638,6 +1653,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1638
1653
  failOnError?: boolean | undefined;
1639
1654
  }>, z.ZodOptional<z.ZodObject<{
1640
1655
  enabled: z.ZodOptional<z.ZodBoolean>;
1656
+ outputPath: z.ZodOptional<z.ZodString>;
1641
1657
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
1642
1658
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
1643
1659
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -1862,6 +1878,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1862
1878
  }>], z.ZodUnknown>, z.ZodAny>>;
1863
1879
  }, "strip", z.ZodTypeAny, {
1864
1880
  enabled?: boolean | undefined;
1881
+ outputPath?: string | undefined;
1865
1882
  autoSubfolderIndex?: boolean | undefined;
1866
1883
  crawlLinks?: boolean | undefined;
1867
1884
  retryCount?: number | undefined;
@@ -1898,6 +1915,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1898
1915
  }, ...args: unknown[]) => any) | undefined;
1899
1916
  }, {
1900
1917
  enabled?: boolean | undefined;
1918
+ outputPath?: string | undefined;
1901
1919
  autoSubfolderIndex?: boolean | undefined;
1902
1920
  crawlLinks?: boolean | undefined;
1903
1921
  retryCount?: number | undefined;
@@ -1933,64 +1951,177 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
1933
1951
  html: string;
1934
1952
  }, ...args: unknown[]) => any) | undefined;
1935
1953
  }>>>>;
1936
- root: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1937
- target: z.ZodOptional<z.ZodType<import('nitropack/presets').PresetNameInput | undefined, z.ZodTypeDef, import('nitropack/presets').PresetNameInput | undefined>>;
1938
- }, "strip", z.ZodTypeAny, {
1939
- client: {
1940
- base: string;
1941
- entry?: string | undefined;
1942
- };
1943
- server: {
1944
- entry?: string | undefined;
1945
- };
1946
- root: string;
1947
- tsr: {
1948
- srcDirectory: string;
1949
- target?: "react" | "solid" | undefined;
1950
- virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
1951
- routeFilePrefix?: string | undefined;
1952
- routeFileIgnorePrefix?: string | undefined;
1953
- routeFileIgnorePattern?: string | undefined;
1954
- routesDirectory?: string | undefined;
1955
- quoteStyle?: "single" | "double" | undefined;
1956
- semicolons?: boolean | undefined;
1957
- disableLogging?: boolean | undefined;
1958
- routeTreeFileHeader?: string[] | undefined;
1959
- indexToken?: string | undefined;
1960
- routeToken?: string | undefined;
1961
- pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
1962
- generatedRouteTree?: string | undefined;
1963
- disableTypes?: boolean | undefined;
1964
- verboseFileRoutes?: boolean | undefined;
1965
- addExtensions?: boolean | undefined;
1966
- disableManifestGeneration?: boolean | undefined;
1967
- enableRouteTreeFormatting?: boolean | undefined;
1968
- routeTreeFileFooter?: string[] | undefined;
1969
- autoCodeSplitting?: boolean | undefined;
1970
- customScaffolding?: {
1971
- routeTemplate?: string | undefined;
1972
- lazyRouteTemplate?: string | undefined;
1973
- } | undefined;
1974
- experimental?: {
1975
- enableCodeSplitting?: boolean | undefined;
1976
- } | undefined;
1977
- };
1978
- serverFns: {
1979
- base: string;
1980
- };
1981
- public: {
1982
- base: string;
1983
- dir: string;
1984
- };
1985
- pages: (string | {
1986
- path: string;
1987
- prerender?: {
1988
- enabled?: boolean | undefined;
1989
- autoSubfolderIndex?: boolean | undefined;
1990
- crawlLinks?: boolean | undefined;
1991
- retryCount?: number | undefined;
1992
- retryDelay?: number | undefined;
1993
- onSuccess?: ((args_0: {
1954
+ shell: z.ZodOptional<z.ZodObject<{
1955
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1956
+ maskPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
1957
+ autoRedirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1958
+ prerender: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodObject<{
1959
+ enabled: z.ZodOptional<z.ZodBoolean>;
1960
+ outputPath: z.ZodOptional<z.ZodString>;
1961
+ autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
1962
+ crawlLinks: z.ZodOptional<z.ZodBoolean>;
1963
+ retryCount: z.ZodOptional<z.ZodNumber>;
1964
+ retryDelay: z.ZodOptional<z.ZodNumber>;
1965
+ onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
1966
+ page: z.ZodObject<{
1967
+ path: z.ZodString;
1968
+ sitemap: z.ZodOptional<z.ZodObject<{
1969
+ exclude: z.ZodOptional<z.ZodBoolean>;
1970
+ priority: z.ZodOptional<z.ZodNumber>;
1971
+ changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
1972
+ lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1973
+ alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1974
+ href: z.ZodString;
1975
+ hreflang: z.ZodString;
1976
+ }, "strip", z.ZodTypeAny, {
1977
+ href: string;
1978
+ hreflang: string;
1979
+ }, {
1980
+ href: string;
1981
+ hreflang: string;
1982
+ }>, "many">>;
1983
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
1984
+ loc: z.ZodString;
1985
+ caption: z.ZodOptional<z.ZodString>;
1986
+ title: z.ZodOptional<z.ZodString>;
1987
+ }, "strip", z.ZodTypeAny, {
1988
+ loc: string;
1989
+ caption?: string | undefined;
1990
+ title?: string | undefined;
1991
+ }, {
1992
+ loc: string;
1993
+ caption?: string | undefined;
1994
+ title?: string | undefined;
1995
+ }>, "many">>;
1996
+ news: z.ZodOptional<z.ZodObject<{
1997
+ publication: z.ZodObject<{
1998
+ name: z.ZodString;
1999
+ language: z.ZodString;
2000
+ }, "strip", z.ZodTypeAny, {
2001
+ name: string;
2002
+ language: string;
2003
+ }, {
2004
+ name: string;
2005
+ language: string;
2006
+ }>;
2007
+ publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
2008
+ title: z.ZodString;
2009
+ }, "strip", z.ZodTypeAny, {
2010
+ title: string;
2011
+ publication: {
2012
+ name: string;
2013
+ language: string;
2014
+ };
2015
+ publicationDate: string | Date;
2016
+ }, {
2017
+ title: string;
2018
+ publication: {
2019
+ name: string;
2020
+ language: string;
2021
+ };
2022
+ publicationDate: string | Date;
2023
+ }>>;
2024
+ }, "strip", z.ZodTypeAny, {
2025
+ lastmod?: string | Date | undefined;
2026
+ exclude?: boolean | undefined;
2027
+ priority?: number | undefined;
2028
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2029
+ alternateRefs?: {
2030
+ href: string;
2031
+ hreflang: string;
2032
+ }[] | undefined;
2033
+ images?: {
2034
+ loc: string;
2035
+ caption?: string | undefined;
2036
+ title?: string | undefined;
2037
+ }[] | undefined;
2038
+ news?: {
2039
+ title: string;
2040
+ publication: {
2041
+ name: string;
2042
+ language: string;
2043
+ };
2044
+ publicationDate: string | Date;
2045
+ } | undefined;
2046
+ }, {
2047
+ lastmod?: string | Date | undefined;
2048
+ exclude?: boolean | undefined;
2049
+ priority?: number | undefined;
2050
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2051
+ alternateRefs?: {
2052
+ href: string;
2053
+ hreflang: string;
2054
+ }[] | undefined;
2055
+ images?: {
2056
+ loc: string;
2057
+ caption?: string | undefined;
2058
+ title?: string | undefined;
2059
+ }[] | undefined;
2060
+ news?: {
2061
+ title: string;
2062
+ publication: {
2063
+ name: string;
2064
+ language: string;
2065
+ };
2066
+ publicationDate: string | Date;
2067
+ } | undefined;
2068
+ }>>;
2069
+ fromCrawl: z.ZodOptional<z.ZodBoolean>;
2070
+ }, "strip", z.ZodTypeAny, {
2071
+ path: string;
2072
+ sitemap?: {
2073
+ lastmod?: string | Date | undefined;
2074
+ exclude?: boolean | undefined;
2075
+ priority?: number | undefined;
2076
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2077
+ alternateRefs?: {
2078
+ href: string;
2079
+ hreflang: string;
2080
+ }[] | undefined;
2081
+ images?: {
2082
+ loc: string;
2083
+ caption?: string | undefined;
2084
+ title?: string | undefined;
2085
+ }[] | undefined;
2086
+ news?: {
2087
+ title: string;
2088
+ publication: {
2089
+ name: string;
2090
+ language: string;
2091
+ };
2092
+ publicationDate: string | Date;
2093
+ } | undefined;
2094
+ } | undefined;
2095
+ fromCrawl?: boolean | undefined;
2096
+ }, {
2097
+ path: string;
2098
+ sitemap?: {
2099
+ lastmod?: string | Date | undefined;
2100
+ exclude?: boolean | undefined;
2101
+ priority?: number | undefined;
2102
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2103
+ alternateRefs?: {
2104
+ href: string;
2105
+ hreflang: string;
2106
+ }[] | undefined;
2107
+ images?: {
2108
+ loc: string;
2109
+ caption?: string | undefined;
2110
+ title?: string | undefined;
2111
+ }[] | undefined;
2112
+ news?: {
2113
+ title: string;
2114
+ publication: {
2115
+ name: string;
2116
+ language: string;
2117
+ };
2118
+ publicationDate: string | Date;
2119
+ } | undefined;
2120
+ } | undefined;
2121
+ fromCrawl?: boolean | undefined;
2122
+ }>;
2123
+ html: z.ZodString;
2124
+ }, "strip", z.ZodTypeAny, {
1994
2125
  page: {
1995
2126
  path: string;
1996
2127
  sitemap?: {
@@ -2019,39 +2150,391 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2019
2150
  fromCrawl?: boolean | undefined;
2020
2151
  };
2021
2152
  html: string;
2022
- }, ...args: unknown[]) => any) | undefined;
2023
- } | undefined;
2024
- sitemap?: {
2025
- lastmod?: string | Date | undefined;
2026
- exclude?: boolean | undefined;
2027
- priority?: number | undefined;
2028
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2029
- alternateRefs?: {
2030
- href: string;
2031
- hreflang: string;
2032
- }[] | undefined;
2033
- images?: {
2034
- loc: string;
2035
- caption?: string | undefined;
2036
- title?: string | undefined;
2037
- }[] | undefined;
2038
- news?: {
2039
- title: string;
2040
- publication: {
2041
- name: string;
2042
- language: string;
2043
- };
2044
- publicationDate: string | Date;
2045
- } | undefined;
2046
- } | undefined;
2047
- fromCrawl?: boolean | undefined;
2048
- })[];
2049
- target?: import('nitropack/presets').PresetNameInput | undefined;
2050
- prerender?: ({
2051
- filter?: ((args_0: {
2052
- path: string;
2053
- prerender?: {
2054
- enabled?: boolean | undefined;
2153
+ }, {
2154
+ page: {
2155
+ path: string;
2156
+ sitemap?: {
2157
+ lastmod?: string | Date | undefined;
2158
+ exclude?: boolean | undefined;
2159
+ priority?: number | undefined;
2160
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2161
+ alternateRefs?: {
2162
+ href: string;
2163
+ hreflang: string;
2164
+ }[] | undefined;
2165
+ images?: {
2166
+ loc: string;
2167
+ caption?: string | undefined;
2168
+ title?: string | undefined;
2169
+ }[] | undefined;
2170
+ news?: {
2171
+ title: string;
2172
+ publication: {
2173
+ name: string;
2174
+ language: string;
2175
+ };
2176
+ publicationDate: string | Date;
2177
+ } | undefined;
2178
+ } | undefined;
2179
+ fromCrawl?: boolean | undefined;
2180
+ };
2181
+ html: string;
2182
+ }>], z.ZodUnknown>, z.ZodAny>>;
2183
+ }, "strip", z.ZodTypeAny, {
2184
+ enabled?: boolean | undefined;
2185
+ outputPath?: string | undefined;
2186
+ autoSubfolderIndex?: boolean | undefined;
2187
+ crawlLinks?: boolean | undefined;
2188
+ retryCount?: number | undefined;
2189
+ retryDelay?: number | undefined;
2190
+ onSuccess?: ((args_0: {
2191
+ page: {
2192
+ path: string;
2193
+ sitemap?: {
2194
+ lastmod?: string | Date | undefined;
2195
+ exclude?: boolean | undefined;
2196
+ priority?: number | undefined;
2197
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2198
+ alternateRefs?: {
2199
+ href: string;
2200
+ hreflang: string;
2201
+ }[] | undefined;
2202
+ images?: {
2203
+ loc: string;
2204
+ caption?: string | undefined;
2205
+ title?: string | undefined;
2206
+ }[] | undefined;
2207
+ news?: {
2208
+ title: string;
2209
+ publication: {
2210
+ name: string;
2211
+ language: string;
2212
+ };
2213
+ publicationDate: string | Date;
2214
+ } | undefined;
2215
+ } | undefined;
2216
+ fromCrawl?: boolean | undefined;
2217
+ };
2218
+ html: string;
2219
+ }, ...args: unknown[]) => any) | undefined;
2220
+ }, {
2221
+ enabled?: boolean | undefined;
2222
+ outputPath?: string | undefined;
2223
+ autoSubfolderIndex?: boolean | undefined;
2224
+ crawlLinks?: boolean | undefined;
2225
+ retryCount?: number | undefined;
2226
+ retryDelay?: number | undefined;
2227
+ onSuccess?: ((args_0: {
2228
+ page: {
2229
+ path: string;
2230
+ sitemap?: {
2231
+ lastmod?: string | Date | undefined;
2232
+ exclude?: boolean | undefined;
2233
+ priority?: number | undefined;
2234
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2235
+ alternateRefs?: {
2236
+ href: string;
2237
+ hreflang: string;
2238
+ }[] | undefined;
2239
+ images?: {
2240
+ loc: string;
2241
+ caption?: string | undefined;
2242
+ title?: string | undefined;
2243
+ }[] | undefined;
2244
+ news?: {
2245
+ title: string;
2246
+ publication: {
2247
+ name: string;
2248
+ language: string;
2249
+ };
2250
+ publicationDate: string | Date;
2251
+ } | undefined;
2252
+ } | undefined;
2253
+ fromCrawl?: boolean | undefined;
2254
+ };
2255
+ html: string;
2256
+ }, ...args: unknown[]) => any) | undefined;
2257
+ }>>>, {
2258
+ enabled: boolean;
2259
+ outputPath: string;
2260
+ autoSubfolderIndex?: boolean | undefined;
2261
+ crawlLinks: boolean;
2262
+ retryCount: number;
2263
+ retryDelay?: number | undefined;
2264
+ onSuccess?: ((args_0: {
2265
+ page: {
2266
+ path: string;
2267
+ sitemap?: {
2268
+ lastmod?: string | Date | undefined;
2269
+ exclude?: boolean | undefined;
2270
+ priority?: number | undefined;
2271
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2272
+ alternateRefs?: {
2273
+ href: string;
2274
+ hreflang: string;
2275
+ }[] | undefined;
2276
+ images?: {
2277
+ loc: string;
2278
+ caption?: string | undefined;
2279
+ title?: string | undefined;
2280
+ }[] | undefined;
2281
+ news?: {
2282
+ title: string;
2283
+ publication: {
2284
+ name: string;
2285
+ language: string;
2286
+ };
2287
+ publicationDate: string | Date;
2288
+ } | undefined;
2289
+ } | undefined;
2290
+ fromCrawl?: boolean | undefined;
2291
+ };
2292
+ html: string;
2293
+ }, ...args: unknown[]) => any) | undefined;
2294
+ }, {
2295
+ enabled?: boolean | undefined;
2296
+ outputPath?: string | undefined;
2297
+ autoSubfolderIndex?: boolean | undefined;
2298
+ crawlLinks?: boolean | undefined;
2299
+ retryCount?: number | undefined;
2300
+ retryDelay?: number | undefined;
2301
+ onSuccess?: ((args_0: {
2302
+ page: {
2303
+ path: string;
2304
+ sitemap?: {
2305
+ lastmod?: string | Date | undefined;
2306
+ exclude?: boolean | undefined;
2307
+ priority?: number | undefined;
2308
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2309
+ alternateRefs?: {
2310
+ href: string;
2311
+ hreflang: string;
2312
+ }[] | undefined;
2313
+ images?: {
2314
+ loc: string;
2315
+ caption?: string | undefined;
2316
+ title?: string | undefined;
2317
+ }[] | undefined;
2318
+ news?: {
2319
+ title: string;
2320
+ publication: {
2321
+ name: string;
2322
+ language: string;
2323
+ };
2324
+ publicationDate: string | Date;
2325
+ } | undefined;
2326
+ } | undefined;
2327
+ fromCrawl?: boolean | undefined;
2328
+ };
2329
+ html: string;
2330
+ }, ...args: unknown[]) => any) | undefined;
2331
+ } | undefined>;
2332
+ }, "strip", z.ZodTypeAny, {
2333
+ prerender: {
2334
+ enabled: boolean;
2335
+ outputPath: string;
2336
+ autoSubfolderIndex?: boolean | undefined;
2337
+ crawlLinks: boolean;
2338
+ retryCount: number;
2339
+ retryDelay?: number | undefined;
2340
+ onSuccess?: ((args_0: {
2341
+ page: {
2342
+ path: string;
2343
+ sitemap?: {
2344
+ lastmod?: string | Date | undefined;
2345
+ exclude?: boolean | undefined;
2346
+ priority?: number | undefined;
2347
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2348
+ alternateRefs?: {
2349
+ href: string;
2350
+ hreflang: string;
2351
+ }[] | undefined;
2352
+ images?: {
2353
+ loc: string;
2354
+ caption?: string | undefined;
2355
+ title?: string | undefined;
2356
+ }[] | undefined;
2357
+ news?: {
2358
+ title: string;
2359
+ publication: {
2360
+ name: string;
2361
+ language: string;
2362
+ };
2363
+ publicationDate: string | Date;
2364
+ } | undefined;
2365
+ } | undefined;
2366
+ fromCrawl?: boolean | undefined;
2367
+ };
2368
+ html: string;
2369
+ }, ...args: unknown[]) => any) | undefined;
2370
+ };
2371
+ enabled: boolean;
2372
+ maskPath: string;
2373
+ autoRedirect: boolean;
2374
+ }, {
2375
+ prerender?: {
2376
+ enabled?: boolean | undefined;
2377
+ outputPath?: string | undefined;
2378
+ autoSubfolderIndex?: boolean | undefined;
2379
+ crawlLinks?: boolean | undefined;
2380
+ retryCount?: number | undefined;
2381
+ retryDelay?: number | undefined;
2382
+ onSuccess?: ((args_0: {
2383
+ page: {
2384
+ path: string;
2385
+ sitemap?: {
2386
+ lastmod?: string | Date | undefined;
2387
+ exclude?: boolean | undefined;
2388
+ priority?: number | undefined;
2389
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2390
+ alternateRefs?: {
2391
+ href: string;
2392
+ hreflang: string;
2393
+ }[] | undefined;
2394
+ images?: {
2395
+ loc: string;
2396
+ caption?: string | undefined;
2397
+ title?: string | undefined;
2398
+ }[] | undefined;
2399
+ news?: {
2400
+ title: string;
2401
+ publication: {
2402
+ name: string;
2403
+ language: string;
2404
+ };
2405
+ publicationDate: string | Date;
2406
+ } | undefined;
2407
+ } | undefined;
2408
+ fromCrawl?: boolean | undefined;
2409
+ };
2410
+ html: string;
2411
+ }, ...args: unknown[]) => any) | undefined;
2412
+ } | undefined;
2413
+ enabled?: boolean | undefined;
2414
+ maskPath?: string | undefined;
2415
+ autoRedirect?: boolean | undefined;
2416
+ }>>;
2417
+ root: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2418
+ target: z.ZodOptional<z.ZodType<import('nitropack/presets').PresetNameInput | undefined, z.ZodTypeDef, import('nitropack/presets').PresetNameInput | undefined>>;
2419
+ }, "strip", z.ZodTypeAny, {
2420
+ client: {
2421
+ base: string;
2422
+ entry?: string | undefined;
2423
+ };
2424
+ server: {
2425
+ entry?: string | undefined;
2426
+ };
2427
+ root: string;
2428
+ tsr: {
2429
+ srcDirectory: string;
2430
+ target?: "react" | "solid" | undefined;
2431
+ virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
2432
+ routeFilePrefix?: string | undefined;
2433
+ routeFileIgnorePrefix?: string | undefined;
2434
+ routeFileIgnorePattern?: string | undefined;
2435
+ routesDirectory?: string | undefined;
2436
+ quoteStyle?: "single" | "double" | undefined;
2437
+ semicolons?: boolean | undefined;
2438
+ disableLogging?: boolean | undefined;
2439
+ routeTreeFileHeader?: string[] | undefined;
2440
+ indexToken?: string | undefined;
2441
+ routeToken?: string | undefined;
2442
+ pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
2443
+ generatedRouteTree?: string | undefined;
2444
+ disableTypes?: boolean | undefined;
2445
+ verboseFileRoutes?: boolean | undefined;
2446
+ addExtensions?: boolean | undefined;
2447
+ disableManifestGeneration?: boolean | undefined;
2448
+ enableRouteTreeFormatting?: boolean | undefined;
2449
+ routeTreeFileFooter?: string[] | undefined;
2450
+ autoCodeSplitting?: boolean | undefined;
2451
+ customScaffolding?: {
2452
+ routeTemplate?: string | undefined;
2453
+ lazyRouteTemplate?: string | undefined;
2454
+ } | undefined;
2455
+ experimental?: {
2456
+ enableCodeSplitting?: boolean | undefined;
2457
+ } | undefined;
2458
+ };
2459
+ serverFns: {
2460
+ base: string;
2461
+ };
2462
+ public: {
2463
+ base: string;
2464
+ dir: string;
2465
+ };
2466
+ pages: (string | {
2467
+ path: string;
2468
+ prerender?: {
2469
+ enabled?: boolean | undefined;
2470
+ outputPath?: string | undefined;
2471
+ autoSubfolderIndex?: boolean | undefined;
2472
+ crawlLinks?: boolean | undefined;
2473
+ retryCount?: number | undefined;
2474
+ retryDelay?: number | undefined;
2475
+ onSuccess?: ((args_0: {
2476
+ page: {
2477
+ path: string;
2478
+ sitemap?: {
2479
+ lastmod?: string | Date | undefined;
2480
+ exclude?: boolean | undefined;
2481
+ priority?: number | undefined;
2482
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2483
+ alternateRefs?: {
2484
+ href: string;
2485
+ hreflang: string;
2486
+ }[] | undefined;
2487
+ images?: {
2488
+ loc: string;
2489
+ caption?: string | undefined;
2490
+ title?: string | undefined;
2491
+ }[] | undefined;
2492
+ news?: {
2493
+ title: string;
2494
+ publication: {
2495
+ name: string;
2496
+ language: string;
2497
+ };
2498
+ publicationDate: string | Date;
2499
+ } | undefined;
2500
+ } | undefined;
2501
+ fromCrawl?: boolean | undefined;
2502
+ };
2503
+ html: string;
2504
+ }, ...args: unknown[]) => any) | undefined;
2505
+ } | undefined;
2506
+ sitemap?: {
2507
+ lastmod?: string | Date | undefined;
2508
+ exclude?: boolean | undefined;
2509
+ priority?: number | undefined;
2510
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2511
+ alternateRefs?: {
2512
+ href: string;
2513
+ hreflang: string;
2514
+ }[] | undefined;
2515
+ images?: {
2516
+ loc: string;
2517
+ caption?: string | undefined;
2518
+ title?: string | undefined;
2519
+ }[] | undefined;
2520
+ news?: {
2521
+ title: string;
2522
+ publication: {
2523
+ name: string;
2524
+ language: string;
2525
+ };
2526
+ publicationDate: string | Date;
2527
+ } | undefined;
2528
+ } | undefined;
2529
+ fromCrawl?: boolean | undefined;
2530
+ })[];
2531
+ target?: import('nitropack/presets').PresetNameInput | undefined;
2532
+ prerender?: ({
2533
+ filter?: ((args_0: {
2534
+ path: string;
2535
+ prerender?: {
2536
+ enabled?: boolean | undefined;
2537
+ outputPath?: string | undefined;
2055
2538
  autoSubfolderIndex?: boolean | undefined;
2056
2539
  crawlLinks?: boolean | undefined;
2057
2540
  retryCount?: number | undefined;
@@ -2117,6 +2600,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2117
2600
  failOnError?: boolean | undefined;
2118
2601
  } & {
2119
2602
  enabled?: boolean | undefined;
2603
+ outputPath?: string | undefined;
2120
2604
  autoSubfolderIndex?: boolean | undefined;
2121
2605
  crawlLinks?: boolean | undefined;
2122
2606
  retryCount?: number | undefined;
@@ -2155,6 +2639,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2155
2639
  sitemap?: {
2156
2640
  host?: string | undefined;
2157
2641
  enabled?: boolean | undefined;
2642
+ outputPath?: string | undefined;
2158
2643
  autoSubfolderIndex?: boolean | undefined;
2159
2644
  crawlLinks?: boolean | undefined;
2160
2645
  retryCount?: number | undefined;
@@ -2190,6 +2675,49 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2190
2675
  html: string;
2191
2676
  }, ...args: unknown[]) => any) | undefined;
2192
2677
  } | undefined;
2678
+ shell?: {
2679
+ prerender: {
2680
+ enabled: boolean;
2681
+ outputPath: string;
2682
+ autoSubfolderIndex?: boolean | undefined;
2683
+ crawlLinks: boolean;
2684
+ retryCount: number;
2685
+ retryDelay?: number | undefined;
2686
+ onSuccess?: ((args_0: {
2687
+ page: {
2688
+ path: string;
2689
+ sitemap?: {
2690
+ lastmod?: string | Date | undefined;
2691
+ exclude?: boolean | undefined;
2692
+ priority?: number | undefined;
2693
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2694
+ alternateRefs?: {
2695
+ href: string;
2696
+ hreflang: string;
2697
+ }[] | undefined;
2698
+ images?: {
2699
+ loc: string;
2700
+ caption?: string | undefined;
2701
+ title?: string | undefined;
2702
+ }[] | undefined;
2703
+ news?: {
2704
+ title: string;
2705
+ publication: {
2706
+ name: string;
2707
+ language: string;
2708
+ };
2709
+ publicationDate: string | Date;
2710
+ } | undefined;
2711
+ } | undefined;
2712
+ fromCrawl?: boolean | undefined;
2713
+ };
2714
+ html: string;
2715
+ }, ...args: unknown[]) => any) | undefined;
2716
+ };
2717
+ enabled: boolean;
2718
+ maskPath: string;
2719
+ autoRedirect: boolean;
2720
+ } | undefined;
2193
2721
  }, {
2194
2722
  client?: {
2195
2723
  entry?: string | undefined;
@@ -2205,6 +2733,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2205
2733
  path: string;
2206
2734
  prerender?: {
2207
2735
  enabled?: boolean | undefined;
2736
+ outputPath?: string | undefined;
2208
2737
  autoSubfolderIndex?: boolean | undefined;
2209
2738
  crawlLinks?: boolean | undefined;
2210
2739
  retryCount?: number | undefined;
@@ -2270,6 +2799,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2270
2799
  failOnError?: boolean | undefined;
2271
2800
  } & {
2272
2801
  enabled?: boolean | undefined;
2802
+ outputPath?: string | undefined;
2273
2803
  autoSubfolderIndex?: boolean | undefined;
2274
2804
  crawlLinks?: boolean | undefined;
2275
2805
  retryCount?: number | undefined;
@@ -2346,6 +2876,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2346
2876
  sitemap?: {
2347
2877
  host?: string | undefined;
2348
2878
  enabled?: boolean | undefined;
2879
+ outputPath?: string | undefined;
2349
2880
  autoSubfolderIndex?: boolean | undefined;
2350
2881
  crawlLinks?: boolean | undefined;
2351
2882
  retryCount?: number | undefined;
@@ -2385,6 +2916,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2385
2916
  path: string;
2386
2917
  prerender?: {
2387
2918
  enabled?: boolean | undefined;
2919
+ outputPath?: string | undefined;
2388
2920
  autoSubfolderIndex?: boolean | undefined;
2389
2921
  crawlLinks?: boolean | undefined;
2390
2922
  retryCount?: number | undefined;
@@ -2445,6 +2977,49 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2445
2977
  } | undefined;
2446
2978
  fromCrawl?: boolean | undefined;
2447
2979
  })[] | undefined;
2980
+ shell?: {
2981
+ prerender?: {
2982
+ enabled?: boolean | undefined;
2983
+ outputPath?: string | undefined;
2984
+ autoSubfolderIndex?: boolean | undefined;
2985
+ crawlLinks?: boolean | undefined;
2986
+ retryCount?: number | undefined;
2987
+ retryDelay?: number | undefined;
2988
+ onSuccess?: ((args_0: {
2989
+ page: {
2990
+ path: string;
2991
+ sitemap?: {
2992
+ lastmod?: string | Date | undefined;
2993
+ exclude?: boolean | undefined;
2994
+ priority?: number | undefined;
2995
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2996
+ alternateRefs?: {
2997
+ href: string;
2998
+ hreflang: string;
2999
+ }[] | undefined;
3000
+ images?: {
3001
+ loc: string;
3002
+ caption?: string | undefined;
3003
+ title?: string | undefined;
3004
+ }[] | undefined;
3005
+ news?: {
3006
+ title: string;
3007
+ publication: {
3008
+ name: string;
3009
+ language: string;
3010
+ };
3011
+ publicationDate: string | Date;
3012
+ } | undefined;
3013
+ } | undefined;
3014
+ fromCrawl?: boolean | undefined;
3015
+ };
3016
+ html: string;
3017
+ }, ...args: unknown[]) => any) | undefined;
3018
+ } | undefined;
3019
+ enabled?: boolean | undefined;
3020
+ maskPath?: string | undefined;
3021
+ autoRedirect?: boolean | undefined;
3022
+ } | undefined;
2448
3023
  }>>>;
2449
3024
  parse: (opts?: z.input<z.ZodDefault<z.ZodOptional<z.ZodObject<{
2450
3025
  tsr: z.ZodDefault<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
@@ -2690,6 +3265,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2690
3265
  }, {
2691
3266
  prerender: z.ZodOptional<z.ZodObject<{
2692
3267
  enabled: z.ZodOptional<z.ZodBoolean>;
3268
+ outputPath: z.ZodOptional<z.ZodString>;
2693
3269
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
2694
3270
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
2695
3271
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -2914,6 +3490,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2914
3490
  }>], z.ZodUnknown>, z.ZodAny>>;
2915
3491
  }, "strip", z.ZodTypeAny, {
2916
3492
  enabled?: boolean | undefined;
3493
+ outputPath?: string | undefined;
2917
3494
  autoSubfolderIndex?: boolean | undefined;
2918
3495
  crawlLinks?: boolean | undefined;
2919
3496
  retryCount?: number | undefined;
@@ -2950,6 +3527,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2950
3527
  }, ...args: unknown[]) => any) | undefined;
2951
3528
  }, {
2952
3529
  enabled?: boolean | undefined;
3530
+ outputPath?: string | undefined;
2953
3531
  autoSubfolderIndex?: boolean | undefined;
2954
3532
  crawlLinks?: boolean | undefined;
2955
3533
  retryCount?: number | undefined;
@@ -2989,6 +3567,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
2989
3567
  path: string;
2990
3568
  prerender?: {
2991
3569
  enabled?: boolean | undefined;
3570
+ outputPath?: string | undefined;
2992
3571
  autoSubfolderIndex?: boolean | undefined;
2993
3572
  crawlLinks?: boolean | undefined;
2994
3573
  retryCount?: number | undefined;
@@ -3052,6 +3631,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3052
3631
  path: string;
3053
3632
  prerender?: {
3054
3633
  enabled?: boolean | undefined;
3634
+ outputPath?: string | undefined;
3055
3635
  autoSubfolderIndex?: boolean | undefined;
3056
3636
  crawlLinks?: boolean | undefined;
3057
3637
  retryCount?: number | undefined;
@@ -3114,6 +3694,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3114
3694
  }>]>, "many">>>;
3115
3695
  sitemap: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
3116
3696
  enabled: z.ZodOptional<z.ZodBoolean>;
3697
+ outputPath: z.ZodOptional<z.ZodString>;
3117
3698
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
3118
3699
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
3119
3700
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -3341,6 +3922,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3341
3922
  }>, "strip", z.ZodTypeAny, {
3342
3923
  host?: string | undefined;
3343
3924
  enabled?: boolean | undefined;
3925
+ outputPath?: string | undefined;
3344
3926
  autoSubfolderIndex?: boolean | undefined;
3345
3927
  crawlLinks?: boolean | undefined;
3346
3928
  retryCount?: number | undefined;
@@ -3378,6 +3960,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3378
3960
  }, {
3379
3961
  host?: string | undefined;
3380
3962
  enabled?: boolean | undefined;
3963
+ outputPath?: string | undefined;
3381
3964
  autoSubfolderIndex?: boolean | undefined;
3382
3965
  crawlLinks?: boolean | undefined;
3383
3966
  retryCount?: number | undefined;
@@ -3523,6 +4106,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3523
4106
  }, {
3524
4107
  prerender: z.ZodOptional<z.ZodObject<{
3525
4108
  enabled: z.ZodOptional<z.ZodBoolean>;
4109
+ outputPath: z.ZodOptional<z.ZodString>;
3526
4110
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
3527
4111
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
3528
4112
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -3747,6 +4331,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3747
4331
  }>], z.ZodUnknown>, z.ZodAny>>;
3748
4332
  }, "strip", z.ZodTypeAny, {
3749
4333
  enabled?: boolean | undefined;
4334
+ outputPath?: string | undefined;
3750
4335
  autoSubfolderIndex?: boolean | undefined;
3751
4336
  crawlLinks?: boolean | undefined;
3752
4337
  retryCount?: number | undefined;
@@ -3783,6 +4368,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3783
4368
  }, ...args: unknown[]) => any) | undefined;
3784
4369
  }, {
3785
4370
  enabled?: boolean | undefined;
4371
+ outputPath?: string | undefined;
3786
4372
  autoSubfolderIndex?: boolean | undefined;
3787
4373
  crawlLinks?: boolean | undefined;
3788
4374
  retryCount?: number | undefined;
@@ -3822,6 +4408,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3822
4408
  path: string;
3823
4409
  prerender?: {
3824
4410
  enabled?: boolean | undefined;
4411
+ outputPath?: string | undefined;
3825
4412
  autoSubfolderIndex?: boolean | undefined;
3826
4413
  crawlLinks?: boolean | undefined;
3827
4414
  retryCount?: number | undefined;
@@ -3885,6 +4472,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3885
4472
  path: string;
3886
4473
  prerender?: {
3887
4474
  enabled?: boolean | undefined;
4475
+ outputPath?: string | undefined;
3888
4476
  autoSubfolderIndex?: boolean | undefined;
3889
4477
  crawlLinks?: boolean | undefined;
3890
4478
  retryCount?: number | undefined;
@@ -3951,6 +4539,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
3951
4539
  path: string;
3952
4540
  prerender?: {
3953
4541
  enabled?: boolean | undefined;
4542
+ outputPath?: string | undefined;
3954
4543
  autoSubfolderIndex?: boolean | undefined;
3955
4544
  crawlLinks?: boolean | undefined;
3956
4545
  retryCount?: number | undefined;
@@ -4019,6 +4608,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4019
4608
  path: string;
4020
4609
  prerender?: {
4021
4610
  enabled?: boolean | undefined;
4611
+ outputPath?: string | undefined;
4022
4612
  autoSubfolderIndex?: boolean | undefined;
4023
4613
  crawlLinks?: boolean | undefined;
4024
4614
  retryCount?: number | undefined;
@@ -4084,6 +4674,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4084
4674
  failOnError?: boolean | undefined;
4085
4675
  }>, z.ZodOptional<z.ZodObject<{
4086
4676
  enabled: z.ZodOptional<z.ZodBoolean>;
4677
+ outputPath: z.ZodOptional<z.ZodString>;
4087
4678
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
4088
4679
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
4089
4680
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -4105,49 +4696,255 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4105
4696
  }, {
4106
4697
  href: string;
4107
4698
  hreflang: string;
4108
- }>, "many">>;
4109
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
4110
- loc: z.ZodString;
4111
- caption: z.ZodOptional<z.ZodString>;
4112
- title: z.ZodOptional<z.ZodString>;
4113
- }, "strip", z.ZodTypeAny, {
4699
+ }>, "many">>;
4700
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
4701
+ loc: z.ZodString;
4702
+ caption: z.ZodOptional<z.ZodString>;
4703
+ title: z.ZodOptional<z.ZodString>;
4704
+ }, "strip", z.ZodTypeAny, {
4705
+ loc: string;
4706
+ caption?: string | undefined;
4707
+ title?: string | undefined;
4708
+ }, {
4709
+ loc: string;
4710
+ caption?: string | undefined;
4711
+ title?: string | undefined;
4712
+ }>, "many">>;
4713
+ news: z.ZodOptional<z.ZodObject<{
4714
+ publication: z.ZodObject<{
4715
+ name: z.ZodString;
4716
+ language: z.ZodString;
4717
+ }, "strip", z.ZodTypeAny, {
4718
+ name: string;
4719
+ language: string;
4720
+ }, {
4721
+ name: string;
4722
+ language: string;
4723
+ }>;
4724
+ publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
4725
+ title: z.ZodString;
4726
+ }, "strip", z.ZodTypeAny, {
4727
+ title: string;
4728
+ publication: {
4729
+ name: string;
4730
+ language: string;
4731
+ };
4732
+ publicationDate: string | Date;
4733
+ }, {
4734
+ title: string;
4735
+ publication: {
4736
+ name: string;
4737
+ language: string;
4738
+ };
4739
+ publicationDate: string | Date;
4740
+ }>>;
4741
+ }, "strip", z.ZodTypeAny, {
4742
+ lastmod?: string | Date | undefined;
4743
+ exclude?: boolean | undefined;
4744
+ priority?: number | undefined;
4745
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4746
+ alternateRefs?: {
4747
+ href: string;
4748
+ hreflang: string;
4749
+ }[] | undefined;
4750
+ images?: {
4751
+ loc: string;
4752
+ caption?: string | undefined;
4753
+ title?: string | undefined;
4754
+ }[] | undefined;
4755
+ news?: {
4756
+ title: string;
4757
+ publication: {
4758
+ name: string;
4759
+ language: string;
4760
+ };
4761
+ publicationDate: string | Date;
4762
+ } | undefined;
4763
+ }, {
4764
+ lastmod?: string | Date | undefined;
4765
+ exclude?: boolean | undefined;
4766
+ priority?: number | undefined;
4767
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4768
+ alternateRefs?: {
4769
+ href: string;
4770
+ hreflang: string;
4771
+ }[] | undefined;
4772
+ images?: {
4773
+ loc: string;
4774
+ caption?: string | undefined;
4775
+ title?: string | undefined;
4776
+ }[] | undefined;
4777
+ news?: {
4778
+ title: string;
4779
+ publication: {
4780
+ name: string;
4781
+ language: string;
4782
+ };
4783
+ publicationDate: string | Date;
4784
+ } | undefined;
4785
+ }>>;
4786
+ fromCrawl: z.ZodOptional<z.ZodBoolean>;
4787
+ }, "strip", z.ZodTypeAny, {
4788
+ path: string;
4789
+ sitemap?: {
4790
+ lastmod?: string | Date | undefined;
4791
+ exclude?: boolean | undefined;
4792
+ priority?: number | undefined;
4793
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4794
+ alternateRefs?: {
4795
+ href: string;
4796
+ hreflang: string;
4797
+ }[] | undefined;
4798
+ images?: {
4799
+ loc: string;
4800
+ caption?: string | undefined;
4801
+ title?: string | undefined;
4802
+ }[] | undefined;
4803
+ news?: {
4804
+ title: string;
4805
+ publication: {
4806
+ name: string;
4807
+ language: string;
4808
+ };
4809
+ publicationDate: string | Date;
4810
+ } | undefined;
4811
+ } | undefined;
4812
+ fromCrawl?: boolean | undefined;
4813
+ }, {
4814
+ path: string;
4815
+ sitemap?: {
4816
+ lastmod?: string | Date | undefined;
4817
+ exclude?: boolean | undefined;
4818
+ priority?: number | undefined;
4819
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4820
+ alternateRefs?: {
4821
+ href: string;
4822
+ hreflang: string;
4823
+ }[] | undefined;
4824
+ images?: {
4114
4825
  loc: string;
4115
4826
  caption?: string | undefined;
4116
4827
  title?: string | undefined;
4117
- }, {
4828
+ }[] | undefined;
4829
+ news?: {
4830
+ title: string;
4831
+ publication: {
4832
+ name: string;
4833
+ language: string;
4834
+ };
4835
+ publicationDate: string | Date;
4836
+ } | undefined;
4837
+ } | undefined;
4838
+ fromCrawl?: boolean | undefined;
4839
+ }>;
4840
+ html: z.ZodString;
4841
+ }, "strip", z.ZodTypeAny, {
4842
+ page: {
4843
+ path: string;
4844
+ sitemap?: {
4845
+ lastmod?: string | Date | undefined;
4846
+ exclude?: boolean | undefined;
4847
+ priority?: number | undefined;
4848
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4849
+ alternateRefs?: {
4850
+ href: string;
4851
+ hreflang: string;
4852
+ }[] | undefined;
4853
+ images?: {
4118
4854
  loc: string;
4119
4855
  caption?: string | undefined;
4120
4856
  title?: string | undefined;
4121
- }>, "many">>;
4122
- news: z.ZodOptional<z.ZodObject<{
4123
- publication: z.ZodObject<{
4124
- name: z.ZodString;
4125
- language: z.ZodString;
4126
- }, "strip", z.ZodTypeAny, {
4127
- name: string;
4128
- language: string;
4129
- }, {
4857
+ }[] | undefined;
4858
+ news?: {
4859
+ title: string;
4860
+ publication: {
4130
4861
  name: string;
4131
4862
  language: string;
4132
- }>;
4133
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
4134
- title: z.ZodString;
4135
- }, "strip", z.ZodTypeAny, {
4863
+ };
4864
+ publicationDate: string | Date;
4865
+ } | undefined;
4866
+ } | undefined;
4867
+ fromCrawl?: boolean | undefined;
4868
+ };
4869
+ html: string;
4870
+ }, {
4871
+ page: {
4872
+ path: string;
4873
+ sitemap?: {
4874
+ lastmod?: string | Date | undefined;
4875
+ exclude?: boolean | undefined;
4876
+ priority?: number | undefined;
4877
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4878
+ alternateRefs?: {
4879
+ href: string;
4880
+ hreflang: string;
4881
+ }[] | undefined;
4882
+ images?: {
4883
+ loc: string;
4884
+ caption?: string | undefined;
4885
+ title?: string | undefined;
4886
+ }[] | undefined;
4887
+ news?: {
4136
4888
  title: string;
4137
4889
  publication: {
4138
4890
  name: string;
4139
4891
  language: string;
4140
4892
  };
4141
4893
  publicationDate: string | Date;
4142
- }, {
4894
+ } | undefined;
4895
+ } | undefined;
4896
+ fromCrawl?: boolean | undefined;
4897
+ };
4898
+ html: string;
4899
+ }>], z.ZodUnknown>, z.ZodAny>>;
4900
+ }, "strip", z.ZodTypeAny, {
4901
+ enabled?: boolean | undefined;
4902
+ outputPath?: string | undefined;
4903
+ autoSubfolderIndex?: boolean | undefined;
4904
+ crawlLinks?: boolean | undefined;
4905
+ retryCount?: number | undefined;
4906
+ retryDelay?: number | undefined;
4907
+ onSuccess?: ((args_0: {
4908
+ page: {
4909
+ path: string;
4910
+ sitemap?: {
4911
+ lastmod?: string | Date | undefined;
4912
+ exclude?: boolean | undefined;
4913
+ priority?: number | undefined;
4914
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4915
+ alternateRefs?: {
4916
+ href: string;
4917
+ hreflang: string;
4918
+ }[] | undefined;
4919
+ images?: {
4920
+ loc: string;
4921
+ caption?: string | undefined;
4922
+ title?: string | undefined;
4923
+ }[] | undefined;
4924
+ news?: {
4143
4925
  title: string;
4144
4926
  publication: {
4145
4927
  name: string;
4146
4928
  language: string;
4147
4929
  };
4148
4930
  publicationDate: string | Date;
4149
- }>>;
4150
- }, "strip", z.ZodTypeAny, {
4931
+ } | undefined;
4932
+ } | undefined;
4933
+ fromCrawl?: boolean | undefined;
4934
+ };
4935
+ html: string;
4936
+ }, ...args: unknown[]) => any) | undefined;
4937
+ }, {
4938
+ enabled?: boolean | undefined;
4939
+ outputPath?: string | undefined;
4940
+ autoSubfolderIndex?: boolean | undefined;
4941
+ crawlLinks?: boolean | undefined;
4942
+ retryCount?: number | undefined;
4943
+ retryDelay?: number | undefined;
4944
+ onSuccess?: ((args_0: {
4945
+ page: {
4946
+ path: string;
4947
+ sitemap?: {
4151
4948
  lastmod?: string | Date | undefined;
4152
4949
  exclude?: boolean | undefined;
4153
4950
  priority?: number | undefined;
@@ -4169,216 +4966,475 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4169
4966
  };
4170
4967
  publicationDate: string | Date;
4171
4968
  } | undefined;
4969
+ } | undefined;
4970
+ fromCrawl?: boolean | undefined;
4971
+ };
4972
+ html: string;
4973
+ }, ...args: unknown[]) => any) | undefined;
4974
+ }>>>>;
4975
+ shell: z.ZodOptional<z.ZodObject<{
4976
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4977
+ maskPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4978
+ autoRedirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4979
+ prerender: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodObject<{
4980
+ enabled: z.ZodOptional<z.ZodBoolean>;
4981
+ outputPath: z.ZodOptional<z.ZodString>;
4982
+ autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
4983
+ crawlLinks: z.ZodOptional<z.ZodBoolean>;
4984
+ retryCount: z.ZodOptional<z.ZodNumber>;
4985
+ retryDelay: z.ZodOptional<z.ZodNumber>;
4986
+ onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
4987
+ page: z.ZodObject<{
4988
+ path: z.ZodString;
4989
+ sitemap: z.ZodOptional<z.ZodObject<{
4990
+ exclude: z.ZodOptional<z.ZodBoolean>;
4991
+ priority: z.ZodOptional<z.ZodNumber>;
4992
+ changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
4993
+ lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
4994
+ alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
4995
+ href: z.ZodString;
4996
+ hreflang: z.ZodString;
4997
+ }, "strip", z.ZodTypeAny, {
4998
+ href: string;
4999
+ hreflang: string;
5000
+ }, {
5001
+ href: string;
5002
+ hreflang: string;
5003
+ }>, "many">>;
5004
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
5005
+ loc: z.ZodString;
5006
+ caption: z.ZodOptional<z.ZodString>;
5007
+ title: z.ZodOptional<z.ZodString>;
5008
+ }, "strip", z.ZodTypeAny, {
5009
+ loc: string;
5010
+ caption?: string | undefined;
5011
+ title?: string | undefined;
5012
+ }, {
5013
+ loc: string;
5014
+ caption?: string | undefined;
5015
+ title?: string | undefined;
5016
+ }>, "many">>;
5017
+ news: z.ZodOptional<z.ZodObject<{
5018
+ publication: z.ZodObject<{
5019
+ name: z.ZodString;
5020
+ language: z.ZodString;
5021
+ }, "strip", z.ZodTypeAny, {
5022
+ name: string;
5023
+ language: string;
5024
+ }, {
5025
+ name: string;
5026
+ language: string;
5027
+ }>;
5028
+ publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
5029
+ title: z.ZodString;
5030
+ }, "strip", z.ZodTypeAny, {
5031
+ title: string;
5032
+ publication: {
5033
+ name: string;
5034
+ language: string;
5035
+ };
5036
+ publicationDate: string | Date;
5037
+ }, {
5038
+ title: string;
5039
+ publication: {
5040
+ name: string;
5041
+ language: string;
5042
+ };
5043
+ publicationDate: string | Date;
5044
+ }>>;
5045
+ }, "strip", z.ZodTypeAny, {
5046
+ lastmod?: string | Date | undefined;
5047
+ exclude?: boolean | undefined;
5048
+ priority?: number | undefined;
5049
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5050
+ alternateRefs?: {
5051
+ href: string;
5052
+ hreflang: string;
5053
+ }[] | undefined;
5054
+ images?: {
5055
+ loc: string;
5056
+ caption?: string | undefined;
5057
+ title?: string | undefined;
5058
+ }[] | undefined;
5059
+ news?: {
5060
+ title: string;
5061
+ publication: {
5062
+ name: string;
5063
+ language: string;
5064
+ };
5065
+ publicationDate: string | Date;
5066
+ } | undefined;
5067
+ }, {
5068
+ lastmod?: string | Date | undefined;
5069
+ exclude?: boolean | undefined;
5070
+ priority?: number | undefined;
5071
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5072
+ alternateRefs?: {
5073
+ href: string;
5074
+ hreflang: string;
5075
+ }[] | undefined;
5076
+ images?: {
5077
+ loc: string;
5078
+ caption?: string | undefined;
5079
+ title?: string | undefined;
5080
+ }[] | undefined;
5081
+ news?: {
5082
+ title: string;
5083
+ publication: {
5084
+ name: string;
5085
+ language: string;
5086
+ };
5087
+ publicationDate: string | Date;
5088
+ } | undefined;
5089
+ }>>;
5090
+ fromCrawl: z.ZodOptional<z.ZodBoolean>;
5091
+ }, "strip", z.ZodTypeAny, {
5092
+ path: string;
5093
+ sitemap?: {
5094
+ lastmod?: string | Date | undefined;
5095
+ exclude?: boolean | undefined;
5096
+ priority?: number | undefined;
5097
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5098
+ alternateRefs?: {
5099
+ href: string;
5100
+ hreflang: string;
5101
+ }[] | undefined;
5102
+ images?: {
5103
+ loc: string;
5104
+ caption?: string | undefined;
5105
+ title?: string | undefined;
5106
+ }[] | undefined;
5107
+ news?: {
5108
+ title: string;
5109
+ publication: {
5110
+ name: string;
5111
+ language: string;
5112
+ };
5113
+ publicationDate: string | Date;
5114
+ } | undefined;
5115
+ } | undefined;
5116
+ fromCrawl?: boolean | undefined;
4172
5117
  }, {
4173
- lastmod?: string | Date | undefined;
4174
- exclude?: boolean | undefined;
4175
- priority?: number | undefined;
4176
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4177
- alternateRefs?: {
4178
- href: string;
4179
- hreflang: string;
4180
- }[] | undefined;
4181
- images?: {
4182
- loc: string;
4183
- caption?: string | undefined;
4184
- title?: string | undefined;
4185
- }[] | undefined;
4186
- news?: {
4187
- title: string;
4188
- publication: {
4189
- name: string;
4190
- language: string;
4191
- };
4192
- publicationDate: string | Date;
5118
+ path: string;
5119
+ sitemap?: {
5120
+ lastmod?: string | Date | undefined;
5121
+ exclude?: boolean | undefined;
5122
+ priority?: number | undefined;
5123
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5124
+ alternateRefs?: {
5125
+ href: string;
5126
+ hreflang: string;
5127
+ }[] | undefined;
5128
+ images?: {
5129
+ loc: string;
5130
+ caption?: string | undefined;
5131
+ title?: string | undefined;
5132
+ }[] | undefined;
5133
+ news?: {
5134
+ title: string;
5135
+ publication: {
5136
+ name: string;
5137
+ language: string;
5138
+ };
5139
+ publicationDate: string | Date;
5140
+ } | undefined;
4193
5141
  } | undefined;
4194
- }>>;
4195
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
5142
+ fromCrawl?: boolean | undefined;
5143
+ }>;
5144
+ html: z.ZodString;
4196
5145
  }, "strip", z.ZodTypeAny, {
4197
- path: string;
4198
- sitemap?: {
4199
- lastmod?: string | Date | undefined;
4200
- exclude?: boolean | undefined;
4201
- priority?: number | undefined;
4202
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4203
- alternateRefs?: {
4204
- href: string;
4205
- hreflang: string;
4206
- }[] | undefined;
4207
- images?: {
4208
- loc: string;
4209
- caption?: string | undefined;
4210
- title?: string | undefined;
4211
- }[] | undefined;
4212
- news?: {
4213
- title: string;
4214
- publication: {
4215
- name: string;
4216
- language: string;
4217
- };
4218
- publicationDate: string | Date;
5146
+ page: {
5147
+ path: string;
5148
+ sitemap?: {
5149
+ lastmod?: string | Date | undefined;
5150
+ exclude?: boolean | undefined;
5151
+ priority?: number | undefined;
5152
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5153
+ alternateRefs?: {
5154
+ href: string;
5155
+ hreflang: string;
5156
+ }[] | undefined;
5157
+ images?: {
5158
+ loc: string;
5159
+ caption?: string | undefined;
5160
+ title?: string | undefined;
5161
+ }[] | undefined;
5162
+ news?: {
5163
+ title: string;
5164
+ publication: {
5165
+ name: string;
5166
+ language: string;
5167
+ };
5168
+ publicationDate: string | Date;
5169
+ } | undefined;
4219
5170
  } | undefined;
4220
- } | undefined;
4221
- fromCrawl?: boolean | undefined;
5171
+ fromCrawl?: boolean | undefined;
5172
+ };
5173
+ html: string;
4222
5174
  }, {
4223
- path: string;
4224
- sitemap?: {
4225
- lastmod?: string | Date | undefined;
4226
- exclude?: boolean | undefined;
4227
- priority?: number | undefined;
4228
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4229
- alternateRefs?: {
4230
- href: string;
4231
- hreflang: string;
4232
- }[] | undefined;
4233
- images?: {
4234
- loc: string;
4235
- caption?: string | undefined;
4236
- title?: string | undefined;
4237
- }[] | undefined;
4238
- news?: {
4239
- title: string;
4240
- publication: {
4241
- name: string;
4242
- language: string;
4243
- };
4244
- publicationDate: string | Date;
5175
+ page: {
5176
+ path: string;
5177
+ sitemap?: {
5178
+ lastmod?: string | Date | undefined;
5179
+ exclude?: boolean | undefined;
5180
+ priority?: number | undefined;
5181
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5182
+ alternateRefs?: {
5183
+ href: string;
5184
+ hreflang: string;
5185
+ }[] | undefined;
5186
+ images?: {
5187
+ loc: string;
5188
+ caption?: string | undefined;
5189
+ title?: string | undefined;
5190
+ }[] | undefined;
5191
+ news?: {
5192
+ title: string;
5193
+ publication: {
5194
+ name: string;
5195
+ language: string;
5196
+ };
5197
+ publicationDate: string | Date;
5198
+ } | undefined;
4245
5199
  } | undefined;
4246
- } | undefined;
4247
- fromCrawl?: boolean | undefined;
4248
- }>;
4249
- html: z.ZodString;
5200
+ fromCrawl?: boolean | undefined;
5201
+ };
5202
+ html: string;
5203
+ }>], z.ZodUnknown>, z.ZodAny>>;
4250
5204
  }, "strip", z.ZodTypeAny, {
4251
- page: {
4252
- path: string;
4253
- sitemap?: {
4254
- lastmod?: string | Date | undefined;
4255
- exclude?: boolean | undefined;
4256
- priority?: number | undefined;
4257
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4258
- alternateRefs?: {
4259
- href: string;
4260
- hreflang: string;
4261
- }[] | undefined;
4262
- images?: {
4263
- loc: string;
4264
- caption?: string | undefined;
4265
- title?: string | undefined;
4266
- }[] | undefined;
4267
- news?: {
4268
- title: string;
4269
- publication: {
4270
- name: string;
4271
- language: string;
4272
- };
4273
- publicationDate: string | Date;
5205
+ enabled?: boolean | undefined;
5206
+ outputPath?: string | undefined;
5207
+ autoSubfolderIndex?: boolean | undefined;
5208
+ crawlLinks?: boolean | undefined;
5209
+ retryCount?: number | undefined;
5210
+ retryDelay?: number | undefined;
5211
+ onSuccess?: ((args_0: {
5212
+ page: {
5213
+ path: string;
5214
+ sitemap?: {
5215
+ lastmod?: string | Date | undefined;
5216
+ exclude?: boolean | undefined;
5217
+ priority?: number | undefined;
5218
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5219
+ alternateRefs?: {
5220
+ href: string;
5221
+ hreflang: string;
5222
+ }[] | undefined;
5223
+ images?: {
5224
+ loc: string;
5225
+ caption?: string | undefined;
5226
+ title?: string | undefined;
5227
+ }[] | undefined;
5228
+ news?: {
5229
+ title: string;
5230
+ publication: {
5231
+ name: string;
5232
+ language: string;
5233
+ };
5234
+ publicationDate: string | Date;
5235
+ } | undefined;
5236
+ } | undefined;
5237
+ fromCrawl?: boolean | undefined;
5238
+ };
5239
+ html: string;
5240
+ }, ...args: unknown[]) => any) | undefined;
5241
+ }, {
5242
+ enabled?: boolean | undefined;
5243
+ outputPath?: string | undefined;
5244
+ autoSubfolderIndex?: boolean | undefined;
5245
+ crawlLinks?: boolean | undefined;
5246
+ retryCount?: number | undefined;
5247
+ retryDelay?: number | undefined;
5248
+ onSuccess?: ((args_0: {
5249
+ page: {
5250
+ path: string;
5251
+ sitemap?: {
5252
+ lastmod?: string | Date | undefined;
5253
+ exclude?: boolean | undefined;
5254
+ priority?: number | undefined;
5255
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5256
+ alternateRefs?: {
5257
+ href: string;
5258
+ hreflang: string;
5259
+ }[] | undefined;
5260
+ images?: {
5261
+ loc: string;
5262
+ caption?: string | undefined;
5263
+ title?: string | undefined;
5264
+ }[] | undefined;
5265
+ news?: {
5266
+ title: string;
5267
+ publication: {
5268
+ name: string;
5269
+ language: string;
5270
+ };
5271
+ publicationDate: string | Date;
5272
+ } | undefined;
4274
5273
  } | undefined;
4275
- } | undefined;
4276
- fromCrawl?: boolean | undefined;
4277
- };
4278
- html: string;
5274
+ fromCrawl?: boolean | undefined;
5275
+ };
5276
+ html: string;
5277
+ }, ...args: unknown[]) => any) | undefined;
5278
+ }>>>, {
5279
+ enabled: boolean;
5280
+ outputPath: string;
5281
+ autoSubfolderIndex?: boolean | undefined;
5282
+ crawlLinks: boolean;
5283
+ retryCount: number;
5284
+ retryDelay?: number | undefined;
5285
+ onSuccess?: ((args_0: {
5286
+ page: {
5287
+ path: string;
5288
+ sitemap?: {
5289
+ lastmod?: string | Date | undefined;
5290
+ exclude?: boolean | undefined;
5291
+ priority?: number | undefined;
5292
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5293
+ alternateRefs?: {
5294
+ href: string;
5295
+ hreflang: string;
5296
+ }[] | undefined;
5297
+ images?: {
5298
+ loc: string;
5299
+ caption?: string | undefined;
5300
+ title?: string | undefined;
5301
+ }[] | undefined;
5302
+ news?: {
5303
+ title: string;
5304
+ publication: {
5305
+ name: string;
5306
+ language: string;
5307
+ };
5308
+ publicationDate: string | Date;
5309
+ } | undefined;
5310
+ } | undefined;
5311
+ fromCrawl?: boolean | undefined;
5312
+ };
5313
+ html: string;
5314
+ }, ...args: unknown[]) => any) | undefined;
4279
5315
  }, {
4280
- page: {
4281
- path: string;
4282
- sitemap?: {
4283
- lastmod?: string | Date | undefined;
4284
- exclude?: boolean | undefined;
4285
- priority?: number | undefined;
4286
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4287
- alternateRefs?: {
4288
- href: string;
4289
- hreflang: string;
4290
- }[] | undefined;
4291
- images?: {
4292
- loc: string;
4293
- caption?: string | undefined;
4294
- title?: string | undefined;
4295
- }[] | undefined;
4296
- news?: {
4297
- title: string;
4298
- publication: {
4299
- name: string;
4300
- language: string;
4301
- };
4302
- publicationDate: string | Date;
5316
+ enabled?: boolean | undefined;
5317
+ outputPath?: string | undefined;
5318
+ autoSubfolderIndex?: boolean | undefined;
5319
+ crawlLinks?: boolean | undefined;
5320
+ retryCount?: number | undefined;
5321
+ retryDelay?: number | undefined;
5322
+ onSuccess?: ((args_0: {
5323
+ page: {
5324
+ path: string;
5325
+ sitemap?: {
5326
+ lastmod?: string | Date | undefined;
5327
+ exclude?: boolean | undefined;
5328
+ priority?: number | undefined;
5329
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5330
+ alternateRefs?: {
5331
+ href: string;
5332
+ hreflang: string;
5333
+ }[] | undefined;
5334
+ images?: {
5335
+ loc: string;
5336
+ caption?: string | undefined;
5337
+ title?: string | undefined;
5338
+ }[] | undefined;
5339
+ news?: {
5340
+ title: string;
5341
+ publication: {
5342
+ name: string;
5343
+ language: string;
5344
+ };
5345
+ publicationDate: string | Date;
5346
+ } | undefined;
4303
5347
  } | undefined;
4304
- } | undefined;
4305
- fromCrawl?: boolean | undefined;
4306
- };
4307
- html: string;
4308
- }>], z.ZodUnknown>, z.ZodAny>>;
5348
+ fromCrawl?: boolean | undefined;
5349
+ };
5350
+ html: string;
5351
+ }, ...args: unknown[]) => any) | undefined;
5352
+ } | undefined>;
4309
5353
  }, "strip", z.ZodTypeAny, {
4310
- enabled?: boolean | undefined;
4311
- autoSubfolderIndex?: boolean | undefined;
4312
- crawlLinks?: boolean | undefined;
4313
- retryCount?: number | undefined;
4314
- retryDelay?: number | undefined;
4315
- onSuccess?: ((args_0: {
4316
- page: {
4317
- path: string;
4318
- sitemap?: {
4319
- lastmod?: string | Date | undefined;
4320
- exclude?: boolean | undefined;
4321
- priority?: number | undefined;
4322
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4323
- alternateRefs?: {
4324
- href: string;
4325
- hreflang: string;
4326
- }[] | undefined;
4327
- images?: {
4328
- loc: string;
4329
- caption?: string | undefined;
4330
- title?: string | undefined;
4331
- }[] | undefined;
4332
- news?: {
4333
- title: string;
4334
- publication: {
4335
- name: string;
4336
- language: string;
4337
- };
4338
- publicationDate: string | Date;
5354
+ prerender: {
5355
+ enabled: boolean;
5356
+ outputPath: string;
5357
+ autoSubfolderIndex?: boolean | undefined;
5358
+ crawlLinks: boolean;
5359
+ retryCount: number;
5360
+ retryDelay?: number | undefined;
5361
+ onSuccess?: ((args_0: {
5362
+ page: {
5363
+ path: string;
5364
+ sitemap?: {
5365
+ lastmod?: string | Date | undefined;
5366
+ exclude?: boolean | undefined;
5367
+ priority?: number | undefined;
5368
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5369
+ alternateRefs?: {
5370
+ href: string;
5371
+ hreflang: string;
5372
+ }[] | undefined;
5373
+ images?: {
5374
+ loc: string;
5375
+ caption?: string | undefined;
5376
+ title?: string | undefined;
5377
+ }[] | undefined;
5378
+ news?: {
5379
+ title: string;
5380
+ publication: {
5381
+ name: string;
5382
+ language: string;
5383
+ };
5384
+ publicationDate: string | Date;
5385
+ } | undefined;
4339
5386
  } | undefined;
4340
- } | undefined;
4341
- fromCrawl?: boolean | undefined;
4342
- };
4343
- html: string;
4344
- }, ...args: unknown[]) => any) | undefined;
5387
+ fromCrawl?: boolean | undefined;
5388
+ };
5389
+ html: string;
5390
+ }, ...args: unknown[]) => any) | undefined;
5391
+ };
5392
+ enabled: boolean;
5393
+ maskPath: string;
5394
+ autoRedirect: boolean;
4345
5395
  }, {
4346
- enabled?: boolean | undefined;
4347
- autoSubfolderIndex?: boolean | undefined;
4348
- crawlLinks?: boolean | undefined;
4349
- retryCount?: number | undefined;
4350
- retryDelay?: number | undefined;
4351
- onSuccess?: ((args_0: {
4352
- page: {
4353
- path: string;
4354
- sitemap?: {
4355
- lastmod?: string | Date | undefined;
4356
- exclude?: boolean | undefined;
4357
- priority?: number | undefined;
4358
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
4359
- alternateRefs?: {
4360
- href: string;
4361
- hreflang: string;
4362
- }[] | undefined;
4363
- images?: {
4364
- loc: string;
4365
- caption?: string | undefined;
4366
- title?: string | undefined;
4367
- }[] | undefined;
4368
- news?: {
4369
- title: string;
4370
- publication: {
4371
- name: string;
4372
- language: string;
4373
- };
4374
- publicationDate: string | Date;
5396
+ prerender?: {
5397
+ enabled?: boolean | undefined;
5398
+ outputPath?: string | undefined;
5399
+ autoSubfolderIndex?: boolean | undefined;
5400
+ crawlLinks?: boolean | undefined;
5401
+ retryCount?: number | undefined;
5402
+ retryDelay?: number | undefined;
5403
+ onSuccess?: ((args_0: {
5404
+ page: {
5405
+ path: string;
5406
+ sitemap?: {
5407
+ lastmod?: string | Date | undefined;
5408
+ exclude?: boolean | undefined;
5409
+ priority?: number | undefined;
5410
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5411
+ alternateRefs?: {
5412
+ href: string;
5413
+ hreflang: string;
5414
+ }[] | undefined;
5415
+ images?: {
5416
+ loc: string;
5417
+ caption?: string | undefined;
5418
+ title?: string | undefined;
5419
+ }[] | undefined;
5420
+ news?: {
5421
+ title: string;
5422
+ publication: {
5423
+ name: string;
5424
+ language: string;
5425
+ };
5426
+ publicationDate: string | Date;
5427
+ } | undefined;
4375
5428
  } | undefined;
4376
- } | undefined;
4377
- fromCrawl?: boolean | undefined;
4378
- };
4379
- html: string;
4380
- }, ...args: unknown[]) => any) | undefined;
4381
- }>>>>;
5429
+ fromCrawl?: boolean | undefined;
5430
+ };
5431
+ html: string;
5432
+ }, ...args: unknown[]) => any) | undefined;
5433
+ } | undefined;
5434
+ enabled?: boolean | undefined;
5435
+ maskPath?: string | undefined;
5436
+ autoRedirect?: boolean | undefined;
5437
+ }>>;
4382
5438
  root: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4383
5439
  target: z.ZodOptional<z.ZodType<import('nitropack/presets').PresetNameInput | undefined, z.ZodTypeDef, import('nitropack/presets').PresetNameInput | undefined>>;
4384
5440
  }, "strip", z.ZodTypeAny, {
@@ -4432,6 +5488,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4432
5488
  path: string;
4433
5489
  prerender?: {
4434
5490
  enabled?: boolean | undefined;
5491
+ outputPath?: string | undefined;
4435
5492
  autoSubfolderIndex?: boolean | undefined;
4436
5493
  crawlLinks?: boolean | undefined;
4437
5494
  retryCount?: number | undefined;
@@ -4498,6 +5555,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4498
5555
  path: string;
4499
5556
  prerender?: {
4500
5557
  enabled?: boolean | undefined;
5558
+ outputPath?: string | undefined;
4501
5559
  autoSubfolderIndex?: boolean | undefined;
4502
5560
  crawlLinks?: boolean | undefined;
4503
5561
  retryCount?: number | undefined;
@@ -4563,6 +5621,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4563
5621
  failOnError?: boolean | undefined;
4564
5622
  } & {
4565
5623
  enabled?: boolean | undefined;
5624
+ outputPath?: string | undefined;
4566
5625
  autoSubfolderIndex?: boolean | undefined;
4567
5626
  crawlLinks?: boolean | undefined;
4568
5627
  retryCount?: number | undefined;
@@ -4601,6 +5660,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4601
5660
  sitemap?: {
4602
5661
  host?: string | undefined;
4603
5662
  enabled?: boolean | undefined;
5663
+ outputPath?: string | undefined;
4604
5664
  autoSubfolderIndex?: boolean | undefined;
4605
5665
  crawlLinks?: boolean | undefined;
4606
5666
  retryCount?: number | undefined;
@@ -4630,11 +5690,54 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4630
5690
  };
4631
5691
  publicationDate: string | Date;
4632
5692
  } | undefined;
4633
- } | undefined;
4634
- fromCrawl?: boolean | undefined;
4635
- };
4636
- html: string;
4637
- }, ...args: unknown[]) => any) | undefined;
5693
+ } | undefined;
5694
+ fromCrawl?: boolean | undefined;
5695
+ };
5696
+ html: string;
5697
+ }, ...args: unknown[]) => any) | undefined;
5698
+ } | undefined;
5699
+ shell?: {
5700
+ prerender: {
5701
+ enabled: boolean;
5702
+ outputPath: string;
5703
+ autoSubfolderIndex?: boolean | undefined;
5704
+ crawlLinks: boolean;
5705
+ retryCount: number;
5706
+ retryDelay?: number | undefined;
5707
+ onSuccess?: ((args_0: {
5708
+ page: {
5709
+ path: string;
5710
+ sitemap?: {
5711
+ lastmod?: string | Date | undefined;
5712
+ exclude?: boolean | undefined;
5713
+ priority?: number | undefined;
5714
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
5715
+ alternateRefs?: {
5716
+ href: string;
5717
+ hreflang: string;
5718
+ }[] | undefined;
5719
+ images?: {
5720
+ loc: string;
5721
+ caption?: string | undefined;
5722
+ title?: string | undefined;
5723
+ }[] | undefined;
5724
+ news?: {
5725
+ title: string;
5726
+ publication: {
5727
+ name: string;
5728
+ language: string;
5729
+ };
5730
+ publicationDate: string | Date;
5731
+ } | undefined;
5732
+ } | undefined;
5733
+ fromCrawl?: boolean | undefined;
5734
+ };
5735
+ html: string;
5736
+ }, ...args: unknown[]) => any) | undefined;
5737
+ };
5738
+ enabled: boolean;
5739
+ maskPath: string;
5740
+ autoRedirect: boolean;
4638
5741
  } | undefined;
4639
5742
  }, {
4640
5743
  client?: {
@@ -4651,6 +5754,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4651
5754
  path: string;
4652
5755
  prerender?: {
4653
5756
  enabled?: boolean | undefined;
5757
+ outputPath?: string | undefined;
4654
5758
  autoSubfolderIndex?: boolean | undefined;
4655
5759
  crawlLinks?: boolean | undefined;
4656
5760
  retryCount?: number | undefined;
@@ -4716,6 +5820,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4716
5820
  failOnError?: boolean | undefined;
4717
5821
  } & {
4718
5822
  enabled?: boolean | undefined;
5823
+ outputPath?: string | undefined;
4719
5824
  autoSubfolderIndex?: boolean | undefined;
4720
5825
  crawlLinks?: boolean | undefined;
4721
5826
  retryCount?: number | undefined;
@@ -4792,6 +5897,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4792
5897
  sitemap?: {
4793
5898
  host?: string | undefined;
4794
5899
  enabled?: boolean | undefined;
5900
+ outputPath?: string | undefined;
4795
5901
  autoSubfolderIndex?: boolean | undefined;
4796
5902
  crawlLinks?: boolean | undefined;
4797
5903
  retryCount?: number | undefined;
@@ -4831,6 +5937,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4831
5937
  path: string;
4832
5938
  prerender?: {
4833
5939
  enabled?: boolean | undefined;
5940
+ outputPath?: string | undefined;
4834
5941
  autoSubfolderIndex?: boolean | undefined;
4835
5942
  crawlLinks?: boolean | undefined;
4836
5943
  retryCount?: number | undefined;
@@ -4891,6 +5998,49 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4891
5998
  } | undefined;
4892
5999
  fromCrawl?: boolean | undefined;
4893
6000
  })[] | undefined;
6001
+ shell?: {
6002
+ prerender?: {
6003
+ enabled?: boolean | undefined;
6004
+ outputPath?: string | undefined;
6005
+ autoSubfolderIndex?: boolean | undefined;
6006
+ crawlLinks?: boolean | undefined;
6007
+ retryCount?: number | undefined;
6008
+ retryDelay?: number | undefined;
6009
+ onSuccess?: ((args_0: {
6010
+ page: {
6011
+ path: string;
6012
+ sitemap?: {
6013
+ lastmod?: string | Date | undefined;
6014
+ exclude?: boolean | undefined;
6015
+ priority?: number | undefined;
6016
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
6017
+ alternateRefs?: {
6018
+ href: string;
6019
+ hreflang: string;
6020
+ }[] | undefined;
6021
+ images?: {
6022
+ loc: string;
6023
+ caption?: string | undefined;
6024
+ title?: string | undefined;
6025
+ }[] | undefined;
6026
+ news?: {
6027
+ title: string;
6028
+ publication: {
6029
+ name: string;
6030
+ language: string;
6031
+ };
6032
+ publicationDate: string | Date;
6033
+ } | undefined;
6034
+ } | undefined;
6035
+ fromCrawl?: boolean | undefined;
6036
+ };
6037
+ html: string;
6038
+ }, ...args: unknown[]) => any) | undefined;
6039
+ } | undefined;
6040
+ enabled?: boolean | undefined;
6041
+ maskPath?: string | undefined;
6042
+ autoRedirect?: boolean | undefined;
6043
+ } | undefined;
4894
6044
  }>>>>) => {
4895
6045
  tsr: {
4896
6046
  target: "react" | "solid";
@@ -4944,6 +6094,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
4944
6094
  path: string;
4945
6095
  prerender?: {
4946
6096
  enabled?: boolean | undefined;
6097
+ outputPath?: string | undefined;
4947
6098
  autoSubfolderIndex?: boolean | undefined;
4948
6099
  crawlLinks?: boolean | undefined;
4949
6100
  retryCount?: number | undefined;
@@ -5010,6 +6161,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
5010
6161
  path: string;
5011
6162
  prerender?: {
5012
6163
  enabled?: boolean | undefined;
6164
+ outputPath?: string | undefined;
5013
6165
  autoSubfolderIndex?: boolean | undefined;
5014
6166
  crawlLinks?: boolean | undefined;
5015
6167
  retryCount?: number | undefined;
@@ -5075,6 +6227,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
5075
6227
  failOnError?: boolean | undefined;
5076
6228
  } & {
5077
6229
  enabled?: boolean | undefined;
6230
+ outputPath?: string | undefined;
5078
6231
  autoSubfolderIndex?: boolean | undefined;
5079
6232
  crawlLinks?: boolean | undefined;
5080
6233
  retryCount?: number | undefined;
@@ -5113,6 +6266,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
5113
6266
  sitemap?: {
5114
6267
  host?: string | undefined;
5115
6268
  enabled?: boolean | undefined;
6269
+ outputPath?: string | undefined;
5116
6270
  autoSubfolderIndex?: boolean | undefined;
5117
6271
  crawlLinks?: boolean | undefined;
5118
6272
  retryCount?: number | undefined;
@@ -5148,6 +6302,49 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
5148
6302
  html: string;
5149
6303
  }, ...args: unknown[]) => any) | undefined;
5150
6304
  } | undefined;
6305
+ shell?: {
6306
+ prerender: {
6307
+ enabled: boolean;
6308
+ outputPath: string;
6309
+ autoSubfolderIndex?: boolean | undefined;
6310
+ crawlLinks: boolean;
6311
+ retryCount: number;
6312
+ retryDelay?: number | undefined;
6313
+ onSuccess?: ((args_0: {
6314
+ page: {
6315
+ path: string;
6316
+ sitemap?: {
6317
+ lastmod?: string | Date | undefined;
6318
+ exclude?: boolean | undefined;
6319
+ priority?: number | undefined;
6320
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
6321
+ alternateRefs?: {
6322
+ href: string;
6323
+ hreflang: string;
6324
+ }[] | undefined;
6325
+ images?: {
6326
+ loc: string;
6327
+ caption?: string | undefined;
6328
+ title?: string | undefined;
6329
+ }[] | undefined;
6330
+ news?: {
6331
+ title: string;
6332
+ publication: {
6333
+ name: string;
6334
+ language: string;
6335
+ };
6336
+ publicationDate: string | Date;
6337
+ } | undefined;
6338
+ } | undefined;
6339
+ fromCrawl?: boolean | undefined;
6340
+ };
6341
+ html: string;
6342
+ }, ...args: unknown[]) => any) | undefined;
6343
+ };
6344
+ enabled: boolean;
6345
+ maskPath: string;
6346
+ autoRedirect: boolean;
6347
+ } | undefined;
5151
6348
  };
5152
6349
  };
5153
6350
  export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Record<string, unknown>): z.ZodDefault<z.ZodOptional<z.ZodObject<{
@@ -5394,6 +6591,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
5394
6591
  }, {
5395
6592
  prerender: z.ZodOptional<z.ZodObject<{
5396
6593
  enabled: z.ZodOptional<z.ZodBoolean>;
6594
+ outputPath: z.ZodOptional<z.ZodString>;
5397
6595
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
5398
6596
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
5399
6597
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -5618,6 +6816,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
5618
6816
  }>], z.ZodUnknown>, z.ZodAny>>;
5619
6817
  }, "strip", z.ZodTypeAny, {
5620
6818
  enabled?: boolean | undefined;
6819
+ outputPath?: string | undefined;
5621
6820
  autoSubfolderIndex?: boolean | undefined;
5622
6821
  crawlLinks?: boolean | undefined;
5623
6822
  retryCount?: number | undefined;
@@ -5654,6 +6853,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
5654
6853
  }, ...args: unknown[]) => any) | undefined;
5655
6854
  }, {
5656
6855
  enabled?: boolean | undefined;
6856
+ outputPath?: string | undefined;
5657
6857
  autoSubfolderIndex?: boolean | undefined;
5658
6858
  crawlLinks?: boolean | undefined;
5659
6859
  retryCount?: number | undefined;
@@ -5693,6 +6893,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
5693
6893
  path: string;
5694
6894
  prerender?: {
5695
6895
  enabled?: boolean | undefined;
6896
+ outputPath?: string | undefined;
5696
6897
  autoSubfolderIndex?: boolean | undefined;
5697
6898
  crawlLinks?: boolean | undefined;
5698
6899
  retryCount?: number | undefined;
@@ -5756,6 +6957,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
5756
6957
  path: string;
5757
6958
  prerender?: {
5758
6959
  enabled?: boolean | undefined;
6960
+ outputPath?: string | undefined;
5759
6961
  autoSubfolderIndex?: boolean | undefined;
5760
6962
  crawlLinks?: boolean | undefined;
5761
6963
  retryCount?: number | undefined;
@@ -5818,6 +7020,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
5818
7020
  }>]>, "many">>>;
5819
7021
  sitemap: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
5820
7022
  enabled: z.ZodOptional<z.ZodBoolean>;
7023
+ outputPath: z.ZodOptional<z.ZodString>;
5821
7024
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
5822
7025
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
5823
7026
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -6045,6 +7248,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6045
7248
  }>, "strip", z.ZodTypeAny, {
6046
7249
  host?: string | undefined;
6047
7250
  enabled?: boolean | undefined;
7251
+ outputPath?: string | undefined;
6048
7252
  autoSubfolderIndex?: boolean | undefined;
6049
7253
  crawlLinks?: boolean | undefined;
6050
7254
  retryCount?: number | undefined;
@@ -6082,6 +7286,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6082
7286
  }, {
6083
7287
  host?: string | undefined;
6084
7288
  enabled?: boolean | undefined;
7289
+ outputPath?: string | undefined;
6085
7290
  autoSubfolderIndex?: boolean | undefined;
6086
7291
  crawlLinks?: boolean | undefined;
6087
7292
  retryCount?: number | undefined;
@@ -6227,6 +7432,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6227
7432
  }, {
6228
7433
  prerender: z.ZodOptional<z.ZodObject<{
6229
7434
  enabled: z.ZodOptional<z.ZodBoolean>;
7435
+ outputPath: z.ZodOptional<z.ZodString>;
6230
7436
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
6231
7437
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
6232
7438
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -6451,6 +7657,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6451
7657
  }>], z.ZodUnknown>, z.ZodAny>>;
6452
7658
  }, "strip", z.ZodTypeAny, {
6453
7659
  enabled?: boolean | undefined;
7660
+ outputPath?: string | undefined;
6454
7661
  autoSubfolderIndex?: boolean | undefined;
6455
7662
  crawlLinks?: boolean | undefined;
6456
7663
  retryCount?: number | undefined;
@@ -6487,6 +7694,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6487
7694
  }, ...args: unknown[]) => any) | undefined;
6488
7695
  }, {
6489
7696
  enabled?: boolean | undefined;
7697
+ outputPath?: string | undefined;
6490
7698
  autoSubfolderIndex?: boolean | undefined;
6491
7699
  crawlLinks?: boolean | undefined;
6492
7700
  retryCount?: number | undefined;
@@ -6526,6 +7734,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6526
7734
  path: string;
6527
7735
  prerender?: {
6528
7736
  enabled?: boolean | undefined;
7737
+ outputPath?: string | undefined;
6529
7738
  autoSubfolderIndex?: boolean | undefined;
6530
7739
  crawlLinks?: boolean | undefined;
6531
7740
  retryCount?: number | undefined;
@@ -6589,6 +7798,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6589
7798
  path: string;
6590
7799
  prerender?: {
6591
7800
  enabled?: boolean | undefined;
7801
+ outputPath?: string | undefined;
6592
7802
  autoSubfolderIndex?: boolean | undefined;
6593
7803
  crawlLinks?: boolean | undefined;
6594
7804
  retryCount?: number | undefined;
@@ -6655,6 +7865,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6655
7865
  path: string;
6656
7866
  prerender?: {
6657
7867
  enabled?: boolean | undefined;
7868
+ outputPath?: string | undefined;
6658
7869
  autoSubfolderIndex?: boolean | undefined;
6659
7870
  crawlLinks?: boolean | undefined;
6660
7871
  retryCount?: number | undefined;
@@ -6723,6 +7934,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6723
7934
  path: string;
6724
7935
  prerender?: {
6725
7936
  enabled?: boolean | undefined;
7937
+ outputPath?: string | undefined;
6726
7938
  autoSubfolderIndex?: boolean | undefined;
6727
7939
  crawlLinks?: boolean | undefined;
6728
7940
  retryCount?: number | undefined;
@@ -6788,6 +8000,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6788
8000
  failOnError?: boolean | undefined;
6789
8001
  }>, z.ZodOptional<z.ZodObject<{
6790
8002
  enabled: z.ZodOptional<z.ZodBoolean>;
8003
+ outputPath: z.ZodOptional<z.ZodString>;
6791
8004
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
6792
8005
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
6793
8006
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -6809,49 +8022,218 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6809
8022
  }, {
6810
8023
  href: string;
6811
8024
  hreflang: string;
6812
- }>, "many">>;
6813
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
6814
- loc: z.ZodString;
6815
- caption: z.ZodOptional<z.ZodString>;
6816
- title: z.ZodOptional<z.ZodString>;
6817
- }, "strip", z.ZodTypeAny, {
6818
- loc: string;
6819
- caption?: string | undefined;
6820
- title?: string | undefined;
6821
- }, {
8025
+ }>, "many">>;
8026
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
8027
+ loc: z.ZodString;
8028
+ caption: z.ZodOptional<z.ZodString>;
8029
+ title: z.ZodOptional<z.ZodString>;
8030
+ }, "strip", z.ZodTypeAny, {
8031
+ loc: string;
8032
+ caption?: string | undefined;
8033
+ title?: string | undefined;
8034
+ }, {
8035
+ loc: string;
8036
+ caption?: string | undefined;
8037
+ title?: string | undefined;
8038
+ }>, "many">>;
8039
+ news: z.ZodOptional<z.ZodObject<{
8040
+ publication: z.ZodObject<{
8041
+ name: z.ZodString;
8042
+ language: z.ZodString;
8043
+ }, "strip", z.ZodTypeAny, {
8044
+ name: string;
8045
+ language: string;
8046
+ }, {
8047
+ name: string;
8048
+ language: string;
8049
+ }>;
8050
+ publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
8051
+ title: z.ZodString;
8052
+ }, "strip", z.ZodTypeAny, {
8053
+ title: string;
8054
+ publication: {
8055
+ name: string;
8056
+ language: string;
8057
+ };
8058
+ publicationDate: string | Date;
8059
+ }, {
8060
+ title: string;
8061
+ publication: {
8062
+ name: string;
8063
+ language: string;
8064
+ };
8065
+ publicationDate: string | Date;
8066
+ }>>;
8067
+ }, "strip", z.ZodTypeAny, {
8068
+ lastmod?: string | Date | undefined;
8069
+ exclude?: boolean | undefined;
8070
+ priority?: number | undefined;
8071
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8072
+ alternateRefs?: {
8073
+ href: string;
8074
+ hreflang: string;
8075
+ }[] | undefined;
8076
+ images?: {
8077
+ loc: string;
8078
+ caption?: string | undefined;
8079
+ title?: string | undefined;
8080
+ }[] | undefined;
8081
+ news?: {
8082
+ title: string;
8083
+ publication: {
8084
+ name: string;
8085
+ language: string;
8086
+ };
8087
+ publicationDate: string | Date;
8088
+ } | undefined;
8089
+ }, {
8090
+ lastmod?: string | Date | undefined;
8091
+ exclude?: boolean | undefined;
8092
+ priority?: number | undefined;
8093
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8094
+ alternateRefs?: {
8095
+ href: string;
8096
+ hreflang: string;
8097
+ }[] | undefined;
8098
+ images?: {
8099
+ loc: string;
8100
+ caption?: string | undefined;
8101
+ title?: string | undefined;
8102
+ }[] | undefined;
8103
+ news?: {
8104
+ title: string;
8105
+ publication: {
8106
+ name: string;
8107
+ language: string;
8108
+ };
8109
+ publicationDate: string | Date;
8110
+ } | undefined;
8111
+ }>>;
8112
+ fromCrawl: z.ZodOptional<z.ZodBoolean>;
8113
+ }, "strip", z.ZodTypeAny, {
8114
+ path: string;
8115
+ sitemap?: {
8116
+ lastmod?: string | Date | undefined;
8117
+ exclude?: boolean | undefined;
8118
+ priority?: number | undefined;
8119
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8120
+ alternateRefs?: {
8121
+ href: string;
8122
+ hreflang: string;
8123
+ }[] | undefined;
8124
+ images?: {
8125
+ loc: string;
8126
+ caption?: string | undefined;
8127
+ title?: string | undefined;
8128
+ }[] | undefined;
8129
+ news?: {
8130
+ title: string;
8131
+ publication: {
8132
+ name: string;
8133
+ language: string;
8134
+ };
8135
+ publicationDate: string | Date;
8136
+ } | undefined;
8137
+ } | undefined;
8138
+ fromCrawl?: boolean | undefined;
8139
+ }, {
8140
+ path: string;
8141
+ sitemap?: {
8142
+ lastmod?: string | Date | undefined;
8143
+ exclude?: boolean | undefined;
8144
+ priority?: number | undefined;
8145
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8146
+ alternateRefs?: {
8147
+ href: string;
8148
+ hreflang: string;
8149
+ }[] | undefined;
8150
+ images?: {
8151
+ loc: string;
8152
+ caption?: string | undefined;
8153
+ title?: string | undefined;
8154
+ }[] | undefined;
8155
+ news?: {
8156
+ title: string;
8157
+ publication: {
8158
+ name: string;
8159
+ language: string;
8160
+ };
8161
+ publicationDate: string | Date;
8162
+ } | undefined;
8163
+ } | undefined;
8164
+ fromCrawl?: boolean | undefined;
8165
+ }>;
8166
+ html: z.ZodString;
8167
+ }, "strip", z.ZodTypeAny, {
8168
+ page: {
8169
+ path: string;
8170
+ sitemap?: {
8171
+ lastmod?: string | Date | undefined;
8172
+ exclude?: boolean | undefined;
8173
+ priority?: number | undefined;
8174
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8175
+ alternateRefs?: {
8176
+ href: string;
8177
+ hreflang: string;
8178
+ }[] | undefined;
8179
+ images?: {
6822
8180
  loc: string;
6823
8181
  caption?: string | undefined;
6824
8182
  title?: string | undefined;
6825
- }>, "many">>;
6826
- news: z.ZodOptional<z.ZodObject<{
6827
- publication: z.ZodObject<{
6828
- name: z.ZodString;
6829
- language: z.ZodString;
6830
- }, "strip", z.ZodTypeAny, {
6831
- name: string;
6832
- language: string;
6833
- }, {
6834
- name: string;
6835
- language: string;
6836
- }>;
6837
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
6838
- title: z.ZodString;
6839
- }, "strip", z.ZodTypeAny, {
8183
+ }[] | undefined;
8184
+ news?: {
6840
8185
  title: string;
6841
8186
  publication: {
6842
8187
  name: string;
6843
8188
  language: string;
6844
8189
  };
6845
8190
  publicationDate: string | Date;
6846
- }, {
8191
+ } | undefined;
8192
+ } | undefined;
8193
+ fromCrawl?: boolean | undefined;
8194
+ };
8195
+ html: string;
8196
+ }, {
8197
+ page: {
8198
+ path: string;
8199
+ sitemap?: {
8200
+ lastmod?: string | Date | undefined;
8201
+ exclude?: boolean | undefined;
8202
+ priority?: number | undefined;
8203
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8204
+ alternateRefs?: {
8205
+ href: string;
8206
+ hreflang: string;
8207
+ }[] | undefined;
8208
+ images?: {
8209
+ loc: string;
8210
+ caption?: string | undefined;
8211
+ title?: string | undefined;
8212
+ }[] | undefined;
8213
+ news?: {
6847
8214
  title: string;
6848
8215
  publication: {
6849
8216
  name: string;
6850
8217
  language: string;
6851
8218
  };
6852
8219
  publicationDate: string | Date;
6853
- }>>;
6854
- }, "strip", z.ZodTypeAny, {
8220
+ } | undefined;
8221
+ } | undefined;
8222
+ fromCrawl?: boolean | undefined;
8223
+ };
8224
+ html: string;
8225
+ }>], z.ZodUnknown>, z.ZodAny>>;
8226
+ }, "strip", z.ZodTypeAny, {
8227
+ enabled?: boolean | undefined;
8228
+ outputPath?: string | undefined;
8229
+ autoSubfolderIndex?: boolean | undefined;
8230
+ crawlLinks?: boolean | undefined;
8231
+ retryCount?: number | undefined;
8232
+ retryDelay?: number | undefined;
8233
+ onSuccess?: ((args_0: {
8234
+ page: {
8235
+ path: string;
8236
+ sitemap?: {
6855
8237
  lastmod?: string | Date | undefined;
6856
8238
  exclude?: boolean | undefined;
6857
8239
  priority?: number | undefined;
@@ -6873,7 +8255,22 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6873
8255
  };
6874
8256
  publicationDate: string | Date;
6875
8257
  } | undefined;
6876
- }, {
8258
+ } | undefined;
8259
+ fromCrawl?: boolean | undefined;
8260
+ };
8261
+ html: string;
8262
+ }, ...args: unknown[]) => any) | undefined;
8263
+ }, {
8264
+ enabled?: boolean | undefined;
8265
+ outputPath?: string | undefined;
8266
+ autoSubfolderIndex?: boolean | undefined;
8267
+ crawlLinks?: boolean | undefined;
8268
+ retryCount?: number | undefined;
8269
+ retryDelay?: number | undefined;
8270
+ onSuccess?: ((args_0: {
8271
+ page: {
8272
+ path: string;
8273
+ sitemap?: {
6877
8274
  lastmod?: string | Date | undefined;
6878
8275
  exclude?: boolean | undefined;
6879
8276
  priority?: number | undefined;
@@ -6895,194 +8292,475 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
6895
8292
  };
6896
8293
  publicationDate: string | Date;
6897
8294
  } | undefined;
6898
- }>>;
6899
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
8295
+ } | undefined;
8296
+ fromCrawl?: boolean | undefined;
8297
+ };
8298
+ html: string;
8299
+ }, ...args: unknown[]) => any) | undefined;
8300
+ }>>>>;
8301
+ shell: z.ZodOptional<z.ZodObject<{
8302
+ enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
8303
+ maskPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
8304
+ autoRedirect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
8305
+ prerender: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodObject<{
8306
+ enabled: z.ZodOptional<z.ZodBoolean>;
8307
+ outputPath: z.ZodOptional<z.ZodString>;
8308
+ autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
8309
+ crawlLinks: z.ZodOptional<z.ZodBoolean>;
8310
+ retryCount: z.ZodOptional<z.ZodNumber>;
8311
+ retryDelay: z.ZodOptional<z.ZodNumber>;
8312
+ onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
8313
+ page: z.ZodObject<{
8314
+ path: z.ZodString;
8315
+ sitemap: z.ZodOptional<z.ZodObject<{
8316
+ exclude: z.ZodOptional<z.ZodBoolean>;
8317
+ priority: z.ZodOptional<z.ZodNumber>;
8318
+ changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
8319
+ lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
8320
+ alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
8321
+ href: z.ZodString;
8322
+ hreflang: z.ZodString;
8323
+ }, "strip", z.ZodTypeAny, {
8324
+ href: string;
8325
+ hreflang: string;
8326
+ }, {
8327
+ href: string;
8328
+ hreflang: string;
8329
+ }>, "many">>;
8330
+ images: z.ZodOptional<z.ZodArray<z.ZodObject<{
8331
+ loc: z.ZodString;
8332
+ caption: z.ZodOptional<z.ZodString>;
8333
+ title: z.ZodOptional<z.ZodString>;
8334
+ }, "strip", z.ZodTypeAny, {
8335
+ loc: string;
8336
+ caption?: string | undefined;
8337
+ title?: string | undefined;
8338
+ }, {
8339
+ loc: string;
8340
+ caption?: string | undefined;
8341
+ title?: string | undefined;
8342
+ }>, "many">>;
8343
+ news: z.ZodOptional<z.ZodObject<{
8344
+ publication: z.ZodObject<{
8345
+ name: z.ZodString;
8346
+ language: z.ZodString;
8347
+ }, "strip", z.ZodTypeAny, {
8348
+ name: string;
8349
+ language: string;
8350
+ }, {
8351
+ name: string;
8352
+ language: string;
8353
+ }>;
8354
+ publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
8355
+ title: z.ZodString;
8356
+ }, "strip", z.ZodTypeAny, {
8357
+ title: string;
8358
+ publication: {
8359
+ name: string;
8360
+ language: string;
8361
+ };
8362
+ publicationDate: string | Date;
8363
+ }, {
8364
+ title: string;
8365
+ publication: {
8366
+ name: string;
8367
+ language: string;
8368
+ };
8369
+ publicationDate: string | Date;
8370
+ }>>;
8371
+ }, "strip", z.ZodTypeAny, {
8372
+ lastmod?: string | Date | undefined;
8373
+ exclude?: boolean | undefined;
8374
+ priority?: number | undefined;
8375
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8376
+ alternateRefs?: {
8377
+ href: string;
8378
+ hreflang: string;
8379
+ }[] | undefined;
8380
+ images?: {
8381
+ loc: string;
8382
+ caption?: string | undefined;
8383
+ title?: string | undefined;
8384
+ }[] | undefined;
8385
+ news?: {
8386
+ title: string;
8387
+ publication: {
8388
+ name: string;
8389
+ language: string;
8390
+ };
8391
+ publicationDate: string | Date;
8392
+ } | undefined;
8393
+ }, {
8394
+ lastmod?: string | Date | undefined;
8395
+ exclude?: boolean | undefined;
8396
+ priority?: number | undefined;
8397
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8398
+ alternateRefs?: {
8399
+ href: string;
8400
+ hreflang: string;
8401
+ }[] | undefined;
8402
+ images?: {
8403
+ loc: string;
8404
+ caption?: string | undefined;
8405
+ title?: string | undefined;
8406
+ }[] | undefined;
8407
+ news?: {
8408
+ title: string;
8409
+ publication: {
8410
+ name: string;
8411
+ language: string;
8412
+ };
8413
+ publicationDate: string | Date;
8414
+ } | undefined;
8415
+ }>>;
8416
+ fromCrawl: z.ZodOptional<z.ZodBoolean>;
8417
+ }, "strip", z.ZodTypeAny, {
8418
+ path: string;
8419
+ sitemap?: {
8420
+ lastmod?: string | Date | undefined;
8421
+ exclude?: boolean | undefined;
8422
+ priority?: number | undefined;
8423
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8424
+ alternateRefs?: {
8425
+ href: string;
8426
+ hreflang: string;
8427
+ }[] | undefined;
8428
+ images?: {
8429
+ loc: string;
8430
+ caption?: string | undefined;
8431
+ title?: string | undefined;
8432
+ }[] | undefined;
8433
+ news?: {
8434
+ title: string;
8435
+ publication: {
8436
+ name: string;
8437
+ language: string;
8438
+ };
8439
+ publicationDate: string | Date;
8440
+ } | undefined;
8441
+ } | undefined;
8442
+ fromCrawl?: boolean | undefined;
8443
+ }, {
8444
+ path: string;
8445
+ sitemap?: {
8446
+ lastmod?: string | Date | undefined;
8447
+ exclude?: boolean | undefined;
8448
+ priority?: number | undefined;
8449
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8450
+ alternateRefs?: {
8451
+ href: string;
8452
+ hreflang: string;
8453
+ }[] | undefined;
8454
+ images?: {
8455
+ loc: string;
8456
+ caption?: string | undefined;
8457
+ title?: string | undefined;
8458
+ }[] | undefined;
8459
+ news?: {
8460
+ title: string;
8461
+ publication: {
8462
+ name: string;
8463
+ language: string;
8464
+ };
8465
+ publicationDate: string | Date;
8466
+ } | undefined;
8467
+ } | undefined;
8468
+ fromCrawl?: boolean | undefined;
8469
+ }>;
8470
+ html: z.ZodString;
6900
8471
  }, "strip", z.ZodTypeAny, {
6901
- path: string;
6902
- sitemap?: {
6903
- lastmod?: string | Date | undefined;
6904
- exclude?: boolean | undefined;
6905
- priority?: number | undefined;
6906
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
6907
- alternateRefs?: {
6908
- href: string;
6909
- hreflang: string;
6910
- }[] | undefined;
6911
- images?: {
6912
- loc: string;
6913
- caption?: string | undefined;
6914
- title?: string | undefined;
6915
- }[] | undefined;
6916
- news?: {
6917
- title: string;
6918
- publication: {
6919
- name: string;
6920
- language: string;
6921
- };
6922
- publicationDate: string | Date;
8472
+ page: {
8473
+ path: string;
8474
+ sitemap?: {
8475
+ lastmod?: string | Date | undefined;
8476
+ exclude?: boolean | undefined;
8477
+ priority?: number | undefined;
8478
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8479
+ alternateRefs?: {
8480
+ href: string;
8481
+ hreflang: string;
8482
+ }[] | undefined;
8483
+ images?: {
8484
+ loc: string;
8485
+ caption?: string | undefined;
8486
+ title?: string | undefined;
8487
+ }[] | undefined;
8488
+ news?: {
8489
+ title: string;
8490
+ publication: {
8491
+ name: string;
8492
+ language: string;
8493
+ };
8494
+ publicationDate: string | Date;
8495
+ } | undefined;
6923
8496
  } | undefined;
6924
- } | undefined;
6925
- fromCrawl?: boolean | undefined;
8497
+ fromCrawl?: boolean | undefined;
8498
+ };
8499
+ html: string;
6926
8500
  }, {
6927
- path: string;
6928
- sitemap?: {
6929
- lastmod?: string | Date | undefined;
6930
- exclude?: boolean | undefined;
6931
- priority?: number | undefined;
6932
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
6933
- alternateRefs?: {
6934
- href: string;
6935
- hreflang: string;
6936
- }[] | undefined;
6937
- images?: {
6938
- loc: string;
6939
- caption?: string | undefined;
6940
- title?: string | undefined;
6941
- }[] | undefined;
6942
- news?: {
6943
- title: string;
6944
- publication: {
6945
- name: string;
6946
- language: string;
6947
- };
6948
- publicationDate: string | Date;
8501
+ page: {
8502
+ path: string;
8503
+ sitemap?: {
8504
+ lastmod?: string | Date | undefined;
8505
+ exclude?: boolean | undefined;
8506
+ priority?: number | undefined;
8507
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8508
+ alternateRefs?: {
8509
+ href: string;
8510
+ hreflang: string;
8511
+ }[] | undefined;
8512
+ images?: {
8513
+ loc: string;
8514
+ caption?: string | undefined;
8515
+ title?: string | undefined;
8516
+ }[] | undefined;
8517
+ news?: {
8518
+ title: string;
8519
+ publication: {
8520
+ name: string;
8521
+ language: string;
8522
+ };
8523
+ publicationDate: string | Date;
8524
+ } | undefined;
6949
8525
  } | undefined;
6950
- } | undefined;
6951
- fromCrawl?: boolean | undefined;
6952
- }>;
6953
- html: z.ZodString;
8526
+ fromCrawl?: boolean | undefined;
8527
+ };
8528
+ html: string;
8529
+ }>], z.ZodUnknown>, z.ZodAny>>;
6954
8530
  }, "strip", z.ZodTypeAny, {
6955
- page: {
6956
- path: string;
6957
- sitemap?: {
6958
- lastmod?: string | Date | undefined;
6959
- exclude?: boolean | undefined;
6960
- priority?: number | undefined;
6961
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | 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;
8531
+ enabled?: boolean | undefined;
8532
+ outputPath?: string | undefined;
8533
+ autoSubfolderIndex?: boolean | undefined;
8534
+ crawlLinks?: boolean | undefined;
8535
+ retryCount?: number | undefined;
8536
+ retryDelay?: number | undefined;
8537
+ onSuccess?: ((args_0: {
8538
+ page: {
8539
+ path: string;
8540
+ sitemap?: {
8541
+ lastmod?: string | Date | undefined;
8542
+ exclude?: boolean | undefined;
8543
+ priority?: number | undefined;
8544
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8545
+ alternateRefs?: {
8546
+ href: string;
8547
+ hreflang: string;
8548
+ }[] | undefined;
8549
+ images?: {
8550
+ loc: string;
8551
+ caption?: string | undefined;
8552
+ title?: string | undefined;
8553
+ }[] | undefined;
8554
+ news?: {
8555
+ title: string;
8556
+ publication: {
8557
+ name: string;
8558
+ language: string;
8559
+ };
8560
+ publicationDate: string | Date;
8561
+ } | undefined;
6978
8562
  } | undefined;
6979
- } | undefined;
6980
- fromCrawl?: boolean | undefined;
6981
- };
6982
- html: string;
8563
+ fromCrawl?: boolean | undefined;
8564
+ };
8565
+ html: string;
8566
+ }, ...args: unknown[]) => any) | undefined;
6983
8567
  }, {
6984
- page: {
6985
- path: string;
6986
- sitemap?: {
6987
- lastmod?: string | Date | undefined;
6988
- exclude?: boolean | undefined;
6989
- priority?: number | undefined;
6990
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
6991
- alternateRefs?: {
6992
- href: string;
6993
- hreflang: string;
6994
- }[] | undefined;
6995
- images?: {
6996
- loc: string;
6997
- caption?: string | undefined;
6998
- title?: string | undefined;
6999
- }[] | undefined;
7000
- news?: {
7001
- title: string;
7002
- publication: {
7003
- name: string;
7004
- language: string;
7005
- };
7006
- publicationDate: string | Date;
8568
+ enabled?: boolean | undefined;
8569
+ outputPath?: string | undefined;
8570
+ autoSubfolderIndex?: boolean | undefined;
8571
+ crawlLinks?: boolean | undefined;
8572
+ retryCount?: number | undefined;
8573
+ retryDelay?: number | undefined;
8574
+ onSuccess?: ((args_0: {
8575
+ page: {
8576
+ path: string;
8577
+ sitemap?: {
8578
+ lastmod?: string | Date | undefined;
8579
+ exclude?: boolean | undefined;
8580
+ priority?: number | undefined;
8581
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8582
+ alternateRefs?: {
8583
+ href: string;
8584
+ hreflang: string;
8585
+ }[] | undefined;
8586
+ images?: {
8587
+ loc: string;
8588
+ caption?: string | undefined;
8589
+ title?: string | undefined;
8590
+ }[] | undefined;
8591
+ news?: {
8592
+ title: string;
8593
+ publication: {
8594
+ name: string;
8595
+ language: string;
8596
+ };
8597
+ publicationDate: string | Date;
8598
+ } | undefined;
8599
+ } | undefined;
8600
+ fromCrawl?: boolean | undefined;
8601
+ };
8602
+ html: string;
8603
+ }, ...args: unknown[]) => any) | undefined;
8604
+ }>>>, {
8605
+ enabled: boolean;
8606
+ outputPath: string;
8607
+ autoSubfolderIndex?: boolean | undefined;
8608
+ crawlLinks: boolean;
8609
+ retryCount: number;
8610
+ retryDelay?: number | undefined;
8611
+ onSuccess?: ((args_0: {
8612
+ page: {
8613
+ path: string;
8614
+ sitemap?: {
8615
+ lastmod?: string | Date | undefined;
8616
+ exclude?: boolean | undefined;
8617
+ priority?: number | undefined;
8618
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8619
+ alternateRefs?: {
8620
+ href: string;
8621
+ hreflang: string;
8622
+ }[] | undefined;
8623
+ images?: {
8624
+ loc: string;
8625
+ caption?: string | undefined;
8626
+ title?: string | undefined;
8627
+ }[] | undefined;
8628
+ news?: {
8629
+ title: string;
8630
+ publication: {
8631
+ name: string;
8632
+ language: string;
8633
+ };
8634
+ publicationDate: string | Date;
8635
+ } | undefined;
8636
+ } | undefined;
8637
+ fromCrawl?: boolean | undefined;
8638
+ };
8639
+ html: string;
8640
+ }, ...args: unknown[]) => any) | undefined;
8641
+ }, {
8642
+ enabled?: boolean | undefined;
8643
+ outputPath?: string | undefined;
8644
+ autoSubfolderIndex?: boolean | undefined;
8645
+ crawlLinks?: boolean | undefined;
8646
+ retryCount?: number | undefined;
8647
+ retryDelay?: number | undefined;
8648
+ onSuccess?: ((args_0: {
8649
+ page: {
8650
+ path: string;
8651
+ sitemap?: {
8652
+ lastmod?: string | Date | undefined;
8653
+ exclude?: boolean | undefined;
8654
+ priority?: number | undefined;
8655
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8656
+ alternateRefs?: {
8657
+ href: string;
8658
+ hreflang: string;
8659
+ }[] | undefined;
8660
+ images?: {
8661
+ loc: string;
8662
+ caption?: string | undefined;
8663
+ title?: string | undefined;
8664
+ }[] | undefined;
8665
+ news?: {
8666
+ title: string;
8667
+ publication: {
8668
+ name: string;
8669
+ language: string;
8670
+ };
8671
+ publicationDate: string | Date;
8672
+ } | undefined;
7007
8673
  } | undefined;
7008
- } | undefined;
7009
- fromCrawl?: boolean | undefined;
7010
- };
7011
- html: string;
7012
- }>], z.ZodUnknown>, z.ZodAny>>;
8674
+ fromCrawl?: boolean | undefined;
8675
+ };
8676
+ html: string;
8677
+ }, ...args: unknown[]) => any) | undefined;
8678
+ } | undefined>;
7013
8679
  }, "strip", z.ZodTypeAny, {
7014
- enabled?: boolean | undefined;
7015
- autoSubfolderIndex?: boolean | undefined;
7016
- crawlLinks?: boolean | undefined;
7017
- retryCount?: number | undefined;
7018
- retryDelay?: number | undefined;
7019
- onSuccess?: ((args_0: {
7020
- page: {
7021
- path: string;
7022
- sitemap?: {
7023
- lastmod?: string | Date | undefined;
7024
- exclude?: boolean | undefined;
7025
- priority?: number | undefined;
7026
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
7027
- alternateRefs?: {
7028
- href: string;
7029
- hreflang: string;
7030
- }[] | undefined;
7031
- images?: {
7032
- loc: string;
7033
- caption?: string | undefined;
7034
- title?: string | undefined;
7035
- }[] | undefined;
7036
- news?: {
7037
- title: string;
7038
- publication: {
7039
- name: string;
7040
- language: string;
7041
- };
7042
- publicationDate: string | Date;
8680
+ prerender: {
8681
+ enabled: boolean;
8682
+ outputPath: string;
8683
+ autoSubfolderIndex?: boolean | undefined;
8684
+ crawlLinks: boolean;
8685
+ retryCount: number;
8686
+ retryDelay?: number | undefined;
8687
+ onSuccess?: ((args_0: {
8688
+ page: {
8689
+ path: string;
8690
+ sitemap?: {
8691
+ lastmod?: string | Date | undefined;
8692
+ exclude?: boolean | undefined;
8693
+ priority?: number | undefined;
8694
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8695
+ alternateRefs?: {
8696
+ href: string;
8697
+ hreflang: string;
8698
+ }[] | undefined;
8699
+ images?: {
8700
+ loc: string;
8701
+ caption?: string | undefined;
8702
+ title?: string | undefined;
8703
+ }[] | undefined;
8704
+ news?: {
8705
+ title: string;
8706
+ publication: {
8707
+ name: string;
8708
+ language: string;
8709
+ };
8710
+ publicationDate: string | Date;
8711
+ } | undefined;
7043
8712
  } | undefined;
7044
- } | undefined;
7045
- fromCrawl?: boolean | undefined;
7046
- };
7047
- html: string;
7048
- }, ...args: unknown[]) => any) | undefined;
8713
+ fromCrawl?: boolean | undefined;
8714
+ };
8715
+ html: string;
8716
+ }, ...args: unknown[]) => any) | undefined;
8717
+ };
8718
+ enabled: boolean;
8719
+ maskPath: string;
8720
+ autoRedirect: boolean;
7049
8721
  }, {
7050
- enabled?: boolean | undefined;
7051
- autoSubfolderIndex?: boolean | undefined;
7052
- crawlLinks?: boolean | undefined;
7053
- retryCount?: number | undefined;
7054
- retryDelay?: number | undefined;
7055
- onSuccess?: ((args_0: {
7056
- page: {
7057
- path: string;
7058
- sitemap?: {
7059
- lastmod?: string | Date | undefined;
7060
- exclude?: boolean | undefined;
7061
- priority?: number | undefined;
7062
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
7063
- alternateRefs?: {
7064
- href: string;
7065
- hreflang: string;
7066
- }[] | undefined;
7067
- images?: {
7068
- loc: string;
7069
- caption?: string | undefined;
7070
- title?: string | undefined;
7071
- }[] | undefined;
7072
- news?: {
7073
- title: string;
7074
- publication: {
7075
- name: string;
7076
- language: string;
7077
- };
7078
- publicationDate: string | Date;
8722
+ prerender?: {
8723
+ enabled?: boolean | undefined;
8724
+ outputPath?: string | undefined;
8725
+ autoSubfolderIndex?: boolean | undefined;
8726
+ crawlLinks?: boolean | undefined;
8727
+ retryCount?: number | undefined;
8728
+ retryDelay?: number | undefined;
8729
+ onSuccess?: ((args_0: {
8730
+ page: {
8731
+ path: string;
8732
+ sitemap?: {
8733
+ lastmod?: string | Date | undefined;
8734
+ exclude?: boolean | undefined;
8735
+ priority?: number | undefined;
8736
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
8737
+ alternateRefs?: {
8738
+ href: string;
8739
+ hreflang: string;
8740
+ }[] | undefined;
8741
+ images?: {
8742
+ loc: string;
8743
+ caption?: string | undefined;
8744
+ title?: string | undefined;
8745
+ }[] | undefined;
8746
+ news?: {
8747
+ title: string;
8748
+ publication: {
8749
+ name: string;
8750
+ language: string;
8751
+ };
8752
+ publicationDate: string | Date;
8753
+ } | undefined;
7079
8754
  } | undefined;
7080
- } | undefined;
7081
- fromCrawl?: boolean | undefined;
7082
- };
7083
- html: string;
7084
- }, ...args: unknown[]) => any) | undefined;
7085
- }>>>>;
8755
+ fromCrawl?: boolean | undefined;
8756
+ };
8757
+ html: string;
8758
+ }, ...args: unknown[]) => any) | undefined;
8759
+ } | undefined;
8760
+ enabled?: boolean | undefined;
8761
+ maskPath?: string | undefined;
8762
+ autoRedirect?: boolean | undefined;
8763
+ }>>;
7086
8764
  root: z.ZodDefault<z.ZodOptional<z.ZodString>>;
7087
8765
  target: z.ZodOptional<z.ZodType<import('nitropack/presets').PresetNameInput | undefined, z.ZodTypeDef, import('nitropack/presets').PresetNameInput | undefined>>;
7088
8766
  }, "strip", z.ZodTypeAny, {
@@ -7136,6 +8814,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7136
8814
  path: string;
7137
8815
  prerender?: {
7138
8816
  enabled?: boolean | undefined;
8817
+ outputPath?: string | undefined;
7139
8818
  autoSubfolderIndex?: boolean | undefined;
7140
8819
  crawlLinks?: boolean | undefined;
7141
8820
  retryCount?: number | undefined;
@@ -7202,6 +8881,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7202
8881
  path: string;
7203
8882
  prerender?: {
7204
8883
  enabled?: boolean | undefined;
8884
+ outputPath?: string | undefined;
7205
8885
  autoSubfolderIndex?: boolean | undefined;
7206
8886
  crawlLinks?: boolean | undefined;
7207
8887
  retryCount?: number | undefined;
@@ -7267,6 +8947,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7267
8947
  failOnError?: boolean | undefined;
7268
8948
  } & {
7269
8949
  enabled?: boolean | undefined;
8950
+ outputPath?: string | undefined;
7270
8951
  autoSubfolderIndex?: boolean | undefined;
7271
8952
  crawlLinks?: boolean | undefined;
7272
8953
  retryCount?: number | undefined;
@@ -7305,6 +8986,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7305
8986
  sitemap?: {
7306
8987
  host?: string | undefined;
7307
8988
  enabled?: boolean | undefined;
8989
+ outputPath?: string | undefined;
7308
8990
  autoSubfolderIndex?: boolean | undefined;
7309
8991
  crawlLinks?: boolean | undefined;
7310
8992
  retryCount?: number | undefined;
@@ -7340,6 +9022,49 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7340
9022
  html: string;
7341
9023
  }, ...args: unknown[]) => any) | undefined;
7342
9024
  } | undefined;
9025
+ shell?: {
9026
+ prerender: {
9027
+ enabled: boolean;
9028
+ outputPath: string;
9029
+ autoSubfolderIndex?: boolean | undefined;
9030
+ crawlLinks: boolean;
9031
+ retryCount: number;
9032
+ retryDelay?: number | undefined;
9033
+ onSuccess?: ((args_0: {
9034
+ page: {
9035
+ path: string;
9036
+ sitemap?: {
9037
+ lastmod?: string | Date | undefined;
9038
+ exclude?: boolean | undefined;
9039
+ priority?: number | undefined;
9040
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
9041
+ alternateRefs?: {
9042
+ href: string;
9043
+ hreflang: string;
9044
+ }[] | undefined;
9045
+ images?: {
9046
+ loc: string;
9047
+ caption?: string | undefined;
9048
+ title?: string | undefined;
9049
+ }[] | undefined;
9050
+ news?: {
9051
+ title: string;
9052
+ publication: {
9053
+ name: string;
9054
+ language: string;
9055
+ };
9056
+ publicationDate: string | Date;
9057
+ } | undefined;
9058
+ } | undefined;
9059
+ fromCrawl?: boolean | undefined;
9060
+ };
9061
+ html: string;
9062
+ }, ...args: unknown[]) => any) | undefined;
9063
+ };
9064
+ enabled: boolean;
9065
+ maskPath: string;
9066
+ autoRedirect: boolean;
9067
+ } | undefined;
7343
9068
  }, {
7344
9069
  client?: {
7345
9070
  entry?: string | undefined;
@@ -7355,6 +9080,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7355
9080
  path: string;
7356
9081
  prerender?: {
7357
9082
  enabled?: boolean | undefined;
9083
+ outputPath?: string | undefined;
7358
9084
  autoSubfolderIndex?: boolean | undefined;
7359
9085
  crawlLinks?: boolean | undefined;
7360
9086
  retryCount?: number | undefined;
@@ -7420,6 +9146,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7420
9146
  failOnError?: boolean | undefined;
7421
9147
  } & {
7422
9148
  enabled?: boolean | undefined;
9149
+ outputPath?: string | undefined;
7423
9150
  autoSubfolderIndex?: boolean | undefined;
7424
9151
  crawlLinks?: boolean | undefined;
7425
9152
  retryCount?: number | undefined;
@@ -7496,6 +9223,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7496
9223
  sitemap?: {
7497
9224
  host?: string | undefined;
7498
9225
  enabled?: boolean | undefined;
9226
+ outputPath?: string | undefined;
7499
9227
  autoSubfolderIndex?: boolean | undefined;
7500
9228
  crawlLinks?: boolean | undefined;
7501
9229
  retryCount?: number | undefined;
@@ -7535,6 +9263,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7535
9263
  path: string;
7536
9264
  prerender?: {
7537
9265
  enabled?: boolean | undefined;
9266
+ outputPath?: string | undefined;
7538
9267
  autoSubfolderIndex?: boolean | undefined;
7539
9268
  crawlLinks?: boolean | undefined;
7540
9269
  retryCount?: number | undefined;
@@ -7595,6 +9324,49 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
7595
9324
  } | undefined;
7596
9325
  fromCrawl?: boolean | undefined;
7597
9326
  })[] | undefined;
9327
+ shell?: {
9328
+ prerender?: {
9329
+ enabled?: boolean | undefined;
9330
+ outputPath?: string | undefined;
9331
+ autoSubfolderIndex?: boolean | undefined;
9332
+ crawlLinks?: boolean | undefined;
9333
+ retryCount?: number | undefined;
9334
+ retryDelay?: number | undefined;
9335
+ onSuccess?: ((args_0: {
9336
+ page: {
9337
+ path: string;
9338
+ sitemap?: {
9339
+ lastmod?: string | Date | undefined;
9340
+ exclude?: boolean | undefined;
9341
+ priority?: number | undefined;
9342
+ changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
9343
+ alternateRefs?: {
9344
+ href: string;
9345
+ hreflang: string;
9346
+ }[] | undefined;
9347
+ images?: {
9348
+ loc: string;
9349
+ caption?: string | undefined;
9350
+ title?: string | undefined;
9351
+ }[] | undefined;
9352
+ news?: {
9353
+ title: string;
9354
+ publication: {
9355
+ name: string;
9356
+ language: string;
9357
+ };
9358
+ publicationDate: string | Date;
9359
+ } | undefined;
9360
+ } | undefined;
9361
+ fromCrawl?: boolean | undefined;
9362
+ };
9363
+ html: string;
9364
+ }, ...args: unknown[]) => any) | undefined;
9365
+ } | undefined;
9366
+ enabled?: boolean | undefined;
9367
+ maskPath?: string | undefined;
9368
+ autoRedirect?: boolean | undefined;
9369
+ } | undefined;
7598
9370
  }>>>;
7599
9371
  export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
7600
9372
  path: z.ZodString;
@@ -7703,6 +9475,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
7703
9475
  }, {
7704
9476
  prerender: z.ZodOptional<z.ZodObject<{
7705
9477
  enabled: z.ZodOptional<z.ZodBoolean>;
9478
+ outputPath: z.ZodOptional<z.ZodString>;
7706
9479
  autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
7707
9480
  crawlLinks: z.ZodOptional<z.ZodBoolean>;
7708
9481
  retryCount: z.ZodOptional<z.ZodNumber>;
@@ -7927,6 +9700,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
7927
9700
  }>], z.ZodUnknown>, z.ZodAny>>;
7928
9701
  }, "strip", z.ZodTypeAny, {
7929
9702
  enabled?: boolean | undefined;
9703
+ outputPath?: string | undefined;
7930
9704
  autoSubfolderIndex?: boolean | undefined;
7931
9705
  crawlLinks?: boolean | undefined;
7932
9706
  retryCount?: number | undefined;
@@ -7963,6 +9737,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
7963
9737
  }, ...args: unknown[]) => any) | undefined;
7964
9738
  }, {
7965
9739
  enabled?: boolean | undefined;
9740
+ outputPath?: string | undefined;
7966
9741
  autoSubfolderIndex?: boolean | undefined;
7967
9742
  crawlLinks?: boolean | undefined;
7968
9743
  retryCount?: number | undefined;
@@ -8002,6 +9777,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
8002
9777
  path: string;
8003
9778
  prerender?: {
8004
9779
  enabled?: boolean | undefined;
9780
+ outputPath?: string | undefined;
8005
9781
  autoSubfolderIndex?: boolean | undefined;
8006
9782
  crawlLinks?: boolean | undefined;
8007
9783
  retryCount?: number | undefined;
@@ -8065,6 +9841,7 @@ export declare const pageSchema: z.ZodObject<z.objectUtil.extendShape<{
8065
9841
  path: string;
8066
9842
  prerender?: {
8067
9843
  enabled?: boolean | undefined;
9844
+ outputPath?: string | undefined;
8068
9845
  autoSubfolderIndex?: boolean | undefined;
8069
9846
  crawlLinks?: boolean | undefined;
8070
9847
  retryCount?: number | undefined;