@mintlify/models
Advanced tools
Comparing version 0.0.126 to 0.0.127
import { Analytics } from '../mintconfig/analytics.js'; | ||
import { MintConfig } from '../mintconfig/index.js'; | ||
import { DeploymentEntitlements } from '../types/deploymentEntitlements.js'; | ||
import { GithubSource, GitlabSource, GitSource } from '../types/gitSource.js'; | ||
@@ -29,2 +30,3 @@ import { InkeepType } from '../types/inkeepType.js'; | ||
}; | ||
entitlements?: DeploymentEntitlements; | ||
}; | ||
@@ -31,0 +33,0 @@ export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'mintConfig' | 'basePath' | 'isWhiteLabeled' | 'trieve' | 'userAuth' | 'disableAiChat'>; |
@@ -5,3 +5,5 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js'; | ||
import { PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric } from './dashboardAnalytics.js'; | ||
import { DeploymentEntitlement, DeploymentEntitlements, deploymentEntitlements } from './deploymentEntitlements.js'; | ||
import { EditContext } from './editContext.js'; | ||
import { EntitlementConfiguration } from './entitlementConfiguration.js'; | ||
import { GitHubInstallationType } from './gitHubInstallationType.js'; | ||
@@ -18,3 +20,3 @@ import { GitSource, GithubSource, GitlabSource, GitSourceType } from './gitSource.js'; | ||
import { UserMetadata, UserWithMetadata } from './userMetadata.js'; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, EditContext, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, }; | ||
export { deploymentAddOnTypes }; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, StripeOrgDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, }; | ||
export { deploymentAddOnTypes, deploymentEntitlements }; |
@@ -0,2 +1,3 @@ | ||
import { deploymentEntitlements, } from './deploymentEntitlements.js'; | ||
import { deploymentAddOnTypes, } from './stripe.js'; | ||
export { deploymentAddOnTypes }; | ||
export { deploymentAddOnTypes, deploymentEntitlements }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.126", | ||
"version": "0.0.127", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "d034d51cfa514dc5ee089371f36d51426ccac7ad" | ||
"gitHead": "717ac01ddd0d96af279d93047da262fd0f5872d0" | ||
} |
Sorry, the diff of this file is not supported yet
140452
115
788