@learncard/helpers 1.1.13 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3978,7 +3978,9 @@ var require_types_cjs_development = __commonJS({
|
|
3978
3978
|
isServiceProfile: mod.boolean().default(false).optional(),
|
3979
3979
|
type: mod.string().optional(),
|
3980
3980
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
3981
|
-
display: LCNProfileDisplayValidator.optional()
|
3981
|
+
display: LCNProfileDisplayValidator.optional(),
|
3982
|
+
role: mod.string().default("").optional(),
|
3983
|
+
dob: mod.string().default("").optional()
|
3982
3984
|
});
|
3983
3985
|
var LCNProfileQueryValidator = mod.object({
|
3984
3986
|
profileId: StringQuery,
|