@mintlify/validation
Advanced tools
Comparing version 0.1.156 to 0.1.157
@@ -554,2 +554,3 @@ import { z } from 'zod'; | ||
}>>; | ||
theme: z.ZodOptional<z.ZodEnum<["venus", "quill", "prism"]>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -721,2 +722,3 @@ name: string; | ||
} | undefined; | ||
theme?: "venus" | "quill" | "prism" | undefined; | ||
}, { | ||
@@ -888,2 +890,3 @@ name: string; | ||
} | undefined; | ||
theme?: "venus" | "quill" | "prism" | undefined; | ||
}>; |
@@ -0,1 +1,2 @@ | ||
import { themes } from '@mintlify/models'; | ||
import { z } from 'zod'; | ||
@@ -41,2 +42,3 @@ import { analyticsSchema } from './analytics.js'; | ||
seo: seoSchema.optional(), | ||
theme: z.enum(themes).optional(), | ||
}); |
@@ -168,2 +168,3 @@ import { z } from 'zod'; | ||
} | undefined; | ||
theme?: "venus" | "quill" | "prism" | undefined; | ||
}> | { | ||
@@ -338,3 +339,4 @@ warnings: z.ZodIssue[]; | ||
} | undefined; | ||
theme?: "venus" | "quill" | "prism" | undefined; | ||
}; | ||
}; |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.1.156", | ||
"version": "0.1.157", | ||
"description": "Validates mint.json files", | ||
@@ -39,3 +39,3 @@ "author": "Mintlify, Inc.", | ||
"dependencies": { | ||
"@mintlify/models": "0.0.94", | ||
"@mintlify/models": "0.0.95", | ||
"lcm": "^0.0.3", | ||
@@ -73,3 +73,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "f97d6230c58417be702f98cc77e731a4fa12ba8f" | ||
"gitHead": "eda84f64c43121969eb234819d3fe28d14e06e16" | ||
} |
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
199898
3676
+ Added@mintlify/models@0.0.95(transitive)
- Removed@mintlify/models@0.0.94(transitive)
Updated@mintlify/models@0.0.95