@adaptware/eagles-db 0.5.41 → 0.5.43

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.
Files changed (63) hide show
  1. package/client/edge.js +15 -21
  2. package/client/index-browser.js +9 -14
  3. package/client/index.d.ts +1046 -248
  4. package/client/index.js +20 -26
  5. package/client/package.json +1 -1
  6. package/client/schema.prisma +68 -80
  7. package/client/wasm.js +15 -21
  8. package/package.json +1 -1
  9. package/prisma/.DS_Store +0 -0
  10. package/prisma/schema/.DS_Store +0 -0
  11. package/prisma/schema/applications.prisma +34 -29
  12. package/prisma/schema/document.prisma +1 -0
  13. package/prisma/schema/evaluationPlan.prisma +0 -7
  14. package/prisma/schema/jobApplicationFields.prisma +19 -15
  15. package/prisma/schema/jobApplicationResponse.prisma +7 -5
  16. package/prisma/schema/migrations/.DS_Store +0 -0
  17. package/prisma/schema/migrations/20260826160000_add_application_fit_check_report_document/.DS_Store +0 -0
  18. package/prisma/schema/migrations/20260826160000_add_application_fit_check_report_document/migration.sql +13 -0
  19. package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +0 -25
  20. package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +0 -24
  21. package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +0 -2
  22. package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +0 -9
  23. package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +0 -8
  24. package/prisma/schema/migrations/20260716120000_add_offer_letters/migration.sql +0 -183
  25. package/prisma/schema/migrations/20260716140000_offer_schema_refinements/migration.sql +0 -13
  26. package/prisma/schema/migrations/20260716160000_offer_schema_hardening/migration.sql +0 -95
  27. package/prisma/schema/migrations/20260716180000_offer_letter_template_config/migration.sql +0 -2
  28. package/prisma/schema/migrations/20260716190000_add_evaluation_focus_areas/migration.sql +0 -6
  29. package/prisma/schema/migrations/20260717120000_offer_workflow_approval/migration.sql +0 -30
  30. package/prisma/schema/migrations/20260720120000_offer_letter_template_is_draft/migration.sql +0 -5
  31. package/prisma/schema/migrations/20260720140000_offer_status_split/migration.sql +0 -51
  32. package/prisma/schema/migrations/20260720140001_offer_status_split_backfill/migration.sql +0 -37
  33. package/prisma/schema/migrations/20260722120000_offer_draft_edited_html/migration.sql +0 -13
  34. package/prisma/schema/migrations/20260723150000_offer_withdraw_actor_no_show_reason/migration.sql +0 -10
  35. package/prisma/schema/migrations/20260724120000_open_job_offer_accepted_declined_counts/migration.sql +0 -7
  36. package/prisma/schema/migrations/20260811120000_add_integration_provider_razorpay/migration.sql +0 -6
  37. package/prisma/schema/migrations/20260812120000_add_billing_transactions/migration.sql +0 -49
  38. package/prisma/schema/migrations/20260812130000_drop_billing_transaction_gst_snapshots/migration.sql +0 -3
  39. package/prisma/schema/migrations/20260812180000_billing_transaction_invoice_number/migration.sql +0 -5
  40. package/prisma/schema/migrations/20260813120000_payment_webhooks_gst_refunds/migration.sql +0 -79
  41. package/prisma/schema/migrations/20260813140000_platform_gst_profiles/migration.sql +0 -49
  42. package/prisma/schema/migrations/20260813150000_rename_gst_profiles/migration.sql +0 -53
  43. package/prisma/schema/migrations/20260813160000_remove_gst_billing/migration.sql +0 -16
  44. package/prisma/schema/migrations/20260813170000_billing_licensing_unrecoverable/migration.sql +0 -2
  45. package/prisma/schema/migrations/20260813180000_billing_transaction_payment_method/migration.sql +0 -2
  46. package/prisma/schema/migrations/20260814090000_billing_transaction_purchaser_email/migration.sql +0 -2
  47. package/prisma/schema/migrations/20260816100000_billing_product_organisations/migration.sql +0 -35
  48. package/prisma/schema/migrations/20260816120000_merge_billing_product_organisations/migration.sql +0 -25
  49. package/prisma/schema/migrations/20260817120000_billing_payment_mismatch/migration.sql +0 -7
  50. package/prisma/schema/migrations/20260819120000_billing_product_prices/migration.sql +0 -62
  51. package/prisma/schema/migrations/20260819140000_billing_exchange_rates/migration.sql +0 -25
  52. package/prisma/schema/migrations/20260820120000_billing_transaction_failure_category/migration.sql +0 -31
  53. package/prisma/schema/migrations/20260820130000_backfill_billing_transaction_failure_details/migration.sql +0 -23
  54. package/prisma/schema/migrations/20260820140000_drop_billing_product_price_overrides/migration.sql +0 -2
  55. package/prisma/schema/migrations/20260821120000_drop_billing_product_and_mock_licensing/migration.sql +0 -38
  56. package/prisma/schema/migrations/20260824120000_billing_transaction_purchase_display_name/migration.sql +0 -2
  57. package/prisma/schema/migrations/20260831120000_user_communication_email/migration.sql +0 -6
  58. package/prisma/schema/migrations/20260901143000_assessment_question_bank_state/migration.sql +0 -15
  59. package/prisma/schema/migrations/20260902120000_question_category_two_values/migration.sql +0 -16
  60. package/prisma/schema/migrations/20260902143000_question_bank_item_key/migration.sql +0 -17
  61. package/prisma/schema/migrations/20260903120000_split_round_type_assessment/migration.sql +0 -9
  62. package/prisma/schema/migrations/20260904110000_restore_round_type_assessment_enum/migration.sql +0 -5
  63. package/prisma/schema/migrations/20260904120000_revert_wrong_split_assessment_round_types/migration.sql +0 -42
package/client/index.d.ts CHANGED
@@ -865,8 +865,6 @@ export type CriteriaScope = (typeof CriteriaScope)[keyof typeof CriteriaScope]
865
865
 
