@a_team/prisma 2.1.12 → 2.1.14
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 -20
- package/dist/client/index-browser.js +15 -15
- package/dist/client/index.d.ts +1600 -1600
- package/dist/client/index.js +20 -20
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +28 -28
- package/dist/client/wasm.js +15 -15
- 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',
|
|
@@ -350,8 +350,8 @@ exports.Prisma.ModelName = {
|
|
|
350
350
|
Company: 'Company',
|
|
351
351
|
Contract: 'Contract',
|
|
352
352
|
Mission: 'Mission',
|
|
353
|
+
MissionPrefill: 'MissionPrefill',
|
|
353
354
|
MissionSpec: 'MissionSpec',
|
|
354
|
-
MissionSpecPreFill: 'MissionSpecPreFill',
|
|
355
355
|
RoleCategory: 'RoleCategory',
|
|
356
356
|
TalentCategory: 'TalentCategory',
|
|
357
357
|
TalentIndustry: 'TalentIndustry',
|