@a_team/prisma 3.8.0-macos-docker-linux → 3.8.1-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.
@@ -487,7 +487,8 @@ exports.MissionRoleStatus = exports.$Enums.MissionRoleStatus = {
487
487
  Active: 'Active',
488
488
  Canceled: 'Canceled',
489
489
  ScheduledToEnd: 'ScheduledToEnd',
490
- Ended: 'Ended'
490
+ Ended: 'Ended',
491
+ Pending: 'Pending'
491
492
  };
492
493
 
493
494
  exports.MissionApplicationReviewStatusNotSelected = exports.$Enums.MissionApplicationReviewStatusNotSelected = {
@@ -564,7 +564,8 @@ export const MissionRoleStatus: {
564
564
  Active: 'Active',
565
565
  Canceled: 'Canceled',
566
566
  ScheduledToEnd: 'ScheduledToEnd',
567
- Ended: 'Ended'
567
+ Ended: 'Ended',
568
+ Pending: 'Pending'
568
569
  };
569
570
 
570
571
  export type MissionRoleStatus = (typeof MissionRoleStatus)[keyof typeof MissionRoleStatus]