@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.
package/dist/helpers.esm.js
CHANGED
@@ -3973,7 +3973,9 @@ var require_types_cjs_development = __commonJS({
|
|
3973
3973
|
isServiceProfile: mod.boolean().default(false).optional(),
|
3974
3974
|
type: mod.string().optional(),
|
3975
3975
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
3976
|
-
display: LCNProfileDisplayValidator.optional()
|
3976
|
+
display: LCNProfileDisplayValidator.optional(),
|
3977
|
+
role: mod.string().default("").optional(),
|
3978
|
+
dob: mod.string().default("").optional()
|
3977
3979
|
});
|
3978
3980
|
var LCNProfileQueryValidator = mod.object({
|
3979
3981
|
profileId: StringQuery,
|