@tanstack/start-plugin-core 1.121.0-alpha.2 → 1.121.0-alpha.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/dist/cjs/constants.cjs +4 -0
  2. package/dist/cjs/constants.cjs.map +1 -1
  3. package/dist/cjs/constants.d.cts +2 -0
  4. package/dist/cjs/{extractHtmlScripts.cjs → dev-server-plugin/extract-html-scripts.cjs} +1 -1
  5. package/dist/cjs/dev-server-plugin/extract-html-scripts.cjs.map +1 -0
  6. package/dist/cjs/{nitro/dev-server-plugin.cjs → dev-server-plugin/plugin.cjs} +2 -2
  7. package/dist/cjs/dev-server-plugin/plugin.cjs.map +1 -0
  8. package/dist/cjs/index.cjs +2 -0
  9. package/dist/cjs/index.cjs.map +1 -1
  10. package/dist/cjs/index.d.cts +1 -0
  11. package/dist/cjs/load-env-plugin/plugin.cjs +34 -0
  12. package/dist/cjs/load-env-plugin/plugin.cjs.map +1 -0
  13. package/dist/cjs/load-env-plugin/plugin.d.cts +3 -0
  14. package/dist/cjs/nitro-plugin/build-sitemap.cjs +138 -0
  15. package/dist/cjs/nitro-plugin/build-sitemap.cjs.map +1 -0
  16. package/dist/cjs/nitro-plugin/build-sitemap.d.cts +31 -0
  17. package/dist/cjs/{nitro/nitro-plugin.cjs → nitro-plugin/plugin.cjs} +77 -54
  18. package/dist/cjs/nitro-plugin/plugin.cjs.map +1 -0
  19. package/dist/cjs/{prerender.cjs → nitro-plugin/prerender.cjs} +12 -17
  20. package/dist/cjs/nitro-plugin/prerender.cjs.map +1 -0
  21. package/dist/cjs/{prerender.d.cts → nitro-plugin/prerender.d.cts} +1 -1
  22. package/dist/cjs/nitro-plugin/queue.cjs.map +1 -0
  23. package/dist/cjs/plugin.cjs +38 -27
  24. package/dist/cjs/plugin.cjs.map +1 -1
  25. package/dist/cjs/plugin.d.cts +25 -3064
  26. package/dist/cjs/resolve-virtual-entries-plugin/plugin.cjs +66 -0
  27. package/dist/cjs/resolve-virtual-entries-plugin/plugin.cjs.map +1 -0
  28. package/dist/cjs/resolve-virtual-entries-plugin/plugin.d.cts +3 -0
  29. package/dist/cjs/schema.cjs +6 -4
  30. package/dist/cjs/schema.cjs.map +1 -1
  31. package/dist/cjs/schema.d.cts +530 -1656
  32. package/dist/cjs/start-compiler-plugin.cjs +2 -2
  33. package/dist/cjs/start-compiler-plugin.cjs.map +1 -1
  34. package/dist/cjs/start-compiler-plugin.d.cts +1 -1
  35. package/dist/cjs/{routesManifestPlugin.cjs → start-routes-manifest-plugin/plugin.cjs} +86 -44
  36. package/dist/cjs/start-routes-manifest-plugin/plugin.cjs.map +1 -0
  37. package/dist/cjs/start-routes-manifest-plugin/plugin.d.cts +3 -0
  38. package/dist/cjs/start-server-routes-plugin/plugin.cjs +4 -2
  39. package/dist/cjs/start-server-routes-plugin/plugin.cjs.map +1 -1
  40. package/dist/cjs/utils.cjs +18 -0
  41. package/dist/cjs/utils.cjs.map +1 -0
  42. package/dist/cjs/utils.d.cts +8 -0
  43. package/dist/esm/constants.d.ts +2 -0
  44. package/dist/esm/constants.js +4 -0
  45. package/dist/esm/constants.js.map +1 -1
  46. package/dist/esm/{extractHtmlScripts.js → dev-server-plugin/extract-html-scripts.js} +1 -1
  47. package/dist/esm/dev-server-plugin/extract-html-scripts.js.map +1 -0
  48. package/dist/esm/{nitro/dev-server-plugin.js → dev-server-plugin/plugin.js} +2 -2
  49. package/dist/esm/dev-server-plugin/plugin.js.map +1 -0
  50. package/dist/esm/index.d.ts +1 -0
  51. package/dist/esm/index.js +3 -1
  52. package/dist/esm/index.js.map +1 -1
  53. package/dist/esm/load-env-plugin/plugin.d.ts +3 -0
  54. package/dist/esm/load-env-plugin/plugin.js +17 -0
  55. package/dist/esm/load-env-plugin/plugin.js.map +1 -0
  56. package/dist/esm/nitro-plugin/build-sitemap.d.ts +31 -0
  57. package/dist/esm/nitro-plugin/build-sitemap.js +138 -0
  58. package/dist/esm/nitro-plugin/build-sitemap.js.map +1 -0
  59. package/dist/esm/nitro-plugin/plugin.js +181 -0
  60. package/dist/esm/nitro-plugin/plugin.js.map +1 -0
  61. package/dist/esm/{prerender.d.ts → nitro-plugin/prerender.d.ts} +1 -1
  62. package/dist/esm/{prerender.js → nitro-plugin/prerender.js} +12 -17
  63. package/dist/esm/nitro-plugin/prerender.js.map +1 -0
  64. package/dist/esm/nitro-plugin/queue.js.map +1 -0
  65. package/dist/esm/plugin.d.ts +25 -3064
  66. package/dist/esm/plugin.js +39 -28
  67. package/dist/esm/plugin.js.map +1 -1
  68. package/dist/esm/resolve-virtual-entries-plugin/plugin.d.ts +3 -0
  69. package/dist/esm/resolve-virtual-entries-plugin/plugin.js +49 -0
  70. package/dist/esm/resolve-virtual-entries-plugin/plugin.js.map +1 -0
  71. package/dist/esm/schema.d.ts +530 -1656
  72. package/dist/esm/schema.js +6 -4
  73. package/dist/esm/schema.js.map +1 -1
  74. package/dist/esm/start-compiler-plugin.d.ts +1 -1
  75. package/dist/esm/start-compiler-plugin.js +2 -2
  76. package/dist/esm/start-compiler-plugin.js.map +1 -1
  77. package/dist/esm/start-routes-manifest-plugin/plugin.d.ts +3 -0
  78. package/dist/esm/{routesManifestPlugin.js → start-routes-manifest-plugin/plugin.js} +87 -45
  79. package/dist/esm/start-routes-manifest-plugin/plugin.js.map +1 -0
  80. package/dist/esm/start-server-routes-plugin/plugin.js +4 -2
  81. package/dist/esm/start-server-routes-plugin/plugin.js.map +1 -1
  82. package/dist/esm/utils.d.ts +8 -0
  83. package/dist/esm/utils.js +18 -0
  84. package/dist/esm/utils.js.map +1 -0
  85. package/package.json +6 -6
  86. package/src/constants.ts +3 -0
  87. package/src/{nitro/dev-server-plugin.ts → dev-server-plugin/plugin.ts} +11 -1
  88. package/src/index.ts +1 -0
  89. package/src/load-env-plugin/plugin.ts +17 -0
  90. package/src/nitro-plugin/build-sitemap.ts +213 -0
  91. package/src/nitro-plugin/plugin.ts +244 -0
  92. package/src/{prerender.ts → nitro-plugin/prerender.ts} +14 -21
  93. package/src/plugin.ts +57 -29
  94. package/src/resolve-virtual-entries-plugin/plugin.ts +63 -0
  95. package/src/schema.ts +11 -9
  96. package/src/start-compiler-plugin.ts +1 -1
  97. package/src/{routesManifestPlugin.ts → start-routes-manifest-plugin/plugin.ts} +111 -45
  98. package/src/start-server-routes-plugin/plugin.ts +4 -2
  99. package/src/utils.ts +14 -0
  100. package/dist/cjs/extractHtmlScripts.cjs.map +0 -1
  101. package/dist/cjs/nitro/build-nitro.cjs +0 -18
  102. package/dist/cjs/nitro/build-nitro.cjs.map +0 -1
  103. package/dist/cjs/nitro/build-nitro.d.cts +0 -2
  104. package/dist/cjs/nitro/build-sitemap.d.cts +0 -9
  105. package/dist/cjs/nitro/dev-server-plugin.cjs.map +0 -1
  106. package/dist/cjs/nitro/nitro-plugin.cjs.map +0 -1
  107. package/dist/cjs/prerender.cjs.map +0 -1
  108. package/dist/cjs/queue.cjs.map +0 -1
  109. package/dist/cjs/routesManifestPlugin.cjs.map +0 -1
  110. package/dist/cjs/routesManifestPlugin.d.cts +0 -3
  111. package/dist/esm/extractHtmlScripts.js.map +0 -1
  112. package/dist/esm/nitro/build-nitro.d.ts +0 -2
  113. package/dist/esm/nitro/build-nitro.js +0 -18
  114. package/dist/esm/nitro/build-nitro.js.map +0 -1
  115. package/dist/esm/nitro/build-sitemap.d.ts +0 -9
  116. package/dist/esm/nitro/dev-server-plugin.js.map +0 -1
  117. package/dist/esm/nitro/nitro-plugin.js +0 -158
  118. package/dist/esm/nitro/nitro-plugin.js.map +0 -1
  119. package/dist/esm/prerender.js.map +0 -1
  120. package/dist/esm/queue.js.map +0 -1
  121. package/dist/esm/routesManifestPlugin.d.ts +0 -3
  122. package/dist/esm/routesManifestPlugin.js.map +0 -1
  123. package/src/nitro/build-nitro.ts +0 -27
  124. package/src/nitro/build-sitemap.ts +0 -79
  125. package/src/nitro/nitro-plugin.ts +0 -199
  126. /package/dist/cjs/{extractHtmlScripts.d.cts → dev-server-plugin/extract-html-scripts.d.cts} +0 -0
  127. /package/dist/cjs/{nitro/dev-server-plugin.d.cts → dev-server-plugin/plugin.d.cts} +0 -0
  128. /package/dist/cjs/{nitro/nitro-plugin.d.cts → nitro-plugin/plugin.d.cts} +0 -0
  129. /package/dist/cjs/{queue.cjs → nitro-plugin/queue.cjs} +0 -0
  130. /package/dist/cjs/{queue.d.cts → nitro-plugin/queue.d.cts} +0 -0
  131. /package/dist/esm/{extractHtmlScripts.d.ts → dev-server-plugin/extract-html-scripts.d.ts} +0 -0
  132. /package/dist/esm/{nitro/dev-server-plugin.d.ts → dev-server-plugin/plugin.d.ts} +0 -0
  133. /package/dist/esm/{nitro/nitro-plugin.d.ts → nitro-plugin/plugin.d.ts} +0 -0
  134. /package/dist/esm/{queue.d.ts → nitro-plugin/queue.d.ts} +0 -0
  135. /package/dist/esm/{queue.js → nitro-plugin/queue.js} +0 -0
  136. /package/src/{extractHtmlScripts.ts → dev-server-plugin/extract-html-scripts.ts} +0 -0
  137. /package/src/{queue.ts → nitro-plugin/queue.ts} +0 -0
@@ -1,3023 +1,8 @@
1
+ import { createTanStackStartOptionsSchema } from './schema.js';
1
2
  import { PluginOption } from 'vite';
2
3
  import { z } from 'zod';
3
4
  import { CompileStartFrameworkOptions } from './compilers.js';
