@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.
@@ -623,6 +623,16 @@ export type Invoice = $Result.DefaultSelection<Prisma.$InvoicePayload>
623
623
  *
624
624
  */
625
625
  export type LinkedInRecommendation = $Result.DefaultSelection<Prisma.$LinkedInRecommendationPayload>
626
+ /**
627
+ * Model MapperIndustryTitleToTalentIndustry
628
+ *
629
+ */
630
+ export type MapperIndustryTitleToTalentIndustry = $Result.DefaultSelection<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
631
+ /**
632
+ * Model MapperRoleTitleToRoleCategory
633
+ *
634
+ */
635
+ export type MapperRoleTitleToRoleCategory = $Result.DefaultSelection<Prisma.$MapperRoleTitleToRoleCategoryPayload>
626
636
  /**
627
637
  * Model Mission
628
638
  *
@@ -1636,6 +1646,26 @@ export class PrismaClient<
1636
1646
  */
1637
1647
  get linkedInRecommendation(): Prisma.LinkedInRecommendationDelegate<ExtArgs>;
1638
1648
 
1649
+ /**
1650
+ * `prisma.mapperIndustryTitleToTalentIndustry`: Exposes CRUD operations for the **MapperIndustryTitleToTalentIndustry** model.
1651
+ * Example usage:
1652
+ * ```ts
1653
+ * // Fetch zero or more MapperIndustryTitleToTalentIndustries
1654
+ * const mapperIndustryTitleToTalentIndustries = await prisma.mapperIndustryTitleToTalentIndustry.findMany()
1655
+ * ```
1656
+ */
1657
+ get mapperIndustryTitleToTalentIndustry(): Prisma.MapperIndustryTitleToTalentIndustryDelegate<ExtArgs>;
1658
+
1659
+ /**
1660
+ * `prisma.mapperRoleTitleToRoleCategory`: Exposes CRUD operations for the **MapperRoleTitleToRoleCategory** model.
1661
+ * Example usage:
1662
+ * ```ts
1663
+ * // Fetch zero or more MapperRoleTitleToRoleCategories
1664
+ * const mapperRoleTitleToRoleCategories = await prisma.mapperRoleTitleToRoleCategory.findMany()
1665
+ * ```
1666
+ */
1667
+ get mapperRoleTitleToRoleCategory(): Prisma.MapperRoleTitleToRoleCategoryDelegate<ExtArgs>;
1668
+
1639
1669
  /**
1640
1670
  * `prisma.mission`: Exposes CRUD operations for the **Mission** model.
1641
1671
  * Example usage:
@@ -2250,6 +2280,8 @@ export namespace Prisma {
2250
2280
  Experience: 'Experience',
2251
2281
  Invoice: 'Invoice',
2252
2282
  LinkedInRecommendation: 'LinkedInRecommendation',
2283
+ MapperIndustryTitleToTalentIndustry: 'MapperIndustryTitleToTalentIndustry',
2284
+ MapperRoleTitleToRoleCategory: 'MapperRoleTitleToRoleCategory',
2253
2285
  Mission: 'Mission',
2254
2286
  MissionApplication: 'MissionApplication',
2255
2287
  MissionPrefill: 'MissionPrefill',
@@ -2281,7 +2313,7 @@ export namespace Prisma {
2281
2313
 
2282
2314
  export type TypeMap<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs, ClientOptions = {}> = {
2283
2315
  meta: {
2284
- modelProps: "account" | "billingAccount" | "builderWebsitesData" | "calendar" | "calendarAvailability" | "calendarEvent" | "calendarEventType" | "clientCompany" | "clientInterview" | "company" | "contract" | "experience" | "invoice" | "linkedInRecommendation" | "mission" | "missionApplication" | "missionPrefill" | "missionSpec" | "paymentCycle" | "proposal" | "recordedCall" | "roleCategory" | "roleHiringCriteria" | "roleRevision" | "solution" | "talentCategory" | "talentIndustry" | "user" | "userPreference" | "userReview"
2316
+ modelProps: "account" | "billingAccount" | "builderWebsitesData" | "calendar" | "calendarAvailability" | "calendarEvent" | "calendarEventType" | "clientCompany" | "clientInterview" | "company" | "contract" | "experience" | "invoice" | "linkedInRecommendation" | "mapperIndustryTitleToTalentIndustry" | "mapperRoleTitleToRoleCategory" | "mission" | "missionApplication" | "missionPrefill" | "missionSpec" | "paymentCycle" | "proposal" | "recordedCall" | "roleCategory" | "roleHiringCriteria" | "roleRevision" | "solution" | "talentCategory" | "talentIndustry" | "user" | "userPreference" | "userReview"
2285
2317
  txIsolationLevel: never
2286
2318
  }
2287
2319
  model: {
@@ -3321,6 +3353,154 @@ export namespace Prisma {
3321
3353
  }
3322
3354
  }
3323
3355
  }
3356
+ MapperIndustryTitleToTalentIndustry: {
3357
+ payload: Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>
3358
+ fields: Prisma.MapperIndustryTitleToTalentIndustryFieldRefs
3359
+ operations: {
3360
+ findUnique: {
3361
+ args: Prisma.MapperIndustryTitleToTalentIndustryFindUniqueArgs<ExtArgs>
3362
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload> | null
3363
+ }
3364
+ findUniqueOrThrow: {
3365
+ args: Prisma.MapperIndustryTitleToTalentIndustryFindUniqueOrThrowArgs<ExtArgs>
3366
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
3367
+ }
3368
+ findFirst: {
3369
+ args: Prisma.MapperIndustryTitleToTalentIndustryFindFirstArgs<ExtArgs>
3370
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload> | null
3371
+ }
3372
+ findFirstOrThrow: {
3373
+ args: Prisma.MapperIndustryTitleToTalentIndustryFindFirstOrThrowArgs<ExtArgs>
3374
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
3375
+ }
3376
+ findMany: {
3377
+ args: Prisma.MapperIndustryTitleToTalentIndustryFindManyArgs<ExtArgs>
3378
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>[]
3379
+ }
3380
+ create: {
3381
+ args: Prisma.MapperIndustryTitleToTalentIndustryCreateArgs<ExtArgs>
3382
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
3383
+ }
3384
+ createMany: {
3385
+ args: Prisma.MapperIndustryTitleToTalentIndustryCreateManyArgs<ExtArgs>
3386
+ result: BatchPayload
3387
+ }
3388
+ delete: {
3389
+ args: Prisma.MapperIndustryTitleToTalentIndustryDeleteArgs<ExtArgs>
3390
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
3391
+ }
3392
+ update: {
3393
+ args: Prisma.MapperIndustryTitleToTalentIndustryUpdateArgs<ExtArgs>
3394
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
3395
+ }
3396
+ deleteMany: {
3397
+ args: Prisma.MapperIndustryTitleToTalentIndustryDeleteManyArgs<ExtArgs>
3398
+ result: BatchPayload
3399
+ }
3400
+ updateMany: {
3401
+ args: Prisma.MapperIndustryTitleToTalentIndustryUpdateManyArgs<ExtArgs>
3402
+ result: BatchPayload
3403
+ }
3404
+ upsert: {
3405
+ args: Prisma.MapperIndustryTitleToTalentIndustryUpsertArgs<ExtArgs>
3406
+ result: $Utils.PayloadToResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload>
3407
+ }
3408
+ aggregate: {
3409
+ args: Prisma.MapperIndustryTitleToTalentIndustryAggregateArgs<ExtArgs>
3410
+ result: $Utils.Optional<AggregateMapperIndustryTitleToTalentIndustry>
3411
+ }
3412
+ groupBy: {
3413
+ args: Prisma.MapperIndustryTitleToTalentIndustryGroupByArgs<ExtArgs>
3414
+ result: $Utils.Optional<MapperIndustryTitleToTalentIndustryGroupByOutputType>[]
3415
+ }
3416
+ findRaw: {
3417
+ args: Prisma.MapperIndustryTitleToTalentIndustryFindRawArgs<ExtArgs>
3418
+ result: JsonObject
3419
+ }
3420
+ aggregateRaw: {
3421
+ args: Prisma.MapperIndustryTitleToTalentIndustryAggregateRawArgs<ExtArgs>
3422
+ result: JsonObject
3423
+ }
3424
+ count: {
3425
+ args: Prisma.MapperIndustryTitleToTalentIndustryCountArgs<ExtArgs>
3426
+ result: $Utils.Optional<MapperIndustryTitleToTalentIndustryCountAggregateOutputType> | number
3427
+ }
3428
+ }
3429
+ }
3430
+ MapperRoleTitleToRoleCategory: {
3431
+ payload: Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>
3432
+ fields: Prisma.MapperRoleTitleToRoleCategoryFieldRefs
3433
+ operations: {
3434
+ findUnique: {
3435
+ args: Prisma.MapperRoleTitleToRoleCategoryFindUniqueArgs<ExtArgs>
3436
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload> | null
3437
+ }
3438
+ findUniqueOrThrow: {
3439
+ args: Prisma.MapperRoleTitleToRoleCategoryFindUniqueOrThrowArgs<ExtArgs>
3440
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>
3441
+ }
3442
+ findFirst: {
3443
+ args: Prisma.MapperRoleTitleToRoleCategoryFindFirstArgs<ExtArgs>
3444
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload> | null
3445
+ }
3446
+ findFirstOrThrow: {
3447
+ args: Prisma.MapperRoleTitleToRoleCategoryFindFirstOrThrowArgs<ExtArgs>
3448
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>
3449
+ }
3450
+ findMany: {
3451
+ args: Prisma.MapperRoleTitleToRoleCategoryFindManyArgs<ExtArgs>
3452
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>[]
3453
+ }
3454
+ create: {
3455
+ args: Prisma.MapperRoleTitleToRoleCategoryCreateArgs<ExtArgs>
3456
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>
3457
+ }
3458
+ createMany: {
3459
+ args: Prisma.MapperRoleTitleToRoleCategoryCreateManyArgs<ExtArgs>
3460
+ result: BatchPayload
3461
+ }
3462
+ delete: {
3463
+ args: Prisma.MapperRoleTitleToRoleCategoryDeleteArgs<ExtArgs>
3464
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>
3465
+ }
3466
+ update: {
3467
+ args: Prisma.MapperRoleTitleToRoleCategoryUpdateArgs<ExtArgs>
3468
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>
3469
+ }
3470
+ deleteMany: {
3471
+ args: Prisma.MapperRoleTitleToRoleCategoryDeleteManyArgs<ExtArgs>
3472
+ result: BatchPayload
3473
+ }
3474
+ updateMany: {
3475
+ args: Prisma.MapperRoleTitleToRoleCategoryUpdateManyArgs<ExtArgs>
3476
+ result: BatchPayload
3477
+ }
3478
+ upsert: {
3479
+ args: Prisma.MapperRoleTitleToRoleCategoryUpsertArgs<ExtArgs>
3480
+ result: $Utils.PayloadToResult<Prisma.$MapperRoleTitleToRoleCategoryPayload>
3481
+ }
3482
+ aggregate: {
3483
+ args: Prisma.MapperRoleTitleToRoleCategoryAggregateArgs<ExtArgs>
3484
+ result: $Utils.Optional<AggregateMapperRoleTitleToRoleCategory>
3485
+ }
3486
+ groupBy: {
3487
+ args: Prisma.MapperRoleTitleToRoleCategoryGroupByArgs<ExtArgs>
3488
+ result: $Utils.Optional<MapperRoleTitleToRoleCategoryGroupByOutputType>[]
3489
+ }
3490
+ findRaw: {
3491
+ args: Prisma.MapperRoleTitleToRoleCategoryFindRawArgs<ExtArgs>
3492
+ result: JsonObject
3493
+ }
3494
+ aggregateRaw: {
3495
+ args: Prisma.MapperRoleTitleToRoleCategoryAggregateRawArgs<ExtArgs>
3496
+ result: JsonObject
3497
+ }
3498
+ count: {
3499
+ args: Prisma.MapperRoleTitleToRoleCategoryCountArgs<ExtArgs>
3500
+ result: $Utils.Optional<MapperRoleTitleToRoleCategoryCountAggregateOutputType> | number
3501
+ }
3502
+ }
3503
+ }
3324
3504
  Mission: {
3325
3505
  payload: Prisma.$MissionPayload<ExtArgs>
3326
3506
  fields: Prisma.MissionFieldRefs
@@ -5008,6 +5188,68 @@ export namespace Prisma {
5008
5188
  }
5009
5189
 
5010
5190
 
5191
+ /**
5192
+ * Count Type RoleCategoryCountOutputType
5193
+ */
5194
+
5195
+ export type RoleCategoryCountOutputType = {
5196
+ mappedRoleTitles: number
5197
+ }
5198
+
5199
+ export type RoleCategoryCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5200
+ mappedRoleTitles?: boolean | RoleCategoryCountOutputTypeCountMappedRoleTitlesArgs
5201
+ }
5202
+
5203
+ // Custom InputTypes
5204
+ /**
5205
+ * RoleCategoryCountOutputType without action
5206
+ */
5207
+ export type RoleCategoryCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5208
+ /**
5209
+ * Select specific fields to fetch from the RoleCategoryCountOutputType
5210
+ */
5211
+ select?: RoleCategoryCountOutputTypeSelect<ExtArgs> | null
5212
+ }
5213
+
5214
+ /**
5215
+ * RoleCategoryCountOutputType without action
5216
+ */
5217
+ export type RoleCategoryCountOutputTypeCountMappedRoleTitlesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5218
+ where?: MapperRoleTitleToRoleCategoryWhereInput
5219
+ }
5220
+
5221
+
5222
+ /**
5223
+ * Count Type TalentIndustryCountOutputType
5224
+ */
5225
+
5226
+ export type TalentIndustryCountOutputType = {
5227
+ MapperIndustryTitleToTalentIndustry: number
5228
+ }
5229
+
5230
+ export type TalentIndustryCountOutputTypeSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5231
+ MapperIndustryTitleToTalentIndustry?: boolean | TalentIndustryCountOutputTypeCountMapperIndustryTitleToTalentIndustryArgs
5232
+ }
5233
+
5234
+ // Custom InputTypes
5235
+ /**
5236
+ * TalentIndustryCountOutputType without action
5237
+ */
5238
+ export type TalentIndustryCountOutputTypeDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5239
+ /**
5240
+ * Select specific fields to fetch from the TalentIndustryCountOutputType
5241
+ */
5242
+ select?: TalentIndustryCountOutputTypeSelect<ExtArgs> | null
5243
+ }
5244
+
5245
+ /**
5246
+ * TalentIndustryCountOutputType without action
5247
+ */
5248
+ export type TalentIndustryCountOutputTypeCountMapperIndustryTitleToTalentIndustryArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5249
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
5250
+ }
5251
+
5252
+
5011
5253
  /**
5012
5254
  * Count Type UserCountOutputType
5013
5255
  */
@@ -27005,22 +27247,1882 @@ export namespace Prisma {
27005
27247
  ? never
27006
27248
  : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
27007
27249
  }[OrderFields]
