@learncard/didkey-plugin 1.1.1 → 1.1.2
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/dist/didkey-plugin.cjs.development.js +2 -1
- package/dist/didkey-plugin.cjs.development.js.map +2 -2
- package/dist/didkey-plugin.cjs.production.min.js +1 -1
- package/dist/didkey-plugin.cjs.production.min.js.map +2 -2
- package/dist/didkey-plugin.esm.js +2 -1
- package/dist/didkey-plugin.esm.js.map +2 -2
- package/package.json +4 -4
|
@@ -28684,7 +28684,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
28684
28684
|
contractUri: external_exports2.string().optional(),
|
|
28685
28685
|
templateUri: external_exports2.string().optional(),
|
|
28686
28686
|
template: SendBoostTemplateValidator.optional(),
|
|
28687
|
-
signedCredential: VCValidator.optional()
|
|
28687
|
+
signedCredential: VCValidator.optional(),
|
|
28688
|
+
templateData: external_exports2.record(external_exports2.string(), external_exports2.unknown()).optional()
|
|
28688
28689
|
}).refine((data) => data.templateUri || data.template, {
|
|
28689
28690
|
message: "Either templateUri or template creation data must be provided.",
|
|
28690
28691
|
path: ["templateUri"]
|