@learncard/network-plugin 2.4.1 → 2.4.3
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 +4 -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 +4 -0
- package/dist/lcn-plugin.esm.js.map +2 -2
- package/package.json +8 -8
|
@@ -5148,6 +5148,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5148
5148
|
shortBio: mod2.string().default(""),
|
|
5149
5149
|
bio: mod2.string().default(""),
|
|
5150
5150
|
did: mod2.string(),
|
|
5151
|
+
isPrivate: mod2.boolean().optional(),
|
|
5151
5152
|
email: mod2.string().optional(),
|
|
5152
5153
|
image: mod2.string().optional(),
|
|
5153
5154
|
heroImage: mod2.string().optional(),
|
|
@@ -5297,6 +5298,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5297
5298
|
reasonForAccessing: mod2.string().optional(),
|
|
5298
5299
|
image: mod2.string().optional(),
|
|
5299
5300
|
uri: mod2.string(),
|
|
5301
|
+
needsGuardianConsent: mod2.boolean().optional(),
|
|
5300
5302
|
createdAt: mod2.string(),
|
|
5301
5303
|
updatedAt: mod2.string(),
|
|
5302
5304
|
expiresAt: mod2.string().optional()
|
|
@@ -9349,6 +9351,7 @@ var LCNProfileValidator = mod.object({
|
|
|
9349
9351
|
shortBio: mod.string().default(""),
|
|
9350
9352
|
bio: mod.string().default(""),
|
|
9351
9353
|
did: mod.string(),
|
|
9354
|
+
isPrivate: mod.boolean().optional(),
|
|
9352
9355
|
email: mod.string().optional(),
|
|
9353
9356
|
image: mod.string().optional(),
|
|
9354
9357
|
heroImage: mod.string().optional(),
|
|
@@ -9498,6 +9501,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9498
9501
|
reasonForAccessing: mod.string().optional(),
|
|
9499
9502
|
image: mod.string().optional(),
|
|
9500
9503
|
uri: mod.string(),
|
|
9504
|
+
needsGuardianConsent: mod.boolean().optional(),
|
|
9501
9505
|
createdAt: mod.string(),
|
|
9502
9506
|
updatedAt: mod.string(),
|
|
9503
9507
|
expiresAt: mod.string().optional()
|