27008
- >(args: SubsetIntersection<T, LinkedInRecommendationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetLinkedInRecommendationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
27250
+ >(args: SubsetIntersection<T, LinkedInRecommendationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetLinkedInRecommendationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
27251
+ /**
27252
+ * Fields of the LinkedInRecommendation model
27253
+ */
27254
+ readonly fields: LinkedInRecommendationFieldRefs;
27255
+ }
27256
+
27257
+ /**
27258
+ * The delegate class that acts as a "Promise-like" for LinkedInRecommendation.
27259
+ * Why is this prefixed with `Prisma__`?
27260
+ * Because we want to prevent naming conflicts as mentioned in
27261
+ * https://github.com/prisma/prisma-client-js/issues/707
27262
+ */
27263
+ export interface Prisma__LinkedInRecommendationClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
27264
+ readonly [Symbol.toStringTag]: "PrismaPromise"
27265
+ user<T extends UserDefaultArgs<ExtArgs> = {}>(args?: Subset<T, UserDefaultArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | Null, Null, ExtArgs>
27266
+ /**
27267
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
27268
+ * @param onfulfilled The callback to execute when the Promise is resolved.
27269
+ * @param onrejected The callback to execute when the Promise is rejected.
27270
+ * @returns A Promise for the completion of which ever callback is executed.
27271
+ */
27272
+ then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): $Utils.JsPromise<TResult1 | TResult2>
27273
+ /**
27274
+ * Attaches a callback for only the rejection of the Promise.
27275
+ * @param onrejected The callback to execute when the Promise is rejected.
27276
+ * @returns A Promise for the completion of the callback.
27277
+ */
27278
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>
27279
+ /**
27280
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
27281
+ * resolved value cannot be modified from the callback.
27282
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
27283
+ * @returns A Promise for the completion of the callback.
27284
+ */
27285
+ finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>
27286
+ }
27287
+
27288
+
27289
+
27290
+
27291
+ /**
27292
+ * Fields of the LinkedInRecommendation model
27293
+ */
27294
+ interface LinkedInRecommendationFieldRefs {
27295
+ readonly id: FieldRef<"LinkedInRecommendation", 'String'>
27296
+ readonly userId: FieldRef<"LinkedInRecommendation", 'String'>
27297
+ readonly text: FieldRef<"LinkedInRecommendation", 'String'>
27298
+ readonly createdAt: FieldRef<"LinkedInRecommendation", 'DateTime'>
27299
+ readonly updatedAt: FieldRef<"LinkedInRecommendation", 'DateTime'>
27300
+ readonly deletedAt: FieldRef<"LinkedInRecommendation", 'DateTime'>
27301
+ readonly relationship: FieldRef<"LinkedInRecommendation", 'String'>
27302
+ }
27303
+
27304
+
27305
+ // Custom InputTypes
27306
+ /**
27307
+ * LinkedInRecommendation findUnique
27308
+ */
27309
+ export type LinkedInRecommendationFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27310
+ /**
27311
+ * Select specific fields to fetch from the LinkedInRecommendation
27312
+ */
27313
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27314
+ /**
27315
+ * Choose, which related nodes to fetch as well
27316
+ */
27317
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27318
+ /**
27319
+ * Filter, which LinkedInRecommendation to fetch.
27320
+ */
27321
+ where: LinkedInRecommendationWhereUniqueInput
27322
+ }
27323
+
27324
+ /**
27325
+ * LinkedInRecommendation findUniqueOrThrow
27326
+ */
27327
+ export type LinkedInRecommendationFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27328
+ /**
27329
+ * Select specific fields to fetch from the LinkedInRecommendation
27330
+ */
27331
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27332
+ /**
27333
+ * Choose, which related nodes to fetch as well
27334
+ */
27335
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27336
+ /**
27337
+ * Filter, which LinkedInRecommendation to fetch.
27338
+ */
27339
+ where: LinkedInRecommendationWhereUniqueInput
27340
+ }
27341
+
27342
+ /**
27343
+ * LinkedInRecommendation findFirst
27344
+ */
27345
+ export type LinkedInRecommendationFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27346
+ /**
27347
+ * Select specific fields to fetch from the LinkedInRecommendation
27348
+ */
27349
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27350
+ /**
27351
+ * Choose, which related nodes to fetch as well
27352
+ */
27353
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27354
+ /**
27355
+ * Filter, which LinkedInRecommendation to fetch.
27356
+ */
27357
+ where?: LinkedInRecommendationWhereInput
27358
+ /**
27359
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27360
+ *
27361
+ * Determine the order of LinkedInRecommendations to fetch.
27362
+ */
27363
+ orderBy?: LinkedInRecommendationOrderByWithRelationInput | LinkedInRecommendationOrderByWithRelationInput[]
27364
+ /**
27365
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27366
+ *
27367
+ * Sets the position for searching for LinkedInRecommendations.
27368
+ */
27369
+ cursor?: LinkedInRecommendationWhereUniqueInput
27370
+ /**
27371
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27372
+ *
27373
+ * Take `±n` LinkedInRecommendations from the position of the cursor.
27374
+ */
27375
+ take?: number
27376
+ /**
27377
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27378
+ *
27379
+ * Skip the first `n` LinkedInRecommendations.
27380
+ */
27381
+ skip?: number
27382
+ /**
27383
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
27384
+ *
27385
+ * Filter by unique combinations of LinkedInRecommendations.
27386
+ */
27387
+ distinct?: LinkedInRecommendationScalarFieldEnum | LinkedInRecommendationScalarFieldEnum[]
27388
+ }
27389
+
27390
+ /**
27391
+ * LinkedInRecommendation findFirstOrThrow
27392
+ */
27393
+ export type LinkedInRecommendationFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27394
+ /**
27395
+ * Select specific fields to fetch from the LinkedInRecommendation
27396
+ */
27397
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27398
+ /**
27399
+ * Choose, which related nodes to fetch as well
27400
+ */
27401
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27402
+ /**
27403
+ * Filter, which LinkedInRecommendation to fetch.
27404
+ */
27405
+ where?: LinkedInRecommendationWhereInput
27406
+ /**
27407
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27408
+ *
27409
+ * Determine the order of LinkedInRecommendations to fetch.
27410
+ */
27411
+ orderBy?: LinkedInRecommendationOrderByWithRelationInput | LinkedInRecommendationOrderByWithRelationInput[]
27412
+ /**
27413
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27414
+ *
27415
+ * Sets the position for searching for LinkedInRecommendations.
27416
+ */
27417
+ cursor?: LinkedInRecommendationWhereUniqueInput
27418
+ /**
27419
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27420
+ *
27421
+ * Take `±n` LinkedInRecommendations from the position of the cursor.
27422
+ */
27423
+ take?: number
27424
+ /**
27425
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27426
+ *
27427
+ * Skip the first `n` LinkedInRecommendations.
27428
+ */
27429
+ skip?: number
27430
+ /**
27431
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
27432
+ *
27433
+ * Filter by unique combinations of LinkedInRecommendations.
27434
+ */
27435
+ distinct?: LinkedInRecommendationScalarFieldEnum | LinkedInRecommendationScalarFieldEnum[]
27436
+ }
27437
+
27438
+ /**
27439
+ * LinkedInRecommendation findMany
27440
+ */
27441
+ export type LinkedInRecommendationFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27442
+ /**
27443
+ * Select specific fields to fetch from the LinkedInRecommendation
27444
+ */
27445
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27446
+ /**
27447
+ * Choose, which related nodes to fetch as well
27448
+ */
27449
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27450
+ /**
27451
+ * Filter, which LinkedInRecommendations to fetch.
27452
+ */
27453
+ where?: LinkedInRecommendationWhereInput
27454
+ /**
27455
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27456
+ *
27457
+ * Determine the order of LinkedInRecommendations to fetch.
27458
+ */
27459
+ orderBy?: LinkedInRecommendationOrderByWithRelationInput | LinkedInRecommendationOrderByWithRelationInput[]
27460
+ /**
27461
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27462
+ *
27463
+ * Sets the position for listing LinkedInRecommendations.
27464
+ */
27465
+ cursor?: LinkedInRecommendationWhereUniqueInput
27466
+ /**
27467
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27468
+ *
27469
+ * Take `±n` LinkedInRecommendations from the position of the cursor.
27470
+ */
27471
+ take?: number
27472
+ /**
27473
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27474
+ *
27475
+ * Skip the first `n` LinkedInRecommendations.
27476
+ */
27477
+ skip?: number
27478
+ distinct?: LinkedInRecommendationScalarFieldEnum | LinkedInRecommendationScalarFieldEnum[]
27479
+ }
27480
+
27481
+ /**
27482
+ * LinkedInRecommendation create
27483
+ */
27484
+ export type LinkedInRecommendationCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27485
+ /**
27486
+ * Select specific fields to fetch from the LinkedInRecommendation
27487
+ */
27488
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27489
+ /**
27490
+ * Choose, which related nodes to fetch as well
27491
+ */
27492
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27493
+ /**
27494
+ * The data needed to create a LinkedInRecommendation.
27495
+ */
27496
+ data: XOR<LinkedInRecommendationCreateInput, LinkedInRecommendationUncheckedCreateInput>
27497
+ }
27498
+
27499
+ /**
27500
+ * LinkedInRecommendation createMany
27501
+ */
27502
+ export type LinkedInRecommendationCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27503
+ /**
27504
+ * The data used to create many LinkedInRecommendations.
27505
+ */
27506
+ data: LinkedInRecommendationCreateManyInput | LinkedInRecommendationCreateManyInput[]
27507
+ }
27508
+
27509
+ /**
27510
+ * LinkedInRecommendation update
27511
+ */
27512
+ export type LinkedInRecommendationUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27513
+ /**
27514
+ * Select specific fields to fetch from the LinkedInRecommendation
27515
+ */
27516
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27517
+ /**
27518
+ * Choose, which related nodes to fetch as well
27519
+ */
27520
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27521
+ /**
27522
+ * The data needed to update a LinkedInRecommendation.
27523
+ */
27524
+ data: XOR<LinkedInRecommendationUpdateInput, LinkedInRecommendationUncheckedUpdateInput>
27525
+ /**
27526
+ * Choose, which LinkedInRecommendation to update.
27527
+ */
27528
+ where: LinkedInRecommendationWhereUniqueInput
27529
+ }
27530
+
27531
+ /**
27532
+ * LinkedInRecommendation updateMany
27533
+ */
27534
+ export type LinkedInRecommendationUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27535
+ /**
27536
+ * The data used to update LinkedInRecommendations.
27537
+ */
27538
+ data: XOR<LinkedInRecommendationUpdateManyMutationInput, LinkedInRecommendationUncheckedUpdateManyInput>
27539
+ /**
27540
+ * Filter which LinkedInRecommendations to update
27541
+ */
27542
+ where?: LinkedInRecommendationWhereInput
27543
+ }
27544
+
27545
+ /**
27546
+ * LinkedInRecommendation upsert
27547
+ */
27548
+ export type LinkedInRecommendationUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27549
+ /**
27550
+ * Select specific fields to fetch from the LinkedInRecommendation
27551
+ */
27552
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27553
+ /**
27554
+ * Choose, which related nodes to fetch as well
27555
+ */
27556
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27557
+ /**
27558
+ * The filter to search for the LinkedInRecommendation to update in case it exists.
27559
+ */
27560
+ where: LinkedInRecommendationWhereUniqueInput
27561
+ /**
27562
+ * In case the LinkedInRecommendation found by the `where` argument doesn't exist, create a new LinkedInRecommendation with this data.
27563
+ */
27564
+ create: XOR<LinkedInRecommendationCreateInput, LinkedInRecommendationUncheckedCreateInput>
27565
+ /**
27566
+ * In case the LinkedInRecommendation was found with the provided `where` argument, update it with this data.
27567
+ */
27568
+ update: XOR<LinkedInRecommendationUpdateInput, LinkedInRecommendationUncheckedUpdateInput>
27569
+ }
27570
+
27571
+ /**
27572
+ * LinkedInRecommendation delete
27573
+ */
27574
+ export type LinkedInRecommendationDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27575
+ /**
27576
+ * Select specific fields to fetch from the LinkedInRecommendation
27577
+ */
27578
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27579
+ /**
27580
+ * Choose, which related nodes to fetch as well
27581
+ */
27582
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27583
+ /**
27584
+ * Filter which LinkedInRecommendation to delete.
27585
+ */
27586
+ where: LinkedInRecommendationWhereUniqueInput
27587
+ }
27588
+
27589
+ /**
27590
+ * LinkedInRecommendation deleteMany
27591
+ */
27592
+ export type LinkedInRecommendationDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27593
+ /**
27594
+ * Filter which LinkedInRecommendations to delete
27595
+ */
27596
+ where?: LinkedInRecommendationWhereInput
27597
+ }
27598
+
27599
+ /**
27600
+ * LinkedInRecommendation findRaw
27601
+ */
27602
+ export type LinkedInRecommendationFindRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27603
+ /**
27604
+ * The query predicate filter. If unspecified, then all documents in the collection will match the predicate. ${@link https://docs.mongodb.com/manual/reference/operator/query MongoDB Docs}.
27605
+ */
27606
+ filter?: InputJsonValue
27607
+ /**
27608
+ * Additional options to pass to the `find` command ${@link https://docs.mongodb.com/manual/reference/command/find/#command-fields MongoDB Docs}.
27609
+ */
27610
+ options?: InputJsonValue
27611
+ }
27612
+
27613
+ /**
27614
+ * LinkedInRecommendation aggregateRaw
27615
+ */
27616
+ export type LinkedInRecommendationAggregateRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27617
+ /**
27618
+ * An array of aggregation stages to process and transform the document stream via the aggregation pipeline. ${@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline MongoDB Docs}.
27619
+ */
27620
+ pipeline?: InputJsonValue[]
27621
+ /**
27622
+ * Additional options to pass to the `aggregate` command ${@link https://docs.mongodb.com/manual/reference/command/aggregate/#command-fields MongoDB Docs}.
27623
+ */
27624
+ options?: InputJsonValue
27625
+ }
27626
+
27627
+ /**
27628
+ * LinkedInRecommendation without action
27629
+ */
27630
+ export type LinkedInRecommendationDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27631
+ /**
27632
+ * Select specific fields to fetch from the LinkedInRecommendation
27633
+ */
27634
+ select?: LinkedInRecommendationSelect<ExtArgs> | null
27635
+ /**
27636
+ * Choose, which related nodes to fetch as well
27637
+ */
27638
+ include?: LinkedInRecommendationInclude<ExtArgs> | null
27639
+ }
27640
+
27641
+
27642
+ /**
27643
+ * Model MapperIndustryTitleToTalentIndustry
27644
+ */
27645
+
27646
+ export type AggregateMapperIndustryTitleToTalentIndustry = {
27647
+ _count: MapperIndustryTitleToTalentIndustryCountAggregateOutputType | null
27648
+ _min: MapperIndustryTitleToTalentIndustryMinAggregateOutputType | null
27649
+ _max: MapperIndustryTitleToTalentIndustryMaxAggregateOutputType | null
27650
+ }
27651
+
27652
+ export type MapperIndustryTitleToTalentIndustryMinAggregateOutputType = {
27653
+ id: string | null
27654
+ industryTitle: string | null
27655
+ talentIndustryId: string | null
27656
+ createdAt: Date | null
27657
+ updatedAt: Date | null
27658
+ }
27659
+
27660
+ export type MapperIndustryTitleToTalentIndustryMaxAggregateOutputType = {
27661
+ id: string | null
27662
+ industryTitle: string | null
27663
+ talentIndustryId: string | null
27664
+ createdAt: Date | null
27665
+ updatedAt: Date | null
27666
+ }
27667
+
27668
+ export type MapperIndustryTitleToTalentIndustryCountAggregateOutputType = {
27669
+ id: number
27670
+ industryTitle: number
27671
+ talentIndustryId: number
27672
+ createdAt: number
27673
+ updatedAt: number
27674
+ _all: number
27675
+ }
27676
+
27677
+
27678
+ export type MapperIndustryTitleToTalentIndustryMinAggregateInputType = {
27679
+ id?: true
27680
+ industryTitle?: true
27681
+ talentIndustryId?: true
27682
+ createdAt?: true
27683
+ updatedAt?: true
27684
+ }
27685
+
27686
+ export type MapperIndustryTitleToTalentIndustryMaxAggregateInputType = {
27687
+ id?: true
27688
+ industryTitle?: true
27689
+ talentIndustryId?: true
27690
+ createdAt?: true
27691
+ updatedAt?: true
27692
+ }
27693
+
27694
+ export type MapperIndustryTitleToTalentIndustryCountAggregateInputType = {
27695
+ id?: true
27696
+ industryTitle?: true
27697
+ talentIndustryId?: true
27698
+ createdAt?: true
27699
+ updatedAt?: true
27700
+ _all?: true
27701
+ }
27702
+
27703
+ export type MapperIndustryTitleToTalentIndustryAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27704
+ /**
27705
+ * Filter which MapperIndustryTitleToTalentIndustry to aggregate.
27706
+ */
27707
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
27708
+ /**
27709
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27710
+ *
27711
+ * Determine the order of MapperIndustryTitleToTalentIndustries to fetch.
27712
+ */
27713
+ orderBy?: MapperIndustryTitleToTalentIndustryOrderByWithRelationInput | MapperIndustryTitleToTalentIndustryOrderByWithRelationInput[]
27714
+ /**
27715
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27716
+ *
27717
+ * Sets the start position
27718
+ */
27719
+ cursor?: MapperIndustryTitleToTalentIndustryWhereUniqueInput
27720
+ /**
27721
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27722
+ *
27723
+ * Take `±n` MapperIndustryTitleToTalentIndustries from the position of the cursor.
27724
+ */
27725
+ take?: number
27726
+ /**
27727
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27728
+ *
27729
+ * Skip the first `n` MapperIndustryTitleToTalentIndustries.
27730
+ */
27731
+ skip?: number
27732
+ /**
27733
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
27734
+ *
27735
+ * Count returned MapperIndustryTitleToTalentIndustries
27736
+ **/
27737
+ _count?: true | MapperIndustryTitleToTalentIndustryCountAggregateInputType
27738
+ /**
27739
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
27740
+ *
27741
+ * Select which fields to find the minimum value
27742
+ **/
27743
+ _min?: MapperIndustryTitleToTalentIndustryMinAggregateInputType
27744
+ /**
27745
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
27746
+ *
27747
+ * Select which fields to find the maximum value
27748
+ **/
27749
+ _max?: MapperIndustryTitleToTalentIndustryMaxAggregateInputType
27750
+ }
27751
+
27752
+ export type GetMapperIndustryTitleToTalentIndustryAggregateType<T extends MapperIndustryTitleToTalentIndustryAggregateArgs> = {
27753
+ [P in keyof T & keyof AggregateMapperIndustryTitleToTalentIndustry]: P extends '_count' | 'count'
27754
+ ? T[P] extends true
27755
+ ? number
27756
+ : GetScalarType<T[P], AggregateMapperIndustryTitleToTalentIndustry[P]>
27757
+ : GetScalarType<T[P], AggregateMapperIndustryTitleToTalentIndustry[P]>
27758
+ }
27759
+
27760
+
27761
+
27762
+
27763
+ export type MapperIndustryTitleToTalentIndustryGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27764
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
27765
+ orderBy?: MapperIndustryTitleToTalentIndustryOrderByWithAggregationInput | MapperIndustryTitleToTalentIndustryOrderByWithAggregationInput[]
27766
+ by: MapperIndustryTitleToTalentIndustryScalarFieldEnum[] | MapperIndustryTitleToTalentIndustryScalarFieldEnum
27767
+ having?: MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput
27768
+ take?: number
27769
+ skip?: number
27770
+ _count?: MapperIndustryTitleToTalentIndustryCountAggregateInputType | true
27771
+ _min?: MapperIndustryTitleToTalentIndustryMinAggregateInputType
27772
+ _max?: MapperIndustryTitleToTalentIndustryMaxAggregateInputType
27773
+ }
27774
+
27775
+ export type MapperIndustryTitleToTalentIndustryGroupByOutputType = {
27776
+ id: string
27777
+ industryTitle: string
27778
+ talentIndustryId: string
27779
+ createdAt: Date
27780
+ updatedAt: Date | null
27781
+ _count: MapperIndustryTitleToTalentIndustryCountAggregateOutputType | null
27782
+ _min: MapperIndustryTitleToTalentIndustryMinAggregateOutputType | null
27783
+ _max: MapperIndustryTitleToTalentIndustryMaxAggregateOutputType | null
27784
+ }
27785
+
27786
+ type GetMapperIndustryTitleToTalentIndustryGroupByPayload<T extends MapperIndustryTitleToTalentIndustryGroupByArgs> = Prisma.PrismaPromise<
27787
+ Array<
27788
+ PickEnumerable<MapperIndustryTitleToTalentIndustryGroupByOutputType, T['by']> &
27789
+ {
27790
+ [P in ((keyof T) & (keyof MapperIndustryTitleToTalentIndustryGroupByOutputType))]: P extends '_count'
27791
+ ? T[P] extends boolean
27792
+ ? number
27793
+ : GetScalarType<T[P], MapperIndustryTitleToTalentIndustryGroupByOutputType[P]>
27794
+ : GetScalarType<T[P], MapperIndustryTitleToTalentIndustryGroupByOutputType[P]>
27795
+ }
27796
+ >
27797
+ >
27798
+
27799
+
27800
+ export type MapperIndustryTitleToTalentIndustrySelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
27801
+ id?: boolean
27802
+ industryTitle?: boolean
27803
+ talentIndustryId?: boolean
27804
+ createdAt?: boolean
27805
+ updatedAt?: boolean
27806
+ talentIndustry?: boolean | TalentIndustryDefaultArgs<ExtArgs>
27807
+ }, ExtArgs["result"]["mapperIndustryTitleToTalentIndustry"]>
27808
+
27809
+
27810
+ export type MapperIndustryTitleToTalentIndustrySelectScalar = {
27811
+ id?: boolean
27812
+ industryTitle?: boolean
27813
+ talentIndustryId?: boolean
27814
+ createdAt?: boolean
27815
+ updatedAt?: boolean
27816
+ }
27817
+
27818
+ export type MapperIndustryTitleToTalentIndustryInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27819
+ talentIndustry?: boolean | TalentIndustryDefaultArgs<ExtArgs>
27820
+ }
27821
+
27822
+ export type $MapperIndustryTitleToTalentIndustryPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27823
+ name: "MapperIndustryTitleToTalentIndustry"
27824
+ objects: {
27825
+ talentIndustry: Prisma.$TalentIndustryPayload<ExtArgs>
27826
+ }
27827
+ scalars: $Extensions.GetPayloadResult<{
27828
+ id: string
27829
+ industryTitle: string
27830
+ talentIndustryId: string
27831
+ createdAt: Date
27832
+ updatedAt: Date | null
27833
+ }, ExtArgs["result"]["mapperIndustryTitleToTalentIndustry"]>
27834
+ composites: {}
27835
+ }
27836
+
27837
+ type MapperIndustryTitleToTalentIndustryGetPayload<S extends boolean | null | undefined | MapperIndustryTitleToTalentIndustryDefaultArgs> = $Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload, S>
27838
+
27839
+ type MapperIndustryTitleToTalentIndustryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
27840
+ Omit<MapperIndustryTitleToTalentIndustryFindManyArgs, 'select' | 'include' | 'distinct'> & {
27841
+ select?: MapperIndustryTitleToTalentIndustryCountAggregateInputType | true
27842
+ }
27843
+
27844
+ export interface MapperIndustryTitleToTalentIndustryDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
27845
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['MapperIndustryTitleToTalentIndustry'], meta: { name: 'MapperIndustryTitleToTalentIndustry' } }
27846
+ /**
27847
+ * Find zero or one MapperIndustryTitleToTalentIndustry that matches the filter.
27848
+ * @param {MapperIndustryTitleToTalentIndustryFindUniqueArgs} args - Arguments to find a MapperIndustryTitleToTalentIndustry
27849
+ * @example
27850
+ * // Get one MapperIndustryTitleToTalentIndustry
27851
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.findUnique({
27852
+ * where: {
27853
+ * // ... provide filter here
27854
+ * }
27855
+ * })
27856
+ */
27857
+ findUnique<T extends MapperIndustryTitleToTalentIndustryFindUniqueArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryFindUniqueArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "findUnique"> | null, null, ExtArgs>
27858
+
27859
+ /**
27860
+ * Find one MapperIndustryTitleToTalentIndustry that matches the filter or throw an error with `error.code='P2025'`
27861
+ * if no matches were found.
27862
+ * @param {MapperIndustryTitleToTalentIndustryFindUniqueOrThrowArgs} args - Arguments to find a MapperIndustryTitleToTalentIndustry
27863
+ * @example
27864
+ * // Get one MapperIndustryTitleToTalentIndustry
27865
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.findUniqueOrThrow({
27866
+ * where: {
27867
+ * // ... provide filter here
27868
+ * }
27869
+ * })
27870
+ */
27871
+ findUniqueOrThrow<T extends MapperIndustryTitleToTalentIndustryFindUniqueOrThrowArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryFindUniqueOrThrowArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "findUniqueOrThrow">, never, ExtArgs>
27872
+
27873
+ /**
27874
+ * Find the first MapperIndustryTitleToTalentIndustry that matches the filter.
27875
+ * Note, that providing `undefined` is treated as the value not being there.
27876
+ * Read more here: https://pris.ly/d/null-undefined
27877
+ * @param {MapperIndustryTitleToTalentIndustryFindFirstArgs} args - Arguments to find a MapperIndustryTitleToTalentIndustry
27878
+ * @example
27879
+ * // Get one MapperIndustryTitleToTalentIndustry
27880
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.findFirst({
27881
+ * where: {
27882
+ * // ... provide filter here
27883
+ * }
27884
+ * })
27885
+ */
27886
+ findFirst<T extends MapperIndustryTitleToTalentIndustryFindFirstArgs>(args?: SelectSubset<T, MapperIndustryTitleToTalentIndustryFindFirstArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "findFirst"> | null, null, ExtArgs>
27887
+
27888
+ /**
27889
+ * Find the first MapperIndustryTitleToTalentIndustry that matches the filter or
27890
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
27891
+ * Note, that providing `undefined` is treated as the value not being there.
27892
+ * Read more here: https://pris.ly/d/null-undefined
27893
+ * @param {MapperIndustryTitleToTalentIndustryFindFirstOrThrowArgs} args - Arguments to find a MapperIndustryTitleToTalentIndustry
27894
+ * @example
27895
+ * // Get one MapperIndustryTitleToTalentIndustry
27896
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.findFirstOrThrow({
27897
+ * where: {
27898
+ * // ... provide filter here
27899
+ * }
27900
+ * })
27901
+ */
27902
+ findFirstOrThrow<T extends MapperIndustryTitleToTalentIndustryFindFirstOrThrowArgs>(args?: SelectSubset<T, MapperIndustryTitleToTalentIndustryFindFirstOrThrowArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "findFirstOrThrow">, never, ExtArgs>
27903
+
27904
+ /**
27905
+ * Find zero or more MapperIndustryTitleToTalentIndustries that matches the filter.
27906
+ * Note, that providing `undefined` is treated as the value not being there.
27907
+ * Read more here: https://pris.ly/d/null-undefined
27908
+ * @param {MapperIndustryTitleToTalentIndustryFindManyArgs} args - Arguments to filter and select certain fields only.
27909
+ * @example
27910
+ * // Get all MapperIndustryTitleToTalentIndustries
27911
+ * const mapperIndustryTitleToTalentIndustries = await prisma.mapperIndustryTitleToTalentIndustry.findMany()
27912
+ *
27913
+ * // Get first 10 MapperIndustryTitleToTalentIndustries
27914
+ * const mapperIndustryTitleToTalentIndustries = await prisma.mapperIndustryTitleToTalentIndustry.findMany({ take: 10 })
27915
+ *
27916
+ * // Only select the `id`
27917
+ * const mapperIndustryTitleToTalentIndustryWithIdOnly = await prisma.mapperIndustryTitleToTalentIndustry.findMany({ select: { id: true } })
27918
+ *
27919
+ */
27920
+ findMany<T extends MapperIndustryTitleToTalentIndustryFindManyArgs>(args?: SelectSubset<T, MapperIndustryTitleToTalentIndustryFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "findMany">>
27921
+
27922
+ /**
27923
+ * Create a MapperIndustryTitleToTalentIndustry.
27924
+ * @param {MapperIndustryTitleToTalentIndustryCreateArgs} args - Arguments to create a MapperIndustryTitleToTalentIndustry.
27925
+ * @example
27926
+ * // Create one MapperIndustryTitleToTalentIndustry
27927
+ * const MapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.create({
27928
+ * data: {
27929
+ * // ... data to create a MapperIndustryTitleToTalentIndustry
27930
+ * }
27931
+ * })
27932
+ *
27933
+ */
27934
+ create<T extends MapperIndustryTitleToTalentIndustryCreateArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryCreateArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "create">, never, ExtArgs>
27935
+
27936
+ /**
27937
+ * Create many MapperIndustryTitleToTalentIndustries.
27938
+ * @param {MapperIndustryTitleToTalentIndustryCreateManyArgs} args - Arguments to create many MapperIndustryTitleToTalentIndustries.
27939
+ * @example
27940
+ * // Create many MapperIndustryTitleToTalentIndustries
27941
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.createMany({
27942
+ * data: [
27943
+ * // ... provide data here
27944
+ * ]
27945
+ * })
27946
+ *
27947
+ */
27948
+ createMany<T extends MapperIndustryTitleToTalentIndustryCreateManyArgs>(args?: SelectSubset<T, MapperIndustryTitleToTalentIndustryCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
27949
+
27950
+ /**
27951
+ * Delete a MapperIndustryTitleToTalentIndustry.
27952
+ * @param {MapperIndustryTitleToTalentIndustryDeleteArgs} args - Arguments to delete one MapperIndustryTitleToTalentIndustry.
27953
+ * @example
27954
+ * // Delete one MapperIndustryTitleToTalentIndustry
27955
+ * const MapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.delete({
27956
+ * where: {
27957
+ * // ... filter to delete one MapperIndustryTitleToTalentIndustry
27958
+ * }
27959
+ * })
27960
+ *
27961
+ */
27962
+ delete<T extends MapperIndustryTitleToTalentIndustryDeleteArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryDeleteArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "delete">, never, ExtArgs>
27963
+
27964
+ /**
27965
+ * Update one MapperIndustryTitleToTalentIndustry.
27966
+ * @param {MapperIndustryTitleToTalentIndustryUpdateArgs} args - Arguments to update one MapperIndustryTitleToTalentIndustry.
27967
+ * @example
27968
+ * // Update one MapperIndustryTitleToTalentIndustry
27969
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.update({
27970
+ * where: {
27971
+ * // ... provide filter here
27972
+ * },
27973
+ * data: {
27974
+ * // ... provide data here
27975
+ * }
27976
+ * })
27977
+ *
27978
+ */
27979
+ update<T extends MapperIndustryTitleToTalentIndustryUpdateArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryUpdateArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "update">, never, ExtArgs>
27980
+
27981
+ /**
27982
+ * Delete zero or more MapperIndustryTitleToTalentIndustries.
27983
+ * @param {MapperIndustryTitleToTalentIndustryDeleteManyArgs} args - Arguments to filter MapperIndustryTitleToTalentIndustries to delete.
27984
+ * @example
27985
+ * // Delete a few MapperIndustryTitleToTalentIndustries
27986
+ * const { count } = await prisma.mapperIndustryTitleToTalentIndustry.deleteMany({
27987
+ * where: {
27988
+ * // ... provide filter here
27989
+ * }
27990
+ * })
27991
+ *
27992
+ */
27993
+ deleteMany<T extends MapperIndustryTitleToTalentIndustryDeleteManyArgs>(args?: SelectSubset<T, MapperIndustryTitleToTalentIndustryDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
27994
+
27995
+ /**
27996
+ * Update zero or more MapperIndustryTitleToTalentIndustries.
27997
+ * Note, that providing `undefined` is treated as the value not being there.
27998
+ * Read more here: https://pris.ly/d/null-undefined
27999
+ * @param {MapperIndustryTitleToTalentIndustryUpdateManyArgs} args - Arguments to update one or more rows.
28000
+ * @example
28001
+ * // Update many MapperIndustryTitleToTalentIndustries
28002
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.updateMany({
28003
+ * where: {
28004
+ * // ... provide filter here
28005
+ * },
28006
+ * data: {
28007
+ * // ... provide data here
28008
+ * }
28009
+ * })
28010
+ *
28011
+ */
28012
+ updateMany<T extends MapperIndustryTitleToTalentIndustryUpdateManyArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
28013
+
28014
+ /**
28015
+ * Create or update one MapperIndustryTitleToTalentIndustry.
28016
+ * @param {MapperIndustryTitleToTalentIndustryUpsertArgs} args - Arguments to update or create a MapperIndustryTitleToTalentIndustry.
28017
+ * @example
28018
+ * // Update or create a MapperIndustryTitleToTalentIndustry
28019
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.upsert({
28020
+ * create: {
28021
+ * // ... data to create a MapperIndustryTitleToTalentIndustry
28022
+ * },
28023
+ * update: {
28024
+ * // ... in case it already exists, update
28025
+ * },
28026
+ * where: {
28027
+ * // ... the filter for the MapperIndustryTitleToTalentIndustry we want to update
28028
+ * }
28029
+ * })
28030
+ */
28031
+ upsert<T extends MapperIndustryTitleToTalentIndustryUpsertArgs>(args: SelectSubset<T, MapperIndustryTitleToTalentIndustryUpsertArgs<ExtArgs>>): Prisma__MapperIndustryTitleToTalentIndustryClient<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "upsert">, never, ExtArgs>
28032
+
28033
+ /**
28034
+ * Find zero or more MapperIndustryTitleToTalentIndustries that matches the filter.
28035
+ * @param {MapperIndustryTitleToTalentIndustryFindRawArgs} args - Select which filters you would like to apply.
28036
+ * @example
28037
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.findRaw({
28038
+ * filter: { age: { $gt: 25 } }
28039
+ * })
28040
+ */
28041
+ findRaw(args?: MapperIndustryTitleToTalentIndustryFindRawArgs): Prisma.PrismaPromise<JsonObject>
28042
+
28043
+ /**
28044
+ * Perform aggregation operations on a MapperIndustryTitleToTalentIndustry.
28045
+ * @param {MapperIndustryTitleToTalentIndustryAggregateRawArgs} args - Select which aggregations you would like to apply.
28046
+ * @example
28047
+ * const mapperIndustryTitleToTalentIndustry = await prisma.mapperIndustryTitleToTalentIndustry.aggregateRaw({
28048
+ * pipeline: [
28049
+ * { $match: { status: "registered" } },
28050
+ * { $group: { _id: "$country", total: { $sum: 1 } } }
28051
+ * ]
28052
+ * })
28053
+ */
28054
+ aggregateRaw(args?: MapperIndustryTitleToTalentIndustryAggregateRawArgs): Prisma.PrismaPromise<JsonObject>
28055
+
28056
+
28057
+ /**
28058
+ * Count the number of MapperIndustryTitleToTalentIndustries.
28059
+ * Note, that providing `undefined` is treated as the value not being there.
28060
+ * Read more here: https://pris.ly/d/null-undefined
28061
+ * @param {MapperIndustryTitleToTalentIndustryCountArgs} args - Arguments to filter MapperIndustryTitleToTalentIndustries to count.
28062
+ * @example
28063
+ * // Count the number of MapperIndustryTitleToTalentIndustries
28064
+ * const count = await prisma.mapperIndustryTitleToTalentIndustry.count({
28065
+ * where: {
28066
+ * // ... the filter for the MapperIndustryTitleToTalentIndustries we want to count
28067
+ * }
28068
+ * })
28069
+ **/
28070
+ count<T extends MapperIndustryTitleToTalentIndustryCountArgs>(
28071
+ args?: Subset<T, MapperIndustryTitleToTalentIndustryCountArgs>,
28072
+ ): Prisma.PrismaPromise<
28073
+ T extends $Utils.Record<'select', any>
28074
+ ? T['select'] extends true
28075
+ ? number
28076
+ : GetScalarType<T['select'], MapperIndustryTitleToTalentIndustryCountAggregateOutputType>
28077
+ : number
28078
+ >
28079
+
28080
+ /**
28081
+ * Allows you to perform aggregations operations on a MapperIndustryTitleToTalentIndustry.
28082
+ * Note, that providing `undefined` is treated as the value not being there.
28083
+ * Read more here: https://pris.ly/d/null-undefined
28084
+ * @param {MapperIndustryTitleToTalentIndustryAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
28085
+ * @example
28086
+ * // Ordered by age ascending
28087
+ * // Where email contains prisma.io
28088
+ * // Limited to the 10 users
28089
+ * const aggregations = await prisma.user.aggregate({
28090
+ * _avg: {
28091
+ * age: true,
28092
+ * },
28093
+ * where: {
28094
+ * email: {
28095
+ * contains: "prisma.io",
28096
+ * },
28097
+ * },
28098
+ * orderBy: {
28099
+ * age: "asc",
28100
+ * },
28101
+ * take: 10,
28102
+ * })
28103
+ **/
28104
+ aggregate<T extends MapperIndustryTitleToTalentIndustryAggregateArgs>(args: Subset<T, MapperIndustryTitleToTalentIndustryAggregateArgs>): Prisma.PrismaPromise<GetMapperIndustryTitleToTalentIndustryAggregateType<T>>
28105
+
28106
+ /**
28107
+ * Group by MapperIndustryTitleToTalentIndustry.
28108
+ * Note, that providing `undefined` is treated as the value not being there.
28109
+ * Read more here: https://pris.ly/d/null-undefined
28110
+ * @param {MapperIndustryTitleToTalentIndustryGroupByArgs} args - Group by arguments.
28111
+ * @example
28112
+ * // Group by city, order by createdAt, get count
28113
+ * const result = await prisma.user.groupBy({
28114
+ * by: ['city', 'createdAt'],
28115
+ * orderBy: {
28116
+ * createdAt: true
28117
+ * },
28118
+ * _count: {
28119
+ * _all: true
28120
+ * },
28121
+ * })
28122
+ *
28123
+ **/
28124
+ groupBy<
28125
+ T extends MapperIndustryTitleToTalentIndustryGroupByArgs,
28126
+ HasSelectOrTake extends Or<
28127
+ Extends<'skip', Keys<T>>,
28128
+ Extends<'take', Keys<T>>
28129
+ >,
28130
+ OrderByArg extends True extends HasSelectOrTake
28131
+ ? { orderBy: MapperIndustryTitleToTalentIndustryGroupByArgs['orderBy'] }
28132
+ : { orderBy?: MapperIndustryTitleToTalentIndustryGroupByArgs['orderBy'] },
28133
+ OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
28134
+ ByFields extends MaybeTupleToUnion<T['by']>,
28135
+ ByValid extends Has<ByFields, OrderFields>,
28136
+ HavingFields extends GetHavingFields<T['having']>,
28137
+ HavingValid extends Has<ByFields, HavingFields>,
28138
+ ByEmpty extends T['by'] extends never[] ? True : False,
28139
+ InputErrors extends ByEmpty extends True
28140
+ ? `Error: "by" must not be empty.`
28141
+ : HavingValid extends False
28142
+ ? {
28143
+ [P in HavingFields]: P extends ByFields
28144
+ ? never
28145
+ : P extends string
28146
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
28147
+ : [
28148
+ Error,
28149
+ 'Field ',
28150
+ P,
28151
+ ` in "having" needs to be provided in "by"`,
28152
+ ]
28153
+ }[HavingFields]
28154
+ : 'take' extends Keys<T>
28155
+ ? 'orderBy' extends Keys<T>
28156
+ ? ByValid extends True
28157
+ ? {}
28158
+ : {
28159
+ [P in OrderFields]: P extends ByFields
28160
+ ? never
28161
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
28162
+ }[OrderFields]
28163
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
28164
+ : 'skip' extends Keys<T>
28165
+ ? 'orderBy' extends Keys<T>
28166
+ ? ByValid extends True
28167
+ ? {}
28168
+ : {
28169
+ [P in OrderFields]: P extends ByFields
28170
+ ? never
28171
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
28172
+ }[OrderFields]
28173
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
28174
+ : ByValid extends True
28175
+ ? {}
28176
+ : {
28177
+ [P in OrderFields]: P extends ByFields
28178
+ ? never
28179
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
28180
+ }[OrderFields]
28181
+ >(args: SubsetIntersection<T, MapperIndustryTitleToTalentIndustryGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetMapperIndustryTitleToTalentIndustryGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
28182
+ /**
28183
+ * Fields of the MapperIndustryTitleToTalentIndustry model
28184
+ */
28185
+ readonly fields: MapperIndustryTitleToTalentIndustryFieldRefs;
28186
+ }
28187
+
28188
+ /**
28189
+ * The delegate class that acts as a "Promise-like" for MapperIndustryTitleToTalentIndustry.
28190
+ * Why is this prefixed with `Prisma__`?
28191
+ * Because we want to prevent naming conflicts as mentioned in
28192
+ * https://github.com/prisma/prisma-client-js/issues/707
28193
+ */
28194
+ export interface Prisma__MapperIndustryTitleToTalentIndustryClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
28195
+ readonly [Symbol.toStringTag]: "PrismaPromise"
28196
+ talentIndustry<T extends TalentIndustryDefaultArgs<ExtArgs> = {}>(args?: Subset<T, TalentIndustryDefaultArgs<ExtArgs>>): Prisma__TalentIndustryClient<$Result.GetResult<Prisma.$TalentIndustryPayload<ExtArgs>, T, "findUniqueOrThrow"> | Null, Null, ExtArgs>
28197
+ /**
28198
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
28199
+ * @param onfulfilled The callback to execute when the Promise is resolved.
28200
+ * @param onrejected The callback to execute when the Promise is rejected.
28201
+ * @returns A Promise for the completion of which ever callback is executed.
28202
+ */
28203
+ then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): $Utils.JsPromise<TResult1 | TResult2>
28204
+ /**
28205
+ * Attaches a callback for only the rejection of the Promise.
28206
+ * @param onrejected The callback to execute when the Promise is rejected.
28207
+ * @returns A Promise for the completion of the callback.
28208
+ */
28209
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): $Utils.JsPromise<T | TResult>
28210
+ /**
28211
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
28212
+ * resolved value cannot be modified from the callback.
28213
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
28214
+ * @returns A Promise for the completion of the callback.
28215
+ */
28216
+ finally(onfinally?: (() => void) | undefined | null): $Utils.JsPromise<T>
28217
+ }
28218
+
28219
+
28220
+
28221
+
28222
+ /**
28223
+ * Fields of the MapperIndustryTitleToTalentIndustry model
28224
+ */
28225
+ interface MapperIndustryTitleToTalentIndustryFieldRefs {
28226
+ readonly id: FieldRef<"MapperIndustryTitleToTalentIndustry", 'String'>
28227
+ readonly industryTitle: FieldRef<"MapperIndustryTitleToTalentIndustry", 'String'>
28228
+ readonly talentIndustryId: FieldRef<"MapperIndustryTitleToTalentIndustry", 'String'>
28229
+ readonly createdAt: FieldRef<"MapperIndustryTitleToTalentIndustry", 'DateTime'>
28230
+ readonly updatedAt: FieldRef<"MapperIndustryTitleToTalentIndustry", 'DateTime'>
28231
+ }
28232
+
28233
+
28234
+ // Custom InputTypes
28235
+ /**
28236
+ * MapperIndustryTitleToTalentIndustry findUnique
28237
+ */
28238
+ export type MapperIndustryTitleToTalentIndustryFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28239
+ /**
28240
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28241
+ */
28242
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28243
+ /**
28244
+ * Choose, which related nodes to fetch as well
28245
+ */
28246
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28247
+ /**
28248
+ * Filter, which MapperIndustryTitleToTalentIndustry to fetch.
28249
+ */
28250
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28251
+ }
28252
+
28253
+ /**
28254
+ * MapperIndustryTitleToTalentIndustry findUniqueOrThrow
28255
+ */
28256
+ export type MapperIndustryTitleToTalentIndustryFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28257
+ /**
28258
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28259
+ */
28260
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28261
+ /**
28262
+ * Choose, which related nodes to fetch as well
28263
+ */
28264
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28265
+ /**
28266
+ * Filter, which MapperIndustryTitleToTalentIndustry to fetch.
28267
+ */
28268
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28269
+ }
28270
+
28271
+ /**
28272
+ * MapperIndustryTitleToTalentIndustry findFirst
28273
+ */
28274
+ export type MapperIndustryTitleToTalentIndustryFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28275
+ /**
28276
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28277
+ */
28278
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28279
+ /**
28280
+ * Choose, which related nodes to fetch as well
28281
+ */
28282
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28283
+ /**
28284
+ * Filter, which MapperIndustryTitleToTalentIndustry to fetch.
28285
+ */
28286
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
28287
+ /**
28288
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
28289
+ *
28290
+ * Determine the order of MapperIndustryTitleToTalentIndustries to fetch.
28291
+ */
28292
+ orderBy?: MapperIndustryTitleToTalentIndustryOrderByWithRelationInput | MapperIndustryTitleToTalentIndustryOrderByWithRelationInput[]
28293
+ /**
28294
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
28295
+ *
28296
+ * Sets the position for searching for MapperIndustryTitleToTalentIndustries.
28297
+ */
28298
+ cursor?: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28299
+ /**
28300
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28301
+ *
28302
+ * Take `±n` MapperIndustryTitleToTalentIndustries from the position of the cursor.
28303
+ */
28304
+ take?: number
28305
+ /**
28306
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28307
+ *
28308
+ * Skip the first `n` MapperIndustryTitleToTalentIndustries.
28309
+ */
28310
+ skip?: number
28311
+ /**
28312
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
28313
+ *
28314
+ * Filter by unique combinations of MapperIndustryTitleToTalentIndustries.
28315
+ */
28316
+ distinct?: MapperIndustryTitleToTalentIndustryScalarFieldEnum | MapperIndustryTitleToTalentIndustryScalarFieldEnum[]
28317
+ }
28318
+
28319
+ /**
28320
+ * MapperIndustryTitleToTalentIndustry findFirstOrThrow
28321
+ */
28322
+ export type MapperIndustryTitleToTalentIndustryFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28323
+ /**
28324
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28325
+ */
28326
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28327
+ /**
28328
+ * Choose, which related nodes to fetch as well
28329
+ */
28330
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28331
+ /**
28332
+ * Filter, which MapperIndustryTitleToTalentIndustry to fetch.
28333
+ */
28334
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
28335
+ /**
28336
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
28337
+ *
28338
+ * Determine the order of MapperIndustryTitleToTalentIndustries to fetch.
28339
+ */
28340
+ orderBy?: MapperIndustryTitleToTalentIndustryOrderByWithRelationInput | MapperIndustryTitleToTalentIndustryOrderByWithRelationInput[]
28341
+ /**
28342
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
28343
+ *
28344
+ * Sets the position for searching for MapperIndustryTitleToTalentIndustries.
28345
+ */
28346
+ cursor?: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28347
+ /**
28348
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28349
+ *
28350
+ * Take `±n` MapperIndustryTitleToTalentIndustries from the position of the cursor.
28351
+ */
28352
+ take?: number
28353
+ /**
28354
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28355
+ *
28356
+ * Skip the first `n` MapperIndustryTitleToTalentIndustries.
28357
+ */
28358
+ skip?: number
28359
+ /**
28360
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
28361
+ *
28362
+ * Filter by unique combinations of MapperIndustryTitleToTalentIndustries.
28363
+ */
28364
+ distinct?: MapperIndustryTitleToTalentIndustryScalarFieldEnum | MapperIndustryTitleToTalentIndustryScalarFieldEnum[]
28365
+ }
28366
+
28367
+ /**
28368
+ * MapperIndustryTitleToTalentIndustry findMany
28369
+ */
28370
+ export type MapperIndustryTitleToTalentIndustryFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28371
+ /**
28372
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28373
+ */
28374
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28375
+ /**
28376
+ * Choose, which related nodes to fetch as well
28377
+ */
28378
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28379
+ /**
28380
+ * Filter, which MapperIndustryTitleToTalentIndustries to fetch.
28381
+ */
28382
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
28383
+ /**
28384
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
28385
+ *
28386
+ * Determine the order of MapperIndustryTitleToTalentIndustries to fetch.
28387
+ */
28388
+ orderBy?: MapperIndustryTitleToTalentIndustryOrderByWithRelationInput | MapperIndustryTitleToTalentIndustryOrderByWithRelationInput[]
28389
+ /**
28390
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
28391
+ *
28392
+ * Sets the position for listing MapperIndustryTitleToTalentIndustries.
28393
+ */
28394
+ cursor?: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28395
+ /**
28396
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28397
+ *
28398
+ * Take `±n` MapperIndustryTitleToTalentIndustries from the position of the cursor.
28399
+ */
28400
+ take?: number
28401
+ /**
28402
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28403
+ *
28404
+ * Skip the first `n` MapperIndustryTitleToTalentIndustries.
28405
+ */
28406
+ skip?: number
28407
+ distinct?: MapperIndustryTitleToTalentIndustryScalarFieldEnum | MapperIndustryTitleToTalentIndustryScalarFieldEnum[]
28408
+ }
28409
+
28410
+ /**
28411
+ * MapperIndustryTitleToTalentIndustry create
28412
+ */
28413
+ export type MapperIndustryTitleToTalentIndustryCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28414
+ /**
28415
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28416
+ */
28417
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28418
+ /**
28419
+ * Choose, which related nodes to fetch as well
28420
+ */
28421
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28422
+ /**
28423
+ * The data needed to create a MapperIndustryTitleToTalentIndustry.
28424
+ */
28425
+ data: XOR<MapperIndustryTitleToTalentIndustryCreateInput, MapperIndustryTitleToTalentIndustryUncheckedCreateInput>
28426
+ }
28427
+
28428
+ /**
28429
+ * MapperIndustryTitleToTalentIndustry createMany
28430
+ */
28431
+ export type MapperIndustryTitleToTalentIndustryCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28432
+ /**
28433
+ * The data used to create many MapperIndustryTitleToTalentIndustries.
28434
+ */
28435
+ data: MapperIndustryTitleToTalentIndustryCreateManyInput | MapperIndustryTitleToTalentIndustryCreateManyInput[]
28436
+ }
28437
+
28438
+ /**
28439
+ * MapperIndustryTitleToTalentIndustry update
28440
+ */
28441
+ export type MapperIndustryTitleToTalentIndustryUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28442
+ /**
28443
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28444
+ */
28445
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28446
+ /**
28447
+ * Choose, which related nodes to fetch as well
28448
+ */
28449
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28450
+ /**
28451
+ * The data needed to update a MapperIndustryTitleToTalentIndustry.
28452
+ */
28453
+ data: XOR<MapperIndustryTitleToTalentIndustryUpdateInput, MapperIndustryTitleToTalentIndustryUncheckedUpdateInput>
28454
+ /**
28455
+ * Choose, which MapperIndustryTitleToTalentIndustry to update.
28456
+ */
28457
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28458
+ }
28459
+
28460
+ /**
28461
+ * MapperIndustryTitleToTalentIndustry updateMany
28462
+ */
28463
+ export type MapperIndustryTitleToTalentIndustryUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28464
+ /**
28465
+ * The data used to update MapperIndustryTitleToTalentIndustries.
28466
+ */
28467
+ data: XOR<MapperIndustryTitleToTalentIndustryUpdateManyMutationInput, MapperIndustryTitleToTalentIndustryUncheckedUpdateManyInput>
28468
+ /**
28469
+ * Filter which MapperIndustryTitleToTalentIndustries to update
28470
+ */
28471
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
28472
+ }
28473
+
28474
+ /**
28475
+ * MapperIndustryTitleToTalentIndustry upsert
28476
+ */
28477
+ export type MapperIndustryTitleToTalentIndustryUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28478
+ /**
28479
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28480
+ */
28481
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28482
+ /**
28483
+ * Choose, which related nodes to fetch as well
28484
+ */
28485
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28486
+ /**
28487
+ * The filter to search for the MapperIndustryTitleToTalentIndustry to update in case it exists.
28488
+ */
28489
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28490
+ /**
28491
+ * In case the MapperIndustryTitleToTalentIndustry found by the `where` argument doesn't exist, create a new MapperIndustryTitleToTalentIndustry with this data.
28492
+ */
28493
+ create: XOR<MapperIndustryTitleToTalentIndustryCreateInput, MapperIndustryTitleToTalentIndustryUncheckedCreateInput>
28494
+ /**
28495
+ * In case the MapperIndustryTitleToTalentIndustry was found with the provided `where` argument, update it with this data.
28496
+ */
28497
+ update: XOR<MapperIndustryTitleToTalentIndustryUpdateInput, MapperIndustryTitleToTalentIndustryUncheckedUpdateInput>
28498
+ }
28499
+
28500
+ /**
28501
+ * MapperIndustryTitleToTalentIndustry delete
28502
+ */
28503
+ export type MapperIndustryTitleToTalentIndustryDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28504
+ /**
28505
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28506
+ */
28507
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28508
+ /**
28509
+ * Choose, which related nodes to fetch as well
28510
+ */
28511
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28512
+ /**
28513
+ * Filter which MapperIndustryTitleToTalentIndustry to delete.
28514
+ */
28515
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
28516
+ }
28517
+
28518
+ /**
28519
+ * MapperIndustryTitleToTalentIndustry deleteMany
28520
+ */
28521
+ export type MapperIndustryTitleToTalentIndustryDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28522
+ /**
28523
+ * Filter which MapperIndustryTitleToTalentIndustries to delete
28524
+ */
28525
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
28526
+ }
28527
+
28528
+ /**
28529
+ * MapperIndustryTitleToTalentIndustry findRaw
28530
+ */
28531
+ export type MapperIndustryTitleToTalentIndustryFindRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28532
+ /**
28533
+ * The query predicate filter. If unspecified, then all documents in the collection will match the predicate. ${@link https://docs.mongodb.com/manual/reference/operator/query MongoDB Docs}.
28534
+ */
28535
+ filter?: InputJsonValue
28536
+ /**
28537
+ * Additional options to pass to the `find` command ${@link https://docs.mongodb.com/manual/reference/command/find/#command-fields MongoDB Docs}.
28538
+ */
28539
+ options?: InputJsonValue
28540
+ }
28541
+
28542
+ /**
28543
+ * MapperIndustryTitleToTalentIndustry aggregateRaw
28544
+ */
28545
+ export type MapperIndustryTitleToTalentIndustryAggregateRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28546
+ /**
28547
+ * An array of aggregation stages to process and transform the document stream via the aggregation pipeline. ${@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline MongoDB Docs}.
28548
+ */
28549
+ pipeline?: InputJsonValue[]
28550
+ /**
28551
+ * Additional options to pass to the `aggregate` command ${@link https://docs.mongodb.com/manual/reference/command/aggregate/#command-fields MongoDB Docs}.
28552
+ */
28553
+ options?: InputJsonValue
28554
+ }
28555
+
28556
+ /**
28557
+ * MapperIndustryTitleToTalentIndustry without action
28558
+ */
28559
+ export type MapperIndustryTitleToTalentIndustryDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28560
+ /**
28561
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
28562
+ */
28563
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
28564
+ /**
28565
+ * Choose, which related nodes to fetch as well
28566
+ */
28567
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
28568
+ }
28569
+
28570
+
28571
+ /**
28572
+ * Model MapperRoleTitleToRoleCategory
28573
+ */
28574
+
28575
+ export type AggregateMapperRoleTitleToRoleCategory = {
28576
+ _count: MapperRoleTitleToRoleCategoryCountAggregateOutputType | null
28577
+ _min: MapperRoleTitleToRoleCategoryMinAggregateOutputType | null
28578
+ _max: MapperRoleTitleToRoleCategoryMaxAggregateOutputType | null
28579
+ }
28580
+
28581
+ export type MapperRoleTitleToRoleCategoryMinAggregateOutputType = {
28582
+ id: string | null
28583
+ roleTitle: string | null
28584
+ roleCategoryId: string | null
28585
+ createdAt: Date | null
28586
+ updatedAt: Date | null
28587
+ }
28588
+
28589
+ export type MapperRoleTitleToRoleCategoryMaxAggregateOutputType = {
28590
+ id: string | null
28591
+ roleTitle: string | null
28592
+ roleCategoryId: string | null
28593
+ createdAt: Date | null
28594
+ updatedAt: Date | null
28595
+ }
28596
+
28597
+ export type MapperRoleTitleToRoleCategoryCountAggregateOutputType = {
28598
+ id: number
28599
+ roleTitle: number
28600
+ roleCategoryId: number
28601
+ createdAt: number
28602
+ updatedAt: number
28603
+ _all: number
28604
+ }
28605
+
28606
+
28607
+ export type MapperRoleTitleToRoleCategoryMinAggregateInputType = {
28608
+ id?: true
28609
+ roleTitle?: true
28610
+ roleCategoryId?: true
28611
+ createdAt?: true
28612
+ updatedAt?: true
28613
+ }
28614
+
28615
+ export type MapperRoleTitleToRoleCategoryMaxAggregateInputType = {
28616
+ id?: true
28617
+ roleTitle?: true
28618
+ roleCategoryId?: true
28619
+ createdAt?: true
28620
+ updatedAt?: true
28621
+ }
28622
+
28623
+ export type MapperRoleTitleToRoleCategoryCountAggregateInputType = {
28624
+ id?: true
28625
+ roleTitle?: true
28626
+ roleCategoryId?: true
28627
+ createdAt?: true
28628
+ updatedAt?: true
28629
+ _all?: true
28630
+ }
28631
+
28632
+ export type MapperRoleTitleToRoleCategoryAggregateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28633
+ /**
28634
+ * Filter which MapperRoleTitleToRoleCategory to aggregate.
28635
+ */
28636
+ where?: MapperRoleTitleToRoleCategoryWhereInput
28637
+ /**
28638
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
28639
+ *
28640
+ * Determine the order of MapperRoleTitleToRoleCategories to fetch.
28641
+ */
28642
+ orderBy?: MapperRoleTitleToRoleCategoryOrderByWithRelationInput | MapperRoleTitleToRoleCategoryOrderByWithRelationInput[]
28643
+ /**
28644
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
28645
+ *
28646
+ * Sets the start position
28647
+ */
28648
+ cursor?: MapperRoleTitleToRoleCategoryWhereUniqueInput
28649
+ /**
28650
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28651
+ *
28652
+ * Take `±n` MapperRoleTitleToRoleCategories from the position of the cursor.
28653
+ */
28654
+ take?: number
28655
+ /**
28656
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
28657
+ *
28658
+ * Skip the first `n` MapperRoleTitleToRoleCategories.
28659
+ */
28660
+ skip?: number
28661
+ /**
28662
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
28663
+ *
28664
+ * Count returned MapperRoleTitleToRoleCategories
28665
+ **/
28666
+ _count?: true | MapperRoleTitleToRoleCategoryCountAggregateInputType
28667
+ /**
28668
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
28669
+ *
28670
+ * Select which fields to find the minimum value
28671
+ **/
28672
+ _min?: MapperRoleTitleToRoleCategoryMinAggregateInputType
28673
+ /**
28674
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
28675
+ *
28676
+ * Select which fields to find the maximum value
28677
+ **/
28678
+ _max?: MapperRoleTitleToRoleCategoryMaxAggregateInputType
28679
+ }
28680
+
28681
+ export type GetMapperRoleTitleToRoleCategoryAggregateType<T extends MapperRoleTitleToRoleCategoryAggregateArgs> = {
28682
+ [P in keyof T & keyof AggregateMapperRoleTitleToRoleCategory]: P extends '_count' | 'count'
28683
+ ? T[P] extends true
28684
+ ? number
28685
+ : GetScalarType<T[P], AggregateMapperRoleTitleToRoleCategory[P]>
28686
+ : GetScalarType<T[P], AggregateMapperRoleTitleToRoleCategory[P]>
28687
+ }
28688
+
28689
+
28690
+
28691
+
28692
+ export type MapperRoleTitleToRoleCategoryGroupByArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28693
+ where?: MapperRoleTitleToRoleCategoryWhereInput
28694
+ orderBy?: MapperRoleTitleToRoleCategoryOrderByWithAggregationInput | MapperRoleTitleToRoleCategoryOrderByWithAggregationInput[]
28695
+ by: MapperRoleTitleToRoleCategoryScalarFieldEnum[] | MapperRoleTitleToRoleCategoryScalarFieldEnum
28696
+ having?: MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput
28697
+ take?: number
28698
+ skip?: number
28699
+ _count?: MapperRoleTitleToRoleCategoryCountAggregateInputType | true
28700
+ _min?: MapperRoleTitleToRoleCategoryMinAggregateInputType
28701
+ _max?: MapperRoleTitleToRoleCategoryMaxAggregateInputType
28702
+ }
28703
+
28704
+ export type MapperRoleTitleToRoleCategoryGroupByOutputType = {
28705
+ id: string
28706
+ roleTitle: string
28707
+ roleCategoryId: string
28708
+ createdAt: Date
28709
+ updatedAt: Date | null
28710
+ _count: MapperRoleTitleToRoleCategoryCountAggregateOutputType | null
28711
+ _min: MapperRoleTitleToRoleCategoryMinAggregateOutputType | null
28712
+ _max: MapperRoleTitleToRoleCategoryMaxAggregateOutputType | null
28713
+ }
28714
+
28715
+ type GetMapperRoleTitleToRoleCategoryGroupByPayload<T extends MapperRoleTitleToRoleCategoryGroupByArgs> = Prisma.PrismaPromise<
28716
+ Array<
28717
+ PickEnumerable<MapperRoleTitleToRoleCategoryGroupByOutputType, T['by']> &
28718
+ {
28719
+ [P in ((keyof T) & (keyof MapperRoleTitleToRoleCategoryGroupByOutputType))]: P extends '_count'
28720
+ ? T[P] extends boolean
28721
+ ? number
28722
+ : GetScalarType<T[P], MapperRoleTitleToRoleCategoryGroupByOutputType[P]>
28723
+ : GetScalarType<T[P], MapperRoleTitleToRoleCategoryGroupByOutputType[P]>
28724
+ }
28725
+ >
28726
+ >
28727
+
28728
+
28729
+ export type MapperRoleTitleToRoleCategorySelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
28730
+ id?: boolean
28731
+ roleTitle?: boolean
28732
+ roleCategoryId?: boolean
28733
+ createdAt?: boolean
28734
+ updatedAt?: boolean
28735
+ roleCategory?: boolean | RoleCategoryDefaultArgs<ExtArgs>
28736
+ }, ExtArgs["result"]["mapperRoleTitleToRoleCategory"]>
28737
+
28738
+
28739
+ export type MapperRoleTitleToRoleCategorySelectScalar = {
28740
+ id?: boolean
28741
+ roleTitle?: boolean
28742
+ roleCategoryId?: boolean
28743
+ createdAt?: boolean
28744
+ updatedAt?: boolean
28745
+ }
28746
+
28747
+ export type MapperRoleTitleToRoleCategoryInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28748
+ roleCategory?: boolean | RoleCategoryDefaultArgs<ExtArgs>
28749
+ }
28750
+
28751
+ export type $MapperRoleTitleToRoleCategoryPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
28752
+ name: "MapperRoleTitleToRoleCategory"
28753
+ objects: {
28754
+ roleCategory: Prisma.$RoleCategoryPayload<ExtArgs>
28755
+ }
28756
+ scalars: $Extensions.GetPayloadResult<{
28757
+ id: string
28758
+ roleTitle: string
28759
+ roleCategoryId: string
28760
+ createdAt: Date
28761
+ updatedAt: Date | null
28762
+ }, ExtArgs["result"]["mapperRoleTitleToRoleCategory"]>
28763
+ composites: {}
28764
+ }
28765
+
28766
+ type MapperRoleTitleToRoleCategoryGetPayload<S extends boolean | null | undefined | MapperRoleTitleToRoleCategoryDefaultArgs> = $Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload, S>
28767
+
28768
+ type MapperRoleTitleToRoleCategoryCountArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> =
28769
+ Omit<MapperRoleTitleToRoleCategoryFindManyArgs, 'select' | 'include' | 'distinct'> & {
28770
+ select?: MapperRoleTitleToRoleCategoryCountAggregateInputType | true
28771
+ }
28772
+
28773
+ export interface MapperRoleTitleToRoleCategoryDelegate<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> {
28774
+ [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['MapperRoleTitleToRoleCategory'], meta: { name: 'MapperRoleTitleToRoleCategory' } }
28775
+ /**
28776
+ * Find zero or one MapperRoleTitleToRoleCategory that matches the filter.
28777
+ * @param {MapperRoleTitleToRoleCategoryFindUniqueArgs} args - Arguments to find a MapperRoleTitleToRoleCategory
28778
+ * @example
28779
+ * // Get one MapperRoleTitleToRoleCategory
28780
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.findUnique({
28781
+ * where: {
28782
+ * // ... provide filter here
28783
+ * }
28784
+ * })
28785
+ */
28786
+ findUnique<T extends MapperRoleTitleToRoleCategoryFindUniqueArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryFindUniqueArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "findUnique"> | null, null, ExtArgs>
28787
+
28788
+ /**
28789
+ * Find one MapperRoleTitleToRoleCategory that matches the filter or throw an error with `error.code='P2025'`
28790
+ * if no matches were found.
28791
+ * @param {MapperRoleTitleToRoleCategoryFindUniqueOrThrowArgs} args - Arguments to find a MapperRoleTitleToRoleCategory
28792
+ * @example
28793
+ * // Get one MapperRoleTitleToRoleCategory
28794
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.findUniqueOrThrow({
28795
+ * where: {
28796
+ * // ... provide filter here
28797
+ * }
28798
+ * })
28799
+ */
28800
+ findUniqueOrThrow<T extends MapperRoleTitleToRoleCategoryFindUniqueOrThrowArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryFindUniqueOrThrowArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "findUniqueOrThrow">, never, ExtArgs>
28801
+
28802
+ /**
28803
+ * Find the first MapperRoleTitleToRoleCategory that matches the filter.
28804
+ * Note, that providing `undefined` is treated as the value not being there.
28805
+ * Read more here: https://pris.ly/d/null-undefined
28806
+ * @param {MapperRoleTitleToRoleCategoryFindFirstArgs} args - Arguments to find a MapperRoleTitleToRoleCategory
28807
+ * @example
28808
+ * // Get one MapperRoleTitleToRoleCategory
28809
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.findFirst({
28810
+ * where: {
28811
+ * // ... provide filter here
28812
+ * }
28813
+ * })
28814
+ */
28815
+ findFirst<T extends MapperRoleTitleToRoleCategoryFindFirstArgs>(args?: SelectSubset<T, MapperRoleTitleToRoleCategoryFindFirstArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "findFirst"> | null, null, ExtArgs>
28816
+
28817
+ /**
28818
+ * Find the first MapperRoleTitleToRoleCategory that matches the filter or
28819
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
28820
+ * Note, that providing `undefined` is treated as the value not being there.
28821
+ * Read more here: https://pris.ly/d/null-undefined
28822
+ * @param {MapperRoleTitleToRoleCategoryFindFirstOrThrowArgs} args - Arguments to find a MapperRoleTitleToRoleCategory
28823
+ * @example
28824
+ * // Get one MapperRoleTitleToRoleCategory
28825
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.findFirstOrThrow({
28826
+ * where: {
28827
+ * // ... provide filter here
28828
+ * }
28829
+ * })
28830
+ */
28831
+ findFirstOrThrow<T extends MapperRoleTitleToRoleCategoryFindFirstOrThrowArgs>(args?: SelectSubset<T, MapperRoleTitleToRoleCategoryFindFirstOrThrowArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "findFirstOrThrow">, never, ExtArgs>
28832
+
28833
+ /**
28834
+ * Find zero or more MapperRoleTitleToRoleCategories that matches the filter.
28835
+ * Note, that providing `undefined` is treated as the value not being there.
28836
+ * Read more here: https://pris.ly/d/null-undefined
28837
+ * @param {MapperRoleTitleToRoleCategoryFindManyArgs} args - Arguments to filter and select certain fields only.
28838
+ * @example
28839
+ * // Get all MapperRoleTitleToRoleCategories
28840
+ * const mapperRoleTitleToRoleCategories = await prisma.mapperRoleTitleToRoleCategory.findMany()
28841
+ *
28842
+ * // Get first 10 MapperRoleTitleToRoleCategories
28843
+ * const mapperRoleTitleToRoleCategories = await prisma.mapperRoleTitleToRoleCategory.findMany({ take: 10 })
28844
+ *
28845
+ * // Only select the `id`
28846
+ * const mapperRoleTitleToRoleCategoryWithIdOnly = await prisma.mapperRoleTitleToRoleCategory.findMany({ select: { id: true } })
28847
+ *
28848
+ */
28849
+ findMany<T extends MapperRoleTitleToRoleCategoryFindManyArgs>(args?: SelectSubset<T, MapperRoleTitleToRoleCategoryFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "findMany">>
28850
+
28851
+ /**
28852
+ * Create a MapperRoleTitleToRoleCategory.
28853
+ * @param {MapperRoleTitleToRoleCategoryCreateArgs} args - Arguments to create a MapperRoleTitleToRoleCategory.
28854
+ * @example
28855
+ * // Create one MapperRoleTitleToRoleCategory
28856
+ * const MapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.create({
28857
+ * data: {
28858
+ * // ... data to create a MapperRoleTitleToRoleCategory
28859
+ * }
28860
+ * })
28861
+ *
28862
+ */
28863
+ create<T extends MapperRoleTitleToRoleCategoryCreateArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryCreateArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "create">, never, ExtArgs>
28864
+
28865
+ /**
28866
+ * Create many MapperRoleTitleToRoleCategories.
28867
+ * @param {MapperRoleTitleToRoleCategoryCreateManyArgs} args - Arguments to create many MapperRoleTitleToRoleCategories.
28868
+ * @example
28869
+ * // Create many MapperRoleTitleToRoleCategories
28870
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.createMany({
28871
+ * data: [
28872
+ * // ... provide data here
28873
+ * ]
28874
+ * })
28875
+ *
28876
+ */
28877
+ createMany<T extends MapperRoleTitleToRoleCategoryCreateManyArgs>(args?: SelectSubset<T, MapperRoleTitleToRoleCategoryCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
28878
+
28879
+ /**
28880
+ * Delete a MapperRoleTitleToRoleCategory.
28881
+ * @param {MapperRoleTitleToRoleCategoryDeleteArgs} args - Arguments to delete one MapperRoleTitleToRoleCategory.
28882
+ * @example
28883
+ * // Delete one MapperRoleTitleToRoleCategory
28884
+ * const MapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.delete({
28885
+ * where: {
28886
+ * // ... filter to delete one MapperRoleTitleToRoleCategory
28887
+ * }
28888
+ * })
28889
+ *
28890
+ */
28891
+ delete<T extends MapperRoleTitleToRoleCategoryDeleteArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryDeleteArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "delete">, never, ExtArgs>
28892
+
28893
+ /**
28894
+ * Update one MapperRoleTitleToRoleCategory.
28895
+ * @param {MapperRoleTitleToRoleCategoryUpdateArgs} args - Arguments to update one MapperRoleTitleToRoleCategory.
28896
+ * @example
28897
+ * // Update one MapperRoleTitleToRoleCategory
28898
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.update({
28899
+ * where: {
28900
+ * // ... provide filter here
28901
+ * },
28902
+ * data: {
28903
+ * // ... provide data here
28904
+ * }
28905
+ * })
28906
+ *
28907
+ */
28908
+ update<T extends MapperRoleTitleToRoleCategoryUpdateArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryUpdateArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "update">, never, ExtArgs>
28909
+
28910
+ /**
28911
+ * Delete zero or more MapperRoleTitleToRoleCategories.
28912
+ * @param {MapperRoleTitleToRoleCategoryDeleteManyArgs} args - Arguments to filter MapperRoleTitleToRoleCategories to delete.
28913
+ * @example
28914
+ * // Delete a few MapperRoleTitleToRoleCategories
28915
+ * const { count } = await prisma.mapperRoleTitleToRoleCategory.deleteMany({
28916
+ * where: {
28917
+ * // ... provide filter here
28918
+ * }
28919
+ * })
28920
+ *
28921
+ */
28922
+ deleteMany<T extends MapperRoleTitleToRoleCategoryDeleteManyArgs>(args?: SelectSubset<T, MapperRoleTitleToRoleCategoryDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
28923
+
28924
+ /**
28925
+ * Update zero or more MapperRoleTitleToRoleCategories.
28926
+ * Note, that providing `undefined` is treated as the value not being there.
28927
+ * Read more here: https://pris.ly/d/null-undefined
28928
+ * @param {MapperRoleTitleToRoleCategoryUpdateManyArgs} args - Arguments to update one or more rows.
28929
+ * @example
28930
+ * // Update many MapperRoleTitleToRoleCategories
28931
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.updateMany({
28932
+ * where: {
28933
+ * // ... provide filter here
28934
+ * },
28935
+ * data: {
28936
+ * // ... provide data here
28937
+ * }
28938
+ * })
28939
+ *
28940
+ */
28941
+ updateMany<T extends MapperRoleTitleToRoleCategoryUpdateManyArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<BatchPayload>
28942
+
28943
+ /**
28944
+ * Create or update one MapperRoleTitleToRoleCategory.
28945
+ * @param {MapperRoleTitleToRoleCategoryUpsertArgs} args - Arguments to update or create a MapperRoleTitleToRoleCategory.
28946
+ * @example
28947
+ * // Update or create a MapperRoleTitleToRoleCategory
28948
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.upsert({
28949
+ * create: {
28950
+ * // ... data to create a MapperRoleTitleToRoleCategory
28951
+ * },
28952
+ * update: {
28953
+ * // ... in case it already exists, update
28954
+ * },
28955
+ * where: {
28956
+ * // ... the filter for the MapperRoleTitleToRoleCategory we want to update
28957
+ * }
28958
+ * })
28959
+ */
28960
+ upsert<T extends MapperRoleTitleToRoleCategoryUpsertArgs>(args: SelectSubset<T, MapperRoleTitleToRoleCategoryUpsertArgs<ExtArgs>>): Prisma__MapperRoleTitleToRoleCategoryClient<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "upsert">, never, ExtArgs>
28961
+
28962
+ /**
28963
+ * Find zero or more MapperRoleTitleToRoleCategories that matches the filter.
28964
+ * @param {MapperRoleTitleToRoleCategoryFindRawArgs} args - Select which filters you would like to apply.
28965
+ * @example
28966
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.findRaw({
28967
+ * filter: { age: { $gt: 25 } }
28968
+ * })
28969
+ */
28970
+ findRaw(args?: MapperRoleTitleToRoleCategoryFindRawArgs): Prisma.PrismaPromise<JsonObject>
28971
+
28972
+ /**
28973
+ * Perform aggregation operations on a MapperRoleTitleToRoleCategory.
28974
+ * @param {MapperRoleTitleToRoleCategoryAggregateRawArgs} args - Select which aggregations you would like to apply.
28975
+ * @example
28976
+ * const mapperRoleTitleToRoleCategory = await prisma.mapperRoleTitleToRoleCategory.aggregateRaw({
28977
+ * pipeline: [
28978
+ * { $match: { status: "registered" } },
28979
+ * { $group: { _id: "$country", total: { $sum: 1 } } }
28980
+ * ]
28981
+ * })
28982
+ */
28983
+ aggregateRaw(args?: MapperRoleTitleToRoleCategoryAggregateRawArgs): Prisma.PrismaPromise<JsonObject>
28984
+
28985
+
28986
+ /**
28987
+ * Count the number of MapperRoleTitleToRoleCategories.
28988
+ * Note, that providing `undefined` is treated as the value not being there.
28989
+ * Read more here: https://pris.ly/d/null-undefined
28990
+ * @param {MapperRoleTitleToRoleCategoryCountArgs} args - Arguments to filter MapperRoleTitleToRoleCategories to count.
28991
+ * @example
28992
+ * // Count the number of MapperRoleTitleToRoleCategories
28993
+ * const count = await prisma.mapperRoleTitleToRoleCategory.count({
28994
+ * where: {
28995
+ * // ... the filter for the MapperRoleTitleToRoleCategories we want to count
28996
+ * }
28997
+ * })
28998
+ **/
28999
+ count<T extends MapperRoleTitleToRoleCategoryCountArgs>(
29000
+ args?: Subset<T, MapperRoleTitleToRoleCategoryCountArgs>,
29001
+ ): Prisma.PrismaPromise<
29002
+ T extends $Utils.Record<'select', any>
29003
+ ? T['select'] extends true
29004
+ ? number
29005
+ : GetScalarType<T['select'], MapperRoleTitleToRoleCategoryCountAggregateOutputType>
29006
+ : number
29007
+ >
29008
+
29009
+ /**
29010
+ * Allows you to perform aggregations operations on a MapperRoleTitleToRoleCategory.
29011
+ * Note, that providing `undefined` is treated as the value not being there.
29012
+ * Read more here: https://pris.ly/d/null-undefined
29013
+ * @param {MapperRoleTitleToRoleCategoryAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
29014
+ * @example
29015
+ * // Ordered by age ascending
29016
+ * // Where email contains prisma.io
29017
+ * // Limited to the 10 users
29018
+ * const aggregations = await prisma.user.aggregate({
29019
+ * _avg: {
29020
+ * age: true,
29021
+ * },
29022
+ * where: {
29023
+ * email: {
29024
+ * contains: "prisma.io",
29025
+ * },
29026
+ * },
29027
+ * orderBy: {
29028
+ * age: "asc",
29029
+ * },
29030
+ * take: 10,
29031
+ * })
29032
+ **/
29033
+ aggregate<T extends MapperRoleTitleToRoleCategoryAggregateArgs>(args: Subset<T, MapperRoleTitleToRoleCategoryAggregateArgs>): Prisma.PrismaPromise<GetMapperRoleTitleToRoleCategoryAggregateType<T>>
29034
+
29035
+ /**
29036
+ * Group by MapperRoleTitleToRoleCategory.
29037
+ * Note, that providing `undefined` is treated as the value not being there.
29038
+ * Read more here: https://pris.ly/d/null-undefined
29039
+ * @param {MapperRoleTitleToRoleCategoryGroupByArgs} args - Group by arguments.
29040
+ * @example
29041
+ * // Group by city, order by createdAt, get count
29042
+ * const result = await prisma.user.groupBy({
29043
+ * by: ['city', 'createdAt'],
29044
+ * orderBy: {
29045
+ * createdAt: true
29046
+ * },
29047
+ * _count: {
29048
+ * _all: true
29049
+ * },
29050
+ * })
29051
+ *
29052
+ **/
29053
+ groupBy<
29054
+ T extends MapperRoleTitleToRoleCategoryGroupByArgs,
29055
+ HasSelectOrTake extends Or<
29056
+ Extends<'skip', Keys<T>>,
29057
+ Extends<'take', Keys<T>>
29058
+ >,
29059
+ OrderByArg extends True extends HasSelectOrTake
29060
+ ? { orderBy: MapperRoleTitleToRoleCategoryGroupByArgs['orderBy'] }
29061
+ : { orderBy?: MapperRoleTitleToRoleCategoryGroupByArgs['orderBy'] },
29062
+ OrderFields extends ExcludeUnderscoreKeys<Keys<MaybeTupleToUnion<T['orderBy']>>>,
29063
+ ByFields extends MaybeTupleToUnion<T['by']>,
29064
+ ByValid extends Has<ByFields, OrderFields>,
29065
+ HavingFields extends GetHavingFields<T['having']>,
29066
+ HavingValid extends Has<ByFields, HavingFields>,
29067
+ ByEmpty extends T['by'] extends never[] ? True : False,
29068
+ InputErrors extends ByEmpty extends True
29069
+ ? `Error: "by" must not be empty.`
29070
+ : HavingValid extends False
29071
+ ? {
29072
+ [P in HavingFields]: P extends ByFields
29073
+ ? never
29074
+ : P extends string
29075
+ ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
29076
+ : [
29077
+ Error,
29078
+ 'Field ',
29079
+ P,
29080
+ ` in "having" needs to be provided in "by"`,
29081
+ ]
29082
+ }[HavingFields]
29083
+ : 'take' extends Keys<T>
29084
+ ? 'orderBy' extends Keys<T>
29085
+ ? ByValid extends True
29086
+ ? {}
29087
+ : {
29088
+ [P in OrderFields]: P extends ByFields
29089
+ ? never
29090
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
29091
+ }[OrderFields]
29092
+ : 'Error: If you provide "take", you also need to provide "orderBy"'
29093
+ : 'skip' extends Keys<T>
29094
+ ? 'orderBy' extends Keys<T>
29095
+ ? ByValid extends True
29096
+ ? {}
29097
+ : {
29098
+ [P in OrderFields]: P extends ByFields
29099
+ ? never
29100
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
29101
+ }[OrderFields]
29102
+ : 'Error: If you provide "skip", you also need to provide "orderBy"'
29103
+ : ByValid extends True
29104
+ ? {}
29105
+ : {
29106
+ [P in OrderFields]: P extends ByFields
29107
+ ? never
29108
+ : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
29109
+ }[OrderFields]
29110
+ >(args: SubsetIntersection<T, MapperRoleTitleToRoleCategoryGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetMapperRoleTitleToRoleCategoryGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
27009
29111
  /**
27010
- * Fields of the LinkedInRecommendation model
29112
+ * Fields of the MapperRoleTitleToRoleCategory model
27011
29113
  */
27012
- readonly fields: LinkedInRecommendationFieldRefs;
29114
+ readonly fields: MapperRoleTitleToRoleCategoryFieldRefs;
27013
29115
  }
27014
29116
 
27015
29117
  /**
27016
- * The delegate class that acts as a "Promise-like" for LinkedInRecommendation.
29118
+ * The delegate class that acts as a "Promise-like" for MapperRoleTitleToRoleCategory.
27017
29119
  * Why is this prefixed with `Prisma__`?
27018
29120
  * Because we want to prevent naming conflicts as mentioned in
27019
29121
  * https://github.com/prisma/prisma-client-js/issues/707
27020
29122
  */
27021
- export interface Prisma__LinkedInRecommendationClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
29123
+ export interface Prisma__MapperRoleTitleToRoleCategoryClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
27022
29124
  readonly [Symbol.toStringTag]: "PrismaPromise"
27023
- user<T extends UserDefaultArgs<ExtArgs> = {}>(args?: Subset<T, UserDefaultArgs<ExtArgs>>): Prisma__UserClient<$Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow"> | Null, Null, ExtArgs>
29125
+ roleCategory<T extends RoleCategoryDefaultArgs<ExtArgs> = {}>(args?: Subset<T, RoleCategoryDefaultArgs<ExtArgs>>): Prisma__RoleCategoryClient<$Result.GetResult<Prisma.$RoleCategoryPayload<ExtArgs>, T, "findUniqueOrThrow"> | Null, Null, ExtArgs>
27024
29126
  /**
27025
29127
  * Attaches callbacks for the resolution and/or rejection of the Promise.
27026
29128
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -27047,317 +29149,315 @@ export namespace Prisma {
27047
29149
 
27048
29150
 
27049
29151
  /**
27050
- * Fields of the LinkedInRecommendation model
29152
+ * Fields of the MapperRoleTitleToRoleCategory model
27051
29153
  */
27052
- interface LinkedInRecommendationFieldRefs {
27053
- readonly id: FieldRef<"LinkedInRecommendation", 'String'>
27054
- readonly userId: FieldRef<"LinkedInRecommendation", 'String'>
27055
- readonly text: FieldRef<"LinkedInRecommendation", 'String'>
27056
- readonly createdAt: FieldRef<"LinkedInRecommendation", 'DateTime'>
27057
- readonly updatedAt: FieldRef<"LinkedInRecommendation", 'DateTime'>
27058
- readonly deletedAt: FieldRef<"LinkedInRecommendation", 'DateTime'>
27059
- readonly relationship: FieldRef<"LinkedInRecommendation", 'String'>
29154
+ interface MapperRoleTitleToRoleCategoryFieldRefs {
29155
+ readonly id: FieldRef<"MapperRoleTitleToRoleCategory", 'String'>
29156
+ readonly roleTitle: FieldRef<"MapperRoleTitleToRoleCategory", 'String'>
29157
+ readonly roleCategoryId: FieldRef<"MapperRoleTitleToRoleCategory", 'String'>
29158
+ readonly createdAt: FieldRef<"MapperRoleTitleToRoleCategory", 'DateTime'>
29159
+ readonly updatedAt: FieldRef<"MapperRoleTitleToRoleCategory", 'DateTime'>
27060
29160
  }
27061
29161
 
27062
29162
 
27063
29163
  // Custom InputTypes
27064
29164
  /**
27065
- * LinkedInRecommendation findUnique
29165
+ * MapperRoleTitleToRoleCategory findUnique
27066
29166
  */
27067
- export type LinkedInRecommendationFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29167
+ export type MapperRoleTitleToRoleCategoryFindUniqueArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27068
29168
  /**
27069
- * Select specific fields to fetch from the LinkedInRecommendation
29169
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27070
29170
  */
27071
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29171
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27072
29172
  /**
27073
29173
  * Choose, which related nodes to fetch as well
27074
29174
  */
27075
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29175
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27076
29176
  /**
27077
- * Filter, which LinkedInRecommendation to fetch.
29177
+ * Filter, which MapperRoleTitleToRoleCategory to fetch.
27078
29178
  */
27079
- where: LinkedInRecommendationWhereUniqueInput
29179
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
27080
29180
  }
27081
29181
 
27082
29182
  /**
27083
- * LinkedInRecommendation findUniqueOrThrow
29183
+ * MapperRoleTitleToRoleCategory findUniqueOrThrow
27084
29184
  */
27085
- export type LinkedInRecommendationFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29185
+ export type MapperRoleTitleToRoleCategoryFindUniqueOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27086
29186
  /**
27087
- * Select specific fields to fetch from the LinkedInRecommendation
29187
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27088
29188
  */
27089
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29189
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27090
29190
  /**
27091
29191
  * Choose, which related nodes to fetch as well
27092
29192
  */
27093
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29193
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27094
29194
  /**
27095
- * Filter, which LinkedInRecommendation to fetch.
29195
+ * Filter, which MapperRoleTitleToRoleCategory to fetch.
27096
29196
  */
27097
- where: LinkedInRecommendationWhereUniqueInput
29197
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
27098
29198
  }
27099
29199
 
27100
29200
  /**
27101
- * LinkedInRecommendation findFirst
29201
+ * MapperRoleTitleToRoleCategory findFirst
27102
29202
  */
27103
- export type LinkedInRecommendationFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29203
+ export type MapperRoleTitleToRoleCategoryFindFirstArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27104
29204
  /**
27105
- * Select specific fields to fetch from the LinkedInRecommendation
29205
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27106
29206
  */
27107
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29207
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27108
29208
  /**
27109
29209
  * Choose, which related nodes to fetch as well
27110
29210
  */
27111
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29211
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27112
29212
  /**
27113
- * Filter, which LinkedInRecommendation to fetch.
29213
+ * Filter, which MapperRoleTitleToRoleCategory to fetch.
27114
29214
  */
27115
- where?: LinkedInRecommendationWhereInput
29215
+ where?: MapperRoleTitleToRoleCategoryWhereInput
27116
29216
  /**
27117
29217
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27118
29218
  *
27119
- * Determine the order of LinkedInRecommendations to fetch.
29219
+ * Determine the order of MapperRoleTitleToRoleCategories to fetch.
27120
29220
  */
27121
- orderBy?: LinkedInRecommendationOrderByWithRelationInput | LinkedInRecommendationOrderByWithRelationInput[]
29221
+ orderBy?: MapperRoleTitleToRoleCategoryOrderByWithRelationInput | MapperRoleTitleToRoleCategoryOrderByWithRelationInput[]
27122
29222
  /**
27123
29223
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27124
29224
  *
27125
- * Sets the position for searching for LinkedInRecommendations.
29225
+ * Sets the position for searching for MapperRoleTitleToRoleCategories.
27126
29226
  */
27127
- cursor?: LinkedInRecommendationWhereUniqueInput
29227
+ cursor?: MapperRoleTitleToRoleCategoryWhereUniqueInput
27128
29228
  /**
27129
29229
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27130
29230
  *
27131
- * Take `±n` LinkedInRecommendations from the position of the cursor.
29231
+ * Take `±n` MapperRoleTitleToRoleCategories from the position of the cursor.
27132
29232
  */
27133
29233
  take?: number
27134
29234
  /**
27135
29235
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27136
29236
  *
27137
- * Skip the first `n` LinkedInRecommendations.
29237
+ * Skip the first `n` MapperRoleTitleToRoleCategories.
27138
29238
  */
27139
29239
  skip?: number
27140
29240
  /**
27141
29241
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
27142
29242
  *
27143
- * Filter by unique combinations of LinkedInRecommendations.
29243
+ * Filter by unique combinations of MapperRoleTitleToRoleCategories.
27144
29244
  */
27145
- distinct?: LinkedInRecommendationScalarFieldEnum | LinkedInRecommendationScalarFieldEnum[]
29245
+ distinct?: MapperRoleTitleToRoleCategoryScalarFieldEnum | MapperRoleTitleToRoleCategoryScalarFieldEnum[]
27146
29246
  }
27147
29247
 
27148
29248
  /**
27149
- * LinkedInRecommendation findFirstOrThrow
29249
+ * MapperRoleTitleToRoleCategory findFirstOrThrow
27150
29250
  */
27151
- export type LinkedInRecommendationFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29251
+ export type MapperRoleTitleToRoleCategoryFindFirstOrThrowArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27152
29252
  /**
27153
- * Select specific fields to fetch from the LinkedInRecommendation
29253
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27154
29254
  */
27155
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29255
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27156
29256
  /**
27157
29257
  * Choose, which related nodes to fetch as well
27158
29258
  */
27159
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29259
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27160
29260
  /**
27161
- * Filter, which LinkedInRecommendation to fetch.
29261
+ * Filter, which MapperRoleTitleToRoleCategory to fetch.
27162
29262
  */
27163
- where?: LinkedInRecommendationWhereInput
29263
+ where?: MapperRoleTitleToRoleCategoryWhereInput
27164
29264
  /**
27165
29265
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27166
29266
  *
27167
- * Determine the order of LinkedInRecommendations to fetch.
29267
+ * Determine the order of MapperRoleTitleToRoleCategories to fetch.
27168
29268
  */
27169
- orderBy?: LinkedInRecommendationOrderByWithRelationInput | LinkedInRecommendationOrderByWithRelationInput[]
29269
+ orderBy?: MapperRoleTitleToRoleCategoryOrderByWithRelationInput | MapperRoleTitleToRoleCategoryOrderByWithRelationInput[]
27170
29270
  /**
27171
29271
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27172
29272
  *
27173
- * Sets the position for searching for LinkedInRecommendations.
29273
+ * Sets the position for searching for MapperRoleTitleToRoleCategories.
27174
29274
  */
27175
- cursor?: LinkedInRecommendationWhereUniqueInput
29275
+ cursor?: MapperRoleTitleToRoleCategoryWhereUniqueInput
27176
29276
  /**
27177
29277
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27178
29278
  *
27179
- * Take `±n` LinkedInRecommendations from the position of the cursor.
29279
+ * Take `±n` MapperRoleTitleToRoleCategories from the position of the cursor.
27180
29280
  */
27181
29281
  take?: number
27182
29282
  /**
27183
29283
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27184
29284
  *
27185
- * Skip the first `n` LinkedInRecommendations.
29285
+ * Skip the first `n` MapperRoleTitleToRoleCategories.
27186
29286
  */
27187
29287
  skip?: number
27188
29288
  /**
27189
29289
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
27190
29290
  *
27191
- * Filter by unique combinations of LinkedInRecommendations.
29291
+ * Filter by unique combinations of MapperRoleTitleToRoleCategories.
27192
29292
  */
27193
- distinct?: LinkedInRecommendationScalarFieldEnum | LinkedInRecommendationScalarFieldEnum[]
29293
+ distinct?: MapperRoleTitleToRoleCategoryScalarFieldEnum | MapperRoleTitleToRoleCategoryScalarFieldEnum[]
27194
29294
  }
27195
29295
 
27196
29296
  /**
27197
- * LinkedInRecommendation findMany
29297
+ * MapperRoleTitleToRoleCategory findMany
27198
29298
  */
27199
- export type LinkedInRecommendationFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29299
+ export type MapperRoleTitleToRoleCategoryFindManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27200
29300
  /**
27201
- * Select specific fields to fetch from the LinkedInRecommendation
29301
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27202
29302
  */
27203
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29303
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27204
29304
  /**
27205
29305
  * Choose, which related nodes to fetch as well
27206
29306
  */
27207
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29307
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27208
29308
  /**
27209
- * Filter, which LinkedInRecommendations to fetch.
29309
+ * Filter, which MapperRoleTitleToRoleCategories to fetch.
27210
29310
  */
27211
- where?: LinkedInRecommendationWhereInput
29311
+ where?: MapperRoleTitleToRoleCategoryWhereInput
27212
29312
  /**
27213
29313
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
27214
29314
  *
27215
- * Determine the order of LinkedInRecommendations to fetch.
29315
+ * Determine the order of MapperRoleTitleToRoleCategories to fetch.
27216
29316
  */
27217
- orderBy?: LinkedInRecommendationOrderByWithRelationInput | LinkedInRecommendationOrderByWithRelationInput[]
29317
+ orderBy?: MapperRoleTitleToRoleCategoryOrderByWithRelationInput | MapperRoleTitleToRoleCategoryOrderByWithRelationInput[]
27218
29318
  /**
27219
29319
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
27220
29320
  *
27221
- * Sets the position for listing LinkedInRecommendations.
29321
+ * Sets the position for listing MapperRoleTitleToRoleCategories.
27222
29322
  */
27223
- cursor?: LinkedInRecommendationWhereUniqueInput
29323
+ cursor?: MapperRoleTitleToRoleCategoryWhereUniqueInput
27224
29324
  /**
27225
29325
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27226
29326
  *
27227
- * Take `±n` LinkedInRecommendations from the position of the cursor.
29327
+ * Take `±n` MapperRoleTitleToRoleCategories from the position of the cursor.
27228
29328
  */
27229
29329
  take?: number
27230
29330
  /**
27231
29331
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
27232
29332
  *
27233
- * Skip the first `n` LinkedInRecommendations.
29333
+ * Skip the first `n` MapperRoleTitleToRoleCategories.
27234
29334
  */
27235
29335
  skip?: number
27236
- distinct?: LinkedInRecommendationScalarFieldEnum | LinkedInRecommendationScalarFieldEnum[]
29336
+ distinct?: MapperRoleTitleToRoleCategoryScalarFieldEnum | MapperRoleTitleToRoleCategoryScalarFieldEnum[]
27237
29337
  }
27238
29338
 
27239
29339
  /**
27240
- * LinkedInRecommendation create
29340
+ * MapperRoleTitleToRoleCategory create
27241
29341
  */
27242
- export type LinkedInRecommendationCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29342
+ export type MapperRoleTitleToRoleCategoryCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27243
29343
  /**
27244
- * Select specific fields to fetch from the LinkedInRecommendation
29344
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27245
29345
  */
27246
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29346
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27247
29347
  /**
27248
29348
  * Choose, which related nodes to fetch as well
27249
29349
  */
27250
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29350
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27251
29351
  /**
27252
- * The data needed to create a LinkedInRecommendation.
29352
+ * The data needed to create a MapperRoleTitleToRoleCategory.
27253
29353
  */
27254
- data: XOR<LinkedInRecommendationCreateInput, LinkedInRecommendationUncheckedCreateInput>
29354
+ data: XOR<MapperRoleTitleToRoleCategoryCreateInput, MapperRoleTitleToRoleCategoryUncheckedCreateInput>
27255
29355
  }
27256
29356
 
27257
29357
  /**
27258
- * LinkedInRecommendation createMany
29358
+ * MapperRoleTitleToRoleCategory createMany
27259
29359
  */
27260
- export type LinkedInRecommendationCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29360
+ export type MapperRoleTitleToRoleCategoryCreateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27261
29361
  /**
27262
- * The data used to create many LinkedInRecommendations.
29362
+ * The data used to create many MapperRoleTitleToRoleCategories.
27263
29363
  */
27264
- data: LinkedInRecommendationCreateManyInput | LinkedInRecommendationCreateManyInput[]
29364
+ data: MapperRoleTitleToRoleCategoryCreateManyInput | MapperRoleTitleToRoleCategoryCreateManyInput[]
27265
29365
  }
