@inploi/core
Advanced tools
Comparing version 1.11.7 to 1.11.8
@@ -285,2 +285,3 @@ import { z } from 'zod'; | ||
format: z.ZodDefault<z.ZodEnum<["email", "phone", "text", "url"]>>; | ||
maxChars: z.ZodOptional<z.ZodNumber>; | ||
optional: z.ZodDefault<z.ZodBoolean>; | ||
@@ -293,2 +294,3 @@ }, "strip", z.ZodTypeAny, { | ||
placeholder?: string | undefined; | ||
maxChars?: number | undefined; | ||
}, { | ||
@@ -299,2 +301,3 @@ key: string; | ||
format?: "text" | "url" | "email" | "phone" | undefined; | ||
maxChars?: number | undefined; | ||
optional?: boolean | undefined; | ||
@@ -310,2 +313,3 @@ }>; | ||
placeholder?: string | undefined; | ||
maxChars?: number | undefined; | ||
}; | ||
@@ -322,2 +326,3 @@ type: "question-text"; | ||
format?: "text" | "url" | "email" | "phone" | undefined; | ||
maxChars?: number | undefined; | ||
optional?: boolean | undefined; | ||
@@ -947,2 +952,3 @@ }; | ||
format: z.ZodDefault<z.ZodEnum<["email", "phone", "text", "url"]>>; | ||
maxChars: z.ZodOptional<z.ZodNumber>; | ||
optional: z.ZodDefault<z.ZodBoolean>; | ||
@@ -955,2 +961,3 @@ }, "strip", z.ZodTypeAny, { | ||
placeholder?: string | undefined; | ||
maxChars?: number | undefined; | ||
}, { | ||
@@ -961,2 +968,3 @@ key: string; | ||
format?: "text" | "url" | "email" | "phone" | undefined; | ||
maxChars?: number | undefined; | ||
optional?: boolean | undefined; | ||
@@ -972,2 +980,3 @@ }>; | ||
placeholder?: string | undefined; | ||
maxChars?: number | undefined; | ||
}; | ||
@@ -984,2 +993,3 @@ type: "question-text"; | ||
format?: "text" | "url" | "email" | "phone" | undefined; | ||
maxChars?: number | undefined; | ||
optional?: boolean | undefined; | ||
@@ -1388,2 +1398,3 @@ }; | ||
format: z.ZodDefault<z.ZodEnum<["email", "phone", "text", "url"]>>; | ||
maxChars: z.ZodOptional<z.ZodNumber>; | ||
optional: z.ZodDefault<z.ZodBoolean>; | ||
@@ -1396,2 +1407,3 @@ }, "strip", z.ZodTypeAny, { | ||
placeholder?: string | undefined; | ||
maxChars?: number | undefined; | ||
}, { | ||
@@ -1402,2 +1414,3 @@ key: string; | ||
format?: "text" | "url" | "email" | "phone" | undefined; | ||
maxChars?: number | undefined; | ||
optional?: boolean | undefined; | ||
@@ -1413,2 +1426,3 @@ }>; | ||
placeholder?: string | undefined; | ||
maxChars?: number | undefined; | ||
}; | ||
@@ -1425,2 +1439,3 @@ type: "question-text"; | ||
format?: "text" | "url" | "email" | "phone" | undefined; | ||
maxChars?: number | undefined; | ||
optional?: boolean | undefined; | ||
@@ -1427,0 +1442,0 @@ }; |
@@ -135,2 +135,3 @@ "use strict"; | ||
format: import_zod.z.enum(["email", "phone", "text", "url"]).default("text"), | ||
maxChars: import_zod.z.number().optional(), | ||
optional: OptionalFlagSchema | ||
@@ -137,0 +138,0 @@ }) |
{ | ||
"name": "@inploi/core", | ||
"version": "1.11.7", | ||
"version": "1.11.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
173865
2613