@mintlify/models
Advanced tools
| import { EntitlementConfiguration } from '../types/entitlementConfiguration.js'; | ||
| export type OrgEntitlements = Partial<Record<OrgEntitlement, EntitlementConfiguration>>; | ||
| export declare const orgEntitlements: readonly ["SSO", "RBAC", "SLACK_SUPPORT"]; | ||
| export declare const orgEntitlements: readonly ["SSO", "RBAC", "SLACK_SUPPORT", "DEDICATED_CSM"]; | ||
| export type OrgEntitlement = (typeof orgEntitlements)[number]; |
@@ -1,1 +0,1 @@ | ||
| export const orgEntitlements = ['SSO', 'RBAC', 'SLACK_SUPPORT']; | ||
| export const orgEntitlements = ['SSO', 'RBAC', 'SLACK_SUPPORT', 'DEDICATED_CSM']; |
+2
-2
| { | ||
| "name": "@mintlify/models", | ||
| "version": "0.0.254", | ||
| "version": "0.0.255", | ||
| "description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "d0bcf0ad7d853002f5cbbfcec7e7bfb195baf993" | ||
| "gitHead": "04e311ad6ebfc64daff8e7e4529dd12114c9e9a9" | ||
| } |
Sorry, the diff of this file is not supported yet
186658
0.02%