New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/models

Package Overview
Dependencies
Maintainers
0
Versions
176
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.126 to 0.0.127

dist/types/deploymentEntitlements.d.ts

2

dist/entities/deploymentType.d.ts
import { Analytics } from '../mintconfig/analytics.js';
import { MintConfig } from '../mintconfig/index.js';
import { DeploymentEntitlements } from '../types/deploymentEntitlements.js';
import { GithubSource, GitlabSource, GitSource } from '../types/gitSource.js';

@@ -29,2 +30,3 @@ import { InkeepType } from '../types/inkeepType.js';

};
entitlements?: DeploymentEntitlements;
};

@@ -31,0 +33,0 @@ export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth' | 'disableAiChat'>;

6

dist/types/index.d.ts

@@ -5,3 +5,5 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js';

import { PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric } from './dashboardAnalytics.js';
import { DeploymentEntitlement, DeploymentEntitlements, deploymentEntitlements } from './deploymentEntitlements.js';
import { EditContext } from './editContext.js';
import { EntitlementConfiguration } from './entitlementConfiguration.js';
import { GitHubInstallationType } from './gitHubInstallationType.js';

@@ -18,3 +20,3 @@ import { GitSource, GithubSource, GitlabSource, GitSourceType } from './gitSource.js';

import { UserMetadata, UserWithMetadata } from './userMetadata.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, EditContext, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, };
export { deploymentAddOnTypes };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, };
export { deploymentAddOnTypes, deploymentEntitlements };

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

import { deploymentEntitlements, } from './deploymentEntitlements.js';
import { deploymentAddOnTypes, } from './stripe.js';
export { deploymentAddOnTypes };
export { deploymentAddOnTypes, deploymentEntitlements };
{
"name": "@mintlify/models",
"version": "0.0.126",
"version": "0.0.127",
"description": "Mintlify models",

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

},
"gitHead": "d034d51cfa514dc5ee089371f36d51426ccac7ad"
"gitHead": "717ac01ddd0d96af279d93047da262fd0f5872d0"
}

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