@learncard/network-brain-client 2.2.2 → 2.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @learncard/network-brain-client
2
2
 
3
+ ## 2.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7d4e9dc7683bb8fa75fb6e239f59e620d3237846`](https://github.com/learningeconomy/LearnCard/commit/7d4e9dc7683bb8fa75fb6e239f59e620d3237846)]:
8
+ - @learncard/network-brain-service@3.3.3
9
+
10
+ ## 2.2.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ebb2d3e69d14d97dc2691a45d0820bbf4a46be71`](https://github.com/learningeconomy/LearnCard/commit/ebb2d3e69d14d97dc2691a45d0820bbf4a46be71)]:
15
+ - @learncard/network-brain-service@3.3.2
16
+
3
17
  ## 2.2.2
4
18
 
5
19
  ### Patch Changes
@@ -3982,6 +3982,7 @@ var require_helpers_cjs_development = __commonJS({
3982
3982
  shortBio: mod.string().default(""),
3983
3983
  bio: mod.string().default(""),
3984
3984
  did: mod.string(),
3985
+ isPrivate: mod.boolean().optional(),
3985
3986
  email: mod.string().optional(),
3986
3987
  image: mod.string().optional(),
3987
3988
  heroImage: mod.string().optional(),
@@ -4131,6 +4132,7 @@ var require_helpers_cjs_development = __commonJS({
4131
4132
  reasonForAccessing: mod.string().optional(),
4132
4133
  image: mod.string().optional(),
4133
4134
  uri: mod.string(),
4135
+ needsGuardianConsent: mod.boolean().optional(),
4134
4136
  createdAt: mod.string(),
4135
4137
  updatedAt: mod.string(),
4136
4138
  expiresAt: mod.string().optional()