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
168
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.159 to 0.0.160

dist/types/configType.d.ts

2

dist/mintconfig/config.d.ts

@@ -43,3 +43,3 @@ import type { Analytics } from './analytics.js';

};
export type ConfigType = {
export type MintConfigType = {
$schema: string;

@@ -46,0 +46,0 @@ mintlify?: string;

import { apiParamFieldOptions, requestExampleLanguages } from './apiConfig.js';
import { codeBlockModes } from './codeBlock.js';
import { ConfigType } from './config.js';
import { MintConfigType } from './config.js';
import { eyebrowDisplayTypes } from './eyebrow.js';

@@ -10,3 +10,3 @@ import { fontFormats } from './font.js';

import { ThemeType, themes } from './theme.js';
export type MintConfig = ConfigType & {
export type MintConfig = MintConfigType & {
repo?: {

@@ -39,3 +39,3 @@ github?: {

export { apiParamFieldOptions, codeBlockModes, fontFormats, footerSocialKeys, iconTypes, locales, requestExampleLanguages, themes, eyebrowDisplayTypes, };
export type { ConfigType, IconType, LocaleType, ThemeType };
export type { MintConfigType, IconType, LocaleType, ThemeType };
export type { Eyebrow } from './eyebrow.js';

@@ -5,2 +5,3 @@ import { SharedSessionAuth, Auth, AuthType, PasswordAuth, PasswordAuthMetadata, ClientMiddlewareJwt, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth, OAuthWithClientSecret, MintlifyAuth, PreviewDeploymentAuth } from '../entities/auth.js';

import { ApiPlaygroundResultType } from './apiPlaygroundResultType.js';
import { ConfigType, configTypes } from './configType.js';
import { PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric } from './dashboardAnalytics.js';

@@ -24,3 +25,3 @@ import { DeploymentEntitlement, DeploymentEntitlements, deploymentEntitlements } from './deploymentEntitlements.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, };
export { deploymentAddOnTypes, deploymentEntitlements };
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, ConfigType, };
export { deploymentAddOnTypes, deploymentEntitlements, configTypes };

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

import { configTypes } from './configType.js';
import { deploymentEntitlements, } from './deploymentEntitlements.js';
import { deploymentAddOnTypes, } from './stripe.js';
export { deploymentAddOnTypes, deploymentEntitlements };
export { deploymentAddOnTypes, deploymentEntitlements, configTypes };
{
"name": "@mintlify/models",
"version": "0.0.159",
"version": "0.0.160",
"description": "Mintlify models",

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

},
"gitHead": "d352e2cd2255194c1f6fdd22394fb64cc6dc4aa3"
"gitHead": "33cfc8d04cb5c429328404b58c1c66e7a1acf099"
}

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