@learncard/helpers 1.1.2 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
package/dist/helpers.esm.js
CHANGED
@@ -3929,6 +3929,7 @@ var require_types_cjs_development = __commonJS({
|
|
3929
3929
|
shortBio: mod.string().default(""),
|
3930
3930
|
bio: mod.string().default(""),
|
3931
3931
|
did: mod.string(),
|
3932
|
+
isPrivate: mod.boolean().optional(),
|
3932
3933
|
email: mod.string().optional(),
|
3933
3934
|
image: mod.string().optional(),
|
3934
3935
|
heroImage: mod.string().optional(),
|
@@ -4078,6 +4079,7 @@ var require_types_cjs_development = __commonJS({
|
|
4078
4079
|
reasonForAccessing: mod.string().optional(),
|
4079
4080
|
image: mod.string().optional(),
|
4080
4081
|
uri: mod.string(),
|
4082
|
+
needsGuardianConsent: mod.boolean().optional(),
|
4081
4083
|
createdAt: mod.string(),
|
4082
4084
|
updatedAt: mod.string(),
|
4083
4085
|
expiresAt: mod.string().optional()
|