@mintlify/models
Advanced tools
Comparing version 0.0.128 to 0.0.129
import { EntitlementConfiguration } from './entitlementConfiguration.js'; | ||
export type DeploymentEntitlements = Record<DeploymentEntitlement, EntitlementConfiguration>; | ||
export declare const deploymentEntitlements: readonly ["AI_CHAT", "CUSTOM_CSS_JS", "GITLAB_INTEGRATION", "PREVIEW_DEPLOYMENTS", "REMOVE_BRANDING", "UNLIMITED_EDITORS", "USER_AUTH"]; | ||
export declare const deploymentEntitlements: readonly ["AI_CHAT", "CUSTOM_CSS_JS", "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', | ||
'CUSTOM_CSS_JS', | ||
'DISCOVERY_API_ACCESS', | ||
'GITLAB_INTEGRATION', | ||
@@ -9,2 +10,3 @@ 'PREVIEW_DEPLOYMENTS', | ||
'USER_AUTH', | ||
'WORKFLOW_API_ACCESS', | ||
]; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.128", | ||
"version": "0.0.129", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "31329fce3dc71bdf97c73f0f10d3610e8552e885" | ||
"gitHead": "7f310ca0770cbb9deace50f318e409726e42d0a6" | ||
} |
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
140555
790