@learncard/didkey-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/didkey-plugin.cjs.development.js +1 -0
- package/dist/didkey-plugin.cjs.development.js.map +2 -2
- package/dist/didkey-plugin.cjs.production.min.js +1 -1
- package/dist/didkey-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkey-plugin.esm.js +1 -0
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -4134,6 +4134,7 @@ var require_types_cjs_development = __commonJS({
|
|
|
4134
4134
|
image: mod.string().optional(),
|
|
4135
4135
|
uri: mod.string(),
|
|
4136
4136
|
needsGuardianConsent: mod.boolean().optional(),
|
|
4137
|
+
redirectUrl: mod.string().optional(),
|
|
4137
4138
|
createdAt: mod.string(),
|
|
4138
4139
|
updatedAt: mod.string(),
|
|
4139
4140
|
expiresAt: mod.string().optional()
|