@learncard/network-brain-client 2.2.28 → 2.2.30
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/CHANGELOG.md +14 -0
- package/dist/brain-client.cjs.development.js +3 -1
- package/dist/brain-client.cjs.development.js.map +2 -2
- package/dist/brain-client.cjs.production.min.js +1 -1
- package/dist/brain-client.cjs.production.min.js.map +2 -2
- package/dist/brain-client.esm.js +3 -1
- package/dist/brain-client.esm.js.map +2 -2
- package/package.json +4 -4
package/dist/brain-client.esm.js
CHANGED
|
@@ -4021,7 +4021,9 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
4021
4021
|
isServiceProfile: mod.boolean().default(false).optional(),
|
|
4022
4022
|
type: mod.string().optional(),
|
|
4023
4023
|
notificationsWebhook: mod.string().url().startsWith("http").optional(),
|
|
4024
|
-
display: LCNProfileDisplayValidator.optional()
|
|
4024
|
+
display: LCNProfileDisplayValidator.optional(),
|
|
4025
|
+
role: mod.string().default("").optional(),
|
|
4026
|
+
dob: mod.string().default("").optional()
|
|
4025
4027
|
});
|
|
4026
4028
|
var LCNProfileQueryValidator = mod.object({
|
|
4027
4029
|
profileId: StringQuery,
|