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,4056 +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 `BoqEventItem` 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 BoqEventItem
17
- * BOQ lines for events without item-master linkage (free-text / JSON fields), parallel to Sourcebay-style event items.
18
- */
19
- export type BoqEventItemModel = runtime.Types.Result.DefaultSelection<Prisma.$BoqEventItemPayload>
20
-
21
- export type AggregateBoqEventItem = {
22
- _count: BoqEventItemCountAggregateOutputType | null
23
- _avg: BoqEventItemAvgAggregateOutputType | null
24
- _sum: BoqEventItemSumAggregateOutputType | null
25
- _min: BoqEventItemMinAggregateOutputType | null
26
- _max: BoqEventItemMaxAggregateOutputType | null
27
- }
28
-
29
- export type BoqEventItemAvgAggregateOutputType = {
30
- id: number | null
31
- category_id: number | null
32
- sub_category_id: number | null
33
- event_id: number | null
34
- quantity: runtime.Decimal | null
35
- version: number | null
36
- parent_version_id: number | null
37
- sort_order: number | null
38
- created_by: number | null
39
- updated_by: number | null
40
- deleted_by: number | null
41
- }
42
-
43
- export type BoqEventItemSumAggregateOutputType = {
44
- id: number | null
45
- category_id: number | null
46
- sub_category_id: number | null
47
- event_id: number | null
48
- quantity: runtime.Decimal | null
49
- version: number | null
50
- parent_version_id: number | null
51
- sort_order: number | null
52
- created_by: number | null
53
- updated_by: number | null
54
- deleted_by: number | null
55
- }
56
-
57
- export type BoqEventItemMinAggregateOutputType = {
58
- id: number | null
59
- uuid: string | null
60
- category_id: number | null
61
- sub_category_id: number | null
62
- event_id: number | null
63
- part_name: string | null
64
- description: string | null
65
- part_no: string | null
66
- quantity: runtime.Decimal | null
67
- uom: string | null
68
- version: number | null
69
- parent_version_id: number | null
70
- sort_order: number | null
71
- is_active: boolean | null
72
- created_at: Date | null
73
- created_by: number | null
74
- updated_at: Date | null
75
- updated_by: number | null
76
- is_deleted: boolean | null
77
- deleted_at: Date | null
78
- deleted_by: number | null
79
- }
80
-
81
- export type BoqEventItemMaxAggregateOutputType = {
82
- id: number | null
83
- uuid: string | null
84
- category_id: number | null
85
- sub_category_id: number | null
86
- event_id: number | null
87
- part_name: string | null
88
- description: string | null
89
- part_no: string | null
90
- quantity: runtime.Decimal | null
91
- uom: string | null
92
- version: number | null
93
- parent_version_id: number | null
94
- sort_order: number | null
95
- is_active: boolean | null
96
- created_at: Date | null
97
- created_by: number | null
98
- updated_at: Date | null
99
- updated_by: number | null
100
- is_deleted: boolean | null
101
- deleted_at: Date | null
102
- deleted_by: number | null
103
- }
104
-
105
- export type BoqEventItemCountAggregateOutputType = {
106
- id: number
107
- uuid: number
108
- category_id: number
109
- sub_category_id: number
110
- event_id: number
111
- part_name: number
112
- description: number
113
- part_no: number
114
- quantity: number
115
- uom: number
116
- dynamic_fields: number
117
- version: number
118
- parent_version_id: number
119
- sort_order: number
120
- is_active: number
121
- created_at: number
122
- created_by: number
123
- updated_at: number
124
- updated_by: number
125
- is_deleted: number
126
- deleted_at: number
127
- deleted_by: number
128
- _all: number
129
- }
130
-
131
-
132
- export type BoqEventItemAvgAggregateInputType = {
133
- id?: true
134
- category_id?: true
135
- sub_category_id?: true
136
- event_id?: true
137
- quantity?: true
138
- version?: true
139
- parent_version_id?: true
140
- sort_order?: true
141
- created_by?: true
142
- updated_by?: true
143
- deleted_by?: true
144
- }
145
-
146
- export type BoqEventItemSumAggregateInputType = {
147
- id?: true
148
- category_id?: true
149
- sub_category_id?: true
150
- event_id?: true
151
- quantity?: true
152
- version?: true
153
- parent_version_id?: true
154
- sort_order?: true
155
- created_by?: true
156
- updated_by?: true
157
- deleted_by?: true
158
- }
159
-
160
- export type BoqEventItemMinAggregateInputType = {
161
- id?: true
162
- uuid?: true
163
- category_id?: true
164
- sub_category_id?: true
165
- event_id?: true
166
- part_name?: true
167
- description?: true
168
- part_no?: true
169
- quantity?: true
170
- uom?: true
171
- version?: true
172
- parent_version_id?: true
173
- sort_order?: true
174
- is_active?: true
175
- created_at?: true
176
- created_by?: true
177
- updated_at?: true
178
- updated_by?: true
179
- is_deleted?: true
180
- deleted_at?: true
181
- deleted_by?: true
182
- }
183
-
184
- export type BoqEventItemMaxAggregateInputType = {
185
- id?: true
186
- uuid?: true
187
- category_id?: true
188
- sub_category_id?: true
189
- event_id?: true
190
- part_name?: true
191
- description?: true
192
- part_no?: true
193
- quantity?: true
194
- uom?: true
195
- version?: true
196
- parent_version_id?: true
197
- sort_order?: true
198
- is_active?: true
199
- created_at?: true
200
- created_by?: true
201
- updated_at?: true
202
- updated_by?: true
203
- is_deleted?: true
204
- deleted_at?: true
205
- deleted_by?: true
206
- }
207
-
208
- export type BoqEventItemCountAggregateInputType = {
209
- id?: true
210
- uuid?: true
211
- category_id?: true
212
- sub_category_id?: true
213
- event_id?: true
214
- part_name?: true
215
- description?: true
216
- part_no?: true
217
- quantity?: true
218
- uom?: true
219
- dynamic_fields?: true
220
- version?: true
221
- parent_version_id?: true
222
- sort_order?: true
223
- is_active?: true
224
- created_at?: true
225
- created_by?: true
226
- updated_at?: true
227
- updated_by?: true
228
- is_deleted?: true
229
- deleted_at?: true
230
- deleted_by?: true
231
- _all?: true
232
- }
233
-
234
- export type BoqEventItemAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
235
- /**
236
- * Filter which BoqEventItem to aggregate.
237
- */
238
- where?: Prisma.BoqEventItemWhereInput
239
- /**
240
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
241
- *
242
- * Determine the order of BoqEventItems to fetch.
243
- */
244
- orderBy?: Prisma.BoqEventItemOrderByWithRelationInput | Prisma.BoqEventItemOrderByWithRelationInput[]
245
- /**
246
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
247
- *
248
- * Sets the start position
249
- */
250
- cursor?: Prisma.BoqEventItemWhereUniqueInput
251
- /**
252
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
253
- *
254
- * Take `±n` BoqEventItems from the position of the cursor.
255
- */
256
- take?: number
257
- /**
258
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
259
- *
260
- * Skip the first `n` BoqEventItems.
261
- */
262
- skip?: number
263
- /**
264
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
265
- *
266
- * Count returned BoqEventItems
267
- **/
268
- _count?: true | BoqEventItemCountAggregateInputType
269
- /**
270
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
271
- *
272
- * Select which fields to average
273
- **/
274
- _avg?: BoqEventItemAvgAggregateInputType
275
- /**
276
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
277
- *
278
- * Select which fields to sum
279
- **/
280
- _sum?: BoqEventItemSumAggregateInputType
281
- /**
282
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
283
- *
284
- * Select which fields to find the minimum value
285
- **/
286
- _min?: BoqEventItemMinAggregateInputType
287
- /**
288
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
289
- *
290
- * Select which fields to find the maximum value
291
- **/
292
- _max?: BoqEventItemMaxAggregateInputType
293
- }
294
-
295
- export type GetBoqEventItemAggregateType<T extends BoqEventItemAggregateArgs> = {
296
- [P in keyof T & keyof AggregateBoqEventItem]: P extends '_count' | 'count'
297
- ? T[P] extends true
298
- ? number
299
- : Prisma.GetScalarType<T[P], AggregateBoqEventItem[P]>
300
- : Prisma.GetScalarType<T[P], AggregateBoqEventItem[P]>
301
- }
302
-
303
-
304
-
305
-
306
- export type BoqEventItemGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
307
- where?: Prisma.BoqEventItemWhereInput
308
- orderBy?: Prisma.BoqEventItemOrderByWithAggregationInput | Prisma.BoqEventItemOrderByWithAggregationInput[]
309
- by: Prisma.BoqEventItemScalarFieldEnum[] | Prisma.BoqEventItemScalarFieldEnum
310
- having?: Prisma.BoqEventItemScalarWhereWithAggregatesInput
311
- take?: number
312
- skip?: number
313
- _count?: BoqEventItemCountAggregateInputType | true
314
- _avg?: BoqEventItemAvgAggregateInputType
315
- _sum?: BoqEventItemSumAggregateInputType
316
- _min?: BoqEventItemMinAggregateInputType
317
- _max?: BoqEventItemMaxAggregateInputType
318
- }
319
-
320
- export type BoqEventItemGroupByOutputType = {
321
- id: number
322
- uuid: string | null
323
- category_id: number | null
324
- sub_category_id: number | null
325
- event_id: number | null
326
- part_name: string | null
327
- description: string | null
328
- part_no: string | null
329
- quantity: runtime.Decimal | null
330
- uom: string | null
331
- dynamic_fields: runtime.JsonValue | null
332
- version: number
333
- parent_version_id: number | null
334
- sort_order: number
335
- is_active: boolean | null
336
- created_at: Date | null
337
- created_by: number | null
338
- updated_at: Date | null
339
- updated_by: number | null
340
- is_deleted: boolean | null
341
- deleted_at: Date | null
342
- deleted_by: number | null
343
- _count: BoqEventItemCountAggregateOutputType | null
344
- _avg: BoqEventItemAvgAggregateOutputType | null
345
- _sum: BoqEventItemSumAggregateOutputType | null
346
- _min: BoqEventItemMinAggregateOutputType | null
347
- _max: BoqEventItemMaxAggregateOutputType | null
348
- }
349
-
350
- export type GetBoqEventItemGroupByPayload<T extends BoqEventItemGroupByArgs> = Prisma.PrismaPromise<
351
- Array<
352
- Prisma.PickEnumerable<BoqEventItemGroupByOutputType, T['by']> &
353
- {
354
- [P in ((keyof T) & (keyof BoqEventItemGroupByOutputType))]: P extends '_count'
355
- ? T[P] extends boolean
356
- ? number
357
- : Prisma.GetScalarType<T[P], BoqEventItemGroupByOutputType[P]>
358
- : Prisma.GetScalarType<T[P], BoqEventItemGroupByOutputType[P]>
359
- }
360
- >
361
- >
362
-
363
-
364
-
365
- export type BoqEventItemWhereInput = {
366
- AND?: Prisma.BoqEventItemWhereInput | Prisma.BoqEventItemWhereInput[]
367
- OR?: Prisma.BoqEventItemWhereInput[]
368
- NOT?: Prisma.BoqEventItemWhereInput | Prisma.BoqEventItemWhereInput[]
369
- id?: Prisma.IntFilter<"BoqEventItem"> | number
370
- uuid?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
371
- category_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
372
- sub_category_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
373
- event_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
374
- part_name?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
375
- description?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
376
- part_no?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
377
- quantity?: Prisma.DecimalNullableFilter<"BoqEventItem"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
378
- uom?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
379
- dynamic_fields?: Prisma.JsonNullableFilter<"BoqEventItem">
380
- version?: Prisma.IntFilter<"BoqEventItem"> | number
381
- parent_version_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
382
- sort_order?: Prisma.IntFilter<"BoqEventItem"> | number
383
- is_active?: Prisma.BoolNullableFilter<"BoqEventItem"> | boolean | null
384
- created_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
385
- created_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
386
- updated_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
387
- updated_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
388
- is_deleted?: Prisma.BoolNullableFilter<"BoqEventItem"> | boolean | null
389
- deleted_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
390
- deleted_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
391
- category?: Prisma.XOR<Prisma.CategoryNullableScalarRelationFilter, Prisma.CategoryWhereInput> | null
392
- sub_category?: Prisma.XOR<Prisma.CategoryNullableScalarRelationFilter, Prisma.CategoryWhereInput> | null
393
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
394
- parent_version?: Prisma.XOR<Prisma.BoqEventItemNullableScalarRelationFilter, Prisma.BoqEventItemWhereInput> | null
395
- bids?: Prisma.BidListRelationFilter
396
- bid_logs?: Prisma.BidLogListRelationFilter
397
- quotations?: Prisma.QuotationListRelationFilter
398
- quotation_logs?: Prisma.QuotationLogListRelationFilter
399
- purchase_order_items?: Prisma.PurchaseOrderItemListRelationFilter
400
- boq_event_items?: Prisma.BoqEventItemListRelationFilter
401
- }
402
-
403
- export type BoqEventItemOrderByWithRelationInput = {
404
- id?: Prisma.SortOrder
405
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
406
- category_id?: Prisma.SortOrderInput | Prisma.SortOrder
407
- sub_category_id?: Prisma.SortOrderInput | Prisma.SortOrder
408
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
409
- part_name?: Prisma.SortOrderInput | Prisma.SortOrder
410
- description?: Prisma.SortOrderInput | Prisma.SortOrder
411
- part_no?: Prisma.SortOrderInput | Prisma.SortOrder
412
- quantity?: Prisma.SortOrderInput | Prisma.SortOrder
413
- uom?: Prisma.SortOrderInput | Prisma.SortOrder
414
- dynamic_fields?: Prisma.SortOrderInput | Prisma.SortOrder
415
- version?: Prisma.SortOrder
416
- parent_version_id?: Prisma.SortOrderInput | Prisma.SortOrder
417
- sort_order?: Prisma.SortOrder
418
- is_active?: Prisma.SortOrderInput | Prisma.SortOrder
419
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
420
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
421
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
422
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
423
- is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
424
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
425
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
426
- category?: Prisma.CategoryOrderByWithRelationInput
427
- sub_category?: Prisma.CategoryOrderByWithRelationInput
428
- event?: Prisma.EventOrderByWithRelationInput
429
- parent_version?: Prisma.BoqEventItemOrderByWithRelationInput
430
- bids?: Prisma.BidOrderByRelationAggregateInput
431
- bid_logs?: Prisma.BidLogOrderByRelationAggregateInput
432
- quotations?: Prisma.QuotationOrderByRelationAggregateInput
433
- quotation_logs?: Prisma.QuotationLogOrderByRelationAggregateInput
434
- purchase_order_items?: Prisma.PurchaseOrderItemOrderByRelationAggregateInput
435
- boq_event_items?: Prisma.BoqEventItemOrderByRelationAggregateInput
436
- }
437
-
438
- export type BoqEventItemWhereUniqueInput = Prisma.AtLeast<{
439
- id?: number
440
- uuid?: string
441
- AND?: Prisma.BoqEventItemWhereInput | Prisma.BoqEventItemWhereInput[]
442
- OR?: Prisma.BoqEventItemWhereInput[]
443
- NOT?: Prisma.BoqEventItemWhereInput | Prisma.BoqEventItemWhereInput[]
444
- category_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
445
- sub_category_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
446
- event_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
447
- part_name?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
448
- description?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
449
- part_no?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
450
- quantity?: Prisma.DecimalNullableFilter<"BoqEventItem"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
451
- uom?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
452
- dynamic_fields?: Prisma.JsonNullableFilter<"BoqEventItem">
453
- version?: Prisma.IntFilter<"BoqEventItem"> | number
454
- parent_version_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
455
- sort_order?: Prisma.IntFilter<"BoqEventItem"> | number
456
- is_active?: Prisma.BoolNullableFilter<"BoqEventItem"> | boolean | null
457
- created_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
458
- created_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
459
- updated_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
460
- updated_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
461
- is_deleted?: Prisma.BoolNullableFilter<"BoqEventItem"> | boolean | null
462
- deleted_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
463
- deleted_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
464
- category?: Prisma.XOR<Prisma.CategoryNullableScalarRelationFilter, Prisma.CategoryWhereInput> | null
465
- sub_category?: Prisma.XOR<Prisma.CategoryNullableScalarRelationFilter, Prisma.CategoryWhereInput> | null
466
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
467
- parent_version?: Prisma.XOR<Prisma.BoqEventItemNullableScalarRelationFilter, Prisma.BoqEventItemWhereInput> | null
468
- bids?: Prisma.BidListRelationFilter
469
- bid_logs?: Prisma.BidLogListRelationFilter
470
- quotations?: Prisma.QuotationListRelationFilter
471
- quotation_logs?: Prisma.QuotationLogListRelationFilter
472
- purchase_order_items?: Prisma.PurchaseOrderItemListRelationFilter
473
- boq_event_items?: Prisma.BoqEventItemListRelationFilter
474
- }, "id" | "uuid">
475
-
476
- export type BoqEventItemOrderByWithAggregationInput = {
477
- id?: Prisma.SortOrder
478
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
479
- category_id?: Prisma.SortOrderInput | Prisma.SortOrder
480
- sub_category_id?: Prisma.SortOrderInput | Prisma.SortOrder
481
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
482
- part_name?: Prisma.SortOrderInput | Prisma.SortOrder
483
- description?: Prisma.SortOrderInput | Prisma.SortOrder
484
- part_no?: Prisma.SortOrderInput | Prisma.SortOrder
485
- quantity?: Prisma.SortOrderInput | Prisma.SortOrder
486
- uom?: Prisma.SortOrderInput | Prisma.SortOrder
487
- dynamic_fields?: Prisma.SortOrderInput | Prisma.SortOrder
488
- version?: Prisma.SortOrder
489
- parent_version_id?: Prisma.SortOrderInput | Prisma.SortOrder
490
- sort_order?: Prisma.SortOrder
491
- is_active?: Prisma.SortOrderInput | Prisma.SortOrder
492
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
493
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
494
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
495
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
496
- is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
497
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
498
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
499
- _count?: Prisma.BoqEventItemCountOrderByAggregateInput
500
- _avg?: Prisma.BoqEventItemAvgOrderByAggregateInput
501
- _max?: Prisma.BoqEventItemMaxOrderByAggregateInput
502
- _min?: Prisma.BoqEventItemMinOrderByAggregateInput
503
- _sum?: Prisma.BoqEventItemSumOrderByAggregateInput
504
- }
505
-
506
- export type BoqEventItemScalarWhereWithAggregatesInput = {
507
- AND?: Prisma.BoqEventItemScalarWhereWithAggregatesInput | Prisma.BoqEventItemScalarWhereWithAggregatesInput[]
508
- OR?: Prisma.BoqEventItemScalarWhereWithAggregatesInput[]
509
- NOT?: Prisma.BoqEventItemScalarWhereWithAggregatesInput | Prisma.BoqEventItemScalarWhereWithAggregatesInput[]
510
- id?: Prisma.IntWithAggregatesFilter<"BoqEventItem"> | number
511
- uuid?: Prisma.StringNullableWithAggregatesFilter<"BoqEventItem"> | string | null
512
- category_id?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
513
- sub_category_id?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
514
- event_id?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
515
- part_name?: Prisma.StringNullableWithAggregatesFilter<"BoqEventItem"> | string | null
516
- description?: Prisma.StringNullableWithAggregatesFilter<"BoqEventItem"> | string | null
517
- part_no?: Prisma.StringNullableWithAggregatesFilter<"BoqEventItem"> | string | null
518
- quantity?: Prisma.DecimalNullableWithAggregatesFilter<"BoqEventItem"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
519
- uom?: Prisma.StringNullableWithAggregatesFilter<"BoqEventItem"> | string | null
520
- dynamic_fields?: Prisma.JsonNullableWithAggregatesFilter<"BoqEventItem">
521
- version?: Prisma.IntWithAggregatesFilter<"BoqEventItem"> | number
522
- parent_version_id?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
523
- sort_order?: Prisma.IntWithAggregatesFilter<"BoqEventItem"> | number
524
- is_active?: Prisma.BoolNullableWithAggregatesFilter<"BoqEventItem"> | boolean | null
525
- created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"BoqEventItem"> | Date | string | null
526
- created_by?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
527
- updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"BoqEventItem"> | Date | string | null
528
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
529
- is_deleted?: Prisma.BoolNullableWithAggregatesFilter<"BoqEventItem"> | boolean | null
530
- deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"BoqEventItem"> | Date | string | null
531
- deleted_by?: Prisma.IntNullableWithAggregatesFilter<"BoqEventItem"> | number | null
532
- }
533
-
534
- export type BoqEventItemCreateInput = {
535
- uuid?: string | null
536
- part_name?: string | null
537
- description?: string | null
538
- part_no?: string | null
539
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
540
- uom?: string | null
541
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
542
- version?: number
543
- sort_order?: number
544
- is_active?: boolean | null
545
- created_at?: Date | string | null
546
- created_by?: number | null
547
- updated_at?: Date | string | null
548
- updated_by?: number | null
549
- is_deleted?: boolean | null
550
- deleted_at?: Date | string | null
551
- deleted_by?: number | null
552
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
553
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
554
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
555
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
556
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
557
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
558
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
559
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
560
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
561
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
562
- }
563
-
564
- export type BoqEventItemUncheckedCreateInput = {
565
- id?: number
566
- uuid?: string | null
567
- category_id?: number | null
568
- sub_category_id?: number | null
569
- event_id?: number | null
570
- part_name?: string | null
571
- description?: string | null
572
- part_no?: string | null
573
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
574
- uom?: string | null
575
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
576
- version?: number
577
- parent_version_id?: number | null
578
- sort_order?: number
579
- is_active?: boolean | null
580
- created_at?: Date | string | null
581
- created_by?: number | null
582
- updated_at?: Date | string | null
583
- updated_by?: number | null
584
- is_deleted?: boolean | null
585
- deleted_at?: Date | string | null
586
- deleted_by?: number | null
587
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
588
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
589
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
590
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
591
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
592
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
593
- }
594
-
595
- export type BoqEventItemUpdateInput = {
596
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
597
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
598
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
599
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
600
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
601
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
602
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
603
- version?: Prisma.IntFieldUpdateOperationsInput | number
604
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
605
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
606
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
607
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
608
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
609
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
610
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
611
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
612
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
613
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
614
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
615
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
616
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
617
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
618
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
619
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
620
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
621
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
622
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
623
- }
624
-
625
- export type BoqEventItemUncheckedUpdateInput = {
626
- id?: Prisma.IntFieldUpdateOperationsInput | number
627
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
628
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
629
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
630
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
631
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
632
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
633
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
634
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
635
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
636
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
637
- version?: Prisma.IntFieldUpdateOperationsInput | number
638
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
639
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
640
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
641
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
642
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
643
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
644
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
645
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
646
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
647
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
648
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
649
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
650
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
651
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
652
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
653
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
654
- }
655
-
656
- export type BoqEventItemCreateManyInput = {
657
- id?: number
658
- uuid?: string | null
659
- category_id?: number | null
660
- sub_category_id?: number | null
661
- event_id?: number | null
662
- part_name?: string | null
663
- description?: string | null
664
- part_no?: string | null
665
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
666
- uom?: string | null
667
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
668
- version?: number
669
- parent_version_id?: number | null
670
- sort_order?: number
671
- is_active?: boolean | null
672
- created_at?: Date | string | null
673
- created_by?: number | null
674
- updated_at?: Date | string | null
675
- updated_by?: number | null
676
- is_deleted?: boolean | null
677
- deleted_at?: Date | string | null
678
- deleted_by?: number | null
679
- }
680
-
681
- export type BoqEventItemUpdateManyMutationInput = {
682
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
683
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
684
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
685
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
686
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
687
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
688
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
689
- version?: Prisma.IntFieldUpdateOperationsInput | number
690
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
691
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
692
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
693
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
694
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
695
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
696
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
697
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
698
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
699
- }
700
-
701
- export type BoqEventItemUncheckedUpdateManyInput = {
702
- id?: Prisma.IntFieldUpdateOperationsInput | number
703
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
704
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
705
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
706
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
707
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
708
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
709
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
710
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
711
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
712
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
713
- version?: Prisma.IntFieldUpdateOperationsInput | number
714
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
715
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
716
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
717
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
718
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
719
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
720
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
721
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
722
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
723
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
724
- }
725
-
726
- export type BoqEventItemListRelationFilter = {
727
- every?: Prisma.BoqEventItemWhereInput
728
- some?: Prisma.BoqEventItemWhereInput
729
- none?: Prisma.BoqEventItemWhereInput
730
- }
731
-
732
- export type BoqEventItemOrderByRelationAggregateInput = {
733
- _count?: Prisma.SortOrder
734
- }
735
-
736
- export type BoqEventItemNullableScalarRelationFilter = {
737
- is?: Prisma.BoqEventItemWhereInput | null
738
- isNot?: Prisma.BoqEventItemWhereInput | null
739
- }
740
-
741
- export type BoqEventItemCountOrderByAggregateInput = {
742
- id?: Prisma.SortOrder
743
- uuid?: Prisma.SortOrder
744
- category_id?: Prisma.SortOrder
745
- sub_category_id?: Prisma.SortOrder
746
- event_id?: Prisma.SortOrder
747
- part_name?: Prisma.SortOrder
748
- description?: Prisma.SortOrder
749
- part_no?: Prisma.SortOrder
750
- quantity?: Prisma.SortOrder
751
- uom?: Prisma.SortOrder
752
- dynamic_fields?: Prisma.SortOrder
753
- version?: Prisma.SortOrder
754
- parent_version_id?: Prisma.SortOrder
755
- sort_order?: Prisma.SortOrder
756
- is_active?: Prisma.SortOrder
757
- created_at?: Prisma.SortOrder
758
- created_by?: Prisma.SortOrder
759
- updated_at?: Prisma.SortOrder
760
- updated_by?: Prisma.SortOrder
761
- is_deleted?: Prisma.SortOrder
762
- deleted_at?: Prisma.SortOrder
763
- deleted_by?: Prisma.SortOrder
764
- }
765
-
766
- export type BoqEventItemAvgOrderByAggregateInput = {
767
- id?: Prisma.SortOrder
768
- category_id?: Prisma.SortOrder
769
- sub_category_id?: Prisma.SortOrder
770
- event_id?: Prisma.SortOrder
771
- quantity?: Prisma.SortOrder
772
- version?: Prisma.SortOrder
773
- parent_version_id?: Prisma.SortOrder
774
- sort_order?: Prisma.SortOrder
775
- created_by?: Prisma.SortOrder
776
- updated_by?: Prisma.SortOrder
777
- deleted_by?: Prisma.SortOrder
778
- }
779
-
780
- export type BoqEventItemMaxOrderByAggregateInput = {
781
- id?: Prisma.SortOrder
782
- uuid?: Prisma.SortOrder
783
- category_id?: Prisma.SortOrder
784
- sub_category_id?: Prisma.SortOrder
785
- event_id?: Prisma.SortOrder
786
- part_name?: Prisma.SortOrder
787
- description?: Prisma.SortOrder
788
- part_no?: Prisma.SortOrder
789
- quantity?: Prisma.SortOrder
790
- uom?: Prisma.SortOrder
791
- version?: Prisma.SortOrder
792
- parent_version_id?: Prisma.SortOrder
793
- sort_order?: Prisma.SortOrder
794
- is_active?: Prisma.SortOrder
795
- created_at?: Prisma.SortOrder
796
- created_by?: Prisma.SortOrder
797
- updated_at?: Prisma.SortOrder
798
- updated_by?: Prisma.SortOrder
799
- is_deleted?: Prisma.SortOrder
800
- deleted_at?: Prisma.SortOrder
801
- deleted_by?: Prisma.SortOrder
802
- }
803
-
804
- export type BoqEventItemMinOrderByAggregateInput = {
805
- id?: Prisma.SortOrder
806
- uuid?: Prisma.SortOrder
807
- category_id?: Prisma.SortOrder
808
- sub_category_id?: Prisma.SortOrder
809
- event_id?: Prisma.SortOrder
810
- part_name?: Prisma.SortOrder
811
- description?: Prisma.SortOrder
812
- part_no?: Prisma.SortOrder
813
- quantity?: Prisma.SortOrder
814
- uom?: Prisma.SortOrder
815
- version?: Prisma.SortOrder
816
- parent_version_id?: Prisma.SortOrder
817
- sort_order?: Prisma.SortOrder
818
- is_active?: Prisma.SortOrder
819
- created_at?: Prisma.SortOrder
820
- created_by?: Prisma.SortOrder
821
- updated_at?: Prisma.SortOrder
822
- updated_by?: Prisma.SortOrder
823
- is_deleted?: Prisma.SortOrder
824
- deleted_at?: Prisma.SortOrder
825
- deleted_by?: Prisma.SortOrder
826
- }
827
-
828
- export type BoqEventItemSumOrderByAggregateInput = {
829
- id?: Prisma.SortOrder
830
- category_id?: Prisma.SortOrder
831
- sub_category_id?: Prisma.SortOrder
832
- event_id?: Prisma.SortOrder
833
- quantity?: Prisma.SortOrder
834
- version?: Prisma.SortOrder
835
- parent_version_id?: Prisma.SortOrder
836
- sort_order?: Prisma.SortOrder
837
- created_by?: Prisma.SortOrder
838
- updated_by?: Prisma.SortOrder
839
- deleted_by?: Prisma.SortOrder
840
- }
841
-
842
- export type BoqEventItemCreateNestedManyWithoutCategoryInput = {
843
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutCategoryInput, Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput> | Prisma.BoqEventItemCreateWithoutCategoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput[]
844
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput | Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput[]
845
- createMany?: Prisma.BoqEventItemCreateManyCategoryInputEnvelope
846
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
847
- }
848
-
849
- export type BoqEventItemCreateNestedManyWithoutSub_categoryInput = {
850
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput> | Prisma.BoqEventItemCreateWithoutSub_categoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput[]
851
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput | Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput[]
852
- createMany?: Prisma.BoqEventItemCreateManySub_categoryInputEnvelope
853
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
854
- }
855
-
856
- export type BoqEventItemUncheckedCreateNestedManyWithoutCategoryInput = {
857
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutCategoryInput, Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput> | Prisma.BoqEventItemCreateWithoutCategoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput[]
858
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput | Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput[]
859
- createMany?: Prisma.BoqEventItemCreateManyCategoryInputEnvelope
860
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
861
- }
862
-
863
- export type BoqEventItemUncheckedCreateNestedManyWithoutSub_categoryInput = {
864
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput> | Prisma.BoqEventItemCreateWithoutSub_categoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput[]
865
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput | Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput[]
866
- createMany?: Prisma.BoqEventItemCreateManySub_categoryInputEnvelope
867
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
868
- }
869
-
870
- export type BoqEventItemUpdateManyWithoutCategoryNestedInput = {
871
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutCategoryInput, Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput> | Prisma.BoqEventItemCreateWithoutCategoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput[]
872
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput | Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput[]
873
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutCategoryInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutCategoryInput[]
874
- createMany?: Prisma.BoqEventItemCreateManyCategoryInputEnvelope
875
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
876
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
877
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
878
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
879
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutCategoryInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutCategoryInput[]
880
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutCategoryInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutCategoryInput[]
881
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
882
- }
883
-
884
- export type BoqEventItemUpdateManyWithoutSub_categoryNestedInput = {
885
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput> | Prisma.BoqEventItemCreateWithoutSub_categoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput[]
886
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput | Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput[]
887
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutSub_categoryInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutSub_categoryInput[]
888
- createMany?: Prisma.BoqEventItemCreateManySub_categoryInputEnvelope
889
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
890
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
891
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
892
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
893
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutSub_categoryInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutSub_categoryInput[]
894
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutSub_categoryInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutSub_categoryInput[]
895
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
896
- }
897
-
898
- export type BoqEventItemUncheckedUpdateManyWithoutCategoryNestedInput = {
899
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutCategoryInput, Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput> | Prisma.BoqEventItemCreateWithoutCategoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput[]
900
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput | Prisma.BoqEventItemCreateOrConnectWithoutCategoryInput[]
901
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutCategoryInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutCategoryInput[]
902
- createMany?: Prisma.BoqEventItemCreateManyCategoryInputEnvelope
903
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
904
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
905
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
906
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
907
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutCategoryInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutCategoryInput[]
908
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutCategoryInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutCategoryInput[]
909
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
910
- }
911
-
912
- export type BoqEventItemUncheckedUpdateManyWithoutSub_categoryNestedInput = {
913
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput> | Prisma.BoqEventItemCreateWithoutSub_categoryInput[] | Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput[]
914
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput | Prisma.BoqEventItemCreateOrConnectWithoutSub_categoryInput[]
915
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutSub_categoryInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutSub_categoryInput[]
916
- createMany?: Prisma.BoqEventItemCreateManySub_categoryInputEnvelope
917
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
918
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
919
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
920
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
921
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutSub_categoryInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutSub_categoryInput[]
922
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutSub_categoryInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutSub_categoryInput[]
923
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
924
- }
925
-
926
- export type BoqEventItemCreateNestedManyWithoutEventInput = {
927
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutEventInput, Prisma.BoqEventItemUncheckedCreateWithoutEventInput> | Prisma.BoqEventItemCreateWithoutEventInput[] | Prisma.BoqEventItemUncheckedCreateWithoutEventInput[]
928
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutEventInput | Prisma.BoqEventItemCreateOrConnectWithoutEventInput[]
929
- createMany?: Prisma.BoqEventItemCreateManyEventInputEnvelope
930
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
931
- }
932
-
933
- export type BoqEventItemUncheckedCreateNestedManyWithoutEventInput = {
934
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutEventInput, Prisma.BoqEventItemUncheckedCreateWithoutEventInput> | Prisma.BoqEventItemCreateWithoutEventInput[] | Prisma.BoqEventItemUncheckedCreateWithoutEventInput[]
935
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutEventInput | Prisma.BoqEventItemCreateOrConnectWithoutEventInput[]
936
- createMany?: Prisma.BoqEventItemCreateManyEventInputEnvelope
937
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
938
- }
939
-
940
- export type BoqEventItemUpdateManyWithoutEventNestedInput = {
941
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutEventInput, Prisma.BoqEventItemUncheckedCreateWithoutEventInput> | Prisma.BoqEventItemCreateWithoutEventInput[] | Prisma.BoqEventItemUncheckedCreateWithoutEventInput[]
942
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutEventInput | Prisma.BoqEventItemCreateOrConnectWithoutEventInput[]
943
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutEventInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutEventInput[]
944
- createMany?: Prisma.BoqEventItemCreateManyEventInputEnvelope
945
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
946
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
947
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
948
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
949
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutEventInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutEventInput[]
950
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutEventInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutEventInput[]
951
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
952
- }
953
-
954
- export type BoqEventItemUncheckedUpdateManyWithoutEventNestedInput = {
955
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutEventInput, Prisma.BoqEventItemUncheckedCreateWithoutEventInput> | Prisma.BoqEventItemCreateWithoutEventInput[] | Prisma.BoqEventItemUncheckedCreateWithoutEventInput[]
956
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutEventInput | Prisma.BoqEventItemCreateOrConnectWithoutEventInput[]
957
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutEventInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutEventInput[]
958
- createMany?: Prisma.BoqEventItemCreateManyEventInputEnvelope
959
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
960
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
961
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
962
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
963
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutEventInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutEventInput[]
964
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutEventInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutEventInput[]
965
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
966
- }
967
-
968
- export type BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput = {
969
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBoq_event_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutBoq_event_itemsInput>
970
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutBoq_event_itemsInput
971
- connect?: Prisma.BoqEventItemWhereUniqueInput
972
- }
973
-
974
- export type BoqEventItemCreateNestedManyWithoutParent_versionInput = {
975
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput> | Prisma.BoqEventItemCreateWithoutParent_versionInput[] | Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput[]
976
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput | Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput[]
977
- createMany?: Prisma.BoqEventItemCreateManyParent_versionInputEnvelope
978
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
979
- }
980
-
981
- export type BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput = {
982
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput> | Prisma.BoqEventItemCreateWithoutParent_versionInput[] | Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput[]
983
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput | Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput[]
984
- createMany?: Prisma.BoqEventItemCreateManyParent_versionInputEnvelope
985
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
986
- }
987
-
988
- export type BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput = {
989
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBoq_event_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutBoq_event_itemsInput>
990
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutBoq_event_itemsInput
991
- upsert?: Prisma.BoqEventItemUpsertWithoutBoq_event_itemsInput
992
- disconnect?: Prisma.BoqEventItemWhereInput | boolean
993
- delete?: Prisma.BoqEventItemWhereInput | boolean
994
- connect?: Prisma.BoqEventItemWhereUniqueInput
995
- update?: Prisma.XOR<Prisma.XOR<Prisma.BoqEventItemUpdateToOneWithWhereWithoutBoq_event_itemsInput, Prisma.BoqEventItemUpdateWithoutBoq_event_itemsInput>, Prisma.BoqEventItemUncheckedUpdateWithoutBoq_event_itemsInput>
996
- }
997
-
998
- export type BoqEventItemUpdateManyWithoutParent_versionNestedInput = {
999
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput> | Prisma.BoqEventItemCreateWithoutParent_versionInput[] | Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput[]
1000
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput | Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput[]
1001
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutParent_versionInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutParent_versionInput[]
1002
- createMany?: Prisma.BoqEventItemCreateManyParent_versionInputEnvelope
1003
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1004
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1005
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1006
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1007
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutParent_versionInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutParent_versionInput[]
1008
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutParent_versionInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutParent_versionInput[]
1009
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
1010
- }
1011
-
1012
- export type BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput = {
1013
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput> | Prisma.BoqEventItemCreateWithoutParent_versionInput[] | Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput[]
1014
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput | Prisma.BoqEventItemCreateOrConnectWithoutParent_versionInput[]
1015
- upsert?: Prisma.BoqEventItemUpsertWithWhereUniqueWithoutParent_versionInput | Prisma.BoqEventItemUpsertWithWhereUniqueWithoutParent_versionInput[]
1016
- createMany?: Prisma.BoqEventItemCreateManyParent_versionInputEnvelope
1017
- set?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1018
- disconnect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1019
- delete?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1020
- connect?: Prisma.BoqEventItemWhereUniqueInput | Prisma.BoqEventItemWhereUniqueInput[]
1021
- update?: Prisma.BoqEventItemUpdateWithWhereUniqueWithoutParent_versionInput | Prisma.BoqEventItemUpdateWithWhereUniqueWithoutParent_versionInput[]
1022
- updateMany?: Prisma.BoqEventItemUpdateManyWithWhereWithoutParent_versionInput | Prisma.BoqEventItemUpdateManyWithWhereWithoutParent_versionInput[]
1023
- deleteMany?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
1024
- }
1025
-
1026
- export type BoqEventItemCreateNestedOneWithoutBidsInput = {
1027
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBidsInput, Prisma.BoqEventItemUncheckedCreateWithoutBidsInput>
1028
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutBidsInput
1029
- connect?: Prisma.BoqEventItemWhereUniqueInput
1030
- }
1031
-
1032
- export type BoqEventItemUpdateOneWithoutBidsNestedInput = {
1033
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBidsInput, Prisma.BoqEventItemUncheckedCreateWithoutBidsInput>
1034
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutBidsInput
1035
- upsert?: Prisma.BoqEventItemUpsertWithoutBidsInput
1036
- disconnect?: Prisma.BoqEventItemWhereInput | boolean
1037
- delete?: Prisma.BoqEventItemWhereInput | boolean
1038
- connect?: Prisma.BoqEventItemWhereUniqueInput
1039
- update?: Prisma.XOR<Prisma.XOR<Prisma.BoqEventItemUpdateToOneWithWhereWithoutBidsInput, Prisma.BoqEventItemUpdateWithoutBidsInput>, Prisma.BoqEventItemUncheckedUpdateWithoutBidsInput>
1040
- }
1041
-
1042
- export type BoqEventItemCreateNestedOneWithoutBid_logsInput = {
1043
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBid_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutBid_logsInput>
1044
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutBid_logsInput
1045
- connect?: Prisma.BoqEventItemWhereUniqueInput
1046
- }
1047
-
1048
- export type BoqEventItemUpdateOneWithoutBid_logsNestedInput = {
1049
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBid_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutBid_logsInput>
1050
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutBid_logsInput
1051
- upsert?: Prisma.BoqEventItemUpsertWithoutBid_logsInput
1052
- disconnect?: Prisma.BoqEventItemWhereInput | boolean
1053
- delete?: Prisma.BoqEventItemWhereInput | boolean
1054
- connect?: Prisma.BoqEventItemWhereUniqueInput
1055
- update?: Prisma.XOR<Prisma.XOR<Prisma.BoqEventItemUpdateToOneWithWhereWithoutBid_logsInput, Prisma.BoqEventItemUpdateWithoutBid_logsInput>, Prisma.BoqEventItemUncheckedUpdateWithoutBid_logsInput>
1056
- }
1057
-
1058
- export type BoqEventItemCreateNestedOneWithoutQuotationsInput = {
1059
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotationsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotationsInput>
1060
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutQuotationsInput
1061
- connect?: Prisma.BoqEventItemWhereUniqueInput
1062
- }
1063
-
1064
- export type BoqEventItemUpdateOneWithoutQuotationsNestedInput = {
1065
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotationsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotationsInput>
1066
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutQuotationsInput
1067
- upsert?: Prisma.BoqEventItemUpsertWithoutQuotationsInput
1068
- disconnect?: Prisma.BoqEventItemWhereInput | boolean
1069
- delete?: Prisma.BoqEventItemWhereInput | boolean
1070
- connect?: Prisma.BoqEventItemWhereUniqueInput
1071
- update?: Prisma.XOR<Prisma.XOR<Prisma.BoqEventItemUpdateToOneWithWhereWithoutQuotationsInput, Prisma.BoqEventItemUpdateWithoutQuotationsInput>, Prisma.BoqEventItemUncheckedUpdateWithoutQuotationsInput>
1072
- }
1073
-
1074
- export type BoqEventItemCreateNestedOneWithoutQuotation_logsInput = {
1075
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotation_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotation_logsInput>
1076
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutQuotation_logsInput
1077
- connect?: Prisma.BoqEventItemWhereUniqueInput
1078
- }
1079
-
1080
- export type BoqEventItemUpdateOneWithoutQuotation_logsNestedInput = {
1081
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotation_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotation_logsInput>
1082
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutQuotation_logsInput
1083
- upsert?: Prisma.BoqEventItemUpsertWithoutQuotation_logsInput
1084
- disconnect?: Prisma.BoqEventItemWhereInput | boolean
1085
- delete?: Prisma.BoqEventItemWhereInput | boolean
1086
- connect?: Prisma.BoqEventItemWhereUniqueInput
1087
- update?: Prisma.XOR<Prisma.XOR<Prisma.BoqEventItemUpdateToOneWithWhereWithoutQuotation_logsInput, Prisma.BoqEventItemUpdateWithoutQuotation_logsInput>, Prisma.BoqEventItemUncheckedUpdateWithoutQuotation_logsInput>
1088
- }
1089
-
1090
- export type BoqEventItemCreateNestedOneWithoutPurchase_order_itemsInput = {
1091
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutPurchase_order_itemsInput>
1092
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutPurchase_order_itemsInput
1093
- connect?: Prisma.BoqEventItemWhereUniqueInput
1094
- }
1095
-
1096
- export type BoqEventItemUpdateOneWithoutPurchase_order_itemsNestedInput = {
1097
- create?: Prisma.XOR<Prisma.BoqEventItemCreateWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutPurchase_order_itemsInput>
1098
- connectOrCreate?: Prisma.BoqEventItemCreateOrConnectWithoutPurchase_order_itemsInput
1099
- upsert?: Prisma.BoqEventItemUpsertWithoutPurchase_order_itemsInput
1100
- disconnect?: Prisma.BoqEventItemWhereInput | boolean
1101
- delete?: Prisma.BoqEventItemWhereInput | boolean
1102
- connect?: Prisma.BoqEventItemWhereUniqueInput
1103
- update?: Prisma.XOR<Prisma.XOR<Prisma.BoqEventItemUpdateToOneWithWhereWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUpdateWithoutPurchase_order_itemsInput>, Prisma.BoqEventItemUncheckedUpdateWithoutPurchase_order_itemsInput>
1104
- }
1105
-
1106
- export type BoqEventItemCreateWithoutCategoryInput = {
1107
- uuid?: string | null
1108
- part_name?: string | null
1109
- description?: string | null
1110
- part_no?: string | null
1111
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1112
- uom?: string | null
1113
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1114
- version?: number
1115
- sort_order?: number
1116
- is_active?: boolean | null
1117
- created_at?: Date | string | null
1118
- created_by?: number | null
1119
- updated_at?: Date | string | null
1120
- updated_by?: number | null
1121
- is_deleted?: boolean | null
1122
- deleted_at?: Date | string | null
1123
- deleted_by?: number | null
1124
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1125
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1126
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1127
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1128
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1129
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1130
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1131
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1132
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1133
- }
1134
-
1135
- export type BoqEventItemUncheckedCreateWithoutCategoryInput = {
1136
- id?: number
1137
- uuid?: string | null
1138
- sub_category_id?: number | null
1139
- event_id?: number | null
1140
- part_name?: string | null
1141
- description?: string | null
1142
- part_no?: string | null
1143
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1144
- uom?: string | null
1145
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1146
- version?: number
1147
- parent_version_id?: number | null
1148
- sort_order?: number
1149
- is_active?: boolean | null
1150
- created_at?: Date | string | null
1151
- created_by?: number | null
1152
- updated_at?: Date | string | null
1153
- updated_by?: number | null
1154
- is_deleted?: boolean | null
1155
- deleted_at?: Date | string | null
1156
- deleted_by?: number | null
1157
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1158
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1159
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1160
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1161
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1162
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1163
- }
1164
-
1165
- export type BoqEventItemCreateOrConnectWithoutCategoryInput = {
1166
- where: Prisma.BoqEventItemWhereUniqueInput
1167
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutCategoryInput, Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput>
1168
- }
1169
-
1170
- export type BoqEventItemCreateManyCategoryInputEnvelope = {
1171
- data: Prisma.BoqEventItemCreateManyCategoryInput | Prisma.BoqEventItemCreateManyCategoryInput[]
1172
- skipDuplicates?: boolean
1173
- }
1174
-
1175
- export type BoqEventItemCreateWithoutSub_categoryInput = {
1176
- uuid?: string | null
1177
- part_name?: string | null
1178
- description?: string | null
1179
- part_no?: string | null
1180
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1181
- uom?: string | null
1182
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1183
- version?: number
1184
- sort_order?: number
1185
- is_active?: boolean | null
1186
- created_at?: Date | string | null
1187
- created_by?: number | null
1188
- updated_at?: Date | string | null
1189
- updated_by?: number | null
1190
- is_deleted?: boolean | null
1191
- deleted_at?: Date | string | null
1192
- deleted_by?: number | null
1193
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1194
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1195
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1196
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1197
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1198
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1199
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1200
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1201
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1202
- }
1203
-
1204
- export type BoqEventItemUncheckedCreateWithoutSub_categoryInput = {
1205
- id?: number
1206
- uuid?: string | null
1207
- category_id?: number | null
1208
- event_id?: number | null
1209
- part_name?: string | null
1210
- description?: string | null
1211
- part_no?: string | null
1212
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1213
- uom?: string | null
1214
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1215
- version?: number
1216
- parent_version_id?: number | null
1217
- sort_order?: number
1218
- is_active?: boolean | null
1219
- created_at?: Date | string | null
1220
- created_by?: number | null
1221
- updated_at?: Date | string | null
1222
- updated_by?: number | null
1223
- is_deleted?: boolean | null
1224
- deleted_at?: Date | string | null
1225
- deleted_by?: number | null
1226
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1227
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1228
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1229
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1230
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1231
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1232
- }
1233
-
1234
- export type BoqEventItemCreateOrConnectWithoutSub_categoryInput = {
1235
- where: Prisma.BoqEventItemWhereUniqueInput
1236
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput>
1237
- }
1238
-
1239
- export type BoqEventItemCreateManySub_categoryInputEnvelope = {
1240
- data: Prisma.BoqEventItemCreateManySub_categoryInput | Prisma.BoqEventItemCreateManySub_categoryInput[]
1241
- skipDuplicates?: boolean
1242
- }
1243
-
1244
- export type BoqEventItemUpsertWithWhereUniqueWithoutCategoryInput = {
1245
- where: Prisma.BoqEventItemWhereUniqueInput
1246
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutCategoryInput, Prisma.BoqEventItemUncheckedUpdateWithoutCategoryInput>
1247
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutCategoryInput, Prisma.BoqEventItemUncheckedCreateWithoutCategoryInput>
1248
- }
1249
-
1250
- export type BoqEventItemUpdateWithWhereUniqueWithoutCategoryInput = {
1251
- where: Prisma.BoqEventItemWhereUniqueInput
1252
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutCategoryInput, Prisma.BoqEventItemUncheckedUpdateWithoutCategoryInput>
1253
- }
1254
-
1255
- export type BoqEventItemUpdateManyWithWhereWithoutCategoryInput = {
1256
- where: Prisma.BoqEventItemScalarWhereInput
1257
- data: Prisma.XOR<Prisma.BoqEventItemUpdateManyMutationInput, Prisma.BoqEventItemUncheckedUpdateManyWithoutCategoryInput>
1258
- }
1259
-
1260
- export type BoqEventItemScalarWhereInput = {
1261
- AND?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
1262
- OR?: Prisma.BoqEventItemScalarWhereInput[]
1263
- NOT?: Prisma.BoqEventItemScalarWhereInput | Prisma.BoqEventItemScalarWhereInput[]
1264
- id?: Prisma.IntFilter<"BoqEventItem"> | number
1265
- uuid?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
1266
- category_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1267
- sub_category_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1268
- event_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1269
- part_name?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
1270
- description?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
1271
- part_no?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
1272
- quantity?: Prisma.DecimalNullableFilter<"BoqEventItem"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1273
- uom?: Prisma.StringNullableFilter<"BoqEventItem"> | string | null
1274
- dynamic_fields?: Prisma.JsonNullableFilter<"BoqEventItem">
1275
- version?: Prisma.IntFilter<"BoqEventItem"> | number
1276
- parent_version_id?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1277
- sort_order?: Prisma.IntFilter<"BoqEventItem"> | number
1278
- is_active?: Prisma.BoolNullableFilter<"BoqEventItem"> | boolean | null
1279
- created_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
1280
- created_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1281
- updated_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
1282
- updated_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1283
- is_deleted?: Prisma.BoolNullableFilter<"BoqEventItem"> | boolean | null
1284
- deleted_at?: Prisma.DateTimeNullableFilter<"BoqEventItem"> | Date | string | null
1285
- deleted_by?: Prisma.IntNullableFilter<"BoqEventItem"> | number | null
1286
- }
1287
-
1288
- export type BoqEventItemUpsertWithWhereUniqueWithoutSub_categoryInput = {
1289
- where: Prisma.BoqEventItemWhereUniqueInput
1290
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedUpdateWithoutSub_categoryInput>
1291
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedCreateWithoutSub_categoryInput>
1292
- }
1293
-
1294
- export type BoqEventItemUpdateWithWhereUniqueWithoutSub_categoryInput = {
1295
- where: Prisma.BoqEventItemWhereUniqueInput
1296
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutSub_categoryInput, Prisma.BoqEventItemUncheckedUpdateWithoutSub_categoryInput>
1297
- }
1298
-
1299
- export type BoqEventItemUpdateManyWithWhereWithoutSub_categoryInput = {
1300
- where: Prisma.BoqEventItemScalarWhereInput
1301
- data: Prisma.XOR<Prisma.BoqEventItemUpdateManyMutationInput, Prisma.BoqEventItemUncheckedUpdateManyWithoutSub_categoryInput>
1302
- }
1303
-
1304
- export type BoqEventItemCreateWithoutEventInput = {
1305
- uuid?: string | null
1306
- part_name?: string | null
1307
- description?: string | null
1308
- part_no?: string | null
1309
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1310
- uom?: string | null
1311
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1312
- version?: number
1313
- sort_order?: number
1314
- is_active?: boolean | null
1315
- created_at?: Date | string | null
1316
- created_by?: number | null
1317
- updated_at?: Date | string | null
1318
- updated_by?: number | null
1319
- is_deleted?: boolean | null
1320
- deleted_at?: Date | string | null
1321
- deleted_by?: number | null
1322
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1323
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1324
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1325
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1326
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1327
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1328
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1329
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1330
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1331
- }
1332
-
1333
- export type BoqEventItemUncheckedCreateWithoutEventInput = {
1334
- id?: number
1335
- uuid?: string | null
1336
- category_id?: number | null
1337
- sub_category_id?: number | null
1338
- part_name?: string | null
1339
- description?: string | null
1340
- part_no?: string | null
1341
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1342
- uom?: string | null
1343
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1344
- version?: number
1345
- parent_version_id?: number | null
1346
- sort_order?: number
1347
- is_active?: boolean | null
1348
- created_at?: Date | string | null
1349
- created_by?: number | null
1350
- updated_at?: Date | string | null
1351
- updated_by?: number | null
1352
- is_deleted?: boolean | null
1353
- deleted_at?: Date | string | null
1354
- deleted_by?: number | null
1355
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1356
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1357
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1358
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1359
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1360
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1361
- }
1362
-
1363
- export type BoqEventItemCreateOrConnectWithoutEventInput = {
1364
- where: Prisma.BoqEventItemWhereUniqueInput
1365
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutEventInput, Prisma.BoqEventItemUncheckedCreateWithoutEventInput>
1366
- }
1367
-
1368
- export type BoqEventItemCreateManyEventInputEnvelope = {
1369
- data: Prisma.BoqEventItemCreateManyEventInput | Prisma.BoqEventItemCreateManyEventInput[]
1370
- skipDuplicates?: boolean
1371
- }
1372
-
1373
- export type BoqEventItemUpsertWithWhereUniqueWithoutEventInput = {
1374
- where: Prisma.BoqEventItemWhereUniqueInput
1375
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutEventInput, Prisma.BoqEventItemUncheckedUpdateWithoutEventInput>
1376
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutEventInput, Prisma.BoqEventItemUncheckedCreateWithoutEventInput>
1377
- }
1378
-
1379
- export type BoqEventItemUpdateWithWhereUniqueWithoutEventInput = {
1380
- where: Prisma.BoqEventItemWhereUniqueInput
1381
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutEventInput, Prisma.BoqEventItemUncheckedUpdateWithoutEventInput>
1382
- }
1383
-
1384
- export type BoqEventItemUpdateManyWithWhereWithoutEventInput = {
1385
- where: Prisma.BoqEventItemScalarWhereInput
1386
- data: Prisma.XOR<Prisma.BoqEventItemUpdateManyMutationInput, Prisma.BoqEventItemUncheckedUpdateManyWithoutEventInput>
1387
- }
1388
-
1389
- export type BoqEventItemCreateWithoutBoq_event_itemsInput = {
1390
- uuid?: string | null
1391
- part_name?: string | null
1392
- description?: string | null
1393
- part_no?: string | null
1394
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1395
- uom?: string | null
1396
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1397
- version?: number
1398
- sort_order?: number
1399
- is_active?: boolean | null
1400
- created_at?: Date | string | null
1401
- created_by?: number | null
1402
- updated_at?: Date | string | null
1403
- updated_by?: number | null
1404
- is_deleted?: boolean | null
1405
- deleted_at?: Date | string | null
1406
- deleted_by?: number | null
1407
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1408
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1409
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1410
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1411
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1412
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1413
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1414
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1415
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1416
- }
1417
-
1418
- export type BoqEventItemUncheckedCreateWithoutBoq_event_itemsInput = {
1419
- id?: number
1420
- uuid?: string | null
1421
- category_id?: number | null
1422
- sub_category_id?: number | null
1423
- event_id?: number | null
1424
- part_name?: string | null
1425
- description?: string | null
1426
- part_no?: string | null
1427
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1428
- uom?: string | null
1429
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1430
- version?: number
1431
- parent_version_id?: number | null
1432
- sort_order?: number
1433
- is_active?: boolean | null
1434
- created_at?: Date | string | null
1435
- created_by?: number | null
1436
- updated_at?: Date | string | null
1437
- updated_by?: number | null
1438
- is_deleted?: boolean | null
1439
- deleted_at?: Date | string | null
1440
- deleted_by?: number | null
1441
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1442
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1443
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1444
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1445
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1446
- }
1447
-
1448
- export type BoqEventItemCreateOrConnectWithoutBoq_event_itemsInput = {
1449
- where: Prisma.BoqEventItemWhereUniqueInput
1450
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBoq_event_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutBoq_event_itemsInput>
1451
- }
1452
-
1453
- export type BoqEventItemCreateWithoutParent_versionInput = {
1454
- uuid?: string | null
1455
- part_name?: string | null
1456
- description?: string | null
1457
- part_no?: string | null
1458
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1459
- uom?: string | null
1460
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1461
- version?: number
1462
- sort_order?: number
1463
- is_active?: boolean | null
1464
- created_at?: Date | string | null
1465
- created_by?: number | null
1466
- updated_at?: Date | string | null
1467
- updated_by?: number | null
1468
- is_deleted?: boolean | null
1469
- deleted_at?: Date | string | null
1470
- deleted_by?: number | null
1471
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1472
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1473
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1474
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1475
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1476
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1477
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1478
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1479
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1480
- }
1481
-
1482
- export type BoqEventItemUncheckedCreateWithoutParent_versionInput = {
1483
- id?: number
1484
- uuid?: string | null
1485
- category_id?: number | null
1486
- sub_category_id?: number | null
1487
- event_id?: number | null
1488
- part_name?: string | null
1489
- description?: string | null
1490
- part_no?: string | null
1491
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1492
- uom?: string | null
1493
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1494
- version?: number
1495
- sort_order?: number
1496
- is_active?: boolean | null
1497
- created_at?: Date | string | null
1498
- created_by?: number | null
1499
- updated_at?: Date | string | null
1500
- updated_by?: number | null
1501
- is_deleted?: boolean | null
1502
- deleted_at?: Date | string | null
1503
- deleted_by?: number | null
1504
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1505
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1506
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1507
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1508
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1509
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1510
- }
1511
-
1512
- export type BoqEventItemCreateOrConnectWithoutParent_versionInput = {
1513
- where: Prisma.BoqEventItemWhereUniqueInput
1514
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput>
1515
- }
1516
-
1517
- export type BoqEventItemCreateManyParent_versionInputEnvelope = {
1518
- data: Prisma.BoqEventItemCreateManyParent_versionInput | Prisma.BoqEventItemCreateManyParent_versionInput[]
1519
- skipDuplicates?: boolean
1520
- }
1521
-
1522
- export type BoqEventItemUpsertWithoutBoq_event_itemsInput = {
1523
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutBoq_event_itemsInput, Prisma.BoqEventItemUncheckedUpdateWithoutBoq_event_itemsInput>
1524
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBoq_event_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutBoq_event_itemsInput>
1525
- where?: Prisma.BoqEventItemWhereInput
1526
- }
1527
-
1528
- export type BoqEventItemUpdateToOneWithWhereWithoutBoq_event_itemsInput = {
1529
- where?: Prisma.BoqEventItemWhereInput
1530
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutBoq_event_itemsInput, Prisma.BoqEventItemUncheckedUpdateWithoutBoq_event_itemsInput>
1531
- }
1532
-
1533
- export type BoqEventItemUpdateWithoutBoq_event_itemsInput = {
1534
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1535
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1536
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1537
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1538
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1539
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1540
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1541
- version?: Prisma.IntFieldUpdateOperationsInput | number
1542
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1543
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1544
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1545
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1546
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1547
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1548
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1549
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1550
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1551
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
1552
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
1553
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
1554
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
1555
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
1556
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
1557
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
1558
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
1559
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
1560
- }
1561
-
1562
- export type BoqEventItemUncheckedUpdateWithoutBoq_event_itemsInput = {
1563
- id?: Prisma.IntFieldUpdateOperationsInput | number
1564
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1565
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1566
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1567
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1568
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1569
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1570
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1571
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1572
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1573
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1574
- version?: Prisma.IntFieldUpdateOperationsInput | number
1575
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1576
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1577
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1578
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1579
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1580
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1581
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1582
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1583
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1584
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1585
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1586
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1587
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1588
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1589
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1590
- }
1591
-
1592
- export type BoqEventItemUpsertWithWhereUniqueWithoutParent_versionInput = {
1593
- where: Prisma.BoqEventItemWhereUniqueInput
1594
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedUpdateWithoutParent_versionInput>
1595
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedCreateWithoutParent_versionInput>
1596
- }
1597
-
1598
- export type BoqEventItemUpdateWithWhereUniqueWithoutParent_versionInput = {
1599
- where: Prisma.BoqEventItemWhereUniqueInput
1600
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutParent_versionInput, Prisma.BoqEventItemUncheckedUpdateWithoutParent_versionInput>
1601
- }
1602
-
1603
- export type BoqEventItemUpdateManyWithWhereWithoutParent_versionInput = {
1604
- where: Prisma.BoqEventItemScalarWhereInput
1605
- data: Prisma.XOR<Prisma.BoqEventItemUpdateManyMutationInput, Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionInput>
1606
- }
1607
-
1608
- export type BoqEventItemCreateWithoutBidsInput = {
1609
- uuid?: string | null
1610
- part_name?: string | null
1611
- description?: string | null
1612
- part_no?: string | null
1613
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1614
- uom?: string | null
1615
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1616
- version?: number
1617
- sort_order?: number
1618
- is_active?: boolean | null
1619
- created_at?: Date | string | null
1620
- created_by?: number | null
1621
- updated_at?: Date | string | null
1622
- updated_by?: number | null
1623
- is_deleted?: boolean | null
1624
- deleted_at?: Date | string | null
1625
- deleted_by?: number | null
1626
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1627
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1628
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1629
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1630
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1631
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1632
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1633
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1634
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1635
- }
1636
-
1637
- export type BoqEventItemUncheckedCreateWithoutBidsInput = {
1638
- id?: number
1639
- uuid?: string | null
1640
- category_id?: number | null
1641
- sub_category_id?: number | null
1642
- event_id?: number | null
1643
- part_name?: string | null
1644
- description?: string | null
1645
- part_no?: string | null
1646
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1647
- uom?: string | null
1648
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1649
- version?: number
1650
- parent_version_id?: number | null
1651
- sort_order?: number
1652
- is_active?: boolean | null
1653
- created_at?: Date | string | null
1654
- created_by?: number | null
1655
- updated_at?: Date | string | null
1656
- updated_by?: number | null
1657
- is_deleted?: boolean | null
1658
- deleted_at?: Date | string | null
1659
- deleted_by?: number | null
1660
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1661
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1662
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1663
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1664
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1665
- }
1666
-
1667
- export type BoqEventItemCreateOrConnectWithoutBidsInput = {
1668
- where: Prisma.BoqEventItemWhereUniqueInput
1669
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBidsInput, Prisma.BoqEventItemUncheckedCreateWithoutBidsInput>
1670
- }
1671
-
1672
- export type BoqEventItemUpsertWithoutBidsInput = {
1673
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutBidsInput, Prisma.BoqEventItemUncheckedUpdateWithoutBidsInput>
1674
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBidsInput, Prisma.BoqEventItemUncheckedCreateWithoutBidsInput>
1675
- where?: Prisma.BoqEventItemWhereInput
1676
- }
1677
-
1678
- export type BoqEventItemUpdateToOneWithWhereWithoutBidsInput = {
1679
- where?: Prisma.BoqEventItemWhereInput
1680
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutBidsInput, Prisma.BoqEventItemUncheckedUpdateWithoutBidsInput>
1681
- }
1682
-
1683
- export type BoqEventItemUpdateWithoutBidsInput = {
1684
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1685
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1686
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1687
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1688
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1689
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1690
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1691
- version?: Prisma.IntFieldUpdateOperationsInput | number
1692
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1693
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1694
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1695
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1696
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1697
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1698
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1699
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1700
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1701
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
1702
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
1703
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
1704
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
1705
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
1706
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
1707
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
1708
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
1709
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
1710
- }
1711
-
1712
- export type BoqEventItemUncheckedUpdateWithoutBidsInput = {
1713
- id?: Prisma.IntFieldUpdateOperationsInput | number
1714
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1715
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1716
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1717
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1718
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1719
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1720
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1721
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1722
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1723
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1724
- version?: Prisma.IntFieldUpdateOperationsInput | number
1725
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1726
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1727
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1728
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1729
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1730
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1731
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1732
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1733
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1734
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1735
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1736
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1737
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1738
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1739
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
1740
- }
1741
-
1742
- export type BoqEventItemCreateWithoutBid_logsInput = {
1743
- uuid?: string | null
1744
- part_name?: string | null
1745
- description?: string | null
1746
- part_no?: string | null
1747
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1748
- uom?: string | null
1749
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1750
- version?: number
1751
- sort_order?: number
1752
- is_active?: boolean | null
1753
- created_at?: Date | string | null
1754
- created_by?: number | null
1755
- updated_at?: Date | string | null
1756
- updated_by?: number | null
1757
- is_deleted?: boolean | null
1758
- deleted_at?: Date | string | null
1759
- deleted_by?: number | null
1760
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1761
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1762
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1763
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1764
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1765
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
1766
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1767
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1768
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1769
- }
1770
-
1771
- export type BoqEventItemUncheckedCreateWithoutBid_logsInput = {
1772
- id?: number
1773
- uuid?: string | null
1774
- category_id?: number | null
1775
- sub_category_id?: number | null
1776
- event_id?: number | null
1777
- part_name?: string | null
1778
- description?: string | null
1779
- part_no?: string | null
1780
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1781
- uom?: string | null
1782
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1783
- version?: number
1784
- parent_version_id?: number | null
1785
- sort_order?: number
1786
- is_active?: boolean | null
1787
- created_at?: Date | string | null
1788
- created_by?: number | null
1789
- updated_at?: Date | string | null
1790
- updated_by?: number | null
1791
- is_deleted?: boolean | null
1792
- deleted_at?: Date | string | null
1793
- deleted_by?: number | null
1794
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1795
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
1796
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1797
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1798
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1799
- }
1800
-
1801
- export type BoqEventItemCreateOrConnectWithoutBid_logsInput = {
1802
- where: Prisma.BoqEventItemWhereUniqueInput
1803
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBid_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutBid_logsInput>
1804
- }
1805
-
1806
- export type BoqEventItemUpsertWithoutBid_logsInput = {
1807
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutBid_logsInput, Prisma.BoqEventItemUncheckedUpdateWithoutBid_logsInput>
1808
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutBid_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutBid_logsInput>
1809
- where?: Prisma.BoqEventItemWhereInput
1810
- }
1811
-
1812
- export type BoqEventItemUpdateToOneWithWhereWithoutBid_logsInput = {
1813
- where?: Prisma.BoqEventItemWhereInput
1814
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutBid_logsInput, Prisma.BoqEventItemUncheckedUpdateWithoutBid_logsInput>
1815
- }
1816
-
1817
- export type BoqEventItemUpdateWithoutBid_logsInput = {
1818
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1819
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1820
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1821
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1822
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1823
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1824
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1825
- version?: Prisma.IntFieldUpdateOperationsInput | number
1826
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1827
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1828
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1829
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1830
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1831
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1832
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1833
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1834
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1835
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
1836
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
1837
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
1838
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
1839
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
1840
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
1841
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
1842
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
1843
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
1844
- }
1845
-
1846
- export type BoqEventItemUncheckedUpdateWithoutBid_logsInput = {
1847
- id?: Prisma.IntFieldUpdateOperationsInput | number
1848
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1849
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1850
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1851
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1852
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1853
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1854
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1855
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1856
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1857
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1858
- version?: Prisma.IntFieldUpdateOperationsInput | number
1859
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1860
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1861
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1862
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1863
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1864
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1865
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1866
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1867
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1868
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1869
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1870
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1871
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1872
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
1873
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
1874
- }
1875
-
1876
- export type BoqEventItemCreateWithoutQuotationsInput = {
1877
- uuid?: string | null
1878
- part_name?: string | null
1879
- description?: string | null
1880
- part_no?: string | null
1881
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1882
- uom?: string | null
1883
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1884
- version?: number
1885
- sort_order?: number
1886
- is_active?: boolean | null
1887
- created_at?: Date | string | null
1888
- created_by?: number | null
1889
- updated_at?: Date | string | null
1890
- updated_by?: number | null
1891
- is_deleted?: boolean | null
1892
- deleted_at?: Date | string | null
1893
- deleted_by?: number | null
1894
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
1895
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
1896
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
1897
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
1898
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
1899
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
1900
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
1901
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
1902
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
1903
- }
1904
-
1905
- export type BoqEventItemUncheckedCreateWithoutQuotationsInput = {
1906
- id?: number
1907
- uuid?: string | null
1908
- category_id?: number | null
1909
- sub_category_id?: number | null
1910
- event_id?: number | null
1911
- part_name?: string | null
1912
- description?: string | null
1913
- part_no?: string | null
1914
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1915
- uom?: string | null
1916
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1917
- version?: number
1918
- parent_version_id?: number | null
1919
- sort_order?: number
1920
- is_active?: boolean | null
1921
- created_at?: Date | string | null
1922
- created_by?: number | null
1923
- updated_at?: Date | string | null
1924
- updated_by?: number | null
1925
- is_deleted?: boolean | null
1926
- deleted_at?: Date | string | null
1927
- deleted_by?: number | null
1928
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
1929
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1930
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
1931
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
1932
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
1933
- }
1934
-
1935
- export type BoqEventItemCreateOrConnectWithoutQuotationsInput = {
1936
- where: Prisma.BoqEventItemWhereUniqueInput
1937
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotationsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotationsInput>
1938
- }
1939
-
1940
- export type BoqEventItemUpsertWithoutQuotationsInput = {
1941
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutQuotationsInput, Prisma.BoqEventItemUncheckedUpdateWithoutQuotationsInput>
1942
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotationsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotationsInput>
1943
- where?: Prisma.BoqEventItemWhereInput
1944
- }
1945
-
1946
- export type BoqEventItemUpdateToOneWithWhereWithoutQuotationsInput = {
1947
- where?: Prisma.BoqEventItemWhereInput
1948
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutQuotationsInput, Prisma.BoqEventItemUncheckedUpdateWithoutQuotationsInput>
1949
- }
1950
-
1951
- export type BoqEventItemUpdateWithoutQuotationsInput = {
1952
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1953
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1954
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1955
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1956
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1957
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1958
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1959
- version?: Prisma.IntFieldUpdateOperationsInput | number
1960
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1961
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1962
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1963
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1964
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1965
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1966
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1967
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1968
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1969
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
1970
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
1971
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
1972
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
1973
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
1974
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
1975
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
1976
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
1977
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
1978
- }
1979
-
1980
- export type BoqEventItemUncheckedUpdateWithoutQuotationsInput = {
1981
- id?: Prisma.IntFieldUpdateOperationsInput | number
1982
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1983
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1984
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1985
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1986
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1987
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1988
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1989
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1990
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1991
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1992
- version?: Prisma.IntFieldUpdateOperationsInput | number
1993
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1994
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
1995
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1996
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1997
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1998
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1999
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2000
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2001
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2002
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2003
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2004
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2005
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2006
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2007
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2008
- }
2009
-
2010
- export type BoqEventItemCreateWithoutQuotation_logsInput = {
2011
- uuid?: string | null
2012
- part_name?: string | null
2013
- description?: string | null
2014
- part_no?: string | null
2015
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2016
- uom?: string | null
2017
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2018
- version?: number
2019
- sort_order?: number
2020
- is_active?: boolean | null
2021
- created_at?: Date | string | null
2022
- created_by?: number | null
2023
- updated_at?: Date | string | null
2024
- updated_by?: number | null
2025
- is_deleted?: boolean | null
2026
- deleted_at?: Date | string | null
2027
- deleted_by?: number | null
2028
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
2029
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
2030
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
2031
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
2032
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
2033
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
2034
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
2035
- purchase_order_items?: Prisma.PurchaseOrderItemCreateNestedManyWithoutBoq_event_itemInput
2036
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
2037
- }
2038
-
2039
- export type BoqEventItemUncheckedCreateWithoutQuotation_logsInput = {
2040
- id?: number
2041
- uuid?: string | null
2042
- category_id?: number | null
2043
- sub_category_id?: number | null
2044
- event_id?: number | null
2045
- part_name?: string | null
2046
- description?: string | null
2047
- part_no?: string | null
2048
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2049
- uom?: string | null
2050
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2051
- version?: number
2052
- parent_version_id?: number | null
2053
- sort_order?: number
2054
- is_active?: boolean | null
2055
- created_at?: Date | string | null
2056
- created_by?: number | null
2057
- updated_at?: Date | string | null
2058
- updated_by?: number | null
2059
- is_deleted?: boolean | null
2060
- deleted_at?: Date | string | null
2061
- deleted_by?: number | null
2062
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
2063
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
2064
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
2065
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedCreateNestedManyWithoutBoq_event_itemInput
2066
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
2067
- }
2068
-
2069
- export type BoqEventItemCreateOrConnectWithoutQuotation_logsInput = {
2070
- where: Prisma.BoqEventItemWhereUniqueInput
2071
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotation_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotation_logsInput>
2072
- }
2073
-
2074
- export type BoqEventItemUpsertWithoutQuotation_logsInput = {
2075
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutQuotation_logsInput, Prisma.BoqEventItemUncheckedUpdateWithoutQuotation_logsInput>
2076
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutQuotation_logsInput, Prisma.BoqEventItemUncheckedCreateWithoutQuotation_logsInput>
2077
- where?: Prisma.BoqEventItemWhereInput
2078
- }
2079
-
2080
- export type BoqEventItemUpdateToOneWithWhereWithoutQuotation_logsInput = {
2081
- where?: Prisma.BoqEventItemWhereInput
2082
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutQuotation_logsInput, Prisma.BoqEventItemUncheckedUpdateWithoutQuotation_logsInput>
2083
- }
2084
-
2085
- export type BoqEventItemUpdateWithoutQuotation_logsInput = {
2086
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2087
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2088
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2089
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2090
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2091
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2092
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2093
- version?: Prisma.IntFieldUpdateOperationsInput | number
2094
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2095
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2096
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2097
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2098
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2099
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2100
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2101
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2102
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2103
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
2104
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
2105
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
2106
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
2107
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
2108
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
2109
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
2110
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
2111
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
2112
- }
2113
-
2114
- export type BoqEventItemUncheckedUpdateWithoutQuotation_logsInput = {
2115
- id?: Prisma.IntFieldUpdateOperationsInput | number
2116
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2117
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2118
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2119
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2120
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2121
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2122
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2123
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2124
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2125
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2126
- version?: Prisma.IntFieldUpdateOperationsInput | number
2127
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2128
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2129
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2130
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2131
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2132
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2133
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2134
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2135
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2136
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2137
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2138
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2139
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2140
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2141
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2142
- }
2143
-
2144
- export type BoqEventItemCreateWithoutPurchase_order_itemsInput = {
2145
- uuid?: string | null
2146
- part_name?: string | null
2147
- description?: string | null
2148
- part_no?: string | null
2149
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2150
- uom?: string | null
2151
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2152
- version?: number
2153
- sort_order?: number
2154
- is_active?: boolean | null
2155
- created_at?: Date | string | null
2156
- created_by?: number | null
2157
- updated_at?: Date | string | null
2158
- updated_by?: number | null
2159
- is_deleted?: boolean | null
2160
- deleted_at?: Date | string | null
2161
- deleted_by?: number | null
2162
- category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_categoryInput
2163
- sub_category?: Prisma.CategoryCreateNestedOneWithoutBoq_event_items_as_sub_categoryInput
2164
- event?: Prisma.EventCreateNestedOneWithoutBoq_event_itemsInput
2165
- parent_version?: Prisma.BoqEventItemCreateNestedOneWithoutBoq_event_itemsInput
2166
- bids?: Prisma.BidCreateNestedManyWithoutBoq_event_itemInput
2167
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutBoq_event_itemInput
2168
- quotations?: Prisma.QuotationCreateNestedManyWithoutBoq_event_itemInput
2169
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutBoq_event_itemInput
2170
- boq_event_items?: Prisma.BoqEventItemCreateNestedManyWithoutParent_versionInput
2171
- }
2172
-
2173
- export type BoqEventItemUncheckedCreateWithoutPurchase_order_itemsInput = {
2174
- id?: number
2175
- uuid?: string | null
2176
- category_id?: number | null
2177
- sub_category_id?: number | null
2178
- event_id?: number | null
2179
- part_name?: string | null
2180
- description?: string | null
2181
- part_no?: string | null
2182
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2183
- uom?: string | null
2184
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2185
- version?: number
2186
- parent_version_id?: number | null
2187
- sort_order?: number
2188
- is_active?: boolean | null
2189
- created_at?: Date | string | null
2190
- created_by?: number | null
2191
- updated_at?: Date | string | null
2192
- updated_by?: number | null
2193
- is_deleted?: boolean | null
2194
- deleted_at?: Date | string | null
2195
- deleted_by?: number | null
2196
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutBoq_event_itemInput
2197
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
2198
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput
2199
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutBoq_event_itemInput
2200
- boq_event_items?: Prisma.BoqEventItemUncheckedCreateNestedManyWithoutParent_versionInput
2201
- }
2202
-
2203
- export type BoqEventItemCreateOrConnectWithoutPurchase_order_itemsInput = {
2204
- where: Prisma.BoqEventItemWhereUniqueInput
2205
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutPurchase_order_itemsInput>
2206
- }
2207
-
2208
- export type BoqEventItemUpsertWithoutPurchase_order_itemsInput = {
2209
- update: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUncheckedUpdateWithoutPurchase_order_itemsInput>
2210
- create: Prisma.XOR<Prisma.BoqEventItemCreateWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUncheckedCreateWithoutPurchase_order_itemsInput>
2211
- where?: Prisma.BoqEventItemWhereInput
2212
- }
2213
-
2214
- export type BoqEventItemUpdateToOneWithWhereWithoutPurchase_order_itemsInput = {
2215
- where?: Prisma.BoqEventItemWhereInput
2216
- data: Prisma.XOR<Prisma.BoqEventItemUpdateWithoutPurchase_order_itemsInput, Prisma.BoqEventItemUncheckedUpdateWithoutPurchase_order_itemsInput>
2217
- }
2218
-
2219
- export type BoqEventItemUpdateWithoutPurchase_order_itemsInput = {
2220
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2221
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2222
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2223
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2224
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2225
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2226
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2227
- version?: Prisma.IntFieldUpdateOperationsInput | number
2228
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2229
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2230
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2231
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2232
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2233
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2234
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2235
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2236
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2237
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
2238
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
2239
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
2240
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
2241
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
2242
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
2243
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
2244
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
2245
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
2246
- }
2247
-
2248
- export type BoqEventItemUncheckedUpdateWithoutPurchase_order_itemsInput = {
2249
- id?: Prisma.IntFieldUpdateOperationsInput | number
2250
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2251
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2252
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2253
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2254
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2255
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2256
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2257
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2258
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2259
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2260
- version?: Prisma.IntFieldUpdateOperationsInput | number
2261
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2262
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2263
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2264
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2265
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2266
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2267
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2268
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2269
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2270
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2271
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2272
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2273
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2274
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2275
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2276
- }
2277
-
2278
- export type BoqEventItemCreateManyCategoryInput = {
2279
- id?: number
2280
- uuid?: string | null
2281
- sub_category_id?: number | null
2282
- event_id?: number | null
2283
- part_name?: string | null
2284
- description?: string | null
2285
- part_no?: string | null
2286
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2287
- uom?: string | null
2288
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2289
- version?: number
2290
- parent_version_id?: number | null
2291
- sort_order?: number
2292
- is_active?: boolean | null
2293
- created_at?: Date | string | null
2294
- created_by?: number | null
2295
- updated_at?: Date | string | null
2296
- updated_by?: number | null
2297
- is_deleted?: boolean | null
2298
- deleted_at?: Date | string | null
2299
- deleted_by?: number | null
2300
- }
2301
-
2302
- export type BoqEventItemCreateManySub_categoryInput = {
2303
- id?: number
2304
- uuid?: string | null
2305
- category_id?: number | null
2306
- event_id?: number | null
2307
- part_name?: string | null
2308
- description?: string | null
2309
- part_no?: string | null
2310
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2311
- uom?: string | null
2312
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2313
- version?: number
2314
- parent_version_id?: number | null
2315
- sort_order?: number
2316
- is_active?: boolean | null
2317
- created_at?: Date | string | null
2318
- created_by?: number | null
2319
- updated_at?: Date | string | null
2320
- updated_by?: number | null
2321
- is_deleted?: boolean | null
2322
- deleted_at?: Date | string | null
2323
- deleted_by?: number | null
2324
- }
2325
-
2326
- export type BoqEventItemUpdateWithoutCategoryInput = {
2327
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2328
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2329
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2330
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2331
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2332
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2333
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2334
- version?: Prisma.IntFieldUpdateOperationsInput | number
2335
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2336
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2337
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2338
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2339
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2340
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2341
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2342
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2343
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2344
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
2345
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
2346
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
2347
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
2348
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
2349
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
2350
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
2351
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
2352
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
2353
- }
2354
-
2355
- export type BoqEventItemUncheckedUpdateWithoutCategoryInput = {
2356
- id?: Prisma.IntFieldUpdateOperationsInput | number
2357
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2358
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2359
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2360
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2361
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2362
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2363
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2364
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2365
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2366
- version?: Prisma.IntFieldUpdateOperationsInput | number
2367
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2368
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2369
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2370
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2371
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2372
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2373
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2374
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2375
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2376
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2377
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2378
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2379
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2380
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2381
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2382
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2383
- }
2384
-
2385
- export type BoqEventItemUncheckedUpdateManyWithoutCategoryInput = {
2386
- id?: Prisma.IntFieldUpdateOperationsInput | number
2387
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2388
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2389
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2390
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2391
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2392
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2393
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2394
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2395
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2396
- version?: Prisma.IntFieldUpdateOperationsInput | number
2397
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2398
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2399
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2400
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2401
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2402
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2403
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2404
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2405
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2406
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2407
- }
2408
-
2409
- export type BoqEventItemUpdateWithoutSub_categoryInput = {
2410
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2411
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2412
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2413
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2414
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2415
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2416
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2417
- version?: Prisma.IntFieldUpdateOperationsInput | number
2418
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2419
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2420
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2421
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2422
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2423
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2424
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2425
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2426
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2427
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
2428
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
2429
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
2430
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
2431
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
2432
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
2433
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
2434
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
2435
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
2436
- }
2437
-
2438
- export type BoqEventItemUncheckedUpdateWithoutSub_categoryInput = {
2439
- id?: Prisma.IntFieldUpdateOperationsInput | number
2440
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2441
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2442
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2443
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2444
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2445
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2446
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2447
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2448
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2449
- version?: Prisma.IntFieldUpdateOperationsInput | number
2450
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2451
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2452
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2453
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2454
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2455
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2456
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2457
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2458
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2459
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2460
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2461
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2462
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2463
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2464
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2465
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2466
- }
2467
-
2468
- export type BoqEventItemUncheckedUpdateManyWithoutSub_categoryInput = {
2469
- id?: Prisma.IntFieldUpdateOperationsInput | number
2470
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2471
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2472
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2473
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2474
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2475
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2476
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2477
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2478
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2479
- version?: Prisma.IntFieldUpdateOperationsInput | number
2480
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2481
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2482
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2483
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2484
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2485
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2486
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2487
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2488
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2489
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2490
- }
2491
-
2492
- export type BoqEventItemCreateManyEventInput = {
2493
- id?: number
2494
- uuid?: string | null
2495
- category_id?: number | null
2496
- sub_category_id?: number | null
2497
- part_name?: string | null
2498
- description?: string | null
2499
- part_no?: string | null
2500
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2501
- uom?: string | null
2502
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2503
- version?: number
2504
- parent_version_id?: number | null
2505
- sort_order?: number
2506
- is_active?: boolean | null
2507
- created_at?: Date | string | null
2508
- created_by?: number | null
2509
- updated_at?: Date | string | null
2510
- updated_by?: number | null
2511
- is_deleted?: boolean | null
2512
- deleted_at?: Date | string | null
2513
- deleted_by?: number | null
2514
- }
2515
-
2516
- export type BoqEventItemUpdateWithoutEventInput = {
2517
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2518
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2519
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2520
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2521
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2522
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2523
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2524
- version?: Prisma.IntFieldUpdateOperationsInput | number
2525
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2526
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2527
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2528
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2529
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2530
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2531
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2532
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2533
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2534
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
2535
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
2536
- parent_version?: Prisma.BoqEventItemUpdateOneWithoutBoq_event_itemsNestedInput
2537
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
2538
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
2539
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
2540
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
2541
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
2542
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
2543
- }
2544
-
2545
- export type BoqEventItemUncheckedUpdateWithoutEventInput = {
2546
- id?: Prisma.IntFieldUpdateOperationsInput | number
2547
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2548
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2549
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2550
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2551
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2552
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2553
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2554
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2555
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2556
- version?: Prisma.IntFieldUpdateOperationsInput | number
2557
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2558
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2559
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2560
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2561
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2562
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2563
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2564
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2565
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2566
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2567
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2568
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2569
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2570
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2571
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2572
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2573
- }
2574
-
2575
- export type BoqEventItemUncheckedUpdateManyWithoutEventInput = {
2576
- id?: Prisma.IntFieldUpdateOperationsInput | number
2577
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2578
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2579
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2580
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2581
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2582
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2583
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2584
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2585
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2586
- version?: Prisma.IntFieldUpdateOperationsInput | number
2587
- parent_version_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2588
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2589
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2590
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2591
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2592
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2593
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2594
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2595
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2596
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2597
- }
2598
-
2599
- export type BoqEventItemCreateManyParent_versionInput = {
2600
- id?: number
2601
- uuid?: string | null
2602
- category_id?: number | null
2603
- sub_category_id?: number | null
2604
- event_id?: number | null
2605
- part_name?: string | null
2606
- description?: string | null
2607
- part_no?: string | null
2608
- quantity?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
2609
- uom?: string | null
2610
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2611
- version?: number
2612
- sort_order?: number
2613
- is_active?: boolean | null
2614
- created_at?: Date | string | null
2615
- created_by?: number | null
2616
- updated_at?: Date | string | null
2617
- updated_by?: number | null
2618
- is_deleted?: boolean | null
2619
- deleted_at?: Date | string | null
2620
- deleted_by?: number | null
2621
- }
2622
-
2623
- export type BoqEventItemUpdateWithoutParent_versionInput = {
2624
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2625
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2626
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2627
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2628
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2629
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2630
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2631
- version?: Prisma.IntFieldUpdateOperationsInput | number
2632
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2633
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2634
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2635
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2636
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2637
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2638
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2639
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2640
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2641
- category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_categoryNestedInput
2642
- sub_category?: Prisma.CategoryUpdateOneWithoutBoq_event_items_as_sub_categoryNestedInput
2643
- event?: Prisma.EventUpdateOneWithoutBoq_event_itemsNestedInput
2644
- bids?: Prisma.BidUpdateManyWithoutBoq_event_itemNestedInput
2645
- bid_logs?: Prisma.BidLogUpdateManyWithoutBoq_event_itemNestedInput
2646
- quotations?: Prisma.QuotationUpdateManyWithoutBoq_event_itemNestedInput
2647
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutBoq_event_itemNestedInput
2648
- purchase_order_items?: Prisma.PurchaseOrderItemUpdateManyWithoutBoq_event_itemNestedInput
2649
- boq_event_items?: Prisma.BoqEventItemUpdateManyWithoutParent_versionNestedInput
2650
- }
2651
-
2652
- export type BoqEventItemUncheckedUpdateWithoutParent_versionInput = {
2653
- id?: Prisma.IntFieldUpdateOperationsInput | number
2654
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2655
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2656
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2657
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2658
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2659
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2660
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2661
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2662
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2663
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2664
- version?: Prisma.IntFieldUpdateOperationsInput | number
2665
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2666
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2667
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2668
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2669
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2670
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2671
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2672
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2673
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2674
- bids?: Prisma.BidUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2675
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2676
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2677
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2678
- purchase_order_items?: Prisma.PurchaseOrderItemUncheckedUpdateManyWithoutBoq_event_itemNestedInput
2679
- boq_event_items?: Prisma.BoqEventItemUncheckedUpdateManyWithoutParent_versionNestedInput
2680
- }
2681
-
2682
- export type BoqEventItemUncheckedUpdateManyWithoutParent_versionInput = {
2683
- id?: Prisma.IntFieldUpdateOperationsInput | number
2684
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2685
- category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2686
- sub_category_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2687
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2688
- part_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2689
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2690
- part_no?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2691
- quantity?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
2692
- uom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2693
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2694
- version?: Prisma.IntFieldUpdateOperationsInput | number
2695
- sort_order?: Prisma.IntFieldUpdateOperationsInput | number
2696
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2697
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2698
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2699
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2700
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2701
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
2702
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2703
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2704
- }
2705
-
2706
-
2707
- /**
2708
- * Count Type BoqEventItemCountOutputType
2709
- */
2710
-
2711
- export type BoqEventItemCountOutputType = {
2712
- bids: number
2713
- bid_logs: number
2714
- quotations: number
2715
- quotation_logs: number
2716
- purchase_order_items: number
2717
- boq_event_items: number
2718
- }
2719
-
2720
- export type BoqEventItemCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2721
- bids?: boolean | BoqEventItemCountOutputTypeCountBidsArgs
2722
- bid_logs?: boolean | BoqEventItemCountOutputTypeCountBid_logsArgs
2723
- quotations?: boolean | BoqEventItemCountOutputTypeCountQuotationsArgs
2724
- quotation_logs?: boolean | BoqEventItemCountOutputTypeCountQuotation_logsArgs
2725
- purchase_order_items?: boolean | BoqEventItemCountOutputTypeCountPurchase_order_itemsArgs
2726
- boq_event_items?: boolean | BoqEventItemCountOutputTypeCountBoq_event_itemsArgs
2727
- }
2728
-
2729
- /**
2730
- * BoqEventItemCountOutputType without action
2731
- */
2732
- export type BoqEventItemCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2733
- /**
2734
- * Select specific fields to fetch from the BoqEventItemCountOutputType
2735
- */
2736
- select?: Prisma.BoqEventItemCountOutputTypeSelect<ExtArgs> | null
2737
- }
2738
-
2739
- /**
2740
- * BoqEventItemCountOutputType without action
2741
- */
2742
- export type BoqEventItemCountOutputTypeCountBidsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2743
- where?: Prisma.BidWhereInput
2744
- }
2745
-
2746
- /**
2747
- * BoqEventItemCountOutputType without action
2748
- */
2749
- export type BoqEventItemCountOutputTypeCountBid_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2750
- where?: Prisma.BidLogWhereInput
2751
- }
2752
-
2753
- /**
2754
- * BoqEventItemCountOutputType without action
2755
- */
2756
- export type BoqEventItemCountOutputTypeCountQuotationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2757
- where?: Prisma.QuotationWhereInput
2758
- }
2759
-
2760
- /**
2761
- * BoqEventItemCountOutputType without action
2762
- */
2763
- export type BoqEventItemCountOutputTypeCountQuotation_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2764
- where?: Prisma.QuotationLogWhereInput
2765
- }
2766
-
2767
- /**
2768
- * BoqEventItemCountOutputType without action
2769
- */
2770
- export type BoqEventItemCountOutputTypeCountPurchase_order_itemsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2771
- where?: Prisma.PurchaseOrderItemWhereInput
2772
- }
2773
-
2774
- /**
2775
- * BoqEventItemCountOutputType without action
2776
- */
2777
- export type BoqEventItemCountOutputTypeCountBoq_event_itemsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2778
- where?: Prisma.BoqEventItemWhereInput
2779
- }
2780
-
2781
-
2782
- export type BoqEventItemSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2783
- id?: boolean
2784
- uuid?: boolean
2785
- category_id?: boolean
2786
- sub_category_id?: boolean
2787
- event_id?: boolean
2788
- part_name?: boolean
2789
- description?: boolean
2790
- part_no?: boolean
2791
- quantity?: boolean
2792
- uom?: boolean
2793
- dynamic_fields?: boolean
2794
- version?: boolean
2795
- parent_version_id?: boolean
2796
- sort_order?: boolean
2797
- is_active?: boolean
2798
- created_at?: boolean
2799
- created_by?: boolean
2800
- updated_at?: boolean
2801
- updated_by?: boolean
2802
- is_deleted?: boolean
2803
- deleted_at?: boolean
2804
- deleted_by?: boolean
2805
- category?: boolean | Prisma.BoqEventItem$categoryArgs<ExtArgs>
2806
- sub_category?: boolean | Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>
2807
- event?: boolean | Prisma.BoqEventItem$eventArgs<ExtArgs>
2808
- parent_version?: boolean | Prisma.BoqEventItem$parent_versionArgs<ExtArgs>
2809
- bids?: boolean | Prisma.BoqEventItem$bidsArgs<ExtArgs>
2810
- bid_logs?: boolean | Prisma.BoqEventItem$bid_logsArgs<ExtArgs>
2811
- quotations?: boolean | Prisma.BoqEventItem$quotationsArgs<ExtArgs>
2812
- quotation_logs?: boolean | Prisma.BoqEventItem$quotation_logsArgs<ExtArgs>
2813
- purchase_order_items?: boolean | Prisma.BoqEventItem$purchase_order_itemsArgs<ExtArgs>
2814
- boq_event_items?: boolean | Prisma.BoqEventItem$boq_event_itemsArgs<ExtArgs>
2815
- _count?: boolean | Prisma.BoqEventItemCountOutputTypeDefaultArgs<ExtArgs>
2816
- }, ExtArgs["result"]["boqEventItem"]>
2817
-
2818
- export type BoqEventItemSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2819
- id?: boolean
2820
- uuid?: boolean
2821
- category_id?: boolean
2822
- sub_category_id?: boolean
2823
- event_id?: boolean
2824
- part_name?: boolean
2825
- description?: boolean
2826
- part_no?: boolean
2827
- quantity?: boolean
2828
- uom?: boolean
2829
- dynamic_fields?: boolean
2830
- version?: boolean
2831
- parent_version_id?: boolean
2832
- sort_order?: boolean
2833
- is_active?: boolean
2834
- created_at?: boolean
2835
- created_by?: boolean
2836
- updated_at?: boolean
2837
- updated_by?: boolean
2838
- is_deleted?: boolean
2839
- deleted_at?: boolean
2840
- deleted_by?: boolean
2841
- category?: boolean | Prisma.BoqEventItem$categoryArgs<ExtArgs>
2842
- sub_category?: boolean | Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>
2843
- event?: boolean | Prisma.BoqEventItem$eventArgs<ExtArgs>
2844
- parent_version?: boolean | Prisma.BoqEventItem$parent_versionArgs<ExtArgs>
2845
- }, ExtArgs["result"]["boqEventItem"]>
2846
-
2847
- export type BoqEventItemSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2848
- id?: boolean
2849
- uuid?: boolean
2850
- category_id?: boolean
2851
- sub_category_id?: boolean
2852
- event_id?: boolean
2853
- part_name?: boolean
2854
- description?: boolean
2855
- part_no?: boolean
2856
- quantity?: boolean
2857
- uom?: boolean
2858
- dynamic_fields?: boolean
2859
- version?: boolean
2860
- parent_version_id?: boolean
2861
- sort_order?: boolean
2862
- is_active?: boolean
2863
- created_at?: boolean
2864
- created_by?: boolean
2865
- updated_at?: boolean
2866
- updated_by?: boolean
2867
- is_deleted?: boolean
2868
- deleted_at?: boolean
2869
- deleted_by?: boolean
2870
- category?: boolean | Prisma.BoqEventItem$categoryArgs<ExtArgs>
2871
- sub_category?: boolean | Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>
2872
- event?: boolean | Prisma.BoqEventItem$eventArgs<ExtArgs>
2873
- parent_version?: boolean | Prisma.BoqEventItem$parent_versionArgs<ExtArgs>
2874
- }, ExtArgs["result"]["boqEventItem"]>
2875
-
2876
- export type BoqEventItemSelectScalar = {
2877
- id?: boolean
2878
- uuid?: boolean
2879
- category_id?: boolean
2880
- sub_category_id?: boolean
2881
- event_id?: boolean
2882
- part_name?: boolean
2883
- description?: boolean
2884
- part_no?: boolean
2885
- quantity?: boolean
2886
- uom?: boolean
2887
- dynamic_fields?: boolean
2888
- version?: boolean
2889
- parent_version_id?: boolean
2890
- sort_order?: boolean
2891
- is_active?: boolean
2892
- created_at?: boolean
2893
- created_by?: boolean
2894
- updated_at?: boolean
2895
- updated_by?: boolean
2896
- is_deleted?: boolean
2897
- deleted_at?: boolean
2898
- deleted_by?: boolean
2899
- }
2900
-
2901
- export type BoqEventItemOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "category_id" | "sub_category_id" | "event_id" | "part_name" | "description" | "part_no" | "quantity" | "uom" | "dynamic_fields" | "version" | "parent_version_id" | "sort_order" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["boqEventItem"]>
2902
- export type BoqEventItemInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2903
- category?: boolean | Prisma.BoqEventItem$categoryArgs<ExtArgs>
2904
- sub_category?: boolean | Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>
2905
- event?: boolean | Prisma.BoqEventItem$eventArgs<ExtArgs>
2906
- parent_version?: boolean | Prisma.BoqEventItem$parent_versionArgs<ExtArgs>
2907
- bids?: boolean | Prisma.BoqEventItem$bidsArgs<ExtArgs>
2908
- bid_logs?: boolean | Prisma.BoqEventItem$bid_logsArgs<ExtArgs>
2909
- quotations?: boolean | Prisma.BoqEventItem$quotationsArgs<ExtArgs>
2910
- quotation_logs?: boolean | Prisma.BoqEventItem$quotation_logsArgs<ExtArgs>
2911
- purchase_order_items?: boolean | Prisma.BoqEventItem$purchase_order_itemsArgs<ExtArgs>
2912
- boq_event_items?: boolean | Prisma.BoqEventItem$boq_event_itemsArgs<ExtArgs>
2913
- _count?: boolean | Prisma.BoqEventItemCountOutputTypeDefaultArgs<ExtArgs>
2914
- }
2915
- export type BoqEventItemIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2916
- category?: boolean | Prisma.BoqEventItem$categoryArgs<ExtArgs>
2917
- sub_category?: boolean | Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>
2918
- event?: boolean | Prisma.BoqEventItem$eventArgs<ExtArgs>
2919
- parent_version?: boolean | Prisma.BoqEventItem$parent_versionArgs<ExtArgs>
2920
- }
2921
- export type BoqEventItemIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2922
- category?: boolean | Prisma.BoqEventItem$categoryArgs<ExtArgs>
2923
- sub_category?: boolean | Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>
2924
- event?: boolean | Prisma.BoqEventItem$eventArgs<ExtArgs>
2925
- parent_version?: boolean | Prisma.BoqEventItem$parent_versionArgs<ExtArgs>
2926
- }
2927
-
2928
- export type $BoqEventItemPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2929
- name: "BoqEventItem"
2930
- objects: {
2931
- category: Prisma.$CategoryPayload<ExtArgs> | null
2932
- sub_category: Prisma.$CategoryPayload<ExtArgs> | null
2933
- event: Prisma.$EventPayload<ExtArgs> | null
2934
- parent_version: Prisma.$BoqEventItemPayload<ExtArgs> | null
2935
- bids: Prisma.$BidPayload<ExtArgs>[]
2936
- bid_logs: Prisma.$BidLogPayload<ExtArgs>[]
2937
- quotations: Prisma.$QuotationPayload<ExtArgs>[]
2938
- quotation_logs: Prisma.$QuotationLogPayload<ExtArgs>[]
2939
- purchase_order_items: Prisma.$PurchaseOrderItemPayload<ExtArgs>[]
2940
- boq_event_items: Prisma.$BoqEventItemPayload<ExtArgs>[]
2941
- }
2942
- scalars: runtime.Types.Extensions.GetPayloadResult<{
2943
- id: number
2944
- uuid: string | null
2945
- category_id: number | null
2946
- sub_category_id: number | null
2947
- event_id: number | null
2948
- part_name: string | null
2949
- description: string | null
2950
- part_no: string | null
2951
- quantity: runtime.Decimal | null
2952
- uom: string | null
2953
- dynamic_fields: runtime.JsonValue | null
2954
- version: number
2955
- parent_version_id: number | null
2956
- sort_order: number
2957
- is_active: boolean | null
2958
- created_at: Date | null
2959
- created_by: number | null
2960
- updated_at: Date | null
2961
- updated_by: number | null
2962
- is_deleted: boolean | null
2963
- deleted_at: Date | null
2964
- deleted_by: number | null
2965
- }, ExtArgs["result"]["boqEventItem"]>
2966
- composites: {}
2967
- }
2968
-
2969
- export type BoqEventItemGetPayload<S extends boolean | null | undefined | BoqEventItemDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload, S>
2970
-
2971
- export type BoqEventItemCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
2972
- Omit<BoqEventItemFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
2973
- select?: BoqEventItemCountAggregateInputType | true
2974
- }
2975
-
2976
- export interface BoqEventItemDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
2977
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['BoqEventItem'], meta: { name: 'BoqEventItem' } }
2978
- /**
2979
- * Find zero or one BoqEventItem that matches the filter.
2980
- * @param {BoqEventItemFindUniqueArgs} args - Arguments to find a BoqEventItem
2981
- * @example
2982
- * // Get one BoqEventItem
2983
- * const boqEventItem = await prisma.boqEventItem.findUnique({
2984
- * where: {
2985
- * // ... provide filter here
2986
- * }
2987
- * })
2988
- */
2989
- findUnique<T extends BoqEventItemFindUniqueArgs>(args: Prisma.SelectSubset<T, BoqEventItemFindUniqueArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2990
-
2991
- /**
2992
- * Find one BoqEventItem that matches the filter or throw an error with `error.code='P2025'`
2993
- * if no matches were found.
2994
- * @param {BoqEventItemFindUniqueOrThrowArgs} args - Arguments to find a BoqEventItem
2995
- * @example
2996
- * // Get one BoqEventItem
2997
- * const boqEventItem = await prisma.boqEventItem.findUniqueOrThrow({
2998
- * where: {
2999
- * // ... provide filter here
3000
- * }
3001
- * })
3002
- */
3003
- findUniqueOrThrow<T extends BoqEventItemFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, BoqEventItemFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
3004
-
3005
- /**
3006
- * Find the first BoqEventItem that matches the filter.
3007
- * Note, that providing `undefined` is treated as the value not being there.
3008
- * Read more here: https://pris.ly/d/null-undefined
3009
- * @param {BoqEventItemFindFirstArgs} args - Arguments to find a BoqEventItem
3010
- * @example
3011
- * // Get one BoqEventItem
3012
- * const boqEventItem = await prisma.boqEventItem.findFirst({
3013
- * where: {
3014
- * // ... provide filter here
3015
- * }
3016
- * })
3017
- */
3018
- findFirst<T extends BoqEventItemFindFirstArgs>(args?: Prisma.SelectSubset<T, BoqEventItemFindFirstArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
3019
-
3020
- /**
3021
- * Find the first BoqEventItem that matches the filter or
3022
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
3023
- * Note, that providing `undefined` is treated as the value not being there.
3024
- * Read more here: https://pris.ly/d/null-undefined
3025
- * @param {BoqEventItemFindFirstOrThrowArgs} args - Arguments to find a BoqEventItem
3026
- * @example
3027
- * // Get one BoqEventItem
3028
- * const boqEventItem = await prisma.boqEventItem.findFirstOrThrow({
3029
- * where: {
3030
- * // ... provide filter here
3031
- * }
3032
- * })
3033
- */
3034
- findFirstOrThrow<T extends BoqEventItemFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, BoqEventItemFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
3035
-
3036
- /**
3037
- * Find zero or more BoqEventItems that matches the filter.
3038
- * Note, that providing `undefined` is treated as the value not being there.
3039
- * Read more here: https://pris.ly/d/null-undefined
3040
- * @param {BoqEventItemFindManyArgs} args - Arguments to filter and select certain fields only.
3041
- * @example
3042
- * // Get all BoqEventItems
3043
- * const boqEventItems = await prisma.boqEventItem.findMany()
3044
- *
3045
- * // Get first 10 BoqEventItems
3046
- * const boqEventItems = await prisma.boqEventItem.findMany({ take: 10 })
3047
- *
3048
- * // Only select the `id`
3049
- * const boqEventItemWithIdOnly = await prisma.boqEventItem.findMany({ select: { id: true } })
3050
- *
3051
- */
3052
- findMany<T extends BoqEventItemFindManyArgs>(args?: Prisma.SelectSubset<T, BoqEventItemFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
3053
-
3054
- /**
3055
- * Create a BoqEventItem.
3056
- * @param {BoqEventItemCreateArgs} args - Arguments to create a BoqEventItem.
3057
- * @example
3058
- * // Create one BoqEventItem
3059
- * const BoqEventItem = await prisma.boqEventItem.create({
3060
- * data: {
3061
- * // ... data to create a BoqEventItem
3062
- * }
3063
- * })
3064
- *
3065
- */
3066
- create<T extends BoqEventItemCreateArgs>(args: Prisma.SelectSubset<T, BoqEventItemCreateArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
3067
-
3068
- /**
3069
- * Create many BoqEventItems.
3070
- * @param {BoqEventItemCreateManyArgs} args - Arguments to create many BoqEventItems.
3071
- * @example
3072
- * // Create many BoqEventItems
3073
- * const boqEventItem = await prisma.boqEventItem.createMany({
3074
- * data: [
3075
- * // ... provide data here
3076
- * ]
3077
- * })
3078
- *
3079
- */
3080
- createMany<T extends BoqEventItemCreateManyArgs>(args?: Prisma.SelectSubset<T, BoqEventItemCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
3081
-
3082
- /**
3083
- * Create many BoqEventItems and returns the data saved in the database.
3084
- * @param {BoqEventItemCreateManyAndReturnArgs} args - Arguments to create many BoqEventItems.
3085
- * @example
3086
- * // Create many BoqEventItems
3087
- * const boqEventItem = await prisma.boqEventItem.createManyAndReturn({
3088
- * data: [
3089
- * // ... provide data here
3090
- * ]
3091
- * })
3092
- *
3093
- * // Create many BoqEventItems and only return the `id`
3094
- * const boqEventItemWithIdOnly = await prisma.boqEventItem.createManyAndReturn({
3095
- * select: { id: true },
3096
- * data: [
3097
- * // ... provide data here
3098
- * ]
3099
- * })
3100
- * Note, that providing `undefined` is treated as the value not being there.
3101
- * Read more here: https://pris.ly/d/null-undefined
3102
- *
3103
- */
3104
- createManyAndReturn<T extends BoqEventItemCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, BoqEventItemCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
3105
-
3106
- /**
3107
- * Delete a BoqEventItem.
3108
- * @param {BoqEventItemDeleteArgs} args - Arguments to delete one BoqEventItem.
3109
- * @example
3110
- * // Delete one BoqEventItem
3111
- * const BoqEventItem = await prisma.boqEventItem.delete({
3112
- * where: {
3113
- * // ... filter to delete one BoqEventItem
3114
- * }
3115
- * })
3116
- *
3117
- */
3118
- delete<T extends BoqEventItemDeleteArgs>(args: Prisma.SelectSubset<T, BoqEventItemDeleteArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
3119
-
3120
- /**
3121
- * Update one BoqEventItem.
3122
- * @param {BoqEventItemUpdateArgs} args - Arguments to update one BoqEventItem.
3123
- * @example
3124
- * // Update one BoqEventItem
3125
- * const boqEventItem = await prisma.boqEventItem.update({
3126
- * where: {
3127
- * // ... provide filter here
3128
- * },
3129
- * data: {
3130
- * // ... provide data here
3131
- * }
3132
- * })
3133
- *
3134
- */
3135
- update<T extends BoqEventItemUpdateArgs>(args: Prisma.SelectSubset<T, BoqEventItemUpdateArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
3136
-
3137
- /**
3138
- * Delete zero or more BoqEventItems.
3139
- * @param {BoqEventItemDeleteManyArgs} args - Arguments to filter BoqEventItems to delete.
3140
- * @example
3141
- * // Delete a few BoqEventItems
3142
- * const { count } = await prisma.boqEventItem.deleteMany({
3143
- * where: {
3144
- * // ... provide filter here
3145
- * }
3146
- * })
3147
- *
3148
- */
3149
- deleteMany<T extends BoqEventItemDeleteManyArgs>(args?: Prisma.SelectSubset<T, BoqEventItemDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
3150
-
3151
- /**
3152
- * Update zero or more BoqEventItems.
3153
- * Note, that providing `undefined` is treated as the value not being there.
3154
- * Read more here: https://pris.ly/d/null-undefined
3155
- * @param {BoqEventItemUpdateManyArgs} args - Arguments to update one or more rows.
3156
- * @example
3157
- * // Update many BoqEventItems
3158
- * const boqEventItem = await prisma.boqEventItem.updateMany({
3159
- * where: {
3160
- * // ... provide filter here
3161
- * },
3162
- * data: {
3163
- * // ... provide data here
3164
- * }
3165
- * })
3166
- *
3167
- */
3168
- updateMany<T extends BoqEventItemUpdateManyArgs>(args: Prisma.SelectSubset<T, BoqEventItemUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
3169
-
3170
- /**
3171
- * Update zero or more BoqEventItems and returns the data updated in the database.
3172
- * @param {BoqEventItemUpdateManyAndReturnArgs} args - Arguments to update many BoqEventItems.
3173
- * @example
3174
- * // Update many BoqEventItems
3175
- * const boqEventItem = await prisma.boqEventItem.updateManyAndReturn({
3176
- * where: {
3177
- * // ... provide filter here
3178
- * },
3179
- * data: [
3180
- * // ... provide data here
3181
- * ]
3182
- * })
3183
- *
3184
- * // Update zero or more BoqEventItems and only return the `id`
3185
- * const boqEventItemWithIdOnly = await prisma.boqEventItem.updateManyAndReturn({
3186
- * select: { id: true },
3187
- * where: {
3188
- * // ... provide filter here
3189
- * },
3190
- * data: [
3191
- * // ... provide data here
3192
- * ]
3193
- * })
3194
- * Note, that providing `undefined` is treated as the value not being there.
3195
- * Read more here: https://pris.ly/d/null-undefined
3196
- *
3197
- */
3198
- updateManyAndReturn<T extends BoqEventItemUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, BoqEventItemUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
3199
-
3200
- /**
3201
- * Create or update one BoqEventItem.
3202
- * @param {BoqEventItemUpsertArgs} args - Arguments to update or create a BoqEventItem.
3203
- * @example
3204
- * // Update or create a BoqEventItem
3205
- * const boqEventItem = await prisma.boqEventItem.upsert({
3206
- * create: {
3207
- * // ... data to create a BoqEventItem
3208
- * },
3209
- * update: {
3210
- * // ... in case it already exists, update
3211
- * },
3212
- * where: {
3213
- * // ... the filter for the BoqEventItem we want to update
3214
- * }
3215
- * })
3216
- */
3217
- upsert<T extends BoqEventItemUpsertArgs>(args: Prisma.SelectSubset<T, BoqEventItemUpsertArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
3218
-
3219
-
3220
- /**
3221
- * Count the number of BoqEventItems.
3222
- * Note, that providing `undefined` is treated as the value not being there.
3223
- * Read more here: https://pris.ly/d/null-undefined
3224
- * @param {BoqEventItemCountArgs} args - Arguments to filter BoqEventItems to count.
3225
- * @example
3226
- * // Count the number of BoqEventItems
3227
- * const count = await prisma.boqEventItem.count({
3228
- * where: {
3229
- * // ... the filter for the BoqEventItems we want to count
3230
- * }
3231
- * })
3232
- **/
3233
- count<T extends BoqEventItemCountArgs>(
3234
- args?: Prisma.Subset<T, BoqEventItemCountArgs>,
3235
- ): Prisma.PrismaPromise<
3236
- T extends runtime.Types.Utils.Record<'select', any>
3237
- ? T['select'] extends true
3238
- ? number
3239
- : Prisma.GetScalarType<T['select'], BoqEventItemCountAggregateOutputType>
3240
- : number
3241
- >
3242
-
3243
- /**
3244
- * Allows you to perform aggregations operations on a BoqEventItem.
3245
- * Note, that providing `undefined` is treated as the value not being there.
3246
- * Read more here: https://pris.ly/d/null-undefined
3247
- * @param {BoqEventItemAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
3248
- * @example
3249
- * // Ordered by age ascending
3250
- * // Where email contains prisma.io
3251
- * // Limited to the 10 users
3252
- * const aggregations = await prisma.user.aggregate({
3253
- * _avg: {
3254
- * age: true,
3255
- * },
3256
- * where: {
3257
- * email: {
3258
- * contains: "prisma.io",
3259
- * },
3260
- * },
3261
- * orderBy: {
3262
- * age: "asc",
3263
- * },
3264
- * take: 10,
3265
- * })
3266
- **/
3267
- aggregate<T extends BoqEventItemAggregateArgs>(args: Prisma.Subset<T, BoqEventItemAggregateArgs>): Prisma.PrismaPromise<GetBoqEventItemAggregateType<T>>
3268
-
3269
- /**
3270
- * Group by BoqEventItem.
3271
- * Note, that providing `undefined` is treated as the value not being there.
3272
- * Read more here: https://pris.ly/d/null-undefined
3273
- * @param {BoqEventItemGroupByArgs} args - Group by arguments.
3274
- * @example
3275
- * // Group by city, order by createdAt, get count
3276
- * const result = await prisma.user.groupBy({
3277
- * by: ['city', 'createdAt'],
3278
- * orderBy: {
3279
- * createdAt: true
3280
- * },
3281
- * _count: {
3282
- * _all: true
3283
- * },
3284
- * })
3285
- *
3286
- **/
3287
- groupBy<
3288
- T extends BoqEventItemGroupByArgs,
3289
- HasSelectOrTake extends Prisma.Or<
3290
- Prisma.Extends<'skip', Prisma.Keys<T>>,
3291
- Prisma.Extends<'take', Prisma.Keys<T>>
3292
- >,
3293
- OrderByArg extends Prisma.True extends HasSelectOrTake
3294
- ? { orderBy: BoqEventItemGroupByArgs['orderBy'] }
3295
- : { orderBy?: BoqEventItemGroupByArgs['orderBy'] },
3296
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
3297
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
3298
- ByValid extends Prisma.Has<ByFields, OrderFields>,
3299
- HavingFields extends Prisma.GetHavingFields<T['having']>,
3300
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
3301
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
3302
- InputErrors extends ByEmpty extends Prisma.True
3303
- ? `Error: "by" must not be empty.`
3304
- : HavingValid extends Prisma.False
3305
- ? {
3306
- [P in HavingFields]: P extends ByFields
3307
- ? never
3308
- : P extends string
3309
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
3310
- : [
3311
- Error,
3312
- 'Field ',
3313
- P,
3314
- ` in "having" needs to be provided in "by"`,
3315
- ]
3316
- }[HavingFields]
3317
- : 'take' extends Prisma.Keys<T>
3318
- ? 'orderBy' extends Prisma.Keys<T>
3319
- ? ByValid extends Prisma.True
3320
- ? {}
3321
- : {
3322
- [P in OrderFields]: P extends ByFields
3323
- ? never
3324
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
3325
- }[OrderFields]
3326
- : 'Error: If you provide "take", you also need to provide "orderBy"'
3327
- : 'skip' extends Prisma.Keys<T>
3328
- ? 'orderBy' extends Prisma.Keys<T>
3329
- ? ByValid extends Prisma.True
3330
- ? {}
3331
- : {
3332
- [P in OrderFields]: P extends ByFields
3333
- ? never
3334
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
3335
- }[OrderFields]
3336
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
3337
- : ByValid extends Prisma.True
3338
- ? {}
3339
- : {
3340
- [P in OrderFields]: P extends ByFields
3341
- ? never
3342
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
3343
- }[OrderFields]
3344
- >(args: Prisma.SubsetIntersection<T, BoqEventItemGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetBoqEventItemGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
3345
- /**
3346
- * Fields of the BoqEventItem model
3347
- */
3348
- readonly fields: BoqEventItemFieldRefs;
3349
- }
3350
-
3351
- /**
3352
- * The delegate class that acts as a "Promise-like" for BoqEventItem.
3353
- * Why is this prefixed with `Prisma__`?
3354
- * Because we want to prevent naming conflicts as mentioned in
3355
- * https://github.com/prisma/prisma-client-js/issues/707
3356
- */
3357
- export interface Prisma__BoqEventItemClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
3358
- readonly [Symbol.toStringTag]: "PrismaPromise"
3359
- category<T extends Prisma.BoqEventItem$categoryArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$categoryArgs<ExtArgs>>): Prisma.Prisma__CategoryClient<runtime.Types.Result.GetResult<Prisma.$CategoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
3360
- sub_category<T extends Prisma.BoqEventItem$sub_categoryArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$sub_categoryArgs<ExtArgs>>): Prisma.Prisma__CategoryClient<runtime.Types.Result.GetResult<Prisma.$CategoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
3361
- event<T extends Prisma.BoqEventItem$eventArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$eventArgs<ExtArgs>>): Prisma.Prisma__EventClient<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
3362
- parent_version<T extends Prisma.BoqEventItem$parent_versionArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$parent_versionArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
3363
- bids<T extends Prisma.BoqEventItem$bidsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$bidsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BidPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
3364
- bid_logs<T extends Prisma.BoqEventItem$bid_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$bid_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BidLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
3365
- quotations<T extends Prisma.BoqEventItem$quotationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$quotationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
3366
- quotation_logs<T extends Prisma.BoqEventItem$quotation_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$quotation_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
3367
- purchase_order_items<T extends Prisma.BoqEventItem$purchase_order_itemsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$purchase_order_itemsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PurchaseOrderItemPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
3368
- boq_event_items<T extends Prisma.BoqEventItem$boq_event_itemsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.BoqEventItem$boq_event_itemsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
3369
- /**
3370
- * Attaches callbacks for the resolution and/or rejection of the Promise.
3371
- * @param onfulfilled The callback to execute when the Promise is resolved.
3372
- * @param onrejected The callback to execute when the Promise is rejected.
3373
- * @returns A Promise for the completion of which ever callback is executed.
3374
- */
3375
- 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>
3376
- /**
3377
- * Attaches a callback for only the rejection of the Promise.
3378
- * @param onrejected The callback to execute when the Promise is rejected.
3379
- * @returns A Promise for the completion of the callback.
3380
- */
3381
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
3382
- /**
3383
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
3384
- * resolved value cannot be modified from the callback.
3385
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
3386
- * @returns A Promise for the completion of the callback.
3387
- */
3388
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
3389
- }
3390
-
3391
-
3392
-
3393
-
3394
- /**
3395
- * Fields of the BoqEventItem model
3396
- */
3397
- export interface BoqEventItemFieldRefs {
3398
- readonly id: Prisma.FieldRef<"BoqEventItem", 'Int'>
3399
- readonly uuid: Prisma.FieldRef<"BoqEventItem", 'String'>
3400
- readonly category_id: Prisma.FieldRef<"BoqEventItem", 'Int'>
3401
- readonly sub_category_id: Prisma.FieldRef<"BoqEventItem", 'Int'>
3402
- readonly event_id: Prisma.FieldRef<"BoqEventItem", 'Int'>
3403
- readonly part_name: Prisma.FieldRef<"BoqEventItem", 'String'>
3404
- readonly description: Prisma.FieldRef<"BoqEventItem", 'String'>
3405
- readonly part_no: Prisma.FieldRef<"BoqEventItem", 'String'>
3406
- readonly quantity: Prisma.FieldRef<"BoqEventItem", 'Decimal'>
3407
- readonly uom: Prisma.FieldRef<"BoqEventItem", 'String'>
3408
- readonly dynamic_fields: Prisma.FieldRef<"BoqEventItem", 'Json'>
3409
- readonly version: Prisma.FieldRef<"BoqEventItem", 'Int'>
3410
- readonly parent_version_id: Prisma.FieldRef<"BoqEventItem", 'Int'>
3411
- readonly sort_order: Prisma.FieldRef<"BoqEventItem", 'Int'>
3412
- readonly is_active: Prisma.FieldRef<"BoqEventItem", 'Boolean'>
3413
- readonly created_at: Prisma.FieldRef<"BoqEventItem", 'DateTime'>
3414
- readonly created_by: Prisma.FieldRef<"BoqEventItem", 'Int'>
3415
- readonly updated_at: Prisma.FieldRef<"BoqEventItem", 'DateTime'>
3416
- readonly updated_by: Prisma.FieldRef<"BoqEventItem", 'Int'>
3417
- readonly is_deleted: Prisma.FieldRef<"BoqEventItem", 'Boolean'>
3418
- readonly deleted_at: Prisma.FieldRef<"BoqEventItem", 'DateTime'>
3419
- readonly deleted_by: Prisma.FieldRef<"BoqEventItem", 'Int'>
3420
- }
3421
-
3422
-
3423
- // Custom InputTypes
3424
- /**
3425
- * BoqEventItem findUnique
3426
- */
3427
- export type BoqEventItemFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3428
- /**
3429
- * Select specific fields to fetch from the BoqEventItem
3430
- */
3431
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3432
- /**
3433
- * Omit specific fields from the BoqEventItem
3434
- */
3435
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3436
- /**
3437
- * Choose, which related nodes to fetch as well
3438
- */
3439
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3440
- /**
3441
- * Filter, which BoqEventItem to fetch.
3442
- */
3443
- where: Prisma.BoqEventItemWhereUniqueInput
3444
- }
3445
-
3446
- /**
3447
- * BoqEventItem findUniqueOrThrow
3448
- */
3449
- export type BoqEventItemFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3450
- /**
3451
- * Select specific fields to fetch from the BoqEventItem
3452
- */
3453
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3454
- /**
3455
- * Omit specific fields from the BoqEventItem
3456
- */
3457
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3458
- /**
3459
- * Choose, which related nodes to fetch as well
3460
- */
3461
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3462
- /**
3463
- * Filter, which BoqEventItem to fetch.
3464
- */
3465
- where: Prisma.BoqEventItemWhereUniqueInput
3466
- }
3467
-
3468
- /**
3469
- * BoqEventItem findFirst
3470
- */
3471
- export type BoqEventItemFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3472
- /**
3473
- * Select specific fields to fetch from the BoqEventItem
3474
- */
3475
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3476
- /**
3477
- * Omit specific fields from the BoqEventItem
3478
- */
3479
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3480
- /**
3481
- * Choose, which related nodes to fetch as well
3482
- */
3483
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3484
- /**
3485
- * Filter, which BoqEventItem to fetch.
3486
- */
3487
- where?: Prisma.BoqEventItemWhereInput
3488
- /**
3489
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
3490
- *
3491
- * Determine the order of BoqEventItems to fetch.
3492
- */
3493
- orderBy?: Prisma.BoqEventItemOrderByWithRelationInput | Prisma.BoqEventItemOrderByWithRelationInput[]
3494
- /**
3495
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
3496
- *
3497
- * Sets the position for searching for BoqEventItems.
3498
- */
3499
- cursor?: Prisma.BoqEventItemWhereUniqueInput
3500
- /**
3501
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3502
- *
3503
- * Take `±n` BoqEventItems from the position of the cursor.
3504
- */
3505
- take?: number
3506
- /**
3507
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3508
- *
3509
- * Skip the first `n` BoqEventItems.
3510
- */
3511
- skip?: number
3512
- /**
3513
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
3514
- *
3515
- * Filter by unique combinations of BoqEventItems.
3516
- */
3517
- distinct?: Prisma.BoqEventItemScalarFieldEnum | Prisma.BoqEventItemScalarFieldEnum[]
3518
- }
3519
-
3520
- /**
3521
- * BoqEventItem findFirstOrThrow
3522
- */
3523
- export type BoqEventItemFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3524
- /**
3525
- * Select specific fields to fetch from the BoqEventItem
3526
- */
3527
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3528
- /**
3529
- * Omit specific fields from the BoqEventItem
3530
- */
3531
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3532
- /**
3533
- * Choose, which related nodes to fetch as well
3534
- */
3535
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3536
- /**
3537
- * Filter, which BoqEventItem to fetch.
3538
- */
3539
- where?: Prisma.BoqEventItemWhereInput
3540
- /**
3541
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
3542
- *
3543
- * Determine the order of BoqEventItems to fetch.
3544
- */
3545
- orderBy?: Prisma.BoqEventItemOrderByWithRelationInput | Prisma.BoqEventItemOrderByWithRelationInput[]
3546
- /**
3547
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
3548
- *
3549
- * Sets the position for searching for BoqEventItems.
3550
- */
3551
- cursor?: Prisma.BoqEventItemWhereUniqueInput
3552
- /**
3553
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3554
- *
3555
- * Take `±n` BoqEventItems from the position of the cursor.
3556
- */
3557
- take?: number
3558
- /**
3559
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3560
- *
3561
- * Skip the first `n` BoqEventItems.
3562
- */
3563
- skip?: number
3564
- /**
3565
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
3566
- *
3567
- * Filter by unique combinations of BoqEventItems.
3568
- */
3569
- distinct?: Prisma.BoqEventItemScalarFieldEnum | Prisma.BoqEventItemScalarFieldEnum[]
3570
- }
3571
-
3572
- /**
3573
- * BoqEventItem findMany
3574
- */
3575
- export type BoqEventItemFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3576
- /**
3577
- * Select specific fields to fetch from the BoqEventItem
3578
- */
3579
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3580
- /**
3581
- * Omit specific fields from the BoqEventItem
3582
- */
3583
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3584
- /**
3585
- * Choose, which related nodes to fetch as well
3586
- */
3587
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3588
- /**
3589
- * Filter, which BoqEventItems to fetch.
3590
- */
3591
- where?: Prisma.BoqEventItemWhereInput
3592
- /**
3593
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
3594
- *
3595
- * Determine the order of BoqEventItems to fetch.
3596
- */
3597
- orderBy?: Prisma.BoqEventItemOrderByWithRelationInput | Prisma.BoqEventItemOrderByWithRelationInput[]
3598
- /**
3599
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
3600
- *
3601
- * Sets the position for listing BoqEventItems.
3602
- */
3603
- cursor?: Prisma.BoqEventItemWhereUniqueInput
3604
- /**
3605
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3606
- *
3607
- * Take `±n` BoqEventItems from the position of the cursor.
3608
- */
3609
- take?: number
3610
- /**
3611
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3612
- *
3613
- * Skip the first `n` BoqEventItems.
3614
- */
3615
- skip?: number
3616
- /**
3617
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
3618
- *
3619
- * Filter by unique combinations of BoqEventItems.
3620
- */
3621
- distinct?: Prisma.BoqEventItemScalarFieldEnum | Prisma.BoqEventItemScalarFieldEnum[]
3622
- }
3623
-
3624
- /**
3625
- * BoqEventItem create
3626
- */
3627
- export type BoqEventItemCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3628
- /**
3629
- * Select specific fields to fetch from the BoqEventItem
3630
- */
3631
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3632
- /**
3633
- * Omit specific fields from the BoqEventItem
3634
- */
3635
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3636
- /**
3637
- * Choose, which related nodes to fetch as well
3638
- */
3639
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3640
- /**
3641
- * The data needed to create a BoqEventItem.
3642
- */
3643
- data?: Prisma.XOR<Prisma.BoqEventItemCreateInput, Prisma.BoqEventItemUncheckedCreateInput>
3644
- }
3645
-
3646
- /**
3647
- * BoqEventItem createMany
3648
- */
3649
- export type BoqEventItemCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3650
- /**
3651
- * The data used to create many BoqEventItems.
3652
- */
3653
- data: Prisma.BoqEventItemCreateManyInput | Prisma.BoqEventItemCreateManyInput[]
3654
- skipDuplicates?: boolean
3655
- }
3656
-
3657
- /**
3658
- * BoqEventItem createManyAndReturn
3659
- */
3660
- export type BoqEventItemCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3661
- /**
3662
- * Select specific fields to fetch from the BoqEventItem
3663
- */
3664
- select?: Prisma.BoqEventItemSelectCreateManyAndReturn<ExtArgs> | null
3665
- /**
3666
- * Omit specific fields from the BoqEventItem
3667
- */
3668
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3669
- /**
3670
- * The data used to create many BoqEventItems.
3671
- */
3672
- data: Prisma.BoqEventItemCreateManyInput | Prisma.BoqEventItemCreateManyInput[]
3673
- skipDuplicates?: boolean
3674
- /**
3675
- * Choose, which related nodes to fetch as well
3676
- */
3677
- include?: Prisma.BoqEventItemIncludeCreateManyAndReturn<ExtArgs> | null
3678
- }
3679
-
3680
- /**
3681
- * BoqEventItem update
3682
- */
3683
- export type BoqEventItemUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3684
- /**
3685
- * Select specific fields to fetch from the BoqEventItem
3686
- */
3687
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3688
- /**
3689
- * Omit specific fields from the BoqEventItem
3690
- */
3691
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3692
- /**
3693
- * Choose, which related nodes to fetch as well
3694
- */
3695
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3696
- /**
3697
- * The data needed to update a BoqEventItem.
3698
- */
3699
- data: Prisma.XOR<Prisma.BoqEventItemUpdateInput, Prisma.BoqEventItemUncheckedUpdateInput>
3700
- /**
3701
- * Choose, which BoqEventItem to update.
3702
- */
3703
- where: Prisma.BoqEventItemWhereUniqueInput
3704
- }
3705
-
3706
- /**
3707
- * BoqEventItem updateMany
3708
- */
3709
- export type BoqEventItemUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3710
- /**
3711
- * The data used to update BoqEventItems.
3712
- */
3713
- data: Prisma.XOR<Prisma.BoqEventItemUpdateManyMutationInput, Prisma.BoqEventItemUncheckedUpdateManyInput>
3714
- /**
3715
- * Filter which BoqEventItems to update
3716
- */
3717
- where?: Prisma.BoqEventItemWhereInput
3718
- /**
3719
- * Limit how many BoqEventItems to update.
3720
- */
3721
- limit?: number
3722
- }
3723
-
3724
- /**
3725
- * BoqEventItem updateManyAndReturn
3726
- */
3727
- export type BoqEventItemUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3728
- /**
3729
- * Select specific fields to fetch from the BoqEventItem
3730
- */
3731
- select?: Prisma.BoqEventItemSelectUpdateManyAndReturn<ExtArgs> | null
3732
- /**
3733
- * Omit specific fields from the BoqEventItem
3734
- */
3735
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3736
- /**
3737
- * The data used to update BoqEventItems.
3738
- */
3739
- data: Prisma.XOR<Prisma.BoqEventItemUpdateManyMutationInput, Prisma.BoqEventItemUncheckedUpdateManyInput>
3740
- /**
3741
- * Filter which BoqEventItems to update
3742
- */
3743
- where?: Prisma.BoqEventItemWhereInput
3744
- /**
3745
- * Limit how many BoqEventItems to update.
3746
- */
3747
- limit?: number
3748
- /**
3749
- * Choose, which related nodes to fetch as well
3750
- */
3751
- include?: Prisma.BoqEventItemIncludeUpdateManyAndReturn<ExtArgs> | null
3752
- }
3753
-
3754
- /**
3755
- * BoqEventItem upsert
3756
- */
3757
- export type BoqEventItemUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3758
- /**
3759
- * Select specific fields to fetch from the BoqEventItem
3760
- */
3761
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3762
- /**
3763
- * Omit specific fields from the BoqEventItem
3764
- */
3765
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3766
- /**
3767
- * Choose, which related nodes to fetch as well
3768
- */
3769
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3770
- /**
3771
- * The filter to search for the BoqEventItem to update in case it exists.
3772
- */
3773
- where: Prisma.BoqEventItemWhereUniqueInput
3774
- /**
3775
- * In case the BoqEventItem found by the `where` argument doesn't exist, create a new BoqEventItem with this data.
3776
- */
3777
- create: Prisma.XOR<Prisma.BoqEventItemCreateInput, Prisma.BoqEventItemUncheckedCreateInput>
3778
- /**
3779
- * In case the BoqEventItem was found with the provided `where` argument, update it with this data.
3780
- */
3781
- update: Prisma.XOR<Prisma.BoqEventItemUpdateInput, Prisma.BoqEventItemUncheckedUpdateInput>
3782
- }
3783
-
3784
- /**
3785
- * BoqEventItem delete
3786
- */
3787
- export type BoqEventItemDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3788
- /**
3789
- * Select specific fields to fetch from the BoqEventItem
3790
- */
3791
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3792
- /**
3793
- * Omit specific fields from the BoqEventItem
3794
- */
3795
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3796
- /**
3797
- * Choose, which related nodes to fetch as well
3798
- */
3799
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3800
- /**
3801
- * Filter which BoqEventItem to delete.
3802
- */
3803
- where: Prisma.BoqEventItemWhereUniqueInput
3804
- }
3805
-
3806
- /**
3807
- * BoqEventItem deleteMany
3808
- */
3809
- export type BoqEventItemDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3810
- /**
3811
- * Filter which BoqEventItems to delete
3812
- */
3813
- where?: Prisma.BoqEventItemWhereInput
3814
- /**
3815
- * Limit how many BoqEventItems to delete.
3816
- */
3817
- limit?: number
3818
- }
3819
-
3820
- /**
3821
- * BoqEventItem.category
3822
- */
3823
- export type BoqEventItem$categoryArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3824
- /**
3825
- * Select specific fields to fetch from the Category
3826
- */
3827
- select?: Prisma.CategorySelect<ExtArgs> | null
3828
- /**
3829
- * Omit specific fields from the Category
3830
- */
3831
- omit?: Prisma.CategoryOmit<ExtArgs> | null
3832
- /**
3833
- * Choose, which related nodes to fetch as well
3834
- */
3835
- include?: Prisma.CategoryInclude<ExtArgs> | null
3836
- where?: Prisma.CategoryWhereInput
3837
- }
3838
-
3839
- /**
3840
- * BoqEventItem.sub_category
3841
- */
3842
- export type BoqEventItem$sub_categoryArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3843
- /**
3844
- * Select specific fields to fetch from the Category
3845
- */
3846
- select?: Prisma.CategorySelect<ExtArgs> | null
3847
- /**
3848
- * Omit specific fields from the Category
3849
- */
3850
- omit?: Prisma.CategoryOmit<ExtArgs> | null
3851
- /**
3852
- * Choose, which related nodes to fetch as well
3853
- */
3854
- include?: Prisma.CategoryInclude<ExtArgs> | null
3855
- where?: Prisma.CategoryWhereInput
3856
- }
3857
-
3858
- /**
3859
- * BoqEventItem.event
3860
- */
3861
- export type BoqEventItem$eventArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3862
- /**
3863
- * Select specific fields to fetch from the Event
3864
- */
3865
- select?: Prisma.EventSelect<ExtArgs> | null
3866
- /**
3867
- * Omit specific fields from the Event
3868
- */
3869
- omit?: Prisma.EventOmit<ExtArgs> | null
3870
- /**
3871
- * Choose, which related nodes to fetch as well
3872
- */
3873
- include?: Prisma.EventInclude<ExtArgs> | null
3874
- where?: Prisma.EventWhereInput
3875
- }
3876
-
3877
- /**
3878
- * BoqEventItem.parent_version
3879
- */
3880
- export type BoqEventItem$parent_versionArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3881
- /**
3882
- * Select specific fields to fetch from the BoqEventItem
3883
- */
3884
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3885
- /**
3886
- * Omit specific fields from the BoqEventItem
3887
- */
3888
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3889
- /**
3890
- * Choose, which related nodes to fetch as well
3891
- */
3892
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3893
- where?: Prisma.BoqEventItemWhereInput
3894
- }
3895
-
3896
- /**
3897
- * BoqEventItem.bids
3898
- */
3899
- export type BoqEventItem$bidsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3900
- /**
3901
- * Select specific fields to fetch from the Bid
3902
- */
3903
- select?: Prisma.BidSelect<ExtArgs> | null
3904
- /**
3905
- * Omit specific fields from the Bid
3906
- */
3907
- omit?: Prisma.BidOmit<ExtArgs> | null
3908
- /**
3909
- * Choose, which related nodes to fetch as well
3910
- */
3911
- include?: Prisma.BidInclude<ExtArgs> | null
3912
- where?: Prisma.BidWhereInput
3913
- orderBy?: Prisma.BidOrderByWithRelationInput | Prisma.BidOrderByWithRelationInput[]
3914
- cursor?: Prisma.BidWhereUniqueInput
3915
- take?: number
3916
- skip?: number
3917
- distinct?: Prisma.BidScalarFieldEnum | Prisma.BidScalarFieldEnum[]
3918
- }
3919
-
3920
- /**
3921
- * BoqEventItem.bid_logs
3922
- */
3923
- export type BoqEventItem$bid_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3924
- /**
3925
- * Select specific fields to fetch from the BidLog
3926
- */
3927
- select?: Prisma.BidLogSelect<ExtArgs> | null
3928
- /**
3929
- * Omit specific fields from the BidLog
3930
- */
3931
- omit?: Prisma.BidLogOmit<ExtArgs> | null
3932
- /**
3933
- * Choose, which related nodes to fetch as well
3934
- */
3935
- include?: Prisma.BidLogInclude<ExtArgs> | null
3936
- where?: Prisma.BidLogWhereInput
3937
- orderBy?: Prisma.BidLogOrderByWithRelationInput | Prisma.BidLogOrderByWithRelationInput[]
3938
- cursor?: Prisma.BidLogWhereUniqueInput
3939
- take?: number
3940
- skip?: number
3941
- distinct?: Prisma.BidLogScalarFieldEnum | Prisma.BidLogScalarFieldEnum[]
3942
- }
3943
-
3944
- /**
3945
- * BoqEventItem.quotations
3946
- */
3947
- export type BoqEventItem$quotationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3948
- /**
3949
- * Select specific fields to fetch from the Quotation
3950
- */
3951
- select?: Prisma.QuotationSelect<ExtArgs> | null
3952
- /**
3953
- * Omit specific fields from the Quotation
3954
- */
3955
- omit?: Prisma.QuotationOmit<ExtArgs> | null
3956
- /**
3957
- * Choose, which related nodes to fetch as well
3958
- */
3959
- include?: Prisma.QuotationInclude<ExtArgs> | null
3960
- where?: Prisma.QuotationWhereInput
3961
- orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
3962
- cursor?: Prisma.QuotationWhereUniqueInput
3963
- take?: number
3964
- skip?: number
3965
- distinct?: Prisma.QuotationScalarFieldEnum | Prisma.QuotationScalarFieldEnum[]
3966
- }
3967
-
3968
- /**
3969
- * BoqEventItem.quotation_logs
3970
- */
3971
- export type BoqEventItem$quotation_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3972
- /**
3973
- * Select specific fields to fetch from the QuotationLog
3974
- */
3975
- select?: Prisma.QuotationLogSelect<ExtArgs> | null
3976
- /**
3977
- * Omit specific fields from the QuotationLog
3978
- */
3979
- omit?: Prisma.QuotationLogOmit<ExtArgs> | null
3980
- /**
3981
- * Choose, which related nodes to fetch as well
3982
- */
3983
- include?: Prisma.QuotationLogInclude<ExtArgs> | null
3984
- where?: Prisma.QuotationLogWhereInput
3985
- orderBy?: Prisma.QuotationLogOrderByWithRelationInput | Prisma.QuotationLogOrderByWithRelationInput[]
3986
- cursor?: Prisma.QuotationLogWhereUniqueInput
3987
- take?: number
3988
- skip?: number
3989
- distinct?: Prisma.QuotationLogScalarFieldEnum | Prisma.QuotationLogScalarFieldEnum[]
3990
- }
3991
-
3992
- /**
3993
- * BoqEventItem.purchase_order_items
3994
- */
3995
- export type BoqEventItem$purchase_order_itemsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3996
- /**
3997
- * Select specific fields to fetch from the PurchaseOrderItem
3998
- */
3999
- select?: Prisma.PurchaseOrderItemSelect<ExtArgs> | null
4000
- /**
4001
- * Omit specific fields from the PurchaseOrderItem
4002
- */
4003
- omit?: Prisma.PurchaseOrderItemOmit<ExtArgs> | null
4004
- /**
4005
- * Choose, which related nodes to fetch as well
4006
- */
4007
- include?: Prisma.PurchaseOrderItemInclude<ExtArgs> | null
4008
- where?: Prisma.PurchaseOrderItemWhereInput
4009
- orderBy?: Prisma.PurchaseOrderItemOrderByWithRelationInput | Prisma.PurchaseOrderItemOrderByWithRelationInput[]
4010
- cursor?: Prisma.PurchaseOrderItemWhereUniqueInput
4011
- take?: number
4012
- skip?: number
4013
- distinct?: Prisma.PurchaseOrderItemScalarFieldEnum | Prisma.PurchaseOrderItemScalarFieldEnum[]
4014
- }
4015
-
4016
- /**
4017
- * BoqEventItem.boq_event_items
4018
- */
4019
- export type BoqEventItem$boq_event_itemsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4020
- /**
4021
- * Select specific fields to fetch from the BoqEventItem
4022
- */
4023
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
4024
- /**
4025
- * Omit specific fields from the BoqEventItem
4026
- */
4027
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
4028
- /**
4029
- * Choose, which related nodes to fetch as well
4030
- */
4031
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
4032
- where?: Prisma.BoqEventItemWhereInput
4033
- orderBy?: Prisma.BoqEventItemOrderByWithRelationInput | Prisma.BoqEventItemOrderByWithRelationInput[]
4034
- cursor?: Prisma.BoqEventItemWhereUniqueInput
4035
- take?: number
4036
- skip?: number
4037
- distinct?: Prisma.BoqEventItemScalarFieldEnum | Prisma.BoqEventItemScalarFieldEnum[]
4038
- }
4039
-
4040
- /**
4041
- * BoqEventItem without action
4042
- */
4043
- export type BoqEventItemDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4044
- /**
4045
- * Select specific fields to fetch from the BoqEventItem
4046
- */
4047
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
4048
- /**
4049
- * Omit specific fields from the BoqEventItem
4050
- */
4051
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
4052
- /**
4053
- * Choose, which related nodes to fetch as well
4054
- */
4055
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
4056
- }