@mintlify/models
Advanced tools
Comparing version 0.0.142 to 0.0.143
@@ -9,3 +9,3 @@ import { Analytics } from '../mintconfig/analytics.js'; | ||
import { FeatureFlags } from './FeatureFlags.js'; | ||
import { UserAuth } from './userAuth.js'; | ||
import { Auth, UserAuth } from './auth.js'; | ||
export type DeploymentType = { | ||
@@ -26,2 +26,3 @@ name: string; | ||
disableAiChat?: boolean; | ||
auth?: Auth; | ||
userAuth?: UserAuth; | ||
@@ -28,0 +29,0 @@ stripe?: StripeDeploymentDataType; |
@@ -1,2 +0,3 @@ | ||
import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth } from '../entities/userAuth.js'; | ||
import { SharedSessionAuth, Auth, AuthType, PasswordAuth, PasswordAuthMetadata, ClientMiddlewareJwt, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey, OAuth, MintlifyAuth } from '../entities/auth.js'; | ||
import { ApiPlaygroundInputs } from './apiPlaygroundInputs.js'; | ||
import { ApiPlaygroundResponseType } from './apiPlaygroundResponseType.js'; | ||
@@ -19,4 +20,5 @@ import { ApiPlaygroundResultType } from './apiPlaygroundResultType.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, EditContext, EntitlementConfiguration, GithubInstallationType, GithubSource, GitlabInstallationType, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OAuth, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, }; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GithubInstallationType, GithubSource, GitlabInstallationType, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OAuth, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, Auth, AuthType, UserAuth, UserAuthType, PasswordAuth, PasswordAuthMetadata, MintlifyAuth, ClientMiddlewareJwt, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, ApiPlaygroundInputs, UserInfo, UserInfoInputs, }; | ||
export { deploymentAddOnTypes, deploymentEntitlements }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.142", | ||
"version": "0.0.143", | ||
"description": "Mintlify models", | ||
@@ -57,3 +57,3 @@ "engines": { | ||
}, | ||
"gitHead": "9a04216c87ce095183d0e1556703f802c0c91f9c" | ||
"gitHead": "d4f99963768ec2bf2f336b965b5136a9847f4595" | ||
} |
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
145982
125
901