27266
29366
 
27267
29367
  /**
27268
- * LinkedInRecommendation update
29368
+ * MapperRoleTitleToRoleCategory update
27269
29369
  */
27270
- export type LinkedInRecommendationUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29370
+ export type MapperRoleTitleToRoleCategoryUpdateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27271
29371
  /**
27272
- * Select specific fields to fetch from the LinkedInRecommendation
29372
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27273
29373
  */
27274
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29374
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27275
29375
  /**
27276
29376
  * Choose, which related nodes to fetch as well
27277
29377
  */
27278
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29378
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27279
29379
  /**
27280
- * The data needed to update a LinkedInRecommendation.
29380
+ * The data needed to update a MapperRoleTitleToRoleCategory.
27281
29381
  */
27282
- data: XOR<LinkedInRecommendationUpdateInput, LinkedInRecommendationUncheckedUpdateInput>
29382
+ data: XOR<MapperRoleTitleToRoleCategoryUpdateInput, MapperRoleTitleToRoleCategoryUncheckedUpdateInput>
27283
29383
  /**
27284
- * Choose, which LinkedInRecommendation to update.
29384
+ * Choose, which MapperRoleTitleToRoleCategory to update.
27285
29385
  */
27286
- where: LinkedInRecommendationWhereUniqueInput
29386
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
27287
29387
  }
