@adaptware/eagles-db 0.1.71 → 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/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" | "experience_min" | "reporting" | "comp_range" | "comp_benchmark" | "budget" | "responsibilities" | "deliverables" | "must_have_skills" | "nice_to_have_skills" | "dealbreakers" | "culture" | "success_metrics" | "competencies" | "conversation_history" | "current_phase" | "orion_execution_id" | "created_at" | "updated_at" | "is_active", ExtArgs["result"]["jobProfile"]>
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'>
@@ -58245,21 +58192,16 @@ export namespace Prisma {
58245
58192
  work_arrangement: 'work_arrangement',
58246
58193
  employment_type: 'employment_type',
58247
58194
  location: 'location',
58195
+ experience: 'experience',
58248
58196
  experience_min: 'experience_min',
58249
- reporting: 'reporting',
58250
58197
  comp_range: 'comp_range',
58251
- comp_benchmark: 'comp_benchmark',
58252
58198
  budget: 'budget',
58253
58199
  responsibilities: 'responsibilities',
58254
- deliverables: 'deliverables',
58255
58200
  must_have_skills: 'must_have_skills',
58256
58201
  nice_to_have_skills: 'nice_to_have_skills',
58257
- dealbreakers: 'dealbreakers',
58258
58202
  culture: 'culture',
58259
- success_metrics: 'success_metrics',
58260
58203
  competencies: 'competencies',
58261
58204
  conversation_history: 'conversation_history',
58262
- current_phase: 'current_phase',
58263
58205
  orion_execution_id: 'orion_execution_id',
58264
58206
  created_at: 'created_at',
58265
58207
  updated_at: 'updated_at',
@@ -62036,21 +61978,16 @@ export namespace Prisma {
62036
61978
  work_arrangement?: StringNullableFilter<"JobProfile"> | string | null
62037
61979
  employment_type?: StringNullableFilter<"JobProfile"> | string | null
62038
61980
  location?: StringNullableFilter<"JobProfile"> | string | null
61981
+ experience?: StringNullableFilter<"JobProfile"> | string | null
62039
61982
  experience_min?: StringNullableFilter<"JobProfile"> | string | null
62040
- reporting?: StringNullableFilter<"JobProfile"> | string | null
62041
61983
  comp_range?: StringNullableFilter<"JobProfile"> | string | null
62042
- comp_benchmark?: StringNullableFilter<"JobProfile"> | string | null
62043
61984
  budget?: StringNullableFilter<"JobProfile"> | string | null
62044
61985
  responsibilities?: JsonNullableFilter<"JobProfile">
62045
- deliverables?: JsonNullableFilter<"JobProfile">
62046
61986
  must_have_skills?: JsonNullableFilter<"JobProfile">
62047
61987
  nice_to_have_skills?: JsonNullableFilter<"JobProfile">
62048
- dealbreakers?: JsonNullableFilter<"JobProfile">
62049
61988
  culture?: JsonNullableFilter<"JobProfile">
62050
- success_metrics?: JsonNullableFilter<"JobProfile">
62051
61989
  competencies?: JsonNullableFilter<"JobProfile">
62052
61990
  conversation_history?: JsonNullableFilter<"JobProfile">
62053
- current_phase?: StringNullableFilter<"JobProfile"> | string | null
62054
61991
  orion_execution_id?: StringNullableFilter<"JobProfile"> | string | null
62055
61992
  created_at?: DateTimeFilter<"JobProfile"> | Date | string
62056
61993
  updated_at?: DateTimeFilter<"JobProfile"> | Date | string
@@ -62074,21 +62011,16 @@ export namespace Prisma {
62074
62011
  work_arrangement?: SortOrderInput | SortOrder
62075
62012
  employment_type?: SortOrderInput | SortOrder
62076
62013
  location?: SortOrderInput | SortOrder
62014
+ experience?: SortOrderInput | SortOrder
62077
62015
  experience_min?: SortOrderInput | SortOrder
62078
- reporting?: SortOrderInput | SortOrder
62079
62016
  comp_range?: SortOrderInput | SortOrder
62080
- comp_benchmark?: SortOrderInput | SortOrder
62081
62017
  budget?: SortOrderInput | SortOrder
62082
62018
  responsibilities?: SortOrderInput | SortOrder
62083
- deliverables?: SortOrderInput | SortOrder
62084
62019
  must_have_skills?: SortOrderInput | SortOrder
62085
62020
  nice_to_have_skills?: SortOrderInput | SortOrder
62086
- dealbreakers?: SortOrderInput | SortOrder
62087
62021
  culture?: SortOrderInput | SortOrder
62088
- success_metrics?: SortOrderInput | SortOrder
62089
62022
  competencies?: SortOrderInput | SortOrder
62090
62023
  conversation_history?: SortOrderInput | SortOrder
62091
- current_phase?: SortOrderInput | SortOrder
62092
62024
  orion_execution_id?: SortOrderInput | SortOrder
62093
62025
  created_at?: SortOrder
62094
62026
  updated_at?: SortOrder
@@ -62115,21 +62047,16 @@ export namespace Prisma {
62115
62047
  work_arrangement?: StringNullableFilter<"JobProfile"> | string | null
62116
62048
  employment_type?: StringNullableFilter<"JobProfile"> | string | null
62117
62049
  location?: StringNullableFilter<"JobProfile"> | string | null
62050
+ experience?: StringNullableFilter<"JobProfile"> | string | null
62118
62051
  experience_min?: StringNullableFilter<"JobProfile"> | string | null
62119
- reporting?: StringNullableFilter<"JobProfile"> | string | null
62120
62052
  comp_range?: StringNullableFilter<"JobProfile"> | string | null
62121
- comp_benchmark?: StringNullableFilter<"JobProfile"> | string | null
62122
62053
  budget?: StringNullableFilter<"JobProfile"> | string | null
62123
62054
  responsibilities?: JsonNullableFilter<"JobProfile">
62124
- deliverables?: JsonNullableFilter<"JobProfile">
62125
62055
  must_have_skills?: JsonNullableFilter<"JobProfile">
62126
62056
  nice_to_have_skills?: JsonNullableFilter<"JobProfile">
62127
- dealbreakers?: JsonNullableFilter<"JobProfile">
62128
62057
  culture?: JsonNullableFilter<"JobProfile">
62129
- success_metrics?: JsonNullableFilter<"JobProfile">
62130
62058
  competencies?: JsonNullableFilter<"JobProfile">
62131
62059
  conversation_history?: JsonNullableFilter<"JobProfile">
62132
- current_phase?: StringNullableFilter<"JobProfile"> | string | null
62133
62060
  orion_execution_id?: StringNullableFilter<"JobProfile"> | string | null
62134
62061
  created_at?: DateTimeFilter<"JobProfile"> | Date | string
62135
62062
  updated_at?: DateTimeFilter<"JobProfile"> | Date | string
@@ -62153,21 +62080,16 @@ export namespace Prisma {
62153
62080
  work_arrangement?: SortOrderInput | SortOrder
62154
62081
  employment_type?: SortOrderInput | SortOrder
62155
62082
  location?: SortOrderInput | SortOrder
62083
+ experience?: SortOrderInput | SortOrder
62156
62084
  experience_min?: SortOrderInput | SortOrder
62157
- reporting?: SortOrderInput | SortOrder
62158
62085
  comp_range?: SortOrderInput | SortOrder
62159
- comp_benchmark?: SortOrderInput | SortOrder
62160
62086
  budget?: SortOrderInput | SortOrder
62161
62087
  responsibilities?: SortOrderInput | SortOrder
62162
- deliverables?: SortOrderInput | SortOrder
62163
62088
  must_have_skills?: SortOrderInput | SortOrder
62164
62089
  nice_to_have_skills?: SortOrderInput | SortOrder
62165
- dealbreakers?: SortOrderInput | SortOrder
62166
62090
  culture?: SortOrderInput | SortOrder
62167
- success_metrics?: SortOrderInput | SortOrder
62168
62091
  competencies?: SortOrderInput | SortOrder
62169
62092
  conversation_history?: SortOrderInput | SortOrder
62170
- current_phase?: SortOrderInput | SortOrder
62171
62093
  orion_execution_id?: SortOrderInput | SortOrder
62172
62094
  created_at?: SortOrder
62173
62095
  updated_at?: SortOrder
@@ -62192,21 +62114,16 @@ export namespace Prisma {
62192
62114
  work_arrangement?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62193
62115
  employment_type?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62194
62116
  location?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62117
+ experience?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62195
62118
  experience_min?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62196
- reporting?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62197
62119
  comp_range?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62198
- comp_benchmark?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62199
62120
  budget?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62200
62121
  responsibilities?: JsonNullableWithAggregatesFilter<"JobProfile">
62201
- deliverables?: JsonNullableWithAggregatesFilter<"JobProfile">
62202
62122
  must_have_skills?: JsonNullableWithAggregatesFilter<"JobProfile">
62203
62123
  nice_to_have_skills?: JsonNullableWithAggregatesFilter<"JobProfile">
62204
- dealbreakers?: JsonNullableWithAggregatesFilter<"JobProfile">
62205
62124
  culture?: JsonNullableWithAggregatesFilter<"JobProfile">
62206
- success_metrics?: JsonNullableWithAggregatesFilter<"JobProfile">
62207
62125
  competencies?: JsonNullableWithAggregatesFilter<"JobProfile">
62208
62126
  conversation_history?: JsonNullableWithAggregatesFilter<"JobProfile">
62209
- current_phase?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62210
62127
  orion_execution_id?: StringNullableWithAggregatesFilter<"JobProfile"> | string | null
62211
62128
  created_at?: DateTimeWithAggregatesFilter<"JobProfile"> | Date | string
62212
62129
  updated_at?: DateTimeWithAggregatesFilter<"JobProfile"> | Date | string
@@ -67076,21 +66993,16 @@ export namespace Prisma {
67076
66993
  work_arrangement?: string | null
67077
66994
  employment_type?: string | null
67078
66995
  location?: string | null
66996
+ experience?: string | null
67079
66997
  experience_min?: string | null
67080
- reporting?: string | null
67081
66998
  comp_range?: string | null
67082
- comp_benchmark?: string | null
67083
66999
  budget?: string | null
67084
67000
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67085
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67086
67001
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67087
67002
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67088
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67089
67003
  culture?: NullableJsonNullValueInput | InputJsonValue
67090
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67091
67004
  competencies?: NullableJsonNullValueInput | InputJsonValue
67092
67005
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67093
- current_phase?: string | null
67094
67006
  orion_execution_id?: string | null
67095
67007
  created_at?: Date | string
67096
67008
  updated_at?: Date | string
@@ -67114,21 +67026,16 @@ export namespace Prisma {
67114
67026
  work_arrangement?: string | null
67115
67027
  employment_type?: string | null
67116
67028
  location?: string | null
67029
+ experience?: string | null
67117
67030
  experience_min?: string | null
67118
- reporting?: string | null
67119
67031
  comp_range?: string | null
67120
- comp_benchmark?: string | null
67121
67032
  budget?: string | null
67122
67033
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67123
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67124
67034
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67125
67035
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67126
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67127
67036
  culture?: NullableJsonNullValueInput | InputJsonValue
67128
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67129
67037
  competencies?: NullableJsonNullValueInput | InputJsonValue
67130
67038
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67131
- current_phase?: string | null
67132
67039
  orion_execution_id?: string | null
67133
67040
  created_at?: Date | string
67134
67041
  updated_at?: Date | string
@@ -67144,21 +67051,16 @@ export namespace Prisma {
67144
67051
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
67145
67052
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
67146
67053
  location?: NullableStringFieldUpdateOperationsInput | string | null
67054
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
67147
67055
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
67148
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
67149
67056
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
67150
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
67151
67057
  budget?: NullableStringFieldUpdateOperationsInput | string | null
67152
67058
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67153
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67154
67059
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67155
67060
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67156
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67157
67061
  culture?: NullableJsonNullValueInput | InputJsonValue
67158
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67159
67062
  competencies?: NullableJsonNullValueInput | InputJsonValue
67160
67063
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67161
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
67162
67064
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
67163
67065
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
67164
67066
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -67182,21 +67084,16 @@ export namespace Prisma {
67182
67084
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
67183
67085
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
67184
67086
  location?: NullableStringFieldUpdateOperationsInput | string | null
67087
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
67185
67088
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
67186
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
67187
67089
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
67188
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
67189
67090
  budget?: NullableStringFieldUpdateOperationsInput | string | null
67190
67091
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67191
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67192
67092
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67193
67093
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67194
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67195
67094
  culture?: NullableJsonNullValueInput | InputJsonValue
67196
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67197
67095
  competencies?: NullableJsonNullValueInput | InputJsonValue
67198
67096
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67199
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
67200
67097
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
67201
67098
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
67202
67099
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -67216,21 +67113,16 @@ export namespace Prisma {
67216
67113
  work_arrangement?: string | null
67217
67114
  employment_type?: string | null
67218
67115
  location?: string | null
67116
+ experience?: string | null
67219
67117
  experience_min?: string | null
67220
- reporting?: string | null
67221
67118
  comp_range?: string | null
67222
- comp_benchmark?: string | null
67223
67119
  budget?: string | null
67224
67120
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67225
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67226
67121
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67227
67122
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67228
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67229
67123
  culture?: NullableJsonNullValueInput | InputJsonValue
67230
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67231
67124
  competencies?: NullableJsonNullValueInput | InputJsonValue
67232
67125
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67233
- current_phase?: string | null
67234
67126
  orion_execution_id?: string | null
67235
67127
  created_at?: Date | string
67236
67128
  updated_at?: Date | string
@@ -67245,21 +67137,16 @@ export namespace Prisma {
67245
67137
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
67246
67138
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
67247
67139
  location?: NullableStringFieldUpdateOperationsInput | string | null
67140
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
67248
67141
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
67249
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
67250
67142
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
67251
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
67252
67143
  budget?: NullableStringFieldUpdateOperationsInput | string | null
67253
67144
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67254
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67255
67145
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67256
67146
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67257
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67258
67147
  culture?: NullableJsonNullValueInput | InputJsonValue
67259
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67260
67148
  competencies?: NullableJsonNullValueInput | InputJsonValue
67261
67149
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67262
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
67263
67150
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
67264
67151
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
67265
67152
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -67278,21 +67165,16 @@ export namespace Prisma {
67278
67165
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
67279
67166
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
67280
67167
  location?: NullableStringFieldUpdateOperationsInput | string | null
67168
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
67281
67169
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
67282
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
67283
67170
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
67284
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
67285
67171
  budget?: NullableStringFieldUpdateOperationsInput | string | null
67286
67172
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
67287
- deliverables?: NullableJsonNullValueInput | InputJsonValue
67288
67173
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
67289
67174
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
67290
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
67291
67175
  culture?: NullableJsonNullValueInput | InputJsonValue
67292
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
67293
67176
  competencies?: NullableJsonNullValueInput | InputJsonValue
67294
67177
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
67295
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
67296
67178
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
67297
67179
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
67298
67180
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -71691,21 +71573,16 @@ export namespace Prisma {
71691
71573
  work_arrangement?: SortOrder
71692
71574
  employment_type?: SortOrder
71693
71575
  location?: SortOrder
71576
+ experience?: SortOrder
71694
71577
  experience_min?: SortOrder
71695
- reporting?: SortOrder
71696
71578
  comp_range?: SortOrder
71697
- comp_benchmark?: SortOrder
71698
71579
  budget?: SortOrder
71699
71580
  responsibilities?: SortOrder
71700
- deliverables?: SortOrder
71701
71581
  must_have_skills?: SortOrder
71702
71582
  nice_to_have_skills?: SortOrder
71703
- dealbreakers?: SortOrder
71704
71583
  culture?: SortOrder
71705
- success_metrics?: SortOrder
71706
71584
  competencies?: SortOrder
71707
71585
  conversation_history?: SortOrder
71708
- current_phase?: SortOrder
71709
71586
  orion_execution_id?: SortOrder
71710
71587
  created_at?: SortOrder
71711
71588
  updated_at?: SortOrder
@@ -71724,12 +71601,10 @@ export namespace Prisma {
71724
71601
  work_arrangement?: SortOrder
71725
71602
  employment_type?: SortOrder
71726
71603
  location?: SortOrder
71604
+ experience?: SortOrder
71727
71605
  experience_min?: SortOrder
71728
- reporting?: SortOrder
71729
71606
  comp_range?: SortOrder
71730
- comp_benchmark?: SortOrder
71731
71607
  budget?: SortOrder
71732
- current_phase?: SortOrder
71733
71608
  orion_execution_id?: SortOrder
71734
71609
  created_at?: SortOrder
71735
71610
  updated_at?: SortOrder
@@ -71748,12 +71623,10 @@ export namespace Prisma {
71748
71623
  work_arrangement?: SortOrder
71749
71624
  employment_type?: SortOrder
71750
71625
  location?: SortOrder
71626
+ experience?: SortOrder
71751
71627
  experience_min?: SortOrder
71752
- reporting?: SortOrder
71753
71628
  comp_range?: SortOrder
71754
- comp_benchmark?: SortOrder
71755
71629
  budget?: SortOrder
71756
- current_phase?: SortOrder
71757
71630
  orion_execution_id?: SortOrder
71758
71631
  created_at?: SortOrder
71759
71632
  updated_at?: SortOrder
@@ -91597,21 +91470,16 @@ export namespace Prisma {
91597
91470
  work_arrangement?: string | null
91598
91471
  employment_type?: string | null
91599
91472
  location?: string | null
91473
+ experience?: string | null
91600
91474
  experience_min?: string | null
91601
- reporting?: string | null
91602
91475
  comp_range?: string | null
91603
- comp_benchmark?: string | null
91604
91476
  budget?: string | null
91605
91477
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
91606
- deliverables?: NullableJsonNullValueInput | InputJsonValue
91607
91478
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
91608
91479
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
91609
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
91610
91480
  culture?: NullableJsonNullValueInput | InputJsonValue
91611
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
91612
91481
  competencies?: NullableJsonNullValueInput | InputJsonValue
91613
91482
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
91614
- current_phase?: string | null
91615
91483
  orion_execution_id?: string | null
91616
91484
  created_at?: Date | string
91617
91485
  updated_at?: Date | string
@@ -91634,21 +91502,16 @@ export namespace Prisma {
91634
91502
  work_arrangement?: string | null
91635
91503
  employment_type?: string | null
91636
91504
  location?: string | null
91505
+ experience?: string | null
91637
91506
  experience_min?: string | null
91638
- reporting?: string | null
91639
91507
  comp_range?: string | null
91640
- comp_benchmark?: string | null
91641
91508
  budget?: string | null
91642
91509
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
91643
- deliverables?: NullableJsonNullValueInput | InputJsonValue
91644
91510
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
91645
91511
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
91646
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
91647
91512
  culture?: NullableJsonNullValueInput | InputJsonValue
91648
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
91649
91513
  competencies?: NullableJsonNullValueInput | InputJsonValue
91650
91514
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
91651
- current_phase?: string | null
91652
91515
  orion_execution_id?: string | null
91653
91516
  created_at?: Date | string
91654
91517
  updated_at?: Date | string
@@ -92715,21 +92578,16 @@ export namespace Prisma {
92715
92578
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
92716
92579
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
92717
92580
  location?: NullableStringFieldUpdateOperationsInput | string | null
92581
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
92718
92582
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
92719
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
92720
92583
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
92721
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
92722
92584
  budget?: NullableStringFieldUpdateOperationsInput | string | null
92723
92585
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
92724
- deliverables?: NullableJsonNullValueInput | InputJsonValue
92725
92586
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
92726
92587
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
92727
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
92728
92588
  culture?: NullableJsonNullValueInput | InputJsonValue
92729
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
92730
92589
  competencies?: NullableJsonNullValueInput | InputJsonValue
92731
92590
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
92732
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
92733
92591
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
92734
92592
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
92735
92593
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -92752,21 +92610,16 @@ export namespace Prisma {
92752
92610
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
92753
92611
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
92754
92612
  location?: NullableStringFieldUpdateOperationsInput | string | null
92613
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
92755
92614
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
92756
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
92757
92615
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
92758
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
92759
92616
  budget?: NullableStringFieldUpdateOperationsInput | string | null
92760
92617
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
92761
- deliverables?: NullableJsonNullValueInput | InputJsonValue
92762
92618
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
92763
92619
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
92764
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
92765
92620
  culture?: NullableJsonNullValueInput | InputJsonValue
92766
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
92767
92621
  competencies?: NullableJsonNullValueInput | InputJsonValue
92768
92622
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
92769
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
92770
92623
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
92771
92624
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
92772
92625
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -96901,21 +96754,16 @@ export namespace Prisma {
96901
96754
  work_arrangement?: string | null
96902
96755
  employment_type?: string | null
96903
96756
  location?: string | null
96757
+ experience?: string | null
96904
96758
  experience_min?: string | null
96905
- reporting?: string | null
96906
96759
  comp_range?: string | null
96907
- comp_benchmark?: string | null
96908
96760
  budget?: string | null
96909
96761
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
96910
- deliverables?: NullableJsonNullValueInput | InputJsonValue
96911
96762
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
96912
96763
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
96913
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
96914
96764
  culture?: NullableJsonNullValueInput | InputJsonValue
96915
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
96916
96765
  competencies?: NullableJsonNullValueInput | InputJsonValue
96917
96766
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
96918
- current_phase?: string | null
96919
96767
  orion_execution_id?: string | null
96920
96768
  created_at?: Date | string
96921
96769
  updated_at?: Date | string
@@ -96937,21 +96785,16 @@ export namespace Prisma {
96937
96785
  work_arrangement?: string | null
96938
96786
  employment_type?: string | null
96939
96787
  location?: string | null
96788
+ experience?: string | null
96940
96789
  experience_min?: string | null
96941
- reporting?: string | null
96942
96790
  comp_range?: string | null
96943
- comp_benchmark?: string | null
96944
96791
  budget?: string | null
96945
96792
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
96946
- deliverables?: NullableJsonNullValueInput | InputJsonValue
96947
96793
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
96948
96794
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
96949
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
96950
96795
  culture?: NullableJsonNullValueInput | InputJsonValue
96951
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
96952
96796
  competencies?: NullableJsonNullValueInput | InputJsonValue
96953
96797
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
96954
- current_phase?: string | null
96955
96798
  orion_execution_id?: string | null
96956
96799
  created_at?: Date | string
96957
96800
  updated_at?: Date | string
@@ -97766,21 +97609,16 @@ export namespace Prisma {
97766
97609
  work_arrangement?: StringNullableFilter<"JobProfile"> | string | null
97767
97610
  employment_type?: StringNullableFilter<"JobProfile"> | string | null
97768
97611
  location?: StringNullableFilter<"JobProfile"> | string | null
97612
+ experience?: StringNullableFilter<"JobProfile"> | string | null
97769
97613
  experience_min?: StringNullableFilter<"JobProfile"> | string | null
97770
- reporting?: StringNullableFilter<"JobProfile"> | string | null
97771
97614
  comp_range?: StringNullableFilter<"JobProfile"> | string | null
97772
- comp_benchmark?: StringNullableFilter<"JobProfile"> | string | null
97773
97615
  budget?: StringNullableFilter<"JobProfile"> | string | null
97774
97616
  responsibilities?: JsonNullableFilter<"JobProfile">
97775
- deliverables?: JsonNullableFilter<"JobProfile">
97776
97617
  must_have_skills?: JsonNullableFilter<"JobProfile">
97777
97618
  nice_to_have_skills?: JsonNullableFilter<"JobProfile">
97778
- dealbreakers?: JsonNullableFilter<"JobProfile">
97779
97619
  culture?: JsonNullableFilter<"JobProfile">
97780
- success_metrics?: JsonNullableFilter<"JobProfile">
97781
97620
  competencies?: JsonNullableFilter<"JobProfile">
97782
97621
  conversation_history?: JsonNullableFilter<"JobProfile">
97783
- current_phase?: StringNullableFilter<"JobProfile"> | string | null
97784
97622
  orion_execution_id?: StringNullableFilter<"JobProfile"> | string | null
97785
97623
  created_at?: DateTimeFilter<"JobProfile"> | Date | string
97786
97624
  updated_at?: DateTimeFilter<"JobProfile"> | Date | string
@@ -101470,21 +101308,16 @@ export namespace Prisma {
101470
101308
  work_arrangement?: string | null
101471
101309
  employment_type?: string | null
101472
101310
  location?: string | null
101311
+ experience?: string | null
101473
101312
  experience_min?: string | null
101474
- reporting?: string | null
101475
101313
  comp_range?: string | null
101476
- comp_benchmark?: string | null
101477
101314
  budget?: string | null
101478
101315
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
101479
- deliverables?: NullableJsonNullValueInput | InputJsonValue
101480
101316
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
101481
101317
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
101482
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
101483
101318
  culture?: NullableJsonNullValueInput | InputJsonValue
101484
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
101485
101319
  competencies?: NullableJsonNullValueInput | InputJsonValue
101486
101320
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
101487
- current_phase?: string | null
101488
101321
  orion_execution_id?: string | null
101489
101322
  created_at?: Date | string
101490
101323
  updated_at?: Date | string
@@ -101506,21 +101339,16 @@ export namespace Prisma {
101506
101339
  work_arrangement?: string | null
101507
101340
  employment_type?: string | null
101508
101341
  location?: string | null
101342
+ experience?: string | null
101509
101343
  experience_min?: string | null
101510
- reporting?: string | null
101511
101344
  comp_range?: string | null
101512
- comp_benchmark?: string | null
101513
101345
  budget?: string | null
101514
101346
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
101515
- deliverables?: NullableJsonNullValueInput | InputJsonValue
101516
101347
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
101517
101348
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
101518
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
101519
101349
  culture?: NullableJsonNullValueInput | InputJsonValue
101520
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
101521
101350
  competencies?: NullableJsonNullValueInput | InputJsonValue
101522
101351
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
101523
- current_phase?: string | null
101524
101352
  orion_execution_id?: string | null
101525
101353
  created_at?: Date | string
101526
101354
  updated_at?: Date | string
@@ -102472,21 +102300,16 @@ export namespace Prisma {
102472
102300
  work_arrangement?: string | null
102473
102301
  employment_type?: string | null
102474
102302
  location?: string | null
102303
+ experience?: string | null
102475
102304
  experience_min?: string | null
102476
- reporting?: string | null
102477
102305
  comp_range?: string | null
102478
- comp_benchmark?: string | null
102479
102306
  budget?: string | null
102480
102307
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
102481
- deliverables?: NullableJsonNullValueInput | InputJsonValue
102482
102308
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
102483
102309
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
102484
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
102485
102310
  culture?: NullableJsonNullValueInput | InputJsonValue
102486
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
102487
102311
  competencies?: NullableJsonNullValueInput | InputJsonValue
102488
102312
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
102489
- current_phase?: string | null
102490
102313
  orion_execution_id?: string | null
102491
102314
  created_at?: Date | string
102492
102315
  updated_at?: Date | string
@@ -102508,21 +102331,16 @@ export namespace Prisma {
102508
102331
  work_arrangement?: string | null
102509
102332
  employment_type?: string | null
102510
102333
  location?: string | null
102334
+ experience?: string | null
102511
102335
  experience_min?: string | null
102512
- reporting?: string | null
102513
102336
  comp_range?: string | null
102514
- comp_benchmark?: string | null
102515
102337
  budget?: string | null
102516
102338
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
102517
- deliverables?: NullableJsonNullValueInput | InputJsonValue
102518
102339
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
102519
102340
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
102520
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
102521
102341
  culture?: NullableJsonNullValueInput | InputJsonValue
102522
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
102523
102342
  competencies?: NullableJsonNullValueInput | InputJsonValue
102524
102343
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
102525
- current_phase?: string | null
102526
102344
  orion_execution_id?: string | null
102527
102345
  created_at?: Date | string
102528
102346
  updated_at?: Date | string
@@ -102548,21 +102366,16 @@ export namespace Prisma {
102548
102366
  work_arrangement?: string | null
102549
102367
  employment_type?: string | null
102550
102368
  location?: string | null
102369
+ experience?: string | null
102551
102370
  experience_min?: string | null
102552
- reporting?: string | null
102553
102371
  comp_range?: string | null
102554
- comp_benchmark?: string | null
102555
102372
  budget?: string | null
102556
102373
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
102557
- deliverables?: NullableJsonNullValueInput | InputJsonValue
102558
102374
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
102559
102375
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
102560
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
102561
102376
  culture?: NullableJsonNullValueInput | InputJsonValue
102562
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
102563
102377
  competencies?: NullableJsonNullValueInput | InputJsonValue
102564
102378
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
102565
- current_phase?: string | null
102566
102379
  orion_execution_id?: string | null
102567
102380
  created_at?: Date | string
102568
102381
  updated_at?: Date | string
@@ -102584,21 +102397,16 @@ export namespace Prisma {
102584
102397
  work_arrangement?: string | null
102585
102398
  employment_type?: string | null
102586
102399
  location?: string | null
102400
+ experience?: string | null
102587
102401
  experience_min?: string | null
102588
- reporting?: string | null
102589
102402
  comp_range?: string | null
102590
- comp_benchmark?: string | null
102591
102403
  budget?: string | null
102592
102404
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
102593
- deliverables?: NullableJsonNullValueInput | InputJsonValue
102594
102405
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
102595
102406
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
102596
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
102597
102407
  culture?: NullableJsonNullValueInput | InputJsonValue
102598
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
102599
102408
  competencies?: NullableJsonNullValueInput | InputJsonValue
102600
102409
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
102601
- current_phase?: string | null
102602
102410
  orion_execution_id?: string | null
102603
102411
  created_at?: Date | string
102604
102412
  updated_at?: Date | string
@@ -106798,21 +106606,16 @@ export namespace Prisma {
106798
106606
  work_arrangement?: string | null
106799
106607
  employment_type?: string | null
106800
106608
  location?: string | null
106609
+ experience?: string | null
106801
106610
  experience_min?: string | null
106802
- reporting?: string | null
106803
106611
  comp_range?: string | null
106804
- comp_benchmark?: string | null
106805
106612
  budget?: string | null
106806
106613
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
106807
- deliverables?: NullableJsonNullValueInput | InputJsonValue
106808
106614
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
106809
106615
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
106810
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
106811
106616
  culture?: NullableJsonNullValueInput | InputJsonValue
106812
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
106813
106617
  competencies?: NullableJsonNullValueInput | InputJsonValue
106814
106618
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
106815
- current_phase?: string | null
106816
106619
  orion_execution_id?: string | null
106817
106620
  created_at?: Date | string
106818
106621
  updated_at?: Date | string
@@ -107432,21 +107235,16 @@ export namespace Prisma {
107432
107235
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
107433
107236
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
107434
107237
  location?: NullableStringFieldUpdateOperationsInput | string | null
107238
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
107435
107239
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
107436
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
107437
107240
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
107438
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
107439
107241
  budget?: NullableStringFieldUpdateOperationsInput | string | null
107440
107242
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
107441
- deliverables?: NullableJsonNullValueInput | InputJsonValue
107442
107243
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
107443
107244
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
107444
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
107445
107245
  culture?: NullableJsonNullValueInput | InputJsonValue
107446
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
107447
107246
  competencies?: NullableJsonNullValueInput | InputJsonValue
107448
107247
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
107449
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
107450
107248
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
107451
107249
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
107452
107250
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -107468,21 +107266,16 @@ export namespace Prisma {
107468
107266
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
107469
107267
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
107470
107268
  location?: NullableStringFieldUpdateOperationsInput | string | null
107269
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
107471
107270
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
107472
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
107473
107271
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
107474
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
107475
107272
  budget?: NullableStringFieldUpdateOperationsInput | string | null
107476
107273
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
107477
- deliverables?: NullableJsonNullValueInput | InputJsonValue
107478
107274
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
107479
107275
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
107480
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
107481
107276
  culture?: NullableJsonNullValueInput | InputJsonValue
107482
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
107483
107277
  competencies?: NullableJsonNullValueInput | InputJsonValue
107484
107278
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
107485
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
107486
107279
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
107487
107280
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
107488
107281
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -107501,21 +107294,16 @@ export namespace Prisma {
107501
107294
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
107502
107295
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
107503
107296
  location?: NullableStringFieldUpdateOperationsInput | string | null
107297
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
107504
107298
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
107505
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
107506
107299
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
107507
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
107508
107300
  budget?: NullableStringFieldUpdateOperationsInput | string | null
107509
107301
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
107510
- deliverables?: NullableJsonNullValueInput | InputJsonValue
107511
107302
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
107512
107303
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
107513
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
107514
107304
  culture?: NullableJsonNullValueInput | InputJsonValue
107515
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
107516
107305
  competencies?: NullableJsonNullValueInput | InputJsonValue
107517
107306
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
107518
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
107519
107307
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
107520
107308
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
107521
107309
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -109087,21 +108875,16 @@ export namespace Prisma {
109087
108875
  work_arrangement?: string | null
109088
108876
  employment_type?: string | null
109089
108877
  location?: string | null
108878
+ experience?: string | null
109090
108879
  experience_min?: string | null
109091
- reporting?: string | null
109092
108880
  comp_range?: string | null
109093
- comp_benchmark?: string | null
109094
108881
  budget?: string | null
109095
108882
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
109096
- deliverables?: NullableJsonNullValueInput | InputJsonValue
109097
108883
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
109098
108884
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
109099
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
109100
108885
  culture?: NullableJsonNullValueInput | InputJsonValue
109101
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
109102
108886
  competencies?: NullableJsonNullValueInput | InputJsonValue
109103
108887
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
109104
- current_phase?: string | null
109105
108888
  orion_execution_id?: string | null
109106
108889
  created_at?: Date | string
109107
108890
  updated_at?: Date | string
@@ -109446,21 +109229,16 @@ export namespace Prisma {
109446
109229
  work_arrangement?: string | null
109447
109230
  employment_type?: string | null
109448
109231
  location?: string | null
109232
+ experience?: string | null
109449
109233
  experience_min?: string | null
109450
- reporting?: string | null
109451
109234
  comp_range?: string | null
109452
- comp_benchmark?: string | null
109453
109235
  budget?: string | null
109454
109236
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
109455
- deliverables?: NullableJsonNullValueInput | InputJsonValue
109456
109237
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
109457
109238
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
109458
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
109459
109239
  culture?: NullableJsonNullValueInput | InputJsonValue
109460
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
109461
109240
  competencies?: NullableJsonNullValueInput | InputJsonValue
109462
109241
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
109463
- current_phase?: string | null
109464
109242
  orion_execution_id?: string | null
109465
109243
  created_at?: Date | string
109466
109244
  updated_at?: Date | string
@@ -109478,21 +109256,16 @@ export namespace Prisma {
109478
109256
  work_arrangement?: string | null
109479
109257
  employment_type?: string | null
109480
109258
  location?: string | null
109259
+ experience?: string | null
109481
109260
  experience_min?: string | null
109482
- reporting?: string | null
109483
109261
  comp_range?: string | null
109484
- comp_benchmark?: string | null
109485
109262
  budget?: string | null
109486
109263
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
109487
- deliverables?: NullableJsonNullValueInput | InputJsonValue
109488
109264
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
109489
109265
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
109490
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
109491
109266
  culture?: NullableJsonNullValueInput | InputJsonValue
109492
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
109493
109267
  competencies?: NullableJsonNullValueInput | InputJsonValue
109494
109268
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
109495
- current_phase?: string | null
109496
109269
  orion_execution_id?: string | null
109497
109270
  created_at?: Date | string
109498
109271
  updated_at?: Date | string
@@ -109812,21 +109585,16 @@ export namespace Prisma {
109812
109585
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
109813
109586
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
109814
109587
  location?: NullableStringFieldUpdateOperationsInput | string | null
109588
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
109815
109589
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
109816
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
109817
109590
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
109818
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
109819
109591
  budget?: NullableStringFieldUpdateOperationsInput | string | null
109820
109592
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
109821
- deliverables?: NullableJsonNullValueInput | InputJsonValue
109822
109593
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
109823
109594
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
109824
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
109825
109595
  culture?: NullableJsonNullValueInput | InputJsonValue
109826
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
109827
109596
  competencies?: NullableJsonNullValueInput | InputJsonValue
109828
109597
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
109829
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
109830
109598
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
109831
109599
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
109832
109600
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -109848,21 +109616,16 @@ export namespace Prisma {
109848
109616
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
109849
109617
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
109850
109618
  location?: NullableStringFieldUpdateOperationsInput | string | null
109619
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
109851
109620
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
109852
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
109853
109621
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
109854
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
109855
109622
  budget?: NullableStringFieldUpdateOperationsInput | string | null
109856
109623
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
109857
- deliverables?: NullableJsonNullValueInput | InputJsonValue
109858
109624
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
109859
109625
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
109860
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
109861
109626
  culture?: NullableJsonNullValueInput | InputJsonValue
109862
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
109863
109627
  competencies?: NullableJsonNullValueInput | InputJsonValue
109864
109628
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
109865
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
109866
109629
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
109867
109630
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
109868
109631
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -109881,21 +109644,16 @@ export namespace Prisma {
109881
109644
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
109882
109645
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
109883
109646
  location?: NullableStringFieldUpdateOperationsInput | string | null
109647
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
109884
109648
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
109885
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
109886
109649
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
109887
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
109888
109650
  budget?: NullableStringFieldUpdateOperationsInput | string | null
109889
109651
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
109890
- deliverables?: NullableJsonNullValueInput | InputJsonValue
109891
109652
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
109892
109653
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
109893
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
109894
109654
  culture?: NullableJsonNullValueInput | InputJsonValue
109895
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
109896
109655
  competencies?: NullableJsonNullValueInput | InputJsonValue
109897
109656
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
109898
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
109899
109657
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
109900
109658
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
109901
109659
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -110941,21 +110699,16 @@ export namespace Prisma {
110941
110699
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
110942
110700
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
110943
110701
  location?: NullableStringFieldUpdateOperationsInput | string | null
110702
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
110944
110703
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
110945
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
110946
110704
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
110947
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
110948
110705
  budget?: NullableStringFieldUpdateOperationsInput | string | null
110949
110706
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
110950
- deliverables?: NullableJsonNullValueInput | InputJsonValue
110951
110707
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
110952
110708
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
110953
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
110954
110709
  culture?: NullableJsonNullValueInput | InputJsonValue
110955
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
110956
110710
  competencies?: NullableJsonNullValueInput | InputJsonValue
110957
110711
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
110958
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
110959
110712
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
110960
110713
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
110961
110714
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -110977,21 +110730,16 @@ export namespace Prisma {
110977
110730
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
110978
110731
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
110979
110732
  location?: NullableStringFieldUpdateOperationsInput | string | null
110733
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
110980
110734
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
110981
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
110982
110735
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
110983
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
110984
110736
  budget?: NullableStringFieldUpdateOperationsInput | string | null
110985
110737
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
110986
- deliverables?: NullableJsonNullValueInput | InputJsonValue
110987
110738
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
110988
110739
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
110989
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
110990
110740
  culture?: NullableJsonNullValueInput | InputJsonValue
110991
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
110992
110741
  competencies?: NullableJsonNullValueInput | InputJsonValue
110993
110742
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
110994
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
110995
110743
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
110996
110744
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
110997
110745
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -111010,21 +110758,16 @@ export namespace Prisma {
111010
110758
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
111011
110759
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
111012
110760
  location?: NullableStringFieldUpdateOperationsInput | string | null
110761
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
111013
110762
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
111014
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
111015
110763
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
111016
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
111017
110764
  budget?: NullableStringFieldUpdateOperationsInput | string | null
111018
110765
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
111019
- deliverables?: NullableJsonNullValueInput | InputJsonValue
111020
110766
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
111021
110767
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
111022
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
111023
110768
  culture?: NullableJsonNullValueInput | InputJsonValue
111024
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
111025
110769
  competencies?: NullableJsonNullValueInput | InputJsonValue
111026
110770
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
111027
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
111028
110771
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
111029
110772
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
111030
110773
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -111039,21 +110782,16 @@ export namespace Prisma {
111039
110782
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
111040
110783
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
111041
110784
  location?: NullableStringFieldUpdateOperationsInput | string | null
110785
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
111042
110786
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
111043
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
111044
110787
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
111045
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
111046
110788
  budget?: NullableStringFieldUpdateOperationsInput | string | null
111047
110789
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
111048
- deliverables?: NullableJsonNullValueInput | InputJsonValue
111049
110790
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
111050
110791
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
111051
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
111052
110792
  culture?: NullableJsonNullValueInput | InputJsonValue
111053
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
111054
110793
  competencies?: NullableJsonNullValueInput | InputJsonValue
111055
110794
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
111056
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
111057
110795
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
111058
110796
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
111059
110797
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -111075,21 +110813,16 @@ export namespace Prisma {
111075
110813
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
111076
110814
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
111077
110815
  location?: NullableStringFieldUpdateOperationsInput | string | null
110816
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
111078
110817
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
111079
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
111080
110818
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
111081
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
111082
110819
  budget?: NullableStringFieldUpdateOperationsInput | string | null
111083
110820
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
111084
- deliverables?: NullableJsonNullValueInput | InputJsonValue
111085
110821
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
111086
110822
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
111087
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
111088
110823
  culture?: NullableJsonNullValueInput | InputJsonValue
111089
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
111090
110824
  competencies?: NullableJsonNullValueInput | InputJsonValue
111091
110825
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
111092
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
111093
110826
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
111094
110827
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
111095
110828
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
@@ -111108,21 +110841,16 @@ export namespace Prisma {
111108
110841
  work_arrangement?: NullableStringFieldUpdateOperationsInput | string | null
111109
110842
  employment_type?: NullableStringFieldUpdateOperationsInput | string | null
111110
110843
  location?: NullableStringFieldUpdateOperationsInput | string | null
110844
+ experience?: NullableStringFieldUpdateOperationsInput | string | null
111111
110845
  experience_min?: NullableStringFieldUpdateOperationsInput | string | null
111112
- reporting?: NullableStringFieldUpdateOperationsInput | string | null
111113
110846
  comp_range?: NullableStringFieldUpdateOperationsInput | string | null
111114
- comp_benchmark?: NullableStringFieldUpdateOperationsInput | string | null
111115
110847
  budget?: NullableStringFieldUpdateOperationsInput | string | null
111116
110848
  responsibilities?: NullableJsonNullValueInput | InputJsonValue
111117
- deliverables?: NullableJsonNullValueInput | InputJsonValue
111118
110849
  must_have_skills?: NullableJsonNullValueInput | InputJsonValue
111119
110850
  nice_to_have_skills?: NullableJsonNullValueInput | InputJsonValue
111120
- dealbreakers?: NullableJsonNullValueInput | InputJsonValue
111121
110851
  culture?: NullableJsonNullValueInput | InputJsonValue
111122
- success_metrics?: NullableJsonNullValueInput | InputJsonValue
111123
110852
  competencies?: NullableJsonNullValueInput | InputJsonValue
111124
110853
  conversation_history?: NullableJsonNullValueInput | InputJsonValue
111125
- current_phase?: NullableStringFieldUpdateOperationsInput | string | null
111126
110854
  orion_execution_id?: NullableStringFieldUpdateOperationsInput | string | null
111127
110855
  created_at?: DateTimeFieldUpdateOperationsInput | Date | string
111128
110856
  updated_at?: DateTimeFieldUpdateOperationsInput | Date | string