@mintlify/models
Advanced tools
Comparing version 0.0.113 to 0.0.114
import { GitHubInstallationType } from '../types/gitHubInstallationType.js'; | ||
import { GrowthDataType } from '../types/growthDataType.js'; | ||
import { StripeOrgDataType } from '../types/stripe.js'; | ||
declare const planIds: readonly ["hobby", "pro", "startup", "growth", "enterprise"]; | ||
export type OrgType = { | ||
@@ -9,3 +8,3 @@ name: string; | ||
githubInstallations: GitHubInstallationType[]; | ||
plan?: (typeof planIds)[number]; | ||
plan?: 'startup' | 'growth' | 'enterprise'; | ||
createdAt?: Date | string; | ||
@@ -16,2 +15,1 @@ growthData?: GrowthDataType; | ||
export type StaticPropsOrgType = Pick<OrgType, 'plan' | 'createdAt'>; | ||
export {}; |
@@ -1,2 +0,1 @@ | ||
const planIds = ['hobby', 'pro', 'startup', 'growth', 'enterprise']; | ||
export {}; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.113", | ||
"version": "0.0.114", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "b1a98139ce5996ad49cd0b314fc82c3e4486795e" | ||
"gitHead": "808b04475f04bc6048bcc8d7668ca1bffb470989" | ||
} |
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
134618
685