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,3207 +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 `Quotation` 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 Quotation
17
- *
18
- */
19
- export type QuotationModel = runtime.Types.Result.DefaultSelection<Prisma.$QuotationPayload>
20
-
21
- export type AggregateQuotation = {
22
- _count: QuotationCountAggregateOutputType | null
23
- _avg: QuotationAvgAggregateOutputType | null
24
- _sum: QuotationSumAggregateOutputType | null
25
- _min: QuotationMinAggregateOutputType | null
26
- _max: QuotationMaxAggregateOutputType | null
27
- }
28
-
29
- export type QuotationAvgAggregateOutputType = {
30
- id: number | null
31
- event_id: number | null
32
- event_item_id: number | null
33
- boq_event_item_id: number | null
34
- event_vendor_id: number | null
35
- quotation_log_id: number | null
36
- quote_amount: number | null
37
- validity_period: number | null
38
- quotation_rank: number | null
39
- current_revision: number | null
40
- version: number | null
41
- created_by: number | null
42
- updated_by: number | null
43
- deleted_by: number | null
44
- }
45
-
46
- export type QuotationSumAggregateOutputType = {
47
- id: number | null
48
- event_id: number | null
49
- event_item_id: number | null
50
- boq_event_item_id: number | null
51
- event_vendor_id: number | null
52
- quotation_log_id: number | null
53
- quote_amount: number | null
54
- validity_period: number | null
55
- quotation_rank: number | null
56
- current_revision: number | null
57
- version: number | null
58
- created_by: number | null
59
- updated_by: number | null
60
- deleted_by: number | null
61
- }
62
-
63
- export type QuotationMinAggregateOutputType = {
64
- id: number | null
65
- uuid: string | null
66
- event_id: number | null
67
- event_item_id: number | null
68
- boq_event_item_id: number | null
69
- event_type: $Enums.EventType | null
70
- event_vendor_id: number | null
71
- quotation_log_id: number | null
72
- quote_amount: number | null
73
- delivery_timeline: string | null
74
- warranty_terms: string | null
75
- payment_terms: string | null
76
- validity_period: number | null
77
- quotation_status: $Enums.QuotationStatus | null
78
- quotation_rank: number | null
79
- current_revision: number | null
80
- version: number | null
81
- created_at: Date | null
82
- created_by: number | null
83
- updated_at: Date | null
84
- updated_by: number | null
85
- is_deleted: boolean | null
86
- deleted_at: Date | null
87
- deleted_by: number | null
88
- }
89
-
90
- export type QuotationMaxAggregateOutputType = {
91
- id: number | null
92
- uuid: string | null
93
- event_id: number | null
94
- event_item_id: number | null
95
- boq_event_item_id: number | null
96
- event_type: $Enums.EventType | null
97
- event_vendor_id: number | null
98
- quotation_log_id: number | null
99
- quote_amount: number | null
100
- delivery_timeline: string | null
101
- warranty_terms: string | null
102
- payment_terms: string | null
103
- validity_period: number | null
104
- quotation_status: $Enums.QuotationStatus | null
105
- quotation_rank: number | null
106
- current_revision: number | null
107
- version: number | null
108
- created_at: Date | null
109
- created_by: number | null
110
- updated_at: Date | null
111
- updated_by: number | null
112
- is_deleted: boolean | null
113
- deleted_at: Date | null
114
- deleted_by: number | null
115
- }
116
-
117
- export type QuotationCountAggregateOutputType = {
118
- id: number
119
- uuid: number
120
- event_id: number
121
- event_item_id: number
122
- boq_event_item_id: number
123
- event_type: number
124
- event_vendor_id: number
125
- quotation_log_id: number
126
- quote_amount: number
127
- technical_details: number
128
- delivery_timeline: number
129
- warranty_terms: number
130
- payment_terms: number
131
- validity_period: number
132
- quotation_status: number
133
- quotation_rank: number
134
- current_revision: number
135
- version: number
136
- created_at: number
137
- created_by: number
138
- updated_at: number
139
- updated_by: number
140
- is_deleted: number
141
- deleted_at: number
142
- deleted_by: number
143
- _all: number
144
- }
145
-
146
-
147
- export type QuotationAvgAggregateInputType = {
148
- id?: true
149
- event_id?: true
150
- event_item_id?: true
151
- boq_event_item_id?: true
152
- event_vendor_id?: true
153
- quotation_log_id?: true
154
- quote_amount?: true
155
- validity_period?: true
156
- quotation_rank?: true
157
- current_revision?: true
158
- version?: true
159
- created_by?: true
160
- updated_by?: true
161
- deleted_by?: true
162
- }
163
-
164
- export type QuotationSumAggregateInputType = {
165
- id?: true
166
- event_id?: true
167
- event_item_id?: true
168
- boq_event_item_id?: true
169
- event_vendor_id?: true
170
- quotation_log_id?: true
171
- quote_amount?: true
172
- validity_period?: true
173
- quotation_rank?: true
174
- current_revision?: true
175
- version?: true
176
- created_by?: true
177
- updated_by?: true
178
- deleted_by?: true
179
- }
180
-
181
- export type QuotationMinAggregateInputType = {
182
- id?: true
183
- uuid?: true
184
- event_id?: true
185
- event_item_id?: true
186
- boq_event_item_id?: true
187
- event_type?: true
188
- event_vendor_id?: true
189
- quotation_log_id?: true
190
- quote_amount?: true
191
- delivery_timeline?: true
192
- warranty_terms?: true
193
- payment_terms?: true
194
- validity_period?: true
195
- quotation_status?: true
196
- quotation_rank?: true
197
- current_revision?: true
198
- version?: 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 QuotationMaxAggregateInputType = {
209
- id?: true
210
- uuid?: true
211
- event_id?: true
212
- event_item_id?: true
213
- boq_event_item_id?: true
214
- event_type?: true
215
- event_vendor_id?: true
216
- quotation_log_id?: true
217
- quote_amount?: true
218
- delivery_timeline?: true
219
- warranty_terms?: true
220
- payment_terms?: true
221
- validity_period?: true
222
- quotation_status?: true
223
- quotation_rank?: true
224
- current_revision?: true
225
- version?: true
226
- created_at?: true
227
- created_by?: true
228
- updated_at?: true
229
- updated_by?: true
230
- is_deleted?: true
231
- deleted_at?: true
232
- deleted_by?: true
233
- }
234
-
235
- export type QuotationCountAggregateInputType = {
236
- id?: true
237
- uuid?: true
238
- event_id?: true
239
- event_item_id?: true
240
- boq_event_item_id?: true
241
- event_type?: true
242
- event_vendor_id?: true
243
- quotation_log_id?: true
244
- quote_amount?: true
245
- technical_details?: true
246
- delivery_timeline?: true
247
- warranty_terms?: true
248
- payment_terms?: true
249
- validity_period?: true
250
- quotation_status?: true
251
- quotation_rank?: true
252
- current_revision?: true
253
- version?: true
254
- created_at?: true
255
- created_by?: true
256
- updated_at?: true
257
- updated_by?: true
258
- is_deleted?: true
259
- deleted_at?: true
260
- deleted_by?: true
261
- _all?: true
262
- }
263
-
264
- export type QuotationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
265
- /**
266
- * Filter which Quotation to aggregate.
267
- */
268
- where?: Prisma.QuotationWhereInput
269
- /**
270
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
271
- *
272
- * Determine the order of Quotations to fetch.
273
- */
274
- orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
275
- /**
276
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
277
- *
278
- * Sets the start position
279
- */
280
- cursor?: Prisma.QuotationWhereUniqueInput
281
- /**
282
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
283
- *
284
- * Take `±n` Quotations from the position of the cursor.
285
- */
286
- take?: number
287
- /**
288
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
289
- *
290
- * Skip the first `n` Quotations.
291
- */
292
- skip?: number
293
- /**
294
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
295
- *
296
- * Count returned Quotations
297
- **/
298
- _count?: true | QuotationCountAggregateInputType
299
- /**
300
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
301
- *
302
- * Select which fields to average
303
- **/
304
- _avg?: QuotationAvgAggregateInputType
305
- /**
306
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
307
- *
308
- * Select which fields to sum
309
- **/
310
- _sum?: QuotationSumAggregateInputType
311
- /**
312
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
313
- *
314
- * Select which fields to find the minimum value
315
- **/
316
- _min?: QuotationMinAggregateInputType
317
- /**
318
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
319
- *
320
- * Select which fields to find the maximum value
321
- **/
322
- _max?: QuotationMaxAggregateInputType
323
- }
324
-
325
- export type GetQuotationAggregateType<T extends QuotationAggregateArgs> = {
326
- [P in keyof T & keyof AggregateQuotation]: P extends '_count' | 'count'
327
- ? T[P] extends true
328
- ? number
329
- : Prisma.GetScalarType<T[P], AggregateQuotation[P]>
330
- : Prisma.GetScalarType<T[P], AggregateQuotation[P]>
331
- }
332
-
333
-
334
-
335
-
336
- export type QuotationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
337
- where?: Prisma.QuotationWhereInput
338
- orderBy?: Prisma.QuotationOrderByWithAggregationInput | Prisma.QuotationOrderByWithAggregationInput[]
339
- by: Prisma.QuotationScalarFieldEnum[] | Prisma.QuotationScalarFieldEnum
340
- having?: Prisma.QuotationScalarWhereWithAggregatesInput
341
- take?: number
342
- skip?: number
343
- _count?: QuotationCountAggregateInputType | true
344
- _avg?: QuotationAvgAggregateInputType
345
- _sum?: QuotationSumAggregateInputType
346
- _min?: QuotationMinAggregateInputType
347
- _max?: QuotationMaxAggregateInputType
348
- }
349
-
350
- export type QuotationGroupByOutputType = {
351
- id: number
352
- uuid: string
353
- event_id: number | null
354
- event_item_id: number | null
355
- boq_event_item_id: number | null
356
- event_type: $Enums.EventType | null
357
- event_vendor_id: number | null
358
- quotation_log_id: number | null
359
- quote_amount: number | null
360
- technical_details: runtime.JsonValue | null
361
- delivery_timeline: string | null
362
- warranty_terms: string | null
363
- payment_terms: string | null
364
- validity_period: number | null
365
- quotation_status: $Enums.QuotationStatus
366
- quotation_rank: number | null
367
- current_revision: number
368
- version: number
369
- created_at: Date
370
- created_by: number | null
371
- updated_at: Date
372
- updated_by: number | null
373
- is_deleted: boolean
374
- deleted_at: Date | null
375
- deleted_by: number | null
376
- _count: QuotationCountAggregateOutputType | null
377
- _avg: QuotationAvgAggregateOutputType | null
378
- _sum: QuotationSumAggregateOutputType | null
379
- _min: QuotationMinAggregateOutputType | null
380
- _max: QuotationMaxAggregateOutputType | null
381
- }
382
-
383
- export type GetQuotationGroupByPayload<T extends QuotationGroupByArgs> = Prisma.PrismaPromise<
384
- Array<
385
- Prisma.PickEnumerable<QuotationGroupByOutputType, T['by']> &
386
- {
387
- [P in ((keyof T) & (keyof QuotationGroupByOutputType))]: P extends '_count'
388
- ? T[P] extends boolean
389
- ? number
390
- : Prisma.GetScalarType<T[P], QuotationGroupByOutputType[P]>
391
- : Prisma.GetScalarType<T[P], QuotationGroupByOutputType[P]>
392
- }
393
- >
394
- >
395
-
396
-
397
-
398
- export type QuotationWhereInput = {
399
- AND?: Prisma.QuotationWhereInput | Prisma.QuotationWhereInput[]
400
- OR?: Prisma.QuotationWhereInput[]
401
- NOT?: Prisma.QuotationWhereInput | Prisma.QuotationWhereInput[]
402
- id?: Prisma.IntFilter<"Quotation"> | number
403
- uuid?: Prisma.StringFilter<"Quotation"> | string
404
- event_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
405
- event_item_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
406
- boq_event_item_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
407
- event_type?: Prisma.EnumEventTypeNullableFilter<"Quotation"> | $Enums.EventType | null
408
- event_vendor_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
409
- quotation_log_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
410
- quote_amount?: Prisma.FloatNullableFilter<"Quotation"> | number | null
411
- technical_details?: Prisma.JsonNullableFilter<"Quotation">
412
- delivery_timeline?: Prisma.StringNullableFilter<"Quotation"> | string | null
413
- warranty_terms?: Prisma.StringNullableFilter<"Quotation"> | string | null
414
- payment_terms?: Prisma.StringNullableFilter<"Quotation"> | string | null
415
- validity_period?: Prisma.IntNullableFilter<"Quotation"> | number | null
416
- quotation_status?: Prisma.EnumQuotationStatusFilter<"Quotation"> | $Enums.QuotationStatus
417
- quotation_rank?: Prisma.IntNullableFilter<"Quotation"> | number | null
418
- current_revision?: Prisma.IntFilter<"Quotation"> | number
419
- version?: Prisma.IntFilter<"Quotation"> | number
420
- created_at?: Prisma.DateTimeFilter<"Quotation"> | Date | string
421
- created_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
422
- updated_at?: Prisma.DateTimeFilter<"Quotation"> | Date | string
423
- updated_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
424
- is_deleted?: Prisma.BoolFilter<"Quotation"> | boolean
425
- deleted_at?: Prisma.DateTimeNullableFilter<"Quotation"> | Date | string | null
426
- deleted_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
427
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
428
- event_item?: Prisma.XOR<Prisma.EventItemsNullableScalarRelationFilter, Prisma.EventItemsWhereInput> | null
429
- boq_event_item?: Prisma.XOR<Prisma.BoqEventItemNullableScalarRelationFilter, Prisma.BoqEventItemWhereInput> | null
430
- event_vendor?: Prisma.XOR<Prisma.EventVendorsNullableScalarRelationFilter, Prisma.EventVendorsWhereInput> | null
431
- quotation_log?: Prisma.XOR<Prisma.QuotationLogNullableScalarRelationFilter, Prisma.QuotationLogWhereInput> | null
432
- }
433
-
434
- export type QuotationOrderByWithRelationInput = {
435
- id?: Prisma.SortOrder
436
- uuid?: Prisma.SortOrder
437
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
438
- event_item_id?: Prisma.SortOrderInput | Prisma.SortOrder
439
- boq_event_item_id?: Prisma.SortOrderInput | Prisma.SortOrder
440
- event_type?: Prisma.SortOrderInput | Prisma.SortOrder
441
- event_vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
442
- quotation_log_id?: Prisma.SortOrderInput | Prisma.SortOrder
443
- quote_amount?: Prisma.SortOrderInput | Prisma.SortOrder
444
- technical_details?: Prisma.SortOrderInput | Prisma.SortOrder
445
- delivery_timeline?: Prisma.SortOrderInput | Prisma.SortOrder
446
- warranty_terms?: Prisma.SortOrderInput | Prisma.SortOrder
447
- payment_terms?: Prisma.SortOrderInput | Prisma.SortOrder
448
- validity_period?: Prisma.SortOrderInput | Prisma.SortOrder
449
- quotation_status?: Prisma.SortOrder
450
- quotation_rank?: Prisma.SortOrderInput | Prisma.SortOrder
451
- current_revision?: Prisma.SortOrder
452
- version?: Prisma.SortOrder
453
- created_at?: Prisma.SortOrder
454
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
455
- updated_at?: Prisma.SortOrder
456
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
457
- is_deleted?: Prisma.SortOrder
458
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
459
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
460
- event?: Prisma.EventOrderByWithRelationInput
461
- event_item?: Prisma.EventItemsOrderByWithRelationInput
462
- boq_event_item?: Prisma.BoqEventItemOrderByWithRelationInput
463
- event_vendor?: Prisma.EventVendorsOrderByWithRelationInput
464
- quotation_log?: Prisma.QuotationLogOrderByWithRelationInput
465
- }
466
-
467
- export type QuotationWhereUniqueInput = Prisma.AtLeast<{
468
- id?: number
469
- uuid?: string
470
- AND?: Prisma.QuotationWhereInput | Prisma.QuotationWhereInput[]
471
- OR?: Prisma.QuotationWhereInput[]
472
- NOT?: Prisma.QuotationWhereInput | Prisma.QuotationWhereInput[]
473
- event_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
474
- event_item_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
475
- boq_event_item_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
476
- event_type?: Prisma.EnumEventTypeNullableFilter<"Quotation"> | $Enums.EventType | null
477
- event_vendor_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
478
- quotation_log_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
479
- quote_amount?: Prisma.FloatNullableFilter<"Quotation"> | number | null
480
- technical_details?: Prisma.JsonNullableFilter<"Quotation">
481
- delivery_timeline?: Prisma.StringNullableFilter<"Quotation"> | string | null
482
- warranty_terms?: Prisma.StringNullableFilter<"Quotation"> | string | null
483
- payment_terms?: Prisma.StringNullableFilter<"Quotation"> | string | null
484
- validity_period?: Prisma.IntNullableFilter<"Quotation"> | number | null
485
- quotation_status?: Prisma.EnumQuotationStatusFilter<"Quotation"> | $Enums.QuotationStatus
486
- quotation_rank?: Prisma.IntNullableFilter<"Quotation"> | number | null
487
- current_revision?: Prisma.IntFilter<"Quotation"> | number
488
- version?: Prisma.IntFilter<"Quotation"> | number
489
- created_at?: Prisma.DateTimeFilter<"Quotation"> | Date | string
490
- created_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
491
- updated_at?: Prisma.DateTimeFilter<"Quotation"> | Date | string
492
- updated_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
493
- is_deleted?: Prisma.BoolFilter<"Quotation"> | boolean
494
- deleted_at?: Prisma.DateTimeNullableFilter<"Quotation"> | Date | string | null
495
- deleted_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
496
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
497
- event_item?: Prisma.XOR<Prisma.EventItemsNullableScalarRelationFilter, Prisma.EventItemsWhereInput> | null
498
- boq_event_item?: Prisma.XOR<Prisma.BoqEventItemNullableScalarRelationFilter, Prisma.BoqEventItemWhereInput> | null
499
- event_vendor?: Prisma.XOR<Prisma.EventVendorsNullableScalarRelationFilter, Prisma.EventVendorsWhereInput> | null
500
- quotation_log?: Prisma.XOR<Prisma.QuotationLogNullableScalarRelationFilter, Prisma.QuotationLogWhereInput> | null
501
- }, "id" | "uuid">
502
-
503
- export type QuotationOrderByWithAggregationInput = {
504
- id?: Prisma.SortOrder
505
- uuid?: Prisma.SortOrder
506
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
507
- event_item_id?: Prisma.SortOrderInput | Prisma.SortOrder
508
- boq_event_item_id?: Prisma.SortOrderInput | Prisma.SortOrder
509
- event_type?: Prisma.SortOrderInput | Prisma.SortOrder
510
- event_vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
511
- quotation_log_id?: Prisma.SortOrderInput | Prisma.SortOrder
512
- quote_amount?: Prisma.SortOrderInput | Prisma.SortOrder
513
- technical_details?: Prisma.SortOrderInput | Prisma.SortOrder
514
- delivery_timeline?: Prisma.SortOrderInput | Prisma.SortOrder
515
- warranty_terms?: Prisma.SortOrderInput | Prisma.SortOrder
516
- payment_terms?: Prisma.SortOrderInput | Prisma.SortOrder
517
- validity_period?: Prisma.SortOrderInput | Prisma.SortOrder
518
- quotation_status?: Prisma.SortOrder
519
- quotation_rank?: Prisma.SortOrderInput | Prisma.SortOrder
520
- current_revision?: Prisma.SortOrder
521
- version?: Prisma.SortOrder
522
- created_at?: Prisma.SortOrder
523
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
524
- updated_at?: Prisma.SortOrder
525
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
526
- is_deleted?: Prisma.SortOrder
527
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
528
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
529
- _count?: Prisma.QuotationCountOrderByAggregateInput
530
- _avg?: Prisma.QuotationAvgOrderByAggregateInput
531
- _max?: Prisma.QuotationMaxOrderByAggregateInput
532
- _min?: Prisma.QuotationMinOrderByAggregateInput
533
- _sum?: Prisma.QuotationSumOrderByAggregateInput
534
- }
535
-
536
- export type QuotationScalarWhereWithAggregatesInput = {
537
- AND?: Prisma.QuotationScalarWhereWithAggregatesInput | Prisma.QuotationScalarWhereWithAggregatesInput[]
538
- OR?: Prisma.QuotationScalarWhereWithAggregatesInput[]
539
- NOT?: Prisma.QuotationScalarWhereWithAggregatesInput | Prisma.QuotationScalarWhereWithAggregatesInput[]
540
- id?: Prisma.IntWithAggregatesFilter<"Quotation"> | number
541
- uuid?: Prisma.StringWithAggregatesFilter<"Quotation"> | string
542
- event_id?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
543
- event_item_id?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
544
- boq_event_item_id?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
545
- event_type?: Prisma.EnumEventTypeNullableWithAggregatesFilter<"Quotation"> | $Enums.EventType | null
546
- event_vendor_id?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
547
- quotation_log_id?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
548
- quote_amount?: Prisma.FloatNullableWithAggregatesFilter<"Quotation"> | number | null
549
- technical_details?: Prisma.JsonNullableWithAggregatesFilter<"Quotation">
550
- delivery_timeline?: Prisma.StringNullableWithAggregatesFilter<"Quotation"> | string | null
551
- warranty_terms?: Prisma.StringNullableWithAggregatesFilter<"Quotation"> | string | null
552
- payment_terms?: Prisma.StringNullableWithAggregatesFilter<"Quotation"> | string | null
553
- validity_period?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
554
- quotation_status?: Prisma.EnumQuotationStatusWithAggregatesFilter<"Quotation"> | $Enums.QuotationStatus
555
- quotation_rank?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
556
- current_revision?: Prisma.IntWithAggregatesFilter<"Quotation"> | number
557
- version?: Prisma.IntWithAggregatesFilter<"Quotation"> | number
558
- created_at?: Prisma.DateTimeWithAggregatesFilter<"Quotation"> | Date | string
559
- created_by?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
560
- updated_at?: Prisma.DateTimeWithAggregatesFilter<"Quotation"> | Date | string
561
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
562
- is_deleted?: Prisma.BoolWithAggregatesFilter<"Quotation"> | boolean
563
- deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"Quotation"> | Date | string | null
564
- deleted_by?: Prisma.IntNullableWithAggregatesFilter<"Quotation"> | number | null
565
- }
566
-
567
- export type QuotationCreateInput = {
568
- uuid?: string
569
- event_type?: $Enums.EventType | null
570
- quote_amount?: number | null
571
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
572
- delivery_timeline?: string | null
573
- warranty_terms?: string | null
574
- payment_terms?: string | null
575
- validity_period?: number | null
576
- quotation_status?: $Enums.QuotationStatus
577
- quotation_rank?: number | null
578
- current_revision?: number
579
- version?: number
580
- created_at?: Date | string
581
- created_by?: number | null
582
- updated_at?: Date | string
583
- updated_by?: number | null
584
- is_deleted?: boolean
585
- deleted_at?: Date | string | null
586
- deleted_by?: number | null
587
- event?: Prisma.EventCreateNestedOneWithoutQuotationsInput
588
- event_item?: Prisma.EventItemsCreateNestedOneWithoutQuotationsInput
589
- boq_event_item?: Prisma.BoqEventItemCreateNestedOneWithoutQuotationsInput
590
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutQuotationsInput
591
- quotation_log?: Prisma.QuotationLogCreateNestedOneWithoutQuotationInput
592
- }
593
-
594
- export type QuotationUncheckedCreateInput = {
595
- id?: number
596
- uuid?: string
597
- event_id?: number | null
598
- event_item_id?: number | null
599
- boq_event_item_id?: number | null
600
- event_type?: $Enums.EventType | null
601
- event_vendor_id?: number | null
602
- quotation_log_id?: number | null
603
- quote_amount?: number | null
604
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
605
- delivery_timeline?: string | null
606
- warranty_terms?: string | null
607
- payment_terms?: string | null
608
- validity_period?: number | null
609
- quotation_status?: $Enums.QuotationStatus
610
- quotation_rank?: number | null
611
- current_revision?: number
612
- version?: number
613
- created_at?: Date | string
614
- created_by?: number | null
615
- updated_at?: Date | string
616
- updated_by?: number | null
617
- is_deleted?: boolean
618
- deleted_at?: Date | string | null
619
- deleted_by?: number | null
620
- }
621
-
622
- export type QuotationUpdateInput = {
623
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
624
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
625
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
626
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
627
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
628
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
629
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
630
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
631
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
632
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
633
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
634
- version?: Prisma.IntFieldUpdateOperationsInput | number
635
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
636
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
637
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
638
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
639
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
640
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
641
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
642
- event?: Prisma.EventUpdateOneWithoutQuotationsNestedInput
643
- event_item?: Prisma.EventItemsUpdateOneWithoutQuotationsNestedInput
644
- boq_event_item?: Prisma.BoqEventItemUpdateOneWithoutQuotationsNestedInput
645
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutQuotationsNestedInput
646
- quotation_log?: Prisma.QuotationLogUpdateOneWithoutQuotationNestedInput
647
- }
648
-
649
- export type QuotationUncheckedUpdateInput = {
650
- id?: Prisma.IntFieldUpdateOperationsInput | number
651
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
652
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
653
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
654
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
655
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
656
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
657
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
658
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
659
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
660
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
661
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
662
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
663
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
664
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
665
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
666
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
667
- version?: Prisma.IntFieldUpdateOperationsInput | number
668
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
669
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
670
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
671
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
672
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
673
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
674
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
675
- }
676
-
677
- export type QuotationCreateManyInput = {
678
- id?: number
679
- uuid?: string
680
- event_id?: number | null
681
- event_item_id?: number | null
682
- boq_event_item_id?: number | null
683
- event_type?: $Enums.EventType | null
684
- event_vendor_id?: number | null
685
- quotation_log_id?: number | null
686
- quote_amount?: number | null
687
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
688
- delivery_timeline?: string | null
689
- warranty_terms?: string | null
690
- payment_terms?: string | null
691
- validity_period?: number | null
692
- quotation_status?: $Enums.QuotationStatus
693
- quotation_rank?: number | null
694
- current_revision?: number
695
- version?: number
696
- created_at?: Date | string
697
- created_by?: number | null
698
- updated_at?: Date | string
699
- updated_by?: number | null
700
- is_deleted?: boolean
701
- deleted_at?: Date | string | null
702
- deleted_by?: number | null
703
- }
704
-
705
- export type QuotationUpdateManyMutationInput = {
706
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
707
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
708
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
709
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
710
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
711
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
712
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
713
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
714
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
715
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
716
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
717
- version?: Prisma.IntFieldUpdateOperationsInput | number
718
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
719
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
720
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
721
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
722
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
723
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
724
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
725
- }
726
-
727
- export type QuotationUncheckedUpdateManyInput = {
728
- id?: Prisma.IntFieldUpdateOperationsInput | number
729
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
730
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
731
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
732
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
733
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
734
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
735
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
736
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
737
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
738
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
739
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
740
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
741
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
742
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
743
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
744
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
745
- version?: Prisma.IntFieldUpdateOperationsInput | number
746
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
747
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
748
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
749
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
750
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
751
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
752
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
753
- }
754
-
755
- export type QuotationListRelationFilter = {
756
- every?: Prisma.QuotationWhereInput
757
- some?: Prisma.QuotationWhereInput
758
- none?: Prisma.QuotationWhereInput
759
- }
760
-
761
- export type QuotationOrderByRelationAggregateInput = {
762
- _count?: Prisma.SortOrder
763
- }
764
-
765
- export type QuotationCountOrderByAggregateInput = {
766
- id?: Prisma.SortOrder
767
- uuid?: Prisma.SortOrder
768
- event_id?: Prisma.SortOrder
769
- event_item_id?: Prisma.SortOrder
770
- boq_event_item_id?: Prisma.SortOrder
771
- event_type?: Prisma.SortOrder
772
- event_vendor_id?: Prisma.SortOrder
773
- quotation_log_id?: Prisma.SortOrder
774
- quote_amount?: Prisma.SortOrder
775
- technical_details?: Prisma.SortOrder
776
- delivery_timeline?: Prisma.SortOrder
777
- warranty_terms?: Prisma.SortOrder
778
- payment_terms?: Prisma.SortOrder
779
- validity_period?: Prisma.SortOrder
780
- quotation_status?: Prisma.SortOrder
781
- quotation_rank?: Prisma.SortOrder
782
- current_revision?: Prisma.SortOrder
783
- version?: Prisma.SortOrder
784
- created_at?: Prisma.SortOrder
785
- created_by?: Prisma.SortOrder
786
- updated_at?: Prisma.SortOrder
787
- updated_by?: Prisma.SortOrder
788
- is_deleted?: Prisma.SortOrder
789
- deleted_at?: Prisma.SortOrder
790
- deleted_by?: Prisma.SortOrder
791
- }
792
-
793
- export type QuotationAvgOrderByAggregateInput = {
794
- id?: Prisma.SortOrder
795
- event_id?: Prisma.SortOrder
796
- event_item_id?: Prisma.SortOrder
797
- boq_event_item_id?: Prisma.SortOrder
798
- event_vendor_id?: Prisma.SortOrder
799
- quotation_log_id?: Prisma.SortOrder
800
- quote_amount?: Prisma.SortOrder
801
- validity_period?: Prisma.SortOrder
802
- quotation_rank?: Prisma.SortOrder
803
- current_revision?: Prisma.SortOrder
804
- version?: Prisma.SortOrder
805
- created_by?: Prisma.SortOrder
806
- updated_by?: Prisma.SortOrder
807
- deleted_by?: Prisma.SortOrder
808
- }
809
-
810
- export type QuotationMaxOrderByAggregateInput = {
811
- id?: Prisma.SortOrder
812
- uuid?: Prisma.SortOrder
813
- event_id?: Prisma.SortOrder
814
- event_item_id?: Prisma.SortOrder
815
- boq_event_item_id?: Prisma.SortOrder
816
- event_type?: Prisma.SortOrder
817
- event_vendor_id?: Prisma.SortOrder
818
- quotation_log_id?: Prisma.SortOrder
819
- quote_amount?: Prisma.SortOrder
820
- delivery_timeline?: Prisma.SortOrder
821
- warranty_terms?: Prisma.SortOrder
822
- payment_terms?: Prisma.SortOrder
823
- validity_period?: Prisma.SortOrder
824
- quotation_status?: Prisma.SortOrder
825
- quotation_rank?: Prisma.SortOrder
826
- current_revision?: Prisma.SortOrder
827
- version?: Prisma.SortOrder
828
- created_at?: Prisma.SortOrder
829
- created_by?: Prisma.SortOrder
830
- updated_at?: Prisma.SortOrder
831
- updated_by?: Prisma.SortOrder
832
- is_deleted?: Prisma.SortOrder
833
- deleted_at?: Prisma.SortOrder
834
- deleted_by?: Prisma.SortOrder
835
- }
836
-
837
- export type QuotationMinOrderByAggregateInput = {
838
- id?: Prisma.SortOrder
839
- uuid?: Prisma.SortOrder
840
- event_id?: Prisma.SortOrder
841
- event_item_id?: Prisma.SortOrder
842
- boq_event_item_id?: Prisma.SortOrder
843
- event_type?: Prisma.SortOrder
844
- event_vendor_id?: Prisma.SortOrder
845
- quotation_log_id?: Prisma.SortOrder
846
- quote_amount?: Prisma.SortOrder
847
- delivery_timeline?: Prisma.SortOrder
848
- warranty_terms?: Prisma.SortOrder
849
- payment_terms?: Prisma.SortOrder
850
- validity_period?: Prisma.SortOrder
851
- quotation_status?: Prisma.SortOrder
852
- quotation_rank?: Prisma.SortOrder
853
- current_revision?: Prisma.SortOrder
854
- version?: Prisma.SortOrder
855
- created_at?: Prisma.SortOrder
856
- created_by?: Prisma.SortOrder
857
- updated_at?: Prisma.SortOrder
858
- updated_by?: Prisma.SortOrder
859
- is_deleted?: Prisma.SortOrder
860
- deleted_at?: Prisma.SortOrder
861
- deleted_by?: Prisma.SortOrder
862
- }
863
-
864
- export type QuotationSumOrderByAggregateInput = {
865
- id?: Prisma.SortOrder
866
- event_id?: Prisma.SortOrder
867
- event_item_id?: Prisma.SortOrder
868
- boq_event_item_id?: Prisma.SortOrder
869
- event_vendor_id?: Prisma.SortOrder
870
- quotation_log_id?: Prisma.SortOrder
871
- quote_amount?: Prisma.SortOrder
872
- validity_period?: Prisma.SortOrder
873
- quotation_rank?: Prisma.SortOrder
874
- current_revision?: Prisma.SortOrder
875
- version?: Prisma.SortOrder
876
- created_by?: Prisma.SortOrder
877
- updated_by?: Prisma.SortOrder
878
- deleted_by?: Prisma.SortOrder
879
- }
880
-
881
- export type QuotationCreateNestedManyWithoutEventInput = {
882
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEventInput, Prisma.QuotationUncheckedCreateWithoutEventInput> | Prisma.QuotationCreateWithoutEventInput[] | Prisma.QuotationUncheckedCreateWithoutEventInput[]
883
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEventInput | Prisma.QuotationCreateOrConnectWithoutEventInput[]
884
- createMany?: Prisma.QuotationCreateManyEventInputEnvelope
885
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
886
- }
887
-
888
- export type QuotationUncheckedCreateNestedManyWithoutEventInput = {
889
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEventInput, Prisma.QuotationUncheckedCreateWithoutEventInput> | Prisma.QuotationCreateWithoutEventInput[] | Prisma.QuotationUncheckedCreateWithoutEventInput[]
890
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEventInput | Prisma.QuotationCreateOrConnectWithoutEventInput[]
891
- createMany?: Prisma.QuotationCreateManyEventInputEnvelope
892
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
893
- }
894
-
895
- export type QuotationUpdateManyWithoutEventNestedInput = {
896
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEventInput, Prisma.QuotationUncheckedCreateWithoutEventInput> | Prisma.QuotationCreateWithoutEventInput[] | Prisma.QuotationUncheckedCreateWithoutEventInput[]
897
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEventInput | Prisma.QuotationCreateOrConnectWithoutEventInput[]
898
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutEventInput | Prisma.QuotationUpsertWithWhereUniqueWithoutEventInput[]
899
- createMany?: Prisma.QuotationCreateManyEventInputEnvelope
900
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
901
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
902
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
903
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
904
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutEventInput | Prisma.QuotationUpdateWithWhereUniqueWithoutEventInput[]
905
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutEventInput | Prisma.QuotationUpdateManyWithWhereWithoutEventInput[]
906
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
907
- }
908
-
909
- export type QuotationUncheckedUpdateManyWithoutEventNestedInput = {
910
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEventInput, Prisma.QuotationUncheckedCreateWithoutEventInput> | Prisma.QuotationCreateWithoutEventInput[] | Prisma.QuotationUncheckedCreateWithoutEventInput[]
911
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEventInput | Prisma.QuotationCreateOrConnectWithoutEventInput[]
912
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutEventInput | Prisma.QuotationUpsertWithWhereUniqueWithoutEventInput[]
913
- createMany?: Prisma.QuotationCreateManyEventInputEnvelope
914
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
915
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
916
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
917
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
918
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutEventInput | Prisma.QuotationUpdateWithWhereUniqueWithoutEventInput[]
919
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutEventInput | Prisma.QuotationUpdateManyWithWhereWithoutEventInput[]
920
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
921
- }
922
-
923
- export type QuotationCreateNestedManyWithoutEvent_itemInput = {
924
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_itemInput, Prisma.QuotationUncheckedCreateWithoutEvent_itemInput> | Prisma.QuotationCreateWithoutEvent_itemInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_itemInput[]
925
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_itemInput | Prisma.QuotationCreateOrConnectWithoutEvent_itemInput[]
926
- createMany?: Prisma.QuotationCreateManyEvent_itemInputEnvelope
927
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
928
- }
929
-
930
- export type QuotationUncheckedCreateNestedManyWithoutEvent_itemInput = {
931
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_itemInput, Prisma.QuotationUncheckedCreateWithoutEvent_itemInput> | Prisma.QuotationCreateWithoutEvent_itemInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_itemInput[]
932
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_itemInput | Prisma.QuotationCreateOrConnectWithoutEvent_itemInput[]
933
- createMany?: Prisma.QuotationCreateManyEvent_itemInputEnvelope
934
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
935
- }
936
-
937
- export type QuotationUpdateManyWithoutEvent_itemNestedInput = {
938
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_itemInput, Prisma.QuotationUncheckedCreateWithoutEvent_itemInput> | Prisma.QuotationCreateWithoutEvent_itemInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_itemInput[]
939
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_itemInput | Prisma.QuotationCreateOrConnectWithoutEvent_itemInput[]
940
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_itemInput | Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_itemInput[]
941
- createMany?: Prisma.QuotationCreateManyEvent_itemInputEnvelope
942
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
943
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
944
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
945
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
946
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_itemInput | Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_itemInput[]
947
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutEvent_itemInput | Prisma.QuotationUpdateManyWithWhereWithoutEvent_itemInput[]
948
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
949
- }
950
-
951
- export type QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput = {
952
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_itemInput, Prisma.QuotationUncheckedCreateWithoutEvent_itemInput> | Prisma.QuotationCreateWithoutEvent_itemInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_itemInput[]
953
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_itemInput | Prisma.QuotationCreateOrConnectWithoutEvent_itemInput[]
954
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_itemInput | Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_itemInput[]
955
- createMany?: Prisma.QuotationCreateManyEvent_itemInputEnvelope
956
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
957
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
958
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
959
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
960
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_itemInput | Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_itemInput[]
961
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutEvent_itemInput | Prisma.QuotationUpdateManyWithWhereWithoutEvent_itemInput[]
962
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
963
- }
964
-
965
- export type QuotationCreateNestedManyWithoutBoq_event_itemInput = {
966
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput> | Prisma.QuotationCreateWithoutBoq_event_itemInput[] | Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput[]
967
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput | Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput[]
968
- createMany?: Prisma.QuotationCreateManyBoq_event_itemInputEnvelope
969
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
970
- }
971
-
972
- export type QuotationUncheckedCreateNestedManyWithoutBoq_event_itemInput = {
973
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput> | Prisma.QuotationCreateWithoutBoq_event_itemInput[] | Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput[]
974
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput | Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput[]
975
- createMany?: Prisma.QuotationCreateManyBoq_event_itemInputEnvelope
976
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
977
- }
978
-
979
- export type QuotationUpdateManyWithoutBoq_event_itemNestedInput = {
980
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput> | Prisma.QuotationCreateWithoutBoq_event_itemInput[] | Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput[]
981
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput | Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput[]
982
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutBoq_event_itemInput | Prisma.QuotationUpsertWithWhereUniqueWithoutBoq_event_itemInput[]
983
- createMany?: Prisma.QuotationCreateManyBoq_event_itemInputEnvelope
984
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
985
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
986
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
987
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
988
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutBoq_event_itemInput | Prisma.QuotationUpdateWithWhereUniqueWithoutBoq_event_itemInput[]
989
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutBoq_event_itemInput | Prisma.QuotationUpdateManyWithWhereWithoutBoq_event_itemInput[]
990
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
991
- }
992
-
993
- export type QuotationUncheckedUpdateManyWithoutBoq_event_itemNestedInput = {
994
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput> | Prisma.QuotationCreateWithoutBoq_event_itemInput[] | Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput[]
995
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput | Prisma.QuotationCreateOrConnectWithoutBoq_event_itemInput[]
996
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutBoq_event_itemInput | Prisma.QuotationUpsertWithWhereUniqueWithoutBoq_event_itemInput[]
997
- createMany?: Prisma.QuotationCreateManyBoq_event_itemInputEnvelope
998
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
999
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1000
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1001
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1002
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutBoq_event_itemInput | Prisma.QuotationUpdateWithWhereUniqueWithoutBoq_event_itemInput[]
1003
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutBoq_event_itemInput | Prisma.QuotationUpdateManyWithWhereWithoutBoq_event_itemInput[]
1004
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1005
- }
1006
-
1007
- export type QuotationCreateNestedManyWithoutEvent_vendorInput = {
1008
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_vendorInput, Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput> | Prisma.QuotationCreateWithoutEvent_vendorInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput[]
1009
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput | Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput[]
1010
- createMany?: Prisma.QuotationCreateManyEvent_vendorInputEnvelope
1011
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1012
- }
1013
-
1014
- export type QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput = {
1015
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_vendorInput, Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput> | Prisma.QuotationCreateWithoutEvent_vendorInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput[]
1016
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput | Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput[]
1017
- createMany?: Prisma.QuotationCreateManyEvent_vendorInputEnvelope
1018
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1019
- }
1020
-
1021
- export type QuotationUpdateManyWithoutEvent_vendorNestedInput = {
1022
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_vendorInput, Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput> | Prisma.QuotationCreateWithoutEvent_vendorInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput[]
1023
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput | Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput[]
1024
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_vendorInput | Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_vendorInput[]
1025
- createMany?: Prisma.QuotationCreateManyEvent_vendorInputEnvelope
1026
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1027
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1028
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1029
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1030
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_vendorInput | Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_vendorInput[]
1031
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutEvent_vendorInput | Prisma.QuotationUpdateManyWithWhereWithoutEvent_vendorInput[]
1032
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1033
- }
1034
-
1035
- export type QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput = {
1036
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_vendorInput, Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput> | Prisma.QuotationCreateWithoutEvent_vendorInput[] | Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput[]
1037
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput | Prisma.QuotationCreateOrConnectWithoutEvent_vendorInput[]
1038
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_vendorInput | Prisma.QuotationUpsertWithWhereUniqueWithoutEvent_vendorInput[]
1039
- createMany?: Prisma.QuotationCreateManyEvent_vendorInputEnvelope
1040
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1041
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1042
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1043
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1044
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_vendorInput | Prisma.QuotationUpdateWithWhereUniqueWithoutEvent_vendorInput[]
1045
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutEvent_vendorInput | Prisma.QuotationUpdateManyWithWhereWithoutEvent_vendorInput[]
1046
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1047
- }
1048
-
1049
- export type EnumQuotationStatusFieldUpdateOperationsInput = {
1050
- set?: $Enums.QuotationStatus
1051
- }
1052
-
1053
- export type QuotationCreateNestedManyWithoutQuotation_logInput = {
1054
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutQuotation_logInput, Prisma.QuotationUncheckedCreateWithoutQuotation_logInput> | Prisma.QuotationCreateWithoutQuotation_logInput[] | Prisma.QuotationUncheckedCreateWithoutQuotation_logInput[]
1055
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutQuotation_logInput | Prisma.QuotationCreateOrConnectWithoutQuotation_logInput[]
1056
- createMany?: Prisma.QuotationCreateManyQuotation_logInputEnvelope
1057
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1058
- }
1059
-
1060
- export type QuotationUncheckedCreateNestedManyWithoutQuotation_logInput = {
1061
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutQuotation_logInput, Prisma.QuotationUncheckedCreateWithoutQuotation_logInput> | Prisma.QuotationCreateWithoutQuotation_logInput[] | Prisma.QuotationUncheckedCreateWithoutQuotation_logInput[]
1062
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutQuotation_logInput | Prisma.QuotationCreateOrConnectWithoutQuotation_logInput[]
1063
- createMany?: Prisma.QuotationCreateManyQuotation_logInputEnvelope
1064
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1065
- }
1066
-
1067
- export type QuotationUpdateManyWithoutQuotation_logNestedInput = {
1068
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutQuotation_logInput, Prisma.QuotationUncheckedCreateWithoutQuotation_logInput> | Prisma.QuotationCreateWithoutQuotation_logInput[] | Prisma.QuotationUncheckedCreateWithoutQuotation_logInput[]
1069
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutQuotation_logInput | Prisma.QuotationCreateOrConnectWithoutQuotation_logInput[]
1070
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutQuotation_logInput | Prisma.QuotationUpsertWithWhereUniqueWithoutQuotation_logInput[]
1071
- createMany?: Prisma.QuotationCreateManyQuotation_logInputEnvelope
1072
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1073
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1074
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1075
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1076
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutQuotation_logInput | Prisma.QuotationUpdateWithWhereUniqueWithoutQuotation_logInput[]
1077
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutQuotation_logInput | Prisma.QuotationUpdateManyWithWhereWithoutQuotation_logInput[]
1078
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1079
- }
1080
-
1081
- export type QuotationUncheckedUpdateManyWithoutQuotation_logNestedInput = {
1082
- create?: Prisma.XOR<Prisma.QuotationCreateWithoutQuotation_logInput, Prisma.QuotationUncheckedCreateWithoutQuotation_logInput> | Prisma.QuotationCreateWithoutQuotation_logInput[] | Prisma.QuotationUncheckedCreateWithoutQuotation_logInput[]
1083
- connectOrCreate?: Prisma.QuotationCreateOrConnectWithoutQuotation_logInput | Prisma.QuotationCreateOrConnectWithoutQuotation_logInput[]
1084
- upsert?: Prisma.QuotationUpsertWithWhereUniqueWithoutQuotation_logInput | Prisma.QuotationUpsertWithWhereUniqueWithoutQuotation_logInput[]
1085
- createMany?: Prisma.QuotationCreateManyQuotation_logInputEnvelope
1086
- set?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1087
- disconnect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1088
- delete?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1089
- connect?: Prisma.QuotationWhereUniqueInput | Prisma.QuotationWhereUniqueInput[]
1090
- update?: Prisma.QuotationUpdateWithWhereUniqueWithoutQuotation_logInput | Prisma.QuotationUpdateWithWhereUniqueWithoutQuotation_logInput[]
1091
- updateMany?: Prisma.QuotationUpdateManyWithWhereWithoutQuotation_logInput | Prisma.QuotationUpdateManyWithWhereWithoutQuotation_logInput[]
1092
- deleteMany?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1093
- }
1094
-
1095
- export type QuotationCreateWithoutEventInput = {
1096
- uuid?: string
1097
- event_type?: $Enums.EventType | null
1098
- quote_amount?: number | null
1099
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1100
- delivery_timeline?: string | null
1101
- warranty_terms?: string | null
1102
- payment_terms?: string | null
1103
- validity_period?: number | null
1104
- quotation_status?: $Enums.QuotationStatus
1105
- quotation_rank?: number | null
1106
- current_revision?: number
1107
- version?: number
1108
- created_at?: Date | string
1109
- created_by?: number | null
1110
- updated_at?: Date | string
1111
- updated_by?: number | null
1112
- is_deleted?: boolean
1113
- deleted_at?: Date | string | null
1114
- deleted_by?: number | null
1115
- event_item?: Prisma.EventItemsCreateNestedOneWithoutQuotationsInput
1116
- boq_event_item?: Prisma.BoqEventItemCreateNestedOneWithoutQuotationsInput
1117
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutQuotationsInput
1118
- quotation_log?: Prisma.QuotationLogCreateNestedOneWithoutQuotationInput
1119
- }
1120
-
1121
- export type QuotationUncheckedCreateWithoutEventInput = {
1122
- id?: number
1123
- uuid?: string
1124
- event_item_id?: number | null
1125
- boq_event_item_id?: number | null
1126
- event_type?: $Enums.EventType | null
1127
- event_vendor_id?: number | null
1128
- quotation_log_id?: number | null
1129
- quote_amount?: number | null
1130
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1131
- delivery_timeline?: string | null
1132
- warranty_terms?: string | null
1133
- payment_terms?: string | null
1134
- validity_period?: number | null
1135
- quotation_status?: $Enums.QuotationStatus
1136
- quotation_rank?: number | null
1137
- current_revision?: number
1138
- version?: number
1139
- created_at?: Date | string
1140
- created_by?: number | null
1141
- updated_at?: Date | string
1142
- updated_by?: number | null
1143
- is_deleted?: boolean
1144
- deleted_at?: Date | string | null
1145
- deleted_by?: number | null
1146
- }
1147
-
1148
- export type QuotationCreateOrConnectWithoutEventInput = {
1149
- where: Prisma.QuotationWhereUniqueInput
1150
- create: Prisma.XOR<Prisma.QuotationCreateWithoutEventInput, Prisma.QuotationUncheckedCreateWithoutEventInput>
1151
- }
1152
-
1153
- export type QuotationCreateManyEventInputEnvelope = {
1154
- data: Prisma.QuotationCreateManyEventInput | Prisma.QuotationCreateManyEventInput[]
1155
- skipDuplicates?: boolean
1156
- }
1157
-
1158
- export type QuotationUpsertWithWhereUniqueWithoutEventInput = {
1159
- where: Prisma.QuotationWhereUniqueInput
1160
- update: Prisma.XOR<Prisma.QuotationUpdateWithoutEventInput, Prisma.QuotationUncheckedUpdateWithoutEventInput>
1161
- create: Prisma.XOR<Prisma.QuotationCreateWithoutEventInput, Prisma.QuotationUncheckedCreateWithoutEventInput>
1162
- }
1163
-
1164
- export type QuotationUpdateWithWhereUniqueWithoutEventInput = {
1165
- where: Prisma.QuotationWhereUniqueInput
1166
- data: Prisma.XOR<Prisma.QuotationUpdateWithoutEventInput, Prisma.QuotationUncheckedUpdateWithoutEventInput>
1167
- }
1168
-
1169
- export type QuotationUpdateManyWithWhereWithoutEventInput = {
1170
- where: Prisma.QuotationScalarWhereInput
1171
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyWithoutEventInput>
1172
- }
1173
-
1174
- export type QuotationScalarWhereInput = {
1175
- AND?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1176
- OR?: Prisma.QuotationScalarWhereInput[]
1177
- NOT?: Prisma.QuotationScalarWhereInput | Prisma.QuotationScalarWhereInput[]
1178
- id?: Prisma.IntFilter<"Quotation"> | number
1179
- uuid?: Prisma.StringFilter<"Quotation"> | string
1180
- event_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
1181
- event_item_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
1182
- boq_event_item_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
1183
- event_type?: Prisma.EnumEventTypeNullableFilter<"Quotation"> | $Enums.EventType | null
1184
- event_vendor_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
1185
- quotation_log_id?: Prisma.IntNullableFilter<"Quotation"> | number | null
1186
- quote_amount?: Prisma.FloatNullableFilter<"Quotation"> | number | null
1187
- technical_details?: Prisma.JsonNullableFilter<"Quotation">
1188
- delivery_timeline?: Prisma.StringNullableFilter<"Quotation"> | string | null
1189
- warranty_terms?: Prisma.StringNullableFilter<"Quotation"> | string | null
1190
- payment_terms?: Prisma.StringNullableFilter<"Quotation"> | string | null
1191
- validity_period?: Prisma.IntNullableFilter<"Quotation"> | number | null
1192
- quotation_status?: Prisma.EnumQuotationStatusFilter<"Quotation"> | $Enums.QuotationStatus
1193
- quotation_rank?: Prisma.IntNullableFilter<"Quotation"> | number | null
1194
- current_revision?: Prisma.IntFilter<"Quotation"> | number
1195
- version?: Prisma.IntFilter<"Quotation"> | number
1196
- created_at?: Prisma.DateTimeFilter<"Quotation"> | Date | string
1197
- created_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
1198
- updated_at?: Prisma.DateTimeFilter<"Quotation"> | Date | string
1199
- updated_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
1200
- is_deleted?: Prisma.BoolFilter<"Quotation"> | boolean
1201
- deleted_at?: Prisma.DateTimeNullableFilter<"Quotation"> | Date | string | null
1202
- deleted_by?: Prisma.IntNullableFilter<"Quotation"> | number | null
1203
- }
1204
-
1205
- export type QuotationCreateWithoutEvent_itemInput = {
1206
- uuid?: string
1207
- event_type?: $Enums.EventType | null
1208
- quote_amount?: number | null
1209
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1210
- delivery_timeline?: string | null
1211
- warranty_terms?: string | null
1212
- payment_terms?: string | null
1213
- validity_period?: number | null
1214
- quotation_status?: $Enums.QuotationStatus
1215
- quotation_rank?: number | null
1216
- current_revision?: number
1217
- version?: number
1218
- created_at?: Date | string
1219
- created_by?: number | null
1220
- updated_at?: Date | string
1221
- updated_by?: number | null
1222
- is_deleted?: boolean
1223
- deleted_at?: Date | string | null
1224
- deleted_by?: number | null
1225
- event?: Prisma.EventCreateNestedOneWithoutQuotationsInput
1226
- boq_event_item?: Prisma.BoqEventItemCreateNestedOneWithoutQuotationsInput
1227
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutQuotationsInput
1228
- quotation_log?: Prisma.QuotationLogCreateNestedOneWithoutQuotationInput
1229
- }
1230
-
1231
- export type QuotationUncheckedCreateWithoutEvent_itemInput = {
1232
- id?: number
1233
- uuid?: string
1234
- event_id?: number | null
1235
- boq_event_item_id?: number | null
1236
- event_type?: $Enums.EventType | null
1237
- event_vendor_id?: number | null
1238
- quotation_log_id?: number | null
1239
- quote_amount?: number | null
1240
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1241
- delivery_timeline?: string | null
1242
- warranty_terms?: string | null
1243
- payment_terms?: string | null
1244
- validity_period?: number | null
1245
- quotation_status?: $Enums.QuotationStatus
1246
- quotation_rank?: number | null
1247
- current_revision?: number
1248
- version?: number
1249
- created_at?: Date | string
1250
- created_by?: number | null
1251
- updated_at?: Date | string
1252
- updated_by?: number | null
1253
- is_deleted?: boolean
1254
- deleted_at?: Date | string | null
1255
- deleted_by?: number | null
1256
- }
1257
-
1258
- export type QuotationCreateOrConnectWithoutEvent_itemInput = {
1259
- where: Prisma.QuotationWhereUniqueInput
1260
- create: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_itemInput, Prisma.QuotationUncheckedCreateWithoutEvent_itemInput>
1261
- }
1262
-
1263
- export type QuotationCreateManyEvent_itemInputEnvelope = {
1264
- data: Prisma.QuotationCreateManyEvent_itemInput | Prisma.QuotationCreateManyEvent_itemInput[]
1265
- skipDuplicates?: boolean
1266
- }
1267
-
1268
- export type QuotationUpsertWithWhereUniqueWithoutEvent_itemInput = {
1269
- where: Prisma.QuotationWhereUniqueInput
1270
- update: Prisma.XOR<Prisma.QuotationUpdateWithoutEvent_itemInput, Prisma.QuotationUncheckedUpdateWithoutEvent_itemInput>
1271
- create: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_itemInput, Prisma.QuotationUncheckedCreateWithoutEvent_itemInput>
1272
- }
1273
-
1274
- export type QuotationUpdateWithWhereUniqueWithoutEvent_itemInput = {
1275
- where: Prisma.QuotationWhereUniqueInput
1276
- data: Prisma.XOR<Prisma.QuotationUpdateWithoutEvent_itemInput, Prisma.QuotationUncheckedUpdateWithoutEvent_itemInput>
1277
- }
1278
-
1279
- export type QuotationUpdateManyWithWhereWithoutEvent_itemInput = {
1280
- where: Prisma.QuotationScalarWhereInput
1281
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemInput>
1282
- }
1283
-
1284
- export type QuotationCreateWithoutBoq_event_itemInput = {
1285
- uuid?: string
1286
- event_type?: $Enums.EventType | null
1287
- quote_amount?: number | null
1288
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1289
- delivery_timeline?: string | null
1290
- warranty_terms?: string | null
1291
- payment_terms?: string | null
1292
- validity_period?: number | null
1293
- quotation_status?: $Enums.QuotationStatus
1294
- quotation_rank?: number | null
1295
- current_revision?: number
1296
- version?: number
1297
- created_at?: Date | string
1298
- created_by?: number | null
1299
- updated_at?: Date | string
1300
- updated_by?: number | null
1301
- is_deleted?: boolean
1302
- deleted_at?: Date | string | null
1303
- deleted_by?: number | null
1304
- event?: Prisma.EventCreateNestedOneWithoutQuotationsInput
1305
- event_item?: Prisma.EventItemsCreateNestedOneWithoutQuotationsInput
1306
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutQuotationsInput
1307
- quotation_log?: Prisma.QuotationLogCreateNestedOneWithoutQuotationInput
1308
- }
1309
-
1310
- export type QuotationUncheckedCreateWithoutBoq_event_itemInput = {
1311
- id?: number
1312
- uuid?: string
1313
- event_id?: number | null
1314
- event_item_id?: number | null
1315
- event_type?: $Enums.EventType | null
1316
- event_vendor_id?: number | null
1317
- quotation_log_id?: number | null
1318
- quote_amount?: number | null
1319
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1320
- delivery_timeline?: string | null
1321
- warranty_terms?: string | null
1322
- payment_terms?: string | null
1323
- validity_period?: number | null
1324
- quotation_status?: $Enums.QuotationStatus
1325
- quotation_rank?: number | null
1326
- current_revision?: number
1327
- version?: number
1328
- created_at?: Date | string
1329
- created_by?: number | null
1330
- updated_at?: Date | string
1331
- updated_by?: number | null
1332
- is_deleted?: boolean
1333
- deleted_at?: Date | string | null
1334
- deleted_by?: number | null
1335
- }
1336
-
1337
- export type QuotationCreateOrConnectWithoutBoq_event_itemInput = {
1338
- where: Prisma.QuotationWhereUniqueInput
1339
- create: Prisma.XOR<Prisma.QuotationCreateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput>
1340
- }
1341
-
1342
- export type QuotationCreateManyBoq_event_itemInputEnvelope = {
1343
- data: Prisma.QuotationCreateManyBoq_event_itemInput | Prisma.QuotationCreateManyBoq_event_itemInput[]
1344
- skipDuplicates?: boolean
1345
- }
1346
-
1347
- export type QuotationUpsertWithWhereUniqueWithoutBoq_event_itemInput = {
1348
- where: Prisma.QuotationWhereUniqueInput
1349
- update: Prisma.XOR<Prisma.QuotationUpdateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedUpdateWithoutBoq_event_itemInput>
1350
- create: Prisma.XOR<Prisma.QuotationCreateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedCreateWithoutBoq_event_itemInput>
1351
- }
1352
-
1353
- export type QuotationUpdateWithWhereUniqueWithoutBoq_event_itemInput = {
1354
- where: Prisma.QuotationWhereUniqueInput
1355
- data: Prisma.XOR<Prisma.QuotationUpdateWithoutBoq_event_itemInput, Prisma.QuotationUncheckedUpdateWithoutBoq_event_itemInput>
1356
- }
1357
-
1358
- export type QuotationUpdateManyWithWhereWithoutBoq_event_itemInput = {
1359
- where: Prisma.QuotationScalarWhereInput
1360
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyWithoutBoq_event_itemInput>
1361
- }
1362
-
1363
- export type QuotationCreateWithoutEvent_vendorInput = {
1364
- uuid?: string
1365
- event_type?: $Enums.EventType | null
1366
- quote_amount?: number | null
1367
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1368
- delivery_timeline?: string | null
1369
- warranty_terms?: string | null
1370
- payment_terms?: string | null
1371
- validity_period?: number | null
1372
- quotation_status?: $Enums.QuotationStatus
1373
- quotation_rank?: number | null
1374
- current_revision?: number
1375
- version?: number
1376
- created_at?: Date | string
1377
- created_by?: number | null
1378
- updated_at?: Date | string
1379
- updated_by?: number | null
1380
- is_deleted?: boolean
1381
- deleted_at?: Date | string | null
1382
- deleted_by?: number | null
1383
- event?: Prisma.EventCreateNestedOneWithoutQuotationsInput
1384
- event_item?: Prisma.EventItemsCreateNestedOneWithoutQuotationsInput
1385
- boq_event_item?: Prisma.BoqEventItemCreateNestedOneWithoutQuotationsInput
1386
- quotation_log?: Prisma.QuotationLogCreateNestedOneWithoutQuotationInput
1387
- }
1388
-
1389
- export type QuotationUncheckedCreateWithoutEvent_vendorInput = {
1390
- id?: number
1391
- uuid?: string
1392
- event_id?: number | null
1393
- event_item_id?: number | null
1394
- boq_event_item_id?: number | null
1395
- event_type?: $Enums.EventType | null
1396
- quotation_log_id?: number | null
1397
- quote_amount?: number | null
1398
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1399
- delivery_timeline?: string | null
1400
- warranty_terms?: string | null
1401
- payment_terms?: string | null
1402
- validity_period?: number | null
1403
- quotation_status?: $Enums.QuotationStatus
1404
- quotation_rank?: number | null
1405
- current_revision?: number
1406
- version?: number
1407
- created_at?: Date | string
1408
- created_by?: number | null
1409
- updated_at?: Date | string
1410
- updated_by?: number | null
1411
- is_deleted?: boolean
1412
- deleted_at?: Date | string | null
1413
- deleted_by?: number | null
1414
- }
1415
-
1416
- export type QuotationCreateOrConnectWithoutEvent_vendorInput = {
1417
- where: Prisma.QuotationWhereUniqueInput
1418
- create: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_vendorInput, Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput>
1419
- }
1420
-
1421
- export type QuotationCreateManyEvent_vendorInputEnvelope = {
1422
- data: Prisma.QuotationCreateManyEvent_vendorInput | Prisma.QuotationCreateManyEvent_vendorInput[]
1423
- skipDuplicates?: boolean
1424
- }
1425
-
1426
- export type QuotationUpsertWithWhereUniqueWithoutEvent_vendorInput = {
1427
- where: Prisma.QuotationWhereUniqueInput
1428
- update: Prisma.XOR<Prisma.QuotationUpdateWithoutEvent_vendorInput, Prisma.QuotationUncheckedUpdateWithoutEvent_vendorInput>
1429
- create: Prisma.XOR<Prisma.QuotationCreateWithoutEvent_vendorInput, Prisma.QuotationUncheckedCreateWithoutEvent_vendorInput>
1430
- }
1431
-
1432
- export type QuotationUpdateWithWhereUniqueWithoutEvent_vendorInput = {
1433
- where: Prisma.QuotationWhereUniqueInput
1434
- data: Prisma.XOR<Prisma.QuotationUpdateWithoutEvent_vendorInput, Prisma.QuotationUncheckedUpdateWithoutEvent_vendorInput>
1435
- }
1436
-
1437
- export type QuotationUpdateManyWithWhereWithoutEvent_vendorInput = {
1438
- where: Prisma.QuotationScalarWhereInput
1439
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorInput>
1440
- }
1441
-
1442
- export type QuotationCreateWithoutQuotation_logInput = {
1443
- uuid?: string
1444
- event_type?: $Enums.EventType | null
1445
- quote_amount?: number | null
1446
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1447
- delivery_timeline?: string | null
1448
- warranty_terms?: string | null
1449
- payment_terms?: string | null
1450
- validity_period?: number | null
1451
- quotation_status?: $Enums.QuotationStatus
1452
- quotation_rank?: number | null
1453
- current_revision?: number
1454
- version?: number
1455
- created_at?: Date | string
1456
- created_by?: number | null
1457
- updated_at?: Date | string
1458
- updated_by?: number | null
1459
- is_deleted?: boolean
1460
- deleted_at?: Date | string | null
1461
- deleted_by?: number | null
1462
- event?: Prisma.EventCreateNestedOneWithoutQuotationsInput
1463
- event_item?: Prisma.EventItemsCreateNestedOneWithoutQuotationsInput
1464
- boq_event_item?: Prisma.BoqEventItemCreateNestedOneWithoutQuotationsInput
1465
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutQuotationsInput
1466
- }
1467
-
1468
- export type QuotationUncheckedCreateWithoutQuotation_logInput = {
1469
- id?: number
1470
- uuid?: string
1471
- event_id?: number | null
1472
- event_item_id?: number | null
1473
- boq_event_item_id?: number | null
1474
- event_type?: $Enums.EventType | null
1475
- event_vendor_id?: number | null
1476
- quote_amount?: number | null
1477
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1478
- delivery_timeline?: string | null
1479
- warranty_terms?: string | null
1480
- payment_terms?: string | null
1481
- validity_period?: number | null
1482
- quotation_status?: $Enums.QuotationStatus
1483
- quotation_rank?: number | null
1484
- current_revision?: number
1485
- version?: number
1486
- created_at?: Date | string
1487
- created_by?: number | null
1488
- updated_at?: Date | string
1489
- updated_by?: number | null
1490
- is_deleted?: boolean
1491
- deleted_at?: Date | string | null
1492
- deleted_by?: number | null
1493
- }
1494
-
1495
- export type QuotationCreateOrConnectWithoutQuotation_logInput = {
1496
- where: Prisma.QuotationWhereUniqueInput
1497
- create: Prisma.XOR<Prisma.QuotationCreateWithoutQuotation_logInput, Prisma.QuotationUncheckedCreateWithoutQuotation_logInput>
1498
- }
1499
-
1500
- export type QuotationCreateManyQuotation_logInputEnvelope = {
1501
- data: Prisma.QuotationCreateManyQuotation_logInput | Prisma.QuotationCreateManyQuotation_logInput[]
1502
- skipDuplicates?: boolean
1503
- }
1504
-
1505
- export type QuotationUpsertWithWhereUniqueWithoutQuotation_logInput = {
1506
- where: Prisma.QuotationWhereUniqueInput
1507
- update: Prisma.XOR<Prisma.QuotationUpdateWithoutQuotation_logInput, Prisma.QuotationUncheckedUpdateWithoutQuotation_logInput>
1508
- create: Prisma.XOR<Prisma.QuotationCreateWithoutQuotation_logInput, Prisma.QuotationUncheckedCreateWithoutQuotation_logInput>
1509
- }
1510
-
1511
- export type QuotationUpdateWithWhereUniqueWithoutQuotation_logInput = {
1512
- where: Prisma.QuotationWhereUniqueInput
1513
- data: Prisma.XOR<Prisma.QuotationUpdateWithoutQuotation_logInput, Prisma.QuotationUncheckedUpdateWithoutQuotation_logInput>
1514
- }
1515
-
1516
- export type QuotationUpdateManyWithWhereWithoutQuotation_logInput = {
1517
- where: Prisma.QuotationScalarWhereInput
1518
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyWithoutQuotation_logInput>
1519
- }
1520
-
1521
- export type QuotationCreateManyEventInput = {
1522
- id?: number
1523
- uuid?: string
1524
- event_item_id?: number | null
1525
- boq_event_item_id?: number | null
1526
- event_type?: $Enums.EventType | null
1527
- event_vendor_id?: number | null
1528
- quotation_log_id?: number | null
1529
- quote_amount?: number | null
1530
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1531
- delivery_timeline?: string | null
1532
- warranty_terms?: string | null
1533
- payment_terms?: string | null
1534
- validity_period?: number | null
1535
- quotation_status?: $Enums.QuotationStatus
1536
- quotation_rank?: number | null
1537
- current_revision?: number
1538
- version?: number
1539
- created_at?: Date | string
1540
- created_by?: number | null
1541
- updated_at?: Date | string
1542
- updated_by?: number | null
1543
- is_deleted?: boolean
1544
- deleted_at?: Date | string | null
1545
- deleted_by?: number | null
1546
- }
1547
-
1548
- export type QuotationUpdateWithoutEventInput = {
1549
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1550
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1551
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1552
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1553
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1554
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1555
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1556
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1557
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1558
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1559
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1560
- version?: Prisma.IntFieldUpdateOperationsInput | number
1561
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1562
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1563
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1564
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1565
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1566
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1567
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1568
- event_item?: Prisma.EventItemsUpdateOneWithoutQuotationsNestedInput
1569
- boq_event_item?: Prisma.BoqEventItemUpdateOneWithoutQuotationsNestedInput
1570
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutQuotationsNestedInput
1571
- quotation_log?: Prisma.QuotationLogUpdateOneWithoutQuotationNestedInput
1572
- }
1573
-
1574
- export type QuotationUncheckedUpdateWithoutEventInput = {
1575
- id?: Prisma.IntFieldUpdateOperationsInput | number
1576
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1577
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1578
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1579
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1580
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1581
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1582
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1583
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1584
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1585
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1586
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1587
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1588
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1589
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1590
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1591
- version?: Prisma.IntFieldUpdateOperationsInput | number
1592
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1593
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1594
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1595
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1596
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1597
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1598
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1599
- }
1600
-
1601
- export type QuotationUncheckedUpdateManyWithoutEventInput = {
1602
- id?: Prisma.IntFieldUpdateOperationsInput | number
1603
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1604
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1605
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1606
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1607
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1608
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1609
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1610
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1611
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1612
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1613
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1614
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1615
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1616
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1617
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1618
- version?: Prisma.IntFieldUpdateOperationsInput | number
1619
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1620
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1621
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1622
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1623
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1624
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1625
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1626
- }
1627
-
1628
- export type QuotationCreateManyEvent_itemInput = {
1629
- id?: number
1630
- uuid?: string
1631
- event_id?: number | null
1632
- boq_event_item_id?: number | null
1633
- event_type?: $Enums.EventType | null
1634
- event_vendor_id?: number | null
1635
- quotation_log_id?: number | null
1636
- quote_amount?: number | null
1637
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1638
- delivery_timeline?: string | null
1639
- warranty_terms?: string | null
1640
- payment_terms?: string | null
1641
- validity_period?: number | null
1642
- quotation_status?: $Enums.QuotationStatus
1643
- quotation_rank?: number | null
1644
- current_revision?: number
1645
- version?: number
1646
- created_at?: Date | string
1647
- created_by?: number | null
1648
- updated_at?: Date | string
1649
- updated_by?: number | null
1650
- is_deleted?: boolean
1651
- deleted_at?: Date | string | null
1652
- deleted_by?: number | null
1653
- }
1654
-
1655
- export type QuotationUpdateWithoutEvent_itemInput = {
1656
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1657
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1658
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1659
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1660
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1661
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1662
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1663
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1664
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1665
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1666
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1667
- version?: Prisma.IntFieldUpdateOperationsInput | number
1668
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1669
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1670
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1671
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1672
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1673
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1674
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1675
- event?: Prisma.EventUpdateOneWithoutQuotationsNestedInput
1676
- boq_event_item?: Prisma.BoqEventItemUpdateOneWithoutQuotationsNestedInput
1677
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutQuotationsNestedInput
1678
- quotation_log?: Prisma.QuotationLogUpdateOneWithoutQuotationNestedInput
1679
- }
1680
-
1681
- export type QuotationUncheckedUpdateWithoutEvent_itemInput = {
1682
- id?: Prisma.IntFieldUpdateOperationsInput | number
1683
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1684
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1685
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1686
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1687
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1688
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1689
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1690
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1691
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1692
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1693
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1694
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1695
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1696
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1697
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1698
- version?: Prisma.IntFieldUpdateOperationsInput | number
1699
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1700
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1701
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1702
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1703
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1704
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1705
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1706
- }
1707
-
1708
- export type QuotationUncheckedUpdateManyWithoutEvent_itemInput = {
1709
- id?: Prisma.IntFieldUpdateOperationsInput | number
1710
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1711
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1712
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1713
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1714
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1715
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1716
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1717
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1718
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1719
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1720
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1721
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1722
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1723
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1724
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1725
- version?: Prisma.IntFieldUpdateOperationsInput | number
1726
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1727
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1728
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1729
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1730
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1731
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1732
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1733
- }
1734
-
1735
- export type QuotationCreateManyBoq_event_itemInput = {
1736
- id?: number
1737
- uuid?: string
1738
- event_id?: number | null
1739
- event_item_id?: number | null
1740
- event_type?: $Enums.EventType | null
1741
- event_vendor_id?: number | null
1742
- quotation_log_id?: number | null
1743
- quote_amount?: number | null
1744
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1745
- delivery_timeline?: string | null
1746
- warranty_terms?: string | null
1747
- payment_terms?: string | null
1748
- validity_period?: number | null
1749
- quotation_status?: $Enums.QuotationStatus
1750
- quotation_rank?: number | null
1751
- current_revision?: number
1752
- version?: number
1753
- created_at?: Date | string
1754
- created_by?: number | null
1755
- updated_at?: Date | string
1756
- updated_by?: number | null
1757
- is_deleted?: boolean
1758
- deleted_at?: Date | string | null
1759
- deleted_by?: number | null
1760
- }
1761
-
1762
- export type QuotationUpdateWithoutBoq_event_itemInput = {
1763
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1764
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1765
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1766
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1767
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1768
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1769
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1770
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1771
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1772
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1773
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1774
- version?: Prisma.IntFieldUpdateOperationsInput | number
1775
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1776
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1777
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1778
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1779
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1780
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1781
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1782
- event?: Prisma.EventUpdateOneWithoutQuotationsNestedInput
1783
- event_item?: Prisma.EventItemsUpdateOneWithoutQuotationsNestedInput
1784
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutQuotationsNestedInput
1785
- quotation_log?: Prisma.QuotationLogUpdateOneWithoutQuotationNestedInput
1786
- }
1787
-
1788
- export type QuotationUncheckedUpdateWithoutBoq_event_itemInput = {
1789
- id?: Prisma.IntFieldUpdateOperationsInput | number
1790
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1791
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1792
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1793
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1794
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1795
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1796
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1797
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1798
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1799
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1800
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1801
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1802
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1803
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1804
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1805
- version?: Prisma.IntFieldUpdateOperationsInput | number
1806
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1807
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1808
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1809
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1810
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1811
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1812
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1813
- }
1814
-
1815
- export type QuotationUncheckedUpdateManyWithoutBoq_event_itemInput = {
1816
- id?: Prisma.IntFieldUpdateOperationsInput | number
1817
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1818
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1819
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1820
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1821
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1822
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1823
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1824
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1825
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1826
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1827
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1828
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1829
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1830
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1831
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1832
- version?: Prisma.IntFieldUpdateOperationsInput | number
1833
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1834
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1835
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1836
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1837
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1838
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1839
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1840
- }
1841
-
1842
- export type QuotationCreateManyEvent_vendorInput = {
1843
- id?: number
1844
- uuid?: string
1845
- event_id?: number | null
1846
- event_item_id?: number | null
1847
- boq_event_item_id?: number | null
1848
- event_type?: $Enums.EventType | null
1849
- quotation_log_id?: number | null
1850
- quote_amount?: number | null
1851
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1852
- delivery_timeline?: string | null
1853
- warranty_terms?: string | null
1854
- payment_terms?: string | null
1855
- validity_period?: number | null
1856
- quotation_status?: $Enums.QuotationStatus
1857
- quotation_rank?: number | null
1858
- current_revision?: number
1859
- version?: number
1860
- created_at?: Date | string
1861
- created_by?: number | null
1862
- updated_at?: Date | string
1863
- updated_by?: number | null
1864
- is_deleted?: boolean
1865
- deleted_at?: Date | string | null
1866
- deleted_by?: number | null
1867
- }
1868
-
1869
- export type QuotationUpdateWithoutEvent_vendorInput = {
1870
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1871
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1872
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1873
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1874
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1875
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1876
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1877
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1878
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1879
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1880
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1881
- version?: Prisma.IntFieldUpdateOperationsInput | number
1882
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1883
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1884
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1885
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1886
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1887
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1888
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1889
- event?: Prisma.EventUpdateOneWithoutQuotationsNestedInput
1890
- event_item?: Prisma.EventItemsUpdateOneWithoutQuotationsNestedInput
1891
- boq_event_item?: Prisma.BoqEventItemUpdateOneWithoutQuotationsNestedInput
1892
- quotation_log?: Prisma.QuotationLogUpdateOneWithoutQuotationNestedInput
1893
- }
1894
-
1895
- export type QuotationUncheckedUpdateWithoutEvent_vendorInput = {
1896
- id?: Prisma.IntFieldUpdateOperationsInput | number
1897
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1898
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1899
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1900
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1901
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1902
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1903
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1904
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1905
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1906
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1907
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1908
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1909
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1910
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1911
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1912
- version?: Prisma.IntFieldUpdateOperationsInput | number
1913
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1914
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1915
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1916
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1917
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1918
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1919
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1920
- }
1921
-
1922
- export type QuotationUncheckedUpdateManyWithoutEvent_vendorInput = {
1923
- id?: Prisma.IntFieldUpdateOperationsInput | number
1924
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1925
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1926
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1927
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1928
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1929
- quotation_log_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1930
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1931
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1932
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1933
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1934
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1935
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1936
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1937
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1938
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1939
- version?: Prisma.IntFieldUpdateOperationsInput | number
1940
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1941
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1942
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1943
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1944
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1945
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1946
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1947
- }
1948
-
1949
- export type QuotationCreateManyQuotation_logInput = {
1950
- id?: number
1951
- uuid?: string
1952
- event_id?: number | null
1953
- event_item_id?: number | null
1954
- boq_event_item_id?: number | null
1955
- event_type?: $Enums.EventType | null
1956
- event_vendor_id?: number | null
1957
- quote_amount?: number | null
1958
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1959
- delivery_timeline?: string | null
1960
- warranty_terms?: string | null
1961
- payment_terms?: string | null
1962
- validity_period?: number | null
1963
- quotation_status?: $Enums.QuotationStatus
1964
- quotation_rank?: number | null
1965
- current_revision?: number
1966
- version?: number
1967
- created_at?: Date | string
1968
- created_by?: number | null
1969
- updated_at?: Date | string
1970
- updated_by?: number | null
1971
- is_deleted?: boolean
1972
- deleted_at?: Date | string | null
1973
- deleted_by?: number | null
1974
- }
1975
-
1976
- export type QuotationUpdateWithoutQuotation_logInput = {
1977
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
1978
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
1979
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
1980
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1981
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1982
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1983
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1984
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1985
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
1986
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1987
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
1988
- version?: Prisma.IntFieldUpdateOperationsInput | number
1989
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1990
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1991
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1992
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1993
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1994
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1995
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1996
- event?: Prisma.EventUpdateOneWithoutQuotationsNestedInput
1997
- event_item?: Prisma.EventItemsUpdateOneWithoutQuotationsNestedInput
1998
- boq_event_item?: Prisma.BoqEventItemUpdateOneWithoutQuotationsNestedInput
1999
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutQuotationsNestedInput
2000
- }
2001
-
2002
- export type QuotationUncheckedUpdateWithoutQuotation_logInput = {
2003
- id?: Prisma.IntFieldUpdateOperationsInput | number
2004
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
2005
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2006
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2007
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2008
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
2009
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2010
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
2011
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2012
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2013
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2014
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2015
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2016
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
2017
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2018
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
2019
- version?: Prisma.IntFieldUpdateOperationsInput | number
2020
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
2021
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2022
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
2023
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2024
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
2025
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2026
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2027
- }
2028
-
2029
- export type QuotationUncheckedUpdateManyWithoutQuotation_logInput = {
2030
- id?: Prisma.IntFieldUpdateOperationsInput | number
2031
- uuid?: Prisma.StringFieldUpdateOperationsInput | string
2032
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2033
- event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2034
- boq_event_item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2035
- event_type?: Prisma.NullableEnumEventTypeFieldUpdateOperationsInput | $Enums.EventType | null
2036
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2037
- quote_amount?: Prisma.NullableFloatFieldUpdateOperationsInput | number | null
2038
- technical_details?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
2039
- delivery_timeline?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2040
- warranty_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2041
- payment_terms?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
2042
- validity_period?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2043
- quotation_status?: Prisma.EnumQuotationStatusFieldUpdateOperationsInput | $Enums.QuotationStatus
2044
- quotation_rank?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2045
- current_revision?: Prisma.IntFieldUpdateOperationsInput | number
2046
- version?: Prisma.IntFieldUpdateOperationsInput | number
2047
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
2048
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2049
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
2050
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2051
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
2052
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
2053
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
2054
- }
2055
-
2056
-
2057
-
2058
- export type QuotationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2059
- id?: boolean
2060
- uuid?: boolean
2061
- event_id?: boolean
2062
- event_item_id?: boolean
2063
- boq_event_item_id?: boolean
2064
- event_type?: boolean
2065
- event_vendor_id?: boolean
2066
- quotation_log_id?: boolean
2067
- quote_amount?: boolean
2068
- technical_details?: boolean
2069
- delivery_timeline?: boolean
2070
- warranty_terms?: boolean
2071
- payment_terms?: boolean
2072
- validity_period?: boolean
2073
- quotation_status?: boolean
2074
- quotation_rank?: boolean
2075
- current_revision?: boolean
2076
- version?: boolean
2077
- created_at?: boolean
2078
- created_by?: boolean
2079
- updated_at?: boolean
2080
- updated_by?: boolean
2081
- is_deleted?: boolean
2082
- deleted_at?: boolean
2083
- deleted_by?: boolean
2084
- event?: boolean | Prisma.Quotation$eventArgs<ExtArgs>
2085
- event_item?: boolean | Prisma.Quotation$event_itemArgs<ExtArgs>
2086
- boq_event_item?: boolean | Prisma.Quotation$boq_event_itemArgs<ExtArgs>
2087
- event_vendor?: boolean | Prisma.Quotation$event_vendorArgs<ExtArgs>
2088
- quotation_log?: boolean | Prisma.Quotation$quotation_logArgs<ExtArgs>
2089
- }, ExtArgs["result"]["quotation"]>
2090
-
2091
- export type QuotationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2092
- id?: boolean
2093
- uuid?: boolean
2094
- event_id?: boolean
2095
- event_item_id?: boolean
2096
- boq_event_item_id?: boolean
2097
- event_type?: boolean
2098
- event_vendor_id?: boolean
2099
- quotation_log_id?: boolean
2100
- quote_amount?: boolean
2101
- technical_details?: boolean
2102
- delivery_timeline?: boolean
2103
- warranty_terms?: boolean
2104
- payment_terms?: boolean
2105
- validity_period?: boolean
2106
- quotation_status?: boolean
2107
- quotation_rank?: boolean
2108
- current_revision?: boolean
2109
- version?: boolean
2110
- created_at?: boolean
2111
- created_by?: boolean
2112
- updated_at?: boolean
2113
- updated_by?: boolean
2114
- is_deleted?: boolean
2115
- deleted_at?: boolean
2116
- deleted_by?: boolean
2117
- event?: boolean | Prisma.Quotation$eventArgs<ExtArgs>
2118
- event_item?: boolean | Prisma.Quotation$event_itemArgs<ExtArgs>
2119
- boq_event_item?: boolean | Prisma.Quotation$boq_event_itemArgs<ExtArgs>
2120
- event_vendor?: boolean | Prisma.Quotation$event_vendorArgs<ExtArgs>
2121
- quotation_log?: boolean | Prisma.Quotation$quotation_logArgs<ExtArgs>
2122
- }, ExtArgs["result"]["quotation"]>
2123
-
2124
- export type QuotationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
2125
- id?: boolean
2126
- uuid?: boolean
2127
- event_id?: boolean
2128
- event_item_id?: boolean
2129
- boq_event_item_id?: boolean
2130
- event_type?: boolean
2131
- event_vendor_id?: boolean
2132
- quotation_log_id?: boolean
2133
- quote_amount?: boolean
2134
- technical_details?: boolean
2135
- delivery_timeline?: boolean
2136
- warranty_terms?: boolean
2137
- payment_terms?: boolean
2138
- validity_period?: boolean
2139
- quotation_status?: boolean
2140
- quotation_rank?: boolean
2141
- current_revision?: boolean
2142
- version?: boolean
2143
- created_at?: boolean
2144
- created_by?: boolean
2145
- updated_at?: boolean
2146
- updated_by?: boolean
2147
- is_deleted?: boolean
2148
- deleted_at?: boolean
2149
- deleted_by?: boolean
2150
- event?: boolean | Prisma.Quotation$eventArgs<ExtArgs>
2151
- event_item?: boolean | Prisma.Quotation$event_itemArgs<ExtArgs>
2152
- boq_event_item?: boolean | Prisma.Quotation$boq_event_itemArgs<ExtArgs>
2153
- event_vendor?: boolean | Prisma.Quotation$event_vendorArgs<ExtArgs>
2154
- quotation_log?: boolean | Prisma.Quotation$quotation_logArgs<ExtArgs>
2155
- }, ExtArgs["result"]["quotation"]>
2156
-
2157
- export type QuotationSelectScalar = {
2158
- id?: boolean
2159
- uuid?: boolean
2160
- event_id?: boolean
2161
- event_item_id?: boolean
2162
- boq_event_item_id?: boolean
2163
- event_type?: boolean
2164
- event_vendor_id?: boolean
2165
- quotation_log_id?: boolean
2166
- quote_amount?: boolean
2167
- technical_details?: boolean
2168
- delivery_timeline?: boolean
2169
- warranty_terms?: boolean
2170
- payment_terms?: boolean
2171
- validity_period?: boolean
2172
- quotation_status?: boolean
2173
- quotation_rank?: boolean
2174
- current_revision?: boolean
2175
- version?: boolean
2176
- created_at?: boolean
2177
- created_by?: boolean
2178
- updated_at?: boolean
2179
- updated_by?: boolean
2180
- is_deleted?: boolean
2181
- deleted_at?: boolean
2182
- deleted_by?: boolean
2183
- }
2184
-
2185
- export type QuotationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "event_id" | "event_item_id" | "boq_event_item_id" | "event_type" | "event_vendor_id" | "quotation_log_id" | "quote_amount" | "technical_details" | "delivery_timeline" | "warranty_terms" | "payment_terms" | "validity_period" | "quotation_status" | "quotation_rank" | "current_revision" | "version" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["quotation"]>
2186
- export type QuotationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2187
- event?: boolean | Prisma.Quotation$eventArgs<ExtArgs>
2188
- event_item?: boolean | Prisma.Quotation$event_itemArgs<ExtArgs>
2189
- boq_event_item?: boolean | Prisma.Quotation$boq_event_itemArgs<ExtArgs>
2190
- event_vendor?: boolean | Prisma.Quotation$event_vendorArgs<ExtArgs>
2191
- quotation_log?: boolean | Prisma.Quotation$quotation_logArgs<ExtArgs>
2192
- }
2193
- export type QuotationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2194
- event?: boolean | Prisma.Quotation$eventArgs<ExtArgs>
2195
- event_item?: boolean | Prisma.Quotation$event_itemArgs<ExtArgs>
2196
- boq_event_item?: boolean | Prisma.Quotation$boq_event_itemArgs<ExtArgs>
2197
- event_vendor?: boolean | Prisma.Quotation$event_vendorArgs<ExtArgs>
2198
- quotation_log?: boolean | Prisma.Quotation$quotation_logArgs<ExtArgs>
2199
- }
2200
- export type QuotationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2201
- event?: boolean | Prisma.Quotation$eventArgs<ExtArgs>
2202
- event_item?: boolean | Prisma.Quotation$event_itemArgs<ExtArgs>
2203
- boq_event_item?: boolean | Prisma.Quotation$boq_event_itemArgs<ExtArgs>
2204
- event_vendor?: boolean | Prisma.Quotation$event_vendorArgs<ExtArgs>
2205
- quotation_log?: boolean | Prisma.Quotation$quotation_logArgs<ExtArgs>
2206
- }
2207
-
2208
- export type $QuotationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2209
- name: "Quotation"
2210
- objects: {
2211
- event: Prisma.$EventPayload<ExtArgs> | null
2212
- event_item: Prisma.$EventItemsPayload<ExtArgs> | null
2213
- boq_event_item: Prisma.$BoqEventItemPayload<ExtArgs> | null
2214
- event_vendor: Prisma.$EventVendorsPayload<ExtArgs> | null
2215
- quotation_log: Prisma.$QuotationLogPayload<ExtArgs> | null
2216
- }
2217
- scalars: runtime.Types.Extensions.GetPayloadResult<{
2218
- id: number
2219
- uuid: string
2220
- event_id: number | null
2221
- event_item_id: number | null
2222
- boq_event_item_id: number | null
2223
- event_type: $Enums.EventType | null
2224
- event_vendor_id: number | null
2225
- quotation_log_id: number | null
2226
- quote_amount: number | null
2227
- technical_details: runtime.JsonValue | null
2228
- delivery_timeline: string | null
2229
- warranty_terms: string | null
2230
- payment_terms: string | null
2231
- validity_period: number | null
2232
- quotation_status: $Enums.QuotationStatus
2233
- quotation_rank: number | null
2234
- current_revision: number
2235
- version: number
2236
- created_at: Date
2237
- created_by: number | null
2238
- updated_at: Date
2239
- updated_by: number | null
2240
- is_deleted: boolean
2241
- deleted_at: Date | null
2242
- deleted_by: number | null
2243
- }, ExtArgs["result"]["quotation"]>
2244
- composites: {}
2245
- }
2246
-
2247
- export type QuotationGetPayload<S extends boolean | null | undefined | QuotationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$QuotationPayload, S>
2248
-
2249
- export type QuotationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
2250
- Omit<QuotationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
2251
- select?: QuotationCountAggregateInputType | true
2252
- }
2253
-
2254
- export interface QuotationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
2255
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['Quotation'], meta: { name: 'Quotation' } }
2256
- /**
2257
- * Find zero or one Quotation that matches the filter.
2258
- * @param {QuotationFindUniqueArgs} args - Arguments to find a Quotation
2259
- * @example
2260
- * // Get one Quotation
2261
- * const quotation = await prisma.quotation.findUnique({
2262
- * where: {
2263
- * // ... provide filter here
2264
- * }
2265
- * })
2266
- */
2267
- findUnique<T extends QuotationFindUniqueArgs>(args: Prisma.SelectSubset<T, QuotationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2268
-
2269
- /**
2270
- * Find one Quotation that matches the filter or throw an error with `error.code='P2025'`
2271
- * if no matches were found.
2272
- * @param {QuotationFindUniqueOrThrowArgs} args - Arguments to find a Quotation
2273
- * @example
2274
- * // Get one Quotation
2275
- * const quotation = await prisma.quotation.findUniqueOrThrow({
2276
- * where: {
2277
- * // ... provide filter here
2278
- * }
2279
- * })
2280
- */
2281
- findUniqueOrThrow<T extends QuotationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, QuotationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2282
-
2283
- /**
2284
- * Find the first Quotation that matches the filter.
2285
- * Note, that providing `undefined` is treated as the value not being there.
2286
- * Read more here: https://pris.ly/d/null-undefined
2287
- * @param {QuotationFindFirstArgs} args - Arguments to find a Quotation
2288
- * @example
2289
- * // Get one Quotation
2290
- * const quotation = await prisma.quotation.findFirst({
2291
- * where: {
2292
- * // ... provide filter here
2293
- * }
2294
- * })
2295
- */
2296
- findFirst<T extends QuotationFindFirstArgs>(args?: Prisma.SelectSubset<T, QuotationFindFirstArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2297
-
2298
- /**
2299
- * Find the first Quotation that matches the filter or
2300
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
2301
- * Note, that providing `undefined` is treated as the value not being there.
2302
- * Read more here: https://pris.ly/d/null-undefined
2303
- * @param {QuotationFindFirstOrThrowArgs} args - Arguments to find a Quotation
2304
- * @example
2305
- * // Get one Quotation
2306
- * const quotation = await prisma.quotation.findFirstOrThrow({
2307
- * where: {
2308
- * // ... provide filter here
2309
- * }
2310
- * })
2311
- */
2312
- findFirstOrThrow<T extends QuotationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, QuotationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2313
-
2314
- /**
2315
- * Find zero or more Quotations that matches the filter.
2316
- * Note, that providing `undefined` is treated as the value not being there.
2317
- * Read more here: https://pris.ly/d/null-undefined
2318
- * @param {QuotationFindManyArgs} args - Arguments to filter and select certain fields only.
2319
- * @example
2320
- * // Get all Quotations
2321
- * const quotations = await prisma.quotation.findMany()
2322
- *
2323
- * // Get first 10 Quotations
2324
- * const quotations = await prisma.quotation.findMany({ take: 10 })
2325
- *
2326
- * // Only select the `id`
2327
- * const quotationWithIdOnly = await prisma.quotation.findMany({ select: { id: true } })
2328
- *
2329
- */
2330
- findMany<T extends QuotationFindManyArgs>(args?: Prisma.SelectSubset<T, QuotationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
2331
-
2332
- /**
2333
- * Create a Quotation.
2334
- * @param {QuotationCreateArgs} args - Arguments to create a Quotation.
2335
- * @example
2336
- * // Create one Quotation
2337
- * const Quotation = await prisma.quotation.create({
2338
- * data: {
2339
- * // ... data to create a Quotation
2340
- * }
2341
- * })
2342
- *
2343
- */
2344
- create<T extends QuotationCreateArgs>(args: Prisma.SelectSubset<T, QuotationCreateArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2345
-
2346
- /**
2347
- * Create many Quotations.
2348
- * @param {QuotationCreateManyArgs} args - Arguments to create many Quotations.
2349
- * @example
2350
- * // Create many Quotations
2351
- * const quotation = await prisma.quotation.createMany({
2352
- * data: [
2353
- * // ... provide data here
2354
- * ]
2355
- * })
2356
- *
2357
- */
2358
- createMany<T extends QuotationCreateManyArgs>(args?: Prisma.SelectSubset<T, QuotationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
2359
-
2360
- /**
2361
- * Create many Quotations and returns the data saved in the database.
2362
- * @param {QuotationCreateManyAndReturnArgs} args - Arguments to create many Quotations.
2363
- * @example
2364
- * // Create many Quotations
2365
- * const quotation = await prisma.quotation.createManyAndReturn({
2366
- * data: [
2367
- * // ... provide data here
2368
- * ]
2369
- * })
2370
- *
2371
- * // Create many Quotations and only return the `id`
2372
- * const quotationWithIdOnly = await prisma.quotation.createManyAndReturn({
2373
- * select: { id: true },
2374
- * data: [
2375
- * // ... provide data here
2376
- * ]
2377
- * })
2378
- * Note, that providing `undefined` is treated as the value not being there.
2379
- * Read more here: https://pris.ly/d/null-undefined
2380
- *
2381
- */
2382
- createManyAndReturn<T extends QuotationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, QuotationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
2383
-
2384
- /**
2385
- * Delete a Quotation.
2386
- * @param {QuotationDeleteArgs} args - Arguments to delete one Quotation.
2387
- * @example
2388
- * // Delete one Quotation
2389
- * const Quotation = await prisma.quotation.delete({
2390
- * where: {
2391
- * // ... filter to delete one Quotation
2392
- * }
2393
- * })
2394
- *
2395
- */
2396
- delete<T extends QuotationDeleteArgs>(args: Prisma.SelectSubset<T, QuotationDeleteArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2397
-
2398
- /**
2399
- * Update one Quotation.
2400
- * @param {QuotationUpdateArgs} args - Arguments to update one Quotation.
2401
- * @example
2402
- * // Update one Quotation
2403
- * const quotation = await prisma.quotation.update({
2404
- * where: {
2405
- * // ... provide filter here
2406
- * },
2407
- * data: {
2408
- * // ... provide data here
2409
- * }
2410
- * })
2411
- *
2412
- */
2413
- update<T extends QuotationUpdateArgs>(args: Prisma.SelectSubset<T, QuotationUpdateArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2414
-
2415
- /**
2416
- * Delete zero or more Quotations.
2417
- * @param {QuotationDeleteManyArgs} args - Arguments to filter Quotations to delete.
2418
- * @example
2419
- * // Delete a few Quotations
2420
- * const { count } = await prisma.quotation.deleteMany({
2421
- * where: {
2422
- * // ... provide filter here
2423
- * }
2424
- * })
2425
- *
2426
- */
2427
- deleteMany<T extends QuotationDeleteManyArgs>(args?: Prisma.SelectSubset<T, QuotationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
2428
-
2429
- /**
2430
- * Update zero or more Quotations.
2431
- * Note, that providing `undefined` is treated as the value not being there.
2432
- * Read more here: https://pris.ly/d/null-undefined
2433
- * @param {QuotationUpdateManyArgs} args - Arguments to update one or more rows.
2434
- * @example
2435
- * // Update many Quotations
2436
- * const quotation = await prisma.quotation.updateMany({
2437
- * where: {
2438
- * // ... provide filter here
2439
- * },
2440
- * data: {
2441
- * // ... provide data here
2442
- * }
2443
- * })
2444
- *
2445
- */
2446
- updateMany<T extends QuotationUpdateManyArgs>(args: Prisma.SelectSubset<T, QuotationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
2447
-
2448
- /**
2449
- * Update zero or more Quotations and returns the data updated in the database.
2450
- * @param {QuotationUpdateManyAndReturnArgs} args - Arguments to update many Quotations.
2451
- * @example
2452
- * // Update many Quotations
2453
- * const quotation = await prisma.quotation.updateManyAndReturn({
2454
- * where: {
2455
- * // ... provide filter here
2456
- * },
2457
- * data: [
2458
- * // ... provide data here
2459
- * ]
2460
- * })
2461
- *
2462
- * // Update zero or more Quotations and only return the `id`
2463
- * const quotationWithIdOnly = await prisma.quotation.updateManyAndReturn({
2464
- * select: { id: true },
2465
- * where: {
2466
- * // ... provide filter here
2467
- * },
2468
- * data: [
2469
- * // ... provide data here
2470
- * ]
2471
- * })
2472
- * Note, that providing `undefined` is treated as the value not being there.
2473
- * Read more here: https://pris.ly/d/null-undefined
2474
- *
2475
- */
2476
- updateManyAndReturn<T extends QuotationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, QuotationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
2477
-
2478
- /**
2479
- * Create or update one Quotation.
2480
- * @param {QuotationUpsertArgs} args - Arguments to update or create a Quotation.
2481
- * @example
2482
- * // Update or create a Quotation
2483
- * const quotation = await prisma.quotation.upsert({
2484
- * create: {
2485
- * // ... data to create a Quotation
2486
- * },
2487
- * update: {
2488
- * // ... in case it already exists, update
2489
- * },
2490
- * where: {
2491
- * // ... the filter for the Quotation we want to update
2492
- * }
2493
- * })
2494
- */
2495
- upsert<T extends QuotationUpsertArgs>(args: Prisma.SelectSubset<T, QuotationUpsertArgs<ExtArgs>>): Prisma.Prisma__QuotationClient<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2496
-
2497
-
2498
- /**
2499
- * Count the number of Quotations.
2500
- * Note, that providing `undefined` is treated as the value not being there.
2501
- * Read more here: https://pris.ly/d/null-undefined
2502
- * @param {QuotationCountArgs} args - Arguments to filter Quotations to count.
2503
- * @example
2504
- * // Count the number of Quotations
2505
- * const count = await prisma.quotation.count({
2506
- * where: {
2507
- * // ... the filter for the Quotations we want to count
2508
- * }
2509
- * })
2510
- **/
2511
- count<T extends QuotationCountArgs>(
2512
- args?: Prisma.Subset<T, QuotationCountArgs>,
2513
- ): Prisma.PrismaPromise<
2514
- T extends runtime.Types.Utils.Record<'select', any>
2515
- ? T['select'] extends true
2516
- ? number
2517
- : Prisma.GetScalarType<T['select'], QuotationCountAggregateOutputType>
2518
- : number
2519
- >
2520
-
2521
- /**
2522
- * Allows you to perform aggregations operations on a Quotation.
2523
- * Note, that providing `undefined` is treated as the value not being there.
2524
- * Read more here: https://pris.ly/d/null-undefined
2525
- * @param {QuotationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
2526
- * @example
2527
- * // Ordered by age ascending
2528
- * // Where email contains prisma.io
2529
- * // Limited to the 10 users
2530
- * const aggregations = await prisma.user.aggregate({
2531
- * _avg: {
2532
- * age: true,
2533
- * },
2534
- * where: {
2535
- * email: {
2536
- * contains: "prisma.io",
2537
- * },
2538
- * },
2539
- * orderBy: {
2540
- * age: "asc",
2541
- * },
2542
- * take: 10,
2543
- * })
2544
- **/
2545
- aggregate<T extends QuotationAggregateArgs>(args: Prisma.Subset<T, QuotationAggregateArgs>): Prisma.PrismaPromise<GetQuotationAggregateType<T>>
2546
-
2547
- /**
2548
- * Group by Quotation.
2549
- * Note, that providing `undefined` is treated as the value not being there.
2550
- * Read more here: https://pris.ly/d/null-undefined
2551
- * @param {QuotationGroupByArgs} args - Group by arguments.
2552
- * @example
2553
- * // Group by city, order by createdAt, get count
2554
- * const result = await prisma.user.groupBy({
2555
- * by: ['city', 'createdAt'],
2556
- * orderBy: {
2557
- * createdAt: true
2558
- * },
2559
- * _count: {
2560
- * _all: true
2561
- * },
2562
- * })
2563
- *
2564
- **/
2565
- groupBy<
2566
- T extends QuotationGroupByArgs,
2567
- HasSelectOrTake extends Prisma.Or<
2568
- Prisma.Extends<'skip', Prisma.Keys<T>>,
2569
- Prisma.Extends<'take', Prisma.Keys<T>>
2570
- >,
2571
- OrderByArg extends Prisma.True extends HasSelectOrTake
2572
- ? { orderBy: QuotationGroupByArgs['orderBy'] }
2573
- : { orderBy?: QuotationGroupByArgs['orderBy'] },
2574
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
2575
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
2576
- ByValid extends Prisma.Has<ByFields, OrderFields>,
2577
- HavingFields extends Prisma.GetHavingFields<T['having']>,
2578
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
2579
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
2580
- InputErrors extends ByEmpty extends Prisma.True
2581
- ? `Error: "by" must not be empty.`
2582
- : HavingValid extends Prisma.False
2583
- ? {
2584
- [P in HavingFields]: P extends ByFields
2585
- ? never
2586
- : P extends string
2587
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
2588
- : [
2589
- Error,
2590
- 'Field ',
2591
- P,
2592
- ` in "having" needs to be provided in "by"`,
2593
- ]
2594
- }[HavingFields]
2595
- : 'take' extends Prisma.Keys<T>
2596
- ? 'orderBy' extends Prisma.Keys<T>
2597
- ? ByValid extends Prisma.True
2598
- ? {}
2599
- : {
2600
- [P in OrderFields]: P extends ByFields
2601
- ? never
2602
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
2603
- }[OrderFields]
2604
- : 'Error: If you provide "take", you also need to provide "orderBy"'
2605
- : 'skip' extends Prisma.Keys<T>
2606
- ? 'orderBy' extends Prisma.Keys<T>
2607
- ? ByValid extends Prisma.True
2608
- ? {}
2609
- : {
2610
- [P in OrderFields]: P extends ByFields
2611
- ? never
2612
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
2613
- }[OrderFields]
2614
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
2615
- : ByValid extends Prisma.True
2616
- ? {}
2617
- : {
2618
- [P in OrderFields]: P extends ByFields
2619
- ? never
2620
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
2621
- }[OrderFields]
2622
- >(args: Prisma.SubsetIntersection<T, QuotationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetQuotationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
2623
- /**
2624
- * Fields of the Quotation model
2625
- */
2626
- readonly fields: QuotationFieldRefs;
2627
- }
2628
-
2629
- /**
2630
- * The delegate class that acts as a "Promise-like" for Quotation.
2631
- * Why is this prefixed with `Prisma__`?
2632
- * Because we want to prevent naming conflicts as mentioned in
2633
- * https://github.com/prisma/prisma-client-js/issues/707
2634
- */
2635
- export interface Prisma__QuotationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
2636
- readonly [Symbol.toStringTag]: "PrismaPromise"
2637
- event<T extends Prisma.Quotation$eventArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Quotation$eventArgs<ExtArgs>>): Prisma.Prisma__EventClient<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2638
- event_item<T extends Prisma.Quotation$event_itemArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Quotation$event_itemArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2639
- boq_event_item<T extends Prisma.Quotation$boq_event_itemArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Quotation$boq_event_itemArgs<ExtArgs>>): Prisma.Prisma__BoqEventItemClient<runtime.Types.Result.GetResult<Prisma.$BoqEventItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2640
- event_vendor<T extends Prisma.Quotation$event_vendorArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Quotation$event_vendorArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2641
- quotation_log<T extends Prisma.Quotation$quotation_logArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Quotation$quotation_logArgs<ExtArgs>>): Prisma.Prisma__QuotationLogClient<runtime.Types.Result.GetResult<Prisma.$QuotationLogPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2642
- /**
2643
- * Attaches callbacks for the resolution and/or rejection of the Promise.
2644
- * @param onfulfilled The callback to execute when the Promise is resolved.
2645
- * @param onrejected The callback to execute when the Promise is rejected.
2646
- * @returns A Promise for the completion of which ever callback is executed.
2647
- */
2648
- 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>
2649
- /**
2650
- * Attaches a callback for only the rejection of the Promise.
2651
- * @param onrejected The callback to execute when the Promise is rejected.
2652
- * @returns A Promise for the completion of the callback.
2653
- */
2654
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
2655
- /**
2656
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
2657
- * resolved value cannot be modified from the callback.
2658
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
2659
- * @returns A Promise for the completion of the callback.
2660
- */
2661
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
2662
- }
2663
-
2664
-
2665
-
2666
-
2667
- /**
2668
- * Fields of the Quotation model
2669
- */
2670
- export interface QuotationFieldRefs {
2671
- readonly id: Prisma.FieldRef<"Quotation", 'Int'>
2672
- readonly uuid: Prisma.FieldRef<"Quotation", 'String'>
2673
- readonly event_id: Prisma.FieldRef<"Quotation", 'Int'>
2674
- readonly event_item_id: Prisma.FieldRef<"Quotation", 'Int'>
2675
- readonly boq_event_item_id: Prisma.FieldRef<"Quotation", 'Int'>
2676
- readonly event_type: Prisma.FieldRef<"Quotation", 'EventType'>
2677
- readonly event_vendor_id: Prisma.FieldRef<"Quotation", 'Int'>
2678
- readonly quotation_log_id: Prisma.FieldRef<"Quotation", 'Int'>
2679
- readonly quote_amount: Prisma.FieldRef<"Quotation", 'Float'>
2680
- readonly technical_details: Prisma.FieldRef<"Quotation", 'Json'>
2681
- readonly delivery_timeline: Prisma.FieldRef<"Quotation", 'String'>
2682
- readonly warranty_terms: Prisma.FieldRef<"Quotation", 'String'>
2683
- readonly payment_terms: Prisma.FieldRef<"Quotation", 'String'>
2684
- readonly validity_period: Prisma.FieldRef<"Quotation", 'Int'>
2685
- readonly quotation_status: Prisma.FieldRef<"Quotation", 'QuotationStatus'>
2686
- readonly quotation_rank: Prisma.FieldRef<"Quotation", 'Int'>
2687
- readonly current_revision: Prisma.FieldRef<"Quotation", 'Int'>
2688
- readonly version: Prisma.FieldRef<"Quotation", 'Int'>
2689
- readonly created_at: Prisma.FieldRef<"Quotation", 'DateTime'>
2690
- readonly created_by: Prisma.FieldRef<"Quotation", 'Int'>
2691
- readonly updated_at: Prisma.FieldRef<"Quotation", 'DateTime'>
2692
- readonly updated_by: Prisma.FieldRef<"Quotation", 'Int'>
2693
- readonly is_deleted: Prisma.FieldRef<"Quotation", 'Boolean'>
2694
- readonly deleted_at: Prisma.FieldRef<"Quotation", 'DateTime'>
2695
- readonly deleted_by: Prisma.FieldRef<"Quotation", 'Int'>
2696
- }
2697
-
2698
-
2699
- // Custom InputTypes
2700
- /**
2701
- * Quotation findUnique
2702
- */
2703
- export type QuotationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2704
- /**
2705
- * Select specific fields to fetch from the Quotation
2706
- */
2707
- select?: Prisma.QuotationSelect<ExtArgs> | null
2708
- /**
2709
- * Omit specific fields from the Quotation
2710
- */
2711
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2712
- /**
2713
- * Choose, which related nodes to fetch as well
2714
- */
2715
- include?: Prisma.QuotationInclude<ExtArgs> | null
2716
- /**
2717
- * Filter, which Quotation to fetch.
2718
- */
2719
- where: Prisma.QuotationWhereUniqueInput
2720
- }
2721
-
2722
- /**
2723
- * Quotation findUniqueOrThrow
2724
- */
2725
- export type QuotationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2726
- /**
2727
- * Select specific fields to fetch from the Quotation
2728
- */
2729
- select?: Prisma.QuotationSelect<ExtArgs> | null
2730
- /**
2731
- * Omit specific fields from the Quotation
2732
- */
2733
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2734
- /**
2735
- * Choose, which related nodes to fetch as well
2736
- */
2737
- include?: Prisma.QuotationInclude<ExtArgs> | null
2738
- /**
2739
- * Filter, which Quotation to fetch.
2740
- */
2741
- where: Prisma.QuotationWhereUniqueInput
2742
- }
2743
-
2744
- /**
2745
- * Quotation findFirst
2746
- */
2747
- export type QuotationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2748
- /**
2749
- * Select specific fields to fetch from the Quotation
2750
- */
2751
- select?: Prisma.QuotationSelect<ExtArgs> | null
2752
- /**
2753
- * Omit specific fields from the Quotation
2754
- */
2755
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2756
- /**
2757
- * Choose, which related nodes to fetch as well
2758
- */
2759
- include?: Prisma.QuotationInclude<ExtArgs> | null
2760
- /**
2761
- * Filter, which Quotation to fetch.
2762
- */
2763
- where?: Prisma.QuotationWhereInput
2764
- /**
2765
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2766
- *
2767
- * Determine the order of Quotations to fetch.
2768
- */
2769
- orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
2770
- /**
2771
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2772
- *
2773
- * Sets the position for searching for Quotations.
2774
- */
2775
- cursor?: Prisma.QuotationWhereUniqueInput
2776
- /**
2777
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2778
- *
2779
- * Take `±n` Quotations from the position of the cursor.
2780
- */
2781
- take?: number
2782
- /**
2783
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2784
- *
2785
- * Skip the first `n` Quotations.
2786
- */
2787
- skip?: number
2788
- /**
2789
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2790
- *
2791
- * Filter by unique combinations of Quotations.
2792
- */
2793
- distinct?: Prisma.QuotationScalarFieldEnum | Prisma.QuotationScalarFieldEnum[]
2794
- }
2795
-
2796
- /**
2797
- * Quotation findFirstOrThrow
2798
- */
2799
- export type QuotationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2800
- /**
2801
- * Select specific fields to fetch from the Quotation
2802
- */
2803
- select?: Prisma.QuotationSelect<ExtArgs> | null
2804
- /**
2805
- * Omit specific fields from the Quotation
2806
- */
2807
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2808
- /**
2809
- * Choose, which related nodes to fetch as well
2810
- */
2811
- include?: Prisma.QuotationInclude<ExtArgs> | null
2812
- /**
2813
- * Filter, which Quotation to fetch.
2814
- */
2815
- where?: Prisma.QuotationWhereInput
2816
- /**
2817
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2818
- *
2819
- * Determine the order of Quotations to fetch.
2820
- */
2821
- orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
2822
- /**
2823
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2824
- *
2825
- * Sets the position for searching for Quotations.
2826
- */
2827
- cursor?: Prisma.QuotationWhereUniqueInput
2828
- /**
2829
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2830
- *
2831
- * Take `±n` Quotations from the position of the cursor.
2832
- */
2833
- take?: number
2834
- /**
2835
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2836
- *
2837
- * Skip the first `n` Quotations.
2838
- */
2839
- skip?: number
2840
- /**
2841
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2842
- *
2843
- * Filter by unique combinations of Quotations.
2844
- */
2845
- distinct?: Prisma.QuotationScalarFieldEnum | Prisma.QuotationScalarFieldEnum[]
2846
- }
2847
-
2848
- /**
2849
- * Quotation findMany
2850
- */
2851
- export type QuotationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2852
- /**
2853
- * Select specific fields to fetch from the Quotation
2854
- */
2855
- select?: Prisma.QuotationSelect<ExtArgs> | null
2856
- /**
2857
- * Omit specific fields from the Quotation
2858
- */
2859
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2860
- /**
2861
- * Choose, which related nodes to fetch as well
2862
- */
2863
- include?: Prisma.QuotationInclude<ExtArgs> | null
2864
- /**
2865
- * Filter, which Quotations to fetch.
2866
- */
2867
- where?: Prisma.QuotationWhereInput
2868
- /**
2869
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2870
- *
2871
- * Determine the order of Quotations to fetch.
2872
- */
2873
- orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
2874
- /**
2875
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2876
- *
2877
- * Sets the position for listing Quotations.
2878
- */
2879
- cursor?: Prisma.QuotationWhereUniqueInput
2880
- /**
2881
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2882
- *
2883
- * Take `±n` Quotations from the position of the cursor.
2884
- */
2885
- take?: number
2886
- /**
2887
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2888
- *
2889
- * Skip the first `n` Quotations.
2890
- */
2891
- skip?: number
2892
- /**
2893
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2894
- *
2895
- * Filter by unique combinations of Quotations.
2896
- */
2897
- distinct?: Prisma.QuotationScalarFieldEnum | Prisma.QuotationScalarFieldEnum[]
2898
- }
2899
-
2900
- /**
2901
- * Quotation create
2902
- */
2903
- export type QuotationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2904
- /**
2905
- * Select specific fields to fetch from the Quotation
2906
- */
2907
- select?: Prisma.QuotationSelect<ExtArgs> | null
2908
- /**
2909
- * Omit specific fields from the Quotation
2910
- */
2911
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2912
- /**
2913
- * Choose, which related nodes to fetch as well
2914
- */
2915
- include?: Prisma.QuotationInclude<ExtArgs> | null
2916
- /**
2917
- * The data needed to create a Quotation.
2918
- */
2919
- data: Prisma.XOR<Prisma.QuotationCreateInput, Prisma.QuotationUncheckedCreateInput>
2920
- }
2921
-
2922
- /**
2923
- * Quotation createMany
2924
- */
2925
- export type QuotationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2926
- /**
2927
- * The data used to create many Quotations.
2928
- */
2929
- data: Prisma.QuotationCreateManyInput | Prisma.QuotationCreateManyInput[]
2930
- skipDuplicates?: boolean
2931
- }
2932
-
2933
- /**
2934
- * Quotation createManyAndReturn
2935
- */
2936
- export type QuotationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2937
- /**
2938
- * Select specific fields to fetch from the Quotation
2939
- */
2940
- select?: Prisma.QuotationSelectCreateManyAndReturn<ExtArgs> | null
2941
- /**
2942
- * Omit specific fields from the Quotation
2943
- */
2944
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2945
- /**
2946
- * The data used to create many Quotations.
2947
- */
2948
- data: Prisma.QuotationCreateManyInput | Prisma.QuotationCreateManyInput[]
2949
- skipDuplicates?: boolean
2950
- /**
2951
- * Choose, which related nodes to fetch as well
2952
- */
2953
- include?: Prisma.QuotationIncludeCreateManyAndReturn<ExtArgs> | null
2954
- }
2955
-
2956
- /**
2957
- * Quotation update
2958
- */
2959
- export type QuotationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2960
- /**
2961
- * Select specific fields to fetch from the Quotation
2962
- */
2963
- select?: Prisma.QuotationSelect<ExtArgs> | null
2964
- /**
2965
- * Omit specific fields from the Quotation
2966
- */
2967
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2968
- /**
2969
- * Choose, which related nodes to fetch as well
2970
- */
2971
- include?: Prisma.QuotationInclude<ExtArgs> | null
2972
- /**
2973
- * The data needed to update a Quotation.
2974
- */
2975
- data: Prisma.XOR<Prisma.QuotationUpdateInput, Prisma.QuotationUncheckedUpdateInput>
2976
- /**
2977
- * Choose, which Quotation to update.
2978
- */
2979
- where: Prisma.QuotationWhereUniqueInput
2980
- }
2981
-
2982
- /**
2983
- * Quotation updateMany
2984
- */
2985
- export type QuotationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2986
- /**
2987
- * The data used to update Quotations.
2988
- */
2989
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyInput>
2990
- /**
2991
- * Filter which Quotations to update
2992
- */
2993
- where?: Prisma.QuotationWhereInput
2994
- /**
2995
- * Limit how many Quotations to update.
2996
- */
2997
- limit?: number
2998
- }
2999
-
3000
- /**
3001
- * Quotation updateManyAndReturn
3002
- */
3003
- export type QuotationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3004
- /**
3005
- * Select specific fields to fetch from the Quotation
3006
- */
3007
- select?: Prisma.QuotationSelectUpdateManyAndReturn<ExtArgs> | null
3008
- /**
3009
- * Omit specific fields from the Quotation
3010
- */
3011
- omit?: Prisma.QuotationOmit<ExtArgs> | null
3012
- /**
3013
- * The data used to update Quotations.
3014
- */
3015
- data: Prisma.XOR<Prisma.QuotationUpdateManyMutationInput, Prisma.QuotationUncheckedUpdateManyInput>
3016
- /**
3017
- * Filter which Quotations to update
3018
- */
3019
- where?: Prisma.QuotationWhereInput
3020
- /**
3021
- * Limit how many Quotations to update.
3022
- */
3023
- limit?: number
3024
- /**
3025
- * Choose, which related nodes to fetch as well
3026
- */
3027
- include?: Prisma.QuotationIncludeUpdateManyAndReturn<ExtArgs> | null
3028
- }
3029
-
3030
- /**
3031
- * Quotation upsert
3032
- */
3033
- export type QuotationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3034
- /**
3035
- * Select specific fields to fetch from the Quotation
3036
- */
3037
- select?: Prisma.QuotationSelect<ExtArgs> | null
3038
- /**
3039
- * Omit specific fields from the Quotation
3040
- */
3041
- omit?: Prisma.QuotationOmit<ExtArgs> | null
3042
- /**
3043
- * Choose, which related nodes to fetch as well
3044
- */
3045
- include?: Prisma.QuotationInclude<ExtArgs> | null
3046
- /**
3047
- * The filter to search for the Quotation to update in case it exists.
3048
- */
3049
- where: Prisma.QuotationWhereUniqueInput
3050
- /**
3051
- * In case the Quotation found by the `where` argument doesn't exist, create a new Quotation with this data.
3052
- */
3053
- create: Prisma.XOR<Prisma.QuotationCreateInput, Prisma.QuotationUncheckedCreateInput>
3054
- /**
3055
- * In case the Quotation was found with the provided `where` argument, update it with this data.
3056
- */
3057
- update: Prisma.XOR<Prisma.QuotationUpdateInput, Prisma.QuotationUncheckedUpdateInput>
3058
- }
3059
-
3060
- /**
3061
- * Quotation delete
3062
- */
3063
- export type QuotationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3064
- /**
3065
- * Select specific fields to fetch from the Quotation
3066
- */
3067
- select?: Prisma.QuotationSelect<ExtArgs> | null
3068
- /**
3069
- * Omit specific fields from the Quotation
3070
- */
3071
- omit?: Prisma.QuotationOmit<ExtArgs> | null
3072
- /**
3073
- * Choose, which related nodes to fetch as well
3074
- */
3075
- include?: Prisma.QuotationInclude<ExtArgs> | null
3076
- /**
3077
- * Filter which Quotation to delete.
3078
- */
3079
- where: Prisma.QuotationWhereUniqueInput
3080
- }
3081
-
3082
- /**
3083
- * Quotation deleteMany
3084
- */
3085
- export type QuotationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3086
- /**
3087
- * Filter which Quotations to delete
3088
- */
3089
- where?: Prisma.QuotationWhereInput
3090
- /**
3091
- * Limit how many Quotations to delete.
3092
- */
3093
- limit?: number
3094
- }
3095
-
3096
- /**
3097
- * Quotation.event
3098
- */
3099
- export type Quotation$eventArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3100
- /**
3101
- * Select specific fields to fetch from the Event
3102
- */
3103
- select?: Prisma.EventSelect<ExtArgs> | null
3104
- /**
3105
- * Omit specific fields from the Event
3106
- */
3107
- omit?: Prisma.EventOmit<ExtArgs> | null
3108
- /**
3109
- * Choose, which related nodes to fetch as well
3110
- */
3111
- include?: Prisma.EventInclude<ExtArgs> | null
3112
- where?: Prisma.EventWhereInput
3113
- }
3114
-
3115
- /**
3116
- * Quotation.event_item
3117
- */
3118
- export type Quotation$event_itemArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3119
- /**
3120
- * Select specific fields to fetch from the EventItems
3121
- */
3122
- select?: Prisma.EventItemsSelect<ExtArgs> | null
3123
- /**
3124
- * Omit specific fields from the EventItems
3125
- */
3126
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
3127
- /**
3128
- * Choose, which related nodes to fetch as well
3129
- */
3130
- include?: Prisma.EventItemsInclude<ExtArgs> | null
3131
- where?: Prisma.EventItemsWhereInput
3132
- }
3133
-
3134
- /**
3135
- * Quotation.boq_event_item
3136
- */
3137
- export type Quotation$boq_event_itemArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3138
- /**
3139
- * Select specific fields to fetch from the BoqEventItem
3140
- */
3141
- select?: Prisma.BoqEventItemSelect<ExtArgs> | null
3142
- /**
3143
- * Omit specific fields from the BoqEventItem
3144
- */
3145
- omit?: Prisma.BoqEventItemOmit<ExtArgs> | null
3146
- /**
3147
- * Choose, which related nodes to fetch as well
3148
- */
3149
- include?: Prisma.BoqEventItemInclude<ExtArgs> | null
3150
- where?: Prisma.BoqEventItemWhereInput
3151
- }
3152
-
3153
- /**
3154
- * Quotation.event_vendor
3155
- */
3156
- export type Quotation$event_vendorArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3157
- /**
3158
- * Select specific fields to fetch from the EventVendors
3159
- */
3160
- select?: Prisma.EventVendorsSelect<ExtArgs> | null
3161
- /**
3162
- * Omit specific fields from the EventVendors
3163
- */
3164
- omit?: Prisma.EventVendorsOmit<ExtArgs> | null
3165
- /**
3166
- * Choose, which related nodes to fetch as well
3167
- */
3168
- include?: Prisma.EventVendorsInclude<ExtArgs> | null
3169
- where?: Prisma.EventVendorsWhereInput
3170
- }
3171
-
3172
- /**
3173
- * Quotation.quotation_log
3174
- */
3175
- export type Quotation$quotation_logArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3176
- /**
3177
- * Select specific fields to fetch from the QuotationLog
3178
- */
3179
- select?: Prisma.QuotationLogSelect<ExtArgs> | null
3180
- /**
3181
- * Omit specific fields from the QuotationLog
3182
- */
3183
- omit?: Prisma.QuotationLogOmit<ExtArgs> | null
3184
- /**
3185
- * Choose, which related nodes to fetch as well
3186
- */
3187
- include?: Prisma.QuotationLogInclude<ExtArgs> | null
3188
- where?: Prisma.QuotationLogWhereInput
3189
- }
3190
-
3191
- /**
3192
- * Quotation without action
3193
- */
3194
- export type QuotationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3195
- /**
3196
- * Select specific fields to fetch from the Quotation
3197
- */
3198
- select?: Prisma.QuotationSelect<ExtArgs> | null
3199
- /**
3200
- * Omit specific fields from the Quotation
3201
- */
3202
- omit?: Prisma.QuotationOmit<ExtArgs> | null
3203
- /**
3204
- * Choose, which related nodes to fetch as well
3205
- */
3206
- include?: Prisma.QuotationInclude<ExtArgs> | null
3207
- }