@mintlify/models
Advanced tools
Comparing version 0.0.129 to 0.0.130
import { GitHubInstallationType } from '../types/gitHubInstallationType.js'; | ||
import { GitlabInstallationType } from '../types/gitlabInstallationType.js'; | ||
import { GrowthDataType } from '../types/growthDataType.js'; | ||
@@ -8,2 +9,3 @@ import { StripeOrgDataType } from '../types/stripe.js'; | ||
githubInstallations: GitHubInstallationType[]; | ||
gitlabInstallations: GitlabInstallationType[]; | ||
plan?: 'startup' | 'growth' | 'enterprise'; | ||
@@ -10,0 +12,0 @@ createdAt?: Date | string; |
@@ -18,5 +18,5 @@ export type GitSource = GithubSource | GitlabSource; | ||
isPrivate: boolean; | ||
encryptedProjectPrivateToken: string; | ||
encryptedProjectPrivateToken?: string; | ||
hostUrl?: string; | ||
}; | ||
export type GitSourceType = GitSource['type']; |
@@ -10,2 +10,3 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js'; | ||
import { GitSource, GithubSource, GitlabSource, GitSourceType } from './gitSource.js'; | ||
import { GitlabInstallationType } from './gitlabInstallationType.js'; | ||
import { GrowthDataType } from './growthDataType.js'; | ||
@@ -20,3 +21,3 @@ import { InkeepType } from './inkeepType.js'; | ||
import { UserMetadata, UserWithMetadata } from './userMetadata.js'; | ||
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 type { ApiPlaygroundResponseType, ApiPlaygroundResultType, DeploymentAddOnType, DeploymentEntitlement, DeploymentEntitlements, EditContext, EntitlementConfiguration, GitHubInstallationType, GithubSource, GitlabInstallationType, 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 }; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.129", | ||
"version": "0.0.130", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "7f310ca0770cbb9deace50f318e409726e42d0a6" | ||
"gitHead": "62ad554da7ac35abee47bc305bb68b430e4d56cb" | ||
} |
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
141184
117
800