@mintlify/models
Advanced tools
Comparing version 0.0.100 to 0.0.101
@@ -6,2 +6,3 @@ import { Analytics } from '../mintconfig/analytics.js'; | ||
import { TrieveType } from '../types/trieveType.js'; | ||
import { FeatureFlags } from './FeatureFlags.js'; | ||
import { UserAuth } from './userAuth.js'; | ||
@@ -19,3 +20,3 @@ export type DeploymentType = { | ||
inkeep?: InkeepType; | ||
featureFlags?: Record<string, boolean>; | ||
featureFlags?: FeatureFlags; | ||
isWhiteLabeled?: boolean; | ||
@@ -22,0 +23,0 @@ trieve?: TrieveType; |
@@ -0,1 +1,2 @@ | ||
import { FeatureFlag, FeatureFlags } from './FeatureFlags.js'; | ||
import { CssFileType } from './cssFileType.js'; | ||
@@ -9,2 +10,2 @@ import { CustomerPageType } from './customerPageType.js'; | ||
import { UserType } from './userType.js'; | ||
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, GithubDeploymentType, GitlabDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, }; | ||
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, GithubDeploymentType, GitlabDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, FeatureFlag, FeatureFlags, }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.100", | ||
"version": "0.0.101", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "9a59929ede21c446ec4af0e92600eaefaaae7e9c" | ||
"gitHead": "45c9fb663f162bd217a93bfc3732fc2c781cea93" | ||
} |
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
135694
95
615