@learncard/learn-card-plugin 1.2.1 → 1.2.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.
@@ -13805,7 +13805,8 @@ var SendBoostInputValidator = external_exports.object({
13805
13805
  contractUri: external_exports.string().optional(),
13806
13806
  templateUri: external_exports.string().optional(),
13807
13807
  template: SendBoostTemplateValidator.optional(),
13808
- signedCredential: VCValidator.optional()
13808
+ signedCredential: VCValidator.optional(),
13809
+ templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
13809
13810
  }).refine((data) => data.templateUri || data.template, {
13810
13811
  message: "Either templateUri or template creation data must be provided.",
13811
13812
  path: ["templateUri"]