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
4
Versions
171
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.168 to 0.0.169

3

dist/entities/index.d.ts

@@ -5,3 +5,2 @@ import { FeatureFlag, FeatureFlags } from './FeatureFlags.js';

import { DeploymentHistoryType } from './deploymentHistoryType.js';
import { DeploymentType, StaticPropsDeploymentType, StaticPropsDeploymentAuthType, GithubDeploymentType, GitlabDeploymentType } from './deploymentType.js';
import { JsFileType } from './jsFileType.js';

@@ -11,2 +10,2 @@ import { OrgType, StaticPropsOrgType } from './orgType.js';

import { UserType } from './userType.js';
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, StaticPropsDeploymentAuthType, GithubDeploymentType, GitlabDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, FeatureFlag, FeatureFlags, };
export type { CustomerPageType, DeploymentHistoryType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, FeatureFlag, FeatureFlags, };
import { GithubInstallationType } from '../types/githubInstallationType.js';
import { GitlabInstallationType } from '../types/gitlabInstallationType.js';
import { GrowthDataType } from '../types/growthDataType.js';
import { StripeOrgDataType } from '../types/stripe.js';
export type OrgType = {

@@ -14,4 +13,6 @@ name: string;

slug: string;
stripe?: StripeOrgDataType;
stripe?: {
customerId: string;
};
};
export type StaticPropsOrgType = Pick<OrgType, 'plan' | 'createdAt'>;

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

import { SharedSessionAuth, Auth, AuthType, PasswordAuth, PasswordAuthMetadata, ClientMiddlewareJwt, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth, OAuthWithClientSecret, MintlifyAuth, PreviewDeploymentAuth } from '../entities/auth.js';
import { ApiPlaygroundInputs } from './apiPlaygroundInputs.js';
import { ApiPlaygroundResponseType } from './apiPlaygroundResponseType.js';

@@ -7,7 +5,3 @@ import { ApiPlaygroundResultType } from './apiPlaygroundResultType.js';

import { PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric } from './dashboardAnalytics.js';
import { DeploymentEntitlement, DeploymentEntitlements, deploymentEntitlements } from './deploymentEntitlements.js';
import { DeploymentFeedbackType } from './deploymentFeedback.js';
import { EditContext } from './editContext.js';
import { EntitlementConfiguration } from './entitlementConfiguration.js';
import { GitSource, GithubSource, GitlabSource, GitSourceType } from './gitSource.js';
import { GithubInstallationType } from './githubInstallationType.js';

@@ -20,9 +14,4 @@ import { GitlabInstallationType } from './gitlabInstallationType.js';

import { PageMetaTags } from './pageMetaTags.js';
import { ServerStaticProps } from './serverStaticProps.js';
import { SourceCheckKey, SourceCheckType } from './sourceCheck.js';
import { StripeDeploymentDataType, StripeOrgDataType, DeploymentAddOnType, deploymentAddOnTypes } from './stripe.js';
import { TrieveType } from './trieveType.js';
import { UserInfo, UserInfoInputs } from './userInfo.js';
import { UserMetadata, UserWithMetadata } from './userMetadata.js';
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, DeploymentFeedbackType, EditContext, EntitlementConfiguration, GithubInstallationType, GithubSource, GitlabInstallationType, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OAuth, OAuthWithClientSecret, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, Auth, AuthType, UserAuth, UserAuthType, PasswordAuth, PasswordAuthMetadata, PreviewDeploymentAuth, MintlifyAuth, ClientMiddlewareJwt, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, ApiPlaygroundInputs, UserInfo, UserInfoInputs, SourceCheckType, SourceCheckKey, ConfigType, };
export { deploymentAddOnTypes, deploymentEntitlements, configTypes };
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, EditContext, GithubInstallationType, GitlabInstallationType, GrowthDataType, InkeepType, OpenApiFile, OpenApiMetadata, PageMetaTags, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, ConfigType, };
export { configTypes };
import { configTypes } from './configType.js';
import { deploymentEntitlements, } from './deploymentEntitlements.js';
import { deploymentAddOnTypes, } from './stripe.js';
export { deploymentAddOnTypes, deploymentEntitlements, configTypes };
export { configTypes };
{
"name": "@mintlify/models",
"version": "0.0.168",
"version": "0.0.169",
"description": "Mintlify models",

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

},
"gitHead": "6140b8738e10c4b5ce740baebe20df6e6e3bd910"
"gitHead": "bcdd5468a08f2c032299f6e9d9af4b5ac750e0ab"
}

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