@learncard/network-brain-client 2.5.25 → 2.5.26

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.5.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`c68bed993c5304a667dc75d422a118858848737a`](https://github.com/learningeconomy/LearnCard/commit/c68bed993c5304a667dc75d422a118858848737a)]:
8
+ - @learncard/network-brain-service@3.13.4
9
+
3
10
  ## 2.5.25
4
11
 
5
12
  ### Patch Changes
@@ -14868,8 +14868,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
14868
14868
  ),
14869
14869
  templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional(),
14870
14870
  integrationId: external_exports.string().optional().describe("Integration ID for activity tracking")
14871
- }).refine((data) => data.templateUri || data.template, {
14872
- message: "Either templateUri or template creation data must be provided.",
14871
+ }).refine((data) => data.templateUri || data.template || data.signedCredential, {
14872
+ message: "Either templateUri, template, or signedCredential must be provided.",
14873
14873
  path: ["templateUri"]
14874
14874
  });
14875
14875
  var SendInboxResponseValidator = external_exports.object({