@mintlify/validation 0.1.607 → 0.1.608
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 +0 -190
- package/dist/mint-config/schemas/v2/properties/api.d.ts +0 -13
- package/dist/mint-config/schemas/v2/properties/api.js +0 -9
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +0 -13
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +0 -19
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +0 -19
- package/dist/mint-config/validateConfig.d.ts +0 -54
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -94,13 +94,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -94,13 +94,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -94,13 +94,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -94,13 +94,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -94,13 +94,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -93,13 +93,6 @@ export declare const standardConfigSchema: {
|
|
|
93
93
|
prefill?: boolean | undefined;
|
|
94
94
|
autogenerate?: boolean | undefined;
|
|
95
95
|
}>>;
|
|
96
|
-
spec: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
97
|
-
download: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
98
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
99
|
-
download?: boolean | undefined;
|
|
100
|
-
}, {
|
|
101
|
-
download?: boolean | undefined;
|
|
102
|
-
}>>;
|
|
103
96
|
mdx: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
104
97
|
auth: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
105
98
|
method: import("zod").ZodOptional<import("zod").ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -147,9 +140,6 @@ export declare const standardConfigSchema: {
|
|
|
147
140
|
prefill?: boolean | undefined;
|
|
148
141
|
autogenerate?: boolean | undefined;
|
|
149
142
|
} | undefined;
|
|
150
|
-
spec?: {
|
|
151
|
-
download?: boolean | undefined;
|
|
152
|
-
} | undefined;
|
|
153
143
|
mdx?: {
|
|
154
144
|
server?: string | string[] | undefined;
|
|
155
145
|
auth?: {
|
|
@@ -179,9 +169,6 @@ export declare const standardConfigSchema: {
|
|
|
179
169
|
prefill?: boolean | undefined;
|
|
180
170
|
autogenerate?: boolean | undefined;
|
|
181
171
|
} | undefined;
|
|
182
|
-
spec?: {
|
|
183
|
-
download?: boolean | undefined;
|
|
184
|
-
} | undefined;
|
|
185
172
|
mdx?: {
|
|
186
173
|
server?: string | string[] | undefined;
|
|
187
174
|
auth?: {
|
|
@@ -94,13 +94,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -94,13 +94,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
-
spec: z.ZodOptional<z.ZodObject<{
|
|
98
|
-
download: z.ZodOptional<z.ZodBoolean>;
|
|
99
|
-
}, "strip", z.ZodTypeAny, {
|
|
100
|
-
download?: boolean | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
download?: boolean | undefined;
|
|
103
|
-
}>>;
|
|
104
97
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
105
98
|
auth: z.ZodOptional<z.ZodObject<{
|
|
106
99
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -148,9 +141,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
148
141
|
prefill?: boolean | undefined;
|
|
149
142
|
autogenerate?: boolean | undefined;
|
|
150
143
|
} | undefined;
|
|
151
|
-
spec?: {
|
|
152
|
-
download?: boolean | undefined;
|
|
153
|
-
} | undefined;
|
|
154
144
|
mdx?: {
|
|
155
145
|
server?: string | string[] | undefined;
|
|
156
146
|
auth?: {
|
|
@@ -180,9 +170,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
180
170
|
prefill?: boolean | undefined;
|
|
181
171
|
autogenerate?: boolean | undefined;
|
|
182
172
|
} | undefined;
|
|
183
|
-
spec?: {
|
|
184
|
-
download?: boolean | undefined;
|
|
185
|
-
} | undefined;
|
|
186
173
|
mdx?: {
|
|
187
174
|
server?: string | string[] | undefined;
|
|
188
175
|
auth?: {
|
|
@@ -1634,9 +1621,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1634
1621
|
prefill?: boolean | undefined;
|
|
1635
1622
|
autogenerate?: boolean | undefined;
|
|
1636
1623
|
} | undefined;
|
|
1637
|
-
spec?: {
|
|
1638
|
-
download?: boolean | undefined;
|
|
1639
|
-
} | undefined;
|
|
1640
1624
|
mdx?: {
|
|
1641
1625
|
server?: string | string[] | undefined;
|
|
1642
1626
|
auth?: {
|
|
@@ -1985,9 +1969,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1985
1969
|
prefill?: boolean | undefined;
|
|
1986
1970
|
autogenerate?: boolean | undefined;
|
|
1987
1971
|
} | undefined;
|
|
1988
|
-
spec?: {
|
|
1989
|
-
download?: boolean | undefined;
|
|
1990
|
-
} | undefined;
|
|
1991
1972
|
mdx?: {
|
|
1992
1973
|
server?: string | string[] | undefined;
|
|
1993
1974
|
auth?: {
|
|
@@ -614,9 +614,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
614
614
|
prefill?: boolean | undefined;
|
|
615
615
|
autogenerate?: boolean | undefined;
|
|
616
616
|
} | undefined;
|
|
617
|
-
spec?: {
|
|
618
|
-
download?: boolean | undefined;
|
|
619
|
-
} | undefined;
|
|
620
617
|
mdx?: {
|
|
621
618
|
server?: string | string[] | undefined;
|
|
622
619
|
auth?: {
|
|
@@ -965,9 +962,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
965
962
|
prefill?: boolean | undefined;
|
|
966
963
|
autogenerate?: boolean | undefined;
|
|
967
964
|
} | undefined;
|
|
968
|
-
spec?: {
|
|
969
|
-
download?: boolean | undefined;
|
|
970
|
-
} | undefined;
|
|
971
965
|
mdx?: {
|
|
972
966
|
server?: string | string[] | undefined;
|
|
973
967
|
auth?: {
|
|
@@ -1316,9 +1310,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1316
1310
|
prefill?: boolean | undefined;
|
|
1317
1311
|
autogenerate?: boolean | undefined;
|
|
1318
1312
|
} | undefined;
|
|
1319
|
-
spec?: {
|
|
1320
|
-
download?: boolean | undefined;
|
|
1321
|
-
} | undefined;
|
|
1322
1313
|
mdx?: {
|
|
1323
1314
|
server?: string | string[] | undefined;
|
|
1324
1315
|
auth?: {
|
|
@@ -1667,9 +1658,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1667
1658
|
prefill?: boolean | undefined;
|
|
1668
1659
|
autogenerate?: boolean | undefined;
|
|
1669
1660
|
} | undefined;
|
|
1670
|
-
spec?: {
|
|
1671
|
-
download?: boolean | undefined;
|
|
1672
|
-
} | undefined;
|
|
1673
1661
|
mdx?: {
|
|
1674
1662
|
server?: string | string[] | undefined;
|
|
1675
1663
|
auth?: {
|
|
@@ -2018,9 +2006,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2018
2006
|
prefill?: boolean | undefined;
|
|
2019
2007
|
autogenerate?: boolean | undefined;
|
|
2020
2008
|
} | undefined;
|
|
2021
|
-
spec?: {
|
|
2022
|
-
download?: boolean | undefined;
|
|
2023
|
-
} | undefined;
|
|
2024
2009
|
mdx?: {
|
|
2025
2010
|
server?: string | string[] | undefined;
|
|
2026
2011
|
auth?: {
|
|
@@ -2369,9 +2354,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2369
2354
|
prefill?: boolean | undefined;
|
|
2370
2355
|
autogenerate?: boolean | undefined;
|
|
2371
2356
|
} | undefined;
|
|
2372
|
-
spec?: {
|
|
2373
|
-
download?: boolean | undefined;
|
|
2374
|
-
} | undefined;
|
|
2375
2357
|
mdx?: {
|
|
2376
2358
|
server?: string | string[] | undefined;
|
|
2377
2359
|
auth?: {
|
|
@@ -2720,9 +2702,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2720
2702
|
prefill?: boolean | undefined;
|
|
2721
2703
|
autogenerate?: boolean | undefined;
|
|
2722
2704
|
} | undefined;
|
|
2723
|
-
spec?: {
|
|
2724
|
-
download?: boolean | undefined;
|
|
2725
|
-
} | undefined;
|
|
2726
2705
|
mdx?: {
|
|
2727
2706
|
server?: string | string[] | undefined;
|
|
2728
2707
|
auth?: {
|
|
@@ -3071,9 +3050,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3071
3050
|
prefill?: boolean | undefined;
|
|
3072
3051
|
autogenerate?: boolean | undefined;
|
|
3073
3052
|
} | undefined;
|
|
3074
|
-
spec?: {
|
|
3075
|
-
download?: boolean | undefined;
|
|
3076
|
-
} | undefined;
|
|
3077
3053
|
mdx?: {
|
|
3078
3054
|
server?: string | string[] | undefined;
|
|
3079
3055
|
auth?: {
|
|
@@ -3422,9 +3398,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3422
3398
|
prefill?: boolean | undefined;
|
|
3423
3399
|
autogenerate?: boolean | undefined;
|
|
3424
3400
|
} | undefined;
|
|
3425
|
-
spec?: {
|
|
3426
|
-
download?: boolean | undefined;
|
|
3427
|
-
} | undefined;
|
|
3428
3401
|
mdx?: {
|
|
3429
3402
|
server?: string | string[] | undefined;
|
|
3430
3403
|
auth?: {
|
|
@@ -3776,9 +3749,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3776
3749
|
prefill?: boolean | undefined;
|
|
3777
3750
|
autogenerate?: boolean | undefined;
|
|
3778
3751
|
} | undefined;
|
|
3779
|
-
spec?: {
|
|
3780
|
-
download?: boolean | undefined;
|
|
3781
|
-
} | undefined;
|
|
3782
3752
|
mdx?: {
|
|
3783
3753
|
server?: string | string[] | undefined;
|
|
3784
3754
|
auth?: {
|
|
@@ -4127,9 +4097,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4127
4097
|
prefill?: boolean | undefined;
|
|
4128
4098
|
autogenerate?: boolean | undefined;
|
|
4129
4099
|
} | undefined;
|
|
4130
|
-
spec?: {
|
|
4131
|
-
download?: boolean | undefined;
|
|
4132
|
-
} | undefined;
|
|
4133
4100
|
mdx?: {
|
|
4134
4101
|
server?: string | string[] | undefined;
|
|
4135
4102
|
auth?: {
|
|
@@ -4478,9 +4445,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4478
4445
|
prefill?: boolean | undefined;
|
|
4479
4446
|
autogenerate?: boolean | undefined;
|
|
4480
4447
|
} | undefined;
|
|
4481
|
-
spec?: {
|
|
4482
|
-
download?: boolean | undefined;
|
|
4483
|
-
} | undefined;
|
|
4484
4448
|
mdx?: {
|
|
4485
4449
|
server?: string | string[] | undefined;
|
|
4486
4450
|
auth?: {
|
|
@@ -4829,9 +4793,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4829
4793
|
prefill?: boolean | undefined;
|
|
4830
4794
|
autogenerate?: boolean | undefined;
|
|
4831
4795
|
} | undefined;
|
|
4832
|
-
spec?: {
|
|
4833
|
-
download?: boolean | undefined;
|
|
4834
|
-
} | undefined;
|
|
4835
4796
|
mdx?: {
|
|
4836
4797
|
server?: string | string[] | undefined;
|
|
4837
4798
|
auth?: {
|
|
@@ -5180,9 +5141,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5180
5141
|
prefill?: boolean | undefined;
|
|
5181
5142
|
autogenerate?: boolean | undefined;
|
|
5182
5143
|
} | undefined;
|
|
5183
|
-
spec?: {
|
|
5184
|
-
download?: boolean | undefined;
|
|
5185
|
-
} | undefined;
|
|
5186
5144
|
mdx?: {
|
|
5187
5145
|
server?: string | string[] | undefined;
|
|
5188
5146
|
auth?: {
|
|
@@ -5531,9 +5489,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5531
5489
|
prefill?: boolean | undefined;
|
|
5532
5490
|
autogenerate?: boolean | undefined;
|
|
5533
5491
|
} | undefined;
|
|
5534
|
-
spec?: {
|
|
5535
|
-
download?: boolean | undefined;
|
|
5536
|
-
} | undefined;
|
|
5537
5492
|
mdx?: {
|
|
5538
5493
|
server?: string | string[] | undefined;
|
|
5539
5494
|
auth?: {
|
|
@@ -5882,9 +5837,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5882
5837
|
prefill?: boolean | undefined;
|
|
5883
5838
|
autogenerate?: boolean | undefined;
|
|
5884
5839
|
} | undefined;
|
|
5885
|
-
spec?: {
|
|
5886
|
-
download?: boolean | undefined;
|
|
5887
|
-
} | undefined;
|
|
5888
5840
|
mdx?: {
|
|
5889
5841
|
server?: string | string[] | undefined;
|
|
5890
5842
|
auth?: {
|
|
@@ -6233,9 +6185,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6233
6185
|
prefill?: boolean | undefined;
|
|
6234
6186
|
autogenerate?: boolean | undefined;
|
|
6235
6187
|
} | undefined;
|
|
6236
|
-
spec?: {
|
|
6237
|
-
download?: boolean | undefined;
|
|
6238
|
-
} | undefined;
|
|
6239
6188
|
mdx?: {
|
|
6240
6189
|
server?: string | string[] | undefined;
|
|
6241
6190
|
auth?: {
|
|
@@ -6584,9 +6533,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6584
6533
|
prefill?: boolean | undefined;
|
|
6585
6534
|
autogenerate?: boolean | undefined;
|
|
6586
6535
|
} | undefined;
|
|
6587
|
-
spec?: {
|
|
6588
|
-
download?: boolean | undefined;
|
|
6589
|
-
} | undefined;
|
|
6590
6536
|
mdx?: {
|
|
6591
6537
|
server?: string | string[] | undefined;
|
|
6592
6538
|
auth?: {
|