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.256
to
0.0.257
+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", "DEDICATED_CSM"];
export declare const orgEntitlements: readonly ["SSO", "RBAC", "SLACK_SUPPORT", "DEDICATED_CSM", "AUDIT_LOGS"];
export type OrgEntitlement = (typeof orgEntitlements)[number];

@@ -1,1 +0,7 @@

export const orgEntitlements = ['SSO', 'RBAC', 'SLACK_SUPPORT', 'DEDICATED_CSM'];
export const orgEntitlements = [
'SSO',
'RBAC',
'SLACK_SUPPORT',
'DEDICATED_CSM',
'AUDIT_LOGS',
];

@@ -6,6 +6,6 @@ /**

export declare const ACTIONS: readonly ["create", "read", "update", "delete", "upsert"];
export declare const ORG_RESOURCES: readonly ["org", "org.apiKey", "org.billing"];
export declare const ORG_RESOURCES: readonly ["org", "org.apiKey", "org.billing", "org.auditLogs"];
export declare const USER_RESOURCES: readonly ["user", "user.role"];
export declare const DEPLOYMENT_RESOURCES: readonly ["deployment", "deployment.customDomain", "deployment.basePath", "deployment.gitSource", "deployment.auth", "deployment.personalization"];
export declare const ALL_RESOURCES: readonly ["org", "org.apiKey", "org.billing", "user", "user.role", "deployment", "deployment.customDomain", "deployment.basePath", "deployment.gitSource", "deployment.auth", "deployment.personalization"];
export declare const ALL_RESOURCES: readonly ["org", "org.apiKey", "org.billing", "org.auditLogs", "user", "user.role", "deployment", "deployment.customDomain", "deployment.basePath", "deployment.gitSource", "deployment.auth", "deployment.personalization"];
export type OrgResource = (typeof ORG_RESOURCES)[number];

@@ -12,0 +12,0 @@ export type UserResource = (typeof USER_RESOURCES)[number];

@@ -6,3 +6,3 @@ /**

export const ACTIONS = ['create', 'read', 'update', 'delete', 'upsert'];
export const ORG_RESOURCES = ['org', 'org.apiKey', 'org.billing'];
export const ORG_RESOURCES = ['org', 'org.apiKey', 'org.billing', 'org.auditLogs'];
export const USER_RESOURCES = ['user', 'user.role'];

@@ -9,0 +9,0 @@ export const DEPLOYMENT_RESOURCES = [

{
"name": "@mintlify/models",
"version": "0.0.256",
"version": "0.0.257",
"description": "Mintlify models",

@@ -57,3 +57,3 @@ "engines": {

},
"gitHead": "4e55c01ee5af493bd399e9543fd4aa9de0b7e238"
"gitHead": "ee9d1774a1e31f469dcf1159e2aaf15765c0cff0"
}

Sorry, the diff of this file is not supported yet