27288
29388
 
27289
29389
  /**
27290
- * LinkedInRecommendation updateMany
29390
+ * MapperRoleTitleToRoleCategory updateMany
27291
29391
  */
27292
- export type LinkedInRecommendationUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29392
+ export type MapperRoleTitleToRoleCategoryUpdateManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27293
29393
  /**
27294
- * The data used to update LinkedInRecommendations.
29394
+ * The data used to update MapperRoleTitleToRoleCategories.
27295
29395
  */
27296
- data: XOR<LinkedInRecommendationUpdateManyMutationInput, LinkedInRecommendationUncheckedUpdateManyInput>
29396
+ data: XOR<MapperRoleTitleToRoleCategoryUpdateManyMutationInput, MapperRoleTitleToRoleCategoryUncheckedUpdateManyInput>
27297
29397
  /**
27298
- * Filter which LinkedInRecommendations to update
29398
+ * Filter which MapperRoleTitleToRoleCategories to update
27299
29399
  */
27300
- where?: LinkedInRecommendationWhereInput
29400
+ where?: MapperRoleTitleToRoleCategoryWhereInput
27301
29401
  }
27302
29402
 
27303
29403
  /**
27304
- * LinkedInRecommendation upsert
29404
+ * MapperRoleTitleToRoleCategory upsert
27305
29405
  */
