@a_team/prisma 3.31.3-win → 3.31.4-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.
@@ -145,6 +145,17 @@ exports.Prisma.BuilderWebsitesDataScalarFieldEnum = {
145
145
  updatedAt: 'updatedAt'
146
146
  };
147
147
 
148
+ exports.Prisma.CalcomEvaluationConfigScalarFieldEnum = {
149
+ id: 'id',
150
+ talentCategoryIds: 'talentCategoryIds',
151
+ applyToAllRoleCategories: 'applyToAllRoleCategories',
152
+ roleCategoryIds: 'roleCategoryIds',
153
+ eventTypeUrl: 'eventTypeUrl',
154
+ isDefault: 'isDefault',
155
+ createdAt: 'createdAt',
156
+ updatedAt: 'updatedAt'
157
+ };
158
+
148
159
  exports.Prisma.CalendarScalarFieldEnum = {
149
160
  id: 'id',
150
161
  calendarId: 'calendarId',
@@ -1184,6 +1195,7 @@ exports.Prisma.ModelName = {
1184
1195
  Account: 'Account',
1185
1196
  BillingAccount: 'BillingAccount',
1186
1197
  BuilderWebsitesData: 'BuilderWebsitesData',
1198
+ CalcomEvaluationConfig: 'CalcomEvaluationConfig',
1187
1199
  Calendar: 'Calendar',
1188
1200
  CalendarAvailability: 'CalendarAvailability',
1189
1201
  CalendarEvent: 'CalendarEvent',