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