@mintlify/prebuild 1.0.1283 → 1.0.1284

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.
@@ -264,6 +264,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
264
264
  } | undefined;
265
265
  segment?: {
266
266
  key: string;
267
+ cdnUrl?: string | undefined;
267
268
  } | undefined;
268
269
  intercom?: {
269
270
  appId: string;
@@ -682,6 +683,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
682
683
  } | undefined;
683
684
  segment?: {
684
685
  key: string;
686
+ cdnUrl?: string | undefined;
685
687
  } | undefined;
686
688
  intercom?: {
687
689
  appId: string;
@@ -1100,6 +1102,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1100
1102
  } | undefined;
1101
1103
  segment?: {
1102
1104
  key: string;
1105
+ cdnUrl?: string | undefined;
1103
1106
  } | undefined;
1104
1107
  intercom?: {
1105
1108
  appId: string;
@@ -1518,6 +1521,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1518
1521
  } | undefined;
1519
1522
  segment?: {
1520
1523
  key: string;
1524
+ cdnUrl?: string | undefined;
1521
1525
  } | undefined;
1522
1526
  intercom?: {
1523
1527
  appId: string;
@@ -1942,6 +1946,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1942
1946
  } | undefined;
1943
1947
  segment?: {
1944
1948
  key: string;
1949
+ cdnUrl?: string | undefined;
1945
1950
  } | undefined;
1946
1951
  intercom?: {
1947
1952
  appId: string;
@@ -2360,6 +2365,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2360
2365
  } | undefined;
2361
2366
  segment?: {
2362
2367
  key: string;
2368
+ cdnUrl?: string | undefined;
2363
2369
  } | undefined;
2364
2370
  intercom?: {
2365
2371
  appId: string;
@@ -2778,6 +2784,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2778
2784
  } | undefined;
2779
2785
  segment?: {
2780
2786
  key: string;
2787
+ cdnUrl?: string | undefined;
2781
2788
  } | undefined;
2782
2789
  intercom?: {
2783
2790
  appId: string;
@@ -3196,6 +3203,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3196
3203
  } | undefined;
3197
3204
  segment?: {
3198
3205
  key: string;
3206
+ cdnUrl?: string | undefined;
3199
3207
  } | undefined;
3200
3208
  intercom?: {
3201
3209
  appId: string;
@@ -3614,6 +3622,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3614
3622
  } | undefined;
3615
3623
  segment?: {
3616
3624
  key: string;
3625
+ cdnUrl?: string | undefined;
3617
3626
  } | undefined;
3618
3627
  intercom?: {
3619
3628
  appId: string;
@@ -264,6 +264,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
264
264
  } | undefined;
265
265
  segment?: {
266
266
  key: string;
267
+ cdnUrl?: string | undefined;
267
268
  } | undefined;
268
269
  intercom?: {
269
270
  appId: string;
@@ -682,6 +683,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
682
683
  } | undefined;
683
684
  segment?: {
684
685
  key: string;
686
+ cdnUrl?: string | undefined;
685
687
  } | undefined;
686
688
  intercom?: {
687
689
  appId: string;
@@ -1100,6 +1102,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1100
1102
  } | undefined;
1101
1103
  segment?: {
1102
1104
  key: string;
1105
+ cdnUrl?: string | undefined;
1103
1106
  } | undefined;
1104
1107
  intercom?: {
1105
1108
  appId: string;
@@ -1518,6 +1521,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1518
1521
  } | undefined;
1519
1522
  segment?: {
1520
1523
  key: string;
1524
+ cdnUrl?: string | undefined;
1521
1525
  } | undefined;
1522
1526
  intercom?: {
1523
1527
  appId: string;
@@ -1942,6 +1946,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1942
1946
  } | undefined;
1943
1947
  segment?: {
1944
1948
  key: string;
1949
+ cdnUrl?: string | undefined;
1945
1950
  } | undefined;
1946
1951
  intercom?: {
1947
1952
  appId: string;
@@ -2360,6 +2365,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2360
2365
  } | undefined;
2361
2366
  segment?: {
2362
2367
  key: string;
2368
+ cdnUrl?: string | undefined;
2363
2369
  } | undefined;
2364
2370
  intercom?: {
2365
2371
  appId: string;
@@ -2778,6 +2784,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2778
2784
  } | undefined;
2779
2785
  segment?: {
2780
2786
  key: string;
2787
+ cdnUrl?: string | undefined;
2781
2788
  } | undefined;
2782
2789
  intercom?: {
2783
2790
  appId: string;
@@ -3196,6 +3203,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3196
3203
  } | undefined;
3197
3204
  segment?: {
3198
3205
  key: string;
3206
+ cdnUrl?: string | undefined;
3199
3207
  } | undefined;
3200
3208
  intercom?: {
3201
3209
  appId: string;
@@ -3614,6 +3622,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3614
3622
  } | undefined;
3615
3623
  segment?: {
3616
3624
  key: string;
3625
+ cdnUrl?: string | undefined;
3617
3626
  } | undefined;
3618
3627
  intercom?: {
3619
3628
  appId: string;