@learncard/network-plugin 2.4.2 → 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 +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(),
|
|
@@ -5273,6 +5274,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5273
5274
|
image: mod2.string().optional(),
|
|
5274
5275
|
uri: mod2.string(),
|
|
5275
5276
|
needsGuardianConsent: mod2.boolean().optional(),
|
|
5277
|
+
redirectUrl: mod2.string().optional(),
|
|
5276
5278
|
createdAt: mod2.string(),
|
|
5277
5279
|
updatedAt: mod2.string(),
|
|
5278
5280
|
expiresAt: mod2.string().optional()
|
|
@@ -9325,6 +9327,7 @@ var LCNProfileValidator = mod.object({
|
|
|
9325
9327
|
shortBio: mod.string().default(""),
|
|
9326
9328
|
bio: mod.string().default(""),
|
|
9327
9329
|
did: mod.string(),
|
|
9330
|
+
isPrivate: mod.boolean().optional(),
|
|
9328
9331
|
email: mod.string().optional(),
|
|
9329
9332
|
image: mod.string().optional(),
|
|
9330
9333
|
heroImage: mod.string().optional(),
|
|
@@ -9475,6 +9478,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9475
9478
|
image: mod.string().optional(),
|
|
9476
9479
|
uri: mod.string(),
|
|
9477
9480
|
needsGuardianConsent: mod.boolean().optional(),
|
|
9481
|
+
redirectUrl: mod.string().optional(),
|
|
9478
9482
|
createdAt: mod.string(),
|
|
9479
9483
|
updatedAt: mod.string(),
|
|
9480
9484
|
expiresAt: mod.string().optional()
|