@a_team/prisma 3.4.4-win → 3.4.5-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-0db346c2a1334b62c64afa7e6c6d2a63eecf7cd00d20de9eb5e749a1466f9eba",
2
+ "name": "prisma-client-3919e392483ae7d7b9cb9ccf892c53d9a862462d2ef8edabd17c9a2c989fef54",
3
3
  "main": "index.js",
4
4
  "types": "index.d.ts",
5
5
  "browser": "index-browser.js",
@@ -267,9 +267,9 @@ type MissionRoleWorkingHours {
267
267
  }
268
268
 
269
269
  type MissionRoleRemovalRequest {
270
- reason MissionRoleRemovalReason
270
+ reason String
271
271
  comment String?
272
- createdAt DateTime @default(now()) @db.Date
272
+ createdAt DateTime @default(now()) @db.Date
273
273
  }
274
274
 
275
275
  type MissionRole {
@@ -428,13 +428,6 @@ enum MissionRoleStatus {
428
428
  Ended
429
429
  }
430
430
 
431
- enum MissionRoleRemovalReason {
432
- ProjectScopeChange
433
- BudgetConstraints
434
- FoundTalentInternally
435
- Other
436
- }
437
-
438
431
  model MissionPrefill {
439
432
  id String @id @default(auto()) @map("_id") @db.ObjectId
440
433
  userId String @unique @db.ObjectId
@@ -435,13 +435,6 @@ exports.HiringTimeline = exports.$Enums.HiringTimeline = {
435
435
  exploring: 'exploring'
436
436
  };
437
437
 
438
- exports.MissionRoleRemovalReason = exports.$Enums.MissionRoleRemovalReason = {
439
- ProjectScopeChange: 'ProjectScopeChange',
440
- BudgetConstraints: 'BudgetConstraints',
441
- FoundTalentInternally: 'FoundTalentInternally',
442
- Other: 'Other'
443
- };
444
-
445
438
  exports.Prisma.ModelName = {
446
439
  Account: 'Account',
447
440
  ClientCompany: 'ClientCompany',
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@a_team/prisma",
3
- "version": "3.4.4-win",
3
+ "version": "3.4.5-linux",
4
4
  "os": [
5
- "win32"
5
+ "linux"
6
6
  ],
7
7
  "cpu": [],
8
8
  "keywords": [],