27306
- export type LinkedInRecommendationUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29406
+ export type MapperRoleTitleToRoleCategoryUpsertArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27307
29407
  /**
27308
- * Select specific fields to fetch from the LinkedInRecommendation
29408
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27309
29409
  */
27310
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29410
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27311
29411
  /**
27312
29412
  * Choose, which related nodes to fetch as well
27313
29413
  */
27314
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29414
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27315
29415
  /**
27316
- * The filter to search for the LinkedInRecommendation to update in case it exists.
29416
+ * The filter to search for the MapperRoleTitleToRoleCategory to update in case it exists.
27317
29417
  */
27318
- where: LinkedInRecommendationWhereUniqueInput
29418
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
27319
29419
  /**
27320
- * In case the LinkedInRecommendation found by the `where` argument doesn't exist, create a new LinkedInRecommendation with this data.
29420
+ * In case the MapperRoleTitleToRoleCategory found by the `where` argument doesn't exist, create a new MapperRoleTitleToRoleCategory with this data.
27321
29421
  */
27322
- create: XOR<LinkedInRecommendationCreateInput, LinkedInRecommendationUncheckedCreateInput>
29422
+ create: XOR<MapperRoleTitleToRoleCategoryCreateInput, MapperRoleTitleToRoleCategoryUncheckedCreateInput>
27323
29423
  /**
27324
- * In case the LinkedInRecommendation was found with the provided `where` argument, update it with this data.
29424
+ * In case the MapperRoleTitleToRoleCategory was found with the provided `where` argument, update it with this data.
27325
29425
  */
27326
- update: XOR<LinkedInRecommendationUpdateInput, LinkedInRecommendationUncheckedUpdateInput>
29426
+ update: XOR<MapperRoleTitleToRoleCategoryUpdateInput, MapperRoleTitleToRoleCategoryUncheckedUpdateInput>
27327
29427
  }
27328
29428
 
27329
29429
  /**
27330
- * LinkedInRecommendation delete
29430
+ * MapperRoleTitleToRoleCategory delete
27331
29431
  */
27332
- export type LinkedInRecommendationDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29432
+ export type MapperRoleTitleToRoleCategoryDeleteArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27333
29433
  /**
27334
- * Select specific fields to fetch from the LinkedInRecommendation
29434
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27335
29435
  */
27336
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29436
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27337
29437
  /**
27338
29438
  * Choose, which related nodes to fetch as well
27339
29439
  */
27340
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29440
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27341
29441
  /**
27342
- * Filter which LinkedInRecommendation to delete.
29442
+ * Filter which MapperRoleTitleToRoleCategory to delete.
27343
29443
  */
27344
- where: LinkedInRecommendationWhereUniqueInput
29444
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
27345
29445
  }
27346
29446
 
27347
29447
  /**
27348
- * LinkedInRecommendation deleteMany
29448
+ * MapperRoleTitleToRoleCategory deleteMany
27349
29449
  */
27350
- export type LinkedInRecommendationDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29450
+ export type MapperRoleTitleToRoleCategoryDeleteManyArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27351
29451
  /**
27352
- * Filter which LinkedInRecommendations to delete
29452
+ * Filter which MapperRoleTitleToRoleCategories to delete
27353
29453
  */
