@a_team/prisma 2.1.8 → 2.1.9

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,6 +310,18 @@ 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
+
313
325
  exports.MissionSpecStatus = exports.$Enums.MissionSpecStatus = {
314
326
  spec: 'spec',
315
327
  formation: 'formation',
@@ -324,6 +336,14 @@ exports.ContractPartyType = exports.$Enums.ContractPartyType = {
324
336
  MissionRole: 'MissionRole'
325
337
  };
326
338
 
339
+ exports.MissionRoleStatus = exports.$Enums.MissionRoleStatus = {
340
+ Open: 'Open',
341
+ Active: 'Active',
342
+ Canceled: 'Canceled',
343
+ ScheduledToEnd: 'ScheduledToEnd',
344
+ Ended: 'Ended'
345
+ };
346
+
327
347
  exports.Prisma.ModelName = {
328
348
  Account: 'Account',
329
349
  ClientCompany: 'ClientCompany',