@a_team/prisma 2.1.13 → 2.1.15
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 +17 -5
- package/dist/client/index-browser.js +14 -2
- package/dist/client/index.d.ts +840 -523
- package/dist/client/index.js +17 -5
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +37 -12
- package/dist/client/wasm.js +14 -2
- package/package.json +1 -1
|
@@ -203,7 +203,7 @@ exports.Prisma.MissionScalarFieldEnum = {
|
|
|
203
203
|
timezone: 'timezone'
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
exports.Prisma.
|
|
206
|
+
exports.Prisma.MissionPrefillScalarFieldEnum = {
|
|
207
207
|
id: 'id',
|
|
208
208
|
userId: 'userId',
|
|
209
209
|
missionName: 'missionName',
|
|
@@ -344,13 +344,25 @@ exports.MissionRoleStatus = exports.$Enums.MissionRoleStatus = {
|
|
|
344
344
|
Ended: 'Ended'
|
|
345
345
|
};
|
|
346
346
|
|
|
347
|
+
exports.RegisterRequestType = exports.$Enums.RegisterRequestType = {
|
|
348
|
+
SUPERCHARGE: 'SUPERCHARGE',
|
|
349
|
+
BUILD_PRODUCT: 'BUILD_PRODUCT'
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
exports.HiringTimeline = exports.$Enums.HiringTimeline = {
|
|
353
|
+
immediate: 'immediate',
|
|
354
|
+
next_month: 'next_month',
|
|
355
|
+
within_3_months: 'within_3_months',
|
|
356
|
+
exploring: 'exploring'
|
|
357
|
+
};
|
|
358
|
+
|
|
347
359
|
exports.Prisma.ModelName = {
|
|
348
360
|
Account: 'Account',
|
|
349
361
|
ClientCompany: 'ClientCompany',
|
|
350
362
|
Company: 'Company',
|
|
351
363
|
Contract: 'Contract',
|
|
352
364
|
Mission: 'Mission',
|
|
353
|
-
|
|
365
|
+
MissionPrefill: 'MissionPrefill',
|
|
354
366
|
MissionSpec: 'MissionSpec',
|
|
355
367
|
RoleCategory: 'RoleCategory',
|
|
356
368
|
TalentCategory: 'TalentCategory',
|