@mintlify/models
Advanced tools
Comparing version 0.0.91 to 0.0.92
@@ -6,2 +6,3 @@ import { Analytics } from '../mintconfig/analytics.js'; | ||
import { TrieveType } from '../types/trieveType.js'; | ||
import { UserAuthInfo } from './userAuthType.js'; | ||
export type DeploymentType = { | ||
@@ -17,4 +18,2 @@ name: string; | ||
mintConfig: MintConfig; | ||
hashedSubdomain?: string; | ||
isPasswordProtected?: boolean; | ||
inkeep?: InkeepType; | ||
@@ -25,4 +24,5 @@ featureFlags?: Record<string, boolean>; | ||
disableAiChat?: boolean; | ||
userAuth?: UserAuthInfo; | ||
}; | ||
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve'>; | ||
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth'>; | ||
export type GithubDeploymentType = DeploymentType & { | ||
@@ -29,0 +29,0 @@ gitSource: GithubSource; |
@@ -0,1 +1,2 @@ | ||
import { SharedSessionAuthInfo, UserAuthInfo, UserAuthInfoType } from '../entities/userAuthType.js'; | ||
import { ApiPlaygroundResponseType } from './apiPlaygroundResponseType.js'; | ||
@@ -15,2 +16,2 @@ import { ApiPlaygroundResultType } from './apiPlaygroundResultType.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, }; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, OpenApiFile, OpenApiMetadata, EditContext, GitAuthType, GitHubInstallationType, GitSource, GithubSource, GitlabSource, GitSourceType, GrowthDataType, InkeepType, PathType, PageMetaTags, ServerStaticProps, TrieveType, UserAuthInfo, SharedSessionAuthInfo, UserAuthInfoType, }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.91", | ||
"version": "0.0.92", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "c88dc295661cc12d7984b0aad187e2cf9601c89e" | ||
"gitHead": "ce77d5d48c5f3d504bdda66bb10c32efe61d4d20" | ||
} |
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
130523
91
590