@learncard/didkey-plugin 1.0.35 → 1.0.36
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/didkey-plugin.cjs.development.js +3 -1
- package/dist/didkey-plugin.cjs.development.js.map +2 -2
- package/dist/didkey-plugin.cjs.production.min.js +1 -1
- package/dist/didkey-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkey-plugin.esm.js +3 -1
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +4 -4
@@ -4003,7 +4003,9 @@ var require_types_cjs_development = __commonJS({
|
|
4003
4003
|
isServiceProfile: mod.boolean().default(false).optional(),
|
4004
4004
|
type: mod.string().optional(),
|
4005
4005
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
4006
|
-
display: LCNProfileDisplayValidator.optional()
|
4006
|
+
display: LCNProfileDisplayValidator.optional(),
|
4007
|
+
role: mod.string().default("").optional(),
|
4008
|
+
dob: mod.string().default("").optional()
|
4007
4009
|
});
|
4008
4010
|
var LCNProfileQueryValidator = mod.object({
|
4009
4011
|
profileId: StringQuery,
|