@a_team/prisma 3.24.1-win → 3.24.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-76ce209c5c1c2c9a36f6c3cea20f69904484b375423b06a912b55b0bbe4bbbe4",
2
+ "name": "prisma-client-905721d139b17c14d6ef08c3419a78346d9b66d39b99ba0f5aef90e4c68483fd",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -653,6 +653,7 @@ model Experience {
653
653
  metrics Metric[]
654
654
  talentSpecializationId String? @db.ObjectId
655
655
  talentSkills String[] @db.ObjectId
656
+ isAutoImported Boolean?
656
657
  createdAt DateTime? @default(now()) @db.Date
657
658
  updatedAt DateTime? @updatedAt @db.Date
658
659
 
@@ -295,6 +295,7 @@ exports.Prisma.ExperienceScalarFieldEnum = {
295
295
  skills: 'skills',
296
296
  talentSpecializationId: 'talentSpecializationId',
297
297
  talentSkills: 'talentSkills',
298
+ isAutoImported: 'isAutoImported',
298
299
  createdAt: 'createdAt',
299
300
  updatedAt: 'updatedAt'
300
301
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.24.1-win",
3
+ "version": "3.24.2-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],