@a_team/prisma 3.16.0-macos-docker-linux → 3.16.1-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.
- package/dist/client/edge.js +4 -5
- package/dist/client/index-browser.js +0 -1
- package/dist/client/index.d.ts +8 -576
- package/dist/client/index.js +6 -7
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +0 -6
- package/dist/client/wasm.js +0 -1
- package/package.json +4 -2
|
Binary file
|
package/dist/client/package.json
CHANGED
|
@@ -850,7 +850,6 @@ model Mission {
|
|
|
850
850
|
contracts Contract[]
|
|
851
851
|
proposals Proposal[]
|
|
852
852
|
userReviews UserReview[]
|
|
853
|
-
roleHiringCriterias RoleHiringCriteria[]
|
|
854
853
|
|
|
855
854
|
@@unique([roles.id], map: "roles._id_1")
|
|
856
855
|
@@map("missions")
|
|
@@ -1380,9 +1379,6 @@ model RoleHiringCriteria {
|
|
|
1380
1379
|
id String @id @default(auto()) @map("_id") @db.ObjectId
|
|
1381
1380
|
roleId String @db.ObjectId
|
|
1382
1381
|
|
|
1383
|
-
missionId String @db.ObjectId
|
|
1384
|
-
mission Mission @relation(fields: [missionId], references: [mid])
|
|
1385
|
-
|
|
1386
1382
|
requiredSpecializations String[] @db.ObjectId
|
|
1387
1383
|
suggestedSpecializations String[] @db.ObjectId
|
|
1388
1384
|
|
|
@@ -1407,8 +1403,6 @@ model RoleHiringCriteria {
|
|
|
1407
1403
|
createdAt DateTime? @default(now()) @db.Date
|
|
1408
1404
|
updatedAt DateTime? @updatedAt @db.Date
|
|
1409
1405
|
|
|
1410
|
-
@@unique([missionId, roleId], map: "missionId_1_roleId_1")
|
|
1411
|
-
@@index([missionId], map: "missionId_1")
|
|
1412
1406
|
@@map("roleHiringCriterias")
|
|
1413
1407
|
}
|
|
1414
1408
|
|
package/dist/client/wasm.js
CHANGED
|
@@ -476,7 +476,6 @@ exports.Prisma.RoleCategoryScalarFieldEnum = {
|
|
|
476
476
|
exports.Prisma.RoleHiringCriteriaScalarFieldEnum = {
|
|
477
477
|
id: 'id',
|
|
478
478
|
roleId: 'roleId',
|
|
479
|
-
missionId: 'missionId',
|
|
480
479
|
requiredSpecializations: 'requiredSpecializations',
|
|
481
480
|
suggestedSpecializations: 'suggestedSpecializations',
|
|
482
481
|
requiredSkills: 'requiredSkills',
|