@learncard/learn-card-plugin 1.1.24 → 1.1.26
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/learn-card-plugin.cjs.development.js +2 -0
- package/dist/learn-card-plugin.cjs.development.js.map +2 -2
- package/dist/learn-card-plugin.cjs.production.min.js +1 -1
- package/dist/learn-card-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-card-plugin.esm.js +2 -0
- package/dist/learn-card-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -3801,6 +3801,7 @@ var LCNProfileValidator = mod.object({
|
|
|
3801
3801
|
shortBio: mod.string().default(""),
|
|
3802
3802
|
bio: mod.string().default(""),
|
|
3803
3803
|
did: mod.string(),
|
|
3804
|
+
isPrivate: mod.boolean().optional(),
|
|
3804
3805
|
email: mod.string().optional(),
|
|
3805
3806
|
image: mod.string().optional(),
|
|
3806
3807
|
heroImage: mod.string().optional(),
|
|
@@ -3950,6 +3951,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
3950
3951
|
reasonForAccessing: mod.string().optional(),
|
|
3951
3952
|
image: mod.string().optional(),
|
|
3952
3953
|
uri: mod.string(),
|
|
3954
|
+
needsGuardianConsent: mod.boolean().optional(),
|
|
3953
3955
|
createdAt: mod.string(),
|
|
3954
3956
|
updatedAt: mod.string(),
|
|
3955
3957
|
expiresAt: mod.string().optional()
|