@tanstack/start-plugin-core 1.167.18 → 1.167.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/config-context.d.ts +26 -0
- package/dist/esm/config-context.js +81 -0
- package/dist/esm/config-context.js.map +1 -0
- package/dist/esm/constants.d.ts +6 -1
- package/dist/esm/constants.js +3 -2
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/import-protection-plugin/extensionlessAbsoluteIdResolver.js +1 -1
- package/dist/esm/import-protection-plugin/plugin.js +1 -1
- package/dist/esm/import-protection-plugin/virtualModules.js +1 -1
- package/dist/esm/index.d.ts +5 -3
- package/dist/esm/index.js +3 -4
- package/dist/esm/planning.d.ts +40 -0
- package/dist/esm/planning.js +107 -0
- package/dist/esm/planning.js.map +1 -0
- package/dist/esm/schema.d.ts +3093 -44
- package/dist/esm/schema.js +5 -5
- package/dist/esm/schema.js.map +1 -1
- package/dist/esm/serialization-adapters-module.d.ts +17 -0
- package/dist/esm/serialization-adapters-module.js +39 -0
- package/dist/esm/serialization-adapters-module.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/compiler.d.ts +2 -3
- package/dist/esm/{start-compiler-plugin → start-compiler}/compiler.js +17 -16
- package/dist/esm/start-compiler/compiler.js.map +1 -0
- package/dist/esm/start-compiler/config.d.ts +4 -0
- package/dist/esm/start-compiler/config.js +54 -0
- package/dist/esm/start-compiler/config.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/handleClientOnlyJSX.js +1 -1
- package/dist/esm/start-compiler/handleClientOnlyJSX.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/handleCreateIsomorphicFn.js +1 -1
- package/dist/esm/start-compiler/handleCreateIsomorphicFn.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/handleCreateMiddleware.js +1 -1
- package/dist/esm/start-compiler/handleCreateMiddleware.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/handleCreateServerFn.js +6 -17
- package/dist/esm/start-compiler/handleCreateServerFn.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/handleEnvOnly.js +1 -1
- package/dist/esm/start-compiler/handleEnvOnly.js.map +1 -0
- package/dist/esm/start-compiler/host.d.ts +20 -0
- package/dist/esm/start-compiler/host.js +38 -0
- package/dist/esm/start-compiler/host.js.map +1 -0
- package/dist/esm/start-compiler/load-module.d.ts +14 -0
- package/dist/esm/start-compiler/load-module.js +18 -0
- package/dist/esm/start-compiler/load-module.js.map +1 -0
- package/dist/esm/start-compiler/server-fn-resolver-module.d.ts +8 -0
- package/dist/esm/start-compiler/server-fn-resolver-module.js +77 -0
- package/dist/esm/start-compiler/server-fn-resolver-module.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/types.d.ts +4 -0
- package/dist/esm/{start-compiler-plugin → start-compiler}/utils.js +1 -1
- package/dist/esm/start-compiler/utils.js.map +1 -0
- package/dist/esm/start-manifest-plugin/manifestBuilder.d.ts +16 -16
- package/dist/esm/start-manifest-plugin/manifestBuilder.js +14 -45
- package/dist/esm/start-manifest-plugin/manifestBuilder.js.map +1 -1
- package/dist/esm/start-router-plugin/route-tree-footer.d.ts +6 -0
- package/dist/esm/start-router-plugin/route-tree-footer.js +44 -0
- package/dist/esm/start-router-plugin/route-tree-footer.js.map +1 -0
- package/dist/esm/types.d.ts +44 -10
- package/dist/esm/{dev-server-plugin → vite/dev-server-plugin}/dev-styles.js +1 -1
- package/dist/esm/vite/dev-server-plugin/dev-styles.js.map +1 -0
- package/dist/esm/{dev-server-plugin → vite/dev-server-plugin}/extract-html-scripts.js +1 -1
- package/dist/esm/vite/dev-server-plugin/extract-html-scripts.js.map +1 -0
- package/dist/esm/vite/dev-server-plugin/plugin.d.ts +7 -0
- package/dist/esm/{dev-server-plugin → vite/dev-server-plugin}/plugin.js +5 -6
- package/dist/esm/vite/dev-server-plugin/plugin.js.map +1 -0
- package/dist/esm/{load-env-plugin → vite/load-env-plugin}/plugin.js +1 -1
- package/dist/esm/vite/load-env-plugin/plugin.js.map +1 -0
- package/dist/esm/{output-directory.js → vite/output-directory.js} +2 -2
- package/dist/esm/vite/output-directory.js.map +1 -0
- package/dist/esm/vite/planning.d.ts +105 -0
- package/dist/esm/vite/planning.js +116 -0
- package/dist/esm/vite/planning.js.map +1 -0
- package/dist/esm/vite/plugin.d.ts +4 -0
- package/dist/esm/vite/plugin.js +169 -0
- package/dist/esm/vite/plugin.js.map +1 -0
- package/dist/esm/vite/plugins.d.ts +17 -0
- package/dist/esm/vite/plugins.js +50 -0
- package/dist/esm/vite/plugins.js.map +1 -0
- package/dist/esm/{post-server-build.d.ts → vite/post-server-build.d.ts} +1 -1
- package/dist/esm/{post-server-build.js → vite/post-server-build.js} +4 -4
- package/dist/esm/vite/post-server-build.js.map +1 -0
- package/dist/esm/{prerender.d.ts → vite/prerender.d.ts} +1 -1
- package/dist/esm/{prerender.js → vite/prerender.js} +5 -10
- package/dist/esm/vite/prerender.js.map +1 -0
- package/dist/esm/{preview-server-plugin → vite/preview-server-plugin}/plugin.js +4 -4
- package/dist/esm/vite/preview-server-plugin/plugin.js.map +1 -0
- package/dist/esm/vite/schema.d.ts +3373 -0
- package/dist/esm/vite/schema.js +12 -0
- package/dist/esm/vite/schema.js.map +1 -0
- package/dist/esm/vite/serialization-adapters-plugin.d.ts +5 -0
- package/dist/esm/vite/serialization-adapters-plugin.js +42 -0
- package/dist/esm/vite/serialization-adapters-plugin.js.map +1 -0
- package/dist/esm/vite/start-compiler-plugin/module-specifier.d.ts +3 -0
- package/dist/esm/vite/start-compiler-plugin/module-specifier.js +19 -0
- package/dist/esm/vite/start-compiler-plugin/module-specifier.js.map +1 -0
- package/dist/esm/{start-compiler-plugin → vite/start-compiler-plugin}/plugin.d.ts +4 -3
- package/dist/esm/vite/start-compiler-plugin/plugin.js +202 -0
- package/dist/esm/vite/start-compiler-plugin/plugin.js.map +1 -0
- package/dist/esm/vite/start-manifest-plugin/normalized-client-build.d.ts +6 -0
- package/dist/esm/vite/start-manifest-plugin/normalized-client-build.js +81 -0
- package/dist/esm/vite/start-manifest-plugin/normalized-client-build.js.map +1 -0
- package/dist/esm/vite/start-manifest-plugin/plugin.d.ts +6 -0
- package/dist/esm/{start-manifest-plugin → vite/start-manifest-plugin}/plugin.js +14 -9
- package/dist/esm/vite/start-manifest-plugin/plugin.js.map +1 -0
- package/dist/esm/{start-router-plugin → vite/start-router-plugin}/plugin.d.ts +3 -2
- package/dist/esm/{start-router-plugin → vite/start-router-plugin}/plugin.js +14 -37
- package/dist/esm/vite/start-router-plugin/plugin.js.map +1 -0
- package/dist/esm/vite/types.d.ts +15 -0
- package/package.json +36 -25
- package/src/config-context.ts +138 -0
- package/src/constants.ts +7 -3
- package/src/index.ts +5 -5
- package/src/planning.ts +151 -0
- package/src/schema.ts +93 -93
- package/src/serialization-adapters-module.ts +82 -0
- package/src/{start-compiler-plugin → start-compiler}/compiler.ts +67 -61
- package/src/start-compiler/config.ts +73 -0
- package/src/{start-compiler-plugin → start-compiler}/handleCreateServerFn.ts +14 -41
- package/src/start-compiler/host.ts +80 -0
- package/src/start-compiler/load-module.ts +31 -0
- package/src/start-compiler/server-fn-resolver-module.ts +129 -0
- package/src/{start-compiler-plugin → start-compiler}/types.ts +5 -0
- package/src/start-manifest-plugin/manifestBuilder.ts +65 -107
- package/src/start-router-plugin/route-tree-footer.ts +99 -0
- package/src/types.ts +53 -10
- package/src/{dev-server-plugin → vite/dev-server-plugin}/plugin.ts +7 -6
- package/src/{output-directory.ts → vite/output-directory.ts} +2 -2
- package/src/vite/planning.ts +234 -0
- package/src/vite/plugin.ts +276 -0
- package/src/vite/plugins.ts +81 -0
- package/src/{post-server-build.ts → vite/post-server-build.ts} +4 -6
- package/src/{prerender.ts → vite/prerender.ts} +21 -46
- package/src/{preview-server-plugin → vite/preview-server-plugin}/plugin.ts +2 -2
- package/src/vite/schema.ts +30 -0
- package/src/vite/serialization-adapters-plugin.ts +69 -0
- package/src/vite/start-compiler-plugin/module-specifier.ts +31 -0
- package/src/vite/start-compiler-plugin/plugin.ts +345 -0
- package/src/vite/start-manifest-plugin/normalized-client-build.ts +131 -0
- package/src/{start-manifest-plugin → vite/start-manifest-plugin}/plugin.ts +21 -13
- package/src/{start-router-plugin → vite/start-router-plugin}/plugin.ts +14 -80
- package/src/vite/types.ts +18 -0
- package/LICENSE +0 -21
- package/dist/esm/dev-server-plugin/dev-styles.js.map +0 -1
- package/dist/esm/dev-server-plugin/extract-html-scripts.js.map +0 -1
- package/dist/esm/dev-server-plugin/plugin.d.ts +0 -6
- package/dist/esm/dev-server-plugin/plugin.js.map +0 -1
- package/dist/esm/load-env-plugin/plugin.js.map +0 -1
- package/dist/esm/output-directory.js.map +0 -1
- package/dist/esm/plugin.d.ts +0 -4
- package/dist/esm/plugin.js +0 -301
- package/dist/esm/plugin.js.map +0 -1
- package/dist/esm/post-server-build.js.map +0 -1
- package/dist/esm/prerender.js.map +0 -1
- package/dist/esm/preview-server-plugin/plugin.js.map +0 -1
- package/dist/esm/start-compiler-plugin/compiler.js.map +0 -1
- package/dist/esm/start-compiler-plugin/handleClientOnlyJSX.js.map +0 -1
- package/dist/esm/start-compiler-plugin/handleCreateIsomorphicFn.js.map +0 -1
- package/dist/esm/start-compiler-plugin/handleCreateMiddleware.js.map +0 -1
- package/dist/esm/start-compiler-plugin/handleCreateServerFn.js.map +0 -1
- package/dist/esm/start-compiler-plugin/handleEnvOnly.js.map +0 -1
- package/dist/esm/start-compiler-plugin/plugin.js +0 -297
- package/dist/esm/start-compiler-plugin/plugin.js.map +0 -1
- package/dist/esm/start-compiler-plugin/utils.js.map +0 -1
- package/dist/esm/start-manifest-plugin/plugin.d.ts +0 -6
- package/dist/esm/start-manifest-plugin/plugin.js.map +0 -1
- package/dist/esm/start-router-plugin/plugin.js.map +0 -1
- package/src/plugin.ts +0 -471
- package/src/start-compiler-plugin/plugin.ts +0 -478
- /package/dist/esm/{start-compiler-plugin → start-compiler}/handleClientOnlyJSX.d.ts +0 -0
- /package/dist/esm/{start-compiler-plugin → start-compiler}/handleCreateIsomorphicFn.d.ts +0 -0
- /package/dist/esm/{start-compiler-plugin → start-compiler}/handleCreateMiddleware.d.ts +0 -0
- /package/dist/esm/{start-compiler-plugin → start-compiler}/handleCreateServerFn.d.ts +0 -0
- /package/dist/esm/{start-compiler-plugin → start-compiler}/handleEnvOnly.d.ts +0 -0
- /package/dist/esm/{start-compiler-plugin → start-compiler}/utils.d.ts +0 -0
- /package/dist/esm/{dev-server-plugin → vite/dev-server-plugin}/dev-styles.d.ts +0 -0
- /package/dist/esm/{dev-server-plugin → vite/dev-server-plugin}/extract-html-scripts.d.ts +0 -0
- /package/dist/esm/{load-env-plugin → vite/load-env-plugin}/plugin.d.ts +0 -0
- /package/dist/esm/{output-directory.d.ts → vite/output-directory.d.ts} +0 -0
- /package/dist/esm/{preview-server-plugin → vite/preview-server-plugin}/plugin.d.ts +0 -0
- /package/src/{start-compiler-plugin → start-compiler}/handleClientOnlyJSX.ts +0 -0
- /package/src/{start-compiler-plugin → start-compiler}/handleCreateIsomorphicFn.ts +0 -0
- /package/src/{start-compiler-plugin → start-compiler}/handleCreateMiddleware.ts +0 -0
- /package/src/{start-compiler-plugin → start-compiler}/handleEnvOnly.ts +0 -0
- /package/src/{start-compiler-plugin → start-compiler}/utils.ts +0 -0
- /package/src/{dev-server-plugin → vite/dev-server-plugin}/dev-styles.ts +0 -0
- /package/src/{dev-server-plugin → vite/dev-server-plugin}/extract-html-scripts.ts +0 -0
- /package/src/{load-env-plugin → vite/load-env-plugin}/plugin.ts +0 -0
package/dist/esm/schema.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import {
|
|
2
|
+
import { CompileStartFrameworkOptions } from './types.js';
|
|
3
3
|
declare const importProtectionBehaviorSchema: z.ZodEnum<["error", "mock"]>;
|
|
4
4
|
declare const importProtectionEnvRulesSchema: z.ZodObject<{
|
|
5
5
|
specifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
@@ -114,9 +114,11 @@ declare const importProtectionOptionsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
114
114
|
maxTraceDepth?: number | undefined;
|
|
115
115
|
log?: "always" | "once" | undefined;
|
|
116
116
|
}>>;
|
|
117
|
-
export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptionsSchema>, corePluginOpts:
|
|
117
|
+
export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptionsSchema>, corePluginOpts: {
|
|
118
|
+
framework: CompileStartFrameworkOptions;
|
|
119
|
+
}, root: string): {
|
|
118
120
|
router: {
|
|
119
|
-
target:
|
|
121
|
+
target: CompileStartFrameworkOptions;
|
|
120
122
|
routeFileIgnorePrefix: string;
|
|
121
123
|
routesDirectory: string;
|
|
122
124
|
quoteStyle: "single" | "double";
|
|
@@ -140,6 +142,9 @@ export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptio
|
|
|
140
142
|
enableRouteGeneration?: boolean | undefined;
|
|
141
143
|
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
142
144
|
plugin?: {
|
|
145
|
+
hmr?: {
|
|
146
|
+
hotExpression?: string | undefined;
|
|
147
|
+
} | undefined;
|
|
143
148
|
vite?: {
|
|
144
149
|
environmentName?: string | undefined;
|
|
145
150
|
} | undefined;
|
|
@@ -162,10 +167,6 @@ export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptio
|
|
|
162
167
|
entry?: string | undefined;
|
|
163
168
|
basepath?: string | undefined;
|
|
164
169
|
};
|
|
165
|
-
srcDirectory: string;
|
|
166
|
-
start: {
|
|
167
|
-
entry?: string | undefined;
|
|
168
|
-
};
|
|
169
170
|
client: {
|
|
170
171
|
base: string;
|
|
171
172
|
entry?: string | undefined;
|
|
@@ -176,6 +177,10 @@ export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptio
|
|
|
176
177
|
};
|
|
177
178
|
entry?: string | undefined;
|
|
178
179
|
};
|
|
180
|
+
srcDirectory: string;
|
|
181
|
+
start: {
|
|
182
|
+
entry?: string | undefined;
|
|
183
|
+
};
|
|
179
184
|
serverFns: {
|
|
180
185
|
base: string;
|
|
181
186
|
generateFunctionId?: ((args_0: {
|
|
@@ -414,9 +419,6 @@ export declare function parseStartConfig(opts: z.input<typeof tanstackStartOptio
|
|
|
414
419
|
};
|
|
415
420
|
maskPath: string;
|
|
416
421
|
} | undefined;
|
|
417
|
-
vite?: {
|
|
418
|
-
installDevServerMiddleware?: boolean | undefined;
|
|
419
|
-
} | undefined;
|
|
420
422
|
importProtection?: {
|
|
421
423
|
client?: {
|
|
422
424
|
specifiers?: (string | RegExp)[] | undefined;
|
|
@@ -981,7 +983,7 @@ declare const pageSchema: z.ZodObject<{
|
|
|
981
983
|
headers?: Record<string, string> | undefined;
|
|
982
984
|
} | undefined;
|
|
983
985
|
}>;
|
|
984
|
-
declare const
|
|
986
|
+
export declare const tanstackStartOptionsObjectSchema: z.ZodObject<{
|
|
985
987
|
srcDirectory: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
986
988
|
start: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
987
989
|
entry: z.ZodOptional<z.ZodString>;
|
|
@@ -1058,6 +1060,13 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
1058
1060
|
enableRouteGeneration: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
1059
1061
|
codeSplittingOptions: z.ZodOptional<z.ZodOptional<z.ZodType<import('@tanstack/router-plugin').CodeSplittingOptions, z.ZodTypeDef, import('@tanstack/router-plugin').CodeSplittingOptions>>>;
|
|
1060
1062
|
plugin: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1063
|
+
hmr: z.ZodOptional<z.ZodObject<{
|
|
1064
|
+
hotExpression: z.ZodOptional<z.ZodString>;
|
|
1065
|
+
}, "strip", z.ZodTypeAny, {
|
|
1066
|
+
hotExpression?: string | undefined;
|
|
1067
|
+
}, {
|
|
1068
|
+
hotExpression?: string | undefined;
|
|
1069
|
+
}>>;
|
|
1061
1070
|
vite: z.ZodOptional<z.ZodObject<{
|
|
1062
1071
|
environmentName: z.ZodOptional<z.ZodString>;
|
|
1063
1072
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1066,10 +1075,16 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
1066
1075
|
environmentName?: string | undefined;
|
|
1067
1076
|
}>>;
|
|
1068
1077
|
}, "strip", z.ZodTypeAny, {
|
|
1078
|
+
hmr?: {
|
|
1079
|
+
hotExpression?: string | undefined;
|
|
1080
|
+
} | undefined;
|
|
1069
1081
|
vite?: {
|
|
1070
1082
|
environmentName?: string | undefined;
|
|
1071
1083
|
} | undefined;
|
|
1072
1084
|
}, {
|
|
1085
|
+
hmr?: {
|
|
1086
|
+
hotExpression?: string | undefined;
|
|
1087
|
+
} | undefined;
|
|
1073
1088
|
vite?: {
|
|
1074
1089
|
environmentName?: string | undefined;
|
|
1075
1090
|
} | undefined;
|
|
@@ -1111,6 +1126,9 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
1111
1126
|
enableRouteGeneration?: boolean | undefined;
|
|
1112
1127
|
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
1113
1128
|
plugin?: {
|
|
1129
|
+
hmr?: {
|
|
1130
|
+
hotExpression?: string | undefined;
|
|
1131
|
+
} | undefined;
|
|
1114
1132
|
vite?: {
|
|
1115
1133
|
environmentName?: string | undefined;
|
|
1116
1134
|
} | undefined;
|
|
@@ -1152,6 +1170,9 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
1152
1170
|
enableRouteGeneration?: boolean | undefined;
|
|
1153
1171
|
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
1154
1172
|
plugin?: {
|
|
1173
|
+
hmr?: {
|
|
1174
|
+
hotExpression?: string | undefined;
|
|
1175
|
+
} | undefined;
|
|
1155
1176
|
vite?: {
|
|
1156
1177
|
environmentName?: string | undefined;
|
|
1157
1178
|
} | undefined;
|
|
@@ -3245,13 +3266,6 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3245
3266
|
} | undefined;
|
|
3246
3267
|
maskPath?: string | undefined;
|
|
3247
3268
|
}>>;
|
|
3248
|
-
vite: z.ZodOptional<z.ZodObject<{
|
|
3249
|
-
installDevServerMiddleware: z.ZodOptional<z.ZodBoolean>;
|
|
3250
|
-
}, "strip", z.ZodTypeAny, {
|
|
3251
|
-
installDevServerMiddleware?: boolean | undefined;
|
|
3252
|
-
}, {
|
|
3253
|
-
installDevServerMiddleware?: boolean | undefined;
|
|
3254
|
-
}>>;
|
|
3255
3269
|
importProtection: z.ZodOptional<z.ZodObject<{
|
|
3256
3270
|
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
3257
3271
|
behavior: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "mock"]>, z.ZodObject<{
|
|
@@ -3353,6 +3367,16 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3353
3367
|
log?: "always" | "once" | undefined;
|
|
3354
3368
|
}>>;
|
|
3355
3369
|
}, "strip", z.ZodTypeAny, {
|
|
3370
|
+
client: {
|
|
3371
|
+
base: string;
|
|
3372
|
+
entry?: string | undefined;
|
|
3373
|
+
};
|
|
3374
|
+
server: {
|
|
3375
|
+
build: {
|
|
3376
|
+
staticNodeEnv: boolean;
|
|
3377
|
+
};
|
|
3378
|
+
entry?: string | undefined;
|
|
3379
|
+
};
|
|
3356
3380
|
srcDirectory: string;
|
|
3357
3381
|
start: {
|
|
3358
3382
|
entry?: string | undefined;
|
|
@@ -3397,21 +3421,14 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3397
3421
|
enableRouteGeneration?: boolean | undefined;
|
|
3398
3422
|
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
3399
3423
|
plugin?: {
|
|
3424
|
+
hmr?: {
|
|
3425
|
+
hotExpression?: string | undefined;
|
|
3426
|
+
} | undefined;
|
|
3400
3427
|
vite?: {
|
|
3401
3428
|
environmentName?: string | undefined;
|
|
3402
3429
|
} | undefined;
|
|
3403
3430
|
} | undefined;
|
|
3404
3431
|
};
|
|
3405
|
-
client: {
|
|
3406
|
-
base: string;
|
|
3407
|
-
entry?: string | undefined;
|
|
3408
|
-
};
|
|
3409
|
-
server: {
|
|
3410
|
-
build: {
|
|
3411
|
-
staticNodeEnv: boolean;
|
|
3412
|
-
};
|
|
3413
|
-
entry?: string | undefined;
|
|
3414
|
-
};
|
|
3415
3432
|
serverFns: {
|
|
3416
3433
|
base: string;
|
|
3417
3434
|
generateFunctionId?: ((args_0: {
|
|
@@ -3650,9 +3667,6 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3650
3667
|
};
|
|
3651
3668
|
maskPath: string;
|
|
3652
3669
|
} | undefined;
|
|
3653
|
-
vite?: {
|
|
3654
|
-
installDevServerMiddleware?: boolean | undefined;
|
|
3655
|
-
} | undefined;
|
|
3656
3670
|
importProtection?: {
|
|
3657
3671
|
client?: {
|
|
3658
3672
|
specifiers?: (string | RegExp)[] | undefined;
|
|
@@ -3678,6 +3692,16 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3678
3692
|
log?: "always" | "once" | undefined;
|
|
3679
3693
|
} | undefined;
|
|
3680
3694
|
}, {
|
|
3695
|
+
client?: {
|
|
3696
|
+
entry?: string | undefined;
|
|
3697
|
+
base?: string | undefined;
|
|
3698
|
+
} | undefined;
|
|
3699
|
+
server?: {
|
|
3700
|
+
entry?: string | undefined;
|
|
3701
|
+
build?: {
|
|
3702
|
+
staticNodeEnv?: boolean | undefined;
|
|
3703
|
+
} | undefined;
|
|
3704
|
+
} | undefined;
|
|
3681
3705
|
srcDirectory?: string | undefined;
|
|
3682
3706
|
start?: {
|
|
3683
3707
|
entry?: string | undefined;
|
|
@@ -3722,21 +3746,14 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3722
3746
|
enableRouteGeneration?: boolean | undefined;
|
|
3723
3747
|
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
3724
3748
|
plugin?: {
|
|
3749
|
+
hmr?: {
|
|
3750
|
+
hotExpression?: string | undefined;
|
|
3751
|
+
} | undefined;
|
|
3725
3752
|
vite?: {
|
|
3726
3753
|
environmentName?: string | undefined;
|
|
3727
3754
|
} | undefined;
|
|
3728
3755
|
} | undefined;
|
|
3729
3756
|
}) | undefined;
|
|
3730
|
-
client?: {
|
|
3731
|
-
entry?: string | undefined;
|
|
3732
|
-
base?: string | undefined;
|
|
3733
|
-
} | undefined;
|
|
3734
|
-
server?: {
|
|
3735
|
-
entry?: string | undefined;
|
|
3736
|
-
build?: {
|
|
3737
|
-
staticNodeEnv?: boolean | undefined;
|
|
3738
|
-
} | undefined;
|
|
3739
|
-
} | undefined;
|
|
3740
3757
|
serverFns?: {
|
|
3741
3758
|
base?: string | undefined;
|
|
3742
3759
|
generateFunctionId?: ((args_0: {
|
|
@@ -3975,8 +3992,3039 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
3975
3992
|
} | undefined;
|
|
3976
3993
|
maskPath?: string | undefined;
|
|
3977
3994
|
} | undefined;
|
|
3978
|
-
|
|
3979
|
-
|
|
3995
|
+
importProtection?: {
|
|
3996
|
+
client?: {
|
|
3997
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
3998
|
+
files?: (string | RegExp)[] | undefined;
|
|
3999
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
4000
|
+
} | undefined;
|
|
4001
|
+
server?: {
|
|
4002
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
4003
|
+
files?: (string | RegExp)[] | undefined;
|
|
4004
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
4005
|
+
} | undefined;
|
|
4006
|
+
exclude?: (string | RegExp)[] | undefined;
|
|
4007
|
+
enabled?: boolean | undefined;
|
|
4008
|
+
behavior?: "error" | "mock" | {
|
|
4009
|
+
build?: "error" | "mock" | undefined;
|
|
4010
|
+
dev?: "error" | "mock" | undefined;
|
|
4011
|
+
} | undefined;
|
|
4012
|
+
mockAccess?: "error" | "warn" | "off" | undefined;
|
|
4013
|
+
onViolation?: ((args_0: any, ...args: unknown[]) => boolean | void | Promise<boolean | void>) | undefined;
|
|
4014
|
+
include?: (string | RegExp)[] | undefined;
|
|
4015
|
+
ignoreImporters?: (string | RegExp)[] | undefined;
|
|
4016
|
+
maxTraceDepth?: number | undefined;
|
|
4017
|
+
log?: "always" | "once" | undefined;
|
|
4018
|
+
} | undefined;
|
|
4019
|
+
}>;
|
|
4020
|
+
export declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4021
|
+
srcDirectory: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4022
|
+
start: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4023
|
+
entry: z.ZodOptional<z.ZodString>;
|
|
4024
|
+
}, "strip", z.ZodTypeAny, {
|
|
4025
|
+
entry?: string | undefined;
|
|
4026
|
+
}, {
|
|
4027
|
+
entry?: string | undefined;
|
|
4028
|
+
}>>>;
|
|
4029
|
+
router: z.ZodDefault<z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
4030
|
+
entry: z.ZodOptional<z.ZodString>;
|
|
4031
|
+
basepath: z.ZodOptional<z.ZodString>;
|
|
4032
|
+
}, "strip", z.ZodTypeAny, {
|
|
4033
|
+
entry?: string | undefined;
|
|
4034
|
+
basepath?: string | undefined;
|
|
4035
|
+
}, {
|
|
4036
|
+
entry?: string | undefined;
|
|
4037
|
+
basepath?: string | undefined;
|
|
4038
|
+
}>, z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4039
|
+
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]>>>;
|
|
4040
|
+
routeFilePrefix: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4041
|
+
routeFileIgnorePrefix: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
4042
|
+
routeFileIgnorePattern: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
4043
|
+
routesDirectory: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
4044
|
+
quoteStyle: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodEnum<["single", "double"]>>>>;
|
|
4045
|
+
semicolons: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
4046
|
+
disableLogging: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
4047
|
+
routeTreeFileHeader: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>>;
|
|
4048
|
+
indexToken: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodObject<{
|
|
4049
|
+
regex: z.ZodString;
|
|
4050
|
+
flags: z.ZodOptional<z.ZodString>;
|
|
4051
|
+
}, "strip", z.ZodTypeAny, {
|
|
4052
|
+
regex: string;
|
|
4053
|
+
flags?: string | undefined;
|
|
4054
|
+
}, {
|
|
4055
|
+
regex: string;
|
|
4056
|
+
flags?: string | undefined;
|
|
4057
|
+
}>]>>>>;
|
|
4058
|
+
routeToken: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>, z.ZodObject<{
|
|
4059
|
+
regex: z.ZodString;
|
|
4060
|
+
flags: z.ZodOptional<z.ZodString>;
|
|
4061
|
+
}, "strip", z.ZodTypeAny, {
|
|
4062
|
+
regex: string;
|
|
4063
|
+
flags?: string | undefined;
|
|
4064
|
+
}, {
|
|
4065
|
+
regex: string;
|
|
4066
|
+
flags?: string | undefined;
|
|
4067
|
+
}>]>>>>;
|
|
4068
|
+
pathParamsAllowedCharacters: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<[";", ":", "@", "&", "=", "+", "$", ","]>, "many">>>;
|
|
4069
|
+
generatedRouteTree: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
4070
|
+
disableTypes: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
4071
|
+
addExtensions: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString]>>>, string | boolean, string | boolean | undefined>>;
|
|
4072
|
+
enableRouteTreeFormatting: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
4073
|
+
routeTreeFileFooter: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>, z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodArray<z.ZodString, "many">>]>>>;
|
|
4074
|
+
customScaffolding: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4075
|
+
routeTemplate: z.ZodOptional<z.ZodString>;
|
|
4076
|
+
lazyRouteTemplate: z.ZodOptional<z.ZodString>;
|
|
4077
|
+
}, "strip", z.ZodTypeAny, {
|
|
4078
|
+
routeTemplate?: string | undefined;
|
|
4079
|
+
lazyRouteTemplate?: string | undefined;
|
|
4080
|
+
}, {
|
|
4081
|
+
routeTemplate?: string | undefined;
|
|
4082
|
+
lazyRouteTemplate?: string | undefined;
|
|
4083
|
+
}>>>;
|
|
4084
|
+
experimental: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4085
|
+
enableCodeSplitting: z.ZodOptional<z.ZodBoolean>;
|
|
4086
|
+
}, "strip", z.ZodTypeAny, {
|
|
4087
|
+
enableCodeSplitting?: boolean | undefined;
|
|
4088
|
+
}, {
|
|
4089
|
+
enableCodeSplitting?: boolean | undefined;
|
|
4090
|
+
}>>>;
|
|
4091
|
+
plugins: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodType<import('@tanstack/router-generator').GeneratorPlugin, z.ZodTypeDef, import('@tanstack/router-generator').GeneratorPlugin>, "many">>>;
|
|
4092
|
+
tmpDir: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
4093
|
+
importRoutesUsingAbsolutePaths: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodBoolean>>>;
|
|
4094
|
+
enableRouteGeneration: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
|
|
4095
|
+
codeSplittingOptions: z.ZodOptional<z.ZodOptional<z.ZodType<import('@tanstack/router-plugin').CodeSplittingOptions, z.ZodTypeDef, import('@tanstack/router-plugin').CodeSplittingOptions>>>;
|
|
4096
|
+
plugin: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
4097
|
+
hmr: z.ZodOptional<z.ZodObject<{
|
|
4098
|
+
hotExpression: z.ZodOptional<z.ZodString>;
|
|
4099
|
+
}, "strip", z.ZodTypeAny, {
|
|
4100
|
+
hotExpression?: string | undefined;
|
|
4101
|
+
}, {
|
|
4102
|
+
hotExpression?: string | undefined;
|
|
4103
|
+
}>>;
|
|
4104
|
+
vite: z.ZodOptional<z.ZodObject<{
|
|
4105
|
+
environmentName: z.ZodOptional<z.ZodString>;
|
|
4106
|
+
}, "strip", z.ZodTypeAny, {
|
|
4107
|
+
environmentName?: string | undefined;
|
|
4108
|
+
}, {
|
|
4109
|
+
environmentName?: string | undefined;
|
|
4110
|
+
}>>;
|
|
4111
|
+
}, "strip", z.ZodTypeAny, {
|
|
4112
|
+
hmr?: {
|
|
4113
|
+
hotExpression?: string | undefined;
|
|
4114
|
+
} | undefined;
|
|
4115
|
+
vite?: {
|
|
4116
|
+
environmentName?: string | undefined;
|
|
4117
|
+
} | undefined;
|
|
4118
|
+
}, {
|
|
4119
|
+
hmr?: {
|
|
4120
|
+
hotExpression?: string | undefined;
|
|
4121
|
+
} | undefined;
|
|
4122
|
+
vite?: {
|
|
4123
|
+
environmentName?: string | undefined;
|
|
4124
|
+
} | undefined;
|
|
4125
|
+
}>>>;
|
|
4126
|
+
}, "strip", z.ZodTypeAny, {
|
|
4127
|
+
virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
|
|
4128
|
+
routeFilePrefix?: string | undefined;
|
|
4129
|
+
routeFileIgnorePrefix?: string | undefined;
|
|
4130
|
+
routeFileIgnorePattern?: string | undefined;
|
|
4131
|
+
routesDirectory?: string | undefined;
|
|
4132
|
+
quoteStyle?: "single" | "double" | undefined;
|
|
4133
|
+
semicolons?: boolean | undefined;
|
|
4134
|
+
disableLogging?: boolean | undefined;
|
|
4135
|
+
routeTreeFileHeader?: string[] | undefined;
|
|
4136
|
+
indexToken?: string | RegExp | {
|
|
4137
|
+
regex: string;
|
|
4138
|
+
flags?: string | undefined;
|
|
4139
|
+
} | undefined;
|
|
4140
|
+
routeToken?: string | RegExp | {
|
|
4141
|
+
regex: string;
|
|
4142
|
+
flags?: string | undefined;
|
|
4143
|
+
} | undefined;
|
|
4144
|
+
pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
|
|
4145
|
+
generatedRouteTree?: string | undefined;
|
|
4146
|
+
disableTypes?: boolean | undefined;
|
|
4147
|
+
addExtensions?: string | boolean | undefined;
|
|
4148
|
+
enableRouteTreeFormatting?: boolean | undefined;
|
|
4149
|
+
routeTreeFileFooter?: string[] | ((...args: unknown[]) => string[]) | undefined;
|
|
4150
|
+
customScaffolding?: {
|
|
4151
|
+
routeTemplate?: string | undefined;
|
|
4152
|
+
lazyRouteTemplate?: string | undefined;
|
|
4153
|
+
} | undefined;
|
|
4154
|
+
experimental?: {
|
|
4155
|
+
enableCodeSplitting?: boolean | undefined;
|
|
4156
|
+
} | undefined;
|
|
4157
|
+
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
4158
|
+
tmpDir?: string | undefined;
|
|
4159
|
+
importRoutesUsingAbsolutePaths?: boolean | undefined;
|
|
4160
|
+
enableRouteGeneration?: boolean | undefined;
|
|
4161
|
+
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
4162
|
+
plugin?: {
|
|
4163
|
+
hmr?: {
|
|
4164
|
+
hotExpression?: string | undefined;
|
|
4165
|
+
} | undefined;
|
|
4166
|
+
vite?: {
|
|
4167
|
+
environmentName?: string | undefined;
|
|
4168
|
+
} | undefined;
|
|
4169
|
+
} | undefined;
|
|
4170
|
+
}, {
|
|
4171
|
+
virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
|
|
4172
|
+
routeFilePrefix?: string | undefined;
|
|
4173
|
+
routeFileIgnorePrefix?: string | undefined;
|
|
4174
|
+
routeFileIgnorePattern?: string | undefined;
|
|
4175
|
+
routesDirectory?: string | undefined;
|
|
4176
|
+
quoteStyle?: "single" | "double" | undefined;
|
|
4177
|
+
semicolons?: boolean | undefined;
|
|
4178
|
+
disableLogging?: boolean | undefined;
|
|
4179
|
+
routeTreeFileHeader?: string[] | undefined;
|
|
4180
|
+
indexToken?: string | RegExp | {
|
|
4181
|
+
regex: string;
|
|
4182
|
+
flags?: string | undefined;
|
|
4183
|
+
} | undefined;
|
|
4184
|
+
routeToken?: string | RegExp | {
|
|
4185
|
+
regex: string;
|
|
4186
|
+
flags?: string | undefined;
|
|
4187
|
+
} | undefined;
|
|
4188
|
+
pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
|
|
4189
|
+
generatedRouteTree?: string | undefined;
|
|
4190
|
+
disableTypes?: boolean | undefined;
|
|
4191
|
+
addExtensions?: string | boolean | undefined;
|
|
4192
|
+
enableRouteTreeFormatting?: boolean | undefined;
|
|
4193
|
+
routeTreeFileFooter?: string[] | ((...args: unknown[]) => string[]) | undefined;
|
|
4194
|
+
customScaffolding?: {
|
|
4195
|
+
routeTemplate?: string | undefined;
|
|
4196
|
+
lazyRouteTemplate?: string | undefined;
|
|
4197
|
+
} | undefined;
|
|
4198
|
+
experimental?: {
|
|
4199
|
+
enableCodeSplitting?: boolean | undefined;
|
|
4200
|
+
} | undefined;
|
|
4201
|
+
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
4202
|
+
tmpDir?: string | undefined;
|
|
4203
|
+
importRoutesUsingAbsolutePaths?: boolean | undefined;
|
|
4204
|
+
enableRouteGeneration?: boolean | undefined;
|
|
4205
|
+
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
4206
|
+
plugin?: {
|
|
4207
|
+
hmr?: {
|
|
4208
|
+
hotExpression?: string | undefined;
|
|
4209
|
+
} | undefined;
|
|
4210
|
+
vite?: {
|
|
4211
|
+
environmentName?: string | undefined;
|
|
4212
|
+
} | undefined;
|
|
4213
|
+
} | undefined;
|
|
4214
|
+
}>>>>>>;
|
|
4215
|
+
client: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4216
|
+
entry: z.ZodOptional<z.ZodString>;
|
|
4217
|
+
base: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4218
|
+
}, "strip", z.ZodTypeAny, {
|
|
4219
|
+
base: string;
|
|
4220
|
+
entry?: string | undefined;
|
|
4221
|
+
}, {
|
|
4222
|
+
entry?: string | undefined;
|
|
4223
|
+
base?: string | undefined;
|
|
4224
|
+
}>>>;
|
|
4225
|
+
server: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4226
|
+
entry: z.ZodOptional<z.ZodString>;
|
|
4227
|
+
build: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4228
|
+
staticNodeEnv: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4229
|
+
}, "strip", z.ZodTypeAny, {
|
|
4230
|
+
staticNodeEnv: boolean;
|
|
4231
|
+
}, {
|
|
4232
|
+
staticNodeEnv?: boolean | undefined;
|
|
4233
|
+
}>>>;
|
|
4234
|
+
}, "strip", z.ZodTypeAny, {
|
|
4235
|
+
build: {
|
|
4236
|
+
staticNodeEnv: boolean;
|
|
4237
|
+
};
|
|
4238
|
+
entry?: string | undefined;
|
|
4239
|
+
}, {
|
|
4240
|
+
entry?: string | undefined;
|
|
4241
|
+
build?: {
|
|
4242
|
+
staticNodeEnv?: boolean | undefined;
|
|
4243
|
+
} | undefined;
|
|
4244
|
+
}>>>;
|
|
4245
|
+
serverFns: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
4246
|
+
base: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4247
|
+
generateFunctionId: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
4248
|
+
filename: z.ZodString;
|
|
4249
|
+
functionName: z.ZodString;
|
|
4250
|
+
}, "strip", z.ZodTypeAny, {
|
|
4251
|
+
filename: string;
|
|
4252
|
+
functionName: string;
|
|
4253
|
+
}, {
|
|
4254
|
+
filename: string;
|
|
4255
|
+
functionName: string;
|
|
4256
|
+
}>], z.ZodUnknown>, z.ZodOptional<z.ZodString>>>;
|
|
4257
|
+
}, "strip", z.ZodTypeAny, {
|
|
4258
|
+
base: string;
|
|
4259
|
+
generateFunctionId?: ((args_0: {
|
|
4260
|
+
filename: string;
|
|
4261
|
+
functionName: string;
|
|
4262
|
+
}, ...args: unknown[]) => string | undefined) | undefined;
|
|
4263
|
+
}, {
|
|
4264
|
+
base?: string | undefined;
|
|
4265
|
+
generateFunctionId?: ((args_0: {
|
|
4266
|
+
filename: string;
|
|
4267
|
+
functionName: string;
|
|
4268
|
+
}, ...args: unknown[]) => string | undefined) | undefined;
|
|
4269
|
+
}>>>;
|
|
4270
|
+
pages: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4271
|
+
path: z.ZodString;
|
|
4272
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
4273
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
4274
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4275
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
4276
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
4277
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4278
|
+
href: z.ZodString;
|
|
4279
|
+
hreflang: z.ZodString;
|
|
4280
|
+
}, "strip", z.ZodTypeAny, {
|
|
4281
|
+
href: string;
|
|
4282
|
+
hreflang: string;
|
|
4283
|
+
}, {
|
|
4284
|
+
href: string;
|
|
4285
|
+
hreflang: string;
|
|
4286
|
+
}>, "many">>;
|
|
4287
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4288
|
+
loc: z.ZodString;
|
|
4289
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
4290
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4291
|
+
}, "strip", z.ZodTypeAny, {
|
|
4292
|
+
loc: string;
|
|
4293
|
+
caption?: string | undefined;
|
|
4294
|
+
title?: string | undefined;
|
|
4295
|
+
}, {
|
|
4296
|
+
loc: string;
|
|
4297
|
+
caption?: string | undefined;
|
|
4298
|
+
title?: string | undefined;
|
|
4299
|
+
}>, "many">>;
|
|
4300
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
4301
|
+
publication: z.ZodObject<{
|
|
4302
|
+
name: z.ZodString;
|
|
4303
|
+
language: z.ZodString;
|
|
4304
|
+
}, "strip", z.ZodTypeAny, {
|
|
4305
|
+
name: string;
|
|
4306
|
+
language: string;
|
|
4307
|
+
}, {
|
|
4308
|
+
name: string;
|
|
4309
|
+
language: string;
|
|
4310
|
+
}>;
|
|
4311
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
4312
|
+
title: z.ZodString;
|
|
4313
|
+
}, "strip", z.ZodTypeAny, {
|
|
4314
|
+
title: string;
|
|
4315
|
+
publication: {
|
|
4316
|
+
name: string;
|
|
4317
|
+
language: string;
|
|
4318
|
+
};
|
|
4319
|
+
publicationDate: string | Date;
|
|
4320
|
+
}, {
|
|
4321
|
+
title: string;
|
|
4322
|
+
publication: {
|
|
4323
|
+
name: string;
|
|
4324
|
+
language: string;
|
|
4325
|
+
};
|
|
4326
|
+
publicationDate: string | Date;
|
|
4327
|
+
}>>;
|
|
4328
|
+
}, "strip", z.ZodTypeAny, {
|
|
4329
|
+
exclude?: boolean | undefined;
|
|
4330
|
+
priority?: number | undefined;
|
|
4331
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4332
|
+
lastmod?: string | Date | undefined;
|
|
4333
|
+
alternateRefs?: {
|
|
4334
|
+
href: string;
|
|
4335
|
+
hreflang: string;
|
|
4336
|
+
}[] | undefined;
|
|
4337
|
+
images?: {
|
|
4338
|
+
loc: string;
|
|
4339
|
+
caption?: string | undefined;
|
|
4340
|
+
title?: string | undefined;
|
|
4341
|
+
}[] | undefined;
|
|
4342
|
+
news?: {
|
|
4343
|
+
title: string;
|
|
4344
|
+
publication: {
|
|
4345
|
+
name: string;
|
|
4346
|
+
language: string;
|
|
4347
|
+
};
|
|
4348
|
+
publicationDate: string | Date;
|
|
4349
|
+
} | undefined;
|
|
4350
|
+
}, {
|
|
4351
|
+
exclude?: boolean | undefined;
|
|
4352
|
+
priority?: number | undefined;
|
|
4353
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4354
|
+
lastmod?: string | Date | undefined;
|
|
4355
|
+
alternateRefs?: {
|
|
4356
|
+
href: string;
|
|
4357
|
+
hreflang: string;
|
|
4358
|
+
}[] | undefined;
|
|
4359
|
+
images?: {
|
|
4360
|
+
loc: string;
|
|
4361
|
+
caption?: string | undefined;
|
|
4362
|
+
title?: string | undefined;
|
|
4363
|
+
}[] | undefined;
|
|
4364
|
+
news?: {
|
|
4365
|
+
title: string;
|
|
4366
|
+
publication: {
|
|
4367
|
+
name: string;
|
|
4368
|
+
language: string;
|
|
4369
|
+
};
|
|
4370
|
+
publicationDate: string | Date;
|
|
4371
|
+
} | undefined;
|
|
4372
|
+
}>>;
|
|
4373
|
+
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
4374
|
+
} & {
|
|
4375
|
+
prerender: z.ZodOptional<z.ZodObject<{
|
|
4376
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
4377
|
+
outputPath: z.ZodOptional<z.ZodString>;
|
|
4378
|
+
autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
|
|
4379
|
+
crawlLinks: z.ZodOptional<z.ZodBoolean>;
|
|
4380
|
+
retryCount: z.ZodOptional<z.ZodNumber>;
|
|
4381
|
+
retryDelay: z.ZodOptional<z.ZodNumber>;
|
|
4382
|
+
onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
4383
|
+
page: z.ZodObject<{
|
|
4384
|
+
path: z.ZodString;
|
|
4385
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
4386
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
4387
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4388
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
4389
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
4390
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4391
|
+
href: z.ZodString;
|
|
4392
|
+
hreflang: z.ZodString;
|
|
4393
|
+
}, "strip", z.ZodTypeAny, {
|
|
4394
|
+
href: string;
|
|
4395
|
+
hreflang: string;
|
|
4396
|
+
}, {
|
|
4397
|
+
href: string;
|
|
4398
|
+
hreflang: string;
|
|
4399
|
+
}>, "many">>;
|
|
4400
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4401
|
+
loc: z.ZodString;
|
|
4402
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
4403
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4404
|
+
}, "strip", z.ZodTypeAny, {
|
|
4405
|
+
loc: string;
|
|
4406
|
+
caption?: string | undefined;
|
|
4407
|
+
title?: string | undefined;
|
|
4408
|
+
}, {
|
|
4409
|
+
loc: string;
|
|
4410
|
+
caption?: string | undefined;
|
|
4411
|
+
title?: string | undefined;
|
|
4412
|
+
}>, "many">>;
|
|
4413
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
4414
|
+
publication: z.ZodObject<{
|
|
4415
|
+
name: z.ZodString;
|
|
4416
|
+
language: z.ZodString;
|
|
4417
|
+
}, "strip", z.ZodTypeAny, {
|
|
4418
|
+
name: string;
|
|
4419
|
+
language: string;
|
|
4420
|
+
}, {
|
|
4421
|
+
name: string;
|
|
4422
|
+
language: string;
|
|
4423
|
+
}>;
|
|
4424
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
4425
|
+
title: z.ZodString;
|
|
4426
|
+
}, "strip", z.ZodTypeAny, {
|
|
4427
|
+
title: string;
|
|
4428
|
+
publication: {
|
|
4429
|
+
name: string;
|
|
4430
|
+
language: string;
|
|
4431
|
+
};
|
|
4432
|
+
publicationDate: string | Date;
|
|
4433
|
+
}, {
|
|
4434
|
+
title: string;
|
|
4435
|
+
publication: {
|
|
4436
|
+
name: string;
|
|
4437
|
+
language: string;
|
|
4438
|
+
};
|
|
4439
|
+
publicationDate: string | Date;
|
|
4440
|
+
}>>;
|
|
4441
|
+
}, "strip", z.ZodTypeAny, {
|
|
4442
|
+
exclude?: boolean | undefined;
|
|
4443
|
+
priority?: number | undefined;
|
|
4444
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4445
|
+
lastmod?: string | Date | undefined;
|
|
4446
|
+
alternateRefs?: {
|
|
4447
|
+
href: string;
|
|
4448
|
+
hreflang: string;
|
|
4449
|
+
}[] | undefined;
|
|
4450
|
+
images?: {
|
|
4451
|
+
loc: string;
|
|
4452
|
+
caption?: string | undefined;
|
|
4453
|
+
title?: string | undefined;
|
|
4454
|
+
}[] | undefined;
|
|
4455
|
+
news?: {
|
|
4456
|
+
title: string;
|
|
4457
|
+
publication: {
|
|
4458
|
+
name: string;
|
|
4459
|
+
language: string;
|
|
4460
|
+
};
|
|
4461
|
+
publicationDate: string | Date;
|
|
4462
|
+
} | undefined;
|
|
4463
|
+
}, {
|
|
4464
|
+
exclude?: boolean | undefined;
|
|
4465
|
+
priority?: number | undefined;
|
|
4466
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4467
|
+
lastmod?: string | Date | undefined;
|
|
4468
|
+
alternateRefs?: {
|
|
4469
|
+
href: string;
|
|
4470
|
+
hreflang: string;
|
|
4471
|
+
}[] | undefined;
|
|
4472
|
+
images?: {
|
|
4473
|
+
loc: string;
|
|
4474
|
+
caption?: string | undefined;
|
|
4475
|
+
title?: string | undefined;
|
|
4476
|
+
}[] | undefined;
|
|
4477
|
+
news?: {
|
|
4478
|
+
title: string;
|
|
4479
|
+
publication: {
|
|
4480
|
+
name: string;
|
|
4481
|
+
language: string;
|
|
4482
|
+
};
|
|
4483
|
+
publicationDate: string | Date;
|
|
4484
|
+
} | undefined;
|
|
4485
|
+
}>>;
|
|
4486
|
+
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
4487
|
+
}, "strip", z.ZodTypeAny, {
|
|
4488
|
+
path: string;
|
|
4489
|
+
sitemap?: {
|
|
4490
|
+
exclude?: boolean | undefined;
|
|
4491
|
+
priority?: number | undefined;
|
|
4492
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4493
|
+
lastmod?: string | Date | undefined;
|
|
4494
|
+
alternateRefs?: {
|
|
4495
|
+
href: string;
|
|
4496
|
+
hreflang: string;
|
|
4497
|
+
}[] | undefined;
|
|
4498
|
+
images?: {
|
|
4499
|
+
loc: string;
|
|
4500
|
+
caption?: string | undefined;
|
|
4501
|
+
title?: string | undefined;
|
|
4502
|
+
}[] | undefined;
|
|
4503
|
+
news?: {
|
|
4504
|
+
title: string;
|
|
4505
|
+
publication: {
|
|
4506
|
+
name: string;
|
|
4507
|
+
language: string;
|
|
4508
|
+
};
|
|
4509
|
+
publicationDate: string | Date;
|
|
4510
|
+
} | undefined;
|
|
4511
|
+
} | undefined;
|
|
4512
|
+
fromCrawl?: boolean | undefined;
|
|
4513
|
+
}, {
|
|
4514
|
+
path: string;
|
|
4515
|
+
sitemap?: {
|
|
4516
|
+
exclude?: boolean | undefined;
|
|
4517
|
+
priority?: number | undefined;
|
|
4518
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4519
|
+
lastmod?: string | Date | undefined;
|
|
4520
|
+
alternateRefs?: {
|
|
4521
|
+
href: string;
|
|
4522
|
+
hreflang: string;
|
|
4523
|
+
}[] | undefined;
|
|
4524
|
+
images?: {
|
|
4525
|
+
loc: string;
|
|
4526
|
+
caption?: string | undefined;
|
|
4527
|
+
title?: string | undefined;
|
|
4528
|
+
}[] | undefined;
|
|
4529
|
+
news?: {
|
|
4530
|
+
title: string;
|
|
4531
|
+
publication: {
|
|
4532
|
+
name: string;
|
|
4533
|
+
language: string;
|
|
4534
|
+
};
|
|
4535
|
+
publicationDate: string | Date;
|
|
4536
|
+
} | undefined;
|
|
4537
|
+
} | undefined;
|
|
4538
|
+
fromCrawl?: boolean | undefined;
|
|
4539
|
+
}>;
|
|
4540
|
+
html: z.ZodString;
|
|
4541
|
+
}, "strip", z.ZodTypeAny, {
|
|
4542
|
+
page: {
|
|
4543
|
+
path: string;
|
|
4544
|
+
sitemap?: {
|
|
4545
|
+
exclude?: boolean | undefined;
|
|
4546
|
+
priority?: number | undefined;
|
|
4547
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4548
|
+
lastmod?: string | Date | undefined;
|
|
4549
|
+
alternateRefs?: {
|
|
4550
|
+
href: string;
|
|
4551
|
+
hreflang: string;
|
|
4552
|
+
}[] | undefined;
|
|
4553
|
+
images?: {
|
|
4554
|
+
loc: string;
|
|
4555
|
+
caption?: string | undefined;
|
|
4556
|
+
title?: string | undefined;
|
|
4557
|
+
}[] | undefined;
|
|
4558
|
+
news?: {
|
|
4559
|
+
title: string;
|
|
4560
|
+
publication: {
|
|
4561
|
+
name: string;
|
|
4562
|
+
language: string;
|
|
4563
|
+
};
|
|
4564
|
+
publicationDate: string | Date;
|
|
4565
|
+
} | undefined;
|
|
4566
|
+
} | undefined;
|
|
4567
|
+
fromCrawl?: boolean | undefined;
|
|
4568
|
+
};
|
|
4569
|
+
html: string;
|
|
4570
|
+
}, {
|
|
4571
|
+
page: {
|
|
4572
|
+
path: string;
|
|
4573
|
+
sitemap?: {
|
|
4574
|
+
exclude?: boolean | undefined;
|
|
4575
|
+
priority?: number | undefined;
|
|
4576
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4577
|
+
lastmod?: string | Date | undefined;
|
|
4578
|
+
alternateRefs?: {
|
|
4579
|
+
href: string;
|
|
4580
|
+
hreflang: string;
|
|
4581
|
+
}[] | undefined;
|
|
4582
|
+
images?: {
|
|
4583
|
+
loc: string;
|
|
4584
|
+
caption?: string | undefined;
|
|
4585
|
+
title?: string | undefined;
|
|
4586
|
+
}[] | undefined;
|
|
4587
|
+
news?: {
|
|
4588
|
+
title: string;
|
|
4589
|
+
publication: {
|
|
4590
|
+
name: string;
|
|
4591
|
+
language: string;
|
|
4592
|
+
};
|
|
4593
|
+
publicationDate: string | Date;
|
|
4594
|
+
} | undefined;
|
|
4595
|
+
} | undefined;
|
|
4596
|
+
fromCrawl?: boolean | undefined;
|
|
4597
|
+
};
|
|
4598
|
+
html: string;
|
|
4599
|
+
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4600
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4601
|
+
}, "strip", z.ZodTypeAny, {
|
|
4602
|
+
enabled?: boolean | undefined;
|
|
4603
|
+
outputPath?: string | undefined;
|
|
4604
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
4605
|
+
crawlLinks?: boolean | undefined;
|
|
4606
|
+
retryCount?: number | undefined;
|
|
4607
|
+
retryDelay?: number | undefined;
|
|
4608
|
+
onSuccess?: ((args_0: {
|
|
4609
|
+
page: {
|
|
4610
|
+
path: string;
|
|
4611
|
+
sitemap?: {
|
|
4612
|
+
exclude?: boolean | undefined;
|
|
4613
|
+
priority?: number | undefined;
|
|
4614
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4615
|
+
lastmod?: string | Date | undefined;
|
|
4616
|
+
alternateRefs?: {
|
|
4617
|
+
href: string;
|
|
4618
|
+
hreflang: string;
|
|
4619
|
+
}[] | undefined;
|
|
4620
|
+
images?: {
|
|
4621
|
+
loc: string;
|
|
4622
|
+
caption?: string | undefined;
|
|
4623
|
+
title?: string | undefined;
|
|
4624
|
+
}[] | undefined;
|
|
4625
|
+
news?: {
|
|
4626
|
+
title: string;
|
|
4627
|
+
publication: {
|
|
4628
|
+
name: string;
|
|
4629
|
+
language: string;
|
|
4630
|
+
};
|
|
4631
|
+
publicationDate: string | Date;
|
|
4632
|
+
} | undefined;
|
|
4633
|
+
} | undefined;
|
|
4634
|
+
fromCrawl?: boolean | undefined;
|
|
4635
|
+
};
|
|
4636
|
+
html: string;
|
|
4637
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
4638
|
+
headers?: Record<string, string> | undefined;
|
|
4639
|
+
}, {
|
|
4640
|
+
enabled?: boolean | undefined;
|
|
4641
|
+
outputPath?: string | undefined;
|
|
4642
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
4643
|
+
crawlLinks?: boolean | undefined;
|
|
4644
|
+
retryCount?: number | undefined;
|
|
4645
|
+
retryDelay?: number | undefined;
|
|
4646
|
+
onSuccess?: ((args_0: {
|
|
4647
|
+
page: {
|
|
4648
|
+
path: string;
|
|
4649
|
+
sitemap?: {
|
|
4650
|
+
exclude?: boolean | undefined;
|
|
4651
|
+
priority?: number | undefined;
|
|
4652
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4653
|
+
lastmod?: string | Date | undefined;
|
|
4654
|
+
alternateRefs?: {
|
|
4655
|
+
href: string;
|
|
4656
|
+
hreflang: string;
|
|
4657
|
+
}[] | undefined;
|
|
4658
|
+
images?: {
|
|
4659
|
+
loc: string;
|
|
4660
|
+
caption?: string | undefined;
|
|
4661
|
+
title?: string | undefined;
|
|
4662
|
+
}[] | undefined;
|
|
4663
|
+
news?: {
|
|
4664
|
+
title: string;
|
|
4665
|
+
publication: {
|
|
4666
|
+
name: string;
|
|
4667
|
+
language: string;
|
|
4668
|
+
};
|
|
4669
|
+
publicationDate: string | Date;
|
|
4670
|
+
} | undefined;
|
|
4671
|
+
} | undefined;
|
|
4672
|
+
fromCrawl?: boolean | undefined;
|
|
4673
|
+
};
|
|
4674
|
+
html: string;
|
|
4675
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
4676
|
+
headers?: Record<string, string> | undefined;
|
|
4677
|
+
}>>;
|
|
4678
|
+
}, "strip", z.ZodTypeAny, {
|
|
4679
|
+
path: string;
|
|
4680
|
+
sitemap?: {
|
|
4681
|
+
exclude?: boolean | undefined;
|
|
4682
|
+
priority?: number | undefined;
|
|
4683
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4684
|
+
lastmod?: string | Date | undefined;
|
|
4685
|
+
alternateRefs?: {
|
|
4686
|
+
href: string;
|
|
4687
|
+
hreflang: string;
|
|
4688
|
+
}[] | undefined;
|
|
4689
|
+
images?: {
|
|
4690
|
+
loc: string;
|
|
4691
|
+
caption?: string | undefined;
|
|
4692
|
+
title?: string | undefined;
|
|
4693
|
+
}[] | undefined;
|
|
4694
|
+
news?: {
|
|
4695
|
+
title: string;
|
|
4696
|
+
publication: {
|
|
4697
|
+
name: string;
|
|
4698
|
+
language: string;
|
|
4699
|
+
};
|
|
4700
|
+
publicationDate: string | Date;
|
|
4701
|
+
} | undefined;
|
|
4702
|
+
} | undefined;
|
|
4703
|
+
fromCrawl?: boolean | undefined;
|
|
4704
|
+
prerender?: {
|
|
4705
|
+
enabled?: boolean | undefined;
|
|
4706
|
+
outputPath?: string | undefined;
|
|
4707
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
4708
|
+
crawlLinks?: boolean | undefined;
|
|
4709
|
+
retryCount?: number | undefined;
|
|
4710
|
+
retryDelay?: number | undefined;
|
|
4711
|
+
onSuccess?: ((args_0: {
|
|
4712
|
+
page: {
|
|
4713
|
+
path: string;
|
|
4714
|
+
sitemap?: {
|
|
4715
|
+
exclude?: boolean | undefined;
|
|
4716
|
+
priority?: number | undefined;
|
|
4717
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4718
|
+
lastmod?: string | Date | undefined;
|
|
4719
|
+
alternateRefs?: {
|
|
4720
|
+
href: string;
|
|
4721
|
+
hreflang: string;
|
|
4722
|
+
}[] | undefined;
|
|
4723
|
+
images?: {
|
|
4724
|
+
loc: string;
|
|
4725
|
+
caption?: string | undefined;
|
|
4726
|
+
title?: string | undefined;
|
|
4727
|
+
}[] | undefined;
|
|
4728
|
+
news?: {
|
|
4729
|
+
title: string;
|
|
4730
|
+
publication: {
|
|
4731
|
+
name: string;
|
|
4732
|
+
language: string;
|
|
4733
|
+
};
|
|
4734
|
+
publicationDate: string | Date;
|
|
4735
|
+
} | undefined;
|
|
4736
|
+
} | undefined;
|
|
4737
|
+
fromCrawl?: boolean | undefined;
|
|
4738
|
+
};
|
|
4739
|
+
html: string;
|
|
4740
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
4741
|
+
headers?: Record<string, string> | undefined;
|
|
4742
|
+
} | undefined;
|
|
4743
|
+
}, {
|
|
4744
|
+
path: string;
|
|
4745
|
+
sitemap?: {
|
|
4746
|
+
exclude?: boolean | undefined;
|
|
4747
|
+
priority?: number | undefined;
|
|
4748
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4749
|
+
lastmod?: string | Date | undefined;
|
|
4750
|
+
alternateRefs?: {
|
|
4751
|
+
href: string;
|
|
4752
|
+
hreflang: string;
|
|
4753
|
+
}[] | undefined;
|
|
4754
|
+
images?: {
|
|
4755
|
+
loc: string;
|
|
4756
|
+
caption?: string | undefined;
|
|
4757
|
+
title?: string | undefined;
|
|
4758
|
+
}[] | undefined;
|
|
4759
|
+
news?: {
|
|
4760
|
+
title: string;
|
|
4761
|
+
publication: {
|
|
4762
|
+
name: string;
|
|
4763
|
+
language: string;
|
|
4764
|
+
};
|
|
4765
|
+
publicationDate: string | Date;
|
|
4766
|
+
} | undefined;
|
|
4767
|
+
} | undefined;
|
|
4768
|
+
fromCrawl?: boolean | undefined;
|
|
4769
|
+
prerender?: {
|
|
4770
|
+
enabled?: boolean | undefined;
|
|
4771
|
+
outputPath?: string | undefined;
|
|
4772
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
4773
|
+
crawlLinks?: boolean | undefined;
|
|
4774
|
+
retryCount?: number | undefined;
|
|
4775
|
+
retryDelay?: number | undefined;
|
|
4776
|
+
onSuccess?: ((args_0: {
|
|
4777
|
+
page: {
|
|
4778
|
+
path: string;
|
|
4779
|
+
sitemap?: {
|
|
4780
|
+
exclude?: boolean | undefined;
|
|
4781
|
+
priority?: number | undefined;
|
|
4782
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4783
|
+
lastmod?: string | Date | undefined;
|
|
4784
|
+
alternateRefs?: {
|
|
4785
|
+
href: string;
|
|
4786
|
+
hreflang: string;
|
|
4787
|
+
}[] | undefined;
|
|
4788
|
+
images?: {
|
|
4789
|
+
loc: string;
|
|
4790
|
+
caption?: string | undefined;
|
|
4791
|
+
title?: string | undefined;
|
|
4792
|
+
}[] | undefined;
|
|
4793
|
+
news?: {
|
|
4794
|
+
title: string;
|
|
4795
|
+
publication: {
|
|
4796
|
+
name: string;
|
|
4797
|
+
language: string;
|
|
4798
|
+
};
|
|
4799
|
+
publicationDate: string | Date;
|
|
4800
|
+
} | undefined;
|
|
4801
|
+
} | undefined;
|
|
4802
|
+
fromCrawl?: boolean | undefined;
|
|
4803
|
+
};
|
|
4804
|
+
html: string;
|
|
4805
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
4806
|
+
headers?: Record<string, string> | undefined;
|
|
4807
|
+
} | undefined;
|
|
4808
|
+
}>, "many">>>;
|
|
4809
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
4810
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
4811
|
+
host: z.ZodOptional<z.ZodString>;
|
|
4812
|
+
outputPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4813
|
+
}, "strip", z.ZodTypeAny, {
|
|
4814
|
+
enabled: boolean;
|
|
4815
|
+
outputPath: string;
|
|
4816
|
+
host?: string | undefined;
|
|
4817
|
+
}, {
|
|
4818
|
+
enabled?: boolean | undefined;
|
|
4819
|
+
outputPath?: string | undefined;
|
|
4820
|
+
host?: string | undefined;
|
|
4821
|
+
}>>;
|
|
4822
|
+
prerender: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
|
|
4823
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
4824
|
+
concurrency: z.ZodOptional<z.ZodNumber>;
|
|
4825
|
+
filter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
4826
|
+
path: z.ZodString;
|
|
4827
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
4828
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
4829
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4830
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
4831
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
4832
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4833
|
+
href: z.ZodString;
|
|
4834
|
+
hreflang: z.ZodString;
|
|
4835
|
+
}, "strip", z.ZodTypeAny, {
|
|
4836
|
+
href: string;
|
|
4837
|
+
hreflang: string;
|
|
4838
|
+
}, {
|
|
4839
|
+
href: string;
|
|
4840
|
+
hreflang: string;
|
|
4841
|
+
}>, "many">>;
|
|
4842
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4843
|
+
loc: z.ZodString;
|
|
4844
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
4845
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4846
|
+
}, "strip", z.ZodTypeAny, {
|
|
4847
|
+
loc: string;
|
|
4848
|
+
caption?: string | undefined;
|
|
4849
|
+
title?: string | undefined;
|
|
4850
|
+
}, {
|
|
4851
|
+
loc: string;
|
|
4852
|
+
caption?: string | undefined;
|
|
4853
|
+
title?: string | undefined;
|
|
4854
|
+
}>, "many">>;
|
|
4855
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
4856
|
+
publication: z.ZodObject<{
|
|
4857
|
+
name: z.ZodString;
|
|
4858
|
+
language: z.ZodString;
|
|
4859
|
+
}, "strip", z.ZodTypeAny, {
|
|
4860
|
+
name: string;
|
|
4861
|
+
language: string;
|
|
4862
|
+
}, {
|
|
4863
|
+
name: string;
|
|
4864
|
+
language: string;
|
|
4865
|
+
}>;
|
|
4866
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
4867
|
+
title: z.ZodString;
|
|
4868
|
+
}, "strip", z.ZodTypeAny, {
|
|
4869
|
+
title: string;
|
|
4870
|
+
publication: {
|
|
4871
|
+
name: string;
|
|
4872
|
+
language: string;
|
|
4873
|
+
};
|
|
4874
|
+
publicationDate: string | Date;
|
|
4875
|
+
}, {
|
|
4876
|
+
title: string;
|
|
4877
|
+
publication: {
|
|
4878
|
+
name: string;
|
|
4879
|
+
language: string;
|
|
4880
|
+
};
|
|
4881
|
+
publicationDate: string | Date;
|
|
4882
|
+
}>>;
|
|
4883
|
+
}, "strip", z.ZodTypeAny, {
|
|
4884
|
+
exclude?: boolean | undefined;
|
|
4885
|
+
priority?: number | undefined;
|
|
4886
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4887
|
+
lastmod?: string | Date | undefined;
|
|
4888
|
+
alternateRefs?: {
|
|
4889
|
+
href: string;
|
|
4890
|
+
hreflang: string;
|
|
4891
|
+
}[] | undefined;
|
|
4892
|
+
images?: {
|
|
4893
|
+
loc: string;
|
|
4894
|
+
caption?: string | undefined;
|
|
4895
|
+
title?: string | undefined;
|
|
4896
|
+
}[] | undefined;
|
|
4897
|
+
news?: {
|
|
4898
|
+
title: string;
|
|
4899
|
+
publication: {
|
|
4900
|
+
name: string;
|
|
4901
|
+
language: string;
|
|
4902
|
+
};
|
|
4903
|
+
publicationDate: string | Date;
|
|
4904
|
+
} | undefined;
|
|
4905
|
+
}, {
|
|
4906
|
+
exclude?: boolean | undefined;
|
|
4907
|
+
priority?: number | undefined;
|
|
4908
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
4909
|
+
lastmod?: string | Date | undefined;
|
|
4910
|
+
alternateRefs?: {
|
|
4911
|
+
href: string;
|
|
4912
|
+
hreflang: string;
|
|
4913
|
+
}[] | undefined;
|
|
4914
|
+
images?: {
|
|
4915
|
+
loc: string;
|
|
4916
|
+
caption?: string | undefined;
|
|
4917
|
+
title?: string | undefined;
|
|
4918
|
+
}[] | undefined;
|
|
4919
|
+
news?: {
|
|
4920
|
+
title: string;
|
|
4921
|
+
publication: {
|
|
4922
|
+
name: string;
|
|
4923
|
+
language: string;
|
|
4924
|
+
};
|
|
4925
|
+
publicationDate: string | Date;
|
|
4926
|
+
} | undefined;
|
|
4927
|
+
}>>;
|
|
4928
|
+
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
4929
|
+
} & {
|
|
4930
|
+
prerender: z.ZodOptional<z.ZodObject<{
|
|
4931
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
4932
|
+
outputPath: z.ZodOptional<z.ZodString>;
|
|
4933
|
+
autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
|
|
4934
|
+
crawlLinks: z.ZodOptional<z.ZodBoolean>;
|
|
4935
|
+
retryCount: z.ZodOptional<z.ZodNumber>;
|
|
4936
|
+
retryDelay: z.ZodOptional<z.ZodNumber>;
|
|
4937
|
+
onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
4938
|
+
page: z.ZodObject<{
|
|
4939
|
+
path: z.ZodString;
|
|
4940
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
4941
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
4942
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4943
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
4944
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
4945
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4946
|
+
href: z.ZodString;
|
|
4947
|
+
hreflang: z.ZodString;
|
|
4948
|
+
}, "strip", z.ZodTypeAny, {
|
|
4949
|
+
href: string;
|
|
4950
|
+
hreflang: string;
|
|
4951
|
+
}, {
|
|
4952
|
+
href: string;
|
|
4953
|
+
hreflang: string;
|
|
4954
|
+
}>, "many">>;
|
|
4955
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4956
|
+
loc: z.ZodString;
|
|
4957
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
4958
|
+
title: z.ZodOptional<z.ZodString>;
|
|
4959
|
+
}, "strip", z.ZodTypeAny, {
|
|
4960
|
+
loc: string;
|
|
4961
|
+
caption?: string | undefined;
|
|
4962
|
+
title?: string | undefined;
|
|
4963
|
+
}, {
|
|
4964
|
+
loc: string;
|
|
4965
|
+
caption?: string | undefined;
|
|
4966
|
+
title?: string | undefined;
|
|
4967
|
+
}>, "many">>;
|
|
4968
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
4969
|
+
publication: z.ZodObject<{
|
|
4970
|
+
name: z.ZodString;
|
|
4971
|
+
language: z.ZodString;
|
|
4972
|
+
}, "strip", z.ZodTypeAny, {
|
|
4973
|
+
name: string;
|
|
4974
|
+
language: string;
|
|
4975
|
+
}, {
|
|
4976
|
+
name: string;
|
|
4977
|
+
language: string;
|
|
4978
|
+
}>;
|
|
4979
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
4980
|
+
title: z.ZodString;
|
|
4981
|
+
}, "strip", z.ZodTypeAny, {
|
|
4982
|
+
title: string;
|
|
4983
|
+
publication: {
|
|
4984
|
+
name: string;
|
|
4985
|
+
language: string;
|
|
4986
|
+
};
|
|
4987
|
+
publicationDate: string | Date;
|
|
4988
|
+
}, {
|
|
4989
|
+
title: string;
|
|
4990
|
+
publication: {
|
|
4991
|
+
name: string;
|
|
4992
|
+
language: string;
|
|
4993
|
+
};
|
|
4994
|
+
publicationDate: string | Date;
|
|
4995
|
+
}>>;
|
|
4996
|
+
}, "strip", z.ZodTypeAny, {
|
|
4997
|
+
exclude?: boolean | undefined;
|
|
4998
|
+
priority?: number | undefined;
|
|
4999
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5000
|
+
lastmod?: string | Date | undefined;
|
|
5001
|
+
alternateRefs?: {
|
|
5002
|
+
href: string;
|
|
5003
|
+
hreflang: string;
|
|
5004
|
+
}[] | undefined;
|
|
5005
|
+
images?: {
|
|
5006
|
+
loc: string;
|
|
5007
|
+
caption?: string | undefined;
|
|
5008
|
+
title?: string | undefined;
|
|
5009
|
+
}[] | undefined;
|
|
5010
|
+
news?: {
|
|
5011
|
+
title: string;
|
|
5012
|
+
publication: {
|
|
5013
|
+
name: string;
|
|
5014
|
+
language: string;
|
|
5015
|
+
};
|
|
5016
|
+
publicationDate: string | Date;
|
|
5017
|
+
} | undefined;
|
|
5018
|
+
}, {
|
|
5019
|
+
exclude?: boolean | undefined;
|
|
5020
|
+
priority?: number | undefined;
|
|
5021
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5022
|
+
lastmod?: string | Date | undefined;
|
|
5023
|
+
alternateRefs?: {
|
|
5024
|
+
href: string;
|
|
5025
|
+
hreflang: string;
|
|
5026
|
+
}[] | undefined;
|
|
5027
|
+
images?: {
|
|
5028
|
+
loc: string;
|
|
5029
|
+
caption?: string | undefined;
|
|
5030
|
+
title?: string | undefined;
|
|
5031
|
+
}[] | undefined;
|
|
5032
|
+
news?: {
|
|
5033
|
+
title: string;
|
|
5034
|
+
publication: {
|
|
5035
|
+
name: string;
|
|
5036
|
+
language: string;
|
|
5037
|
+
};
|
|
5038
|
+
publicationDate: string | Date;
|
|
5039
|
+
} | undefined;
|
|
5040
|
+
}>>;
|
|
5041
|
+
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
5042
|
+
}, "strip", z.ZodTypeAny, {
|
|
5043
|
+
path: string;
|
|
5044
|
+
sitemap?: {
|
|
5045
|
+
exclude?: boolean | undefined;
|
|
5046
|
+
priority?: number | undefined;
|
|
5047
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5048
|
+
lastmod?: string | Date | undefined;
|
|
5049
|
+
alternateRefs?: {
|
|
5050
|
+
href: string;
|
|
5051
|
+
hreflang: string;
|
|
5052
|
+
}[] | undefined;
|
|
5053
|
+
images?: {
|
|
5054
|
+
loc: string;
|
|
5055
|
+
caption?: string | undefined;
|
|
5056
|
+
title?: string | undefined;
|
|
5057
|
+
}[] | undefined;
|
|
5058
|
+
news?: {
|
|
5059
|
+
title: string;
|
|
5060
|
+
publication: {
|
|
5061
|
+
name: string;
|
|
5062
|
+
language: string;
|
|
5063
|
+
};
|
|
5064
|
+
publicationDate: string | Date;
|
|
5065
|
+
} | undefined;
|
|
5066
|
+
} | undefined;
|
|
5067
|
+
fromCrawl?: boolean | undefined;
|
|
5068
|
+
}, {
|
|
5069
|
+
path: string;
|
|
5070
|
+
sitemap?: {
|
|
5071
|
+
exclude?: boolean | undefined;
|
|
5072
|
+
priority?: number | undefined;
|
|
5073
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5074
|
+
lastmod?: string | Date | undefined;
|
|
5075
|
+
alternateRefs?: {
|
|
5076
|
+
href: string;
|
|
5077
|
+
hreflang: string;
|
|
5078
|
+
}[] | undefined;
|
|
5079
|
+
images?: {
|
|
5080
|
+
loc: string;
|
|
5081
|
+
caption?: string | undefined;
|
|
5082
|
+
title?: string | undefined;
|
|
5083
|
+
}[] | undefined;
|
|
5084
|
+
news?: {
|
|
5085
|
+
title: string;
|
|
5086
|
+
publication: {
|
|
5087
|
+
name: string;
|
|
5088
|
+
language: string;
|
|
5089
|
+
};
|
|
5090
|
+
publicationDate: string | Date;
|
|
5091
|
+
} | undefined;
|
|
5092
|
+
} | undefined;
|
|
5093
|
+
fromCrawl?: boolean | undefined;
|
|
5094
|
+
}>;
|
|
5095
|
+
html: z.ZodString;
|
|
5096
|
+
}, "strip", z.ZodTypeAny, {
|
|
5097
|
+
page: {
|
|
5098
|
+
path: string;
|
|
5099
|
+
sitemap?: {
|
|
5100
|
+
exclude?: boolean | undefined;
|
|
5101
|
+
priority?: number | undefined;
|
|
5102
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5103
|
+
lastmod?: string | Date | undefined;
|
|
5104
|
+
alternateRefs?: {
|
|
5105
|
+
href: string;
|
|
5106
|
+
hreflang: string;
|
|
5107
|
+
}[] | undefined;
|
|
5108
|
+
images?: {
|
|
5109
|
+
loc: string;
|
|
5110
|
+
caption?: string | undefined;
|
|
5111
|
+
title?: string | undefined;
|
|
5112
|
+
}[] | undefined;
|
|
5113
|
+
news?: {
|
|
5114
|
+
title: string;
|
|
5115
|
+
publication: {
|
|
5116
|
+
name: string;
|
|
5117
|
+
language: string;
|
|
5118
|
+
};
|
|
5119
|
+
publicationDate: string | Date;
|
|
5120
|
+
} | undefined;
|
|
5121
|
+
} | undefined;
|
|
5122
|
+
fromCrawl?: boolean | undefined;
|
|
5123
|
+
};
|
|
5124
|
+
html: string;
|
|
5125
|
+
}, {
|
|
5126
|
+
page: {
|
|
5127
|
+
path: string;
|
|
5128
|
+
sitemap?: {
|
|
5129
|
+
exclude?: boolean | undefined;
|
|
5130
|
+
priority?: number | undefined;
|
|
5131
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5132
|
+
lastmod?: string | Date | undefined;
|
|
5133
|
+
alternateRefs?: {
|
|
5134
|
+
href: string;
|
|
5135
|
+
hreflang: string;
|
|
5136
|
+
}[] | undefined;
|
|
5137
|
+
images?: {
|
|
5138
|
+
loc: string;
|
|
5139
|
+
caption?: string | undefined;
|
|
5140
|
+
title?: string | undefined;
|
|
5141
|
+
}[] | undefined;
|
|
5142
|
+
news?: {
|
|
5143
|
+
title: string;
|
|
5144
|
+
publication: {
|
|
5145
|
+
name: string;
|
|
5146
|
+
language: string;
|
|
5147
|
+
};
|
|
5148
|
+
publicationDate: string | Date;
|
|
5149
|
+
} | undefined;
|
|
5150
|
+
} | undefined;
|
|
5151
|
+
fromCrawl?: boolean | undefined;
|
|
5152
|
+
};
|
|
5153
|
+
html: string;
|
|
5154
|
+
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
5155
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5156
|
+
}, "strip", z.ZodTypeAny, {
|
|
5157
|
+
enabled?: boolean | undefined;
|
|
5158
|
+
outputPath?: string | undefined;
|
|
5159
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5160
|
+
crawlLinks?: boolean | undefined;
|
|
5161
|
+
retryCount?: number | undefined;
|
|
5162
|
+
retryDelay?: number | undefined;
|
|
5163
|
+
onSuccess?: ((args_0: {
|
|
5164
|
+
page: {
|
|
5165
|
+
path: string;
|
|
5166
|
+
sitemap?: {
|
|
5167
|
+
exclude?: boolean | undefined;
|
|
5168
|
+
priority?: number | undefined;
|
|
5169
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5170
|
+
lastmod?: string | Date | undefined;
|
|
5171
|
+
alternateRefs?: {
|
|
5172
|
+
href: string;
|
|
5173
|
+
hreflang: string;
|
|
5174
|
+
}[] | undefined;
|
|
5175
|
+
images?: {
|
|
5176
|
+
loc: string;
|
|
5177
|
+
caption?: string | undefined;
|
|
5178
|
+
title?: string | undefined;
|
|
5179
|
+
}[] | undefined;
|
|
5180
|
+
news?: {
|
|
5181
|
+
title: string;
|
|
5182
|
+
publication: {
|
|
5183
|
+
name: string;
|
|
5184
|
+
language: string;
|
|
5185
|
+
};
|
|
5186
|
+
publicationDate: string | Date;
|
|
5187
|
+
} | undefined;
|
|
5188
|
+
} | undefined;
|
|
5189
|
+
fromCrawl?: boolean | undefined;
|
|
5190
|
+
};
|
|
5191
|
+
html: string;
|
|
5192
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5193
|
+
headers?: Record<string, string> | undefined;
|
|
5194
|
+
}, {
|
|
5195
|
+
enabled?: boolean | undefined;
|
|
5196
|
+
outputPath?: string | undefined;
|
|
5197
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5198
|
+
crawlLinks?: boolean | undefined;
|
|
5199
|
+
retryCount?: number | undefined;
|
|
5200
|
+
retryDelay?: number | undefined;
|
|
5201
|
+
onSuccess?: ((args_0: {
|
|
5202
|
+
page: {
|
|
5203
|
+
path: string;
|
|
5204
|
+
sitemap?: {
|
|
5205
|
+
exclude?: boolean | undefined;
|
|
5206
|
+
priority?: number | undefined;
|
|
5207
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5208
|
+
lastmod?: string | Date | undefined;
|
|
5209
|
+
alternateRefs?: {
|
|
5210
|
+
href: string;
|
|
5211
|
+
hreflang: string;
|
|
5212
|
+
}[] | undefined;
|
|
5213
|
+
images?: {
|
|
5214
|
+
loc: string;
|
|
5215
|
+
caption?: string | undefined;
|
|
5216
|
+
title?: string | undefined;
|
|
5217
|
+
}[] | undefined;
|
|
5218
|
+
news?: {
|
|
5219
|
+
title: string;
|
|
5220
|
+
publication: {
|
|
5221
|
+
name: string;
|
|
5222
|
+
language: string;
|
|
5223
|
+
};
|
|
5224
|
+
publicationDate: string | Date;
|
|
5225
|
+
} | undefined;
|
|
5226
|
+
} | undefined;
|
|
5227
|
+
fromCrawl?: boolean | undefined;
|
|
5228
|
+
};
|
|
5229
|
+
html: string;
|
|
5230
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5231
|
+
headers?: Record<string, string> | undefined;
|
|
5232
|
+
}>>;
|
|
5233
|
+
}, "strip", z.ZodTypeAny, {
|
|
5234
|
+
path: string;
|
|
5235
|
+
sitemap?: {
|
|
5236
|
+
exclude?: boolean | undefined;
|
|
5237
|
+
priority?: number | undefined;
|
|
5238
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5239
|
+
lastmod?: string | Date | undefined;
|
|
5240
|
+
alternateRefs?: {
|
|
5241
|
+
href: string;
|
|
5242
|
+
hreflang: string;
|
|
5243
|
+
}[] | undefined;
|
|
5244
|
+
images?: {
|
|
5245
|
+
loc: string;
|
|
5246
|
+
caption?: string | undefined;
|
|
5247
|
+
title?: string | undefined;
|
|
5248
|
+
}[] | undefined;
|
|
5249
|
+
news?: {
|
|
5250
|
+
title: string;
|
|
5251
|
+
publication: {
|
|
5252
|
+
name: string;
|
|
5253
|
+
language: string;
|
|
5254
|
+
};
|
|
5255
|
+
publicationDate: string | Date;
|
|
5256
|
+
} | undefined;
|
|
5257
|
+
} | undefined;
|
|
5258
|
+
fromCrawl?: boolean | undefined;
|
|
5259
|
+
prerender?: {
|
|
5260
|
+
enabled?: boolean | undefined;
|
|
5261
|
+
outputPath?: string | undefined;
|
|
5262
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5263
|
+
crawlLinks?: boolean | undefined;
|
|
5264
|
+
retryCount?: number | undefined;
|
|
5265
|
+
retryDelay?: number | undefined;
|
|
5266
|
+
onSuccess?: ((args_0: {
|
|
5267
|
+
page: {
|
|
5268
|
+
path: string;
|
|
5269
|
+
sitemap?: {
|
|
5270
|
+
exclude?: boolean | undefined;
|
|
5271
|
+
priority?: number | undefined;
|
|
5272
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5273
|
+
lastmod?: string | Date | undefined;
|
|
5274
|
+
alternateRefs?: {
|
|
5275
|
+
href: string;
|
|
5276
|
+
hreflang: string;
|
|
5277
|
+
}[] | undefined;
|
|
5278
|
+
images?: {
|
|
5279
|
+
loc: string;
|
|
5280
|
+
caption?: string | undefined;
|
|
5281
|
+
title?: string | undefined;
|
|
5282
|
+
}[] | undefined;
|
|
5283
|
+
news?: {
|
|
5284
|
+
title: string;
|
|
5285
|
+
publication: {
|
|
5286
|
+
name: string;
|
|
5287
|
+
language: string;
|
|
5288
|
+
};
|
|
5289
|
+
publicationDate: string | Date;
|
|
5290
|
+
} | undefined;
|
|
5291
|
+
} | undefined;
|
|
5292
|
+
fromCrawl?: boolean | undefined;
|
|
5293
|
+
};
|
|
5294
|
+
html: string;
|
|
5295
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5296
|
+
headers?: Record<string, string> | undefined;
|
|
5297
|
+
} | undefined;
|
|
5298
|
+
}, {
|
|
5299
|
+
path: string;
|
|
5300
|
+
sitemap?: {
|
|
5301
|
+
exclude?: boolean | undefined;
|
|
5302
|
+
priority?: number | undefined;
|
|
5303
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5304
|
+
lastmod?: string | Date | undefined;
|
|
5305
|
+
alternateRefs?: {
|
|
5306
|
+
href: string;
|
|
5307
|
+
hreflang: string;
|
|
5308
|
+
}[] | undefined;
|
|
5309
|
+
images?: {
|
|
5310
|
+
loc: string;
|
|
5311
|
+
caption?: string | undefined;
|
|
5312
|
+
title?: string | undefined;
|
|
5313
|
+
}[] | undefined;
|
|
5314
|
+
news?: {
|
|
5315
|
+
title: string;
|
|
5316
|
+
publication: {
|
|
5317
|
+
name: string;
|
|
5318
|
+
language: string;
|
|
5319
|
+
};
|
|
5320
|
+
publicationDate: string | Date;
|
|
5321
|
+
} | undefined;
|
|
5322
|
+
} | undefined;
|
|
5323
|
+
fromCrawl?: boolean | undefined;
|
|
5324
|
+
prerender?: {
|
|
5325
|
+
enabled?: boolean | undefined;
|
|
5326
|
+
outputPath?: string | undefined;
|
|
5327
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5328
|
+
crawlLinks?: boolean | undefined;
|
|
5329
|
+
retryCount?: number | undefined;
|
|
5330
|
+
retryDelay?: number | undefined;
|
|
5331
|
+
onSuccess?: ((args_0: {
|
|
5332
|
+
page: {
|
|
5333
|
+
path: string;
|
|
5334
|
+
sitemap?: {
|
|
5335
|
+
exclude?: boolean | undefined;
|
|
5336
|
+
priority?: number | undefined;
|
|
5337
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5338
|
+
lastmod?: string | Date | undefined;
|
|
5339
|
+
alternateRefs?: {
|
|
5340
|
+
href: string;
|
|
5341
|
+
hreflang: string;
|
|
5342
|
+
}[] | undefined;
|
|
5343
|
+
images?: {
|
|
5344
|
+
loc: string;
|
|
5345
|
+
caption?: string | undefined;
|
|
5346
|
+
title?: string | undefined;
|
|
5347
|
+
}[] | undefined;
|
|
5348
|
+
news?: {
|
|
5349
|
+
title: string;
|
|
5350
|
+
publication: {
|
|
5351
|
+
name: string;
|
|
5352
|
+
language: string;
|
|
5353
|
+
};
|
|
5354
|
+
publicationDate: string | Date;
|
|
5355
|
+
} | undefined;
|
|
5356
|
+
} | undefined;
|
|
5357
|
+
fromCrawl?: boolean | undefined;
|
|
5358
|
+
};
|
|
5359
|
+
html: string;
|
|
5360
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5361
|
+
headers?: Record<string, string> | undefined;
|
|
5362
|
+
} | undefined;
|
|
5363
|
+
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
5364
|
+
failOnError: z.ZodOptional<z.ZodBoolean>;
|
|
5365
|
+
autoStaticPathsDiscovery: z.ZodOptional<z.ZodBoolean>;
|
|
5366
|
+
maxRedirects: z.ZodOptional<z.ZodNumber>;
|
|
5367
|
+
}, "strip", z.ZodTypeAny, {
|
|
5368
|
+
filter?: ((args_0: {
|
|
5369
|
+
path: string;
|
|
5370
|
+
sitemap?: {
|
|
5371
|
+
exclude?: boolean | undefined;
|
|
5372
|
+
priority?: number | undefined;
|
|
5373
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5374
|
+
lastmod?: string | Date | undefined;
|
|
5375
|
+
alternateRefs?: {
|
|
5376
|
+
href: string;
|
|
5377
|
+
hreflang: string;
|
|
5378
|
+
}[] | undefined;
|
|
5379
|
+
images?: {
|
|
5380
|
+
loc: string;
|
|
5381
|
+
caption?: string | undefined;
|
|
5382
|
+
title?: string | undefined;
|
|
5383
|
+
}[] | undefined;
|
|
5384
|
+
news?: {
|
|
5385
|
+
title: string;
|
|
5386
|
+
publication: {
|
|
5387
|
+
name: string;
|
|
5388
|
+
language: string;
|
|
5389
|
+
};
|
|
5390
|
+
publicationDate: string | Date;
|
|
5391
|
+
} | undefined;
|
|
5392
|
+
} | undefined;
|
|
5393
|
+
fromCrawl?: boolean | undefined;
|
|
5394
|
+
prerender?: {
|
|
5395
|
+
enabled?: boolean | undefined;
|
|
5396
|
+
outputPath?: string | undefined;
|
|
5397
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5398
|
+
crawlLinks?: boolean | undefined;
|
|
5399
|
+
retryCount?: number | undefined;
|
|
5400
|
+
retryDelay?: number | undefined;
|
|
5401
|
+
onSuccess?: ((args_0: {
|
|
5402
|
+
page: {
|
|
5403
|
+
path: string;
|
|
5404
|
+
sitemap?: {
|
|
5405
|
+
exclude?: boolean | undefined;
|
|
5406
|
+
priority?: number | undefined;
|
|
5407
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5408
|
+
lastmod?: string | Date | undefined;
|
|
5409
|
+
alternateRefs?: {
|
|
5410
|
+
href: string;
|
|
5411
|
+
hreflang: string;
|
|
5412
|
+
}[] | undefined;
|
|
5413
|
+
images?: {
|
|
5414
|
+
loc: string;
|
|
5415
|
+
caption?: string | undefined;
|
|
5416
|
+
title?: string | undefined;
|
|
5417
|
+
}[] | undefined;
|
|
5418
|
+
news?: {
|
|
5419
|
+
title: string;
|
|
5420
|
+
publication: {
|
|
5421
|
+
name: string;
|
|
5422
|
+
language: string;
|
|
5423
|
+
};
|
|
5424
|
+
publicationDate: string | Date;
|
|
5425
|
+
} | undefined;
|
|
5426
|
+
} | undefined;
|
|
5427
|
+
fromCrawl?: boolean | undefined;
|
|
5428
|
+
};
|
|
5429
|
+
html: string;
|
|
5430
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5431
|
+
headers?: Record<string, string> | undefined;
|
|
5432
|
+
} | undefined;
|
|
5433
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5434
|
+
enabled?: boolean | undefined;
|
|
5435
|
+
concurrency?: number | undefined;
|
|
5436
|
+
failOnError?: boolean | undefined;
|
|
5437
|
+
autoStaticPathsDiscovery?: boolean | undefined;
|
|
5438
|
+
maxRedirects?: number | undefined;
|
|
5439
|
+
}, {
|
|
5440
|
+
filter?: ((args_0: {
|
|
5441
|
+
path: string;
|
|
5442
|
+
sitemap?: {
|
|
5443
|
+
exclude?: boolean | undefined;
|
|
5444
|
+
priority?: number | undefined;
|
|
5445
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5446
|
+
lastmod?: string | Date | undefined;
|
|
5447
|
+
alternateRefs?: {
|
|
5448
|
+
href: string;
|
|
5449
|
+
hreflang: string;
|
|
5450
|
+
}[] | undefined;
|
|
5451
|
+
images?: {
|
|
5452
|
+
loc: string;
|
|
5453
|
+
caption?: string | undefined;
|
|
5454
|
+
title?: string | undefined;
|
|
5455
|
+
}[] | undefined;
|
|
5456
|
+
news?: {
|
|
5457
|
+
title: string;
|
|
5458
|
+
publication: {
|
|
5459
|
+
name: string;
|
|
5460
|
+
language: string;
|
|
5461
|
+
};
|
|
5462
|
+
publicationDate: string | Date;
|
|
5463
|
+
} | undefined;
|
|
5464
|
+
} | undefined;
|
|
5465
|
+
fromCrawl?: boolean | undefined;
|
|
5466
|
+
prerender?: {
|
|
5467
|
+
enabled?: boolean | undefined;
|
|
5468
|
+
outputPath?: string | undefined;
|
|
5469
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5470
|
+
crawlLinks?: boolean | undefined;
|
|
5471
|
+
retryCount?: number | undefined;
|
|
5472
|
+
retryDelay?: number | undefined;
|
|
5473
|
+
onSuccess?: ((args_0: {
|
|
5474
|
+
page: {
|
|
5475
|
+
path: string;
|
|
5476
|
+
sitemap?: {
|
|
5477
|
+
exclude?: boolean | undefined;
|
|
5478
|
+
priority?: number | undefined;
|
|
5479
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5480
|
+
lastmod?: string | Date | undefined;
|
|
5481
|
+
alternateRefs?: {
|
|
5482
|
+
href: string;
|
|
5483
|
+
hreflang: string;
|
|
5484
|
+
}[] | undefined;
|
|
5485
|
+
images?: {
|
|
5486
|
+
loc: string;
|
|
5487
|
+
caption?: string | undefined;
|
|
5488
|
+
title?: string | undefined;
|
|
5489
|
+
}[] | undefined;
|
|
5490
|
+
news?: {
|
|
5491
|
+
title: string;
|
|
5492
|
+
publication: {
|
|
5493
|
+
name: string;
|
|
5494
|
+
language: string;
|
|
5495
|
+
};
|
|
5496
|
+
publicationDate: string | Date;
|
|
5497
|
+
} | undefined;
|
|
5498
|
+
} | undefined;
|
|
5499
|
+
fromCrawl?: boolean | undefined;
|
|
5500
|
+
};
|
|
5501
|
+
html: string;
|
|
5502
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5503
|
+
headers?: Record<string, string> | undefined;
|
|
5504
|
+
} | undefined;
|
|
5505
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5506
|
+
enabled?: boolean | undefined;
|
|
5507
|
+
concurrency?: number | undefined;
|
|
5508
|
+
failOnError?: boolean | undefined;
|
|
5509
|
+
autoStaticPathsDiscovery?: boolean | undefined;
|
|
5510
|
+
maxRedirects?: number | undefined;
|
|
5511
|
+
}>, z.ZodOptional<z.ZodObject<{
|
|
5512
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
5513
|
+
outputPath: z.ZodOptional<z.ZodString>;
|
|
5514
|
+
autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
|
|
5515
|
+
crawlLinks: z.ZodOptional<z.ZodBoolean>;
|
|
5516
|
+
retryCount: z.ZodOptional<z.ZodNumber>;
|
|
5517
|
+
retryDelay: z.ZodOptional<z.ZodNumber>;
|
|
5518
|
+
onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
5519
|
+
page: z.ZodObject<{
|
|
5520
|
+
path: z.ZodString;
|
|
5521
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
5522
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
5523
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
5524
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
5525
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
5526
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5527
|
+
href: z.ZodString;
|
|
5528
|
+
hreflang: z.ZodString;
|
|
5529
|
+
}, "strip", z.ZodTypeAny, {
|
|
5530
|
+
href: string;
|
|
5531
|
+
hreflang: string;
|
|
5532
|
+
}, {
|
|
5533
|
+
href: string;
|
|
5534
|
+
hreflang: string;
|
|
5535
|
+
}>, "many">>;
|
|
5536
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5537
|
+
loc: z.ZodString;
|
|
5538
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
5539
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5540
|
+
}, "strip", z.ZodTypeAny, {
|
|
5541
|
+
loc: string;
|
|
5542
|
+
caption?: string | undefined;
|
|
5543
|
+
title?: string | undefined;
|
|
5544
|
+
}, {
|
|
5545
|
+
loc: string;
|
|
5546
|
+
caption?: string | undefined;
|
|
5547
|
+
title?: string | undefined;
|
|
5548
|
+
}>, "many">>;
|
|
5549
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
5550
|
+
publication: z.ZodObject<{
|
|
5551
|
+
name: z.ZodString;
|
|
5552
|
+
language: z.ZodString;
|
|
5553
|
+
}, "strip", z.ZodTypeAny, {
|
|
5554
|
+
name: string;
|
|
5555
|
+
language: string;
|
|
5556
|
+
}, {
|
|
5557
|
+
name: string;
|
|
5558
|
+
language: string;
|
|
5559
|
+
}>;
|
|
5560
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
5561
|
+
title: z.ZodString;
|
|
5562
|
+
}, "strip", z.ZodTypeAny, {
|
|
5563
|
+
title: string;
|
|
5564
|
+
publication: {
|
|
5565
|
+
name: string;
|
|
5566
|
+
language: string;
|
|
5567
|
+
};
|
|
5568
|
+
publicationDate: string | Date;
|
|
5569
|
+
}, {
|
|
5570
|
+
title: string;
|
|
5571
|
+
publication: {
|
|
5572
|
+
name: string;
|
|
5573
|
+
language: string;
|
|
5574
|
+
};
|
|
5575
|
+
publicationDate: string | Date;
|
|
5576
|
+
}>>;
|
|
5577
|
+
}, "strip", z.ZodTypeAny, {
|
|
5578
|
+
exclude?: boolean | undefined;
|
|
5579
|
+
priority?: number | undefined;
|
|
5580
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5581
|
+
lastmod?: string | Date | undefined;
|
|
5582
|
+
alternateRefs?: {
|
|
5583
|
+
href: string;
|
|
5584
|
+
hreflang: string;
|
|
5585
|
+
}[] | undefined;
|
|
5586
|
+
images?: {
|
|
5587
|
+
loc: string;
|
|
5588
|
+
caption?: string | undefined;
|
|
5589
|
+
title?: string | undefined;
|
|
5590
|
+
}[] | undefined;
|
|
5591
|
+
news?: {
|
|
5592
|
+
title: string;
|
|
5593
|
+
publication: {
|
|
5594
|
+
name: string;
|
|
5595
|
+
language: string;
|
|
5596
|
+
};
|
|
5597
|
+
publicationDate: string | Date;
|
|
5598
|
+
} | undefined;
|
|
5599
|
+
}, {
|
|
5600
|
+
exclude?: boolean | undefined;
|
|
5601
|
+
priority?: number | undefined;
|
|
5602
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5603
|
+
lastmod?: string | Date | undefined;
|
|
5604
|
+
alternateRefs?: {
|
|
5605
|
+
href: string;
|
|
5606
|
+
hreflang: string;
|
|
5607
|
+
}[] | undefined;
|
|
5608
|
+
images?: {
|
|
5609
|
+
loc: string;
|
|
5610
|
+
caption?: string | undefined;
|
|
5611
|
+
title?: string | undefined;
|
|
5612
|
+
}[] | undefined;
|
|
5613
|
+
news?: {
|
|
5614
|
+
title: string;
|
|
5615
|
+
publication: {
|
|
5616
|
+
name: string;
|
|
5617
|
+
language: string;
|
|
5618
|
+
};
|
|
5619
|
+
publicationDate: string | Date;
|
|
5620
|
+
} | undefined;
|
|
5621
|
+
}>>;
|
|
5622
|
+
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
5623
|
+
}, "strip", z.ZodTypeAny, {
|
|
5624
|
+
path: string;
|
|
5625
|
+
sitemap?: {
|
|
5626
|
+
exclude?: boolean | undefined;
|
|
5627
|
+
priority?: number | undefined;
|
|
5628
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5629
|
+
lastmod?: string | Date | undefined;
|
|
5630
|
+
alternateRefs?: {
|
|
5631
|
+
href: string;
|
|
5632
|
+
hreflang: string;
|
|
5633
|
+
}[] | undefined;
|
|
5634
|
+
images?: {
|
|
5635
|
+
loc: string;
|
|
5636
|
+
caption?: string | undefined;
|
|
5637
|
+
title?: string | undefined;
|
|
5638
|
+
}[] | undefined;
|
|
5639
|
+
news?: {
|
|
5640
|
+
title: string;
|
|
5641
|
+
publication: {
|
|
5642
|
+
name: string;
|
|
5643
|
+
language: string;
|
|
5644
|
+
};
|
|
5645
|
+
publicationDate: string | Date;
|
|
5646
|
+
} | undefined;
|
|
5647
|
+
} | undefined;
|
|
5648
|
+
fromCrawl?: boolean | undefined;
|
|
5649
|
+
}, {
|
|
5650
|
+
path: string;
|
|
5651
|
+
sitemap?: {
|
|
5652
|
+
exclude?: boolean | undefined;
|
|
5653
|
+
priority?: number | undefined;
|
|
5654
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5655
|
+
lastmod?: string | Date | undefined;
|
|
5656
|
+
alternateRefs?: {
|
|
5657
|
+
href: string;
|
|
5658
|
+
hreflang: string;
|
|
5659
|
+
}[] | undefined;
|
|
5660
|
+
images?: {
|
|
5661
|
+
loc: string;
|
|
5662
|
+
caption?: string | undefined;
|
|
5663
|
+
title?: string | undefined;
|
|
5664
|
+
}[] | undefined;
|
|
5665
|
+
news?: {
|
|
5666
|
+
title: string;
|
|
5667
|
+
publication: {
|
|
5668
|
+
name: string;
|
|
5669
|
+
language: string;
|
|
5670
|
+
};
|
|
5671
|
+
publicationDate: string | Date;
|
|
5672
|
+
} | undefined;
|
|
5673
|
+
} | undefined;
|
|
5674
|
+
fromCrawl?: boolean | undefined;
|
|
5675
|
+
}>;
|
|
5676
|
+
html: z.ZodString;
|
|
5677
|
+
}, "strip", z.ZodTypeAny, {
|
|
5678
|
+
page: {
|
|
5679
|
+
path: string;
|
|
5680
|
+
sitemap?: {
|
|
5681
|
+
exclude?: boolean | undefined;
|
|
5682
|
+
priority?: number | undefined;
|
|
5683
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5684
|
+
lastmod?: string | Date | undefined;
|
|
5685
|
+
alternateRefs?: {
|
|
5686
|
+
href: string;
|
|
5687
|
+
hreflang: string;
|
|
5688
|
+
}[] | undefined;
|
|
5689
|
+
images?: {
|
|
5690
|
+
loc: string;
|
|
5691
|
+
caption?: string | undefined;
|
|
5692
|
+
title?: string | undefined;
|
|
5693
|
+
}[] | undefined;
|
|
5694
|
+
news?: {
|
|
5695
|
+
title: string;
|
|
5696
|
+
publication: {
|
|
5697
|
+
name: string;
|
|
5698
|
+
language: string;
|
|
5699
|
+
};
|
|
5700
|
+
publicationDate: string | Date;
|
|
5701
|
+
} | undefined;
|
|
5702
|
+
} | undefined;
|
|
5703
|
+
fromCrawl?: boolean | undefined;
|
|
5704
|
+
};
|
|
5705
|
+
html: string;
|
|
5706
|
+
}, {
|
|
5707
|
+
page: {
|
|
5708
|
+
path: string;
|
|
5709
|
+
sitemap?: {
|
|
5710
|
+
exclude?: boolean | undefined;
|
|
5711
|
+
priority?: number | undefined;
|
|
5712
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5713
|
+
lastmod?: string | Date | undefined;
|
|
5714
|
+
alternateRefs?: {
|
|
5715
|
+
href: string;
|
|
5716
|
+
hreflang: string;
|
|
5717
|
+
}[] | undefined;
|
|
5718
|
+
images?: {
|
|
5719
|
+
loc: string;
|
|
5720
|
+
caption?: string | undefined;
|
|
5721
|
+
title?: string | undefined;
|
|
5722
|
+
}[] | undefined;
|
|
5723
|
+
news?: {
|
|
5724
|
+
title: string;
|
|
5725
|
+
publication: {
|
|
5726
|
+
name: string;
|
|
5727
|
+
language: string;
|
|
5728
|
+
};
|
|
5729
|
+
publicationDate: string | Date;
|
|
5730
|
+
} | undefined;
|
|
5731
|
+
} | undefined;
|
|
5732
|
+
fromCrawl?: boolean | undefined;
|
|
5733
|
+
};
|
|
5734
|
+
html: string;
|
|
5735
|
+
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
5736
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5737
|
+
}, "strip", z.ZodTypeAny, {
|
|
5738
|
+
enabled?: boolean | undefined;
|
|
5739
|
+
outputPath?: string | undefined;
|
|
5740
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5741
|
+
crawlLinks?: boolean | undefined;
|
|
5742
|
+
retryCount?: number | undefined;
|
|
5743
|
+
retryDelay?: number | undefined;
|
|
5744
|
+
onSuccess?: ((args_0: {
|
|
5745
|
+
page: {
|
|
5746
|
+
path: string;
|
|
5747
|
+
sitemap?: {
|
|
5748
|
+
exclude?: boolean | undefined;
|
|
5749
|
+
priority?: number | undefined;
|
|
5750
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5751
|
+
lastmod?: string | Date | undefined;
|
|
5752
|
+
alternateRefs?: {
|
|
5753
|
+
href: string;
|
|
5754
|
+
hreflang: string;
|
|
5755
|
+
}[] | undefined;
|
|
5756
|
+
images?: {
|
|
5757
|
+
loc: string;
|
|
5758
|
+
caption?: string | undefined;
|
|
5759
|
+
title?: string | undefined;
|
|
5760
|
+
}[] | undefined;
|
|
5761
|
+
news?: {
|
|
5762
|
+
title: string;
|
|
5763
|
+
publication: {
|
|
5764
|
+
name: string;
|
|
5765
|
+
language: string;
|
|
5766
|
+
};
|
|
5767
|
+
publicationDate: string | Date;
|
|
5768
|
+
} | undefined;
|
|
5769
|
+
} | undefined;
|
|
5770
|
+
fromCrawl?: boolean | undefined;
|
|
5771
|
+
};
|
|
5772
|
+
html: string;
|
|
5773
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5774
|
+
headers?: Record<string, string> | undefined;
|
|
5775
|
+
}, {
|
|
5776
|
+
enabled?: boolean | undefined;
|
|
5777
|
+
outputPath?: string | undefined;
|
|
5778
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
5779
|
+
crawlLinks?: boolean | undefined;
|
|
5780
|
+
retryCount?: number | undefined;
|
|
5781
|
+
retryDelay?: number | undefined;
|
|
5782
|
+
onSuccess?: ((args_0: {
|
|
5783
|
+
page: {
|
|
5784
|
+
path: string;
|
|
5785
|
+
sitemap?: {
|
|
5786
|
+
exclude?: boolean | undefined;
|
|
5787
|
+
priority?: number | undefined;
|
|
5788
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5789
|
+
lastmod?: string | Date | undefined;
|
|
5790
|
+
alternateRefs?: {
|
|
5791
|
+
href: string;
|
|
5792
|
+
hreflang: string;
|
|
5793
|
+
}[] | undefined;
|
|
5794
|
+
images?: {
|
|
5795
|
+
loc: string;
|
|
5796
|
+
caption?: string | undefined;
|
|
5797
|
+
title?: string | undefined;
|
|
5798
|
+
}[] | undefined;
|
|
5799
|
+
news?: {
|
|
5800
|
+
title: string;
|
|
5801
|
+
publication: {
|
|
5802
|
+
name: string;
|
|
5803
|
+
language: string;
|
|
5804
|
+
};
|
|
5805
|
+
publicationDate: string | Date;
|
|
5806
|
+
} | undefined;
|
|
5807
|
+
} | undefined;
|
|
5808
|
+
fromCrawl?: boolean | undefined;
|
|
5809
|
+
};
|
|
5810
|
+
html: string;
|
|
5811
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
5812
|
+
headers?: Record<string, string> | undefined;
|
|
5813
|
+
}>>>>;
|
|
5814
|
+
dev: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
5815
|
+
ssrStyles: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
5816
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5817
|
+
basepath: z.ZodOptional<z.ZodString>;
|
|
5818
|
+
}, "strip", z.ZodTypeAny, {
|
|
5819
|
+
enabled: boolean;
|
|
5820
|
+
basepath?: string | undefined;
|
|
5821
|
+
}, {
|
|
5822
|
+
basepath?: string | undefined;
|
|
5823
|
+
enabled?: boolean | undefined;
|
|
5824
|
+
}>>>;
|
|
5825
|
+
}, "strip", z.ZodTypeAny, {
|
|
5826
|
+
ssrStyles: {
|
|
5827
|
+
enabled: boolean;
|
|
5828
|
+
basepath?: string | undefined;
|
|
5829
|
+
};
|
|
5830
|
+
}, {
|
|
5831
|
+
ssrStyles?: {
|
|
5832
|
+
basepath?: string | undefined;
|
|
5833
|
+
enabled?: boolean | undefined;
|
|
5834
|
+
} | undefined;
|
|
5835
|
+
}>>>;
|
|
5836
|
+
spa: z.ZodOptional<z.ZodObject<{
|
|
5837
|
+
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
5838
|
+
maskPath: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
5839
|
+
prerender: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
|
5840
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
5841
|
+
outputPath: z.ZodOptional<z.ZodString>;
|
|
5842
|
+
autoSubfolderIndex: z.ZodOptional<z.ZodBoolean>;
|
|
5843
|
+
crawlLinks: z.ZodOptional<z.ZodBoolean>;
|
|
5844
|
+
retryCount: z.ZodOptional<z.ZodNumber>;
|
|
5845
|
+
retryDelay: z.ZodOptional<z.ZodNumber>;
|
|
5846
|
+
onSuccess: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
5847
|
+
page: z.ZodObject<{
|
|
5848
|
+
path: z.ZodString;
|
|
5849
|
+
sitemap: z.ZodOptional<z.ZodObject<{
|
|
5850
|
+
exclude: z.ZodOptional<z.ZodBoolean>;
|
|
5851
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
5852
|
+
changefreq: z.ZodOptional<z.ZodEnum<["always", "hourly", "daily", "weekly", "monthly", "yearly", "never"]>>;
|
|
5853
|
+
lastmod: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodDate]>>;
|
|
5854
|
+
alternateRefs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5855
|
+
href: z.ZodString;
|
|
5856
|
+
hreflang: z.ZodString;
|
|
5857
|
+
}, "strip", z.ZodTypeAny, {
|
|
5858
|
+
href: string;
|
|
5859
|
+
hreflang: string;
|
|
5860
|
+
}, {
|
|
5861
|
+
href: string;
|
|
5862
|
+
hreflang: string;
|
|
5863
|
+
}>, "many">>;
|
|
5864
|
+
images: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5865
|
+
loc: z.ZodString;
|
|
5866
|
+
caption: z.ZodOptional<z.ZodString>;
|
|
5867
|
+
title: z.ZodOptional<z.ZodString>;
|
|
5868
|
+
}, "strip", z.ZodTypeAny, {
|
|
5869
|
+
loc: string;
|
|
5870
|
+
caption?: string | undefined;
|
|
5871
|
+
title?: string | undefined;
|
|
5872
|
+
}, {
|
|
5873
|
+
loc: string;
|
|
5874
|
+
caption?: string | undefined;
|
|
5875
|
+
title?: string | undefined;
|
|
5876
|
+
}>, "many">>;
|
|
5877
|
+
news: z.ZodOptional<z.ZodObject<{
|
|
5878
|
+
publication: z.ZodObject<{
|
|
5879
|
+
name: z.ZodString;
|
|
5880
|
+
language: z.ZodString;
|
|
5881
|
+
}, "strip", z.ZodTypeAny, {
|
|
5882
|
+
name: string;
|
|
5883
|
+
language: string;
|
|
5884
|
+
}, {
|
|
5885
|
+
name: string;
|
|
5886
|
+
language: string;
|
|
5887
|
+
}>;
|
|
5888
|
+
publicationDate: z.ZodUnion<[z.ZodString, z.ZodDate]>;
|
|
5889
|
+
title: z.ZodString;
|
|
5890
|
+
}, "strip", z.ZodTypeAny, {
|
|
5891
|
+
title: string;
|
|
5892
|
+
publication: {
|
|
5893
|
+
name: string;
|
|
5894
|
+
language: string;
|
|
5895
|
+
};
|
|
5896
|
+
publicationDate: string | Date;
|
|
5897
|
+
}, {
|
|
5898
|
+
title: string;
|
|
5899
|
+
publication: {
|
|
5900
|
+
name: string;
|
|
5901
|
+
language: string;
|
|
5902
|
+
};
|
|
5903
|
+
publicationDate: string | Date;
|
|
5904
|
+
}>>;
|
|
5905
|
+
}, "strip", z.ZodTypeAny, {
|
|
5906
|
+
exclude?: boolean | undefined;
|
|
5907
|
+
priority?: number | undefined;
|
|
5908
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5909
|
+
lastmod?: string | Date | undefined;
|
|
5910
|
+
alternateRefs?: {
|
|
5911
|
+
href: string;
|
|
5912
|
+
hreflang: string;
|
|
5913
|
+
}[] | undefined;
|
|
5914
|
+
images?: {
|
|
5915
|
+
loc: string;
|
|
5916
|
+
caption?: string | undefined;
|
|
5917
|
+
title?: string | undefined;
|
|
5918
|
+
}[] | undefined;
|
|
5919
|
+
news?: {
|
|
5920
|
+
title: string;
|
|
5921
|
+
publication: {
|
|
5922
|
+
name: string;
|
|
5923
|
+
language: string;
|
|
5924
|
+
};
|
|
5925
|
+
publicationDate: string | Date;
|
|
5926
|
+
} | undefined;
|
|
5927
|
+
}, {
|
|
5928
|
+
exclude?: boolean | undefined;
|
|
5929
|
+
priority?: number | undefined;
|
|
5930
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5931
|
+
lastmod?: string | Date | undefined;
|
|
5932
|
+
alternateRefs?: {
|
|
5933
|
+
href: string;
|
|
5934
|
+
hreflang: string;
|
|
5935
|
+
}[] | undefined;
|
|
5936
|
+
images?: {
|
|
5937
|
+
loc: string;
|
|
5938
|
+
caption?: string | undefined;
|
|
5939
|
+
title?: string | undefined;
|
|
5940
|
+
}[] | undefined;
|
|
5941
|
+
news?: {
|
|
5942
|
+
title: string;
|
|
5943
|
+
publication: {
|
|
5944
|
+
name: string;
|
|
5945
|
+
language: string;
|
|
5946
|
+
};
|
|
5947
|
+
publicationDate: string | Date;
|
|
5948
|
+
} | undefined;
|
|
5949
|
+
}>>;
|
|
5950
|
+
fromCrawl: z.ZodOptional<z.ZodBoolean>;
|
|
5951
|
+
}, "strip", z.ZodTypeAny, {
|
|
5952
|
+
path: string;
|
|
5953
|
+
sitemap?: {
|
|
5954
|
+
exclude?: boolean | undefined;
|
|
5955
|
+
priority?: number | undefined;
|
|
5956
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5957
|
+
lastmod?: string | Date | undefined;
|
|
5958
|
+
alternateRefs?: {
|
|
5959
|
+
href: string;
|
|
5960
|
+
hreflang: string;
|
|
5961
|
+
}[] | undefined;
|
|
5962
|
+
images?: {
|
|
5963
|
+
loc: string;
|
|
5964
|
+
caption?: string | undefined;
|
|
5965
|
+
title?: string | undefined;
|
|
5966
|
+
}[] | undefined;
|
|
5967
|
+
news?: {
|
|
5968
|
+
title: string;
|
|
5969
|
+
publication: {
|
|
5970
|
+
name: string;
|
|
5971
|
+
language: string;
|
|
5972
|
+
};
|
|
5973
|
+
publicationDate: string | Date;
|
|
5974
|
+
} | undefined;
|
|
5975
|
+
} | undefined;
|
|
5976
|
+
fromCrawl?: boolean | undefined;
|
|
5977
|
+
}, {
|
|
5978
|
+
path: string;
|
|
5979
|
+
sitemap?: {
|
|
5980
|
+
exclude?: boolean | undefined;
|
|
5981
|
+
priority?: number | undefined;
|
|
5982
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
5983
|
+
lastmod?: string | Date | undefined;
|
|
5984
|
+
alternateRefs?: {
|
|
5985
|
+
href: string;
|
|
5986
|
+
hreflang: string;
|
|
5987
|
+
}[] | undefined;
|
|
5988
|
+
images?: {
|
|
5989
|
+
loc: string;
|
|
5990
|
+
caption?: string | undefined;
|
|
5991
|
+
title?: string | undefined;
|
|
5992
|
+
}[] | undefined;
|
|
5993
|
+
news?: {
|
|
5994
|
+
title: string;
|
|
5995
|
+
publication: {
|
|
5996
|
+
name: string;
|
|
5997
|
+
language: string;
|
|
5998
|
+
};
|
|
5999
|
+
publicationDate: string | Date;
|
|
6000
|
+
} | undefined;
|
|
6001
|
+
} | undefined;
|
|
6002
|
+
fromCrawl?: boolean | undefined;
|
|
6003
|
+
}>;
|
|
6004
|
+
html: z.ZodString;
|
|
6005
|
+
}, "strip", z.ZodTypeAny, {
|
|
6006
|
+
page: {
|
|
6007
|
+
path: string;
|
|
6008
|
+
sitemap?: {
|
|
6009
|
+
exclude?: boolean | undefined;
|
|
6010
|
+
priority?: number | undefined;
|
|
6011
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6012
|
+
lastmod?: string | Date | undefined;
|
|
6013
|
+
alternateRefs?: {
|
|
6014
|
+
href: string;
|
|
6015
|
+
hreflang: string;
|
|
6016
|
+
}[] | undefined;
|
|
6017
|
+
images?: {
|
|
6018
|
+
loc: string;
|
|
6019
|
+
caption?: string | undefined;
|
|
6020
|
+
title?: string | undefined;
|
|
6021
|
+
}[] | undefined;
|
|
6022
|
+
news?: {
|
|
6023
|
+
title: string;
|
|
6024
|
+
publication: {
|
|
6025
|
+
name: string;
|
|
6026
|
+
language: string;
|
|
6027
|
+
};
|
|
6028
|
+
publicationDate: string | Date;
|
|
6029
|
+
} | undefined;
|
|
6030
|
+
} | undefined;
|
|
6031
|
+
fromCrawl?: boolean | undefined;
|
|
6032
|
+
};
|
|
6033
|
+
html: string;
|
|
6034
|
+
}, {
|
|
6035
|
+
page: {
|
|
6036
|
+
path: string;
|
|
6037
|
+
sitemap?: {
|
|
6038
|
+
exclude?: boolean | undefined;
|
|
6039
|
+
priority?: number | undefined;
|
|
6040
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6041
|
+
lastmod?: string | Date | undefined;
|
|
6042
|
+
alternateRefs?: {
|
|
6043
|
+
href: string;
|
|
6044
|
+
hreflang: string;
|
|
6045
|
+
}[] | undefined;
|
|
6046
|
+
images?: {
|
|
6047
|
+
loc: string;
|
|
6048
|
+
caption?: string | undefined;
|
|
6049
|
+
title?: string | undefined;
|
|
6050
|
+
}[] | undefined;
|
|
6051
|
+
news?: {
|
|
6052
|
+
title: string;
|
|
6053
|
+
publication: {
|
|
6054
|
+
name: string;
|
|
6055
|
+
language: string;
|
|
6056
|
+
};
|
|
6057
|
+
publicationDate: string | Date;
|
|
6058
|
+
} | undefined;
|
|
6059
|
+
} | undefined;
|
|
6060
|
+
fromCrawl?: boolean | undefined;
|
|
6061
|
+
};
|
|
6062
|
+
html: string;
|
|
6063
|
+
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6064
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6065
|
+
}, "strip", z.ZodTypeAny, {
|
|
6066
|
+
enabled?: boolean | undefined;
|
|
6067
|
+
outputPath?: string | undefined;
|
|
6068
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6069
|
+
crawlLinks?: boolean | undefined;
|
|
6070
|
+
retryCount?: number | undefined;
|
|
6071
|
+
retryDelay?: number | undefined;
|
|
6072
|
+
onSuccess?: ((args_0: {
|
|
6073
|
+
page: {
|
|
6074
|
+
path: string;
|
|
6075
|
+
sitemap?: {
|
|
6076
|
+
exclude?: boolean | undefined;
|
|
6077
|
+
priority?: number | undefined;
|
|
6078
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6079
|
+
lastmod?: string | Date | undefined;
|
|
6080
|
+
alternateRefs?: {
|
|
6081
|
+
href: string;
|
|
6082
|
+
hreflang: string;
|
|
6083
|
+
}[] | undefined;
|
|
6084
|
+
images?: {
|
|
6085
|
+
loc: string;
|
|
6086
|
+
caption?: string | undefined;
|
|
6087
|
+
title?: string | undefined;
|
|
6088
|
+
}[] | undefined;
|
|
6089
|
+
news?: {
|
|
6090
|
+
title: string;
|
|
6091
|
+
publication: {
|
|
6092
|
+
name: string;
|
|
6093
|
+
language: string;
|
|
6094
|
+
};
|
|
6095
|
+
publicationDate: string | Date;
|
|
6096
|
+
} | undefined;
|
|
6097
|
+
} | undefined;
|
|
6098
|
+
fromCrawl?: boolean | undefined;
|
|
6099
|
+
};
|
|
6100
|
+
html: string;
|
|
6101
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6102
|
+
headers?: Record<string, string> | undefined;
|
|
6103
|
+
}, {
|
|
6104
|
+
enabled?: boolean | undefined;
|
|
6105
|
+
outputPath?: string | undefined;
|
|
6106
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6107
|
+
crawlLinks?: boolean | undefined;
|
|
6108
|
+
retryCount?: number | undefined;
|
|
6109
|
+
retryDelay?: number | undefined;
|
|
6110
|
+
onSuccess?: ((args_0: {
|
|
6111
|
+
page: {
|
|
6112
|
+
path: string;
|
|
6113
|
+
sitemap?: {
|
|
6114
|
+
exclude?: boolean | undefined;
|
|
6115
|
+
priority?: number | undefined;
|
|
6116
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6117
|
+
lastmod?: string | Date | undefined;
|
|
6118
|
+
alternateRefs?: {
|
|
6119
|
+
href: string;
|
|
6120
|
+
hreflang: string;
|
|
6121
|
+
}[] | undefined;
|
|
6122
|
+
images?: {
|
|
6123
|
+
loc: string;
|
|
6124
|
+
caption?: string | undefined;
|
|
6125
|
+
title?: string | undefined;
|
|
6126
|
+
}[] | undefined;
|
|
6127
|
+
news?: {
|
|
6128
|
+
title: string;
|
|
6129
|
+
publication: {
|
|
6130
|
+
name: string;
|
|
6131
|
+
language: string;
|
|
6132
|
+
};
|
|
6133
|
+
publicationDate: string | Date;
|
|
6134
|
+
} | undefined;
|
|
6135
|
+
} | undefined;
|
|
6136
|
+
fromCrawl?: boolean | undefined;
|
|
6137
|
+
};
|
|
6138
|
+
html: string;
|
|
6139
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6140
|
+
headers?: Record<string, string> | undefined;
|
|
6141
|
+
}>>>, {
|
|
6142
|
+
enabled: boolean;
|
|
6143
|
+
outputPath: string;
|
|
6144
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6145
|
+
crawlLinks: boolean;
|
|
6146
|
+
retryCount: number;
|
|
6147
|
+
retryDelay?: number | undefined;
|
|
6148
|
+
onSuccess?: ((args_0: {
|
|
6149
|
+
page: {
|
|
6150
|
+
path: string;
|
|
6151
|
+
sitemap?: {
|
|
6152
|
+
exclude?: boolean | undefined;
|
|
6153
|
+
priority?: number | undefined;
|
|
6154
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6155
|
+
lastmod?: string | Date | undefined;
|
|
6156
|
+
alternateRefs?: {
|
|
6157
|
+
href: string;
|
|
6158
|
+
hreflang: string;
|
|
6159
|
+
}[] | undefined;
|
|
6160
|
+
images?: {
|
|
6161
|
+
loc: string;
|
|
6162
|
+
caption?: string | undefined;
|
|
6163
|
+
title?: string | undefined;
|
|
6164
|
+
}[] | undefined;
|
|
6165
|
+
news?: {
|
|
6166
|
+
title: string;
|
|
6167
|
+
publication: {
|
|
6168
|
+
name: string;
|
|
6169
|
+
language: string;
|
|
6170
|
+
};
|
|
6171
|
+
publicationDate: string | Date;
|
|
6172
|
+
} | undefined;
|
|
6173
|
+
} | undefined;
|
|
6174
|
+
fromCrawl?: boolean | undefined;
|
|
6175
|
+
};
|
|
6176
|
+
html: string;
|
|
6177
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6178
|
+
headers?: Record<string, string> | undefined;
|
|
6179
|
+
}, {
|
|
6180
|
+
enabled?: boolean | undefined;
|
|
6181
|
+
outputPath?: string | undefined;
|
|
6182
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6183
|
+
crawlLinks?: boolean | undefined;
|
|
6184
|
+
retryCount?: number | undefined;
|
|
6185
|
+
retryDelay?: number | undefined;
|
|
6186
|
+
onSuccess?: ((args_0: {
|
|
6187
|
+
page: {
|
|
6188
|
+
path: string;
|
|
6189
|
+
sitemap?: {
|
|
6190
|
+
exclude?: boolean | undefined;
|
|
6191
|
+
priority?: number | undefined;
|
|
6192
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6193
|
+
lastmod?: string | Date | undefined;
|
|
6194
|
+
alternateRefs?: {
|
|
6195
|
+
href: string;
|
|
6196
|
+
hreflang: string;
|
|
6197
|
+
}[] | undefined;
|
|
6198
|
+
images?: {
|
|
6199
|
+
loc: string;
|
|
6200
|
+
caption?: string | undefined;
|
|
6201
|
+
title?: string | undefined;
|
|
6202
|
+
}[] | undefined;
|
|
6203
|
+
news?: {
|
|
6204
|
+
title: string;
|
|
6205
|
+
publication: {
|
|
6206
|
+
name: string;
|
|
6207
|
+
language: string;
|
|
6208
|
+
};
|
|
6209
|
+
publicationDate: string | Date;
|
|
6210
|
+
} | undefined;
|
|
6211
|
+
} | undefined;
|
|
6212
|
+
fromCrawl?: boolean | undefined;
|
|
6213
|
+
};
|
|
6214
|
+
html: string;
|
|
6215
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6216
|
+
headers?: Record<string, string> | undefined;
|
|
6217
|
+
} | undefined>;
|
|
6218
|
+
}, "strip", z.ZodTypeAny, {
|
|
6219
|
+
enabled: boolean;
|
|
6220
|
+
prerender: {
|
|
6221
|
+
enabled: boolean;
|
|
6222
|
+
outputPath: string;
|
|
6223
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6224
|
+
crawlLinks: boolean;
|
|
6225
|
+
retryCount: number;
|
|
6226
|
+
retryDelay?: number | undefined;
|
|
6227
|
+
onSuccess?: ((args_0: {
|
|
6228
|
+
page: {
|
|
6229
|
+
path: string;
|
|
6230
|
+
sitemap?: {
|
|
6231
|
+
exclude?: boolean | undefined;
|
|
6232
|
+
priority?: number | undefined;
|
|
6233
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6234
|
+
lastmod?: string | Date | undefined;
|
|
6235
|
+
alternateRefs?: {
|
|
6236
|
+
href: string;
|
|
6237
|
+
hreflang: string;
|
|
6238
|
+
}[] | undefined;
|
|
6239
|
+
images?: {
|
|
6240
|
+
loc: string;
|
|
6241
|
+
caption?: string | undefined;
|
|
6242
|
+
title?: string | undefined;
|
|
6243
|
+
}[] | undefined;
|
|
6244
|
+
news?: {
|
|
6245
|
+
title: string;
|
|
6246
|
+
publication: {
|
|
6247
|
+
name: string;
|
|
6248
|
+
language: string;
|
|
6249
|
+
};
|
|
6250
|
+
publicationDate: string | Date;
|
|
6251
|
+
} | undefined;
|
|
6252
|
+
} | undefined;
|
|
6253
|
+
fromCrawl?: boolean | undefined;
|
|
6254
|
+
};
|
|
6255
|
+
html: string;
|
|
6256
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6257
|
+
headers?: Record<string, string> | undefined;
|
|
6258
|
+
};
|
|
6259
|
+
maskPath: string;
|
|
6260
|
+
}, {
|
|
6261
|
+
enabled?: boolean | undefined;
|
|
6262
|
+
prerender?: {
|
|
6263
|
+
enabled?: boolean | undefined;
|
|
6264
|
+
outputPath?: string | undefined;
|
|
6265
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6266
|
+
crawlLinks?: boolean | undefined;
|
|
6267
|
+
retryCount?: number | undefined;
|
|
6268
|
+
retryDelay?: number | undefined;
|
|
6269
|
+
onSuccess?: ((args_0: {
|
|
6270
|
+
page: {
|
|
6271
|
+
path: string;
|
|
6272
|
+
sitemap?: {
|
|
6273
|
+
exclude?: boolean | undefined;
|
|
6274
|
+
priority?: number | undefined;
|
|
6275
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6276
|
+
lastmod?: string | Date | undefined;
|
|
6277
|
+
alternateRefs?: {
|
|
6278
|
+
href: string;
|
|
6279
|
+
hreflang: string;
|
|
6280
|
+
}[] | undefined;
|
|
6281
|
+
images?: {
|
|
6282
|
+
loc: string;
|
|
6283
|
+
caption?: string | undefined;
|
|
6284
|
+
title?: string | undefined;
|
|
6285
|
+
}[] | undefined;
|
|
6286
|
+
news?: {
|
|
6287
|
+
title: string;
|
|
6288
|
+
publication: {
|
|
6289
|
+
name: string;
|
|
6290
|
+
language: string;
|
|
6291
|
+
};
|
|
6292
|
+
publicationDate: string | Date;
|
|
6293
|
+
} | undefined;
|
|
6294
|
+
} | undefined;
|
|
6295
|
+
fromCrawl?: boolean | undefined;
|
|
6296
|
+
};
|
|
6297
|
+
html: string;
|
|
6298
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6299
|
+
headers?: Record<string, string> | undefined;
|
|
6300
|
+
} | undefined;
|
|
6301
|
+
maskPath?: string | undefined;
|
|
6302
|
+
}>>;
|
|
6303
|
+
importProtection: z.ZodOptional<z.ZodObject<{
|
|
6304
|
+
enabled: z.ZodOptional<z.ZodBoolean>;
|
|
6305
|
+
behavior: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["error", "mock"]>, z.ZodObject<{
|
|
6306
|
+
dev: z.ZodOptional<z.ZodEnum<["error", "mock"]>>;
|
|
6307
|
+
build: z.ZodOptional<z.ZodEnum<["error", "mock"]>>;
|
|
6308
|
+
}, "strip", z.ZodTypeAny, {
|
|
6309
|
+
build?: "error" | "mock" | undefined;
|
|
6310
|
+
dev?: "error" | "mock" | undefined;
|
|
6311
|
+
}, {
|
|
6312
|
+
build?: "error" | "mock" | undefined;
|
|
6313
|
+
dev?: "error" | "mock" | undefined;
|
|
6314
|
+
}>]>>;
|
|
6315
|
+
/**
|
|
6316
|
+
* In `behavior: 'mock'`, control whether mocked imports emit a runtime
|
|
6317
|
+
* console diagnostic when accessed.
|
|
6318
|
+
*
|
|
6319
|
+
* - 'error': console.error(new Error(...)) (default)
|
|
6320
|
+
* - 'warn': console.warn(new Error(...))
|
|
6321
|
+
* - 'off': disable runtime diagnostics
|
|
6322
|
+
*/
|
|
6323
|
+
mockAccess: z.ZodOptional<z.ZodEnum<["error", "warn", "off"]>>;
|
|
6324
|
+
onViolation: z.ZodOptional<z.ZodFunction<z.ZodTuple<[z.ZodAny], z.ZodUnknown>, z.ZodUnion<[z.ZodBoolean, z.ZodVoid, z.ZodPromise<z.ZodUnion<[z.ZodBoolean, z.ZodVoid]>>]>>>;
|
|
6325
|
+
include: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6326
|
+
exclude: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6327
|
+
client: z.ZodOptional<z.ZodObject<{
|
|
6328
|
+
specifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6329
|
+
files: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6330
|
+
excludeFiles: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6331
|
+
}, "strip", z.ZodTypeAny, {
|
|
6332
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6333
|
+
files?: (string | RegExp)[] | undefined;
|
|
6334
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6335
|
+
}, {
|
|
6336
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6337
|
+
files?: (string | RegExp)[] | undefined;
|
|
6338
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6339
|
+
}>>;
|
|
6340
|
+
server: z.ZodOptional<z.ZodObject<{
|
|
6341
|
+
specifiers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6342
|
+
files: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6343
|
+
excludeFiles: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6344
|
+
}, "strip", z.ZodTypeAny, {
|
|
6345
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6346
|
+
files?: (string | RegExp)[] | undefined;
|
|
6347
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6348
|
+
}, {
|
|
6349
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6350
|
+
files?: (string | RegExp)[] | undefined;
|
|
6351
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6352
|
+
}>>;
|
|
6353
|
+
ignoreImporters: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<RegExp, z.ZodTypeDef, RegExp>]>, "many">>;
|
|
6354
|
+
maxTraceDepth: z.ZodOptional<z.ZodNumber>;
|
|
6355
|
+
log: z.ZodOptional<z.ZodEnum<["once", "always"]>>;
|
|
6356
|
+
}, "strip", z.ZodTypeAny, {
|
|
6357
|
+
client?: {
|
|
6358
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6359
|
+
files?: (string | RegExp)[] | undefined;
|
|
6360
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6361
|
+
} | undefined;
|
|
6362
|
+
server?: {
|
|
6363
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6364
|
+
files?: (string | RegExp)[] | undefined;
|
|
6365
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6366
|
+
} | undefined;
|
|
6367
|
+
exclude?: (string | RegExp)[] | undefined;
|
|
6368
|
+
enabled?: boolean | undefined;
|
|
6369
|
+
behavior?: "error" | "mock" | {
|
|
6370
|
+
build?: "error" | "mock" | undefined;
|
|
6371
|
+
dev?: "error" | "mock" | undefined;
|
|
6372
|
+
} | undefined;
|
|
6373
|
+
mockAccess?: "error" | "warn" | "off" | undefined;
|
|
6374
|
+
onViolation?: ((args_0: any, ...args: unknown[]) => boolean | void | Promise<boolean | void>) | undefined;
|
|
6375
|
+
include?: (string | RegExp)[] | undefined;
|
|
6376
|
+
ignoreImporters?: (string | RegExp)[] | undefined;
|
|
6377
|
+
maxTraceDepth?: number | undefined;
|
|
6378
|
+
log?: "always" | "once" | undefined;
|
|
6379
|
+
}, {
|
|
6380
|
+
client?: {
|
|
6381
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6382
|
+
files?: (string | RegExp)[] | undefined;
|
|
6383
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6384
|
+
} | undefined;
|
|
6385
|
+
server?: {
|
|
6386
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6387
|
+
files?: (string | RegExp)[] | undefined;
|
|
6388
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6389
|
+
} | undefined;
|
|
6390
|
+
exclude?: (string | RegExp)[] | undefined;
|
|
6391
|
+
enabled?: boolean | undefined;
|
|
6392
|
+
behavior?: "error" | "mock" | {
|
|
6393
|
+
build?: "error" | "mock" | undefined;
|
|
6394
|
+
dev?: "error" | "mock" | undefined;
|
|
6395
|
+
} | undefined;
|
|
6396
|
+
mockAccess?: "error" | "warn" | "off" | undefined;
|
|
6397
|
+
onViolation?: ((args_0: any, ...args: unknown[]) => boolean | void | Promise<boolean | void>) | undefined;
|
|
6398
|
+
include?: (string | RegExp)[] | undefined;
|
|
6399
|
+
ignoreImporters?: (string | RegExp)[] | undefined;
|
|
6400
|
+
maxTraceDepth?: number | undefined;
|
|
6401
|
+
log?: "always" | "once" | undefined;
|
|
6402
|
+
}>>;
|
|
6403
|
+
}, "strip", z.ZodTypeAny, {
|
|
6404
|
+
client: {
|
|
6405
|
+
base: string;
|
|
6406
|
+
entry?: string | undefined;
|
|
6407
|
+
};
|
|
6408
|
+
server: {
|
|
6409
|
+
build: {
|
|
6410
|
+
staticNodeEnv: boolean;
|
|
6411
|
+
};
|
|
6412
|
+
entry?: string | undefined;
|
|
6413
|
+
};
|
|
6414
|
+
srcDirectory: string;
|
|
6415
|
+
start: {
|
|
6416
|
+
entry?: string | undefined;
|
|
6417
|
+
};
|
|
6418
|
+
router: {
|
|
6419
|
+
entry?: string | undefined;
|
|
6420
|
+
basepath?: string | undefined;
|
|
6421
|
+
} & {
|
|
6422
|
+
virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
|
|
6423
|
+
routeFilePrefix?: string | undefined;
|
|
6424
|
+
routeFileIgnorePrefix?: string | undefined;
|
|
6425
|
+
routeFileIgnorePattern?: string | undefined;
|
|
6426
|
+
routesDirectory?: string | undefined;
|
|
6427
|
+
quoteStyle?: "single" | "double" | undefined;
|
|
6428
|
+
semicolons?: boolean | undefined;
|
|
6429
|
+
disableLogging?: boolean | undefined;
|
|
6430
|
+
routeTreeFileHeader?: string[] | undefined;
|
|
6431
|
+
indexToken?: string | RegExp | {
|
|
6432
|
+
regex: string;
|
|
6433
|
+
flags?: string | undefined;
|
|
6434
|
+
} | undefined;
|
|
6435
|
+
routeToken?: string | RegExp | {
|
|
6436
|
+
regex: string;
|
|
6437
|
+
flags?: string | undefined;
|
|
6438
|
+
} | undefined;
|
|
6439
|
+
pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
|
|
6440
|
+
generatedRouteTree?: string | undefined;
|
|
6441
|
+
disableTypes?: boolean | undefined;
|
|
6442
|
+
addExtensions?: string | boolean | undefined;
|
|
6443
|
+
enableRouteTreeFormatting?: boolean | undefined;
|
|
6444
|
+
routeTreeFileFooter?: string[] | ((...args: unknown[]) => string[]) | undefined;
|
|
6445
|
+
customScaffolding?: {
|
|
6446
|
+
routeTemplate?: string | undefined;
|
|
6447
|
+
lazyRouteTemplate?: string | undefined;
|
|
6448
|
+
} | undefined;
|
|
6449
|
+
experimental?: {
|
|
6450
|
+
enableCodeSplitting?: boolean | undefined;
|
|
6451
|
+
} | undefined;
|
|
6452
|
+
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
6453
|
+
tmpDir?: string | undefined;
|
|
6454
|
+
importRoutesUsingAbsolutePaths?: boolean | undefined;
|
|
6455
|
+
enableRouteGeneration?: boolean | undefined;
|
|
6456
|
+
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
6457
|
+
plugin?: {
|
|
6458
|
+
hmr?: {
|
|
6459
|
+
hotExpression?: string | undefined;
|
|
6460
|
+
} | undefined;
|
|
6461
|
+
vite?: {
|
|
6462
|
+
environmentName?: string | undefined;
|
|
6463
|
+
} | undefined;
|
|
6464
|
+
} | undefined;
|
|
6465
|
+
};
|
|
6466
|
+
serverFns: {
|
|
6467
|
+
base: string;
|
|
6468
|
+
generateFunctionId?: ((args_0: {
|
|
6469
|
+
filename: string;
|
|
6470
|
+
functionName: string;
|
|
6471
|
+
}, ...args: unknown[]) => string | undefined) | undefined;
|
|
6472
|
+
};
|
|
6473
|
+
pages: {
|
|
6474
|
+
path: string;
|
|
6475
|
+
sitemap?: {
|
|
6476
|
+
exclude?: boolean | undefined;
|
|
6477
|
+
priority?: number | undefined;
|
|
6478
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6479
|
+
lastmod?: string | Date | undefined;
|
|
6480
|
+
alternateRefs?: {
|
|
6481
|
+
href: string;
|
|
6482
|
+
hreflang: string;
|
|
6483
|
+
}[] | undefined;
|
|
6484
|
+
images?: {
|
|
6485
|
+
loc: string;
|
|
6486
|
+
caption?: string | undefined;
|
|
6487
|
+
title?: string | undefined;
|
|
6488
|
+
}[] | undefined;
|
|
6489
|
+
news?: {
|
|
6490
|
+
title: string;
|
|
6491
|
+
publication: {
|
|
6492
|
+
name: string;
|
|
6493
|
+
language: string;
|
|
6494
|
+
};
|
|
6495
|
+
publicationDate: string | Date;
|
|
6496
|
+
} | undefined;
|
|
6497
|
+
} | undefined;
|
|
6498
|
+
fromCrawl?: boolean | undefined;
|
|
6499
|
+
prerender?: {
|
|
6500
|
+
enabled?: boolean | undefined;
|
|
6501
|
+
outputPath?: string | undefined;
|
|
6502
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6503
|
+
crawlLinks?: boolean | undefined;
|
|
6504
|
+
retryCount?: number | undefined;
|
|
6505
|
+
retryDelay?: number | undefined;
|
|
6506
|
+
onSuccess?: ((args_0: {
|
|
6507
|
+
page: {
|
|
6508
|
+
path: string;
|
|
6509
|
+
sitemap?: {
|
|
6510
|
+
exclude?: boolean | undefined;
|
|
6511
|
+
priority?: number | undefined;
|
|
6512
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6513
|
+
lastmod?: string | Date | undefined;
|
|
6514
|
+
alternateRefs?: {
|
|
6515
|
+
href: string;
|
|
6516
|
+
hreflang: string;
|
|
6517
|
+
}[] | undefined;
|
|
6518
|
+
images?: {
|
|
6519
|
+
loc: string;
|
|
6520
|
+
caption?: string | undefined;
|
|
6521
|
+
title?: string | undefined;
|
|
6522
|
+
}[] | undefined;
|
|
6523
|
+
news?: {
|
|
6524
|
+
title: string;
|
|
6525
|
+
publication: {
|
|
6526
|
+
name: string;
|
|
6527
|
+
language: string;
|
|
6528
|
+
};
|
|
6529
|
+
publicationDate: string | Date;
|
|
6530
|
+
} | undefined;
|
|
6531
|
+
} | undefined;
|
|
6532
|
+
fromCrawl?: boolean | undefined;
|
|
6533
|
+
};
|
|
6534
|
+
html: string;
|
|
6535
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6536
|
+
headers?: Record<string, string> | undefined;
|
|
6537
|
+
} | undefined;
|
|
6538
|
+
}[];
|
|
6539
|
+
dev: {
|
|
6540
|
+
ssrStyles: {
|
|
6541
|
+
enabled: boolean;
|
|
6542
|
+
basepath?: string | undefined;
|
|
6543
|
+
};
|
|
6544
|
+
};
|
|
6545
|
+
sitemap?: {
|
|
6546
|
+
enabled: boolean;
|
|
6547
|
+
outputPath: string;
|
|
6548
|
+
host?: string | undefined;
|
|
6549
|
+
} | undefined;
|
|
6550
|
+
prerender?: ({
|
|
6551
|
+
filter?: ((args_0: {
|
|
6552
|
+
path: string;
|
|
6553
|
+
sitemap?: {
|
|
6554
|
+
exclude?: boolean | undefined;
|
|
6555
|
+
priority?: number | undefined;
|
|
6556
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6557
|
+
lastmod?: string | Date | undefined;
|
|
6558
|
+
alternateRefs?: {
|
|
6559
|
+
href: string;
|
|
6560
|
+
hreflang: string;
|
|
6561
|
+
}[] | undefined;
|
|
6562
|
+
images?: {
|
|
6563
|
+
loc: string;
|
|
6564
|
+
caption?: string | undefined;
|
|
6565
|
+
title?: string | undefined;
|
|
6566
|
+
}[] | undefined;
|
|
6567
|
+
news?: {
|
|
6568
|
+
title: string;
|
|
6569
|
+
publication: {
|
|
6570
|
+
name: string;
|
|
6571
|
+
language: string;
|
|
6572
|
+
};
|
|
6573
|
+
publicationDate: string | Date;
|
|
6574
|
+
} | undefined;
|
|
6575
|
+
} | undefined;
|
|
6576
|
+
fromCrawl?: boolean | undefined;
|
|
6577
|
+
prerender?: {
|
|
6578
|
+
enabled?: boolean | undefined;
|
|
6579
|
+
outputPath?: string | undefined;
|
|
6580
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6581
|
+
crawlLinks?: boolean | undefined;
|
|
6582
|
+
retryCount?: number | undefined;
|
|
6583
|
+
retryDelay?: number | undefined;
|
|
6584
|
+
onSuccess?: ((args_0: {
|
|
6585
|
+
page: {
|
|
6586
|
+
path: string;
|
|
6587
|
+
sitemap?: {
|
|
6588
|
+
exclude?: boolean | undefined;
|
|
6589
|
+
priority?: number | undefined;
|
|
6590
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6591
|
+
lastmod?: string | Date | undefined;
|
|
6592
|
+
alternateRefs?: {
|
|
6593
|
+
href: string;
|
|
6594
|
+
hreflang: string;
|
|
6595
|
+
}[] | undefined;
|
|
6596
|
+
images?: {
|
|
6597
|
+
loc: string;
|
|
6598
|
+
caption?: string | undefined;
|
|
6599
|
+
title?: string | undefined;
|
|
6600
|
+
}[] | undefined;
|
|
6601
|
+
news?: {
|
|
6602
|
+
title: string;
|
|
6603
|
+
publication: {
|
|
6604
|
+
name: string;
|
|
6605
|
+
language: string;
|
|
6606
|
+
};
|
|
6607
|
+
publicationDate: string | Date;
|
|
6608
|
+
} | undefined;
|
|
6609
|
+
} | undefined;
|
|
6610
|
+
fromCrawl?: boolean | undefined;
|
|
6611
|
+
};
|
|
6612
|
+
html: string;
|
|
6613
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6614
|
+
headers?: Record<string, string> | undefined;
|
|
6615
|
+
} | undefined;
|
|
6616
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6617
|
+
enabled?: boolean | undefined;
|
|
6618
|
+
concurrency?: number | undefined;
|
|
6619
|
+
failOnError?: boolean | undefined;
|
|
6620
|
+
autoStaticPathsDiscovery?: boolean | undefined;
|
|
6621
|
+
maxRedirects?: number | undefined;
|
|
6622
|
+
} & {
|
|
6623
|
+
enabled?: boolean | undefined;
|
|
6624
|
+
outputPath?: string | undefined;
|
|
6625
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6626
|
+
crawlLinks?: boolean | undefined;
|
|
6627
|
+
retryCount?: number | undefined;
|
|
6628
|
+
retryDelay?: number | undefined;
|
|
6629
|
+
onSuccess?: ((args_0: {
|
|
6630
|
+
page: {
|
|
6631
|
+
path: string;
|
|
6632
|
+
sitemap?: {
|
|
6633
|
+
exclude?: boolean | undefined;
|
|
6634
|
+
priority?: number | undefined;
|
|
6635
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6636
|
+
lastmod?: string | Date | undefined;
|
|
6637
|
+
alternateRefs?: {
|
|
6638
|
+
href: string;
|
|
6639
|
+
hreflang: string;
|
|
6640
|
+
}[] | undefined;
|
|
6641
|
+
images?: {
|
|
6642
|
+
loc: string;
|
|
6643
|
+
caption?: string | undefined;
|
|
6644
|
+
title?: string | undefined;
|
|
6645
|
+
}[] | undefined;
|
|
6646
|
+
news?: {
|
|
6647
|
+
title: string;
|
|
6648
|
+
publication: {
|
|
6649
|
+
name: string;
|
|
6650
|
+
language: string;
|
|
6651
|
+
};
|
|
6652
|
+
publicationDate: string | Date;
|
|
6653
|
+
} | undefined;
|
|
6654
|
+
} | undefined;
|
|
6655
|
+
fromCrawl?: boolean | undefined;
|
|
6656
|
+
};
|
|
6657
|
+
html: string;
|
|
6658
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6659
|
+
headers?: Record<string, string> | undefined;
|
|
6660
|
+
}) | undefined;
|
|
6661
|
+
spa?: {
|
|
6662
|
+
enabled: boolean;
|
|
6663
|
+
prerender: {
|
|
6664
|
+
enabled: boolean;
|
|
6665
|
+
outputPath: string;
|
|
6666
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6667
|
+
crawlLinks: boolean;
|
|
6668
|
+
retryCount: number;
|
|
6669
|
+
retryDelay?: number | undefined;
|
|
6670
|
+
onSuccess?: ((args_0: {
|
|
6671
|
+
page: {
|
|
6672
|
+
path: string;
|
|
6673
|
+
sitemap?: {
|
|
6674
|
+
exclude?: boolean | undefined;
|
|
6675
|
+
priority?: number | undefined;
|
|
6676
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6677
|
+
lastmod?: string | Date | undefined;
|
|
6678
|
+
alternateRefs?: {
|
|
6679
|
+
href: string;
|
|
6680
|
+
hreflang: string;
|
|
6681
|
+
}[] | undefined;
|
|
6682
|
+
images?: {
|
|
6683
|
+
loc: string;
|
|
6684
|
+
caption?: string | undefined;
|
|
6685
|
+
title?: string | undefined;
|
|
6686
|
+
}[] | undefined;
|
|
6687
|
+
news?: {
|
|
6688
|
+
title: string;
|
|
6689
|
+
publication: {
|
|
6690
|
+
name: string;
|
|
6691
|
+
language: string;
|
|
6692
|
+
};
|
|
6693
|
+
publicationDate: string | Date;
|
|
6694
|
+
} | undefined;
|
|
6695
|
+
} | undefined;
|
|
6696
|
+
fromCrawl?: boolean | undefined;
|
|
6697
|
+
};
|
|
6698
|
+
html: string;
|
|
6699
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6700
|
+
headers?: Record<string, string> | undefined;
|
|
6701
|
+
};
|
|
6702
|
+
maskPath: string;
|
|
6703
|
+
} | undefined;
|
|
6704
|
+
importProtection?: {
|
|
6705
|
+
client?: {
|
|
6706
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6707
|
+
files?: (string | RegExp)[] | undefined;
|
|
6708
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6709
|
+
} | undefined;
|
|
6710
|
+
server?: {
|
|
6711
|
+
specifiers?: (string | RegExp)[] | undefined;
|
|
6712
|
+
files?: (string | RegExp)[] | undefined;
|
|
6713
|
+
excludeFiles?: (string | RegExp)[] | undefined;
|
|
6714
|
+
} | undefined;
|
|
6715
|
+
exclude?: (string | RegExp)[] | undefined;
|
|
6716
|
+
enabled?: boolean | undefined;
|
|
6717
|
+
behavior?: "error" | "mock" | {
|
|
6718
|
+
build?: "error" | "mock" | undefined;
|
|
6719
|
+
dev?: "error" | "mock" | undefined;
|
|
6720
|
+
} | undefined;
|
|
6721
|
+
mockAccess?: "error" | "warn" | "off" | undefined;
|
|
6722
|
+
onViolation?: ((args_0: any, ...args: unknown[]) => boolean | void | Promise<boolean | void>) | undefined;
|
|
6723
|
+
include?: (string | RegExp)[] | undefined;
|
|
6724
|
+
ignoreImporters?: (string | RegExp)[] | undefined;
|
|
6725
|
+
maxTraceDepth?: number | undefined;
|
|
6726
|
+
log?: "always" | "once" | undefined;
|
|
6727
|
+
} | undefined;
|
|
6728
|
+
}, {
|
|
6729
|
+
client?: {
|
|
6730
|
+
entry?: string | undefined;
|
|
6731
|
+
base?: string | undefined;
|
|
6732
|
+
} | undefined;
|
|
6733
|
+
server?: {
|
|
6734
|
+
entry?: string | undefined;
|
|
6735
|
+
build?: {
|
|
6736
|
+
staticNodeEnv?: boolean | undefined;
|
|
6737
|
+
} | undefined;
|
|
6738
|
+
} | undefined;
|
|
6739
|
+
srcDirectory?: string | undefined;
|
|
6740
|
+
start?: {
|
|
6741
|
+
entry?: string | undefined;
|
|
6742
|
+
} | undefined;
|
|
6743
|
+
router?: ({
|
|
6744
|
+
entry?: string | undefined;
|
|
6745
|
+
basepath?: string | undefined;
|
|
6746
|
+
} & {
|
|
6747
|
+
virtualRouteConfig?: string | import('@tanstack/virtual-file-routes').VirtualRootRoute | undefined;
|
|
6748
|
+
routeFilePrefix?: string | undefined;
|
|
6749
|
+
routeFileIgnorePrefix?: string | undefined;
|
|
6750
|
+
routeFileIgnorePattern?: string | undefined;
|
|
6751
|
+
routesDirectory?: string | undefined;
|
|
6752
|
+
quoteStyle?: "single" | "double" | undefined;
|
|
6753
|
+
semicolons?: boolean | undefined;
|
|
6754
|
+
disableLogging?: boolean | undefined;
|
|
6755
|
+
routeTreeFileHeader?: string[] | undefined;
|
|
6756
|
+
indexToken?: string | RegExp | {
|
|
6757
|
+
regex: string;
|
|
6758
|
+
flags?: string | undefined;
|
|
6759
|
+
} | undefined;
|
|
6760
|
+
routeToken?: string | RegExp | {
|
|
6761
|
+
regex: string;
|
|
6762
|
+
flags?: string | undefined;
|
|
6763
|
+
} | undefined;
|
|
6764
|
+
pathParamsAllowedCharacters?: (";" | ":" | "@" | "&" | "=" | "+" | "$" | ",")[] | undefined;
|
|
6765
|
+
generatedRouteTree?: string | undefined;
|
|
6766
|
+
disableTypes?: boolean | undefined;
|
|
6767
|
+
addExtensions?: string | boolean | undefined;
|
|
6768
|
+
enableRouteTreeFormatting?: boolean | undefined;
|
|
6769
|
+
routeTreeFileFooter?: string[] | ((...args: unknown[]) => string[]) | undefined;
|
|
6770
|
+
customScaffolding?: {
|
|
6771
|
+
routeTemplate?: string | undefined;
|
|
6772
|
+
lazyRouteTemplate?: string | undefined;
|
|
6773
|
+
} | undefined;
|
|
6774
|
+
experimental?: {
|
|
6775
|
+
enableCodeSplitting?: boolean | undefined;
|
|
6776
|
+
} | undefined;
|
|
6777
|
+
plugins?: import('@tanstack/router-generator').GeneratorPlugin[] | undefined;
|
|
6778
|
+
tmpDir?: string | undefined;
|
|
6779
|
+
importRoutesUsingAbsolutePaths?: boolean | undefined;
|
|
6780
|
+
enableRouteGeneration?: boolean | undefined;
|
|
6781
|
+
codeSplittingOptions?: import('@tanstack/router-plugin').CodeSplittingOptions | undefined;
|
|
6782
|
+
plugin?: {
|
|
6783
|
+
hmr?: {
|
|
6784
|
+
hotExpression?: string | undefined;
|
|
6785
|
+
} | undefined;
|
|
6786
|
+
vite?: {
|
|
6787
|
+
environmentName?: string | undefined;
|
|
6788
|
+
} | undefined;
|
|
6789
|
+
} | undefined;
|
|
6790
|
+
}) | undefined;
|
|
6791
|
+
serverFns?: {
|
|
6792
|
+
base?: string | undefined;
|
|
6793
|
+
generateFunctionId?: ((args_0: {
|
|
6794
|
+
filename: string;
|
|
6795
|
+
functionName: string;
|
|
6796
|
+
}, ...args: unknown[]) => string | undefined) | undefined;
|
|
6797
|
+
} | undefined;
|
|
6798
|
+
sitemap?: {
|
|
6799
|
+
enabled?: boolean | undefined;
|
|
6800
|
+
outputPath?: string | undefined;
|
|
6801
|
+
host?: string | undefined;
|
|
6802
|
+
} | undefined;
|
|
6803
|
+
prerender?: ({
|
|
6804
|
+
filter?: ((args_0: {
|
|
6805
|
+
path: string;
|
|
6806
|
+
sitemap?: {
|
|
6807
|
+
exclude?: boolean | undefined;
|
|
6808
|
+
priority?: number | undefined;
|
|
6809
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6810
|
+
lastmod?: string | Date | undefined;
|
|
6811
|
+
alternateRefs?: {
|
|
6812
|
+
href: string;
|
|
6813
|
+
hreflang: string;
|
|
6814
|
+
}[] | undefined;
|
|
6815
|
+
images?: {
|
|
6816
|
+
loc: string;
|
|
6817
|
+
caption?: string | undefined;
|
|
6818
|
+
title?: string | undefined;
|
|
6819
|
+
}[] | undefined;
|
|
6820
|
+
news?: {
|
|
6821
|
+
title: string;
|
|
6822
|
+
publication: {
|
|
6823
|
+
name: string;
|
|
6824
|
+
language: string;
|
|
6825
|
+
};
|
|
6826
|
+
publicationDate: string | Date;
|
|
6827
|
+
} | undefined;
|
|
6828
|
+
} | undefined;
|
|
6829
|
+
fromCrawl?: boolean | undefined;
|
|
6830
|
+
prerender?: {
|
|
6831
|
+
enabled?: boolean | undefined;
|
|
6832
|
+
outputPath?: string | undefined;
|
|
6833
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6834
|
+
crawlLinks?: boolean | undefined;
|
|
6835
|
+
retryCount?: number | undefined;
|
|
6836
|
+
retryDelay?: number | undefined;
|
|
6837
|
+
onSuccess?: ((args_0: {
|
|
6838
|
+
page: {
|
|
6839
|
+
path: string;
|
|
6840
|
+
sitemap?: {
|
|
6841
|
+
exclude?: boolean | undefined;
|
|
6842
|
+
priority?: number | undefined;
|
|
6843
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6844
|
+
lastmod?: string | Date | undefined;
|
|
6845
|
+
alternateRefs?: {
|
|
6846
|
+
href: string;
|
|
6847
|
+
hreflang: string;
|
|
6848
|
+
}[] | undefined;
|
|
6849
|
+
images?: {
|
|
6850
|
+
loc: string;
|
|
6851
|
+
caption?: string | undefined;
|
|
6852
|
+
title?: string | undefined;
|
|
6853
|
+
}[] | undefined;
|
|
6854
|
+
news?: {
|
|
6855
|
+
title: string;
|
|
6856
|
+
publication: {
|
|
6857
|
+
name: string;
|
|
6858
|
+
language: string;
|
|
6859
|
+
};
|
|
6860
|
+
publicationDate: string | Date;
|
|
6861
|
+
} | undefined;
|
|
6862
|
+
} | undefined;
|
|
6863
|
+
fromCrawl?: boolean | undefined;
|
|
6864
|
+
};
|
|
6865
|
+
html: string;
|
|
6866
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6867
|
+
headers?: Record<string, string> | undefined;
|
|
6868
|
+
} | undefined;
|
|
6869
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6870
|
+
enabled?: boolean | undefined;
|
|
6871
|
+
concurrency?: number | undefined;
|
|
6872
|
+
failOnError?: boolean | undefined;
|
|
6873
|
+
autoStaticPathsDiscovery?: boolean | undefined;
|
|
6874
|
+
maxRedirects?: number | undefined;
|
|
6875
|
+
} & {
|
|
6876
|
+
enabled?: boolean | undefined;
|
|
6877
|
+
outputPath?: string | undefined;
|
|
6878
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6879
|
+
crawlLinks?: boolean | undefined;
|
|
6880
|
+
retryCount?: number | undefined;
|
|
6881
|
+
retryDelay?: number | undefined;
|
|
6882
|
+
onSuccess?: ((args_0: {
|
|
6883
|
+
page: {
|
|
6884
|
+
path: string;
|
|
6885
|
+
sitemap?: {
|
|
6886
|
+
exclude?: boolean | undefined;
|
|
6887
|
+
priority?: number | undefined;
|
|
6888
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6889
|
+
lastmod?: string | Date | undefined;
|
|
6890
|
+
alternateRefs?: {
|
|
6891
|
+
href: string;
|
|
6892
|
+
hreflang: string;
|
|
6893
|
+
}[] | undefined;
|
|
6894
|
+
images?: {
|
|
6895
|
+
loc: string;
|
|
6896
|
+
caption?: string | undefined;
|
|
6897
|
+
title?: string | undefined;
|
|
6898
|
+
}[] | undefined;
|
|
6899
|
+
news?: {
|
|
6900
|
+
title: string;
|
|
6901
|
+
publication: {
|
|
6902
|
+
name: string;
|
|
6903
|
+
language: string;
|
|
6904
|
+
};
|
|
6905
|
+
publicationDate: string | Date;
|
|
6906
|
+
} | undefined;
|
|
6907
|
+
} | undefined;
|
|
6908
|
+
fromCrawl?: boolean | undefined;
|
|
6909
|
+
};
|
|
6910
|
+
html: string;
|
|
6911
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6912
|
+
headers?: Record<string, string> | undefined;
|
|
6913
|
+
}) | undefined;
|
|
6914
|
+
pages?: {
|
|
6915
|
+
path: string;
|
|
6916
|
+
sitemap?: {
|
|
6917
|
+
exclude?: boolean | undefined;
|
|
6918
|
+
priority?: number | undefined;
|
|
6919
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6920
|
+
lastmod?: string | Date | undefined;
|
|
6921
|
+
alternateRefs?: {
|
|
6922
|
+
href: string;
|
|
6923
|
+
hreflang: string;
|
|
6924
|
+
}[] | undefined;
|
|
6925
|
+
images?: {
|
|
6926
|
+
loc: string;
|
|
6927
|
+
caption?: string | undefined;
|
|
6928
|
+
title?: string | undefined;
|
|
6929
|
+
}[] | undefined;
|
|
6930
|
+
news?: {
|
|
6931
|
+
title: string;
|
|
6932
|
+
publication: {
|
|
6933
|
+
name: string;
|
|
6934
|
+
language: string;
|
|
6935
|
+
};
|
|
6936
|
+
publicationDate: string | Date;
|
|
6937
|
+
} | undefined;
|
|
6938
|
+
} | undefined;
|
|
6939
|
+
fromCrawl?: boolean | undefined;
|
|
6940
|
+
prerender?: {
|
|
6941
|
+
enabled?: boolean | undefined;
|
|
6942
|
+
outputPath?: string | undefined;
|
|
6943
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6944
|
+
crawlLinks?: boolean | undefined;
|
|
6945
|
+
retryCount?: number | undefined;
|
|
6946
|
+
retryDelay?: number | undefined;
|
|
6947
|
+
onSuccess?: ((args_0: {
|
|
6948
|
+
page: {
|
|
6949
|
+
path: string;
|
|
6950
|
+
sitemap?: {
|
|
6951
|
+
exclude?: boolean | undefined;
|
|
6952
|
+
priority?: number | undefined;
|
|
6953
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
6954
|
+
lastmod?: string | Date | undefined;
|
|
6955
|
+
alternateRefs?: {
|
|
6956
|
+
href: string;
|
|
6957
|
+
hreflang: string;
|
|
6958
|
+
}[] | undefined;
|
|
6959
|
+
images?: {
|
|
6960
|
+
loc: string;
|
|
6961
|
+
caption?: string | undefined;
|
|
6962
|
+
title?: string | undefined;
|
|
6963
|
+
}[] | undefined;
|
|
6964
|
+
news?: {
|
|
6965
|
+
title: string;
|
|
6966
|
+
publication: {
|
|
6967
|
+
name: string;
|
|
6968
|
+
language: string;
|
|
6969
|
+
};
|
|
6970
|
+
publicationDate: string | Date;
|
|
6971
|
+
} | undefined;
|
|
6972
|
+
} | undefined;
|
|
6973
|
+
fromCrawl?: boolean | undefined;
|
|
6974
|
+
};
|
|
6975
|
+
html: string;
|
|
6976
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
6977
|
+
headers?: Record<string, string> | undefined;
|
|
6978
|
+
} | undefined;
|
|
6979
|
+
}[] | undefined;
|
|
6980
|
+
dev?: {
|
|
6981
|
+
ssrStyles?: {
|
|
6982
|
+
basepath?: string | undefined;
|
|
6983
|
+
enabled?: boolean | undefined;
|
|
6984
|
+
} | undefined;
|
|
6985
|
+
} | undefined;
|
|
6986
|
+
spa?: {
|
|
6987
|
+
enabled?: boolean | undefined;
|
|
6988
|
+
prerender?: {
|
|
6989
|
+
enabled?: boolean | undefined;
|
|
6990
|
+
outputPath?: string | undefined;
|
|
6991
|
+
autoSubfolderIndex?: boolean | undefined;
|
|
6992
|
+
crawlLinks?: boolean | undefined;
|
|
6993
|
+
retryCount?: number | undefined;
|
|
6994
|
+
retryDelay?: number | undefined;
|
|
6995
|
+
onSuccess?: ((args_0: {
|
|
6996
|
+
page: {
|
|
6997
|
+
path: string;
|
|
6998
|
+
sitemap?: {
|
|
6999
|
+
exclude?: boolean | undefined;
|
|
7000
|
+
priority?: number | undefined;
|
|
7001
|
+
changefreq?: "never" | "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | undefined;
|
|
7002
|
+
lastmod?: string | Date | undefined;
|
|
7003
|
+
alternateRefs?: {
|
|
7004
|
+
href: string;
|
|
7005
|
+
hreflang: string;
|
|
7006
|
+
}[] | undefined;
|
|
7007
|
+
images?: {
|
|
7008
|
+
loc: string;
|
|
7009
|
+
caption?: string | undefined;
|
|
7010
|
+
title?: string | undefined;
|
|
7011
|
+
}[] | undefined;
|
|
7012
|
+
news?: {
|
|
7013
|
+
title: string;
|
|
7014
|
+
publication: {
|
|
7015
|
+
name: string;
|
|
7016
|
+
language: string;
|
|
7017
|
+
};
|
|
7018
|
+
publicationDate: string | Date;
|
|
7019
|
+
} | undefined;
|
|
7020
|
+
} | undefined;
|
|
7021
|
+
fromCrawl?: boolean | undefined;
|
|
7022
|
+
};
|
|
7023
|
+
html: string;
|
|
7024
|
+
}, ...args: unknown[]) => any) | undefined;
|
|
7025
|
+
headers?: Record<string, string> | undefined;
|
|
7026
|
+
} | undefined;
|
|
7027
|
+
maskPath?: string | undefined;
|
|
3980
7028
|
} | undefined;
|
|
3981
7029
|
importProtection?: {
|
|
3982
7030
|
client?: {
|
|
@@ -4004,7 +7052,8 @@ declare const tanstackStartOptionsSchema: z.ZodDefault<z.ZodOptional<z.ZodObject
|
|
|
4004
7052
|
} | undefined;
|
|
4005
7053
|
}>>>;
|
|
4006
7054
|
export type Page = z.infer<typeof pageSchema>;
|
|
4007
|
-
|
|
7055
|
+
type TanStackStartOptionsInput = NonNullable<z.input<typeof tanstackStartOptionsSchema>>;
|
|
7056
|
+
export type TanStackStartInputConfig = TanStackStartOptionsInput;
|
|
4008
7057
|
export type TanStackStartOutputConfig = ReturnType<typeof parseStartConfig>;
|
|
4009
7058
|
export type ImportProtectionBehavior = z.infer<typeof importProtectionBehaviorSchema>;
|
|
4010
7059
|
export type ImportProtectionEnvRules = z.infer<typeof importProtectionEnvRulesSchema>;
|