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