@learncard/helpers 1.2.13 → 1.2.14

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.
@@ -14410,8 +14410,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
14410
14410
  ),
14411
14411
  templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional(),
14412
14412
  integrationId: external_exports.string().optional().describe("Integration ID for activity tracking")
14413
- }).refine((data) => data.templateUri || data.template, {
14414
- message: "Either templateUri or template creation data must be provided.",
14413
+ }).refine((data) => data.templateUri || data.template || data.signedCredential, {
14414
+ message: "Either templateUri, template, or signedCredential must be provided.",
14415
14415
  path: ["templateUri"]
14416
14416
  });
14417
14417
  var SendInboxResponseValidator = external_exports.object({