@mintlify/models
Advanced tools
Comparing version 0.0.107 to 0.0.108
@@ -42,2 +42,5 @@ export type AmplitudeConfig = { | ||
}; | ||
export type SegmentConfig = { | ||
key: string; | ||
}; | ||
export type Analytics = { | ||
@@ -57,2 +60,3 @@ amplitude?: AmplitudeConfig; | ||
plausible?: PlausibleConfig; | ||
segment?: SegmentConfig; | ||
}; |
import { requestExampleLanguages } from './apiConfig.js'; | ||
import { ConfigType } from './config.js'; | ||
import { IconType, iconTypes } from './iconTypes.js'; | ||
import { themes, ThemeType } from './theme.js'; | ||
import { ThemeType, themes } from './theme.js'; | ||
export type MintConfig = ConfigType & { | ||
@@ -16,3 +16,3 @@ repo?: { | ||
}; | ||
export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, } from './analytics.js'; | ||
export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, SegmentConfig, } from './analytics.js'; | ||
export type { Anchor, TopAnchor } from './anchor.js'; | ||
@@ -25,8 +25,8 @@ export type { ApiConfig, RequestExampleLanguages } from './apiConfig.js'; | ||
export type { FooterSocials } from './footerSocials.js'; | ||
export type { Layout } from './layout.js'; | ||
export type { Logo } from './logo.js'; | ||
export type { Integrations } from './mintConfigIntegrations.js'; | ||
export type { Layout } from './layout.js'; | ||
export type { DecoratedNavigation, DecoratedNavigationEntry, DecoratedNavigationGroup, DecoratedNavigationPage, Navigation, NavigationEntry, NavigationGroup, } from './navigation.js'; | ||
export type { PrimaryTab, Tab } from './tab.js'; | ||
export { iconTypes, themes, requestExampleLanguages }; | ||
export { iconTypes, requestExampleLanguages, themes }; | ||
export type { ConfigType, IconType, ThemeType }; |
import { requestExampleLanguages } from './apiConfig.js'; | ||
import { iconTypes } from './iconTypes.js'; | ||
import { themes } from './theme.js'; | ||
export { iconTypes, themes, requestExampleLanguages }; | ||
export { iconTypes, requestExampleLanguages, themes }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.107", | ||
"version": "0.0.108", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "932b4416ce100d11dd267faff13d0b1171a5f509" | ||
"gitHead": "214320b7644d2fbc47d85d1f618f3f65e162f6a4" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131287
661