@danielcok17/prisma-db 1.4.0 → 1.5.0

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.
@@ -465,6 +465,7 @@ exports.Prisma.JsonNullValueFilter = {
465
465
  exports.SubscriptionTier = exports.$Enums.SubscriptionTier = {
466
466
  FREE: 'FREE',
467
467
  LAWYER: 'LAWYER',
468
+ LAWYER_PRO: 'LAWYER_PRO',
468
469
  LAW_FIRM: 'LAW_FIRM',
469
470
  ENTERPRISE: 'ENTERPRISE'
470
471
  };
@@ -192,6 +192,7 @@ export type SubscriptionStatus = (typeof SubscriptionStatus)[keyof typeof Subscr
192
192
  export const SubscriptionTier: {
193
193
  FREE: 'FREE',
194
194
  LAWYER: 'LAWYER',
195
+ LAWYER_PRO: 'LAWYER_PRO',
195
196
  LAW_FIRM: 'LAW_FIRM',
196
197
  ENTERPRISE: 'ENTERPRISE'
197
198
  };