@a_team/prisma 3.12.9-macos-docker-linux → 3.13.0-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.
@@ -185,7 +185,8 @@ exports.Prisma.CalendarEventTypeScalarFieldEnum = {
185
185
  bookingWindow: 'bookingWindow',
186
186
  autoConfirm: 'autoConfirm',
187
187
  createdAt: 'createdAt',
188
- updatedAt: 'updatedAt'
188
+ updatedAt: 'updatedAt',
189
+ description: 'description'
189
190
  };
190
191
 
191
192
  exports.Prisma.ClientCompanyScalarFieldEnum = {