@a_team/prisma 3.2.10-macos → 3.2.11-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.
@@ -164,6 +164,28 @@ exports.Prisma.ContractScalarFieldEnum = {
164
164
  accountId: 'accountId'
165
165
  };
166
166
 
167
+ exports.Prisma.ExperienceScalarFieldEnum = {
168
+ id: 'id',
169
+ kind: 'kind',
170
+ title: 'title',
171
+ name: 'name',
172
+ summary: 'summary',
173
+ imageURL: 'imageURL',
174
+ imagesUrls: 'imagesUrls',
175
+ logoURL: 'logoURL',
176
+ websiteURL: 'websiteURL',
177
+ jobRole: 'jobRole',
178
+ jobRoleId: 'jobRoleId',
179
+ projectUrl: 'projectUrl',
180
+ industry: 'industry',
181
+ industries: 'industries',
182
+ companyV2Id: 'companyV2Id',
183
+ startDate: 'startDate',
184
+ endDate: 'endDate',
185
+ description: 'description',
186
+ skills: 'skills'
187
+ };
188
+
167
189
  exports.Prisma.MissionScalarFieldEnum = {
168
190
  mid: 'mid',
169
191
  accountId: 'accountId',
@@ -292,7 +314,10 @@ exports.Prisma.UserScalarFieldEnum = {
292
314
  createdAt: 'createdAt',
293
315
  titles: 'titles',
294
316
  scrubbed: 'scrubbed',
295
- tokenVersion: 'tokenVersion'
317
+ tokenVersion: 'tokenVersion',
318
+ aboutMe: 'aboutMe',
319
+ cvURL: 'cvURL',
320
+ onboardingStage: 'onboardingStage'
296
321
  };
297
322
 
298
323
  exports.Prisma.SortOrder = {
@@ -324,6 +349,11 @@ exports.ContractSource = exports.$Enums.ContractSource = {
324
349
  ATeamGenerated: 'ATeamGenerated'
325
350
  };
326
351
 
352
+ exports.ExperienceType = exports.$Enums.ExperienceType = {
353
+ job: 'job',
354
+ project: 'project'
355
+ };
356
+
327
357
  exports.MissionStatus = exports.$Enums.MissionStatus = {
328
358
  Spec: 'Spec',
329
359
  Formation: 'Formation',
@@ -354,7 +384,24 @@ exports.PresetID = exports.$Enums.PresetID = {
354
384
  prototype: 'prototype',
355
385
  data: 'data',
356
386
  growth: 'growth',
357
- ai: 'ai'
387
+ ai: 'ai',
388
+ crypto: 'crypto'
389
+ };
390
+
391
+ exports.InternalOnboardingStage = exports.$Enums.InternalOnboardingStage = {
392
+ IncompleteProfile: 'IncompleteProfile',
393
+ PendingReviewRequest: 'PendingReviewRequest',
394
+ ReviewRequested: 'ReviewRequested',
395
+ PendingSecondReview: 'PendingSecondReview',
396
+ SecondReviewRequested: 'SecondReviewRequested',
397
+ PendingInterview: 'PendingInterview',
398
+ InterviewScheduled: 'InterviewScheduled',
399
+ Accepted: 'Accepted',
400
+ Completed: 'Completed',
401
+ CompletedWithIncompleteProfile: 'CompletedWithIncompleteProfile',
402
+ PendingInterviewWithIncompleteProfile: 'PendingInterviewWithIncompleteProfile',
403
+ InterviewScheduledWithIncompleteProfile: 'InterviewScheduledWithIncompleteProfile',
404
+ ProfileCompleteWithPendingApplication: 'ProfileCompleteWithPendingApplication'
358
405
  };
359
406
 
360
407
  exports.ContractPartyType = exports.$Enums.ContractPartyType = {
@@ -363,6 +410,11 @@ exports.ContractPartyType = exports.$Enums.ContractPartyType = {
363
410
  ATeam: 'ATeam'
364
411
  };
365
412
 
413
+ exports.ExperienceMemberRole = exports.$Enums.ExperienceMemberRole = {
414
+ owner: 'owner',
415
+ member: 'member'
416
+ };
417
+
366
418
  exports.MissionRoleStatus = exports.$Enums.MissionRoleStatus = {
367
419
  Open: 'Open',
368
420
  Active: 'Active',
@@ -388,6 +440,7 @@ exports.Prisma.ModelName = {
388
440
  ClientCompany: 'ClientCompany',
389
441
  Company: 'Company',
390
442
  Contract: 'Contract',
443
+ Experience: 'Experience',
391
444
  Mission: 'Mission',
392
445
  MissionPrefill: 'MissionPrefill',
393
446
  MissionSpec: 'MissionSpec',