@adaptware/eagles-db 0.1.38 → 0.1.39

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.
@@ -165,14 +165,15 @@ exports.Prisma.ActionScalarFieldEnum = {
165
165
 
166
166
  exports.Prisma.ActivityLogScalarFieldEnum = {
167
167
  id: 'id',
168
- candidate_id: 'candidate_id',
168
+ application_id: 'application_id',
169
169
  actor_id: 'actor_id',
170
170
  actor_type: 'actor_type',
171
171
  message: 'message',
172
172
  timestamp: 'timestamp',
173
173
  metadata: 'metadata',
174
174
  created_at: 'created_at',
175
- is_active: 'is_active'
175
+ is_active: 'is_active',
176
+ userId: 'userId'
176
177
  };
177
178
 
178
179
  exports.Prisma.ApplicationScalarFieldEnum = {