@learncard/network-brain-client 2.2.18 → 2.2.19

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,12 @@
1
1
  # @learncard/network-brain-client
2
2
 
3
+ ## 2.2.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`66b77d32cb7219ff50959762368bbbf549f8468b`](https://github.com/learningeconomy/LearnCard/commit/66b77d32cb7219ff50959762368bbbf549f8468b)]:
8
+ - @learncard/network-brain-service@3.3.18
9
+
3
10
  ## 2.2.18
4
11
 
5
12
  ### Patch Changes
@@ -4199,7 +4199,8 @@ var require_helpers_cjs_development = __commonJS({
4199
4199
  frontDoorBoostUri: mod.string().optional(),
4200
4200
  createdAt: mod.string(),
4201
4201
  updatedAt: mod.string(),
4202
- expiresAt: mod.string().optional()
4202
+ expiresAt: mod.string().optional(),
4203
+ autoBoosts: mod.string().array().optional()
4203
4204
  });
4204
4205
  var PaginatedConsentFlowContractsValidator = PaginationResponseValidator.extend({
4205
4206
  records: ConsentFlowContractDetailsValidator.omit({ owner: true }).array()