@a_team/prisma 3.28.5-macos-docker-linux → 3.29.0-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.
@@ -846,6 +846,7 @@ exports.MissionStatus = exports.$Enums.MissionStatus = {
846
846
  };
847
847
 
848
848
  exports.MissionApplicationStatus = exports.$Enums.MissionApplicationStatus = {
849
+ Draft: 'Draft',
849
850
  Created: 'Created',
850
851
  Shortlist: 'Shortlist'
851
852
  };
@@ -1018,6 +1018,7 @@ export type MissionStatus = (typeof MissionStatus)[keyof typeof MissionStatus]
1018
1018
 
1019
1019
 
1020
1020
  export const MissionApplicationStatus: {
1021
+ Draft: 'Draft',
1021
1022
  Created: 'Created',
1022
1023
  Shortlist: 'Shortlist'
1023
1024
  };