@learncard/network-brain-client 2.2.30 → 2.2.31
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 +7 -0
- package/dist/brain-client.cjs.development.js +4 -2
- 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 +3 -3
- package/dist/brain-client.esm.js +4 -2
- package/dist/brain-client.esm.js.map +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @learncard/network-brain-client
|
|
2
2
|
|
|
3
|
+
## 2.2.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`319bd3a589e3529d162825d8f6b97268c44060f4`](https://github.com/learningeconomy/LearnCard/commit/319bd3a589e3529d162825d8f6b97268c44060f4), [`319bd3a589e3529d162825d8f6b97268c44060f4`](https://github.com/learningeconomy/LearnCard/commit/319bd3a589e3529d162825d8f6b97268c44060f4)]:
|
|
8
|
+
- @learncard/network-brain-service@3.3.30
|
|
9
|
+
|
|
3
10
|
## 2.2.30
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -4224,7 +4224,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
4224
4224
|
createdAt: mod.string(),
|
|
4225
4225
|
updatedAt: mod.string(),
|
|
4226
4226
|
expiresAt: mod.string().optional(),
|
|
4227
|
-
autoBoosts: mod.string().array().optional()
|
|
4227
|
+
autoBoosts: mod.string().array().optional(),
|
|
4228
|
+
writers: mod.array(LCNProfileValidator).optional()
|
|
4228
4229
|
});
|
|
4229
4230
|
var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
|
|
4230
4231
|
records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()
|
|
@@ -4265,7 +4266,8 @@ var require_helpers_cjs_development = __commonJS({
|
|
|
4265
4266
|
write: mod.object({
|
|
4266
4267
|
credentials: mod.object({ categories: mod.record(mod.boolean()).default({}) }).default({}),
|
|
4267
4268
|
personal: mod.record(mod.boolean()).default({})
|
|
4268
|
-
}).default({})
|
|
4269
|
+
}).default({}),
|
|
4270
|
+
deniedWriters: mod.array(mod.string()).optional()
|
|
4269
4271
|
});
|
|
4270
4272
|
var PaginatedConsentFlowTermsValidator = PaginationResponseValidator.extend({
|
|
4271
4273
|
records: mod.object({
|