Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
0
Versions
151
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.100 to 0.0.101

dist/entities/FeatureFlags.d.ts

3

dist/entities/deploymentType.d.ts

@@ -6,2 +6,3 @@ import { Analytics } from '../mintconfig/analytics.js';

import { TrieveType } from '../types/trieveType.js';
import { FeatureFlags } from './FeatureFlags.js';
import { UserAuth } from './userAuth.js';

@@ -19,3 +20,3 @@ export type DeploymentType = {

inkeep?: InkeepType;
featureFlags?: Record<string, boolean>;
featureFlags?: FeatureFlags;
isWhiteLabeled?: boolean;

@@ -22,0 +23,0 @@ trieve?: TrieveType;

@@ -0,1 +1,2 @@

import { FeatureFlag, FeatureFlags } from './FeatureFlags.js';
import { CssFileType } from './cssFileType.js';

@@ -9,2 +10,2 @@ import { CustomerPageType } from './customerPageType.js';

import { UserType } from './userType.js';
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, GithubDeploymentType, GitlabDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, };
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, GithubDeploymentType, GitlabDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, FeatureFlag, FeatureFlags, };
{
"name": "@mintlify/models",
"version": "0.0.100",
"version": "0.0.101",
"description": "Mintlify models",

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

},
"gitHead": "9a59929ede21c446ec4af0e92600eaefaaae7e9c"
"gitHead": "45c9fb663f162bd217a93bfc3732fc2c781cea93"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc