@tanstack/start-plugin-core 1.130.0 → 1.130.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/nitro-plugin/plugin.cjs +7 -1
- package/dist/cjs/nitro-plugin/plugin.cjs.map +1 -1
- package/dist/cjs/nitro-plugin/prerender.cjs +11 -1
- package/dist/cjs/nitro-plugin/prerender.cjs.map +1 -1
- package/dist/cjs/plugin.cjs +2 -2
- package/dist/cjs/plugin.cjs.map +1 -1
- package/dist/cjs/plugin.d.cts +8 -0
- package/dist/cjs/schema.cjs +3 -1
- package/dist/cjs/schema.cjs.map +1 -1
- package/dist/cjs/schema.d.cts +198 -0
- package/dist/esm/nitro-plugin/plugin.js +7 -1
- package/dist/esm/nitro-plugin/plugin.js.map +1 -1
- package/dist/esm/nitro-plugin/prerender.js +11 -1
- package/dist/esm/nitro-plugin/prerender.js.map +1 -1
- package/dist/esm/plugin.d.ts +8 -0
- package/dist/esm/plugin.js +2 -2
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/schema.d.ts +198 -0
- package/dist/esm/schema.js +3 -1
- package/dist/esm/schema.js.map +1 -1
- package/package.json +5 -5
- package/src/nitro-plugin/plugin.ts +7 -1
- package/src/nitro-plugin/prerender.ts +12 -2
- package/src/plugin.ts +2 -2
- package/src/schema.ts +2 -0
package/dist/esm/schema.d.ts
CHANGED
|
@@ -467,6 +467,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
467
467
|
};
|
|
468
468
|
html: string;
|
|
469
469
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
470
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
471
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
470
472
|
}, "strip", z.ZodTypeAny, {
|
|
471
473
|
enabled?: boolean | undefined;
|
|
472
474
|
outputPath?: string | undefined;
|
|
@@ -504,6 +506,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
504
506
|
};
|
|
505
507
|
html: string;
|
|
506
508
|
}, ...args: unknown[]) => any) | undefined;
|
|
509
|
+
headers?: Record<string, string> | undefined;
|
|
510
|
+
env?: Record<string, string> | undefined;
|
|
507
511
|
}, {
|
|
508
512
|
enabled?: boolean | undefined;
|
|
509
513
|
outputPath?: string | undefined;
|
|
@@ -541,6 +545,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
541
545
|
};
|
|
542
546
|
html: string;
|
|
543
547
|
}, ...args: unknown[]) => any) | undefined;
|
|
548
|
+
headers?: Record<string, string> | undefined;
|
|
549
|
+
env?: Record<string, string> | undefined;
|
|
544
550
|
}>>;
|
|
545
551
|
}, "strip", z.ZodTypeAny, {
|
|
546
552
|
path: string;
|
|
@@ -581,6 +587,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
581
587
|
};
|
|
582
588
|
html: string;
|
|
583
589
|
}, ...args: unknown[]) => any) | undefined;
|
|
590
|
+
headers?: Record<string, string> | undefined;
|
|
591
|
+
env?: Record<string, string> | undefined;
|
|
584
592
|
} | undefined;
|
|
585
593
|
sitemap?: {
|
|
586
594
|
exclude?: boolean | undefined;
|
|
@@ -645,6 +653,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
645
653
|
};
|
|
646
654
|
html: string;
|
|
647
655
|
}, ...args: unknown[]) => any) | undefined;
|
|
656
|
+
headers?: Record<string, string> | undefined;
|
|
657
|
+
env?: Record<string, string> | undefined;
|
|
648
658
|
} | undefined;
|
|
649
659
|
sitemap?: {
|
|
650
660
|
exclude?: boolean | undefined;
|
|
@@ -1017,6 +1027,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1017
1027
|
};
|
|
1018
1028
|
html: string;
|
|
1019
1029
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1030
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1031
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1020
1032
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1033
|
enabled?: boolean | undefined;
|
|
1022
1034
|
outputPath?: string | undefined;
|
|
@@ -1054,6 +1066,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1054
1066
|
};
|
|
1055
1067
|
html: string;
|
|
1056
1068
|
}, ...args: unknown[]) => any) | undefined;
|
|
1069
|
+
headers?: Record<string, string> | undefined;
|
|
1070
|
+
env?: Record<string, string> | undefined;
|
|
1057
1071
|
}, {
|
|
1058
1072
|
enabled?: boolean | undefined;
|
|
1059
1073
|
outputPath?: string | undefined;
|
|
@@ -1091,6 +1105,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1091
1105
|
};
|
|
1092
1106
|
html: string;
|
|
1093
1107
|
}, ...args: unknown[]) => any) | undefined;
|
|
1108
|
+
headers?: Record<string, string> | undefined;
|
|
1109
|
+
env?: Record<string, string> | undefined;
|
|
1094
1110
|
}>>;
|
|
1095
1111
|
}, "strip", z.ZodTypeAny, {
|
|
1096
1112
|
path: string;
|
|
@@ -1131,6 +1147,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1131
1147
|
};
|
|
1132
1148
|
html: string;
|
|
1133
1149
|
}, ...args: unknown[]) => any) | undefined;
|
|
1150
|
+
headers?: Record<string, string> | undefined;
|
|
1151
|
+
env?: Record<string, string> | undefined;
|
|
1134
1152
|
} | undefined;
|
|
1135
1153
|
sitemap?: {
|
|
1136
1154
|
exclude?: boolean | undefined;
|
|
@@ -1195,6 +1213,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1195
1213
|
};
|
|
1196
1214
|
html: string;
|
|
1197
1215
|
}, ...args: unknown[]) => any) | undefined;
|
|
1216
|
+
headers?: Record<string, string> | undefined;
|
|
1217
|
+
env?: Record<string, string> | undefined;
|
|
1198
1218
|
} | undefined;
|
|
1199
1219
|
sitemap?: {
|
|
1200
1220
|
exclude?: boolean | undefined;
|
|
@@ -1262,6 +1282,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1262
1282
|
};
|
|
1263
1283
|
html: string;
|
|
1264
1284
|
}, ...args: unknown[]) => any) | undefined;
|
|
1285
|
+
headers?: Record<string, string> | undefined;
|
|
1286
|
+
env?: Record<string, string> | undefined;
|
|
1265
1287
|
} | undefined;
|
|
1266
1288
|
sitemap?: {
|
|
1267
1289
|
exclude?: boolean | undefined;
|
|
@@ -1331,6 +1353,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1331
1353
|
};
|
|
1332
1354
|
html: string;
|
|
1333
1355
|
}, ...args: unknown[]) => any) | undefined;
|
|
1356
|
+
headers?: Record<string, string> | undefined;
|
|
1357
|
+
env?: Record<string, string> | undefined;
|
|
1334
1358
|
} | undefined;
|
|
1335
1359
|
sitemap?: {
|
|
1336
1360
|
exclude?: boolean | undefined;
|
|
@@ -1585,6 +1609,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1585
1609
|
};
|
|
1586
1610
|
html: string;
|
|
1587
1611
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1612
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1613
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1588
1614
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1615
|
enabled?: boolean | undefined;
|
|
1590
1616
|
outputPath?: string | undefined;
|
|
@@ -1622,6 +1648,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1622
1648
|
};
|
|
1623
1649
|
html: string;
|
|
1624
1650
|
}, ...args: unknown[]) => any) | undefined;
|
|
1651
|
+
headers?: Record<string, string> | undefined;
|
|
1652
|
+
env?: Record<string, string> | undefined;
|
|
1625
1653
|
}, {
|
|
1626
1654
|
enabled?: boolean | undefined;
|
|
1627
1655
|
outputPath?: string | undefined;
|
|
@@ -1659,6 +1687,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1659
1687
|
};
|
|
1660
1688
|
html: string;
|
|
1661
1689
|
}, ...args: unknown[]) => any) | undefined;
|
|
1690
|
+
headers?: Record<string, string> | undefined;
|
|
1691
|
+
env?: Record<string, string> | undefined;
|
|
1662
1692
|
}>>>>;
|
|
1663
1693
|
spa: z.ZodOptional<z.ZodObject<{
|
|
1664
1694
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1888,6 +1918,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1888
1918
|
};
|
|
1889
1919
|
html: string;
|
|
1890
1920
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1921
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1922
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1891
1923
|
}, "strip", z.ZodTypeAny, {
|
|
1892
1924
|
enabled?: boolean | undefined;
|
|
1893
1925
|
outputPath?: string | undefined;
|
|
@@ -1925,6 +1957,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1925
1957
|
};
|
|
1926
1958
|
html: string;
|
|
1927
1959
|
}, ...args: unknown[]) => any) | undefined;
|
|
1960
|
+
headers?: Record<string, string> | undefined;
|
|
1961
|
+
env?: Record<string, string> | undefined;
|
|
1928
1962
|
}, {
|
|
1929
1963
|
enabled?: boolean | undefined;
|
|
1930
1964
|
outputPath?: string | undefined;
|
|
@@ -1962,6 +1996,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1962
1996
|
};
|
|
1963
1997
|
html: string;
|
|
1964
1998
|
}, ...args: unknown[]) => any) | undefined;
|
|
1999
|
+
headers?: Record<string, string> | undefined;
|
|
2000
|
+
env?: Record<string, string> | undefined;
|
|
1965
2001
|
}>>>, {
|
|
1966
2002
|
enabled: boolean;
|
|
1967
2003
|
outputPath: string;
|
|
@@ -1999,6 +2035,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1999
2035
|
};
|
|
2000
2036
|
html: string;
|
|
2001
2037
|
}, ...args: unknown[]) => any) | undefined;
|
|
2038
|
+
headers?: Record<string, string> | undefined;
|
|
2039
|
+
env?: Record<string, string> | undefined;
|
|
2002
2040
|
}, {
|
|
2003
2041
|
enabled?: boolean | undefined;
|
|
2004
2042
|
outputPath?: string | undefined;
|
|
@@ -2036,6 +2074,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2036
2074
|
};
|
|
2037
2075
|
html: string;
|
|
2038
2076
|
}, ...args: unknown[]) => any) | undefined;
|
|
2077
|
+
headers?: Record<string, string> | undefined;
|
|
2078
|
+
env?: Record<string, string> | undefined;
|
|
2039
2079
|
} | undefined>;
|
|
2040
2080
|
}, "strip", z.ZodTypeAny, {
|
|
2041
2081
|
prerender: {
|
|
@@ -2075,6 +2115,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2075
2115
|
};
|
|
2076
2116
|
html: string;
|
|
2077
2117
|
}, ...args: unknown[]) => any) | undefined;
|
|
2118
|
+
headers?: Record<string, string> | undefined;
|
|
2119
|
+
env?: Record<string, string> | undefined;
|
|
2078
2120
|
};
|
|
2079
2121
|
enabled: boolean;
|
|
2080
2122
|
maskPath: string;
|
|
@@ -2116,6 +2158,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2116
2158
|
};
|
|
2117
2159
|
html: string;
|
|
2118
2160
|
}, ...args: unknown[]) => any) | undefined;
|
|
2161
|
+
headers?: Record<string, string> | undefined;
|
|
2162
|
+
env?: Record<string, string> | undefined;
|
|
2119
2163
|
} | undefined;
|
|
2120
2164
|
enabled?: boolean | undefined;
|
|
2121
2165
|
maskPath?: string | undefined;
|
|
@@ -2208,6 +2252,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2208
2252
|
};
|
|
2209
2253
|
html: string;
|
|
2210
2254
|
}, ...args: unknown[]) => any) | undefined;
|
|
2255
|
+
headers?: Record<string, string> | undefined;
|
|
2256
|
+
env?: Record<string, string> | undefined;
|
|
2211
2257
|
} | undefined;
|
|
2212
2258
|
sitemap?: {
|
|
2213
2259
|
exclude?: boolean | undefined;
|
|
@@ -2275,6 +2321,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2275
2321
|
};
|
|
2276
2322
|
html: string;
|
|
2277
2323
|
}, ...args: unknown[]) => any) | undefined;
|
|
2324
|
+
headers?: Record<string, string> | undefined;
|
|
2325
|
+
env?: Record<string, string> | undefined;
|
|
2278
2326
|
} | undefined;
|
|
2279
2327
|
sitemap?: {
|
|
2280
2328
|
exclude?: boolean | undefined;
|
|
@@ -2341,6 +2389,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2341
2389
|
};
|
|
2342
2390
|
html: string;
|
|
2343
2391
|
}, ...args: unknown[]) => any) | undefined;
|
|
2392
|
+
headers?: Record<string, string> | undefined;
|
|
2393
|
+
env?: Record<string, string> | undefined;
|
|
2344
2394
|
}) | undefined;
|
|
2345
2395
|
sitemap?: {
|
|
2346
2396
|
enabled: boolean;
|
|
@@ -2385,6 +2435,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2385
2435
|
};
|
|
2386
2436
|
html: string;
|
|
2387
2437
|
}, ...args: unknown[]) => any) | undefined;
|
|
2438
|
+
headers?: Record<string, string> | undefined;
|
|
2439
|
+
env?: Record<string, string> | undefined;
|
|
2388
2440
|
};
|
|
2389
2441
|
enabled: boolean;
|
|
2390
2442
|
maskPath: string;
|
|
@@ -2432,6 +2484,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2432
2484
|
};
|
|
2433
2485
|
html: string;
|
|
2434
2486
|
}, ...args: unknown[]) => any) | undefined;
|
|
2487
|
+
headers?: Record<string, string> | undefined;
|
|
2488
|
+
env?: Record<string, string> | undefined;
|
|
2435
2489
|
} | undefined;
|
|
2436
2490
|
sitemap?: {
|
|
2437
2491
|
exclude?: boolean | undefined;
|
|
@@ -2498,6 +2552,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2498
2552
|
};
|
|
2499
2553
|
html: string;
|
|
2500
2554
|
}, ...args: unknown[]) => any) | undefined;
|
|
2555
|
+
headers?: Record<string, string> | undefined;
|
|
2556
|
+
env?: Record<string, string> | undefined;
|
|
2501
2557
|
}) | undefined;
|
|
2502
2558
|
tsr?: {
|
|
2503
2559
|
target?: "react" | "solid" | undefined;
|
|
@@ -2588,6 +2644,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2588
2644
|
};
|
|
2589
2645
|
html: string;
|
|
2590
2646
|
}, ...args: unknown[]) => any) | undefined;
|
|
2647
|
+
headers?: Record<string, string> | undefined;
|
|
2648
|
+
env?: Record<string, string> | undefined;
|
|
2591
2649
|
} | undefined;
|
|
2592
2650
|
sitemap?: {
|
|
2593
2651
|
exclude?: boolean | undefined;
|
|
@@ -2652,6 +2710,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2652
2710
|
};
|
|
2653
2711
|
html: string;
|
|
2654
2712
|
}, ...args: unknown[]) => any) | undefined;
|
|
2713
|
+
headers?: Record<string, string> | undefined;
|
|
2714
|
+
env?: Record<string, string> | undefined;
|
|
2655
2715
|
} | undefined;
|
|
2656
2716
|
enabled?: boolean | undefined;
|
|
2657
2717
|
maskPath?: string | undefined;
|
|
@@ -3124,6 +3184,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3124
3184
|
};
|
|
3125
3185
|
html: string;
|
|
3126
3186
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3187
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3188
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3127
3189
|
}, "strip", z.ZodTypeAny, {
|
|
3128
3190
|
enabled?: boolean | undefined;
|
|
3129
3191
|
outputPath?: string | undefined;
|
|
@@ -3161,6 +3223,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3161
3223
|
};
|
|
3162
3224
|
html: string;
|
|
3163
3225
|
}, ...args: unknown[]) => any) | undefined;
|
|
3226
|
+
headers?: Record<string, string> | undefined;
|
|
3227
|
+
env?: Record<string, string> | undefined;
|
|
3164
3228
|
}, {
|
|
3165
3229
|
enabled?: boolean | undefined;
|
|
3166
3230
|
outputPath?: string | undefined;
|
|
@@ -3198,6 +3262,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3198
3262
|
};
|
|
3199
3263
|
html: string;
|
|
3200
3264
|
}, ...args: unknown[]) => any) | undefined;
|
|
3265
|
+
headers?: Record<string, string> | undefined;
|
|
3266
|
+
env?: Record<string, string> | undefined;
|
|
3201
3267
|
}>>;
|
|
3202
3268
|
}, "strip", z.ZodTypeAny, {
|
|
3203
3269
|
path: string;
|
|
@@ -3238,6 +3304,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3238
3304
|
};
|
|
3239
3305
|
html: string;
|
|
3240
3306
|
}, ...args: unknown[]) => any) | undefined;
|
|
3307
|
+
headers?: Record<string, string> | undefined;
|
|
3308
|
+
env?: Record<string, string> | undefined;
|
|
3241
3309
|
} | undefined;
|
|
3242
3310
|
sitemap?: {
|
|
3243
3311
|
exclude?: boolean | undefined;
|
|
@@ -3302,6 +3370,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3302
3370
|
};
|
|
3303
3371
|
html: string;
|
|
3304
3372
|
}, ...args: unknown[]) => any) | undefined;
|
|
3373
|
+
headers?: Record<string, string> | undefined;
|
|
3374
|
+
env?: Record<string, string> | undefined;
|
|
3305
3375
|
} | undefined;
|
|
3306
3376
|
sitemap?: {
|
|
3307
3377
|
exclude?: boolean | undefined;
|
|
@@ -3674,6 +3744,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3674
3744
|
};
|
|
3675
3745
|
html: string;
|
|
3676
3746
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3747
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3748
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3677
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3678
3750
|
enabled?: boolean | undefined;
|
|
3679
3751
|
outputPath?: string | undefined;
|
|
@@ -3711,6 +3783,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3711
3783
|
};
|
|
3712
3784
|
html: string;
|
|
3713
3785
|
}, ...args: unknown[]) => any) | undefined;
|
|
3786
|
+
headers?: Record<string, string> | undefined;
|
|
3787
|
+
env?: Record<string, string> | undefined;
|
|
3714
3788
|
}, {
|
|
3715
3789
|
enabled?: boolean | undefined;
|
|
3716
3790
|
outputPath?: string | undefined;
|
|
@@ -3748,6 +3822,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3748
3822
|
};
|
|
3749
3823
|
html: string;
|
|
3750
3824
|
}, ...args: unknown[]) => any) | undefined;
|
|
3825
|
+
headers?: Record<string, string> | undefined;
|
|
3826
|
+
env?: Record<string, string> | undefined;
|
|
3751
3827
|
}>>;
|
|
3752
3828
|
}, "strip", z.ZodTypeAny, {
|
|
3753
3829
|
path: string;
|
|
@@ -3788,6 +3864,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3788
3864
|
};
|
|
3789
3865
|
html: string;
|
|
3790
3866
|
}, ...args: unknown[]) => any) | undefined;
|
|
3867
|
+
headers?: Record<string, string> | undefined;
|
|
3868
|
+
env?: Record<string, string> | undefined;
|
|
3791
3869
|
} | undefined;
|
|
3792
3870
|
sitemap?: {
|
|
3793
3871
|
exclude?: boolean | undefined;
|
|
@@ -3852,6 +3930,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3852
3930
|
};
|
|
3853
3931
|
html: string;
|
|
3854
3932
|
}, ...args: unknown[]) => any) | undefined;
|
|
3933
|
+
headers?: Record<string, string> | undefined;
|
|
3934
|
+
env?: Record<string, string> | undefined;
|
|
3855
3935
|
} | undefined;
|
|
3856
3936
|
sitemap?: {
|
|
3857
3937
|
exclude?: boolean | undefined;
|
|
@@ -3919,6 +3999,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3919
3999
|
};
|
|
3920
4000
|
html: string;
|
|
3921
4001
|
}, ...args: unknown[]) => any) | undefined;
|
|
4002
|
+
headers?: Record<string, string> | undefined;
|
|
4003
|
+
env?: Record<string, string> | undefined;
|
|
3922
4004
|
} | undefined;
|
|
3923
4005
|
sitemap?: {
|
|
3924
4006
|
exclude?: boolean | undefined;
|
|
@@ -3988,6 +4070,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3988
4070
|
};
|
|
3989
4071
|
html: string;
|
|
3990
4072
|
}, ...args: unknown[]) => any) | undefined;
|
|
4073
|
+
headers?: Record<string, string> | undefined;
|
|
4074
|
+
env?: Record<string, string> | undefined;
|
|
3991
4075
|
} | undefined;
|
|
3992
4076
|
sitemap?: {
|
|
3993
4077
|
exclude?: boolean | undefined;
|
|
@@ -4242,6 +4326,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4242
4326
|
};
|
|
4243
4327
|
html: string;
|
|
4244
4328
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4329
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4330
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4245
4331
|
}, "strip", z.ZodTypeAny, {
|
|
4246
4332
|
enabled?: boolean | undefined;
|
|
4247
4333
|
outputPath?: string | undefined;
|
|
@@ -4279,6 +4365,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4279
4365
|
};
|
|
4280
4366
|
html: string;
|
|
4281
4367
|
}, ...args: unknown[]) => any) | undefined;
|
|
4368
|
+
headers?: Record<string, string> | undefined;
|
|
4369
|
+
env?: Record<string, string> | undefined;
|
|
4282
4370
|
}, {
|
|
4283
4371
|
enabled?: boolean | undefined;
|
|
4284
4372
|
outputPath?: string | undefined;
|
|
@@ -4316,6 +4404,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4316
4404
|
};
|
|
4317
4405
|
html: string;
|
|
4318
4406
|
}, ...args: unknown[]) => any) | undefined;
|
|
4407
|
+
headers?: Record<string, string> | undefined;
|
|
4408
|
+
env?: Record<string, string> | undefined;
|
|
4319
4409
|
}>>>>;
|
|
4320
4410
|
spa: z.ZodOptional<z.ZodObject<{
|
|
4321
4411
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -4545,6 +4635,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4545
4635
|
};
|
|
4546
4636
|
html: string;
|
|
4547
4637
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4638
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4639
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4548
4640
|
}, "strip", z.ZodTypeAny, {
|
|
4549
4641
|
enabled?: boolean | undefined;
|
|
4550
4642
|
outputPath?: string | undefined;
|
|
@@ -4582,6 +4674,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4582
4674
|
};
|
|
4583
4675
|
html: string;
|
|
4584
4676
|
}, ...args: unknown[]) => any) | undefined;
|
|
4677
|
+
headers?: Record<string, string> | undefined;
|
|
4678
|
+
env?: Record<string, string> | undefined;
|
|
4585
4679
|
}, {
|
|
4586
4680
|
enabled?: boolean | undefined;
|
|
4587
4681
|
outputPath?: string | undefined;
|
|
@@ -4619,6 +4713,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4619
4713
|
};
|
|
4620
4714
|
html: string;
|
|
4621
4715
|
}, ...args: unknown[]) => any) | undefined;
|
|
4716
|
+
headers?: Record<string, string> | undefined;
|
|
4717
|
+
env?: Record<string, string> | undefined;
|
|
4622
4718
|
}>>>, {
|
|
4623
4719
|
enabled: boolean;
|
|
4624
4720
|
outputPath: string;
|
|
@@ -4656,6 +4752,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4656
4752
|
};
|
|
4657
4753
|
html: string;
|
|
4658
4754
|
}, ...args: unknown[]) => any) | undefined;
|
|
4755
|
+
headers?: Record<string, string> | undefined;
|
|
4756
|
+
env?: Record<string, string> | undefined;
|
|
4659
4757
|
}, {
|
|
4660
4758
|
enabled?: boolean | undefined;
|
|
4661
4759
|
outputPath?: string | undefined;
|
|
@@ -4693,6 +4791,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4693
4791
|
};
|
|
4694
4792
|
html: string;
|
|
4695
4793
|
}, ...args: unknown[]) => any) | undefined;
|
|
4794
|
+
headers?: Record<string, string> | undefined;
|
|
4795
|
+
env?: Record<string, string> | undefined;
|
|
4696
4796
|
} | undefined>;
|
|
4697
4797
|
}, "strip", z.ZodTypeAny, {
|
|
4698
4798
|
prerender: {
|
|
@@ -4732,6 +4832,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4732
4832
|
};
|
|
4733
4833
|
html: string;
|
|
4734
4834
|
}, ...args: unknown[]) => any) | undefined;
|
|
4835
|
+
headers?: Record<string, string> | undefined;
|
|
4836
|
+
env?: Record<string, string> | undefined;
|
|
4735
4837
|
};
|
|
4736
4838
|
enabled: boolean;
|
|
4737
4839
|
maskPath: string;
|
|
@@ -4773,6 +4875,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4773
4875
|
};
|
|
4774
4876
|
html: string;
|
|
4775
4877
|
}, ...args: unknown[]) => any) | undefined;
|
|
4878
|
+
headers?: Record<string, string> | undefined;
|
|
4879
|
+
env?: Record<string, string> | undefined;
|
|
4776
4880
|
} | undefined;
|
|
4777
4881
|
enabled?: boolean | undefined;
|
|
4778
4882
|
maskPath?: string | undefined;
|
|
@@ -4865,6 +4969,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4865
4969
|
};
|
|
4866
4970
|
html: string;
|
|
4867
4971
|
}, ...args: unknown[]) => any) | undefined;
|
|
4972
|
+
headers?: Record<string, string> | undefined;
|
|
4973
|
+
env?: Record<string, string> | undefined;
|
|
4868
4974
|
} | undefined;
|
|
4869
4975
|
sitemap?: {
|
|
4870
4976
|
exclude?: boolean | undefined;
|
|
@@ -4932,6 +5038,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4932
5038
|
};
|
|
4933
5039
|
html: string;
|
|
4934
5040
|
}, ...args: unknown[]) => any) | undefined;
|
|
5041
|
+
headers?: Record<string, string> | undefined;
|
|
5042
|
+
env?: Record<string, string> | undefined;
|
|
4935
5043
|
} | undefined;
|
|
4936
5044
|
sitemap?: {
|
|
4937
5045
|
exclude?: boolean | undefined;
|
|
@@ -4998,6 +5106,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4998
5106
|
};
|
|
4999
5107
|
html: string;
|
|
5000
5108
|
}, ...args: unknown[]) => any) | undefined;
|
|
5109
|
+
headers?: Record<string, string> | undefined;
|
|
5110
|
+
env?: Record<string, string> | undefined;
|
|
5001
5111
|
}) | undefined;
|
|
5002
5112
|
sitemap?: {
|
|
5003
5113
|
enabled: boolean;
|
|
@@ -5042,6 +5152,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5042
5152
|
};
|
|
5043
5153
|
html: string;
|
|
5044
5154
|
}, ...args: unknown[]) => any) | undefined;
|
|
5155
|
+
headers?: Record<string, string> | undefined;
|
|
5156
|
+
env?: Record<string, string> | undefined;
|
|
5045
5157
|
};
|
|
5046
5158
|
enabled: boolean;
|
|
5047
5159
|
maskPath: string;
|
|
@@ -5089,6 +5201,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5089
5201
|
};
|
|
5090
5202
|
html: string;
|
|
5091
5203
|
}, ...args: unknown[]) => any) | undefined;
|
|
5204
|
+
headers?: Record<string, string> | undefined;
|
|
5205
|
+
env?: Record<string, string> | undefined;
|
|
5092
5206
|
} | undefined;
|
|
5093
5207
|
sitemap?: {
|
|
5094
5208
|
exclude?: boolean | undefined;
|
|
@@ -5155,6 +5269,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5155
5269
|
};
|
|
5156
5270
|
html: string;
|
|
5157
5271
|
}, ...args: unknown[]) => any) | undefined;
|
|
5272
|
+
headers?: Record<string, string> | undefined;
|
|
5273
|
+
env?: Record<string, string> | undefined;
|
|
5158
5274
|
}) | undefined;
|
|
5159
5275
|
tsr?: {
|
|
5160
5276
|
target?: "react" | "solid" | undefined;
|
|
@@ -5245,6 +5361,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5245
5361
|
};
|
|
5246
5362
|
html: string;
|
|
5247
5363
|
}, ...args: unknown[]) => any) | undefined;
|
|
5364
|
+
headers?: Record<string, string> | undefined;
|
|
5365
|
+
env?: Record<string, string> | undefined;
|
|
5248
5366
|
} | undefined;
|
|
5249
5367
|
sitemap?: {
|
|
5250
5368
|
exclude?: boolean | undefined;
|
|
@@ -5309,6 +5427,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5309
5427
|
};
|
|
5310
5428
|
html: string;
|
|
5311
5429
|
}, ...args: unknown[]) => any) | undefined;
|
|
5430
|
+
headers?: Record<string, string> | undefined;
|
|
5431
|
+
env?: Record<string, string> | undefined;
|
|
5312
5432
|
} | undefined;
|
|
5313
5433
|
enabled?: boolean | undefined;
|
|
5314
5434
|
maskPath?: string | undefined;
|
|
@@ -5402,6 +5522,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5402
5522
|
};
|
|
5403
5523
|
html: string;
|
|
5404
5524
|
}, ...args: unknown[]) => any) | undefined;
|
|
5525
|
+
headers?: Record<string, string> | undefined;
|
|
5526
|
+
env?: Record<string, string> | undefined;
|
|
5405
5527
|
} | undefined;
|
|
5406
5528
|
sitemap?: {
|
|
5407
5529
|
exclude?: boolean | undefined;
|
|
@@ -5469,6 +5591,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5469
5591
|
};
|
|
5470
5592
|
html: string;
|
|
5471
5593
|
}, ...args: unknown[]) => any) | undefined;
|
|
5594
|
+
headers?: Record<string, string> | undefined;
|
|
5595
|
+
env?: Record<string, string> | undefined;
|
|
5472
5596
|
} | undefined;
|
|
5473
5597
|
sitemap?: {
|
|
5474
5598
|
exclude?: boolean | undefined;
|
|
@@ -5535,6 +5659,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5535
5659
|
};
|
|
5536
5660
|
html: string;
|
|
5537
5661
|
}, ...args: unknown[]) => any) | undefined;
|
|
5662
|
+
headers?: Record<string, string> | undefined;
|
|
5663
|
+
env?: Record<string, string> | undefined;
|
|
5538
5664
|
}) | undefined;
|
|
5539
5665
|
sitemap?: {
|
|
5540
5666
|
enabled: boolean;
|
|
@@ -5579,6 +5705,8 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5579
5705
|
};
|
|
5580
5706
|
html: string;
|
|
5581
5707
|
}, ...args: unknown[]) => any) | undefined;
|
|
5708
|
+
headers?: Record<string, string> | undefined;
|
|
5709
|
+
env?: Record<string, string> | undefined;
|
|
5582
5710
|
};
|
|
5583
5711
|
enabled: boolean;
|
|
5584
5712
|
maskPath: string;
|
|
@@ -6052,6 +6180,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6052
6180
|
};
|
|
6053
6181
|
html: string;
|
|
6054
6182
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6183
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6184
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6055
6185
|
}, "strip", z.ZodTypeAny, {
|
|
6056
6186
|
enabled?: boolean | undefined;
|
|
6057
6187
|
outputPath?: string | undefined;
|
|
@@ -6089,6 +6219,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6089
6219
|
};
|
|
6090
6220
|
html: string;
|
|
6091
6221
|
}, ...args: unknown[]) => any) | undefined;
|
|
6222
|
+
headers?: Record<string, string> | undefined;
|
|
6223
|
+
env?: Record<string, string> | undefined;
|
|
6092
6224
|
}, {
|
|
6093
6225
|
enabled?: boolean | undefined;
|
|
6094
6226
|
outputPath?: string | undefined;
|
|
@@ -6126,6 +6258,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6126
6258
|
};
|
|
6127
6259
|
html: string;
|
|
6128
6260
|
}, ...args: unknown[]) => any) | undefined;
|
|
6261
|
+
headers?: Record<string, string> | undefined;
|
|
6262
|
+
env?: Record<string, string> | undefined;
|
|
6129
6263
|
}>>;
|
|
6130
6264
|
}, "strip", z.ZodTypeAny, {
|
|
6131
6265
|
path: string;
|
|
@@ -6166,6 +6300,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6166
6300
|
};
|
|
6167
6301
|
html: string;
|
|
6168
6302
|
}, ...args: unknown[]) => any) | undefined;
|
|
6303
|
+
headers?: Record<string, string> | undefined;
|
|
6304
|
+
env?: Record<string, string> | undefined;
|
|
6169
6305
|
} | undefined;
|
|
6170
6306
|
sitemap?: {
|
|
6171
6307
|
exclude?: boolean | undefined;
|
|
@@ -6230,6 +6366,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6230
6366
|
};
|
|
6231
6367
|
html: string;
|
|
6232
6368
|
}, ...args: unknown[]) => any) | undefined;
|
|
6369
|
+
headers?: Record<string, string> | undefined;
|
|
6370
|
+
env?: Record<string, string> | undefined;
|
|
6233
6371
|
} | undefined;
|
|
6234
6372
|
sitemap?: {
|
|
6235
6373
|
exclude?: boolean | undefined;
|
|
@@ -6602,6 +6740,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6602
6740
|
};
|
|
6603
6741
|
html: string;
|
|
6604
6742
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6743
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6744
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6605
6745
|
}, "strip", z.ZodTypeAny, {
|
|
6606
6746
|
enabled?: boolean | undefined;
|
|
6607
6747
|
outputPath?: string | undefined;
|
|
@@ -6639,6 +6779,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6639
6779
|
};
|
|
6640
6780
|
html: string;
|
|
6641
6781
|
}, ...args: unknown[]) => any) | undefined;
|
|
6782
|
+
headers?: Record<string, string> | undefined;
|
|
6783
|
+
env?: Record<string, string> | undefined;
|
|
6642
6784
|
}, {
|
|
6643
6785
|
enabled?: boolean | undefined;
|
|
6644
6786
|
outputPath?: string | undefined;
|
|
@@ -6676,6 +6818,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6676
6818
|
};
|
|
6677
6819
|
html: string;
|
|
6678
6820
|
}, ...args: unknown[]) => any) | undefined;
|
|
6821
|
+
headers?: Record<string, string> | undefined;
|
|
6822
|
+
env?: Record<string, string> | undefined;
|
|
6679
6823
|
}>>;
|
|
6680
6824
|
}, "strip", z.ZodTypeAny, {
|
|
6681
6825
|
path: string;
|
|
@@ -6716,6 +6860,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6716
6860
|
};
|
|
6717
6861
|
html: string;
|
|
6718
6862
|
}, ...args: unknown[]) => any) | undefined;
|
|
6863
|
+
headers?: Record<string, string> | undefined;
|
|
6864
|
+
env?: Record<string, string> | undefined;
|
|
6719
6865
|
} | undefined;
|
|
6720
6866
|
sitemap?: {
|
|
6721
6867
|
exclude?: boolean | undefined;
|
|
@@ -6780,6 +6926,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6780
6926
|
};
|
|
6781
6927
|
html: string;
|
|
6782
6928
|
}, ...args: unknown[]) => any) | undefined;
|
|
6929
|
+
headers?: Record<string, string> | undefined;
|
|
6930
|
+
env?: Record<string, string> | undefined;
|
|
6783
6931
|
} | undefined;
|
|
6784
6932
|
sitemap?: {
|
|
6785
6933
|
exclude?: boolean | undefined;
|
|
@@ -6847,6 +6995,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6847
6995
|
};
|
|
6848
6996
|
html: string;
|
|
6849
6997
|
}, ...args: unknown[]) => any) | undefined;
|
|
6998
|
+
headers?: Record<string, string> | undefined;
|
|
6999
|
+
env?: Record<string, string> | undefined;
|
|
6850
7000
|
} | undefined;
|
|
6851
7001
|
sitemap?: {
|
|
6852
7002
|
exclude?: boolean | undefined;
|
|
@@ -6916,6 +7066,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6916
7066
|
};
|
|
6917
7067
|
html: string;
|
|
6918
7068
|
}, ...args: unknown[]) => any) | undefined;
|
|
7069
|
+
headers?: Record<string, string> | undefined;
|
|
7070
|
+
env?: Record<string, string> | undefined;
|
|
6919
7071
|
} | undefined;
|
|
6920
7072
|
sitemap?: {
|
|
6921
7073
|
exclude?: boolean | undefined;
|
|
@@ -7170,6 +7322,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7170
7322
|
};
|
|
7171
7323
|
html: string;
|
|
7172
7324
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
7325
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7326
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7173
7327
|
}, "strip", z.ZodTypeAny, {
|
|
7174
7328
|
enabled?: boolean | undefined;
|
|
7175
7329
|
outputPath?: string | undefined;
|
|
@@ -7207,6 +7361,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7207
7361
|
};
|
|
7208
7362
|
html: string;
|
|
7209
7363
|
}, ...args: unknown[]) => any) | undefined;
|
|
7364
|
+
headers?: Record<string, string> | undefined;
|
|
7365
|
+
env?: Record<string, string> | undefined;
|
|
7210
7366
|
}, {
|
|
7211
7367
|
enabled?: boolean | undefined;
|
|
7212
7368
|
outputPath?: string | undefined;
|
|
@@ -7244,6 +7400,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7244
7400
|
};
|
|
7245
7401
|
html: string;
|
|
7246
7402
|
}, ...args: unknown[]) => any) | undefined;
|
|
7403
|
+
headers?: Record<string, string> | undefined;
|
|
7404
|
+
env?: Record<string, string> | undefined;
|
|
7247
7405
|
}>>>>;
|
|
7248
7406
|
spa: z.ZodOptional<z.ZodObject<{
|
|
7249
7407
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -7473,6 +7631,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7473
7631
|
};
|
|
7474
7632
|
html: string;
|
|
7475
7633
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
7634
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7635
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7476
7636
|
}, "strip", z.ZodTypeAny, {
|
|
7477
7637
|
enabled?: boolean | undefined;
|
|
7478
7638
|
outputPath?: string | undefined;
|
|
@@ -7510,6 +7670,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7510
7670
|
};
|
|
7511
7671
|
html: string;
|
|
7512
7672
|
}, ...args: unknown[]) => any) | undefined;
|
|
7673
|
+
headers?: Record<string, string> | undefined;
|
|
7674
|
+
env?: Record<string, string> | undefined;
|
|
7513
7675
|
}, {
|
|
7514
7676
|
enabled?: boolean | undefined;
|
|
7515
7677
|
outputPath?: string | undefined;
|
|
@@ -7547,6 +7709,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7547
7709
|
};
|
|
7548
7710
|
html: string;
|
|
7549
7711
|
}, ...args: unknown[]) => any) | undefined;
|
|
7712
|
+
headers?: Record<string, string> | undefined;
|
|
7713
|
+
env?: Record<string, string> | undefined;
|
|
7550
7714
|
}>>>, {
|
|
7551
7715
|
enabled: boolean;
|
|
7552
7716
|
outputPath: string;
|
|
@@ -7584,6 +7748,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7584
7748
|
};
|
|
7585
7749
|
html: string;
|
|
7586
7750
|
}, ...args: unknown[]) => any) | undefined;
|
|
7751
|
+
headers?: Record<string, string> | undefined;
|
|
7752
|
+
env?: Record<string, string> | undefined;
|
|
7587
7753
|
}, {
|
|
7588
7754
|
enabled?: boolean | undefined;
|
|
7589
7755
|
outputPath?: string | undefined;
|
|
@@ -7621,6 +7787,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7621
7787
|
};
|
|
7622
7788
|
html: string;
|
|
7623
7789
|
}, ...args: unknown[]) => any) | undefined;
|
|
7790
|
+
headers?: Record<string, string> | undefined;
|
|
7791
|
+
env?: Record<string, string> | undefined;
|
|
7624
7792
|
} | undefined>;
|
|
7625
7793
|
}, "strip", z.ZodTypeAny, {
|
|
7626
7794
|
prerender: {
|
|
@@ -7660,6 +7828,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7660
7828
|
};
|
|
7661
7829
|
html: string;
|
|
7662
7830
|
}, ...args: unknown[]) => any) | undefined;
|
|
7831
|
+
headers?: Record<string, string> | undefined;
|
|
7832
|
+
env?: Record<string, string> | undefined;
|
|
7663
7833
|
};
|
|
7664
7834
|
enabled: boolean;
|
|
7665
7835
|
maskPath: string;
|
|
@@ -7701,6 +7871,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7701
7871
|
};
|
|
7702
7872
|
html: string;
|
|
7703
7873
|
}, ...args: unknown[]) => any) | undefined;
|
|
7874
|
+
headers?: Record<string, string> | undefined;
|
|
7875
|
+
env?: Record<string, string> | undefined;
|
|
7704
7876
|
} | undefined;
|
|
7705
7877
|
enabled?: boolean | undefined;
|
|
7706
7878
|
maskPath?: string | undefined;
|
|
@@ -7793,6 +7965,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7793
7965
|
};
|
|
7794
7966
|
html: string;
|
|
7795
7967
|
}, ...args: unknown[]) => any) | undefined;
|
|
7968
|
+
headers?: Record<string, string> | undefined;
|
|
7969
|
+
env?: Record<string, string> | undefined;
|
|
7796
7970
|
} | undefined;
|
|
7797
7971
|
sitemap?: {
|
|
7798
7972
|
exclude?: boolean | undefined;
|
|
@@ -7860,6 +8034,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7860
8034
|
};
|
|
7861
8035
|
html: string;
|
|
7862
8036
|
}, ...args: unknown[]) => any) | undefined;
|
|
8037
|
+
headers?: Record<string, string> | undefined;
|
|
8038
|
+
env?: Record<string, string> | undefined;
|
|
7863
8039
|
} | undefined;
|
|
7864
8040
|
sitemap?: {
|
|
7865
8041
|
exclude?: boolean | undefined;
|
|
@@ -7926,6 +8102,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7926
8102
|
};
|
|
7927
8103
|
html: string;
|
|
7928
8104
|
}, ...args: unknown[]) => any) | undefined;
|
|
8105
|
+
headers?: Record<string, string> | undefined;
|
|
8106
|
+
env?: Record<string, string> | undefined;
|
|
7929
8107
|
}) | undefined;
|
|
7930
8108
|
sitemap?: {
|
|
7931
8109
|
enabled: boolean;
|
|
@@ -7970,6 +8148,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7970
8148
|
};
|
|
7971
8149
|
html: string;
|
|
7972
8150
|
}, ...args: unknown[]) => any) | undefined;
|
|
8151
|
+
headers?: Record<string, string> | undefined;
|
|
8152
|
+
env?: Record<string, string> | undefined;
|
|
7973
8153
|
};
|
|
7974
8154
|
enabled: boolean;
|
|
7975
8155
|
maskPath: string;
|
|
@@ -8017,6 +8197,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8017
8197
|
};
|
|
8018
8198
|
html: string;
|
|
8019
8199
|
}, ...args: unknown[]) => any) | undefined;
|
|
8200
|
+
headers?: Record<string, string> | undefined;
|
|
8201
|
+
env?: Record<string, string> | undefined;
|
|
8020
8202
|
} | undefined;
|
|
8021
8203
|
sitemap?: {
|
|
8022
8204
|
exclude?: boolean | undefined;
|
|
@@ -8083,6 +8265,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8083
8265
|
};
|
|
8084
8266
|
html: string;
|
|
8085
8267
|
}, ...args: unknown[]) => any) | undefined;
|
|
8268
|
+
headers?: Record<string, string> | undefined;
|
|
8269
|
+
env?: Record<string, string> | undefined;
|
|
8086
8270
|
}) | undefined;
|
|
8087
8271
|
tsr?: {
|
|
8088
8272
|
target?: "react" | "solid" | undefined;
|
|
@@ -8173,6 +8357,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8173
8357
|
};
|
|
8174
8358
|
html: string;
|
|
8175
8359
|
}, ...args: unknown[]) => any) | undefined;
|
|
8360
|
+
headers?: Record<string, string> | undefined;
|
|
8361
|
+
env?: Record<string, string> | undefined;
|
|
8176
8362
|
} | undefined;
|
|
8177
8363
|
sitemap?: {
|
|
8178
8364
|
exclude?: boolean | undefined;
|
|
@@ -8237,6 +8423,8 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8237
8423
|
};
|
|
8238
8424
|
html: string;
|
|
8239
8425
|
}, ...args: unknown[]) => any) | undefined;
|
|
8426
|
+
headers?: Record<string, string> | undefined;
|
|
8427
|
+
env?: Record<string, string> | undefined;
|
|
8240
8428
|
} | undefined;
|
|
8241
8429
|
enabled?: boolean | undefined;
|
|
8242
8430
|
maskPath?: string | undefined;
|
|
@@ -8572,6 +8760,8 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8572
8760
|
};
|
|
8573
8761
|
html: string;
|
|
8574
8762
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
8763
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8764
|
+
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8575
8765
|
}, "strip", z.ZodTypeAny, {
|
|
8576
8766
|
enabled?: boolean | undefined;
|
|
8577
8767
|
outputPath?: string | undefined;
|
|
@@ -8609,6 +8799,8 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8609
8799
|
};
|
|
8610
8800
|
html: string;
|
|
8611
8801
|
}, ...args: unknown[]) => any) | undefined;
|
|
8802
|
+
headers?: Record<string, string> | undefined;
|
|
8803
|
+
env?: Record<string, string> | undefined;
|
|
8612
8804
|
}, {
|
|
8613
8805
|
enabled?: boolean | undefined;
|
|
8614
8806
|
outputPath?: string | undefined;
|
|
@@ -8646,6 +8838,8 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8646
8838
|
};
|
|
8647
8839
|
html: string;
|
|
8648
8840
|
}, ...args: unknown[]) => any) | undefined;
|
|
8841
|
+
headers?: Record<string, string> | undefined;
|
|
8842
|
+
env?: Record<string, string> | undefined;
|
|
8649
8843
|
}>>;
|
|
8650
8844
|
}, "strip", z.ZodTypeAny, {
|
|
8651
8845
|
path: string;
|
|
@@ -8686,6 +8880,8 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8686
8880
|
};
|
|
8687
8881
|
html: string;
|
|
8688
8882
|
}, ...args: unknown[]) => any) | undefined;
|
|
8883
|
+
headers?: Record<string, string> | undefined;
|
|
8884
|
+
env?: Record<string, string> | undefined;
|
|
8689
8885
|
} | undefined;
|
|
8690
8886
|
sitemap?: {
|
|
8691
8887
|
exclude?: boolean | undefined;
|
|
@@ -8750,6 +8946,8 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8750
8946
|
};
|
|
8751
8947
|
html: string;
|
|
8752
8948
|
}, ...args: unknown[]) => any) | undefined;
|
|
8949
|
+
headers?: Record<string, string> | undefined;
|
|
8950
|
+
env?: Record<string, string> | undefined;
|
|
8753
8951
|
} | undefined;
|
|
8754
8952
|
sitemap?: {
|
|
8755
8953
|
exclude?: boolean | undefined;
|