@learncard/network-plugin 2.4.0 → 2.4.2
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
|
@@ -5297,6 +5297,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5297
5297
|
reasonForAccessing: mod2.string().optional(),
|
|
5298
5298
|
image: mod2.string().optional(),
|
|
5299
5299
|
uri: mod2.string(),
|
|
5300
|
+
needsGuardianConsent: mod2.boolean().optional(),
|
|
5300
5301
|
createdAt: mod2.string(),
|
|
5301
5302
|
updatedAt: mod2.string(),
|
|
5302
5303
|
expiresAt: mod2.string().optional()
|
|
@@ -9498,6 +9499,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9498
9499
|
reasonForAccessing: mod.string().optional(),
|
|
9499
9500
|
image: mod.string().optional(),
|
|
9500
9501
|
uri: mod.string(),
|
|
9502
|
+
needsGuardianConsent: mod.boolean().optional(),
|
|
9501
9503
|
createdAt: mod.string(),
|
|
9502
9504
|
updatedAt: mod.string(),
|
|
9503
9505
|
expiresAt: mod.string().optional()
|