@a_team/prisma 3.13.7-win → 3.13.8-linux

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.
@@ -685,6 +685,7 @@ exports.BillingPaymentDue = exports.$Enums.BillingPaymentDue = {
685
685
 
686
686
  exports.ReminderStatus = exports.$Enums.ReminderStatus = {
687
687
  scheduled: 'scheduled',
688
+ processing: 'processing',
688
689
  sent: 'sent',
689
690
  failed: 'failed',
690
691
  cancelled: 'cancelled'
@@ -841,6 +841,7 @@ export type BillingPaymentDue = (typeof BillingPaymentDue)[keyof typeof BillingP
841
841
 
842
842
  export const ReminderStatus: {
843
843
  scheduled: 'scheduled',
844
+ processing: 'processing',
844
845
  sent: 'sent',
845
846
  failed: 'failed',
846
847
  cancelled: 'cancelled'