@a_team/prisma 3.21.1-macos-docker-linux → 3.21.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-ab5d3eb50137b0085c3983c0cb6f99f8886d306a546d521e67a72a76d343e380",
2
+ "name": "prisma-client-1c895d06a9c65cb0727f4a1d6a65f671c380faeecb4f5057dea8ca18a0df67f5",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -617,6 +617,11 @@ type ExperienceMember {
617
617
  customData MemberCustomData?
618
618
  }
619
619
 
620
+ type Metric {
621
+ title String
622
+ description String
623
+ }
624
+
620
625
  model Experience {
621
626
  id String @id @default(auto()) @map("_id") @db.ObjectId
622
627
  kind ExperienceType
@@ -638,6 +643,7 @@ model Experience {
638
643
  endDate DateTime? @db.Date
639
644
  description String?
640
645
  skills String[] @db.ObjectId
646
+ metrics Metric[]
641
647
  talentSpecializationId String? @db.ObjectId
642
648
  createdAt DateTime? @default(now()) @db.Date
643
649
  updatedAt DateTime? @updatedAt @db.Date
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.21.1-macos-docker-linux",
4
- "os": [],
3
+ "version": "3.21.2-linux",
4
+ "os": [
5
+ "linux"
6
+ ],
5
7
  "cpu": [],
6
8
  "keywords": [],
7
9
  "prisma": {