@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
|
@@ -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(),
|
|
@@ -5298,6 +5299,7 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
5298
5299
|
image: mod2.string().optional(),
|
|
5299
5300
|
uri: mod2.string(),
|
|
5300
5301
|
needsGuardianConsent: mod2.boolean().optional(),
|
|
5302
|
+
redirectUrl: mod2.string().optional(),
|
|
5301
5303
|
createdAt: mod2.string(),
|
|
5302
5304
|
updatedAt: mod2.string(),
|
|
5303
5305
|
expiresAt: mod2.string().optional()
|
|
@@ -9350,6 +9352,7 @@ var LCNProfileValidator = mod.object({
|
|
|
9350
9352
|
shortBio: mod.string().default(""),
|
|
9351
9353
|
bio: mod.string().default(""),
|
|
9352
9354
|
did: mod.string(),
|
|
9355
|
+
isPrivate: mod.boolean().optional(),
|
|
9353
9356
|
email: mod.string().optional(),
|
|
9354
9357
|
image: mod.string().optional(),
|
|
9355
9358
|
heroImage: mod.string().optional(),
|
|
@@ -9500,6 +9503,7 @@ var ConsentFlowContractDetailsValidator = mod.object({
|
|
|
9500
9503
|
image: mod.string().optional(),
|
|
9501
9504
|
uri: mod.string(),
|
|
9502
9505
|
needsGuardianConsent: mod.boolean().optional(),
|
|
9506
|
+
redirectUrl: mod.string().optional(),
|
|
9503
9507
|
createdAt: mod.string(),
|
|
9504
9508
|
updatedAt: mod.string(),
|
|
9505
9509
|
expiresAt: mod.string().optional()
|