@mintlify/prebuild 1.0.1110 → 1.0.1112
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.
|
@@ -223,6 +223,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
223
223
|
} | undefined;
|
|
224
224
|
mixpanel?: {
|
|
225
225
|
projectToken: string;
|
|
226
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
226
227
|
} | undefined;
|
|
227
228
|
pirsch?: {
|
|
228
229
|
id: string;
|
|
@@ -605,6 +606,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
605
606
|
} | undefined;
|
|
606
607
|
mixpanel?: {
|
|
607
608
|
projectToken: string;
|
|
609
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
608
610
|
} | undefined;
|
|
609
611
|
pirsch?: {
|
|
610
612
|
id: string;
|
|
@@ -987,6 +989,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
987
989
|
} | undefined;
|
|
988
990
|
mixpanel?: {
|
|
989
991
|
projectToken: string;
|
|
992
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
990
993
|
} | undefined;
|
|
991
994
|
pirsch?: {
|
|
992
995
|
id: string;
|
|
@@ -1369,6 +1372,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1369
1372
|
} | undefined;
|
|
1370
1373
|
mixpanel?: {
|
|
1371
1374
|
projectToken: string;
|
|
1375
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1372
1376
|
} | undefined;
|
|
1373
1377
|
pirsch?: {
|
|
1374
1378
|
id: string;
|
|
@@ -1751,6 +1755,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1751
1755
|
} | undefined;
|
|
1752
1756
|
mixpanel?: {
|
|
1753
1757
|
projectToken: string;
|
|
1758
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1754
1759
|
} | undefined;
|
|
1755
1760
|
pirsch?: {
|
|
1756
1761
|
id: string;
|
|
@@ -2133,6 +2138,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2133
2138
|
} | undefined;
|
|
2134
2139
|
mixpanel?: {
|
|
2135
2140
|
projectToken: string;
|
|
2141
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2136
2142
|
} | undefined;
|
|
2137
2143
|
pirsch?: {
|
|
2138
2144
|
id: string;
|
|
@@ -2515,6 +2521,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2515
2521
|
} | undefined;
|
|
2516
2522
|
mixpanel?: {
|
|
2517
2523
|
projectToken: string;
|
|
2524
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2518
2525
|
} | undefined;
|
|
2519
2526
|
pirsch?: {
|
|
2520
2527
|
id: string;
|
|
@@ -2897,6 +2904,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
2897
2904
|
} | undefined;
|
|
2898
2905
|
mixpanel?: {
|
|
2899
2906
|
projectToken: string;
|
|
2907
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2900
2908
|
} | undefined;
|
|
2901
2909
|
pirsch?: {
|
|
2902
2910
|
id: string;
|
|
@@ -3279,6 +3287,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
3279
3287
|
} | undefined;
|
|
3280
3288
|
mixpanel?: {
|
|
3281
3289
|
projectToken: string;
|
|
3290
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
3282
3291
|
} | undefined;
|
|
3283
3292
|
pirsch?: {
|
|
3284
3293
|
id: string;
|
|
@@ -220,6 +220,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
220
220
|
} | undefined;
|
|
221
221
|
mixpanel?: {
|
|
222
222
|
projectToken: string;
|
|
223
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
223
224
|
} | undefined;
|
|
224
225
|
pirsch?: {
|
|
225
226
|
id: string;
|
|
@@ -602,6 +603,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
602
603
|
} | undefined;
|
|
603
604
|
mixpanel?: {
|
|
604
605
|
projectToken: string;
|
|
606
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
605
607
|
} | undefined;
|
|
606
608
|
pirsch?: {
|
|
607
609
|
id: string;
|
|
@@ -984,6 +986,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
984
986
|
} | undefined;
|
|
985
987
|
mixpanel?: {
|
|
986
988
|
projectToken: string;
|
|
989
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
987
990
|
} | undefined;
|
|
988
991
|
pirsch?: {
|
|
989
992
|
id: string;
|
|
@@ -1366,6 +1369,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1366
1369
|
} | undefined;
|
|
1367
1370
|
mixpanel?: {
|
|
1368
1371
|
projectToken: string;
|
|
1372
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1369
1373
|
} | undefined;
|
|
1370
1374
|
pirsch?: {
|
|
1371
1375
|
id: string;
|
|
@@ -1748,6 +1752,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1748
1752
|
} | undefined;
|
|
1749
1753
|
mixpanel?: {
|
|
1750
1754
|
projectToken: string;
|
|
1755
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
1751
1756
|
} | undefined;
|
|
1752
1757
|
pirsch?: {
|
|
1753
1758
|
id: string;
|
|
@@ -2130,6 +2135,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2130
2135
|
} | undefined;
|
|
2131
2136
|
mixpanel?: {
|
|
2132
2137
|
projectToken: string;
|
|
2138
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2133
2139
|
} | undefined;
|
|
2134
2140
|
pirsch?: {
|
|
2135
2141
|
id: string;
|
|
@@ -2512,6 +2518,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2512
2518
|
} | undefined;
|
|
2513
2519
|
mixpanel?: {
|
|
2514
2520
|
projectToken: string;
|
|
2521
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2515
2522
|
} | undefined;
|
|
2516
2523
|
pirsch?: {
|
|
2517
2524
|
id: string;
|
|
@@ -2894,6 +2901,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2894
2901
|
} | undefined;
|
|
2895
2902
|
mixpanel?: {
|
|
2896
2903
|
projectToken: string;
|
|
2904
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
2897
2905
|
} | undefined;
|
|
2898
2906
|
pirsch?: {
|
|
2899
2907
|
id: string;
|
|
@@ -3276,6 +3284,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
3276
3284
|
} | undefined;
|
|
3277
3285
|
mixpanel?: {
|
|
3278
3286
|
projectToken: string;
|
|
3287
|
+
region?: "us" | "eu" | "in" | undefined;
|
|
3279
3288
|
} | undefined;
|
|
3280
3289
|
pirsch?: {
|
|
3281
3290
|
id: string;
|