@mintlify/models
Advanced tools
Comparing version 0.0.155 to 0.0.156
@@ -36,3 +36,3 @@ import { Analytics } from '../mintconfig/analytics.js'; | ||
}; | ||
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth' | 'disableAiChat' | 'entitlements'>; | ||
export type StaticPropsDeploymentType = Pick<DeploymentType, 'basePath' | 'disableAiChat' | 'entitlements' | 'featureFlags' | 'feedback' | 'inkeep' | 'isWhiteLabeled' | 'mintConfig' | 'subdomain' | 'trieve' | 'userAuth'>; | ||
export type GithubDeploymentType = DeploymentType & { | ||
@@ -39,0 +39,0 @@ gitSource: GithubSource; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.155", | ||
"version": "0.0.156", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "4b79098685849d7c701788a6b5157410f16517b9" | ||
"gitHead": "744997dc8fde9d849fa4fc396591fa28c157a60a" | ||
} |
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
152511