@mintlify/models
Advanced tools
| export type DraftType = { | ||
| _id: string; | ||
| orgId: string; | ||
| subdomain: string; | ||
| title: string; | ||
| branchName: string; | ||
| prNumber?: number; | ||
| creatorUser: string; | ||
| createdAt: Date; | ||
| updatedAt: Date; | ||
| deletedAt?: Date; | ||
| }; |
| export {}; |
@@ -6,2 +6,3 @@ import { AutopilotSuggestionType, PrAutopilotSuggestion } from './autopilotSuggestionType.js'; | ||
| import { DeploymentQuotaType } from './deploymentQuotaType.js'; | ||
| import { DraftType } from './draftType.js'; | ||
| import { FeatureFlag, FeatureFlags } from './FeatureFlags.js'; | ||
@@ -16,3 +17,3 @@ import { JsFileType } from './jsFileType.js'; | ||
| import { UserType } from './userType.js'; | ||
| export type { AutopilotSuggestionType, PrAutopilotSuggestion, CustomerPageType, DeploymentHistoryType, DeploymentQuotaType, LlmTranslationHistoryType, OriginalOrgType, PlanTypeV2, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, OpenApiFileType, FeatureFlag, FeatureFlags, OrgEntitlement, OrgEntitlements, RssFileType, }; | ||
| export type { AutopilotSuggestionType, PrAutopilotSuggestion, CustomerPageType, DeploymentHistoryType, DeploymentQuotaType, DraftType, LlmTranslationHistoryType, OriginalOrgType, PlanTypeV2, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, OpenApiFileType, FeatureFlag, FeatureFlags, OrgEntitlement, OrgEntitlements, RssFileType, }; | ||
| export { orgEntitlements, PLAN_TIERS, normalizeOrgType, normalizePlan }; |
+2
-2
| { | ||
| "name": "@mintlify/models", | ||
| "version": "0.0.317", | ||
| "version": "0.0.318", | ||
| "description": "Mintlify models", | ||
@@ -62,3 +62,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "1e825e6876d8e7ab9d8924383a3f751670189dae" | ||
| "gitHead": "841d2f064e9ce20bb18fc4555f902f5510010e97" | ||
| } |
Sorry, the diff of this file is not supported yet
166
1.22%2570
0.55%227054
-0.15%