@mintlify/models
Advanced tools
Comparing version 0.0.136 to 0.0.137
import { EntitlementConfiguration } from './entitlementConfiguration.js'; | ||
export type DeploymentEntitlements = Partial<Record<DeploymentEntitlement, EntitlementConfiguration>>; | ||
export declare const deploymentEntitlements: readonly ["AI_CHAT", "CUSTOM_CSS_JS", "CUSTOM_SUBPATH", "DISCOVERY_API_ACCESS", "GITLAB_INTEGRATION", "PREVIEW_DEPLOYMENTS", "REMOVE_BRANDING", "UNLIMITED_EDITORS", "USER_AUTH", "WORKFLOW_API_ACCESS"]; | ||
export declare const deploymentEntitlements: readonly ["AI_CHAT", "ANALYTICS", "CUSTOM_CSS_JS", "CUSTOM_SUBPATH", "DISCOVERY_API_ACCESS", "GITLAB_INTEGRATION", "PREVIEW_DEPLOYMENTS", "REMOVE_BRANDING", "UNLIMITED_EDITORS", "USER_AUTH", "WORKFLOW_API_ACCESS"]; | ||
export type DeploymentEntitlement = (typeof deploymentEntitlements)[number]; |
export const deploymentEntitlements = [ | ||
'AI_CHAT', | ||
'ANALYTICS', | ||
'CUSTOM_CSS_JS', | ||
@@ -4,0 +5,0 @@ 'CUSTOM_SUBPATH', |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.136", | ||
"version": "0.0.137", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "954835a7390e1a4917cf901a0f43d83f1dc89b4c" | ||
"gitHead": "e69843f13b6c803075baa3325cc70f0ab62062c8" | ||
} |
Sorry, the diff of this file is not supported yet
143068
842