@learncard/helpers 1.1.3 → 1.1.4
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
|
@@ -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(),
|