@learncard/network-brain-client 2.5.25 → 2.5.27
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 -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 +2 -2
- package/dist/brain-client.esm.js +2 -2
- 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.5.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`4599f016afc31f6e34b713c85af56d0355a71e67`](https://github.com/learningeconomy/LearnCard/commit/4599f016afc31f6e34b713c85af56d0355a71e67)]:
|
|
8
|
+
- @learncard/network-brain-service@3.13.5
|
|
9
|
+
|
|
10
|
+
## 2.5.26
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`c68bed993c5304a667dc75d422a118858848737a`](https://github.com/learningeconomy/LearnCard/commit/c68bed993c5304a667dc75d422a118858848737a)]:
|
|
15
|
+
- @learncard/network-brain-service@3.13.4
|
|
16
|
+
|
|
3
17
|
## 2.5.25
|
|
4
18
|
|
|
5
19
|
### 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
|
|
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({
|