@adaptware/eagles-db 0.1.89 → 0.1.91

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.
@@ -225,6 +225,7 @@ exports.Prisma.AssessmentScalarFieldEnum = {
225
225
  scheduled_end_time: 'scheduled_end_time',
226
226
  actual_start_time: 'actual_start_time',
227
227
  actual_end_time: 'actual_end_time',
228
+ attempt_expires_at: 'attempt_expires_at',
228
229
  created_at: 'created_at',
229
230
  updated_at: 'updated_at',
230
231
  created_by: 'created_by',
@@ -713,7 +714,8 @@ exports.Prisma.OrganisationScalarFieldEnum = {
713
714
  updated_by: 'updated_by',
714
715
  is_active: 'is_active',
715
716
  alias: 'alias',
716
- logo: 'logo'
717
+ logo: 'logo',
718
+ timezone: 'timezone'
717
719
  };
718
720
 
719
721
  exports.Prisma.PermissionScalarFieldEnum = {