@learncard/helpers 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.
@@ -14316,7 +14316,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
14316
14316
  contractUri: external_exports.string().optional(),
14317
14317
  templateUri: external_exports.string().optional(),
14318
14318
  template: SendBoostTemplateValidator.optional(),
14319
- signedCredential: VCValidator.optional()
14319
+ signedCredential: VCValidator.optional(),
14320
+ templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
14320
14321
  }).refine((data) => data.templateUri || data.template, {
14321
14322
  message: "Either templateUri or template creation data must be provided.",
14322
14323
  path: ["templateUri"]