@mintlify/prebuild 1.0.604 → 1.0.605

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.
@@ -312,6 +312,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
312
312
  heap?: {
313
313
  appId: string;
314
314
  } | undefined;
315
+ hightouch?: {
316
+ writeKey: string;
317
+ apiHost?: string | undefined;
318
+ } | undefined;
315
319
  hotjar?: {
316
320
  hjid: string;
317
321
  hjsv: string;
@@ -684,6 +688,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
684
688
  heap?: {
685
689
  appId: string;
686
690
  } | undefined;
691
+ hightouch?: {
692
+ writeKey: string;
693
+ apiHost?: string | undefined;
694
+ } | undefined;
687
695
  hotjar?: {
688
696
  hjid: string;
689
697
  hjsv: string;
@@ -1056,6 +1064,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1056
1064
  heap?: {
1057
1065
  appId: string;
1058
1066
  } | undefined;
1067
+ hightouch?: {
1068
+ writeKey: string;
1069
+ apiHost?: string | undefined;
1070
+ } | undefined;
1059
1071
  hotjar?: {
1060
1072
  hjid: string;
1061
1073
  hjsv: string;
@@ -1428,6 +1440,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1428
1440
  heap?: {
1429
1441
  appId: string;
1430
1442
  } | undefined;
1443
+ hightouch?: {
1444
+ writeKey: string;
1445
+ apiHost?: string | undefined;
1446
+ } | undefined;
1431
1447
  hotjar?: {
1432
1448
  hjid: string;
1433
1449
  hjsv: string;
@@ -1800,6 +1816,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1800
1816
  heap?: {
1801
1817
  appId: string;
1802
1818
  } | undefined;
1819
+ hightouch?: {
1820
+ writeKey: string;
1821
+ apiHost?: string | undefined;
1822
+ } | undefined;
1803
1823
  hotjar?: {
1804
1824
  hjid: string;
1805
1825
  hjsv: string;
@@ -2172,6 +2192,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2172
2192
  heap?: {
2173
2193
  appId: string;
2174
2194
  } | undefined;
2195
+ hightouch?: {
2196
+ writeKey: string;
2197
+ apiHost?: string | undefined;
2198
+ } | undefined;
2175
2199
  hotjar?: {
2176
2200
  hjid: string;
2177
2201
  hjsv: string;
@@ -2544,6 +2568,10 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2544
2568
  heap?: {
2545
2569
  appId: string;
2546
2570
  } | undefined;
2571
+ hightouch?: {
2572
+ writeKey: string;
2573
+ apiHost?: string | undefined;
2574
+ } | undefined;
2547
2575
  hotjar?: {
2548
2576
  hjid: string;
2549
2577
  hjsv: string;
@@ -307,6 +307,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
307
307
  heap?: {
308
308
  appId: string;
309
309
  } | undefined;
310
+ hightouch?: {
311
+ writeKey: string;
312
+ apiHost?: string | undefined;
313
+ } | undefined;
310
314
  hotjar?: {
311
315
  hjid: string;
312
316
  hjsv: string;
@@ -679,6 +683,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
679
683
  heap?: {
680
684
  appId: string;
681
685
  } | undefined;
686
+ hightouch?: {
687
+ writeKey: string;
688
+ apiHost?: string | undefined;
689
+ } | undefined;
682
690
  hotjar?: {
683
691
  hjid: string;
684
692
  hjsv: string;
@@ -1051,6 +1059,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1051
1059
  heap?: {
1052
1060
  appId: string;
1053
1061
  } | undefined;
1062
+ hightouch?: {
1063
+ writeKey: string;
1064
+ apiHost?: string | undefined;
1065
+ } | undefined;
1054
1066
  hotjar?: {
1055
1067
  hjid: string;
1056
1068
  hjsv: string;
@@ -1423,6 +1435,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1423
1435
  heap?: {
1424
1436
  appId: string;
1425
1437
  } | undefined;
1438
+ hightouch?: {
1439
+ writeKey: string;
1440
+ apiHost?: string | undefined;
1441
+ } | undefined;
1426
1442
  hotjar?: {
1427
1443
  hjid: string;
1428
1444
  hjsv: string;
@@ -1795,6 +1811,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1795
1811
  heap?: {
1796
1812
  appId: string;
1797
1813
  } | undefined;
1814
+ hightouch?: {
1815
+ writeKey: string;
1816
+ apiHost?: string | undefined;
1817
+ } | undefined;
1798
1818
  hotjar?: {
1799
1819
  hjid: string;
1800
1820
  hjsv: string;
@@ -2167,6 +2187,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2167
2187
  heap?: {
2168
2188
  appId: string;
2169
2189
  } | undefined;
2190
+ hightouch?: {
2191
+ writeKey: string;
2192
+ apiHost?: string | undefined;
2193
+ } | undefined;
2170
2194
  hotjar?: {
2171
2195
  hjid: string;
2172
2196
  hjsv: string;
@@ -2539,6 +2563,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2539
2563
  heap?: {
2540
2564
  appId: string;
2541
2565
  } | undefined;
2566
+ hightouch?: {
2567
+ writeKey: string;
2568
+ apiHost?: string | undefined;
2569
+ } | undefined;
2542
2570
  hotjar?: {
2543
2571
  hjid: string;
2544
2572
  hjsv: string;