@mintlify/validation 0.1.599 → 0.1.601
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/mint-config/schemas/v2/index.d.ts +27 -0
- package/dist/mint-config/schemas/v2/properties/variables.d.ts +2 -0
- package/dist/mint-config/schemas/v2/properties/variables.js +4 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +1 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.js +2 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +3 -0
- package/dist/mint-config/validateConfig.d.ts +16 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/trieve.d.ts +4 -2
- package/dist/types/deployment/trieve.js +2 -1
- package/package.json +2 -2
|
@@ -1499,6 +1499,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1499
1499
|
}, {
|
|
1500
1500
|
timestamp?: boolean | undefined;
|
|
1501
1501
|
}>>>;
|
|
1502
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1502
1503
|
theme: z.ZodLiteral<"mint">;
|
|
1503
1504
|
}, "strip", z.ZodTypeAny, {
|
|
1504
1505
|
name: string;
|
|
@@ -1847,6 +1848,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1847
1848
|
interaction?: {
|
|
1848
1849
|
drilldown?: boolean | undefined;
|
|
1849
1850
|
} | undefined;
|
|
1851
|
+
variables?: Record<string, string> | undefined;
|
|
1850
1852
|
}, {
|
|
1851
1853
|
name: string;
|
|
1852
1854
|
theme: "mint";
|
|
@@ -2194,6 +2196,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2194
2196
|
interaction?: {
|
|
2195
2197
|
drilldown?: boolean | undefined;
|
|
2196
2198
|
} | undefined;
|
|
2199
|
+
variables?: Record<string, string> | undefined;
|
|
2197
2200
|
}>, z.ZodObject<{
|
|
2198
2201
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2199
2202
|
name: z.ZodString;
|
|
@@ -3691,6 +3694,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3691
3694
|
}, {
|
|
3692
3695
|
timestamp?: boolean | undefined;
|
|
3693
3696
|
}>>>;
|
|
3697
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3694
3698
|
theme: z.ZodLiteral<"maple">;
|
|
3695
3699
|
}, "strip", z.ZodTypeAny, {
|
|
3696
3700
|
name: string;
|
|
@@ -4039,6 +4043,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4039
4043
|
interaction?: {
|
|
4040
4044
|
drilldown?: boolean | undefined;
|
|
4041
4045
|
} | undefined;
|
|
4046
|
+
variables?: Record<string, string> | undefined;
|
|
4042
4047
|
}, {
|
|
4043
4048
|
name: string;
|
|
4044
4049
|
theme: "maple";
|
|
@@ -4386,6 +4391,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4386
4391
|
interaction?: {
|
|
4387
4392
|
drilldown?: boolean | undefined;
|
|
4388
4393
|
} | undefined;
|
|
4394
|
+
variables?: Record<string, string> | undefined;
|
|
4389
4395
|
}>, z.ZodObject<{
|
|
4390
4396
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4391
4397
|
name: z.ZodString;
|
|
@@ -5883,6 +5889,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5883
5889
|
}, {
|
|
5884
5890
|
timestamp?: boolean | undefined;
|
|
5885
5891
|
}>>>;
|
|
5892
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5886
5893
|
theme: z.ZodLiteral<"palm">;
|
|
5887
5894
|
}, "strip", z.ZodTypeAny, {
|
|
5888
5895
|
name: string;
|
|
@@ -6231,6 +6238,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6231
6238
|
interaction?: {
|
|
6232
6239
|
drilldown?: boolean | undefined;
|
|
6233
6240
|
} | undefined;
|
|
6241
|
+
variables?: Record<string, string> | undefined;
|
|
6234
6242
|
}, {
|
|
6235
6243
|
name: string;
|
|
6236
6244
|
theme: "palm";
|
|
@@ -6578,6 +6586,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6578
6586
|
interaction?: {
|
|
6579
6587
|
drilldown?: boolean | undefined;
|
|
6580
6588
|
} | undefined;
|
|
6589
|
+
variables?: Record<string, string> | undefined;
|
|
6581
6590
|
}>, z.ZodObject<{
|
|
6582
6591
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6583
6592
|
name: z.ZodString;
|
|
@@ -8075,6 +8084,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8075
8084
|
}, {
|
|
8076
8085
|
timestamp?: boolean | undefined;
|
|
8077
8086
|
}>>>;
|
|
8087
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8078
8088
|
theme: z.ZodLiteral<"willow">;
|
|
8079
8089
|
}, "strip", z.ZodTypeAny, {
|
|
8080
8090
|
name: string;
|
|
@@ -8423,6 +8433,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8423
8433
|
interaction?: {
|
|
8424
8434
|
drilldown?: boolean | undefined;
|
|
8425
8435
|
} | undefined;
|
|
8436
|
+
variables?: Record<string, string> | undefined;
|
|
8426
8437
|
}, {
|
|
8427
8438
|
name: string;
|
|
8428
8439
|
theme: "willow";
|
|
@@ -8770,6 +8781,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8770
8781
|
interaction?: {
|
|
8771
8782
|
drilldown?: boolean | undefined;
|
|
8772
8783
|
} | undefined;
|
|
8784
|
+
variables?: Record<string, string> | undefined;
|
|
8773
8785
|
}>, z.ZodObject<{
|
|
8774
8786
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8775
8787
|
name: z.ZodString;
|
|
@@ -10267,6 +10279,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10267
10279
|
}, {
|
|
10268
10280
|
timestamp?: boolean | undefined;
|
|
10269
10281
|
}>>>;
|
|
10282
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
10270
10283
|
theme: z.ZodLiteral<"linden">;
|
|
10271
10284
|
}, "strip", z.ZodTypeAny, {
|
|
10272
10285
|
name: string;
|
|
@@ -10615,6 +10628,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10615
10628
|
interaction?: {
|
|
10616
10629
|
drilldown?: boolean | undefined;
|
|
10617
10630
|
} | undefined;
|
|
10631
|
+
variables?: Record<string, string> | undefined;
|
|
10618
10632
|
}, {
|
|
10619
10633
|
name: string;
|
|
10620
10634
|
theme: "linden";
|
|
@@ -10962,6 +10976,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10962
10976
|
interaction?: {
|
|
10963
10977
|
drilldown?: boolean | undefined;
|
|
10964
10978
|
} | undefined;
|
|
10979
|
+
variables?: Record<string, string> | undefined;
|
|
10965
10980
|
}>, z.ZodObject<{
|
|
10966
10981
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
10967
10982
|
name: z.ZodString;
|
|
@@ -12459,6 +12474,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12459
12474
|
}, {
|
|
12460
12475
|
timestamp?: boolean | undefined;
|
|
12461
12476
|
}>>>;
|
|
12477
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
12462
12478
|
theme: z.ZodLiteral<"almond">;
|
|
12463
12479
|
}, "strip", z.ZodTypeAny, {
|
|
12464
12480
|
name: string;
|
|
@@ -12807,6 +12823,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12807
12823
|
interaction?: {
|
|
12808
12824
|
drilldown?: boolean | undefined;
|
|
12809
12825
|
} | undefined;
|
|
12826
|
+
variables?: Record<string, string> | undefined;
|
|
12810
12827
|
}, {
|
|
12811
12828
|
name: string;
|
|
12812
12829
|
theme: "almond";
|
|
@@ -13154,6 +13171,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13154
13171
|
interaction?: {
|
|
13155
13172
|
drilldown?: boolean | undefined;
|
|
13156
13173
|
} | undefined;
|
|
13174
|
+
variables?: Record<string, string> | undefined;
|
|
13157
13175
|
}>, z.ZodObject<{
|
|
13158
13176
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
13159
13177
|
name: z.ZodString;
|
|
@@ -14651,6 +14669,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14651
14669
|
}, {
|
|
14652
14670
|
timestamp?: boolean | undefined;
|
|
14653
14671
|
}>>>;
|
|
14672
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
14654
14673
|
theme: z.ZodLiteral<"aspen">;
|
|
14655
14674
|
}, "strip", z.ZodTypeAny, {
|
|
14656
14675
|
name: string;
|
|
@@ -14999,6 +15018,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14999
15018
|
interaction?: {
|
|
15000
15019
|
drilldown?: boolean | undefined;
|
|
15001
15020
|
} | undefined;
|
|
15021
|
+
variables?: Record<string, string> | undefined;
|
|
15002
15022
|
}, {
|
|
15003
15023
|
name: string;
|
|
15004
15024
|
theme: "aspen";
|
|
@@ -15346,6 +15366,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15346
15366
|
interaction?: {
|
|
15347
15367
|
drilldown?: boolean | undefined;
|
|
15348
15368
|
} | undefined;
|
|
15369
|
+
variables?: Record<string, string> | undefined;
|
|
15349
15370
|
}>, z.ZodObject<{
|
|
15350
15371
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
15351
15372
|
name: z.ZodString;
|
|
@@ -16843,6 +16864,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16843
16864
|
}, {
|
|
16844
16865
|
timestamp?: boolean | undefined;
|
|
16845
16866
|
}>>>;
|
|
16867
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
16846
16868
|
theme: z.ZodLiteral<"sequoia">;
|
|
16847
16869
|
}, "strip", z.ZodTypeAny, {
|
|
16848
16870
|
name: string;
|
|
@@ -17191,6 +17213,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17191
17213
|
interaction?: {
|
|
17192
17214
|
drilldown?: boolean | undefined;
|
|
17193
17215
|
} | undefined;
|
|
17216
|
+
variables?: Record<string, string> | undefined;
|
|
17194
17217
|
}, {
|
|
17195
17218
|
name: string;
|
|
17196
17219
|
theme: "sequoia";
|
|
@@ -17538,6 +17561,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17538
17561
|
interaction?: {
|
|
17539
17562
|
drilldown?: boolean | undefined;
|
|
17540
17563
|
} | undefined;
|
|
17564
|
+
variables?: Record<string, string> | undefined;
|
|
17541
17565
|
}>]>;
|
|
17542
17566
|
export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
17543
17567
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -19036,6 +19060,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
19036
19060
|
}, {
|
|
19037
19061
|
timestamp?: boolean | undefined;
|
|
19038
19062
|
}>>>;
|
|
19063
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
19039
19064
|
theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen", "sequoia"]>;
|
|
19040
19065
|
}, "strip", z.ZodTypeAny, {
|
|
19041
19066
|
name: string;
|
|
@@ -19384,6 +19409,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
19384
19409
|
interaction?: {
|
|
19385
19410
|
drilldown?: boolean | undefined;
|
|
19386
19411
|
} | undefined;
|
|
19412
|
+
variables?: Record<string, string> | undefined;
|
|
19387
19413
|
}, {
|
|
19388
19414
|
name: string;
|
|
19389
19415
|
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen" | "sequoia";
|
|
@@ -19731,4 +19757,5 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
19731
19757
|
interaction?: {
|
|
19732
19758
|
drilldown?: boolean | undefined;
|
|
19733
19759
|
} | undefined;
|
|
19760
|
+
variables?: Record<string, string> | undefined;
|
|
19734
19761
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"almond">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "almond";
|
|
@@ -2191,4 +2193,5 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"aspen">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "aspen";
|
|
@@ -2191,4 +2193,5 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"linden">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "linden";
|
|
@@ -2191,4 +2193,5 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"maple">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "maple";
|
|
@@ -2191,4 +2193,5 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"mint">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "mint";
|
|
@@ -2191,4 +2193,5 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"palm">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "palm";
|
|
@@ -2191,4 +2193,5 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -24,6 +24,7 @@ import { searchSchema } from '../../properties/search.js';
|
|
|
24
24
|
import { seoSchema } from '../../properties/seo.js';
|
|
25
25
|
import { stylingSchema } from '../../properties/styling.js';
|
|
26
26
|
import { thumbnailsSchema } from '../../properties/thumbnails.js';
|
|
27
|
+
import { variablesSchema } from '../../properties/variables.js';
|
|
27
28
|
export const standardConfigSchema = {
|
|
28
29
|
$schema: $schemaSchema,
|
|
29
30
|
name: nameSchema,
|
|
@@ -51,4 +52,5 @@ export const standardConfigSchema = {
|
|
|
51
52
|
thumbnails: thumbnailsSchema.optional(),
|
|
52
53
|
interaction: interactionSchema.optional(),
|
|
53
54
|
metadata: metadataSchema.optional(),
|
|
55
|
+
variables: variablesSchema.optional(),
|
|
54
56
|
};
|
|
@@ -1496,6 +1496,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"sequoia">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "sequoia";
|
|
@@ -2191,4 +2193,5 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -1496,6 +1496,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1496
1496
|
}, {
|
|
1497
1497
|
timestamp?: boolean | undefined;
|
|
1498
1498
|
}>>>;
|
|
1499
|
+
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1499
1500
|
theme: z.ZodLiteral<"willow">;
|
|
1500
1501
|
}, "strip", z.ZodTypeAny, {
|
|
1501
1502
|
name: string;
|
|
@@ -1844,6 +1845,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1844
1845
|
interaction?: {
|
|
1845
1846
|
drilldown?: boolean | undefined;
|
|
1846
1847
|
} | undefined;
|
|
1848
|
+
variables?: Record<string, string> | undefined;
|
|
1847
1849
|
}, {
|
|
1848
1850
|
name: string;
|
|
1849
1851
|
theme: "willow";
|
|
@@ -2191,4 +2193,5 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2191
2193
|
interaction?: {
|
|
2192
2194
|
drilldown?: boolean | undefined;
|
|
2193
2195
|
} | undefined;
|
|
2196
|
+
variables?: Record<string, string> | undefined;
|
|
2194
2197
|
}>;
|
|
@@ -838,6 +838,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
838
838
|
interaction?: {
|
|
839
839
|
drilldown?: boolean | undefined;
|
|
840
840
|
} | undefined;
|
|
841
|
+
variables?: Record<string, string> | undefined;
|
|
841
842
|
} | {
|
|
842
843
|
name: string;
|
|
843
844
|
theme: "aspen";
|
|
@@ -1185,6 +1186,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1185
1186
|
interaction?: {
|
|
1186
1187
|
drilldown?: boolean | undefined;
|
|
1187
1188
|
} | undefined;
|
|
1189
|
+
variables?: Record<string, string> | undefined;
|
|
1188
1190
|
} | {
|
|
1189
1191
|
name: string;
|
|
1190
1192
|
theme: "linden";
|
|
@@ -1532,6 +1534,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1532
1534
|
interaction?: {
|
|
1533
1535
|
drilldown?: boolean | undefined;
|
|
1534
1536
|
} | undefined;
|
|
1537
|
+
variables?: Record<string, string> | undefined;
|
|
1535
1538
|
} | {
|
|
1536
1539
|
name: string;
|
|
1537
1540
|
theme: "maple";
|
|
@@ -1879,6 +1882,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1879
1882
|
interaction?: {
|
|
1880
1883
|
drilldown?: boolean | undefined;
|
|
1881
1884
|
} | undefined;
|
|
1885
|
+
variables?: Record<string, string> | undefined;
|
|
1882
1886
|
} | {
|
|
1883
1887
|
name: string;
|
|
1884
1888
|
theme: "mint";
|
|
@@ -2226,6 +2230,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2226
2230
|
interaction?: {
|
|
2227
2231
|
drilldown?: boolean | undefined;
|
|
2228
2232
|
} | undefined;
|
|
2233
|
+
variables?: Record<string, string> | undefined;
|
|
2229
2234
|
} | {
|
|
2230
2235
|
name: string;
|
|
2231
2236
|
theme: "palm";
|
|
@@ -2573,6 +2578,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2573
2578
|
interaction?: {
|
|
2574
2579
|
drilldown?: boolean | undefined;
|
|
2575
2580
|
} | undefined;
|
|
2581
|
+
variables?: Record<string, string> | undefined;
|
|
2576
2582
|
} | {
|
|
2577
2583
|
name: string;
|
|
2578
2584
|
theme: "sequoia";
|
|
@@ -2920,6 +2926,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2920
2926
|
interaction?: {
|
|
2921
2927
|
drilldown?: boolean | undefined;
|
|
2922
2928
|
} | undefined;
|
|
2929
|
+
variables?: Record<string, string> | undefined;
|
|
2923
2930
|
} | {
|
|
2924
2931
|
name: string;
|
|
2925
2932
|
theme: "willow";
|
|
@@ -3267,6 +3274,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3267
3274
|
interaction?: {
|
|
3268
3275
|
drilldown?: boolean | undefined;
|
|
3269
3276
|
} | undefined;
|
|
3277
|
+
variables?: Record<string, string> | undefined;
|
|
3270
3278
|
}> | {
|
|
3271
3279
|
warnings: z.ZodIssue[];
|
|
3272
3280
|
success: true;
|
|
@@ -3617,6 +3625,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3617
3625
|
interaction?: {
|
|
3618
3626
|
drilldown?: boolean | undefined;
|
|
3619
3627
|
} | undefined;
|
|
3628
|
+
variables?: Record<string, string> | undefined;
|
|
3620
3629
|
} | {
|
|
3621
3630
|
name: string;
|
|
3622
3631
|
$schema: string;
|
|
@@ -3964,6 +3973,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3964
3973
|
interaction?: {
|
|
3965
3974
|
drilldown?: boolean | undefined;
|
|
3966
3975
|
} | undefined;
|
|
3976
|
+
variables?: Record<string, string> | undefined;
|
|
3967
3977
|
} | {
|
|
3968
3978
|
name: string;
|
|
3969
3979
|
$schema: string;
|
|
@@ -4311,6 +4321,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4311
4321
|
interaction?: {
|
|
4312
4322
|
drilldown?: boolean | undefined;
|
|
4313
4323
|
} | undefined;
|
|
4324
|
+
variables?: Record<string, string> | undefined;
|
|
4314
4325
|
} | {
|
|
4315
4326
|
name: string;
|
|
4316
4327
|
$schema: string;
|
|
@@ -4658,6 +4669,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4658
4669
|
interaction?: {
|
|
4659
4670
|
drilldown?: boolean | undefined;
|
|
4660
4671
|
} | undefined;
|
|
4672
|
+
variables?: Record<string, string> | undefined;
|
|
4661
4673
|
} | {
|
|
4662
4674
|
name: string;
|
|
4663
4675
|
$schema: string;
|
|
@@ -5005,6 +5017,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5005
5017
|
interaction?: {
|
|
5006
5018
|
drilldown?: boolean | undefined;
|
|
5007
5019
|
} | undefined;
|
|
5020
|
+
variables?: Record<string, string> | undefined;
|
|
5008
5021
|
} | {
|
|
5009
5022
|
name: string;
|
|
5010
5023
|
$schema: string;
|
|
@@ -5352,6 +5365,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5352
5365
|
interaction?: {
|
|
5353
5366
|
drilldown?: boolean | undefined;
|
|
5354
5367
|
} | undefined;
|
|
5368
|
+
variables?: Record<string, string> | undefined;
|
|
5355
5369
|
} | {
|
|
5356
5370
|
name: string;
|
|
5357
5371
|
$schema: string;
|
|
@@ -5699,6 +5713,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5699
5713
|
interaction?: {
|
|
5700
5714
|
drilldown?: boolean | undefined;
|
|
5701
5715
|
} | undefined;
|
|
5716
|
+
variables?: Record<string, string> | undefined;
|
|
5702
5717
|
} | {
|
|
5703
5718
|
name: string;
|
|
5704
5719
|
$schema: string;
|
|
@@ -6046,6 +6061,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6046
6061
|
interaction?: {
|
|
6047
6062
|
drilldown?: boolean | undefined;
|
|
6048
6063
|
} | undefined;
|
|
6064
|
+
variables?: Record<string, string> | undefined;
|
|
6049
6065
|
};
|
|
6050
6066
|
error?: never;
|
|
6051
6067
|
};
|