@kl1/contracts 1.4.75 → 1.4.77

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.
package/dist/index.mjs CHANGED
@@ -10779,7 +10779,7 @@ var MessageContractsValidationsSchema = {
10779
10779
  text: z134.string(),
10780
10780
  html: z134.string(),
10781
10781
  from: MailParticipant2,
10782
- to: MailParticipant2,
10782
+ to: z134.array(MailParticipant2),
10783
10783
  cc: z134.array(MailParticipant2).optional(),
10784
10784
  bcc: z134.array(MailParticipant2).optional(),
10785
10785
  sendAt: z134.string().optional(),