procbay-schema 1.0.171 → 1.0.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/package.json +13 -22
  2. package/prisma/schema.prisma +4 -5
  3. package/scripts/sync-schemas.js +1 -5
  4. package/src/create-prisma-client.js +9 -49
  5. package/src/prisma/client.d.ts +1 -0
  6. package/src/prisma/client.js +4 -0
  7. package/src/prisma/default.d.ts +1 -0
  8. package/src/prisma/default.js +4 -0
  9. package/src/prisma/edge.d.ts +1 -0
  10. package/src/prisma/edge.js +2900 -0
  11. package/src/{generated/prisma/internal/prismaNamespaceBrowser.ts → prisma/index-browser.js} +980 -739
  12. package/src/prisma/index.d.ts +286683 -0
  13. package/src/prisma/index.js +2929 -2
  14. package/src/prisma/libquery_engine-darwin.dylib.node +0 -0
  15. package/src/prisma/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  16. package/src/prisma/package.json +140 -0
  17. package/src/prisma/query_engine-windows.dll.node +0 -0
  18. package/src/prisma/runtime/edge-esm.js +34 -0
  19. package/src/prisma/runtime/edge.js +34 -0
  20. package/src/prisma/runtime/index-browser.d.ts +370 -0
  21. package/src/prisma/runtime/index-browser.js +16 -0
  22. package/src/prisma/runtime/library.d.ts +3647 -0
  23. package/src/prisma/runtime/library.js +146 -0
  24. package/src/prisma/runtime/react-native.js +83 -0
  25. package/src/prisma/runtime/wasm.js +35 -0
  26. package/src/prisma/schema.prisma +3820 -0
  27. package/src/prisma/wasm.d.ts +1 -0
  28. package/src/prisma/wasm.js +2862 -0
  29. package/prisma.config.js +0 -19
  30. package/src/generated/prisma/browser.ts +0 -574
  31. package/src/generated/prisma/client.bundle.mjs +0 -6733
  32. package/src/generated/prisma/client.ts +0 -598
  33. package/src/generated/prisma/commonInputTypes.ts +0 -2911
  34. package/src/generated/prisma/enums.ts +0 -730
  35. package/src/generated/prisma/internal/class.ts +0 -1304
  36. package/src/generated/prisma/internal/prismaNamespace.ts +0 -12506
  37. package/src/generated/prisma/models/ActivityLog.ts +0 -1590
  38. package/src/generated/prisma/models/AdminAlert.ts +0 -1547
  39. package/src/generated/prisma/models/ApprovalCondition.ts +0 -2085
  40. package/src/generated/prisma/models/ApprovalDelegation.ts +0 -3057
  41. package/src/generated/prisma/models/ApprovalDelegationDelegate.ts +0 -1784
  42. package/src/generated/prisma/models/ApprovalHierarchy.ts +0 -3083
  43. package/src/generated/prisma/models/ApprovalJourney.ts +0 -2867
  44. package/src/generated/prisma/models/ApprovalLevel.ts +0 -2335
  45. package/src/generated/prisma/models/ApprovalLevelEscalation.ts +0 -2128
  46. package/src/generated/prisma/models/ApprovalLevelEscalationUser.ts +0 -1863
  47. package/src/generated/prisma/models/ApprovalLevelUser.ts +0 -1863
  48. package/src/generated/prisma/models/ApprovalManagement.ts +0 -1728
  49. package/src/generated/prisma/models/Attribute.ts +0 -2075
  50. package/src/generated/prisma/models/AttributeValue.ts +0 -1882
  51. package/src/generated/prisma/models/Bid.ts +0 -2719
  52. package/src/generated/prisma/models/BidLog.ts +0 -3560
  53. package/src/generated/prisma/models/BlanketPurchaseOrder.ts +0 -3527
  54. package/src/generated/prisma/models/BlanketPurchaseOrderItem.ts +0 -2532
  55. package/src/generated/prisma/models/BlanketPurchaseOrderRelease.ts +0 -2713
  56. package/src/generated/prisma/models/BoqEventItem.ts +0 -4056
  57. package/src/generated/prisma/models/Budget.ts +0 -1954
  58. package/src/generated/prisma/models/BudgetHold.ts +0 -1904
  59. package/src/generated/prisma/models/BusinessEntity.ts +0 -3901
  60. package/src/generated/prisma/models/BusinessEntityDepartment.ts +0 -2032
  61. package/src/generated/prisma/models/BusinessEntityLocation.ts +0 -1567
  62. package/src/generated/prisma/models/Catalogue.ts +0 -2081
  63. package/src/generated/prisma/models/CatalogueCart.ts +0 -2305
  64. package/src/generated/prisma/models/CatalogueVendor.ts +0 -2252
  65. package/src/generated/prisma/models/Category.ts +0 -3091
  66. package/src/generated/prisma/models/CategoryBudget.ts +0 -2690
  67. package/src/generated/prisma/models/City.ts +0 -2180
  68. package/src/generated/prisma/models/Cms.ts +0 -1492
  69. package/src/generated/prisma/models/ContactUs.ts +0 -1654
  70. package/src/generated/prisma/models/Conversation.ts +0 -2389
  71. package/src/generated/prisma/models/ConversationParticipant.ts +0 -1833
  72. package/src/generated/prisma/models/CounterOffer.ts +0 -2156
  73. package/src/generated/prisma/models/Country.ts +0 -3394
  74. package/src/generated/prisma/models/Currency.ts +0 -1642
  75. package/src/generated/prisma/models/CustomerNotification.ts +0 -1653
  76. package/src/generated/prisma/models/Department.ts +0 -2372
  77. package/src/generated/prisma/models/DepartmentBudget.ts +0 -2494
  78. package/src/generated/prisma/models/DynamicForm.ts +0 -2021
  79. package/src/generated/prisma/models/EmailTemplate.ts +0 -1516
  80. package/src/generated/prisma/models/Event.ts +0 -6819
  81. package/src/generated/prisma/models/EventConfigurations.ts +0 -1736
  82. package/src/generated/prisma/models/EventCriteria.ts +0 -2134
  83. package/src/generated/prisma/models/EventItems.ts +0 -2821
  84. package/src/generated/prisma/models/EventRfiForm.ts +0 -2020
  85. package/src/generated/prisma/models/EventRfiFormLog.ts +0 -2608
  86. package/src/generated/prisma/models/EventStrategies.ts +0 -1857
  87. package/src/generated/prisma/models/EventVendorCriteria.ts +0 -2186
  88. package/src/generated/prisma/models/EventVendors.ts +0 -3446
  89. package/src/generated/prisma/models/Expense.ts +0 -1625
  90. package/src/generated/prisma/models/ExportLog.ts +0 -1822
  91. package/src/generated/prisma/models/Faq.ts +0 -1753
  92. package/src/generated/prisma/models/FaqCategory.ts +0 -1610
  93. package/src/generated/prisma/models/FiscalYear.ts +0 -1460
  94. package/src/generated/prisma/models/FormMaster.ts +0 -1831
  95. package/src/generated/prisma/models/GRN.ts +0 -3354
  96. package/src/generated/prisma/models/GRNItem.ts +0 -2119
  97. package/src/generated/prisma/models/Industry.ts +0 -1642
  98. package/src/generated/prisma/models/Invoice.ts +0 -2949
  99. package/src/generated/prisma/models/InvoiceItem.ts +0 -2397
  100. package/src/generated/prisma/models/Item.ts +0 -10644
  101. package/src/generated/prisma/models/ItemAttribute.ts +0 -1750
  102. package/src/generated/prisma/models/ItemAttributeValue.ts +0 -1802
  103. package/src/generated/prisma/models/ItemDocument.ts +0 -1590
  104. package/src/generated/prisma/models/Location.ts +0 -2711
  105. package/src/generated/prisma/models/Message.ts +0 -2744
  106. package/src/generated/prisma/models/MessageRecipient.ts +0 -1759
  107. package/src/generated/prisma/models/Module.ts +0 -1630
  108. package/src/generated/prisma/models/Permission.ts +0 -1640
  109. package/src/generated/prisma/models/PurchaseIntake.ts +0 -4672
  110. package/src/generated/prisma/models/PurchaseIntakeItem.ts +0 -2366
  111. package/src/generated/prisma/models/PurchaseOrder.ts +0 -4012
  112. package/src/generated/prisma/models/PurchaseOrderActivityLog.ts +0 -1720
  113. package/src/generated/prisma/models/PurchaseOrderItem.ts +0 -2623
  114. package/src/generated/prisma/models/Quotation.ts +0 -3207
  115. package/src/generated/prisma/models/QuotationLog.ts +0 -3239
  116. package/src/generated/prisma/models/Region.ts +0 -1746
  117. package/src/generated/prisma/models/RequestedCatalogue.ts +0 -1618
  118. package/src/generated/prisma/models/RequestedCatalogueDetails.ts +0 -2252
  119. package/src/generated/prisma/models/Role.ts +0 -1907
  120. package/src/generated/prisma/models/RolePermission.ts +0 -1737
  121. package/src/generated/prisma/models/SendBack.ts +0 -1830
  122. package/src/generated/prisma/models/SerialNumberConfiguration.ts +0 -1254
  123. package/src/generated/prisma/models/SmtpConfig.ts +0 -1522
  124. package/src/generated/prisma/models/State.ts +0 -2174
  125. package/src/generated/prisma/models/Strategies.ts +0 -1791
  126. package/src/generated/prisma/models/SubModule.ts +0 -1450
  127. package/src/generated/prisma/models/Subregion.ts +0 -1870
  128. package/src/generated/prisma/models/SupportCategory.ts +0 -1712
  129. package/src/generated/prisma/models/SupportTicket.ts +0 -2478
  130. package/src/generated/prisma/models/SupportingDocument.ts +0 -2283
  131. package/src/generated/prisma/models/Template.ts +0 -2429
  132. package/src/generated/prisma/models/TemplateField.ts +0 -1916
  133. package/src/generated/prisma/models/TemplateStrategies.ts +0 -1614
  134. package/src/generated/prisma/models/TenantConfiguration.ts +0 -1694
  135. package/src/generated/prisma/models/TicketAssignment.ts +0 -1742
  136. package/src/generated/prisma/models/TicketHistory.ts +0 -1789
  137. package/src/generated/prisma/models/TicketReply.ts +0 -1640
  138. package/src/generated/prisma/models/Uom.ts +0 -1752
  139. package/src/generated/prisma/models/UomCategory.ts +0 -1558
  140. package/src/generated/prisma/models/UploadLog.ts +0 -1731
  141. package/src/generated/prisma/models/User.ts +0 -19397
  142. package/src/generated/prisma/models/UserDepartmentEntity.ts +0 -2099
  143. package/src/generated/prisma/models/UserEventConfiguration.ts +0 -1370
  144. package/src/generated/prisma/models/UserLoginActivity.ts +0 -1693
  145. package/src/generated/prisma/models/UserRole.ts +0 -1696
  146. package/src/generated/prisma/models/UserVendorSocketTokens.ts +0 -1450
  147. package/src/generated/prisma/models/VendorReference.ts +0 -1707
  148. package/src/generated/prisma/models.ts +0 -122
