@learncard/network-brain-client 2.4.1 → 2.4.3
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 +2 -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 +2 -1
- package/dist/brain-client.esm.js.map +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @learncard/network-brain-client
|
|
2
2
|
|
|
3
|
+
## 2.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @learncard/network-brain-service@3.6.3
|
|
9
|
+
|
|
10
|
+
## 2.4.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`8c3f9ad3846c57b0442b5a09c74ee63323e47c34`](https://github.com/learningeconomy/LearnCard/commit/8c3f9ad3846c57b0442b5a09c74ee63323e47c34)]:
|
|
15
|
+
- @learncard/network-brain-service@3.6.2
|
|
16
|
+
|
|
3
17
|
## 2.4.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -4725,7 +4725,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
4725
4725
|
highlightedCredentials: z.array(z.string()).max(5).optional().describe("Up to 5 unique boost URIs to highlight on the profile."),
|
|
4726
4726
|
role: z.string().default("").optional().describe('Role of the profile: e.g. "teacher", "student".'),
|
|
4727
4727
|
dob: z.string().default("").optional().describe('Date of birth of the profile: e.g. "1990-01-01".'),
|
|
4728
|
-
country: z.string().optional().describe("Country for the profile.")
|
|
4728
|
+
country: z.string().optional().describe("Country for the profile."),
|
|
4729
|
+
approved: z.boolean().optional().describe("Approval status for the profile.")
|
|
4729
4730
|
});
|
|
4730
4731
|
var LCNProfileQueryValidator = z.object({
|
|
4731
4732
|
profileId: StringQuery,
|