@mintlify/models
Advanced tools
Comparing version 0.0.77 to 0.0.78
@@ -25,1 +25,2 @@ import { Analytics } from '../mintconfig/analytics.js'; | ||
}; | ||
export type StaticPropsDeploymentType = Pick<DeploymentType, 'subdomain' | 'inkeep' | 'featureFlags' | 'embedchain' | 'mintConfig' | 'basePath'>; |
import { CssFileType } from './cssFileType.js'; | ||
import { CustomerPageType } from './customerPageType.js'; | ||
import { DeploymentHistoryType } from './deploymentHistoryType.js'; | ||
import { DeploymentType } from './deploymentType.js'; | ||
import { DeploymentType, StaticPropsDeploymentType } from './deploymentType.js'; | ||
import { JsFileType } from './jsFileType.js'; | ||
import { OrgType } from './orgType.js'; | ||
import { OrgType, StaticPropsOrgType } from './orgType.js'; | ||
import { SnippetType } from './snippetType.js'; | ||
import { UserType } from './userType.js'; | ||
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, OrgType, SnippetType, UserType, CssFileType, JsFileType, }; | ||
export type { CustomerPageType, DeploymentHistoryType, DeploymentType, StaticPropsDeploymentType, OrgType, StaticPropsOrgType, SnippetType, UserType, CssFileType, JsFileType, }; |
@@ -11,1 +11,2 @@ import { GitHubInstallationType } from '../types/gitHubInstallationType.js'; | ||
}; | ||
export type StaticPropsOrgType = Pick<OrgType, 'plan' | 'createdAt'>; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.77", | ||
"version": "0.0.78", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "6fc6873d6c9549e7622e0380aa987c4362e80d59" | ||
"gitHead": "90adf1c19a178eb3ba704b7f1380d2724101c0db" | ||
} |
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
125562
537