@adaptware/eagles-db 0.1.30 → 0.1.32

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.
@@ -540,7 +540,7 @@ exports.Prisma.OngoingEvaluationScalarFieldEnum = {
540
540
  is_current: 'is_current',
541
541
  title: 'title',
542
542
  description: 'description',
543
- round_no: 'round_no',
543
+ order_no: 'order_no',
544
544
  format: 'format',
545
545
  topics: 'topics',
546
546
  assignee: 'assignee',
@@ -716,7 +716,9 @@ exports.Prisma.UserScalarFieldEnum = {
716
716
  salary: 'salary',
717
717
  work_experience: 'work_experience',
718
718
  education: 'education',
719
+ skills: 'skills',
719
720
  notice_period: 'notice_period',
721
+ preferred_work_mode: 'preferred_work_mode',
720
722
  gender: 'gender',
721
723
  ethnicity: 'ethnicity',
722
724
  veteran_status: 'veteran_status',