@mintlify/validation
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -21,3 +21,3 @@ import { z } from "zod"; | ||
api: z.ZodOptional<z.ZodObject<{ | ||
baseUrl: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>; | ||
baseUrl: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>; | ||
auth: z.ZodOptional<z.ZodObject<{ | ||
@@ -36,3 +36,4 @@ method: z.ZodOptional<z.ZodString>; | ||
}>>; | ||
}, "strip", z.ZodTypeAny, { | ||
}, "strict", z.ZodTypeAny, { | ||
baseUrl?: string | string[] | undefined; | ||
auth?: { | ||
@@ -43,4 +44,4 @@ name?: string | undefined; | ||
} | undefined; | ||
baseUrl: string | string[]; | ||
}, { | ||
baseUrl?: string | string[] | undefined; | ||
auth?: { | ||
@@ -51,3 +52,2 @@ name?: string | undefined; | ||
} | undefined; | ||
baseUrl: string | string[]; | ||
}>>; | ||
@@ -395,2 +395,3 @@ modeToggle: z.ZodOptional<z.ZodObject<{ | ||
api?: { | ||
baseUrl?: string | string[] | undefined; | ||
auth?: { | ||
@@ -401,3 +402,2 @@ name?: string | undefined; | ||
} | undefined; | ||
baseUrl: string | string[]; | ||
} | undefined; | ||
@@ -513,2 +513,3 @@ modeToggle?: { | ||
api?: { | ||
baseUrl?: string | string[] | undefined; | ||
auth?: { | ||
@@ -519,3 +520,2 @@ name?: string | undefined; | ||
} | undefined; | ||
baseUrl: string | string[]; | ||
} | undefined; | ||
@@ -522,0 +522,0 @@ modeToggle?: { |
{ | ||
"name": "@mintlify/validation", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Validates mint.json files", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is too big to display
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
103498