@a_team/prisma 3.8.0-win → 3.8.1-linux-debian

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-bf671d97d863be99b9b8c882698f94a4c8984e27042ca7cfb2f87a6691b2f208",
2
+ "name": "prisma-client-e57dc4adde8d355a867bc0ca7d17c8689f83ebf54ec32a3e18c73089b9695494",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -437,6 +437,7 @@ enum MissionRoleStatus {
437
437
  Canceled
438
438
  ScheduledToEnd
439
439
  Ended
440
+ Pending
440
441
  }
441
442
 
442
443
  type MissionApplicationRateRange {
@@ -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 = {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.8.0-win",
3
+ "version": "3.8.1-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],