@adaptware/eagles-db 0.5.47 → 0.5.48
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.
- package/client/edge.js +9 -6
- package/client/index-browser.js +2 -0
- package/client/index.d.ts +290 -4
- package/client/index.js +9 -6
- package/client/package.json +1 -1
- package/client/schema.prisma +7 -2
- package/client/wasm.js +9 -6
- package/package.json +1 -1
- package/prisma/.DS_Store +0 -0
- package/prisma/schema/.DS_Store +0 -0
- package/prisma/schema/interview.prisma +39 -38
- package/prisma/schema/migrations/.DS_Store +0 -0
- package/prisma/schema/migrations/20260826160000_add_application_fit_check_report_document/.DS_Store +0 -0
package/client/index.d.ts
CHANGED
|
@@ -68346,6 +68346,7 @@ export namespace Prisma {
|
|
|
68346
68346
|
resume_id: number
|
|
68347
68347
|
job_description_id: number
|
|
68348
68348
|
calendar_event_id: number
|
|
68349
|
+
calendar_events: number
|
|
68349
68350
|
room_name: number
|
|
68350
68351
|
interview_summary: number
|
|
68351
68352
|
scheduled_start_time: number
|
|
@@ -68488,6 +68489,7 @@ export namespace Prisma {
|
|
|
68488
68489
|
resume_id?: true
|
|
68489
68490
|
job_description_id?: true
|
|
68490
68491
|
calendar_event_id?: true
|
|
68492
|
+
calendar_events?: true
|
|
68491
68493
|
room_name?: true
|
|
68492
68494
|
interview_summary?: true
|
|
68493
68495
|
scheduled_start_time?: true
|
|
@@ -68625,6 +68627,7 @@ export namespace Prisma {
|
|
|
68625
68627
|
resume_id: string
|
|
68626
68628
|
job_description_id: string
|
|
68627
68629
|
calendar_event_id: string | null
|
|
68630
|
+
calendar_events: JsonValue | null
|
|
68628
68631
|
room_name: string | null
|
|
68629
68632
|
interview_summary: string[]
|
|
68630
68633
|
scheduled_start_time: Date | null
|
|
@@ -68694,6 +68697,7 @@ export namespace Prisma {
|
|
|
68694
68697
|
resume_id?: boolean
|
|
68695
68698
|
job_description_id?: boolean
|
|
68696
68699
|
calendar_event_id?: boolean
|
|
68700
|
+
calendar_events?: boolean
|
|
68697
68701
|
room_name?: boolean
|
|
68698
68702
|
interview_summary?: boolean
|
|
68699
68703
|
scheduled_start_time?: boolean
|
|
@@ -68759,6 +68763,7 @@ export namespace Prisma {
|
|
|
68759
68763
|
resume_id?: boolean
|
|
68760
68764
|
job_description_id?: boolean
|
|
68761
68765
|
calendar_event_id?: boolean
|
|
68766
|
+
calendar_events?: boolean
|
|
68762
68767
|
room_name?: boolean
|
|
68763
68768
|
interview_summary?: boolean
|
|
68764
68769
|
scheduled_start_time?: boolean
|
|
@@ -68817,6 +68822,7 @@ export namespace Prisma {
|
|
|
68817
68822
|
resume_id?: boolean
|
|
68818
68823
|
job_description_id?: boolean
|
|
68819
68824
|
calendar_event_id?: boolean
|
|
68825
|
+
calendar_events?: boolean
|
|
68820
68826
|
room_name?: boolean
|
|
68821
68827
|
interview_summary?: boolean
|
|
68822
68828
|
scheduled_start_time?: boolean
|
|
@@ -68875,6 +68881,7 @@ export namespace Prisma {
|
|
|
68875
68881
|
resume_id?: boolean
|
|
68876
68882
|
job_description_id?: boolean
|
|
68877
68883
|
calendar_event_id?: boolean
|
|
68884
|
+
calendar_events?: boolean
|
|
68878
68885
|
room_name?: boolean
|
|
68879
68886
|
interview_summary?: boolean
|
|
68880
68887
|
scheduled_start_time?: boolean
|
|
@@ -68915,7 +68922,7 @@ export namespace Prisma {
|
|
|
68915
68922
|
is_active?: boolean
|
|
68916
68923
|
}
|
|
68917
68924
|
|
|
68918
|
-
export type InterviewOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "candidate_id" | "interviewer_id" | "evaluation_plan_id" | "application_id" | "resume_id" | "job_description_id" | "calendar_event_id" | "room_name" | "interview_summary" | "scheduled_start_time" | "scheduled_end_time" | "actual_start_time" | "actual_end_time" | "duration" | "recording_url" | "recording_document_id" | "evaluation_type" | "ai_assistance_mode" | "interview_status" | "interview_platform" | "overall_feedback" | "ai_feedback" | "human_feedback" | "section_feedback" | "interview_preparation" | "final_feedback" | "interview_analysis_ranges" | "interview_flow_summary" | "ai_feedback_generated_at" | "beta_ai_feedback" | "beta_section_feedback" | "beta_final_feedback" | "beta_interview_flow_summary" | "beta_ai_feedback_generated_at" | "human_feedback_updated_at" | "evaluated_at" | "reschedule_count" | "last_rescheduled_at" | "first_assigned_at" | "awaiting_recruiter_action" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active", ExtArgs["result"]["interview"]>
|
|
68925
|
+
export type InterviewOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "candidate_id" | "interviewer_id" | "evaluation_plan_id" | "application_id" | "resume_id" | "job_description_id" | "calendar_event_id" | "calendar_events" | "room_name" | "interview_summary" | "scheduled_start_time" | "scheduled_end_time" | "actual_start_time" | "actual_end_time" | "duration" | "recording_url" | "recording_document_id" | "evaluation_type" | "ai_assistance_mode" | "interview_status" | "interview_platform" | "overall_feedback" | "ai_feedback" | "human_feedback" | "section_feedback" | "interview_preparation" | "final_feedback" | "interview_analysis_ranges" | "interview_flow_summary" | "ai_feedback_generated_at" | "beta_ai_feedback" | "beta_section_feedback" | "beta_final_feedback" | "beta_interview_flow_summary" | "beta_ai_feedback_generated_at" | "human_feedback_updated_at" | "evaluated_at" | "reschedule_count" | "last_rescheduled_at" | "first_assigned_at" | "awaiting_recruiter_action" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active", ExtArgs["result"]["interview"]>
|
|
68919
68926
|
export type InterviewInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
68920
68927
|
candidate?: boolean | Interview$candidateArgs<ExtArgs>
|
|
68921
68928
|
interviewer?: boolean | Interview$interviewerArgs<ExtArgs>
|
|
@@ -68985,6 +68992,7 @@ export namespace Prisma {
|
|
|
68985
68992
|
resume_id: string
|
|
68986
68993
|
job_description_id: string
|
|
68987
68994
|
calendar_event_id: string | null
|
|
68995
|
+
calendar_events: Prisma.JsonValue | null
|
|
68988
68996
|
/**
|
|
68989
68997
|
* Data
|
|
68990
68998
|
*/
|
|
@@ -69511,6 +69519,7 @@ export namespace Prisma {
|
|
|
69511
69519
|
readonly resume_id: FieldRef<"Interview", 'String'>
|
|
69512
69520
|
readonly job_description_id: FieldRef<"Interview", 'String'>
|
|
69513
69521
|
readonly calendar_event_id: FieldRef<"Interview", 'String'>
|
|
69522
|
+
readonly calendar_events: FieldRef<"Interview", 'Json'>
|
|
69514
69523
|
readonly room_name: FieldRef<"Interview", 'String'>
|
|
69515
69524
|
readonly interview_summary: FieldRef<"Interview", 'String[]'>
|
|
69516
69525
|
readonly scheduled_start_time: FieldRef<"Interview", 'DateTime'>
|
|
@@ -126514,8 +126523,10 @@ export namespace Prisma {
|
|
|
126514
126523
|
*/
|
|
126515
126524
|
tailoring_gap_analysis: Prisma.JsonValue | null
|
|
126516
126525
|
/**
|
|
126517
|
-
* Working
|
|
126518
|
-
*
|
|
126526
|
+
* Working tailoring state: the draft ResumeFormData, tailoring notes, the
|
|
126527
|
+
* pending contradiction awaiting resolution, and the question counter.
|
|
126528
|
+
* Scratch space only — the draft is materialised into `resume_data` when the
|
|
126529
|
+
* candidate saves it.
|
|
126519
126530
|
*/
|
|
126520
126531
|
tailoring_draft: Prisma.JsonValue | null
|
|
126521
126532
|
}, ExtArgs["result"]["resume"]>
|
|
@@ -142463,6 +142474,7 @@ export namespace Prisma {
|
|
|
142463
142474
|
created_by: string | null
|
|
142464
142475
|
updated_by: string | null
|
|
142465
142476
|
is_active: boolean | null
|
|
142477
|
+
deleted_at: Date | null
|
|
142466
142478
|
is_self_registered: boolean | null
|
|
142467
142479
|
permission_id: string | null
|
|
142468
142480
|
invitation_status: $Enums.UserInvitationStatus | null
|
|
@@ -142503,6 +142515,7 @@ export namespace Prisma {
|
|
|
142503
142515
|
created_by: string | null
|
|
142504
142516
|
updated_by: string | null
|
|
142505
142517
|
is_active: boolean | null
|
|
142518
|
+
deleted_at: Date | null
|
|
142506
142519
|
is_self_registered: boolean | null
|
|
142507
142520
|
permission_id: string | null
|
|
142508
142521
|
invitation_status: $Enums.UserInvitationStatus | null
|
|
@@ -142543,6 +142556,7 @@ export namespace Prisma {
|
|
|
142543
142556
|
created_by: number
|
|
142544
142557
|
updated_by: number
|
|
142545
142558
|
is_active: number
|
|
142559
|
+
deleted_at: number
|
|
142546
142560
|
is_self_registered: number
|
|
142547
142561
|
permission_id: number
|
|
142548
142562
|
preferences: number
|
|
@@ -142597,6 +142611,7 @@ export namespace Prisma {
|
|
|
142597
142611
|
created_by?: true
|
|
142598
142612
|
updated_by?: true
|
|
142599
142613
|
is_active?: true
|
|
142614
|
+
deleted_at?: true
|
|
142600
142615
|
is_self_registered?: true
|
|
142601
142616
|
permission_id?: true
|
|
142602
142617
|
invitation_status?: true
|
|
@@ -142637,6 +142652,7 @@ export namespace Prisma {
|
|
|
142637
142652
|
created_by?: true
|
|
142638
142653
|
updated_by?: true
|
|
142639
142654
|
is_active?: true
|
|
142655
|
+
deleted_at?: true
|
|
142640
142656
|
is_self_registered?: true
|
|
142641
142657
|
permission_id?: true
|
|
142642
142658
|
invitation_status?: true
|
|
@@ -142677,6 +142693,7 @@ export namespace Prisma {
|
|
|
142677
142693
|
created_by?: true
|
|
142678
142694
|
updated_by?: true
|
|
142679
142695
|
is_active?: true
|
|
142696
|
+
deleted_at?: true
|
|
142680
142697
|
is_self_registered?: true
|
|
142681
142698
|
permission_id?: true
|
|
142682
142699
|
preferences?: true
|
|
@@ -142808,6 +142825,7 @@ export namespace Prisma {
|
|
|
142808
142825
|
created_by: string
|
|
142809
142826
|
updated_by: string
|
|
142810
142827
|
is_active: boolean
|
|
142828
|
+
deleted_at: Date | null
|
|
142811
142829
|
is_self_registered: boolean
|
|
142812
142830
|
permission_id: string | null
|
|
142813
142831
|
preferences: JsonValue | null
|
|
@@ -142871,6 +142889,7 @@ export namespace Prisma {
|
|
|
142871
142889
|
created_by?: boolean
|
|
142872
142890
|
updated_by?: boolean
|
|
142873
142891
|
is_active?: boolean
|
|
142892
|
+
deleted_at?: boolean
|
|
142874
142893
|
is_self_registered?: boolean
|
|
142875
142894
|
permission_id?: boolean
|
|
142876
142895
|
preferences?: boolean
|
|
@@ -142954,6 +142973,7 @@ export namespace Prisma {
|
|
|
142954
142973
|
created_by?: boolean
|
|
142955
142974
|
updated_by?: boolean
|
|
142956
142975
|
is_active?: boolean
|
|
142976
|
+
deleted_at?: boolean
|
|
142957
142977
|
is_self_registered?: boolean
|
|
142958
142978
|
permission_id?: boolean
|
|
142959
142979
|
preferences?: boolean
|
|
@@ -143001,6 +143021,7 @@ export namespace Prisma {
|
|
|
143001
143021
|
created_by?: boolean
|
|
143002
143022
|
updated_by?: boolean
|
|
143003
143023
|
is_active?: boolean
|
|
143024
|
+
deleted_at?: boolean
|
|
143004
143025
|
is_self_registered?: boolean
|
|
143005
143026
|
permission_id?: boolean
|
|
143006
143027
|
preferences?: boolean
|
|
@@ -143048,6 +143069,7 @@ export namespace Prisma {
|
|
|
143048
143069
|
created_by?: boolean
|
|
143049
143070
|
updated_by?: boolean
|
|
143050
143071
|
is_active?: boolean
|
|
143072
|
+
deleted_at?: boolean
|
|
143051
143073
|
is_self_registered?: boolean
|
|
143052
143074
|
permission_id?: boolean
|
|
143053
143075
|
preferences?: boolean
|
|
@@ -143079,7 +143101,7 @@ export namespace Prisma {
|
|
|
143079
143101
|
employee_code?: boolean
|
|
143080
143102
|
}
|
|
143081
143103
|
|
|
143082
|
-
export type UserOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "email" | "password" | "role_id" | "organisation_id" | "google_id" | "refresh_token" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "is_self_registered" | "permission_id" | "preferences" | "invitation_status" | "invited_at" | "invitation_expires_at" | "invitation_accepted_at" | "profile_created" | "first_login_status" | "name" | "phone" | "communication_email" | "description" | "date_of_birth" | "designation" | "location" | "salary" | "work_experience" | "education" | "skills" | "notice_period" | "preferred_work_mode" | "gender" | "ethnicity" | "veteran_status" | "disability_status" | "professional_expertise" | "employee_number" | "employee_code", ExtArgs["result"]["user"]>
|
|
143104
|
+
export type UserOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "email" | "password" | "role_id" | "organisation_id" | "google_id" | "refresh_token" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "deleted_at" | "is_self_registered" | "permission_id" | "preferences" | "invitation_status" | "invited_at" | "invitation_expires_at" | "invitation_accepted_at" | "profile_created" | "first_login_status" | "name" | "phone" | "communication_email" | "description" | "date_of_birth" | "designation" | "location" | "salary" | "work_experience" | "education" | "skills" | "notice_period" | "preferred_work_mode" | "gender" | "ethnicity" | "veteran_status" | "disability_status" | "professional_expertise" | "employee_number" | "employee_code", ExtArgs["result"]["user"]>
|
|
143083
143105
|
export type UserInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
143084
143106
|
role?: boolean | UserRoleDefaultArgs<ExtArgs>
|
|
143085
143107
|
permission?: boolean | User$permissionArgs<ExtArgs>
|
|
@@ -143187,6 +143209,10 @@ export namespace Prisma {
|
|
|
143187
143209
|
created_by: string
|
|
143188
143210
|
updated_by: string
|
|
143189
143211
|
is_active: boolean
|
|
143212
|
+
/**
|
|
143213
|
+
* Set when removed from team (Delete); null for active/inactive-only users.
|
|
143214
|
+
*/
|
|
143215
|
+
deleted_at: Date | null
|
|
143190
143216
|
is_self_registered: boolean
|
|
143191
143217
|
permission_id: string | null
|
|
143192
143218
|
preferences: Prisma.JsonValue | null
|
|
@@ -143692,6 +143718,7 @@ export namespace Prisma {
|
|
|
143692
143718
|
readonly created_by: FieldRef<"User", 'String'>
|
|
143693
143719
|
readonly updated_by: FieldRef<"User", 'String'>
|
|
143694
143720
|
readonly is_active: FieldRef<"User", 'Boolean'>
|
|
143721
|
+
readonly deleted_at: FieldRef<"User", 'DateTime'>
|
|
143695
143722
|
readonly is_self_registered: FieldRef<"User", 'Boolean'>
|
|
143696
143723
|
readonly permission_id: FieldRef<"User", 'String'>
|
|
143697
143724
|
readonly preferences: FieldRef<"User", 'Json'>
|
|
@@ -150539,6 +150566,7 @@ export namespace Prisma {
|
|
|
150539
150566
|
resume_id: 'resume_id',
|
|
150540
150567
|
job_description_id: 'job_description_id',
|
|
150541
150568
|
calendar_event_id: 'calendar_event_id',
|
|
150569
|
+
calendar_events: 'calendar_events',
|
|
150542
150570
|
room_name: 'room_name',
|
|
150543
150571
|
interview_summary: 'interview_summary',
|
|
150544
150572
|
scheduled_start_time: 'scheduled_start_time',
|
|
@@ -151920,6 +151948,7 @@ export namespace Prisma {
|
|
|
151920
151948
|
created_by: 'created_by',
|
|
151921
151949
|
updated_by: 'updated_by',
|
|
151922
151950
|
is_active: 'is_active',
|
|
151951
|
+
deleted_at: 'deleted_at',
|
|
151923
151952
|
is_self_registered: 'is_self_registered',
|
|
151924
151953
|
permission_id: 'permission_id',
|
|
151925
151954
|
preferences: 'preferences',
|
|
@@ -158669,6 +158698,7 @@ export namespace Prisma {
|
|
|
158669
158698
|
resume_id?: StringFilter<"Interview"> | string
|
|
158670
158699
|
job_description_id?: StringFilter<"Interview"> | string
|
|
158671
158700
|
calendar_event_id?: StringNullableFilter<"Interview"> | string | null
|
|
158701
|
+
calendar_events?: JsonNullableFilter<"Interview">
|
|
158672
158702
|
room_name?: StringNullableFilter<"Interview"> | string | null
|
|
158673
158703
|
interview_summary?: StringNullableListFilter<"Interview">
|
|
158674
158704
|
scheduled_start_time?: DateTimeNullableFilter<"Interview"> | Date | string | null
|
|
@@ -158733,6 +158763,7 @@ export namespace Prisma {
|
|
|
158733
158763
|
resume_id?: SortOrder
|
|
158734
158764
|
job_description_id?: SortOrder
|
|
158735
158765
|
calendar_event_id?: SortOrderInput | SortOrder
|
|
158766
|
+
calendar_events?: SortOrderInput | SortOrder
|
|
158736
158767
|
room_name?: SortOrderInput | SortOrder
|
|
158737
158768
|
interview_summary?: SortOrder
|
|
158738
158769
|
scheduled_start_time?: SortOrderInput | SortOrder
|
|
@@ -158802,6 +158833,7 @@ export namespace Prisma {
|
|
|
158802
158833
|
resume_id?: StringFilter<"Interview"> | string
|
|
158803
158834
|
job_description_id?: StringFilter<"Interview"> | string
|
|
158804
158835
|
calendar_event_id?: StringNullableFilter<"Interview"> | string | null
|
|
158836
|
+
calendar_events?: JsonNullableFilter<"Interview">
|
|
158805
158837
|
room_name?: StringNullableFilter<"Interview"> | string | null
|
|
158806
158838
|
interview_summary?: StringNullableListFilter<"Interview">
|
|
158807
158839
|
scheduled_start_time?: DateTimeNullableFilter<"Interview"> | Date | string | null
|
|
@@ -158865,6 +158897,7 @@ export namespace Prisma {
|
|
|
158865
158897
|
resume_id?: SortOrder
|
|
158866
158898
|
job_description_id?: SortOrder
|
|
158867
158899
|
calendar_event_id?: SortOrderInput | SortOrder
|
|
158900
|
+
calendar_events?: SortOrderInput | SortOrder
|
|
158868
158901
|
room_name?: SortOrderInput | SortOrder
|
|
158869
158902
|
interview_summary?: SortOrder
|
|
158870
158903
|
scheduled_start_time?: SortOrderInput | SortOrder
|
|
@@ -158923,6 +158956,7 @@ export namespace Prisma {
|
|
|
158923
158956
|
resume_id?: StringWithAggregatesFilter<"Interview"> | string
|
|
158924
158957
|
job_description_id?: StringWithAggregatesFilter<"Interview"> | string
|
|
158925
158958
|
calendar_event_id?: StringNullableWithAggregatesFilter<"Interview"> | string | null
|
|
158959
|
+
calendar_events?: JsonNullableWithAggregatesFilter<"Interview">
|
|
158926
158960
|
room_name?: StringNullableWithAggregatesFilter<"Interview"> | string | null
|
|
158927
158961
|
interview_summary?: StringNullableListFilter<"Interview">
|
|
158928
158962
|
scheduled_start_time?: DateTimeNullableWithAggregatesFilter<"Interview"> | Date | string | null
|
|
@@ -166076,6 +166110,7 @@ export namespace Prisma {
|
|
|
166076
166110
|
created_by?: StringFilter<"User"> | string
|
|
166077
166111
|
updated_by?: StringFilter<"User"> | string
|
|
166078
166112
|
is_active?: BoolFilter<"User"> | boolean
|
|
166113
|
+
deleted_at?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
166079
166114
|
is_self_registered?: BoolFilter<"User"> | boolean
|
|
166080
166115
|
permission_id?: StringNullableFilter<"User"> | string | null
|
|
166081
166116
|
preferences?: JsonNullableFilter<"User">
|
|
@@ -166158,6 +166193,7 @@ export namespace Prisma {
|
|
|
166158
166193
|
created_by?: SortOrder
|
|
166159
166194
|
updated_by?: SortOrder
|
|
166160
166195
|
is_active?: SortOrder
|
|
166196
|
+
deleted_at?: SortOrderInput | SortOrder
|
|
166161
166197
|
is_self_registered?: SortOrder
|
|
166162
166198
|
permission_id?: SortOrderInput | SortOrder
|
|
166163
166199
|
preferences?: SortOrderInput | SortOrder
|
|
@@ -166245,6 +166281,7 @@ export namespace Prisma {
|
|
|
166245
166281
|
created_by?: StringFilter<"User"> | string
|
|
166246
166282
|
updated_by?: StringFilter<"User"> | string
|
|
166247
166283
|
is_active?: BoolFilter<"User"> | boolean
|
|
166284
|
+
deleted_at?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
166248
166285
|
is_self_registered?: BoolFilter<"User"> | boolean
|
|
166249
166286
|
preferences?: JsonNullableFilter<"User">
|
|
166250
166287
|
invitation_status?: EnumUserInvitationStatusFilter<"User"> | $Enums.UserInvitationStatus
|
|
@@ -166325,6 +166362,7 @@ export namespace Prisma {
|
|
|
166325
166362
|
created_by?: SortOrder
|
|
166326
166363
|
updated_by?: SortOrder
|
|
166327
166364
|
is_active?: SortOrder
|
|
166365
|
+
deleted_at?: SortOrderInput | SortOrder
|
|
166328
166366
|
is_self_registered?: SortOrder
|
|
166329
166367
|
permission_id?: SortOrderInput | SortOrder
|
|
166330
166368
|
preferences?: SortOrderInput | SortOrder
|
|
@@ -166377,6 +166415,7 @@ export namespace Prisma {
|
|
|
166377
166415
|
created_by?: StringWithAggregatesFilter<"User"> | string
|
|
166378
166416
|
updated_by?: StringWithAggregatesFilter<"User"> | string
|
|
166379
166417
|
is_active?: BoolWithAggregatesFilter<"User"> | boolean
|
|
166418
|
+
deleted_at?: DateTimeNullableWithAggregatesFilter<"User"> | Date | string | null
|
|
166380
166419
|
is_self_registered?: BoolWithAggregatesFilter<"User"> | boolean
|
|
166381
166420
|
permission_id?: StringNullableWithAggregatesFilter<"User"> | string | null
|
|
166382
166421
|
preferences?: JsonNullableWithAggregatesFilter<"User">
|
|
@@ -173026,6 +173065,7 @@ export namespace Prisma {
|
|
|
173026
173065
|
export type InterviewCreateInput = {
|
|
173027
173066
|
id?: string
|
|
173028
173067
|
calendar_event_id?: string | null
|
|
173068
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173029
173069
|
room_name?: string | null
|
|
173030
173070
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
173031
173071
|
scheduled_start_time?: Date | string | null
|
|
@@ -173089,6 +173129,7 @@ export namespace Prisma {
|
|
|
173089
173129
|
resume_id: string
|
|
173090
173130
|
job_description_id: string
|
|
173091
173131
|
calendar_event_id?: string | null
|
|
173132
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173092
173133
|
room_name?: string | null
|
|
173093
173134
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
173094
173135
|
scheduled_start_time?: Date | string | null
|
|
@@ -173138,6 +173179,7 @@ export namespace Prisma {
|
|
|
173138
173179
|
export type InterviewUpdateInput = {
|
|
173139
173180
|
id?: StringFieldUpdateOperationsInput | string
|
|
173140
173181
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173182
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173141
173183
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173142
173184
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
173143
173185
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -173201,6 +173243,7 @@ export namespace Prisma {
|
|
|
173201
173243
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
173202
173244
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
173203
173245
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173246
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173204
173247
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173205
173248
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
173206
173249
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -173257,6 +173300,7 @@ export namespace Prisma {
|
|
|
173257
173300
|
resume_id: string
|
|
173258
173301
|
job_description_id: string
|
|
173259
173302
|
calendar_event_id?: string | null
|
|
173303
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173260
173304
|
room_name?: string | null
|
|
173261
173305
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
173262
173306
|
scheduled_start_time?: Date | string | null
|
|
@@ -173300,6 +173344,7 @@ export namespace Prisma {
|
|
|
173300
173344
|
export type InterviewUpdateManyMutationInput = {
|
|
173301
173345
|
id?: StringFieldUpdateOperationsInput | string
|
|
173302
173346
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173347
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173303
173348
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173304
173349
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
173305
173350
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -173349,6 +173394,7 @@ export namespace Prisma {
|
|
|
173349
173394
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
173350
173395
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
173351
173396
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173397
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
173352
173398
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
173353
173399
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
173354
173400
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -181805,6 +181851,7 @@ export namespace Prisma {
|
|
|
181805
181851
|
created_by: string
|
|
181806
181852
|
updated_by: string
|
|
181807
181853
|
is_active?: boolean
|
|
181854
|
+
deleted_at?: Date | string | null
|
|
181808
181855
|
is_self_registered?: boolean
|
|
181809
181856
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
181810
181857
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -181886,6 +181933,7 @@ export namespace Prisma {
|
|
|
181886
181933
|
created_by: string
|
|
181887
181934
|
updated_by: string
|
|
181888
181935
|
is_active?: boolean
|
|
181936
|
+
deleted_at?: Date | string | null
|
|
181889
181937
|
is_self_registered?: boolean
|
|
181890
181938
|
permission_id?: string | null
|
|
181891
181939
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -181963,6 +182011,7 @@ export namespace Prisma {
|
|
|
181963
182011
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
181964
182012
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
181965
182013
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
182014
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
181966
182015
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
181967
182016
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
181968
182017
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -182044,6 +182093,7 @@ export namespace Prisma {
|
|
|
182044
182093
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
182045
182094
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
182046
182095
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
182096
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
182047
182097
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
182048
182098
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
182049
182099
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -182123,6 +182173,7 @@ export namespace Prisma {
|
|
|
182123
182173
|
created_by: string
|
|
182124
182174
|
updated_by: string
|
|
182125
182175
|
is_active?: boolean
|
|
182176
|
+
deleted_at?: Date | string | null
|
|
182126
182177
|
is_self_registered?: boolean
|
|
182127
182178
|
permission_id?: string | null
|
|
182128
182179
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -182165,6 +182216,7 @@ export namespace Prisma {
|
|
|
182165
182216
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
182166
182217
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
182167
182218
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
182219
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
182168
182220
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
182169
182221
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
182170
182222
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -182208,6 +182260,7 @@ export namespace Prisma {
|
|
|
182208
182260
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
182209
182261
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
182210
182262
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
182263
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
182211
182264
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
182212
182265
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
182213
182266
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -187290,6 +187343,7 @@ export namespace Prisma {
|
|
|
187290
187343
|
resume_id?: SortOrder
|
|
187291
187344
|
job_description_id?: SortOrder
|
|
187292
187345
|
calendar_event_id?: SortOrder
|
|
187346
|
+
calendar_events?: SortOrder
|
|
187293
187347
|
room_name?: SortOrder
|
|
187294
187348
|
interview_summary?: SortOrder
|
|
187295
187349
|
scheduled_start_time?: SortOrder
|
|
@@ -192747,6 +192801,7 @@ export namespace Prisma {
|
|
|
192747
192801
|
created_by?: SortOrder
|
|
192748
192802
|
updated_by?: SortOrder
|
|
192749
192803
|
is_active?: SortOrder
|
|
192804
|
+
deleted_at?: SortOrder
|
|
192750
192805
|
is_self_registered?: SortOrder
|
|
192751
192806
|
permission_id?: SortOrder
|
|
192752
192807
|
preferences?: SortOrder
|
|
@@ -192795,6 +192850,7 @@ export namespace Prisma {
|
|
|
192795
192850
|
created_by?: SortOrder
|
|
192796
192851
|
updated_by?: SortOrder
|
|
192797
192852
|
is_active?: SortOrder
|
|
192853
|
+
deleted_at?: SortOrder
|
|
192798
192854
|
is_self_registered?: SortOrder
|
|
192799
192855
|
permission_id?: SortOrder
|
|
192800
192856
|
invitation_status?: SortOrder
|
|
@@ -192835,6 +192891,7 @@ export namespace Prisma {
|
|
|
192835
192891
|
created_by?: SortOrder
|
|
192836
192892
|
updated_by?: SortOrder
|
|
192837
192893
|
is_active?: SortOrder
|
|
192894
|
+
deleted_at?: SortOrder
|
|
192838
192895
|
is_self_registered?: SortOrder
|
|
192839
192896
|
permission_id?: SortOrder
|
|
192840
192897
|
invitation_status?: SortOrder
|
|
@@ -206162,6 +206219,7 @@ export namespace Prisma {
|
|
|
206162
206219
|
created_by: string
|
|
206163
206220
|
updated_by: string
|
|
206164
206221
|
is_active?: boolean
|
|
206222
|
+
deleted_at?: Date | string | null
|
|
206165
206223
|
is_self_registered?: boolean
|
|
206166
206224
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
206167
206225
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -206242,6 +206300,7 @@ export namespace Prisma {
|
|
|
206242
206300
|
created_by: string
|
|
206243
206301
|
updated_by: string
|
|
206244
206302
|
is_active?: boolean
|
|
206303
|
+
deleted_at?: Date | string | null
|
|
206245
206304
|
is_self_registered?: boolean
|
|
206246
206305
|
permission_id?: string | null
|
|
206247
206306
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -206446,6 +206505,7 @@ export namespace Prisma {
|
|
|
206446
206505
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
206447
206506
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
206448
206507
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
206508
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206449
206509
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
206450
206510
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
206451
206511
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -206526,6 +206586,7 @@ export namespace Prisma {
|
|
|
206526
206586
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
206527
206587
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
206528
206588
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
206589
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
206529
206590
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
206530
206591
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
206531
206592
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -206766,6 +206827,7 @@ export namespace Prisma {
|
|
|
206766
206827
|
created_by: string
|
|
206767
206828
|
updated_by: string
|
|
206768
206829
|
is_active?: boolean
|
|
206830
|
+
deleted_at?: Date | string | null
|
|
206769
206831
|
is_self_registered?: boolean
|
|
206770
206832
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
206771
206833
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -206845,6 +206907,7 @@ export namespace Prisma {
|
|
|
206845
206907
|
created_by: string
|
|
206846
206908
|
updated_by: string
|
|
206847
206909
|
is_active?: boolean
|
|
206910
|
+
deleted_at?: Date | string | null
|
|
206848
206911
|
is_self_registered?: boolean
|
|
206849
206912
|
permission_id?: string | null
|
|
206850
206913
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -207129,6 +207192,7 @@ export namespace Prisma {
|
|
|
207129
207192
|
created_by?: StringFilter<"User"> | string
|
|
207130
207193
|
updated_by?: StringFilter<"User"> | string
|
|
207131
207194
|
is_active?: BoolFilter<"User"> | boolean
|
|
207195
|
+
deleted_at?: DateTimeNullableFilter<"User"> | Date | string | null
|
|
207132
207196
|
is_self_registered?: BoolFilter<"User"> | boolean
|
|
207133
207197
|
permission_id?: StringNullableFilter<"User"> | string | null
|
|
207134
207198
|
preferences?: JsonNullableFilter<"User">
|
|
@@ -207171,6 +207235,7 @@ export namespace Prisma {
|
|
|
207171
207235
|
created_by: string
|
|
207172
207236
|
updated_by: string
|
|
207173
207237
|
is_active?: boolean
|
|
207238
|
+
deleted_at?: Date | string | null
|
|
207174
207239
|
is_self_registered?: boolean
|
|
207175
207240
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
207176
207241
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -207251,6 +207316,7 @@ export namespace Prisma {
|
|
|
207251
207316
|
created_by: string
|
|
207252
207317
|
updated_by: string
|
|
207253
207318
|
is_active?: boolean
|
|
207319
|
+
deleted_at?: Date | string | null
|
|
207254
207320
|
is_self_registered?: boolean
|
|
207255
207321
|
permission_id?: string | null
|
|
207256
207322
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -207480,6 +207546,7 @@ export namespace Prisma {
|
|
|
207480
207546
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
207481
207547
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
207482
207548
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
207549
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207483
207550
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
207484
207551
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
207485
207552
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -207560,6 +207627,7 @@ export namespace Prisma {
|
|
|
207560
207627
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
207561
207628
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
207562
207629
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
207630
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
207563
207631
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
207564
207632
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
207565
207633
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -208059,6 +208127,7 @@ export namespace Prisma {
|
|
|
208059
208127
|
created_by: string
|
|
208060
208128
|
updated_by: string
|
|
208061
208129
|
is_active?: boolean
|
|
208130
|
+
deleted_at?: Date | string | null
|
|
208062
208131
|
is_self_registered?: boolean
|
|
208063
208132
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
208064
208133
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -208139,6 +208208,7 @@ export namespace Prisma {
|
|
|
208139
208208
|
created_by: string
|
|
208140
208209
|
updated_by: string
|
|
208141
208210
|
is_active?: boolean
|
|
208211
|
+
deleted_at?: Date | string | null
|
|
208142
208212
|
is_self_registered?: boolean
|
|
208143
208213
|
permission_id?: string | null
|
|
208144
208214
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -208324,6 +208394,7 @@ export namespace Prisma {
|
|
|
208324
208394
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
208325
208395
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
208326
208396
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
208397
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208327
208398
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
208328
208399
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
208329
208400
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -208404,6 +208475,7 @@ export namespace Prisma {
|
|
|
208404
208475
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
208405
208476
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
208406
208477
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
208478
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
208407
208479
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
208408
208480
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
208409
208481
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -208650,6 +208722,7 @@ export namespace Prisma {
|
|
|
208650
208722
|
created_by: string
|
|
208651
208723
|
updated_by: string
|
|
208652
208724
|
is_active?: boolean
|
|
208725
|
+
deleted_at?: Date | string | null
|
|
208653
208726
|
is_self_registered?: boolean
|
|
208654
208727
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
208655
208728
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -208730,6 +208803,7 @@ export namespace Prisma {
|
|
|
208730
208803
|
created_by: string
|
|
208731
208804
|
updated_by: string
|
|
208732
208805
|
is_active?: boolean
|
|
208806
|
+
deleted_at?: Date | string | null
|
|
208733
208807
|
is_self_registered?: boolean
|
|
208734
208808
|
permission_id?: string | null
|
|
208735
208809
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -209179,6 +209253,7 @@ export namespace Prisma {
|
|
|
209179
209253
|
created_by: string
|
|
209180
209254
|
updated_by: string
|
|
209181
209255
|
is_active?: boolean
|
|
209256
|
+
deleted_at?: Date | string | null
|
|
209182
209257
|
is_self_registered?: boolean
|
|
209183
209258
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
209184
209259
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -209259,6 +209334,7 @@ export namespace Prisma {
|
|
|
209259
209334
|
created_by: string
|
|
209260
209335
|
updated_by: string
|
|
209261
209336
|
is_active?: boolean
|
|
209337
|
+
deleted_at?: Date | string | null
|
|
209262
209338
|
is_self_registered?: boolean
|
|
209263
209339
|
permission_id?: string | null
|
|
209264
209340
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -209365,6 +209441,7 @@ export namespace Prisma {
|
|
|
209365
209441
|
export type InterviewCreateWithoutApplicationInput = {
|
|
209366
209442
|
id?: string
|
|
209367
209443
|
calendar_event_id?: string | null
|
|
209444
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
209368
209445
|
room_name?: string | null
|
|
209369
209446
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
209370
209447
|
scheduled_start_time?: Date | string | null
|
|
@@ -209426,6 +209503,7 @@ export namespace Prisma {
|
|
|
209426
209503
|
resume_id: string
|
|
209427
209504
|
job_description_id: string
|
|
209428
209505
|
calendar_event_id?: string | null
|
|
209506
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
209429
209507
|
room_name?: string | null
|
|
209430
209508
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
209431
209509
|
scheduled_start_time?: Date | string | null
|
|
@@ -210105,6 +210183,7 @@ export namespace Prisma {
|
|
|
210105
210183
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
210106
210184
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
210107
210185
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
210186
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
210108
210187
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
210109
210188
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
210110
210189
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -210185,6 +210264,7 @@ export namespace Prisma {
|
|
|
210185
210264
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
210186
210265
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
210187
210266
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
210267
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
210188
210268
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
210189
210269
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
210190
210270
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -210664,6 +210744,7 @@ export namespace Prisma {
|
|
|
210664
210744
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
210665
210745
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
210666
210746
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
210747
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
210667
210748
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
210668
210749
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
210669
210750
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -210744,6 +210825,7 @@ export namespace Prisma {
|
|
|
210744
210825
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
210745
210826
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
210746
210827
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
210828
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
210747
210829
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
210748
210830
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
210749
210831
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -210877,6 +210959,7 @@ export namespace Prisma {
|
|
|
210877
210959
|
resume_id?: StringFilter<"Interview"> | string
|
|
210878
210960
|
job_description_id?: StringFilter<"Interview"> | string
|
|
210879
210961
|
calendar_event_id?: StringNullableFilter<"Interview"> | string | null
|
|
210962
|
+
calendar_events?: JsonNullableFilter<"Interview">
|
|
210880
210963
|
room_name?: StringNullableFilter<"Interview"> | string | null
|
|
210881
210964
|
interview_summary?: StringNullableListFilter<"Interview">
|
|
210882
210965
|
scheduled_start_time?: DateTimeNullableFilter<"Interview"> | Date | string | null
|
|
@@ -211482,6 +211565,7 @@ export namespace Prisma {
|
|
|
211482
211565
|
created_by: string
|
|
211483
211566
|
updated_by: string
|
|
211484
211567
|
is_active?: boolean
|
|
211568
|
+
deleted_at?: Date | string | null
|
|
211485
211569
|
is_self_registered?: boolean
|
|
211486
211570
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
211487
211571
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -211562,6 +211646,7 @@ export namespace Prisma {
|
|
|
211562
211646
|
created_by: string
|
|
211563
211647
|
updated_by: string
|
|
211564
211648
|
is_active?: boolean
|
|
211649
|
+
deleted_at?: Date | string | null
|
|
211565
211650
|
is_self_registered?: boolean
|
|
211566
211651
|
permission_id?: string | null
|
|
211567
211652
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -211906,6 +211991,7 @@ export namespace Prisma {
|
|
|
211906
211991
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
211907
211992
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
211908
211993
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
211994
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
211909
211995
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
211910
211996
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
211911
211997
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -211986,6 +212072,7 @@ export namespace Prisma {
|
|
|
211986
212072
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
211987
212073
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
211988
212074
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
212075
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
211989
212076
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
211990
212077
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
211991
212078
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -212244,6 +212331,7 @@ export namespace Prisma {
|
|
|
212244
212331
|
created_by: string
|
|
212245
212332
|
updated_by: string
|
|
212246
212333
|
is_active?: boolean
|
|
212334
|
+
deleted_at?: Date | string | null
|
|
212247
212335
|
is_self_registered?: boolean
|
|
212248
212336
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
212249
212337
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -212324,6 +212412,7 @@ export namespace Prisma {
|
|
|
212324
212412
|
created_by: string
|
|
212325
212413
|
updated_by: string
|
|
212326
212414
|
is_active?: boolean
|
|
212415
|
+
deleted_at?: Date | string | null
|
|
212327
212416
|
is_self_registered?: boolean
|
|
212328
212417
|
permission_id?: string | null
|
|
212329
212418
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -212405,6 +212494,7 @@ export namespace Prisma {
|
|
|
212405
212494
|
created_by: string
|
|
212406
212495
|
updated_by: string
|
|
212407
212496
|
is_active?: boolean
|
|
212497
|
+
deleted_at?: Date | string | null
|
|
212408
212498
|
is_self_registered?: boolean
|
|
212409
212499
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
212410
212500
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -212485,6 +212575,7 @@ export namespace Prisma {
|
|
|
212485
212575
|
created_by: string
|
|
212486
212576
|
updated_by: string
|
|
212487
212577
|
is_active?: boolean
|
|
212578
|
+
deleted_at?: Date | string | null
|
|
212488
212579
|
is_self_registered?: boolean
|
|
212489
212580
|
permission_id?: string | null
|
|
212490
212581
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -212761,6 +212852,7 @@ export namespace Prisma {
|
|
|
212761
212852
|
created_by: string
|
|
212762
212853
|
updated_by: string
|
|
212763
212854
|
is_active?: boolean
|
|
212855
|
+
deleted_at?: Date | string | null
|
|
212764
212856
|
is_self_registered?: boolean
|
|
212765
212857
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
212766
212858
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -212841,6 +212933,7 @@ export namespace Prisma {
|
|
|
212841
212933
|
created_by: string
|
|
212842
212934
|
updated_by: string
|
|
212843
212935
|
is_active?: boolean
|
|
212936
|
+
deleted_at?: Date | string | null
|
|
212844
212937
|
is_self_registered?: boolean
|
|
212845
212938
|
permission_id?: string | null
|
|
212846
212939
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -213065,6 +213158,7 @@ export namespace Prisma {
|
|
|
213065
213158
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
213066
213159
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
213067
213160
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
213161
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
213068
213162
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
213069
213163
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
213070
213164
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -213145,6 +213239,7 @@ export namespace Prisma {
|
|
|
213145
213239
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
213146
213240
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
213147
213241
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
213242
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
213148
213243
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
213149
213244
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
213150
213245
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -213232,6 +213327,7 @@ export namespace Prisma {
|
|
|
213232
213327
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
213233
213328
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
213234
213329
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
213330
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
213235
213331
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
213236
213332
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
213237
213333
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -213312,6 +213408,7 @@ export namespace Prisma {
|
|
|
213312
213408
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
213313
213409
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
213314
213410
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
213411
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
213315
213412
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
213316
213413
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
213317
213414
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -213601,6 +213698,7 @@ export namespace Prisma {
|
|
|
213601
213698
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
213602
213699
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
213603
213700
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
213701
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
213604
213702
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
213605
213703
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
213606
213704
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -213681,6 +213779,7 @@ export namespace Prisma {
|
|
|
213681
213779
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
213682
213780
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
213683
213781
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
213782
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
213684
213783
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
213685
213784
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
213686
213785
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -214657,6 +214756,7 @@ export namespace Prisma {
|
|
|
214657
214756
|
created_by: string
|
|
214658
214757
|
updated_by: string
|
|
214659
214758
|
is_active?: boolean
|
|
214759
|
+
deleted_at?: Date | string | null
|
|
214660
214760
|
is_self_registered?: boolean
|
|
214661
214761
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
214662
214762
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -214737,6 +214837,7 @@ export namespace Prisma {
|
|
|
214737
214837
|
created_by: string
|
|
214738
214838
|
updated_by: string
|
|
214739
214839
|
is_active?: boolean
|
|
214840
|
+
deleted_at?: Date | string | null
|
|
214740
214841
|
is_self_registered?: boolean
|
|
214741
214842
|
permission_id?: string | null
|
|
214742
214843
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -214851,6 +214952,7 @@ export namespace Prisma {
|
|
|
214851
214952
|
created_by: string
|
|
214852
214953
|
updated_by: string
|
|
214853
214954
|
is_active?: boolean
|
|
214955
|
+
deleted_at?: Date | string | null
|
|
214854
214956
|
is_self_registered?: boolean
|
|
214855
214957
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
214856
214958
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -214931,6 +215033,7 @@ export namespace Prisma {
|
|
|
214931
215033
|
created_by: string
|
|
214932
215034
|
updated_by: string
|
|
214933
215035
|
is_active?: boolean
|
|
215036
|
+
deleted_at?: Date | string | null
|
|
214934
215037
|
is_self_registered?: boolean
|
|
214935
215038
|
permission_id?: string | null
|
|
214936
215039
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -215595,6 +215698,7 @@ export namespace Prisma {
|
|
|
215595
215698
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
215596
215699
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
215597
215700
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
215701
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215598
215702
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
215599
215703
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
215600
215704
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -215675,6 +215779,7 @@ export namespace Prisma {
|
|
|
215675
215779
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
215676
215780
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
215677
215781
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
215782
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215678
215783
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
215679
215784
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215680
215785
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -215801,6 +215906,7 @@ export namespace Prisma {
|
|
|
215801
215906
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
215802
215907
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
215803
215908
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
215909
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215804
215910
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
215805
215911
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
215806
215912
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -215881,6 +215987,7 @@ export namespace Prisma {
|
|
|
215881
215987
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
215882
215988
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
215883
215989
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
215990
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
215884
215991
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
215885
215992
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
215886
215993
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -217239,6 +217346,7 @@ export namespace Prisma {
|
|
|
217239
217346
|
created_by: string
|
|
217240
217347
|
updated_by: string
|
|
217241
217348
|
is_active?: boolean
|
|
217349
|
+
deleted_at?: Date | string | null
|
|
217242
217350
|
is_self_registered?: boolean
|
|
217243
217351
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
217244
217352
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -217319,6 +217427,7 @@ export namespace Prisma {
|
|
|
217319
217427
|
created_by: string
|
|
217320
217428
|
updated_by: string
|
|
217321
217429
|
is_active?: boolean
|
|
217430
|
+
deleted_at?: Date | string | null
|
|
217322
217431
|
is_self_registered?: boolean
|
|
217323
217432
|
permission_id?: string | null
|
|
217324
217433
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -217411,6 +217520,7 @@ export namespace Prisma {
|
|
|
217411
217520
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
217412
217521
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
217413
217522
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
217523
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
217414
217524
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
217415
217525
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
217416
217526
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -217491,6 +217601,7 @@ export namespace Prisma {
|
|
|
217491
217601
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
217492
217602
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
217493
217603
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
217604
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
217494
217605
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
217495
217606
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
217496
217607
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -217907,6 +218018,7 @@ export namespace Prisma {
|
|
|
217907
218018
|
created_by: string
|
|
217908
218019
|
updated_by: string
|
|
217909
218020
|
is_active?: boolean
|
|
218021
|
+
deleted_at?: Date | string | null
|
|
217910
218022
|
is_self_registered?: boolean
|
|
217911
218023
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
217912
218024
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -217987,6 +218099,7 @@ export namespace Prisma {
|
|
|
217987
218099
|
created_by: string
|
|
217988
218100
|
updated_by: string
|
|
217989
218101
|
is_active?: boolean
|
|
218102
|
+
deleted_at?: Date | string | null
|
|
217990
218103
|
is_self_registered?: boolean
|
|
217991
218104
|
permission_id?: string | null
|
|
217992
218105
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -218079,6 +218192,7 @@ export namespace Prisma {
|
|
|
218079
218192
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
218080
218193
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
218081
218194
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
218195
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
218082
218196
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
218083
218197
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
218084
218198
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -218159,6 +218273,7 @@ export namespace Prisma {
|
|
|
218159
218273
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
218160
218274
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
218161
218275
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
218276
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
218162
218277
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
218163
218278
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
218164
218279
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -218235,6 +218350,7 @@ export namespace Prisma {
|
|
|
218235
218350
|
created_by: string
|
|
218236
218351
|
updated_by: string
|
|
218237
218352
|
is_active?: boolean
|
|
218353
|
+
deleted_at?: Date | string | null
|
|
218238
218354
|
is_self_registered?: boolean
|
|
218239
218355
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
218240
218356
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -218315,6 +218431,7 @@ export namespace Prisma {
|
|
|
218315
218431
|
created_by: string
|
|
218316
218432
|
updated_by: string
|
|
218317
218433
|
is_active?: boolean
|
|
218434
|
+
deleted_at?: Date | string | null
|
|
218318
218435
|
is_self_registered?: boolean
|
|
218319
218436
|
permission_id?: string | null
|
|
218320
218437
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -218518,6 +218635,7 @@ export namespace Prisma {
|
|
|
218518
218635
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
218519
218636
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
218520
218637
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
218638
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
218521
218639
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
218522
218640
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
218523
218641
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -218598,6 +218716,7 @@ export namespace Prisma {
|
|
|
218598
218716
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
218599
218717
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
218600
218718
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
218719
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
218601
218720
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
218602
218721
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
218603
218722
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -222325,6 +222444,7 @@ export namespace Prisma {
|
|
|
222325
222444
|
created_by: string
|
|
222326
222445
|
updated_by: string
|
|
222327
222446
|
is_active?: boolean
|
|
222447
|
+
deleted_at?: Date | string | null
|
|
222328
222448
|
is_self_registered?: boolean
|
|
222329
222449
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
222330
222450
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -222405,6 +222525,7 @@ export namespace Prisma {
|
|
|
222405
222525
|
created_by: string
|
|
222406
222526
|
updated_by: string
|
|
222407
222527
|
is_active?: boolean
|
|
222528
|
+
deleted_at?: Date | string | null
|
|
222408
222529
|
is_self_registered?: boolean
|
|
222409
222530
|
permission_id?: string | null
|
|
222410
222531
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -222546,6 +222667,7 @@ export namespace Prisma {
|
|
|
222546
222667
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
222547
222668
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
222548
222669
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
222670
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
222549
222671
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
222550
222672
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
222551
222673
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -222626,6 +222748,7 @@ export namespace Prisma {
|
|
|
222626
222748
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
222627
222749
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
222628
222750
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
222751
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
222629
222752
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
222630
222753
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
222631
222754
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -223023,6 +223146,7 @@ export namespace Prisma {
|
|
|
223023
223146
|
created_by: string
|
|
223024
223147
|
updated_by: string
|
|
223025
223148
|
is_active?: boolean
|
|
223149
|
+
deleted_at?: Date | string | null
|
|
223026
223150
|
is_self_registered?: boolean
|
|
223027
223151
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
223028
223152
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -223103,6 +223227,7 @@ export namespace Prisma {
|
|
|
223103
223227
|
created_by: string
|
|
223104
223228
|
updated_by: string
|
|
223105
223229
|
is_active?: boolean
|
|
223230
|
+
deleted_at?: Date | string | null
|
|
223106
223231
|
is_self_registered?: boolean
|
|
223107
223232
|
permission_id?: string | null
|
|
223108
223233
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -223653,6 +223778,7 @@ export namespace Prisma {
|
|
|
223653
223778
|
export type InterviewCreateWithoutRecording_documentInput = {
|
|
223654
223779
|
id?: string
|
|
223655
223780
|
calendar_event_id?: string | null
|
|
223781
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
223656
223782
|
room_name?: string | null
|
|
223657
223783
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
223658
223784
|
scheduled_start_time?: Date | string | null
|
|
@@ -223715,6 +223841,7 @@ export namespace Prisma {
|
|
|
223715
223841
|
resume_id: string
|
|
223716
223842
|
job_description_id: string
|
|
223717
223843
|
calendar_event_id?: string | null
|
|
223844
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
223718
223845
|
room_name?: string | null
|
|
223719
223846
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
223720
223847
|
scheduled_start_time?: Date | string | null
|
|
@@ -224453,6 +224580,7 @@ export namespace Prisma {
|
|
|
224453
224580
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
224454
224581
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
224455
224582
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
224583
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
224456
224584
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
224457
224585
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
224458
224586
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -224533,6 +224661,7 @@ export namespace Prisma {
|
|
|
224533
224661
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
224534
224662
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
224535
224663
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
224664
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
224536
224665
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
224537
224666
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
224538
224667
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -225119,6 +225248,7 @@ export namespace Prisma {
|
|
|
225119
225248
|
export type InterviewUpdateWithoutRecording_documentInput = {
|
|
225120
225249
|
id?: StringFieldUpdateOperationsInput | string
|
|
225121
225250
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
225251
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
225122
225252
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
225123
225253
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
225124
225254
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -225181,6 +225311,7 @@ export namespace Prisma {
|
|
|
225181
225311
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
225182
225312
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
225183
225313
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
225314
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
225184
225315
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
225185
225316
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
225186
225317
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -226067,6 +226198,7 @@ export namespace Prisma {
|
|
|
226067
226198
|
export type InterviewCreateWithoutEvaluation_planInput = {
|
|
226068
226199
|
id?: string
|
|
226069
226200
|
calendar_event_id?: string | null
|
|
226201
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
226070
226202
|
room_name?: string | null
|
|
226071
226203
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
226072
226204
|
scheduled_start_time?: Date | string | null
|
|
@@ -226128,6 +226260,7 @@ export namespace Prisma {
|
|
|
226128
226260
|
resume_id: string
|
|
226129
226261
|
job_description_id: string
|
|
226130
226262
|
calendar_event_id?: string | null
|
|
226263
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
226131
226264
|
room_name?: string | null
|
|
226132
226265
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
226133
226266
|
scheduled_start_time?: Date | string | null
|
|
@@ -226895,6 +227028,7 @@ export namespace Prisma {
|
|
|
226895
227028
|
created_by: string
|
|
226896
227029
|
updated_by: string
|
|
226897
227030
|
is_active?: boolean
|
|
227031
|
+
deleted_at?: Date | string | null
|
|
226898
227032
|
is_self_registered?: boolean
|
|
226899
227033
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
226900
227034
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -226975,6 +227109,7 @@ export namespace Prisma {
|
|
|
226975
227109
|
created_by: string
|
|
226976
227110
|
updated_by: string
|
|
226977
227111
|
is_active?: boolean
|
|
227112
|
+
deleted_at?: Date | string | null
|
|
226978
227113
|
is_self_registered?: boolean
|
|
226979
227114
|
permission_id?: string | null
|
|
226980
227115
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -227487,6 +227622,7 @@ export namespace Prisma {
|
|
|
227487
227622
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
227488
227623
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
227489
227624
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
227625
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
227490
227626
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
227491
227627
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
227492
227628
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -227567,6 +227703,7 @@ export namespace Prisma {
|
|
|
227567
227703
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
227568
227704
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
227569
227705
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
227706
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
227570
227707
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
227571
227708
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
227572
227709
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -227938,6 +228075,7 @@ export namespace Prisma {
|
|
|
227938
228075
|
created_by: string
|
|
227939
228076
|
updated_by: string
|
|
227940
228077
|
is_active?: boolean
|
|
228078
|
+
deleted_at?: Date | string | null
|
|
227941
228079
|
is_self_registered?: boolean
|
|
227942
228080
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
227943
228081
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -228018,6 +228156,7 @@ export namespace Prisma {
|
|
|
228018
228156
|
created_by: string
|
|
228019
228157
|
updated_by: string
|
|
228020
228158
|
is_active?: boolean
|
|
228159
|
+
deleted_at?: Date | string | null
|
|
228021
228160
|
is_self_registered?: boolean
|
|
228022
228161
|
permission_id?: string | null
|
|
228023
228162
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -228110,6 +228249,7 @@ export namespace Prisma {
|
|
|
228110
228249
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
228111
228250
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
228112
228251
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
228252
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
228113
228253
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
228114
228254
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
228115
228255
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -228190,6 +228330,7 @@ export namespace Prisma {
|
|
|
228190
228330
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
228191
228331
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
228192
228332
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
228333
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
228193
228334
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
228194
228335
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
228195
228336
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -230969,6 +231110,7 @@ export namespace Prisma {
|
|
|
230969
231110
|
created_by: string
|
|
230970
231111
|
updated_by: string
|
|
230971
231112
|
is_active?: boolean
|
|
231113
|
+
deleted_at?: Date | string | null
|
|
230972
231114
|
is_self_registered?: boolean
|
|
230973
231115
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
230974
231116
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -231049,6 +231191,7 @@ export namespace Prisma {
|
|
|
231049
231191
|
created_by: string
|
|
231050
231192
|
updated_by: string
|
|
231051
231193
|
is_active?: boolean
|
|
231194
|
+
deleted_at?: Date | string | null
|
|
231052
231195
|
is_self_registered?: boolean
|
|
231053
231196
|
permission_id?: string | null
|
|
231054
231197
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -231130,6 +231273,7 @@ export namespace Prisma {
|
|
|
231130
231273
|
created_by: string
|
|
231131
231274
|
updated_by: string
|
|
231132
231275
|
is_active?: boolean
|
|
231276
|
+
deleted_at?: Date | string | null
|
|
231133
231277
|
is_self_registered?: boolean
|
|
231134
231278
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
231135
231279
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -231210,6 +231354,7 @@ export namespace Prisma {
|
|
|
231210
231354
|
created_by: string
|
|
231211
231355
|
updated_by: string
|
|
231212
231356
|
is_active?: boolean
|
|
231357
|
+
deleted_at?: Date | string | null
|
|
231213
231358
|
is_self_registered?: boolean
|
|
231214
231359
|
permission_id?: string | null
|
|
231215
231360
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -232136,6 +232281,7 @@ export namespace Prisma {
|
|
|
232136
232281
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
232137
232282
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
232138
232283
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
232284
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
232139
232285
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
232140
232286
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
232141
232287
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -232216,6 +232362,7 @@ export namespace Prisma {
|
|
|
232216
232362
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
232217
232363
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
232218
232364
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
232365
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
232219
232366
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
232220
232367
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
232221
232368
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -232303,6 +232450,7 @@ export namespace Prisma {
|
|
|
232303
232450
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
232304
232451
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
232305
232452
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
232453
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
232306
232454
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
232307
232455
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
232308
232456
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -232383,6 +232531,7 @@ export namespace Prisma {
|
|
|
232383
232531
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
232384
232532
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
232385
232533
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
232534
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
232386
232535
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
232387
232536
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
232388
232537
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -233319,6 +233468,7 @@ export namespace Prisma {
|
|
|
233319
233468
|
export type InterviewCreateWithoutInterviewNotesInput = {
|
|
233320
233469
|
id?: string
|
|
233321
233470
|
calendar_event_id?: string | null
|
|
233471
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
233322
233472
|
room_name?: string | null
|
|
233323
233473
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
233324
233474
|
scheduled_start_time?: Date | string | null
|
|
@@ -233381,6 +233531,7 @@ export namespace Prisma {
|
|
|
233381
233531
|
resume_id: string
|
|
233382
233532
|
job_description_id: string
|
|
233383
233533
|
calendar_event_id?: string | null
|
|
233534
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
233384
233535
|
room_name?: string | null
|
|
233385
233536
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
233386
233537
|
scheduled_start_time?: Date | string | null
|
|
@@ -233445,6 +233596,7 @@ export namespace Prisma {
|
|
|
233445
233596
|
export type InterviewUpdateWithoutInterviewNotesInput = {
|
|
233446
233597
|
id?: StringFieldUpdateOperationsInput | string
|
|
233447
233598
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
233599
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
233448
233600
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
233449
233601
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
233450
233602
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -233507,6 +233659,7 @@ export namespace Prisma {
|
|
|
233507
233659
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
233508
233660
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
233509
233661
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
233662
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
233510
233663
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
233511
233664
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
233512
233665
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -235564,6 +235717,7 @@ export namespace Prisma {
|
|
|
235564
235717
|
export type InterviewCreateWithoutJob_descriptionInput = {
|
|
235565
235718
|
id?: string
|
|
235566
235719
|
calendar_event_id?: string | null
|
|
235720
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
235567
235721
|
room_name?: string | null
|
|
235568
235722
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
235569
235723
|
scheduled_start_time?: Date | string | null
|
|
@@ -235625,6 +235779,7 @@ export namespace Prisma {
|
|
|
235625
235779
|
application_id?: string | null
|
|
235626
235780
|
resume_id: string
|
|
235627
235781
|
calendar_event_id?: string | null
|
|
235782
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
235628
235783
|
room_name?: string | null
|
|
235629
235784
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
235630
235785
|
scheduled_start_time?: Date | string | null
|
|
@@ -236207,6 +236362,7 @@ export namespace Prisma {
|
|
|
236207
236362
|
created_by: string
|
|
236208
236363
|
updated_by: string
|
|
236209
236364
|
is_active?: boolean
|
|
236365
|
+
deleted_at?: Date | string | null
|
|
236210
236366
|
is_self_registered?: boolean
|
|
236211
236367
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
236212
236368
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -236287,6 +236443,7 @@ export namespace Prisma {
|
|
|
236287
236443
|
created_by: string
|
|
236288
236444
|
updated_by: string
|
|
236289
236445
|
is_active?: boolean
|
|
236446
|
+
deleted_at?: Date | string | null
|
|
236290
236447
|
is_self_registered?: boolean
|
|
236291
236448
|
permission_id?: string | null
|
|
236292
236449
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -236368,6 +236525,7 @@ export namespace Prisma {
|
|
|
236368
236525
|
created_by: string
|
|
236369
236526
|
updated_by: string
|
|
236370
236527
|
is_active?: boolean
|
|
236528
|
+
deleted_at?: Date | string | null
|
|
236371
236529
|
is_self_registered?: boolean
|
|
236372
236530
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
236373
236531
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -236448,6 +236606,7 @@ export namespace Prisma {
|
|
|
236448
236606
|
created_by: string
|
|
236449
236607
|
updated_by: string
|
|
236450
236608
|
is_active?: boolean
|
|
236609
|
+
deleted_at?: Date | string | null
|
|
236451
236610
|
is_self_registered?: boolean
|
|
236452
236611
|
permission_id?: string | null
|
|
236453
236612
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -237877,6 +238036,7 @@ export namespace Prisma {
|
|
|
237877
238036
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
237878
238037
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
237879
238038
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
238039
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
237880
238040
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
237881
238041
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
237882
238042
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -237957,6 +238117,7 @@ export namespace Prisma {
|
|
|
237957
238117
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
237958
238118
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
237959
238119
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
238120
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
237960
238121
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
237961
238122
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
237962
238123
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -238697,6 +238858,7 @@ export namespace Prisma {
|
|
|
238697
238858
|
created_by: string
|
|
238698
238859
|
updated_by: string
|
|
238699
238860
|
is_active?: boolean
|
|
238861
|
+
deleted_at?: Date | string | null
|
|
238700
238862
|
is_self_registered?: boolean
|
|
238701
238863
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
238702
238864
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -238777,6 +238939,7 @@ export namespace Prisma {
|
|
|
238777
238939
|
created_by: string
|
|
238778
238940
|
updated_by: string
|
|
238779
238941
|
is_active?: boolean
|
|
238942
|
+
deleted_at?: Date | string | null
|
|
238780
238943
|
is_self_registered?: boolean
|
|
238781
238944
|
permission_id?: string | null
|
|
238782
238945
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -238858,6 +239021,7 @@ export namespace Prisma {
|
|
|
238858
239021
|
created_by: string
|
|
238859
239022
|
updated_by: string
|
|
238860
239023
|
is_active?: boolean
|
|
239024
|
+
deleted_at?: Date | string | null
|
|
238861
239025
|
is_self_registered?: boolean
|
|
238862
239026
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
238863
239027
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -238938,6 +239102,7 @@ export namespace Prisma {
|
|
|
238938
239102
|
created_by: string
|
|
238939
239103
|
updated_by: string
|
|
238940
239104
|
is_active?: boolean
|
|
239105
|
+
deleted_at?: Date | string | null
|
|
238941
239106
|
is_self_registered?: boolean
|
|
238942
239107
|
permission_id?: string | null
|
|
238943
239108
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -239019,6 +239184,7 @@ export namespace Prisma {
|
|
|
239019
239184
|
created_by: string
|
|
239020
239185
|
updated_by: string
|
|
239021
239186
|
is_active?: boolean
|
|
239187
|
+
deleted_at?: Date | string | null
|
|
239022
239188
|
is_self_registered?: boolean
|
|
239023
239189
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
239024
239190
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -239099,6 +239265,7 @@ export namespace Prisma {
|
|
|
239099
239265
|
created_by: string
|
|
239100
239266
|
updated_by: string
|
|
239101
239267
|
is_active?: boolean
|
|
239268
|
+
deleted_at?: Date | string | null
|
|
239102
239269
|
is_self_registered?: boolean
|
|
239103
239270
|
permission_id?: string | null
|
|
239104
239271
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -239497,6 +239664,7 @@ export namespace Prisma {
|
|
|
239497
239664
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
239498
239665
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
239499
239666
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
239667
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
239500
239668
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
239501
239669
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
239502
239670
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -239577,6 +239745,7 @@ export namespace Prisma {
|
|
|
239577
239745
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
239578
239746
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
239579
239747
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
239748
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
239580
239749
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
239581
239750
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
239582
239751
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -239664,6 +239833,7 @@ export namespace Prisma {
|
|
|
239664
239833
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
239665
239834
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
239666
239835
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
239836
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
239667
239837
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
239668
239838
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
239669
239839
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -239744,6 +239914,7 @@ export namespace Prisma {
|
|
|
239744
239914
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
239745
239915
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
239746
239916
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
239917
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
239747
239918
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
239748
239919
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
239749
239920
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -239831,6 +240002,7 @@ export namespace Prisma {
|
|
|
239831
240002
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
239832
240003
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
239833
240004
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
240005
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
239834
240006
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
239835
240007
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
239836
240008
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -239911,6 +240083,7 @@ export namespace Prisma {
|
|
|
239911
240083
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
239912
240084
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
239913
240085
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
240086
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
239914
240087
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
239915
240088
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
239916
240089
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -243039,6 +243212,7 @@ export namespace Prisma {
|
|
|
243039
243212
|
export type InterviewCreateWithoutLiveAnalysisInput = {
|
|
243040
243213
|
id?: string
|
|
243041
243214
|
calendar_event_id?: string | null
|
|
243215
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
243042
243216
|
room_name?: string | null
|
|
243043
243217
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
243044
243218
|
scheduled_start_time?: Date | string | null
|
|
@@ -243101,6 +243275,7 @@ export namespace Prisma {
|
|
|
243101
243275
|
resume_id: string
|
|
243102
243276
|
job_description_id: string
|
|
243103
243277
|
calendar_event_id?: string | null
|
|
243278
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
243104
243279
|
room_name?: string | null
|
|
243105
243280
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
243106
243281
|
scheduled_start_time?: Date | string | null
|
|
@@ -243165,6 +243340,7 @@ export namespace Prisma {
|
|
|
243165
243340
|
export type InterviewUpdateWithoutLiveAnalysisInput = {
|
|
243166
243341
|
id?: StringFieldUpdateOperationsInput | string
|
|
243167
243342
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
243343
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
243168
243344
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
243169
243345
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
243170
243346
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -243227,6 +243403,7 @@ export namespace Prisma {
|
|
|
243227
243403
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
243228
243404
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
243229
243405
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
243406
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
243230
243407
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
243231
243408
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
243232
243409
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -243283,6 +243460,7 @@ export namespace Prisma {
|
|
|
243283
243460
|
created_by: string
|
|
243284
243461
|
updated_by: string
|
|
243285
243462
|
is_active?: boolean
|
|
243463
|
+
deleted_at?: Date | string | null
|
|
243286
243464
|
is_self_registered?: boolean
|
|
243287
243465
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
243288
243466
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -243363,6 +243541,7 @@ export namespace Prisma {
|
|
|
243363
243541
|
created_by: string
|
|
243364
243542
|
updated_by: string
|
|
243365
243543
|
is_active?: boolean
|
|
243544
|
+
deleted_at?: Date | string | null
|
|
243366
243545
|
is_self_registered?: boolean
|
|
243367
243546
|
permission_id?: string | null
|
|
243368
243547
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -243444,6 +243623,7 @@ export namespace Prisma {
|
|
|
243444
243623
|
created_by: string
|
|
243445
243624
|
updated_by: string
|
|
243446
243625
|
is_active?: boolean
|
|
243626
|
+
deleted_at?: Date | string | null
|
|
243447
243627
|
is_self_registered?: boolean
|
|
243448
243628
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
243449
243629
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -243524,6 +243704,7 @@ export namespace Prisma {
|
|
|
243524
243704
|
created_by: string
|
|
243525
243705
|
updated_by: string
|
|
243526
243706
|
is_active?: boolean
|
|
243707
|
+
deleted_at?: Date | string | null
|
|
243527
243708
|
is_self_registered?: boolean
|
|
243528
243709
|
permission_id?: string | null
|
|
243529
243710
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -243616,6 +243797,7 @@ export namespace Prisma {
|
|
|
243616
243797
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
243617
243798
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
243618
243799
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
243800
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
243619
243801
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
243620
243802
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
243621
243803
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -243696,6 +243878,7 @@ export namespace Prisma {
|
|
|
243696
243878
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
243697
243879
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
243698
243880
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
243881
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
243699
243882
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
243700
243883
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
243701
243884
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -243783,6 +243966,7 @@ export namespace Prisma {
|
|
|
243783
243966
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
243784
243967
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
243785
243968
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
243969
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
243786
243970
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
243787
243971
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
243788
243972
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -243863,6 +244047,7 @@ export namespace Prisma {
|
|
|
243863
244047
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
243864
244048
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
243865
244049
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
244050
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
243866
244051
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
243867
244052
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
243868
244053
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -244032,6 +244217,7 @@ export namespace Prisma {
|
|
|
244032
244217
|
created_by: string
|
|
244033
244218
|
updated_by: string
|
|
244034
244219
|
is_active?: boolean
|
|
244220
|
+
deleted_at?: Date | string | null
|
|
244035
244221
|
is_self_registered?: boolean
|
|
244036
244222
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
244037
244223
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -244112,6 +244298,7 @@ export namespace Prisma {
|
|
|
244112
244298
|
created_by: string
|
|
244113
244299
|
updated_by: string
|
|
244114
244300
|
is_active?: boolean
|
|
244301
|
+
deleted_at?: Date | string | null
|
|
244115
244302
|
is_self_registered?: boolean
|
|
244116
244303
|
permission_id?: string | null
|
|
244117
244304
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -244303,6 +244490,7 @@ export namespace Prisma {
|
|
|
244303
244490
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
244304
244491
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
244305
244492
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
244493
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
244306
244494
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
244307
244495
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
244308
244496
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -244383,6 +244571,7 @@ export namespace Prisma {
|
|
|
244383
244571
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
244384
244572
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
244385
244573
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
244574
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
244386
244575
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
244387
244576
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
244388
244577
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -245643,6 +245832,7 @@ export namespace Prisma {
|
|
|
245643
245832
|
created_by: string
|
|
245644
245833
|
updated_by: string
|
|
245645
245834
|
is_active?: boolean
|
|
245835
|
+
deleted_at?: Date | string | null
|
|
245646
245836
|
is_self_registered?: boolean
|
|
245647
245837
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
245648
245838
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -245723,6 +245913,7 @@ export namespace Prisma {
|
|
|
245723
245913
|
created_by: string
|
|
245724
245914
|
updated_by: string
|
|
245725
245915
|
is_active?: boolean
|
|
245916
|
+
deleted_at?: Date | string | null
|
|
245726
245917
|
is_self_registered?: boolean
|
|
245727
245918
|
permission_id?: string | null
|
|
245728
245919
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -246373,6 +246564,7 @@ export namespace Prisma {
|
|
|
246373
246564
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
246374
246565
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
246375
246566
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
246567
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
246376
246568
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
246377
246569
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
246378
246570
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -246453,6 +246645,7 @@ export namespace Prisma {
|
|
|
246453
246645
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
246454
246646
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
246455
246647
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
246648
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
246456
246649
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
246457
246650
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
246458
246651
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -247661,6 +247854,7 @@ export namespace Prisma {
|
|
|
247661
247854
|
created_by: string
|
|
247662
247855
|
updated_by: string
|
|
247663
247856
|
is_active?: boolean
|
|
247857
|
+
deleted_at?: Date | string | null
|
|
247664
247858
|
is_self_registered?: boolean
|
|
247665
247859
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
247666
247860
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -247741,6 +247935,7 @@ export namespace Prisma {
|
|
|
247741
247935
|
created_by: string
|
|
247742
247936
|
updated_by: string
|
|
247743
247937
|
is_active?: boolean
|
|
247938
|
+
deleted_at?: Date | string | null
|
|
247744
247939
|
is_self_registered?: boolean
|
|
247745
247940
|
permission_id?: string | null
|
|
247746
247941
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -248097,6 +248292,7 @@ export namespace Prisma {
|
|
|
248097
248292
|
export type InterviewCreateWithoutOngoing_evaluationInput = {
|
|
248098
248293
|
id?: string
|
|
248099
248294
|
calendar_event_id?: string | null
|
|
248295
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
248100
248296
|
room_name?: string | null
|
|
248101
248297
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
248102
248298
|
scheduled_start_time?: Date | string | null
|
|
@@ -248159,6 +248355,7 @@ export namespace Prisma {
|
|
|
248159
248355
|
resume_id: string
|
|
248160
248356
|
job_description_id: string
|
|
248161
248357
|
calendar_event_id?: string | null
|
|
248358
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
248162
248359
|
room_name?: string | null
|
|
248163
248360
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
248164
248361
|
scheduled_start_time?: Date | string | null
|
|
@@ -248555,6 +248752,7 @@ export namespace Prisma {
|
|
|
248555
248752
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
248556
248753
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
248557
248754
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
248755
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
248558
248756
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
248559
248757
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
248560
248758
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -248635,6 +248833,7 @@ export namespace Prisma {
|
|
|
248635
248833
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
248636
248834
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
248637
248835
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
248836
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
248638
248837
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
248639
248838
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
248640
248839
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -249015,6 +249214,7 @@ export namespace Prisma {
|
|
|
249015
249214
|
export type InterviewUpdateWithoutOngoing_evaluationInput = {
|
|
249016
249215
|
id?: StringFieldUpdateOperationsInput | string
|
|
249017
249216
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
249217
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
249018
249218
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
249019
249219
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
249020
249220
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -249077,6 +249277,7 @@ export namespace Prisma {
|
|
|
249077
249277
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
249078
249278
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
249079
249279
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
249280
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
249080
249281
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
249081
249282
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
249082
249283
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -249255,6 +249456,7 @@ export namespace Prisma {
|
|
|
249255
249456
|
created_by: string
|
|
249256
249457
|
updated_by: string
|
|
249257
249458
|
is_active?: boolean
|
|
249459
|
+
deleted_at?: Date | string | null
|
|
249258
249460
|
is_self_registered?: boolean
|
|
249259
249461
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
249260
249462
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -249334,6 +249536,7 @@ export namespace Prisma {
|
|
|
249334
249536
|
created_by: string
|
|
249335
249537
|
updated_by: string
|
|
249336
249538
|
is_active?: boolean
|
|
249539
|
+
deleted_at?: Date | string | null
|
|
249337
249540
|
is_self_registered?: boolean
|
|
249338
249541
|
permission_id?: string | null
|
|
249339
249542
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -249821,6 +250024,7 @@ export namespace Prisma {
|
|
|
249821
250024
|
export type InterviewCreateWithoutOrganisationInput = {
|
|
249822
250025
|
id?: string
|
|
249823
250026
|
calendar_event_id?: string | null
|
|
250027
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
249824
250028
|
room_name?: string | null
|
|
249825
250029
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
249826
250030
|
scheduled_start_time?: Date | string | null
|
|
@@ -249882,6 +250086,7 @@ export namespace Prisma {
|
|
|
249882
250086
|
resume_id: string
|
|
249883
250087
|
job_description_id: string
|
|
249884
250088
|
calendar_event_id?: string | null
|
|
250089
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
249885
250090
|
room_name?: string | null
|
|
249886
250091
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
249887
250092
|
scheduled_start_time?: Date | string | null
|
|
@@ -252981,6 +253186,7 @@ export namespace Prisma {
|
|
|
252981
253186
|
created_by: string
|
|
252982
253187
|
updated_by: string
|
|
252983
253188
|
is_active?: boolean
|
|
253189
|
+
deleted_at?: Date | string | null
|
|
252984
253190
|
is_self_registered?: boolean
|
|
252985
253191
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
252986
253192
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -253061,6 +253267,7 @@ export namespace Prisma {
|
|
|
253061
253267
|
created_by: string
|
|
253062
253268
|
updated_by: string
|
|
253063
253269
|
is_active?: boolean
|
|
253270
|
+
deleted_at?: Date | string | null
|
|
253064
253271
|
is_self_registered?: boolean
|
|
253065
253272
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
253066
253273
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -253184,6 +253391,7 @@ export namespace Prisma {
|
|
|
253184
253391
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
253185
253392
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
253186
253393
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
253394
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
253187
253395
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
253188
253396
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
253189
253397
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -253264,6 +253472,7 @@ export namespace Prisma {
|
|
|
253264
253472
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
253265
253473
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
253266
253474
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
253475
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
253267
253476
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
253268
253477
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
253269
253478
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -253377,6 +253586,7 @@ export namespace Prisma {
|
|
|
253377
253586
|
created_by: string
|
|
253378
253587
|
updated_by: string
|
|
253379
253588
|
is_active?: boolean
|
|
253589
|
+
deleted_at?: Date | string | null
|
|
253380
253590
|
is_self_registered?: boolean
|
|
253381
253591
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
253382
253592
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -253457,6 +253667,7 @@ export namespace Prisma {
|
|
|
253457
253667
|
created_by: string
|
|
253458
253668
|
updated_by: string
|
|
253459
253669
|
is_active?: boolean
|
|
253670
|
+
deleted_at?: Date | string | null
|
|
253460
253671
|
is_self_registered?: boolean
|
|
253461
253672
|
permission_id?: string | null
|
|
253462
253673
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -253717,6 +253928,7 @@ export namespace Prisma {
|
|
|
253717
253928
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
253718
253929
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
253719
253930
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
253931
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
253720
253932
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
253721
253933
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
253722
253934
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -253797,6 +254009,7 @@ export namespace Prisma {
|
|
|
253797
254009
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
253798
254010
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
253799
254011
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
254012
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
253800
254013
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
253801
254014
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
253802
254015
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -254027,6 +254240,7 @@ export namespace Prisma {
|
|
|
254027
254240
|
created_by: string
|
|
254028
254241
|
updated_by: string
|
|
254029
254242
|
is_active?: boolean
|
|
254243
|
+
deleted_at?: Date | string | null
|
|
254030
254244
|
is_self_registered?: boolean
|
|
254031
254245
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
254032
254246
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -254107,6 +254321,7 @@ export namespace Prisma {
|
|
|
254107
254321
|
created_by: string
|
|
254108
254322
|
updated_by: string
|
|
254109
254323
|
is_active?: boolean
|
|
254324
|
+
deleted_at?: Date | string | null
|
|
254110
254325
|
is_self_registered?: boolean
|
|
254111
254326
|
permission_id?: string | null
|
|
254112
254327
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -254199,6 +254414,7 @@ export namespace Prisma {
|
|
|
254199
254414
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
254200
254415
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
254201
254416
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
254417
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
254202
254418
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
254203
254419
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
254204
254420
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -254279,6 +254495,7 @@ export namespace Prisma {
|
|
|
254279
254495
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
254280
254496
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
254281
254497
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
254498
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
254282
254499
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
254283
254500
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
254284
254501
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -254484,6 +254701,7 @@ export namespace Prisma {
|
|
|
254484
254701
|
created_by: string
|
|
254485
254702
|
updated_by: string
|
|
254486
254703
|
is_active?: boolean
|
|
254704
|
+
deleted_at?: Date | string | null
|
|
254487
254705
|
is_self_registered?: boolean
|
|
254488
254706
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
254489
254707
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -254564,6 +254782,7 @@ export namespace Prisma {
|
|
|
254564
254782
|
created_by: string
|
|
254565
254783
|
updated_by: string
|
|
254566
254784
|
is_active?: boolean
|
|
254785
|
+
deleted_at?: Date | string | null
|
|
254567
254786
|
is_self_registered?: boolean
|
|
254568
254787
|
permission_id?: string | null
|
|
254569
254788
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -255127,6 +255346,7 @@ export namespace Prisma {
|
|
|
255127
255346
|
export type InterviewCreateWithoutResumeInput = {
|
|
255128
255347
|
id?: string
|
|
255129
255348
|
calendar_event_id?: string | null
|
|
255349
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
255130
255350
|
room_name?: string | null
|
|
255131
255351
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
255132
255352
|
scheduled_start_time?: Date | string | null
|
|
@@ -255188,6 +255408,7 @@ export namespace Prisma {
|
|
|
255188
255408
|
application_id?: string | null
|
|
255189
255409
|
job_description_id: string
|
|
255190
255410
|
calendar_event_id?: string | null
|
|
255411
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
255191
255412
|
room_name?: string | null
|
|
255192
255413
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
255193
255414
|
scheduled_start_time?: Date | string | null
|
|
@@ -255491,6 +255712,7 @@ export namespace Prisma {
|
|
|
255491
255712
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
255492
255713
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
255493
255714
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
255715
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
255494
255716
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
255495
255717
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
255496
255718
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -255571,6 +255793,7 @@ export namespace Prisma {
|
|
|
255571
255793
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
255572
255794
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
255573
255795
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
255796
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
255574
255797
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
255575
255798
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
255576
255799
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -256881,6 +257104,7 @@ export namespace Prisma {
|
|
|
256881
257104
|
export type InterviewCreateWithoutSuggestionsInput = {
|
|
256882
257105
|
id?: string
|
|
256883
257106
|
calendar_event_id?: string | null
|
|
257107
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
256884
257108
|
room_name?: string | null
|
|
256885
257109
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
256886
257110
|
scheduled_start_time?: Date | string | null
|
|
@@ -256943,6 +257167,7 @@ export namespace Prisma {
|
|
|
256943
257167
|
resume_id: string
|
|
256944
257168
|
job_description_id: string
|
|
256945
257169
|
calendar_event_id?: string | null
|
|
257170
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
256946
257171
|
room_name?: string | null
|
|
256947
257172
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
256948
257173
|
scheduled_start_time?: Date | string | null
|
|
@@ -257188,6 +257413,7 @@ export namespace Prisma {
|
|
|
257188
257413
|
export type InterviewUpdateWithoutSuggestionsInput = {
|
|
257189
257414
|
id?: StringFieldUpdateOperationsInput | string
|
|
257190
257415
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257416
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
257191
257417
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257192
257418
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
257193
257419
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -257250,6 +257476,7 @@ export namespace Prisma {
|
|
|
257250
257476
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
257251
257477
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
257252
257478
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257479
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
257253
257480
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257254
257481
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
257255
257482
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -257457,6 +257684,7 @@ export namespace Prisma {
|
|
|
257457
257684
|
export type InterviewCreateWithoutTranscriptsInput = {
|
|
257458
257685
|
id?: string
|
|
257459
257686
|
calendar_event_id?: string | null
|
|
257687
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
257460
257688
|
room_name?: string | null
|
|
257461
257689
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
257462
257690
|
scheduled_start_time?: Date | string | null
|
|
@@ -257519,6 +257747,7 @@ export namespace Prisma {
|
|
|
257519
257747
|
resume_id: string
|
|
257520
257748
|
job_description_id: string
|
|
257521
257749
|
calendar_event_id?: string | null
|
|
257750
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
257522
257751
|
room_name?: string | null
|
|
257523
257752
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
257524
257753
|
scheduled_start_time?: Date | string | null
|
|
@@ -257725,6 +257954,7 @@ export namespace Prisma {
|
|
|
257725
257954
|
export type InterviewUpdateWithoutTranscriptsInput = {
|
|
257726
257955
|
id?: StringFieldUpdateOperationsInput | string
|
|
257727
257956
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257957
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
257728
257958
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257729
257959
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
257730
257960
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -257787,6 +258017,7 @@ export namespace Prisma {
|
|
|
257787
258017
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
257788
258018
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
257789
258019
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
258020
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
257790
258021
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
257791
258022
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
257792
258023
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -259669,6 +259900,7 @@ export namespace Prisma {
|
|
|
259669
259900
|
export type InterviewCreateWithoutCandidateInput = {
|
|
259670
259901
|
id?: string
|
|
259671
259902
|
calendar_event_id?: string | null
|
|
259903
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
259672
259904
|
room_name?: string | null
|
|
259673
259905
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
259674
259906
|
scheduled_start_time?: Date | string | null
|
|
@@ -259730,6 +259962,7 @@ export namespace Prisma {
|
|
|
259730
259962
|
resume_id: string
|
|
259731
259963
|
job_description_id: string
|
|
259732
259964
|
calendar_event_id?: string | null
|
|
259965
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
259733
259966
|
room_name?: string | null
|
|
259734
259967
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
259735
259968
|
scheduled_start_time?: Date | string | null
|
|
@@ -259789,6 +260022,7 @@ export namespace Prisma {
|
|
|
259789
260022
|
export type InterviewCreateWithoutInterviewerInput = {
|
|
259790
260023
|
id?: string
|
|
259791
260024
|
calendar_event_id?: string | null
|
|
260025
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
259792
260026
|
room_name?: string | null
|
|
259793
260027
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
259794
260028
|
scheduled_start_time?: Date | string | null
|
|
@@ -259850,6 +260084,7 @@ export namespace Prisma {
|
|
|
259850
260084
|
resume_id: string
|
|
259851
260085
|
job_description_id: string
|
|
259852
260086
|
calendar_event_id?: string | null
|
|
260087
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
259853
260088
|
room_name?: string | null
|
|
259854
260089
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
259855
260090
|
scheduled_start_time?: Date | string | null
|
|
@@ -262090,6 +262325,7 @@ export namespace Prisma {
|
|
|
262090
262325
|
created_by: string
|
|
262091
262326
|
updated_by: string
|
|
262092
262327
|
is_active?: boolean
|
|
262328
|
+
deleted_at?: Date | string | null
|
|
262093
262329
|
is_self_registered?: boolean
|
|
262094
262330
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
262095
262331
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -262170,6 +262406,7 @@ export namespace Prisma {
|
|
|
262170
262406
|
created_by: string
|
|
262171
262407
|
updated_by: string
|
|
262172
262408
|
is_active?: boolean
|
|
262409
|
+
deleted_at?: Date | string | null
|
|
262173
262410
|
is_self_registered?: boolean
|
|
262174
262411
|
permission_id?: string | null
|
|
262175
262412
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -262262,6 +262499,7 @@ export namespace Prisma {
|
|
|
262262
262499
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
262263
262500
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
262264
262501
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
262502
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
262265
262503
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
262266
262504
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
262267
262505
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -262342,6 +262580,7 @@ export namespace Prisma {
|
|
|
262342
262580
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
262343
262581
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
262344
262582
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
262583
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
262345
262584
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
262346
262585
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262347
262586
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -262410,6 +262649,7 @@ export namespace Prisma {
|
|
|
262410
262649
|
export type InterviewCreateWithoutZoom_meetingInput = {
|
|
262411
262650
|
id?: string
|
|
262412
262651
|
calendar_event_id?: string | null
|
|
262652
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
262413
262653
|
room_name?: string | null
|
|
262414
262654
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
262415
262655
|
scheduled_start_time?: Date | string | null
|
|
@@ -262472,6 +262712,7 @@ export namespace Prisma {
|
|
|
262472
262712
|
resume_id: string
|
|
262473
262713
|
job_description_id: string
|
|
262474
262714
|
calendar_event_id?: string | null
|
|
262715
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
262475
262716
|
room_name?: string | null
|
|
262476
262717
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
262477
262718
|
scheduled_start_time?: Date | string | null
|
|
@@ -262570,6 +262811,7 @@ export namespace Prisma {
|
|
|
262570
262811
|
export type InterviewUpdateWithoutZoom_meetingInput = {
|
|
262571
262812
|
id?: StringFieldUpdateOperationsInput | string
|
|
262572
262813
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262814
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
262573
262815
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262574
262816
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
262575
262817
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -262632,6 +262874,7 @@ export namespace Prisma {
|
|
|
262632
262874
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
262633
262875
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
262634
262876
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262877
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
262635
262878
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
262636
262879
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
262637
262880
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -262747,6 +262990,7 @@ export namespace Prisma {
|
|
|
262747
262990
|
created_by: string
|
|
262748
262991
|
updated_by: string
|
|
262749
262992
|
is_active?: boolean
|
|
262993
|
+
deleted_at?: Date | string | null
|
|
262750
262994
|
is_self_registered?: boolean
|
|
262751
262995
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
262752
262996
|
invitation_status?: $Enums.UserInvitationStatus
|
|
@@ -262827,6 +263071,7 @@ export namespace Prisma {
|
|
|
262827
263071
|
created_by: string
|
|
262828
263072
|
updated_by: string
|
|
262829
263073
|
is_active?: boolean
|
|
263074
|
+
deleted_at?: Date | string | null
|
|
262830
263075
|
is_self_registered?: boolean
|
|
262831
263076
|
permission_id?: string | null
|
|
262832
263077
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -262968,6 +263213,7 @@ export namespace Prisma {
|
|
|
262968
263213
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
262969
263214
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
262970
263215
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
263216
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
262971
263217
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
262972
263218
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
262973
263219
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -263048,6 +263294,7 @@ export namespace Prisma {
|
|
|
263048
263294
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
263049
263295
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
263050
263296
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
263297
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
263051
263298
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
263052
263299
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263053
263300
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -263125,6 +263372,7 @@ export namespace Prisma {
|
|
|
263125
263372
|
created_by: string
|
|
263126
263373
|
updated_by: string
|
|
263127
263374
|
is_active?: boolean
|
|
263375
|
+
deleted_at?: Date | string | null
|
|
263128
263376
|
is_self_registered?: boolean
|
|
263129
263377
|
permission_id?: string | null
|
|
263130
263378
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -263167,6 +263415,7 @@ export namespace Prisma {
|
|
|
263167
263415
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
263168
263416
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
263169
263417
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
263418
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
263170
263419
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
263171
263420
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
263172
263421
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -263246,6 +263495,7 @@ export namespace Prisma {
|
|
|
263246
263495
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
263247
263496
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
263248
263497
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
263498
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
263249
263499
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
263250
263500
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263251
263501
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -263324,6 +263574,7 @@ export namespace Prisma {
|
|
|
263324
263574
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
263325
263575
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
263326
263576
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
263577
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
263327
263578
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
263328
263579
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263329
263580
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -263364,6 +263615,7 @@ export namespace Prisma {
|
|
|
263364
263615
|
resume_id: string
|
|
263365
263616
|
job_description_id: string
|
|
263366
263617
|
calendar_event_id?: string | null
|
|
263618
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
263367
263619
|
room_name?: string | null
|
|
263368
263620
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
263369
263621
|
scheduled_start_time?: Date | string | null
|
|
@@ -263564,6 +263816,7 @@ export namespace Prisma {
|
|
|
263564
263816
|
export type InterviewUpdateWithoutApplicationInput = {
|
|
263565
263817
|
id?: StringFieldUpdateOperationsInput | string
|
|
263566
263818
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263819
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
263567
263820
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263568
263821
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
263569
263822
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -263625,6 +263878,7 @@ export namespace Prisma {
|
|
|
263625
263878
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
263626
263879
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
263627
263880
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263881
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
263628
263882
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263629
263883
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
263630
263884
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -263680,6 +263934,7 @@ export namespace Prisma {
|
|
|
263680
263934
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
263681
263935
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
263682
263936
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263937
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
263683
263938
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
263684
263939
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
263685
263940
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -266395,6 +266650,7 @@ export namespace Prisma {
|
|
|
266395
266650
|
resume_id: string
|
|
266396
266651
|
job_description_id: string
|
|
266397
266652
|
calendar_event_id?: string | null
|
|
266653
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
266398
266654
|
room_name?: string | null
|
|
266399
266655
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
266400
266656
|
scheduled_start_time?: Date | string | null
|
|
@@ -266573,6 +266829,7 @@ export namespace Prisma {
|
|
|
266573
266829
|
export type InterviewUpdateWithoutEvaluation_planInput = {
|
|
266574
266830
|
id?: StringFieldUpdateOperationsInput | string
|
|
266575
266831
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
266832
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
266576
266833
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
266577
266834
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
266578
266835
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -266634,6 +266891,7 @@ export namespace Prisma {
|
|
|
266634
266891
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
266635
266892
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
266636
266893
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
266894
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
266637
266895
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
266638
266896
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
266639
266897
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -266689,6 +266947,7 @@ export namespace Prisma {
|
|
|
266689
266947
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
266690
266948
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
266691
266949
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
266950
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
266692
266951
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
266693
266952
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
266694
266953
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -268010,6 +268269,7 @@ export namespace Prisma {
|
|
|
268010
268269
|
application_id?: string | null
|
|
268011
268270
|
resume_id: string
|
|
268012
268271
|
calendar_event_id?: string | null
|
|
268272
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
268013
268273
|
room_name?: string | null
|
|
268014
268274
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
268015
268275
|
scheduled_start_time?: Date | string | null
|
|
@@ -268513,6 +268773,7 @@ export namespace Prisma {
|
|
|
268513
268773
|
export type InterviewUpdateWithoutJob_descriptionInput = {
|
|
268514
268774
|
id?: StringFieldUpdateOperationsInput | string
|
|
268515
268775
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268776
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
268516
268777
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268517
268778
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
268518
268779
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -268574,6 +268835,7 @@ export namespace Prisma {
|
|
|
268574
268835
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268575
268836
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
268576
268837
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268838
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
268577
268839
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268578
268840
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
268579
268841
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -268629,6 +268891,7 @@ export namespace Prisma {
|
|
|
268629
268891
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268630
268892
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
268631
268893
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268894
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
268632
268895
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
268633
268896
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
268634
268897
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -269243,6 +269506,7 @@ export namespace Prisma {
|
|
|
269243
269506
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
269244
269507
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
269245
269508
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
269509
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
269246
269510
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
269247
269511
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
269248
269512
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -269323,6 +269587,7 @@ export namespace Prisma {
|
|
|
269323
269587
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
269324
269588
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
269325
269589
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
269590
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
269326
269591
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
269327
269592
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
269328
269593
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -269401,6 +269666,7 @@ export namespace Prisma {
|
|
|
269401
269666
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
269402
269667
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
269403
269668
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
269669
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
269404
269670
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
269405
269671
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
269406
269672
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -270857,6 +271123,7 @@ export namespace Prisma {
|
|
|
270857
271123
|
created_by: string
|
|
270858
271124
|
updated_by: string
|
|
270859
271125
|
is_active?: boolean
|
|
271126
|
+
deleted_at?: Date | string | null
|
|
270860
271127
|
is_self_registered?: boolean
|
|
270861
271128
|
permission_id?: string | null
|
|
270862
271129
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -271033,6 +271300,7 @@ export namespace Prisma {
|
|
|
271033
271300
|
resume_id: string
|
|
271034
271301
|
job_description_id: string
|
|
271035
271302
|
calendar_event_id?: string | null
|
|
271303
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
271036
271304
|
room_name?: string | null
|
|
271037
271305
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
271038
271306
|
scheduled_start_time?: Date | string | null
|
|
@@ -271729,6 +271997,7 @@ export namespace Prisma {
|
|
|
271729
271997
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
271730
271998
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
271731
271999
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
272000
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
271732
272001
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
271733
272002
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
271734
272003
|
invitation_status?: EnumUserInvitationStatusFieldUpdateOperationsInput | $Enums.UserInvitationStatus
|
|
@@ -271808,6 +272077,7 @@ export namespace Prisma {
|
|
|
271808
272077
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
271809
272078
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
271810
272079
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
272080
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
271811
272081
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
271812
272082
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
271813
272083
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -271886,6 +272156,7 @@ export namespace Prisma {
|
|
|
271886
272156
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
271887
272157
|
updated_by?: StringFieldUpdateOperationsInput | string
|
|
271888
272158
|
is_active?: BoolFieldUpdateOperationsInput | boolean
|
|
272159
|
+
deleted_at?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
271889
272160
|
is_self_registered?: BoolFieldUpdateOperationsInput | boolean
|
|
271890
272161
|
permission_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
271891
272162
|
preferences?: NullableJsonNullValueInput | InputJsonValue
|
|
@@ -272404,6 +272675,7 @@ export namespace Prisma {
|
|
|
272404
272675
|
export type InterviewUpdateWithoutOrganisationInput = {
|
|
272405
272676
|
id?: StringFieldUpdateOperationsInput | string
|
|
272406
272677
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
272678
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
272407
272679
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
272408
272680
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
272409
272681
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -272465,6 +272737,7 @@ export namespace Prisma {
|
|
|
272465
272737
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
272466
272738
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
272467
272739
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
272740
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
272468
272741
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
272469
272742
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
272470
272743
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -272520,6 +272793,7 @@ export namespace Prisma {
|
|
|
272520
272793
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
272521
272794
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
272522
272795
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
272796
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
272523
272797
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
272524
272798
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
272525
272799
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -274732,6 +275006,7 @@ export namespace Prisma {
|
|
|
274732
275006
|
application_id?: string | null
|
|
274733
275007
|
job_description_id: string
|
|
274734
275008
|
calendar_event_id?: string | null
|
|
275009
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
274735
275010
|
room_name?: string | null
|
|
274736
275011
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
274737
275012
|
scheduled_start_time?: Date | string | null
|
|
@@ -274969,6 +275244,7 @@ export namespace Prisma {
|
|
|
274969
275244
|
export type InterviewUpdateWithoutResumeInput = {
|
|
274970
275245
|
id?: StringFieldUpdateOperationsInput | string
|
|
274971
275246
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275247
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
274972
275248
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
274973
275249
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
274974
275250
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -275030,6 +275306,7 @@ export namespace Prisma {
|
|
|
275030
275306
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275031
275307
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
275032
275308
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275309
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
275033
275310
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275034
275311
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
275035
275312
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -275085,6 +275362,7 @@ export namespace Prisma {
|
|
|
275085
275362
|
application_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275086
275363
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
275087
275364
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275365
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
275088
275366
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
275089
275367
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
275090
275368
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -275920,6 +276198,7 @@ export namespace Prisma {
|
|
|
275920
276198
|
resume_id: string
|
|
275921
276199
|
job_description_id: string
|
|
275922
276200
|
calendar_event_id?: string | null
|
|
276201
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
275923
276202
|
room_name?: string | null
|
|
275924
276203
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
275925
276204
|
scheduled_start_time?: Date | string | null
|
|
@@ -275969,6 +276248,7 @@ export namespace Prisma {
|
|
|
275969
276248
|
resume_id: string
|
|
275970
276249
|
job_description_id: string
|
|
275971
276250
|
calendar_event_id?: string | null
|
|
276251
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
275972
276252
|
room_name?: string | null
|
|
275973
276253
|
interview_summary?: InterviewCreateinterview_summaryInput | string[]
|
|
275974
276254
|
scheduled_start_time?: Date | string | null
|
|
@@ -277145,6 +277425,7 @@ export namespace Prisma {
|
|
|
277145
277425
|
export type InterviewUpdateWithoutCandidateInput = {
|
|
277146
277426
|
id?: StringFieldUpdateOperationsInput | string
|
|
277147
277427
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277428
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
277148
277429
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277149
277430
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
277150
277431
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -277206,6 +277487,7 @@ export namespace Prisma {
|
|
|
277206
277487
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
277207
277488
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
277208
277489
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277490
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
277209
277491
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277210
277492
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
277211
277493
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -277261,6 +277543,7 @@ export namespace Prisma {
|
|
|
277261
277543
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
277262
277544
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
277263
277545
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277546
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
277264
277547
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277265
277548
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
277266
277549
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -277304,6 +277587,7 @@ export namespace Prisma {
|
|
|
277304
277587
|
export type InterviewUpdateWithoutInterviewerInput = {
|
|
277305
277588
|
id?: StringFieldUpdateOperationsInput | string
|
|
277306
277589
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277590
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
277307
277591
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277308
277592
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
277309
277593
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -277365,6 +277649,7 @@ export namespace Prisma {
|
|
|
277365
277649
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
277366
277650
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
277367
277651
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277652
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
277368
277653
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277369
277654
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
277370
277655
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
@@ -277420,6 +277705,7 @@ export namespace Prisma {
|
|
|
277420
277705
|
resume_id?: StringFieldUpdateOperationsInput | string
|
|
277421
277706
|
job_description_id?: StringFieldUpdateOperationsInput | string
|
|
277422
277707
|
calendar_event_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277708
|
+
calendar_events?: NullableJsonNullValueInput | InputJsonValue
|
|
277423
277709
|
room_name?: NullableStringFieldUpdateOperationsInput | string | null
|
|
277424
277710
|
interview_summary?: InterviewUpdateinterview_summaryInput | string[]
|
|
277425
277711
|
scheduled_start_time?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|