@a_team/prisma 3.20.3-macos-docker-linux → 3.21.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.
@@ -325,6 +325,22 @@ exports.Prisma.LinkedInRecommendationScalarFieldEnum = {
325
325
  relationship: 'relationship'
326
326
  };
327
327
 
328
+ exports.Prisma.MapperIndustryTitleToTalentIndustryScalarFieldEnum = {
329
+ id: 'id',
330
+ industryTitle: 'industryTitle',
331
+ talentIndustryId: 'talentIndustryId',
332
+ createdAt: 'createdAt',
333
+ updatedAt: 'updatedAt'
334
+ };
335
+
336
+ exports.Prisma.MapperRoleTitleToRoleCategoryScalarFieldEnum = {
337
+ id: 'id',
338
+ roleTitle: 'roleTitle',
339
+ roleCategoryId: 'roleCategoryId',
340
+ createdAt: 'createdAt',
341
+ updatedAt: 'updatedAt'
342
+ };
343
+
328
344
  exports.Prisma.MissionScalarFieldEnum = {
329
345
  mid: 'mid',
330
346
  accountId: 'accountId',
@@ -969,6 +985,8 @@ exports.Prisma.ModelName = {
969
985
  Experience: 'Experience',
970
986
  Invoice: 'Invoice',
971
987
  LinkedInRecommendation: 'LinkedInRecommendation',
988
+ MapperIndustryTitleToTalentIndustry: 'MapperIndustryTitleToTalentIndustry',
989
+ MapperRoleTitleToRoleCategory: 'MapperRoleTitleToRoleCategory',
972
990
  Mission: 'Mission',
973
991
  MissionApplication: 'MissionApplication',
974
992
  MissionPrefill: 'MissionPrefill',