@learncard/network-plugin 2.4.3 → 2.4.4
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/lcn-plugin.cjs.development.js +2 -0
- package/dist/lcn-plugin.cjs.development.js.map +2 -2
- package/dist/lcn-plugin.cjs.production.min.js +1 -1
- package/dist/lcn-plugin.cjs.production.min.js.map +2 -2
- package/dist/lcn-plugin.esm.js +2 -0
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
|
@@ -5299,6 +5299,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5299
5299
|
image: mod2.string().optional(),
|
|
5300
5300
|
uri: mod2.string(),
|
|
5301
5301
|
needsGuardianConsent: mod2.boolean().optional(),
|
|
5302
|
+
redirectUrl: mod2.string().optional(),
|
|
5302
5303
|
createdAt: mod2.string(),
|
|
5303
5304
|
updatedAt: mod2.string(),
|
|
5304
5305
|
expiresAt: mod2.string().optional()
|
|
@@ -9502,6 +9503,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9502
9503
|
image: mod.string().optional(),
|
|
9503
9504
|
uri: mod.string(),
|
|
9504
9505
|
needsGuardianConsent: mod.boolean().optional(),
|
|
9506
|
+
redirectUrl: mod.string().optional(),
|
|
9505
9507
|
createdAt: mod.string(),
|
|
9506
9508
|
updatedAt: mod.string(),
|
|
9507
9509
|
expiresAt: mod.string().optional()
|