@learncard/network-brain-client 2.5.3 → 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 +7 -0
- package/dist/brain-client.cjs.development.js +2 -1
- 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 -1
- package/dist/brain-client.esm.js.map +2 -2
- package/package.json +4 -4
package/dist/brain-client.esm.js
CHANGED
|
@@ -28738,7 +28738,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
28738
28738
|
contractUri: external_exports2.string().optional(),
|
|
28739
28739
|
templateUri: external_exports2.string().optional(),
|
|
28740
28740
|
template: SendBoostTemplateValidator.optional(),
|
|
28741
|
-
signedCredential: VCValidator.optional()
|
|
28741
|
+
signedCredential: VCValidator.optional(),
|
|
28742
|
+
templateData: external_exports2.record(external_exports2.string(), external_exports2.unknown()).optional()
|
|
28742
28743
|
}).refine((data) => data.templateUri || data.template, {
|
|
28743
28744
|
message: "Either templateUri or template creation data must be provided.",
|
|
28744
28745
|
path: ["templateUri"]
|