@mintlify/models
Advanced tools
Comparing version 0.0.159 to 0.0.160
@@ -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
153317
133
952