@a_team/prisma 2.1.11 → 2.1.13
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 +20 -27
- package/dist/client/index-browser.js +15 -22
- package/dist/client/index.d.ts +1613 -1684
- package/dist/client/index.js +20 -27
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +27 -34
- package/dist/client/wasm.js +15 -22
- package/package.json +1 -1
|
@@ -203,6 +203,20 @@ exports.Prisma.MissionScalarFieldEnum = {
|
|
|
203
203
|
timezone: 'timezone'
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
+
exports.Prisma.MissionPreFillScalarFieldEnum = {
|
|
207
|
+
id: 'id',
|
|
208
|
+
userId: 'userId',
|
|
209
|
+
missionName: 'missionName',
|
|
210
|
+
plannedStart: 'plannedStart',
|
|
211
|
+
companyDescription: 'companyDescription',
|
|
212
|
+
missionDescription: 'missionDescription',
|
|
213
|
+
timezone: 'timezone',
|
|
214
|
+
openRoles: 'openRoles',
|
|
215
|
+
status: 'status',
|
|
216
|
+
createdAt: 'createdAt',
|
|
217
|
+
updatedAt: 'updatedAt'
|
|
218
|
+
};
|
|
219
|
+
|
|
206
220
|
exports.Prisma.MissionSpecScalarFieldEnum = {
|
|
207
221
|
id: 'id',
|
|
208
222
|
accountId: 'accountId',
|
|
@@ -227,20 +241,6 @@ exports.Prisma.MissionSpecScalarFieldEnum = {
|
|
|
227
241
|
workingHoursNumberOfMinutesOverlap: 'workingHoursNumberOfMinutesOverlap'
|
|
228
242
|
};
|
|
229
243
|
|
|
230
|
-
exports.Prisma.MissionSpecPreFillScalarFieldEnum = {
|
|
231
|
-
id: 'id',
|
|
232
|
-
userId: 'userId',
|
|
233
|
-
missionName: 'missionName',
|
|
234
|
-
plannedStart: 'plannedStart',
|
|
235
|
-
companyDescription: 'companyDescription',
|
|
236
|
-
missionDescription: 'missionDescription',
|
|
237
|
-
timezone: 'timezone',
|
|
238
|
-
openRoles: 'openRoles',
|
|
239
|
-
status: 'status',
|
|
240
|
-
createdAt: 'createdAt',
|
|
241
|
-
updatedAt: 'updatedAt'
|
|
242
|
-
};
|
|
243
|
-
|
|
244
244
|
exports.Prisma.RoleCategoryScalarFieldEnum = {
|
|
245
245
|
id: 'id',
|
|
246
246
|
anchors: 'anchors',
|
|
@@ -322,13 +322,6 @@ exports.MissionStatus = exports.$Enums.MissionStatus = {
|
|
|
322
322
|
Archived: 'Archived'
|
|
323
323
|
};
|
|
324
324
|
|
|
325
|
-
exports.MissionPlannedStart = exports.$Enums.MissionPlannedStart = {
|
|
326
|
-
Immediately: 'Immediately',
|
|
327
|
-
NextMonth: 'NextMonth',
|
|
328
|
-
WithinThreeMonths: 'WithinThreeMonths',
|
|
329
|
-
Exploring: 'Exploring'
|
|
330
|
-
};
|
|
331
|
-
|
|
332
325
|
exports.MissionSpecStatus = exports.$Enums.MissionSpecStatus = {
|
|
333
326
|
spec: 'spec',
|
|
334
327
|
formation: 'formation',
|
|
@@ -357,8 +350,8 @@ exports.Prisma.ModelName = {
|
|
|
357
350
|
Company: 'Company',
|
|
358
351
|
Contract: 'Contract',
|
|
359
352
|
Mission: 'Mission',
|
|
353
|
+
MissionPreFill: 'MissionPreFill',
|
|
360
354
|
MissionSpec: 'MissionSpec',
|
|
361
|
-
MissionSpecPreFill: 'MissionSpecPreFill',
|
|
362
355
|
RoleCategory: 'RoleCategory',
|
|
363
356
|
TalentCategory: 'TalentCategory',
|
|
364
357
|
TalentIndustry: 'TalentIndustry',
|