@mintlify/prebuild 1.0.954 → 1.0.955
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.
|
@@ -134,6 +134,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
134
134
|
playground?: {
|
|
135
135
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
136
136
|
proxy?: boolean | undefined;
|
|
137
|
+
credentials?: boolean | undefined;
|
|
137
138
|
} | undefined;
|
|
138
139
|
asyncapi?: string | string[] | {
|
|
139
140
|
source: string;
|
|
@@ -486,6 +487,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
486
487
|
playground?: {
|
|
487
488
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
488
489
|
proxy?: boolean | undefined;
|
|
490
|
+
credentials?: boolean | undefined;
|
|
489
491
|
} | undefined;
|
|
490
492
|
asyncapi?: string | string[] | {
|
|
491
493
|
source: string;
|
|
@@ -838,6 +840,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
838
840
|
playground?: {
|
|
839
841
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
840
842
|
proxy?: boolean | undefined;
|
|
843
|
+
credentials?: boolean | undefined;
|
|
841
844
|
} | undefined;
|
|
842
845
|
asyncapi?: string | string[] | {
|
|
843
846
|
source: string;
|
|
@@ -1190,6 +1193,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1190
1193
|
playground?: {
|
|
1191
1194
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1192
1195
|
proxy?: boolean | undefined;
|
|
1196
|
+
credentials?: boolean | undefined;
|
|
1193
1197
|
} | undefined;
|
|
1194
1198
|
asyncapi?: string | string[] | {
|
|
1195
1199
|
source: string;
|
|
@@ -1542,6 +1546,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1542
1546
|
playground?: {
|
|
1543
1547
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1544
1548
|
proxy?: boolean | undefined;
|
|
1549
|
+
credentials?: boolean | undefined;
|
|
1545
1550
|
} | undefined;
|
|
1546
1551
|
asyncapi?: string | string[] | {
|
|
1547
1552
|
source: string;
|
|
@@ -1894,6 +1899,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1894
1899
|
playground?: {
|
|
1895
1900
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1896
1901
|
proxy?: boolean | undefined;
|
|
1902
|
+
credentials?: boolean | undefined;
|
|
1897
1903
|
} | undefined;
|
|
1898
1904
|
asyncapi?: string | string[] | {
|
|
1899
1905
|
source: string;
|
|
@@ -2246,6 +2252,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2246
2252
|
playground?: {
|
|
2247
2253
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2248
2254
|
proxy?: boolean | undefined;
|
|
2255
|
+
credentials?: boolean | undefined;
|
|
2249
2256
|
} | undefined;
|
|
2250
2257
|
asyncapi?: string | string[] | {
|
|
2251
2258
|
source: string;
|
|
@@ -2598,6 +2605,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2598
2605
|
playground?: {
|
|
2599
2606
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2600
2607
|
proxy?: boolean | undefined;
|
|
2608
|
+
credentials?: boolean | undefined;
|
|
2601
2609
|
} | undefined;
|
|
2602
2610
|
asyncapi?: string | string[] | {
|
|
2603
2611
|
source: string;
|
|
@@ -2950,6 +2958,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2950
2958
|
playground?: {
|
|
2951
2959
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2952
2960
|
proxy?: boolean | undefined;
|
|
2961
|
+
credentials?: boolean | undefined;
|
|
2953
2962
|
} | undefined;
|
|
2954
2963
|
asyncapi?: string | string[] | {
|
|
2955
2964
|
source: string;
|
|
@@ -129,6 +129,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
129
129
|
playground?: {
|
|
130
130
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
131
131
|
proxy?: boolean | undefined;
|
|
132
|
+
credentials?: boolean | undefined;
|
|
132
133
|
} | undefined;
|
|
133
134
|
asyncapi?: string | string[] | {
|
|
134
135
|
source: string;
|
|
@@ -481,6 +482,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
481
482
|
playground?: {
|
|
482
483
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
483
484
|
proxy?: boolean | undefined;
|
|
485
|
+
credentials?: boolean | undefined;
|
|
484
486
|
} | undefined;
|
|
485
487
|
asyncapi?: string | string[] | {
|
|
486
488
|
source: string;
|
|
@@ -833,6 +835,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
833
835
|
playground?: {
|
|
834
836
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
835
837
|
proxy?: boolean | undefined;
|
|
838
|
+
credentials?: boolean | undefined;
|
|
836
839
|
} | undefined;
|
|
837
840
|
asyncapi?: string | string[] | {
|
|
838
841
|
source: string;
|
|
@@ -1185,6 +1188,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1185
1188
|
playground?: {
|
|
1186
1189
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1187
1190
|
proxy?: boolean | undefined;
|
|
1191
|
+
credentials?: boolean | undefined;
|
|
1188
1192
|
} | undefined;
|
|
1189
1193
|
asyncapi?: string | string[] | {
|
|
1190
1194
|
source: string;
|
|
@@ -1537,6 +1541,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1537
1541
|
playground?: {
|
|
1538
1542
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1539
1543
|
proxy?: boolean | undefined;
|
|
1544
|
+
credentials?: boolean | undefined;
|
|
1540
1545
|
} | undefined;
|
|
1541
1546
|
asyncapi?: string | string[] | {
|
|
1542
1547
|
source: string;
|
|
@@ -1889,6 +1894,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1889
1894
|
playground?: {
|
|
1890
1895
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1891
1896
|
proxy?: boolean | undefined;
|
|
1897
|
+
credentials?: boolean | undefined;
|
|
1892
1898
|
} | undefined;
|
|
1893
1899
|
asyncapi?: string | string[] | {
|
|
1894
1900
|
source: string;
|
|
@@ -2241,6 +2247,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2241
2247
|
playground?: {
|
|
2242
2248
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2243
2249
|
proxy?: boolean | undefined;
|
|
2250
|
+
credentials?: boolean | undefined;
|
|
2244
2251
|
} | undefined;
|
|
2245
2252
|
asyncapi?: string | string[] | {
|
|
2246
2253
|
source: string;
|
|
@@ -2593,6 +2600,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2593
2600
|
playground?: {
|
|
2594
2601
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2595
2602
|
proxy?: boolean | undefined;
|
|
2603
|
+
credentials?: boolean | undefined;
|
|
2596
2604
|
} | undefined;
|
|
2597
2605
|
asyncapi?: string | string[] | {
|
|
2598
2606
|
source: string;
|
|
@@ -2945,6 +2953,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2945
2953
|
playground?: {
|
|
2946
2954
|
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2947
2955
|
proxy?: boolean | undefined;
|
|
2956
|
+
credentials?: boolean | undefined;
|
|
2948
2957
|
} | undefined;
|
|
2949
2958
|
asyncapi?: string | string[] | {
|
|
2950
2959
|
source: string;
|