@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.
@@ -28693,7 +28693,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
28693
28693
  contractUri: external_exports2.string().optional(),
28694
28694
  templateUri: external_exports2.string().optional(),
28695
28695
  template: SendBoostTemplateValidator.optional(),
28696
- signedCredential: VCValidator.optional()
28696
+ signedCredential: VCValidator.optional(),
28697
+ templateData: external_exports2.record(external_exports2.string(), external_exports2.unknown()).optional()
28697
28698
  }).refine((data) => data.templateUri || data.template, {
28698
28699
  message: "Either templateUri or template creation data must be provided.",
28699
28700
  path: ["templateUri"]