4
- declare const TanStackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
5
- tsr: z.ZodDefault<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
6
- target: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodEnum<["react", "solid"]>>>>;
7
- virtualRouteConfig: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodType<import('@tanstack/virtual-file-routes').VirtualRootRoute, z.ZodTypeDef, import('@tanstack/virtual-file-routes').VirtualRootRoute>, z.ZodString]>>>;
8
- routeFilePrefix: z.ZodOptional<z.ZodOptional<z.ZodString>>;
9
- routeFileIgnorePrefix: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
10
- routeFileIgnorePattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
11
- routesDirectory: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
12
- quoteStyle: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodEnum<["single", "double"]>>>>;
13
- semicolons: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
14
- disableLogging: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
15
- routeTreeFileHeader: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
16
- indexToken: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
17
- routeToken: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
18
- pathParamsAllowedCharacters: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<[";", ":", "@", "&", "=", "+", "$", ","]>, "many">>>;
19
- generatedRouteTree: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
20
- disableTypes: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
21
- verboseFileRoutes: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
22
- addExtensions: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
23
- disableManifestGeneration: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
24
- enableRouteTreeFormatting: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
25
- routeTreeFileFooter: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
26
- autoCodeSplitting: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
27
- customScaffolding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
28
- routeTemplate: z.ZodOptional<z.ZodString>;
29
- lazyRouteTemplate: z.ZodOptional<z.ZodString>;
30
- }, "strip", z.ZodTypeAny, {
31
- routeTemplate?: string | undefined;
32
- lazyRouteTemplate?: string | undefined;
33
- }, {
34
- routeTemplate?: string | undefined;
35
- lazyRouteTemplate?: string | undefined;
36
- }>>>;
37
- experimental: z.ZodOptional<z.ZodOptional<z.ZodObject<{
38
- enableCodeSplitting: z.ZodOptional<z.ZodBoolean>;
39
- }, "strip", z.ZodTypeAny, {
40
- enableCodeSplitting?: boolean | undefined;
41
- }, {
42
- enableCodeSplitting?: boolean | undefined;
43
- }>>>;
44
- }, {
45
- srcDirectory: z.ZodDefault<z.ZodOptional<z.ZodString>>;
46
- }>, "strip", z.ZodTypeAny, {
47
- srcDirectory: string;
48
- target?: "react" | "solid" | undefined;
49
- virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
50
- routeFilePrefix?: string | undefined;
51
- routeFileIgnorePrefix?: string | undefined;
52
- routeFileIgnorePattern?: string | undefined;
53
- routesDirectory?: string | undefined;
54
- quoteStyle?: "single" | "double" | undefined;
55
- semicolons?: boolean | undefined;
56
- disableLogging?: boolean | undefined;
57
- routeTreeFileHeader?: string[] | undefined;
58
- indexToken?: string | undefined;
59
- routeToken?: string | undefined;
60
- pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
61
- generatedRouteTree?: string | undefined;
62
- disableTypes?: boolean | undefined;
63
- verboseFileRoutes?: boolean | undefined;
64
- addExtensions?: boolean | undefined;
65
- disableManifestGeneration?: boolean | undefined;
66
- enableRouteTreeFormatting?: boolean | undefined;
67
- routeTreeFileFooter?: string[] | undefined;
68
- autoCodeSplitting?: boolean | undefined;
69
- customScaffolding?: {
70
- routeTemplate?: string | undefined;
71
- lazyRouteTemplate?: string | undefined;
72
- } | undefined;
73
- experimental?: {
74
- enableCodeSplitting?: boolean | undefined;
75
- } | undefined;
76
- }, {
77
- target?: "react" | "solid" | undefined;
78
- virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
79
- routeFilePrefix?: string | undefined;
80
- routeFileIgnorePrefix?: string | undefined;
81
- routeFileIgnorePattern?: string | undefined;
82
- routesDirectory?: string | undefined;
83
- quoteStyle?: "single" | "double" | undefined;
84
- semicolons?: boolean | undefined;
85
- disableLogging?: boolean | undefined;
86
- routeTreeFileHeader?: string[] | undefined;
87
- indexToken?: string | undefined;
88
- routeToken?: string | undefined;
89
- pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
90
- generatedRouteTree?: string | undefined;
91
- disableTypes?: boolean | undefined;
92
- verboseFileRoutes?: boolean | undefined;
93
- addExtensions?: boolean | undefined;
94
- disableManifestGeneration?: boolean | undefined;
95
- enableRouteTreeFormatting?: boolean | undefined;
96
- routeTreeFileFooter?: string[] | undefined;
97
- autoCodeSplitting?: boolean | undefined;
98
- customScaffolding?: {
99
- routeTemplate?: string | undefined;
100
- lazyRouteTemplate?: string | undefined;
101
- } | undefined;
102
- experimental?: {
103
- enableCodeSplitting?: boolean | undefined;
104
- } | undefined;
105
- srcDirectory?: string | undefined;
106
- }>>>;
107
- client: z.ZodDefault<z.ZodOptional<z.ZodObject<{
108
- entry: z.ZodOptional<z.ZodString>;
109
- base: z.ZodDefault<z.ZodOptional<z.ZodString>>;
110
- }, "strip", z.ZodTypeAny, {
111
- base: string;
112
- entry?: string | undefined;
113
- }, {
114
- entry?: string | undefined;
115
- base?: string | undefined;
116
- }>>>;
117
- server: z.ZodDefault<z.ZodOptional<z.ZodObject<{
118
- entry: z.ZodOptional<z.ZodString>;
119
- }, "strip", z.ZodTypeAny, {
120
- entry?: string | undefined;
121
- }, {
122
- entry?: string | undefined;
123
- }>>>;
124
- serverFns: z.ZodDefault<z.ZodOptional<z.ZodObject<{
125
- base: z.ZodDefault<z.ZodOptional<z.ZodString>>;
126
- }, "strip", z.ZodTypeAny, {
127
- base: string;
128
- }, {
129
- base?: string | undefined;
130
- }>>>;
131
- public: z.ZodDefault<z.ZodOptional<z.ZodObject<{
132
- dir: z.ZodDefault<z.ZodOptional<z.ZodString>>;
133
- base: z.ZodDefault<z.ZodOptional<z.ZodString>>;
134
- }, "strip", z.ZodTypeAny, {
135
- base: string;
136
- dir: string;
137
- }, {
138
- base?: string | undefined;
139
- dir?: string | undefined;
140
- }>>>;
141
- pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<z.objectUtil.extendShape<{
142
- path: z.ZodString;
143
- sitemap: z.ZodOptional<z.ZodObject<{
144
- exclude: z.ZodOptional<z.ZodBoolean>;
145
- priority: z.ZodOptional<z.ZodNumber>;
146
- changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
147
- lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
148
- alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
149
- href: z.ZodString;
150
- hreflang: z.ZodString;
151
- }, "strip", z.ZodTypeAny, {
152
- href: string;
153
- hreflang: string;
154
- }, {
155
- href: string;
156
- hreflang: string;
157
- }>, "many">>;
158
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
159
- loc: z.ZodString;
160
- caption: z.ZodOptional<z.ZodString>;
161
- title: z.ZodOptional<z.ZodString>;
162
- }, "strip", z.ZodTypeAny, {
163
- loc: string;
164
- caption?: string | undefined;
165
- title?: string | undefined;
166
- }, {
167
- loc: string;
168
- caption?: string | undefined;
169
- title?: string | undefined;
170
- }>, "many">>;
171
- news: z.ZodOptional<z.ZodObject<{
172
- publication: z.ZodObject<{
173
- name: z.ZodString;
174
- language: z.ZodString;
175
- }, "strip", z.ZodTypeAny, {
176
- name: string;
177
- language: string;
178
- }, {
179
- name: string;
180
- language: string;
181
- }>;
182
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
183
- title: z.ZodString;
184
- }, "strip", z.ZodTypeAny, {
185
- title: string;
186
- publication: {
187
- name: string;
188
- language: string;
189
- };
190
- publicationDate: string | Date;
191
- }, {
192
- title: string;
193
- publication: {
194
- name: string;
195
- language: string;
196
- };
197
- publicationDate: string | Date;
198
- }>>;
199
- }, "strip", z.ZodTypeAny, {
200
- exclude?: boolean | undefined;
201
- priority?: number | undefined;
202
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
203
- lastmod?: string | Date | undefined;
204
- alternateRefs?: {
205
- href: string;
206
- hreflang: string;
207
- }[] | undefined;
208
- images?: {
209
- loc: string;
210
- caption?: string | undefined;
211
- title?: string | undefined;
212
- }[] | undefined;
213
- news?: {
214
- title: string;
215
- publication: {
216
- name: string;
217
- language: string;
218
- };
219
- publicationDate: string | Date;
220
- } | undefined;
221
- }, {
222
- exclude?: boolean | undefined;
223
- priority?: number | undefined;
224
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
225
- lastmod?: string | Date | undefined;
226
- alternateRefs?: {
227
- href: string;
228
- hreflang: string;
229
- }[] | undefined;
230
- images?: {
231
- loc: string;
232
- caption?: string | undefined;
233
- title?: string | undefined;
234
- }[] | undefined;
235
- news?: {
236
- title: string;
237
- publication: {
238
- name: string;
239
- language: string;
240
- };
241
- publicationDate: string | Date;
242
- } | undefined;
243
- }>>;
244
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
245
- }, {
246
- prerender: z.ZodOptional<z.ZodObject<{
247
- enabled: z.ZodOptional<z.ZodBoolean>;
248
- outputPath: z.ZodOptional<z.ZodString>;
249
- autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
250
- crawlLinks: z.ZodOptional<z.ZodBoolean>;
251
- retryCount: z.ZodOptional<z.ZodNumber>;
252
- retryDelay: z.ZodOptional<z.ZodNumber>;
253
- onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
254
- page: z.ZodObject<{
255
- path: z.ZodString;
256
- sitemap: z.ZodOptional<z.ZodObject<{
257
- exclude: z.ZodOptional<z.ZodBoolean>;
258
- priority: z.ZodOptional<z.ZodNumber>;
259
- changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
260
- lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
261
- alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
262
- href: z.ZodString;
263
- hreflang: z.ZodString;
264
- }, "strip", z.ZodTypeAny, {
265
- href: string;
266
- hreflang: string;
267
- }, {
268
- href: string;
269
- hreflang: string;
270
- }>, "many">>;
271
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
272
- loc: z.ZodString;
273
- caption: z.ZodOptional<z.ZodString>;
274
- title: z.ZodOptional<z.ZodString>;
275
- }, "strip", z.ZodTypeAny, {
276
- loc: string;
277
- caption?: string | undefined;
278
- title?: string | undefined;
279
- }, {
280
- loc: string;
281
- caption?: string | undefined;
282
- title?: string | undefined;
283
- }>, "many">>;
284
- news: z.ZodOptional<z.ZodObject<{
285
- publication: z.ZodObject<{
286
- name: z.ZodString;
287
- language: z.ZodString;
288
- }, "strip", z.ZodTypeAny, {
289
- name: string;
290
- language: string;
291
- }, {
292
- name: string;
293
- language: string;
294
- }>;
295
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
296
- title: z.ZodString;
297
- }, "strip", z.ZodTypeAny, {
298
- title: string;
299
- publication: {
300
- name: string;
301
- language: string;
302
- };
303
- publicationDate: string | Date;
304
- }, {
305
- title: string;
306
- publication: {
307
- name: string;
308
- language: string;
309
- };
310
- publicationDate: string | Date;
311
- }>>;
312
- }, "strip", z.ZodTypeAny, {
313
- exclude?: boolean | undefined;
314
- priority?: number | undefined;
315
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
316
- lastmod?: string | Date | undefined;
317
- alternateRefs?: {
318
- href: string;
319
- hreflang: string;
320
- }[] | undefined;
321
- images?: {
322
- loc: string;
323
- caption?: string | undefined;
324
- title?: string | undefined;
325
- }[] | undefined;
326
- news?: {
327
- title: string;
328
- publication: {
329
- name: string;
330
- language: string;
331
- };
332
- publicationDate: string | Date;
333
- } | undefined;
334
- }, {
335
- exclude?: boolean | undefined;
336
- priority?: number | undefined;
337
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
338
- lastmod?: string | Date | undefined;
339
- alternateRefs?: {
340
- href: string;
341
- hreflang: string;
342
- }[] | undefined;
343
- images?: {
344
- loc: string;
345
- caption?: string | undefined;
346
- title?: string | undefined;
347
- }[] | undefined;
348
- news?: {
349
- title: string;
350
- publication: {
351
- name: string;
352
- language: string;
353
- };
354
- publicationDate: string | Date;
355
- } | undefined;
356
- }>>;
357
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
358
- }, "strip", z.ZodTypeAny, {
359
- path: string;
360
- sitemap?: {
361
- exclude?: boolean | undefined;
362
- priority?: number | undefined;
363
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
364
- lastmod?: string | Date | undefined;
365
- alternateRefs?: {
366
- href: string;
367
- hreflang: string;
368
- }[] | undefined;
369
- images?: {
370
- loc: string;
371
- caption?: string | undefined;
372
- title?: string | undefined;
373
- }[] | undefined;
374
- news?: {
375
- title: string;
376
- publication: {
377
- name: string;
378
- language: string;
379
- };
380
- publicationDate: string | Date;
381
- } | undefined;
382
- } | undefined;
383
- fromCrawl?: boolean | undefined;
384
- }, {
385
- path: string;
386
- sitemap?: {
387
- exclude?: boolean | undefined;
388
- priority?: number | undefined;
389
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
390
- lastmod?: string | Date | undefined;
391
- alternateRefs?: {
392
- href: string;
393
- hreflang: string;
394
- }[] | undefined;
395
- images?: {
396
- loc: string;
397
- caption?: string | undefined;
398
- title?: string | undefined;
399
- }[] | undefined;
400
- news?: {
401
- title: string;
402
- publication: {
403
- name: string;
404
- language: string;
405
- };
406
- publicationDate: string | Date;
407
- } | undefined;
408
- } | undefined;
409
- fromCrawl?: boolean | undefined;
410
- }>;
411
- html: z.ZodString;
412
- }, "strip", z.ZodTypeAny, {
413
- page: {
414
- path: string;
415
- sitemap?: {
416
- exclude?: boolean | undefined;
417
- priority?: number | undefined;
418
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
419
- lastmod?: string | Date | undefined;
420
- alternateRefs?: {
421
- href: string;
422
- hreflang: string;
423
- }[] | undefined;
424
- images?: {
425
- loc: string;
426
- caption?: string | undefined;
427
- title?: string | undefined;
428
- }[] | undefined;
429
- news?: {
430
- title: string;
431
- publication: {
432
- name: string;
433
- language: string;
434
- };
435
- publicationDate: string | Date;
436
- } | undefined;
437
- } | undefined;
438
- fromCrawl?: boolean | undefined;
439
- };
440
- html: string;
441
- }, {
442
- page: {
443
- path: string;
444
- sitemap?: {
445
- exclude?: boolean | undefined;
446
- priority?: number | undefined;
447
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
448
- lastmod?: string | Date | undefined;
449
- alternateRefs?: {
450
- href: string;
451
- hreflang: string;
452
- }[] | undefined;
453
- images?: {
454
- loc: string;
455
- caption?: string | undefined;
456
- title?: string | undefined;
457
- }[] | undefined;
458
- news?: {
459
- title: string;
460
- publication: {
461
- name: string;
462
- language: string;
463
- };
464
- publicationDate: string | Date;
465
- } | undefined;
466
- } | undefined;
467
- fromCrawl?: boolean | undefined;
468
- };
469
- html: string;
470
- }>], z.ZodUnknown>, z.ZodAny>>;
471
- }, "strip", z.ZodTypeAny, {
472
- enabled?: boolean | undefined;
473
- outputPath?: string | undefined;
474
- autoSubfolderIndex?: boolean | undefined;
475
- crawlLinks?: boolean | undefined;
476
- retryCount?: number | undefined;
477
- retryDelay?: number | undefined;
478
- onSuccess?: ((args_0: {
479
- page: {
480
- path: string;
481
- sitemap?: {
482
- exclude?: boolean | undefined;
483
- priority?: number | undefined;
484
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
485
- lastmod?: string | Date | undefined;
486
- alternateRefs?: {
487
- href: string;
488
- hreflang: string;
489
- }[] | undefined;
490
- images?: {
491
- loc: string;
492
- caption?: string | undefined;
493
- title?: string | undefined;
494
- }[] | undefined;
495
- news?: {
496
- title: string;
497
- publication: {
498
- name: string;
499
- language: string;
500
- };
501
- publicationDate: string | Date;
502
- } | undefined;
503
- } | undefined;
504
- fromCrawl?: boolean | undefined;
505
- };
506
- html: string;
507
- }, ...args: unknown[]) => any) | undefined;
508
- }, {
509
- enabled?: boolean | undefined;
510
- outputPath?: string | undefined;
511
- autoSubfolderIndex?: boolean | undefined;
512
- crawlLinks?: boolean | undefined;
513
- retryCount?: number | undefined;
514
- retryDelay?: number | undefined;
515
- onSuccess?: ((args_0: {
516
- page: {
517
- path: string;
518
- sitemap?: {
519
- exclude?: boolean | undefined;
520
- priority?: number | undefined;
521
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
522
- lastmod?: string | Date | undefined;
523
- alternateRefs?: {
524
- href: string;
525
- hreflang: string;
526
- }[] | undefined;
527
- images?: {
528
- loc: string;
529
- caption?: string | undefined;
530
- title?: string | undefined;
531
- }[] | undefined;
532
- news?: {
533
- title: string;
534
- publication: {
535
- name: string;
536
- language: string;
537
- };
538
- publicationDate: string | Date;
539
- } | undefined;
540
- } | undefined;
541
- fromCrawl?: boolean | undefined;
542
- };
543
- html: string;
544
- }, ...args: unknown[]) => any) | undefined;
545
- }>>;
546
- }>, "strip", z.ZodTypeAny, {
547
- path: string;
548
- prerender?: {
549
- enabled?: boolean | undefined;
550
- outputPath?: string | undefined;
551
- autoSubfolderIndex?: boolean | undefined;
552
- crawlLinks?: boolean | undefined;
553
- retryCount?: number | undefined;
554
- retryDelay?: number | undefined;
555
- onSuccess?: ((args_0: {
556
- page: {
557
- path: string;
558
- sitemap?: {
559
- exclude?: boolean | undefined;
560
- priority?: number | undefined;
561
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
562
- lastmod?: string | Date | undefined;
563
- alternateRefs?: {
564
- href: string;
565
- hreflang: string;
566
- }[] | undefined;
567
- images?: {
568
- loc: string;
569
- caption?: string | undefined;
570
- title?: string | undefined;
571
- }[] | undefined;
572
- news?: {
573
- title: string;
574
- publication: {
575
- name: string;
576
- language: string;
577
- };
578
- publicationDate: string | Date;
579
- } | undefined;
580
- } | undefined;
581
- fromCrawl?: boolean | undefined;
582
- };
583
- html: string;
584
- }, ...args: unknown[]) => any) | undefined;
585
- } | undefined;
586
- sitemap?: {
587
- exclude?: boolean | undefined;
588
- priority?: number | undefined;
589
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
590
- lastmod?: string | Date | undefined;
591
- alternateRefs?: {
592
- href: string;
593
- hreflang: string;
594
- }[] | undefined;
595
- images?: {
596
- loc: string;
597
- caption?: string | undefined;
598
- title?: string | undefined;
599
- }[] | undefined;
600
- news?: {
601
- title: string;
602
- publication: {
603
- name: string;
604
- language: string;
605
- };
606
- publicationDate: string | Date;
607
- } | undefined;
608
- } | undefined;
609
- fromCrawl?: boolean | undefined;
610
- }, {
611
- path: string;
612
- prerender?: {
613
- enabled?: boolean | undefined;
614
- outputPath?: string | undefined;
615
- autoSubfolderIndex?: boolean | undefined;
616
- crawlLinks?: boolean | undefined;
617
- retryCount?: number | undefined;
618
- retryDelay?: number | undefined;
619
- onSuccess?: ((args_0: {
620
- page: {
621
- path: string;
622
- sitemap?: {
623
- exclude?: boolean | undefined;
624
- priority?: number | undefined;
625
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
626
- lastmod?: string | Date | undefined;
627
- alternateRefs?: {
628
- href: string;
629
- hreflang: string;
630
- }[] | undefined;
631
- images?: {
632
- loc: string;
633
- caption?: string | undefined;
634
- title?: string | undefined;
635
- }[] | undefined;
636
- news?: {
637
- title: string;
638
- publication: {
639
- name: string;
640
- language: string;
641
- };
642
- publicationDate: string | Date;
643
- } | undefined;
644
- } | undefined;
645
- fromCrawl?: boolean | undefined;
646
- };
647
- html: string;
648
- }, ...args: unknown[]) => any) | undefined;
649
- } | undefined;
650
- sitemap?: {
651
- exclude?: boolean | undefined;
652
- priority?: number | undefined;
653
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
654
- lastmod?: string | Date | undefined;
655
- alternateRefs?: {
656
- href: string;
657
- hreflang: string;
658
- }[] | undefined;
659
- images?: {
660
- loc: string;
661
- caption?: string | undefined;
662
- title?: string | undefined;
663
- }[] | undefined;
664
- news?: {
665
- title: string;
666
- publication: {
667
- name: string;
668
- language: string;
669
- };
670
- publicationDate: string | Date;
671
- } | undefined;
672
- } | undefined;
673
- fromCrawl?: boolean | undefined;
674
- }>]>, "many">>>;
675
- sitemap: z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
676
- enabled: z.ZodOptional<z.ZodBoolean>;
677
- outputPath: z.ZodOptional<z.ZodString>;
678
- autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
679
- crawlLinks: z.ZodOptional<z.ZodBoolean>;
680
- retryCount: z.ZodOptional<z.ZodNumber>;
681
- retryDelay: z.ZodOptional<z.ZodNumber>;
682
- onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
683
- page: z.ZodObject<{
684
- path: z.ZodString;
685
- sitemap: z.ZodOptional<z.ZodObject<{
686
- exclude: z.ZodOptional<z.ZodBoolean>;
687
- priority: z.ZodOptional<z.ZodNumber>;
688
- changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
689
- lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
690
- alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
691
- href: z.ZodString;
692
- hreflang: z.ZodString;
693
- }, "strip", z.ZodTypeAny, {
694
- href: string;
695
- hreflang: string;
696
- }, {
697
- href: string;
698
- hreflang: string;
699
- }>, "many">>;
700
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
701
- loc: z.ZodString;
702
- caption: z.ZodOptional<z.ZodString>;
703
- title: z.ZodOptional<z.ZodString>;
704
- }, "strip", z.ZodTypeAny, {
705
- loc: string;
706
- caption?: string | undefined;
707
- title?: string | undefined;
708
- }, {
709
- loc: string;
710
- caption?: string | undefined;
711
- title?: string | undefined;
712
- }>, "many">>;
713
- news: z.ZodOptional<z.ZodObject<{
714
- publication: z.ZodObject<{
715
- name: z.ZodString;
716
- language: z.ZodString;
717
- }, "strip", z.ZodTypeAny, {
718
- name: string;
719
- language: string;
720
- }, {
721
- name: string;
722
- language: string;
723
- }>;
724
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
725
- title: z.ZodString;
726
- }, "strip", z.ZodTypeAny, {
727
- title: string;
728
- publication: {
729
- name: string;
730
- language: string;
731
- };
732
- publicationDate: string | Date;
733
- }, {
734
- title: string;
735
- publication: {
736
- name: string;
737
- language: string;
738
- };
739
- publicationDate: string | Date;
740
- }>>;
741
- }, "strip", z.ZodTypeAny, {
742
- exclude?: boolean | undefined;
743
- priority?: number | undefined;
744
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
745
- lastmod?: string | Date | undefined;
746
- alternateRefs?: {
747
- href: string;
748
- hreflang: string;
749
- }[] | undefined;
750
- images?: {
751
- loc: string;
752
- caption?: string | undefined;
753
- title?: string | undefined;
754
- }[] | undefined;
755
- news?: {
756
- title: string;
757
- publication: {
758
- name: string;
759
- language: string;
760
- };
761
- publicationDate: string | Date;
762
- } | undefined;
763
- }, {
764
- exclude?: boolean | undefined;
765
- priority?: number | undefined;
766
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
767
- lastmod?: string | Date | undefined;
768
- alternateRefs?: {
769
- href: string;
770
- hreflang: string;
771
- }[] | undefined;
772
- images?: {
773
- loc: string;
774
- caption?: string | undefined;
775
- title?: string | undefined;
776
- }[] | undefined;
777
- news?: {
778
- title: string;
779
- publication: {
780
- name: string;
781
- language: string;
782
- };
783
- publicationDate: string | Date;
784
- } | undefined;
785
- }>>;
786
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
787
- }, "strip", z.ZodTypeAny, {
788
- path: string;
789
- sitemap?: {
790
- exclude?: boolean | undefined;
791
- priority?: number | undefined;
792
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
793
- lastmod?: string | Date | undefined;
794
- alternateRefs?: {
795
- href: string;
796
- hreflang: string;
797
- }[] | undefined;
798
- images?: {
799
- loc: string;
800
- caption?: string | undefined;
801
- title?: string | undefined;
802
- }[] | undefined;
803
- news?: {
804
- title: string;
805
- publication: {
806
- name: string;
807
- language: string;
808
- };
809
- publicationDate: string | Date;
810
- } | undefined;
811
- } | undefined;
812
- fromCrawl?: boolean | undefined;
813
- }, {
814
- path: string;
815
- sitemap?: {
816
- exclude?: boolean | undefined;
817
- priority?: number | undefined;
818
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
819
- lastmod?: string | Date | undefined;
820
- alternateRefs?: {
821
- href: string;
822
- hreflang: string;
823
- }[] | undefined;
824
- images?: {
825
- loc: string;
826
- caption?: string | undefined;
827
- title?: string | undefined;
828
- }[] | undefined;
829
- news?: {
830
- title: string;
831
- publication: {
832
- name: string;
833
- language: string;
834
- };
835
- publicationDate: string | Date;
836
- } | undefined;
837
- } | undefined;
838
- fromCrawl?: boolean | undefined;
839
- }>;
840
- html: z.ZodString;
841
- }, "strip", z.ZodTypeAny, {
842
- page: {
843
- path: string;
844
- sitemap?: {
845
- exclude?: boolean | undefined;
846
- priority?: number | undefined;
847
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
848
- lastmod?: string | Date | undefined;
849
- alternateRefs?: {
850
- href: string;
851
- hreflang: string;
852
- }[] | undefined;
853
- images?: {
854
- loc: string;
855
- caption?: string | undefined;
856
- title?: string | undefined;
857
- }[] | undefined;
858
- news?: {
859
- title: string;
860
- publication: {
861
- name: string;
862
- language: string;
863
- };
864
- publicationDate: string | Date;
865
- } | undefined;
866
- } | undefined;
867
- fromCrawl?: boolean | undefined;
868
- };
869
- html: string;
870
- }, {
871
- page: {
872
- path: string;
873
- sitemap?: {
874
- exclude?: boolean | undefined;
875
- priority?: number | undefined;
876
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
877
- lastmod?: string | Date | undefined;
878
- alternateRefs?: {
879
- href: string;
880
- hreflang: string;
881
- }[] | undefined;
882
- images?: {
883
- loc: string;
884
- caption?: string | undefined;
885
- title?: string | undefined;
886
- }[] | undefined;
887
- news?: {
888
- title: string;
889
- publication: {
890
- name: string;
891
- language: string;
892
- };
893
- publicationDate: string | Date;
894
- } | undefined;
895
- } | undefined;
896
- fromCrawl?: boolean | undefined;
897
- };
898
- html: string;
899
- }>], z.ZodUnknown>, z.ZodAny>>;
900
- }, {
901
- host: z.ZodOptional<z.ZodString>;
902
- }>, "strip", z.ZodTypeAny, {
903
- enabled?: boolean | undefined;
904
- outputPath?: string | undefined;
905
- autoSubfolderIndex?: boolean | undefined;
906
- crawlLinks?: boolean | undefined;
907
- retryCount?: number | undefined;
908
- retryDelay?: number | undefined;
909
- onSuccess?: ((args_0: {
910
- page: {
911
- path: string;
912
- sitemap?: {
913
- exclude?: boolean | undefined;
914
- priority?: number | undefined;
915
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
916
- lastmod?: string | Date | undefined;
917
- alternateRefs?: {
918
- href: string;
919
- hreflang: string;
920
- }[] | undefined;
921
- images?: {
922
- loc: string;
923
- caption?: string | undefined;
924
- title?: string | undefined;
925
- }[] | undefined;
926
- news?: {
927
- title: string;
928
- publication: {
929
- name: string;
930
- language: string;
931
- };
932
- publicationDate: string | Date;
933
- } | undefined;
934
- } | undefined;
935
- fromCrawl?: boolean | undefined;
936
- };
937
- html: string;
938
- }, ...args: unknown[]) => any) | undefined;
939
- host?: string | undefined;
940
- }, {
941
- enabled?: boolean | undefined;
942
- outputPath?: string | undefined;
943
- autoSubfolderIndex?: boolean | undefined;
944
- crawlLinks?: boolean | undefined;
945
- retryCount?: number | undefined;
946
- retryDelay?: number | undefined;
947
- onSuccess?: ((args_0: {
948
- page: {
949
- path: string;
950
- sitemap?: {
951
- exclude?: boolean | undefined;
952
- priority?: number | undefined;
953
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
954
- lastmod?: string | Date | undefined;
955
- alternateRefs?: {
956
- href: string;
957
- hreflang: string;
958
- }[] | undefined;
959
- images?: {
960
- loc: string;
961
- caption?: string | undefined;
962
- title?: string | undefined;
963
- }[] | undefined;
964
- news?: {
965
- title: string;
966
- publication: {
967
- name: string;
968
- language: string;
969
- };
970
- publicationDate: string | Date;
971
- } | undefined;
972
- } | undefined;
973
- fromCrawl?: boolean | undefined;
974
- };
975
- html: string;
976
- }, ...args: unknown[]) => any) | undefined;
977
- host?: string | undefined;
978
- }>>;
979
- prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
980
- enabled: z.ZodOptional<z.ZodBoolean>;
981
- concurrency: z.ZodOptional<z.ZodNumber>;
982
- filter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<z.objectUtil.extendShape<{
983
- path: z.ZodString;
984
- sitemap: z.ZodOptional<z.ZodObject<{
985
- exclude: z.ZodOptional<z.ZodBoolean>;
986
- priority: z.ZodOptional<z.ZodNumber>;
987
- changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
988
- lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
989
- alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
990
- href: z.ZodString;
991
- hreflang: z.ZodString;
992
- }, "strip", z.ZodTypeAny, {
993
- href: string;
994
- hreflang: string;
995
- }, {
996
- href: string;
997
- hreflang: string;
998
- }>, "many">>;
999
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
1000
- loc: z.ZodString;
1001
- caption: z.ZodOptional<z.ZodString>;
1002
- title: z.ZodOptional<z.ZodString>;
1003
- }, "strip", z.ZodTypeAny, {
1004
- loc: string;
1005
- caption?: string | undefined;
1006
- title?: string | undefined;
1007
- }, {
1008
- loc: string;
1009
- caption?: string | undefined;
1010
- title?: string | undefined;
1011
- }>, "many">>;
1012
- news: z.ZodOptional<z.ZodObject<{
1013
- publication: z.ZodObject<{
1014
- name: z.ZodString;
1015
- language: z.ZodString;
1016
- }, "strip", z.ZodTypeAny, {
1017
- name: string;
1018
- language: string;
1019
- }, {
1020
- name: string;
1021
- language: string;
1022
- }>;
1023
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1024
- title: z.ZodString;
1025
- }, "strip", z.ZodTypeAny, {
1026
- title: string;
1027
- publication: {
1028
- name: string;
1029
- language: string;
1030
- };
1031
- publicationDate: string | Date;
1032
- }, {
1033
- title: string;
1034
- publication: {
1035
- name: string;
1036
- language: string;
1037
- };
1038
- publicationDate: string | Date;
1039
- }>>;
1040
- }, "strip", z.ZodTypeAny, {
1041
- exclude?: boolean | undefined;
1042
- priority?: number | undefined;
1043
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1044
- lastmod?: string | Date | undefined;
1045
- alternateRefs?: {
1046
- href: string;
1047
- hreflang: string;
1048
- }[] | undefined;
1049
- images?: {
1050
- loc: string;
1051
- caption?: string | undefined;
1052
- title?: string | undefined;
1053
- }[] | undefined;
1054
- news?: {
1055
- title: string;
1056
- publication: {
1057
- name: string;
1058
- language: string;
1059
- };
1060
- publicationDate: string | Date;
1061
- } | undefined;
1062
- }, {
1063
- exclude?: boolean | undefined;
1064
- priority?: number | undefined;
1065
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1066
- lastmod?: string | Date | undefined;
1067
- alternateRefs?: {
1068
- href: string;
1069
- hreflang: string;
1070
- }[] | undefined;
1071
- images?: {
1072
- loc: string;
1073
- caption?: string | undefined;
1074
- title?: string | undefined;
1075
- }[] | undefined;
1076
- news?: {
1077
- title: string;
1078
- publication: {
1079
- name: string;
1080
- language: string;
1081
- };
1082
- publicationDate: string | Date;
1083
- } | undefined;
1084
- }>>;
1085
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
1086
- }, {
1087
- prerender: z.ZodOptional<z.ZodObject<{
1088
- enabled: z.ZodOptional<z.ZodBoolean>;
1089
- outputPath: z.ZodOptional<z.ZodString>;
1090
- autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
1091
- crawlLinks: z.ZodOptional<z.ZodBoolean>;
1092
- retryCount: z.ZodOptional<z.ZodNumber>;
1093
- retryDelay: z.ZodOptional<z.ZodNumber>;
1094
- onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
1095
- page: z.ZodObject<{
1096
- path: z.ZodString;
1097
- sitemap: z.ZodOptional<z.ZodObject<{
1098
- exclude: z.ZodOptional<z.ZodBoolean>;
1099
- priority: z.ZodOptional<z.ZodNumber>;
1100
- changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
1101
- lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1102
- alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1103
- href: z.ZodString;
1104
- hreflang: z.ZodString;
1105
- }, "strip", z.ZodTypeAny, {
1106
- href: string;
1107
- hreflang: string;
1108
- }, {
1109
- href: string;
1110
- hreflang: string;
1111
- }>, "many">>;
1112
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
1113
- loc: z.ZodString;
1114
- caption: z.ZodOptional<z.ZodString>;
1115
- title: z.ZodOptional<z.ZodString>;
1116
- }, "strip", z.ZodTypeAny, {
1117
- loc: string;
1118
- caption?: string | undefined;
1119
- title?: string | undefined;
1120
- }, {
1121
- loc: string;
1122
- caption?: string | undefined;
1123
- title?: string | undefined;
1124
- }>, "many">>;
1125
- news: z.ZodOptional<z.ZodObject<{
1126
- publication: z.ZodObject<{
1127
- name: z.ZodString;
1128
- language: z.ZodString;
1129
- }, "strip", z.ZodTypeAny, {
1130
- name: string;
1131
- language: string;
1132
- }, {
1133
- name: string;
1134
- language: string;
1135
- }>;
1136
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1137
- title: z.ZodString;
1138
- }, "strip", z.ZodTypeAny, {
1139
- title: string;
1140
- publication: {
1141
- name: string;
1142
- language: string;
1143
- };
1144
- publicationDate: string | Date;
1145
- }, {
1146
- title: string;
1147
- publication: {
1148
- name: string;
1149
- language: string;
1150
- };
1151
- publicationDate: string | Date;
1152
- }>>;
1153
- }, "strip", z.ZodTypeAny, {
1154
- exclude?: boolean | undefined;
1155
- priority?: number | undefined;
1156
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1157
- lastmod?: string | Date | undefined;
1158
- alternateRefs?: {
1159
- href: string;
1160
- hreflang: string;
1161
- }[] | undefined;
1162
- images?: {
1163
- loc: string;
1164
- caption?: string | undefined;
1165
- title?: string | undefined;
1166
- }[] | undefined;
1167
- news?: {
1168
- title: string;
1169
- publication: {
1170
- name: string;
1171
- language: string;
1172
- };
1173
- publicationDate: string | Date;
1174
- } | undefined;
1175
- }, {
1176
- exclude?: boolean | undefined;
1177
- priority?: number | undefined;
1178
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1179
- lastmod?: string | Date | undefined;
1180
- alternateRefs?: {
1181
- href: string;
1182
- hreflang: string;
1183
- }[] | undefined;
1184
- images?: {
1185
- loc: string;
1186
- caption?: string | undefined;
1187
- title?: string | undefined;
1188
- }[] | undefined;
1189
- news?: {
1190
- title: string;
1191
- publication: {
1192
- name: string;
1193
- language: string;
1194
- };
1195
- publicationDate: string | Date;
1196
- } | undefined;
1197
- }>>;
1198
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
1199
- }, "strip", z.ZodTypeAny, {
1200
- path: string;
1201
- sitemap?: {
1202
- exclude?: boolean | undefined;
1203
- priority?: number | undefined;
1204
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1205
- lastmod?: string | Date | undefined;
1206
- alternateRefs?: {
1207
- href: string;
1208
- hreflang: string;
1209
- }[] | undefined;
1210
- images?: {
1211
- loc: string;
1212
- caption?: string | undefined;
1213
- title?: string | undefined;
1214
- }[] | undefined;
1215
- news?: {
1216
- title: string;
1217
- publication: {
1218
- name: string;
1219
- language: string;
1220
- };
1221
- publicationDate: string | Date;
1222
- } | undefined;
1223
- } | undefined;
1224
- fromCrawl?: boolean | undefined;
1225
- }, {
1226
- path: string;
1227
- sitemap?: {
1228
- exclude?: boolean | undefined;
1229
- priority?: number | undefined;
1230
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1231
- lastmod?: string | Date | undefined;
1232
- alternateRefs?: {
1233
- href: string;
1234
- hreflang: string;
1235
- }[] | undefined;
1236
- images?: {
1237
- loc: string;
1238
- caption?: string | undefined;
1239
- title?: string | undefined;
1240
- }[] | undefined;
1241
- news?: {
1242
- title: string;
1243
- publication: {
1244
- name: string;
1245
- language: string;
1246
- };
1247
- publicationDate: string | Date;
1248
- } | undefined;
1249
- } | undefined;
1250
- fromCrawl?: boolean | undefined;
1251
- }>;
1252
- html: z.ZodString;
1253
- }, "strip", z.ZodTypeAny, {
1254
- page: {
1255
- path: string;
1256
- sitemap?: {
1257
- exclude?: boolean | undefined;
1258
- priority?: number | undefined;
1259
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1260
- lastmod?: string | Date | undefined;
1261
- alternateRefs?: {
1262
- href: string;
1263
- hreflang: string;
1264
- }[] | undefined;
1265
- images?: {
1266
- loc: string;
1267
- caption?: string | undefined;
1268
- title?: string | undefined;
1269
- }[] | undefined;
1270
- news?: {
1271
- title: string;
1272
- publication: {
1273
- name: string;
1274
- language: string;
1275
- };
1276
- publicationDate: string | Date;
1277
- } | undefined;
1278
- } | undefined;
1279
- fromCrawl?: boolean | undefined;
1280
- };
1281
- html: string;
1282
- }, {
1283
- page: {
1284
- path: string;
1285
- sitemap?: {
1286
- exclude?: boolean | undefined;
1287
- priority?: number | undefined;
1288
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1289
- lastmod?: string | Date | undefined;
1290
- alternateRefs?: {
1291
- href: string;
1292
- hreflang: string;
1293
- }[] | undefined;
1294
- images?: {
1295
- loc: string;
1296
- caption?: string | undefined;
1297
- title?: string | undefined;
1298
- }[] | undefined;
1299
- news?: {
1300
- title: string;
1301
- publication: {
1302
- name: string;
1303
- language: string;
1304
- };
1305
- publicationDate: string | Date;
1306
- } | undefined;
1307
- } | undefined;
1308
- fromCrawl?: boolean | undefined;
1309
- };
1310
- html: string;
1311
- }>], z.ZodUnknown>, z.ZodAny>>;
1312
- }, "strip", z.ZodTypeAny, {
1313
- enabled?: boolean | undefined;
1314
- outputPath?: string | undefined;
1315
- autoSubfolderIndex?: boolean | undefined;
1316
- crawlLinks?: boolean | undefined;
1317
- retryCount?: number | undefined;
1318
- retryDelay?: number | undefined;
1319
- onSuccess?: ((args_0: {
1320
- page: {
1321
- path: string;
1322
- sitemap?: {
1323
- exclude?: boolean | undefined;
1324
- priority?: number | undefined;
1325
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1326
- lastmod?: string | Date | undefined;
1327
- alternateRefs?: {
1328
- href: string;
1329
- hreflang: string;
1330
- }[] | undefined;
1331
- images?: {
1332
- loc: string;
1333
- caption?: string | undefined;
1334
- title?: string | undefined;
1335
- }[] | undefined;
1336
- news?: {
1337
- title: string;
1338
- publication: {
1339
- name: string;
1340
- language: string;
1341
- };
1342
- publicationDate: string | Date;
1343
- } | undefined;
1344
- } | undefined;
1345
- fromCrawl?: boolean | undefined;
1346
- };
1347
- html: string;
1348
- }, ...args: unknown[]) => any) | undefined;
1349
- }, {
1350
- enabled?: boolean | undefined;
1351
- outputPath?: string | undefined;
1352
- autoSubfolderIndex?: boolean | undefined;
1353
- crawlLinks?: boolean | undefined;
1354
- retryCount?: number | undefined;
1355
- retryDelay?: number | undefined;
1356
- onSuccess?: ((args_0: {
1357
- page: {
1358
- path: string;
1359
- sitemap?: {
1360
- exclude?: boolean | undefined;
1361
- priority?: number | undefined;
1362
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1363
- lastmod?: string | Date | undefined;
1364
- alternateRefs?: {
1365
- href: string;
1366
- hreflang: string;
1367
- }[] | undefined;
1368
- images?: {
1369
- loc: string;
1370
- caption?: string | undefined;
1371
- title?: string | undefined;
1372
- }[] | undefined;
1373
- news?: {
1374
- title: string;
1375
- publication: {
1376
- name: string;
1377
- language: string;
1378
- };
1379
- publicationDate: string | Date;
1380
- } | undefined;
1381
- } | undefined;
1382
- fromCrawl?: boolean | undefined;
1383
- };
1384
- html: string;
1385
- }, ...args: unknown[]) => any) | undefined;
1386
- }>>;
1387
- }>, "strip", z.ZodTypeAny, {
1388
- path: string;
1389
- prerender?: {
1390
- enabled?: boolean | undefined;
1391
- outputPath?: string | undefined;
1392
- autoSubfolderIndex?: boolean | undefined;
1393
- crawlLinks?: boolean | undefined;
1394
- retryCount?: number | undefined;
1395
- retryDelay?: number | undefined;
1396
- onSuccess?: ((args_0: {
1397
- page: {
1398
- path: string;
1399
- sitemap?: {
1400
- exclude?: boolean | undefined;
1401
- priority?: number | undefined;
1402
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1403
- lastmod?: string | Date | undefined;
1404
- alternateRefs?: {
1405
- href: string;
1406
- hreflang: string;
1407
- }[] | undefined;
1408
- images?: {
1409
- loc: string;
1410
- caption?: string | undefined;
1411
- title?: string | undefined;
1412
- }[] | undefined;
1413
- news?: {
1414
- title: string;
1415
- publication: {
1416
- name: string;
1417
- language: string;
1418
- };
1419
- publicationDate: string | Date;
1420
- } | undefined;
1421
- } | undefined;
1422
- fromCrawl?: boolean | undefined;
1423
- };
1424
- html: string;
1425
- }, ...args: unknown[]) => any) | undefined;
1426
- } | undefined;
1427
- sitemap?: {
1428
- exclude?: boolean | undefined;
1429
- priority?: number | undefined;
1430
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1431
- lastmod?: string | Date | undefined;
1432
- alternateRefs?: {
1433
- href: string;
1434
- hreflang: string;
1435
- }[] | undefined;
1436
- images?: {
1437
- loc: string;
1438
- caption?: string | undefined;
1439
- title?: string | undefined;
1440
- }[] | undefined;
1441
- news?: {
1442
- title: string;
1443
- publication: {
1444
- name: string;
1445
- language: string;
1446
- };
1447
- publicationDate: string | Date;
1448
- } | undefined;
1449
- } | undefined;
1450
- fromCrawl?: boolean | undefined;
1451
- }, {
1452
- path: string;
1453
- prerender?: {
1454
- enabled?: boolean | undefined;
1455
- outputPath?: string | undefined;
1456
- autoSubfolderIndex?: boolean | undefined;
1457
- crawlLinks?: boolean | undefined;
1458
- retryCount?: number | undefined;
1459
- retryDelay?: number | undefined;
1460
- onSuccess?: ((args_0: {
1461
- page: {
1462
- path: string;
1463
- sitemap?: {
1464
- exclude?: boolean | undefined;
1465
- priority?: number | undefined;
1466
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1467
- lastmod?: string | Date | undefined;
1468
- alternateRefs?: {
1469
- href: string;
1470
- hreflang: string;
1471
- }[] | undefined;
1472
- images?: {
1473
- loc: string;
1474
- caption?: string | undefined;
1475
- title?: string | undefined;
1476
- }[] | undefined;
1477
- news?: {
1478
- title: string;
1479
- publication: {
1480
- name: string;
1481
- language: string;
1482
- };
1483
- publicationDate: string | Date;
1484
- } | undefined;
1485
- } | undefined;
1486
- fromCrawl?: boolean | undefined;
1487
- };
1488
- html: string;
1489
- }, ...args: unknown[]) => any) | undefined;
1490
- } | undefined;
1491
- sitemap?: {
1492
- exclude?: boolean | undefined;
1493
- priority?: number | undefined;
1494
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1495
- lastmod?: string | Date | undefined;
1496
- alternateRefs?: {
1497
- href: string;
1498
- hreflang: string;
1499
- }[] | undefined;
1500
- images?: {
1501
- loc: string;
1502
- caption?: string | undefined;
1503
- title?: string | undefined;
1504
- }[] | undefined;
1505
- news?: {
1506
- title: string;
1507
- publication: {
1508
- name: string;
1509
- language: string;
1510
- };
1511
- publicationDate: string | Date;
1512
- } | undefined;
1513
- } | undefined;
1514
- fromCrawl?: boolean | undefined;
1515
- }>], z.ZodUnknown>, z.ZodAny>>;
1516
- failOnError: z.ZodOptional<z.ZodBoolean>;
1517
- }, "strip", z.ZodTypeAny, {
1518
- filter?: ((args_0: {
1519
- path: string;
1520
- prerender?: {
1521
- enabled?: boolean | undefined;
1522
- outputPath?: string | undefined;
1523
- autoSubfolderIndex?: boolean | undefined;
1524
- crawlLinks?: boolean | undefined;
1525
- retryCount?: number | undefined;
1526
- retryDelay?: number | undefined;
1527
- onSuccess?: ((args_0: {
1528
- page: {
1529
- path: string;
1530
- sitemap?: {
1531
- exclude?: boolean | undefined;
1532
- priority?: number | undefined;
1533
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1534
- lastmod?: string | Date | undefined;
1535
- alternateRefs?: {
1536
- href: string;
1537
- hreflang: string;
1538
- }[] | undefined;
1539
- images?: {
1540
- loc: string;
1541
- caption?: string | undefined;
1542
- title?: string | undefined;
1543
- }[] | undefined;
1544
- news?: {
1545
- title: string;
1546
- publication: {
1547
- name: string;
1548
- language: string;
1549
- };
1550
- publicationDate: string | Date;
1551
- } | undefined;
1552
- } | undefined;
1553
- fromCrawl?: boolean | undefined;
1554
- };
1555
- html: string;
1556
- }, ...args: unknown[]) => any) | undefined;
1557
- } | undefined;
1558
- sitemap?: {
1559
- exclude?: boolean | undefined;
1560
- priority?: number | undefined;
1561
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1562
- lastmod?: string | Date | undefined;
1563
- alternateRefs?: {
1564
- href: string;
1565
- hreflang: string;
1566
- }[] | undefined;
1567
- images?: {
1568
- loc: string;
1569
- caption?: string | undefined;
1570
- title?: string | undefined;
1571
- }[] | undefined;
1572
- news?: {
1573
- title: string;
1574
- publication: {
1575
- name: string;
1576
- language: string;
1577
- };
1578
- publicationDate: string | Date;
1579
- } | undefined;
1580
- } | undefined;
1581
- fromCrawl?: boolean | undefined;
1582
- }, ...args: unknown[]) => any) | undefined;
1583
- enabled?: boolean | undefined;
1584
- concurrency?: number | undefined;
1585
- failOnError?: boolean | undefined;
1586
- }, {
1587
- filter?: ((args_0: {
1588
- path: string;
1589
- prerender?: {
1590
- enabled?: boolean | undefined;
1591
- outputPath?: string | undefined;
1592
- autoSubfolderIndex?: boolean | undefined;
1593
- crawlLinks?: boolean | undefined;
1594
- retryCount?: number | undefined;
1595
- retryDelay?: number | undefined;
1596
- onSuccess?: ((args_0: {
1597
- page: {
1598
- path: string;
1599
- sitemap?: {
1600
- exclude?: boolean | undefined;
1601
- priority?: number | undefined;
1602
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1603
- lastmod?: string | Date | undefined;
1604
- alternateRefs?: {
1605
- href: string;
1606
- hreflang: string;
1607
- }[] | undefined;
1608
- images?: {
1609
- loc: string;
1610
- caption?: string | undefined;
1611
- title?: string | undefined;
1612
- }[] | undefined;
1613
- news?: {
1614
- title: string;
1615
- publication: {
1616
- name: string;
1617
- language: string;
1618
- };
1619
- publicationDate: string | Date;
1620
- } | undefined;
1621
- } | undefined;
1622
- fromCrawl?: boolean | undefined;
1623
- };
1624
- html: string;
1625
- }, ...args: unknown[]) => any) | undefined;
1626
- } | undefined;
1627
- sitemap?: {
1628
- exclude?: boolean | undefined;
1629
- priority?: number | undefined;
1630
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1631
- lastmod?: string | Date | undefined;
1632
- alternateRefs?: {
1633
- href: string;
1634
- hreflang: string;
1635
- }[] | undefined;
1636
- images?: {
1637
- loc: string;
1638
- caption?: string | undefined;
1639
- title?: string | undefined;
1640
- }[] | undefined;
1641
- news?: {
1642
- title: string;
1643
- publication: {
1644
- name: string;
1645
- language: string;
1646
- };
1647
- publicationDate: string | Date;
1648
- } | undefined;
1649
- } | undefined;
1650
- fromCrawl?: boolean | undefined;
1651
- }, ...args: unknown[]) => any) | undefined;
1652
- enabled?: boolean | undefined;
1653
- concurrency?: number | undefined;
1654
- failOnError?: boolean | undefined;
1655
- }>, z.ZodOptional<z.ZodObject<{
1656
- enabled: z.ZodOptional<z.ZodBoolean>;
1657
- outputPath: z.ZodOptional<z.ZodString>;
1658
- autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
1659
- crawlLinks: z.ZodOptional<z.ZodBoolean>;
1660
- retryCount: z.ZodOptional<z.ZodNumber>;
1661
- retryDelay: z.ZodOptional<z.ZodNumber>;
1662
- onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
1663
- page: z.ZodObject<{
1664
- path: z.ZodString;
1665
- sitemap: z.ZodOptional<z.ZodObject<{
1666
- exclude: z.ZodOptional<z.ZodBoolean>;
1667
- priority: z.ZodOptional<z.ZodNumber>;
1668
- changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
1669
- lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
1670
- alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
1671
- href: z.ZodString;
1672
- hreflang: z.ZodString;
1673
- }, "strip", z.ZodTypeAny, {
1674
- href: string;
1675
- hreflang: string;
1676
- }, {
1677
- href: string;
1678
- hreflang: string;
1679
- }>, "many">>;
1680
- images: z.ZodOptional<z.ZodArray<z.ZodObject<{
1681
- loc: z.ZodString;
1682
- caption: z.ZodOptional<z.ZodString>;
1683
- title: z.ZodOptional<z.ZodString>;
1684
- }, "strip", z.ZodTypeAny, {
1685
- loc: string;
1686
- caption?: string | undefined;
1687
- title?: string | undefined;
1688
- }, {
1689
- loc: string;
1690
- caption?: string | undefined;
1691
- title?: string | undefined;
1692
- }>, "many">>;
1693
- news: z.ZodOptional<z.ZodObject<{
1694
- publication: z.ZodObject<{
1695
- name: z.ZodString;
1696
- language: z.ZodString;
1697
- }, "strip", z.ZodTypeAny, {
1698
- name: string;
1699
- language: string;
1700
- }, {
1701
- name: string;
1702
- language: string;
1703
- }>;
1704
- publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
1705
- title: z.ZodString;
1706
- }, "strip", z.ZodTypeAny, {
1707
- title: string;
1708
- publication: {
1709
- name: string;
1710
- language: string;
1711
- };
1712
- publicationDate: string | Date;
1713
- }, {
1714
- title: string;
1715
- publication: {
1716
- name: string;
1717
- language: string;
1718
- };
1719
- publicationDate: string | Date;
1720
- }>>;
1721
- }, "strip", z.ZodTypeAny, {
1722
- exclude?: boolean | undefined;
1723
- priority?: number | undefined;
1724
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1725
- lastmod?: string | Date | undefined;
1726
- alternateRefs?: {
1727
- href: string;
1728
- hreflang: string;
1729
- }[] | undefined;
1730
- images?: {
1731
- loc: string;
1732
- caption?: string | undefined;
1733
- title?: string | undefined;
1734
- }[] | undefined;
1735
- news?: {
1736
- title: string;
1737
- publication: {
1738
- name: string;
1739
- language: string;
1740
- };
1741
- publicationDate: string | Date;
1742
- } | undefined;
1743
- }, {
1744
- exclude?: boolean | undefined;
1745
- priority?: number | undefined;
1746
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1747
- lastmod?: string | Date | undefined;
1748
- alternateRefs?: {
1749
- href: string;
1750
- hreflang: string;
1751
- }[] | undefined;
1752
- images?: {
1753
- loc: string;
1754
- caption?: string | undefined;
1755
- title?: string | undefined;
1756
- }[] | undefined;
1757
- news?: {
1758
- title: string;
1759
- publication: {
1760
- name: string;
1761
- language: string;
1762
- };
1763
- publicationDate: string | Date;
1764
- } | undefined;
1765
- }>>;
1766
- fromCrawl: z.ZodOptional<z.ZodBoolean>;
1767
- }, "strip", z.ZodTypeAny, {
1768
- path: string;
1769
- sitemap?: {
1770
- exclude?: boolean | undefined;
1771
- priority?: number | undefined;
1772
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1773
- lastmod?: string | Date | undefined;
1774
- alternateRefs?: {
1775
- href: string;
1776
- hreflang: string;
1777
- }[] | undefined;
1778
- images?: {
1779
- loc: string;
1780
- caption?: string | undefined;
1781
- title?: string | undefined;
1782
- }[] | undefined;
1783
- news?: {
1784
- title: string;
1785
- publication: {
1786
- name: string;
1787
- language: string;
1788
- };
1789
- publicationDate: string | Date;
1790
- } | undefined;
1791
- } | undefined;
1792
- fromCrawl?: boolean | undefined;
1793
- }, {
1794
- path: string;
1795
- sitemap?: {
1796
- exclude?: boolean | undefined;
1797
- priority?: number | undefined;
1798
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1799
- lastmod?: string | Date | undefined;
1800
- alternateRefs?: {
1801
- href: string;
1802
- hreflang: string;
1803
- }[] | undefined;
1804
- images?: {
1805
- loc: string;
1806
- caption?: string | undefined;
1807
- title?: string | undefined;
1808
- }[] | undefined;
1809
- news?: {
1810
- title: string;
1811
- publication: {
1812
- name: string;
1813
- language: string;
1814
- };
1815
- publicationDate: string | Date;
1816
- } | undefined;
1817
- } | undefined;
1818
- fromCrawl?: boolean | undefined;
1819
- }>;
1820
- html: z.ZodString;
1821
- }, "strip", z.ZodTypeAny, {
1822
- page: {
1823
- path: string;
1824
- sitemap?: {
1825
- exclude?: boolean | undefined;
1826
- priority?: number | undefined;
1827
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1828
- lastmod?: string | Date | undefined;
1829
- alternateRefs?: {
1830
- href: string;
1831
- hreflang: string;
1832
- }[] | undefined;
1833
- images?: {
1834
- loc: string;
1835
- caption?: string | undefined;
1836
- title?: string | undefined;
1837
- }[] | undefined;
1838
- news?: {
1839
- title: string;
1840
- publication: {
1841
- name: string;
1842
- language: string;
1843
- };
1844
- publicationDate: string | Date;
1845
- } | undefined;
1846
- } | undefined;
1847
- fromCrawl?: boolean | undefined;
1848
- };
1849
- html: string;
1850
- }, {
1851
- page: {
1852
- path: string;
1853
- sitemap?: {
1854
- exclude?: boolean | undefined;
1855
- priority?: number | undefined;
1856
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1857
- lastmod?: string | Date | undefined;
1858
- alternateRefs?: {
1859
- href: string;
1860
- hreflang: string;
1861
- }[] | undefined;
1862
- images?: {
1863
- loc: string;
1864
- caption?: string | undefined;
1865
- title?: string | undefined;
1866
- }[] | undefined;
1867
- news?: {
1868
- title: string;
1869
- publication: {
1870
- name: string;
1871
- language: string;
1872
- };
1873
- publicationDate: string | Date;
1874
- } | undefined;
1875
- } | undefined;
1876
- fromCrawl?: boolean | undefined;
1877
- };
1878
- html: string;
1879
- }>], z.ZodUnknown>, z.ZodAny>>;
1880
- }, "strip", z.ZodTypeAny, {
1881
- enabled?: boolean | undefined;
1882
- outputPath?: string | undefined;
1883
- autoSubfolderIndex?: boolean | undefined;
1884
- crawlLinks?: boolean | undefined;
1885
- retryCount?: number | undefined;
1886
- retryDelay?: number | undefined;
1887
- onSuccess?: ((args_0: {
1888
- page: {
1889
- path: string;
1890
- sitemap?: {
1891
- exclude?: boolean | undefined;
1892
- priority?: number | undefined;
1893
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1894
- lastmod?: string | Date | undefined;
1895
- alternateRefs?: {
1896
- href: string;
1897
- hreflang: string;
1898
- }[] | undefined;
1899
- images?: {
1900
- loc: string;
1901
- caption?: string | undefined;
1902
- title?: string | undefined;
1903
- }[] | undefined;
1904
- news?: {
1905
- title: string;
1906
- publication: {
1907
- name: string;
1908
- language: string;
1909
- };
1910
- publicationDate: string | Date;
1911
- } | undefined;
1912
- } | undefined;
1913
- fromCrawl?: boolean | undefined;
1914
- };
1915
- html: string;
1916
- }, ...args: unknown[]) => any) | undefined;
1917
- }, {
1918
- enabled?: boolean | undefined;
1919
- outputPath?: string | undefined;
1920
- autoSubfolderIndex?: boolean | undefined;
1921
- crawlLinks?: boolean | undefined;
1922
- retryCount?: number | undefined;
1923
- retryDelay?: number | undefined;
1924
- onSuccess?: ((args_0: {
1925
- page: {
1926
- path: string;
1927
- sitemap?: {
1928
- exclude?: boolean | undefined;
1929
- priority?: number | undefined;
1930
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
1931
- lastmod?: string | Date | undefined;
1932
- alternateRefs?: {
1933
- href: string;
1934
- hreflang: string;
1935
- }[] | undefined;
1936
- images?: {
1937
- loc: string;
1938
- caption?: string | undefined;
1939
- title?: string | undefined;
1940
- }[] | undefined;
1941
- news?: {
1942
- title: string;
1943
- publication: {
1944
- name: string;
1945
- language: string;
1946
- };
1947
- publicationDate: string | Date;
1948
- } | undefined;
1949
- } | undefined;
1950
- fromCrawl?: boolean | undefined;
1951
- };
1952
- html: string;
1953
- }, ...args: unknown[]) => any) | undefined;
1954
- }>>>>;
1955
- spa: z.ZodOptional<z.ZodObject<{
1956
- enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1957
- maskPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
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
- exclude?: boolean | undefined;
2026
- priority?: number | undefined;
2027
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2028
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2048
- priority?: number | undefined;
2049
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2050
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2074
- priority?: number | undefined;
2075
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2076
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2100
- priority?: number | undefined;
2101
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2102
- lastmod?: string | Date | 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, {
2125
- page: {
2126
- path: string;
2127
- sitemap?: {
2128
- exclude?: boolean | undefined;
2129
- priority?: number | undefined;
2130
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2131
- lastmod?: string | Date | undefined;
2132
- alternateRefs?: {
2133
- href: string;
2134
- hreflang: string;
2135
- }[] | undefined;
2136
- images?: {
2137
- loc: string;
2138
- caption?: string | undefined;
2139
- title?: string | undefined;
2140
- }[] | undefined;
2141
- news?: {
2142
- title: string;
2143
- publication: {
2144
- name: string;
2145
- language: string;
2146
- };
2147
- publicationDate: string | Date;
2148
- } | undefined;
2149
- } | undefined;
2150
- fromCrawl?: boolean | undefined;
2151
- };
2152
- html: string;
2153
- }, {
2154
- page: {
2155
- path: string;
2156
- sitemap?: {
2157
- exclude?: boolean | undefined;
2158
- priority?: number | undefined;
2159
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2160
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2195
- priority?: number | undefined;
2196
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2197
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2232
- priority?: number | undefined;
2233
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2234
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2269
- priority?: number | undefined;
2270
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2271
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2306
- priority?: number | undefined;
2307
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2308
- lastmod?: string | Date | 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
- exclude?: boolean | undefined;
2345
- priority?: number | undefined;
2346
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2347
- lastmod?: string | Date | 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
- }, {
2374
- prerender?: {
2375
- enabled?: boolean | undefined;
2376
- outputPath?: string | undefined;
2377
- autoSubfolderIndex?: boolean | undefined;
2378
- crawlLinks?: boolean | undefined;
2379
- retryCount?: number | undefined;
2380
- retryDelay?: number | undefined;
2381
- onSuccess?: ((args_0: {
2382
- page: {
2383
- path: string;
2384
- sitemap?: {
2385
- exclude?: boolean | undefined;
2386
- priority?: number | undefined;
2387
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2388
- lastmod?: string | Date | undefined;
2389
- alternateRefs?: {
2390
- href: string;
2391
- hreflang: string;
2392
- }[] | undefined;
2393
- images?: {
2394
- loc: string;
2395
- caption?: string | undefined;
2396
- title?: string | undefined;
2397
- }[] | undefined;
2398
- news?: {
2399
- title: string;
2400
- publication: {
2401
- name: string;
2402
- language: string;
2403
- };
2404
- publicationDate: string | Date;
2405
- } | undefined;
2406
- } | undefined;
2407
- fromCrawl?: boolean | undefined;
2408
- };
2409
- html: string;
2410
- }, ...args: unknown[]) => any) | undefined;
2411
- } | undefined;
2412
- enabled?: boolean | undefined;
2413
- maskPath?: string | undefined;
2414
- }>>;
2415
- root: z.ZodDefault<z.ZodOptional<z.ZodString>>;
2416
- target: z.ZodOptional<z.ZodType<import('nitropack/presets').PresetNameInput | undefined, z.ZodTypeDef, import('nitropack/presets').PresetNameInput | undefined>>;
2417
- }, "strip", z.ZodTypeAny, {
2418
- root: string;
2419
- tsr: {
2420
- srcDirectory: string;
2421
- target?: "react" | "solid" | undefined;
2422
- virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
2423
- routeFilePrefix?: string | undefined;
2424
- routeFileIgnorePrefix?: string | undefined;
2425
- routeFileIgnorePattern?: string | undefined;
2426
- routesDirectory?: string | undefined;
2427
- quoteStyle?: "single" | "double" | undefined;
2428
- semicolons?: boolean | undefined;
2429
- disableLogging?: boolean | undefined;
2430
- routeTreeFileHeader?: string[] | undefined;
2431
- indexToken?: string | undefined;
2432
- routeToken?: string | undefined;
2433
- pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
2434
- generatedRouteTree?: string | undefined;
2435
- disableTypes?: boolean | undefined;
2436
- verboseFileRoutes?: boolean | undefined;
2437
- addExtensions?: boolean | undefined;
2438
- disableManifestGeneration?: boolean | undefined;
2439
- enableRouteTreeFormatting?: boolean | undefined;
2440
- routeTreeFileFooter?: string[] | undefined;
2441
- autoCodeSplitting?: boolean | undefined;
2442
- customScaffolding?: {
2443
- routeTemplate?: string | undefined;
2444
- lazyRouteTemplate?: string | undefined;
2445
- } | undefined;
2446
- experimental?: {
2447
- enableCodeSplitting?: boolean | undefined;
2448
- } | undefined;
2449
- };
2450
- client: {
2451
- base: string;
2452
- entry?: string | undefined;
2453
- };
2454
- server: {
2455
- entry?: string | undefined;
2456
- };
2457
- serverFns: {
2458
- base: string;
2459
- };
2460
- public: {
2461
- base: string;
2462
- dir: string;
2463
- };
2464
- pages: (string | {
2465
- path: string;
2466
- prerender?: {
2467
- enabled?: boolean | undefined;
2468
- outputPath?: string | undefined;
2469
- autoSubfolderIndex?: boolean | undefined;
2470
- crawlLinks?: boolean | undefined;
2471
- retryCount?: number | undefined;
2472
- retryDelay?: number | undefined;
2473
- onSuccess?: ((args_0: {
2474
- page: {
2475
- path: string;
2476
- sitemap?: {
2477
- exclude?: boolean | undefined;
2478
- priority?: number | undefined;
2479
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2480
- lastmod?: string | Date | undefined;
2481
- alternateRefs?: {
2482
- href: string;
2483
- hreflang: string;
2484
- }[] | undefined;
2485
- images?: {
2486
- loc: string;
2487
- caption?: string | undefined;
2488
- title?: string | undefined;
2489
- }[] | undefined;
2490
- news?: {
2491
- title: string;
2492
- publication: {
2493
- name: string;
2494
- language: string;
2495
- };
2496
- publicationDate: string | Date;
2497
- } | undefined;
2498
- } | undefined;
2499
- fromCrawl?: boolean | undefined;
2500
- };
2501
- html: string;
2502
- }, ...args: unknown[]) => any) | undefined;
2503
- } | undefined;
2504
- sitemap?: {
2505
- exclude?: boolean | undefined;
2506
- priority?: number | undefined;
2507
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2508
- lastmod?: string | Date | undefined;
2509
- alternateRefs?: {
2510
- href: string;
2511
- hreflang: string;
2512
- }[] | undefined;
2513
- images?: {
2514
- loc: string;
2515
- caption?: string | undefined;
2516
- title?: string | undefined;
2517
- }[] | undefined;
2518
- news?: {
2519
- title: string;
2520
- publication: {
2521
- name: string;
2522
- language: string;
2523
- };
2524
- publicationDate: string | Date;
2525
- } | undefined;
2526
- } | undefined;
2527
- fromCrawl?: boolean | undefined;
2528
- })[];
2529
- target?: import('nitropack/presets').PresetNameInput | undefined;
2530
- prerender?: ({
2531
- filter?: ((args_0: {
2532
- path: string;
2533
- prerender?: {
2534
- enabled?: boolean | undefined;
2535
- outputPath?: string | undefined;
2536
- autoSubfolderIndex?: boolean | undefined;
2537
- crawlLinks?: boolean | undefined;
2538
- retryCount?: number | undefined;
2539
- retryDelay?: number | undefined;
2540
- onSuccess?: ((args_0: {
2541
- page: {
2542
- path: string;
2543
- sitemap?: {
2544
- exclude?: boolean | undefined;
2545
- priority?: number | undefined;
2546
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2547
- lastmod?: string | Date | undefined;
2548
- alternateRefs?: {
2549
- href: string;
2550
- hreflang: string;
2551
- }[] | undefined;
2552
- images?: {
2553
- loc: string;
2554
- caption?: string | undefined;
2555
- title?: string | undefined;
2556
- }[] | undefined;
2557
- news?: {
2558
- title: string;
2559
- publication: {
2560
- name: string;
2561
- language: string;
2562
- };
2563
- publicationDate: string | Date;
2564
- } | undefined;
2565
- } | undefined;
2566
- fromCrawl?: boolean | undefined;
2567
- };
2568
- html: string;
2569
- }, ...args: unknown[]) => any) | undefined;
2570
- } | undefined;
2571
- sitemap?: {
2572
- exclude?: boolean | undefined;
2573
- priority?: number | undefined;
2574
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2575
- lastmod?: string | Date | undefined;
2576
- alternateRefs?: {
2577
- href: string;
2578
- hreflang: string;
2579
- }[] | undefined;
2580
- images?: {
2581
- loc: string;
2582
- caption?: string | undefined;
2583
- title?: string | undefined;
2584
- }[] | undefined;
2585
- news?: {
2586
- title: string;
2587
- publication: {
2588
- name: string;
2589
- language: string;
2590
- };
2591
- publicationDate: string | Date;
2592
- } | undefined;
2593
- } | undefined;
2594
- fromCrawl?: boolean | undefined;
2595
- }, ...args: unknown[]) => any) | undefined;
2596
- enabled?: boolean | undefined;
2597
- concurrency?: number | undefined;
2598
- failOnError?: boolean | undefined;
2599
- } & {
2600
- enabled?: boolean | undefined;
2601
- outputPath?: string | undefined;
2602
- autoSubfolderIndex?: boolean | undefined;
2603
- crawlLinks?: boolean | undefined;
2604
- retryCount?: number | undefined;
2605
- retryDelay?: number | undefined;
2606
- onSuccess?: ((args_0: {
2607
- page: {
2608
- path: string;
2609
- sitemap?: {
2610
- exclude?: boolean | undefined;
2611
- priority?: number | undefined;
2612
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2613
- lastmod?: string | Date | undefined;
2614
- alternateRefs?: {
2615
- href: string;
2616
- hreflang: string;
2617
- }[] | undefined;
2618
- images?: {
2619
- loc: string;
2620
- caption?: string | undefined;
2621
- title?: string | undefined;
2622
- }[] | undefined;
2623
- news?: {
2624
- title: string;
2625
- publication: {
2626
- name: string;
2627
- language: string;
2628
- };
2629
- publicationDate: string | Date;
2630
- } | undefined;
2631
- } | undefined;
2632
- fromCrawl?: boolean | undefined;
2633
- };
2634
- html: string;
2635
- }, ...args: unknown[]) => any) | undefined;
2636
- }) | undefined;
2637
- sitemap?: {
2638
- enabled?: boolean | undefined;
2639
- outputPath?: string | undefined;
2640
- autoSubfolderIndex?: boolean | undefined;
2641
- crawlLinks?: boolean | undefined;
2642
- retryCount?: number | undefined;
2643
- retryDelay?: number | undefined;
2644
- onSuccess?: ((args_0: {
2645
- page: {
2646
- path: string;
2647
- sitemap?: {
2648
- exclude?: boolean | undefined;
2649
- priority?: number | undefined;
2650
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2651
- lastmod?: string | Date | undefined;
2652
- alternateRefs?: {
2653
- href: string;
2654
- hreflang: string;
2655
- }[] | undefined;
2656
- images?: {
2657
- loc: string;
2658
- caption?: string | undefined;
2659
- title?: string | undefined;
2660
- }[] | undefined;
2661
- news?: {
2662
- title: string;
2663
- publication: {
2664
- name: string;
2665
- language: string;
2666
- };
2667
- publicationDate: string | Date;
2668
- } | undefined;
2669
- } | undefined;
2670
- fromCrawl?: boolean | undefined;
2671
- };
2672
- html: string;
2673
- }, ...args: unknown[]) => any) | undefined;
2674
- host?: string | undefined;
2675
- } | undefined;
2676
- spa?: {
2677
- prerender: {
2678
- enabled: boolean;
2679
- outputPath: string;
2680
- autoSubfolderIndex?: boolean | undefined;
2681
- crawlLinks: boolean;
2682
- retryCount: number;
2683
- retryDelay?: number | undefined;
2684
- onSuccess?: ((args_0: {
2685
- page: {
2686
- path: string;
2687
- sitemap?: {
2688
- exclude?: boolean | undefined;
2689
- priority?: number | undefined;
2690
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2691
- lastmod?: string | Date | undefined;
2692
- alternateRefs?: {
2693
- href: string;
2694
- hreflang: string;
2695
- }[] | undefined;
2696
- images?: {
2697
- loc: string;
2698
- caption?: string | undefined;
2699
- title?: string | undefined;
2700
- }[] | undefined;
2701
- news?: {
2702
- title: string;
2703
- publication: {
2704
- name: string;
2705
- language: string;
2706
- };
2707
- publicationDate: string | Date;
2708
- } | undefined;
2709
- } | undefined;
2710
- fromCrawl?: boolean | undefined;
2711
- };
2712
- html: string;
2713
- }, ...args: unknown[]) => any) | undefined;
2714
- };
2715
- enabled: boolean;
2716
- maskPath: string;
2717
- } | undefined;
2718
- }, {
2719
- target?: import('nitropack/presets').PresetNameInput | undefined;
2720
- root?: string | undefined;
2721
- prerender?: ({
2722
- filter?: ((args_0: {
2723
- path: string;
2724
- prerender?: {
2725
- enabled?: boolean | undefined;
2726
- outputPath?: string | undefined;
2727
- autoSubfolderIndex?: boolean | undefined;
2728
- crawlLinks?: boolean | undefined;
2729
- retryCount?: number | undefined;
2730
- retryDelay?: number | undefined;
2731
- onSuccess?: ((args_0: {
2732
- page: {
2733
- path: string;
2734
- sitemap?: {
2735
- exclude?: boolean | undefined;
2736
- priority?: number | undefined;
2737
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2738
- lastmod?: string | Date | undefined;
2739
- alternateRefs?: {
2740
- href: string;
2741
- hreflang: string;
2742
- }[] | undefined;
2743
- images?: {
2744
- loc: string;
2745
- caption?: string | undefined;
2746
- title?: string | undefined;
2747
- }[] | undefined;
2748
- news?: {
2749
- title: string;
2750
- publication: {
2751
- name: string;
2752
- language: string;
2753
- };
2754
- publicationDate: string | Date;
2755
- } | undefined;
2756
- } | undefined;
2757
- fromCrawl?: boolean | undefined;
2758
- };
2759
- html: string;
2760
- }, ...args: unknown[]) => any) | undefined;
2761
- } | undefined;
2762
- sitemap?: {
2763
- exclude?: boolean | undefined;
2764
- priority?: number | undefined;
2765
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2766
- lastmod?: string | Date | undefined;
2767
- alternateRefs?: {
2768
- href: string;
2769
- hreflang: string;
2770
- }[] | undefined;
2771
- images?: {
2772
- loc: string;
2773
- caption?: string | undefined;
2774
- title?: string | undefined;
2775
- }[] | undefined;
2776
- news?: {
2777
- title: string;
2778
- publication: {
2779
- name: string;
2780
- language: string;
2781
- };
2782
- publicationDate: string | Date;
2783
- } | undefined;
2784
- } | undefined;
2785
- fromCrawl?: boolean | undefined;
2786
- }, ...args: unknown[]) => any) | undefined;
2787
- enabled?: boolean | undefined;
2788
- concurrency?: number | undefined;
2789
- failOnError?: boolean | undefined;
2790
- } & {
2791
- enabled?: boolean | undefined;
2792
- outputPath?: string | undefined;
2793
- autoSubfolderIndex?: boolean | undefined;
2794
- crawlLinks?: boolean | undefined;
2795
- retryCount?: number | undefined;
2796
- retryDelay?: number | undefined;
2797
- onSuccess?: ((args_0: {
2798
- page: {
2799
- path: string;
2800
- sitemap?: {
2801
- exclude?: boolean | undefined;
2802
- priority?: number | undefined;
2803
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2804
- lastmod?: string | Date | undefined;
2805
- alternateRefs?: {
2806
- href: string;
2807
- hreflang: string;
2808
- }[] | undefined;
2809
- images?: {
2810
- loc: string;
2811
- caption?: string | undefined;
2812
- title?: string | undefined;
2813
- }[] | undefined;
2814
- news?: {
2815
- title: string;
2816
- publication: {
2817
- name: string;
2818
- language: string;
2819
- };
2820
- publicationDate: string | Date;
2821
- } | undefined;
2822
- } | undefined;
2823
- fromCrawl?: boolean | undefined;
2824
- };
2825
- html: string;
2826
- }, ...args: unknown[]) => any) | undefined;
2827
- }) | undefined;
2828
- tsr?: {
2829
- target?: "react" | "solid" | undefined;
2830
- virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
2831
- routeFilePrefix?: string | undefined;
2832
- routeFileIgnorePrefix?: string | undefined;
2833
- routeFileIgnorePattern?: string | undefined;
2834
- routesDirectory?: string | undefined;
2835
- quoteStyle?: "single" | "double" | undefined;
2836
- semicolons?: boolean | undefined;
2837
- disableLogging?: boolean | undefined;
2838
- routeTreeFileHeader?: string[] | undefined;
2839
- indexToken?: string | undefined;
2840
- routeToken?: string | undefined;
2841
- pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
2842
- generatedRouteTree?: string | undefined;
2843
- disableTypes?: boolean | undefined;
2844
- verboseFileRoutes?: boolean | undefined;
2845
- addExtensions?: boolean | undefined;
2846
- disableManifestGeneration?: boolean | undefined;
2847
- enableRouteTreeFormatting?: boolean | undefined;
2848
- routeTreeFileFooter?: string[] | undefined;
2849
- autoCodeSplitting?: boolean | undefined;
2850
- customScaffolding?: {
2851
- routeTemplate?: string | undefined;
2852
- lazyRouteTemplate?: string | undefined;
2853
- } | undefined;
2854
- experimental?: {
2855
- enableCodeSplitting?: boolean | undefined;
2856
- } | undefined;
2857
- srcDirectory?: string | undefined;
2858
- } | undefined;
2859
- client?: {
2860
- entry?: string | undefined;
2861
- base?: string | undefined;
2862
- } | undefined;
2863
- server?: {
2864
- entry?: string | undefined;
2865
- } | undefined;
2866
- serverFns?: {
2867
- base?: string | undefined;
2868
- } | undefined;
2869
- public?: {
2870
- base?: string | undefined;
2871
- dir?: string | undefined;
2872
- } | undefined;
2873
- sitemap?: {
2874
- enabled?: boolean | undefined;
2875
- outputPath?: string | undefined;
2876
- autoSubfolderIndex?: boolean | undefined;
2877
- crawlLinks?: boolean | undefined;
2878
- retryCount?: number | undefined;
2879
- retryDelay?: number | undefined;
2880
- onSuccess?: ((args_0: {
2881
- page: {
2882
- path: string;
2883
- sitemap?: {
2884
- exclude?: boolean | undefined;
2885
- priority?: number | undefined;
2886
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2887
- lastmod?: string | Date | undefined;
2888
- alternateRefs?: {
2889
- href: string;
2890
- hreflang: string;
2891
- }[] | undefined;
2892
- images?: {
2893
- loc: string;
2894
- caption?: string | undefined;
2895
- title?: string | undefined;
2896
- }[] | undefined;
2897
- news?: {
2898
- title: string;
2899
- publication: {
2900
- name: string;
2901
- language: string;
2902
- };
2903
- publicationDate: string | Date;
2904
- } | undefined;
2905
- } | undefined;
2906
- fromCrawl?: boolean | undefined;
2907
- };
2908
- html: string;
2909
- }, ...args: unknown[]) => any) | undefined;
2910
- host?: string | undefined;
2911
- } | undefined;
2912
- pages?: (string | {
2913
- path: string;
2914
- prerender?: {
2915
- enabled?: boolean | undefined;
2916
- outputPath?: string | undefined;
2917
- autoSubfolderIndex?: boolean | undefined;
2918
- crawlLinks?: boolean | undefined;
2919
- retryCount?: number | undefined;
2920
- retryDelay?: number | undefined;
2921
- onSuccess?: ((args_0: {
2922
- page: {
2923
- path: string;
2924
- sitemap?: {
2925
- exclude?: boolean | undefined;
2926
- priority?: number | undefined;
2927
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2928
- lastmod?: string | Date | undefined;
2929
- alternateRefs?: {
2930
- href: string;
2931
- hreflang: string;
2932
- }[] | undefined;
2933
- images?: {
2934
- loc: string;
2935
- caption?: string | undefined;
2936
- title?: string | undefined;
2937
- }[] | undefined;
2938
- news?: {
2939
- title: string;
2940
- publication: {
2941
- name: string;
2942
- language: string;
2943
- };
2944
- publicationDate: string | Date;
2945
- } | undefined;
2946
- } | undefined;
2947
- fromCrawl?: boolean | undefined;
2948
- };
2949
- html: string;
2950
- }, ...args: unknown[]) => any) | undefined;
2951
- } | undefined;
2952
- sitemap?: {
2953
- exclude?: boolean | undefined;
2954
- priority?: number | undefined;
2955
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2956
- lastmod?: string | Date | undefined;
2957
- alternateRefs?: {
2958
- href: string;
2959
- hreflang: string;
2960
- }[] | undefined;
2961
- images?: {
2962
- loc: string;
2963
- caption?: string | undefined;
2964
- title?: string | undefined;
2965
- }[] | undefined;
2966
- news?: {
2967
- title: string;
2968
- publication: {
2969
- name: string;
2970
- language: string;
2971
- };
2972
- publicationDate: string | Date;
2973
- } | undefined;
2974
- } | undefined;
2975
- fromCrawl?: boolean | undefined;
2976
- })[] | undefined;
2977
- spa?: {
2978
- prerender?: {
2979
- enabled?: boolean | undefined;
2980
- outputPath?: string | undefined;
2981
- autoSubfolderIndex?: boolean | undefined;
2982
- crawlLinks?: boolean | undefined;
2983
- retryCount?: number | undefined;
2984
- retryDelay?: number | undefined;
2985
- onSuccess?: ((args_0: {
2986
- page: {
2987
- path: string;
2988
- sitemap?: {
2989
- exclude?: boolean | undefined;
2990
- priority?: number | undefined;
2991
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
2992
- lastmod?: string | Date | undefined;
2993
- alternateRefs?: {
2994
- href: string;
2995
- hreflang: string;
2996
- }[] | undefined;
2997
- images?: {
2998
- loc: string;
2999
- caption?: string | undefined;
3000
- title?: string | undefined;
3001
- }[] | undefined;
3002
- news?: {
3003
- title: string;
3004
- publication: {
3005
- name: string;
3006
- language: string;
3007
- };
3008
- publicationDate: string | Date;
3009
- } | undefined;
3010
- } | undefined;
3011
- fromCrawl?: boolean | undefined;
3012
- };
3013
- html: string;
3014
- }, ...args: unknown[]) => any) | undefined;
3015
- } | undefined;
3016
- enabled?: boolean | undefined;
3017
- maskPath?: string | undefined;
3018
- } | undefined;
3019
- }>>>;
3020
- export type TanStackStartInputConfig = z.input<typeof TanStackStartOptionsSchema>;
5
+ export type TanStackStartInputConfig = z.input<ReturnType<typeof createTanStackStartOptionsSchema>>;
3021
6
  export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig): {
3022
7
  tsr: {
3023
8
  target: "react" | "solid";
@@ -3067,7 +52,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3067
52
  base: string;
3068
53
  dir: string;
3069
54
  };
3070
- pages: (string | {
55
+ pages: {
3071
56
  path: string;
3072
57
  prerender?: {
3073
58
  enabled?: boolean | undefined;
@@ -3082,7 +67,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3082
67
  sitemap?: {
3083
68
  exclude?: boolean | undefined;
3084
69
  priority?: number | undefined;
3085
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
70
+ changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
3086
71
  lastmod?: string | Date | undefined;
3087
72
  alternateRefs?: {
3088
73
  href: string;
@@ -3110,7 +95,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3110
95
  sitemap?: {
3111
96
  exclude?: boolean | undefined;
3112
97
  priority?: number | undefined;
3113
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
98
+ changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
3114
99
  lastmod?: string | Date | undefined;
3115
100
  alternateRefs?: {
3116
101
  href: string;
@@ -3131,7 +116,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3131
116
  } | undefined;
3132
117
  } | undefined;
3133
118
  fromCrawl?: boolean | undefined;
3134
- })[];
119
+ }[];
3135
120
  target?: import('nitropack/presets').PresetNameInput | undefined;
3136
121
  prerender?: ({
3137
122
  filter?: ((args_0: {
@@ -3149,7 +134,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3149
134
  sitemap?: {
3150
135
  exclude?: boolean | undefined;
3151
136
  priority?: number | undefined;
3152
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
137
+ changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
3153
138
  lastmod?: string | Date | undefined;
3154
139
  alternateRefs?: {
3155
140
  href: string;
@@ -3177,7 +162,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3177
162
  sitemap?: {
3178
163
  exclude?: boolean | undefined;
3179
164
  priority?: number | undefined;
3180
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
165
+ changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
3181
166
  lastmod?: string | Date | undefined;
3182
167
  alternateRefs?: {
3183
168
  href: string;
@@ -3215,7 +200,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3215
200
  sitemap?: {
3216
201
  exclude?: boolean | undefined;
3217
202
  priority?: number | undefined;
3218
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
203
+ changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
3219
204
  lastmod?: string | Date | undefined;
3220
205
  alternateRefs?: {
3221
206
  href: string;
@@ -3241,42 +226,8 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3241
226
  }, ...args: unknown[]) => any) | undefined;
3242
227
  }) | undefined;
3243
228
  sitemap?: {
3244
- enabled?: boolean | undefined;
3245
- outputPath?: string | undefined;
3246
- autoSubfolderIndex?: boolean | undefined;
3247
- crawlLinks?: boolean | undefined;
3248
- retryCount?: number | undefined;
3249
- retryDelay?: number | undefined;
3250
- onSuccess?: ((args_0: {
3251
- page: {
3252
- path: string;
3253
- sitemap?: {
3254
- exclude?: boolean | undefined;
3255
- priority?: number | undefined;
3256
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
3257
- lastmod?: string | Date | undefined;
3258
- alternateRefs?: {
3259
- href: string;
3260
- hreflang: string;
3261
- }[] | undefined;
3262
- images?: {
3263
- loc: string;
3264
- caption?: string | undefined;
3265
- title?: string | undefined;
3266
- }[] | undefined;
3267
- news?: {
3268
- title: string;
3269
- publication: {
3270
- name: string;
3271
- language: string;
3272
- };
3273
- publicationDate: string | Date;
3274
- } | undefined;
3275
- } | undefined;
3276
- fromCrawl?: boolean | undefined;
3277
- };
3278
- html: string;
3279
- }, ...args: unknown[]) => any) | undefined;
229
+ enabled: boolean;
230
+ outputPath: string;
3280
231
  host?: string | undefined;
3281
232
  } | undefined;
3282
233
  spa?: {
@@ -3293,7 +244,7 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3293
244
  sitemap?: {
3294
245
  exclude?: boolean | undefined;
3295
246
  priority?: number | undefined;
3296
- changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
247
+ changefreq?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
3297
248
  lastmod?: string | Date | undefined;
3298
249
  alternateRefs?: {
3299
250
  href: string;
@@ -3323,10 +274,20 @@ export declare function getTanStackStartOptions(opts?: TanStackStartInputConfig)
3323
274
  } | undefined;
3324
275
  };
3325
276
  export type TanStackStartOutputConfig = ReturnType<typeof getTanStackStartOptions>;
3326
- export declare const clientDistDir = ".tanstack-start/build/client-dist";
3327
- export declare const ssrEntryFile = "ssr.mjs";
277
+ declare global {
278
+ var TSS_APP_BASE: string;
279
+ }
3328
280
  export interface TanStackStartVitePluginCoreOptions {
3329
281
  framework: CompileStartFrameworkOptions;
282
+ getVirtualServerRootHandler: (ctx: {
283
+ routerFilepath: string;
284
+ serverEntryFilepath: string;
285
+ }) => string;
286
+ getVirtualServerEntry: (ctx: {
287
+ routerFilepath: string;
288
+ }) => string;
289
+ getVirtualClientEntry: (ctx: {
290
+ routerFilepath: string;
291
+ }) => string;
3330
292
  }
3331
293
  export declare function TanStackStartVitePluginCore(opts: TanStackStartVitePluginCoreOptions, startConfig: TanStackStartOutputConfig): Array<PluginOption>;
3332
- export {};