@learncard/ceramic-plugin 1.0.23 → 1.0.25
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
|
@@ -53567,6 +53567,7 @@ var LCNProfileValidator = mod.object({
|
|
|
53567
53567
|
shortBio: mod.string().default(""),
|
|
53568
53568
|
bio: mod.string().default(""),
|
|
53569
53569
|
did: mod.string(),
|
|
53570
|
+
isPrivate: mod.boolean().optional(),
|
|
53570
53571
|
email: mod.string().optional(),
|
|
53571
53572
|
image: mod.string().optional(),
|
|
53572
53573
|
heroImage: mod.string().optional(),
|
|
@@ -53717,6 +53718,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
53717
53718
|
image: mod.string().optional(),
|
|
53718
53719
|
uri: mod.string(),
|
|
53719
53720
|
needsGuardianConsent: mod.boolean().optional(),
|
|
53721
|
+
redirectUrl: mod.string().optional(),
|
|
53720
53722
|
createdAt: mod.string(),
|
|
53721
53723
|
updatedAt: mod.string(),
|
|
53722
53724
|
expiresAt: mod.string().optional()
|