@tanstack/start-plugin-core 1.130.1 → 1.130.3
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 +8 -1
- package/dist/cjs/nitro-plugin/plugin.cjs.map +1 -1
- package/dist/cjs/nitro-plugin/prerender.cjs +5 -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 +4 -0
- package/dist/cjs/schema.cjs +2 -1
- package/dist/cjs/schema.cjs.map +1 -1
- package/dist/cjs/schema.d.cts +99 -0
- package/dist/esm/nitro-plugin/plugin.js +8 -1
- package/dist/esm/nitro-plugin/plugin.js.map +1 -1
- package/dist/esm/nitro-plugin/prerender.js +5 -1
- package/dist/esm/nitro-plugin/prerender.js.map +1 -1
- package/dist/esm/plugin.d.ts +4 -0
- package/dist/esm/plugin.js +2 -2
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/schema.d.ts +99 -0
- package/dist/esm/schema.js +2 -1
- package/dist/esm/schema.js.map +1 -1
- package/package.json +5 -5
- package/src/nitro-plugin/plugin.ts +8 -1
- package/src/nitro-plugin/prerender.ts +6 -1
- package/src/plugin.ts +2 -2
- package/src/schema.ts +1 -0
package/dist/esm/schema.d.ts
CHANGED
|
@@ -467,6 +467,7 @@ 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>>;
|
|
470
471
|
}, "strip", z.ZodTypeAny, {
|
|
471
472
|
enabled?: boolean | undefined;
|
|
472
473
|
outputPath?: string | undefined;
|
|
@@ -504,6 +505,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
504
505
|
};
|
|
505
506
|
html: string;
|
|
506
507
|
}, ...args: unknown[]) => any) | undefined;
|
|
508
|
+
headers?: Record<string, string> | undefined;
|
|
507
509
|
}, {
|
|
508
510
|
enabled?: boolean | undefined;
|
|
509
511
|
outputPath?: string | undefined;
|
|
@@ -541,6 +543,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
541
543
|
};
|
|
542
544
|
html: string;
|
|
543
545
|
}, ...args: unknown[]) => any) | undefined;
|
|
546
|
+
headers?: Record<string, string> | undefined;
|
|
544
547
|
}>>;
|
|
545
548
|
}, "strip", z.ZodTypeAny, {
|
|
546
549
|
path: string;
|
|
@@ -581,6 +584,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
581
584
|
};
|
|
582
585
|
html: string;
|
|
583
586
|
}, ...args: unknown[]) => any) | undefined;
|
|
587
|
+
headers?: Record<string, string> | undefined;
|
|
584
588
|
} | undefined;
|
|
585
589
|
sitemap?: {
|
|
586
590
|
exclude?: boolean | undefined;
|
|
@@ -645,6 +649,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
645
649
|
};
|
|
646
650
|
html: string;
|
|
647
651
|
}, ...args: unknown[]) => any) | undefined;
|
|
652
|
+
headers?: Record<string, string> | undefined;
|
|
648
653
|
} | undefined;
|
|
649
654
|
sitemap?: {
|
|
650
655
|
exclude?: boolean | undefined;
|
|
@@ -1017,6 +1022,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1017
1022
|
};
|
|
1018
1023
|
html: string;
|
|
1019
1024
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1025
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1020
1026
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1027
|
enabled?: boolean | undefined;
|
|
1022
1028
|
outputPath?: string | undefined;
|
|
@@ -1054,6 +1060,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1054
1060
|
};
|
|
1055
1061
|
html: string;
|
|
1056
1062
|
}, ...args: unknown[]) => any) | undefined;
|
|
1063
|
+
headers?: Record<string, string> | undefined;
|
|
1057
1064
|
}, {
|
|
1058
1065
|
enabled?: boolean | undefined;
|
|
1059
1066
|
outputPath?: string | undefined;
|
|
@@ -1091,6 +1098,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1091
1098
|
};
|
|
1092
1099
|
html: string;
|
|
1093
1100
|
}, ...args: unknown[]) => any) | undefined;
|
|
1101
|
+
headers?: Record<string, string> | undefined;
|
|
1094
1102
|
}>>;
|
|
1095
1103
|
}, "strip", z.ZodTypeAny, {
|
|
1096
1104
|
path: string;
|
|
@@ -1131,6 +1139,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1131
1139
|
};
|
|
1132
1140
|
html: string;
|
|
1133
1141
|
}, ...args: unknown[]) => any) | undefined;
|
|
1142
|
+
headers?: Record<string, string> | undefined;
|
|
1134
1143
|
} | undefined;
|
|
1135
1144
|
sitemap?: {
|
|
1136
1145
|
exclude?: boolean | undefined;
|
|
@@ -1195,6 +1204,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1195
1204
|
};
|
|
1196
1205
|
html: string;
|
|
1197
1206
|
}, ...args: unknown[]) => any) | undefined;
|
|
1207
|
+
headers?: Record<string, string> | undefined;
|
|
1198
1208
|
} | undefined;
|
|
1199
1209
|
sitemap?: {
|
|
1200
1210
|
exclude?: boolean | undefined;
|
|
@@ -1262,6 +1272,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1262
1272
|
};
|
|
1263
1273
|
html: string;
|
|
1264
1274
|
}, ...args: unknown[]) => any) | undefined;
|
|
1275
|
+
headers?: Record<string, string> | undefined;
|
|
1265
1276
|
} | undefined;
|
|
1266
1277
|
sitemap?: {
|
|
1267
1278
|
exclude?: boolean | undefined;
|
|
@@ -1331,6 +1342,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1331
1342
|
};
|
|
1332
1343
|
html: string;
|
|
1333
1344
|
}, ...args: unknown[]) => any) | undefined;
|
|
1345
|
+
headers?: Record<string, string> | undefined;
|
|
1334
1346
|
} | undefined;
|
|
1335
1347
|
sitemap?: {
|
|
1336
1348
|
exclude?: boolean | undefined;
|
|
@@ -1585,6 +1597,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1585
1597
|
};
|
|
1586
1598
|
html: string;
|
|
1587
1599
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1600
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1588
1601
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1602
|
enabled?: boolean | undefined;
|
|
1590
1603
|
outputPath?: string | undefined;
|
|
@@ -1622,6 +1635,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1622
1635
|
};
|
|
1623
1636
|
html: string;
|
|
1624
1637
|
}, ...args: unknown[]) => any) | undefined;
|
|
1638
|
+
headers?: Record<string, string> | undefined;
|
|
1625
1639
|
}, {
|
|
1626
1640
|
enabled?: boolean | undefined;
|
|
1627
1641
|
outputPath?: string | undefined;
|
|
@@ -1659,6 +1673,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1659
1673
|
};
|
|
1660
1674
|
html: string;
|
|
1661
1675
|
}, ...args: unknown[]) => any) | undefined;
|
|
1676
|
+
headers?: Record<string, string> | undefined;
|
|
1662
1677
|
}>>>>;
|
|
1663
1678
|
spa: z.ZodOptional<z.ZodObject<{
|
|
1664
1679
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1888,6 +1903,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1888
1903
|
};
|
|
1889
1904
|
html: string;
|
|
1890
1905
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1906
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1891
1907
|
}, "strip", z.ZodTypeAny, {
|
|
1892
1908
|
enabled?: boolean | undefined;
|
|
1893
1909
|
outputPath?: string | undefined;
|
|
@@ -1925,6 +1941,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1925
1941
|
};
|
|
1926
1942
|
html: string;
|
|
1927
1943
|
}, ...args: unknown[]) => any) | undefined;
|
|
1944
|
+
headers?: Record<string, string> | undefined;
|
|
1928
1945
|
}, {
|
|
1929
1946
|
enabled?: boolean | undefined;
|
|
1930
1947
|
outputPath?: string | undefined;
|
|
@@ -1962,6 +1979,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1962
1979
|
};
|
|
1963
1980
|
html: string;
|
|
1964
1981
|
}, ...args: unknown[]) => any) | undefined;
|
|
1982
|
+
headers?: Record<string, string> | undefined;
|
|
1965
1983
|
}>>>, {
|
|
1966
1984
|
enabled: boolean;
|
|
1967
1985
|
outputPath: string;
|
|
@@ -1999,6 +2017,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1999
2017
|
};
|
|
2000
2018
|
html: string;
|
|
2001
2019
|
}, ...args: unknown[]) => any) | undefined;
|
|
2020
|
+
headers?: Record<string, string> | undefined;
|
|
2002
2021
|
}, {
|
|
2003
2022
|
enabled?: boolean | undefined;
|
|
2004
2023
|
outputPath?: string | undefined;
|
|
@@ -2036,6 +2055,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2036
2055
|
};
|
|
2037
2056
|
html: string;
|
|
2038
2057
|
}, ...args: unknown[]) => any) | undefined;
|
|
2058
|
+
headers?: Record<string, string> | undefined;
|
|
2039
2059
|
} | undefined>;
|
|
2040
2060
|
}, "strip", z.ZodTypeAny, {
|
|
2041
2061
|
prerender: {
|
|
@@ -2075,6 +2095,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2075
2095
|
};
|
|
2076
2096
|
html: string;
|
|
2077
2097
|
}, ...args: unknown[]) => any) | undefined;
|
|
2098
|
+
headers?: Record<string, string> | undefined;
|
|
2078
2099
|
};
|
|
2079
2100
|
enabled: boolean;
|
|
2080
2101
|
maskPath: string;
|
|
@@ -2116,6 +2137,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2116
2137
|
};
|
|
2117
2138
|
html: string;
|
|
2118
2139
|
}, ...args: unknown[]) => any) | undefined;
|
|
2140
|
+
headers?: Record<string, string> | undefined;
|
|
2119
2141
|
} | undefined;
|
|
2120
2142
|
enabled?: boolean | undefined;
|
|
2121
2143
|
maskPath?: string | undefined;
|
|
@@ -2208,6 +2230,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2208
2230
|
};
|
|
2209
2231
|
html: string;
|
|
2210
2232
|
}, ...args: unknown[]) => any) | undefined;
|
|
2233
|
+
headers?: Record<string, string> | undefined;
|
|
2211
2234
|
} | undefined;
|
|
2212
2235
|
sitemap?: {
|
|
2213
2236
|
exclude?: boolean | undefined;
|
|
@@ -2275,6 +2298,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2275
2298
|
};
|
|
2276
2299
|
html: string;
|
|
2277
2300
|
}, ...args: unknown[]) => any) | undefined;
|
|
2301
|
+
headers?: Record<string, string> | undefined;
|
|
2278
2302
|
} | undefined;
|
|
2279
2303
|
sitemap?: {
|
|
2280
2304
|
exclude?: boolean | undefined;
|
|
@@ -2341,6 +2365,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2341
2365
|
};
|
|
2342
2366
|
html: string;
|
|
2343
2367
|
}, ...args: unknown[]) => any) | undefined;
|
|
2368
|
+
headers?: Record<string, string> | undefined;
|
|
2344
2369
|
}) | undefined;
|
|
2345
2370
|
sitemap?: {
|
|
2346
2371
|
enabled: boolean;
|
|
@@ -2385,6 +2410,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2385
2410
|
};
|
|
2386
2411
|
html: string;
|
|
2387
2412
|
}, ...args: unknown[]) => any) | undefined;
|
|
2413
|
+
headers?: Record<string, string> | undefined;
|
|
2388
2414
|
};
|
|
2389
2415
|
enabled: boolean;
|
|
2390
2416
|
maskPath: string;
|
|
@@ -2432,6 +2458,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2432
2458
|
};
|
|
2433
2459
|
html: string;
|
|
2434
2460
|
}, ...args: unknown[]) => any) | undefined;
|
|
2461
|
+
headers?: Record<string, string> | undefined;
|
|
2435
2462
|
} | undefined;
|
|
2436
2463
|
sitemap?: {
|
|
2437
2464
|
exclude?: boolean | undefined;
|
|
@@ -2498,6 +2525,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2498
2525
|
};
|
|
2499
2526
|
html: string;
|
|
2500
2527
|
}, ...args: unknown[]) => any) | undefined;
|
|
2528
|
+
headers?: Record<string, string> | undefined;
|
|
2501
2529
|
}) | undefined;
|
|
2502
2530
|
tsr?: {
|
|
2503
2531
|
target?: "react" | "solid" | undefined;
|
|
@@ -2588,6 +2616,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2588
2616
|
};
|
|
2589
2617
|
html: string;
|
|
2590
2618
|
}, ...args: unknown[]) => any) | undefined;
|
|
2619
|
+
headers?: Record<string, string> | undefined;
|
|
2591
2620
|
} | undefined;
|
|
2592
2621
|
sitemap?: {
|
|
2593
2622
|
exclude?: boolean | undefined;
|
|
@@ -2652,6 +2681,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2652
2681
|
};
|
|
2653
2682
|
html: string;
|
|
2654
2683
|
}, ...args: unknown[]) => any) | undefined;
|
|
2684
|
+
headers?: Record<string, string> | undefined;
|
|
2655
2685
|
} | undefined;
|
|
2656
2686
|
enabled?: boolean | undefined;
|
|
2657
2687
|
maskPath?: string | undefined;
|
|
@@ -3124,6 +3154,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3124
3154
|
};
|
|
3125
3155
|
html: string;
|
|
3126
3156
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3157
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3127
3158
|
}, "strip", z.ZodTypeAny, {
|
|
3128
3159
|
enabled?: boolean | undefined;
|
|
3129
3160
|
outputPath?: string | undefined;
|
|
@@ -3161,6 +3192,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3161
3192
|
};
|
|
3162
3193
|
html: string;
|
|
3163
3194
|
}, ...args: unknown[]) => any) | undefined;
|
|
3195
|
+
headers?: Record<string, string> | undefined;
|
|
3164
3196
|
}, {
|
|
3165
3197
|
enabled?: boolean | undefined;
|
|
3166
3198
|
outputPath?: string | undefined;
|
|
@@ -3198,6 +3230,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3198
3230
|
};
|
|
3199
3231
|
html: string;
|
|
3200
3232
|
}, ...args: unknown[]) => any) | undefined;
|
|
3233
|
+
headers?: Record<string, string> | undefined;
|
|
3201
3234
|
}>>;
|
|
3202
3235
|
}, "strip", z.ZodTypeAny, {
|
|
3203
3236
|
path: string;
|
|
@@ -3238,6 +3271,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3238
3271
|
};
|
|
3239
3272
|
html: string;
|
|
3240
3273
|
}, ...args: unknown[]) => any) | undefined;
|
|
3274
|
+
headers?: Record<string, string> | undefined;
|
|
3241
3275
|
} | undefined;
|
|
3242
3276
|
sitemap?: {
|
|
3243
3277
|
exclude?: boolean | undefined;
|
|
@@ -3302,6 +3336,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3302
3336
|
};
|
|
3303
3337
|
html: string;
|
|
3304
3338
|
}, ...args: unknown[]) => any) | undefined;
|
|
3339
|
+
headers?: Record<string, string> | undefined;
|
|
3305
3340
|
} | undefined;
|
|
3306
3341
|
sitemap?: {
|
|
3307
3342
|
exclude?: boolean | undefined;
|
|
@@ -3674,6 +3709,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3674
3709
|
};
|
|
3675
3710
|
html: string;
|
|
3676
3711
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3712
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3677
3713
|
}, "strip", z.ZodTypeAny, {
|
|
3678
3714
|
enabled?: boolean | undefined;
|
|
3679
3715
|
outputPath?: string | undefined;
|
|
@@ -3711,6 +3747,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3711
3747
|
};
|
|
3712
3748
|
html: string;
|
|
3713
3749
|
}, ...args: unknown[]) => any) | undefined;
|
|
3750
|
+
headers?: Record<string, string> | undefined;
|
|
3714
3751
|
}, {
|
|
3715
3752
|
enabled?: boolean | undefined;
|
|
3716
3753
|
outputPath?: string | undefined;
|
|
@@ -3748,6 +3785,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3748
3785
|
};
|
|
3749
3786
|
html: string;
|
|
3750
3787
|
}, ...args: unknown[]) => any) | undefined;
|
|
3788
|
+
headers?: Record<string, string> | undefined;
|
|
3751
3789
|
}>>;
|
|
3752
3790
|
}, "strip", z.ZodTypeAny, {
|
|
3753
3791
|
path: string;
|
|
@@ -3788,6 +3826,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3788
3826
|
};
|
|
3789
3827
|
html: string;
|
|
3790
3828
|
}, ...args: unknown[]) => any) | undefined;
|
|
3829
|
+
headers?: Record<string, string> | undefined;
|
|
3791
3830
|
} | undefined;
|
|
3792
3831
|
sitemap?: {
|
|
3793
3832
|
exclude?: boolean | undefined;
|
|
@@ -3852,6 +3891,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3852
3891
|
};
|
|
3853
3892
|
html: string;
|
|
3854
3893
|
}, ...args: unknown[]) => any) | undefined;
|
|
3894
|
+
headers?: Record<string, string> | undefined;
|
|
3855
3895
|
} | undefined;
|
|
3856
3896
|
sitemap?: {
|
|
3857
3897
|
exclude?: boolean | undefined;
|
|
@@ -3919,6 +3959,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3919
3959
|
};
|
|
3920
3960
|
html: string;
|
|
3921
3961
|
}, ...args: unknown[]) => any) | undefined;
|
|
3962
|
+
headers?: Record<string, string> | undefined;
|
|
3922
3963
|
} | undefined;
|
|
3923
3964
|
sitemap?: {
|
|
3924
3965
|
exclude?: boolean | undefined;
|
|
@@ -3988,6 +4029,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3988
4029
|
};
|
|
3989
4030
|
html: string;
|
|
3990
4031
|
}, ...args: unknown[]) => any) | undefined;
|
|
4032
|
+
headers?: Record<string, string> | undefined;
|
|
3991
4033
|
} | undefined;
|
|
3992
4034
|
sitemap?: {
|
|
3993
4035
|
exclude?: boolean | undefined;
|
|
@@ -4242,6 +4284,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4242
4284
|
};
|
|
4243
4285
|
html: string;
|
|
4244
4286
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4287
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4245
4288
|
}, "strip", z.ZodTypeAny, {
|
|
4246
4289
|
enabled?: boolean | undefined;
|
|
4247
4290
|
outputPath?: string | undefined;
|
|
@@ -4279,6 +4322,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4279
4322
|
};
|
|
4280
4323
|
html: string;
|
|
4281
4324
|
}, ...args: unknown[]) => any) | undefined;
|
|
4325
|
+
headers?: Record<string, string> | undefined;
|
|
4282
4326
|
}, {
|
|
4283
4327
|
enabled?: boolean | undefined;
|
|
4284
4328
|
outputPath?: string | undefined;
|
|
@@ -4316,6 +4360,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4316
4360
|
};
|
|
4317
4361
|
html: string;
|
|
4318
4362
|
}, ...args: unknown[]) => any) | undefined;
|
|
4363
|
+
headers?: Record<string, string> | undefined;
|
|
4319
4364
|
}>>>>;
|
|
4320
4365
|
spa: z.ZodOptional<z.ZodObject<{
|
|
4321
4366
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -4545,6 +4590,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4545
4590
|
};
|
|
4546
4591
|
html: string;
|
|
4547
4592
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4593
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4548
4594
|
}, "strip", z.ZodTypeAny, {
|
|
4549
4595
|
enabled?: boolean | undefined;
|
|
4550
4596
|
outputPath?: string | undefined;
|
|
@@ -4582,6 +4628,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4582
4628
|
};
|
|
4583
4629
|
html: string;
|
|
4584
4630
|
}, ...args: unknown[]) => any) | undefined;
|
|
4631
|
+
headers?: Record<string, string> | undefined;
|
|
4585
4632
|
}, {
|
|
4586
4633
|
enabled?: boolean | undefined;
|
|
4587
4634
|
outputPath?: string | undefined;
|
|
@@ -4619,6 +4666,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4619
4666
|
};
|
|
4620
4667
|
html: string;
|
|
4621
4668
|
}, ...args: unknown[]) => any) | undefined;
|
|
4669
|
+
headers?: Record<string, string> | undefined;
|
|
4622
4670
|
}>>>, {
|
|
4623
4671
|
enabled: boolean;
|
|
4624
4672
|
outputPath: string;
|
|
@@ -4656,6 +4704,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4656
4704
|
};
|
|
4657
4705
|
html: string;
|
|
4658
4706
|
}, ...args: unknown[]) => any) | undefined;
|
|
4707
|
+
headers?: Record<string, string> | undefined;
|
|
4659
4708
|
}, {
|
|
4660
4709
|
enabled?: boolean | undefined;
|
|
4661
4710
|
outputPath?: string | undefined;
|
|
@@ -4693,6 +4742,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4693
4742
|
};
|
|
4694
4743
|
html: string;
|
|
4695
4744
|
}, ...args: unknown[]) => any) | undefined;
|
|
4745
|
+
headers?: Record<string, string> | undefined;
|
|
4696
4746
|
} | undefined>;
|
|
4697
4747
|
}, "strip", z.ZodTypeAny, {
|
|
4698
4748
|
prerender: {
|
|
@@ -4732,6 +4782,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4732
4782
|
};
|
|
4733
4783
|
html: string;
|
|
4734
4784
|
}, ...args: unknown[]) => any) | undefined;
|
|
4785
|
+
headers?: Record<string, string> | undefined;
|
|
4735
4786
|
};
|
|
4736
4787
|
enabled: boolean;
|
|
4737
4788
|
maskPath: string;
|
|
@@ -4773,6 +4824,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4773
4824
|
};
|
|
4774
4825
|
html: string;
|
|
4775
4826
|
}, ...args: unknown[]) => any) | undefined;
|
|
4827
|
+
headers?: Record<string, string> | undefined;
|
|
4776
4828
|
} | undefined;
|
|
4777
4829
|
enabled?: boolean | undefined;
|
|
4778
4830
|
maskPath?: string | undefined;
|
|
@@ -4865,6 +4917,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4865
4917
|
};
|
|
4866
4918
|
html: string;
|
|
4867
4919
|
}, ...args: unknown[]) => any) | undefined;
|
|
4920
|
+
headers?: Record<string, string> | undefined;
|
|
4868
4921
|
} | undefined;
|
|
4869
4922
|
sitemap?: {
|
|
4870
4923
|
exclude?: boolean | undefined;
|
|
@@ -4932,6 +4985,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4932
4985
|
};
|
|
4933
4986
|
html: string;
|
|
4934
4987
|
}, ...args: unknown[]) => any) | undefined;
|
|
4988
|
+
headers?: Record<string, string> | undefined;
|
|
4935
4989
|
} | undefined;
|
|
4936
4990
|
sitemap?: {
|
|
4937
4991
|
exclude?: boolean | undefined;
|
|
@@ -4998,6 +5052,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4998
5052
|
};
|
|
4999
5053
|
html: string;
|
|
5000
5054
|
}, ...args: unknown[]) => any) | undefined;
|
|
5055
|
+
headers?: Record<string, string> | undefined;
|
|
5001
5056
|
}) | undefined;
|
|
5002
5057
|
sitemap?: {
|
|
5003
5058
|
enabled: boolean;
|
|
@@ -5042,6 +5097,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5042
5097
|
};
|
|
5043
5098
|
html: string;
|
|
5044
5099
|
}, ...args: unknown[]) => any) | undefined;
|
|
5100
|
+
headers?: Record<string, string> | undefined;
|
|
5045
5101
|
};
|
|
5046
5102
|
enabled: boolean;
|
|
5047
5103
|
maskPath: string;
|
|
@@ -5089,6 +5145,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5089
5145
|
};
|
|
5090
5146
|
html: string;
|
|
5091
5147
|
}, ...args: unknown[]) => any) | undefined;
|
|
5148
|
+
headers?: Record<string, string> | undefined;
|
|
5092
5149
|
} | undefined;
|
|
5093
5150
|
sitemap?: {
|
|
5094
5151
|
exclude?: boolean | undefined;
|
|
@@ -5155,6 +5212,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5155
5212
|
};
|
|
5156
5213
|
html: string;
|
|
5157
5214
|
}, ...args: unknown[]) => any) | undefined;
|
|
5215
|
+
headers?: Record<string, string> | undefined;
|
|
5158
5216
|
}) | undefined;
|
|
5159
5217
|
tsr?: {
|
|
5160
5218
|
target?: "react" | "solid" | undefined;
|
|
@@ -5245,6 +5303,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5245
5303
|
};
|
|
5246
5304
|
html: string;
|
|
5247
5305
|
}, ...args: unknown[]) => any) | undefined;
|
|
5306
|
+
headers?: Record<string, string> | undefined;
|
|
5248
5307
|
} | undefined;
|
|
5249
5308
|
sitemap?: {
|
|
5250
5309
|
exclude?: boolean | undefined;
|
|
@@ -5309,6 +5368,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5309
5368
|
};
|
|
5310
5369
|
html: string;
|
|
5311
5370
|
}, ...args: unknown[]) => any) | undefined;
|
|
5371
|
+
headers?: Record<string, string> | undefined;
|
|
5312
5372
|
} | undefined;
|
|
5313
5373
|
enabled?: boolean | undefined;
|
|
5314
5374
|
maskPath?: string | undefined;
|
|
@@ -5402,6 +5462,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5402
5462
|
};
|
|
5403
5463
|
html: string;
|
|
5404
5464
|
}, ...args: unknown[]) => any) | undefined;
|
|
5465
|
+
headers?: Record<string, string> | undefined;
|
|
5405
5466
|
} | undefined;
|
|
5406
5467
|
sitemap?: {
|
|
5407
5468
|
exclude?: boolean | undefined;
|
|
@@ -5469,6 +5530,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5469
5530
|
};
|
|
5470
5531
|
html: string;
|
|
5471
5532
|
}, ...args: unknown[]) => any) | undefined;
|
|
5533
|
+
headers?: Record<string, string> | undefined;
|
|
5472
5534
|
} | undefined;
|
|
5473
5535
|
sitemap?: {
|
|
5474
5536
|
exclude?: boolean | undefined;
|
|
@@ -5535,6 +5597,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5535
5597
|
};
|
|
5536
5598
|
html: string;
|
|
5537
5599
|
}, ...args: unknown[]) => any) | undefined;
|
|
5600
|
+
headers?: Record<string, string> | undefined;
|
|
5538
5601
|
}) | undefined;
|
|
5539
5602
|
sitemap?: {
|
|
5540
5603
|
enabled: boolean;
|
|
@@ -5579,6 +5642,7 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5579
5642
|
};
|
|
5580
5643
|
html: string;
|
|
5581
5644
|
}, ...args: unknown[]) => any) | undefined;
|
|
5645
|
+
headers?: Record<string, string> | undefined;
|
|
5582
5646
|
};
|
|
5583
5647
|
enabled: boolean;
|
|
5584
5648
|
maskPath: string;
|
|
@@ -6052,6 +6116,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6052
6116
|
};
|
|
6053
6117
|
html: string;
|
|
6054
6118
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6119
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6055
6120
|
}, "strip", z.ZodTypeAny, {
|
|
6056
6121
|
enabled?: boolean | undefined;
|
|
6057
6122
|
outputPath?: string | undefined;
|
|
@@ -6089,6 +6154,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6089
6154
|
};
|
|
6090
6155
|
html: string;
|
|
6091
6156
|
}, ...args: unknown[]) => any) | undefined;
|
|
6157
|
+
headers?: Record<string, string> | undefined;
|
|
6092
6158
|
}, {
|
|
6093
6159
|
enabled?: boolean | undefined;
|
|
6094
6160
|
outputPath?: string | undefined;
|
|
@@ -6126,6 +6192,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6126
6192
|
};
|
|
6127
6193
|
html: string;
|
|
6128
6194
|
}, ...args: unknown[]) => any) | undefined;
|
|
6195
|
+
headers?: Record<string, string> | undefined;
|
|
6129
6196
|
}>>;
|
|
6130
6197
|
}, "strip", z.ZodTypeAny, {
|
|
6131
6198
|
path: string;
|
|
@@ -6166,6 +6233,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6166
6233
|
};
|
|
6167
6234
|
html: string;
|
|
6168
6235
|
}, ...args: unknown[]) => any) | undefined;
|
|
6236
|
+
headers?: Record<string, string> | undefined;
|
|
6169
6237
|
} | undefined;
|
|
6170
6238
|
sitemap?: {
|
|
6171
6239
|
exclude?: boolean | undefined;
|
|
@@ -6230,6 +6298,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6230
6298
|
};
|
|
6231
6299
|
html: string;
|
|
6232
6300
|
}, ...args: unknown[]) => any) | undefined;
|
|
6301
|
+
headers?: Record<string, string> | undefined;
|
|
6233
6302
|
} | undefined;
|
|
6234
6303
|
sitemap?: {
|
|
6235
6304
|
exclude?: boolean | undefined;
|
|
@@ -6602,6 +6671,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6602
6671
|
};
|
|
6603
6672
|
html: string;
|
|
6604
6673
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6674
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6605
6675
|
}, "strip", z.ZodTypeAny, {
|
|
6606
6676
|
enabled?: boolean | undefined;
|
|
6607
6677
|
outputPath?: string | undefined;
|
|
@@ -6639,6 +6709,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6639
6709
|
};
|
|
6640
6710
|
html: string;
|
|
6641
6711
|
}, ...args: unknown[]) => any) | undefined;
|
|
6712
|
+
headers?: Record<string, string> | undefined;
|
|
6642
6713
|
}, {
|
|
6643
6714
|
enabled?: boolean | undefined;
|
|
6644
6715
|
outputPath?: string | undefined;
|
|
@@ -6676,6 +6747,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6676
6747
|
};
|
|
6677
6748
|
html: string;
|
|
6678
6749
|
}, ...args: unknown[]) => any) | undefined;
|
|
6750
|
+
headers?: Record<string, string> | undefined;
|
|
6679
6751
|
}>>;
|
|
6680
6752
|
}, "strip", z.ZodTypeAny, {
|
|
6681
6753
|
path: string;
|
|
@@ -6716,6 +6788,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6716
6788
|
};
|
|
6717
6789
|
html: string;
|
|
6718
6790
|
}, ...args: unknown[]) => any) | undefined;
|
|
6791
|
+
headers?: Record<string, string> | undefined;
|
|
6719
6792
|
} | undefined;
|
|
6720
6793
|
sitemap?: {
|
|
6721
6794
|
exclude?: boolean | undefined;
|
|
@@ -6780,6 +6853,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6780
6853
|
};
|
|
6781
6854
|
html: string;
|
|
6782
6855
|
}, ...args: unknown[]) => any) | undefined;
|
|
6856
|
+
headers?: Record<string, string> | undefined;
|
|
6783
6857
|
} | undefined;
|
|
6784
6858
|
sitemap?: {
|
|
6785
6859
|
exclude?: boolean | undefined;
|
|
@@ -6847,6 +6921,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6847
6921
|
};
|
|
6848
6922
|
html: string;
|
|
6849
6923
|
}, ...args: unknown[]) => any) | undefined;
|
|
6924
|
+
headers?: Record<string, string> | undefined;
|
|
6850
6925
|
} | undefined;
|
|
6851
6926
|
sitemap?: {
|
|
6852
6927
|
exclude?: boolean | undefined;
|
|
@@ -6916,6 +6991,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6916
6991
|
};
|
|
6917
6992
|
html: string;
|
|
6918
6993
|
}, ...args: unknown[]) => any) | undefined;
|
|
6994
|
+
headers?: Record<string, string> | undefined;
|
|
6919
6995
|
} | undefined;
|
|
6920
6996
|
sitemap?: {
|
|
6921
6997
|
exclude?: boolean | undefined;
|
|
@@ -7170,6 +7246,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7170
7246
|
};
|
|
7171
7247
|
html: string;
|
|
7172
7248
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
7249
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7173
7250
|
}, "strip", z.ZodTypeAny, {
|
|
7174
7251
|
enabled?: boolean | undefined;
|
|
7175
7252
|
outputPath?: string | undefined;
|
|
@@ -7207,6 +7284,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7207
7284
|
};
|
|
7208
7285
|
html: string;
|
|
7209
7286
|
}, ...args: unknown[]) => any) | undefined;
|
|
7287
|
+
headers?: Record<string, string> | undefined;
|
|
7210
7288
|
}, {
|
|
7211
7289
|
enabled?: boolean | undefined;
|
|
7212
7290
|
outputPath?: string | undefined;
|
|
@@ -7244,6 +7322,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7244
7322
|
};
|
|
7245
7323
|
html: string;
|
|
7246
7324
|
}, ...args: unknown[]) => any) | undefined;
|
|
7325
|
+
headers?: Record<string, string> | undefined;
|
|
7247
7326
|
}>>>>;
|
|
7248
7327
|
spa: z.ZodOptional<z.ZodObject<{
|
|
7249
7328
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -7473,6 +7552,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7473
7552
|
};
|
|
7474
7553
|
html: string;
|
|
7475
7554
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
7555
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7476
7556
|
}, "strip", z.ZodTypeAny, {
|
|
7477
7557
|
enabled?: boolean | undefined;
|
|
7478
7558
|
outputPath?: string | undefined;
|
|
@@ -7510,6 +7590,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7510
7590
|
};
|
|
7511
7591
|
html: string;
|
|
7512
7592
|
}, ...args: unknown[]) => any) | undefined;
|
|
7593
|
+
headers?: Record<string, string> | undefined;
|
|
7513
7594
|
}, {
|
|
7514
7595
|
enabled?: boolean | undefined;
|
|
7515
7596
|
outputPath?: string | undefined;
|
|
@@ -7547,6 +7628,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7547
7628
|
};
|
|
7548
7629
|
html: string;
|
|
7549
7630
|
}, ...args: unknown[]) => any) | undefined;
|
|
7631
|
+
headers?: Record<string, string> | undefined;
|
|
7550
7632
|
}>>>, {
|
|
7551
7633
|
enabled: boolean;
|
|
7552
7634
|
outputPath: string;
|
|
@@ -7584,6 +7666,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7584
7666
|
};
|
|
7585
7667
|
html: string;
|
|
7586
7668
|
}, ...args: unknown[]) => any) | undefined;
|
|
7669
|
+
headers?: Record<string, string> | undefined;
|
|
7587
7670
|
}, {
|
|
7588
7671
|
enabled?: boolean | undefined;
|
|
7589
7672
|
outputPath?: string | undefined;
|
|
@@ -7621,6 +7704,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7621
7704
|
};
|
|
7622
7705
|
html: string;
|
|
7623
7706
|
}, ...args: unknown[]) => any) | undefined;
|
|
7707
|
+
headers?: Record<string, string> | undefined;
|
|
7624
7708
|
} | undefined>;
|
|
7625
7709
|
}, "strip", z.ZodTypeAny, {
|
|
7626
7710
|
prerender: {
|
|
@@ -7660,6 +7744,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7660
7744
|
};
|
|
7661
7745
|
html: string;
|
|
7662
7746
|
}, ...args: unknown[]) => any) | undefined;
|
|
7747
|
+
headers?: Record<string, string> | undefined;
|
|
7663
7748
|
};
|
|
7664
7749
|
enabled: boolean;
|
|
7665
7750
|
maskPath: string;
|
|
@@ -7701,6 +7786,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7701
7786
|
};
|
|
7702
7787
|
html: string;
|
|
7703
7788
|
}, ...args: unknown[]) => any) | undefined;
|
|
7789
|
+
headers?: Record<string, string> | undefined;
|
|
7704
7790
|
} | undefined;
|
|
7705
7791
|
enabled?: boolean | undefined;
|
|
7706
7792
|
maskPath?: string | undefined;
|
|
@@ -7793,6 +7879,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7793
7879
|
};
|
|
7794
7880
|
html: string;
|
|
7795
7881
|
}, ...args: unknown[]) => any) | undefined;
|
|
7882
|
+
headers?: Record<string, string> | undefined;
|
|
7796
7883
|
} | undefined;
|
|
7797
7884
|
sitemap?: {
|
|
7798
7885
|
exclude?: boolean | undefined;
|
|
@@ -7860,6 +7947,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7860
7947
|
};
|
|
7861
7948
|
html: string;
|
|
7862
7949
|
}, ...args: unknown[]) => any) | undefined;
|
|
7950
|
+
headers?: Record<string, string> | undefined;
|
|
7863
7951
|
} | undefined;
|
|
7864
7952
|
sitemap?: {
|
|
7865
7953
|
exclude?: boolean | undefined;
|
|
@@ -7926,6 +8014,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7926
8014
|
};
|
|
7927
8015
|
html: string;
|
|
7928
8016
|
}, ...args: unknown[]) => any) | undefined;
|
|
8017
|
+
headers?: Record<string, string> | undefined;
|
|
7929
8018
|
}) | undefined;
|
|
7930
8019
|
sitemap?: {
|
|
7931
8020
|
enabled: boolean;
|
|
@@ -7970,6 +8059,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7970
8059
|
};
|
|
7971
8060
|
html: string;
|
|
7972
8061
|
}, ...args: unknown[]) => any) | undefined;
|
|
8062
|
+
headers?: Record<string, string> | undefined;
|
|
7973
8063
|
};
|
|
7974
8064
|
enabled: boolean;
|
|
7975
8065
|
maskPath: string;
|
|
@@ -8017,6 +8107,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8017
8107
|
};
|
|
8018
8108
|
html: string;
|
|
8019
8109
|
}, ...args: unknown[]) => any) | undefined;
|
|
8110
|
+
headers?: Record<string, string> | undefined;
|
|
8020
8111
|
} | undefined;
|
|
8021
8112
|
sitemap?: {
|
|
8022
8113
|
exclude?: boolean | undefined;
|
|
@@ -8083,6 +8174,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8083
8174
|
};
|
|
8084
8175
|
html: string;
|
|
8085
8176
|
}, ...args: unknown[]) => any) | undefined;
|
|
8177
|
+
headers?: Record<string, string> | undefined;
|
|
8086
8178
|
}) | undefined;
|
|
8087
8179
|
tsr?: {
|
|
8088
8180
|
target?: "react" | "solid" | undefined;
|
|
@@ -8173,6 +8265,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8173
8265
|
};
|
|
8174
8266
|
html: string;
|
|
8175
8267
|
}, ...args: unknown[]) => any) | undefined;
|
|
8268
|
+
headers?: Record<string, string> | undefined;
|
|
8176
8269
|
} | undefined;
|
|
8177
8270
|
sitemap?: {
|
|
8178
8271
|
exclude?: boolean | undefined;
|
|
@@ -8237,6 +8330,7 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8237
8330
|
};
|
|
8238
8331
|
html: string;
|
|
8239
8332
|
}, ...args: unknown[]) => any) | undefined;
|
|
8333
|
+
headers?: Record<string, string> | undefined;
|
|
8240
8334
|
} | undefined;
|
|
8241
8335
|
enabled?: boolean | undefined;
|
|
8242
8336
|
maskPath?: string | undefined;
|
|
@@ -8572,6 +8666,7 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8572
8666
|
};
|
|
8573
8667
|
html: string;
|
|
8574
8668
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
8669
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8575
8670
|
}, "strip", z.ZodTypeAny, {
|
|
8576
8671
|
enabled?: boolean | undefined;
|
|
8577
8672
|
outputPath?: string | undefined;
|
|
@@ -8609,6 +8704,7 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8609
8704
|
};
|
|
8610
8705
|
html: string;
|
|
8611
8706
|
}, ...args: unknown[]) => any) | undefined;
|
|
8707
|
+
headers?: Record<string, string> | undefined;
|
|
8612
8708
|
}, {
|
|
8613
8709
|
enabled?: boolean | undefined;
|
|
8614
8710
|
outputPath?: string | undefined;
|
|
@@ -8646,6 +8742,7 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8646
8742
|
};
|
|
8647
8743
|
html: string;
|
|
8648
8744
|
}, ...args: unknown[]) => any) | undefined;
|
|
8745
|
+
headers?: Record<string, string> | undefined;
|
|
8649
8746
|
}>>;
|
|
8650
8747
|
}, "strip", z.ZodTypeAny, {
|
|
8651
8748
|
path: string;
|
|
@@ -8686,6 +8783,7 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8686
8783
|
};
|
|
8687
8784
|
html: string;
|
|
8688
8785
|
}, ...args: unknown[]) => any) | undefined;
|
|
8786
|
+
headers?: Record<string, string> | undefined;
|
|
8689
8787
|
} | undefined;
|
|
8690
8788
|
sitemap?: {
|
|
8691
8789
|
exclude?: boolean | undefined;
|
|
@@ -8750,6 +8848,7 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8750
8848
|
};
|
|
8751
8849
|
html: string;
|
|
8752
8850
|
}, ...args: unknown[]) => any) | undefined;
|
|
8851
|
+
headers?: Record<string, string> | undefined;
|
|
8753
8852
|
} | undefined;
|
|
8754
8853
|
sitemap?: {
|
|
8755
8854
|
exclude?: boolean | undefined;
|