@learncard/ceramic-plugin 1.0.22 → 1.0.24
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/ceramic-plugin.cjs.development.js +2 -0
- package/dist/ceramic-plugin.cjs.development.js.map +2 -2
- package/dist/ceramic-plugin.cjs.production.min.js +1 -1
- package/dist/ceramic-plugin.cjs.production.min.js.map +2 -2
- package/dist/ceramic-plugin.esm.js +2 -0
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -53563,6 +53563,7 @@ var LCNProfileValidator = mod.object({
|
|
|
53563
53563
|
shortBio: mod.string().default(""),
|
|
53564
53564
|
bio: mod.string().default(""),
|
|
53565
53565
|
did: mod.string(),
|
|
53566
|
+
isPrivate: mod.boolean().optional(),
|
|
53566
53567
|
email: mod.string().optional(),
|
|
53567
53568
|
image: mod.string().optional(),
|
|
53568
53569
|
heroImage: mod.string().optional(),
|
|
@@ -53712,6 +53713,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
53712
53713
|
reasonForAccessing: mod.string().optional(),
|
|
53713
53714
|
image: mod.string().optional(),
|
|
53714
53715
|
uri: mod.string(),
|
|
53716
|
+
needsGuardianConsent: mod.boolean().optional(),
|
|
53715
53717
|
createdAt: mod.string(),
|
|
53716
53718
|
updatedAt: mod.string(),
|
|
53717
53719
|
expiresAt: mod.string().optional()
|