27354
- where?: LinkedInRecommendationWhereInput
29454
+ where?: MapperRoleTitleToRoleCategoryWhereInput
27355
29455
  }
27356
29456
 
27357
29457
  /**
27358
- * LinkedInRecommendation findRaw
29458
+ * MapperRoleTitleToRoleCategory findRaw
27359
29459
  */
27360
- export type LinkedInRecommendationFindRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29460
+ export type MapperRoleTitleToRoleCategoryFindRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27361
29461
  /**
27362
29462
  * The query predicate filter. If unspecified, then all documents in the collection will match the predicate. ${@link https://docs.mongodb.com/manual/reference/operator/query MongoDB Docs}.
27363
29463
  */
@@ -27369,9 +29469,9 @@ export namespace Prisma {
27369
29469
  }
27370
29470
 
27371
29471
  /**
27372
- * LinkedInRecommendation aggregateRaw
29472
+ * MapperRoleTitleToRoleCategory aggregateRaw
27373
29473
  */
27374
- export type LinkedInRecommendationAggregateRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29474
+ export type MapperRoleTitleToRoleCategoryAggregateRawArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27375
29475
  /**
27376
29476
  * An array of aggregation stages to process and transform the document stream via the aggregation pipeline. ${@link https://docs.mongodb.com/manual/reference/operator/aggregation-pipeline MongoDB Docs}.
27377
29477
  */
@@ -27383,17 +29483,17 @@ export namespace Prisma {
27383
29483
  }
27384
29484
 
27385
29485
  /**
27386
- * LinkedInRecommendation without action
29486
+ * MapperRoleTitleToRoleCategory without action
27387
29487
  */
27388
- export type LinkedInRecommendationDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
29488
+ export type MapperRoleTitleToRoleCategoryDefaultArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
27389
29489
  /**
27390
- * Select specific fields to fetch from the LinkedInRecommendation
29490
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
27391
29491
  */
27392
- select?: LinkedInRecommendationSelect<ExtArgs> | null
29492
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
27393
29493
  /**
27394
29494
  * Choose, which related nodes to fetch as well
27395
29495
  */
27396
- include?: LinkedInRecommendationInclude<ExtArgs> | null
29496
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
27397
29497
  }
27398
29498
 
27399
29499
 
@@ -35595,6 +37695,8 @@ export namespace Prisma {
35595
37695
  deletedAt?: boolean
35596
37696
  group?: boolean
35597
37697
  talentCategoryIds?: boolean
37698
+ mappedRoleTitles?: boolean | RoleCategory$mappedRoleTitlesArgs<ExtArgs>
37699
+ _count?: boolean | RoleCategoryCountOutputTypeDefaultArgs<ExtArgs>
35598
37700
  }, ExtArgs["result"]["roleCategory"]>
35599
37701
 
35600
37702
 
@@ -35607,10 +37709,16 @@ export namespace Prisma {
35607
37709
  talentCategoryIds?: boolean
35608
37710
  }
35609
37711
 
37712
+ export type RoleCategoryInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
37713
+ mappedRoleTitles?: boolean | RoleCategory$mappedRoleTitlesArgs<ExtArgs>
37714
+ _count?: boolean | RoleCategoryCountOutputTypeDefaultArgs<ExtArgs>
37715
+ }
35610
37716
 
35611
37717
  export type $RoleCategoryPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
35612
37718
  name: "RoleCategory"
