@mintlify/models
Advanced tools
Comparing version 0.0.123 to 0.0.124
@@ -14,5 +14,6 @@ import { SharedSessionAuth, UserAuth, UserAuthType, JwtAuth, JwtAuthSigningKey } from '../entities/userAuth.js'; | ||
import { ServerStaticProps } from './serverStaticProps.js'; | ||
import { StripeDeploymentDataType } from './stripe.js'; | ||
import { StripeDeploymentDataType, StripeOrgDataType, DeploymentAddOnType, deploymentAddOnTypes } from './stripe.js'; | ||
import { TrieveType } from './trieveType.js'; | ||
import { UserMetadata, UserWithMetadata } from './userMetadata.js'; | ||
export type { ApiPlaygroundResponseType, ApiPlaygroundResultType, EditContext, GitHubInstallationType, GithubSource, GitlabSource, GitSource, GitSourceType, GrowthDataType, InkeepType, JwtAuth, JwtAuthSigningKey, OpenApiFile, OpenApiMetadata, PageMetaTags, SharedSessionAuth, ServerStaticProps, StripeDeploymentDataType, TrieveType, UserAuth, UserAuthType, UserMetadata, UserWithMetadata, PrimaryChart, PopularPages, Referrals, Feedback, DashboardAnalytics, TotalMetric, }; | ||
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 }; |
@@ -1,1 +0,2 @@ | ||
export {}; | ||
import { deploymentAddOnTypes, } from './stripe.js'; | ||
export { deploymentAddOnTypes }; |
@@ -14,1 +14,3 @@ export type StripeDeploymentDataType = { | ||
}; | ||
export declare const deploymentAddOnTypes: readonly ["cssAndJs", "previewDeployments"]; | ||
export type DeploymentAddOnType = (typeof deploymentAddOnTypes)[number]; |
@@ -1,1 +0,1 @@ | ||
export {}; | ||
export const deploymentAddOnTypes = ['cssAndJs', 'previewDeployments']; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.123", | ||
"version": "0.0.124", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "f136df79320a6a9cf6074a9d8283d0a86fa42cde" | ||
"gitHead": "29dc0134e43bfee91aa0daf18ebf2b23e16416b0" | ||
} |
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
138257
760