@plyaz/types 1.45.12 → 1.46.1

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.
@@ -702,7 +702,8 @@ var CreateNotificationsSchema = z.object({
702
702
  channel: NotificationChannelSchema.optional(),
703
703
  category: NotificationCategorySchema.optional(),
704
704
  provider: z.string().max(MAX_PROVIDER_LENGTH).optional(),
705
- providerMessageId: z.string().max(MAX_STRING_LENGTH).optional()
705
+ providerMessageId: z.string().max(MAX_STRING_LENGTH).optional(),
706
+ status: NotificationStatusSchema.optional()
706
707
  });
707
708
 
708
709
  // src/core/domain/notifications/streaming.ts