@mintlify/models
Advanced tools
Comparing version 0.0.164 to 0.0.165
@@ -10,13 +10,3 @@ import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js'; | ||
import { ThemeType, themes } from './theme.js'; | ||
export type MintConfig = MintConfigType & { | ||
repo?: { | ||
github?: { | ||
owner: string; | ||
repo: string; | ||
deployBranch: string; | ||
contentDirectory: string; | ||
isPrivate?: boolean; | ||
}; | ||
}; | ||
}; | ||
export type MintConfig = MintConfigType; | ||
export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, SegmentConfig, } from './analytics.js'; | ||
@@ -23,0 +13,0 @@ export type { Anchor, TopAnchor } from './anchor.js'; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.164", | ||
"version": "0.0.165", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "7bec382a700cf0ee1f3f5c5433cf5dc6947ec191" | ||
"gitHead": "9ccabce6d9ff2299f8867c9e00e1a66af67e8586" | ||
} |
Sorry, the diff of this file is not supported yet
153777
955