@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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "prisma-client-c677a831c0e30dc18bf73c4ca1189fcc52fd76d6331be1888edf17ab096df5f0",
2
+ "name": "prisma-client-78dae7a35dc5600b81f47562602bf621c317dcf0ade02331774cc7bee51a14c1",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1132,6 +1132,7 @@ enum MissionApplicationReviewStatusOpportunityToUpdate {
1132
1132
  }
1133
1133
 
1134
1134
  enum MissionApplicationStatus {
1135
+ Draft
1135
1136
  Created
1136
1137
  Shortlist
1137
1138
  }
@@ -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
  };
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.28.5-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.29.0-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {