@learncard/learn-cloud-plugin 2.1.4 → 2.1.5
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-cloud-plugin.cjs.development.js +2 -0
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +1 -1
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +2 -0
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -11377,6 +11377,7 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11377
11377
|
image: mod2.string().optional(),
|
|
11378
11378
|
uri: mod2.string(),
|
|
11379
11379
|
needsGuardianConsent: mod2.boolean().optional(),
|
|
11380
|
+
redirectUrl: mod2.string().optional(),
|
|
11380
11381
|
createdAt: mod2.string(),
|
|
11381
11382
|
updatedAt: mod2.string(),
|
|
11382
11383
|
expiresAt: mod2.string().optional()
|
|
@@ -15457,6 +15458,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
15457
15458
|
image: mod.string().optional(),
|
|
15458
15459
|
uri: mod.string(),
|
|
15459
15460
|
needsGuardianConsent: mod.boolean().optional(),
|
|
15461
|
+
redirectUrl: mod.string().optional(),
|
|
15460
15462
|
createdAt: mod.string(),
|
|
15461
15463
|
updatedAt: mod.string(),
|
|
15462
15464
|
expiresAt: mod.string().optional()
|