@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
package/dist/lcn-plugin.esm.js
CHANGED
|
@@ -5123,6 +5123,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5123
5123
|
shortBio: mod2.string().default(""),
|
|
5124
5124
|
bio: mod2.string().default(""),
|
|
5125
5125
|
did: mod2.string(),
|
|
5126
|
+
isPrivate: mod2.boolean().optional(),
|
|
5126
5127
|
email: mod2.string().optional(),
|
|
5127
5128
|
image: mod2.string().optional(),
|
|
5128
5129
|
heroImage: mod2.string().optional(),
|
|
@@ -5272,6 +5273,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5272
5273
|
reasonForAccessing: mod2.string().optional(),
|
|
5273
5274
|
image: mod2.string().optional(),
|
|
5274
5275
|
uri: mod2.string(),
|
|
5276
|
+
needsGuardianConsent: mod2.boolean().optional(),
|
|
5275
5277
|
createdAt: mod2.string(),
|
|
5276
5278
|
updatedAt: mod2.string(),
|
|
5277
5279
|
expiresAt: mod2.string().optional()
|
|
@@ -9324,6 +9326,7 @@ var LCNProfileValidator = mod.object({
|
|
|
9324
9326
|
shortBio: mod.string().default(""),
|
|
9325
9327
|
bio: mod.string().default(""),
|
|
9326
9328
|
did: mod.string(),
|
|
9329
|
+
isPrivate: mod.boolean().optional(),
|
|
9327
9330
|
email: mod.string().optional(),
|
|
9328
9331
|
image: mod.string().optional(),
|
|
9329
9332
|
heroImage: mod.string().optional(),
|
|
@@ -9473,6 +9476,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9473
9476
|
reasonForAccessing: mod.string().optional(),
|
|
9474
9477
|
image: mod.string().optional(),
|
|
9475
9478
|
uri: mod.string(),
|
|
9479
|
+
needsGuardianConsent: mod.boolean().optional(),
|
|
9476
9480
|
createdAt: mod.string(),
|
|
9477
9481
|
updatedAt: mod.string(),
|
|
9478
9482
|
expiresAt: mod.string().optional()
|