@learncard/ceramic-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.
@@ -64089,7 +64089,8 @@ var SendBoostInputValidator = external_exports.object({
64089
64089
  contractUri: external_exports.string().optional(),
64090
64090
  templateUri: external_exports.string().optional(),
64091
64091
  template: SendBoostTemplateValidator.optional(),
64092
- signedCredential: VCValidator.optional()
64092
+ signedCredential: VCValidator.optional(),
64093
+ templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
64093
64094
  }).refine((data) => data.templateUri || data.template, {
64094
64095
  message: "Either templateUri or template creation data must be provided.",
64095
64096
  path: ["templateUri"]