@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
@@ -4027,7 +4027,9 @@ var require_types_cjs_development = __commonJS({
|
|
4027
4027
|
isServiceProfile: mod.boolean().default(false).optional(),
|
4028
4028
|
type: mod.string().optional(),
|
4029
4029
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
4030
|
-
display: LCNProfileDisplayValidator.optional()
|
4030
|
+
display: LCNProfileDisplayValidator.optional(),
|
4031
|
+
role: mod.string().default("").optional(),
|
4032
|
+
dob: mod.string().default("").optional()
|
4031
4033
|
});
|
4032
4034
|
var LCNProfileQueryValidator = mod.object({
|
4033
4035
|
profileId: StringQuery,
|