@@ -1,1863 +0,0 @@
1
-
2
- /* !!! This is code generated by Prisma. Do not edit directly. !!! */
3
- /* eslint-disable */
4
- // biome-ignore-all lint: generated file
5
- // @ts-nocheck
6
- /*
7
- * This file exports the `ApprovalLevelEscalationUser` model and its related types.
8
- *
9
- * 🟢 You can import this file directly.
10
- */
11
- import type * as runtime from "@prisma/client/runtime/client"
12
- import type * as $Enums from "../enums.ts"
13
- import type * as Prisma from "../internal/prismaNamespace.ts"
14
-
15
- /**
16
- * Model ApprovalLevelEscalationUser
17
- *
18
- */
19
- export type ApprovalLevelEscalationUserModel = runtime.Types.Result.DefaultSelection<Prisma.$ApprovalLevelEscalationUserPayload>
20
-
21
- export type AggregateApprovalLevelEscalationUser = {
22
- _count: ApprovalLevelEscalationUserCountAggregateOutputType | null
23
- _avg: ApprovalLevelEscalationUserAvgAggregateOutputType | null
24
- _sum: ApprovalLevelEscalationUserSumAggregateOutputType | null
25
- _min: ApprovalLevelEscalationUserMinAggregateOutputType | null
26
- _max: ApprovalLevelEscalationUserMaxAggregateOutputType | null
27
- }
28
-
29
- export type ApprovalLevelEscalationUserAvgAggregateOutputType = {
30
- id: number | null
31
- approval_level_escalation_id: number | null
32
- approver_id: number | null
33
- created_by: number | null
34
- updated_by: number | null
35
- deleted_by: number | null
36
- }
37
-
38
- export type ApprovalLevelEscalationUserSumAggregateOutputType = {
39
- id: number | null
40
- approval_level_escalation_id: number | null
41
- approver_id: number | null
42
- created_by: number | null
43
- updated_by: number | null
44
- deleted_by: number | null
45
- }
46
-
47
- export type ApprovalLevelEscalationUserMinAggregateOutputType = {
48
- id: number | null
49
- uuid: string | null
50
- approval_level_escalation_id: number | null
51
- approver_id: number | null
52
- is_active: boolean | null
53
- is_deleted: boolean | null
54
- created_at: Date | null
55
- created_by: number | null
56
- updated_at: Date | null
57
- updated_by: number | null
58
- deleted_at: Date | null
59
- deleted_by: number | null
60
- }
61
-
62
- export type ApprovalLevelEscalationUserMaxAggregateOutputType = {
63
- id: number | null
64
- uuid: string | null
65
- approval_level_escalation_id: number | null
66
- approver_id: number | null
67
- is_active: boolean | null
68
- is_deleted: boolean | null
69
- created_at: Date | null
70
- created_by: number | null
71
- updated_at: Date | null
72
- updated_by: number | null
73
- deleted_at: Date | null
74
- deleted_by: number | null
75
- }
76
-
77
- export type ApprovalLevelEscalationUserCountAggregateOutputType = {
78
- id: number
79
- uuid: number
80
- approval_level_escalation_id: number
81
- approver_id: number
82
- is_active: number
83
- is_deleted: number
84
- created_at: number
85
- created_by: number
86
- updated_at: number
87
- updated_by: number
88
- deleted_at: number
89
- deleted_by: number
90
- _all: number
91
- }
92
-
93
-
94
- export type ApprovalLevelEscalationUserAvgAggregateInputType = {
95
- id?: true
96
- approval_level_escalation_id?: true
97
- approver_id?: true
98
- created_by?: true
99
- updated_by?: true
100
- deleted_by?: true
101
- }
102
-
103
- export type ApprovalLevelEscalationUserSumAggregateInputType = {
104
- id?: true
105
- approval_level_escalation_id?: true
106
- approver_id?: true
107
- created_by?: true
108
- updated_by?: true
109
- deleted_by?: true
110
- }
111
-
112
- export type ApprovalLevelEscalationUserMinAggregateInputType = {
113
- id?: true
114
- uuid?: true
115
- approval_level_escalation_id?: true
116
- approver_id?: true
117
- is_active?: true
118
- is_deleted?: true
119
- created_at?: true
120
- created_by?: true
121
- updated_at?: true
122
- updated_by?: true
123
- deleted_at?: true
124
- deleted_by?: true
125
- }
126
-
127
- export type ApprovalLevelEscalationUserMaxAggregateInputType = {
128
- id?: true
129
- uuid?: true
130
- approval_level_escalation_id?: true
131
- approver_id?: true
132
- is_active?: true
133
- is_deleted?: true
134
- created_at?: true
135
- created_by?: true
136
- updated_at?: true
137
- updated_by?: true
138
- deleted_at?: true
139
- deleted_by?: true
140
- }
141
-
142
- export type ApprovalLevelEscalationUserCountAggregateInputType = {
143
- id?: true
144
- uuid?: true
145
- approval_level_escalation_id?: true
146
- approver_id?: true
147
- is_active?: true
148
- is_deleted?: true
149
- created_at?: true
150
- created_by?: true
151
- updated_at?: true
152
- updated_by?: true
153
- deleted_at?: true
154
- deleted_by?: true
155
- _all?: true
156
- }
157
-
158
- export type ApprovalLevelEscalationUserAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
159
- /**
160
- * Filter which ApprovalLevelEscalationUser to aggregate.
161
- */
162
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
163
- /**
164
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
165
- *
166
- * Determine the order of ApprovalLevelEscalationUsers to fetch.
167
- */
168
- orderBy?: Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput | Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput[]
169
- /**
170
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
171
- *
172
- * Sets the start position
173
- */
174
- cursor?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
175
- /**
176
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
177
- *
178
- * Take `±n` ApprovalLevelEscalationUsers from the position of the cursor.
179
- */
180
- take?: number
181
- /**
182
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
183
- *
184
- * Skip the first `n` ApprovalLevelEscalationUsers.
185
- */
186
- skip?: number
187
- /**
188
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
189
- *
190
- * Count returned ApprovalLevelEscalationUsers
191
- **/
192
- _count?: true | ApprovalLevelEscalationUserCountAggregateInputType
193
- /**
194
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
195
- *
196
- * Select which fields to average
197
- **/
198
- _avg?: ApprovalLevelEscalationUserAvgAggregateInputType
199
- /**
200
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
201
- *
202
- * Select which fields to sum
203
- **/
204
- _sum?: ApprovalLevelEscalationUserSumAggregateInputType
205
- /**
206
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
207
- *
208
- * Select which fields to find the minimum value
209
- **/
210
- _min?: ApprovalLevelEscalationUserMinAggregateInputType
211
- /**
212
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
213
- *
214
- * Select which fields to find the maximum value
215
- **/
216
- _max?: ApprovalLevelEscalationUserMaxAggregateInputType
217
- }
218
-
219
- export type GetApprovalLevelEscalationUserAggregateType<T extends ApprovalLevelEscalationUserAggregateArgs> = {
220
- [P in keyof T & keyof AggregateApprovalLevelEscalationUser]: P extends '_count' | 'count'
221
- ? T[P] extends true
222
- ? number
223
- : Prisma.GetScalarType<T[P], AggregateApprovalLevelEscalationUser[P]>
224
- : Prisma.GetScalarType<T[P], AggregateApprovalLevelEscalationUser[P]>
225
- }
226
-
227
-
228
-
229
-
230
- export type ApprovalLevelEscalationUserGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
231
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
232
- orderBy?: Prisma.ApprovalLevelEscalationUserOrderByWithAggregationInput | Prisma.ApprovalLevelEscalationUserOrderByWithAggregationInput[]
233
- by: Prisma.ApprovalLevelEscalationUserScalarFieldEnum[] | Prisma.ApprovalLevelEscalationUserScalarFieldEnum
234
- having?: Prisma.ApprovalLevelEscalationUserScalarWhereWithAggregatesInput
235
- take?: number
236
- skip?: number
237
- _count?: ApprovalLevelEscalationUserCountAggregateInputType | true
238
- _avg?: ApprovalLevelEscalationUserAvgAggregateInputType
239
- _sum?: ApprovalLevelEscalationUserSumAggregateInputType
240
- _min?: ApprovalLevelEscalationUserMinAggregateInputType
241
- _max?: ApprovalLevelEscalationUserMaxAggregateInputType
242
- }
243
-
244
- export type ApprovalLevelEscalationUserGroupByOutputType = {
245
- id: number
246
- uuid: string | null
247
- approval_level_escalation_id: number | null
248
- approver_id: number | null
249
- is_active: boolean
250
- is_deleted: boolean
251
- created_at: Date
252
- created_by: number | null
253
- updated_at: Date | null
254
- updated_by: number | null
255
- deleted_at: Date | null
256
- deleted_by: number | null
257
- _count: ApprovalLevelEscalationUserCountAggregateOutputType | null
258
- _avg: ApprovalLevelEscalationUserAvgAggregateOutputType | null
259
- _sum: ApprovalLevelEscalationUserSumAggregateOutputType | null
260
- _min: ApprovalLevelEscalationUserMinAggregateOutputType | null
261
- _max: ApprovalLevelEscalationUserMaxAggregateOutputType | null
262
- }
263
-
264
- export type GetApprovalLevelEscalationUserGroupByPayload<T extends ApprovalLevelEscalationUserGroupByArgs> = Prisma.PrismaPromise<
265
- Array<
266
- Prisma.PickEnumerable<ApprovalLevelEscalationUserGroupByOutputType, T['by']> &
267
- {
268
- [P in ((keyof T) & (keyof ApprovalLevelEscalationUserGroupByOutputType))]: P extends '_count'
269
- ? T[P] extends boolean
270
- ? number
271
- : Prisma.GetScalarType<T[P], ApprovalLevelEscalationUserGroupByOutputType[P]>
272
- : Prisma.GetScalarType<T[P], ApprovalLevelEscalationUserGroupByOutputType[P]>
273
- }
274
- >
275
- >
276
-
277
-
278
-
279
- export type ApprovalLevelEscalationUserWhereInput = {
280
- AND?: Prisma.ApprovalLevelEscalationUserWhereInput | Prisma.ApprovalLevelEscalationUserWhereInput[]
281
- OR?: Prisma.ApprovalLevelEscalationUserWhereInput[]
282
- NOT?: Prisma.ApprovalLevelEscalationUserWhereInput | Prisma.ApprovalLevelEscalationUserWhereInput[]
283
- id?: Prisma.IntFilter<"ApprovalLevelEscalationUser"> | number
284
- uuid?: Prisma.StringNullableFilter<"ApprovalLevelEscalationUser"> | string | null
285
- approval_level_escalation_id?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
286
- approver_id?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
287
- is_active?: Prisma.BoolFilter<"ApprovalLevelEscalationUser"> | boolean
288
- is_deleted?: Prisma.BoolFilter<"ApprovalLevelEscalationUser"> | boolean
289
- created_at?: Prisma.DateTimeFilter<"ApprovalLevelEscalationUser"> | Date | string
290
- created_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
291
- updated_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelEscalationUser"> | Date | string | null
292
- updated_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
293
- deleted_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelEscalationUser"> | Date | string | null
294
- deleted_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
295
- approval_level_escalation?: Prisma.XOR<Prisma.ApprovalLevelEscalationNullableScalarRelationFilter, Prisma.ApprovalLevelEscalationWhereInput> | null
296
- user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
297
- }
298
-
299
- export type ApprovalLevelEscalationUserOrderByWithRelationInput = {
300
- id?: Prisma.SortOrder
301
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
302
- approval_level_escalation_id?: Prisma.SortOrderInput | Prisma.SortOrder
303
- approver_id?: Prisma.SortOrderInput | Prisma.SortOrder
304
- is_active?: Prisma.SortOrder
305
- is_deleted?: Prisma.SortOrder
306
- created_at?: Prisma.SortOrder
307
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
308
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
309
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
310
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
311
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
312
- approval_level_escalation?: Prisma.ApprovalLevelEscalationOrderByWithRelationInput
313
- user?: Prisma.UserOrderByWithRelationInput
314
- }
315
-
316
- export type ApprovalLevelEscalationUserWhereUniqueInput = Prisma.AtLeast<{
317
- id?: number
318
- uuid?: string
319
- approval_level_escalation_id_approver_id?: Prisma.ApprovalLevelEscalationUserApproval_level_escalation_idApprover_idCompoundUniqueInput
320
- AND?: Prisma.ApprovalLevelEscalationUserWhereInput | Prisma.ApprovalLevelEscalationUserWhereInput[]
321
- OR?: Prisma.ApprovalLevelEscalationUserWhereInput[]
322
- NOT?: Prisma.ApprovalLevelEscalationUserWhereInput | Prisma.ApprovalLevelEscalationUserWhereInput[]
323
- approval_level_escalation_id?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
324
- approver_id?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
325
- is_active?: Prisma.BoolFilter<"ApprovalLevelEscalationUser"> | boolean
326
- is_deleted?: Prisma.BoolFilter<"ApprovalLevelEscalationUser"> | boolean
327
- created_at?: Prisma.DateTimeFilter<"ApprovalLevelEscalationUser"> | Date | string
328
- created_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
329
- updated_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelEscalationUser"> | Date | string | null
330
- updated_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
331
- deleted_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelEscalationUser"> | Date | string | null
332
- deleted_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
333
- approval_level_escalation?: Prisma.XOR<Prisma.ApprovalLevelEscalationNullableScalarRelationFilter, Prisma.ApprovalLevelEscalationWhereInput> | null
334
- user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
335
- }, "id" | "uuid" | "approval_level_escalation_id_approver_id">
336
-
337
- export type ApprovalLevelEscalationUserOrderByWithAggregationInput = {
338
- id?: Prisma.SortOrder
339
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
340
- approval_level_escalation_id?: Prisma.SortOrderInput | Prisma.SortOrder
341
- approver_id?: Prisma.SortOrderInput | Prisma.SortOrder
342
- is_active?: Prisma.SortOrder
343
- is_deleted?: Prisma.SortOrder
344
- created_at?: Prisma.SortOrder
345
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
346
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
347
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
348
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
349
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
350
- _count?: Prisma.ApprovalLevelEscalationUserCountOrderByAggregateInput
351
- _avg?: Prisma.ApprovalLevelEscalationUserAvgOrderByAggregateInput
352
- _max?: Prisma.ApprovalLevelEscalationUserMaxOrderByAggregateInput
353
- _min?: Prisma.ApprovalLevelEscalationUserMinOrderByAggregateInput
354
- _sum?: Prisma.ApprovalLevelEscalationUserSumOrderByAggregateInput
355
- }
356
-
357
- export type ApprovalLevelEscalationUserScalarWhereWithAggregatesInput = {
358
- AND?: Prisma.ApprovalLevelEscalationUserScalarWhereWithAggregatesInput | Prisma.ApprovalLevelEscalationUserScalarWhereWithAggregatesInput[]
359
- OR?: Prisma.ApprovalLevelEscalationUserScalarWhereWithAggregatesInput[]
360
- NOT?: Prisma.ApprovalLevelEscalationUserScalarWhereWithAggregatesInput | Prisma.ApprovalLevelEscalationUserScalarWhereWithAggregatesInput[]
361
- id?: Prisma.IntWithAggregatesFilter<"ApprovalLevelEscalationUser"> | number
362
- uuid?: Prisma.StringNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | string | null
363
- approval_level_escalation_id?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | number | null
364
- approver_id?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | number | null
365
- is_active?: Prisma.BoolWithAggregatesFilter<"ApprovalLevelEscalationUser"> | boolean
366
- is_deleted?: Prisma.BoolWithAggregatesFilter<"ApprovalLevelEscalationUser"> | boolean
367
- created_at?: Prisma.DateTimeWithAggregatesFilter<"ApprovalLevelEscalationUser"> | Date | string
368
- created_by?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | number | null
369
- updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | Date | string | null
370
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | number | null
371
- deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | Date | string | null
372
- deleted_by?: Prisma.IntNullableWithAggregatesFilter<"ApprovalLevelEscalationUser"> | number | null
373
- }
374
-
375
- export type ApprovalLevelEscalationUserCreateInput = {
376
- uuid?: string | null
377
- is_active?: boolean
378
- is_deleted?: boolean
379
- created_at?: Date | string
380
- created_by?: number | null
381
- updated_at?: Date | string | null
382
- updated_by?: number | null
383
- deleted_at?: Date | string | null
384
- deleted_by?: number | null
385
- approval_level_escalation?: Prisma.ApprovalLevelEscalationCreateNestedOneWithoutApproval_level_escalation_usersInput
386
- user?: Prisma.UserCreateNestedOneWithoutApproval_level_escalation_userInput
387
- }
388
-
389
- export type ApprovalLevelEscalationUserUncheckedCreateInput = {
390
- id?: number
391
- uuid?: string | null
392
- approval_level_escalation_id?: number | null
393
- approver_id?: number | null
394
- is_active?: boolean
395
- is_deleted?: boolean
396
- created_at?: Date | string
397
- created_by?: number | null
398
- updated_at?: Date | string | null
399
- updated_by?: number | null
400
- deleted_at?: Date | string | null
401
- deleted_by?: number | null
402
- }
403
-
404
- export type ApprovalLevelEscalationUserUpdateInput = {
405
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
406
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
407
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
408
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
409
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
410
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
411
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
412
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
413
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
414
- approval_level_escalation?: Prisma.ApprovalLevelEscalationUpdateOneWithoutApproval_level_escalation_usersNestedInput
415
- user?: Prisma.UserUpdateOneWithoutApproval_level_escalation_userNestedInput
416
- }
417
-
418
- export type ApprovalLevelEscalationUserUncheckedUpdateInput = {
419
- id?: Prisma.IntFieldUpdateOperationsInput | number
420
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
421
- approval_level_escalation_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
422
- approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
423
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
424
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
425
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
426
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
427
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
428
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
429
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
430
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
431
- }
432
-
433
- export type ApprovalLevelEscalationUserCreateManyInput = {
434
- id?: number
435
- uuid?: string | null
436
- approval_level_escalation_id?: number | null
437
- approver_id?: number | null
438
- is_active?: boolean
439
- is_deleted?: boolean
440
- created_at?: Date | string
441
- created_by?: number | null
442
- updated_at?: Date | string | null
443
- updated_by?: number | null
444
- deleted_at?: Date | string | null
445
- deleted_by?: number | null
446
- }
447
-
448
- export type ApprovalLevelEscalationUserUpdateManyMutationInput = {
449
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
450
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
451
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
452
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
453
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
454
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
455
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
456
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
457
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
458
- }
459
-
460
- export type ApprovalLevelEscalationUserUncheckedUpdateManyInput = {
461
- id?: Prisma.IntFieldUpdateOperationsInput | number
462
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
463
- approval_level_escalation_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
464
- approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
465
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
466
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
467
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
468
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
469
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
470
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
471
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
472
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
473
- }
474
-
475
- export type ApprovalLevelEscalationUserListRelationFilter = {
476
- every?: Prisma.ApprovalLevelEscalationUserWhereInput
477
- some?: Prisma.ApprovalLevelEscalationUserWhereInput
478
- none?: Prisma.ApprovalLevelEscalationUserWhereInput
479
- }
480
-
481
- export type ApprovalLevelEscalationUserOrderByRelationAggregateInput = {
482
- _count?: Prisma.SortOrder
483
- }
484
-
485
- export type ApprovalLevelEscalationUserApproval_level_escalation_idApprover_idCompoundUniqueInput = {
486
- approval_level_escalation_id: number
487
- approver_id: number
488
- }
489
-
490
- export type ApprovalLevelEscalationUserCountOrderByAggregateInput = {
491
- id?: Prisma.SortOrder
492
- uuid?: Prisma.SortOrder
493
- approval_level_escalation_id?: Prisma.SortOrder
494
- approver_id?: Prisma.SortOrder
495
- is_active?: Prisma.SortOrder
496
- is_deleted?: Prisma.SortOrder
497
- created_at?: Prisma.SortOrder
498
- created_by?: Prisma.SortOrder
499
- updated_at?: Prisma.SortOrder
500
- updated_by?: Prisma.SortOrder
501
- deleted_at?: Prisma.SortOrder
502
- deleted_by?: Prisma.SortOrder
503
- }
504
-
505
- export type ApprovalLevelEscalationUserAvgOrderByAggregateInput = {
506
- id?: Prisma.SortOrder
507
- approval_level_escalation_id?: Prisma.SortOrder
508
- approver_id?: Prisma.SortOrder
509
- created_by?: Prisma.SortOrder
510
- updated_by?: Prisma.SortOrder
511
- deleted_by?: Prisma.SortOrder
512
- }
513
-
514
- export type ApprovalLevelEscalationUserMaxOrderByAggregateInput = {
515
- id?: Prisma.SortOrder
516
- uuid?: Prisma.SortOrder
517
- approval_level_escalation_id?: Prisma.SortOrder
518
- approver_id?: Prisma.SortOrder
519
- is_active?: Prisma.SortOrder
520
- is_deleted?: Prisma.SortOrder
521
- created_at?: Prisma.SortOrder
522
- created_by?: Prisma.SortOrder
523
- updated_at?: Prisma.SortOrder
524
- updated_by?: Prisma.SortOrder
525
- deleted_at?: Prisma.SortOrder
526
- deleted_by?: Prisma.SortOrder
527
- }
528
-
529
- export type ApprovalLevelEscalationUserMinOrderByAggregateInput = {
530
- id?: Prisma.SortOrder
531
- uuid?: Prisma.SortOrder
532
- approval_level_escalation_id?: Prisma.SortOrder
533
- approver_id?: Prisma.SortOrder
534
- is_active?: Prisma.SortOrder
535
- is_deleted?: Prisma.SortOrder
536
- created_at?: Prisma.SortOrder
537
- created_by?: Prisma.SortOrder
538
- updated_at?: Prisma.SortOrder
539
- updated_by?: Prisma.SortOrder
540
- deleted_at?: Prisma.SortOrder
541
- deleted_by?: Prisma.SortOrder
542
- }
543
-
544
- export type ApprovalLevelEscalationUserSumOrderByAggregateInput = {
545
- id?: Prisma.SortOrder
546
- approval_level_escalation_id?: Prisma.SortOrder
547
- approver_id?: Prisma.SortOrder
548
- created_by?: Prisma.SortOrder
549
- updated_by?: Prisma.SortOrder
550
- deleted_by?: Prisma.SortOrder
551
- }
552
-
553
- export type ApprovalLevelEscalationUserCreateNestedManyWithoutUserInput = {
554
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput[]
555
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput[]
556
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyUserInputEnvelope
557
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
558
- }
559
-
560
- export type ApprovalLevelEscalationUserUncheckedCreateNestedManyWithoutUserInput = {
561
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput[]
562
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput[]
563
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyUserInputEnvelope
564
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
565
- }
566
-
567
- export type ApprovalLevelEscalationUserUpdateManyWithoutUserNestedInput = {
568
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput[]
569
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput[]
570
- upsert?: Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutUserInput[]
571
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyUserInputEnvelope
572
- set?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
573
- disconnect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
574
- delete?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
575
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
576
- update?: Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutUserInput[]
577
- updateMany?: Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutUserInput | Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutUserInput[]
578
- deleteMany?: Prisma.ApprovalLevelEscalationUserScalarWhereInput | Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
579
- }
580
-
581
- export type ApprovalLevelEscalationUserUncheckedUpdateManyWithoutUserNestedInput = {
582
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput[]
583
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput[]
584
- upsert?: Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutUserInput[]
585
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyUserInputEnvelope
586
- set?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
587
- disconnect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
588
- delete?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
589
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
590
- update?: Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutUserInput | Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutUserInput[]
591
- updateMany?: Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutUserInput | Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutUserInput[]
592
- deleteMany?: Prisma.ApprovalLevelEscalationUserScalarWhereInput | Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
593
- }
594
-
595
- export type ApprovalLevelEscalationUserCreateNestedManyWithoutApproval_level_escalationInput = {
596
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput[]
597
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput[]
598
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyApproval_level_escalationInputEnvelope
599
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
600
- }
601
-
602
- export type ApprovalLevelEscalationUserUncheckedCreateNestedManyWithoutApproval_level_escalationInput = {
603
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput[]
604
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput[]
605
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyApproval_level_escalationInputEnvelope
606
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
607
- }
608
-
609
- export type ApprovalLevelEscalationUserUpdateManyWithoutApproval_level_escalationNestedInput = {
610
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput[]
611
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput[]
612
- upsert?: Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutApproval_level_escalationInput[]
613
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyApproval_level_escalationInputEnvelope
614
- set?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
615
- disconnect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
616
- delete?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
617
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
618
- update?: Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutApproval_level_escalationInput[]
619
- updateMany?: Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutApproval_level_escalationInput[]
620
- deleteMany?: Prisma.ApprovalLevelEscalationUserScalarWhereInput | Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
621
- }
622
-
623
- export type ApprovalLevelEscalationUserUncheckedUpdateManyWithoutApproval_level_escalationNestedInput = {
624
- create?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput> | Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput[] | Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput[]
625
- connectOrCreate?: Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput[]
626
- upsert?: Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutApproval_level_escalationInput[]
627
- createMany?: Prisma.ApprovalLevelEscalationUserCreateManyApproval_level_escalationInputEnvelope
628
- set?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
629
- disconnect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
630
- delete?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
631
- connect?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput | Prisma.ApprovalLevelEscalationUserWhereUniqueInput[]
632
- update?: Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutApproval_level_escalationInput[]
633
- updateMany?: Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserUpdateManyWithWhereWithoutApproval_level_escalationInput[]
634
- deleteMany?: Prisma.ApprovalLevelEscalationUserScalarWhereInput | Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
635
- }
636
-
637
- export type ApprovalLevelEscalationUserCreateWithoutUserInput = {
638
- uuid?: string | null
639
- is_active?: boolean
640
- is_deleted?: boolean
641
- created_at?: Date | string
642
- created_by?: number | null
643
- updated_at?: Date | string | null
644
- updated_by?: number | null
645
- deleted_at?: Date | string | null
646
- deleted_by?: number | null
647
- approval_level_escalation?: Prisma.ApprovalLevelEscalationCreateNestedOneWithoutApproval_level_escalation_usersInput
648
- }
649
-
650
- export type ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput = {
651
- id?: number
652
- uuid?: string | null
653
- approval_level_escalation_id?: number | null
654
- is_active?: boolean
655
- is_deleted?: boolean
656
- created_at?: Date | string
657
- created_by?: number | null
658
- updated_at?: Date | string | null
659
- updated_by?: number | null
660
- deleted_at?: Date | string | null
661
- deleted_by?: number | null
662
- }
663
-
664
- export type ApprovalLevelEscalationUserCreateOrConnectWithoutUserInput = {
665
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
666
- create: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput>
667
- }
668
-
669
- export type ApprovalLevelEscalationUserCreateManyUserInputEnvelope = {
670
- data: Prisma.ApprovalLevelEscalationUserCreateManyUserInput | Prisma.ApprovalLevelEscalationUserCreateManyUserInput[]
671
- skipDuplicates?: boolean
672
- }
673
-
674
- export type ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutUserInput = {
675
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
676
- update: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateWithoutUserInput>
677
- create: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutUserInput>
678
- }
679
-
680
- export type ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutUserInput = {
681
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
682
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateWithoutUserInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateWithoutUserInput>
683
- }
684
-
685
- export type ApprovalLevelEscalationUserUpdateManyWithWhereWithoutUserInput = {
686
- where: Prisma.ApprovalLevelEscalationUserScalarWhereInput
687
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateManyMutationInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateManyWithoutUserInput>
688
- }
689
-
690
- export type ApprovalLevelEscalationUserScalarWhereInput = {
691
- AND?: Prisma.ApprovalLevelEscalationUserScalarWhereInput | Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
692
- OR?: Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
693
- NOT?: Prisma.ApprovalLevelEscalationUserScalarWhereInput | Prisma.ApprovalLevelEscalationUserScalarWhereInput[]
694
- id?: Prisma.IntFilter<"ApprovalLevelEscalationUser"> | number
695
- uuid?: Prisma.StringNullableFilter<"ApprovalLevelEscalationUser"> | string | null
696
- approval_level_escalation_id?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
697
- approver_id?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
698
- is_active?: Prisma.BoolFilter<"ApprovalLevelEscalationUser"> | boolean
699
- is_deleted?: Prisma.BoolFilter<"ApprovalLevelEscalationUser"> | boolean
700
- created_at?: Prisma.DateTimeFilter<"ApprovalLevelEscalationUser"> | Date | string
701
- created_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
702
- updated_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelEscalationUser"> | Date | string | null
703
- updated_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
704
- deleted_at?: Prisma.DateTimeNullableFilter<"ApprovalLevelEscalationUser"> | Date | string | null
705
- deleted_by?: Prisma.IntNullableFilter<"ApprovalLevelEscalationUser"> | number | null
706
- }
707
-
708
- export type ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput = {
709
- uuid?: string | null
710
- is_active?: boolean
711
- is_deleted?: boolean
712
- created_at?: Date | string
713
- created_by?: number | null
714
- updated_at?: Date | string | null
715
- updated_by?: number | null
716
- deleted_at?: Date | string | null
717
- deleted_by?: number | null
718
- user?: Prisma.UserCreateNestedOneWithoutApproval_level_escalation_userInput
719
- }
720
-
721
- export type ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput = {
722
- id?: number
723
- uuid?: string | null
724
- approver_id?: number | null
725
- is_active?: boolean
726
- is_deleted?: boolean
727
- created_at?: Date | string
728
- created_by?: number | null
729
- updated_at?: Date | string | null
730
- updated_by?: number | null
731
- deleted_at?: Date | string | null
732
- deleted_by?: number | null
733
- }
734
-
735
- export type ApprovalLevelEscalationUserCreateOrConnectWithoutApproval_level_escalationInput = {
736
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
737
- create: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput>
738
- }
739
-
740
- export type ApprovalLevelEscalationUserCreateManyApproval_level_escalationInputEnvelope = {
741
- data: Prisma.ApprovalLevelEscalationUserCreateManyApproval_level_escalationInput | Prisma.ApprovalLevelEscalationUserCreateManyApproval_level_escalationInput[]
742
- skipDuplicates?: boolean
743
- }
744
-
745
- export type ApprovalLevelEscalationUserUpsertWithWhereUniqueWithoutApproval_level_escalationInput = {
746
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
747
- update: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateWithoutApproval_level_escalationInput>
748
- create: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateWithoutApproval_level_escalationInput>
749
- }
750
-
751
- export type ApprovalLevelEscalationUserUpdateWithWhereUniqueWithoutApproval_level_escalationInput = {
752
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
753
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateWithoutApproval_level_escalationInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateWithoutApproval_level_escalationInput>
754
- }
755
-
756
- export type ApprovalLevelEscalationUserUpdateManyWithWhereWithoutApproval_level_escalationInput = {
757
- where: Prisma.ApprovalLevelEscalationUserScalarWhereInput
758
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateManyMutationInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateManyWithoutApproval_level_escalationInput>
759
- }
760
-
761
- export type ApprovalLevelEscalationUserCreateManyUserInput = {
762
- id?: number
763
- uuid?: string | null
764
- approval_level_escalation_id?: number | null
765
- is_active?: boolean
766
- is_deleted?: boolean
767
- created_at?: Date | string
768
- created_by?: number | null
769
- updated_at?: Date | string | null
770
- updated_by?: number | null
771
- deleted_at?: Date | string | null
772
- deleted_by?: number | null
773
- }
774
-
775
- export type ApprovalLevelEscalationUserUpdateWithoutUserInput = {
776
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
777
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
778
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
779
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
780
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
781
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
782
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
783
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
784
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
785
- approval_level_escalation?: Prisma.ApprovalLevelEscalationUpdateOneWithoutApproval_level_escalation_usersNestedInput
786
- }
787
-
788
- export type ApprovalLevelEscalationUserUncheckedUpdateWithoutUserInput = {
789
- id?: Prisma.IntFieldUpdateOperationsInput | number
790
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
791
- approval_level_escalation_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
792
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
793
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
794
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
795
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
796
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
797
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
798
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
799
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
800
- }
801
-
802
- export type ApprovalLevelEscalationUserUncheckedUpdateManyWithoutUserInput = {
803
- id?: Prisma.IntFieldUpdateOperationsInput | number
804
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
805
- approval_level_escalation_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
806
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
807
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
808
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
809
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
810
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
811
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
812
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
813
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
814
- }
815
-
816
- export type ApprovalLevelEscalationUserCreateManyApproval_level_escalationInput = {
817
- id?: number
818
- uuid?: string | null
819
- approver_id?: number | null
820
- is_active?: boolean
821
- is_deleted?: boolean
822
- created_at?: Date | string
823
- created_by?: number | null
824
- updated_at?: Date | string | null
825
- updated_by?: number | null
826
- deleted_at?: Date | string | null
827
- deleted_by?: number | null
828
- }
829
-
830
- export type ApprovalLevelEscalationUserUpdateWithoutApproval_level_escalationInput = {
831
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
832
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
833
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
834
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
835
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
836
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
837
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
838
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
839
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
840
- user?: Prisma.UserUpdateOneWithoutApproval_level_escalation_userNestedInput
841
- }
842
-
843
- export type ApprovalLevelEscalationUserUncheckedUpdateWithoutApproval_level_escalationInput = {
844
- id?: Prisma.IntFieldUpdateOperationsInput | number
845
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
846
- approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
847
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
848
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
849
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
850
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
851
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
852
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
853
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
854
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
855
- }
856
-
857
- export type ApprovalLevelEscalationUserUncheckedUpdateManyWithoutApproval_level_escalationInput = {
858
- id?: Prisma.IntFieldUpdateOperationsInput | number
859
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
860
- approver_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
861
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
862
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
863
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
864
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
865
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
866
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
867
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
868
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
869
- }
870
-
871
-
872
-
873
- export type ApprovalLevelEscalationUserSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
874
- id?: boolean
875
- uuid?: boolean
876
- approval_level_escalation_id?: boolean
877
- approver_id?: boolean
878
- is_active?: boolean
879
- is_deleted?: boolean
880
- created_at?: boolean
881
- created_by?: boolean
882
- updated_at?: boolean
883
- updated_by?: boolean
884
- deleted_at?: boolean
885
- deleted_by?: boolean
886
- approval_level_escalation?: boolean | Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>
887
- user?: boolean | Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>
888
- }, ExtArgs["result"]["approvalLevelEscalationUser"]>
889
-
890
- export type ApprovalLevelEscalationUserSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
891
- id?: boolean
892
- uuid?: boolean
893
- approval_level_escalation_id?: boolean
894
- approver_id?: boolean
895
- is_active?: boolean
896
- is_deleted?: boolean
897
- created_at?: boolean
898
- created_by?: boolean
899
- updated_at?: boolean
900
- updated_by?: boolean
901
- deleted_at?: boolean
902
- deleted_by?: boolean
903
- approval_level_escalation?: boolean | Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>
904
- user?: boolean | Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>
905
- }, ExtArgs["result"]["approvalLevelEscalationUser"]>
906
-
907
- export type ApprovalLevelEscalationUserSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
908
- id?: boolean
909
- uuid?: boolean
910
- approval_level_escalation_id?: boolean
911
- approver_id?: boolean
912
- is_active?: boolean
913
- is_deleted?: boolean
914
- created_at?: boolean
915
- created_by?: boolean
916
- updated_at?: boolean
917
- updated_by?: boolean
918
- deleted_at?: boolean
919
- deleted_by?: boolean
920
- approval_level_escalation?: boolean | Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>
921
- user?: boolean | Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>
922
- }, ExtArgs["result"]["approvalLevelEscalationUser"]>
923
-
924
- export type ApprovalLevelEscalationUserSelectScalar = {
925
- id?: boolean
926
- uuid?: boolean
927
- approval_level_escalation_id?: boolean
928
- approver_id?: boolean
929
- is_active?: boolean
930
- is_deleted?: boolean
931
- created_at?: boolean
932
- created_by?: boolean
933
- updated_at?: boolean
934
- updated_by?: boolean
935
- deleted_at?: boolean
936
- deleted_by?: boolean
937
- }
938
-
939
- export type ApprovalLevelEscalationUserOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "approval_level_escalation_id" | "approver_id" | "is_active" | "is_deleted" | "created_at" | "created_by" | "updated_at" | "updated_by" | "deleted_at" | "deleted_by", ExtArgs["result"]["approvalLevelEscalationUser"]>
940
- export type ApprovalLevelEscalationUserInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
941
- approval_level_escalation?: boolean | Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>
942
- user?: boolean | Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>
943
- }
944
- export type ApprovalLevelEscalationUserIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
945
- approval_level_escalation?: boolean | Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>
946
- user?: boolean | Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>
947
- }
948
- export type ApprovalLevelEscalationUserIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
949
- approval_level_escalation?: boolean | Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>
950
- user?: boolean | Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>
951
- }
952
-
953
- export type $ApprovalLevelEscalationUserPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
954
- name: "ApprovalLevelEscalationUser"
955
- objects: {
956
- approval_level_escalation: Prisma.$ApprovalLevelEscalationPayload<ExtArgs> | null
957
- user: Prisma.$UserPayload<ExtArgs> | null
958
- }
959
- scalars: runtime.Types.Extensions.GetPayloadResult<{
960
- id: number
961
- uuid: string | null
962
- approval_level_escalation_id: number | null
963
- approver_id: number | null
964
- is_active: boolean
965
- is_deleted: boolean
966
- created_at: Date
967
- created_by: number | null
968
- updated_at: Date | null
969
- updated_by: number | null
970
- deleted_at: Date | null
971
- deleted_by: number | null
972
- }, ExtArgs["result"]["approvalLevelEscalationUser"]>
973
- composites: {}
974
- }
975
-
976
- export type ApprovalLevelEscalationUserGetPayload<S extends boolean | null | undefined | ApprovalLevelEscalationUserDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload, S>
977
-
978
- export type ApprovalLevelEscalationUserCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
979
- Omit<ApprovalLevelEscalationUserFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
980
- select?: ApprovalLevelEscalationUserCountAggregateInputType | true
981
- }
982
-
983
- export interface ApprovalLevelEscalationUserDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
984
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ApprovalLevelEscalationUser'], meta: { name: 'ApprovalLevelEscalationUser' } }
985
- /**
986
- * Find zero or one ApprovalLevelEscalationUser that matches the filter.
987
- * @param {ApprovalLevelEscalationUserFindUniqueArgs} args - Arguments to find a ApprovalLevelEscalationUser
988
- * @example
989
- * // Get one ApprovalLevelEscalationUser
990
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.findUnique({
991
- * where: {
992
- * // ... provide filter here
993
- * }
994
- * })
995
- */
996
- findUnique<T extends ApprovalLevelEscalationUserFindUniqueArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
997
-
998
- /**
999
- * Find one ApprovalLevelEscalationUser that matches the filter or throw an error with `error.code='P2025'`
1000
- * if no matches were found.
1001
- * @param {ApprovalLevelEscalationUserFindUniqueOrThrowArgs} args - Arguments to find a ApprovalLevelEscalationUser
1002
- * @example
1003
- * // Get one ApprovalLevelEscalationUser
1004
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.findUniqueOrThrow({
1005
- * where: {
1006
- * // ... provide filter here
1007
- * }
1008
- * })
1009
- */
1010
- findUniqueOrThrow<T extends ApprovalLevelEscalationUserFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1011
-
1012
- /**
1013
- * Find the first ApprovalLevelEscalationUser that matches the filter.
1014
- * Note, that providing `undefined` is treated as the value not being there.
1015
- * Read more here: https://pris.ly/d/null-undefined
1016
- * @param {ApprovalLevelEscalationUserFindFirstArgs} args - Arguments to find a ApprovalLevelEscalationUser
1017
- * @example
1018
- * // Get one ApprovalLevelEscalationUser
1019
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.findFirst({
1020
- * where: {
1021
- * // ... provide filter here
1022
- * }
1023
- * })
1024
- */
1025
- findFirst<T extends ApprovalLevelEscalationUserFindFirstArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelEscalationUserFindFirstArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1026
-
1027
- /**
1028
- * Find the first ApprovalLevelEscalationUser that matches the filter or
1029
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1030
- * Note, that providing `undefined` is treated as the value not being there.
1031
- * Read more here: https://pris.ly/d/null-undefined
1032
- * @param {ApprovalLevelEscalationUserFindFirstOrThrowArgs} args - Arguments to find a ApprovalLevelEscalationUser
1033
- * @example
1034
- * // Get one ApprovalLevelEscalationUser
1035
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.findFirstOrThrow({
1036
- * where: {
1037
- * // ... provide filter here
1038
- * }
1039
- * })
1040
- */
1041
- findFirstOrThrow<T extends ApprovalLevelEscalationUserFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelEscalationUserFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1042
-
1043
- /**
1044
- * Find zero or more ApprovalLevelEscalationUsers that matches the filter.
1045
- * Note, that providing `undefined` is treated as the value not being there.
1046
- * Read more here: https://pris.ly/d/null-undefined
1047
- * @param {ApprovalLevelEscalationUserFindManyArgs} args - Arguments to filter and select certain fields only.
1048
- * @example
1049
- * // Get all ApprovalLevelEscalationUsers
1050
- * const approvalLevelEscalationUsers = await prisma.approvalLevelEscalationUser.findMany()
1051
- *
1052
- * // Get first 10 ApprovalLevelEscalationUsers
1053
- * const approvalLevelEscalationUsers = await prisma.approvalLevelEscalationUser.findMany({ take: 10 })
1054
- *
1055
- * // Only select the `id`
1056
- * const approvalLevelEscalationUserWithIdOnly = await prisma.approvalLevelEscalationUser.findMany({ select: { id: true } })
1057
- *
1058
- */
1059
- findMany<T extends ApprovalLevelEscalationUserFindManyArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelEscalationUserFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1060
-
1061
- /**
1062
- * Create a ApprovalLevelEscalationUser.
1063
- * @param {ApprovalLevelEscalationUserCreateArgs} args - Arguments to create a ApprovalLevelEscalationUser.
1064
- * @example
1065
- * // Create one ApprovalLevelEscalationUser
1066
- * const ApprovalLevelEscalationUser = await prisma.approvalLevelEscalationUser.create({
1067
- * data: {
1068
- * // ... data to create a ApprovalLevelEscalationUser
1069
- * }
1070
- * })
1071
- *
1072
- */
1073
- create<T extends ApprovalLevelEscalationUserCreateArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserCreateArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1074
-
1075
- /**
1076
- * Create many ApprovalLevelEscalationUsers.
1077
- * @param {ApprovalLevelEscalationUserCreateManyArgs} args - Arguments to create many ApprovalLevelEscalationUsers.
1078
- * @example
1079
- * // Create many ApprovalLevelEscalationUsers
1080
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.createMany({
1081
- * data: [
1082
- * // ... provide data here
1083
- * ]
1084
- * })
1085
- *
1086
- */
1087
- createMany<T extends ApprovalLevelEscalationUserCreateManyArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelEscalationUserCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1088
-
1089
- /**
1090
- * Create many ApprovalLevelEscalationUsers and returns the data saved in the database.
1091
- * @param {ApprovalLevelEscalationUserCreateManyAndReturnArgs} args - Arguments to create many ApprovalLevelEscalationUsers.
1092
- * @example
1093
- * // Create many ApprovalLevelEscalationUsers
1094
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.createManyAndReturn({
1095
- * data: [
1096
- * // ... provide data here
1097
- * ]
1098
- * })
1099
- *
1100
- * // Create many ApprovalLevelEscalationUsers and only return the `id`
1101
- * const approvalLevelEscalationUserWithIdOnly = await prisma.approvalLevelEscalationUser.createManyAndReturn({
1102
- * select: { id: true },
1103
- * data: [
1104
- * // ... provide data here
1105
- * ]
1106
- * })
1107
- * Note, that providing `undefined` is treated as the value not being there.
1108
- * Read more here: https://pris.ly/d/null-undefined
1109
- *
1110
- */
1111
- createManyAndReturn<T extends ApprovalLevelEscalationUserCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelEscalationUserCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1112
-
1113
- /**
1114
- * Delete a ApprovalLevelEscalationUser.
1115
- * @param {ApprovalLevelEscalationUserDeleteArgs} args - Arguments to delete one ApprovalLevelEscalationUser.
1116
- * @example
1117
- * // Delete one ApprovalLevelEscalationUser
1118
- * const ApprovalLevelEscalationUser = await prisma.approvalLevelEscalationUser.delete({
1119
- * where: {
1120
- * // ... filter to delete one ApprovalLevelEscalationUser
1121
- * }
1122
- * })
1123
- *
1124
- */
1125
- delete<T extends ApprovalLevelEscalationUserDeleteArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserDeleteArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1126
-
1127
- /**
1128
- * Update one ApprovalLevelEscalationUser.
1129
- * @param {ApprovalLevelEscalationUserUpdateArgs} args - Arguments to update one ApprovalLevelEscalationUser.
1130
- * @example
1131
- * // Update one ApprovalLevelEscalationUser
1132
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.update({
1133
- * where: {
1134
- * // ... provide filter here
1135
- * },
1136
- * data: {
1137
- * // ... provide data here
1138
- * }
1139
- * })
1140
- *
1141
- */
1142
- update<T extends ApprovalLevelEscalationUserUpdateArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserUpdateArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1143
-
1144
- /**
1145
- * Delete zero or more ApprovalLevelEscalationUsers.
1146
- * @param {ApprovalLevelEscalationUserDeleteManyArgs} args - Arguments to filter ApprovalLevelEscalationUsers to delete.
1147
- * @example
1148
- * // Delete a few ApprovalLevelEscalationUsers
1149
- * const { count } = await prisma.approvalLevelEscalationUser.deleteMany({
1150
- * where: {
1151
- * // ... provide filter here
1152
- * }
1153
- * })
1154
- *
1155
- */
1156
- deleteMany<T extends ApprovalLevelEscalationUserDeleteManyArgs>(args?: Prisma.SelectSubset<T, ApprovalLevelEscalationUserDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1157
-
1158
- /**
1159
- * Update zero or more ApprovalLevelEscalationUsers.
1160
- * Note, that providing `undefined` is treated as the value not being there.
1161
- * Read more here: https://pris.ly/d/null-undefined
1162
- * @param {ApprovalLevelEscalationUserUpdateManyArgs} args - Arguments to update one or more rows.
1163
- * @example
1164
- * // Update many ApprovalLevelEscalationUsers
1165
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.updateMany({
1166
- * where: {
1167
- * // ... provide filter here
1168
- * },
1169
- * data: {
1170
- * // ... provide data here
1171
- * }
1172
- * })
1173
- *
1174
- */
1175
- updateMany<T extends ApprovalLevelEscalationUserUpdateManyArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1176
-
1177
- /**
1178
- * Update zero or more ApprovalLevelEscalationUsers and returns the data updated in the database.
1179
- * @param {ApprovalLevelEscalationUserUpdateManyAndReturnArgs} args - Arguments to update many ApprovalLevelEscalationUsers.
1180
- * @example
1181
- * // Update many ApprovalLevelEscalationUsers
1182
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.updateManyAndReturn({
1183
- * where: {
1184
- * // ... provide filter here
1185
- * },
1186
- * data: [
1187
- * // ... provide data here
1188
- * ]
1189
- * })
1190
- *
1191
- * // Update zero or more ApprovalLevelEscalationUsers and only return the `id`
1192
- * const approvalLevelEscalationUserWithIdOnly = await prisma.approvalLevelEscalationUser.updateManyAndReturn({
1193
- * select: { id: true },
1194
- * where: {
1195
- * // ... provide filter here
1196
- * },
1197
- * data: [
1198
- * // ... provide data here
1199
- * ]
1200
- * })
1201
- * Note, that providing `undefined` is treated as the value not being there.
1202
- * Read more here: https://pris.ly/d/null-undefined
1203
- *
1204
- */
1205
- updateManyAndReturn<T extends ApprovalLevelEscalationUserUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1206
-
1207
- /**
1208
- * Create or update one ApprovalLevelEscalationUser.
1209
- * @param {ApprovalLevelEscalationUserUpsertArgs} args - Arguments to update or create a ApprovalLevelEscalationUser.
1210
- * @example
1211
- * // Update or create a ApprovalLevelEscalationUser
1212
- * const approvalLevelEscalationUser = await prisma.approvalLevelEscalationUser.upsert({
1213
- * create: {
1214
- * // ... data to create a ApprovalLevelEscalationUser
1215
- * },
1216
- * update: {
1217
- * // ... in case it already exists, update
1218
- * },
1219
- * where: {
1220
- * // ... the filter for the ApprovalLevelEscalationUser we want to update
1221
- * }
1222
- * })
1223
- */
1224
- upsert<T extends ApprovalLevelEscalationUserUpsertArgs>(args: Prisma.SelectSubset<T, ApprovalLevelEscalationUserUpsertArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationUserClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationUserPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1225
-
1226
-
1227
- /**
1228
- * Count the number of ApprovalLevelEscalationUsers.
1229
- * Note, that providing `undefined` is treated as the value not being there.
1230
- * Read more here: https://pris.ly/d/null-undefined
1231
- * @param {ApprovalLevelEscalationUserCountArgs} args - Arguments to filter ApprovalLevelEscalationUsers to count.
1232
- * @example
1233
- * // Count the number of ApprovalLevelEscalationUsers
1234
- * const count = await prisma.approvalLevelEscalationUser.count({
1235
- * where: {
1236
- * // ... the filter for the ApprovalLevelEscalationUsers we want to count
1237
- * }
1238
- * })
1239
- **/
1240
- count<T extends ApprovalLevelEscalationUserCountArgs>(
1241
- args?: Prisma.Subset<T, ApprovalLevelEscalationUserCountArgs>,
1242
- ): Prisma.PrismaPromise<
1243
- T extends runtime.Types.Utils.Record<'select', any>
1244
- ? T['select'] extends true
1245
- ? number
1246
- : Prisma.GetScalarType<T['select'], ApprovalLevelEscalationUserCountAggregateOutputType>
1247
- : number
1248
- >
1249
-
1250
- /**
1251
- * Allows you to perform aggregations operations on a ApprovalLevelEscalationUser.
1252
- * Note, that providing `undefined` is treated as the value not being there.
1253
- * Read more here: https://pris.ly/d/null-undefined
1254
- * @param {ApprovalLevelEscalationUserAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1255
- * @example
1256
- * // Ordered by age ascending
1257
- * // Where email contains prisma.io
1258
- * // Limited to the 10 users
1259
- * const aggregations = await prisma.user.aggregate({
1260
- * _avg: {
1261
- * age: true,
1262
- * },
1263
- * where: {
1264
- * email: {
1265
- * contains: "prisma.io",
1266
- * },
1267
- * },
1268
- * orderBy: {
1269
- * age: "asc",
1270
- * },
1271
- * take: 10,
1272
- * })
1273
- **/
1274
- aggregate<T extends ApprovalLevelEscalationUserAggregateArgs>(args: Prisma.Subset<T, ApprovalLevelEscalationUserAggregateArgs>): Prisma.PrismaPromise<GetApprovalLevelEscalationUserAggregateType<T>>
1275
-
1276
- /**
1277
- * Group by ApprovalLevelEscalationUser.
1278
- * Note, that providing `undefined` is treated as the value not being there.
1279
- * Read more here: https://pris.ly/d/null-undefined
1280
- * @param {ApprovalLevelEscalationUserGroupByArgs} args - Group by arguments.
1281
- * @example
1282
- * // Group by city, order by createdAt, get count
1283
- * const result = await prisma.user.groupBy({
1284
- * by: ['city', 'createdAt'],
1285
- * orderBy: {
1286
- * createdAt: true
1287
- * },
1288
- * _count: {
1289
- * _all: true
1290
- * },
1291
- * })
1292
- *
1293
- **/
1294
- groupBy<
1295
- T extends ApprovalLevelEscalationUserGroupByArgs,
1296
- HasSelectOrTake extends Prisma.Or<
1297
- Prisma.Extends<'skip', Prisma.Keys<T>>,
1298
- Prisma.Extends<'take', Prisma.Keys<T>>
1299
- >,
1300
- OrderByArg extends Prisma.True extends HasSelectOrTake
1301
- ? { orderBy: ApprovalLevelEscalationUserGroupByArgs['orderBy'] }
1302
- : { orderBy?: ApprovalLevelEscalationUserGroupByArgs['orderBy'] },
1303
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1304
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1305
- ByValid extends Prisma.Has<ByFields, OrderFields>,
1306
- HavingFields extends Prisma.GetHavingFields<T['having']>,
1307
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
1308
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1309
- InputErrors extends ByEmpty extends Prisma.True
1310
- ? `Error: "by" must not be empty.`
1311
- : HavingValid extends Prisma.False
1312
- ? {
1313
- [P in HavingFields]: P extends ByFields
1314
- ? never
1315
- : P extends string
1316
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1317
- : [
1318
- Error,
1319
- 'Field ',
1320
- P,
1321
- ` in "having" needs to be provided in "by"`,
1322
- ]
1323
- }[HavingFields]
1324
- : 'take' extends Prisma.Keys<T>
1325
- ? 'orderBy' extends Prisma.Keys<T>
1326
- ? ByValid extends Prisma.True
1327
- ? {}
1328
- : {
1329
- [P in OrderFields]: P extends ByFields
1330
- ? never
1331
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1332
- }[OrderFields]
1333
- : 'Error: If you provide "take", you also need to provide "orderBy"'
1334
- : 'skip' extends Prisma.Keys<T>
1335
- ? 'orderBy' extends Prisma.Keys<T>
1336
- ? ByValid extends Prisma.True
1337
- ? {}
1338
- : {
1339
- [P in OrderFields]: P extends ByFields
1340
- ? never
1341
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1342
- }[OrderFields]
1343
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
1344
- : ByValid extends Prisma.True
1345
- ? {}
1346
- : {
1347
- [P in OrderFields]: P extends ByFields
1348
- ? never
1349
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1350
- }[OrderFields]
1351
- >(args: Prisma.SubsetIntersection<T, ApprovalLevelEscalationUserGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetApprovalLevelEscalationUserGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1352
- /**
1353
- * Fields of the ApprovalLevelEscalationUser model
1354
- */
1355
- readonly fields: ApprovalLevelEscalationUserFieldRefs;
1356
- }
1357
-
1358
- /**
1359
- * The delegate class that acts as a "Promise-like" for ApprovalLevelEscalationUser.
1360
- * Why is this prefixed with `Prisma__`?
1361
- * Because we want to prevent naming conflicts as mentioned in
1362
- * https://github.com/prisma/prisma-client-js/issues/707
1363
- */
1364
- export interface Prisma__ApprovalLevelEscalationUserClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1365
- readonly [Symbol.toStringTag]: "PrismaPromise"
1366
- approval_level_escalation<T extends Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs>>): Prisma.Prisma__ApprovalLevelEscalationClient<runtime.Types.Result.GetResult<Prisma.$ApprovalLevelEscalationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1367
- user<T extends Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ApprovalLevelEscalationUser$userArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1368
- /**
1369
- * Attaches callbacks for the resolution and/or rejection of the Promise.
1370
- * @param onfulfilled The callback to execute when the Promise is resolved.
1371
- * @param onrejected The callback to execute when the Promise is rejected.
1372
- * @returns A Promise for the completion of which ever callback is executed.
1373
- */
1374
- then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
1375
- /**
1376
- * Attaches a callback for only the rejection of the Promise.
1377
- * @param onrejected The callback to execute when the Promise is rejected.
1378
- * @returns A Promise for the completion of the callback.
1379
- */
1380
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1381
- /**
1382
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1383
- * resolved value cannot be modified from the callback.
1384
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1385
- * @returns A Promise for the completion of the callback.
1386
- */
1387
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1388
- }
1389
-
1390
-
1391
-
1392
-
1393
- /**
1394
- * Fields of the ApprovalLevelEscalationUser model
1395
- */
1396
- export interface ApprovalLevelEscalationUserFieldRefs {
1397
- readonly id: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Int'>
1398
- readonly uuid: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'String'>
1399
- readonly approval_level_escalation_id: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Int'>
1400
- readonly approver_id: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Int'>
1401
- readonly is_active: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Boolean'>
1402
- readonly is_deleted: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Boolean'>
1403
- readonly created_at: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'DateTime'>
1404
- readonly created_by: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Int'>
1405
- readonly updated_at: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'DateTime'>
1406
- readonly updated_by: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Int'>
1407
- readonly deleted_at: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'DateTime'>
1408
- readonly deleted_by: Prisma.FieldRef<"ApprovalLevelEscalationUser", 'Int'>
1409
- }
1410
-
1411
-
1412
- // Custom InputTypes
1413
- /**
1414
- * ApprovalLevelEscalationUser findUnique
1415
- */
1416
- export type ApprovalLevelEscalationUserFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1417
- /**
1418
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1419
- */
1420
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1421
- /**
1422
- * Omit specific fields from the ApprovalLevelEscalationUser
1423
- */
1424
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1425
- /**
1426
- * Choose, which related nodes to fetch as well
1427
- */
1428
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1429
- /**
1430
- * Filter, which ApprovalLevelEscalationUser to fetch.
1431
- */
1432
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1433
- }
1434
-
1435
- /**
1436
- * ApprovalLevelEscalationUser findUniqueOrThrow
1437
- */
1438
- export type ApprovalLevelEscalationUserFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1439
- /**
1440
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1441
- */
1442
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1443
- /**
1444
- * Omit specific fields from the ApprovalLevelEscalationUser
1445
- */
1446
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1447
- /**
1448
- * Choose, which related nodes to fetch as well
1449
- */
1450
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1451
- /**
1452
- * Filter, which ApprovalLevelEscalationUser to fetch.
1453
- */
1454
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1455
- }
1456
-
1457
- /**
1458
- * ApprovalLevelEscalationUser findFirst
1459
- */
1460
- export type ApprovalLevelEscalationUserFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1461
- /**
1462
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1463
- */
1464
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1465
- /**
1466
- * Omit specific fields from the ApprovalLevelEscalationUser
1467
- */
1468
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1469
- /**
1470
- * Choose, which related nodes to fetch as well
1471
- */
1472
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1473
- /**
1474
- * Filter, which ApprovalLevelEscalationUser to fetch.
1475
- */
1476
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
1477
- /**
1478
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1479
- *
1480
- * Determine the order of ApprovalLevelEscalationUsers to fetch.
1481
- */
1482
- orderBy?: Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput | Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput[]
1483
- /**
1484
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1485
- *
1486
- * Sets the position for searching for ApprovalLevelEscalationUsers.
1487
- */
1488
- cursor?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1489
- /**
1490
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1491
- *
1492
- * Take `±n` ApprovalLevelEscalationUsers from the position of the cursor.
1493
- */
1494
- take?: number
1495
- /**
1496
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1497
- *
1498
- * Skip the first `n` ApprovalLevelEscalationUsers.
1499
- */
1500
- skip?: number
1501
- /**
1502
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1503
- *
1504
- * Filter by unique combinations of ApprovalLevelEscalationUsers.
1505
- */
1506
- distinct?: Prisma.ApprovalLevelEscalationUserScalarFieldEnum | Prisma.ApprovalLevelEscalationUserScalarFieldEnum[]
1507
- }
1508
-
1509
- /**
1510
- * ApprovalLevelEscalationUser findFirstOrThrow
1511
- */
1512
- export type ApprovalLevelEscalationUserFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1513
- /**
1514
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1515
- */
1516
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1517
- /**
1518
- * Omit specific fields from the ApprovalLevelEscalationUser
1519
- */
1520
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1521
- /**
1522
- * Choose, which related nodes to fetch as well
1523
- */
1524
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1525
- /**
1526
- * Filter, which ApprovalLevelEscalationUser to fetch.
1527
- */
1528
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
1529
- /**
1530
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1531
- *
1532
- * Determine the order of ApprovalLevelEscalationUsers to fetch.
1533
- */
1534
- orderBy?: Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput | Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput[]
1535
- /**
1536
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1537
- *
1538
- * Sets the position for searching for ApprovalLevelEscalationUsers.
1539
- */
1540
- cursor?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1541
- /**
1542
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1543
- *
1544
- * Take `±n` ApprovalLevelEscalationUsers from the position of the cursor.
1545
- */
1546
- take?: number
1547
- /**
1548
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1549
- *
1550
- * Skip the first `n` ApprovalLevelEscalationUsers.
1551
- */
1552
- skip?: number
1553
- /**
1554
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1555
- *
1556
- * Filter by unique combinations of ApprovalLevelEscalationUsers.
1557
- */
1558
- distinct?: Prisma.ApprovalLevelEscalationUserScalarFieldEnum | Prisma.ApprovalLevelEscalationUserScalarFieldEnum[]
1559
- }
1560
-
1561
- /**
1562
- * ApprovalLevelEscalationUser findMany
1563
- */
1564
- export type ApprovalLevelEscalationUserFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1565
- /**
1566
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1567
- */
1568
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1569
- /**
1570
- * Omit specific fields from the ApprovalLevelEscalationUser
1571
- */
1572
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1573
- /**
1574
- * Choose, which related nodes to fetch as well
1575
- */
1576
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1577
- /**
1578
- * Filter, which ApprovalLevelEscalationUsers to fetch.
1579
- */
1580
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
1581
- /**
1582
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1583
- *
1584
- * Determine the order of ApprovalLevelEscalationUsers to fetch.
1585
- */
1586
- orderBy?: Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput | Prisma.ApprovalLevelEscalationUserOrderByWithRelationInput[]
1587
- /**
1588
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1589
- *
1590
- * Sets the position for listing ApprovalLevelEscalationUsers.
1591
- */
1592
- cursor?: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1593
- /**
1594
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1595
- *
1596
- * Take `±n` ApprovalLevelEscalationUsers from the position of the cursor.
1597
- */
1598
- take?: number
1599
- /**
1600
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1601
- *
1602
- * Skip the first `n` ApprovalLevelEscalationUsers.
1603
- */
1604
- skip?: number
1605
- /**
1606
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1607
- *
1608
- * Filter by unique combinations of ApprovalLevelEscalationUsers.
1609
- */
1610
- distinct?: Prisma.ApprovalLevelEscalationUserScalarFieldEnum | Prisma.ApprovalLevelEscalationUserScalarFieldEnum[]
1611
- }
1612
-
1613
- /**
1614
- * ApprovalLevelEscalationUser create
1615
- */
1616
- export type ApprovalLevelEscalationUserCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1617
- /**
1618
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1619
- */
1620
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1621
- /**
1622
- * Omit specific fields from the ApprovalLevelEscalationUser
1623
- */
1624
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1625
- /**
1626
- * Choose, which related nodes to fetch as well
1627
- */
1628
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1629
- /**
1630
- * The data needed to create a ApprovalLevelEscalationUser.
1631
- */
1632
- data?: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateInput>
1633
- }
1634
-
1635
- /**
1636
- * ApprovalLevelEscalationUser createMany
1637
- */
1638
- export type ApprovalLevelEscalationUserCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1639
- /**
1640
- * The data used to create many ApprovalLevelEscalationUsers.
1641
- */
1642
- data: Prisma.ApprovalLevelEscalationUserCreateManyInput | Prisma.ApprovalLevelEscalationUserCreateManyInput[]
1643
- skipDuplicates?: boolean
1644
- }
1645
-
1646
- /**
1647
- * ApprovalLevelEscalationUser createManyAndReturn
1648
- */
1649
- export type ApprovalLevelEscalationUserCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1650
- /**
1651
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1652
- */
1653
- select?: Prisma.ApprovalLevelEscalationUserSelectCreateManyAndReturn<ExtArgs> | null
1654
- /**
1655
- * Omit specific fields from the ApprovalLevelEscalationUser
1656
- */
1657
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1658
- /**
1659
- * The data used to create many ApprovalLevelEscalationUsers.
1660
- */
1661
- data: Prisma.ApprovalLevelEscalationUserCreateManyInput | Prisma.ApprovalLevelEscalationUserCreateManyInput[]
1662
- skipDuplicates?: boolean
1663
- /**
1664
- * Choose, which related nodes to fetch as well
1665
- */
1666
- include?: Prisma.ApprovalLevelEscalationUserIncludeCreateManyAndReturn<ExtArgs> | null
1667
- }
1668
-
1669
- /**
1670
- * ApprovalLevelEscalationUser update
1671
- */
1672
- export type ApprovalLevelEscalationUserUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1673
- /**
1674
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1675
- */
1676
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1677
- /**
1678
- * Omit specific fields from the ApprovalLevelEscalationUser
1679
- */
1680
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1681
- /**
1682
- * Choose, which related nodes to fetch as well
1683
- */
1684
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1685
- /**
1686
- * The data needed to update a ApprovalLevelEscalationUser.
1687
- */
1688
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateInput>
1689
- /**
1690
- * Choose, which ApprovalLevelEscalationUser to update.
1691
- */
1692
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1693
- }
1694
-
1695
- /**
1696
- * ApprovalLevelEscalationUser updateMany
1697
- */
1698
- export type ApprovalLevelEscalationUserUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1699
- /**
1700
- * The data used to update ApprovalLevelEscalationUsers.
1701
- */
1702
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateManyMutationInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateManyInput>
1703
- /**
1704
- * Filter which ApprovalLevelEscalationUsers to update
1705
- */
1706
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
1707
- /**
1708
- * Limit how many ApprovalLevelEscalationUsers to update.
1709
- */
1710
- limit?: number
1711
- }
1712
-
1713
- /**
1714
- * ApprovalLevelEscalationUser updateManyAndReturn
1715
- */
1716
- export type ApprovalLevelEscalationUserUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1717
- /**
1718
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1719
- */
1720
- select?: Prisma.ApprovalLevelEscalationUserSelectUpdateManyAndReturn<ExtArgs> | null
1721
- /**
1722
- * Omit specific fields from the ApprovalLevelEscalationUser
1723
- */
1724
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1725
- /**
1726
- * The data used to update ApprovalLevelEscalationUsers.
1727
- */
1728
- data: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateManyMutationInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateManyInput>
1729
- /**
1730
- * Filter which ApprovalLevelEscalationUsers to update
1731
- */
1732
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
1733
- /**
1734
- * Limit how many ApprovalLevelEscalationUsers to update.
1735
- */
1736
- limit?: number
1737
- /**
1738
- * Choose, which related nodes to fetch as well
1739
- */
1740
- include?: Prisma.ApprovalLevelEscalationUserIncludeUpdateManyAndReturn<ExtArgs> | null
1741
- }
1742
-
1743
- /**
1744
- * ApprovalLevelEscalationUser upsert
1745
- */
1746
- export type ApprovalLevelEscalationUserUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1747
- /**
1748
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1749
- */
1750
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1751
- /**
1752
- * Omit specific fields from the ApprovalLevelEscalationUser
1753
- */
1754
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1755
- /**
1756
- * Choose, which related nodes to fetch as well
1757
- */
1758
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1759
- /**
1760
- * The filter to search for the ApprovalLevelEscalationUser to update in case it exists.
1761
- */
1762
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1763
- /**
1764
- * In case the ApprovalLevelEscalationUser found by the `where` argument doesn't exist, create a new ApprovalLevelEscalationUser with this data.
1765
- */
1766
- create: Prisma.XOR<Prisma.ApprovalLevelEscalationUserCreateInput, Prisma.ApprovalLevelEscalationUserUncheckedCreateInput>
1767
- /**
1768
- * In case the ApprovalLevelEscalationUser was found with the provided `where` argument, update it with this data.
1769
- */
1770
- update: Prisma.XOR<Prisma.ApprovalLevelEscalationUserUpdateInput, Prisma.ApprovalLevelEscalationUserUncheckedUpdateInput>
1771
- }
1772
-
1773
- /**
1774
- * ApprovalLevelEscalationUser delete
1775
- */
1776
- export type ApprovalLevelEscalationUserDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1777
- /**
1778
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1779
- */
1780
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1781
- /**
1782
- * Omit specific fields from the ApprovalLevelEscalationUser
1783
- */
1784
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1785
- /**
1786
- * Choose, which related nodes to fetch as well
1787
- */
1788
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1789
- /**
1790
- * Filter which ApprovalLevelEscalationUser to delete.
1791
- */
1792
- where: Prisma.ApprovalLevelEscalationUserWhereUniqueInput
1793
- }
1794
-
1795
- /**
1796
- * ApprovalLevelEscalationUser deleteMany
1797
- */
1798
- export type ApprovalLevelEscalationUserDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1799
- /**
1800
- * Filter which ApprovalLevelEscalationUsers to delete
1801
- */
1802
- where?: Prisma.ApprovalLevelEscalationUserWhereInput
1803
- /**
1804
- * Limit how many ApprovalLevelEscalationUsers to delete.
1805
- */
1806
- limit?: number
1807
- }
1808
-
1809
- /**
1810
- * ApprovalLevelEscalationUser.approval_level_escalation
1811
- */
1812
- export type ApprovalLevelEscalationUser$approval_level_escalationArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1813
- /**
1814
- * Select specific fields to fetch from the ApprovalLevelEscalation
1815
- */
1816
- select?: Prisma.ApprovalLevelEscalationSelect<ExtArgs> | null
1817
- /**
1818
- * Omit specific fields from the ApprovalLevelEscalation
1819
- */
1820
- omit?: Prisma.ApprovalLevelEscalationOmit<ExtArgs> | null
1821
- /**
1822
- * Choose, which related nodes to fetch as well
1823
- */
1824
- include?: Prisma.ApprovalLevelEscalationInclude<ExtArgs> | null
1825
- where?: Prisma.ApprovalLevelEscalationWhereInput
1826
- }
1827
-
1828
- /**
1829
- * ApprovalLevelEscalationUser.user
1830
- */
1831
- export type ApprovalLevelEscalationUser$userArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1832
- /**
1833
- * Select specific fields to fetch from the User
1834
- */
1835
- select?: Prisma.UserSelect<ExtArgs> | null
1836
- /**
1837
- * Omit specific fields from the User
1838
- */
1839
- omit?: Prisma.UserOmit<ExtArgs> | null
1840
- /**
1841
- * Choose, which related nodes to fetch as well
1842
- */
1843
- include?: Prisma.UserInclude<ExtArgs> | null
1844
- where?: Prisma.UserWhereInput
1845
- }
1846
-
1847
- /**
1848
- * ApprovalLevelEscalationUser without action
1849
- */
1850
- export type ApprovalLevelEscalationUserDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1851
- /**
1852
- * Select specific fields to fetch from the ApprovalLevelEscalationUser
1853
- */
1854
- select?: Prisma.ApprovalLevelEscalationUserSelect<ExtArgs> | null
1855
- /**
1856
- * Omit specific fields from the ApprovalLevelEscalationUser
1857
- */
1858
- omit?: Prisma.ApprovalLevelEscalationUserOmit<ExtArgs> | null
1859
- /**
1860
- * Choose, which related nodes to fetch as well
1861
- */
1862
- include?: Prisma.ApprovalLevelEscalationUserInclude<ExtArgs> | null
1863
- }