@a_team/prisma 3.29.1-macos-docker-linux → 3.29.2-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-d0156c8f48b74c3f106579fc07d6647461e08df012f91fad877956d02ca5f41a",
2
+ "name": "prisma-client-d1447a809e7eca09991f22b6b65d453a953df93e08e31c260c4f055e1e474b8f",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -1737,6 +1737,9 @@ enum EvidenceSourceType {
1737
1737
  Signup
1738
1738
  TaNotes
1739
1739
  BuilderData
1740
+ LinkedIn
1741
+ ParsedCv
1742
+ AdminNotes
1740
1743
  Application
1741
1744
  }
1742
1745
 
@@ -1142,6 +1142,9 @@ exports.EvidenceSourceType = exports.$Enums.EvidenceSourceType = {
1142
1142
  Signup: 'Signup',
1143
1143
  TaNotes: 'TaNotes',
1144
1144
  BuilderData: 'BuilderData',
1145
+ LinkedIn: 'LinkedIn',
1146
+ ParsedCv: 'ParsedCv',
1147
+ AdminNotes: 'AdminNotes',
1145
1148
  Application: 'Application'
1146
1149
  };
1147
1150
 
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.29.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.29.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {