@a_team/prisma 3.5.2-win → 3.5.3-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-1ae53754a0e6a8fed5e29e412b59acd93535d05a555ebd6165f5b6265941b742",
2
+ "name": "prisma-client-01a6a817d232568a6c87b64921449a5d9860f0fe5fcfd89907d80359378f3fe8",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -212,6 +212,7 @@ model Experience {
212
212
  industry String? @db.ObjectId
213
213
  industries String[] @db.ObjectId
214
214
  companyV2Id String? @db.ObjectId
215
+ companyName String?
215
216
  startDate DateTime? @db.Date
216
217
  endDate DateTime? @db.Date
217
218
  description String?
@@ -180,6 +180,7 @@ exports.Prisma.ExperienceScalarFieldEnum = {
180
180
  industry: 'industry',
181
181
  industries: 'industries',
182
182
  companyV2Id: 'companyV2Id',
183
+ companyName: 'companyName',
183
184
  startDate: 'startDate',
184
185
  endDate: 'endDate',
185
186
  description: 'description',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.5.2-win",
3
+ "version": "3.5.3-linux-debian",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],