@mintlify/validation 0.1.449 → 0.1.451
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 +35 -35
- package/dist/mint-config/schemas/v2/properties/interaction.d.ts +3 -3
- package/dist/mint-config/schemas/v2/properties/interaction.js +1 -1
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +3 -3
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +5 -5
- package/dist/mint-config/validateConfig.d.ts +14 -14
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1367,11 +1367,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1367
1367
|
background?: string | undefined;
|
|
1368
1368
|
}>>;
|
|
1369
1369
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1370
|
-
|
|
1370
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1371
1371
|
}, "strip", z.ZodTypeAny, {
|
|
1372
|
-
|
|
1372
|
+
drilldown?: boolean | undefined;
|
|
1373
1373
|
}, {
|
|
1374
|
-
|
|
1374
|
+
drilldown?: boolean | undefined;
|
|
1375
1375
|
}>>;
|
|
1376
1376
|
theme: z.ZodLiteral<"mint">;
|
|
1377
1377
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1751,7 +1751,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1751
1751
|
background?: string | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
interaction?: {
|
|
1754
|
-
|
|
1754
|
+
drilldown?: boolean | undefined;
|
|
1755
1755
|
} | undefined;
|
|
1756
1756
|
}, {
|
|
1757
1757
|
name: string;
|
|
@@ -2130,7 +2130,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2130
2130
|
background?: string | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
interaction?: {
|
|
2133
|
-
|
|
2133
|
+
drilldown?: boolean | undefined;
|
|
2134
2134
|
} | undefined;
|
|
2135
2135
|
}>, z.ZodObject<{
|
|
2136
2136
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -3497,11 +3497,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3497
3497
|
background?: string | undefined;
|
|
3498
3498
|
}>>;
|
|
3499
3499
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
3500
|
-
|
|
3500
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
3501
3501
|
}, "strip", z.ZodTypeAny, {
|
|
3502
|
-
|
|
3502
|
+
drilldown?: boolean | undefined;
|
|
3503
3503
|
}, {
|
|
3504
|
-
|
|
3504
|
+
drilldown?: boolean | undefined;
|
|
3505
3505
|
}>>;
|
|
3506
3506
|
theme: z.ZodLiteral<"maple">;
|
|
3507
3507
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3881,7 +3881,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3881
3881
|
background?: string | undefined;
|
|
3882
3882
|
} | undefined;
|
|
3883
3883
|
interaction?: {
|
|
3884
|
-
|
|
3884
|
+
drilldown?: boolean | undefined;
|
|
3885
3885
|
} | undefined;
|
|
3886
3886
|
}, {
|
|
3887
3887
|
name: string;
|
|
@@ -4260,7 +4260,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4260
4260
|
background?: string | undefined;
|
|
4261
4261
|
} | undefined;
|
|
4262
4262
|
interaction?: {
|
|
4263
|
-
|
|
4263
|
+
drilldown?: boolean | undefined;
|
|
4264
4264
|
} | undefined;
|
|
4265
4265
|
}>, z.ZodObject<{
|
|
4266
4266
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -5627,11 +5627,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5627
5627
|
background?: string | undefined;
|
|
5628
5628
|
}>>;
|
|
5629
5629
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
5630
|
-
|
|
5630
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
5631
5631
|
}, "strip", z.ZodTypeAny, {
|
|
5632
|
-
|
|
5632
|
+
drilldown?: boolean | undefined;
|
|
5633
5633
|
}, {
|
|
5634
|
-
|
|
5634
|
+
drilldown?: boolean | undefined;
|
|
5635
5635
|
}>>;
|
|
5636
5636
|
theme: z.ZodLiteral<"palm">;
|
|
5637
5637
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -6011,7 +6011,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6011
6011
|
background?: string | undefined;
|
|
6012
6012
|
} | undefined;
|
|
6013
6013
|
interaction?: {
|
|
6014
|
-
|
|
6014
|
+
drilldown?: boolean | undefined;
|
|
6015
6015
|
} | undefined;
|
|
6016
6016
|
}, {
|
|
6017
6017
|
name: string;
|
|
@@ -6390,7 +6390,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6390
6390
|
background?: string | undefined;
|
|
6391
6391
|
} | undefined;
|
|
6392
6392
|
interaction?: {
|
|
6393
|
-
|
|
6393
|
+
drilldown?: boolean | undefined;
|
|
6394
6394
|
} | undefined;
|
|
6395
6395
|
}>, z.ZodObject<{
|
|
6396
6396
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -7757,11 +7757,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7757
7757
|
background?: string | undefined;
|
|
7758
7758
|
}>>;
|
|
7759
7759
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
7760
|
-
|
|
7760
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
7761
7761
|
}, "strip", z.ZodTypeAny, {
|
|
7762
|
-
|
|
7762
|
+
drilldown?: boolean | undefined;
|
|
7763
7763
|
}, {
|
|
7764
|
-
|
|
7764
|
+
drilldown?: boolean | undefined;
|
|
7765
7765
|
}>>;
|
|
7766
7766
|
theme: z.ZodLiteral<"willow">;
|
|
7767
7767
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -8141,7 +8141,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8141
8141
|
background?: string | undefined;
|
|
8142
8142
|
} | undefined;
|
|
8143
8143
|
interaction?: {
|
|
8144
|
-
|
|
8144
|
+
drilldown?: boolean | undefined;
|
|
8145
8145
|
} | undefined;
|
|
8146
8146
|
}, {
|
|
8147
8147
|
name: string;
|
|
@@ -8520,7 +8520,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8520
8520
|
background?: string | undefined;
|
|
8521
8521
|
} | undefined;
|
|
8522
8522
|
interaction?: {
|
|
8523
|
-
|
|
8523
|
+
drilldown?: boolean | undefined;
|
|
8524
8524
|
} | undefined;
|
|
8525
8525
|
}>, z.ZodObject<{
|
|
8526
8526
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -9887,11 +9887,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9887
9887
|
background?: string | undefined;
|
|
9888
9888
|
}>>;
|
|
9889
9889
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
9890
|
-
|
|
9890
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
9891
9891
|
}, "strip", z.ZodTypeAny, {
|
|
9892
|
-
|
|
9892
|
+
drilldown?: boolean | undefined;
|
|
9893
9893
|
}, {
|
|
9894
|
-
|
|
9894
|
+
drilldown?: boolean | undefined;
|
|
9895
9895
|
}>>;
|
|
9896
9896
|
theme: z.ZodLiteral<"linden">;
|
|
9897
9897
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10271,7 +10271,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10271
10271
|
background?: string | undefined;
|
|
10272
10272
|
} | undefined;
|
|
10273
10273
|
interaction?: {
|
|
10274
|
-
|
|
10274
|
+
drilldown?: boolean | undefined;
|
|
10275
10275
|
} | undefined;
|
|
10276
10276
|
}, {
|
|
10277
10277
|
name: string;
|
|
@@ -10650,7 +10650,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10650
10650
|
background?: string | undefined;
|
|
10651
10651
|
} | undefined;
|
|
10652
10652
|
interaction?: {
|
|
10653
|
-
|
|
10653
|
+
drilldown?: boolean | undefined;
|
|
10654
10654
|
} | undefined;
|
|
10655
10655
|
}>, z.ZodObject<{
|
|
10656
10656
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -12017,11 +12017,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12017
12017
|
background?: string | undefined;
|
|
12018
12018
|
}>>;
|
|
12019
12019
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
12020
|
-
|
|
12020
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
12021
12021
|
}, "strip", z.ZodTypeAny, {
|
|
12022
|
-
|
|
12022
|
+
drilldown?: boolean | undefined;
|
|
12023
12023
|
}, {
|
|
12024
|
-
|
|
12024
|
+
drilldown?: boolean | undefined;
|
|
12025
12025
|
}>>;
|
|
12026
12026
|
theme: z.ZodLiteral<"almond">;
|
|
12027
12027
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -12401,7 +12401,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12401
12401
|
background?: string | undefined;
|
|
12402
12402
|
} | undefined;
|
|
12403
12403
|
interaction?: {
|
|
12404
|
-
|
|
12404
|
+
drilldown?: boolean | undefined;
|
|
12405
12405
|
} | undefined;
|
|
12406
12406
|
}, {
|
|
12407
12407
|
name: string;
|
|
@@ -12780,7 +12780,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12780
12780
|
background?: string | undefined;
|
|
12781
12781
|
} | undefined;
|
|
12782
12782
|
interaction?: {
|
|
12783
|
-
|
|
12783
|
+
drilldown?: boolean | undefined;
|
|
12784
12784
|
} | undefined;
|
|
12785
12785
|
}>, z.ZodObject<{
|
|
12786
12786
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -14147,11 +14147,11 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14147
14147
|
background?: string | undefined;
|
|
14148
14148
|
}>>;
|
|
14149
14149
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
14150
|
-
|
|
14150
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
14151
14151
|
}, "strip", z.ZodTypeAny, {
|
|
14152
|
-
|
|
14152
|
+
drilldown?: boolean | undefined;
|
|
14153
14153
|
}, {
|
|
14154
|
-
|
|
14154
|
+
drilldown?: boolean | undefined;
|
|
14155
14155
|
}>>;
|
|
14156
14156
|
theme: z.ZodLiteral<"aspen">;
|
|
14157
14157
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14531,7 +14531,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14531
14531
|
background?: string | undefined;
|
|
14532
14532
|
} | undefined;
|
|
14533
14533
|
interaction?: {
|
|
14534
|
-
|
|
14534
|
+
drilldown?: boolean | undefined;
|
|
14535
14535
|
} | undefined;
|
|
14536
14536
|
}, {
|
|
14537
14537
|
name: string;
|
|
@@ -14910,6 +14910,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14910
14910
|
background?: string | undefined;
|
|
14911
14911
|
} | undefined;
|
|
14912
14912
|
interaction?: {
|
|
14913
|
-
|
|
14913
|
+
drilldown?: boolean | undefined;
|
|
14914
14914
|
} | undefined;
|
|
14915
14915
|
}>]>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const interactionSchema: z.ZodObject<{
|
|
3
|
-
|
|
3
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
4
4
|
}, "strip", z.ZodTypeAny, {
|
|
5
|
-
|
|
5
|
+
drilldown?: boolean | undefined;
|
|
6
6
|
}, {
|
|
7
|
-
|
|
7
|
+
drilldown?: boolean | undefined;
|
|
8
8
|
}>;
|
|
@@ -1364,11 +1364,11 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"almond">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -1364,11 +1364,11 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"aspen">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -1364,11 +1364,11 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"linden">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -1364,11 +1364,11 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"maple">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -1364,11 +1364,11 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"mint">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -1364,11 +1364,11 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"palm">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -1363,10 +1363,10 @@ export declare const standardConfigSchema: {
|
|
|
1363
1363
|
background?: string | undefined;
|
|
1364
1364
|
}>>;
|
|
1365
1365
|
interaction: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1366
|
-
|
|
1366
|
+
drilldown: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1367
1367
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1368
|
-
|
|
1368
|
+
drilldown?: boolean | undefined;
|
|
1369
1369
|
}, {
|
|
1370
|
-
|
|
1370
|
+
drilldown?: boolean | undefined;
|
|
1371
1371
|
}>>;
|
|
1372
1372
|
};
|
|
@@ -1364,11 +1364,11 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1364
1364
|
background?: string | undefined;
|
|
1365
1365
|
}>>;
|
|
1366
1366
|
interaction: z.ZodOptional<z.ZodObject<{
|
|
1367
|
-
|
|
1367
|
+
drilldown: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1368
|
}, "strip", z.ZodTypeAny, {
|
|
1369
|
-
|
|
1369
|
+
drilldown?: boolean | undefined;
|
|
1370
1370
|
}, {
|
|
1371
|
-
|
|
1371
|
+
drilldown?: boolean | undefined;
|
|
1372
1372
|
}>>;
|
|
1373
1373
|
theme: z.ZodLiteral<"willow">;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1748,7 +1748,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1748
1748
|
background?: string | undefined;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
interaction?: {
|
|
1751
|
-
|
|
1751
|
+
drilldown?: boolean | undefined;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
}, {
|
|
1754
1754
|
name: string;
|
|
@@ -2127,6 +2127,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2127
2127
|
background?: string | undefined;
|
|
2128
2128
|
} | undefined;
|
|
2129
2129
|
interaction?: {
|
|
2130
|
-
|
|
2130
|
+
drilldown?: boolean | undefined;
|
|
2131
2131
|
} | undefined;
|
|
2132
2132
|
}>;
|
|
@@ -861,7 +861,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
861
861
|
background?: string | undefined;
|
|
862
862
|
} | undefined;
|
|
863
863
|
interaction?: {
|
|
864
|
-
|
|
864
|
+
drilldown?: boolean | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
} | {
|
|
867
867
|
name: string;
|
|
@@ -1240,7 +1240,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1240
1240
|
background?: string | undefined;
|
|
1241
1241
|
} | undefined;
|
|
1242
1242
|
interaction?: {
|
|
1243
|
-
|
|
1243
|
+
drilldown?: boolean | undefined;
|
|
1244
1244
|
} | undefined;
|
|
1245
1245
|
} | {
|
|
1246
1246
|
name: string;
|
|
@@ -1619,7 +1619,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1619
1619
|
background?: string | undefined;
|
|
1620
1620
|
} | undefined;
|
|
1621
1621
|
interaction?: {
|
|
1622
|
-
|
|
1622
|
+
drilldown?: boolean | undefined;
|
|
1623
1623
|
} | undefined;
|
|
1624
1624
|
} | {
|
|
1625
1625
|
name: string;
|
|
@@ -1998,7 +1998,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1998
1998
|
background?: string | undefined;
|
|
1999
1999
|
} | undefined;
|
|
2000
2000
|
interaction?: {
|
|
2001
|
-
|
|
2001
|
+
drilldown?: boolean | undefined;
|
|
2002
2002
|
} | undefined;
|
|
2003
2003
|
} | {
|
|
2004
2004
|
name: string;
|
|
@@ -2377,7 +2377,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2377
2377
|
background?: string | undefined;
|
|
2378
2378
|
} | undefined;
|
|
2379
2379
|
interaction?: {
|
|
2380
|
-
|
|
2380
|
+
drilldown?: boolean | undefined;
|
|
2381
2381
|
} | undefined;
|
|
2382
2382
|
} | {
|
|
2383
2383
|
name: string;
|
|
@@ -2756,7 +2756,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2756
2756
|
background?: string | undefined;
|
|
2757
2757
|
} | undefined;
|
|
2758
2758
|
interaction?: {
|
|
2759
|
-
|
|
2759
|
+
drilldown?: boolean | undefined;
|
|
2760
2760
|
} | undefined;
|
|
2761
2761
|
} | {
|
|
2762
2762
|
name: string;
|
|
@@ -3135,7 +3135,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3135
3135
|
background?: string | undefined;
|
|
3136
3136
|
} | undefined;
|
|
3137
3137
|
interaction?: {
|
|
3138
|
-
|
|
3138
|
+
drilldown?: boolean | undefined;
|
|
3139
3139
|
} | undefined;
|
|
3140
3140
|
}> | {
|
|
3141
3141
|
warnings: z.ZodIssue[];
|
|
@@ -3517,7 +3517,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3517
3517
|
background?: string | undefined;
|
|
3518
3518
|
} | undefined;
|
|
3519
3519
|
interaction?: {
|
|
3520
|
-
|
|
3520
|
+
drilldown?: boolean | undefined;
|
|
3521
3521
|
} | undefined;
|
|
3522
3522
|
} | {
|
|
3523
3523
|
name: string;
|
|
@@ -3896,7 +3896,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3896
3896
|
background?: string | undefined;
|
|
3897
3897
|
} | undefined;
|
|
3898
3898
|
interaction?: {
|
|
3899
|
-
|
|
3899
|
+
drilldown?: boolean | undefined;
|
|
3900
3900
|
} | undefined;
|
|
3901
3901
|
} | {
|
|
3902
3902
|
name: string;
|
|
@@ -4275,7 +4275,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4275
4275
|
background?: string | undefined;
|
|
4276
4276
|
} | undefined;
|
|
4277
4277
|
interaction?: {
|
|
4278
|
-
|
|
4278
|
+
drilldown?: boolean | undefined;
|
|
4279
4279
|
} | undefined;
|
|
4280
4280
|
} | {
|
|
4281
4281
|
name: string;
|
|
@@ -4654,7 +4654,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4654
4654
|
background?: string | undefined;
|
|
4655
4655
|
} | undefined;
|
|
4656
4656
|
interaction?: {
|
|
4657
|
-
|
|
4657
|
+
drilldown?: boolean | undefined;
|
|
4658
4658
|
} | undefined;
|
|
4659
4659
|
} | {
|
|
4660
4660
|
name: string;
|
|
@@ -5033,7 +5033,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5033
5033
|
background?: string | undefined;
|
|
5034
5034
|
} | undefined;
|
|
5035
5035
|
interaction?: {
|
|
5036
|
-
|
|
5036
|
+
drilldown?: boolean | undefined;
|
|
5037
5037
|
} | undefined;
|
|
5038
5038
|
} | {
|
|
5039
5039
|
name: string;
|
|
@@ -5412,7 +5412,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5412
5412
|
background?: string | undefined;
|
|
5413
5413
|
} | undefined;
|
|
5414
5414
|
interaction?: {
|
|
5415
|
-
|
|
5415
|
+
drilldown?: boolean | undefined;
|
|
5416
5416
|
} | undefined;
|
|
5417
5417
|
} | {
|
|
5418
5418
|
name: string;
|
|
@@ -5791,7 +5791,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5791
5791
|
background?: string | undefined;
|
|
5792
5792
|
} | undefined;
|
|
5793
5793
|
interaction?: {
|
|
5794
|
-
|
|
5794
|
+
drilldown?: boolean | undefined;
|
|
5795
5795
|
} | undefined;
|
|
5796
5796
|
};
|
|
5797
5797
|
};
|