@mintlify/models
Advanced tools
Comparing version 0.0.21 to 0.0.22
import { Analytics, MintConfig } from '../mintconfig/index.js'; | ||
import { GitSource } from '../types/index.js'; | ||
import { GitSource, InkeepType } from '../types/index.js'; | ||
export type DeploymentType = { | ||
@@ -16,2 +16,3 @@ name: string; | ||
vercelProjectId?: string; | ||
inkeep?: InkeepType; | ||
}; |
@@ -7,5 +7,6 @@ import { EditContext } from './editContext.js'; | ||
import { GrowthDataType } from './growthDataType.js'; | ||
import { InkeepType } from './inkeepType.js'; | ||
import { NavGroups, NavGroup } from './navGroups.js'; | ||
import { PageMetaTags } from './pageMetaTags.js'; | ||
import { PathType } from './pathType.js'; | ||
export type { EditContext, GitAuthType, GitHubAppType, GitSource, GitType, GrowthDataType, PathType, PageMetaTags, NavGroups, NavGroup, }; | ||
export type { EditContext, GitAuthType, GitHubAppType, GitSource, GitType, GrowthDataType, InkeepType, PathType, PageMetaTags, NavGroups, NavGroup, }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Mintlify models", | ||
@@ -50,3 +50,3 @@ "engines": { | ||
"dependencies": { | ||
"@mintlify/validation": "0.1.55" | ||
"@mintlify/validation": "0.1.56" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "76860a00e11b579dd191fb3363adbe76c7e4ff05" | ||
"gitHead": "a1e73e688592912b327c348531d300ec588a5179" | ||
} |
Sorry, the diff of this file is not supported yet
108185
67
271
+ Added@mintlify/validation@0.1.56(transitive)
- Removed@mintlify/validation@0.1.55(transitive)
Updated@mintlify/validation@0.1.56