@a_team/prisma 2.1.7 → 2.1.8

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.
@@ -310,18 +310,6 @@ exports.ContractSource = exports.$Enums.ContractSource = {
310
310
  ATeamGenerated: 'ATeamGenerated'
311
311
  };
312
312
 
313
- exports.MissionStatus = exports.$Enums.MissionStatus = {
314
- Spec: 'Spec',
315
- Formation: 'Formation',
316
- Created: 'Created',
317
- Published: 'Published',
318
- Pending: 'Pending',
319
- Running: 'Running',
320
- ScheduledToEnd: 'ScheduledToEnd',
321
- Ended: 'Ended',
322
- Archived: 'Archived'
323
- };
324
-
325
313
  exports.MissionSpecStatus = exports.$Enums.MissionSpecStatus = {
326
314
  spec: 'spec',
327
315
  formation: 'formation',