You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
9
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version
0.0.254
to
0.0.255
+1
-1
dist/entities/orgEntitlements.d.ts
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'];
{
"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