@learncard/ceramic-plugin 1.0.24 → 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 +1 -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 +1 -0
- package/dist/ceramic-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -53714,6 +53714,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
53714
53714
|
image: mod.string().optional(),
|
|
53715
53715
|
uri: mod.string(),
|
|
53716
53716
|
needsGuardianConsent: mod.boolean().optional(),
|
|
53717
|
+
redirectUrl: mod.string().optional(),
|
|
53717
53718
|
createdAt: mod.string(),
|
|
53718
53719
|
updatedAt: mod.string(),
|
|
53719
53720
|
expiresAt: mod.string().optional()
|