@a_team/prisma 3.21.2-macos-docker-linux → 3.22.0-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 +15 -4
- package/dist/client/index-browser.js +11 -0
- package/dist/client/index.d.ts +2080 -1
- package/dist/client/index.js +17 -6
- 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 +62 -0
- package/dist/client/wasm.js +11 -0
- package/package.json +4 -2
|
@@ -442,6 +442,16 @@ exports.Prisma.MissionSpecScalarFieldEnum = {
|
|
|
442
442
|
workingHoursNumberOfMinutesOverlap: 'workingHoursNumberOfMinutesOverlap'
|
|
443
443
|
};
|
|
444
444
|
|
|
445
|
+
exports.Prisma.ParsedResumeScalarFieldEnum = {
|
|
446
|
+
id: 'id',
|
|
447
|
+
url: 'url',
|
|
448
|
+
rawText: 'rawText',
|
|
449
|
+
userId: 'userId',
|
|
450
|
+
createdAt: 'createdAt',
|
|
451
|
+
updatedAt: 'updatedAt',
|
|
452
|
+
deletedAt: 'deletedAt'
|
|
453
|
+
};
|
|
454
|
+
|
|
445
455
|
exports.Prisma.PaymentCycleScalarFieldEnum = {
|
|
446
456
|
id: 'id',
|
|
447
457
|
mission: 'mission',
|
|
@@ -994,6 +1004,7 @@ exports.Prisma.ModelName = {
|
|
|
994
1004
|
MissionApplication: 'MissionApplication',
|
|
995
1005
|
MissionPrefill: 'MissionPrefill',
|
|
996
1006
|
MissionSpec: 'MissionSpec',
|
|
1007
|
+
ParsedResume: 'ParsedResume',
|
|
997
1008
|
PaymentCycle: 'PaymentCycle',
|
|
998
1009
|
Proposal: 'Proposal',
|
|
999
1010
|
RecordedCall: 'RecordedCall',
|