@mintlify/models
Advanced tools
Comparing version 0.0.93 to 0.0.94
@@ -5,3 +5,3 @@ export type DeploymentHistoryType = { | ||
endedAt?: Date; | ||
status: 'in_progress' | 'success' | 'failure'; | ||
status: 'queued' | 'in_progress' | 'success' | 'failure'; | ||
subdomain?: string; | ||
@@ -8,0 +8,0 @@ commitSha?: string; |
@@ -12,2 +12,4 @@ export type GitSource = GithubSource | GitlabSource; | ||
type: 'gitlab'; | ||
owner: string; | ||
repo: string; | ||
projectId: number; | ||
@@ -14,0 +16,0 @@ deployBranch: string; |
{ | ||
"name": "@mintlify/models", | ||
"version": "0.0.93", | ||
"version": "0.0.94", | ||
"description": "Mintlify models", | ||
@@ -61,3 +61,3 @@ "engines": { | ||
}, | ||
"gitHead": "715a6f94957b210ff2929e481cb71587df263585" | ||
"gitHead": "f97d6230c58417be702f98cc77e731a4fa12ba8f" | ||
} |
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
130700
591