@learncard/network-brain-client 2.5.2 → 2.5.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.5.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f8e50b1e3ceafccde28bef859b2c8b220acb2b7d`](https://github.com/learningeconomy/LearnCard/commit/f8e50b1e3ceafccde28bef859b2c8b220acb2b7d)]:
8
+ - @learncard/network-brain-service@3.9.2
9
+
10
+ ## 2.5.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`0e7c2696df045597e3ba9b3ca992aaa85f425fb4`](https://github.com/learningeconomy/LearnCard/commit/0e7c2696df045597e3ba9b3ca992aaa85f425fb4)]:
15
+ - @learncard/network-brain-service@3.9.1
16
+
3
17
  ## 2.5.2
4
18
 
5
19
  ### Patch Changes
@@ -14772,7 +14772,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
14772
14772
  contractUri: external_exports.string().optional(),
14773
14773
  templateUri: external_exports.string().optional(),
14774
14774
  template: SendBoostTemplateValidator.optional(),
14775
- signedCredential: VCValidator.optional()
14775
+ signedCredential: VCValidator.optional(),
14776
+ templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
14776
14777
  }).refine((data) => data.templateUri || data.template, {
14777
14778
  message: "Either templateUri or template creation data must be provided.",
14778
14779
  path: ["templateUri"]