@mintlify/prebuild 1.0.826 → 1.0.828
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.
|
@@ -131,7 +131,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
131
131
|
directory?: string | undefined;
|
|
132
132
|
} | undefined;
|
|
133
133
|
playground?: {
|
|
134
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
134
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
135
135
|
proxy?: boolean | undefined;
|
|
136
136
|
} | undefined;
|
|
137
137
|
asyncapi?: string | string[] | {
|
|
@@ -456,7 +456,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
456
456
|
directory?: string | undefined;
|
|
457
457
|
} | undefined;
|
|
458
458
|
playground?: {
|
|
459
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
459
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
460
460
|
proxy?: boolean | undefined;
|
|
461
461
|
} | undefined;
|
|
462
462
|
asyncapi?: string | string[] | {
|
|
@@ -781,7 +781,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
781
781
|
directory?: string | undefined;
|
|
782
782
|
} | undefined;
|
|
783
783
|
playground?: {
|
|
784
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
784
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
785
785
|
proxy?: boolean | undefined;
|
|
786
786
|
} | undefined;
|
|
787
787
|
asyncapi?: string | string[] | {
|
|
@@ -1106,7 +1106,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1106
1106
|
directory?: string | undefined;
|
|
1107
1107
|
} | undefined;
|
|
1108
1108
|
playground?: {
|
|
1109
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1109
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1110
1110
|
proxy?: boolean | undefined;
|
|
1111
1111
|
} | undefined;
|
|
1112
1112
|
asyncapi?: string | string[] | {
|
|
@@ -1431,7 +1431,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1431
1431
|
directory?: string | undefined;
|
|
1432
1432
|
} | undefined;
|
|
1433
1433
|
playground?: {
|
|
1434
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1434
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1435
1435
|
proxy?: boolean | undefined;
|
|
1436
1436
|
} | undefined;
|
|
1437
1437
|
asyncapi?: string | string[] | {
|
|
@@ -1756,7 +1756,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1756
1756
|
directory?: string | undefined;
|
|
1757
1757
|
} | undefined;
|
|
1758
1758
|
playground?: {
|
|
1759
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1759
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1760
1760
|
proxy?: boolean | undefined;
|
|
1761
1761
|
} | undefined;
|
|
1762
1762
|
asyncapi?: string | string[] | {
|
|
@@ -2081,7 +2081,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2081
2081
|
directory?: string | undefined;
|
|
2082
2082
|
} | undefined;
|
|
2083
2083
|
playground?: {
|
|
2084
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2084
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2085
2085
|
proxy?: boolean | undefined;
|
|
2086
2086
|
} | undefined;
|
|
2087
2087
|
asyncapi?: string | string[] | {
|
|
@@ -127,7 +127,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
127
127
|
directory?: string | undefined;
|
|
128
128
|
} | undefined;
|
|
129
129
|
playground?: {
|
|
130
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
130
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
131
131
|
proxy?: boolean | undefined;
|
|
132
132
|
} | undefined;
|
|
133
133
|
asyncapi?: string | string[] | {
|
|
@@ -452,7 +452,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
452
452
|
directory?: string | undefined;
|
|
453
453
|
} | undefined;
|
|
454
454
|
playground?: {
|
|
455
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
455
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
456
456
|
proxy?: boolean | undefined;
|
|
457
457
|
} | undefined;
|
|
458
458
|
asyncapi?: string | string[] | {
|
|
@@ -777,7 +777,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
777
777
|
directory?: string | undefined;
|
|
778
778
|
} | undefined;
|
|
779
779
|
playground?: {
|
|
780
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
780
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
781
781
|
proxy?: boolean | undefined;
|
|
782
782
|
} | undefined;
|
|
783
783
|
asyncapi?: string | string[] | {
|
|
@@ -1102,7 +1102,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1102
1102
|
directory?: string | undefined;
|
|
1103
1103
|
} | undefined;
|
|
1104
1104
|
playground?: {
|
|
1105
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1105
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1106
1106
|
proxy?: boolean | undefined;
|
|
1107
1107
|
} | undefined;
|
|
1108
1108
|
asyncapi?: string | string[] | {
|
|
@@ -1427,7 +1427,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1427
1427
|
directory?: string | undefined;
|
|
1428
1428
|
} | undefined;
|
|
1429
1429
|
playground?: {
|
|
1430
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1430
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1431
1431
|
proxy?: boolean | undefined;
|
|
1432
1432
|
} | undefined;
|
|
1433
1433
|
asyncapi?: string | string[] | {
|
|
@@ -1752,7 +1752,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1752
1752
|
directory?: string | undefined;
|
|
1753
1753
|
} | undefined;
|
|
1754
1754
|
playground?: {
|
|
1755
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1755
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1756
1756
|
proxy?: boolean | undefined;
|
|
1757
1757
|
} | undefined;
|
|
1758
1758
|
asyncapi?: string | string[] | {
|
|
@@ -2077,7 +2077,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2077
2077
|
directory?: string | undefined;
|
|
2078
2078
|
} | undefined;
|
|
2079
2079
|
playground?: {
|
|
2080
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2080
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2081
2081
|
proxy?: boolean | undefined;
|
|
2082
2082
|
} | undefined;
|
|
2083
2083
|
asyncapi?: string | string[] | {
|