@a_team/prisma 3.23.6-win → 3.23.7-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-ae35361fa0e10357270f411f7f63d70418924b0840f45348f7fadca54ccd9dbd",
2
+ "name": "prisma-client-47a2c0321023e3a8de5a40fd7cce2acddf28504ee484cab0e2bf9a6ca0ad7d30",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -648,9 +648,11 @@ model Experience {
648
648
  startDate DateTime? @db.Date
649
649
  endDate DateTime? @db.Date
650
650
  description String?
651
+ descriptionHTML String?
651
652
  skills String[] @db.ObjectId
652
653
  metrics Metric[]
653
654
  talentSpecializationId String? @db.ObjectId
655
+ talentSkills String[] @db.ObjectId
654
656
  createdAt DateTime? @default(now()) @db.Date
655
657
  updatedAt DateTime? @updatedAt @db.Date
656
658
 
@@ -291,8 +291,10 @@ exports.Prisma.ExperienceScalarFieldEnum = {
291
291
  startDate: 'startDate',
292
292
  endDate: 'endDate',
293
293
  description: 'description',
294
+ descriptionHTML: 'descriptionHTML',
294
295
  skills: 'skills',
295
296
  talentSpecializationId: 'talentSpecializationId',
297
+ talentSkills: 'talentSkills',
296
298
  createdAt: 'createdAt',
297
299
  updatedAt: 'updatedAt'
298
300
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.23.6-win",
3
+ "version": "3.23.7-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],