@learncard/didkey-plugin 1.0.23 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/didkey-plugin.cjs.development.js +2 -0
- 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 +2 -0
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +4 -4
@@ -3983,6 +3983,7 @@ var require_types_cjs_development = __commonJS({
|
|
3983
3983
|
shortBio: mod.string().default(""),
|
3984
3984
|
bio: mod.string().default(""),
|
3985
3985
|
did: mod.string(),
|
3986
|
+
isPrivate: mod.boolean().optional(),
|
3986
3987
|
email: mod.string().optional(),
|
3987
3988
|
image: mod.string().optional(),
|
3988
3989
|
heroImage: mod.string().optional(),
|
@@ -4133,6 +4134,7 @@ var require_types_cjs_development = __commonJS({
|
|
4133
4134
|
image: mod.string().optional(),
|
4134
4135
|
uri: mod.string(),
|
4135
4136
|
needsGuardianConsent: mod.boolean().optional(),
|
4137
|
+
redirectUrl: mod.string().optional(),
|
4136
4138
|
createdAt: mod.string(),
|
4137
4139
|
updatedAt: mod.string(),
|
4138
4140
|
expiresAt: mod.string().optional()
|