@a_team/prisma 3.24.2-macos-docker-linux → 3.24.3-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-905721d139b17c14d6ef08c3419a78346d9b66d39b99ba0f5aef90e4c68483fd",
2
+ "name": "prisma-client-1a296b27432185851d9e229a2b423d873c0180d06bc07e1ac9727027c719e5c7",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -656,6 +656,7 @@ model Experience {
656
656
  isAutoImported Boolean?
657
657
  createdAt DateTime? @default(now()) @db.Date
658
658
  updatedAt DateTime? @updatedAt @db.Date
659
+ migrations String[]
659
660
 
660
661
  talentSpecialization RoleCategory? @relation(fields: [talentSpecializationId], references: [id])
661
662
  members ExperienceMember[]
@@ -297,7 +297,8 @@ exports.Prisma.ExperienceScalarFieldEnum = {
297
297
  talentSkills: 'talentSkills',
298
298
  isAutoImported: 'isAutoImported',
299
299
  createdAt: 'createdAt',
300
- updatedAt: 'updatedAt'
300
+ updatedAt: 'updatedAt',
301
+ migrations: 'migrations'
301
302
  };
302
303
 
303
304
  exports.Prisma.InvoiceScalarFieldEnum = {
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.24.2-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.24.3-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {