@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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @learncard/network-brain-client
2
2
 
3
+ ## 2.2.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ef22869f9e9b99200e46cbd82dfc4c41558afcd1`](https://github.com/learningeconomy/LearnCard/commit/ef22869f9e9b99200e46cbd82dfc4c41558afcd1)]:
8
+ - @learncard/network-brain-service@3.3.29
9
+
10
+ ## 2.2.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`4937d038f6201b3c12800bef6eb6315344ddeafd`](https://github.com/learningeconomy/LearnCard/commit/4937d038f6201b3c12800bef6eb6315344ddeafd), [`9d0a9b5dccbd2eadb9430972bfac09e0911e816b`](https://github.com/learningeconomy/LearnCard/commit/9d0a9b5dccbd2eadb9430972bfac09e0911e816b)]:
15
+ - @learncard/network-brain-service@3.3.28
16
+
3
17
  ## 2.2.28
4
18
 
5
19
  ### Patch Changes
@@ -4026,7 +4026,9 @@ var require_helpers_cjs_development = __commonJS({
4026
4026
  isServiceProfile: mod.boolean().default(false).optional(),
4027
4027
  type: mod.string().optional(),
4028
4028
  notificationsWebhook: mod.string().url().startsWith("http").optional(),
4029
- display: LCNProfileDisplayValidator.optional()
4029
+ display: LCNProfileDisplayValidator.optional(),
4030
+ role: mod.string().default("").optional(),
4031
+ dob: mod.string().default("").optional()
4030
4032
  });
4031
4033
  var LCNProfileQueryValidator = mod.object({
4032
4034
  profileId: StringQuery,