@learncard/learn-cloud-plugin 2.1.19 → 2.1.20
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/learn-cloud-plugin.cjs.development.js +6 -2
- package/dist/learn-cloud-plugin.cjs.development.js.map +2 -2
- package/dist/learn-cloud-plugin.cjs.production.min.js +4 -4
- package/dist/learn-cloud-plugin.cjs.production.min.js.map +2 -2
- package/dist/learn-cloud-plugin.esm.js +6 -2
- package/dist/learn-cloud-plugin.esm.js.map +2 -2
- package/package.json +7 -7
|
@@ -11257,7 +11257,9 @@ var require_types_cjs_development = __commonJS2({
|
|
|
11257
11257
|
isServiceProfile: mod2.boolean().default(false).optional(),
|
|
11258
11258
|
type: mod2.string().optional(),
|
|
11259
11259
|
notificationsWebhook: mod2.string().url().startsWith("http").optional(),
|
|
11260
|
-
display: LCNProfileDisplayValidator2.optional()
|
|
11260
|
+
display: LCNProfileDisplayValidator2.optional(),
|
|
11261
|
+
role: mod2.string().default("").optional(),
|
|
11262
|
+
dob: mod2.string().default("").optional()
|
|
11261
11263
|
});
|
|
11262
11264
|
var LCNProfileQueryValidator2 = mod2.object({
|
|
11263
11265
|
profileId: StringQuery2,
|
|
@@ -15451,7 +15453,9 @@ var LCNProfileValidator = mod.object({
|
|
|
15451
15453
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
15452
15454
|
type: mod.string().optional(),
|
|
15453
15455
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
|
15454
|
-
display: LCNProfileDisplayValidator.optional()
|
|
15456
|
+
display: LCNProfileDisplayValidator.optional(),
|
|
15457
|
+
role: mod.string().default("").optional(),
|
|
15458
|
+
dob: mod.string().default("").optional()
|
|
15455
15459
|
});
|
|
15456
15460
|
var LCNProfileQueryValidator = mod.object({
|
|
15457
15461
|
profileId: StringQuery,
|