@mintlify/models
Advanced tools
Comparing version 0.0.101 to 0.0.102
import { AnchorColor } from './colors.js'; | ||
import { IconType } from './iconTypes.js'; | ||
import { OpenApiAnchorPropertyType } from './openapi.js'; | ||
export type TopAnchor = { | ||
@@ -16,2 +17,8 @@ name: string; | ||
version?: string; | ||
openapi?: OpenApiAnchorPropertyType; | ||
}; | ||
export type AnchorOrTab = { | ||
url: string; | ||
name: string; | ||
openapi?: string; | ||
}; |
@@ -16,3 +16,3 @@ import { ConfigType } from './config.js'; | ||
export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, } from './analytics.js'; | ||
export type { Anchor, TopAnchor } from './anchor.js'; | ||
export type { Anchor, TopAnchor, AnchorOrTab } from './anchor.js'; | ||
export type { ApiConfig } from './apiConfig.js'; | ||
@@ -19,0 +19,0 @@ export type { AnchorColor, Colors, Gradient } from './colors.js'; |
@@ -0,1 +1,2 @@ | ||
import { OpenApiAnchorPropertyType } from './openapi.js'; | ||
export type Tab = { | ||
@@ -6,2 +7,3 @@ name: string; | ||
isDefaultHidden?: boolean; | ||
openapi?: OpenApiAnchorPropertyType; | ||
}; | ||
@@ -8,0 +10,0 @@ export type PrimaryTab = { |
@@ -13,5 +13,4 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js'; | ||
import { PageMetaTags } from './pageMetaTags.js'; | ||
import { PathType } from './pathType.js'; | ||
import { ServerStaticProps } from './serverStaticProps.js'; | ||
import { TrieveType } from './trieveType.js'; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, OpenApiFile, OpenApiMetadata, EditContext, GitAuthType, GitHubInstallationType, GitSource, GithubSource, GitlabSource, GitSourceType, GrowthDataType, InkeepType, PathType, PageMetaTags, ServerStaticProps, TrieveType, UserAuth, SharedSessionAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, }; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, OpenApiFile, OpenApiMetadata, EditContext, GitAuthType, GitHubInstallationType, GitSource, GithubSource, GitlabSource, GitSourceType, GrowthDataType, InkeepType, PageMetaTags, ServerStaticProps, TrieveType, UserAuth, SharedSessionAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, }; |
@@ -5,2 +5,3 @@ import type { OpenAPI } from 'openapi-types'; | ||
spec: OpenAPI.Document; | ||
originalFileLocation?: string; | ||
}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.101", | ||
"version": "0.0.102", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "45c9fb663f162bd217a93bfc3732fc2c781cea93" | ||
"gitHead": "922872088a5fbfd86009b2f916e0f8f5f21cd966" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135943
619