35613
- objects: {}
37719
+ objects: {
37720
+ mappedRoleTitles: Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>[]
37721
+ }
35614
37722
  scalars: $Extensions.GetPayloadResult<{
35615
37723
  id: string
35616
37724
  anchors: string[]
@@ -35981,6 +38089,7 @@ export namespace Prisma {
35981
38089
  */
35982
38090
  export interface Prisma__RoleCategoryClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
35983
38091
  readonly [Symbol.toStringTag]: "PrismaPromise"
38092
+ mappedRoleTitles<T extends RoleCategory$mappedRoleTitlesArgs<ExtArgs> = {}>(args?: Subset<T, RoleCategory$mappedRoleTitlesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MapperRoleTitleToRoleCategoryPayload<ExtArgs>, T, "findMany"> | Null>
35984
38093
  /**
35985
38094
  * Attaches callbacks for the resolution and/or rejection of the Promise.
35986
38095
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -36028,6 +38137,10 @@ export namespace Prisma {
36028
38137
  * Select specific fields to fetch from the RoleCategory
36029
38138
  */
36030
38139
  select?: RoleCategorySelect<ExtArgs> | null
38140
+ /**
38141
+ * Choose, which related nodes to fetch as well
38142
+ */
38143
+ include?: RoleCategoryInclude<ExtArgs> | null
36031
38144
  /**
36032
38145
  * Filter, which RoleCategory to fetch.
36033
38146
  */
@@ -36042,6 +38155,10 @@ export namespace Prisma {
36042
38155
  * Select specific fields to fetch from the RoleCategory
36043
38156
  */
36044
38157
  select?: RoleCategorySelect<ExtArgs> | null
38158
+ /**
38159
+ * Choose, which related nodes to fetch as well
38160
+ */
38161
+ include?: RoleCategoryInclude<ExtArgs> | null
36045
38162
  /**
36046
38163
  * Filter, which RoleCategory to fetch.
36047
38164
  */
@@ -36056,6 +38173,10 @@ export namespace Prisma {
36056
38173
  * Select specific fields to fetch from the RoleCategory
36057
38174
  */
36058
38175
  select?: RoleCategorySelect<ExtArgs> | null
38176
+ /**
38177
+ * Choose, which related nodes to fetch as well
38178
+ */
38179
+ include?: RoleCategoryInclude<ExtArgs> | null
36059
38180
  /**
36060
38181
  * Filter, which RoleCategory to fetch.
36061
38182
  */
@@ -36100,6 +38221,10 @@ export namespace Prisma {
36100
38221
  * Select specific fields to fetch from the RoleCategory
36101
38222
  */
36102
38223
  select?: RoleCategorySelect<ExtArgs> | null
38224
+ /**
38225
+ * Choose, which related nodes to fetch as well
38226
+ */
38227
+ include?: RoleCategoryInclude<ExtArgs> | null
36103
38228
  /**
36104
38229
  * Filter, which RoleCategory to fetch.
36105
38230
  */
@@ -36144,6 +38269,10 @@ export namespace Prisma {
36144
38269
  * Select specific fields to fetch from the RoleCategory
36145
38270
  */
36146
38271
  select?: RoleCategorySelect<ExtArgs> | null
38272
+ /**
38273
+ * Choose, which related nodes to fetch as well
38274
+ */
38275
+ include?: RoleCategoryInclude<ExtArgs> | null
36147
38276
  /**
36148
38277
  * Filter, which RoleCategories to fetch.
36149
38278
  */
@@ -36183,6 +38312,10 @@ export namespace Prisma {
36183
38312
  * Select specific fields to fetch from the RoleCategory
36184
38313
  */
36185
38314
  select?: RoleCategorySelect<ExtArgs> | null
38315
+ /**
38316
+ * Choose, which related nodes to fetch as well
38317
+ */
38318
+ include?: RoleCategoryInclude<ExtArgs> | null
36186
38319
  /**
36187
38320
  * The data needed to create a RoleCategory.
36188
38321
  */
@@ -36207,6 +38340,10 @@ export namespace Prisma {
36207
38340
  * Select specific fields to fetch from the RoleCategory
36208
38341
  */
36209
38342
  select?: RoleCategorySelect<ExtArgs> | null
38343
+ /**
38344
+ * Choose, which related nodes to fetch as well
38345
+ */
38346
+ include?: RoleCategoryInclude<ExtArgs> | null
36210
38347
  /**
36211
38348
  * The data needed to update a RoleCategory.
36212
38349
  */
@@ -36239,6 +38376,10 @@ export namespace Prisma {
36239
38376
  * Select specific fields to fetch from the RoleCategory
36240
38377
  */
36241
38378
  select?: RoleCategorySelect<ExtArgs> | null
38379
+ /**
38380
+ * Choose, which related nodes to fetch as well
38381
+ */
38382
+ include?: RoleCategoryInclude<ExtArgs> | null
36242
38383
  /**
36243
38384
  * The filter to search for the RoleCategory to update in case it exists.
36244
38385
  */
@@ -36261,6 +38402,10 @@ export namespace Prisma {
36261
38402
  * Select specific fields to fetch from the RoleCategory
36262
38403
  */
36263
38404
  select?: RoleCategorySelect<ExtArgs> | null
38405
+ /**
38406
+ * Choose, which related nodes to fetch as well
38407
+ */
38408
+ include?: RoleCategoryInclude<ExtArgs> | null
36264
38409
  /**
36265
38410
  * Filter which RoleCategory to delete.
36266
38411
  */
@@ -36305,6 +38450,26 @@ export namespace Prisma {
36305
38450
  options?: InputJsonValue
36306
38451
  }
36307
38452
 
38453
+ /**
38454
+ * RoleCategory.mappedRoleTitles
38455
+ */
38456
+ export type RoleCategory$mappedRoleTitlesArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
38457
+ /**
38458
+ * Select specific fields to fetch from the MapperRoleTitleToRoleCategory
38459
+ */
38460
+ select?: MapperRoleTitleToRoleCategorySelect<ExtArgs> | null
38461
+ /**
38462
+ * Choose, which related nodes to fetch as well
38463
+ */
38464
+ include?: MapperRoleTitleToRoleCategoryInclude<ExtArgs> | null
38465
+ where?: MapperRoleTitleToRoleCategoryWhereInput
38466
+ orderBy?: MapperRoleTitleToRoleCategoryOrderByWithRelationInput | MapperRoleTitleToRoleCategoryOrderByWithRelationInput[]
38467
+ cursor?: MapperRoleTitleToRoleCategoryWhereUniqueInput
38468
+ take?: number
38469
+ skip?: number
38470
+ distinct?: MapperRoleTitleToRoleCategoryScalarFieldEnum | MapperRoleTitleToRoleCategoryScalarFieldEnum[]
38471
+ }
38472
+
36308
38473
  /**
36309
38474
  * RoleCategory without action
36310
38475
  */
@@ -36313,6 +38478,10 @@ export namespace Prisma {
36313
38478
  * Select specific fields to fetch from the RoleCategory
36314
38479
  */
36315
38480
  select?: RoleCategorySelect<ExtArgs> | null
38481
+ /**
38482
+ * Choose, which related nodes to fetch as well
38483
+ */
38484
+ include?: RoleCategoryInclude<ExtArgs> | null
36316
38485
  }
36317
38486
 
36318
38487
 
@@ -40377,6 +42546,8 @@ export namespace Prisma {
40377
42546
  description?: boolean
40378
42547
  name?: boolean
40379
42548
  textId?: boolean
42549
+ MapperIndustryTitleToTalentIndustry?: boolean | TalentIndustry$MapperIndustryTitleToTalentIndustryArgs<ExtArgs>
42550
+ _count?: boolean | TalentIndustryCountOutputTypeDefaultArgs<ExtArgs>
40380
42551
  }, ExtArgs["result"]["talentIndustry"]>
40381
42552
 
40382
42553
 
@@ -40387,10 +42558,16 @@ export namespace Prisma {
40387
42558
  textId?: boolean
40388
42559
  }
40389
42560
 
42561
+ export type TalentIndustryInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
42562
+ MapperIndustryTitleToTalentIndustry?: boolean | TalentIndustry$MapperIndustryTitleToTalentIndustryArgs<ExtArgs>
42563
+ _count?: boolean | TalentIndustryCountOutputTypeDefaultArgs<ExtArgs>
42564
+ }
40390
42565
 
40391
42566
  export type $TalentIndustryPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
40392
42567
  name: "TalentIndustry"
40393
- objects: {}
42568
+ objects: {
42569
+ MapperIndustryTitleToTalentIndustry: Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>[]
42570
+ }
40394
42571
  scalars: $Extensions.GetPayloadResult<{
40395
42572
  id: string
40396
42573
  description: string
@@ -40759,6 +42936,7 @@ export namespace Prisma {
40759
42936
  */
40760
42937
  export interface Prisma__TalentIndustryClient<T, Null = never, ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> extends Prisma.PrismaPromise<T> {
40761
42938
  readonly [Symbol.toStringTag]: "PrismaPromise"
42939
+ MapperIndustryTitleToTalentIndustry<T extends TalentIndustry$MapperIndustryTitleToTalentIndustryArgs<ExtArgs> = {}>(args?: Subset<T, TalentIndustry$MapperIndustryTitleToTalentIndustryArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$MapperIndustryTitleToTalentIndustryPayload<ExtArgs>, T, "findMany"> | Null>
40762
42940
  /**
40763
42941
  * Attaches callbacks for the resolution and/or rejection of the Promise.
40764
42942
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -40804,6 +42982,10 @@ export namespace Prisma {
40804
42982
  * Select specific fields to fetch from the TalentIndustry
40805
42983
  */
40806
42984
  select?: TalentIndustrySelect<ExtArgs> | null
42985
+ /**
42986
+ * Choose, which related nodes to fetch as well
42987
+ */
42988
+ include?: TalentIndustryInclude<ExtArgs> | null
40807
42989
  /**
40808
42990
  * Filter, which TalentIndustry to fetch.
40809
42991
  */
@@ -40818,6 +43000,10 @@ export namespace Prisma {
40818
43000
  * Select specific fields to fetch from the TalentIndustry
40819
43001
  */
40820
43002
  select?: TalentIndustrySelect<ExtArgs> | null
43003
+ /**
43004
+ * Choose, which related nodes to fetch as well
43005
+ */
43006
+ include?: TalentIndustryInclude<ExtArgs> | null
40821
43007
  /**
40822
43008
  * Filter, which TalentIndustry to fetch.
40823
43009
  */
@@ -40832,6 +43018,10 @@ export namespace Prisma {
40832
43018
  * Select specific fields to fetch from the TalentIndustry
40833
43019
  */
40834
43020
  select?: TalentIndustrySelect<ExtArgs> | null
43021
+ /**
43022
+ * Choose, which related nodes to fetch as well
43023
+ */
43024
+ include?: TalentIndustryInclude<ExtArgs> | null
40835
43025
  /**
40836
43026
  * Filter, which TalentIndustry to fetch.
40837
43027
  */
@@ -40876,6 +43066,10 @@ export namespace Prisma {
40876
43066
  * Select specific fields to fetch from the TalentIndustry
40877
43067
  */
40878
43068
  select?: TalentIndustrySelect<ExtArgs> | null
43069
+ /**
43070
+ * Choose, which related nodes to fetch as well
43071
+ */
43072
+ include?: TalentIndustryInclude<ExtArgs> | null
40879
43073
  /**
40880
43074
  * Filter, which TalentIndustry to fetch.
40881
43075
  */
@@ -40920,6 +43114,10 @@ export namespace Prisma {
40920
43114
  * Select specific fields to fetch from the TalentIndustry
40921
43115
  */
40922
43116
  select?: TalentIndustrySelect<ExtArgs> | null
43117
+ /**
43118
+ * Choose, which related nodes to fetch as well
43119
+ */
43120
+ include?: TalentIndustryInclude<ExtArgs> | null
40923
43121
  /**
40924
43122
  * Filter, which TalentIndustries to fetch.
40925
43123
  */
@@ -40959,6 +43157,10 @@ export namespace Prisma {
40959
43157
  * Select specific fields to fetch from the TalentIndustry
40960
43158
  */
40961
43159
  select?: TalentIndustrySelect<ExtArgs> | null
43160
+ /**
43161
+ * Choose, which related nodes to fetch as well
43162
+ */
43163
+ include?: TalentIndustryInclude<ExtArgs> | null
40962
43164
  /**
40963
43165
  * The data needed to create a TalentIndustry.
40964
43166
  */
@@ -40983,6 +43185,10 @@ export namespace Prisma {
40983
43185
  * Select specific fields to fetch from the TalentIndustry
40984
43186
  */
40985
43187
  select?: TalentIndustrySelect<ExtArgs> | null
43188
+ /**
43189
+ * Choose, which related nodes to fetch as well
43190
+ */
43191
+ include?: TalentIndustryInclude<ExtArgs> | null
40986
43192
  /**
40987
43193
  * The data needed to update a TalentIndustry.
40988
43194
  */
@@ -41015,6 +43221,10 @@ export namespace Prisma {
41015
43221
  * Select specific fields to fetch from the TalentIndustry
41016
43222
  */
41017
43223
  select?: TalentIndustrySelect<ExtArgs> | null
43224
+ /**
43225
+ * Choose, which related nodes to fetch as well
43226
+ */
43227
+ include?: TalentIndustryInclude<ExtArgs> | null
41018
43228
  /**
41019
43229
  * The filter to search for the TalentIndustry to update in case it exists.
41020
43230
  */
@@ -41037,6 +43247,10 @@ export namespace Prisma {
41037
43247
  * Select specific fields to fetch from the TalentIndustry
41038
43248
  */
41039
43249
  select?: TalentIndustrySelect<ExtArgs> | null
43250
+ /**
43251
+ * Choose, which related nodes to fetch as well
43252
+ */
43253
+ include?: TalentIndustryInclude<ExtArgs> | null
41040
43254
  /**
41041
43255
  * Filter which TalentIndustry to delete.
41042
43256
  */
@@ -41081,6 +43295,26 @@ export namespace Prisma {
41081
43295
  options?: InputJsonValue
41082
43296
  }
41083
43297
 
43298
+ /**
43299
+ * TalentIndustry.MapperIndustryTitleToTalentIndustry
43300
+ */
43301
+ export type TalentIndustry$MapperIndustryTitleToTalentIndustryArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
43302
+ /**
43303
+ * Select specific fields to fetch from the MapperIndustryTitleToTalentIndustry
43304
+ */
43305
+ select?: MapperIndustryTitleToTalentIndustrySelect<ExtArgs> | null
43306
+ /**
43307
+ * Choose, which related nodes to fetch as well
43308
+ */
43309
+ include?: MapperIndustryTitleToTalentIndustryInclude<ExtArgs> | null
43310
+ where?: MapperIndustryTitleToTalentIndustryWhereInput
43311
+ orderBy?: MapperIndustryTitleToTalentIndustryOrderByWithRelationInput | MapperIndustryTitleToTalentIndustryOrderByWithRelationInput[]
43312
+ cursor?: MapperIndustryTitleToTalentIndustryWhereUniqueInput
43313
+ take?: number
43314
+ skip?: number
43315
+ distinct?: MapperIndustryTitleToTalentIndustryScalarFieldEnum | MapperIndustryTitleToTalentIndustryScalarFieldEnum[]
43316
+ }
43317
+
41084
43318
  /**
41085
43319
  * TalentIndustry without action
41086
43320
  */
@@ -41089,6 +43323,10 @@ export namespace Prisma {
41089
43323
  * Select specific fields to fetch from the TalentIndustry
41090
43324
  */
41091
43325
  select?: TalentIndustrySelect<ExtArgs> | null
43326
+ /**
43327
+ * Choose, which related nodes to fetch as well
43328
+ */
43329
+ include?: TalentIndustryInclude<ExtArgs> | null
41092
43330
  }
41093
43331
 
41094
43332
 
@@ -45034,6 +47272,28 @@ export namespace Prisma {
45034
47272
  export type LinkedInRecommendationScalarFieldEnum = (typeof LinkedInRecommendationScalarFieldEnum)[keyof typeof LinkedInRecommendationScalarFieldEnum]
45035
47273
 
45036
47274
 
47275
+ export const MapperIndustryTitleToTalentIndustryScalarFieldEnum: {
47276
+ id: 'id',
47277
+ industryTitle: 'industryTitle',
47278
+ talentIndustryId: 'talentIndustryId',
47279
+ createdAt: 'createdAt',
47280
+ updatedAt: 'updatedAt'
47281
+ };
47282
+
47283
+ export type MapperIndustryTitleToTalentIndustryScalarFieldEnum = (typeof MapperIndustryTitleToTalentIndustryScalarFieldEnum)[keyof typeof MapperIndustryTitleToTalentIndustryScalarFieldEnum]
47284
+
47285
+
47286
+ export const MapperRoleTitleToRoleCategoryScalarFieldEnum: {
47287
+ id: 'id',
47288
+ roleTitle: 'roleTitle',
47289
+ roleCategoryId: 'roleCategoryId',
47290
+ createdAt: 'createdAt',
47291
+ updatedAt: 'updatedAt'
47292
+ };
47293
+
47294
+ export type MapperRoleTitleToRoleCategoryScalarFieldEnum = (typeof MapperRoleTitleToRoleCategoryScalarFieldEnum)[keyof typeof MapperRoleTitleToRoleCategoryScalarFieldEnum]
47295
+
47296
+
45037
47297
  export const MissionScalarFieldEnum: {
45038
47298
  mid: 'mid',
45039
47299
  accountId: 'accountId',
@@ -47527,6 +49787,116 @@ export namespace Prisma {
47527
49787
  relationship?: StringWithAggregatesFilter<"LinkedInRecommendation"> | string
47528
49788
  }
47529
49789
 
49790
+ export type MapperIndustryTitleToTalentIndustryWhereInput = {
49791
+ AND?: MapperIndustryTitleToTalentIndustryWhereInput | MapperIndustryTitleToTalentIndustryWhereInput[]
49792
+ OR?: MapperIndustryTitleToTalentIndustryWhereInput[]
49793
+ NOT?: MapperIndustryTitleToTalentIndustryWhereInput | MapperIndustryTitleToTalentIndustryWhereInput[]
49794
+ id?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
49795
+ industryTitle?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
49796
+ talentIndustryId?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
49797
+ createdAt?: DateTimeFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string
49798
+ updatedAt?: DateTimeNullableFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string | null
49799
+ talentIndustry?: XOR<TalentIndustryRelationFilter, TalentIndustryWhereInput>
49800
+ }
49801
+
49802
+ export type MapperIndustryTitleToTalentIndustryOrderByWithRelationInput = {
49803
+ id?: SortOrder
49804
+ industryTitle?: SortOrder
49805
+ talentIndustryId?: SortOrder
49806
+ createdAt?: SortOrder
49807
+ updatedAt?: SortOrder
49808
+ talentIndustry?: TalentIndustryOrderByWithRelationInput
49809
+ }
49810
+
49811
+ export type MapperIndustryTitleToTalentIndustryWhereUniqueInput = Prisma.AtLeast<{
49812
+ id?: string
49813
+ industryTitle?: string
49814
+ AND?: MapperIndustryTitleToTalentIndustryWhereInput | MapperIndustryTitleToTalentIndustryWhereInput[]
49815
+ OR?: MapperIndustryTitleToTalentIndustryWhereInput[]
49816
+ NOT?: MapperIndustryTitleToTalentIndustryWhereInput | MapperIndustryTitleToTalentIndustryWhereInput[]
49817
+ talentIndustryId?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
49818
+ createdAt?: DateTimeFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string
49819
+ updatedAt?: DateTimeNullableFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string | null
49820
+ talentIndustry?: XOR<TalentIndustryRelationFilter, TalentIndustryWhereInput>
49821
+ }, "id" | "industryTitle">
49822
+
49823
+ export type MapperIndustryTitleToTalentIndustryOrderByWithAggregationInput = {
49824
+ id?: SortOrder
49825
+ industryTitle?: SortOrder
49826
+ talentIndustryId?: SortOrder
49827
+ createdAt?: SortOrder
49828
+ updatedAt?: SortOrder
49829
+ _count?: MapperIndustryTitleToTalentIndustryCountOrderByAggregateInput
49830
+ _max?: MapperIndustryTitleToTalentIndustryMaxOrderByAggregateInput
49831
+ _min?: MapperIndustryTitleToTalentIndustryMinOrderByAggregateInput
49832
+ }
49833
+
49834
+ export type MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput = {
49835
+ AND?: MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput | MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput[]
49836
+ OR?: MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput[]
49837
+ NOT?: MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput | MapperIndustryTitleToTalentIndustryScalarWhereWithAggregatesInput[]
49838
+ id?: StringWithAggregatesFilter<"MapperIndustryTitleToTalentIndustry"> | string
49839
+ industryTitle?: StringWithAggregatesFilter<"MapperIndustryTitleToTalentIndustry"> | string
49840
+ talentIndustryId?: StringWithAggregatesFilter<"MapperIndustryTitleToTalentIndustry"> | string
49841
+ createdAt?: DateTimeWithAggregatesFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string
49842
+ updatedAt?: DateTimeNullableWithAggregatesFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string | null
49843
+ }
49844
+
49845
+ export type MapperRoleTitleToRoleCategoryWhereInput = {
49846
+ AND?: MapperRoleTitleToRoleCategoryWhereInput | MapperRoleTitleToRoleCategoryWhereInput[]
49847
+ OR?: MapperRoleTitleToRoleCategoryWhereInput[]
49848
+ NOT?: MapperRoleTitleToRoleCategoryWhereInput | MapperRoleTitleToRoleCategoryWhereInput[]
49849
+ id?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
49850
+ roleTitle?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
49851
+ roleCategoryId?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
49852
+ createdAt?: DateTimeFilter<"MapperRoleTitleToRoleCategory"> | Date | string
49853
+ updatedAt?: DateTimeNullableFilter<"MapperRoleTitleToRoleCategory"> | Date | string | null
49854
+ roleCategory?: XOR<RoleCategoryRelationFilter, RoleCategoryWhereInput>
49855
+ }
49856
+
49857
+ export type MapperRoleTitleToRoleCategoryOrderByWithRelationInput = {
49858
+ id?: SortOrder
49859
+ roleTitle?: SortOrder
49860
+ roleCategoryId?: SortOrder
49861
+ createdAt?: SortOrder
49862
+ updatedAt?: SortOrder
49863
+ roleCategory?: RoleCategoryOrderByWithRelationInput
49864
+ }
49865
+
49866
+ export type MapperRoleTitleToRoleCategoryWhereUniqueInput = Prisma.AtLeast<{
49867
+ id?: string
49868
+ roleTitle?: string
49869
+ AND?: MapperRoleTitleToRoleCategoryWhereInput | MapperRoleTitleToRoleCategoryWhereInput[]
49870
+ OR?: MapperRoleTitleToRoleCategoryWhereInput[]
49871
+ NOT?: MapperRoleTitleToRoleCategoryWhereInput | MapperRoleTitleToRoleCategoryWhereInput[]
49872
+ roleCategoryId?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
49873
+ createdAt?: DateTimeFilter<"MapperRoleTitleToRoleCategory"> | Date | string
49874
+ updatedAt?: DateTimeNullableFilter<"MapperRoleTitleToRoleCategory"> | Date | string | null
49875
+ roleCategory?: XOR<RoleCategoryRelationFilter, RoleCategoryWhereInput>
49876
+ }, "id" | "roleTitle">
49877
+
49878
+ export type MapperRoleTitleToRoleCategoryOrderByWithAggregationInput = {
49879
+ id?: SortOrder
49880
+ roleTitle?: SortOrder
49881
+ roleCategoryId?: SortOrder
49882
+ createdAt?: SortOrder
49883
+ updatedAt?: SortOrder
49884
+ _count?: MapperRoleTitleToRoleCategoryCountOrderByAggregateInput
49885
+ _max?: MapperRoleTitleToRoleCategoryMaxOrderByAggregateInput
49886
+ _min?: MapperRoleTitleToRoleCategoryMinOrderByAggregateInput
49887
+ }
49888
+
49889
+ export type MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput = {
49890
+ AND?: MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput | MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput[]
49891
+ OR?: MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput[]
49892
+ NOT?: MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput | MapperRoleTitleToRoleCategoryScalarWhereWithAggregatesInput[]
49893
+ id?: StringWithAggregatesFilter<"MapperRoleTitleToRoleCategory"> | string
49894
+ roleTitle?: StringWithAggregatesFilter<"MapperRoleTitleToRoleCategory"> | string
49895
+ roleCategoryId?: StringWithAggregatesFilter<"MapperRoleTitleToRoleCategory"> | string
49896
+ createdAt?: DateTimeWithAggregatesFilter<"MapperRoleTitleToRoleCategory"> | Date | string
49897
+ updatedAt?: DateTimeNullableWithAggregatesFilter<"MapperRoleTitleToRoleCategory"> | Date | string | null
49898
+ }
49899
+
47530
49900
  export type MissionWhereInput = {
47531
49901
  AND?: MissionWhereInput | MissionWhereInput[]
47532
49902
  OR?: MissionWhereInput[]
@@ -48534,6 +50904,7 @@ export namespace Prisma {
48534
50904
  deletedAt?: DateTimeNullableFilter<"RoleCategory"> | Date | string | null
48535
50905
  group?: StringNullableFilter<"RoleCategory"> | string | null
48536
50906
  talentCategoryIds?: StringNullableListFilter<"RoleCategory">
50907
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryListRelationFilter
48537
50908
  }
48538
50909
 
48539
50910
  export type RoleCategoryOrderByWithRelationInput = {
@@ -48543,6 +50914,7 @@ export namespace Prisma {
48543
50914
  deletedAt?: SortOrder
48544
50915
  group?: SortOrder
48545
50916
  talentCategoryIds?: SortOrder
50917
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryOrderByRelationAggregateInput
48546
50918
  }
48547
50919
 
48548
50920
  export type RoleCategoryWhereUniqueInput = Prisma.AtLeast<{
@@ -48555,6 +50927,7 @@ export namespace Prisma {
48555
50927
  deletedAt?: DateTimeNullableFilter<"RoleCategory"> | Date | string | null
48556
50928
  group?: StringNullableFilter<"RoleCategory"> | string | null
48557
50929
  talentCategoryIds?: StringNullableListFilter<"RoleCategory">
50930
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryListRelationFilter
48558
50931
  }, "id" | "title">
48559
50932
 
48560
50933
  export type RoleCategoryOrderByWithAggregationInput = {
@@ -48898,6 +51271,7 @@ export namespace Prisma {
48898
51271
  description?: StringFilter<"TalentIndustry"> | string
48899
51272
  name?: StringFilter<"TalentIndustry"> | string
48900
51273
  textId?: StringFilter<"TalentIndustry"> | string
51274
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryListRelationFilter
48901
51275
  }
48902
51276
 
48903
51277
  export type TalentIndustryOrderByWithRelationInput = {
@@ -48905,6 +51279,7 @@ export namespace Prisma {
48905
51279
  description?: SortOrder
48906
51280
  name?: SortOrder
48907
51281
  textId?: SortOrder
51282
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryOrderByRelationAggregateInput
48908
51283
  }
48909
51284
 
48910
51285
  export type TalentIndustryWhereUniqueInput = Prisma.AtLeast<{
@@ -48915,6 +51290,7 @@ export namespace Prisma {
48915
51290
  NOT?: TalentIndustryWhereInput | TalentIndustryWhereInput[]
48916
51291
  description?: StringFilter<"TalentIndustry"> | string
48917
51292
  name?: StringFilter<"TalentIndustry"> | string
51293
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryListRelationFilter
48918
51294
  }, "id" | "textId">
48919
51295
 
48920
51296
  export type TalentIndustryOrderByWithAggregationInput = {
@@ -50966,6 +53342,108 @@ export namespace Prisma {
50966
53342
  recommender?: XOR<LinkedInRecommenderUpdateEnvelopeInput, LinkedInRecommenderCreateInput>
50967
53343
  }
50968
53344
 
53345
+ export type MapperIndustryTitleToTalentIndustryCreateInput = {
53346
+ id?: string
53347
+ industryTitle: string
53348
+ createdAt?: Date | string
53349
+ updatedAt?: Date | string | null
53350
+ talentIndustry: TalentIndustryCreateNestedOneWithoutMapperIndustryTitleToTalentIndustryInput
53351
+ }
53352
+
53353
+ export type MapperIndustryTitleToTalentIndustryUncheckedCreateInput = {
53354
+ id?: string
53355
+ industryTitle: string
53356
+ talentIndustryId: string
53357
+ createdAt?: Date | string
53358
+ updatedAt?: Date | string | null
53359
+ }
53360
+
53361
+ export type MapperIndustryTitleToTalentIndustryUpdateInput = {
53362
+ industryTitle?: StringFieldUpdateOperationsInput | string
53363
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53364
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53365
+ talentIndustry?: TalentIndustryUpdateOneRequiredWithoutMapperIndustryTitleToTalentIndustryNestedInput
53366
+ }
53367
+
53368
+ export type MapperIndustryTitleToTalentIndustryUncheckedUpdateInput = {
53369
+ industryTitle?: StringFieldUpdateOperationsInput | string
53370
+ talentIndustryId?: StringFieldUpdateOperationsInput | string
53371
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53372
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53373
+ }
53374
+
53375
+ export type MapperIndustryTitleToTalentIndustryCreateManyInput = {
53376
+ id?: string
53377
+ industryTitle: string
53378
+ talentIndustryId: string
53379
+ createdAt?: Date | string
53380
+ updatedAt?: Date | string | null
53381
+ }
53382
+
53383
+ export type MapperIndustryTitleToTalentIndustryUpdateManyMutationInput = {
53384
+ industryTitle?: StringFieldUpdateOperationsInput | string
53385
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53386
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53387
+ }
53388
+
53389
+ export type MapperIndustryTitleToTalentIndustryUncheckedUpdateManyInput = {
53390
+ industryTitle?: StringFieldUpdateOperationsInput | string
53391
+ talentIndustryId?: StringFieldUpdateOperationsInput | string
53392
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53393
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53394
+ }
53395
+
53396
+ export type MapperRoleTitleToRoleCategoryCreateInput = {
53397
+ id?: string
53398
+ roleTitle: string
53399
+ createdAt?: Date | string
53400
+ updatedAt?: Date | string | null
53401
+ roleCategory: RoleCategoryCreateNestedOneWithoutMappedRoleTitlesInput
53402
+ }
53403
+
53404
+ export type MapperRoleTitleToRoleCategoryUncheckedCreateInput = {
53405
+ id?: string
53406
+ roleTitle: string
53407
+ roleCategoryId: string
53408
+ createdAt?: Date | string
53409
+ updatedAt?: Date | string | null
53410
+ }
53411
+
53412
+ export type MapperRoleTitleToRoleCategoryUpdateInput = {
53413
+ roleTitle?: StringFieldUpdateOperationsInput | string
53414
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53415
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53416
+ roleCategory?: RoleCategoryUpdateOneRequiredWithoutMappedRoleTitlesNestedInput
53417
+ }
53418
+
53419
+ export type MapperRoleTitleToRoleCategoryUncheckedUpdateInput = {
53420
+ roleTitle?: StringFieldUpdateOperationsInput | string
53421
+ roleCategoryId?: StringFieldUpdateOperationsInput | string
53422
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53423
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53424
+ }
53425
+
53426
+ export type MapperRoleTitleToRoleCategoryCreateManyInput = {
53427
+ id?: string
53428
+ roleTitle: string
53429
+ roleCategoryId: string
53430
+ createdAt?: Date | string
53431
+ updatedAt?: Date | string | null
53432
+ }
53433
+
53434
+ export type MapperRoleTitleToRoleCategoryUpdateManyMutationInput = {
53435
+ roleTitle?: StringFieldUpdateOperationsInput | string
53436
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53437
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53438
+ }
53439
+
53440
+ export type MapperRoleTitleToRoleCategoryUncheckedUpdateManyInput = {
53441
+ roleTitle?: StringFieldUpdateOperationsInput | string
53442
+ roleCategoryId?: StringFieldUpdateOperationsInput | string
53443
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
53444
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
53445
+ }
53446
+
50969
53447
  export type MissionCreateInput = {
50970
53448
  mid?: string
50971
53449
  applyStatus?: string | null
@@ -52214,6 +54692,7 @@ export namespace Prisma {
52214
54692
  deletedAt?: Date | string | null
52215
54693
  group?: string | null
52216
54694
  talentCategoryIds?: RoleCategoryCreatetalentCategoryIdsInput | string[]
54695
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryCreateNestedManyWithoutRoleCategoryInput
52217
54696
  }
52218
54697
 
52219
54698
  export type RoleCategoryUncheckedCreateInput = {
@@ -52223,6 +54702,7 @@ export namespace Prisma {
52223
54702
  deletedAt?: Date | string | null
52224
54703
  group?: string | null
52225
54704
  talentCategoryIds?: RoleCategoryCreatetalentCategoryIdsInput | string[]
54705
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryUncheckedCreateNestedManyWithoutRoleCategoryInput
52226
54706
  }
52227
54707
 
52228
54708
  export type RoleCategoryUpdateInput = {
@@ -52231,6 +54711,7 @@ export namespace Prisma {
52231
54711
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
52232
54712
  group?: NullableStringFieldUpdateOperationsInput | string | null
52233
54713
  talentCategoryIds?: RoleCategoryUpdatetalentCategoryIdsInput | string[]
54714
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryUpdateManyWithoutRoleCategoryNestedInput
52234
54715
  }
52235
54716
 
52236
54717
  export type RoleCategoryUncheckedUpdateInput = {
@@ -52239,6 +54720,7 @@ export namespace Prisma {
52239
54720
  deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
52240
54721
  group?: NullableStringFieldUpdateOperationsInput | string | null
52241
54722
  talentCategoryIds?: RoleCategoryUpdatetalentCategoryIdsInput | string[]
54723
+ mappedRoleTitles?: MapperRoleTitleToRoleCategoryUncheckedUpdateManyWithoutRoleCategoryNestedInput
52242
54724
  }
52243
54725
 
52244
54726
  export type RoleCategoryCreateManyInput = {
@@ -52626,6 +55108,7 @@ export namespace Prisma {
52626
55108
  description: string
52627
55109
  name: string
52628
55110
  textId: string
55111
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryCreateNestedManyWithoutTalentIndustryInput
52629
55112
  }
52630
55113
 
52631
55114
  export type TalentIndustryUncheckedCreateInput = {
@@ -52633,18 +55116,21 @@ export namespace Prisma {
52633
55116
  description: string
52634
55117
  name: string
52635
55118
  textId: string
55119
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryUncheckedCreateNestedManyWithoutTalentIndustryInput
52636
55120
  }
52637
55121
 
52638
55122
  export type TalentIndustryUpdateInput = {
52639
55123
  description?: StringFieldUpdateOperationsInput | string
52640
55124
  name?: StringFieldUpdateOperationsInput | string
52641
55125
  textId?: StringFieldUpdateOperationsInput | string
55126
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryUpdateManyWithoutTalentIndustryNestedInput
52642
55127
  }
52643
55128
 
52644
55129
  export type TalentIndustryUncheckedUpdateInput = {
52645
55130
  description?: StringFieldUpdateOperationsInput | string
52646
55131
  name?: StringFieldUpdateOperationsInput | string
52647
55132
  textId?: StringFieldUpdateOperationsInput | string
55133
+ MapperIndustryTitleToTalentIndustry?: MapperIndustryTitleToTalentIndustryUncheckedUpdateManyWithoutTalentIndustryNestedInput
52648
55134
  }
52649
55135
 
52650
55136
  export type TalentIndustryCreateManyInput = {
@@ -54996,6 +57482,64 @@ export namespace Prisma {
54996
57482
  relationship?: SortOrder
54997
57483
  }
54998
57484
 
57485
+ export type TalentIndustryRelationFilter = {
57486
+ is?: TalentIndustryWhereInput
57487
+ isNot?: TalentIndustryWhereInput
57488
+ }
57489
+
57490
+ export type MapperIndustryTitleToTalentIndustryCountOrderByAggregateInput = {
57491
+ id?: SortOrder
57492
+ industryTitle?: SortOrder
57493
+ talentIndustryId?: SortOrder
57494
+ createdAt?: SortOrder
57495
+ updatedAt?: SortOrder
57496
+ }
57497
+
57498
+ export type MapperIndustryTitleToTalentIndustryMaxOrderByAggregateInput = {
57499
+ id?: SortOrder
57500
+ industryTitle?: SortOrder
57501
+ talentIndustryId?: SortOrder
57502
+ createdAt?: SortOrder
57503
+ updatedAt?: SortOrder
57504
+ }
57505
+
57506
+ export type MapperIndustryTitleToTalentIndustryMinOrderByAggregateInput = {
57507
+ id?: SortOrder
57508
+ industryTitle?: SortOrder
57509
+ talentIndustryId?: SortOrder
57510
+ createdAt?: SortOrder
57511
+ updatedAt?: SortOrder
57512
+ }
57513
+
57514
+ export type RoleCategoryRelationFilter = {
57515
+ is?: RoleCategoryWhereInput
57516
+ isNot?: RoleCategoryWhereInput
57517
+ }
57518
+
57519
+ export type MapperRoleTitleToRoleCategoryCountOrderByAggregateInput = {
57520
+ id?: SortOrder
57521
+ roleTitle?: SortOrder
57522
+ roleCategoryId?: SortOrder
57523
+ createdAt?: SortOrder
57524
+ updatedAt?: SortOrder
57525
+ }
57526
+
57527
+ export type MapperRoleTitleToRoleCategoryMaxOrderByAggregateInput = {
57528
+ id?: SortOrder
57529
+ roleTitle?: SortOrder
57530
+ roleCategoryId?: SortOrder
57531
+ createdAt?: SortOrder
57532
+ updatedAt?: SortOrder
57533
+ }
57534
+
57535
+ export type MapperRoleTitleToRoleCategoryMinOrderByAggregateInput = {
57536
+ id?: SortOrder
57537
+ roleTitle?: SortOrder
57538
+ roleCategoryId?: SortOrder
57539
+ createdAt?: SortOrder
57540
+ updatedAt?: SortOrder
57541
+ }
57542
+
54999
57543
  export type MissionsAttachedLinkCompositeListFilter = {
55000
57544
  equals?: MissionsAttachedLinkObjectEqualityInput[]
55001
57545
  every?: MissionsAttachedLinkWhereInput
@@ -56253,6 +58797,16 @@ export namespace Prisma {
56253
58797
  _max?: NestedEnumPlatformRecordedOnFilter<$PrismaModel>
56254
58798
  }
56255
58799
 
58800
+ export type MapperRoleTitleToRoleCategoryListRelationFilter = {
58801
+ every?: MapperRoleTitleToRoleCategoryWhereInput
58802
+ some?: MapperRoleTitleToRoleCategoryWhereInput
58803
+ none?: MapperRoleTitleToRoleCategoryWhereInput
58804
+ }
58805
+
58806
+ export type MapperRoleTitleToRoleCategoryOrderByRelationAggregateInput = {
58807
+ _count?: SortOrder
58808
+ }
58809
+
56256
58810
  export type RoleCategoryCountOrderByAggregateInput = {
56257
58811
  id?: SortOrder
56258
58812
  anchors?: SortOrder
@@ -56590,6 +59144,16 @@ export namespace Prisma {
56590
59144
  deletedAt?: SortOrder
56591
59145
  }
56592
59146
 
59147
+ export type MapperIndustryTitleToTalentIndustryListRelationFilter = {
59148
+ every?: MapperIndustryTitleToTalentIndustryWhereInput
59149
+ some?: MapperIndustryTitleToTalentIndustryWhereInput
59150
+ none?: MapperIndustryTitleToTalentIndustryWhereInput
59151
+ }
59152
+
59153
+ export type MapperIndustryTitleToTalentIndustryOrderByRelationAggregateInput = {
59154
+ _count?: SortOrder
59155
+ }
59156
+
56593
59157
  export type TalentIndustryCountOrderByAggregateInput = {
56594
59158
  id?: SortOrder
56595
59159
  description?: SortOrder
@@ -58696,6 +61260,34 @@ export namespace Prisma {
58696
61260
  update?: XOR<XOR<UserUpdateToOneWithWhereWithoutLinkedInRecommendationsInput, UserUpdateWithoutLinkedInRecommendationsInput>, UserUncheckedUpdateWithoutLinkedInRecommendationsInput>
58697
61261
  }
58698
61262
 
61263
+ export type TalentIndustryCreateNestedOneWithoutMapperIndustryTitleToTalentIndustryInput = {
61264
+ create?: XOR<TalentIndustryCreateWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUncheckedCreateWithoutMapperIndustryTitleToTalentIndustryInput>
61265
+ connectOrCreate?: TalentIndustryCreateOrConnectWithoutMapperIndustryTitleToTalentIndustryInput
61266
+ connect?: TalentIndustryWhereUniqueInput
61267
+ }
61268
+
61269
+ export type TalentIndustryUpdateOneRequiredWithoutMapperIndustryTitleToTalentIndustryNestedInput = {
61270
+ create?: XOR<TalentIndustryCreateWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUncheckedCreateWithoutMapperIndustryTitleToTalentIndustryInput>
61271
+ connectOrCreate?: TalentIndustryCreateOrConnectWithoutMapperIndustryTitleToTalentIndustryInput
61272
+ upsert?: TalentIndustryUpsertWithoutMapperIndustryTitleToTalentIndustryInput
61273
+ connect?: TalentIndustryWhereUniqueInput
61274
+ update?: XOR<XOR<TalentIndustryUpdateToOneWithWhereWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUpdateWithoutMapperIndustryTitleToTalentIndustryInput>, TalentIndustryUncheckedUpdateWithoutMapperIndustryTitleToTalentIndustryInput>
61275
+ }
61276
+
61277
+ export type RoleCategoryCreateNestedOneWithoutMappedRoleTitlesInput = {
61278
+ create?: XOR<RoleCategoryCreateWithoutMappedRoleTitlesInput, RoleCategoryUncheckedCreateWithoutMappedRoleTitlesInput>
61279
+ connectOrCreate?: RoleCategoryCreateOrConnectWithoutMappedRoleTitlesInput
61280
+ connect?: RoleCategoryWhereUniqueInput
61281
+ }
61282
+
61283
+ export type RoleCategoryUpdateOneRequiredWithoutMappedRoleTitlesNestedInput = {
61284
+ create?: XOR<RoleCategoryCreateWithoutMappedRoleTitlesInput, RoleCategoryUncheckedCreateWithoutMappedRoleTitlesInput>
61285
+ connectOrCreate?: RoleCategoryCreateOrConnectWithoutMappedRoleTitlesInput
61286
+ upsert?: RoleCategoryUpsertWithoutMappedRoleTitlesInput
61287
+ connect?: RoleCategoryWhereUniqueInput
61288
+ update?: XOR<XOR<RoleCategoryUpdateToOneWithWhereWithoutMappedRoleTitlesInput, RoleCategoryUpdateWithoutMappedRoleTitlesInput>, RoleCategoryUncheckedUpdateWithoutMappedRoleTitlesInput>
61289
+ }
61290
+
58699
61291
  export type MissionsAttachedLinkListCreateEnvelopeInput = {
58700
61292
  set?: MissionsAttachedLinkCreateInput | MissionsAttachedLinkCreateInput[]
58701
61293
  }
@@ -59839,6 +62431,20 @@ export namespace Prisma {
59839
62431
  set: string[]
59840
62432
  }
59841
62433
 
62434
+ export type MapperRoleTitleToRoleCategoryCreateNestedManyWithoutRoleCategoryInput = {
62435
+ create?: XOR<MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput> | MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput[] | MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput[]
62436
+ connectOrCreate?: MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput[]
62437
+ createMany?: MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInputEnvelope
62438
+ connect?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62439
+ }
62440
+
62441
+ export type MapperRoleTitleToRoleCategoryUncheckedCreateNestedManyWithoutRoleCategoryInput = {
62442
+ create?: XOR<MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput> | MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput[] | MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput[]
62443
+ connectOrCreate?: MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput[]
62444
+ createMany?: MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInputEnvelope
62445
+ connect?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62446
+ }
62447
+
59842
62448
  export type RoleCategoryUpdateanchorsInput = {
59843
62449
  set?: string[]
59844
62450
  push?: string | string[]
@@ -59849,6 +62455,34 @@ export namespace Prisma {
59849
62455
  push?: string | string[]
59850
62456
  }
59851
62457
 
62458
+ export type MapperRoleTitleToRoleCategoryUpdateManyWithoutRoleCategoryNestedInput = {
62459
+ create?: XOR<MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput> | MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput[] | MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput[]
62460
+ connectOrCreate?: MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput[]
62461
+ upsert?: MapperRoleTitleToRoleCategoryUpsertWithWhereUniqueWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryUpsertWithWhereUniqueWithoutRoleCategoryInput[]
62462
+ createMany?: MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInputEnvelope
62463
+ set?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62464
+ disconnect?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62465
+ delete?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62466
+ connect?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62467
+ update?: MapperRoleTitleToRoleCategoryUpdateWithWhereUniqueWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryUpdateWithWhereUniqueWithoutRoleCategoryInput[]
62468
+ updateMany?: MapperRoleTitleToRoleCategoryUpdateManyWithWhereWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryUpdateManyWithWhereWithoutRoleCategoryInput[]
62469
+ deleteMany?: MapperRoleTitleToRoleCategoryScalarWhereInput | MapperRoleTitleToRoleCategoryScalarWhereInput[]
62470
+ }
62471
+
62472
+ export type MapperRoleTitleToRoleCategoryUncheckedUpdateManyWithoutRoleCategoryNestedInput = {
62473
+ create?: XOR<MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput> | MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput[] | MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput[]
62474
+ connectOrCreate?: MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput[]
62475
+ upsert?: MapperRoleTitleToRoleCategoryUpsertWithWhereUniqueWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryUpsertWithWhereUniqueWithoutRoleCategoryInput[]
62476
+ createMany?: MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInputEnvelope
62477
+ set?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62478
+ disconnect?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62479
+ delete?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62480
+ connect?: MapperRoleTitleToRoleCategoryWhereUniqueInput | MapperRoleTitleToRoleCategoryWhereUniqueInput[]
62481
+ update?: MapperRoleTitleToRoleCategoryUpdateWithWhereUniqueWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryUpdateWithWhereUniqueWithoutRoleCategoryInput[]
62482
+ updateMany?: MapperRoleTitleToRoleCategoryUpdateManyWithWhereWithoutRoleCategoryInput | MapperRoleTitleToRoleCategoryUpdateManyWithWhereWithoutRoleCategoryInput[]
62483
+ deleteMany?: MapperRoleTitleToRoleCategoryScalarWhereInput | MapperRoleTitleToRoleCategoryScalarWhereInput[]
62484
+ }
62485
+
59852
62486
  export type RoleHiringCriteriaCreaterequiredSkillsInput = {
59853
62487
  set: string[]
59854
62488
  }
@@ -59976,6 +62610,48 @@ export namespace Prisma {
59976
62610
  push?: string | string[]
59977
62611
  }
59978
62612
 
62613
+ export type MapperIndustryTitleToTalentIndustryCreateNestedManyWithoutTalentIndustryInput = {
62614
+ create?: XOR<MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput> | MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput[] | MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput[]
62615
+ connectOrCreate?: MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput[]
62616
+ createMany?: MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInputEnvelope
62617
+ connect?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62618
+ }
62619
+
62620
+ export type MapperIndustryTitleToTalentIndustryUncheckedCreateNestedManyWithoutTalentIndustryInput = {
62621
+ create?: XOR<MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput> | MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput[] | MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput[]
62622
+ connectOrCreate?: MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput[]
62623
+ createMany?: MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInputEnvelope
62624
+ connect?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62625
+ }
62626
+
62627
+ export type MapperIndustryTitleToTalentIndustryUpdateManyWithoutTalentIndustryNestedInput = {
62628
+ create?: XOR<MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput> | MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput[] | MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput[]
62629
+ connectOrCreate?: MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput[]
62630
+ upsert?: MapperIndustryTitleToTalentIndustryUpsertWithWhereUniqueWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryUpsertWithWhereUniqueWithoutTalentIndustryInput[]
62631
+ createMany?: MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInputEnvelope
62632
+ set?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62633
+ disconnect?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62634
+ delete?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62635
+ connect?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62636
+ update?: MapperIndustryTitleToTalentIndustryUpdateWithWhereUniqueWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryUpdateWithWhereUniqueWithoutTalentIndustryInput[]
62637
+ updateMany?: MapperIndustryTitleToTalentIndustryUpdateManyWithWhereWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryUpdateManyWithWhereWithoutTalentIndustryInput[]
62638
+ deleteMany?: MapperIndustryTitleToTalentIndustryScalarWhereInput | MapperIndustryTitleToTalentIndustryScalarWhereInput[]
62639
+ }
62640
+
62641
+ export type MapperIndustryTitleToTalentIndustryUncheckedUpdateManyWithoutTalentIndustryNestedInput = {
62642
+ create?: XOR<MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput> | MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput[] | MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput[]
62643
+ connectOrCreate?: MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput[]
62644
+ upsert?: MapperIndustryTitleToTalentIndustryUpsertWithWhereUniqueWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryUpsertWithWhereUniqueWithoutTalentIndustryInput[]
62645
+ createMany?: MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInputEnvelope
62646
+ set?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62647
+ disconnect?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62648
+ delete?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62649
+ connect?: MapperIndustryTitleToTalentIndustryWhereUniqueInput | MapperIndustryTitleToTalentIndustryWhereUniqueInput[]
62650
+ update?: MapperIndustryTitleToTalentIndustryUpdateWithWhereUniqueWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryUpdateWithWhereUniqueWithoutTalentIndustryInput[]
62651
+ updateMany?: MapperIndustryTitleToTalentIndustryUpdateManyWithWhereWithoutTalentIndustryInput | MapperIndustryTitleToTalentIndustryUpdateManyWithWhereWithoutTalentIndustryInput[]
62652
+ deleteMany?: MapperIndustryTitleToTalentIndustryScalarWhereInput | MapperIndustryTitleToTalentIndustryScalarWhereInput[]
62653
+ }
62654
+
59979
62655
  export type UserCreatetitlesInput = {
59980
62656
  set: string[]
59981
62657
  }
@@ -67986,6 +70662,98 @@ export namespace Prisma {
67986
70662
  builderWebsitesData?: BuilderWebsitesDataUncheckedUpdateManyWithoutBuilderNestedInput
67987
70663
  }
67988
70664
 
70665
+ export type TalentIndustryCreateWithoutMapperIndustryTitleToTalentIndustryInput = {
70666
+ id?: string
70667
+ description: string
70668
+ name: string
70669
+ textId: string
70670
+ }
70671
+
70672
+ export type TalentIndustryUncheckedCreateWithoutMapperIndustryTitleToTalentIndustryInput = {
70673
+ id?: string
70674
+ description: string
70675
+ name: string
70676
+ textId: string
70677
+ }
70678
+
70679
+ export type TalentIndustryCreateOrConnectWithoutMapperIndustryTitleToTalentIndustryInput = {
70680
+ where: TalentIndustryWhereUniqueInput
70681
+ create: XOR<TalentIndustryCreateWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUncheckedCreateWithoutMapperIndustryTitleToTalentIndustryInput>
70682
+ }
70683
+
70684
+ export type TalentIndustryUpsertWithoutMapperIndustryTitleToTalentIndustryInput = {
70685
+ update: XOR<TalentIndustryUpdateWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUncheckedUpdateWithoutMapperIndustryTitleToTalentIndustryInput>
70686
+ create: XOR<TalentIndustryCreateWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUncheckedCreateWithoutMapperIndustryTitleToTalentIndustryInput>
70687
+ where?: TalentIndustryWhereInput
70688
+ }
70689
+
70690
+ export type TalentIndustryUpdateToOneWithWhereWithoutMapperIndustryTitleToTalentIndustryInput = {
70691
+ where?: TalentIndustryWhereInput
70692
+ data: XOR<TalentIndustryUpdateWithoutMapperIndustryTitleToTalentIndustryInput, TalentIndustryUncheckedUpdateWithoutMapperIndustryTitleToTalentIndustryInput>
70693
+ }
70694
+
70695
+ export type TalentIndustryUpdateWithoutMapperIndustryTitleToTalentIndustryInput = {
70696
+ description?: StringFieldUpdateOperationsInput | string
70697
+ name?: StringFieldUpdateOperationsInput | string
70698
+ textId?: StringFieldUpdateOperationsInput | string
70699
+ }
70700
+
70701
+ export type TalentIndustryUncheckedUpdateWithoutMapperIndustryTitleToTalentIndustryInput = {
70702
+ description?: StringFieldUpdateOperationsInput | string
70703
+ name?: StringFieldUpdateOperationsInput | string
70704
+ textId?: StringFieldUpdateOperationsInput | string
70705
+ }
70706
+
70707
+ export type RoleCategoryCreateWithoutMappedRoleTitlesInput = {
70708
+ id?: string
70709
+ anchors?: RoleCategoryCreateanchorsInput | string[]
70710
+ title: string
70711
+ deletedAt?: Date | string | null
70712
+ group?: string | null
70713
+ talentCategoryIds?: RoleCategoryCreatetalentCategoryIdsInput | string[]
70714
+ }
70715
+
70716
+ export type RoleCategoryUncheckedCreateWithoutMappedRoleTitlesInput = {
70717
+ id?: string
70718
+ anchors?: RoleCategoryCreateanchorsInput | string[]
70719
+ title: string
70720
+ deletedAt?: Date | string | null
70721
+ group?: string | null
70722
+ talentCategoryIds?: RoleCategoryCreatetalentCategoryIdsInput | string[]
70723
+ }
70724
+
70725
+ export type RoleCategoryCreateOrConnectWithoutMappedRoleTitlesInput = {
70726
+ where: RoleCategoryWhereUniqueInput
70727
+ create: XOR<RoleCategoryCreateWithoutMappedRoleTitlesInput, RoleCategoryUncheckedCreateWithoutMappedRoleTitlesInput>
70728
+ }
70729
+
70730
+ export type RoleCategoryUpsertWithoutMappedRoleTitlesInput = {
70731
+ update: XOR<RoleCategoryUpdateWithoutMappedRoleTitlesInput, RoleCategoryUncheckedUpdateWithoutMappedRoleTitlesInput>
70732
+ create: XOR<RoleCategoryCreateWithoutMappedRoleTitlesInput, RoleCategoryUncheckedCreateWithoutMappedRoleTitlesInput>
70733
+ where?: RoleCategoryWhereInput
70734
+ }
70735
+
70736
+ export type RoleCategoryUpdateToOneWithWhereWithoutMappedRoleTitlesInput = {
70737
+ where?: RoleCategoryWhereInput
70738
+ data: XOR<RoleCategoryUpdateWithoutMappedRoleTitlesInput, RoleCategoryUncheckedUpdateWithoutMappedRoleTitlesInput>
70739
+ }
70740
+
70741
+ export type RoleCategoryUpdateWithoutMappedRoleTitlesInput = {
70742
+ anchors?: RoleCategoryUpdateanchorsInput | string[]
70743
+ title?: StringFieldUpdateOperationsInput | string
70744
+ deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
70745
+ group?: NullableStringFieldUpdateOperationsInput | string | null
70746
+ talentCategoryIds?: RoleCategoryUpdatetalentCategoryIdsInput | string[]
70747
+ }
70748
+
70749
+ export type RoleCategoryUncheckedUpdateWithoutMappedRoleTitlesInput = {
70750
+ anchors?: RoleCategoryUpdateanchorsInput | string[]
70751
+ title?: StringFieldUpdateOperationsInput | string
70752
+ deletedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
70753
+ group?: NullableStringFieldUpdateOperationsInput | string | null
70754
+ talentCategoryIds?: RoleCategoryUpdatetalentCategoryIdsInput | string[]
70755
+ }
70756
+
67989
70757
  export type MissionRoleAvailabilityCreateInput = {
67990
70758
  date?: Date | string | null
67991
70759
  scheduledEndDate?: Date | string | null
@@ -71983,6 +74751,56 @@ export namespace Prisma {
71983
74751
  where: CallParticipantWhereInput
71984
74752
  }
71985
74753
 
74754
+ export type MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput = {
74755
+ id?: string
74756
+ roleTitle: string
74757
+ createdAt?: Date | string
74758
+ updatedAt?: Date | string | null
74759
+ }
74760
+
74761
+ export type MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput = {
74762
+ id?: string
74763
+ roleTitle: string
74764
+ createdAt?: Date | string
74765
+ updatedAt?: Date | string | null
74766
+ }
74767
+
74768
+ export type MapperRoleTitleToRoleCategoryCreateOrConnectWithoutRoleCategoryInput = {
74769
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
74770
+ create: XOR<MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput>
74771
+ }
74772
+
74773
+ export type MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInputEnvelope = {
74774
+ data: MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInput | MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInput[]
74775
+ }
74776
+
74777
+ export type MapperRoleTitleToRoleCategoryUpsertWithWhereUniqueWithoutRoleCategoryInput = {
74778
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
74779
+ update: XOR<MapperRoleTitleToRoleCategoryUpdateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedUpdateWithoutRoleCategoryInput>
74780
+ create: XOR<MapperRoleTitleToRoleCategoryCreateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedCreateWithoutRoleCategoryInput>
74781
+ }
74782
+
74783
+ export type MapperRoleTitleToRoleCategoryUpdateWithWhereUniqueWithoutRoleCategoryInput = {
74784
+ where: MapperRoleTitleToRoleCategoryWhereUniqueInput
74785
+ data: XOR<MapperRoleTitleToRoleCategoryUpdateWithoutRoleCategoryInput, MapperRoleTitleToRoleCategoryUncheckedUpdateWithoutRoleCategoryInput>
74786
+ }
74787
+
74788
+ export type MapperRoleTitleToRoleCategoryUpdateManyWithWhereWithoutRoleCategoryInput = {
74789
+ where: MapperRoleTitleToRoleCategoryScalarWhereInput
74790
+ data: XOR<MapperRoleTitleToRoleCategoryUpdateManyMutationInput, MapperRoleTitleToRoleCategoryUncheckedUpdateManyWithoutRoleCategoryInput>
74791
+ }
74792
+
74793
+ export type MapperRoleTitleToRoleCategoryScalarWhereInput = {
74794
+ AND?: MapperRoleTitleToRoleCategoryScalarWhereInput | MapperRoleTitleToRoleCategoryScalarWhereInput[]
74795
+ OR?: MapperRoleTitleToRoleCategoryScalarWhereInput[]
74796
+ NOT?: MapperRoleTitleToRoleCategoryScalarWhereInput | MapperRoleTitleToRoleCategoryScalarWhereInput[]
74797
+ id?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
74798
+ roleTitle?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
74799
+ roleCategoryId?: StringFilter<"MapperRoleTitleToRoleCategory"> | string
74800
+ createdAt?: DateTimeFilter<"MapperRoleTitleToRoleCategory"> | Date | string
74801
+ updatedAt?: DateTimeNullableFilter<"MapperRoleTitleToRoleCategory"> | Date | string | null
74802
+ }
74803
+
71986
74804
  export type CriteriaItemUpdateManyInput = {
71987
74805
  where: CriteriaItemWhereInput
71988
74806
  data: CriteriaItemUpdateInput
@@ -72056,6 +74874,56 @@ export namespace Prisma {
72056
74874
  where: RoleWhereInput
72057
74875
  }
72058
74876
 
74877
+ export type MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput = {
74878
+ id?: string
74879
+ industryTitle: string
74880
+ createdAt?: Date | string
74881
+ updatedAt?: Date | string | null
74882
+ }
74883
+
74884
+ export type MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput = {
74885
+ id?: string
74886
+ industryTitle: string
74887
+ createdAt?: Date | string
74888
+ updatedAt?: Date | string | null
74889
+ }
74890
+
74891
+ export type MapperIndustryTitleToTalentIndustryCreateOrConnectWithoutTalentIndustryInput = {
74892
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
74893
+ create: XOR<MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput>
74894
+ }
74895
+
74896
+ export type MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInputEnvelope = {
74897
+ data: MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInput | MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInput[]
74898
+ }
74899
+
74900
+ export type MapperIndustryTitleToTalentIndustryUpsertWithWhereUniqueWithoutTalentIndustryInput = {
74901
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
74902
+ update: XOR<MapperIndustryTitleToTalentIndustryUpdateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedUpdateWithoutTalentIndustryInput>
74903
+ create: XOR<MapperIndustryTitleToTalentIndustryCreateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedCreateWithoutTalentIndustryInput>
74904
+ }
74905
+
74906
+ export type MapperIndustryTitleToTalentIndustryUpdateWithWhereUniqueWithoutTalentIndustryInput = {
74907
+ where: MapperIndustryTitleToTalentIndustryWhereUniqueInput
74908
+ data: XOR<MapperIndustryTitleToTalentIndustryUpdateWithoutTalentIndustryInput, MapperIndustryTitleToTalentIndustryUncheckedUpdateWithoutTalentIndustryInput>
74909
+ }
74910
+
74911
+ export type MapperIndustryTitleToTalentIndustryUpdateManyWithWhereWithoutTalentIndustryInput = {
74912
+ where: MapperIndustryTitleToTalentIndustryScalarWhereInput
74913
+ data: XOR<MapperIndustryTitleToTalentIndustryUpdateManyMutationInput, MapperIndustryTitleToTalentIndustryUncheckedUpdateManyWithoutTalentIndustryInput>
74914
+ }
74915
+
74916
+ export type MapperIndustryTitleToTalentIndustryScalarWhereInput = {
74917
+ AND?: MapperIndustryTitleToTalentIndustryScalarWhereInput | MapperIndustryTitleToTalentIndustryScalarWhereInput[]
74918
+ OR?: MapperIndustryTitleToTalentIndustryScalarWhereInput[]
74919
+ NOT?: MapperIndustryTitleToTalentIndustryScalarWhereInput | MapperIndustryTitleToTalentIndustryScalarWhereInput[]
74920
+ id?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
74921
+ industryTitle?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
74922
+ talentIndustryId?: StringFilter<"MapperIndustryTitleToTalentIndustry"> | string
74923
+ createdAt?: DateTimeFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string
74924
+ updatedAt?: DateTimeNullableFilter<"MapperIndustryTitleToTalentIndustry"> | Date | string | null
74925
+ }
74926
+
72059
74927
  export type ClientRegistrationCreaterequestRolesInput = {
72060
74928
  set: string[]
72061
74929
  }
@@ -77421,6 +80289,31 @@ export namespace Prisma {
77421
80289
  email?: StringFieldUpdateOperationsInput | string
77422
80290
  }
77423
80291
 
80292
+ export type MapperRoleTitleToRoleCategoryCreateManyRoleCategoryInput = {
80293
+ id?: string
80294
+ roleTitle: string
80295
+ createdAt?: Date | string
80296
+ updatedAt?: Date | string | null
80297
+ }
80298
+
80299
+ export type MapperRoleTitleToRoleCategoryUpdateWithoutRoleCategoryInput = {
80300
+ roleTitle?: StringFieldUpdateOperationsInput | string
80301
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
80302
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80303
+ }
80304
+
80305
+ export type MapperRoleTitleToRoleCategoryUncheckedUpdateWithoutRoleCategoryInput = {
80306
+ roleTitle?: StringFieldUpdateOperationsInput | string
80307
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
80308
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80309
+ }
80310
+
80311
+ export type MapperRoleTitleToRoleCategoryUncheckedUpdateManyWithoutRoleCategoryInput = {
80312
+ roleTitle?: StringFieldUpdateOperationsInput | string
80313
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
80314
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80315
+ }
80316
+
77424
80317
  export type CriteriaItemUpdateInput = {
77425
80318
  id?: StringFieldUpdateOperationsInput | string
77426
80319
  description?: StringFieldUpdateOperationsInput | string
@@ -77478,6 +80371,31 @@ export namespace Prisma {
77478
80371
  category?: StringFieldUpdateOperationsInput | string
77479
80372
  }
77480
80373
 
80374
+ export type MapperIndustryTitleToTalentIndustryCreateManyTalentIndustryInput = {
80375
+ id?: string
80376
+ industryTitle: string
80377
+ createdAt?: Date | string
80378
+ updatedAt?: Date | string | null
80379
+ }
80380
+
80381
+ export type MapperIndustryTitleToTalentIndustryUpdateWithoutTalentIndustryInput = {
80382
+ industryTitle?: StringFieldUpdateOperationsInput | string
80383
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
80384
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80385
+ }
80386
+
80387
+ export type MapperIndustryTitleToTalentIndustryUncheckedUpdateWithoutTalentIndustryInput = {
80388
+ industryTitle?: StringFieldUpdateOperationsInput | string
80389
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
80390
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80391
+ }
80392
+
80393
+ export type MapperIndustryTitleToTalentIndustryUncheckedUpdateManyWithoutTalentIndustryInput = {
80394
+ industryTitle?: StringFieldUpdateOperationsInput | string
80395
+ createdAt?: DateTimeFieldUpdateOperationsInput | Date | string
80396
+ updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
80397
+ }
80398
+
77481
80399
  export type UserTalentSkillAssignmentCreateInput = {
77482
80400
  talentSkillId: string
77483
80401
  rating?: number | null
@@ -81027,6 +83945,14 @@ export namespace Prisma {
81027
83945
  * @deprecated Use ProposalCountOutputTypeDefaultArgs instead
81028
83946
  */
81029
83947
  export type ProposalCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = ProposalCountOutputTypeDefaultArgs<ExtArgs>
83948
+ /**
83949
+ * @deprecated Use RoleCategoryCountOutputTypeDefaultArgs instead
83950
+ */
83951
+ export type RoleCategoryCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = RoleCategoryCountOutputTypeDefaultArgs<ExtArgs>
83952
+ /**
83953
+ * @deprecated Use TalentIndustryCountOutputTypeDefaultArgs instead
83954
+ */
83955
+ export type TalentIndustryCountOutputTypeArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = TalentIndustryCountOutputTypeDefaultArgs<ExtArgs>
81030
83956
  /**
81031
83957
  * @deprecated Use UserCountOutputTypeDefaultArgs instead
81032
83958
  */
@@ -81519,6 +84445,14 @@ export namespace Prisma {
81519
84445
  * @deprecated Use LinkedInRecommendationDefaultArgs instead
81520
84446
  */
81521
84447
  export type LinkedInRecommendationArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = LinkedInRecommendationDefaultArgs<ExtArgs>
84448
+ /**
84449
+ * @deprecated Use MapperIndustryTitleToTalentIndustryDefaultArgs instead
84450
+ */
84451
+ export type MapperIndustryTitleToTalentIndustryArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = MapperIndustryTitleToTalentIndustryDefaultArgs<ExtArgs>
84452
+ /**
84453
+ * @deprecated Use MapperRoleTitleToRoleCategoryDefaultArgs instead
84454
+ */
84455
+ export type MapperRoleTitleToRoleCategoryArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = MapperRoleTitleToRoleCategoryDefaultArgs<ExtArgs>
81522
84456
  /**
81523
84457
  * @deprecated Use MissionDefaultArgs instead
81524
84458
  */