@mintlify/prebuild 1.0.495 → 1.0.497
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.
|
@@ -173,8 +173,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
173
173
|
source: string;
|
|
174
174
|
directory?: string | undefined;
|
|
175
175
|
} | undefined;
|
|
176
|
-
|
|
177
|
-
expanded?: "all" | "
|
|
176
|
+
params?: {
|
|
177
|
+
expanded?: "all" | "closed" | undefined;
|
|
178
178
|
} | undefined;
|
|
179
179
|
playground?: {
|
|
180
180
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -499,8 +499,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
499
499
|
source: string;
|
|
500
500
|
directory?: string | undefined;
|
|
501
501
|
} | undefined;
|
|
502
|
-
|
|
503
|
-
expanded?: "all" | "
|
|
502
|
+
params?: {
|
|
503
|
+
expanded?: "all" | "closed" | undefined;
|
|
504
504
|
} | undefined;
|
|
505
505
|
playground?: {
|
|
506
506
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -825,8 +825,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
825
825
|
source: string;
|
|
826
826
|
directory?: string | undefined;
|
|
827
827
|
} | undefined;
|
|
828
|
-
|
|
829
|
-
expanded?: "all" | "
|
|
828
|
+
params?: {
|
|
829
|
+
expanded?: "all" | "closed" | undefined;
|
|
830
830
|
} | undefined;
|
|
831
831
|
playground?: {
|
|
832
832
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1151,8 +1151,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1151
1151
|
source: string;
|
|
1152
1152
|
directory?: string | undefined;
|
|
1153
1153
|
} | undefined;
|
|
1154
|
-
|
|
1155
|
-
expanded?: "all" | "
|
|
1154
|
+
params?: {
|
|
1155
|
+
expanded?: "all" | "closed" | undefined;
|
|
1156
1156
|
} | undefined;
|
|
1157
1157
|
playground?: {
|
|
1158
1158
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1477,8 +1477,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1477
1477
|
source: string;
|
|
1478
1478
|
directory?: string | undefined;
|
|
1479
1479
|
} | undefined;
|
|
1480
|
-
|
|
1481
|
-
expanded?: "all" | "
|
|
1480
|
+
params?: {
|
|
1481
|
+
expanded?: "all" | "closed" | undefined;
|
|
1482
1482
|
} | undefined;
|
|
1483
1483
|
playground?: {
|
|
1484
1484
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1803,8 +1803,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1803
1803
|
source: string;
|
|
1804
1804
|
directory?: string | undefined;
|
|
1805
1805
|
} | undefined;
|
|
1806
|
-
|
|
1807
|
-
expanded?: "all" | "
|
|
1806
|
+
params?: {
|
|
1807
|
+
expanded?: "all" | "closed" | undefined;
|
|
1808
1808
|
} | undefined;
|
|
1809
1809
|
playground?: {
|
|
1810
1810
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -167,8 +167,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
167
167
|
source: string;
|
|
168
168
|
directory?: string | undefined;
|
|
169
169
|
} | undefined;
|
|
170
|
-
|
|
171
|
-
expanded?: "all" | "
|
|
170
|
+
params?: {
|
|
171
|
+
expanded?: "all" | "closed" | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
playground?: {
|
|
174
174
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -493,8 +493,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
493
493
|
source: string;
|
|
494
494
|
directory?: string | undefined;
|
|
495
495
|
} | undefined;
|
|
496
|
-
|
|
497
|
-
expanded?: "all" | "
|
|
496
|
+
params?: {
|
|
497
|
+
expanded?: "all" | "closed" | undefined;
|
|
498
498
|
} | undefined;
|
|
499
499
|
playground?: {
|
|
500
500
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -819,8 +819,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
819
819
|
source: string;
|
|
820
820
|
directory?: string | undefined;
|
|
821
821
|
} | undefined;
|
|
822
|
-
|
|
823
|
-
expanded?: "all" | "
|
|
822
|
+
params?: {
|
|
823
|
+
expanded?: "all" | "closed" | undefined;
|
|
824
824
|
} | undefined;
|
|
825
825
|
playground?: {
|
|
826
826
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1145,8 +1145,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1145
1145
|
source: string;
|
|
1146
1146
|
directory?: string | undefined;
|
|
1147
1147
|
} | undefined;
|
|
1148
|
-
|
|
1149
|
-
expanded?: "all" | "
|
|
1148
|
+
params?: {
|
|
1149
|
+
expanded?: "all" | "closed" | undefined;
|
|
1150
1150
|
} | undefined;
|
|
1151
1151
|
playground?: {
|
|
1152
1152
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1471,8 +1471,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1471
1471
|
source: string;
|
|
1472
1472
|
directory?: string | undefined;
|
|
1473
1473
|
} | undefined;
|
|
1474
|
-
|
|
1475
|
-
expanded?: "all" | "
|
|
1474
|
+
params?: {
|
|
1475
|
+
expanded?: "all" | "closed" | undefined;
|
|
1476
1476
|
} | undefined;
|
|
1477
1477
|
playground?: {
|
|
1478
1478
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
@@ -1797,8 +1797,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1797
1797
|
source: string;
|
|
1798
1798
|
directory?: string | undefined;
|
|
1799
1799
|
} | undefined;
|
|
1800
|
-
|
|
1801
|
-
expanded?: "all" | "
|
|
1800
|
+
params?: {
|
|
1801
|
+
expanded?: "all" | "closed" | undefined;
|
|
1802
1802
|
} | undefined;
|
|
1803
1803
|
playground?: {
|
|
1804
1804
|
display?: "simple" | "none" | "interactive" | undefined;
|