@adaptware/eagles-db 0.1.70 → 0.1.72
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 +5 -9
- package/client/index-browser.js +2 -6
- package/client/index.d.ts +164 -332
- package/client/index.js +5 -9
- package/client/package.json +1 -1
- package/client/schema.prisma +11 -15
- package/client/wasm.js +2 -6
- package/package.json +1 -1
- package/prisma/migrations/20260415120000_remove_job_profile_current_phase/migration.sql +2 -0
- package/prisma/migrations/migration_lock.toml +3 -0
- package/prisma/schema/jobProfile.prisma +1 -6
- package/prisma/schema/organisation.prisma +10 -9
package/client/index.d.ts
CHANGED
|
@@ -38728,12 +38728,10 @@ export namespace Prisma {
|
|
|
38728
38728
|
work_arrangement: string | null
|
|
38729
38729
|
employment_type: string | null
|
|
38730
38730
|
location: string | null
|
|
38731
|
+
experience: string | null
|
|
38731
38732
|
experience_min: string | null
|
|
38732
|
-
reporting: string | null
|
|
38733
38733
|
comp_range: string | null
|
|
38734
|
-
comp_benchmark: string | null
|
|
38735
38734
|
budget: string | null
|
|
38736
|
-
current_phase: string | null
|
|
38737
38735
|
orion_execution_id: string | null
|
|
38738
38736
|
created_at: Date | null
|
|
38739
38737
|
updated_at: Date | null
|
|
@@ -38752,12 +38750,10 @@ export namespace Prisma {
|
|
|
38752
38750
|
work_arrangement: string | null
|
|
38753
38751
|
employment_type: string | null
|
|
38754
38752
|
location: string | null
|
|
38753
|
+
experience: string | null
|
|
38755
38754
|
experience_min: string | null
|
|
38756
|
-
reporting: string | null
|
|
38757
38755
|
comp_range: string | null
|
|
38758
|
-
comp_benchmark: string | null
|
|
38759
38756
|
budget: string | null
|
|
38760
|
-
current_phase: string | null
|
|
38761
38757
|
orion_execution_id: string | null
|
|
38762
38758
|
created_at: Date | null
|
|
38763
38759
|
updated_at: Date | null
|
|
@@ -38776,21 +38772,16 @@ export namespace Prisma {
|
|
|
38776
38772
|
work_arrangement: number
|
|
38777
38773
|
employment_type: number
|
|
38778
38774
|
location: number
|
|
38775
|
+
experience: number
|
|
38779
38776
|
experience_min: number
|
|
38780
|
-
reporting: number
|
|
38781
38777
|
comp_range: number
|
|
38782
|
-
comp_benchmark: number
|
|
38783
38778
|
budget: number
|
|
38784
38779
|
responsibilities: number
|
|
38785
|
-
deliverables: number
|
|
38786
38780
|
must_have_skills: number
|
|
38787
38781
|
nice_to_have_skills: number
|
|
38788
|
-
dealbreakers: number
|
|
38789
38782
|
culture: number
|
|
38790
|
-
success_metrics: number
|
|
38791
38783
|
competencies: number
|
|
38792
38784
|
conversation_history: number
|
|
38793
|
-
current_phase: number
|
|
38794
38785
|
orion_execution_id: number
|
|
38795
38786
|
created_at: number
|
|
38796
38787
|
updated_at: number
|
|
@@ -38811,12 +38802,10 @@ export namespace Prisma {
|
|
|
38811
38802
|
work_arrangement?: true
|
|
38812
38803
|
employment_type?: true
|
|
38813
38804
|
location?: true
|
|
38805
|
+
experience?: true
|
|
38814
38806
|
experience_min?: true
|
|
38815
|
-
reporting?: true
|
|
38816
38807
|
comp_range?: true
|
|
38817
|
-
comp_benchmark?: true
|
|
38818
38808
|
budget?: true
|
|
38819
|
-
current_phase?: true
|
|
38820
38809
|
orion_execution_id?: true
|
|
38821
38810
|
created_at?: true
|
|
38822
38811
|
updated_at?: true
|
|
@@ -38835,12 +38824,10 @@ export namespace Prisma {
|
|
|
38835
38824
|
work_arrangement?: true
|
|
38836
38825
|
employment_type?: true
|
|
38837
38826
|
location?: true
|
|
38827
|
+
experience?: true
|
|
38838
38828
|
experience_min?: true
|
|
38839
|
-
reporting?: true
|
|
38840
38829
|
comp_range?: true
|
|
38841
|
-
comp_benchmark?: true
|
|
38842
38830
|
budget?: true
|
|
38843
|
-
current_phase?: true
|
|
38844
38831
|
orion_execution_id?: true
|
|
38845
38832
|
created_at?: true
|
|
38846
38833
|
updated_at?: true
|
|
@@ -38859,21 +38846,16 @@ export namespace Prisma {
|
|
|
38859
38846
|
work_arrangement?: true
|
|
38860
38847
|
employment_type?: true
|
|
38861
38848
|
location?: true
|
|
38849
|
+
experience?: true
|
|
38862
38850
|
experience_min?: true
|
|
38863
|
-
reporting?: true
|
|
38864
38851
|
comp_range?: true
|
|
38865
|
-
comp_benchmark?: true
|
|
38866
38852
|
budget?: true
|
|
38867
38853
|
responsibilities?: true
|
|
38868
|
-
deliverables?: true
|
|
38869
38854
|
must_have_skills?: true
|
|
38870
38855
|
nice_to_have_skills?: true
|
|
38871
|
-
dealbreakers?: true
|
|
38872
38856
|
culture?: true
|
|
38873
|
-
success_metrics?: true
|
|
38874
38857
|
competencies?: true
|
|
38875
38858
|
conversation_history?: true
|
|
38876
|
-
current_phase?: true
|
|
38877
38859
|
orion_execution_id?: true
|
|
38878
38860
|
created_at?: true
|
|
38879
38861
|
updated_at?: true
|
|
@@ -38965,21 +38947,16 @@ export namespace Prisma {
|
|
|
38965
38947
|
work_arrangement: string | null
|
|
38966
38948
|
employment_type: string | null
|
|
38967
38949
|
location: string | null
|
|
38950
|
+
experience: string | null
|
|
38968
38951
|
experience_min: string | null
|
|
38969
|
-
reporting: string | null
|
|
38970
38952
|
comp_range: string | null
|
|
38971
|
-
comp_benchmark: string | null
|
|
38972
38953
|
budget: string | null
|
|
38973
38954
|
responsibilities: JsonValue | null
|
|
38974
|
-
deliverables: JsonValue | null
|
|
38975
38955
|
must_have_skills: JsonValue | null
|
|
38976
38956
|
nice_to_have_skills: JsonValue | null
|
|
38977
|
-
dealbreakers: JsonValue | null
|
|
38978
38957
|
culture: JsonValue | null
|
|
38979
|
-
success_metrics: JsonValue | null
|
|
38980
38958
|
competencies: JsonValue | null
|
|
38981
38959
|
conversation_history: JsonValue | null
|
|
38982
|
-
current_phase: string | null
|
|
38983
38960
|
orion_execution_id: string | null
|
|
38984
38961
|
created_at: Date
|
|
38985
38962
|
updated_at: Date
|
|
@@ -39015,21 +38992,16 @@ export namespace Prisma {
|
|
|
39015
38992
|
work_arrangement?: boolean
|
|
39016
38993
|
employment_type?: boolean
|
|
39017
38994
|
location?: boolean
|
|
38995
|
+
experience?: boolean
|
|
39018
38996
|
experience_min?: boolean
|
|
39019
|
-
reporting?: boolean
|
|
39020
38997
|
comp_range?: boolean
|
|
39021
|
-
comp_benchmark?: boolean
|
|
39022
38998
|
budget?: boolean
|
|
39023
38999
|
responsibilities?: boolean
|
|
39024
|
-
deliverables?: boolean
|
|
39025
39000
|
must_have_skills?: boolean
|
|
39026
39001
|
nice_to_have_skills?: boolean
|
|
39027
|
-
dealbreakers?: boolean
|
|
39028
39002
|
culture?: boolean
|
|
39029
|
-
success_metrics?: boolean
|
|
39030
39003
|
competencies?: boolean
|
|
39031
39004
|
conversation_history?: boolean
|
|
39032
|
-
current_phase?: boolean
|
|
39033
39005
|
orion_execution_id?: boolean
|
|
39034
39006
|
created_at?: boolean
|
|
39035
39007
|
updated_at?: boolean
|
|
@@ -39054,21 +39026,16 @@ export namespace Prisma {
|
|
|
39054
39026
|
work_arrangement?: boolean
|
|
39055
39027
|
employment_type?: boolean
|
|
39056
39028
|
location?: boolean
|
|
39029
|
+
experience?: boolean
|
|
39057
39030
|
experience_min?: boolean
|
|
39058
|
-
reporting?: boolean
|
|
39059
39031
|
comp_range?: boolean
|
|
39060
|
-
comp_benchmark?: boolean
|
|
39061
39032
|
budget?: boolean
|
|
39062
39033
|
responsibilities?: boolean
|
|
39063
|
-
deliverables?: boolean
|
|
39064
39034
|
must_have_skills?: boolean
|
|
39065
39035
|
nice_to_have_skills?: boolean
|
|
39066
|
-
dealbreakers?: boolean
|
|
39067
39036
|
culture?: boolean
|
|
39068
|
-
success_metrics?: boolean
|
|
39069
39037
|
competencies?: boolean
|
|
39070
39038
|
conversation_history?: boolean
|
|
39071
|
-
current_phase?: boolean
|
|
39072
39039
|
orion_execution_id?: boolean
|
|
39073
39040
|
created_at?: boolean
|
|
39074
39041
|
updated_at?: boolean
|
|
@@ -39091,21 +39058,16 @@ export namespace Prisma {
|
|
|
39091
39058
|
work_arrangement?: boolean
|
|
39092
39059
|
employment_type?: boolean
|
|
39093
39060
|
location?: boolean
|
|
39061
|
+
experience?: boolean
|
|
39094
39062
|
experience_min?: boolean
|
|
39095
|
-
reporting?: boolean
|
|
39096
39063
|
comp_range?: boolean
|
|
39097
|
-
comp_benchmark?: boolean
|
|
39098
39064
|
budget?: boolean
|
|
39099
39065
|
responsibilities?: boolean
|
|
39100
|
-
deliverables?: boolean
|
|
39101
39066
|
must_have_skills?: boolean
|
|
39102
39067
|
nice_to_have_skills?: boolean
|
|
39103
|
-
dealbreakers?: boolean
|
|
39104
39068
|
culture?: boolean
|
|
39105
|
-
success_metrics?: boolean
|
|
39106
39069
|
competencies?: boolean
|
|
39107
39070
|
conversation_history?: boolean
|
|
39108
|
-
current_phase?: boolean
|
|
39109
39071
|
orion_execution_id?: boolean
|
|
39110
39072
|
created_at?: boolean
|
|
39111
39073
|
updated_at?: boolean
|
|
@@ -39128,28 +39090,23 @@ export namespace Prisma {
|
|
|
39128
39090
|
work_arrangement?: boolean
|
|
39129
39091
|
employment_type?: boolean
|
|
39130
39092
|
location?: boolean
|
|
39093
|
+
experience?: boolean
|
|
39131
39094
|
experience_min?: boolean
|
|
39132
|
-
reporting?: boolean
|
|
39133
39095
|
comp_range?: boolean
|
|
39134
|
-
comp_benchmark?: boolean
|
|
39135
39096
|
budget?: boolean
|
|
39136
39097
|
responsibilities?: boolean
|
|
39137
|
-
deliverables?: boolean
|
|
39138
39098
|
must_have_skills?: boolean
|
|
39139
39099
|
nice_to_have_skills?: boolean
|
|
39140
|
-
dealbreakers?: boolean
|
|
39141
39100
|
culture?: boolean
|
|
39142
|
-
success_metrics?: boolean
|
|
39143
39101
|
competencies?: boolean
|
|
39144
39102
|
conversation_history?: boolean
|
|
39145
|
-
current_phase?: boolean
|
|
39146
39103
|
orion_execution_id?: boolean
|
|
39147
39104
|
created_at?: boolean
|
|
39148
39105
|
updated_at?: boolean
|
|
39149
39106
|
is_active?: boolean
|
|
39150
39107
|
}
|
|
39151
39108
|
|
|
39152
|
-
export type JobProfileOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "hiring_manager_id" | "created_by" | "assigned_to" | "status" | "title" | "role_type" | "work_arrangement" | "employment_type" | "location" | "
|
|
39109
|
+
export type JobProfileOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "organisation_id" | "hiring_manager_id" | "created_by" | "assigned_to" | "status" | "title" | "role_type" | "work_arrangement" | "employment_type" | "location" | "experience" | "experience_min" | "comp_range" | "budget" | "responsibilities" | "must_have_skills" | "nice_to_have_skills" | "culture" | "competencies" | "conversation_history" | "orion_execution_id" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["jobProfile"]>
|
|
39153
39110
|
export type JobProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
39154
39111
|
organisation?: boolean | OrganisationDefaultArgs<ExtArgs>
|
|
39155
39112
|
hiring_manager?: boolean | JobProfile$hiring_managerArgs<ExtArgs>
|
|
@@ -39192,21 +39149,16 @@ export namespace Prisma {
|
|
|
39192
39149
|
work_arrangement: string | null
|
|
39193
39150
|
employment_type: string | null
|
|
39194
39151
|
location: string | null
|
|
39152
|
+
experience: string | null
|
|
39195
39153
|
experience_min: string | null
|
|
39196
|
-
reporting: string | null
|
|
39197
39154
|
comp_range: string | null
|
|
39198
|
-
comp_benchmark: string | null
|
|
39199
39155
|
budget: string | null
|
|
39200
39156
|
responsibilities: Prisma.JsonValue | null
|
|
39201
|
-
deliverables: Prisma.JsonValue | null
|
|
39202
39157
|
must_have_skills: Prisma.JsonValue | null
|
|
39203
39158
|
nice_to_have_skills: Prisma.JsonValue | null
|
|
39204
|
-
dealbreakers: Prisma.JsonValue | null
|
|
39205
39159
|
culture: Prisma.JsonValue | null
|
|
39206
|
-
success_metrics: Prisma.JsonValue | null
|
|
39207
39160
|
competencies: Prisma.JsonValue | null
|
|
39208
39161
|
conversation_history: Prisma.JsonValue | null
|
|
39209
|
-
current_phase: string | null
|
|
39210
39162
|
orion_execution_id: string | null
|
|
39211
39163
|
created_at: Date
|
|
39212
39164
|
updated_at: Date
|
|
@@ -39650,21 +39602,16 @@ export namespace Prisma {
|
|
|
39650
39602
|
readonly work_arrangement: FieldRef<"JobProfile", 'String'>
|
|
39651
39603
|
readonly employment_type: FieldRef<"JobProfile", 'String'>
|
|
39652
39604
|
readonly location: FieldRef<"JobProfile", 'String'>
|
|
39605
|
+
readonly experience: FieldRef<"JobProfile", 'String'>
|
|
39653
39606
|
readonly experience_min: FieldRef<"JobProfile", 'String'>
|
|
39654
|
-
readonly reporting: FieldRef<"JobProfile", 'String'>
|
|
39655
39607
|
readonly comp_range: FieldRef<"JobProfile", 'String'>
|
|
39656
|
-
readonly comp_benchmark: FieldRef<"JobProfile", 'String'>
|
|
39657
39608
|
readonly budget: FieldRef<"JobProfile", 'String'>
|
|
39658
39609
|
readonly responsibilities: FieldRef<"JobProfile", 'Json'>
|
|
39659
|
-
readonly deliverables: FieldRef<"JobProfile", 'Json'>
|
|
39660
39610
|
readonly must_have_skills: FieldRef<"JobProfile", 'Json'>
|
|
39661
39611
|
readonly nice_to_have_skills: FieldRef<"JobProfile", 'Json'>
|
|
39662
|
-
readonly dealbreakers: FieldRef<"JobProfile", 'Json'>
|
|
39663
39612
|
readonly culture: FieldRef<"JobProfile", 'Json'>
|
|
39664
|
-
readonly success_metrics: FieldRef<"JobProfile", 'Json'>
|
|
39665
39613
|
readonly competencies: FieldRef<"JobProfile", 'Json'>
|
|
39666
39614
|
readonly conversation_history: FieldRef<"JobProfile", 'Json'>
|
|
39667
|
-
readonly current_phase: FieldRef<"JobProfile", 'String'>
|
|
39668
39615
|
readonly orion_execution_id: FieldRef<"JobProfile", 'String'>
|
|
39669
39616
|
readonly created_at: FieldRef<"JobProfile", 'DateTime'>
|
|
39670
39617
|
readonly updated_at: FieldRef<"JobProfile", 'DateTime'>
|
|
@@ -44031,6 +43978,7 @@ export namespace Prisma {
|
|
|
44031
43978
|
phone: number
|
|
44032
43979
|
address: number
|
|
44033
43980
|
company_values: number
|
|
43981
|
+
allowed_email_domains: number
|
|
44034
43982
|
created_at: number
|
|
44035
43983
|
updated_at: number
|
|
44036
43984
|
created_by: number
|
|
@@ -44088,6 +44036,7 @@ export namespace Prisma {
|
|
|
44088
44036
|
phone?: true
|
|
44089
44037
|
address?: true
|
|
44090
44038
|
company_values?: true
|
|
44039
|
+
allowed_email_domains?: true
|
|
44091
44040
|
created_at?: true
|
|
44092
44041
|
updated_at?: true
|
|
44093
44042
|
created_by?: true
|
|
@@ -44180,6 +44129,7 @@ export namespace Prisma {
|
|
|
44180
44129
|
phone: string
|
|
44181
44130
|
address: string
|
|
44182
44131
|
company_values: JsonValue[]
|
|
44132
|
+
allowed_email_domains: string[]
|
|
44183
44133
|
created_at: Date
|
|
44184
44134
|
updated_at: Date
|
|
44185
44135
|
created_by: string
|
|
@@ -44216,6 +44166,7 @@ export namespace Prisma {
|
|
|
44216
44166
|
phone?: boolean
|
|
44217
44167
|
address?: boolean
|
|
44218
44168
|
company_values?: boolean
|
|
44169
|
+
allowed_email_domains?: boolean
|
|
44219
44170
|
created_at?: boolean
|
|
44220
44171
|
updated_at?: boolean
|
|
44221
44172
|
created_by?: boolean
|
|
@@ -44254,6 +44205,7 @@ export namespace Prisma {
|
|
|
44254
44205
|
phone?: boolean
|
|
44255
44206
|
address?: boolean
|
|
44256
44207
|
company_values?: boolean
|
|
44208
|
+
allowed_email_domains?: boolean
|
|
44257
44209
|
created_at?: boolean
|
|
44258
44210
|
updated_at?: boolean
|
|
44259
44211
|
created_by?: boolean
|
|
@@ -44273,6 +44225,7 @@ export namespace Prisma {
|
|
|
44273
44225
|
phone?: boolean
|
|
44274
44226
|
address?: boolean
|
|
44275
44227
|
company_values?: boolean
|
|
44228
|
+
allowed_email_domains?: boolean
|
|
44276
44229
|
created_at?: boolean
|
|
44277
44230
|
updated_at?: boolean
|
|
44278
44231
|
created_by?: boolean
|
|
@@ -44292,6 +44245,7 @@ export namespace Prisma {
|
|
|
44292
44245
|
phone?: boolean
|
|
44293
44246
|
address?: boolean
|
|
44294
44247
|
company_values?: boolean
|
|
44248
|
+
allowed_email_domains?: boolean
|
|
44295
44249
|
created_at?: boolean
|
|
44296
44250
|
updated_at?: boolean
|
|
44297
44251
|
created_by?: boolean
|
|
@@ -44301,7 +44255,7 @@ export namespace Prisma {
|
|
|
44301
44255
|
logo?: boolean
|
|
44302
44256
|
}
|
|
44303
44257
|
|
|
44304
|
-
export type OrganisationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "industry" | "about" | "website" | "size" | "phone" | "address" | "company_values" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "alias" | "logo", ExtArgs["result"]["organisation"]>
|
|
44258
|
+
export type OrganisationOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "name" | "industry" | "about" | "website" | "size" | "phone" | "address" | "company_values" | "allowed_email_domains" | "created_at" | "updated_at" | "created_by" | "updated_by" | "is_active" | "alias" | "logo", ExtArgs["result"]["organisation"]>
|
|
44305
44259
|
export type OrganisationInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
44306
44260
|
interviewers?: boolean | Organisation$interviewersArgs<ExtArgs>
|
|
44307
44261
|
applications?: boolean | Organisation$applicationsArgs<ExtArgs>
|
|
@@ -44358,6 +44312,7 @@ export namespace Prisma {
|
|
|
44358
44312
|
phone: string
|
|
44359
44313
|
address: string
|
|
44360
44314
|
company_values: Prisma.JsonValue[]
|
|
44315
|
+
allowed_email_domains: string[]
|
|
44361
44316
|
created_at: Date
|
|
44362
44317
|
updated_at: Date
|
|
44363
44318
|
created_by: string
|
|
@@ -44815,6 +44770,7 @@ export namespace Prisma {
|
|
|
44815
44770
|
readonly phone: FieldRef<"Organisation", 'String'>
|
|
44816
44771
|
readonly address: FieldRef<"Organisation", 'String'>
|
|
44817
44772
|
readonly company_values: FieldRef<"Organisation", 'Json[]'>
|
|
44773
|
+
readonly allowed_email_domains: FieldRef<"Organisation", 'String[]'>
|
|
44818
44774
|
readonly created_at: FieldRef<"Organisation", 'DateTime'>
|
|
44819
44775
|
readonly updated_at: FieldRef<"Organisation", 'DateTime'>
|
|
44820
44776
|
readonly created_by: FieldRef<"Organisation", 'String'>
|
|
@@ -58236,21 +58192,16 @@ export namespace Prisma {
|
|
|
58236
58192
|
work_arrangement: 'work_arrangement',
|
|
58237
58193
|
employment_type: 'employment_type',
|
|
58238
58194
|
location: 'location',
|
|
58195
|
+
experience: 'experience',
|
|
58239
58196
|
experience_min: 'experience_min',
|
|
58240
|
-
reporting: 'reporting',
|
|
58241
58197
|
comp_range: 'comp_range',
|
|
58242
|
-
comp_benchmark: 'comp_benchmark',
|
|
58243
58198
|
budget: 'budget',
|
|
58244
58199
|
responsibilities: 'responsibilities',
|
|
58245
|
-
deliverables: 'deliverables',
|
|
58246
58200
|
must_have_skills: 'must_have_skills',
|
|
58247
58201
|
nice_to_have_skills: 'nice_to_have_skills',
|
|
58248
|
-
dealbreakers: 'dealbreakers',
|
|
58249
58202
|
culture: 'culture',
|
|
58250
|
-
success_metrics: 'success_metrics',
|
|
58251
58203
|
competencies: 'competencies',
|
|
58252
58204
|
conversation_history: 'conversation_history',
|
|
58253
|
-
current_phase: 'current_phase',
|
|
58254
58205
|
orion_execution_id: 'orion_execution_id',
|
|
58255
58206
|
created_at: 'created_at',
|
|
58256
58207
|
updated_at: 'updated_at',
|
|
@@ -58336,6 +58287,7 @@ export namespace Prisma {
|
|
|
58336
58287
|
phone: 'phone',
|
|
58337
58288
|
address: 'address',
|
|
58338
58289
|
company_values: 'company_values',
|
|
58290
|
+
allowed_email_domains: 'allowed_email_domains',
|
|
58339
58291
|
created_at: 'created_at',
|
|
58340
58292
|
updated_at: 'updated_at',
|
|
58341
58293
|
created_by: 'created_by',
|
|
@@ -62026,21 +61978,16 @@ export namespace Prisma {
|
|
|
62026
61978
|
work_arrangement?: StringNullableFilter<"JobProfile"> | string | null
|
|
62027
61979
|
employment_type?: StringNullableFilter<"JobProfile"> | string | null
|
|
62028
61980
|
location?: StringNullableFilter<"JobProfile"> | string | null
|
|
61981
|
+
experience?: StringNullableFilter<"JobProfile"> | string | null
|
|
62029
61982
|
experience_min?: StringNullableFilter<"JobProfile"> | string | null
|
|
62030
|
-
reporting?: StringNullableFilter<"JobProfile"> | string | null
|
|
62031
61983
|
comp_range?: StringNullableFilter<"JobProfile"> | string | null
|
|
62032
|
-
comp_benchmark?: StringNullableFilter<"JobProfile"> | string | null
|
|
62033
61984
|
budget?: StringNullableFilter<"JobProfile"> | string | null
|
|
62034
61985
|
responsibilities?: JsonNullableFilter<"JobProfile">
|
|
62035
|
-
deliverables?: JsonNullableFilter<"JobProfile">
|
|
62036
61986
|
must_have_skills?: JsonNullableFilter<"JobProfile">
|
|
62037
61987
|
nice_to_have_skills?: JsonNullableFilter<"JobProfile">
|
|
62038
|
-
dealbreakers?: JsonNullableFilter<"JobProfile">
|
|
62039
61988
|
culture?: JsonNullableFilter<"JobProfile">
|
|
62040
|
-
success_metrics?: JsonNullableFilter<"JobProfile">
|
|
62041
61989
|
competencies?: JsonNullableFilter<"JobProfile">
|
|
62042
61990
|
conversation_history?: JsonNullableFilter<"JobProfile">
|
|
62043
|
-
current_phase?: StringNullableFilter<"JobProfile"> | string | null
|
|
62044
61991
|
orion_execution_id?: StringNullableFilter<"JobProfile"> | string | null
|
|
62045
61992
|
created_at?: DateTimeFilter<"JobProfile"> | Date | string
|
|
62046
61993
|
updated_at?: DateTimeFilter<"JobProfile"> | Date | string
|
|
@@ -62064,21 +62011,16 @@ export namespace Prisma {
|
|
|
62064
62011
|
work_arrangement?: SortOrderInput | SortOrder
|
|
62065
62012
|
employment_type?: SortOrderInput | SortOrder
|
|
62066
62013
|
location?: SortOrderInput | SortOrder
|
|
62014
|
+
experience?: SortOrderInput | SortOrder
|
|
62067
62015
|
experience_min?: SortOrderInput | SortOrder
|
|
62068
|
-
reporting?: SortOrderInput | SortOrder
|
|
62069
62016
|
comp_range?: SortOrderInput | SortOrder
|
|
62070
|
-
comp_benchmark?: SortOrderInput | SortOrder
|
|
62071
62017
|
budget?: SortOrderInput | SortOrder
|
|
62072
62018
|
responsibilities?: SortOrderInput | SortOrder
|
|
62073
|
-
deliverables?: SortOrderInput | SortOrder
|
|
62074
62019
|
must_have_skills?: SortOrderInput | SortOrder
|
|
62075
62020
|
nice_to_have_skills?: SortOrderInput | SortOrder
|
|
62076
|
-
dealbreakers?: SortOrderInput | SortOrder
|
|
62077
62021
|
culture?: SortOrderInput | SortOrder
|
|
62078
|
-
success_metrics?: SortOrderInput | SortOrder
|
|
62079
62022
|
competencies?: SortOrderInput | SortOrder
|
|
62080
62023
|
conversation_history?: SortOrderInput | SortOrder
|
|
62081
|
-
current_phase?: SortOrderInput | SortOrder
|
|
62082
62024
|
orion_execution_id?: SortOrderInput | SortOrder
|
|
62083
62025
|
created_at?: SortOrder
|
|
62084
62026
|
updated_at?: SortOrder
|
|
@@ -62105,21 +62047,16 @@ export namespace Prisma {
|
|
|
62105
62047
|
work_arrangement?: StringNullableFilter<"JobProfile"> | string | null
|
|
62106
62048
|
employment_type?: StringNullableFilter<"JobProfile"> | string | null
|
|
62107
62049
|
location?: StringNullableFilter<"JobProfile"> | string | null
|
|
62050
|
+
experience?: StringNullableFilter<"JobProfile"> | string | null
|
|
62108
62051
|
experience_min?: StringNullableFilter<"JobProfile"> | string | null
|
|
62109
|
-
reporting?: StringNullableFilter<"JobProfile"> | string | null
|
|
62110
62052
|
comp_range?: StringNullableFilter<"JobProfile"> | string | null
|
|
62111
|
-
comp_benchmark?: StringNullableFilter<"JobProfile"> | string | null
|
|
62112
62053
|
budget?: StringNullableFilter<"JobProfile"> | string | null
|
|
62113
62054
|
responsibilities?: JsonNullableFilter<"JobProfile">
|
|
62114
|
-
deliverables?: JsonNullableFilter<"JobProfile">
|
|
62115
62055
|
must_have_skills?: JsonNullableFilter<"JobProfile">
|
|
62116
62056
|
nice_to_have_skills?: JsonNullableFilter<"JobProfile">
|
|
62117
|
-
dealbreakers?: JsonNullableFilter<"JobProfile">
|
|
62118
62057
|
culture?: JsonNullableFilter<"JobProfile">
|
|
62119
|
-
success_metrics?: JsonNullableFilter<"JobProfile">
|
|
62120
62058
|
competencies?: JsonNullableFilter<"JobProfile">
|
|
62121
62059
|
conversation_history?: JsonNullableFilter<"JobProfile">
|
|
62122
|
-
current_phase?: StringNullableFilter<"JobProfile"> | string | null
|
|
62123
62060
|
orion_execution_id?: StringNullableFilter<"JobProfile"> | string | null
|
|
62124
62061
|
created_at?: DateTimeFilter<"JobProfile"> | Date | string
|
|
62125
62062
|
updated_at?: DateTimeFilter<"JobProfile"> | Date | string
|
|
@@ -62143,21 +62080,16 @@ export namespace Prisma {
|
|
|
62143
62080
|
work_arrangement?: SortOrderInput | SortOrder
|
|
62144
62081
|
employment_type?: SortOrderInput | SortOrder
|
|
62145
62082
|
location?: SortOrderInput | SortOrder
|
|
62083
|
+
experience?: SortOrderInput | SortOrder
|
|
62146
62084
|
experience_min?: SortOrderInput | SortOrder
|
|
62147
|
-
reporting?: SortOrderInput | SortOrder
|
|
62148
62085
|
comp_range?: SortOrderInput | SortOrder
|
|
62149
|
-
comp_benchmark?: SortOrderInput | SortOrder
|
|
62150
62086
|
budget?: SortOrderInput | SortOrder
|
|
62151
62087
|
responsibilities?: SortOrderInput | SortOrder
|
|
62152
|
-
deliverables?: SortOrderInput | SortOrder
|
|
62153
62088
|
must_have_skills?: SortOrderInput | SortOrder
|
|
62154
62089
|
nice_to_have_skills?: SortOrderInput | SortOrder
|
|
62155
|
-
dealbreakers?: SortOrderInput | SortOrder
|
|
62156
62090
|
culture?: SortOrderInput | SortOrder
|
|
62157
|
-
success_metrics?: SortOrderInput | SortOrder
|
|
62158
62091
|
competencies?: SortOrderInput | SortOrder
|
|
62159
62092
|
conversation_history?: SortOrderInput | SortOrder
|
|
62160
|
-
current_phase?: SortOrderInput | SortOrder
|
|
62161
62093
|
orion_execution_id?: SortOrderInput | SortOrder
|
|
62162
62094
|
created_at?: SortOrder
|
|
62163
62095
|
updated_at?: SortOrder
|
|
@@ -62182,21 +62114,16 @@ export namespace Prisma {
|
|
|
62182
62114
|
work_arrangement?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62183
62115
|
employment_type?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62184
62116
|
location?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62117
|
+
experience?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62185
62118
|
experience_min?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62186
|
-
reporting?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62187
62119
|
comp_range?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62188
|
-
comp_benchmark?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62189
62120
|
budget?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62190
62121
|
responsibilities?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62191
|
-
deliverables?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62192
62122
|
must_have_skills?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62193
62123
|
nice_to_have_skills?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62194
|
-
dealbreakers?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62195
62124
|
culture?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62196
|
-
success_metrics?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62197
62125
|
competencies?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62198
62126
|
conversation_history?: JsonNullableWithAggregatesFilter<"JobProfile">
|
|
62199
|
-
current_phase?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62200
62127
|
orion_execution_id?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
|
|
62201
62128
|
created_at?: DateTimeWithAggregatesFilter<"JobProfile"> | Date | string
|
|
62202
62129
|
updated_at?: DateTimeWithAggregatesFilter<"JobProfile"> | Date | string
|
|
@@ -62576,6 +62503,7 @@ export namespace Prisma {
|
|
|
62576
62503
|
phone?: StringFilter<"Organisation"> | string
|
|
62577
62504
|
address?: StringFilter<"Organisation"> | string
|
|
62578
62505
|
company_values?: JsonNullableListFilter<"Organisation">
|
|
62506
|
+
allowed_email_domains?: StringNullableListFilter<"Organisation">
|
|
62579
62507
|
created_at?: DateTimeFilter<"Organisation"> | Date | string
|
|
62580
62508
|
updated_at?: DateTimeFilter<"Organisation"> | Date | string
|
|
62581
62509
|
created_by?: StringFilter<"Organisation"> | string
|
|
@@ -62613,6 +62541,7 @@ export namespace Prisma {
|
|
|
62613
62541
|
phone?: SortOrder
|
|
62614
62542
|
address?: SortOrder
|
|
62615
62543
|
company_values?: SortOrder
|
|
62544
|
+
allowed_email_domains?: SortOrder
|
|
62616
62545
|
created_at?: SortOrder
|
|
62617
62546
|
updated_at?: SortOrder
|
|
62618
62547
|
created_by?: SortOrder
|
|
@@ -62654,6 +62583,7 @@ export namespace Prisma {
|
|
|
62654
62583
|
phone?: StringFilter<"Organisation"> | string
|
|
62655
62584
|
address?: StringFilter<"Organisation"> | string
|
|
62656
62585
|
company_values?: JsonNullableListFilter<"Organisation">
|
|
62586
|
+
allowed_email_domains?: StringNullableListFilter<"Organisation">
|
|
62657
62587
|
created_at?: DateTimeFilter<"Organisation"> | Date | string
|
|
62658
62588
|
updated_at?: DateTimeFilter<"Organisation"> | Date | string
|
|
62659
62589
|
created_by?: StringFilter<"Organisation"> | string
|
|
@@ -62690,6 +62620,7 @@ export namespace Prisma {
|
|
|
62690
62620
|
phone?: SortOrder
|
|
62691
62621
|
address?: SortOrder
|
|
62692
62622
|
company_values?: SortOrder
|
|
62623
|
+
allowed_email_domains?: SortOrder
|
|
62693
62624
|
created_at?: SortOrder
|
|
62694
62625
|
updated_at?: SortOrder
|
|
62695
62626
|
created_by?: SortOrder
|
|
@@ -62715,6 +62646,7 @@ export namespace Prisma {
|
|
|
62715
62646
|
phone?: StringWithAggregatesFilter<"Organisation"> | string
|
|
62716
62647
|
address?: StringWithAggregatesFilter<"Organisation"> | string
|
|
62717
62648
|
company_values?: JsonNullableListFilter<"Organisation">
|
|
62649
|
+
allowed_email_domains?: StringNullableListFilter<"Organisation">
|
|
62718
62650
|
created_at?: DateTimeWithAggregatesFilter<"Organisation"> | Date | string
|
|
62719
62651
|
updated_at?: DateTimeWithAggregatesFilter<"Organisation"> | Date | string
|
|
62720
62652
|
created_by?: StringWithAggregatesFilter<"Organisation"> | string
|
|
@@ -67061,21 +66993,16 @@ export namespace Prisma {
|
|
|
67061
66993
|
work_arrangement?: string | null
|
|
67062
66994
|
employment_type?: string | null
|
|
67063
66995
|
location?: string | null
|
|
66996
|
+
experience?: string | null
|
|
67064
66997
|
experience_min?: string | null
|
|
67065
|
-
reporting?: string | null
|
|
67066
66998
|
comp_range?: string | null
|
|
67067
|
-
comp_benchmark?: string | null
|
|
67068
66999
|
budget?: string | null
|
|
67069
67000
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67070
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67071
67001
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67072
67002
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67073
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67074
67003
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67075
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67076
67004
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67077
67005
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67078
|
-
current_phase?: string | null
|
|
67079
67006
|
orion_execution_id?: string | null
|
|
67080
67007
|
created_at?: Date | string
|
|
67081
67008
|
updated_at?: Date | string
|
|
@@ -67099,21 +67026,16 @@ export namespace Prisma {
|
|
|
67099
67026
|
work_arrangement?: string | null
|
|
67100
67027
|
employment_type?: string | null
|
|
67101
67028
|
location?: string | null
|
|
67029
|
+
experience?: string | null
|
|
67102
67030
|
experience_min?: string | null
|
|
67103
|
-
reporting?: string | null
|
|
67104
67031
|
comp_range?: string | null
|
|
67105
|
-
comp_benchmark?: string | null
|
|
67106
67032
|
budget?: string | null
|
|
67107
67033
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67108
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67109
67034
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67110
67035
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67111
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67112
67036
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67113
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67114
67037
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67115
67038
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67116
|
-
current_phase?: string | null
|
|
67117
67039
|
orion_execution_id?: string | null
|
|
67118
67040
|
created_at?: Date | string
|
|
67119
67041
|
updated_at?: Date | string
|
|
@@ -67129,21 +67051,16 @@ export namespace Prisma {
|
|
|
67129
67051
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67130
67052
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67131
67053
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67054
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67132
67055
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67133
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67134
67056
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67135
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67136
67057
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67137
67058
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67138
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67139
67059
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67140
67060
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67141
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67142
67061
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67143
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67144
67062
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67145
67063
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67146
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67147
67064
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67148
67065
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67149
67066
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -67167,21 +67084,16 @@ export namespace Prisma {
|
|
|
67167
67084
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67168
67085
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67169
67086
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67087
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67170
67088
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67171
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67172
67089
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67173
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67174
67090
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67175
67091
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67176
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67177
67092
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67178
67093
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67179
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67180
67094
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67181
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67182
67095
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67183
67096
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67184
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67185
67097
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67186
67098
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67187
67099
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -67201,21 +67113,16 @@ export namespace Prisma {
|
|
|
67201
67113
|
work_arrangement?: string | null
|
|
67202
67114
|
employment_type?: string | null
|
|
67203
67115
|
location?: string | null
|
|
67116
|
+
experience?: string | null
|
|
67204
67117
|
experience_min?: string | null
|
|
67205
|
-
reporting?: string | null
|
|
67206
67118
|
comp_range?: string | null
|
|
67207
|
-
comp_benchmark?: string | null
|
|
67208
67119
|
budget?: string | null
|
|
67209
67120
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67210
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67211
67121
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67212
67122
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67213
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67214
67123
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67215
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67216
67124
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67217
67125
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67218
|
-
current_phase?: string | null
|
|
67219
67126
|
orion_execution_id?: string | null
|
|
67220
67127
|
created_at?: Date | string
|
|
67221
67128
|
updated_at?: Date | string
|
|
@@ -67230,21 +67137,16 @@ export namespace Prisma {
|
|
|
67230
67137
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67231
67138
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67232
67139
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67140
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67233
67141
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67234
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67235
67142
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67236
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67237
67143
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67238
67144
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67239
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67240
67145
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67241
67146
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67242
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67243
67147
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67244
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67245
67148
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67246
67149
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67247
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67248
67150
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67249
67151
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67250
67152
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -67263,21 +67165,16 @@ export namespace Prisma {
|
|
|
67263
67165
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67264
67166
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67265
67167
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67168
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67266
67169
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67267
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67268
67170
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67269
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67270
67171
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67271
67172
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
67272
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
67273
67173
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67274
67174
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
67275
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
67276
67175
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
67277
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
67278
67176
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
67279
67177
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
67280
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67281
67178
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
67282
67179
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67283
67180
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -67686,6 +67583,7 @@ export namespace Prisma {
|
|
|
67686
67583
|
phone: string
|
|
67687
67584
|
address: string
|
|
67688
67585
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
67586
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
67689
67587
|
created_at?: Date | string
|
|
67690
67588
|
updated_at?: Date | string
|
|
67691
67589
|
created_by: string
|
|
@@ -67723,6 +67621,7 @@ export namespace Prisma {
|
|
|
67723
67621
|
phone: string
|
|
67724
67622
|
address: string
|
|
67725
67623
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
67624
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
67726
67625
|
created_at?: Date | string
|
|
67727
67626
|
updated_at?: Date | string
|
|
67728
67627
|
created_by: string
|
|
@@ -67760,6 +67659,7 @@ export namespace Prisma {
|
|
|
67760
67659
|
phone?: StringFieldUpdateOperationsInput | string
|
|
67761
67660
|
address?: StringFieldUpdateOperationsInput | string
|
|
67762
67661
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
67662
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
67763
67663
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67764
67664
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67765
67665
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -67797,6 +67697,7 @@ export namespace Prisma {
|
|
|
67797
67697
|
phone?: StringFieldUpdateOperationsInput | string
|
|
67798
67698
|
address?: StringFieldUpdateOperationsInput | string
|
|
67799
67699
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
67700
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
67800
67701
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67801
67702
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67802
67703
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -67834,6 +67735,7 @@ export namespace Prisma {
|
|
|
67834
67735
|
phone: string
|
|
67835
67736
|
address: string
|
|
67836
67737
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
67738
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
67837
67739
|
created_at?: Date | string
|
|
67838
67740
|
updated_at?: Date | string
|
|
67839
67741
|
created_by: string
|
|
@@ -67853,6 +67755,7 @@ export namespace Prisma {
|
|
|
67853
67755
|
phone?: StringFieldUpdateOperationsInput | string
|
|
67854
67756
|
address?: StringFieldUpdateOperationsInput | string
|
|
67855
67757
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
67758
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
67856
67759
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67857
67760
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67858
67761
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -67872,6 +67775,7 @@ export namespace Prisma {
|
|
|
67872
67775
|
phone?: StringFieldUpdateOperationsInput | string
|
|
67873
67776
|
address?: StringFieldUpdateOperationsInput | string
|
|
67874
67777
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
67778
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
67875
67779
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67876
67780
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
67877
67781
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -71669,21 +71573,16 @@ export namespace Prisma {
|
|
|
71669
71573
|
work_arrangement?: SortOrder
|
|
71670
71574
|
employment_type?: SortOrder
|
|
71671
71575
|
location?: SortOrder
|
|
71576
|
+
experience?: SortOrder
|
|
71672
71577
|
experience_min?: SortOrder
|
|
71673
|
-
reporting?: SortOrder
|
|
71674
71578
|
comp_range?: SortOrder
|
|
71675
|
-
comp_benchmark?: SortOrder
|
|
71676
71579
|
budget?: SortOrder
|
|
71677
71580
|
responsibilities?: SortOrder
|
|
71678
|
-
deliverables?: SortOrder
|
|
71679
71581
|
must_have_skills?: SortOrder
|
|
71680
71582
|
nice_to_have_skills?: SortOrder
|
|
71681
|
-
dealbreakers?: SortOrder
|
|
71682
71583
|
culture?: SortOrder
|
|
71683
|
-
success_metrics?: SortOrder
|
|
71684
71584
|
competencies?: SortOrder
|
|
71685
71585
|
conversation_history?: SortOrder
|
|
71686
|
-
current_phase?: SortOrder
|
|
71687
71586
|
orion_execution_id?: SortOrder
|
|
71688
71587
|
created_at?: SortOrder
|
|
71689
71588
|
updated_at?: SortOrder
|
|
@@ -71702,12 +71601,10 @@ export namespace Prisma {
|
|
|
71702
71601
|
work_arrangement?: SortOrder
|
|
71703
71602
|
employment_type?: SortOrder
|
|
71704
71603
|
location?: SortOrder
|
|
71604
|
+
experience?: SortOrder
|
|
71705
71605
|
experience_min?: SortOrder
|
|
71706
|
-
reporting?: SortOrder
|
|
71707
71606
|
comp_range?: SortOrder
|
|
71708
|
-
comp_benchmark?: SortOrder
|
|
71709
71607
|
budget?: SortOrder
|
|
71710
|
-
current_phase?: SortOrder
|
|
71711
71608
|
orion_execution_id?: SortOrder
|
|
71712
71609
|
created_at?: SortOrder
|
|
71713
71610
|
updated_at?: SortOrder
|
|
@@ -71726,12 +71623,10 @@ export namespace Prisma {
|
|
|
71726
71623
|
work_arrangement?: SortOrder
|
|
71727
71624
|
employment_type?: SortOrder
|
|
71728
71625
|
location?: SortOrder
|
|
71626
|
+
experience?: SortOrder
|
|
71729
71627
|
experience_min?: SortOrder
|
|
71730
|
-
reporting?: SortOrder
|
|
71731
71628
|
comp_range?: SortOrder
|
|
71732
|
-
comp_benchmark?: SortOrder
|
|
71733
71629
|
budget?: SortOrder
|
|
71734
|
-
current_phase?: SortOrder
|
|
71735
71630
|
orion_execution_id?: SortOrder
|
|
71736
71631
|
created_at?: SortOrder
|
|
71737
71632
|
updated_at?: SortOrder
|
|
@@ -72128,6 +72023,7 @@ export namespace Prisma {
|
|
|
72128
72023
|
phone?: SortOrder
|
|
72129
72024
|
address?: SortOrder
|
|
72130
72025
|
company_values?: SortOrder
|
|
72026
|
+
allowed_email_domains?: SortOrder
|
|
72131
72027
|
created_at?: SortOrder
|
|
72132
72028
|
updated_at?: SortOrder
|
|
72133
72029
|
created_by?: SortOrder
|
|
@@ -75897,6 +75793,10 @@ export namespace Prisma {
|
|
|
75897
75793
|
set: InputJsonValue[]
|
|
75898
75794
|
}
|
|
75899
75795
|
|
|
75796
|
+
export type OrganisationCreateallowed_email_domainsInput = {
|
|
75797
|
+
set: string[]
|
|
75798
|
+
}
|
|
75799
|
+
|
|
75900
75800
|
export type UserCreateNestedManyWithoutOrganisationInput = {
|
|
75901
75801
|
create?: XOR<UserCreateWithoutOrganisationInput, UserUncheckedCreateWithoutOrganisationInput> | UserCreateWithoutOrganisationInput[] | UserUncheckedCreateWithoutOrganisationInput[]
|
|
75902
75802
|
connectOrCreate?: UserCreateOrConnectWithoutOrganisationInput | UserCreateOrConnectWithoutOrganisationInput[]
|
|
@@ -76158,6 +76058,11 @@ export namespace Prisma {
|
|
|
76158
76058
|
push?: InputJsonValue | InputJsonValue[]
|
|
76159
76059
|
}
|
|
76160
76060
|
|
|
76061
|
+
export type OrganisationUpdateallowed_email_domainsInput = {
|
|
76062
|
+
set?: string[]
|
|
76063
|
+
push?: string | string[]
|
|
76064
|
+
}
|
|
76065
|
+
|
|
76161
76066
|
export type UserUpdateManyWithoutOrganisationNestedInput = {
|
|
76162
76067
|
create?: XOR<UserCreateWithoutOrganisationInput, UserUncheckedCreateWithoutOrganisationInput> | UserCreateWithoutOrganisationInput[] | UserUncheckedCreateWithoutOrganisationInput[]
|
|
76163
76068
|
connectOrCreate?: UserCreateOrConnectWithoutOrganisationInput | UserCreateOrConnectWithoutOrganisationInput[]
|
|
@@ -79774,6 +79679,7 @@ export namespace Prisma {
|
|
|
79774
79679
|
phone: string
|
|
79775
79680
|
address: string
|
|
79776
79681
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
79682
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
79777
79683
|
created_at?: Date | string
|
|
79778
79684
|
updated_at?: Date | string
|
|
79779
79685
|
created_by: string
|
|
@@ -79810,6 +79716,7 @@ export namespace Prisma {
|
|
|
79810
79716
|
phone: string
|
|
79811
79717
|
address: string
|
|
79812
79718
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
79719
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
79813
79720
|
created_at?: Date | string
|
|
79814
79721
|
updated_at?: Date | string
|
|
79815
79722
|
created_by: string
|
|
@@ -80021,6 +79928,7 @@ export namespace Prisma {
|
|
|
80021
79928
|
phone?: StringFieldUpdateOperationsInput | string
|
|
80022
79929
|
address?: StringFieldUpdateOperationsInput | string
|
|
80023
79930
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
79931
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
80024
79932
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80025
79933
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80026
79934
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -80057,6 +79965,7 @@ export namespace Prisma {
|
|
|
80057
79965
|
phone?: StringFieldUpdateOperationsInput | string
|
|
80058
79966
|
address?: StringFieldUpdateOperationsInput | string
|
|
80059
79967
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
79968
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
80060
79969
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80061
79970
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80062
79971
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -80307,6 +80216,7 @@ export namespace Prisma {
|
|
|
80307
80216
|
phone: string
|
|
80308
80217
|
address: string
|
|
80309
80218
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
80219
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
80310
80220
|
created_at?: Date | string
|
|
80311
80221
|
updated_at?: Date | string
|
|
80312
80222
|
created_by: string
|
|
@@ -80343,6 +80253,7 @@ export namespace Prisma {
|
|
|
80343
80253
|
phone: string
|
|
80344
80254
|
address: string
|
|
80345
80255
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
80256
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
80346
80257
|
created_at?: Date | string
|
|
80347
80258
|
updated_at?: Date | string
|
|
80348
80259
|
created_by: string
|
|
@@ -80528,6 +80439,7 @@ export namespace Prisma {
|
|
|
80528
80439
|
phone?: StringFieldUpdateOperationsInput | string
|
|
80529
80440
|
address?: StringFieldUpdateOperationsInput | string
|
|
80530
80441
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
80442
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
80531
80443
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80532
80444
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80533
80445
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -80564,6 +80476,7 @@ export namespace Prisma {
|
|
|
80564
80476
|
phone?: StringFieldUpdateOperationsInput | string
|
|
80565
80477
|
address?: StringFieldUpdateOperationsInput | string
|
|
80566
80478
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
80479
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
80567
80480
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80568
80481
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
80569
80482
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -81154,6 +81067,7 @@ export namespace Prisma {
|
|
|
81154
81067
|
phone: string
|
|
81155
81068
|
address: string
|
|
81156
81069
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
81070
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
81157
81071
|
created_at?: Date | string
|
|
81158
81072
|
updated_at?: Date | string
|
|
81159
81073
|
created_by: string
|
|
@@ -81190,6 +81104,7 @@ export namespace Prisma {
|
|
|
81190
81104
|
phone: string
|
|
81191
81105
|
address: string
|
|
81192
81106
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
81107
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
81193
81108
|
created_at?: Date | string
|
|
81194
81109
|
updated_at?: Date | string
|
|
81195
81110
|
created_by: string
|
|
@@ -81891,6 +81806,7 @@ export namespace Prisma {
|
|
|
81891
81806
|
phone?: StringFieldUpdateOperationsInput | string
|
|
81892
81807
|
address?: StringFieldUpdateOperationsInput | string
|
|
81893
81808
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
81809
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
81894
81810
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
81895
81811
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
81896
81812
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -81927,6 +81843,7 @@ export namespace Prisma {
|
|
|
81927
81843
|
phone?: StringFieldUpdateOperationsInput | string
|
|
81928
81844
|
address?: StringFieldUpdateOperationsInput | string
|
|
81929
81845
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
81846
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
81930
81847
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
81931
81848
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
81932
81849
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -82559,6 +82476,7 @@ export namespace Prisma {
|
|
|
82559
82476
|
phone: string
|
|
82560
82477
|
address: string
|
|
82561
82478
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
82479
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
82562
82480
|
created_at?: Date | string
|
|
82563
82481
|
updated_at?: Date | string
|
|
82564
82482
|
created_by: string
|
|
@@ -82595,6 +82513,7 @@ export namespace Prisma {
|
|
|
82595
82513
|
phone: string
|
|
82596
82514
|
address: string
|
|
82597
82515
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
82516
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
82598
82517
|
created_at?: Date | string
|
|
82599
82518
|
updated_at?: Date | string
|
|
82600
82519
|
created_by: string
|
|
@@ -82861,6 +82780,7 @@ export namespace Prisma {
|
|
|
82861
82780
|
phone?: StringFieldUpdateOperationsInput | string
|
|
82862
82781
|
address?: StringFieldUpdateOperationsInput | string
|
|
82863
82782
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
82783
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
82864
82784
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82865
82785
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82866
82786
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -82897,6 +82817,7 @@ export namespace Prisma {
|
|
|
82897
82817
|
phone?: StringFieldUpdateOperationsInput | string
|
|
82898
82818
|
address?: StringFieldUpdateOperationsInput | string
|
|
82899
82819
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
82820
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
82900
82821
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82901
82822
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
82902
82823
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -83290,6 +83211,7 @@ export namespace Prisma {
|
|
|
83290
83211
|
phone: string
|
|
83291
83212
|
address: string
|
|
83292
83213
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
83214
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
83293
83215
|
created_at?: Date | string
|
|
83294
83216
|
updated_at?: Date | string
|
|
83295
83217
|
created_by: string
|
|
@@ -83326,6 +83248,7 @@ export namespace Prisma {
|
|
|
83326
83248
|
phone: string
|
|
83327
83249
|
address: string
|
|
83328
83250
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
83251
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
83329
83252
|
created_at?: Date | string
|
|
83330
83253
|
updated_at?: Date | string
|
|
83331
83254
|
created_by: string
|
|
@@ -83954,6 +83877,7 @@ export namespace Prisma {
|
|
|
83954
83877
|
phone?: StringFieldUpdateOperationsInput | string
|
|
83955
83878
|
address?: StringFieldUpdateOperationsInput | string
|
|
83956
83879
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
83880
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
83957
83881
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
83958
83882
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
83959
83883
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -83990,6 +83914,7 @@ export namespace Prisma {
|
|
|
83990
83914
|
phone?: StringFieldUpdateOperationsInput | string
|
|
83991
83915
|
address?: StringFieldUpdateOperationsInput | string
|
|
83992
83916
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
83917
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
83993
83918
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
83994
83919
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
83995
83920
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -84238,6 +84163,7 @@ export namespace Prisma {
|
|
|
84238
84163
|
phone: string
|
|
84239
84164
|
address: string
|
|
84240
84165
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
84166
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
84241
84167
|
created_at?: Date | string
|
|
84242
84168
|
updated_at?: Date | string
|
|
84243
84169
|
created_by: string
|
|
@@ -84274,6 +84200,7 @@ export namespace Prisma {
|
|
|
84274
84200
|
phone: string
|
|
84275
84201
|
address: string
|
|
84276
84202
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
84203
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
84277
84204
|
created_at?: Date | string
|
|
84278
84205
|
updated_at?: Date | string
|
|
84279
84206
|
created_by: string
|
|
@@ -84494,6 +84421,7 @@ export namespace Prisma {
|
|
|
84494
84421
|
phone?: StringFieldUpdateOperationsInput | string
|
|
84495
84422
|
address?: StringFieldUpdateOperationsInput | string
|
|
84496
84423
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
84424
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
84497
84425
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84498
84426
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84499
84427
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -84530,6 +84458,7 @@ export namespace Prisma {
|
|
|
84530
84458
|
phone?: StringFieldUpdateOperationsInput | string
|
|
84531
84459
|
address?: StringFieldUpdateOperationsInput | string
|
|
84532
84460
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
84461
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
84533
84462
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84534
84463
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84535
84464
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -85173,6 +85102,7 @@ export namespace Prisma {
|
|
|
85173
85102
|
phone: string
|
|
85174
85103
|
address: string
|
|
85175
85104
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
85105
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
85176
85106
|
created_at?: Date | string
|
|
85177
85107
|
updated_at?: Date | string
|
|
85178
85108
|
created_by: string
|
|
@@ -85209,6 +85139,7 @@ export namespace Prisma {
|
|
|
85209
85139
|
phone: string
|
|
85210
85140
|
address: string
|
|
85211
85141
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
85142
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
85212
85143
|
created_at?: Date | string
|
|
85213
85144
|
updated_at?: Date | string
|
|
85214
85145
|
created_by: string
|
|
@@ -85765,6 +85696,7 @@ export namespace Prisma {
|
|
|
85765
85696
|
phone?: StringFieldUpdateOperationsInput | string
|
|
85766
85697
|
address?: StringFieldUpdateOperationsInput | string
|
|
85767
85698
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
85699
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
85768
85700
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85769
85701
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85770
85702
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -85801,6 +85733,7 @@ export namespace Prisma {
|
|
|
85801
85733
|
phone?: StringFieldUpdateOperationsInput | string
|
|
85802
85734
|
address?: StringFieldUpdateOperationsInput | string
|
|
85803
85735
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
85736
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
85804
85737
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85805
85738
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
85806
85739
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -86054,6 +85987,7 @@ export namespace Prisma {
|
|
|
86054
85987
|
phone: string
|
|
86055
85988
|
address: string
|
|
86056
85989
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
85990
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
86057
85991
|
created_at?: Date | string
|
|
86058
85992
|
updated_at?: Date | string
|
|
86059
85993
|
created_by: string
|
|
@@ -86090,6 +86024,7 @@ export namespace Prisma {
|
|
|
86090
86024
|
phone: string
|
|
86091
86025
|
address: string
|
|
86092
86026
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
86027
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
86093
86028
|
created_at?: Date | string
|
|
86094
86029
|
updated_at?: Date | string
|
|
86095
86030
|
created_by: string
|
|
@@ -86337,6 +86272,7 @@ export namespace Prisma {
|
|
|
86337
86272
|
phone?: StringFieldUpdateOperationsInput | string
|
|
86338
86273
|
address?: StringFieldUpdateOperationsInput | string
|
|
86339
86274
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
86275
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
86340
86276
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86341
86277
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86342
86278
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -86373,6 +86309,7 @@ export namespace Prisma {
|
|
|
86373
86309
|
phone?: StringFieldUpdateOperationsInput | string
|
|
86374
86310
|
address?: StringFieldUpdateOperationsInput | string
|
|
86375
86311
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
86312
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
86376
86313
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86377
86314
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
86378
86315
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -88159,6 +88096,7 @@ export namespace Prisma {
|
|
|
88159
88096
|
phone: string
|
|
88160
88097
|
address: string
|
|
88161
88098
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
88099
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
88162
88100
|
created_at?: Date | string
|
|
88163
88101
|
updated_at?: Date | string
|
|
88164
88102
|
created_by: string
|
|
@@ -88195,6 +88133,7 @@ export namespace Prisma {
|
|
|
88195
88133
|
phone: string
|
|
88196
88134
|
address: string
|
|
88197
88135
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
88136
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
88198
88137
|
created_at?: Date | string
|
|
88199
88138
|
updated_at?: Date | string
|
|
88200
88139
|
created_by: string
|
|
@@ -88547,6 +88486,7 @@ export namespace Prisma {
|
|
|
88547
88486
|
phone?: StringFieldUpdateOperationsInput | string
|
|
88548
88487
|
address?: StringFieldUpdateOperationsInput | string
|
|
88549
88488
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
88489
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
88550
88490
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
88551
88491
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
88552
88492
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -88583,6 +88523,7 @@ export namespace Prisma {
|
|
|
88583
88523
|
phone?: StringFieldUpdateOperationsInput | string
|
|
88584
88524
|
address?: StringFieldUpdateOperationsInput | string
|
|
88585
88525
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
88526
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
88586
88527
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
88587
88528
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
88588
88529
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89203,6 +89144,7 @@ export namespace Prisma {
|
|
|
89203
89144
|
phone: string
|
|
89204
89145
|
address: string
|
|
89205
89146
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
89147
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
89206
89148
|
created_at?: Date | string
|
|
89207
89149
|
updated_at?: Date | string
|
|
89208
89150
|
created_by: string
|
|
@@ -89239,6 +89181,7 @@ export namespace Prisma {
|
|
|
89239
89181
|
phone: string
|
|
89240
89182
|
address: string
|
|
89241
89183
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
89184
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
89242
89185
|
created_at?: Date | string
|
|
89243
89186
|
updated_at?: Date | string
|
|
89244
89187
|
created_by: string
|
|
@@ -89291,6 +89234,7 @@ export namespace Prisma {
|
|
|
89291
89234
|
phone?: StringFieldUpdateOperationsInput | string
|
|
89292
89235
|
address?: StringFieldUpdateOperationsInput | string
|
|
89293
89236
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
89237
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
89294
89238
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89295
89239
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89296
89240
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89327,6 +89271,7 @@ export namespace Prisma {
|
|
|
89327
89271
|
phone?: StringFieldUpdateOperationsInput | string
|
|
89328
89272
|
address?: StringFieldUpdateOperationsInput | string
|
|
89329
89273
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
89274
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
89330
89275
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89331
89276
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89332
89277
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89519,6 +89464,7 @@ export namespace Prisma {
|
|
|
89519
89464
|
phone: string
|
|
89520
89465
|
address: string
|
|
89521
89466
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
89467
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
89522
89468
|
created_at?: Date | string
|
|
89523
89469
|
updated_at?: Date | string
|
|
89524
89470
|
created_by: string
|
|
@@ -89555,6 +89501,7 @@ export namespace Prisma {
|
|
|
89555
89501
|
phone: string
|
|
89556
89502
|
address: string
|
|
89557
89503
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
89504
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
89558
89505
|
created_at?: Date | string
|
|
89559
89506
|
updated_at?: Date | string
|
|
89560
89507
|
created_by: string
|
|
@@ -89607,6 +89554,7 @@ export namespace Prisma {
|
|
|
89607
89554
|
phone?: StringFieldUpdateOperationsInput | string
|
|
89608
89555
|
address?: StringFieldUpdateOperationsInput | string
|
|
89609
89556
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
89557
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
89610
89558
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89611
89559
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89612
89560
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89643,6 +89591,7 @@ export namespace Prisma {
|
|
|
89643
89591
|
phone?: StringFieldUpdateOperationsInput | string
|
|
89644
89592
|
address?: StringFieldUpdateOperationsInput | string
|
|
89645
89593
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
89594
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
89646
89595
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89647
89596
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
89648
89597
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -89933,6 +89882,7 @@ export namespace Prisma {
|
|
|
89933
89882
|
phone: string
|
|
89934
89883
|
address: string
|
|
89935
89884
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
89885
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
89936
89886
|
created_at?: Date | string
|
|
89937
89887
|
updated_at?: Date | string
|
|
89938
89888
|
created_by: string
|
|
@@ -89969,6 +89919,7 @@ export namespace Prisma {
|
|
|
89969
89919
|
phone: string
|
|
89970
89920
|
address: string
|
|
89971
89921
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
89922
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
89972
89923
|
created_at?: Date | string
|
|
89973
89924
|
updated_at?: Date | string
|
|
89974
89925
|
created_by: string
|
|
@@ -90772,6 +90723,7 @@ export namespace Prisma {
|
|
|
90772
90723
|
phone?: StringFieldUpdateOperationsInput | string
|
|
90773
90724
|
address?: StringFieldUpdateOperationsInput | string
|
|
90774
90725
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
90726
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
90775
90727
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
90776
90728
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
90777
90729
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -90808,6 +90760,7 @@ export namespace Prisma {
|
|
|
90808
90760
|
phone?: StringFieldUpdateOperationsInput | string
|
|
90809
90761
|
address?: StringFieldUpdateOperationsInput | string
|
|
90810
90762
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
90763
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
90811
90764
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
90812
90765
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
90813
90766
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -91517,21 +91470,16 @@ export namespace Prisma {
|
|
|
91517
91470
|
work_arrangement?: string | null
|
|
91518
91471
|
employment_type?: string | null
|
|
91519
91472
|
location?: string | null
|
|
91473
|
+
experience?: string | null
|
|
91520
91474
|
experience_min?: string | null
|
|
91521
|
-
reporting?: string | null
|
|
91522
91475
|
comp_range?: string | null
|
|
91523
|
-
comp_benchmark?: string | null
|
|
91524
91476
|
budget?: string | null
|
|
91525
91477
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
91526
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
91527
91478
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
91528
91479
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
91529
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
91530
91480
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
91531
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
91532
91481
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
91533
91482
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
91534
|
-
current_phase?: string | null
|
|
91535
91483
|
orion_execution_id?: string | null
|
|
91536
91484
|
created_at?: Date | string
|
|
91537
91485
|
updated_at?: Date | string
|
|
@@ -91554,21 +91502,16 @@ export namespace Prisma {
|
|
|
91554
91502
|
work_arrangement?: string | null
|
|
91555
91503
|
employment_type?: string | null
|
|
91556
91504
|
location?: string | null
|
|
91505
|
+
experience?: string | null
|
|
91557
91506
|
experience_min?: string | null
|
|
91558
|
-
reporting?: string | null
|
|
91559
91507
|
comp_range?: string | null
|
|
91560
|
-
comp_benchmark?: string | null
|
|
91561
91508
|
budget?: string | null
|
|
91562
91509
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
91563
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
91564
91510
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
91565
91511
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
91566
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
91567
91512
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
91568
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
91569
91513
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
91570
91514
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
91571
|
-
current_phase?: string | null
|
|
91572
91515
|
orion_execution_id?: string | null
|
|
91573
91516
|
created_at?: Date | string
|
|
91574
91517
|
updated_at?: Date | string
|
|
@@ -91590,6 +91533,7 @@ export namespace Prisma {
|
|
|
91590
91533
|
phone: string
|
|
91591
91534
|
address: string
|
|
91592
91535
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
91536
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
91593
91537
|
created_at?: Date | string
|
|
91594
91538
|
updated_at?: Date | string
|
|
91595
91539
|
created_by: string
|
|
@@ -91626,6 +91570,7 @@ export namespace Prisma {
|
|
|
91626
91570
|
phone: string
|
|
91627
91571
|
address: string
|
|
91628
91572
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
91573
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
91629
91574
|
created_at?: Date | string
|
|
91630
91575
|
updated_at?: Date | string
|
|
91631
91576
|
created_by: string
|
|
@@ -92633,21 +92578,16 @@ export namespace Prisma {
|
|
|
92633
92578
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92634
92579
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92635
92580
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92581
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92636
92582
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92637
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92638
92583
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92639
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92640
92584
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92641
92585
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
92642
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
92643
92586
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92644
92587
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92645
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
92646
92588
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
92647
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
92648
92589
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
92649
92590
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
92650
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92651
92591
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92652
92592
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
92653
92593
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -92670,21 +92610,16 @@ export namespace Prisma {
|
|
|
92670
92610
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92671
92611
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92672
92612
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92613
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92673
92614
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92674
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92675
92615
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92676
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92677
92616
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92678
92617
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
92679
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
92680
92618
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92681
92619
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
92682
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
92683
92620
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
92684
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
92685
92621
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
92686
92622
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
92687
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92688
92623
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
92689
92624
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
92690
92625
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -92712,6 +92647,7 @@ export namespace Prisma {
|
|
|
92712
92647
|
phone?: StringFieldUpdateOperationsInput | string
|
|
92713
92648
|
address?: StringFieldUpdateOperationsInput | string
|
|
92714
92649
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
92650
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
92715
92651
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
92716
92652
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
92717
92653
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -92748,6 +92684,7 @@ export namespace Prisma {
|
|
|
92748
92684
|
phone?: StringFieldUpdateOperationsInput | string
|
|
92749
92685
|
address?: StringFieldUpdateOperationsInput | string
|
|
92750
92686
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
92687
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
92751
92688
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
92752
92689
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
92753
92690
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -93454,6 +93391,7 @@ export namespace Prisma {
|
|
|
93454
93391
|
phone: string
|
|
93455
93392
|
address: string
|
|
93456
93393
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
93394
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
93457
93395
|
created_at?: Date | string
|
|
93458
93396
|
updated_at?: Date | string
|
|
93459
93397
|
created_by: string
|
|
@@ -93490,6 +93428,7 @@ export namespace Prisma {
|
|
|
93490
93428
|
phone: string
|
|
93491
93429
|
address: string
|
|
93492
93430
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
93431
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
93493
93432
|
created_at?: Date | string
|
|
93494
93433
|
updated_at?: Date | string
|
|
93495
93434
|
created_by: string
|
|
@@ -94003,6 +93942,7 @@ export namespace Prisma {
|
|
|
94003
93942
|
phone?: StringFieldUpdateOperationsInput | string
|
|
94004
93943
|
address?: StringFieldUpdateOperationsInput | string
|
|
94005
93944
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
93945
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
94006
93946
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94007
93947
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94008
93948
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -94039,6 +93979,7 @@ export namespace Prisma {
|
|
|
94039
93979
|
phone?: StringFieldUpdateOperationsInput | string
|
|
94040
93980
|
address?: StringFieldUpdateOperationsInput | string
|
|
94041
93981
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
93982
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
94042
93983
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94043
93984
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
94044
93985
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -95511,6 +95452,7 @@ export namespace Prisma {
|
|
|
95511
95452
|
phone: string
|
|
95512
95453
|
address: string
|
|
95513
95454
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
95455
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
95514
95456
|
created_at?: Date | string
|
|
95515
95457
|
updated_at?: Date | string
|
|
95516
95458
|
created_by: string
|
|
@@ -95547,6 +95489,7 @@ export namespace Prisma {
|
|
|
95547
95489
|
phone: string
|
|
95548
95490
|
address: string
|
|
95549
95491
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
95492
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
95550
95493
|
created_at?: Date | string
|
|
95551
95494
|
updated_at?: Date | string
|
|
95552
95495
|
created_by: string
|
|
@@ -96167,6 +96110,7 @@ export namespace Prisma {
|
|
|
96167
96110
|
phone?: StringFieldUpdateOperationsInput | string
|
|
96168
96111
|
address?: StringFieldUpdateOperationsInput | string
|
|
96169
96112
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
96113
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
96170
96114
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
96171
96115
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
96172
96116
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -96203,6 +96147,7 @@ export namespace Prisma {
|
|
|
96203
96147
|
phone?: StringFieldUpdateOperationsInput | string
|
|
96204
96148
|
address?: StringFieldUpdateOperationsInput | string
|
|
96205
96149
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
96150
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
96206
96151
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
96207
96152
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
96208
96153
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -96809,21 +96754,16 @@ export namespace Prisma {
|
|
|
96809
96754
|
work_arrangement?: string | null
|
|
96810
96755
|
employment_type?: string | null
|
|
96811
96756
|
location?: string | null
|
|
96757
|
+
experience?: string | null
|
|
96812
96758
|
experience_min?: string | null
|
|
96813
|
-
reporting?: string | null
|
|
96814
96759
|
comp_range?: string | null
|
|
96815
|
-
comp_benchmark?: string | null
|
|
96816
96760
|
budget?: string | null
|
|
96817
96761
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
96818
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
96819
96762
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
96820
96763
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
96821
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
96822
96764
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
96823
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
96824
96765
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
96825
96766
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
96826
|
-
current_phase?: string | null
|
|
96827
96767
|
orion_execution_id?: string | null
|
|
96828
96768
|
created_at?: Date | string
|
|
96829
96769
|
updated_at?: Date | string
|
|
@@ -96845,21 +96785,16 @@ export namespace Prisma {
|
|
|
96845
96785
|
work_arrangement?: string | null
|
|
96846
96786
|
employment_type?: string | null
|
|
96847
96787
|
location?: string | null
|
|
96788
|
+
experience?: string | null
|
|
96848
96789
|
experience_min?: string | null
|
|
96849
|
-
reporting?: string | null
|
|
96850
96790
|
comp_range?: string | null
|
|
96851
|
-
comp_benchmark?: string | null
|
|
96852
96791
|
budget?: string | null
|
|
96853
96792
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
96854
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
96855
96793
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
96856
96794
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
96857
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
96858
96795
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
96859
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
96860
96796
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
96861
96797
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
96862
|
-
current_phase?: string | null
|
|
96863
96798
|
orion_execution_id?: string | null
|
|
96864
96799
|
created_at?: Date | string
|
|
96865
96800
|
updated_at?: Date | string
|
|
@@ -97674,21 +97609,16 @@ export namespace Prisma {
|
|
|
97674
97609
|
work_arrangement?: StringNullableFilter<"JobProfile"> | string | null
|
|
97675
97610
|
employment_type?: StringNullableFilter<"JobProfile"> | string | null
|
|
97676
97611
|
location?: StringNullableFilter<"JobProfile"> | string | null
|
|
97612
|
+
experience?: StringNullableFilter<"JobProfile"> | string | null
|
|
97677
97613
|
experience_min?: StringNullableFilter<"JobProfile"> | string | null
|
|
97678
|
-
reporting?: StringNullableFilter<"JobProfile"> | string | null
|
|
97679
97614
|
comp_range?: StringNullableFilter<"JobProfile"> | string | null
|
|
97680
|
-
comp_benchmark?: StringNullableFilter<"JobProfile"> | string | null
|
|
97681
97615
|
budget?: StringNullableFilter<"JobProfile"> | string | null
|
|
97682
97616
|
responsibilities?: JsonNullableFilter<"JobProfile">
|
|
97683
|
-
deliverables?: JsonNullableFilter<"JobProfile">
|
|
97684
97617
|
must_have_skills?: JsonNullableFilter<"JobProfile">
|
|
97685
97618
|
nice_to_have_skills?: JsonNullableFilter<"JobProfile">
|
|
97686
|
-
dealbreakers?: JsonNullableFilter<"JobProfile">
|
|
97687
97619
|
culture?: JsonNullableFilter<"JobProfile">
|
|
97688
|
-
success_metrics?: JsonNullableFilter<"JobProfile">
|
|
97689
97620
|
competencies?: JsonNullableFilter<"JobProfile">
|
|
97690
97621
|
conversation_history?: JsonNullableFilter<"JobProfile">
|
|
97691
|
-
current_phase?: StringNullableFilter<"JobProfile"> | string | null
|
|
97692
97622
|
orion_execution_id?: StringNullableFilter<"JobProfile"> | string | null
|
|
97693
97623
|
created_at?: DateTimeFilter<"JobProfile"> | Date | string
|
|
97694
97624
|
updated_at?: DateTimeFilter<"JobProfile"> | Date | string
|
|
@@ -99016,6 +98946,7 @@ export namespace Prisma {
|
|
|
99016
98946
|
phone: string
|
|
99017
98947
|
address: string
|
|
99018
98948
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
98949
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
99019
98950
|
created_at?: Date | string
|
|
99020
98951
|
updated_at?: Date | string
|
|
99021
98952
|
created_by: string
|
|
@@ -99052,6 +98983,7 @@ export namespace Prisma {
|
|
|
99052
98983
|
phone: string
|
|
99053
98984
|
address: string
|
|
99054
98985
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
98986
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
99055
98987
|
created_at?: Date | string
|
|
99056
98988
|
updated_at?: Date | string
|
|
99057
98989
|
created_by: string
|
|
@@ -99693,6 +99625,7 @@ export namespace Prisma {
|
|
|
99693
99625
|
phone?: StringFieldUpdateOperationsInput | string
|
|
99694
99626
|
address?: StringFieldUpdateOperationsInput | string
|
|
99695
99627
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
99628
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
99696
99629
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
99697
99630
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
99698
99631
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -99729,6 +99662,7 @@ export namespace Prisma {
|
|
|
99729
99662
|
phone?: StringFieldUpdateOperationsInput | string
|
|
99730
99663
|
address?: StringFieldUpdateOperationsInput | string
|
|
99731
99664
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
99665
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
99732
99666
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
99733
99667
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
99734
99668
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -100223,6 +100157,7 @@ export namespace Prisma {
|
|
|
100223
100157
|
phone: string
|
|
100224
100158
|
address: string
|
|
100225
100159
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
100160
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
100226
100161
|
created_at?: Date | string
|
|
100227
100162
|
updated_at?: Date | string
|
|
100228
100163
|
created_by: string
|
|
@@ -100259,6 +100194,7 @@ export namespace Prisma {
|
|
|
100259
100194
|
phone: string
|
|
100260
100195
|
address: string
|
|
100261
100196
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
100197
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
100262
100198
|
created_at?: Date | string
|
|
100263
100199
|
updated_at?: Date | string
|
|
100264
100200
|
created_by: string
|
|
@@ -100418,6 +100354,7 @@ export namespace Prisma {
|
|
|
100418
100354
|
phone?: StringFieldUpdateOperationsInput | string
|
|
100419
100355
|
address?: StringFieldUpdateOperationsInput | string
|
|
100420
100356
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
100357
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
100421
100358
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
100422
100359
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
100423
100360
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -100454,6 +100391,7 @@ export namespace Prisma {
|
|
|
100454
100391
|
phone?: StringFieldUpdateOperationsInput | string
|
|
100455
100392
|
address?: StringFieldUpdateOperationsInput | string
|
|
100456
100393
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
100394
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
100457
100395
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
100458
100396
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
100459
100397
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -100952,6 +100890,7 @@ export namespace Prisma {
|
|
|
100952
100890
|
phone: string
|
|
100953
100891
|
address: string
|
|
100954
100892
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
100893
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
100955
100894
|
created_at?: Date | string
|
|
100956
100895
|
updated_at?: Date | string
|
|
100957
100896
|
created_by: string
|
|
@@ -100988,6 +100927,7 @@ export namespace Prisma {
|
|
|
100988
100927
|
phone: string
|
|
100989
100928
|
address: string
|
|
100990
100929
|
company_values?: OrganisationCreatecompany_valuesInput | InputJsonValue[]
|
|
100930
|
+
allowed_email_domains?: OrganisationCreateallowed_email_domainsInput | string[]
|
|
100991
100931
|
created_at?: Date | string
|
|
100992
100932
|
updated_at?: Date | string
|
|
100993
100933
|
created_by: string
|
|
@@ -101368,21 +101308,16 @@ export namespace Prisma {
|
|
|
101368
101308
|
work_arrangement?: string | null
|
|
101369
101309
|
employment_type?: string | null
|
|
101370
101310
|
location?: string | null
|
|
101311
|
+
experience?: string | null
|
|
101371
101312
|
experience_min?: string | null
|
|
101372
|
-
reporting?: string | null
|
|
101373
101313
|
comp_range?: string | null
|
|
101374
|
-
comp_benchmark?: string | null
|
|
101375
101314
|
budget?: string | null
|
|
101376
101315
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
101377
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
101378
101316
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
101379
101317
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
101380
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
101381
101318
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
101382
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
101383
101319
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
101384
101320
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
101385
|
-
current_phase?: string | null
|
|
101386
101321
|
orion_execution_id?: string | null
|
|
101387
101322
|
created_at?: Date | string
|
|
101388
101323
|
updated_at?: Date | string
|
|
@@ -101404,21 +101339,16 @@ export namespace Prisma {
|
|
|
101404
101339
|
work_arrangement?: string | null
|
|
101405
101340
|
employment_type?: string | null
|
|
101406
101341
|
location?: string | null
|
|
101342
|
+
experience?: string | null
|
|
101407
101343
|
experience_min?: string | null
|
|
101408
|
-
reporting?: string | null
|
|
101409
101344
|
comp_range?: string | null
|
|
101410
|
-
comp_benchmark?: string | null
|
|
101411
101345
|
budget?: string | null
|
|
101412
101346
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
101413
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
101414
101347
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
101415
101348
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
101416
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
101417
101349
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
101418
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
101419
101350
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
101420
101351
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
101421
|
-
current_phase?: string | null
|
|
101422
101352
|
orion_execution_id?: string | null
|
|
101423
101353
|
created_at?: Date | string
|
|
101424
101354
|
updated_at?: Date | string
|
|
@@ -102370,21 +102300,16 @@ export namespace Prisma {
|
|
|
102370
102300
|
work_arrangement?: string | null
|
|
102371
102301
|
employment_type?: string | null
|
|
102372
102302
|
location?: string | null
|
|
102303
|
+
experience?: string | null
|
|
102373
102304
|
experience_min?: string | null
|
|
102374
|
-
reporting?: string | null
|
|
102375
102305
|
comp_range?: string | null
|
|
102376
|
-
comp_benchmark?: string | null
|
|
102377
102306
|
budget?: string | null
|
|
102378
102307
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
102379
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
102380
102308
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102381
102309
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102382
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
102383
102310
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
102384
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
102385
102311
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
102386
102312
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
102387
|
-
current_phase?: string | null
|
|
102388
102313
|
orion_execution_id?: string | null
|
|
102389
102314
|
created_at?: Date | string
|
|
102390
102315
|
updated_at?: Date | string
|
|
@@ -102406,21 +102331,16 @@ export namespace Prisma {
|
|
|
102406
102331
|
work_arrangement?: string | null
|
|
102407
102332
|
employment_type?: string | null
|
|
102408
102333
|
location?: string | null
|
|
102334
|
+
experience?: string | null
|
|
102409
102335
|
experience_min?: string | null
|
|
102410
|
-
reporting?: string | null
|
|
102411
102336
|
comp_range?: string | null
|
|
102412
|
-
comp_benchmark?: string | null
|
|
102413
102337
|
budget?: string | null
|
|
102414
102338
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
102415
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
102416
102339
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102417
102340
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102418
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
102419
102341
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
102420
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
102421
102342
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
102422
102343
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
102423
|
-
current_phase?: string | null
|
|
102424
102344
|
orion_execution_id?: string | null
|
|
102425
102345
|
created_at?: Date | string
|
|
102426
102346
|
updated_at?: Date | string
|
|
@@ -102446,21 +102366,16 @@ export namespace Prisma {
|
|
|
102446
102366
|
work_arrangement?: string | null
|
|
102447
102367
|
employment_type?: string | null
|
|
102448
102368
|
location?: string | null
|
|
102369
|
+
experience?: string | null
|
|
102449
102370
|
experience_min?: string | null
|
|
102450
|
-
reporting?: string | null
|
|
102451
102371
|
comp_range?: string | null
|
|
102452
|
-
comp_benchmark?: string | null
|
|
102453
102372
|
budget?: string | null
|
|
102454
102373
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
102455
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
102456
102374
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102457
102375
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102458
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
102459
102376
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
102460
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
102461
102377
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
102462
102378
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
102463
|
-
current_phase?: string | null
|
|
102464
102379
|
orion_execution_id?: string | null
|
|
102465
102380
|
created_at?: Date | string
|
|
102466
102381
|
updated_at?: Date | string
|
|
@@ -102482,21 +102397,16 @@ export namespace Prisma {
|
|
|
102482
102397
|
work_arrangement?: string | null
|
|
102483
102398
|
employment_type?: string | null
|
|
102484
102399
|
location?: string | null
|
|
102400
|
+
experience?: string | null
|
|
102485
102401
|
experience_min?: string | null
|
|
102486
|
-
reporting?: string | null
|
|
102487
102402
|
comp_range?: string | null
|
|
102488
|
-
comp_benchmark?: string | null
|
|
102489
102403
|
budget?: string | null
|
|
102490
102404
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
102491
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
102492
102405
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102493
102406
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
102494
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
102495
102407
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
102496
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
102497
102408
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
102498
102409
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
102499
|
-
current_phase?: string | null
|
|
102500
102410
|
orion_execution_id?: string | null
|
|
102501
102411
|
created_at?: Date | string
|
|
102502
102412
|
updated_at?: Date | string
|
|
@@ -102605,6 +102515,7 @@ export namespace Prisma {
|
|
|
102605
102515
|
phone?: StringFieldUpdateOperationsInput | string
|
|
102606
102516
|
address?: StringFieldUpdateOperationsInput | string
|
|
102607
102517
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
102518
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
102608
102519
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
102609
102520
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
102610
102521
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -102641,6 +102552,7 @@ export namespace Prisma {
|
|
|
102641
102552
|
phone?: StringFieldUpdateOperationsInput | string
|
|
102642
102553
|
address?: StringFieldUpdateOperationsInput | string
|
|
102643
102554
|
company_values?: OrganisationUpdatecompany_valuesInput | InputJsonValue[]
|
|
102555
|
+
allowed_email_domains?: OrganisationUpdateallowed_email_domainsInput | string[]
|
|
102644
102556
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
102645
102557
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
102646
102558
|
created_by?: StringFieldUpdateOperationsInput | string
|
|
@@ -106694,21 +106606,16 @@ export namespace Prisma {
|
|
|
106694
106606
|
work_arrangement?: string | null
|
|
106695
106607
|
employment_type?: string | null
|
|
106696
106608
|
location?: string | null
|
|
106609
|
+
experience?: string | null
|
|
106697
106610
|
experience_min?: string | null
|
|
106698
|
-
reporting?: string | null
|
|
106699
106611
|
comp_range?: string | null
|
|
106700
|
-
comp_benchmark?: string | null
|
|
106701
106612
|
budget?: string | null
|
|
106702
106613
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
106703
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
106704
106614
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
106705
106615
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
106706
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
106707
106616
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
106708
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
106709
106617
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
106710
106618
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
106711
|
-
current_phase?: string | null
|
|
106712
106619
|
orion_execution_id?: string | null
|
|
106713
106620
|
created_at?: Date | string
|
|
106714
106621
|
updated_at?: Date | string
|
|
@@ -107328,21 +107235,16 @@ export namespace Prisma {
|
|
|
107328
107235
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107329
107236
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107330
107237
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107238
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107331
107239
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107332
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107333
107240
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107334
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107335
107241
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107336
107242
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
107337
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
107338
107243
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
107339
107244
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
107340
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
107341
107245
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
107342
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
107343
107246
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
107344
107247
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
107345
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107346
107248
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107347
107249
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107348
107250
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -107364,21 +107266,16 @@ export namespace Prisma {
|
|
|
107364
107266
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107365
107267
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107366
107268
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107269
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107367
107270
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107368
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107369
107271
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107370
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107371
107272
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107372
107273
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
107373
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
107374
107274
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
107375
107275
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
107376
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
107377
107276
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
107378
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
107379
107277
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
107380
107278
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
107381
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107382
107279
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107383
107280
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107384
107281
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -107397,21 +107294,16 @@ export namespace Prisma {
|
|
|
107397
107294
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107398
107295
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107399
107296
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107297
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107400
107298
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107401
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107402
107299
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107403
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107404
107300
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107405
107301
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
107406
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
107407
107302
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
107408
107303
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
107409
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
107410
107304
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
107411
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
107412
107305
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
107413
107306
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
107414
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107415
107307
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
107416
107308
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
107417
107309
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -108983,21 +108875,16 @@ export namespace Prisma {
|
|
|
108983
108875
|
work_arrangement?: string | null
|
|
108984
108876
|
employment_type?: string | null
|
|
108985
108877
|
location?: string | null
|
|
108878
|
+
experience?: string | null
|
|
108986
108879
|
experience_min?: string | null
|
|
108987
|
-
reporting?: string | null
|
|
108988
108880
|
comp_range?: string | null
|
|
108989
|
-
comp_benchmark?: string | null
|
|
108990
108881
|
budget?: string | null
|
|
108991
108882
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
108992
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
108993
108883
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
108994
108884
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
108995
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
108996
108885
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
108997
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
108998
108886
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
108999
108887
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
109000
|
-
current_phase?: string | null
|
|
109001
108888
|
orion_execution_id?: string | null
|
|
109002
108889
|
created_at?: Date | string
|
|
109003
108890
|
updated_at?: Date | string
|
|
@@ -109342,21 +109229,16 @@ export namespace Prisma {
|
|
|
109342
109229
|
work_arrangement?: string | null
|
|
109343
109230
|
employment_type?: string | null
|
|
109344
109231
|
location?: string | null
|
|
109232
|
+
experience?: string | null
|
|
109345
109233
|
experience_min?: string | null
|
|
109346
|
-
reporting?: string | null
|
|
109347
109234
|
comp_range?: string | null
|
|
109348
|
-
comp_benchmark?: string | null
|
|
109349
109235
|
budget?: string | null
|
|
109350
109236
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
109351
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
109352
109237
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109353
109238
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109354
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
109355
109239
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
109356
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
109357
109240
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
109358
109241
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
109359
|
-
current_phase?: string | null
|
|
109360
109242
|
orion_execution_id?: string | null
|
|
109361
109243
|
created_at?: Date | string
|
|
109362
109244
|
updated_at?: Date | string
|
|
@@ -109374,21 +109256,16 @@ export namespace Prisma {
|
|
|
109374
109256
|
work_arrangement?: string | null
|
|
109375
109257
|
employment_type?: string | null
|
|
109376
109258
|
location?: string | null
|
|
109259
|
+
experience?: string | null
|
|
109377
109260
|
experience_min?: string | null
|
|
109378
|
-
reporting?: string | null
|
|
109379
109261
|
comp_range?: string | null
|
|
109380
|
-
comp_benchmark?: string | null
|
|
109381
109262
|
budget?: string | null
|
|
109382
109263
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
109383
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
109384
109264
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109385
109265
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109386
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
109387
109266
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
109388
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
109389
109267
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
109390
109268
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
109391
|
-
current_phase?: string | null
|
|
109392
109269
|
orion_execution_id?: string | null
|
|
109393
109270
|
created_at?: Date | string
|
|
109394
109271
|
updated_at?: Date | string
|
|
@@ -109708,21 +109585,16 @@ export namespace Prisma {
|
|
|
109708
109585
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109709
109586
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109710
109587
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109588
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109711
109589
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109712
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109713
109590
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109714
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109715
109591
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109716
109592
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
109717
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
109718
109593
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109719
109594
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109720
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
109721
109595
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
109722
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
109723
109596
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
109724
109597
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
109725
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109726
109598
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109727
109599
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
109728
109600
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -109744,21 +109616,16 @@ export namespace Prisma {
|
|
|
109744
109616
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109745
109617
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109746
109618
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109619
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109747
109620
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109748
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109749
109621
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109750
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109751
109622
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109752
109623
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
109753
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
109754
109624
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109755
109625
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109756
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
109757
109626
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
109758
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
109759
109627
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
109760
109628
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
109761
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109762
109629
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109763
109630
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
109764
109631
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -109777,21 +109644,16 @@ export namespace Prisma {
|
|
|
109777
109644
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109778
109645
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109779
109646
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109647
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109780
109648
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109781
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109782
109649
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109783
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109784
109650
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109785
109651
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
109786
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
109787
109652
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109788
109653
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
109789
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
109790
109654
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
109791
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
109792
109655
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
109793
109656
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
109794
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109795
109657
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
109796
109658
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
109797
109659
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -110837,21 +110699,16 @@ export namespace Prisma {
|
|
|
110837
110699
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110838
110700
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110839
110701
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110702
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110840
110703
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110841
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110842
110704
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110843
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110844
110705
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110845
110706
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
110846
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
110847
110707
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110848
110708
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110849
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
110850
110709
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
110851
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
110852
110710
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
110853
110711
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
110854
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110855
110712
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110856
110713
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
110857
110714
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -110873,21 +110730,16 @@ export namespace Prisma {
|
|
|
110873
110730
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110874
110731
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110875
110732
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110733
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110876
110734
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110877
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110878
110735
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110879
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110880
110736
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110881
110737
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
110882
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
110883
110738
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110884
110739
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110885
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
110886
110740
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
110887
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
110888
110741
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
110889
110742
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
110890
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110891
110743
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110892
110744
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
110893
110745
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -110906,21 +110758,16 @@ export namespace Prisma {
|
|
|
110906
110758
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110907
110759
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110908
110760
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110761
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110909
110762
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110910
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110911
110763
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110912
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110913
110764
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110914
110765
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
110915
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
110916
110766
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110917
110767
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110918
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
110919
110768
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
110920
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
110921
110769
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
110922
110770
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
110923
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110924
110771
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110925
110772
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
110926
110773
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -110935,21 +110782,16 @@ export namespace Prisma {
|
|
|
110935
110782
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110936
110783
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110937
110784
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110785
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110938
110786
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110939
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110940
110787
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110941
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110942
110788
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110943
110789
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
110944
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
110945
110790
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110946
110791
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110947
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
110948
110792
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
110949
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
110950
110793
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
110951
110794
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
110952
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110953
110795
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110954
110796
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
110955
110797
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -110971,21 +110813,16 @@ export namespace Prisma {
|
|
|
110971
110813
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110972
110814
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110973
110815
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110816
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110974
110817
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110975
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110976
110818
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110977
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110978
110819
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110979
110820
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
110980
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
110981
110821
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110982
110822
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
110983
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
110984
110823
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
110985
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
110986
110824
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
110987
110825
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
110988
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110989
110826
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110990
110827
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
110991
110828
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
@@ -111004,21 +110841,16 @@ export namespace Prisma {
|
|
|
111004
110841
|
work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111005
110842
|
employment_type?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111006
110843
|
location?: NullableStringFieldUpdateOperationsInput | string | null
|
|
110844
|
+
experience?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111007
110845
|
experience_min?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111008
|
-
reporting?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111009
110846
|
comp_range?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111010
|
-
comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111011
110847
|
budget?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111012
110848
|
responsibilities?: NullableJsonNullValueInput | InputJsonValue
|
|
111013
|
-
deliverables?: NullableJsonNullValueInput | InputJsonValue
|
|
111014
110849
|
must_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
111015
110850
|
nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
|
|
111016
|
-
dealbreakers?: NullableJsonNullValueInput | InputJsonValue
|
|
111017
110851
|
culture?: NullableJsonNullValueInput | InputJsonValue
|
|
111018
|
-
success_metrics?: NullableJsonNullValueInput | InputJsonValue
|
|
111019
110852
|
competencies?: NullableJsonNullValueInput | InputJsonValue
|
|
111020
110853
|
conversation_history?: NullableJsonNullValueInput | InputJsonValue
|
|
111021
|
-
current_phase?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111022
110854
|
orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
111023
110855
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
111024
110856
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|