@adaptware/eagles-db 0.1.72 → 0.1.73

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.
@@ -379,6 +379,9 @@ exports.Prisma.EvaluationPlanScalarFieldEnum = {
379
379
  order_no: 'order_no',
380
380
  details: 'details',
381
381
  plan_type: 'plan_type',
382
+ duration: 'duration',
383
+ duration_unit: 'duration_unit',
384
+ deadline: 'deadline',
382
385
  created_by: 'created_by',
383
386
  updated_by: 'updated_by',
384
387
  created_at: 'created_at',
@@ -957,6 +960,12 @@ exports.EvaluationPlanType = exports.$Enums.EvaluationPlanType = {
957
960
  DELETED: 'DELETED'
958
961
  };
959
962
 
963
+ exports.DurationUnit = exports.$Enums.DurationUnit = {
964
+ MINUTES: 'MINUTES',
965
+ HOURS: 'HOURS',
966
+ DAYS: 'DAYS'
967
+ };
968
+
960
969
  exports.IntegrationProvider = exports.$Enums.IntegrationProvider = {
961
970
  NAUKRI: 'NAUKRI',
962
971
  ZOHO_RECRUIT: 'ZOHO_RECRUIT',