866
866
  export const RoundType: {
867
867
  ASSESSMENT: 'ASSESSMENT',
868
- GENERAL_APTITUDE_ASSESSMENT: 'GENERAL_APTITUDE_ASSESSMENT',
869
- DOMAIN_KNOWLEDGE_ASSESSMENT: 'DOMAIN_KNOWLEDGE_ASSESSMENT',
870
868
  INTERVIEW: 'INTERVIEW',
871
869
  ASSIGNMENT: 'ASSIGNMENT',
872
870
  SCREENING: 'SCREENING'
@@ -1315,14 +1313,6 @@ export const Difficulty: {
1315
1313
  export type Difficulty = (typeof Difficulty)[keyof typeof Difficulty]
1316
1314
 
1317
1315
 
1318
- export const QuestionCategory: {
1319
- GENERAL_APTITUDE: 'GENERAL_APTITUDE',
1320
- DOMAIN_KNOWLEDGE: 'DOMAIN_KNOWLEDGE'
1321
- };
1322
-
1323
- export type QuestionCategory = (typeof QuestionCategory)[keyof typeof QuestionCategory]
1324
-
1325
-
1326
1316
  export const OpenJobClosureType: {
1327
1317
  FILLED: 'FILLED',
1328
1318
  CANCELLED: 'CANCELLED'
@@ -1670,10 +1660,6 @@ export type Difficulty = $Enums.Difficulty
1670
1660
 
1671
1661
  export const Difficulty: typeof $Enums.Difficulty
1672
1662
 
1673
- export type QuestionCategory = $Enums.QuestionCategory
1674
-
1675
- export const QuestionCategory: typeof $Enums.QuestionCategory
1676
-
1677
1663
  export type OpenJobClosureType = $Enums.OpenJobClosureType
1678
1664
 
1679
1665
  export const OpenJobClosureType: typeof $Enums.OpenJobClosureType
@@ -22222,6 +22208,8 @@ export namespace Prisma {
22222
22208
  created_by: string | null
22223
22209
  updated_by: string | null
22224
22210
  is_active: boolean | null
22211
+ fit_check_report_document_id: string | null
22212
+ fit_check_report_updated_flag: boolean | null
22225
22213
  }
22226
22214
 
22227
22215
  export type ApplicationMaxAggregateOutputType = {
@@ -22254,6 +22242,8 @@ export namespace Prisma {
22254
22242
  created_by: string | null
22255
22243
  updated_by: string | null
22256
22244
  is_active: boolean | null
22245
+ fit_check_report_document_id: string | null
22246
+ fit_check_report_updated_flag: boolean | null
22257
22247
  }
22258
22248
 
22259
22249
  export type ApplicationCountAggregateOutputType = {
@@ -22286,6 +22276,9 @@ export namespace Prisma {
22286
22276
  created_by: number
22287
22277
  updated_by: number
22288
22278
  is_active: number
22279
+ fit_check_report_document_id: number
22280
+ fit_check_report_updated_flag: number
22281
+ fit_check_report_data: number
22289
22282
  _all: number
22290
22283
  }
22291
22284
 
@@ -22330,6 +22323,8 @@ export namespace Prisma {
22330
22323
  created_by?: true
22331
22324
  updated_by?: true
22332
22325
  is_active?: true
22326
+ fit_check_report_document_id?: true
22327
+ fit_check_report_updated_flag?: true
22333
22328
  }
22334
22329
 
22335
22330
  export type ApplicationMaxAggregateInputType = {
@@ -22362,6 +22357,8 @@ export namespace Prisma {
22362
22357
  created_by?: true
22363
22358
  updated_by?: true
22364
22359
  is_active?: true
22360
+ fit_check_report_document_id?: true
22361
+ fit_check_report_updated_flag?: true
22365
22362
  }
22366
22363
 
22367
22364
  export type ApplicationCountAggregateInputType = {
@@ -22394,6 +22391,9 @@ export namespace Prisma {
22394
22391
  created_by?: true
22395
22392
  updated_by?: true
22396
22393
  is_active?: true
22394
+ fit_check_report_document_id?: true
22395
+ fit_check_report_updated_flag?: true
22396
+ fit_check_report_data?: true
22397
22397
  _all?: true
22398
22398
  }
22399
22399
 
@@ -22513,6 +22513,9 @@ export namespace Prisma {
22513
22513
  created_by: string
22514
22514
  updated_by: string
22515
22515
  is_active: boolean
22516
+ fit_check_report_document_id: string | null
22517
+ fit_check_report_updated_flag: boolean
22518
+ fit_check_report_data: JsonValue | null
22516
22519
  _count: ApplicationCountAggregateOutputType | null
22517
22520
  _avg: ApplicationAvgAggregateOutputType | null
22518
22521
  _sum: ApplicationSumAggregateOutputType | null
@@ -22564,6 +22567,9 @@ export namespace Prisma {
22564
22567
  created_by?: boolean
22565
22568
  updated_by?: boolean
22566
22569
  is_active?: boolean
22570
+ fit_check_report_document_id?: boolean
22571
+ fit_check_report_updated_flag?: boolean
22572
+ fit_check_report_data?: boolean
22567
22573
  evaluation_plan?: boolean | Application$evaluation_planArgs<ExtArgs>
22568
22574
  candidate?: boolean | UserDefaultArgs<ExtArgs>
22569
22575
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
@@ -22581,6 +22587,7 @@ export namespace Prisma {
22581
22587
  communication_messages?: boolean | Application$communication_messagesArgs<ExtArgs>
22582
22588
  job_application_responses?: boolean | Application$job_application_responsesArgs<ExtArgs>
22583
22589
  offer?: boolean | Application$offerArgs<ExtArgs>
22590
+ fit_check_report_document?: boolean | Application$fit_check_report_documentArgs<ExtArgs>
22584
22591
  _count?: boolean | ApplicationCountOutputTypeDefaultArgs<ExtArgs>
22585
22592
  }, ExtArgs["result"]["application"]>
22586
22593
 
@@ -22614,6 +22621,9 @@ export namespace Prisma {
22614
22621
  created_by?: boolean
22615
22622
  updated_by?: boolean
22616
22623
  is_active?: boolean
22624
+ fit_check_report_document_id?: boolean
22625
+ fit_check_report_updated_flag?: boolean
22626
+ fit_check_report_data?: boolean
22617
22627
  evaluation_plan?: boolean | Application$evaluation_planArgs<ExtArgs>
22618
22628
  candidate?: boolean | UserDefaultArgs<ExtArgs>
22619
22629
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
@@ -22621,6 +22631,7 @@ export namespace Prisma {
22621
22631
  job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
22622
22632
  recruiter?: boolean | Application$recruiterArgs<ExtArgs>
22623
22633
  source?: boolean | Application$sourceArgs<ExtArgs>
22634
+ fit_check_report_document?: boolean | Application$fit_check_report_documentArgs<ExtArgs>
22624
22635
  }, ExtArgs["result"]["application"]>
22625
22636
 
22626
22637
  export type ApplicationSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
@@ -22653,6 +22664,9 @@ export namespace Prisma {
22653
22664
  created_by?: boolean
22654
22665
  updated_by?: boolean
22655
22666
  is_active?: boolean
22667
+ fit_check_report_document_id?: boolean
22668
+ fit_check_report_updated_flag?: boolean
22669
+ fit_check_report_data?: boolean
22656
22670
  evaluation_plan?: boolean | Application$evaluation_planArgs<ExtArgs>
22657
22671
  candidate?: boolean | UserDefaultArgs<ExtArgs>
22658
22672
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
@@ -22660,6 +22674,7 @@ export namespace Prisma {
22660
22674
  job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
22661
22675
  recruiter?: boolean | Application$recruiterArgs<ExtArgs>
22662
22676
  source?: boolean | Application$sourceArgs<ExtArgs>
22677
+ fit_check_report_document?: boolean | Application$fit_check_report_documentArgs<ExtArgs>
22663
22678
  }, ExtArgs["result"]["application"]>
22664
22679
 
22665
22680
  export type ApplicationSelectScalar = {
@@ -22692,9 +22707,12 @@ export namespace Prisma {
22692
22707
  created_by?: boolean
22693
22708
  updated_by?: boolean
22694
22709
  is_active?: boolean
22710
+ fit_check_report_document_id?: boolean
22711
+ fit_check_report_updated_flag?: boolean
22712
+ fit_check_report_data?: boolean
22695
22713
  }
22696
22714
 
22697
- export type ApplicationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "candidate_id" | "resume_id" | "job_description_id" | "evaluation_plan_id" | "recruiter_id" | "source_id" | "fit_check_score" | "applied_at" | "round_no" | "is_jaf_completed" | "proceed_to_next_round" | "evaluationComment" | "is_flagged" | "flag_comment" | "flagged_at" | "flagged_by" | "unflag_comment" | "unflagged_at" | "unflagged_by" | "fit_check_status" | "status" | "offer_substatus" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active", ExtArgs["result"]["application"]>
22715
+ export type ApplicationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "candidate_id" | "resume_id" | "job_description_id" | "evaluation_plan_id" | "recruiter_id" | "source_id" | "fit_check_score" | "applied_at" | "round_no" | "is_jaf_completed" | "proceed_to_next_round" | "evaluationComment" | "is_flagged" | "flag_comment" | "flagged_at" | "flagged_by" | "unflag_comment" | "unflagged_at" | "unflagged_by" | "fit_check_status" | "status" | "offer_substatus" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "fit_check_report_document_id" | "fit_check_report_updated_flag" | "fit_check_report_data", ExtArgs["result"]["application"]>
22698
22716
  export type ApplicationInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
22699
22717
  evaluation_plan?: boolean | Application$evaluation_planArgs<ExtArgs>
22700
22718
  candidate?: boolean | UserDefaultArgs<ExtArgs>
@@ -22713,6 +22731,7 @@ export namespace Prisma {
22713
22731
  communication_messages?: boolean | Application$communication_messagesArgs<ExtArgs>
22714
22732
  job_application_responses?: boolean | Application$job_application_responsesArgs<ExtArgs>
22715
22733
  offer?: boolean | Application$offerArgs<ExtArgs>
22734
+ fit_check_report_document?: boolean | Application$fit_check_report_documentArgs<ExtArgs>
22716
22735
  _count?: boolean | ApplicationCountOutputTypeDefaultArgs<ExtArgs>
22717
22736
  }
22718
22737
  export type ApplicationIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -22723,6 +22742,7 @@ export namespace Prisma {
22723
22742
  job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
22724
22743
  recruiter?: boolean | Application$recruiterArgs<ExtArgs>
22725
22744
  source?: boolean | Application$sourceArgs<ExtArgs>
22745
+ fit_check_report_document?: boolean | Application$fit_check_report_documentArgs<ExtArgs>
22726
22746
  }
22727
22747
  export type ApplicationIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
22728
22748
  evaluation_plan?: boolean | Application$evaluation_planArgs<ExtArgs>
@@ -22732,6 +22752,7 @@ export namespace Prisma {
22732
22752
  job_description?: boolean | JobDescriptionDefaultArgs<ExtArgs>
22733
22753
  recruiter?: boolean | Application$recruiterArgs<ExtArgs>
22734
22754
  source?: boolean | Application$sourceArgs<ExtArgs>
22755
+ fit_check_report_document?: boolean | Application$fit_check_report_documentArgs<ExtArgs>
22735
22756
  }
22736
22757
 
22737
22758
  export type $ApplicationPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -22757,6 +22778,7 @@ export namespace Prisma {
22757
22778
  communication_messages: Prisma.$CommunicationMessagePayload<ExtArgs>[]
22758
22779
  job_application_responses: Prisma.$JobApplicationResponsePayload<ExtArgs>[]
22759
22780
  offer: Prisma.$OfferPayload<ExtArgs> | null
22781
+ fit_check_report_document: Prisma.$DocumentPayload<ExtArgs> | null
22760
22782
  }
22761
22783
  scalars: $Extensions.GetPayloadResult<{
22762
22784
  /**
@@ -22806,6 +22828,9 @@ export namespace Prisma {
22806
22828
  created_by: string
22807
22829
  updated_by: string
22808
22830
  is_active: boolean
22831
+ fit_check_report_document_id: string | null
22832
+ fit_check_report_updated_flag: boolean
22833
+ fit_check_report_data: Prisma.JsonValue | null
22809
22834
  }, ExtArgs["result"]["application"]>
22810
22835
  composites: {}
22811
22836
  }
@@ -23217,6 +23242,7 @@ export namespace Prisma {
23217
23242
  communication_messages<T extends Application$communication_messagesArgs<ExtArgs> = {}>(args?: Subset<T, Application$communication_messagesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$CommunicationMessagePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
23218
23243
  job_application_responses<T extends Application$job_application_responsesArgs<ExtArgs> = {}>(args?: Subset<T, Application$job_application_responsesArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$JobApplicationResponsePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
23219
23244
  offer<T extends Application$offerArgs<ExtArgs> = {}>(args?: Subset<T, Application$offerArgs<ExtArgs>>): Prisma__OfferClient<$Result.GetResult<Prisma.$OfferPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
23245
+ fit_check_report_document<T extends Application$fit_check_report_documentArgs<ExtArgs> = {}>(args?: Subset<T, Application$fit_check_report_documentArgs<ExtArgs>>): Prisma__DocumentClient<$Result.GetResult<Prisma.$DocumentPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
23220
23246
  /**
23221
23247
  * Attaches callbacks for the resolution and/or rejection of the Promise.
23222
23248
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -23275,6 +23301,9 @@ export namespace Prisma {
23275
23301
  readonly created_by: FieldRef<"Application", 'String'>
23276
23302
  readonly updated_by: FieldRef<"Application", 'String'>
23277
23303
  readonly is_active: FieldRef<"Application", 'Boolean'>
23304
+ readonly fit_check_report_document_id: FieldRef<"Application", 'String'>
23305
+ readonly fit_check_report_updated_flag: FieldRef<"Application", 'Boolean'>
23306
+ readonly fit_check_report_data: FieldRef<"Application", 'Json'>
23278
23307
  }
23279
23308
 
23280
23309
 
@@ -23957,6 +23986,25 @@ export namespace Prisma {
23957
23986
  where?: OfferWhereInput
23958
23987
  }
23959
23988
 
23989
+ /**
23990
+ * Application.fit_check_report_document
23991
+ */
23992
+ export type Application$fit_check_report_documentArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
23993
+ /**
23994
+ * Select specific fields to fetch from the Document
23995
+ */
23996
+ select?: DocumentSelect<ExtArgs> | null
23997
+ /**
23998
+ * Omit specific fields from the Document
23999
+ */
24000
+ omit?: DocumentOmit<ExtArgs> | null
24001
+ /**
24002
+ * Choose, which related nodes to fetch as well
24003
+ */
24004
+ include?: DocumentInclude<ExtArgs> | null
24005
+ where?: DocumentWhereInput
24006
+ }
24007
+
23960
24008
  /**
23961
24009
  * Application without action
23962
24010
  */
@@ -26615,7 +26663,6 @@ export namespace Prisma {
26615
26663
  created_by: number
26616
26664
  updated_by: number
26617
26665
  is_active: number
26618
- generation_state: number
26619
26666
  _all: number
26620
26667
  }
26621
26668
 
@@ -26672,7 +26719,6 @@ export namespace Prisma {
26672
26719
  created_by?: true
26673
26720
  updated_by?: true
26674
26721
  is_active?: true
26675
- generation_state?: true
26676
26722
  _all?: true
26677
26723
  }
26678
26724
 
@@ -26774,7 +26820,6 @@ export namespace Prisma {
26774
26820
  created_by: string
26775
26821
  updated_by: string
26776
26822
  is_active: boolean
26777
- generation_state: JsonValue | null
26778
26823
  _count: AssessmentLibraryCountAggregateOutputType | null
26779
26824
  _avg: AssessmentLibraryAvgAggregateOutputType | null
26780
26825
  _sum: AssessmentLibrarySumAggregateOutputType | null
@@ -26808,7 +26853,6 @@ export namespace Prisma {
26808
26853
  created_by?: boolean
26809
26854
  updated_by?: boolean
26810
26855
  is_active?: boolean
26811
- generation_state?: boolean
26812
26856
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
26813
26857
  questions?: boolean | AssessmentLibrary$questionsArgs<ExtArgs>
26814
26858
  assessments?: boolean | AssessmentLibrary$assessmentsArgs<ExtArgs>
@@ -26828,7 +26872,6 @@ export namespace Prisma {
26828
26872
  created_by?: boolean
26829
26873
  updated_by?: boolean
26830
26874
  is_active?: boolean
26831
- generation_state?: boolean
26832
26875
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
26833
26876
  }, ExtArgs["result"]["assessmentLibrary"]>
26834
26877
 
@@ -26844,7 +26887,6 @@ export namespace Prisma {
26844
26887
  created_by?: boolean
26845
26888
  updated_by?: boolean
26846
26889
  is_active?: boolean
26847
- generation_state?: boolean
26848
26890
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
26849
26891
  }, ExtArgs["result"]["assessmentLibrary"]>
26850
26892
 
@@ -26860,10 +26902,9 @@ export namespace Prisma {
26860
26902
  created_by?: boolean
26861
26903
  updated_by?: boolean
26862
26904
  is_active?: boolean
26863
- generation_state?: boolean
26864
26905
  }
26865
26906
 
26866
- export type AssessmentLibraryOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "title" | "time_required" | "passing_score" | "max_score" | "organisation_id" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "generation_state", ExtArgs["result"]["assessmentLibrary"]>
26907
+ export type AssessmentLibraryOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "title" | "time_required" | "passing_score" | "max_score" | "organisation_id" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active", ExtArgs["result"]["assessmentLibrary"]>
26867
26908
  export type AssessmentLibraryInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
26868
26909
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
26869
26910
  questions?: boolean | AssessmentLibrary$questionsArgs<ExtArgs>
@@ -26898,10 +26939,6 @@ export namespace Prisma {
26898
26939
  created_by: string
26899
26940
  updated_by: string
26900
26941
  is_active: boolean
26901
- /**
26902
- * Frozen question plan, batch cursor, and bank-generation status (JSON).
26903
- */
26904
- generation_state: Prisma.JsonValue | null
26905
26942
  }, ExtArgs["result"]["assessmentLibrary"]>
26906
26943
  composites: {}
26907
26944
  }
@@ -27340,7 +27377,6 @@ export namespace Prisma {
27340
27377
  readonly created_by: FieldRef<"AssessmentLibrary", 'String'>
27341
27378
  readonly updated_by: FieldRef<"AssessmentLibrary", 'String'>
27342
27379
  readonly is_active: FieldRef<"AssessmentLibrary", 'Boolean'>
27343
- readonly generation_state: FieldRef<"AssessmentLibrary", 'Json'>
27344
27380
  }
27345
27381
 
27346
27382
 
@@ -52679,6 +52715,7 @@ export namespace Prisma {
52679
52715
  offer_letters?: boolean | Document$offer_lettersArgs<ExtArgs>
52680
52716
  offer_letter_template_snapshots?: boolean | Document$offer_letter_template_snapshotsArgs<ExtArgs>
52681
52717
  offer_draft_edited_html?: boolean | Document$offer_draft_edited_htmlArgs<ExtArgs>
52718
+ application_fit_check_report?: boolean | Document$application_fit_check_reportArgs<ExtArgs>
52682
52719
  _count?: boolean | DocumentCountOutputTypeDefaultArgs<ExtArgs>
52683
52720
  }, ExtArgs["result"]["document"]>
52684
52721
 
@@ -52764,6 +52801,7 @@ export namespace Prisma {
52764
52801
  offer_letters?: boolean | Document$offer_lettersArgs<ExtArgs>
52765
52802
  offer_letter_template_snapshots?: boolean | Document$offer_letter_template_snapshotsArgs<ExtArgs>
52766
52803
  offer_draft_edited_html?: boolean | Document$offer_draft_edited_htmlArgs<ExtArgs>
52804
+ application_fit_check_report?: boolean | Document$application_fit_check_reportArgs<ExtArgs>
52767
52805
  _count?: boolean | DocumentCountOutputTypeDefaultArgs<ExtArgs>
52768
52806
  }
52769
52807
  export type DocumentIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -52794,6 +52832,7 @@ export namespace Prisma {
52794
52832
  offer_letters: Prisma.$OfferLetterPayload<ExtArgs>[]
52795
52833
  offer_letter_template_snapshots: Prisma.$OfferLetterPayload<ExtArgs>[]
52796
52834
  offer_draft_edited_html: Prisma.$OfferPayload<ExtArgs>[]
52835
+ application_fit_check_report: Prisma.$ApplicationPayload<ExtArgs> | null
52797
52836
  }
52798
52837
  scalars: $Extensions.GetPayloadResult<{
52799
52838
  id: string
@@ -53223,6 +53262,7 @@ export namespace Prisma {
53223
53262
  offer_letters<T extends Document$offer_lettersArgs<ExtArgs> = {}>(args?: Subset<T, Document$offer_lettersArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$OfferLetterPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
53224
53263
  offer_letter_template_snapshots<T extends Document$offer_letter_template_snapshotsArgs<ExtArgs> = {}>(args?: Subset<T, Document$offer_letter_template_snapshotsArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$OfferLetterPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
53225
53264
  offer_draft_edited_html<T extends Document$offer_draft_edited_htmlArgs<ExtArgs> = {}>(args?: Subset<T, Document$offer_draft_edited_htmlArgs<ExtArgs>>): Prisma.PrismaPromise<$Result.GetResult<Prisma.$OfferPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
53265
+ application_fit_check_report<T extends Document$application_fit_check_reportArgs<ExtArgs> = {}>(args?: Subset<T, Document$application_fit_check_reportArgs<ExtArgs>>): Prisma__ApplicationClient<$Result.GetResult<Prisma.$ApplicationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
53226
53266
  /**
53227
53267
  * Attaches callbacks for the resolution and/or rejection of the Promise.
53228
53268
  * @param onfulfilled The callback to execute when the Promise is resolved.
@@ -53998,6 +54038,25 @@ export namespace Prisma {
53998
54038
  distinct?: OfferScalarFieldEnum | OfferScalarFieldEnum[]
53999
54039
  }
54000
54040
 
54041
+ /**
54042
+ * Document.application_fit_check_report
54043
+ */
54044
+ export type Document$application_fit_check_reportArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
54045
+ /**
54046
+ * Select specific fields to fetch from the Application
54047
+ */
54048
+ select?: ApplicationSelect<ExtArgs> | null
54049
+ /**
54050
+ * Omit specific fields from the Application
54051
+ */
54052
+ omit?: ApplicationOmit<ExtArgs> | null
54053
+ /**
54054
+ * Choose, which related nodes to fetch as well
54055
+ */
54056
+ include?: ApplicationInclude<ExtArgs> | null
54057
+ where?: ApplicationWhereInput
54058
+ }
54059
+
54001
54060
  /**
54002
54061
  * Document without action
54003
54062
  */
@@ -80540,10 +80599,20 @@ export namespace Prisma {
80540
80599
 
80541
80600
  export type AggregateJobApplicationField = {
80542
80601
  _count: JobApplicationFieldCountAggregateOutputType | null
80602
+ _avg: JobApplicationFieldAvgAggregateOutputType | null
80603
+ _sum: JobApplicationFieldSumAggregateOutputType | null
80543
80604
  _min: JobApplicationFieldMinAggregateOutputType | null
80544
80605
  _max: JobApplicationFieldMaxAggregateOutputType | null
80545
80606
  }
80546
80607
 
80608
+ export type JobApplicationFieldAvgAggregateOutputType = {
80609
+ order_no: number | null
80610
+ }
80611
+
80612
+ export type JobApplicationFieldSumAggregateOutputType = {
80613
+ order_no: number | null
80614
+ }
80615
+
80547
80616
  export type JobApplicationFieldMinAggregateOutputType = {
80548
80617
  id: string | null
80549
80618
  organisation_id: string | null
@@ -80558,6 +80627,7 @@ export namespace Prisma {
80558
80627
  updated_by: string | null
80559
80628
  created_at: Date | null
80560
80629
  updated_at: Date | null
80630
+ order_no: number | null
80561
80631
  }
80562
80632
 
80563
80633
  export type JobApplicationFieldMaxAggregateOutputType = {
@@ -80574,6 +80644,7 @@ export namespace Prisma {
80574
80644
  updated_by: string | null
80575
80645
  created_at: Date | null
80576
80646
  updated_at: Date | null
80647
+ order_no: number | null
80577
80648
  }
80578
80649
 
80579
80650
  export type JobApplicationFieldCountAggregateOutputType = {
@@ -80591,10 +80662,19 @@ export namespace Prisma {
80591
80662
  updated_by: number
80592
80663
  created_at: number
80593
80664
  updated_at: number
80665
+ order_no: number
80594
80666
  _all: number
80595
80667
  }
80596
80668
 
80597
80669
 
80670
+ export type JobApplicationFieldAvgAggregateInputType = {
80671
+ order_no?: true
80672
+ }
80673
+
80674
+ export type JobApplicationFieldSumAggregateInputType = {
80675
+ order_no?: true
80676
+ }
80677
+
80598
80678
  export type JobApplicationFieldMinAggregateInputType = {
80599
80679
  id?: true
80600
80680
  organisation_id?: true
@@ -80609,6 +80689,7 @@ export namespace Prisma {
80609
80689
  updated_by?: true
80610
80690
  created_at?: true
80611
80691
  updated_at?: true
80692
+ order_no?: true
80612
80693
  }
80613
80694
 
80614
80695
  export type JobApplicationFieldMaxAggregateInputType = {
@@ -80625,6 +80706,7 @@ export namespace Prisma {
80625
80706
  updated_by?: true
80626
80707
  created_at?: true
80627
80708
  updated_at?: true
80709
+ order_no?: true
80628
80710
  }
80629
80711
 
80630
80712
  export type JobApplicationFieldCountAggregateInputType = {
@@ -80642,6 +80724,7 @@ export namespace Prisma {
80642
80724
  updated_by?: true
80643
80725
  created_at?: true
80644
80726
  updated_at?: true
80727
+ order_no?: true
80645
80728
  _all?: true
80646
80729
  }
80647
80730
 
@@ -80680,6 +80763,18 @@ export namespace Prisma {
80680
80763
  * Count returned JobApplicationFields
80681
80764
  **/
80682
80765
  _count?: true | JobApplicationFieldCountAggregateInputType
80766
+ /**
80767
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
80768
+ *
80769
+ * Select which fields to average
80770
+ **/
80771
+ _avg?: JobApplicationFieldAvgAggregateInputType
80772
+ /**
80773
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
80774
+ *
80775
+ * Select which fields to sum
80776
+ **/
80777
+ _sum?: JobApplicationFieldSumAggregateInputType
80683
80778
  /**
80684
80779
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
80685
80780
  *
@@ -80713,6 +80808,8 @@ export namespace Prisma {
80713
80808
  take?: number
80714
80809
  skip?: number
80715
80810
  _count?: JobApplicationFieldCountAggregateInputType | true
80811
+ _avg?: JobApplicationFieldAvgAggregateInputType
80812
+ _sum?: JobApplicationFieldSumAggregateInputType
80716
80813
  _min?: JobApplicationFieldMinAggregateInputType
80717
80814
  _max?: JobApplicationFieldMaxAggregateInputType
80718
80815
  }
@@ -80732,7 +80829,10 @@ export namespace Prisma {
80732
80829
  updated_by: string
80733
80830
  created_at: Date
80734
80831
  updated_at: Date
80832
+ order_no: number | null
80735
80833
  _count: JobApplicationFieldCountAggregateOutputType | null
80834
+ _avg: JobApplicationFieldAvgAggregateOutputType | null
80835
+ _sum: JobApplicationFieldSumAggregateOutputType | null
80736
80836
  _min: JobApplicationFieldMinAggregateOutputType | null
80737
80837
  _max: JobApplicationFieldMaxAggregateOutputType | null
80738
80838
  }
@@ -80766,6 +80866,7 @@ export namespace Prisma {
80766
80866
  updated_by?: boolean
80767
80867
  created_at?: boolean
80768
80868
  updated_at?: boolean
80869
+ order_no?: boolean
80769
80870
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
80770
80871
  job_application_template?: boolean | JobApplicationTemplateDefaultArgs<ExtArgs>
80771
80872
  job_application_responses?: boolean | JobApplicationField$job_application_responsesArgs<ExtArgs>
@@ -80787,6 +80888,7 @@ export namespace Prisma {
80787
80888
  updated_by?: boolean
80788
80889
  created_at?: boolean
80789
80890
  updated_at?: boolean
80891
+ order_no?: boolean
80790
80892
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
80791
80893
  job_application_template?: boolean | JobApplicationTemplateDefaultArgs<ExtArgs>
80792
80894
  }, ExtArgs["result"]["jobApplicationField"]>
@@ -80806,6 +80908,7 @@ export namespace Prisma {
80806
80908
  updated_by?: boolean
80807
80909
  created_at?: boolean
80808
80910
  updated_at?: boolean
80911
+ order_no?: boolean
80809
80912
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
80810
80913
  job_application_template?: boolean | JobApplicationTemplateDefaultArgs<ExtArgs>
80811
80914
  }, ExtArgs["result"]["jobApplicationField"]>
@@ -80825,9 +80928,10 @@ export namespace Prisma {
80825
80928
  updated_by?: boolean
80826
80929
  created_at?: boolean
80827
80930
  updated_at?: boolean
80931
+ order_no?: boolean
80828
80932
  }
80829
80933
 
80830
- export type JobApplicationFieldOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "template_id" | "field_type" | "label" | "description" | "is_mandatory" | "is_draft" | "options" | "is_active" | "created_by" | "updated_by" | "created_at" | "updated_at", ExtArgs["result"]["jobApplicationField"]>
80934
+ export type JobApplicationFieldOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "template_id" | "field_type" | "label" | "description" | "is_mandatory" | "is_draft" | "options" | "is_active" | "created_by" | "updated_by" | "created_at" | "updated_at" | "order_no", ExtArgs["result"]["jobApplicationField"]>
80831
80935
  export type JobApplicationFieldInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
80832
80936
  organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
80833
80937
  job_application_template?: boolean | JobApplicationTemplateDefaultArgs<ExtArgs>
@@ -80880,6 +80984,10 @@ export namespace Prisma {
80880
80984
  updated_by: string
80881
80985
  created_at: Date
80882
80986
  updated_at: Date
80987
+ /**
80988
+ * order of question
80989
+ */
80990
+ order_no: number | null
80883
80991
  }, ExtArgs["result"]["jobApplicationField"]>
80884
80992
  composites: {}
80885
80993
  }
@@ -81320,6 +81428,7 @@ export namespace Prisma {
81320
81428
  readonly updated_by: FieldRef<"JobApplicationField", 'String'>
81321
81429
  readonly created_at: FieldRef<"JobApplicationField", 'DateTime'>
81322
81430
  readonly updated_at: FieldRef<"JobApplicationField", 'DateTime'>
81431
+ readonly order_no: FieldRef<"JobApplicationField", 'Int'>
81323
81432
  }
81324
81433
 
81325
81434
 
@@ -81764,10 +81873,20 @@ export namespace Prisma {
81764
81873
 
81765
81874
  export type AggregateJobApplicationResponse = {
81766
81875
  _count: JobApplicationResponseCountAggregateOutputType | null
81876
+ _avg: JobApplicationResponseAvgAggregateOutputType | null
81877
+ _sum: JobApplicationResponseSumAggregateOutputType | null
81767
81878
  _min: JobApplicationResponseMinAggregateOutputType | null
81768
81879
  _max: JobApplicationResponseMaxAggregateOutputType | null
81769
81880
  }
81770
81881
 
81882
+ export type JobApplicationResponseAvgAggregateOutputType = {
81883
+ order_no: number | null
81884
+ }
81885
+
81886
+ export type JobApplicationResponseSumAggregateOutputType = {
81887
+ order_no: number | null
81888
+ }
81889
+
81771
81890
  export type JobApplicationResponseMinAggregateOutputType = {
81772
81891
  id: string | null
81773
81892
  application_id: string | null
@@ -81785,6 +81904,7 @@ export namespace Prisma {
81785
81904
  created_by: string | null
81786
81905
  updated_by: string | null
81787
81906
  is_active: boolean | null
81907
+ order_no: number | null
81788
81908
  }
81789
81909
 
81790
81910
  export type JobApplicationResponseMaxAggregateOutputType = {
@@ -81804,6 +81924,7 @@ export namespace Prisma {
81804
81924
  created_by: string | null
81805
81925
  updated_by: string | null
81806
81926
  is_active: boolean | null
81927
+ order_no: number | null
81807
81928
  }
81808
81929
 
81809
81930
  export type JobApplicationResponseCountAggregateOutputType = {
@@ -81825,10 +81946,19 @@ export namespace Prisma {
81825
81946
  created_by: number
81826
81947
  updated_by: number
81827
81948
  is_active: number
81949
+ order_no: number
81828
81950
  _all: number
81829
81951
  }
81830
81952
 
81831
81953
 
81954
+ export type JobApplicationResponseAvgAggregateInputType = {
81955
+ order_no?: true
81956
+ }
81957
+
81958
+ export type JobApplicationResponseSumAggregateInputType = {
81959
+ order_no?: true
81960
+ }
81961
+
81832
81962
  export type JobApplicationResponseMinAggregateInputType = {
81833
81963
  id?: true
81834
81964
  application_id?: true
@@ -81846,6 +81976,7 @@ export namespace Prisma {
81846
81976
  created_by?: true
81847
81977
  updated_by?: true
81848
81978
  is_active?: true
81979
+ order_no?: true
81849
81980
  }
81850
81981
 
81851
81982
  export type JobApplicationResponseMaxAggregateInputType = {
@@ -81865,6 +81996,7 @@ export namespace Prisma {
81865
81996
  created_by?: true
81866
81997
  updated_by?: true
81867
81998
  is_active?: true
81999
+ order_no?: true
81868
82000
  }
81869
82001
 
81870
82002
  export type JobApplicationResponseCountAggregateInputType = {
@@ -81886,6 +82018,7 @@ export namespace Prisma {
81886
82018
  created_by?: true
81887
82019
  updated_by?: true
81888
82020
  is_active?: true
82021
+ order_no?: true
81889
82022
  _all?: true
81890
82023
  }
81891
82024
 
@@ -81924,6 +82057,18 @@ export namespace Prisma {
81924
82057
  * Count returned JobApplicationResponses
81925
82058
  **/
81926
82059
  _count?: true | JobApplicationResponseCountAggregateInputType
82060
+ /**
82061
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
82062
+ *
82063
+ * Select which fields to average
82064
+ **/
82065
+ _avg?: JobApplicationResponseAvgAggregateInputType
82066
+ /**
82067
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
82068
+ *
82069
+ * Select which fields to sum
82070
+ **/
82071
+ _sum?: JobApplicationResponseSumAggregateInputType
81927
82072
  /**
81928
82073
  * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
81929
82074
  *
@@ -81957,6 +82102,8 @@ export namespace Prisma {
81957
82102
  take?: number
81958
82103
  skip?: number
81959
82104
  _count?: JobApplicationResponseCountAggregateInputType | true
82105
+ _avg?: JobApplicationResponseAvgAggregateInputType
82106
+ _sum?: JobApplicationResponseSumAggregateInputType
81960
82107
  _min?: JobApplicationResponseMinAggregateInputType
81961
82108
  _max?: JobApplicationResponseMaxAggregateInputType
81962
82109
  }
@@ -81980,7 +82127,10 @@ export namespace Prisma {
81980
82127
  created_by: string
81981
82128
  updated_by: string
81982
82129
  is_active: boolean
82130
+ order_no: number | null
81983
82131
  _count: JobApplicationResponseCountAggregateOutputType | null
82132
+ _avg: JobApplicationResponseAvgAggregateOutputType | null
82133
+ _sum: JobApplicationResponseSumAggregateOutputType | null
81984
82134
  _min: JobApplicationResponseMinAggregateOutputType | null
81985
82135
  _max: JobApplicationResponseMaxAggregateOutputType | null
81986
82136
  }
@@ -82018,6 +82168,7 @@ export namespace Prisma {
82018
82168
  created_by?: boolean
82019
82169
  updated_by?: boolean
82020
82170
  is_active?: boolean
82171
+ order_no?: boolean
82021
82172
  application?: boolean | ApplicationDefaultArgs<ExtArgs>
82022
82173
  field?: boolean | JobApplicationResponse$fieldArgs<ExtArgs>
82023
82174
  document?: boolean | JobApplicationResponse$documentArgs<ExtArgs>
@@ -82042,6 +82193,7 @@ export namespace Prisma {
82042
82193
  created_by?: boolean
82043
82194
  updated_by?: boolean
82044
82195
  is_active?: boolean
82196
+ order_no?: boolean
82045
82197
  application?: boolean | ApplicationDefaultArgs<ExtArgs>
82046
82198
  field?: boolean | JobApplicationResponse$fieldArgs<ExtArgs>
82047
82199
  document?: boolean | JobApplicationResponse$documentArgs<ExtArgs>
@@ -82066,6 +82218,7 @@ export namespace Prisma {
82066
82218
  created_by?: boolean
82067
82219
  updated_by?: boolean
82068
82220
  is_active?: boolean
82221
+ order_no?: boolean
82069
82222
  application?: boolean | ApplicationDefaultArgs<ExtArgs>
82070
82223
  field?: boolean | JobApplicationResponse$fieldArgs<ExtArgs>
82071
82224
  document?: boolean | JobApplicationResponse$documentArgs<ExtArgs>
@@ -82090,9 +82243,10 @@ export namespace Prisma {
82090
82243
  created_by?: boolean
82091
82244
  updated_by?: boolean
82092
82245
  is_active?: boolean
82246
+ order_no?: boolean
82093
82247
  }
82094
82248
 
82095
- export type JobApplicationResponseOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "application_id" | "job_application_field_id" | "document_id" | "response" | "field_type" | "label" | "description" | "is_mandatory" | "is_draft" | "is_submitted" | "options" | "updated_by_organisation" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active", ExtArgs["result"]["jobApplicationResponse"]>
82249
+ export type JobApplicationResponseOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "application_id" | "job_application_field_id" | "document_id" | "response" | "field_type" | "label" | "description" | "is_mandatory" | "is_draft" | "is_submitted" | "options" | "updated_by_organisation" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "order_no", ExtArgs["result"]["jobApplicationResponse"]>
82096
82250
  export type JobApplicationResponseInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
82097
82251
  application?: boolean | ApplicationDefaultArgs<ExtArgs>
82098
82252
  field?: boolean | JobApplicationResponse$fieldArgs<ExtArgs>
@@ -82153,6 +82307,7 @@ export namespace Prisma {
82153
82307
  created_by: string
82154
82308
  updated_by: string
82155
82309
  is_active: boolean
82310
+ order_no: number | null
82156
82311
  }, ExtArgs["result"]["jobApplicationResponse"]>
82157
82312
  composites: {}
82158
82313
  }
@@ -82597,6 +82752,7 @@ export namespace Prisma {
82597
82752
  readonly created_by: FieldRef<"JobApplicationResponse", 'String'>
82598
82753
  readonly updated_by: FieldRef<"JobApplicationResponse", 'String'>
82599
82754
  readonly is_active: FieldRef<"JobApplicationResponse", 'Boolean'>
82755
+ readonly order_no: FieldRef<"JobApplicationResponse", 'Int'>
82600
82756
  }
82601
82757
 
82602
82758
 
@@ -122301,8 +122457,6 @@ export namespace Prisma {
122301
122457
  evaluation_plan_id: string | null
122302
122458
  candidate_id: string | null
122303
122459
  skill: string | null
122304
- category: $Enums.QuestionCategory | null
122305
- bank_item_key: string | null
122306
122460
  question: string | null
122307
122461
  answer: string | null
122308
122462
  max_score: number | null
@@ -122320,8 +122474,6 @@ export namespace Prisma {
122320
122474
  evaluation_plan_id: string | null
122321
122475
  candidate_id: string | null
122322
122476
  skill: string | null
122323
- category: $Enums.QuestionCategory | null
122324
- bank_item_key: string | null
122325
122477
  question: string | null
122326
122478
  answer: string | null
122327
122479
  max_score: number | null
@@ -122339,8 +122491,6 @@ export namespace Prisma {
122339
122491
  evaluation_plan_id: number
122340
122492
  candidate_id: number
122341
122493
  skill: number
122342
- category: number
122343
- bank_item_key: number
122344
122494
  question: number
122345
122495
  answer: number
122346
122496
  options: number
@@ -122369,8 +122519,6 @@ export namespace Prisma {
122369
122519
  evaluation_plan_id?: true
122370
122520
  candidate_id?: true
122371
122521
  skill?: true
122372
- category?: true
122373
- bank_item_key?: true
122374
122522
  question?: true
122375
122523
  answer?: true
122376
122524
  max_score?: true
@@ -122388,8 +122536,6 @@ export namespace Prisma {
122388
122536
  evaluation_plan_id?: true
122389
122537
  candidate_id?: true
122390
122538
  skill?: true
122391
- category?: true
122392
- bank_item_key?: true
122393
122539
  question?: true
122394
122540
  answer?: true
122395
122541
  max_score?: true
@@ -122407,8 +122553,6 @@ export namespace Prisma {
122407
122553
  evaluation_plan_id?: true
122408
122554
  candidate_id?: true
122409
122555
  skill?: true
122410
- category?: true
122411
- bank_item_key?: true
122412
122556
  question?: true
122413
122557
  answer?: true
122414
122558
  options?: true
@@ -122514,8 +122658,6 @@ export namespace Prisma {
122514
122658
  evaluation_plan_id: string | null
122515
122659
  candidate_id: string | null
122516
122660
  skill: string | null
122517
- category: $Enums.QuestionCategory | null
122518
- bank_item_key: string | null
122519
122661
  question: string
122520
122662
  answer: string
122521
122663
  options: string[]
@@ -122553,8 +122695,6 @@ export namespace Prisma {
122553
122695
  evaluation_plan_id?: boolean
122554
122696
  candidate_id?: boolean
122555
122697
  skill?: boolean
122556
- category?: boolean
122557
- bank_item_key?: boolean
122558
122698
  question?: boolean
122559
122699
  answer?: boolean
122560
122700
  options?: boolean
@@ -122579,8 +122719,6 @@ export namespace Prisma {
122579
122719
  evaluation_plan_id?: boolean
122580
122720
  candidate_id?: boolean
122581
122721
  skill?: boolean
122582
- category?: boolean
122583
- bank_item_key?: boolean
122584
122722
  question?: boolean
122585
122723
  answer?: boolean
122586
122724
  options?: boolean
@@ -122602,8 +122740,6 @@ export namespace Prisma {
122602
122740
  evaluation_plan_id?: boolean
122603
122741
  candidate_id?: boolean
122604
122742
  skill?: boolean
122605
- category?: boolean
122606
- bank_item_key?: boolean
122607
122743
  question?: boolean
122608
122744
  answer?: boolean
122609
122745
  options?: boolean
@@ -122625,8 +122761,6 @@ export namespace Prisma {
122625
122761
  evaluation_plan_id?: boolean
122626
122762
  candidate_id?: boolean
122627
122763
  skill?: boolean
122628
- category?: boolean
122629
- bank_item_key?: boolean
122630
122764
  question?: boolean
122631
122765
  answer?: boolean
122632
122766
  options?: boolean
@@ -122639,7 +122773,7 @@ export namespace Prisma {
122639
122773
  is_active?: boolean
122640
122774
  }
122641
122775
 
122642
- export type QuestionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "assessment_library_id" | "evaluation_plan_id" | "candidate_id" | "skill" | "category" | "bank_item_key" | "question" | "answer" | "options" | "max_score" | "difficulty" | "created_by" | "updated_by" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["question"]>
122776
+ export type QuestionOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "assessment_library_id" | "evaluation_plan_id" | "candidate_id" | "skill" | "question" | "answer" | "options" | "max_score" | "difficulty" | "created_by" | "updated_by" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["question"]>
122643
122777
  export type QuestionInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
122644
122778
  candidate?: boolean | Question$candidateArgs<ExtArgs>
122645
122779
  assessments?: boolean | Question$assessmentsArgs<ExtArgs>
@@ -122674,11 +122808,6 @@ export namespace Prisma {
122674
122808
  evaluation_plan_id: string | null
122675
122809
  candidate_id: string | null
122676
122810
  skill: string | null
122677
- category: $Enums.QuestionCategory | null
122678
- /**
122679
- * Stable idempotency key for reusable bank rows: `{generationSeed}:{planSlot}`.
122680
- */
122681
- bank_item_key: string | null
122682
122811
  question: string
122683
122812
  answer: string
122684
122813
  options: string[]
@@ -123122,8 +123251,6 @@ export namespace Prisma {
123122
123251
  readonly evaluation_plan_id: FieldRef<"Question", 'String'>
123123
123252
  readonly candidate_id: FieldRef<"Question", 'String'>
123124
123253
  readonly skill: FieldRef<"Question", 'String'>
123125
- readonly category: FieldRef<"Question", 'QuestionCategory'>
123126
- readonly bank_item_key: FieldRef<"Question", 'String'>
123127
123254
  readonly question: FieldRef<"Question", 'String'>
123128
123255
  readonly answer: FieldRef<"Question", 'String'>
123129
123256
  readonly options: FieldRef<"Question", 'String[]'>
@@ -150624,7 +150751,10 @@ export namespace Prisma {
150624
150751
  updated_at: 'updated_at',
150625
150752
  created_by: 'created_by',
150626
150753
  updated_by: 'updated_by',
150627
- is_active: 'is_active'
150754
+ is_active: 'is_active',
150755
+ fit_check_report_document_id: 'fit_check_report_document_id',
150756
+ fit_check_report_updated_flag: 'fit_check_report_updated_flag',
150757
+ fit_check_report_data: 'fit_check_report_data'
150628
150758
  };
150629
150759
 
150630
150760
  export type ApplicationScalarFieldEnum = (typeof ApplicationScalarFieldEnum)[keyof typeof ApplicationScalarFieldEnum]
@@ -150681,8 +150811,7 @@ export namespace Prisma {
150681
150811
  updated_at: 'updated_at',
150682
150812
  created_by: 'created_by',
150683
150813
  updated_by: 'updated_by',
150684
- is_active: 'is_active',
150685
- generation_state: 'generation_state'
150814
+ is_active: 'is_active'
150686
150815
  };
150687
150816
 
150688
150817
  export type AssessmentLibraryScalarFieldEnum = (typeof AssessmentLibraryScalarFieldEnum)[keyof typeof AssessmentLibraryScalarFieldEnum]
@@ -151742,7 +151871,8 @@ export namespace Prisma {
151742
151871
  created_by: 'created_by',
151743
151872
  updated_by: 'updated_by',
151744
151873
  created_at: 'created_at',
151745
- updated_at: 'updated_at'
151874
+ updated_at: 'updated_at',
151875
+ order_no: 'order_no'
151746
151876
  };
151747
151877
 
151748
151878
  export type JobApplicationFieldScalarFieldEnum = (typeof JobApplicationFieldScalarFieldEnum)[keyof typeof JobApplicationFieldScalarFieldEnum]
@@ -151766,7 +151896,8 @@ export namespace Prisma {
151766
151896
  updated_at: 'updated_at',
151767
151897
  created_by: 'created_by',
151768
151898
  updated_by: 'updated_by',
151769
- is_active: 'is_active'
151899
+ is_active: 'is_active',
151900
+ order_no: 'order_no'
151770
151901
  };
151771
151902
 
151772
151903
  export type JobApplicationResponseScalarFieldEnum = (typeof JobApplicationResponseScalarFieldEnum)[keyof typeof JobApplicationResponseScalarFieldEnum]
@@ -152476,8 +152607,6 @@ export namespace Prisma {
152476
152607
  evaluation_plan_id: 'evaluation_plan_id',
152477
152608
  candidate_id: 'candidate_id',
152478
152609
  skill: 'skill',
152479
- category: 'category',
152480
- bank_item_key: 'bank_item_key',
152481
152610
  question: 'question',
152482
152611
  answer: 'answer',
152483
152612
  options: 'options',
@@ -154042,20 +154171,6 @@ export namespace Prisma {
154042
154171
 
154043
154172
 
154044
154173
 
154045
- /**
154046
- * Reference to a field of type 'QuestionCategory'
154047
- */
154048
- export type EnumQuestionCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'QuestionCategory'>
154049
-
154050
-
154051
-
154052
- /**
154053
- * Reference to a field of type 'QuestionCategory[]'
154054
- */
154055
- export type ListEnumQuestionCategoryFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'QuestionCategory[]'>
154056
-
154057
-
154058
-
154059
154174
  /**
154060
154175
  * Reference to a field of type 'Difficulty'
154061
154176
  */
@@ -154973,6 +155088,9 @@ export namespace Prisma {
154973
155088
  created_by?: StringFilter<"Application"> | string
154974
155089
  updated_by?: StringFilter<"Application"> | string
154975
155090
  is_active?: BoolFilter<"Application"> | boolean
155091
+ fit_check_report_document_id?: StringNullableFilter<"Application"> | string | null
155092
+ fit_check_report_updated_flag?: BoolFilter<"Application"> | boolean
155093
+ fit_check_report_data?: JsonNullableFilter<"Application">
154976
155094
  evaluation_plan?: XOR<EvaluationPlanNullableScalarRelationFilter, EvaluationPlanWhereInput> | null
154977
155095
  candidate?: XOR<UserScalarRelationFilter, UserWhereInput>
154978
155096
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
@@ -154990,6 +155108,7 @@ export namespace Prisma {
154990
155108
  communication_messages?: CommunicationMessageListRelationFilter
154991
155109
  job_application_responses?: JobApplicationResponseListRelationFilter
154992
155110
  offer?: XOR<OfferNullableScalarRelationFilter, OfferWhereInput> | null
155111
+ fit_check_report_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
154993
155112
  }
154994
155113
 
154995
155114
  export type ApplicationOrderByWithRelationInput = {
@@ -155022,6 +155141,9 @@ export namespace Prisma {
155022
155141
  created_by?: SortOrder
155023
155142
  updated_by?: SortOrder
155024
155143
  is_active?: SortOrder
155144
+ fit_check_report_document_id?: SortOrderInput | SortOrder
155145
+ fit_check_report_updated_flag?: SortOrder
155146
+ fit_check_report_data?: SortOrderInput | SortOrder
155025
155147
  evaluation_plan?: EvaluationPlanOrderByWithRelationInput
155026
155148
  candidate?: UserOrderByWithRelationInput
155027
155149
  organisation?: OrganisationOrderByWithRelationInput
@@ -155039,10 +155161,12 @@ export namespace Prisma {
155039
155161
  communication_messages?: CommunicationMessageOrderByRelationAggregateInput
155040
155162
  job_application_responses?: JobApplicationResponseOrderByRelationAggregateInput
155041
155163
  offer?: OfferOrderByWithRelationInput
155164
+ fit_check_report_document?: DocumentOrderByWithRelationInput
155042
155165
  }
155043
155166
 
155044
155167
  export type ApplicationWhereUniqueInput = Prisma.AtLeast<{
155045
155168
  id?: string
155169
+ fit_check_report_document_id?: string
155046
155170
  candidate_id_job_description_id?: ApplicationCandidate_idJob_description_idCompoundUniqueInput
155047
155171
  AND?: ApplicationWhereInput | ApplicationWhereInput[]
155048
155172
  OR?: ApplicationWhereInput[]
@@ -155075,6 +155199,8 @@ export namespace Prisma {
155075
155199
  created_by?: StringFilter<"Application"> | string
155076
155200
  updated_by?: StringFilter<"Application"> | string
155077
155201
  is_active?: BoolFilter<"Application"> | boolean
155202
+ fit_check_report_updated_flag?: BoolFilter<"Application"> | boolean
155203
+ fit_check_report_data?: JsonNullableFilter<"Application">
155078
155204
  evaluation_plan?: XOR<EvaluationPlanNullableScalarRelationFilter, EvaluationPlanWhereInput> | null
155079
155205
  candidate?: XOR<UserScalarRelationFilter, UserWhereInput>
155080
155206
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
@@ -155092,7 +155218,8 @@ export namespace Prisma {
155092
155218
  communication_messages?: CommunicationMessageListRelationFilter
155093
155219
  job_application_responses?: JobApplicationResponseListRelationFilter
155094
155220
  offer?: XOR<OfferNullableScalarRelationFilter, OfferWhereInput> | null
155095
- }, "id" | "candidate_id_job_description_id">
155221
+ fit_check_report_document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
155222
+ }, "id" | "fit_check_report_document_id" | "candidate_id_job_description_id">
155096
155223
 
155097
155224
  export type ApplicationOrderByWithAggregationInput = {
155098
155225
  id?: SortOrder
@@ -155124,6 +155251,9 @@ export namespace Prisma {
155124
155251
  created_by?: SortOrder
155125
155252
  updated_by?: SortOrder
155126
155253
  is_active?: SortOrder
155254
+ fit_check_report_document_id?: SortOrderInput | SortOrder
155255
+ fit_check_report_updated_flag?: SortOrder
155256
+ fit_check_report_data?: SortOrderInput | SortOrder
155127
155257
  _count?: ApplicationCountOrderByAggregateInput
155128
155258
  _avg?: ApplicationAvgOrderByAggregateInput
155129
155259
  _max?: ApplicationMaxOrderByAggregateInput
@@ -155164,6 +155294,9 @@ export namespace Prisma {
155164
155294
  created_by?: StringWithAggregatesFilter<"Application"> | string
155165
155295
  updated_by?: StringWithAggregatesFilter<"Application"> | string
155166
155296
  is_active?: BoolWithAggregatesFilter<"Application"> | boolean
155297
+ fit_check_report_document_id?: StringNullableWithAggregatesFilter<"Application"> | string | null
155298
+ fit_check_report_updated_flag?: BoolWithAggregatesFilter<"Application"> | boolean
155299
+ fit_check_report_data?: JsonNullableWithAggregatesFilter<"Application">
155167
155300
  }
155168
155301
 
155169
155302
  export type ApprovalWhereInput = {
@@ -155411,7 +155544,6 @@ export namespace Prisma {
155411
155544
  created_by?: StringFilter<"AssessmentLibrary"> | string
155412
155545
  updated_by?: StringFilter<"AssessmentLibrary"> | string
155413
155546
  is_active?: BoolFilter<"AssessmentLibrary"> | boolean
155414
- generation_state?: JsonNullableFilter<"AssessmentLibrary">
155415
155547
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
155416
155548
  questions?: QuestionListRelationFilter
155417
155549
  assessments?: AssessmentListRelationFilter
@@ -155430,7 +155562,6 @@ export namespace Prisma {
155430
155562
  created_by?: SortOrder
155431
155563
  updated_by?: SortOrder
155432
155564
  is_active?: SortOrder
155433
- generation_state?: SortOrderInput | SortOrder
155434
155565
  organisation?: OrganisationOrderByWithRelationInput
155435
155566
  questions?: QuestionOrderByRelationAggregateInput
155436
155567
  assessments?: AssessmentOrderByRelationAggregateInput
@@ -155452,7 +155583,6 @@ export namespace Prisma {
155452
155583
  created_by?: StringFilter<"AssessmentLibrary"> | string
155453
155584
  updated_by?: StringFilter<"AssessmentLibrary"> | string
155454
155585
  is_active?: BoolFilter<"AssessmentLibrary"> | boolean
155455
- generation_state?: JsonNullableFilter<"AssessmentLibrary">
155456
155586
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
155457
155587
  questions?: QuestionListRelationFilter
155458
155588
  assessments?: AssessmentListRelationFilter
@@ -155471,7 +155601,6 @@ export namespace Prisma {
155471
155601
  created_by?: SortOrder
155472
155602
  updated_by?: SortOrder
155473
155603
  is_active?: SortOrder
155474
- generation_state?: SortOrderInput | SortOrder
155475
155604
  _count?: AssessmentLibraryCountOrderByAggregateInput
155476
155605
  _avg?: AssessmentLibraryAvgOrderByAggregateInput
155477
155606
  _max?: AssessmentLibraryMaxOrderByAggregateInput
@@ -155494,7 +155623,6 @@ export namespace Prisma {
155494
155623
  created_by?: StringWithAggregatesFilter<"AssessmentLibrary"> | string
155495
155624
  updated_by?: StringWithAggregatesFilter<"AssessmentLibrary"> | string
155496
155625
  is_active?: BoolWithAggregatesFilter<"AssessmentLibrary"> | boolean
155497
- generation_state?: JsonNullableWithAggregatesFilter<"AssessmentLibrary">
155498
155626
  }
155499
155627
 
155500
155628
  export type AssessmentQuestionWhereInput = {
@@ -158061,6 +158189,7 @@ export namespace Prisma {
158061
158189
  offer_letters?: OfferLetterListRelationFilter
158062
158190
  offer_letter_template_snapshots?: OfferLetterListRelationFilter
158063
158191
  offer_draft_edited_html?: OfferListRelationFilter
158192
+ application_fit_check_report?: XOR<ApplicationNullableScalarRelationFilter, ApplicationWhereInput> | null
158064
158193
  }
158065
158194
 
158066
158195
  export type DocumentOrderByWithRelationInput = {
@@ -158097,6 +158226,7 @@ export namespace Prisma {
158097
158226
  offer_letters?: OfferLetterOrderByRelationAggregateInput
158098
158227
  offer_letter_template_snapshots?: OfferLetterOrderByRelationAggregateInput
158099
158228
  offer_draft_edited_html?: OfferOrderByRelationAggregateInput
158229
+ application_fit_check_report?: ApplicationOrderByWithRelationInput
158100
158230
  }
158101
158231
 
158102
158232
  export type DocumentWhereUniqueInput = Prisma.AtLeast<{
@@ -158136,6 +158266,7 @@ export namespace Prisma {
158136
158266
  offer_letters?: OfferLetterListRelationFilter
158137
158267
  offer_letter_template_snapshots?: OfferLetterListRelationFilter
158138
158268
  offer_draft_edited_html?: OfferListRelationFilter
158269
+ application_fit_check_report?: XOR<ApplicationNullableScalarRelationFilter, ApplicationWhereInput> | null
158139
158270
  }, "id">
158140
158271
 
158141
158272
  export type DocumentOrderByWithAggregationInput = {
@@ -161007,6 +161138,7 @@ export namespace Prisma {
161007
161138
  updated_by?: StringFilter<"JobApplicationField"> | string
161008
161139
  created_at?: DateTimeFilter<"JobApplicationField"> | Date | string
161009
161140
  updated_at?: DateTimeFilter<"JobApplicationField"> | Date | string
161141
+ order_no?: IntNullableFilter<"JobApplicationField"> | number | null
161010
161142
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
161011
161143
  job_application_template?: XOR<JobApplicationTemplateScalarRelationFilter, JobApplicationTemplateWhereInput>
161012
161144
  job_application_responses?: JobApplicationResponseListRelationFilter
@@ -161027,6 +161159,7 @@ export namespace Prisma {
161027
161159
  updated_by?: SortOrder
161028
161160
  created_at?: SortOrder
161029
161161
  updated_at?: SortOrder
161162
+ order_no?: SortOrderInput | SortOrder
161030
161163
  organisation?: OrganisationOrderByWithRelationInput
161031
161164
  job_application_template?: JobApplicationTemplateOrderByWithRelationInput
161032
161165
  job_application_responses?: JobApplicationResponseOrderByRelationAggregateInput
@@ -161050,6 +161183,7 @@ export namespace Prisma {
161050
161183
  updated_by?: StringFilter<"JobApplicationField"> | string
161051
161184
  created_at?: DateTimeFilter<"JobApplicationField"> | Date | string
161052
161185
  updated_at?: DateTimeFilter<"JobApplicationField"> | Date | string
161186
+ order_no?: IntNullableFilter<"JobApplicationField"> | number | null
161053
161187
  organisation?: XOR<OrganisationScalarRelationFilter, OrganisationWhereInput>
161054
161188
  job_application_template?: XOR<JobApplicationTemplateScalarRelationFilter, JobApplicationTemplateWhereInput>
161055
161189
  job_application_responses?: JobApplicationResponseListRelationFilter
@@ -161070,9 +161204,12 @@ export namespace Prisma {
161070
161204
  updated_by?: SortOrder
161071
161205
  created_at?: SortOrder
161072
161206
  updated_at?: SortOrder
161207
+ order_no?: SortOrderInput | SortOrder
161073
161208
  _count?: JobApplicationFieldCountOrderByAggregateInput
161209
+ _avg?: JobApplicationFieldAvgOrderByAggregateInput
161074
161210
  _max?: JobApplicationFieldMaxOrderByAggregateInput
161075
161211
  _min?: JobApplicationFieldMinOrderByAggregateInput
161212
+ _sum?: JobApplicationFieldSumOrderByAggregateInput
161076
161213
  }
161077
161214
 
161078
161215
  export type JobApplicationFieldScalarWhereWithAggregatesInput = {
@@ -161093,6 +161230,7 @@ export namespace Prisma {
161093
161230
  updated_by?: StringWithAggregatesFilter<"JobApplicationField"> | string
161094
161231
  created_at?: DateTimeWithAggregatesFilter<"JobApplicationField"> | Date | string
161095
161232
  updated_at?: DateTimeWithAggregatesFilter<"JobApplicationField"> | Date | string
161233
+ order_no?: IntNullableWithAggregatesFilter<"JobApplicationField"> | number | null
161096
161234
  }
161097
161235
 
161098
161236
  export type JobApplicationResponseWhereInput = {
@@ -161117,6 +161255,7 @@ export namespace Prisma {
161117
161255
  created_by?: StringFilter<"JobApplicationResponse"> | string
161118
161256
  updated_by?: StringFilter<"JobApplicationResponse"> | string
161119
161257
  is_active?: BoolFilter<"JobApplicationResponse"> | boolean
161258
+ order_no?: IntNullableFilter<"JobApplicationResponse"> | number | null
161120
161259
  application?: XOR<ApplicationScalarRelationFilter, ApplicationWhereInput>
161121
161260
  field?: XOR<JobApplicationFieldNullableScalarRelationFilter, JobApplicationFieldWhereInput> | null
161122
161261
  document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -161141,6 +161280,7 @@ export namespace Prisma {
161141
161280
  created_by?: SortOrder
161142
161281
  updated_by?: SortOrder
161143
161282
  is_active?: SortOrder
161283
+ order_no?: SortOrderInput | SortOrder
161144
161284
  application?: ApplicationOrderByWithRelationInput
161145
161285
  field?: JobApplicationFieldOrderByWithRelationInput
161146
161286
  document?: DocumentOrderByWithRelationInput
@@ -161168,6 +161308,7 @@ export namespace Prisma {
161168
161308
  created_by?: StringFilter<"JobApplicationResponse"> | string
161169
161309
  updated_by?: StringFilter<"JobApplicationResponse"> | string
161170
161310
  is_active?: BoolFilter<"JobApplicationResponse"> | boolean
161311
+ order_no?: IntNullableFilter<"JobApplicationResponse"> | number | null
161171
161312
  application?: XOR<ApplicationScalarRelationFilter, ApplicationWhereInput>
161172
161313
  field?: XOR<JobApplicationFieldNullableScalarRelationFilter, JobApplicationFieldWhereInput> | null
161173
161314
  document?: XOR<DocumentNullableScalarRelationFilter, DocumentWhereInput> | null
@@ -161192,9 +161333,12 @@ export namespace Prisma {
161192
161333
  created_by?: SortOrder
161193
161334
  updated_by?: SortOrder
161194
161335
  is_active?: SortOrder
161336
+ order_no?: SortOrderInput | SortOrder
161195
161337
  _count?: JobApplicationResponseCountOrderByAggregateInput
161338
+ _avg?: JobApplicationResponseAvgOrderByAggregateInput
161196
161339
  _max?: JobApplicationResponseMaxOrderByAggregateInput
161197
161340
  _min?: JobApplicationResponseMinOrderByAggregateInput
161341
+ _sum?: JobApplicationResponseSumOrderByAggregateInput
161198
161342
  }
161199
161343
 
161200
161344
  export type JobApplicationResponseScalarWhereWithAggregatesInput = {
@@ -161219,6 +161363,7 @@ export namespace Prisma {
161219
161363
  created_by?: StringWithAggregatesFilter<"JobApplicationResponse"> | string
161220
161364
  updated_by?: StringWithAggregatesFilter<"JobApplicationResponse"> | string
161221
161365
  is_active?: BoolWithAggregatesFilter<"JobApplicationResponse"> | boolean
161366
+ order_no?: IntNullableWithAggregatesFilter<"JobApplicationResponse"> | number | null
161222
161367
  }
161223
161368
 
161224
161369
  export type JobApplicationTemplateWhereInput = {
@@ -165092,8 +165237,6 @@ export namespace Prisma {
165092
165237
  evaluation_plan_id?: StringNullableFilter<"Question"> | string | null
165093
165238
  candidate_id?: StringNullableFilter<"Question"> | string | null
165094
165239
  skill?: StringNullableFilter<"Question"> | string | null
165095
- category?: EnumQuestionCategoryNullableFilter<"Question"> | $Enums.QuestionCategory | null
165096
- bank_item_key?: StringNullableFilter<"Question"> | string | null
165097
165240
  question?: StringFilter<"Question"> | string
165098
165241
  answer?: StringFilter<"Question"> | string
165099
165242
  options?: StringNullableListFilter<"Question">
@@ -165117,8 +165260,6 @@ export namespace Prisma {
165117
165260
  evaluation_plan_id?: SortOrderInput | SortOrder
165118
165261
  candidate_id?: SortOrderInput | SortOrder
165119
165262
  skill?: SortOrderInput | SortOrder
165120
- category?: SortOrderInput | SortOrder
165121
- bank_item_key?: SortOrderInput | SortOrder
165122
165263
  question?: SortOrder
165123
165264
  answer?: SortOrder
165124
165265
  options?: SortOrder
@@ -165138,7 +165279,6 @@ export namespace Prisma {
165138
165279
 
165139
165280
  export type QuestionWhereUniqueInput = Prisma.AtLeast<{
165140
165281
  id?: string
165141
- assessment_library_id_bank_item_key?: QuestionAssessment_library_idBank_item_keyCompoundUniqueInput
165142
165282
  AND?: QuestionWhereInput | QuestionWhereInput[]
165143
165283
  OR?: QuestionWhereInput[]
165144
165284
  NOT?: QuestionWhereInput | QuestionWhereInput[]
@@ -165146,8 +165286,6 @@ export namespace Prisma {
165146
165286
  evaluation_plan_id?: StringNullableFilter<"Question"> | string | null
165147
165287
  candidate_id?: StringNullableFilter<"Question"> | string | null
165148
165288
  skill?: StringNullableFilter<"Question"> | string | null
165149
- category?: EnumQuestionCategoryNullableFilter<"Question"> | $Enums.QuestionCategory | null
165150
- bank_item_key?: StringNullableFilter<"Question"> | string | null
165151
165289
  question?: StringFilter<"Question"> | string
165152
165290
  answer?: StringFilter<"Question"> | string
165153
165291
  options?: StringNullableListFilter<"Question">
@@ -165163,7 +165301,7 @@ export namespace Prisma {
165163
165301
  assessmentLibrary?: XOR<AssessmentLibraryNullableScalarRelationFilter, AssessmentLibraryWhereInput> | null
165164
165302
  evaluationPlan?: XOR<EvaluationPlanNullableScalarRelationFilter, EvaluationPlanWhereInput> | null
165165
165303
  candidateResponse?: CandidateQuestionResponseListRelationFilter
165166
- }, "id" | "assessment_library_id_bank_item_key">
165304
+ }, "id">
165167
165305
 
165168
165306
  export type QuestionOrderByWithAggregationInput = {
165169
165307
  id?: SortOrder
@@ -165171,8 +165309,6 @@ export namespace Prisma {
165171
165309
  evaluation_plan_id?: SortOrderInput | SortOrder
165172
165310
  candidate_id?: SortOrderInput | SortOrder
165173
165311
  skill?: SortOrderInput | SortOrder
165174
- category?: SortOrderInput | SortOrder
165175
- bank_item_key?: SortOrderInput | SortOrder
165176
165312
  question?: SortOrder
165177
165313
  answer?: SortOrder
165178
165314
  options?: SortOrder
@@ -165199,8 +165335,6 @@ export namespace Prisma {
165199
165335
  evaluation_plan_id?: StringNullableWithAggregatesFilter<"Question"> | string | null
165200
165336
  candidate_id?: StringNullableWithAggregatesFilter<"Question"> | string | null
165201
165337
  skill?: StringNullableWithAggregatesFilter<"Question"> | string | null
165202
- category?: EnumQuestionCategoryNullableWithAggregatesFilter<"Question"> | $Enums.QuestionCategory | null
165203
- bank_item_key?: StringNullableWithAggregatesFilter<"Question"> | string | null
165204
165338
  question?: StringWithAggregatesFilter<"Question"> | string
165205
165339
  answer?: StringWithAggregatesFilter<"Question"> | string
165206
165340
  options?: StringNullableListFilter<"Question">
@@ -168563,6 +168697,8 @@ export namespace Prisma {
168563
168697
  created_by: string
168564
168698
  updated_by: string
168565
168699
  is_active?: boolean
168700
+ fit_check_report_updated_flag?: boolean
168701
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168566
168702
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
168567
168703
  candidate: UserCreateNestedOneWithoutApplicationsInput
168568
168704
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -168580,6 +168716,7 @@ export namespace Prisma {
168580
168716
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
168581
168717
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
168582
168718
  offer?: OfferCreateNestedOneWithoutApplicationInput
168719
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
168583
168720
  }
168584
168721
 
168585
168722
  export type ApplicationUncheckedCreateInput = {
@@ -168612,6 +168749,9 @@ export namespace Prisma {
168612
168749
  created_by: string
168613
168750
  updated_by: string
168614
168751
  is_active?: boolean
168752
+ fit_check_report_document_id?: string | null
168753
+ fit_check_report_updated_flag?: boolean
168754
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168615
168755
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
168616
168756
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
168617
168757
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -168647,6 +168787,8 @@ export namespace Prisma {
168647
168787
  created_by?: StringFieldUpdateOperationsInput | string
168648
168788
  updated_by?: StringFieldUpdateOperationsInput | string
168649
168789
  is_active?: BoolFieldUpdateOperationsInput | boolean
168790
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
168791
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168650
168792
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
168651
168793
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
168652
168794
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -168664,6 +168806,7 @@ export namespace Prisma {
168664
168806
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
168665
168807
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
168666
168808
  offer?: OfferUpdateOneWithoutApplicationNestedInput
168809
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
168667
168810
  }
168668
168811
 
168669
168812
  export type ApplicationUncheckedUpdateInput = {
@@ -168696,6 +168839,9 @@ export namespace Prisma {
168696
168839
  created_by?: StringFieldUpdateOperationsInput | string
168697
168840
  updated_by?: StringFieldUpdateOperationsInput | string
168698
168841
  is_active?: BoolFieldUpdateOperationsInput | boolean
168842
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
168843
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
168844
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168699
168845
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
168700
168846
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
168701
168847
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -168738,6 +168884,9 @@ export namespace Prisma {
168738
168884
  created_by: string
168739
168885
  updated_by: string
168740
168886
  is_active?: boolean
168887
+ fit_check_report_document_id?: string | null
168888
+ fit_check_report_updated_flag?: boolean
168889
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168741
168890
  }
168742
168891
 
168743
168892
  export type ApplicationUpdateManyMutationInput = {
@@ -168763,6 +168912,8 @@ export namespace Prisma {
168763
168912
  created_by?: StringFieldUpdateOperationsInput | string
168764
168913
  updated_by?: StringFieldUpdateOperationsInput | string
168765
168914
  is_active?: BoolFieldUpdateOperationsInput | boolean
168915
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
168916
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168766
168917
  }
168767
168918
 
168768
168919
  export type ApplicationUncheckedUpdateManyInput = {
@@ -168795,6 +168946,9 @@ export namespace Prisma {
168795
168946
  created_by?: StringFieldUpdateOperationsInput | string
168796
168947
  updated_by?: StringFieldUpdateOperationsInput | string
168797
168948
  is_active?: BoolFieldUpdateOperationsInput | boolean
168949
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
168950
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
168951
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
168798
168952
  }
168799
168953
 
168800
168954
  export type ApprovalCreateInput = {
@@ -169050,7 +169204,6 @@ export namespace Prisma {
169050
169204
  created_by: string
169051
169205
  updated_by: string
169052
169206
  is_active?: boolean
169053
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169054
169207
  organisation: OrganisationCreateNestedOneWithoutAssessment_libraryInput
169055
169208
  questions?: QuestionCreateNestedManyWithoutAssessmentLibraryInput
169056
169209
  assessments?: AssessmentCreateNestedManyWithoutAssessment_libraryInput
@@ -169069,7 +169222,6 @@ export namespace Prisma {
169069
169222
  created_by: string
169070
169223
  updated_by: string
169071
169224
  is_active?: boolean
169072
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169073
169225
  questions?: QuestionUncheckedCreateNestedManyWithoutAssessmentLibraryInput
169074
169226
  assessments?: AssessmentUncheckedCreateNestedManyWithoutAssessment_libraryInput
169075
169227
  evaluation_Plans?: EvaluationPlanUncheckedCreateNestedManyWithoutAssessmentInput
@@ -169086,7 +169238,6 @@ export namespace Prisma {
169086
169238
  created_by?: StringFieldUpdateOperationsInput | string
169087
169239
  updated_by?: StringFieldUpdateOperationsInput | string
169088
169240
  is_active?: BoolFieldUpdateOperationsInput | boolean
169089
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169090
169241
  organisation?: OrganisationUpdateOneRequiredWithoutAssessment_libraryNestedInput
169091
169242
  questions?: QuestionUpdateManyWithoutAssessmentLibraryNestedInput
169092
169243
  assessments?: AssessmentUpdateManyWithoutAssessment_libraryNestedInput
@@ -169105,7 +169256,6 @@ export namespace Prisma {
169105
169256
  created_by?: StringFieldUpdateOperationsInput | string
169106
169257
  updated_by?: StringFieldUpdateOperationsInput | string
169107
169258
  is_active?: BoolFieldUpdateOperationsInput | boolean
169108
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169109
169259
  questions?: QuestionUncheckedUpdateManyWithoutAssessmentLibraryNestedInput
169110
169260
  assessments?: AssessmentUncheckedUpdateManyWithoutAssessment_libraryNestedInput
169111
169261
  evaluation_Plans?: EvaluationPlanUncheckedUpdateManyWithoutAssessmentNestedInput
@@ -169123,7 +169273,6 @@ export namespace Prisma {
169123
169273
  created_by: string
169124
169274
  updated_by: string
169125
169275
  is_active?: boolean
169126
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169127
169276
  }
169128
169277
 
169129
169278
  export type AssessmentLibraryUpdateManyMutationInput = {
@@ -169137,7 +169286,6 @@ export namespace Prisma {
169137
169286
  created_by?: StringFieldUpdateOperationsInput | string
169138
169287
  updated_by?: StringFieldUpdateOperationsInput | string
169139
169288
  is_active?: BoolFieldUpdateOperationsInput | boolean
169140
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169141
169289
  }
169142
169290
 
169143
169291
  export type AssessmentLibraryUncheckedUpdateManyInput = {
@@ -169152,7 +169300,6 @@ export namespace Prisma {
169152
169300
  created_by?: StringFieldUpdateOperationsInput | string
169153
169301
  updated_by?: StringFieldUpdateOperationsInput | string
169154
169302
  is_active?: BoolFieldUpdateOperationsInput | boolean
169155
- generation_state?: NullableJsonNullValueInput | InputJsonValue
169156
169303
  }
169157
169304
 
169158
169305
  export type AssessmentQuestionCreateInput = {
@@ -172179,6 +172326,7 @@ export namespace Prisma {
172179
172326
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
172180
172327
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
172181
172328
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
172329
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
172182
172330
  }
172183
172331
 
172184
172332
  export type DocumentUncheckedCreateInput = {
@@ -172213,6 +172361,7 @@ export namespace Prisma {
172213
172361
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
172214
172362
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
172215
172363
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
172364
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
172216
172365
  }
172217
172366
 
172218
172367
  export type DocumentUpdateInput = {
@@ -172247,6 +172396,7 @@ export namespace Prisma {
172247
172396
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
172248
172397
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
172249
172398
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
172399
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
172250
172400
  }
172251
172401
 
172252
172402
  export type DocumentUncheckedUpdateInput = {
@@ -172281,6 +172431,7 @@ export namespace Prisma {
172281
172431
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
172282
172432
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
172283
172433
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
172434
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
172284
172435
  }
172285
172436
 
172286
172437
  export type DocumentCreateManyInput = {
@@ -175715,6 +175866,7 @@ export namespace Prisma {
175715
175866
  updated_by: string
175716
175867
  created_at?: Date | string
175717
175868
  updated_at?: Date | string
175869
+ order_no?: number | null
175718
175870
  organisation: OrganisationCreateNestedOneWithoutJob_application_fieldsInput
175719
175871
  job_application_template: JobApplicationTemplateCreateNestedOneWithoutFieldsInput
175720
175872
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutFieldInput
@@ -175735,6 +175887,7 @@ export namespace Prisma {
175735
175887
  updated_by: string
175736
175888
  created_at?: Date | string
175737
175889
  updated_at?: Date | string
175890
+ order_no?: number | null
175738
175891
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutFieldInput
175739
175892
  }
175740
175893
 
@@ -175751,6 +175904,7 @@ export namespace Prisma {
175751
175904
  updated_by?: StringFieldUpdateOperationsInput | string
175752
175905
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
175753
175906
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
175907
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175754
175908
  organisation?: OrganisationUpdateOneRequiredWithoutJob_application_fieldsNestedInput
175755
175909
  job_application_template?: JobApplicationTemplateUpdateOneRequiredWithoutFieldsNestedInput
175756
175910
  job_application_responses?: JobApplicationResponseUpdateManyWithoutFieldNestedInput
@@ -175771,6 +175925,7 @@ export namespace Prisma {
175771
175925
  updated_by?: StringFieldUpdateOperationsInput | string
175772
175926
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
175773
175927
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
175928
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175774
175929
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutFieldNestedInput
175775
175930
  }
175776
175931
 
@@ -175789,6 +175944,7 @@ export namespace Prisma {
175789
175944
  updated_by: string
175790
175945
  created_at?: Date | string
175791
175946
  updated_at?: Date | string
175947
+ order_no?: number | null
175792
175948
  }
175793
175949
 
175794
175950
  export type JobApplicationFieldUpdateManyMutationInput = {
@@ -175804,6 +175960,7 @@ export namespace Prisma {
175804
175960
  updated_by?: StringFieldUpdateOperationsInput | string
175805
175961
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
175806
175962
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
175963
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175807
175964
  }
175808
175965
 
175809
175966
  export type JobApplicationFieldUncheckedUpdateManyInput = {
@@ -175821,6 +175978,7 @@ export namespace Prisma {
175821
175978
  updated_by?: StringFieldUpdateOperationsInput | string
175822
175979
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
175823
175980
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
175981
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175824
175982
  }
175825
175983
 
175826
175984
  export type JobApplicationResponseCreateInput = {
@@ -175839,6 +175997,7 @@ export namespace Prisma {
175839
175997
  created_by: string
175840
175998
  updated_by: string
175841
175999
  is_active?: boolean
176000
+ order_no?: number | null
175842
176001
  application: ApplicationCreateNestedOneWithoutJob_application_responsesInput
175843
176002
  field?: JobApplicationFieldCreateNestedOneWithoutJob_application_responsesInput
175844
176003
  document?: DocumentCreateNestedOneWithoutJob_application_responsesInput
@@ -175863,6 +176022,7 @@ export namespace Prisma {
175863
176022
  created_by: string
175864
176023
  updated_by: string
175865
176024
  is_active?: boolean
176025
+ order_no?: number | null
175866
176026
  }
175867
176027
 
175868
176028
  export type JobApplicationResponseUpdateInput = {
@@ -175881,6 +176041,7 @@ export namespace Prisma {
175881
176041
  created_by?: StringFieldUpdateOperationsInput | string
175882
176042
  updated_by?: StringFieldUpdateOperationsInput | string
175883
176043
  is_active?: BoolFieldUpdateOperationsInput | boolean
176044
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175884
176045
  application?: ApplicationUpdateOneRequiredWithoutJob_application_responsesNestedInput
175885
176046
  field?: JobApplicationFieldUpdateOneWithoutJob_application_responsesNestedInput
175886
176047
  document?: DocumentUpdateOneWithoutJob_application_responsesNestedInput
@@ -175905,6 +176066,7 @@ export namespace Prisma {
175905
176066
  created_by?: StringFieldUpdateOperationsInput | string
175906
176067
  updated_by?: StringFieldUpdateOperationsInput | string
175907
176068
  is_active?: BoolFieldUpdateOperationsInput | boolean
176069
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175908
176070
  }
175909
176071
 
175910
176072
  export type JobApplicationResponseCreateManyInput = {
@@ -175926,6 +176088,7 @@ export namespace Prisma {
175926
176088
  created_by: string
175927
176089
  updated_by: string
175928
176090
  is_active?: boolean
176091
+ order_no?: number | null
175929
176092
  }
175930
176093
 
175931
176094
  export type JobApplicationResponseUpdateManyMutationInput = {
@@ -175944,6 +176107,7 @@ export namespace Prisma {
175944
176107
  created_by?: StringFieldUpdateOperationsInput | string
175945
176108
  updated_by?: StringFieldUpdateOperationsInput | string
175946
176109
  is_active?: BoolFieldUpdateOperationsInput | boolean
176110
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175947
176111
  }
175948
176112
 
175949
176113
  export type JobApplicationResponseUncheckedUpdateManyInput = {
@@ -175965,6 +176129,7 @@ export namespace Prisma {
175965
176129
  created_by?: StringFieldUpdateOperationsInput | string
175966
176130
  updated_by?: StringFieldUpdateOperationsInput | string
175967
176131
  is_active?: BoolFieldUpdateOperationsInput | boolean
176132
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
175968
176133
  }
175969
176134
 
175970
176135
  export type JobApplicationTemplateCreateInput = {
@@ -180500,8 +180665,6 @@ export namespace Prisma {
180500
180665
  export type QuestionCreateInput = {
180501
180666
  id?: string
180502
180667
  skill?: string | null
180503
- category?: $Enums.QuestionCategory | null
180504
- bank_item_key?: string | null
180505
180668
  question: string
180506
180669
  answer: string
180507
180670
  options?: QuestionCreateoptionsInput | string[]
@@ -180525,8 +180688,6 @@ export namespace Prisma {
180525
180688
  evaluation_plan_id?: string | null
180526
180689
  candidate_id?: string | null
180527
180690
  skill?: string | null
180528
- category?: $Enums.QuestionCategory | null
180529
- bank_item_key?: string | null
180530
180691
  question: string
180531
180692
  answer: string
180532
180693
  options?: QuestionCreateoptionsInput | string[]
@@ -180544,8 +180705,6 @@ export namespace Prisma {
180544
180705
  export type QuestionUpdateInput = {
180545
180706
  id?: StringFieldUpdateOperationsInput | string
180546
180707
  skill?: NullableStringFieldUpdateOperationsInput | string | null
180547
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
180548
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
180549
180708
  question?: StringFieldUpdateOperationsInput | string
180550
180709
  answer?: StringFieldUpdateOperationsInput | string
180551
180710
  options?: QuestionUpdateoptionsInput | string[]
@@ -180569,8 +180728,6 @@ export namespace Prisma {
180569
180728
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
180570
180729
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
180571
180730
  skill?: NullableStringFieldUpdateOperationsInput | string | null
180572
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
180573
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
180574
180731
  question?: StringFieldUpdateOperationsInput | string
180575
180732
  answer?: StringFieldUpdateOperationsInput | string
180576
180733
  options?: QuestionUpdateoptionsInput | string[]
@@ -180591,8 +180748,6 @@ export namespace Prisma {
180591
180748
  evaluation_plan_id?: string | null
180592
180749
  candidate_id?: string | null
180593
180750
  skill?: string | null
180594
- category?: $Enums.QuestionCategory | null
180595
- bank_item_key?: string | null
180596
180751
  question: string
180597
180752
  answer: string
180598
180753
  options?: QuestionCreateoptionsInput | string[]
@@ -180608,8 +180763,6 @@ export namespace Prisma {
180608
180763
  export type QuestionUpdateManyMutationInput = {
180609
180764
  id?: StringFieldUpdateOperationsInput | string
180610
180765
  skill?: NullableStringFieldUpdateOperationsInput | string | null
180611
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
180612
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
180613
180766
  question?: StringFieldUpdateOperationsInput | string
180614
180767
  answer?: StringFieldUpdateOperationsInput | string
180615
180768
  options?: QuestionUpdateoptionsInput | string[]
@@ -180628,8 +180781,6 @@ export namespace Prisma {
180628
180781
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
180629
180782
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
180630
180783
  skill?: NullableStringFieldUpdateOperationsInput | string | null
180631
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
180632
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
180633
180784
  question?: StringFieldUpdateOperationsInput | string
180634
180785
  answer?: StringFieldUpdateOperationsInput | string
180635
180786
  options?: QuestionUpdateoptionsInput | string[]
@@ -184480,6 +184631,11 @@ export namespace Prisma {
184480
184631
  isNot?: OfferWhereInput | null
184481
184632
  }
184482
184633
 
184634
+ export type DocumentNullableScalarRelationFilter = {
184635
+ is?: DocumentWhereInput | null
184636
+ isNot?: DocumentWhereInput | null
184637
+ }
184638
+
184483
184639
  export type InterviewOrderByRelationAggregateInput = {
184484
184640
  _count?: SortOrder
184485
184641
  }
@@ -184547,6 +184703,9 @@ export namespace Prisma {
184547
184703
  created_by?: SortOrder
184548
184704
  updated_by?: SortOrder
184549
184705
  is_active?: SortOrder
184706
+ fit_check_report_document_id?: SortOrder
184707
+ fit_check_report_updated_flag?: SortOrder
184708
+ fit_check_report_data?: SortOrder
184550
184709
  }
184551
184710
 
184552
184711
  export type ApplicationAvgOrderByAggregateInput = {
@@ -184584,6 +184743,8 @@ export namespace Prisma {
184584
184743
  created_by?: SortOrder
184585
184744
  updated_by?: SortOrder
184586
184745
  is_active?: SortOrder
184746
+ fit_check_report_document_id?: SortOrder
184747
+ fit_check_report_updated_flag?: SortOrder
184587
184748
  }
184588
184749
 
184589
184750
  export type ApplicationMinOrderByAggregateInput = {
@@ -184616,6 +184777,8 @@ export namespace Prisma {
184616
184777
  created_by?: SortOrder
184617
184778
  updated_by?: SortOrder
184618
184779
  is_active?: SortOrder
184780
+ fit_check_report_document_id?: SortOrder
184781
+ fit_check_report_updated_flag?: SortOrder
184619
184782
  }
184620
184783
 
184621
184784
  export type ApplicationSumOrderByAggregateInput = {
@@ -184846,7 +185009,6 @@ export namespace Prisma {
184846
185009
  created_by?: SortOrder
184847
185010
  updated_by?: SortOrder
184848
185011
  is_active?: SortOrder
184849
- generation_state?: SortOrder
184850
185012
  }
184851
185013
 
184852
185014
  export type AssessmentLibraryAvgOrderByAggregateInput = {
@@ -185291,11 +185453,6 @@ export namespace Prisma {
185291
185453
  isNot?: ApplicationWhereInput | null
185292
185454
  }
185293
185455
 
185294
- export type DocumentNullableScalarRelationFilter = {
185295
- is?: DocumentWhereInput | null
185296
- isNot?: DocumentWhereInput | null
185297
- }
185298
-
185299
185456
  export type AssignmentCandidate_idOngoing_evaluation_idCompoundUniqueInput = {
185300
185457
  candidate_id: string
185301
185458
  ongoing_evaluation_id: string
@@ -189201,6 +189358,11 @@ export namespace Prisma {
189201
189358
  updated_by?: SortOrder
189202
189359
  created_at?: SortOrder
189203
189360
  updated_at?: SortOrder
189361
+ order_no?: SortOrder
189362
+ }
189363
+
189364
+ export type JobApplicationFieldAvgOrderByAggregateInput = {
189365
+ order_no?: SortOrder
189204
189366
  }
189205
189367
 
189206
189368
  export type JobApplicationFieldMaxOrderByAggregateInput = {
@@ -189217,6 +189379,7 @@ export namespace Prisma {
189217
189379
  updated_by?: SortOrder
189218
189380
  created_at?: SortOrder
189219
189381
  updated_at?: SortOrder
189382
+ order_no?: SortOrder
189220
189383
  }
189221
189384
 
189222
189385
  export type JobApplicationFieldMinOrderByAggregateInput = {
@@ -189233,6 +189396,11 @@ export namespace Prisma {
189233
189396
  updated_by?: SortOrder
189234
189397
  created_at?: SortOrder
189235
189398
  updated_at?: SortOrder
189399
+ order_no?: SortOrder
189400
+ }
189401
+
189402
+ export type JobApplicationFieldSumOrderByAggregateInput = {
189403
+ order_no?: SortOrder
189236
189404
  }
189237
189405
 
189238
189406
  export type EnumJobApplicationFieldTypeWithAggregatesFilter<$PrismaModel = never> = {
@@ -189276,6 +189444,11 @@ export namespace Prisma {
189276
189444
  created_by?: SortOrder
189277
189445
  updated_by?: SortOrder
189278
189446
  is_active?: SortOrder
189447
+ order_no?: SortOrder
189448
+ }
189449
+
189450
+ export type JobApplicationResponseAvgOrderByAggregateInput = {
189451
+ order_no?: SortOrder
189279
189452
  }
189280
189453
 
189281
189454
  export type JobApplicationResponseMaxOrderByAggregateInput = {
@@ -189295,6 +189468,7 @@ export namespace Prisma {
189295
189468
  created_by?: SortOrder
189296
189469
  updated_by?: SortOrder
189297
189470
  is_active?: SortOrder
189471
+ order_no?: SortOrder
189298
189472
  }
189299
189473
 
189300
189474
  export type JobApplicationResponseMinOrderByAggregateInput = {
@@ -189314,6 +189488,11 @@ export namespace Prisma {
189314
189488
  created_by?: SortOrder
189315
189489
  updated_by?: SortOrder
189316
189490
  is_active?: SortOrder
189491
+ order_no?: SortOrder
189492
+ }
189493
+
189494
+ export type JobApplicationResponseSumOrderByAggregateInput = {
189495
+ order_no?: SortOrder
189317
189496
  }
189318
189497
 
189319
189498
  export type EnumJobApplicationFieldTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
@@ -192281,13 +192460,6 @@ export namespace Prisma {
192281
192460
  _max?: NestedEnumAsyncOperationStatusFilter<$PrismaModel>
192282
192461
  }
192283
192462
 
192284
- export type EnumQuestionCategoryNullableFilter<$PrismaModel = never> = {
192285
- equals?: $Enums.QuestionCategory | EnumQuestionCategoryFieldRefInput<$PrismaModel> | null
192286
- in?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
192287
- notIn?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
192288
- not?: NestedEnumQuestionCategoryNullableFilter<$PrismaModel> | $Enums.QuestionCategory | null
192289
- }
192290
-
192291
192463
  export type EnumDifficultyNullableFilter<$PrismaModel = never> = {
192292
192464
  equals?: $Enums.Difficulty | EnumDifficultyFieldRefInput<$PrismaModel> | null
192293
192465
  in?: $Enums.Difficulty[] | ListEnumDifficultyFieldRefInput<$PrismaModel> | null
@@ -192295,19 +192467,12 @@ export namespace Prisma {
192295
192467
  not?: NestedEnumDifficultyNullableFilter<$PrismaModel> | $Enums.Difficulty | null
192296
192468
  }
192297
192469
 
192298
- export type QuestionAssessment_library_idBank_item_keyCompoundUniqueInput = {
192299
- assessment_library_id: string
192300
- bank_item_key: string
192301
- }
192302
-
192303
192470
  export type QuestionCountOrderByAggregateInput = {
192304
192471
  id?: SortOrder
192305
192472
  assessment_library_id?: SortOrder
192306
192473
  evaluation_plan_id?: SortOrder
192307
192474
  candidate_id?: SortOrder
192308
192475
  skill?: SortOrder
192309
- category?: SortOrder
192310
- bank_item_key?: SortOrder
192311
192476
  question?: SortOrder
192312
192477
  answer?: SortOrder
192313
192478
  options?: SortOrder
@@ -192330,8 +192495,6 @@ export namespace Prisma {
192330
192495
  evaluation_plan_id?: SortOrder
192331
192496
  candidate_id?: SortOrder
192332
192497
  skill?: SortOrder
192333
- category?: SortOrder
192334
- bank_item_key?: SortOrder
192335
192498
  question?: SortOrder
192336
192499
  answer?: SortOrder
192337
192500
  max_score?: SortOrder
@@ -192349,8 +192512,6 @@ export namespace Prisma {
192349
192512
  evaluation_plan_id?: SortOrder
192350
192513
  candidate_id?: SortOrder
192351
192514
  skill?: SortOrder
192352
- category?: SortOrder
192353
- bank_item_key?: SortOrder
192354
192515
  question?: SortOrder
192355
192516
  answer?: SortOrder
192356
192517
  max_score?: SortOrder
@@ -192366,16 +192527,6 @@ export namespace Prisma {
192366
192527
  max_score?: SortOrder
192367
192528
  }
192368
192529
 
192369
- export type EnumQuestionCategoryNullableWithAggregatesFilter<$PrismaModel = never> = {
192370
- equals?: $Enums.QuestionCategory | EnumQuestionCategoryFieldRefInput<$PrismaModel> | null
192371
- in?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
192372
- notIn?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
192373
- not?: NestedEnumQuestionCategoryNullableWithAggregatesFilter<$PrismaModel> | $Enums.QuestionCategory | null
192374
- _count?: NestedIntNullableFilter<$PrismaModel>
192375
- _min?: NestedEnumQuestionCategoryNullableFilter<$PrismaModel>
192376
- _max?: NestedEnumQuestionCategoryNullableFilter<$PrismaModel>
192377
- }
192378
-
192379
192530
  export type EnumDifficultyNullableWithAggregatesFilter<$PrismaModel = never> = {
192380
192531
  equals?: $Enums.Difficulty | EnumDifficultyFieldRefInput<$PrismaModel> | null
192381
192532
  in?: $Enums.Difficulty[] | ListEnumDifficultyFieldRefInput<$PrismaModel> | null
@@ -194291,6 +194442,12 @@ export namespace Prisma {
194291
194442
  connect?: OfferWhereUniqueInput
194292
194443
  }
194293
194444
 
194445
+ export type DocumentCreateNestedOneWithoutApplication_fit_check_reportInput = {
194446
+ create?: XOR<DocumentCreateWithoutApplication_fit_check_reportInput, DocumentUncheckedCreateWithoutApplication_fit_check_reportInput>
194447
+ connectOrCreate?: DocumentCreateOrConnectWithoutApplication_fit_check_reportInput
194448
+ connect?: DocumentWhereUniqueInput
194449
+ }
194450
+
194294
194451
  export type FitCheckUncheckedCreateNestedOneWithoutApplicationInput = {
194295
194452
  create?: XOR<FitCheckCreateWithoutApplicationInput, FitCheckUncheckedCreateWithoutApplicationInput>
194296
194453
  connectOrCreate?: FitCheckCreateOrConnectWithoutApplicationInput
@@ -194569,6 +194726,16 @@ export namespace Prisma {
194569
194726
  update?: XOR<XOR<OfferUpdateToOneWithWhereWithoutApplicationInput, OfferUpdateWithoutApplicationInput>, OfferUncheckedUpdateWithoutApplicationInput>
194570
194727
  }
194571
194728
 
194729
+ export type DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput = {
194730
+ create?: XOR<DocumentCreateWithoutApplication_fit_check_reportInput, DocumentUncheckedCreateWithoutApplication_fit_check_reportInput>
194731
+ connectOrCreate?: DocumentCreateOrConnectWithoutApplication_fit_check_reportInput
194732
+ upsert?: DocumentUpsertWithoutApplication_fit_check_reportInput
194733
+ disconnect?: DocumentWhereInput | boolean
194734
+ delete?: DocumentWhereInput | boolean
194735
+ connect?: DocumentWhereUniqueInput
194736
+ update?: XOR<XOR<DocumentUpdateToOneWithWhereWithoutApplication_fit_check_reportInput, DocumentUpdateWithoutApplication_fit_check_reportInput>, DocumentUncheckedUpdateWithoutApplication_fit_check_reportInput>
194737
+ }
194738
+
194572
194739
  export type FitCheckUncheckedUpdateOneWithoutApplicationNestedInput = {
194573
194740
  create?: XOR<FitCheckCreateWithoutApplicationInput, FitCheckUncheckedCreateWithoutApplicationInput>
194574
194741
  connectOrCreate?: FitCheckCreateOrConnectWithoutApplicationInput
@@ -196313,6 +196480,12 @@ export namespace Prisma {
196313
196480
  connect?: OfferWhereUniqueInput | OfferWhereUniqueInput[]
196314
196481
  }
196315
196482
 
196483
+ export type ApplicationCreateNestedOneWithoutFit_check_report_documentInput = {
196484
+ create?: XOR<ApplicationCreateWithoutFit_check_report_documentInput, ApplicationUncheckedCreateWithoutFit_check_report_documentInput>
196485
+ connectOrCreate?: ApplicationCreateOrConnectWithoutFit_check_report_documentInput
196486
+ connect?: ApplicationWhereUniqueInput
196487
+ }
196488
+
196316
196489
  export type ResumeUncheckedCreateNestedOneWithoutDocumentInput = {
196317
196490
  create?: XOR<ResumeCreateWithoutDocumentInput, ResumeUncheckedCreateWithoutDocumentInput>
196318
196491
  connectOrCreate?: ResumeCreateOrConnectWithoutDocumentInput
@@ -196403,6 +196576,12 @@ export namespace Prisma {
196403
196576
  connect?: OfferWhereUniqueInput | OfferWhereUniqueInput[]
196404
196577
  }
196405
196578
 
196579
+ export type ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput = {
196580
+ create?: XOR<ApplicationCreateWithoutFit_check_report_documentInput, ApplicationUncheckedCreateWithoutFit_check_report_documentInput>
196581
+ connectOrCreate?: ApplicationCreateOrConnectWithoutFit_check_report_documentInput
196582
+ connect?: ApplicationWhereUniqueInput
196583
+ }
196584
+
196406
196585
  export type NullableBigIntFieldUpdateOperationsInput = {
196407
196586
  set?: bigint | number | null
196408
196587
  increment?: bigint | number
@@ -196595,6 +196774,16 @@ export namespace Prisma {
196595
196774
  deleteMany?: OfferScalarWhereInput | OfferScalarWhereInput[]
196596
196775
  }
196597
196776
 
196777
+ export type ApplicationUpdateOneWithoutFit_check_report_documentNestedInput = {
196778
+ create?: XOR<ApplicationCreateWithoutFit_check_report_documentInput, ApplicationUncheckedCreateWithoutFit_check_report_documentInput>
196779
+ connectOrCreate?: ApplicationCreateOrConnectWithoutFit_check_report_documentInput
196780
+ upsert?: ApplicationUpsertWithoutFit_check_report_documentInput
196781
+ disconnect?: ApplicationWhereInput | boolean
196782
+ delete?: ApplicationWhereInput | boolean
196783
+ connect?: ApplicationWhereUniqueInput
196784
+ update?: XOR<XOR<ApplicationUpdateToOneWithWhereWithoutFit_check_report_documentInput, ApplicationUpdateWithoutFit_check_report_documentInput>, ApplicationUncheckedUpdateWithoutFit_check_report_documentInput>
196785
+ }
196786
+
196598
196787
  export type ResumeUncheckedUpdateOneWithoutDocumentNestedInput = {
196599
196788
  create?: XOR<ResumeCreateWithoutDocumentInput, ResumeUncheckedCreateWithoutDocumentInput>
196600
196789
  connectOrCreate?: ResumeCreateOrConnectWithoutDocumentInput
@@ -196759,6 +196948,16 @@ export namespace Prisma {
196759
196948
  deleteMany?: OfferScalarWhereInput | OfferScalarWhereInput[]
196760
196949
  }
196761
196950
 
196951
+ export type ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput = {
196952
+ create?: XOR<ApplicationCreateWithoutFit_check_report_documentInput, ApplicationUncheckedCreateWithoutFit_check_report_documentInput>
196953
+ connectOrCreate?: ApplicationCreateOrConnectWithoutFit_check_report_documentInput
196954
+ upsert?: ApplicationUpsertWithoutFit_check_report_documentInput
196955
+ disconnect?: ApplicationWhereInput | boolean
196956
+ delete?: ApplicationWhereInput | boolean
196957
+ connect?: ApplicationWhereUniqueInput
196958
+ update?: XOR<XOR<ApplicationUpdateToOneWithWhereWithoutFit_check_report_documentInput, ApplicationUpdateWithoutFit_check_report_documentInput>, ApplicationUncheckedUpdateWithoutFit_check_report_documentInput>
196959
+ }
196960
+
196762
196961
  export type OrganisationCreateNestedOneWithoutEvaluation_criteriaInput = {
196763
196962
  create?: XOR<OrganisationCreateWithoutEvaluation_criteriaInput, OrganisationUncheckedCreateWithoutEvaluation_criteriaInput>
196764
196963
  connectOrCreate?: OrganisationCreateOrConnectWithoutEvaluation_criteriaInput
@@ -202564,10 +202763,6 @@ export namespace Prisma {
202564
202763
  connect?: CandidateQuestionResponseWhereUniqueInput | CandidateQuestionResponseWhereUniqueInput[]
202565
202764
  }
202566
202765
 
202567
- export type NullableEnumQuestionCategoryFieldUpdateOperationsInput = {
202568
- set?: $Enums.QuestionCategory | null
202569
- }
202570
-
202571
202766
  export type QuestionUpdateoptionsInput = {
202572
202767
  set?: string[]
202573
202768
  push?: string | string[]
@@ -206731,13 +206926,6 @@ export namespace Prisma {
206731
206926
  _max?: NestedEnumAsyncOperationStatusFilter<$PrismaModel>
206732
206927
  }
206733
206928
 
206734
- export type NestedEnumQuestionCategoryNullableFilter<$PrismaModel = never> = {
206735
- equals?: $Enums.QuestionCategory | EnumQuestionCategoryFieldRefInput<$PrismaModel> | null
206736
- in?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
206737
- notIn?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
206738
- not?: NestedEnumQuestionCategoryNullableFilter<$PrismaModel> | $Enums.QuestionCategory | null
206739
- }
206740
-
206741
206929
  export type NestedEnumDifficultyNullableFilter<$PrismaModel = never> = {
206742
206930
  equals?: $Enums.Difficulty | EnumDifficultyFieldRefInput<$PrismaModel> | null
206743
206931
  in?: $Enums.Difficulty[] | ListEnumDifficultyFieldRefInput<$PrismaModel> | null
@@ -206745,16 +206933,6 @@ export namespace Prisma {
206745
206933
  not?: NestedEnumDifficultyNullableFilter<$PrismaModel> | $Enums.Difficulty | null
206746
206934
  }
206747
206935
 
206748
- export type NestedEnumQuestionCategoryNullableWithAggregatesFilter<$PrismaModel = never> = {
206749
- equals?: $Enums.QuestionCategory | EnumQuestionCategoryFieldRefInput<$PrismaModel> | null
206750
- in?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
206751
- notIn?: $Enums.QuestionCategory[] | ListEnumQuestionCategoryFieldRefInput<$PrismaModel> | null
206752
- not?: NestedEnumQuestionCategoryNullableWithAggregatesFilter<$PrismaModel> | $Enums.QuestionCategory | null
206753
- _count?: NestedIntNullableFilter<$PrismaModel>
206754
- _min?: NestedEnumQuestionCategoryNullableFilter<$PrismaModel>
206755
- _max?: NestedEnumQuestionCategoryNullableFilter<$PrismaModel>
206756
- }
206757
-
206758
206936
  export type NestedEnumDifficultyNullableWithAggregatesFilter<$PrismaModel = never> = {
206759
206937
  equals?: $Enums.Difficulty | EnumDifficultyFieldRefInput<$PrismaModel> | null
206760
206938
  in?: $Enums.Difficulty[] | ListEnumDifficultyFieldRefInput<$PrismaModel> | null
@@ -206870,8 +207048,6 @@ export namespace Prisma {
206870
207048
  export type QuestionCreateWithoutCandidateResponseInput = {
206871
207049
  id?: string
206872
207050
  skill?: string | null
206873
- category?: $Enums.QuestionCategory | null
206874
- bank_item_key?: string | null
206875
207051
  question: string
206876
207052
  answer: string
206877
207053
  options?: QuestionCreateoptionsInput | string[]
@@ -206894,8 +207070,6 @@ export namespace Prisma {
206894
207070
  evaluation_plan_id?: string | null
206895
207071
  candidate_id?: string | null
206896
207072
  skill?: string | null
206897
- category?: $Enums.QuestionCategory | null
206898
- bank_item_key?: string | null
206899
207073
  question: string
206900
207074
  answer: string
206901
207075
  options?: QuestionCreateoptionsInput | string[]
@@ -207142,8 +207316,6 @@ export namespace Prisma {
207142
207316
  export type QuestionUpdateWithoutCandidateResponseInput = {
207143
207317
  id?: StringFieldUpdateOperationsInput | string
207144
207318
  skill?: NullableStringFieldUpdateOperationsInput | string | null
207145
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
207146
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
207147
207319
  question?: StringFieldUpdateOperationsInput | string
207148
207320
  answer?: StringFieldUpdateOperationsInput | string
207149
207321
  options?: QuestionUpdateoptionsInput | string[]
@@ -207166,8 +207338,6 @@ export namespace Prisma {
207166
207338
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
207167
207339
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
207168
207340
  skill?: NullableStringFieldUpdateOperationsInput | string | null
207169
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
207170
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
207171
207341
  question?: StringFieldUpdateOperationsInput | string
207172
207342
  answer?: StringFieldUpdateOperationsInput | string
207173
207343
  options?: QuestionUpdateoptionsInput | string[]
@@ -209048,6 +209218,8 @@ export namespace Prisma {
209048
209218
  created_by: string
209049
209219
  updated_by: string
209050
209220
  is_active?: boolean
209221
+ fit_check_report_updated_flag?: boolean
209222
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
209051
209223
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
209052
209224
  candidate: UserCreateNestedOneWithoutApplicationsInput
209053
209225
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -209064,6 +209236,7 @@ export namespace Prisma {
209064
209236
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
209065
209237
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
209066
209238
  offer?: OfferCreateNestedOneWithoutApplicationInput
209239
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
209067
209240
  }
209068
209241
 
209069
209242
  export type ApplicationUncheckedCreateWithoutActivity_logsInput = {
@@ -209096,6 +209269,9 @@ export namespace Prisma {
209096
209269
  created_by: string
209097
209270
  updated_by: string
209098
209271
  is_active?: boolean
209272
+ fit_check_report_document_id?: string | null
209273
+ fit_check_report_updated_flag?: boolean
209274
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
209099
209275
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
209100
209276
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
209101
209277
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -209313,6 +209489,8 @@ export namespace Prisma {
209313
209489
  created_by?: StringFieldUpdateOperationsInput | string
209314
209490
  updated_by?: StringFieldUpdateOperationsInput | string
209315
209491
  is_active?: BoolFieldUpdateOperationsInput | boolean
209492
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
209493
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
209316
209494
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
209317
209495
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
209318
209496
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -209329,6 +209507,7 @@ export namespace Prisma {
209329
209507
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
209330
209508
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
209331
209509
  offer?: OfferUpdateOneWithoutApplicationNestedInput
209510
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
209332
209511
  }
209333
209512
 
209334
209513
  export type ApplicationUncheckedUpdateWithoutActivity_logsInput = {
@@ -209361,6 +209540,9 @@ export namespace Prisma {
209361
209540
  created_by?: StringFieldUpdateOperationsInput | string
209362
209541
  updated_by?: StringFieldUpdateOperationsInput | string
209363
209542
  is_active?: BoolFieldUpdateOperationsInput | boolean
209543
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
209544
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
209545
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
209364
209546
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
209365
209547
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
209366
209548
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -210620,6 +210802,7 @@ export namespace Prisma {
210620
210802
  created_by: string
210621
210803
  updated_by: string
210622
210804
  is_active?: boolean
210805
+ order_no?: number | null
210623
210806
  field?: JobApplicationFieldCreateNestedOneWithoutJob_application_responsesInput
210624
210807
  document?: DocumentCreateNestedOneWithoutJob_application_responsesInput
210625
210808
  }
@@ -210642,6 +210825,7 @@ export namespace Prisma {
210642
210825
  created_by: string
210643
210826
  updated_by: string
210644
210827
  is_active?: boolean
210828
+ order_no?: number | null
210645
210829
  }
210646
210830
 
210647
210831
  export type JobApplicationResponseCreateOrConnectWithoutApplicationInput = {
@@ -210717,6 +210901,79 @@ export namespace Prisma {
210717
210901
  create: XOR<OfferCreateWithoutApplicationInput, OfferUncheckedCreateWithoutApplicationInput>
210718
210902
  }
210719
210903
 
210904
+ export type DocumentCreateWithoutApplication_fit_check_reportInput = {
210905
+ id?: string
210906
+ original_file_name: string
210907
+ stored_file_name: string
210908
+ file_extension?: string | null
210909
+ s3_bucket?: string | null
210910
+ s3_key?: string | null
210911
+ mime_type?: string | null
210912
+ file_size?: bigint | number | null
210913
+ file_hash?: string | null
210914
+ metadata?: NullableJsonNullValueInput | InputJsonValue
210915
+ created_at?: Date | string
210916
+ updated_at?: Date | string
210917
+ created_by: string
210918
+ updated_by: string
210919
+ is_active?: boolean
210920
+ organisation?: OrganisationCreateNestedOneWithoutDocumentsInput
210921
+ candidate?: UserCreateNestedOneWithoutDocumentsInput
210922
+ resume?: ResumeCreateNestedOneWithoutDocumentInput
210923
+ resume_rendered_export?: ResumeCreateNestedOneWithoutRendered_export_documentInput
210924
+ job_description_source?: JobDescriptionCreateNestedOneWithoutSource_documentInput
210925
+ job_description_rendered?: JobDescriptionCreateNestedOneWithoutRendered_jd_documentInput
210926
+ job_description_display_html?: JobDescriptionCreateNestedOneWithoutDisplay_html_documentInput
210927
+ interview_recording?: InterviewCreateNestedOneWithoutRecording_documentInput
210928
+ job_application_responses?: JobApplicationResponseCreateNestedManyWithoutDocumentInput
210929
+ assignment_solution?: AssignmentCreateNestedOneWithoutSolution_documentInput
210930
+ assignment_zip?: AssignmentCreateNestedOneWithoutZip_documentInput
210931
+ offer_letter_template_docx?: OfferLetterTemplateCreateNestedManyWithoutDocumentInput
210932
+ offer_letter_template_html?: OfferLetterTemplateCreateNestedManyWithoutHtml_documentInput
210933
+ offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
210934
+ offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
210935
+ offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
210936
+ }
210937
+
210938
+ export type DocumentUncheckedCreateWithoutApplication_fit_check_reportInput = {
210939
+ id?: string
210940
+ organisation_id?: string | null
210941
+ candidate_id?: string | null
210942
+ original_file_name: string
210943
+ stored_file_name: string
210944
+ file_extension?: string | null
210945
+ s3_bucket?: string | null
210946
+ s3_key?: string | null
210947
+ mime_type?: string | null
210948
+ file_size?: bigint | number | null
210949
+ file_hash?: string | null
210950
+ metadata?: NullableJsonNullValueInput | InputJsonValue
210951
+ created_at?: Date | string
210952
+ updated_at?: Date | string
210953
+ created_by: string
210954
+ updated_by: string
210955
+ is_active?: boolean
210956
+ resume?: ResumeUncheckedCreateNestedOneWithoutDocumentInput
210957
+ resume_rendered_export?: ResumeUncheckedCreateNestedOneWithoutRendered_export_documentInput
210958
+ job_description_source?: JobDescriptionUncheckedCreateNestedOneWithoutSource_documentInput
210959
+ job_description_rendered?: JobDescriptionUncheckedCreateNestedOneWithoutRendered_jd_documentInput
210960
+ job_description_display_html?: JobDescriptionUncheckedCreateNestedOneWithoutDisplay_html_documentInput
210961
+ interview_recording?: InterviewUncheckedCreateNestedOneWithoutRecording_documentInput
210962
+ job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutDocumentInput
210963
+ assignment_solution?: AssignmentUncheckedCreateNestedOneWithoutSolution_documentInput
210964
+ assignment_zip?: AssignmentUncheckedCreateNestedOneWithoutZip_documentInput
210965
+ offer_letter_template_docx?: OfferLetterTemplateUncheckedCreateNestedManyWithoutDocumentInput
210966
+ offer_letter_template_html?: OfferLetterTemplateUncheckedCreateNestedManyWithoutHtml_documentInput
210967
+ offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
210968
+ offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
210969
+ offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
210970
+ }
210971
+
210972
+ export type DocumentCreateOrConnectWithoutApplication_fit_check_reportInput = {
210973
+ where: DocumentWhereUniqueInput
210974
+ create: XOR<DocumentCreateWithoutApplication_fit_check_reportInput, DocumentUncheckedCreateWithoutApplication_fit_check_reportInput>
210975
+ }
210976
+
210720
210977
  export type EvaluationPlanUpsertWithoutApplicationsInput = {
210721
210978
  update: XOR<EvaluationPlanUpdateWithoutApplicationsInput, EvaluationPlanUncheckedUpdateWithoutApplicationsInput>
210722
210979
  create: XOR<EvaluationPlanCreateWithoutApplicationsInput, EvaluationPlanUncheckedCreateWithoutApplicationsInput>
@@ -211902,6 +212159,7 @@ export namespace Prisma {
211902
212159
  created_by?: StringFilter<"JobApplicationResponse"> | string
211903
212160
  updated_by?: StringFilter<"JobApplicationResponse"> | string
211904
212161
  is_active?: BoolFilter<"JobApplicationResponse"> | boolean
212162
+ order_no?: IntNullableFilter<"JobApplicationResponse"> | number | null
211905
212163
  }
211906
212164
 
211907
212165
  export type OfferUpsertWithoutApplicationInput = {
@@ -211973,6 +212231,85 @@ export namespace Prisma {
211973
212231
  letters?: OfferLetterUncheckedUpdateManyWithoutOfferNestedInput
211974
212232
  }
211975
212233
 
212234
+ export type DocumentUpsertWithoutApplication_fit_check_reportInput = {
212235
+ update: XOR<DocumentUpdateWithoutApplication_fit_check_reportInput, DocumentUncheckedUpdateWithoutApplication_fit_check_reportInput>
212236
+ create: XOR<DocumentCreateWithoutApplication_fit_check_reportInput, DocumentUncheckedCreateWithoutApplication_fit_check_reportInput>
212237
+ where?: DocumentWhereInput
212238
+ }
212239
+
212240
+ export type DocumentUpdateToOneWithWhereWithoutApplication_fit_check_reportInput = {
212241
+ where?: DocumentWhereInput
212242
+ data: XOR<DocumentUpdateWithoutApplication_fit_check_reportInput, DocumentUncheckedUpdateWithoutApplication_fit_check_reportInput>
212243
+ }
212244
+
212245
+ export type DocumentUpdateWithoutApplication_fit_check_reportInput = {
212246
+ id?: StringFieldUpdateOperationsInput | string
212247
+ original_file_name?: StringFieldUpdateOperationsInput | string
212248
+ stored_file_name?: StringFieldUpdateOperationsInput | string
212249
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
212250
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
212251
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
212252
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
212253
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
212254
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
212255
+ metadata?: NullableJsonNullValueInput | InputJsonValue
212256
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
212257
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
212258
+ created_by?: StringFieldUpdateOperationsInput | string
212259
+ updated_by?: StringFieldUpdateOperationsInput | string
212260
+ is_active?: BoolFieldUpdateOperationsInput | boolean
212261
+ organisation?: OrganisationUpdateOneWithoutDocumentsNestedInput
212262
+ candidate?: UserUpdateOneWithoutDocumentsNestedInput
212263
+ resume?: ResumeUpdateOneWithoutDocumentNestedInput
212264
+ resume_rendered_export?: ResumeUpdateOneWithoutRendered_export_documentNestedInput
212265
+ job_description_source?: JobDescriptionUpdateOneWithoutSource_documentNestedInput
212266
+ job_description_rendered?: JobDescriptionUpdateOneWithoutRendered_jd_documentNestedInput
212267
+ job_description_display_html?: JobDescriptionUpdateOneWithoutDisplay_html_documentNestedInput
212268
+ interview_recording?: InterviewUpdateOneWithoutRecording_documentNestedInput
212269
+ job_application_responses?: JobApplicationResponseUpdateManyWithoutDocumentNestedInput
212270
+ assignment_solution?: AssignmentUpdateOneWithoutSolution_documentNestedInput
212271
+ assignment_zip?: AssignmentUpdateOneWithoutZip_documentNestedInput
212272
+ offer_letter_template_docx?: OfferLetterTemplateUpdateManyWithoutDocumentNestedInput
212273
+ offer_letter_template_html?: OfferLetterTemplateUpdateManyWithoutHtml_documentNestedInput
212274
+ offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
212275
+ offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
212276
+ offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
212277
+ }
212278
+
212279
+ export type DocumentUncheckedUpdateWithoutApplication_fit_check_reportInput = {
212280
+ id?: StringFieldUpdateOperationsInput | string
212281
+ organisation_id?: NullableStringFieldUpdateOperationsInput | string | null
212282
+ candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
212283
+ original_file_name?: StringFieldUpdateOperationsInput | string
212284
+ stored_file_name?: StringFieldUpdateOperationsInput | string
212285
+ file_extension?: NullableStringFieldUpdateOperationsInput | string | null
212286
+ s3_bucket?: NullableStringFieldUpdateOperationsInput | string | null
212287
+ s3_key?: NullableStringFieldUpdateOperationsInput | string | null
212288
+ mime_type?: NullableStringFieldUpdateOperationsInput | string | null
212289
+ file_size?: NullableBigIntFieldUpdateOperationsInput | bigint | number | null
212290
+ file_hash?: NullableStringFieldUpdateOperationsInput | string | null
212291
+ metadata?: NullableJsonNullValueInput | InputJsonValue
212292
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
212293
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
212294
+ created_by?: StringFieldUpdateOperationsInput | string
212295
+ updated_by?: StringFieldUpdateOperationsInput | string
212296
+ is_active?: BoolFieldUpdateOperationsInput | boolean
212297
+ resume?: ResumeUncheckedUpdateOneWithoutDocumentNestedInput
212298
+ resume_rendered_export?: ResumeUncheckedUpdateOneWithoutRendered_export_documentNestedInput
212299
+ job_description_source?: JobDescriptionUncheckedUpdateOneWithoutSource_documentNestedInput
212300
+ job_description_rendered?: JobDescriptionUncheckedUpdateOneWithoutRendered_jd_documentNestedInput
212301
+ job_description_display_html?: JobDescriptionUncheckedUpdateOneWithoutDisplay_html_documentNestedInput
212302
+ interview_recording?: InterviewUncheckedUpdateOneWithoutRecording_documentNestedInput
212303
+ job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutDocumentNestedInput
212304
+ assignment_solution?: AssignmentUncheckedUpdateOneWithoutSolution_documentNestedInput
212305
+ assignment_zip?: AssignmentUncheckedUpdateOneWithoutZip_documentNestedInput
212306
+ offer_letter_template_docx?: OfferLetterTemplateUncheckedUpdateManyWithoutDocumentNestedInput
212307
+ offer_letter_template_html?: OfferLetterTemplateUncheckedUpdateManyWithoutHtml_documentNestedInput
212308
+ offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
212309
+ offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
212310
+ offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
212311
+ }
212312
+
211976
212313
  export type JobDescriptionCreateWithoutApprovalsInput = {
211977
212314
  id?: string
211978
212315
  status?: $Enums.JobDescriptionStatus
@@ -212816,7 +213153,6 @@ export namespace Prisma {
212816
213153
  created_by: string
212817
213154
  updated_by: string
212818
213155
  is_active?: boolean
212819
- generation_state?: NullableJsonNullValueInput | InputJsonValue
212820
213156
  organisation: OrganisationCreateNestedOneWithoutAssessment_libraryInput
212821
213157
  questions?: QuestionCreateNestedManyWithoutAssessmentLibraryInput
212822
213158
  evaluation_Plans?: EvaluationPlanCreateNestedManyWithoutAssessmentInput
@@ -212834,7 +213170,6 @@ export namespace Prisma {
212834
213170
  created_by: string
212835
213171
  updated_by: string
212836
213172
  is_active?: boolean
212837
- generation_state?: NullableJsonNullValueInput | InputJsonValue
212838
213173
  questions?: QuestionUncheckedCreateNestedManyWithoutAssessmentLibraryInput
212839
213174
  evaluation_Plans?: EvaluationPlanUncheckedCreateNestedManyWithoutAssessmentInput
212840
213175
  }
@@ -213631,7 +213966,6 @@ export namespace Prisma {
213631
213966
  created_by?: StringFieldUpdateOperationsInput | string
213632
213967
  updated_by?: StringFieldUpdateOperationsInput | string
213633
213968
  is_active?: BoolFieldUpdateOperationsInput | boolean
213634
- generation_state?: NullableJsonNullValueInput | InputJsonValue
213635
213969
  organisation?: OrganisationUpdateOneRequiredWithoutAssessment_libraryNestedInput
213636
213970
  questions?: QuestionUpdateManyWithoutAssessmentLibraryNestedInput
213637
213971
  evaluation_Plans?: EvaluationPlanUpdateManyWithoutAssessmentNestedInput
@@ -213649,7 +213983,6 @@ export namespace Prisma {
213649
213983
  created_by?: StringFieldUpdateOperationsInput | string
213650
213984
  updated_by?: StringFieldUpdateOperationsInput | string
213651
213985
  is_active?: BoolFieldUpdateOperationsInput | boolean
213652
- generation_state?: NullableJsonNullValueInput | InputJsonValue
213653
213986
  questions?: QuestionUncheckedUpdateManyWithoutAssessmentLibraryNestedInput
213654
213987
  evaluation_Plans?: EvaluationPlanUncheckedUpdateManyWithoutAssessmentNestedInput
213655
213988
  }
@@ -214590,8 +214923,6 @@ export namespace Prisma {
214590
214923
  export type QuestionCreateWithoutAssessmentLibraryInput = {
214591
214924
  id?: string
214592
214925
  skill?: string | null
214593
- category?: $Enums.QuestionCategory | null
214594
- bank_item_key?: string | null
214595
214926
  question: string
214596
214927
  answer: string
214597
214928
  options?: QuestionCreateoptionsInput | string[]
@@ -214613,8 +214944,6 @@ export namespace Prisma {
214613
214944
  evaluation_plan_id?: string | null
214614
214945
  candidate_id?: string | null
214615
214946
  skill?: string | null
214616
- category?: $Enums.QuestionCategory | null
214617
- bank_item_key?: string | null
214618
214947
  question: string
214619
214948
  answer: string
214620
214949
  options?: QuestionCreateoptionsInput | string[]
@@ -214941,8 +215270,6 @@ export namespace Prisma {
214941
215270
  evaluation_plan_id?: StringNullableFilter<"Question"> | string | null
214942
215271
  candidate_id?: StringNullableFilter<"Question"> | string | null
214943
215272
  skill?: StringNullableFilter<"Question"> | string | null
214944
- category?: EnumQuestionCategoryNullableFilter<"Question"> | $Enums.QuestionCategory | null
214945
- bank_item_key?: StringNullableFilter<"Question"> | string | null
214946
215273
  question?: StringFilter<"Question"> | string
214947
215274
  answer?: StringFilter<"Question"> | string
214948
215275
  options?: StringNullableListFilter<"Question">
@@ -215101,8 +215428,6 @@ export namespace Prisma {
215101
215428
  export type QuestionCreateWithoutAssessmentsInput = {
215102
215429
  id?: string
215103
215430
  skill?: string | null
215104
- category?: $Enums.QuestionCategory | null
215105
- bank_item_key?: string | null
215106
215431
  question: string
215107
215432
  answer: string
215108
215433
  options?: QuestionCreateoptionsInput | string[]
@@ -215125,8 +215450,6 @@ export namespace Prisma {
215125
215450
  evaluation_plan_id?: string | null
215126
215451
  candidate_id?: string | null
215127
215452
  skill?: string | null
215128
- category?: $Enums.QuestionCategory | null
215129
- bank_item_key?: string | null
215130
215453
  question: string
215131
215454
  answer: string
215132
215455
  options?: QuestionCreateoptionsInput | string[]
@@ -215218,8 +215541,6 @@ export namespace Prisma {
215218
215541
  export type QuestionUpdateWithoutAssessmentsInput = {
215219
215542
  id?: StringFieldUpdateOperationsInput | string
215220
215543
  skill?: NullableStringFieldUpdateOperationsInput | string | null
215221
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
215222
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
215223
215544
  question?: StringFieldUpdateOperationsInput | string
215224
215545
  answer?: StringFieldUpdateOperationsInput | string
215225
215546
  options?: QuestionUpdateoptionsInput | string[]
@@ -215242,8 +215563,6 @@ export namespace Prisma {
215242
215563
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
215243
215564
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
215244
215565
  skill?: NullableStringFieldUpdateOperationsInput | string | null
215245
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
215246
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
215247
215566
  question?: StringFieldUpdateOperationsInput | string
215248
215567
  answer?: StringFieldUpdateOperationsInput | string
215249
215568
  options?: QuestionUpdateoptionsInput | string[]
@@ -215881,6 +216200,8 @@ export namespace Prisma {
215881
216200
  created_by: string
215882
216201
  updated_by: string
215883
216202
  is_active?: boolean
216203
+ fit_check_report_updated_flag?: boolean
216204
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
215884
216205
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
215885
216206
  candidate: UserCreateNestedOneWithoutApplicationsInput
215886
216207
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -215897,6 +216218,7 @@ export namespace Prisma {
215897
216218
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
215898
216219
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
215899
216220
  offer?: OfferCreateNestedOneWithoutApplicationInput
216221
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
215900
216222
  }
215901
216223
 
215902
216224
  export type ApplicationUncheckedCreateWithoutAssignmentsInput = {
@@ -215929,6 +216251,9 @@ export namespace Prisma {
215929
216251
  created_by: string
215930
216252
  updated_by: string
215931
216253
  is_active?: boolean
216254
+ fit_check_report_document_id?: string | null
216255
+ fit_check_report_updated_flag?: boolean
216256
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
215932
216257
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
215933
216258
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
215934
216259
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutApplicationInput
@@ -216063,6 +216388,7 @@ export namespace Prisma {
216063
216388
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
216064
216389
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
216065
216390
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
216391
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
216066
216392
  }
216067
216393
 
216068
216394
  export type DocumentUncheckedCreateWithoutAssignment_solutionInput = {
@@ -216096,6 +216422,7 @@ export namespace Prisma {
216096
216422
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
216097
216423
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
216098
216424
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
216425
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
216099
216426
  }
216100
216427
 
216101
216428
  export type DocumentCreateOrConnectWithoutAssignment_solutionInput = {
@@ -216134,6 +216461,7 @@ export namespace Prisma {
216134
216461
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
216135
216462
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
216136
216463
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
216464
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
216137
216465
  }
216138
216466
 
216139
216467
  export type DocumentUncheckedCreateWithoutAssignment_zipInput = {
@@ -216167,6 +216495,7 @@ export namespace Prisma {
216167
216495
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
216168
216496
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
216169
216497
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
216498
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
216170
216499
  }
216171
216500
 
216172
216501
  export type DocumentCreateOrConnectWithoutAssignment_zipInput = {
@@ -216839,6 +217168,8 @@ export namespace Prisma {
216839
217168
  created_by?: StringFieldUpdateOperationsInput | string
216840
217169
  updated_by?: StringFieldUpdateOperationsInput | string
216841
217170
  is_active?: BoolFieldUpdateOperationsInput | boolean
217171
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
217172
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
216842
217173
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
216843
217174
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
216844
217175
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -216855,6 +217186,7 @@ export namespace Prisma {
216855
217186
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
216856
217187
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
216857
217188
  offer?: OfferUpdateOneWithoutApplicationNestedInput
217189
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
216858
217190
  }
216859
217191
 
216860
217192
  export type ApplicationUncheckedUpdateWithoutAssignmentsInput = {
@@ -216887,6 +217219,9 @@ export namespace Prisma {
216887
217219
  created_by?: StringFieldUpdateOperationsInput | string
216888
217220
  updated_by?: StringFieldUpdateOperationsInput | string
216889
217221
  is_active?: BoolFieldUpdateOperationsInput | boolean
217222
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
217223
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
217224
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
216890
217225
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
216891
217226
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
216892
217227
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutApplicationNestedInput
@@ -217033,6 +217368,7 @@ export namespace Prisma {
217033
217368
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
217034
217369
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
217035
217370
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
217371
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
217036
217372
  }
217037
217373
 
217038
217374
  export type DocumentUncheckedUpdateWithoutAssignment_solutionInput = {
@@ -217066,6 +217402,7 @@ export namespace Prisma {
217066
217402
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
217067
217403
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
217068
217404
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
217405
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
217069
217406
  }
217070
217407
 
217071
217408
  export type DocumentUpsertWithoutAssignment_zipInput = {
@@ -217110,6 +217447,7 @@ export namespace Prisma {
217110
217447
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
217111
217448
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
217112
217449
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
217450
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
217113
217451
  }
217114
217452
 
217115
217453
  export type DocumentUncheckedUpdateWithoutAssignment_zipInput = {
@@ -217143,6 +217481,7 @@ export namespace Prisma {
217143
217481
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
217144
217482
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
217145
217483
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
217484
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
217146
217485
  }
217147
217486
 
217148
217487
  export type OrganisationCreateWithoutAssignment_libraryInput = {
@@ -219953,6 +220292,8 @@ export namespace Prisma {
219953
220292
  created_by: string
219954
220293
  updated_by: string
219955
220294
  is_active?: boolean
220295
+ fit_check_report_updated_flag?: boolean
220296
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
219956
220297
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
219957
220298
  candidate: UserCreateNestedOneWithoutApplicationsInput
219958
220299
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -219969,6 +220310,7 @@ export namespace Prisma {
219969
220310
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
219970
220311
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
219971
220312
  offer?: OfferCreateNestedOneWithoutApplicationInput
220313
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
219972
220314
  }
219973
220315
 
219974
220316
  export type ApplicationUncheckedCreateWithoutConversationsInput = {
@@ -220001,6 +220343,9 @@ export namespace Prisma {
220001
220343
  created_by: string
220002
220344
  updated_by: string
220003
220345
  is_active?: boolean
220346
+ fit_check_report_document_id?: string | null
220347
+ fit_check_report_updated_flag?: boolean
220348
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
220004
220349
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
220005
220350
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
220006
220351
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -220408,6 +220753,8 @@ export namespace Prisma {
220408
220753
  created_by?: StringFieldUpdateOperationsInput | string
220409
220754
  updated_by?: StringFieldUpdateOperationsInput | string
220410
220755
  is_active?: BoolFieldUpdateOperationsInput | boolean
220756
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
220757
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
220411
220758
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
220412
220759
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
220413
220760
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -220424,6 +220771,7 @@ export namespace Prisma {
220424
220771
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
220425
220772
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
220426
220773
  offer?: OfferUpdateOneWithoutApplicationNestedInput
220774
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
220427
220775
  }
220428
220776
 
220429
220777
  export type ApplicationUncheckedUpdateWithoutConversationsInput = {
@@ -220456,6 +220804,9 @@ export namespace Prisma {
220456
220804
  created_by?: StringFieldUpdateOperationsInput | string
220457
220805
  updated_by?: StringFieldUpdateOperationsInput | string
220458
220806
  is_active?: BoolFieldUpdateOperationsInput | boolean
220807
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
220808
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
220809
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
220459
220810
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
220460
220811
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
220461
220812
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -220844,6 +221195,8 @@ export namespace Prisma {
220844
221195
  created_by: string
220845
221196
  updated_by: string
220846
221197
  is_active?: boolean
221198
+ fit_check_report_updated_flag?: boolean
221199
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
220847
221200
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
220848
221201
  candidate: UserCreateNestedOneWithoutApplicationsInput
220849
221202
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -220860,6 +221213,7 @@ export namespace Prisma {
220860
221213
  conversations?: ConversationCreateNestedManyWithoutApplicationInput
220861
221214
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
220862
221215
  offer?: OfferCreateNestedOneWithoutApplicationInput
221216
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
220863
221217
  }
220864
221218
 
220865
221219
  export type ApplicationUncheckedCreateWithoutCommunication_messagesInput = {
@@ -220892,6 +221246,9 @@ export namespace Prisma {
220892
221246
  created_by: string
220893
221247
  updated_by: string
220894
221248
  is_active?: boolean
221249
+ fit_check_report_document_id?: string | null
221250
+ fit_check_report_updated_flag?: boolean
221251
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
220895
221252
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
220896
221253
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
220897
221254
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -221292,6 +221649,8 @@ export namespace Prisma {
221292
221649
  created_by?: StringFieldUpdateOperationsInput | string
221293
221650
  updated_by?: StringFieldUpdateOperationsInput | string
221294
221651
  is_active?: BoolFieldUpdateOperationsInput | boolean
221652
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
221653
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
221295
221654
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
221296
221655
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
221297
221656
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -221308,6 +221667,7 @@ export namespace Prisma {
221308
221667
  conversations?: ConversationUpdateManyWithoutApplicationNestedInput
221309
221668
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
221310
221669
  offer?: OfferUpdateOneWithoutApplicationNestedInput
221670
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
221311
221671
  }
221312
221672
 
221313
221673
  export type ApplicationUncheckedUpdateWithoutCommunication_messagesInput = {
@@ -221340,6 +221700,9 @@ export namespace Prisma {
221340
221700
  created_by?: StringFieldUpdateOperationsInput | string
221341
221701
  updated_by?: StringFieldUpdateOperationsInput | string
221342
221702
  is_active?: BoolFieldUpdateOperationsInput | boolean
221703
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
221704
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
221705
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
221343
221706
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
221344
221707
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
221345
221708
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -224270,6 +224633,7 @@ export namespace Prisma {
224270
224633
  created_by: string
224271
224634
  updated_by: string
224272
224635
  is_active?: boolean
224636
+ order_no?: number | null
224273
224637
  application: ApplicationCreateNestedOneWithoutJob_application_responsesInput
224274
224638
  field?: JobApplicationFieldCreateNestedOneWithoutJob_application_responsesInput
224275
224639
  }
@@ -224292,6 +224656,7 @@ export namespace Prisma {
224292
224656
  created_by: string
224293
224657
  updated_by: string
224294
224658
  is_active?: boolean
224659
+ order_no?: number | null
224295
224660
  }
224296
224661
 
224297
224662
  export type JobApplicationResponseCreateOrConnectWithoutDocumentInput = {
@@ -224682,6 +225047,99 @@ export namespace Prisma {
224682
225047
  skipDuplicates?: boolean
224683
225048
  }
224684
225049
 
225050
+ export type ApplicationCreateWithoutFit_check_report_documentInput = {
225051
+ id?: string
225052
+ fit_check_score?: number | null
225053
+ applied_at?: Date | string
225054
+ round_no?: number
225055
+ is_jaf_completed?: boolean
225056
+ proceed_to_next_round?: boolean | null
225057
+ evaluationComment?: string | null
225058
+ is_flagged?: boolean
225059
+ flag_comment?: string | null
225060
+ flagged_at?: Date | string | null
225061
+ flagged_by?: string | null
225062
+ unflag_comment?: string | null
225063
+ unflagged_at?: Date | string | null
225064
+ unflagged_by?: string | null
225065
+ fit_check_status?: $Enums.FitCheckStatus | null
225066
+ status?: $Enums.ApplicationStatus
225067
+ offer_substatus?: $Enums.ApplicationOfferSubstatus | null
225068
+ created_at?: Date | string
225069
+ updated_at?: Date | string
225070
+ created_by: string
225071
+ updated_by: string
225072
+ is_active?: boolean
225073
+ fit_check_report_updated_flag?: boolean
225074
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
225075
+ evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
225076
+ candidate: UserCreateNestedOneWithoutApplicationsInput
225077
+ organisation: OrganisationCreateNestedOneWithoutApplicationsInput
225078
+ resume: ResumeCreateNestedOneWithoutApplicationsInput
225079
+ job_description: JobDescriptionCreateNestedOneWithoutApplicationsInput
225080
+ fit_check?: FitCheckCreateNestedOneWithoutApplicationInput
225081
+ recruiter?: UserCreateNestedOneWithoutRecruiter_applicationsInput
225082
+ source?: SourceCreateNestedOneWithoutApplicationsInput
225083
+ interviews?: InterviewCreateNestedManyWithoutApplicationInput
225084
+ assignments?: AssignmentCreateNestedManyWithoutApplicationInput
225085
+ ongoing_evaluations?: OngoingEvaluationCreateNestedManyWithoutApplicationInput
225086
+ activity_logs?: ActivityLogCreateNestedManyWithoutApplicationInput
225087
+ notes?: NotesCreateNestedManyWithoutApplicationInput
225088
+ conversations?: ConversationCreateNestedManyWithoutApplicationInput
225089
+ communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
225090
+ job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
225091
+ offer?: OfferCreateNestedOneWithoutApplicationInput
225092
+ }
225093
+
225094
+ export type ApplicationUncheckedCreateWithoutFit_check_report_documentInput = {
225095
+ id?: string
225096
+ organisation_id: string
225097
+ candidate_id: string
225098
+ resume_id: string
225099
+ job_description_id: string
225100
+ evaluation_plan_id?: string | null
225101
+ recruiter_id?: string | null
225102
+ source_id?: string | null
225103
+ fit_check_score?: number | null
225104
+ applied_at?: Date | string
225105
+ round_no?: number
225106
+ is_jaf_completed?: boolean
225107
+ proceed_to_next_round?: boolean | null
225108
+ evaluationComment?: string | null
225109
+ is_flagged?: boolean
225110
+ flag_comment?: string | null
225111
+ flagged_at?: Date | string | null
225112
+ flagged_by?: string | null
225113
+ unflag_comment?: string | null
225114
+ unflagged_at?: Date | string | null
225115
+ unflagged_by?: string | null
225116
+ fit_check_status?: $Enums.FitCheckStatus | null
225117
+ status?: $Enums.ApplicationStatus
225118
+ offer_substatus?: $Enums.ApplicationOfferSubstatus | null
225119
+ created_at?: Date | string
225120
+ updated_at?: Date | string
225121
+ created_by: string
225122
+ updated_by: string
225123
+ is_active?: boolean
225124
+ fit_check_report_updated_flag?: boolean
225125
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
225126
+ fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
225127
+ interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
225128
+ assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
225129
+ ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutApplicationInput
225130
+ activity_logs?: ActivityLogUncheckedCreateNestedManyWithoutApplicationInput
225131
+ notes?: NotesUncheckedCreateNestedManyWithoutApplicationInput
225132
+ conversations?: ConversationUncheckedCreateNestedManyWithoutApplicationInput
225133
+ communication_messages?: CommunicationMessageUncheckedCreateNestedManyWithoutApplicationInput
225134
+ job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutApplicationInput
225135
+ offer?: OfferUncheckedCreateNestedOneWithoutApplicationInput
225136
+ }
225137
+
225138
+ export type ApplicationCreateOrConnectWithoutFit_check_report_documentInput = {
225139
+ where: ApplicationWhereUniqueInput
225140
+ create: XOR<ApplicationCreateWithoutFit_check_report_documentInput, ApplicationUncheckedCreateWithoutFit_check_report_documentInput>
225141
+ }
225142
+
224685
225143
  export type OrganisationUpsertWithoutDocumentsInput = {
224686
225144
  update: XOR<OrganisationUpdateWithoutDocumentsInput, OrganisationUncheckedUpdateWithoutDocumentsInput>
224687
225145
  create: XOR<OrganisationCreateWithoutDocumentsInput, OrganisationUncheckedCreateWithoutDocumentsInput>
@@ -225880,6 +226338,105 @@ export namespace Prisma {
225880
226338
  updated_at?: DateTimeFilter<"Offer"> | Date | string
225881
226339
  }
225882
226340
 
226341
+ export type ApplicationUpsertWithoutFit_check_report_documentInput = {
226342
+ update: XOR<ApplicationUpdateWithoutFit_check_report_documentInput, ApplicationUncheckedUpdateWithoutFit_check_report_documentInput>
226343
+ create: XOR<ApplicationCreateWithoutFit_check_report_documentInput, ApplicationUncheckedCreateWithoutFit_check_report_documentInput>
226344
+ where?: ApplicationWhereInput
226345
+ }
226346
+
226347
+ export type ApplicationUpdateToOneWithWhereWithoutFit_check_report_documentInput = {
226348
+ where?: ApplicationWhereInput
226349
+ data: XOR<ApplicationUpdateWithoutFit_check_report_documentInput, ApplicationUncheckedUpdateWithoutFit_check_report_documentInput>
226350
+ }
226351
+
226352
+ export type ApplicationUpdateWithoutFit_check_report_documentInput = {
226353
+ id?: StringFieldUpdateOperationsInput | string
226354
+ fit_check_score?: NullableFloatFieldUpdateOperationsInput | number | null
226355
+ applied_at?: DateTimeFieldUpdateOperationsInput | Date | string
226356
+ round_no?: IntFieldUpdateOperationsInput | number
226357
+ is_jaf_completed?: BoolFieldUpdateOperationsInput | boolean
226358
+ proceed_to_next_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
226359
+ evaluationComment?: NullableStringFieldUpdateOperationsInput | string | null
226360
+ is_flagged?: BoolFieldUpdateOperationsInput | boolean
226361
+ flag_comment?: NullableStringFieldUpdateOperationsInput | string | null
226362
+ flagged_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
226363
+ flagged_by?: NullableStringFieldUpdateOperationsInput | string | null
226364
+ unflag_comment?: NullableStringFieldUpdateOperationsInput | string | null
226365
+ unflagged_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
226366
+ unflagged_by?: NullableStringFieldUpdateOperationsInput | string | null
226367
+ fit_check_status?: NullableEnumFitCheckStatusFieldUpdateOperationsInput | $Enums.FitCheckStatus | null
226368
+ status?: EnumApplicationStatusFieldUpdateOperationsInput | $Enums.ApplicationStatus
226369
+ offer_substatus?: NullableEnumApplicationOfferSubstatusFieldUpdateOperationsInput | $Enums.ApplicationOfferSubstatus | null
226370
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
226371
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
226372
+ created_by?: StringFieldUpdateOperationsInput | string
226373
+ updated_by?: StringFieldUpdateOperationsInput | string
226374
+ is_active?: BoolFieldUpdateOperationsInput | boolean
226375
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
226376
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
226377
+ evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
226378
+ candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
226379
+ organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
226380
+ resume?: ResumeUpdateOneRequiredWithoutApplicationsNestedInput
226381
+ job_description?: JobDescriptionUpdateOneRequiredWithoutApplicationsNestedInput
226382
+ fit_check?: FitCheckUpdateOneWithoutApplicationNestedInput
226383
+ recruiter?: UserUpdateOneWithoutRecruiter_applicationsNestedInput
226384
+ source?: SourceUpdateOneWithoutApplicationsNestedInput
226385
+ interviews?: InterviewUpdateManyWithoutApplicationNestedInput
226386
+ assignments?: AssignmentUpdateManyWithoutApplicationNestedInput
226387
+ ongoing_evaluations?: OngoingEvaluationUpdateManyWithoutApplicationNestedInput
226388
+ activity_logs?: ActivityLogUpdateManyWithoutApplicationNestedInput
226389
+ notes?: NotesUpdateManyWithoutApplicationNestedInput
226390
+ conversations?: ConversationUpdateManyWithoutApplicationNestedInput
226391
+ communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
226392
+ job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
226393
+ offer?: OfferUpdateOneWithoutApplicationNestedInput
226394
+ }
226395
+
226396
+ export type ApplicationUncheckedUpdateWithoutFit_check_report_documentInput = {
226397
+ id?: StringFieldUpdateOperationsInput | string
226398
+ organisation_id?: StringFieldUpdateOperationsInput | string
226399
+ candidate_id?: StringFieldUpdateOperationsInput | string
226400
+ resume_id?: StringFieldUpdateOperationsInput | string
226401
+ job_description_id?: StringFieldUpdateOperationsInput | string
226402
+ evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
226403
+ recruiter_id?: NullableStringFieldUpdateOperationsInput | string | null
226404
+ source_id?: NullableStringFieldUpdateOperationsInput | string | null
226405
+ fit_check_score?: NullableFloatFieldUpdateOperationsInput | number | null
226406
+ applied_at?: DateTimeFieldUpdateOperationsInput | Date | string
226407
+ round_no?: IntFieldUpdateOperationsInput | number
226408
+ is_jaf_completed?: BoolFieldUpdateOperationsInput | boolean
226409
+ proceed_to_next_round?: NullableBoolFieldUpdateOperationsInput | boolean | null
226410
+ evaluationComment?: NullableStringFieldUpdateOperationsInput | string | null
226411
+ is_flagged?: BoolFieldUpdateOperationsInput | boolean
226412
+ flag_comment?: NullableStringFieldUpdateOperationsInput | string | null
226413
+ flagged_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
226414
+ flagged_by?: NullableStringFieldUpdateOperationsInput | string | null
226415
+ unflag_comment?: NullableStringFieldUpdateOperationsInput | string | null
226416
+ unflagged_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
226417
+ unflagged_by?: NullableStringFieldUpdateOperationsInput | string | null
226418
+ fit_check_status?: NullableEnumFitCheckStatusFieldUpdateOperationsInput | $Enums.FitCheckStatus | null
226419
+ status?: EnumApplicationStatusFieldUpdateOperationsInput | $Enums.ApplicationStatus
226420
+ offer_substatus?: NullableEnumApplicationOfferSubstatusFieldUpdateOperationsInput | $Enums.ApplicationOfferSubstatus | null
226421
+ created_at?: DateTimeFieldUpdateOperationsInput | Date | string
226422
+ updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
226423
+ created_by?: StringFieldUpdateOperationsInput | string
226424
+ updated_by?: StringFieldUpdateOperationsInput | string
226425
+ is_active?: BoolFieldUpdateOperationsInput | boolean
226426
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
226427
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
226428
+ fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
226429
+ interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
226430
+ assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
226431
+ ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutApplicationNestedInput
226432
+ activity_logs?: ActivityLogUncheckedUpdateManyWithoutApplicationNestedInput
226433
+ notes?: NotesUncheckedUpdateManyWithoutApplicationNestedInput
226434
+ conversations?: ConversationUncheckedUpdateManyWithoutApplicationNestedInput
226435
+ communication_messages?: CommunicationMessageUncheckedUpdateManyWithoutApplicationNestedInput
226436
+ job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutApplicationNestedInput
226437
+ offer?: OfferUncheckedUpdateOneWithoutApplicationNestedInput
226438
+ }
226439
+
225883
226440
  export type OrganisationCreateWithoutEvaluation_criteriaInput = {
225884
226441
  id?: string
225885
226442
  name: string
@@ -226272,8 +226829,6 @@ export namespace Prisma {
226272
226829
  export type QuestionCreateWithoutEvaluationPlanInput = {
226273
226830
  id?: string
226274
226831
  skill?: string | null
226275
- category?: $Enums.QuestionCategory | null
226276
- bank_item_key?: string | null
226277
226832
  question: string
226278
226833
  answer: string
226279
226834
  options?: QuestionCreateoptionsInput | string[]
@@ -226295,8 +226850,6 @@ export namespace Prisma {
226295
226850
  assessment_library_id?: string | null
226296
226851
  candidate_id?: string | null
226297
226852
  skill?: string | null
226298
- category?: $Enums.QuestionCategory | null
226299
- bank_item_key?: string | null
226300
226853
  question: string
226301
226854
  answer: string
226302
226855
  options?: QuestionCreateoptionsInput | string[]
@@ -226466,6 +227019,8 @@ export namespace Prisma {
226466
227019
  created_by: string
226467
227020
  updated_by: string
226468
227021
  is_active?: boolean
227022
+ fit_check_report_updated_flag?: boolean
227023
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
226469
227024
  candidate: UserCreateNestedOneWithoutApplicationsInput
226470
227025
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
226471
227026
  resume: ResumeCreateNestedOneWithoutApplicationsInput
@@ -226482,6 +227037,7 @@ export namespace Prisma {
226482
227037
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
226483
227038
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
226484
227039
  offer?: OfferCreateNestedOneWithoutApplicationInput
227040
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
226485
227041
  }
226486
227042
 
226487
227043
  export type ApplicationUncheckedCreateWithoutEvaluation_planInput = {
@@ -226513,6 +227069,9 @@ export namespace Prisma {
226513
227069
  created_by: string
226514
227070
  updated_by: string
226515
227071
  is_active?: boolean
227072
+ fit_check_report_document_id?: string | null
227073
+ fit_check_report_updated_flag?: boolean
227074
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
226516
227075
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
226517
227076
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
226518
227077
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -226546,7 +227105,6 @@ export namespace Prisma {
226546
227105
  created_by: string
226547
227106
  updated_by: string
226548
227107
  is_active?: boolean
226549
- generation_state?: NullableJsonNullValueInput | InputJsonValue
226550
227108
  organisation: OrganisationCreateNestedOneWithoutAssessment_libraryInput
226551
227109
  questions?: QuestionCreateNestedManyWithoutAssessmentLibraryInput
226552
227110
  assessments?: AssessmentCreateNestedManyWithoutAssessment_libraryInput
@@ -226564,7 +227122,6 @@ export namespace Prisma {
226564
227122
  created_by: string
226565
227123
  updated_by: string
226566
227124
  is_active?: boolean
226567
- generation_state?: NullableJsonNullValueInput | InputJsonValue
226568
227125
  questions?: QuestionUncheckedCreateNestedManyWithoutAssessmentLibraryInput
226569
227126
  assessments?: AssessmentUncheckedCreateNestedManyWithoutAssessment_libraryInput
226570
227127
  }
@@ -226895,6 +227452,9 @@ export namespace Prisma {
226895
227452
  created_by?: StringFilter<"Application"> | string
226896
227453
  updated_by?: StringFilter<"Application"> | string
226897
227454
  is_active?: BoolFilter<"Application"> | boolean
227455
+ fit_check_report_document_id?: StringNullableFilter<"Application"> | string | null
227456
+ fit_check_report_updated_flag?: BoolFilter<"Application"> | boolean
227457
+ fit_check_report_data?: JsonNullableFilter<"Application">
226898
227458
  }
226899
227459
 
226900
227460
  export type AssessmentLibraryUpsertWithoutEvaluation_PlansInput = {
@@ -226919,7 +227479,6 @@ export namespace Prisma {
226919
227479
  created_by?: StringFieldUpdateOperationsInput | string
226920
227480
  updated_by?: StringFieldUpdateOperationsInput | string
226921
227481
  is_active?: BoolFieldUpdateOperationsInput | boolean
226922
- generation_state?: NullableJsonNullValueInput | InputJsonValue
226923
227482
  organisation?: OrganisationUpdateOneRequiredWithoutAssessment_libraryNestedInput
226924
227483
  questions?: QuestionUpdateManyWithoutAssessmentLibraryNestedInput
226925
227484
  assessments?: AssessmentUpdateManyWithoutAssessment_libraryNestedInput
@@ -226937,7 +227496,6 @@ export namespace Prisma {
226937
227496
  created_by?: StringFieldUpdateOperationsInput | string
226938
227497
  updated_by?: StringFieldUpdateOperationsInput | string
226939
227498
  is_active?: BoolFieldUpdateOperationsInput | boolean
226940
- generation_state?: NullableJsonNullValueInput | InputJsonValue
226941
227499
  questions?: QuestionUncheckedUpdateManyWithoutAssessmentLibraryNestedInput
226942
227500
  assessments?: AssessmentUncheckedUpdateManyWithoutAssessment_libraryNestedInput
226943
227501
  }
@@ -227722,6 +228280,8 @@ export namespace Prisma {
227722
228280
  created_by: string
227723
228281
  updated_by: string
227724
228282
  is_active?: boolean
228283
+ fit_check_report_updated_flag?: boolean
228284
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
227725
228285
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
227726
228286
  candidate: UserCreateNestedOneWithoutApplicationsInput
227727
228287
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -227738,6 +228298,7 @@ export namespace Prisma {
227738
228298
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
227739
228299
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
227740
228300
  offer?: OfferCreateNestedOneWithoutApplicationInput
228301
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
227741
228302
  }
227742
228303
 
227743
228304
  export type ApplicationUncheckedCreateWithoutFit_checkInput = {
@@ -227770,6 +228331,9 @@ export namespace Prisma {
227770
228331
  created_by: string
227771
228332
  updated_by: string
227772
228333
  is_active?: boolean
228334
+ fit_check_report_document_id?: string | null
228335
+ fit_check_report_updated_flag?: boolean
228336
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
227773
228337
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
227774
228338
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
227775
228339
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutApplicationInput
@@ -228306,6 +228870,8 @@ export namespace Prisma {
228306
228870
  created_by?: StringFieldUpdateOperationsInput | string
228307
228871
  updated_by?: StringFieldUpdateOperationsInput | string
228308
228872
  is_active?: BoolFieldUpdateOperationsInput | boolean
228873
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
228874
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
228309
228875
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
228310
228876
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
228311
228877
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -228322,6 +228888,7 @@ export namespace Prisma {
228322
228888
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
228323
228889
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
228324
228890
  offer?: OfferUpdateOneWithoutApplicationNestedInput
228891
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
228325
228892
  }
228326
228893
 
228327
228894
  export type ApplicationUncheckedUpdateWithoutFit_checkInput = {
@@ -228354,6 +228921,9 @@ export namespace Prisma {
228354
228921
  created_by?: StringFieldUpdateOperationsInput | string
228355
228922
  updated_by?: StringFieldUpdateOperationsInput | string
228356
228923
  is_active?: BoolFieldUpdateOperationsInput | boolean
228924
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
228925
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
228926
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
228357
228927
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
228358
228928
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
228359
228929
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutApplicationNestedInput
@@ -231886,6 +232456,7 @@ export namespace Prisma {
231886
232456
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
231887
232457
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
231888
232458
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
232459
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
231889
232460
  }
231890
232461
 
231891
232462
  export type DocumentUncheckedCreateWithoutInterview_recordingInput = {
@@ -231919,6 +232490,7 @@ export namespace Prisma {
231919
232490
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
231920
232491
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
231921
232492
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
232493
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
231922
232494
  }
231923
232495
 
231924
232496
  export type DocumentCreateOrConnectWithoutInterview_recordingInput = {
@@ -232184,6 +232756,8 @@ export namespace Prisma {
232184
232756
  created_by: string
232185
232757
  updated_by: string
232186
232758
  is_active?: boolean
232759
+ fit_check_report_updated_flag?: boolean
232760
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
232187
232761
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
232188
232762
  candidate: UserCreateNestedOneWithoutApplicationsInput
232189
232763
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -232200,6 +232774,7 @@ export namespace Prisma {
232200
232774
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
232201
232775
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
232202
232776
  offer?: OfferCreateNestedOneWithoutApplicationInput
232777
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
232203
232778
  }
232204
232779
 
232205
232780
  export type ApplicationUncheckedCreateWithoutInterviewsInput = {
@@ -232232,6 +232807,9 @@ export namespace Prisma {
232232
232807
  created_by: string
232233
232808
  updated_by: string
232234
232809
  is_active?: boolean
232810
+ fit_check_report_document_id?: string | null
232811
+ fit_check_report_updated_flag?: boolean
232812
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
232235
232813
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
232236
232814
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
232237
232815
  ongoing_evaluations?: OngoingEvaluationUncheckedCreateNestedManyWithoutApplicationInput
@@ -233077,6 +233655,7 @@ export namespace Prisma {
233077
233655
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
233078
233656
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
233079
233657
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
233658
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
233080
233659
  }
233081
233660
 
233082
233661
  export type DocumentUncheckedUpdateWithoutInterview_recordingInput = {
@@ -233110,6 +233689,7 @@ export namespace Prisma {
233110
233689
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
233111
233690
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
233112
233691
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
233692
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
233113
233693
  }
233114
233694
 
233115
233695
  export type JobDescriptionUpsertWithoutInterviewsInput = {
@@ -233399,6 +233979,8 @@ export namespace Prisma {
233399
233979
  created_by?: StringFieldUpdateOperationsInput | string
233400
233980
  updated_by?: StringFieldUpdateOperationsInput | string
233401
233981
  is_active?: BoolFieldUpdateOperationsInput | boolean
233982
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
233983
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
233402
233984
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
233403
233985
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
233404
233986
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -233415,6 +233997,7 @@ export namespace Prisma {
233415
233997
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
233416
233998
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
233417
233999
  offer?: OfferUpdateOneWithoutApplicationNestedInput
234000
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
233418
234001
  }
233419
234002
 
233420
234003
  export type ApplicationUncheckedUpdateWithoutInterviewsInput = {
@@ -233447,6 +234030,9 @@ export namespace Prisma {
233447
234030
  created_by?: StringFieldUpdateOperationsInput | string
233448
234031
  updated_by?: StringFieldUpdateOperationsInput | string
233449
234032
  is_active?: BoolFieldUpdateOperationsInput | boolean
234033
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
234034
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
234035
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
233450
234036
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
233451
234037
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
233452
234038
  ongoing_evaluations?: OngoingEvaluationUncheckedUpdateManyWithoutApplicationNestedInput
@@ -234190,6 +234776,7 @@ export namespace Prisma {
234190
234776
  created_by: string
234191
234777
  updated_by: string
234192
234778
  is_active?: boolean
234779
+ order_no?: number | null
234193
234780
  application: ApplicationCreateNestedOneWithoutJob_application_responsesInput
234194
234781
  document?: DocumentCreateNestedOneWithoutJob_application_responsesInput
234195
234782
  }
@@ -234212,6 +234799,7 @@ export namespace Prisma {
234212
234799
  created_by: string
234213
234800
  updated_by: string
234214
234801
  is_active?: boolean
234802
+ order_no?: number | null
234215
234803
  }
234216
234804
 
234217
234805
  export type JobApplicationResponseCreateOrConnectWithoutFieldInput = {
@@ -234445,6 +235033,8 @@ export namespace Prisma {
234445
235033
  created_by: string
234446
235034
  updated_by: string
234447
235035
  is_active?: boolean
235036
+ fit_check_report_updated_flag?: boolean
235037
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
234448
235038
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
234449
235039
  candidate: UserCreateNestedOneWithoutApplicationsInput
234450
235040
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -234461,6 +235051,7 @@ export namespace Prisma {
234461
235051
  conversations?: ConversationCreateNestedManyWithoutApplicationInput
234462
235052
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
234463
235053
  offer?: OfferCreateNestedOneWithoutApplicationInput
235054
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
234464
235055
  }
234465
235056
 
234466
235057
  export type ApplicationUncheckedCreateWithoutJob_application_responsesInput = {
@@ -234493,6 +235084,9 @@ export namespace Prisma {
234493
235084
  created_by: string
234494
235085
  updated_by: string
234495
235086
  is_active?: boolean
235087
+ fit_check_report_document_id?: string | null
235088
+ fit_check_report_updated_flag?: boolean
235089
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
234496
235090
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
234497
235091
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
234498
235092
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -234522,6 +235116,7 @@ export namespace Prisma {
234522
235116
  updated_by: string
234523
235117
  created_at?: Date | string
234524
235118
  updated_at?: Date | string
235119
+ order_no?: number | null
234525
235120
  organisation: OrganisationCreateNestedOneWithoutJob_application_fieldsInput
234526
235121
  job_application_template: JobApplicationTemplateCreateNestedOneWithoutFieldsInput
234527
235122
  }
@@ -234541,6 +235136,7 @@ export namespace Prisma {
234541
235136
  updated_by: string
234542
235137
  created_at?: Date | string
234543
235138
  updated_at?: Date | string
235139
+ order_no?: number | null
234544
235140
  }
234545
235141
 
234546
235142
  export type JobApplicationFieldCreateOrConnectWithoutJob_application_responsesInput = {
@@ -234579,6 +235175,7 @@ export namespace Prisma {
234579
235175
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
234580
235176
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
234581
235177
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
235178
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
234582
235179
  }
234583
235180
 
234584
235181
  export type DocumentUncheckedCreateWithoutJob_application_responsesInput = {
@@ -234612,6 +235209,7 @@ export namespace Prisma {
234612
235209
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
234613
235210
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
234614
235211
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
235212
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
234615
235213
  }
234616
235214
 
234617
235215
  export type DocumentCreateOrConnectWithoutJob_application_responsesInput = {
@@ -234653,6 +235251,8 @@ export namespace Prisma {
234653
235251
  created_by?: StringFieldUpdateOperationsInput | string
234654
235252
  updated_by?: StringFieldUpdateOperationsInput | string
234655
235253
  is_active?: BoolFieldUpdateOperationsInput | boolean
235254
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
235255
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
234656
235256
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
234657
235257
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
234658
235258
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -234669,6 +235269,7 @@ export namespace Prisma {
234669
235269
  conversations?: ConversationUpdateManyWithoutApplicationNestedInput
234670
235270
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
234671
235271
  offer?: OfferUpdateOneWithoutApplicationNestedInput
235272
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
234672
235273
  }
234673
235274
 
234674
235275
  export type ApplicationUncheckedUpdateWithoutJob_application_responsesInput = {
@@ -234701,6 +235302,9 @@ export namespace Prisma {
234701
235302
  created_by?: StringFieldUpdateOperationsInput | string
234702
235303
  updated_by?: StringFieldUpdateOperationsInput | string
234703
235304
  is_active?: BoolFieldUpdateOperationsInput | boolean
235305
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
235306
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
235307
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
234704
235308
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
234705
235309
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
234706
235310
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -234736,6 +235340,7 @@ export namespace Prisma {
234736
235340
  updated_by?: StringFieldUpdateOperationsInput | string
234737
235341
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
234738
235342
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
235343
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
234739
235344
  organisation?: OrganisationUpdateOneRequiredWithoutJob_application_fieldsNestedInput
234740
235345
  job_application_template?: JobApplicationTemplateUpdateOneRequiredWithoutFieldsNestedInput
234741
235346
  }
@@ -234755,6 +235360,7 @@ export namespace Prisma {
234755
235360
  updated_by?: StringFieldUpdateOperationsInput | string
234756
235361
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
234757
235362
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
235363
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
234758
235364
  }
234759
235365
 
234760
235366
  export type DocumentUpsertWithoutJob_application_responsesInput = {
@@ -234799,6 +235405,7 @@ export namespace Prisma {
234799
235405
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
234800
235406
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
234801
235407
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
235408
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
234802
235409
  }
234803
235410
 
234804
235411
  export type DocumentUncheckedUpdateWithoutJob_application_responsesInput = {
@@ -234832,6 +235439,7 @@ export namespace Prisma {
234832
235439
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
234833
235440
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
234834
235441
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
235442
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
234835
235443
  }
234836
235444
 
234837
235445
  export type OrganisationCreateWithoutJob_application_templatesInput = {
@@ -235093,6 +235701,7 @@ export namespace Prisma {
235093
235701
  updated_by: string
235094
235702
  created_at?: Date | string
235095
235703
  updated_at?: Date | string
235704
+ order_no?: number | null
235096
235705
  organisation: OrganisationCreateNestedOneWithoutJob_application_fieldsInput
235097
235706
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutFieldInput
235098
235707
  }
@@ -235111,6 +235720,7 @@ export namespace Prisma {
235111
235720
  updated_by: string
235112
235721
  created_at?: Date | string
235113
235722
  updated_at?: Date | string
235723
+ order_no?: number | null
235114
235724
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutFieldInput
235115
235725
  }
235116
235726
 
@@ -235416,6 +236026,7 @@ export namespace Prisma {
235416
236026
  updated_by?: StringFilter<"JobApplicationField"> | string
235417
236027
  created_at?: DateTimeFilter<"JobApplicationField"> | Date | string
235418
236028
  updated_at?: DateTimeFilter<"JobApplicationField"> | Date | string
236029
+ order_no?: IntNullableFilter<"JobApplicationField"> | number | null
235419
236030
  }
235420
236031
 
235421
236032
  export type DocumentCreateWithoutJob_description_renderedInput = {
@@ -235449,6 +236060,7 @@ export namespace Prisma {
235449
236060
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
235450
236061
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
235451
236062
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
236063
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
235452
236064
  }
235453
236065
 
235454
236066
  export type DocumentUncheckedCreateWithoutJob_description_renderedInput = {
@@ -235482,6 +236094,7 @@ export namespace Prisma {
235482
236094
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
235483
236095
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
235484
236096
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
236097
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
235485
236098
  }
235486
236099
 
235487
236100
  export type DocumentCreateOrConnectWithoutJob_description_renderedInput = {
@@ -235520,6 +236133,7 @@ export namespace Prisma {
235520
236133
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
235521
236134
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
235522
236135
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
236136
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
235523
236137
  }
235524
236138
 
235525
236139
  export type DocumentUncheckedCreateWithoutJob_description_display_htmlInput = {
@@ -235553,6 +236167,7 @@ export namespace Prisma {
235553
236167
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
235554
236168
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
235555
236169
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
236170
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
235556
236171
  }
235557
236172
 
235558
236173
  export type DocumentCreateOrConnectWithoutJob_description_display_htmlInput = {
@@ -235844,6 +236459,7 @@ export namespace Prisma {
235844
236459
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
235845
236460
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
235846
236461
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
236462
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
235847
236463
  }
235848
236464
 
235849
236465
  export type DocumentUncheckedCreateWithoutJob_description_sourceInput = {
@@ -235877,6 +236493,7 @@ export namespace Prisma {
235877
236493
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
235878
236494
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
235879
236495
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
236496
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
235880
236497
  }
235881
236498
 
235882
236499
  export type DocumentCreateOrConnectWithoutJob_description_sourceInput = {
@@ -235907,6 +236524,8 @@ export namespace Prisma {
235907
236524
  created_by: string
235908
236525
  updated_by: string
235909
236526
  is_active?: boolean
236527
+ fit_check_report_updated_flag?: boolean
236528
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
235910
236529
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
235911
236530
  candidate: UserCreateNestedOneWithoutApplicationsInput
235912
236531
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -235923,6 +236542,7 @@ export namespace Prisma {
235923
236542
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
235924
236543
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
235925
236544
  offer?: OfferCreateNestedOneWithoutApplicationInput
236545
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
235926
236546
  }
235927
236547
 
235928
236548
  export type ApplicationUncheckedCreateWithoutJob_descriptionInput = {
@@ -235954,6 +236574,9 @@ export namespace Prisma {
235954
236574
  created_by: string
235955
236575
  updated_by: string
235956
236576
  is_active?: boolean
236577
+ fit_check_report_document_id?: string | null
236578
+ fit_check_report_updated_flag?: boolean
236579
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
235957
236580
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
235958
236581
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
235959
236582
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -237465,6 +238088,7 @@ export namespace Prisma {
237465
238088
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
237466
238089
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
237467
238090
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
238091
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
237468
238092
  }
237469
238093
 
237470
238094
  export type DocumentUncheckedUpdateWithoutJob_description_renderedInput = {
@@ -237498,6 +238122,7 @@ export namespace Prisma {
237498
238122
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
237499
238123
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
237500
238124
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
238125
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
237501
238126
  }
237502
238127
 
237503
238128
  export type DocumentUpsertWithoutJob_description_display_htmlInput = {
@@ -237542,6 +238167,7 @@ export namespace Prisma {
237542
238167
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
237543
238168
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
237544
238169
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
238170
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
237545
238171
  }
237546
238172
 
237547
238173
  export type DocumentUncheckedUpdateWithoutJob_description_display_htmlInput = {
@@ -237575,6 +238201,7 @@ export namespace Prisma {
237575
238201
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
237576
238202
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
237577
238203
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
238204
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
237578
238205
  }
237579
238206
 
237580
238207
  export type JobProfileUpsertWithoutJob_descriptionsInput = {
@@ -237890,6 +238517,7 @@ export namespace Prisma {
237890
238517
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
237891
238518
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
237892
238519
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
238520
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
237893
238521
  }
237894
238522
 
237895
238523
  export type DocumentUncheckedUpdateWithoutJob_description_sourceInput = {
@@ -237923,6 +238551,7 @@ export namespace Prisma {
237923
238551
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
237924
238552
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
237925
238553
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
238554
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
237926
238555
  }
237927
238556
 
237928
238557
  export type ApplicationUpsertWithWhereUniqueWithoutJob_descriptionInput = {
@@ -244336,6 +244965,8 @@ export namespace Prisma {
244336
244965
  created_by: string
244337
244966
  updated_by: string
244338
244967
  is_active?: boolean
244968
+ fit_check_report_updated_flag?: boolean
244969
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
244339
244970
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
244340
244971
  candidate: UserCreateNestedOneWithoutApplicationsInput
244341
244972
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -244352,6 +244983,7 @@ export namespace Prisma {
244352
244983
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
244353
244984
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
244354
244985
  offer?: OfferCreateNestedOneWithoutApplicationInput
244986
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
244355
244987
  }
244356
244988
 
244357
244989
  export type ApplicationUncheckedCreateWithoutNotesInput = {
@@ -244384,6 +245016,9 @@ export namespace Prisma {
244384
245016
  created_by: string
244385
245017
  updated_by: string
244386
245018
  is_active?: boolean
245019
+ fit_check_report_document_id?: string | null
245020
+ fit_check_report_updated_flag?: boolean
245021
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
244387
245022
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
244388
245023
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
244389
245024
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -244595,6 +245230,8 @@ export namespace Prisma {
244595
245230
  created_by?: StringFieldUpdateOperationsInput | string
244596
245231
  updated_by?: StringFieldUpdateOperationsInput | string
244597
245232
  is_active?: BoolFieldUpdateOperationsInput | boolean
245233
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
245234
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
244598
245235
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
244599
245236
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
244600
245237
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -244611,6 +245248,7 @@ export namespace Prisma {
244611
245248
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
244612
245249
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
244613
245250
  offer?: OfferUpdateOneWithoutApplicationNestedInput
245251
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
244614
245252
  }
244615
245253
 
244616
245254
  export type ApplicationUncheckedUpdateWithoutNotesInput = {
@@ -244643,6 +245281,9 @@ export namespace Prisma {
244643
245281
  created_by?: StringFieldUpdateOperationsInput | string
244644
245282
  updated_by?: StringFieldUpdateOperationsInput | string
244645
245283
  is_active?: BoolFieldUpdateOperationsInput | boolean
245284
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
245285
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
245286
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
244646
245287
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
244647
245288
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
244648
245289
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -245098,6 +245739,7 @@ export namespace Prisma {
245098
245739
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
245099
245740
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
245100
245741
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
245742
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
245101
245743
  }
245102
245744
 
245103
245745
  export type DocumentUncheckedCreateWithoutOffer_letter_template_docxInput = {
@@ -245131,6 +245773,7 @@ export namespace Prisma {
245131
245773
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
245132
245774
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
245133
245775
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
245776
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
245134
245777
  }
245135
245778
 
245136
245779
  export type DocumentCreateOrConnectWithoutOffer_letter_template_docxInput = {
@@ -245169,6 +245812,7 @@ export namespace Prisma {
245169
245812
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
245170
245813
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
245171
245814
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
245815
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
245172
245816
  }
245173
245817
 
245174
245818
  export type DocumentUncheckedCreateWithoutOffer_letter_template_htmlInput = {
@@ -245202,6 +245846,7 @@ export namespace Prisma {
245202
245846
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
245203
245847
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
245204
245848
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
245849
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
245205
245850
  }
245206
245851
 
245207
245852
  export type DocumentCreateOrConnectWithoutOffer_letter_template_htmlInput = {
@@ -245623,6 +246268,7 @@ export namespace Prisma {
245623
246268
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
245624
246269
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
245625
246270
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
246271
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
245626
246272
  }
245627
246273
 
245628
246274
  export type DocumentUncheckedUpdateWithoutOffer_letter_template_docxInput = {
@@ -245656,6 +246302,7 @@ export namespace Prisma {
245656
246302
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
245657
246303
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
245658
246304
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
246305
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
245659
246306
  }
245660
246307
 
245661
246308
  export type DocumentUpsertWithoutOffer_letter_template_htmlInput = {
@@ -245700,6 +246347,7 @@ export namespace Prisma {
245700
246347
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
245701
246348
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
245702
246349
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
246350
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
245703
246351
  }
245704
246352
 
245705
246353
  export type DocumentUncheckedUpdateWithoutOffer_letter_template_htmlInput = {
@@ -245733,6 +246381,7 @@ export namespace Prisma {
245733
246381
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
245734
246382
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
245735
246383
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
246384
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
245736
246385
  }
245737
246386
 
245738
246387
  export type OfferUpsertWithWhereUniqueWithoutTemplateInput = {
@@ -245790,6 +246439,8 @@ export namespace Prisma {
245790
246439
  created_by: string
245791
246440
  updated_by: string
245792
246441
  is_active?: boolean
246442
+ fit_check_report_updated_flag?: boolean
246443
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
245793
246444
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
245794
246445
  candidate: UserCreateNestedOneWithoutApplicationsInput
245795
246446
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -245806,6 +246457,7 @@ export namespace Prisma {
245806
246457
  conversations?: ConversationCreateNestedManyWithoutApplicationInput
245807
246458
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
245808
246459
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
246460
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
245809
246461
  }
245810
246462
 
245811
246463
  export type ApplicationUncheckedCreateWithoutOfferInput = {
@@ -245838,6 +246490,9 @@ export namespace Prisma {
245838
246490
  created_by: string
245839
246491
  updated_by: string
245840
246492
  is_active?: boolean
246493
+ fit_check_report_document_id?: string | null
246494
+ fit_check_report_updated_flag?: boolean
246495
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
245841
246496
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
245842
246497
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
245843
246498
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -246339,6 +246994,7 @@ export namespace Prisma {
246339
246994
  offer_letter_template_html?: OfferLetterTemplateCreateNestedManyWithoutHtml_documentInput
246340
246995
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
246341
246996
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
246997
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
246342
246998
  }
246343
246999
 
246344
247000
  export type DocumentUncheckedCreateWithoutOffer_draft_edited_htmlInput = {
@@ -246372,6 +247028,7 @@ export namespace Prisma {
246372
247028
  offer_letter_template_html?: OfferLetterTemplateUncheckedCreateNestedManyWithoutHtml_documentInput
246373
247029
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
246374
247030
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
247031
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
246375
247032
  }
246376
247033
 
246377
247034
  export type DocumentCreateOrConnectWithoutOffer_draft_edited_htmlInput = {
@@ -246500,6 +247157,8 @@ export namespace Prisma {
246500
247157
  created_by?: StringFieldUpdateOperationsInput | string
246501
247158
  updated_by?: StringFieldUpdateOperationsInput | string
246502
247159
  is_active?: BoolFieldUpdateOperationsInput | boolean
247160
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
247161
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
246503
247162
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
246504
247163
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
246505
247164
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -246516,6 +247175,7 @@ export namespace Prisma {
246516
247175
  conversations?: ConversationUpdateManyWithoutApplicationNestedInput
246517
247176
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
246518
247177
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
247178
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
246519
247179
  }
246520
247180
 
246521
247181
  export type ApplicationUncheckedUpdateWithoutOfferInput = {
@@ -246548,6 +247208,9 @@ export namespace Prisma {
246548
247208
  created_by?: StringFieldUpdateOperationsInput | string
246549
247209
  updated_by?: StringFieldUpdateOperationsInput | string
246550
247210
  is_active?: BoolFieldUpdateOperationsInput | boolean
247211
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
247212
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
247213
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
246551
247214
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
246552
247215
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
246553
247216
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -247079,6 +247742,7 @@ export namespace Prisma {
247079
247742
  offer_letter_template_html?: OfferLetterTemplateUpdateManyWithoutHtml_documentNestedInput
247080
247743
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
247081
247744
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
247745
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
247082
247746
  }
247083
247747
 
247084
247748
  export type DocumentUncheckedUpdateWithoutOffer_draft_edited_htmlInput = {
@@ -247112,6 +247776,7 @@ export namespace Prisma {
247112
247776
  offer_letter_template_html?: OfferLetterTemplateUncheckedUpdateManyWithoutHtml_documentNestedInput
247113
247777
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
247114
247778
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
247779
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
247115
247780
  }
247116
247781
 
247117
247782
  export type OfferLetterUpsertWithoutCurrent_for_offerInput = {
@@ -247339,6 +248004,7 @@ export namespace Prisma {
247339
248004
  offer_letter_template_html?: OfferLetterTemplateCreateNestedManyWithoutHtml_documentInput
247340
248005
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
247341
248006
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
248007
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
247342
248008
  }
247343
248009
 
247344
248010
  export type DocumentUncheckedCreateWithoutOffer_lettersInput = {
@@ -247372,6 +248038,7 @@ export namespace Prisma {
247372
248038
  offer_letter_template_html?: OfferLetterTemplateUncheckedCreateNestedManyWithoutHtml_documentInput
247373
248039
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
247374
248040
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
248041
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
247375
248042
  }
247376
248043
 
247377
248044
  export type DocumentCreateOrConnectWithoutOffer_lettersInput = {
@@ -247457,6 +248124,7 @@ export namespace Prisma {
247457
248124
  offer_letter_template_html?: OfferLetterTemplateCreateNestedManyWithoutHtml_documentInput
247458
248125
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
247459
248126
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
248127
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
247460
248128
  }
247461
248129
 
247462
248130
  export type DocumentUncheckedCreateWithoutOffer_letter_template_snapshotsInput = {
@@ -247490,6 +248158,7 @@ export namespace Prisma {
247490
248158
  offer_letter_template_html?: OfferLetterTemplateUncheckedCreateNestedManyWithoutHtml_documentInput
247491
248159
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
247492
248160
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
248161
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
247493
248162
  }
247494
248163
 
247495
248164
  export type DocumentCreateOrConnectWithoutOffer_letter_template_snapshotsInput = {
@@ -247624,6 +248293,7 @@ export namespace Prisma {
247624
248293
  offer_letter_template_html?: OfferLetterTemplateUpdateManyWithoutHtml_documentNestedInput
247625
248294
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
247626
248295
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
248296
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
247627
248297
  }
247628
248298
 
247629
248299
  export type DocumentUncheckedUpdateWithoutOffer_lettersInput = {
@@ -247657,6 +248327,7 @@ export namespace Prisma {
247657
248327
  offer_letter_template_html?: OfferLetterTemplateUncheckedUpdateManyWithoutHtml_documentNestedInput
247658
248328
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
247659
248329
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
248330
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
247660
248331
  }
247661
248332
 
247662
248333
  export type OfferLetterTemplateUpsertWithoutOffer_lettersInput = {
@@ -247754,6 +248425,7 @@ export namespace Prisma {
247754
248425
  offer_letter_template_html?: OfferLetterTemplateUpdateManyWithoutHtml_documentNestedInput
247755
248426
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
247756
248427
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
248428
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
247757
248429
  }
247758
248430
 
247759
248431
  export type DocumentUncheckedUpdateWithoutOffer_letter_template_snapshotsInput = {
@@ -247787,6 +248459,7 @@ export namespace Prisma {
247787
248459
  offer_letter_template_html?: OfferLetterTemplateUncheckedUpdateManyWithoutHtml_documentNestedInput
247788
248460
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
247789
248461
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
248462
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
247790
248463
  }
247791
248464
 
247792
248465
  export type JobDescriptionCreateWithoutOngoing_evaluationsInput = {
@@ -247921,6 +248594,8 @@ export namespace Prisma {
247921
248594
  created_by: string
247922
248595
  updated_by: string
247923
248596
  is_active?: boolean
248597
+ fit_check_report_updated_flag?: boolean
248598
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
247924
248599
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
247925
248600
  candidate: UserCreateNestedOneWithoutApplicationsInput
247926
248601
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -247937,6 +248612,7 @@ export namespace Prisma {
247937
248612
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
247938
248613
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
247939
248614
  offer?: OfferCreateNestedOneWithoutApplicationInput
248615
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
247940
248616
  }
247941
248617
 
247942
248618
  export type ApplicationUncheckedCreateWithoutOngoing_evaluationsInput = {
@@ -247969,6 +248645,9 @@ export namespace Prisma {
247969
248645
  created_by: string
247970
248646
  updated_by: string
247971
248647
  is_active?: boolean
248648
+ fit_check_report_document_id?: string | null
248649
+ fit_check_report_updated_flag?: boolean
248650
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
247972
248651
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
247973
248652
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
247974
248653
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -248785,6 +249464,8 @@ export namespace Prisma {
248785
249464
  created_by?: StringFieldUpdateOperationsInput | string
248786
249465
  updated_by?: StringFieldUpdateOperationsInput | string
248787
249466
  is_active?: BoolFieldUpdateOperationsInput | boolean
249467
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
249468
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
248788
249469
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
248789
249470
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
248790
249471
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -248801,6 +249482,7 @@ export namespace Prisma {
248801
249482
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
248802
249483
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
248803
249484
  offer?: OfferUpdateOneWithoutApplicationNestedInput
249485
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
248804
249486
  }
248805
249487
 
248806
249488
  export type ApplicationUncheckedUpdateWithoutOngoing_evaluationsInput = {
@@ -248833,6 +249515,9 @@ export namespace Prisma {
248833
249515
  created_by?: StringFieldUpdateOperationsInput | string
248834
249516
  updated_by?: StringFieldUpdateOperationsInput | string
248835
249517
  is_active?: BoolFieldUpdateOperationsInput | boolean
249518
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
249519
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
249520
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
248836
249521
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
248837
249522
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
248838
249523
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -249726,6 +250411,8 @@ export namespace Prisma {
249726
250411
  created_by: string
249727
250412
  updated_by: string
249728
250413
  is_active?: boolean
250414
+ fit_check_report_updated_flag?: boolean
250415
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
249729
250416
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
249730
250417
  candidate: UserCreateNestedOneWithoutApplicationsInput
249731
250418
  resume: ResumeCreateNestedOneWithoutApplicationsInput
@@ -249742,6 +250429,7 @@ export namespace Prisma {
249742
250429
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
249743
250430
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
249744
250431
  offer?: OfferCreateNestedOneWithoutApplicationInput
250432
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
249745
250433
  }
249746
250434
 
249747
250435
  export type ApplicationUncheckedCreateWithoutOrganisationInput = {
@@ -249773,6 +250461,9 @@ export namespace Prisma {
249773
250461
  created_by: string
249774
250462
  updated_by: string
249775
250463
  is_active?: boolean
250464
+ fit_check_report_document_id?: string | null
250465
+ fit_check_report_updated_flag?: boolean
250466
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
249776
250467
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
249777
250468
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
249778
250469
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -250034,7 +250725,6 @@ export namespace Prisma {
250034
250725
  created_by: string
250035
250726
  updated_by: string
250036
250727
  is_active?: boolean
250037
- generation_state?: NullableJsonNullValueInput | InputJsonValue
250038
250728
  questions?: QuestionCreateNestedManyWithoutAssessmentLibraryInput
250039
250729
  assessments?: AssessmentCreateNestedManyWithoutAssessment_libraryInput
250040
250730
  evaluation_Plans?: EvaluationPlanCreateNestedManyWithoutAssessmentInput
@@ -250051,7 +250741,6 @@ export namespace Prisma {
250051
250741
  created_by: string
250052
250742
  updated_by: string
250053
250743
  is_active?: boolean
250054
- generation_state?: NullableJsonNullValueInput | InputJsonValue
250055
250744
  questions?: QuestionUncheckedCreateNestedManyWithoutAssessmentLibraryInput
250056
250745
  assessments?: AssessmentUncheckedCreateNestedManyWithoutAssessment_libraryInput
250057
250746
  evaluation_Plans?: EvaluationPlanUncheckedCreateNestedManyWithoutAssessmentInput
@@ -251064,6 +251753,7 @@ export namespace Prisma {
251064
251753
  updated_by: string
251065
251754
  created_at?: Date | string
251066
251755
  updated_at?: Date | string
251756
+ order_no?: number | null
251067
251757
  job_application_template: JobApplicationTemplateCreateNestedOneWithoutFieldsInput
251068
251758
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutFieldInput
251069
251759
  }
@@ -251082,6 +251772,7 @@ export namespace Prisma {
251082
251772
  updated_by: string
251083
251773
  created_at?: Date | string
251084
251774
  updated_at?: Date | string
251775
+ order_no?: number | null
251085
251776
  job_application_responses?: JobApplicationResponseUncheckedCreateNestedManyWithoutFieldInput
251086
251777
  }
251087
251778
 
@@ -251126,6 +251817,7 @@ export namespace Prisma {
251126
251817
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
251127
251818
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
251128
251819
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
251820
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
251129
251821
  }
251130
251822
 
251131
251823
  export type DocumentUncheckedCreateWithoutOrganisationInput = {
@@ -251159,6 +251851,7 @@ export namespace Prisma {
251159
251851
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
251160
251852
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
251161
251853
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
251854
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
251162
251855
  }
251163
251856
 
251164
251857
  export type DocumentCreateOrConnectWithoutOrganisationInput = {
@@ -252058,7 +252751,6 @@ export namespace Prisma {
252058
252751
  created_by?: StringFilter<"AssessmentLibrary"> | string
252059
252752
  updated_by?: StringFilter<"AssessmentLibrary"> | string
252060
252753
  is_active?: BoolFilter<"AssessmentLibrary"> | boolean
252061
- generation_state?: JsonNullableFilter<"AssessmentLibrary">
252062
252754
  }
252063
252755
 
252064
252756
  export type AssignmentLibraryUpsertWithWhereUniqueWithoutOrganisationInput = {
@@ -253825,7 +254517,6 @@ export namespace Prisma {
253825
254517
  created_by: string
253826
254518
  updated_by: string
253827
254519
  is_active?: boolean
253828
- generation_state?: NullableJsonNullValueInput | InputJsonValue
253829
254520
  organisation: OrganisationCreateNestedOneWithoutAssessment_libraryInput
253830
254521
  assessments?: AssessmentCreateNestedManyWithoutAssessment_libraryInput
253831
254522
  evaluation_Plans?: EvaluationPlanCreateNestedManyWithoutAssessmentInput
@@ -253843,7 +254534,6 @@ export namespace Prisma {
253843
254534
  created_by: string
253844
254535
  updated_by: string
253845
254536
  is_active?: boolean
253846
- generation_state?: NullableJsonNullValueInput | InputJsonValue
253847
254537
  assessments?: AssessmentUncheckedCreateNestedManyWithoutAssessment_libraryInput
253848
254538
  evaluation_Plans?: EvaluationPlanUncheckedCreateNestedManyWithoutAssessmentInput
253849
254539
  }
@@ -254165,7 +254855,6 @@ export namespace Prisma {
254165
254855
  created_by?: StringFieldUpdateOperationsInput | string
254166
254856
  updated_by?: StringFieldUpdateOperationsInput | string
254167
254857
  is_active?: BoolFieldUpdateOperationsInput | boolean
254168
- generation_state?: NullableJsonNullValueInput | InputJsonValue
254169
254858
  organisation?: OrganisationUpdateOneRequiredWithoutAssessment_libraryNestedInput
254170
254859
  assessments?: AssessmentUpdateManyWithoutAssessment_libraryNestedInput
254171
254860
  evaluation_Plans?: EvaluationPlanUpdateManyWithoutAssessmentNestedInput
@@ -254183,7 +254872,6 @@ export namespace Prisma {
254183
254872
  created_by?: StringFieldUpdateOperationsInput | string
254184
254873
  updated_by?: StringFieldUpdateOperationsInput | string
254185
254874
  is_active?: BoolFieldUpdateOperationsInput | boolean
254186
- generation_state?: NullableJsonNullValueInput | InputJsonValue
254187
254875
  assessments?: AssessmentUncheckedUpdateManyWithoutAssessment_libraryNestedInput
254188
254876
  evaluation_Plans?: EvaluationPlanUncheckedUpdateManyWithoutAssessmentNestedInput
254189
254877
  }
@@ -255176,6 +255864,7 @@ export namespace Prisma {
255176
255864
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
255177
255865
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
255178
255866
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
255867
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
255179
255868
  }
255180
255869
 
255181
255870
  export type DocumentUncheckedCreateWithoutResumeInput = {
@@ -255209,6 +255898,7 @@ export namespace Prisma {
255209
255898
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
255210
255899
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
255211
255900
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
255901
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
255212
255902
  }
255213
255903
 
255214
255904
  export type DocumentCreateOrConnectWithoutResumeInput = {
@@ -255247,6 +255937,7 @@ export namespace Prisma {
255247
255937
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
255248
255938
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
255249
255939
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
255940
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
255250
255941
  }
255251
255942
 
255252
255943
  export type DocumentUncheckedCreateWithoutResume_rendered_exportInput = {
@@ -255280,6 +255971,7 @@ export namespace Prisma {
255280
255971
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
255281
255972
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
255282
255973
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
255974
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
255283
255975
  }
255284
255976
 
255285
255977
  export type DocumentCreateOrConnectWithoutResume_rendered_exportInput = {
@@ -255310,6 +256002,8 @@ export namespace Prisma {
255310
256002
  created_by: string
255311
256003
  updated_by: string
255312
256004
  is_active?: boolean
256005
+ fit_check_report_updated_flag?: boolean
256006
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
255313
256007
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
255314
256008
  candidate: UserCreateNestedOneWithoutApplicationsInput
255315
256009
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -255326,6 +256020,7 @@ export namespace Prisma {
255326
256020
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
255327
256021
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
255328
256022
  offer?: OfferCreateNestedOneWithoutApplicationInput
256023
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
255329
256024
  }
255330
256025
 
255331
256026
  export type ApplicationUncheckedCreateWithoutResumeInput = {
@@ -255357,6 +256052,9 @@ export namespace Prisma {
255357
256052
  created_by: string
255358
256053
  updated_by: string
255359
256054
  is_active?: boolean
256055
+ fit_check_report_document_id?: string | null
256056
+ fit_check_report_updated_flag?: boolean
256057
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
255360
256058
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
255361
256059
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
255362
256060
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -256193,6 +256891,7 @@ export namespace Prisma {
256193
256891
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
256194
256892
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
256195
256893
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
256894
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
256196
256895
  }
256197
256896
 
256198
256897
  export type DocumentUncheckedUpdateWithoutResumeInput = {
@@ -256226,6 +256925,7 @@ export namespace Prisma {
256226
256925
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
256227
256926
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
256228
256927
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
256928
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
256229
256929
  }
256230
256930
 
256231
256931
  export type DocumentUpsertWithoutResume_rendered_exportInput = {
@@ -256270,6 +256970,7 @@ export namespace Prisma {
256270
256970
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
256271
256971
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
256272
256972
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
256973
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
256273
256974
  }
256274
256975
 
256275
256976
  export type DocumentUncheckedUpdateWithoutResume_rendered_exportInput = {
@@ -256303,6 +257004,7 @@ export namespace Prisma {
256303
257004
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
256304
257005
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
256305
257006
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
257007
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
256306
257008
  }
256307
257009
 
256308
257010
  export type ApplicationUpsertWithWhereUniqueWithoutResumeInput = {
@@ -256802,6 +257504,8 @@ export namespace Prisma {
256802
257504
  created_by: string
256803
257505
  updated_by: string
256804
257506
  is_active?: boolean
257507
+ fit_check_report_updated_flag?: boolean
257508
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
256805
257509
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
256806
257510
  candidate: UserCreateNestedOneWithoutApplicationsInput
256807
257511
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -256818,6 +257522,7 @@ export namespace Prisma {
256818
257522
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
256819
257523
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
256820
257524
  offer?: OfferCreateNestedOneWithoutApplicationInput
257525
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
256821
257526
  }
256822
257527
 
256823
257528
  export type ApplicationUncheckedCreateWithoutSourceInput = {
@@ -256849,6 +257554,9 @@ export namespace Prisma {
256849
257554
  created_by: string
256850
257555
  updated_by: string
256851
257556
  is_active?: boolean
257557
+ fit_check_report_document_id?: string | null
257558
+ fit_check_report_updated_flag?: boolean
257559
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
256852
257560
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
256853
257561
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
256854
257562
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -259249,6 +259957,8 @@ export namespace Prisma {
259249
259957
  created_by: string
259250
259958
  updated_by: string
259251
259959
  is_active?: boolean
259960
+ fit_check_report_updated_flag?: boolean
259961
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
259252
259962
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
259253
259963
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
259254
259964
  resume: ResumeCreateNestedOneWithoutApplicationsInput
@@ -259265,6 +259975,7 @@ export namespace Prisma {
259265
259975
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
259266
259976
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
259267
259977
  offer?: OfferCreateNestedOneWithoutApplicationInput
259978
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
259268
259979
  }
259269
259980
 
259270
259981
  export type ApplicationUncheckedCreateWithoutCandidateInput = {
@@ -259296,6 +260007,9 @@ export namespace Prisma {
259296
260007
  created_by: string
259297
260008
  updated_by: string
259298
260009
  is_active?: boolean
260010
+ fit_check_report_document_id?: string | null
260011
+ fit_check_report_updated_flag?: boolean
260012
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
259299
260013
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
259300
260014
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
259301
260015
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -260436,8 +261150,6 @@ export namespace Prisma {
260436
261150
  export type QuestionCreateWithoutCandidateInput = {
260437
261151
  id?: string
260438
261152
  skill?: string | null
260439
- category?: $Enums.QuestionCategory | null
260440
- bank_item_key?: string | null
260441
261153
  question: string
260442
261154
  answer: string
260443
261155
  options?: QuestionCreateoptionsInput | string[]
@@ -260459,8 +261171,6 @@ export namespace Prisma {
260459
261171
  assessment_library_id?: string | null
260460
261172
  evaluation_plan_id?: string | null
260461
261173
  skill?: string | null
260462
- category?: $Enums.QuestionCategory | null
260463
- bank_item_key?: string | null
260464
261174
  question: string
260465
261175
  answer: string
260466
261176
  options?: QuestionCreateoptionsInput | string[]
@@ -261080,6 +261790,8 @@ export namespace Prisma {
261080
261790
  created_by: string
261081
261791
  updated_by: string
261082
261792
  is_active?: boolean
261793
+ fit_check_report_updated_flag?: boolean
261794
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
261083
261795
  evaluation_plan?: EvaluationPlanCreateNestedOneWithoutApplicationsInput
261084
261796
  candidate: UserCreateNestedOneWithoutApplicationsInput
261085
261797
  organisation: OrganisationCreateNestedOneWithoutApplicationsInput
@@ -261096,6 +261808,7 @@ export namespace Prisma {
261096
261808
  communication_messages?: CommunicationMessageCreateNestedManyWithoutApplicationInput
261097
261809
  job_application_responses?: JobApplicationResponseCreateNestedManyWithoutApplicationInput
261098
261810
  offer?: OfferCreateNestedOneWithoutApplicationInput
261811
+ fit_check_report_document?: DocumentCreateNestedOneWithoutApplication_fit_check_reportInput
261099
261812
  }
261100
261813
 
261101
261814
  export type ApplicationUncheckedCreateWithoutRecruiterInput = {
@@ -261127,6 +261840,9 @@ export namespace Prisma {
261127
261840
  created_by: string
261128
261841
  updated_by: string
261129
261842
  is_active?: boolean
261843
+ fit_check_report_document_id?: string | null
261844
+ fit_check_report_updated_flag?: boolean
261845
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
261130
261846
  fit_check?: FitCheckUncheckedCreateNestedOneWithoutApplicationInput
261131
261847
  interviews?: InterviewUncheckedCreateNestedManyWithoutApplicationInput
261132
261848
  assignments?: AssignmentUncheckedCreateNestedManyWithoutApplicationInput
@@ -261180,6 +261896,7 @@ export namespace Prisma {
261180
261896
  offer_letters?: OfferLetterCreateNestedManyWithoutDocumentInput
261181
261897
  offer_letter_template_snapshots?: OfferLetterCreateNestedManyWithoutTemplate_documentInput
261182
261898
  offer_draft_edited_html?: OfferCreateNestedManyWithoutDraft_edited_html_documentInput
261899
+ application_fit_check_report?: ApplicationCreateNestedOneWithoutFit_check_report_documentInput
261183
261900
  }
261184
261901
 
261185
261902
  export type DocumentUncheckedCreateWithoutCandidateInput = {
@@ -261213,6 +261930,7 @@ export namespace Prisma {
261213
261930
  offer_letters?: OfferLetterUncheckedCreateNestedManyWithoutDocumentInput
261214
261931
  offer_letter_template_snapshots?: OfferLetterUncheckedCreateNestedManyWithoutTemplate_documentInput
261215
261932
  offer_draft_edited_html?: OfferUncheckedCreateNestedManyWithoutDraft_edited_html_documentInput
261933
+ application_fit_check_report?: ApplicationUncheckedCreateNestedOneWithoutFit_check_report_documentInput
261216
261934
  }
261217
261935
 
261218
261936
  export type DocumentCreateOrConnectWithoutCandidateInput = {
@@ -263747,6 +264465,7 @@ export namespace Prisma {
263747
264465
  created_by: string
263748
264466
  updated_by: string
263749
264467
  is_active?: boolean
264468
+ order_no?: number | null
263750
264469
  }
263751
264470
 
263752
264471
  export type InterviewUpdateWithoutApplicationInput = {
@@ -264338,6 +265057,7 @@ export namespace Prisma {
264338
265057
  created_by?: StringFieldUpdateOperationsInput | string
264339
265058
  updated_by?: StringFieldUpdateOperationsInput | string
264340
265059
  is_active?: BoolFieldUpdateOperationsInput | boolean
265060
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
264341
265061
  field?: JobApplicationFieldUpdateOneWithoutJob_application_responsesNestedInput
264342
265062
  document?: DocumentUpdateOneWithoutJob_application_responsesNestedInput
264343
265063
  }
@@ -264360,6 +265080,7 @@ export namespace Prisma {
264360
265080
  created_by?: StringFieldUpdateOperationsInput | string
264361
265081
  updated_by?: StringFieldUpdateOperationsInput | string
264362
265082
  is_active?: BoolFieldUpdateOperationsInput | boolean
265083
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
264363
265084
  }
264364
265085
 
264365
265086
  export type JobApplicationResponseUncheckedUpdateManyWithoutApplicationInput = {
@@ -264380,6 +265101,7 @@ export namespace Prisma {
264380
265101
  created_by?: StringFieldUpdateOperationsInput | string
264381
265102
  updated_by?: StringFieldUpdateOperationsInput | string
264382
265103
  is_active?: BoolFieldUpdateOperationsInput | boolean
265104
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
264383
265105
  }
264384
265106
 
264385
265107
  export type AssessmentQuestionCreateManyAssessmentInput = {
@@ -264463,8 +265185,6 @@ export namespace Prisma {
264463
265185
  evaluation_plan_id?: string | null
264464
265186
  candidate_id?: string | null
264465
265187
  skill?: string | null
264466
- category?: $Enums.QuestionCategory | null
264467
- bank_item_key?: string | null
264468
265188
  question: string
264469
265189
  answer: string
264470
265190
  options?: QuestionCreateoptionsInput | string[]
@@ -264530,8 +265250,6 @@ export namespace Prisma {
264530
265250
  export type QuestionUpdateWithoutAssessmentLibraryInput = {
264531
265251
  id?: StringFieldUpdateOperationsInput | string
264532
265252
  skill?: NullableStringFieldUpdateOperationsInput | string | null
264533
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
264534
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
264535
265253
  question?: StringFieldUpdateOperationsInput | string
264536
265254
  answer?: StringFieldUpdateOperationsInput | string
264537
265255
  options?: QuestionUpdateoptionsInput | string[]
@@ -264553,8 +265271,6 @@ export namespace Prisma {
264553
265271
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
264554
265272
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
264555
265273
  skill?: NullableStringFieldUpdateOperationsInput | string | null
264556
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
264557
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
264558
265274
  question?: StringFieldUpdateOperationsInput | string
264559
265275
  answer?: StringFieldUpdateOperationsInput | string
264560
265276
  options?: QuestionUpdateoptionsInput | string[]
@@ -264574,8 +265290,6 @@ export namespace Prisma {
264574
265290
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
264575
265291
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
264576
265292
  skill?: NullableStringFieldUpdateOperationsInput | string | null
264577
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
264578
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
264579
265293
  question?: StringFieldUpdateOperationsInput | string
264580
265294
  answer?: StringFieldUpdateOperationsInput | string
264581
265295
  options?: QuestionUpdateoptionsInput | string[]
@@ -266074,6 +266788,7 @@ export namespace Prisma {
266074
266788
  created_by: string
266075
266789
  updated_by: string
266076
266790
  is_active?: boolean
266791
+ order_no?: number | null
266077
266792
  }
266078
266793
 
266079
266794
  export type OfferLetterTemplateCreateManyDocumentInput = {
@@ -266192,6 +266907,7 @@ export namespace Prisma {
266192
266907
  created_by?: StringFieldUpdateOperationsInput | string
266193
266908
  updated_by?: StringFieldUpdateOperationsInput | string
266194
266909
  is_active?: BoolFieldUpdateOperationsInput | boolean
266910
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
266195
266911
  application?: ApplicationUpdateOneRequiredWithoutJob_application_responsesNestedInput
266196
266912
  field?: JobApplicationFieldUpdateOneWithoutJob_application_responsesNestedInput
266197
266913
  }
@@ -266214,6 +266930,7 @@ export namespace Prisma {
266214
266930
  created_by?: StringFieldUpdateOperationsInput | string
266215
266931
  updated_by?: StringFieldUpdateOperationsInput | string
266216
266932
  is_active?: BoolFieldUpdateOperationsInput | boolean
266933
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
266217
266934
  }
266218
266935
 
266219
266936
  export type JobApplicationResponseUncheckedUpdateManyWithoutDocumentInput = {
@@ -266234,6 +266951,7 @@ export namespace Prisma {
266234
266951
  created_by?: StringFieldUpdateOperationsInput | string
266235
266952
  updated_by?: StringFieldUpdateOperationsInput | string
266236
266953
  is_active?: BoolFieldUpdateOperationsInput | boolean
266954
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
266237
266955
  }
266238
266956
 
266239
266957
  export type OfferLetterTemplateUpdateWithoutDocumentInput = {
@@ -266555,8 +267273,6 @@ export namespace Prisma {
266555
267273
  assessment_library_id?: string | null
266556
267274
  candidate_id?: string | null
266557
267275
  skill?: string | null
266558
- category?: $Enums.QuestionCategory | null
266559
- bank_item_key?: string | null
266560
267276
  question: string
266561
267277
  answer: string
266562
267278
  options?: QuestionCreateoptionsInput | string[]
@@ -266647,6 +267363,9 @@ export namespace Prisma {
266647
267363
  created_by: string
266648
267364
  updated_by: string
266649
267365
  is_active?: boolean
267366
+ fit_check_report_document_id?: string | null
267367
+ fit_check_report_updated_flag?: boolean
267368
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
266650
267369
  }
266651
267370
 
266652
267371
  export type OngoingEvaluationCreateManyEvaluation_planInput = {
@@ -266692,8 +267411,6 @@ export namespace Prisma {
266692
267411
  export type QuestionUpdateWithoutEvaluationPlanInput = {
266693
267412
  id?: StringFieldUpdateOperationsInput | string
266694
267413
  skill?: NullableStringFieldUpdateOperationsInput | string | null
266695
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
266696
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
266697
267414
  question?: StringFieldUpdateOperationsInput | string
266698
267415
  answer?: StringFieldUpdateOperationsInput | string
266699
267416
  options?: QuestionUpdateoptionsInput | string[]
@@ -266715,8 +267432,6 @@ export namespace Prisma {
266715
267432
  assessment_library_id?: NullableStringFieldUpdateOperationsInput | string | null
266716
267433
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
266717
267434
  skill?: NullableStringFieldUpdateOperationsInput | string | null
266718
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
266719
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
266720
267435
  question?: StringFieldUpdateOperationsInput | string
266721
267436
  answer?: StringFieldUpdateOperationsInput | string
266722
267437
  options?: QuestionUpdateoptionsInput | string[]
@@ -266736,8 +267451,6 @@ export namespace Prisma {
266736
267451
  assessment_library_id?: NullableStringFieldUpdateOperationsInput | string | null
266737
267452
  candidate_id?: NullableStringFieldUpdateOperationsInput | string | null
266738
267453
  skill?: NullableStringFieldUpdateOperationsInput | string | null
266739
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
266740
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
266741
267454
  question?: StringFieldUpdateOperationsInput | string
266742
267455
  answer?: StringFieldUpdateOperationsInput | string
266743
267456
  options?: QuestionUpdateoptionsInput | string[]
@@ -266934,6 +267647,8 @@ export namespace Prisma {
266934
267647
  created_by?: StringFieldUpdateOperationsInput | string
266935
267648
  updated_by?: StringFieldUpdateOperationsInput | string
266936
267649
  is_active?: BoolFieldUpdateOperationsInput | boolean
267650
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
267651
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
266937
267652
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
266938
267653
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
266939
267654
  resume?: ResumeUpdateOneRequiredWithoutApplicationsNestedInput
@@ -266950,6 +267665,7 @@ export namespace Prisma {
266950
267665
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
266951
267666
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
266952
267667
  offer?: OfferUpdateOneWithoutApplicationNestedInput
267668
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
266953
267669
  }
266954
267670
 
266955
267671
  export type ApplicationUncheckedUpdateWithoutEvaluation_planInput = {
@@ -266981,6 +267697,9 @@ export namespace Prisma {
266981
267697
  created_by?: StringFieldUpdateOperationsInput | string
266982
267698
  updated_by?: StringFieldUpdateOperationsInput | string
266983
267699
  is_active?: BoolFieldUpdateOperationsInput | boolean
267700
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
267701
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
267702
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
266984
267703
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
266985
267704
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
266986
267705
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -267022,6 +267741,9 @@ export namespace Prisma {
267022
267741
  created_by?: StringFieldUpdateOperationsInput | string
267023
267742
  updated_by?: StringFieldUpdateOperationsInput | string
267024
267743
  is_active?: BoolFieldUpdateOperationsInput | boolean
267744
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
267745
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
267746
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
267025
267747
  }
267026
267748
 
267027
267749
  export type OngoingEvaluationUpdateWithoutEvaluation_planInput = {
@@ -268052,6 +268774,7 @@ export namespace Prisma {
268052
268774
  created_by: string
268053
268775
  updated_by: string
268054
268776
  is_active?: boolean
268777
+ order_no?: number | null
268055
268778
  }
268056
268779
 
268057
268780
  export type JobApplicationResponseUpdateWithoutFieldInput = {
@@ -268070,6 +268793,7 @@ export namespace Prisma {
268070
268793
  created_by?: StringFieldUpdateOperationsInput | string
268071
268794
  updated_by?: StringFieldUpdateOperationsInput | string
268072
268795
  is_active?: BoolFieldUpdateOperationsInput | boolean
268796
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
268073
268797
  application?: ApplicationUpdateOneRequiredWithoutJob_application_responsesNestedInput
268074
268798
  document?: DocumentUpdateOneWithoutJob_application_responsesNestedInput
268075
268799
  }
@@ -268092,6 +268816,7 @@ export namespace Prisma {
268092
268816
  created_by?: StringFieldUpdateOperationsInput | string
268093
268817
  updated_by?: StringFieldUpdateOperationsInput | string
268094
268818
  is_active?: BoolFieldUpdateOperationsInput | boolean
268819
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
268095
268820
  }
268096
268821
 
268097
268822
  export type JobApplicationResponseUncheckedUpdateManyWithoutFieldInput = {
@@ -268112,6 +268837,7 @@ export namespace Prisma {
268112
268837
  created_by?: StringFieldUpdateOperationsInput | string
268113
268838
  updated_by?: StringFieldUpdateOperationsInput | string
268114
268839
  is_active?: BoolFieldUpdateOperationsInput | boolean
268840
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
268115
268841
  }
268116
268842
 
268117
268843
  export type JobApplicationFieldCreateManyJob_application_templateInput = {
@@ -268128,6 +268854,7 @@ export namespace Prisma {
268128
268854
  updated_by: string
268129
268855
  created_at?: Date | string
268130
268856
  updated_at?: Date | string
268857
+ order_no?: number | null
268131
268858
  }
268132
268859
 
268133
268860
  export type JobApplicationFieldUpdateWithoutJob_application_templateInput = {
@@ -268143,6 +268870,7 @@ export namespace Prisma {
268143
268870
  updated_by?: StringFieldUpdateOperationsInput | string
268144
268871
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
268145
268872
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
268873
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
268146
268874
  organisation?: OrganisationUpdateOneRequiredWithoutJob_application_fieldsNestedInput
268147
268875
  job_application_responses?: JobApplicationResponseUpdateManyWithoutFieldNestedInput
268148
268876
  }
@@ -268161,6 +268889,7 @@ export namespace Prisma {
268161
268889
  updated_by?: StringFieldUpdateOperationsInput | string
268162
268890
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
268163
268891
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
268892
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
268164
268893
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutFieldNestedInput
268165
268894
  }
268166
268895
 
@@ -268178,6 +268907,7 @@ export namespace Prisma {
268178
268907
  updated_by?: StringFieldUpdateOperationsInput | string
268179
268908
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
268180
268909
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
268910
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
268181
268911
  }
268182
268912
 
268183
268913
  export type ApplicationCreateManyJob_descriptionInput = {
@@ -268209,6 +268939,9 @@ export namespace Prisma {
268209
268939
  created_by: string
268210
268940
  updated_by: string
268211
268941
  is_active?: boolean
268942
+ fit_check_report_document_id?: string | null
268943
+ fit_check_report_updated_flag?: boolean
268944
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
268212
268945
  }
268213
268946
 
268214
268947
  export type InterviewCreateManyJob_descriptionInput = {
@@ -268611,6 +269344,8 @@ export namespace Prisma {
268611
269344
  created_by?: StringFieldUpdateOperationsInput | string
268612
269345
  updated_by?: StringFieldUpdateOperationsInput | string
268613
269346
  is_active?: BoolFieldUpdateOperationsInput | boolean
269347
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
269348
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
268614
269349
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
268615
269350
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
268616
269351
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -268627,6 +269362,7 @@ export namespace Prisma {
268627
269362
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
268628
269363
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
268629
269364
  offer?: OfferUpdateOneWithoutApplicationNestedInput
269365
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
268630
269366
  }
268631
269367
 
268632
269368
  export type ApplicationUncheckedUpdateWithoutJob_descriptionInput = {
@@ -268658,6 +269394,9 @@ export namespace Prisma {
268658
269394
  created_by?: StringFieldUpdateOperationsInput | string
268659
269395
  updated_by?: StringFieldUpdateOperationsInput | string
268660
269396
  is_active?: BoolFieldUpdateOperationsInput | boolean
269397
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
269398
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
269399
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
268661
269400
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
268662
269401
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
268663
269402
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -268699,6 +269438,9 @@ export namespace Prisma {
268699
269438
  created_by?: StringFieldUpdateOperationsInput | string
268700
269439
  updated_by?: StringFieldUpdateOperationsInput | string
268701
269440
  is_active?: BoolFieldUpdateOperationsInput | boolean
269441
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
269442
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
269443
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
268702
269444
  }
268703
269445
 
268704
269446
  export type InterviewUpdateWithoutJob_descriptionInput = {
@@ -271080,6 +271822,9 @@ export namespace Prisma {
271080
271822
  created_by: string
271081
271823
  updated_by: string
271082
271824
  is_active?: boolean
271825
+ fit_check_report_document_id?: string | null
271826
+ fit_check_report_updated_flag?: boolean
271827
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
271083
271828
  }
271084
271829
 
271085
271830
  export type UserRoleCreateManyOrganisationInput = {
@@ -271169,7 +271914,6 @@ export namespace Prisma {
271169
271914
  created_by: string
271170
271915
  updated_by: string
271171
271916
  is_active?: boolean
271172
- generation_state?: NullableJsonNullValueInput | InputJsonValue
271173
271917
  }
271174
271918
 
271175
271919
  export type AssignmentLibraryCreateManyOrganisationInput = {
@@ -271560,6 +272304,7 @@ export namespace Prisma {
271560
272304
  updated_by: string
271561
272305
  created_at?: Date | string
271562
272306
  updated_at?: Date | string
272307
+ order_no?: number | null
271563
272308
  }
271564
272309
 
271565
272310
  export type DocumentCreateManyOrganisationInput = {
@@ -272089,6 +272834,8 @@ export namespace Prisma {
272089
272834
  created_by?: StringFieldUpdateOperationsInput | string
272090
272835
  updated_by?: StringFieldUpdateOperationsInput | string
272091
272836
  is_active?: BoolFieldUpdateOperationsInput | boolean
272837
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
272838
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
272092
272839
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
272093
272840
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
272094
272841
  resume?: ResumeUpdateOneRequiredWithoutApplicationsNestedInput
@@ -272105,6 +272852,7 @@ export namespace Prisma {
272105
272852
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
272106
272853
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
272107
272854
  offer?: OfferUpdateOneWithoutApplicationNestedInput
272855
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
272108
272856
  }
272109
272857
 
272110
272858
  export type ApplicationUncheckedUpdateWithoutOrganisationInput = {
@@ -272136,6 +272884,9 @@ export namespace Prisma {
272136
272884
  created_by?: StringFieldUpdateOperationsInput | string
272137
272885
  updated_by?: StringFieldUpdateOperationsInput | string
272138
272886
  is_active?: BoolFieldUpdateOperationsInput | boolean
272887
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
272888
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
272889
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
272139
272890
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
272140
272891
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
272141
272892
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -272177,6 +272928,9 @@ export namespace Prisma {
272177
272928
  created_by?: StringFieldUpdateOperationsInput | string
272178
272929
  updated_by?: StringFieldUpdateOperationsInput | string
272179
272930
  is_active?: BoolFieldUpdateOperationsInput | boolean
272931
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
272932
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
272933
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
272180
272934
  }
272181
272935
 
272182
272936
  export type UserRoleUpdateWithoutOrganisationInput = {
@@ -272464,7 +273218,6 @@ export namespace Prisma {
272464
273218
  created_by?: StringFieldUpdateOperationsInput | string
272465
273219
  updated_by?: StringFieldUpdateOperationsInput | string
272466
273220
  is_active?: BoolFieldUpdateOperationsInput | boolean
272467
- generation_state?: NullableJsonNullValueInput | InputJsonValue
272468
273221
  questions?: QuestionUpdateManyWithoutAssessmentLibraryNestedInput
272469
273222
  assessments?: AssessmentUpdateManyWithoutAssessment_libraryNestedInput
272470
273223
  evaluation_Plans?: EvaluationPlanUpdateManyWithoutAssessmentNestedInput
@@ -272481,7 +273234,6 @@ export namespace Prisma {
272481
273234
  created_by?: StringFieldUpdateOperationsInput | string
272482
273235
  updated_by?: StringFieldUpdateOperationsInput | string
272483
273236
  is_active?: BoolFieldUpdateOperationsInput | boolean
272484
- generation_state?: NullableJsonNullValueInput | InputJsonValue
272485
273237
  questions?: QuestionUncheckedUpdateManyWithoutAssessmentLibraryNestedInput
272486
273238
  assessments?: AssessmentUncheckedUpdateManyWithoutAssessment_libraryNestedInput
272487
273239
  evaluation_Plans?: EvaluationPlanUncheckedUpdateManyWithoutAssessmentNestedInput
@@ -272498,7 +273250,6 @@ export namespace Prisma {
272498
273250
  created_by?: StringFieldUpdateOperationsInput | string
272499
273251
  updated_by?: StringFieldUpdateOperationsInput | string
272500
273252
  is_active?: BoolFieldUpdateOperationsInput | boolean
272501
- generation_state?: NullableJsonNullValueInput | InputJsonValue
272502
273253
  }
272503
273254
 
272504
273255
  export type AssignmentLibraryUpdateWithoutOrganisationInput = {
@@ -273682,6 +274433,7 @@ export namespace Prisma {
273682
274433
  updated_by?: StringFieldUpdateOperationsInput | string
273683
274434
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
273684
274435
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
274436
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
273685
274437
  job_application_template?: JobApplicationTemplateUpdateOneRequiredWithoutFieldsNestedInput
273686
274438
  job_application_responses?: JobApplicationResponseUpdateManyWithoutFieldNestedInput
273687
274439
  }
@@ -273700,6 +274452,7 @@ export namespace Prisma {
273700
274452
  updated_by?: StringFieldUpdateOperationsInput | string
273701
274453
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
273702
274454
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
274455
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
273703
274456
  job_application_responses?: JobApplicationResponseUncheckedUpdateManyWithoutFieldNestedInput
273704
274457
  }
273705
274458
 
@@ -273717,6 +274470,7 @@ export namespace Prisma {
273717
274470
  updated_by?: StringFieldUpdateOperationsInput | string
273718
274471
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
273719
274472
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
274473
+ order_no?: NullableIntFieldUpdateOperationsInput | number | null
273720
274474
  }
273721
274475
 
273722
274476
  export type DocumentUpdateWithoutOrganisationInput = {
@@ -273750,6 +274504,7 @@ export namespace Prisma {
273750
274504
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
273751
274505
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
273752
274506
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
274507
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
273753
274508
  }
273754
274509
 
273755
274510
  export type DocumentUncheckedUpdateWithoutOrganisationInput = {
@@ -273783,6 +274538,7 @@ export namespace Prisma {
273783
274538
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
273784
274539
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
273785
274540
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
274541
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
273786
274542
  }
273787
274543
 
273788
274544
  export type DocumentUncheckedUpdateManyWithoutOrganisationInput = {
@@ -274825,6 +275581,9 @@ export namespace Prisma {
274825
275581
  created_by: string
274826
275582
  updated_by: string
274827
275583
  is_active?: boolean
275584
+ fit_check_report_document_id?: string | null
275585
+ fit_check_report_updated_flag?: boolean
275586
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
274828
275587
  }
274829
275588
 
274830
275589
  export type InterviewCreateManyResumeInput = {
@@ -274971,6 +275730,8 @@ export namespace Prisma {
274971
275730
  created_by?: StringFieldUpdateOperationsInput | string
274972
275731
  updated_by?: StringFieldUpdateOperationsInput | string
274973
275732
  is_active?: BoolFieldUpdateOperationsInput | boolean
275733
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
275734
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
274974
275735
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
274975
275736
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
274976
275737
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -274987,6 +275748,7 @@ export namespace Prisma {
274987
275748
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
274988
275749
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
274989
275750
  offer?: OfferUpdateOneWithoutApplicationNestedInput
275751
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
274990
275752
  }
274991
275753
 
274992
275754
  export type ApplicationUncheckedUpdateWithoutResumeInput = {
@@ -275018,6 +275780,9 @@ export namespace Prisma {
275018
275780
  created_by?: StringFieldUpdateOperationsInput | string
275019
275781
  updated_by?: StringFieldUpdateOperationsInput | string
275020
275782
  is_active?: BoolFieldUpdateOperationsInput | boolean
275783
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
275784
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
275785
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275021
275786
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
275022
275787
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
275023
275788
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -275059,6 +275824,9 @@ export namespace Prisma {
275059
275824
  created_by?: StringFieldUpdateOperationsInput | string
275060
275825
  updated_by?: StringFieldUpdateOperationsInput | string
275061
275826
  is_active?: BoolFieldUpdateOperationsInput | boolean
275827
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
275828
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
275829
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275062
275830
  }
275063
275831
 
275064
275832
  export type InterviewUpdateWithoutResumeInput = {
@@ -275481,6 +276249,9 @@ export namespace Prisma {
275481
276249
  created_by: string
275482
276250
  updated_by: string
275483
276251
  is_active?: boolean
276252
+ fit_check_report_document_id?: string | null
276253
+ fit_check_report_updated_flag?: boolean
276254
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275484
276255
  }
275485
276256
 
275486
276257
  export type SourceUpdateWithoutParentInput = {
@@ -275546,6 +276317,8 @@ export namespace Prisma {
275546
276317
  created_by?: StringFieldUpdateOperationsInput | string
275547
276318
  updated_by?: StringFieldUpdateOperationsInput | string
275548
276319
  is_active?: BoolFieldUpdateOperationsInput | boolean
276320
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
276321
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275549
276322
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
275550
276323
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
275551
276324
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -275562,6 +276335,7 @@ export namespace Prisma {
275562
276335
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
275563
276336
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
275564
276337
  offer?: OfferUpdateOneWithoutApplicationNestedInput
276338
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
275565
276339
  }
275566
276340
 
275567
276341
  export type ApplicationUncheckedUpdateWithoutSourceInput = {
@@ -275593,6 +276367,9 @@ export namespace Prisma {
275593
276367
  created_by?: StringFieldUpdateOperationsInput | string
275594
276368
  updated_by?: StringFieldUpdateOperationsInput | string
275595
276369
  is_active?: BoolFieldUpdateOperationsInput | boolean
276370
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
276371
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
276372
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275596
276373
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
275597
276374
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
275598
276375
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -275634,6 +276411,9 @@ export namespace Prisma {
275634
276411
  created_by?: StringFieldUpdateOperationsInput | string
275635
276412
  updated_by?: StringFieldUpdateOperationsInput | string
275636
276413
  is_active?: BoolFieldUpdateOperationsInput | boolean
276414
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
276415
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
276416
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275637
276417
  }
275638
276418
 
275639
276419
  export type TranscriptCreateManySuggestionInput = {
@@ -275865,6 +276645,9 @@ export namespace Prisma {
275865
276645
  created_by: string
275866
276646
  updated_by: string
275867
276647
  is_active?: boolean
276648
+ fit_check_report_document_id?: string | null
276649
+ fit_check_report_updated_flag?: boolean
276650
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
275868
276651
  }
275869
276652
 
275870
276653
  export type ResumeCreateManyUserInput = {
@@ -276214,8 +276997,6 @@ export namespace Prisma {
276214
276997
  assessment_library_id?: string | null
276215
276998
  evaluation_plan_id?: string | null
276216
276999
  skill?: string | null
276217
- category?: $Enums.QuestionCategory | null
276218
- bank_item_key?: string | null
276219
277000
  question: string
276220
277001
  answer: string
276221
277002
  options?: QuestionCreateoptionsInput | string[]
@@ -276459,6 +277240,9 @@ export namespace Prisma {
276459
277240
  created_by: string
276460
277241
  updated_by: string
276461
277242
  is_active?: boolean
277243
+ fit_check_report_document_id?: string | null
277244
+ fit_check_report_updated_flag?: boolean
277245
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
276462
277246
  }
276463
277247
 
276464
277248
  export type DocumentCreateManyCandidateInput = {
@@ -276542,6 +277326,8 @@ export namespace Prisma {
276542
277326
  created_by?: StringFieldUpdateOperationsInput | string
276543
277327
  updated_by?: StringFieldUpdateOperationsInput | string
276544
277328
  is_active?: BoolFieldUpdateOperationsInput | boolean
277329
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
277330
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
276545
277331
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
276546
277332
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
276547
277333
  resume?: ResumeUpdateOneRequiredWithoutApplicationsNestedInput
@@ -276558,6 +277344,7 @@ export namespace Prisma {
276558
277344
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
276559
277345
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
276560
277346
  offer?: OfferUpdateOneWithoutApplicationNestedInput
277347
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
276561
277348
  }
276562
277349
 
276563
277350
  export type ApplicationUncheckedUpdateWithoutCandidateInput = {
@@ -276589,6 +277376,9 @@ export namespace Prisma {
276589
277376
  created_by?: StringFieldUpdateOperationsInput | string
276590
277377
  updated_by?: StringFieldUpdateOperationsInput | string
276591
277378
  is_active?: BoolFieldUpdateOperationsInput | boolean
277379
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
277380
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
277381
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
276592
277382
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
276593
277383
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
276594
277384
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -276630,6 +277420,9 @@ export namespace Prisma {
276630
277420
  created_by?: StringFieldUpdateOperationsInput | string
276631
277421
  updated_by?: StringFieldUpdateOperationsInput | string
276632
277422
  is_active?: BoolFieldUpdateOperationsInput | boolean
277423
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
277424
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
277425
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
276633
277426
  }
276634
277427
 
276635
277428
  export type ResumeUpdateWithoutUserInput = {
@@ -277899,8 +278692,6 @@ export namespace Prisma {
277899
278692
  export type QuestionUpdateWithoutCandidateInput = {
277900
278693
  id?: StringFieldUpdateOperationsInput | string
277901
278694
  skill?: NullableStringFieldUpdateOperationsInput | string | null
277902
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
277903
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
277904
278695
  question?: StringFieldUpdateOperationsInput | string
277905
278696
  answer?: StringFieldUpdateOperationsInput | string
277906
278697
  options?: QuestionUpdateoptionsInput | string[]
@@ -277922,8 +278713,6 @@ export namespace Prisma {
277922
278713
  assessment_library_id?: NullableStringFieldUpdateOperationsInput | string | null
277923
278714
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
277924
278715
  skill?: NullableStringFieldUpdateOperationsInput | string | null
277925
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
277926
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
277927
278716
  question?: StringFieldUpdateOperationsInput | string
277928
278717
  answer?: StringFieldUpdateOperationsInput | string
277929
278718
  options?: QuestionUpdateoptionsInput | string[]
@@ -277943,8 +278732,6 @@ export namespace Prisma {
277943
278732
  assessment_library_id?: NullableStringFieldUpdateOperationsInput | string | null
277944
278733
  evaluation_plan_id?: NullableStringFieldUpdateOperationsInput | string | null
277945
278734
  skill?: NullableStringFieldUpdateOperationsInput | string | null
277946
- category?: NullableEnumQuestionCategoryFieldUpdateOperationsInput | $Enums.QuestionCategory | null
277947
- bank_item_key?: NullableStringFieldUpdateOperationsInput | string | null
277948
278735
  question?: StringFieldUpdateOperationsInput | string
277949
278736
  answer?: StringFieldUpdateOperationsInput | string
277950
278737
  options?: QuestionUpdateoptionsInput | string[]
@@ -278592,6 +279379,8 @@ export namespace Prisma {
278592
279379
  created_by?: StringFieldUpdateOperationsInput | string
278593
279380
  updated_by?: StringFieldUpdateOperationsInput | string
278594
279381
  is_active?: BoolFieldUpdateOperationsInput | boolean
279382
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
279383
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
278595
279384
  evaluation_plan?: EvaluationPlanUpdateOneWithoutApplicationsNestedInput
278596
279385
  candidate?: UserUpdateOneRequiredWithoutApplicationsNestedInput
278597
279386
  organisation?: OrganisationUpdateOneRequiredWithoutApplicationsNestedInput
@@ -278608,6 +279397,7 @@ export namespace Prisma {
278608
279397
  communication_messages?: CommunicationMessageUpdateManyWithoutApplicationNestedInput
278609
279398
  job_application_responses?: JobApplicationResponseUpdateManyWithoutApplicationNestedInput
278610
279399
  offer?: OfferUpdateOneWithoutApplicationNestedInput
279400
+ fit_check_report_document?: DocumentUpdateOneWithoutApplication_fit_check_reportNestedInput
278611
279401
  }
278612
279402
 
278613
279403
  export type ApplicationUncheckedUpdateWithoutRecruiterInput = {
@@ -278639,6 +279429,9 @@ export namespace Prisma {
278639
279429
  created_by?: StringFieldUpdateOperationsInput | string
278640
279430
  updated_by?: StringFieldUpdateOperationsInput | string
278641
279431
  is_active?: BoolFieldUpdateOperationsInput | boolean
279432
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
279433
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
279434
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
278642
279435
  fit_check?: FitCheckUncheckedUpdateOneWithoutApplicationNestedInput
278643
279436
  interviews?: InterviewUncheckedUpdateManyWithoutApplicationNestedInput
278644
279437
  assignments?: AssignmentUncheckedUpdateManyWithoutApplicationNestedInput
@@ -278680,6 +279473,9 @@ export namespace Prisma {
278680
279473
  created_by?: StringFieldUpdateOperationsInput | string
278681
279474
  updated_by?: StringFieldUpdateOperationsInput | string
278682
279475
  is_active?: BoolFieldUpdateOperationsInput | boolean
279476
+ fit_check_report_document_id?: NullableStringFieldUpdateOperationsInput | string | null
279477
+ fit_check_report_updated_flag?: BoolFieldUpdateOperationsInput | boolean
279478
+ fit_check_report_data?: NullableJsonNullValueInput | InputJsonValue
278683
279479
  }
278684
279480
 
278685
279481
  export type DocumentUpdateWithoutCandidateInput = {
@@ -278713,6 +279509,7 @@ export namespace Prisma {
278713
279509
  offer_letters?: OfferLetterUpdateManyWithoutDocumentNestedInput
278714
279510
  offer_letter_template_snapshots?: OfferLetterUpdateManyWithoutTemplate_documentNestedInput
278715
279511
  offer_draft_edited_html?: OfferUpdateManyWithoutDraft_edited_html_documentNestedInput
279512
+ application_fit_check_report?: ApplicationUpdateOneWithoutFit_check_report_documentNestedInput
278716
279513
  }
278717
279514
 
278718
279515
  export type DocumentUncheckedUpdateWithoutCandidateInput = {
@@ -278746,6 +279543,7 @@ export namespace Prisma {
278746
279543
  offer_letters?: OfferLetterUncheckedUpdateManyWithoutDocumentNestedInput
278747
279544
  offer_letter_template_snapshots?: OfferLetterUncheckedUpdateManyWithoutTemplate_documentNestedInput
278748
279545
  offer_draft_edited_html?: OfferUncheckedUpdateManyWithoutDraft_edited_html_documentNestedInput
279546
+ application_fit_check_report?: ApplicationUncheckedUpdateOneWithoutFit_check_report_documentNestedInput
278749
279547
  }
278750
279548
 
278751
279549
  export type DocumentUncheckedUpdateManyWithoutCandidateInput = {