procbay-schema 1.0.171 → 1.0.175

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 (150) hide show
  1. package/package.json +13 -22
  2. package/prisma/migrations/20260518124524_added_new_template_builder_changes/migration.sql +26 -0
  3. package/prisma/schema.prisma +17 -7
  4. package/scripts/sync-schemas.js +1 -5
  5. package/src/create-prisma-client.js +9 -49
  6. package/src/prisma/client.d.ts +1 -0
  7. package/src/prisma/client.js +4 -0
  8. package/src/prisma/default.d.ts +1 -0
  9. package/src/prisma/default.js +4 -0
  10. package/src/prisma/edge.d.ts +1 -0
  11. package/src/prisma/edge.js +2911 -0
  12. package/src/{generated/prisma/internal/prismaNamespaceBrowser.ts → prisma/index-browser.js} +991 -739
  13. package/src/prisma/index.d.ts +286785 -0
  14. package/src/prisma/index.js +2940 -2
  15. package/src/prisma/libquery_engine-darwin.dylib.node +0 -0
  16. package/src/prisma/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  17. package/src/prisma/package.json +140 -0
  18. package/src/prisma/query_engine-windows.dll.node +0 -0
  19. package/src/prisma/runtime/edge-esm.js +34 -0
  20. package/src/prisma/runtime/edge.js +34 -0
  21. package/src/prisma/runtime/index-browser.d.ts +370 -0
  22. package/src/prisma/runtime/index-browser.js +16 -0
  23. package/src/prisma/runtime/library.d.ts +3647 -0
  24. package/src/prisma/runtime/library.js +146 -0
  25. package/src/prisma/runtime/react-native.js +83 -0
  26. package/src/prisma/runtime/wasm.js +35 -0
  27. package/src/prisma/schema.prisma +3831 -0
  28. package/src/prisma/wasm.d.ts +1 -0
  29. package/src/prisma/wasm.js +2873 -0
  30. package/prisma/migrations/20260515130204_updated_user_approval_management_schema/migration.sql +0 -55
  31. package/prisma.config.js +0 -19
  32. package/src/generated/prisma/browser.ts +0 -574
  33. package/src/generated/prisma/client.bundle.mjs +0 -6733
  34. package/src/generated/prisma/client.ts +0 -598
  35. package/src/generated/prisma/commonInputTypes.ts +0 -2911
  36. package/src/generated/prisma/enums.ts +0 -730
  37. package/src/generated/prisma/internal/class.ts +0 -1304
  38. package/src/generated/prisma/internal/prismaNamespace.ts +0 -12506
  39. package/src/generated/prisma/models/ActivityLog.ts +0 -1590
  40. package/src/generated/prisma/models/AdminAlert.ts +0 -1547
  41. package/src/generated/prisma/models/ApprovalCondition.ts +0 -2085
  42. package/src/generated/prisma/models/ApprovalDelegation.ts +0 -3057
  43. package/src/generated/prisma/models/ApprovalDelegationDelegate.ts +0 -1784
  44. package/src/generated/prisma/models/ApprovalHierarchy.ts +0 -3083
  45. package/src/generated/prisma/models/ApprovalJourney.ts +0 -2867
  46. package/src/generated/prisma/models/ApprovalLevel.ts +0 -2335
  47. package/src/generated/prisma/models/ApprovalLevelEscalation.ts +0 -2128
  48. package/src/generated/prisma/models/ApprovalLevelEscalationUser.ts +0 -1863
  49. package/src/generated/prisma/models/ApprovalLevelUser.ts +0 -1863
  50. package/src/generated/prisma/models/ApprovalManagement.ts +0 -1728
  51. package/src/generated/prisma/models/Attribute.ts +0 -2075
  52. package/src/generated/prisma/models/AttributeValue.ts +0 -1882
  53. package/src/generated/prisma/models/Bid.ts +0 -2719
  54. package/src/generated/prisma/models/BidLog.ts +0 -3560
  55. package/src/generated/prisma/models/BlanketPurchaseOrder.ts +0 -3527
  56. package/src/generated/prisma/models/BlanketPurchaseOrderItem.ts +0 -2532
  57. package/src/generated/prisma/models/BlanketPurchaseOrderRelease.ts +0 -2713
  58. package/src/generated/prisma/models/BoqEventItem.ts +0 -4056
  59. package/src/generated/prisma/models/Budget.ts +0 -1954
  60. package/src/generated/prisma/models/BudgetHold.ts +0 -1904
  61. package/src/generated/prisma/models/BusinessEntity.ts +0 -3901
  62. package/src/generated/prisma/models/BusinessEntityDepartment.ts +0 -2032
  63. package/src/generated/prisma/models/BusinessEntityLocation.ts +0 -1567
  64. package/src/generated/prisma/models/Catalogue.ts +0 -2081
  65. package/src/generated/prisma/models/CatalogueCart.ts +0 -2305
  66. package/src/generated/prisma/models/CatalogueVendor.ts +0 -2252
  67. package/src/generated/prisma/models/Category.ts +0 -3091
  68. package/src/generated/prisma/models/CategoryBudget.ts +0 -2690
  69. package/src/generated/prisma/models/City.ts +0 -2180
  70. package/src/generated/prisma/models/Cms.ts +0 -1492
  71. package/src/generated/prisma/models/ContactUs.ts +0 -1654
  72. package/src/generated/prisma/models/Conversation.ts +0 -2389
  73. package/src/generated/prisma/models/ConversationParticipant.ts +0 -1833
  74. package/src/generated/prisma/models/CounterOffer.ts +0 -2156
  75. package/src/generated/prisma/models/Country.ts +0 -3394
  76. package/src/generated/prisma/models/Currency.ts +0 -1642
  77. package/src/generated/prisma/models/CustomerNotification.ts +0 -1653
  78. package/src/generated/prisma/models/Department.ts +0 -2372
  79. package/src/generated/prisma/models/DepartmentBudget.ts +0 -2494
  80. package/src/generated/prisma/models/DynamicForm.ts +0 -2021
  81. package/src/generated/prisma/models/EmailTemplate.ts +0 -1516
  82. package/src/generated/prisma/models/Event.ts +0 -6819
  83. package/src/generated/prisma/models/EventConfigurations.ts +0 -1736
  84. package/src/generated/prisma/models/EventCriteria.ts +0 -2134
  85. package/src/generated/prisma/models/EventItems.ts +0 -2821
  86. package/src/generated/prisma/models/EventRfiForm.ts +0 -2020
  87. package/src/generated/prisma/models/EventRfiFormLog.ts +0 -2608
  88. package/src/generated/prisma/models/EventStrategies.ts +0 -1857
  89. package/src/generated/prisma/models/EventVendorCriteria.ts +0 -2186
  90. package/src/generated/prisma/models/EventVendors.ts +0 -3446
  91. package/src/generated/prisma/models/Expense.ts +0 -1625
  92. package/src/generated/prisma/models/ExportLog.ts +0 -1822
  93. package/src/generated/prisma/models/Faq.ts +0 -1753
  94. package/src/generated/prisma/models/FaqCategory.ts +0 -1610
  95. package/src/generated/prisma/models/FiscalYear.ts +0 -1460
  96. package/src/generated/prisma/models/FormMaster.ts +0 -1831
  97. package/src/generated/prisma/models/GRN.ts +0 -3354
  98. package/src/generated/prisma/models/GRNItem.ts +0 -2119
  99. package/src/generated/prisma/models/Industry.ts +0 -1642
  100. package/src/generated/prisma/models/Invoice.ts +0 -2949
  101. package/src/generated/prisma/models/InvoiceItem.ts +0 -2397
  102. package/src/generated/prisma/models/Item.ts +0 -10644
  103. package/src/generated/prisma/models/ItemAttribute.ts +0 -1750
  104. package/src/generated/prisma/models/ItemAttributeValue.ts +0 -1802
  105. package/src/generated/prisma/models/ItemDocument.ts +0 -1590
  106. package/src/generated/prisma/models/Location.ts +0 -2711
  107. package/src/generated/prisma/models/Message.ts +0 -2744
  108. package/src/generated/prisma/models/MessageRecipient.ts +0 -1759
  109. package/src/generated/prisma/models/Module.ts +0 -1630
  110. package/src/generated/prisma/models/Permission.ts +0 -1640
  111. package/src/generated/prisma/models/PurchaseIntake.ts +0 -4672
  112. package/src/generated/prisma/models/PurchaseIntakeItem.ts +0 -2366
  113. package/src/generated/prisma/models/PurchaseOrder.ts +0 -4012
  114. package/src/generated/prisma/models/PurchaseOrderActivityLog.ts +0 -1720
  115. package/src/generated/prisma/models/PurchaseOrderItem.ts +0 -2623
  116. package/src/generated/prisma/models/Quotation.ts +0 -3207
  117. package/src/generated/prisma/models/QuotationLog.ts +0 -3239
  118. package/src/generated/prisma/models/Region.ts +0 -1746
  119. package/src/generated/prisma/models/RequestedCatalogue.ts +0 -1618
  120. package/src/generated/prisma/models/RequestedCatalogueDetails.ts +0 -2252
  121. package/src/generated/prisma/models/Role.ts +0 -1907
  122. package/src/generated/prisma/models/RolePermission.ts +0 -1737
  123. package/src/generated/prisma/models/SendBack.ts +0 -1830
  124. package/src/generated/prisma/models/SerialNumberConfiguration.ts +0 -1254
  125. package/src/generated/prisma/models/SmtpConfig.ts +0 -1522
  126. package/src/generated/prisma/models/State.ts +0 -2174
  127. package/src/generated/prisma/models/Strategies.ts +0 -1791
  128. package/src/generated/prisma/models/SubModule.ts +0 -1450
  129. package/src/generated/prisma/models/Subregion.ts +0 -1870
  130. package/src/generated/prisma/models/SupportCategory.ts +0 -1712
  131. package/src/generated/prisma/models/SupportTicket.ts +0 -2478
  132. package/src/generated/prisma/models/SupportingDocument.ts +0 -2283
  133. package/src/generated/prisma/models/Template.ts +0 -2429
  134. package/src/generated/prisma/models/TemplateField.ts +0 -1916
  135. package/src/generated/prisma/models/TemplateStrategies.ts +0 -1614
  136. package/src/generated/prisma/models/TenantConfiguration.ts +0 -1694
  137. package/src/generated/prisma/models/TicketAssignment.ts +0 -1742
  138. package/src/generated/prisma/models/TicketHistory.ts +0 -1789
  139. package/src/generated/prisma/models/TicketReply.ts +0 -1640
  140. package/src/generated/prisma/models/Uom.ts +0 -1752
  141. package/src/generated/prisma/models/UomCategory.ts +0 -1558
  142. package/src/generated/prisma/models/UploadLog.ts +0 -1731
  143. package/src/generated/prisma/models/User.ts +0 -19397
  144. package/src/generated/prisma/models/UserDepartmentEntity.ts +0 -2099
  145. package/src/generated/prisma/models/UserEventConfiguration.ts +0 -1370
  146. package/src/generated/prisma/models/UserLoginActivity.ts +0 -1693
  147. package/src/generated/prisma/models/UserRole.ts +0 -1696
  148. package/src/generated/prisma/models/UserVendorSocketTokens.ts +0 -1450
  149. package/src/generated/prisma/models/VendorReference.ts +0 -1707
  150. package/src/generated/prisma/models.ts +0 -122
@@ -1,2821 +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 `EventItems` 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 EventItems
17
- *
18
- */
19
- export type EventItemsModel = runtime.Types.Result.DefaultSelection<Prisma.$EventItemsPayload>
20
-
21
- export type AggregateEventItems = {
22
- _count: EventItemsCountAggregateOutputType | null
23
- _avg: EventItemsAvgAggregateOutputType | null
24
- _sum: EventItemsSumAggregateOutputType | null
25
- _min: EventItemsMinAggregateOutputType | null
26
- _max: EventItemsMaxAggregateOutputType | null
27
- }
28
-
29
- export type EventItemsAvgAggregateOutputType = {
30
- id: number | null
31
- event_id: number | null
32
- item_id: number | null
33
- purchase_intake_id: number | null
34
- created_by: number | null
35
- updated_by: number | null
36
- deleted_by: number | null
37
- }
38
-
39
- export type EventItemsSumAggregateOutputType = {
40
- id: number | null
41
- event_id: number | null
42
- item_id: number | null
43
- purchase_intake_id: number | null
44
- created_by: number | null
45
- updated_by: number | null
46
- deleted_by: number | null
47
- }
48
-
49
- export type EventItemsMinAggregateOutputType = {
50
- id: number | null
51
- uuid: string | null
52
- event_id: number | null
53
- item_id: number | null
54
- purchase_intake_id: number | null
55
- is_active: boolean | null
56
- created_at: Date | null
57
- created_by: number | null
58
- updated_at: Date | null
59
- updated_by: number | null
60
- is_deleted: boolean | null
61
- deleted_at: Date | null
62
- deleted_by: number | null
63
- }
64
-
65
- export type EventItemsMaxAggregateOutputType = {
66
- id: number | null
67
- uuid: string | null
68
- event_id: number | null
69
- item_id: number | null
70
- purchase_intake_id: number | null
71
- is_active: boolean | null
72
- created_at: Date | null
73
- created_by: number | null
74
- updated_at: Date | null
75
- updated_by: number | null
76
- is_deleted: boolean | null
77
- deleted_at: Date | null
78
- deleted_by: number | null
79
- }
80
-
81
- export type EventItemsCountAggregateOutputType = {
82
- id: number
83
- uuid: number
84
- event_id: number
85
- item_id: number
86
- purchase_intake_id: number
87
- dynamic_fields: number
88
- is_active: number
89
- created_at: number
90
- created_by: number
91
- updated_at: number
92
- updated_by: number
93
- is_deleted: number
94
- deleted_at: number
95
- deleted_by: number
96
- _all: number
97
- }
98
-
99
-
100
- export type EventItemsAvgAggregateInputType = {
101
- id?: true
102
- event_id?: true
103
- item_id?: true
104
- purchase_intake_id?: true
105
- created_by?: true
106
- updated_by?: true
107
- deleted_by?: true
108
- }
109
-
110
- export type EventItemsSumAggregateInputType = {
111
- id?: true
112
- event_id?: true
113
- item_id?: true
114
- purchase_intake_id?: true
115
- created_by?: true
116
- updated_by?: true
117
- deleted_by?: true
118
- }
119
-
120
- export type EventItemsMinAggregateInputType = {
121
- id?: true
122
- uuid?: true
123
- event_id?: true
124
- item_id?: true
125
- purchase_intake_id?: true
126
- is_active?: true
127
- created_at?: true
128
- created_by?: true
129
- updated_at?: true
130
- updated_by?: true
131
- is_deleted?: true
132
- deleted_at?: true
133
- deleted_by?: true
134
- }
135
-
136
- export type EventItemsMaxAggregateInputType = {
137
- id?: true
138
- uuid?: true
139
- event_id?: true
140
- item_id?: true
141
- purchase_intake_id?: true
142
- is_active?: true
143
- created_at?: true
144
- created_by?: true
145
- updated_at?: true
146
- updated_by?: true
147
- is_deleted?: true
148
- deleted_at?: true
149
- deleted_by?: true
150
- }
151
-
152
- export type EventItemsCountAggregateInputType = {
153
- id?: true
154
- uuid?: true
155
- event_id?: true
156
- item_id?: true
157
- purchase_intake_id?: true
158
- dynamic_fields?: true
159
- is_active?: true
160
- created_at?: true
161
- created_by?: true
162
- updated_at?: true
163
- updated_by?: true
164
- is_deleted?: true
165
- deleted_at?: true
166
- deleted_by?: true
167
- _all?: true
168
- }
169
-
170
- export type EventItemsAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
171
- /**
172
- * Filter which EventItems to aggregate.
173
- */
174
- where?: Prisma.EventItemsWhereInput
175
- /**
176
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
177
- *
178
- * Determine the order of EventItems to fetch.
179
- */
180
- orderBy?: Prisma.EventItemsOrderByWithRelationInput | Prisma.EventItemsOrderByWithRelationInput[]
181
- /**
182
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
183
- *
184
- * Sets the start position
185
- */
186
- cursor?: Prisma.EventItemsWhereUniqueInput
187
- /**
188
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
189
- *
190
- * Take `±n` EventItems from the position of the cursor.
191
- */
192
- take?: number
193
- /**
194
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
195
- *
196
- * Skip the first `n` EventItems.
197
- */
198
- skip?: number
199
- /**
200
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
201
- *
202
- * Count returned EventItems
203
- **/
204
- _count?: true | EventItemsCountAggregateInputType
205
- /**
206
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
207
- *
208
- * Select which fields to average
209
- **/
210
- _avg?: EventItemsAvgAggregateInputType
211
- /**
212
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
213
- *
214
- * Select which fields to sum
215
- **/
216
- _sum?: EventItemsSumAggregateInputType
217
- /**
218
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
219
- *
220
- * Select which fields to find the minimum value
221
- **/
222
- _min?: EventItemsMinAggregateInputType
223
- /**
224
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
225
- *
226
- * Select which fields to find the maximum value
227
- **/
228
- _max?: EventItemsMaxAggregateInputType
229
- }
230
-
231
- export type GetEventItemsAggregateType<T extends EventItemsAggregateArgs> = {
232
- [P in keyof T & keyof AggregateEventItems]: P extends '_count' | 'count'
233
- ? T[P] extends true
234
- ? number
235
- : Prisma.GetScalarType<T[P], AggregateEventItems[P]>
236
- : Prisma.GetScalarType<T[P], AggregateEventItems[P]>
237
- }
238
-
239
-
240
-
241
-
242
- export type EventItemsGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
243
- where?: Prisma.EventItemsWhereInput
244
- orderBy?: Prisma.EventItemsOrderByWithAggregationInput | Prisma.EventItemsOrderByWithAggregationInput[]
245
- by: Prisma.EventItemsScalarFieldEnum[] | Prisma.EventItemsScalarFieldEnum
246
- having?: Prisma.EventItemsScalarWhereWithAggregatesInput
247
- take?: number
248
- skip?: number
249
- _count?: EventItemsCountAggregateInputType | true
250
- _avg?: EventItemsAvgAggregateInputType
251
- _sum?: EventItemsSumAggregateInputType
252
- _min?: EventItemsMinAggregateInputType
253
- _max?: EventItemsMaxAggregateInputType
254
- }
255
-
256
- export type EventItemsGroupByOutputType = {
257
- id: number
258
- uuid: string | null
259
- event_id: number | null
260
- item_id: number | null
261
- purchase_intake_id: number | null
262
- dynamic_fields: runtime.JsonValue | null
263
- is_active: boolean | null
264
- created_at: Date | null
265
- created_by: number | null
266
- updated_at: Date | null
267
- updated_by: number | null
268
- is_deleted: boolean | null
269
- deleted_at: Date | null
270
- deleted_by: number | null
271
- _count: EventItemsCountAggregateOutputType | null
272
- _avg: EventItemsAvgAggregateOutputType | null
273
- _sum: EventItemsSumAggregateOutputType | null
274
- _min: EventItemsMinAggregateOutputType | null
275
- _max: EventItemsMaxAggregateOutputType | null
276
- }
277
-
278
- export type GetEventItemsGroupByPayload<T extends EventItemsGroupByArgs> = Prisma.PrismaPromise<
279
- Array<
280
- Prisma.PickEnumerable<EventItemsGroupByOutputType, T['by']> &
281
- {
282
- [P in ((keyof T) & (keyof EventItemsGroupByOutputType))]: P extends '_count'
283
- ? T[P] extends boolean
284
- ? number
285
- : Prisma.GetScalarType<T[P], EventItemsGroupByOutputType[P]>
286
- : Prisma.GetScalarType<T[P], EventItemsGroupByOutputType[P]>
287
- }
288
- >
289
- >
290
-
291
-
292
-
293
- export type EventItemsWhereInput = {
294
- AND?: Prisma.EventItemsWhereInput | Prisma.EventItemsWhereInput[]
295
- OR?: Prisma.EventItemsWhereInput[]
296
- NOT?: Prisma.EventItemsWhereInput | Prisma.EventItemsWhereInput[]
297
- id?: Prisma.IntFilter<"EventItems"> | number
298
- uuid?: Prisma.StringNullableFilter<"EventItems"> | string | null
299
- event_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
300
- item_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
301
- purchase_intake_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
302
- dynamic_fields?: Prisma.JsonNullableFilter<"EventItems">
303
- is_active?: Prisma.BoolNullableFilter<"EventItems"> | boolean | null
304
- created_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
305
- created_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
306
- updated_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
307
- updated_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
308
- is_deleted?: Prisma.BoolNullableFilter<"EventItems"> | boolean | null
309
- deleted_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
310
- deleted_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
311
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
312
- item?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
313
- purchase_intake?: Prisma.XOR<Prisma.PurchaseIntakeNullableScalarRelationFilter, Prisma.PurchaseIntakeWhereInput> | null
314
- bids?: Prisma.BidListRelationFilter
315
- bid_logs?: Prisma.BidLogListRelationFilter
316
- quotations?: Prisma.QuotationListRelationFilter
317
- quotation_logs?: Prisma.QuotationLogListRelationFilter
318
- }
319
-
320
- export type EventItemsOrderByWithRelationInput = {
321
- id?: Prisma.SortOrder
322
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
323
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
324
- item_id?: Prisma.SortOrderInput | Prisma.SortOrder
325
- purchase_intake_id?: Prisma.SortOrderInput | Prisma.SortOrder
326
- dynamic_fields?: Prisma.SortOrderInput | Prisma.SortOrder
327
- is_active?: Prisma.SortOrderInput | Prisma.SortOrder
328
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
329
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
330
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
331
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
332
- is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
333
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
334
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
335
- event?: Prisma.EventOrderByWithRelationInput
336
- item?: Prisma.ItemOrderByWithRelationInput
337
- purchase_intake?: Prisma.PurchaseIntakeOrderByWithRelationInput
338
- bids?: Prisma.BidOrderByRelationAggregateInput
339
- bid_logs?: Prisma.BidLogOrderByRelationAggregateInput
340
- quotations?: Prisma.QuotationOrderByRelationAggregateInput
341
- quotation_logs?: Prisma.QuotationLogOrderByRelationAggregateInput
342
- }
343
-
344
- export type EventItemsWhereUniqueInput = Prisma.AtLeast<{
345
- id?: number
346
- uuid?: string
347
- AND?: Prisma.EventItemsWhereInput | Prisma.EventItemsWhereInput[]
348
- OR?: Prisma.EventItemsWhereInput[]
349
- NOT?: Prisma.EventItemsWhereInput | Prisma.EventItemsWhereInput[]
350
- event_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
351
- item_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
352
- purchase_intake_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
353
- dynamic_fields?: Prisma.JsonNullableFilter<"EventItems">
354
- is_active?: Prisma.BoolNullableFilter<"EventItems"> | boolean | null
355
- created_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
356
- created_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
357
- updated_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
358
- updated_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
359
- is_deleted?: Prisma.BoolNullableFilter<"EventItems"> | boolean | null
360
- deleted_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
361
- deleted_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
362
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
363
- item?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
364
- purchase_intake?: Prisma.XOR<Prisma.PurchaseIntakeNullableScalarRelationFilter, Prisma.PurchaseIntakeWhereInput> | null
365
- bids?: Prisma.BidListRelationFilter
366
- bid_logs?: Prisma.BidLogListRelationFilter
367
- quotations?: Prisma.QuotationListRelationFilter
368
- quotation_logs?: Prisma.QuotationLogListRelationFilter
369
- }, "id" | "uuid">
370
-
371
- export type EventItemsOrderByWithAggregationInput = {
372
- id?: Prisma.SortOrder
373
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
374
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
375
- item_id?: Prisma.SortOrderInput | Prisma.SortOrder
376
- purchase_intake_id?: Prisma.SortOrderInput | Prisma.SortOrder
377
- dynamic_fields?: Prisma.SortOrderInput | Prisma.SortOrder
378
- is_active?: Prisma.SortOrderInput | Prisma.SortOrder
379
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
380
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
381
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
382
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
383
- is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
384
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
385
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
386
- _count?: Prisma.EventItemsCountOrderByAggregateInput
387
- _avg?: Prisma.EventItemsAvgOrderByAggregateInput
388
- _max?: Prisma.EventItemsMaxOrderByAggregateInput
389
- _min?: Prisma.EventItemsMinOrderByAggregateInput
390
- _sum?: Prisma.EventItemsSumOrderByAggregateInput
391
- }
392
-
393
- export type EventItemsScalarWhereWithAggregatesInput = {
394
- AND?: Prisma.EventItemsScalarWhereWithAggregatesInput | Prisma.EventItemsScalarWhereWithAggregatesInput[]
395
- OR?: Prisma.EventItemsScalarWhereWithAggregatesInput[]
396
- NOT?: Prisma.EventItemsScalarWhereWithAggregatesInput | Prisma.EventItemsScalarWhereWithAggregatesInput[]
397
- id?: Prisma.IntWithAggregatesFilter<"EventItems"> | number
398
- uuid?: Prisma.StringNullableWithAggregatesFilter<"EventItems"> | string | null
399
- event_id?: Prisma.IntNullableWithAggregatesFilter<"EventItems"> | number | null
400
- item_id?: Prisma.IntNullableWithAggregatesFilter<"EventItems"> | number | null
401
- purchase_intake_id?: Prisma.IntNullableWithAggregatesFilter<"EventItems"> | number | null
402
- dynamic_fields?: Prisma.JsonNullableWithAggregatesFilter<"EventItems">
403
- is_active?: Prisma.BoolNullableWithAggregatesFilter<"EventItems"> | boolean | null
404
- created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventItems"> | Date | string | null
405
- created_by?: Prisma.IntNullableWithAggregatesFilter<"EventItems"> | number | null
406
- updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventItems"> | Date | string | null
407
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"EventItems"> | number | null
408
- is_deleted?: Prisma.BoolNullableWithAggregatesFilter<"EventItems"> | boolean | null
409
- deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventItems"> | Date | string | null
410
- deleted_by?: Prisma.IntNullableWithAggregatesFilter<"EventItems"> | number | null
411
- }
412
-
413
- export type EventItemsCreateInput = {
414
- uuid?: string | null
415
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
416
- is_active?: boolean | null
417
- created_at?: Date | string | null
418
- created_by?: number | null
419
- updated_at?: Date | string | null
420
- updated_by?: number | null
421
- is_deleted?: boolean | null
422
- deleted_at?: Date | string | null
423
- deleted_by?: number | null
424
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
425
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
426
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
427
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
428
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
429
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
430
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
431
- }
432
-
433
- export type EventItemsUncheckedCreateInput = {
434
- id?: number
435
- uuid?: string | null
436
- event_id?: number | null
437
- item_id?: number | null
438
- purchase_intake_id?: number | null
439
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
440
- is_active?: boolean | null
441
- created_at?: Date | string | null
442
- created_by?: number | null
443
- updated_at?: Date | string | null
444
- updated_by?: number | null
445
- is_deleted?: boolean | null
446
- deleted_at?: Date | string | null
447
- deleted_by?: number | null
448
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
449
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
450
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
451
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
452
- }
453
-
454
- export type EventItemsUpdateInput = {
455
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
456
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
457
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
458
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
459
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
460
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
461
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
462
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
463
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
464
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
465
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
466
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
467
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
468
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
469
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
470
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
471
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
472
- }
473
-
474
- export type EventItemsUncheckedUpdateInput = {
475
- id?: Prisma.IntFieldUpdateOperationsInput | number
476
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
477
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
478
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
479
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
480
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
481
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
482
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
483
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
484
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
485
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
486
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
487
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
488
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
489
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
490
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
491
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
492
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
493
- }
494
-
495
- export type EventItemsCreateManyInput = {
496
- id?: number
497
- uuid?: string | null
498
- event_id?: number | null
499
- item_id?: number | null
500
- purchase_intake_id?: number | null
501
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
502
- is_active?: boolean | null
503
- created_at?: Date | string | null
504
- created_by?: number | null
505
- updated_at?: Date | string | null
506
- updated_by?: number | null
507
- is_deleted?: boolean | null
508
- deleted_at?: Date | string | null
509
- deleted_by?: number | null
510
- }
511
-
512
- export type EventItemsUpdateManyMutationInput = {
513
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
514
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
515
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
516
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
517
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
518
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
519
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
520
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
521
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
522
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
523
- }
524
-
525
- export type EventItemsUncheckedUpdateManyInput = {
526
- id?: Prisma.IntFieldUpdateOperationsInput | number
527
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
528
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
529
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
530
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
531
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
532
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
533
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
534
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
535
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
536
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
537
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
538
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
539
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
540
- }
541
-
542
- export type EventItemsListRelationFilter = {
543
- every?: Prisma.EventItemsWhereInput
544
- some?: Prisma.EventItemsWhereInput
545
- none?: Prisma.EventItemsWhereInput
546
- }
547
-
548
- export type EventItemsOrderByRelationAggregateInput = {
549
- _count?: Prisma.SortOrder
550
- }
551
-
552
- export type EventItemsCountOrderByAggregateInput = {
553
- id?: Prisma.SortOrder
554
- uuid?: Prisma.SortOrder
555
- event_id?: Prisma.SortOrder
556
- item_id?: Prisma.SortOrder
557
- purchase_intake_id?: Prisma.SortOrder
558
- dynamic_fields?: Prisma.SortOrder
559
- is_active?: Prisma.SortOrder
560
- created_at?: Prisma.SortOrder
561
- created_by?: Prisma.SortOrder
562
- updated_at?: Prisma.SortOrder
563
- updated_by?: Prisma.SortOrder
564
- is_deleted?: Prisma.SortOrder
565
- deleted_at?: Prisma.SortOrder
566
- deleted_by?: Prisma.SortOrder
567
- }
568
-
569
- export type EventItemsAvgOrderByAggregateInput = {
570
- id?: Prisma.SortOrder
571
- event_id?: Prisma.SortOrder
572
- item_id?: Prisma.SortOrder
573
- purchase_intake_id?: Prisma.SortOrder
574
- created_by?: Prisma.SortOrder
575
- updated_by?: Prisma.SortOrder
576
- deleted_by?: Prisma.SortOrder
577
- }
578
-
579
- export type EventItemsMaxOrderByAggregateInput = {
580
- id?: Prisma.SortOrder
581
- uuid?: Prisma.SortOrder
582
- event_id?: Prisma.SortOrder
583
- item_id?: Prisma.SortOrder
584
- purchase_intake_id?: Prisma.SortOrder
585
- is_active?: Prisma.SortOrder
586
- created_at?: Prisma.SortOrder
587
- created_by?: Prisma.SortOrder
588
- updated_at?: Prisma.SortOrder
589
- updated_by?: Prisma.SortOrder
590
- is_deleted?: Prisma.SortOrder
591
- deleted_at?: Prisma.SortOrder
592
- deleted_by?: Prisma.SortOrder
593
- }
594
-
595
- export type EventItemsMinOrderByAggregateInput = {
596
- id?: Prisma.SortOrder
597
- uuid?: Prisma.SortOrder
598
- event_id?: Prisma.SortOrder
599
- item_id?: Prisma.SortOrder
600
- purchase_intake_id?: Prisma.SortOrder
601
- is_active?: Prisma.SortOrder
602
- created_at?: Prisma.SortOrder
603
- created_by?: Prisma.SortOrder
604
- updated_at?: Prisma.SortOrder
605
- updated_by?: Prisma.SortOrder
606
- is_deleted?: Prisma.SortOrder
607
- deleted_at?: Prisma.SortOrder
608
- deleted_by?: Prisma.SortOrder
609
- }
610
-
611
- export type EventItemsSumOrderByAggregateInput = {
612
- id?: Prisma.SortOrder
613
- event_id?: Prisma.SortOrder
614
- item_id?: Prisma.SortOrder
615
- purchase_intake_id?: Prisma.SortOrder
616
- created_by?: Prisma.SortOrder
617
- updated_by?: Prisma.SortOrder
618
- deleted_by?: Prisma.SortOrder
619
- }
620
-
621
- export type EventItemsNullableScalarRelationFilter = {
622
- is?: Prisma.EventItemsWhereInput | null
623
- isNot?: Prisma.EventItemsWhereInput | null
624
- }
625
-
626
- export type EventItemsCreateNestedManyWithoutItemInput = {
627
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutItemInput, Prisma.EventItemsUncheckedCreateWithoutItemInput> | Prisma.EventItemsCreateWithoutItemInput[] | Prisma.EventItemsUncheckedCreateWithoutItemInput[]
628
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutItemInput | Prisma.EventItemsCreateOrConnectWithoutItemInput[]
629
- createMany?: Prisma.EventItemsCreateManyItemInputEnvelope
630
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
631
- }
632
-
633
- export type EventItemsUncheckedCreateNestedManyWithoutItemInput = {
634
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutItemInput, Prisma.EventItemsUncheckedCreateWithoutItemInput> | Prisma.EventItemsCreateWithoutItemInput[] | Prisma.EventItemsUncheckedCreateWithoutItemInput[]
635
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutItemInput | Prisma.EventItemsCreateOrConnectWithoutItemInput[]
636
- createMany?: Prisma.EventItemsCreateManyItemInputEnvelope
637
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
638
- }
639
-
640
- export type EventItemsUpdateManyWithoutItemNestedInput = {
641
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutItemInput, Prisma.EventItemsUncheckedCreateWithoutItemInput> | Prisma.EventItemsCreateWithoutItemInput[] | Prisma.EventItemsUncheckedCreateWithoutItemInput[]
642
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutItemInput | Prisma.EventItemsCreateOrConnectWithoutItemInput[]
643
- upsert?: Prisma.EventItemsUpsertWithWhereUniqueWithoutItemInput | Prisma.EventItemsUpsertWithWhereUniqueWithoutItemInput[]
644
- createMany?: Prisma.EventItemsCreateManyItemInputEnvelope
645
- set?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
646
- disconnect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
647
- delete?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
648
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
649
- update?: Prisma.EventItemsUpdateWithWhereUniqueWithoutItemInput | Prisma.EventItemsUpdateWithWhereUniqueWithoutItemInput[]
650
- updateMany?: Prisma.EventItemsUpdateManyWithWhereWithoutItemInput | Prisma.EventItemsUpdateManyWithWhereWithoutItemInput[]
651
- deleteMany?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
652
- }
653
-
654
- export type EventItemsUncheckedUpdateManyWithoutItemNestedInput = {
655
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutItemInput, Prisma.EventItemsUncheckedCreateWithoutItemInput> | Prisma.EventItemsCreateWithoutItemInput[] | Prisma.EventItemsUncheckedCreateWithoutItemInput[]
656
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutItemInput | Prisma.EventItemsCreateOrConnectWithoutItemInput[]
657
- upsert?: Prisma.EventItemsUpsertWithWhereUniqueWithoutItemInput | Prisma.EventItemsUpsertWithWhereUniqueWithoutItemInput[]
658
- createMany?: Prisma.EventItemsCreateManyItemInputEnvelope
659
- set?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
660
- disconnect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
661
- delete?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
662
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
663
- update?: Prisma.EventItemsUpdateWithWhereUniqueWithoutItemInput | Prisma.EventItemsUpdateWithWhereUniqueWithoutItemInput[]
664
- updateMany?: Prisma.EventItemsUpdateManyWithWhereWithoutItemInput | Prisma.EventItemsUpdateManyWithWhereWithoutItemInput[]
665
- deleteMany?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
666
- }
667
-
668
- export type EventItemsCreateNestedManyWithoutPurchase_intakeInput = {
669
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput> | Prisma.EventItemsCreateWithoutPurchase_intakeInput[] | Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput[]
670
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput | Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput[]
671
- createMany?: Prisma.EventItemsCreateManyPurchase_intakeInputEnvelope
672
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
673
- }
674
-
675
- export type EventItemsUncheckedCreateNestedManyWithoutPurchase_intakeInput = {
676
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput> | Prisma.EventItemsCreateWithoutPurchase_intakeInput[] | Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput[]
677
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput | Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput[]
678
- createMany?: Prisma.EventItemsCreateManyPurchase_intakeInputEnvelope
679
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
680
- }
681
-
682
- export type EventItemsUpdateManyWithoutPurchase_intakeNestedInput = {
683
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput> | Prisma.EventItemsCreateWithoutPurchase_intakeInput[] | Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput[]
684
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput | Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput[]
685
- upsert?: Prisma.EventItemsUpsertWithWhereUniqueWithoutPurchase_intakeInput | Prisma.EventItemsUpsertWithWhereUniqueWithoutPurchase_intakeInput[]
686
- createMany?: Prisma.EventItemsCreateManyPurchase_intakeInputEnvelope
687
- set?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
688
- disconnect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
689
- delete?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
690
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
691
- update?: Prisma.EventItemsUpdateWithWhereUniqueWithoutPurchase_intakeInput | Prisma.EventItemsUpdateWithWhereUniqueWithoutPurchase_intakeInput[]
692
- updateMany?: Prisma.EventItemsUpdateManyWithWhereWithoutPurchase_intakeInput | Prisma.EventItemsUpdateManyWithWhereWithoutPurchase_intakeInput[]
693
- deleteMany?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
694
- }
695
-
696
- export type EventItemsUncheckedUpdateManyWithoutPurchase_intakeNestedInput = {
697
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput> | Prisma.EventItemsCreateWithoutPurchase_intakeInput[] | Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput[]
698
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput | Prisma.EventItemsCreateOrConnectWithoutPurchase_intakeInput[]
699
- upsert?: Prisma.EventItemsUpsertWithWhereUniqueWithoutPurchase_intakeInput | Prisma.EventItemsUpsertWithWhereUniqueWithoutPurchase_intakeInput[]
700
- createMany?: Prisma.EventItemsCreateManyPurchase_intakeInputEnvelope
701
- set?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
702
- disconnect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
703
- delete?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
704
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
705
- update?: Prisma.EventItemsUpdateWithWhereUniqueWithoutPurchase_intakeInput | Prisma.EventItemsUpdateWithWhereUniqueWithoutPurchase_intakeInput[]
706
- updateMany?: Prisma.EventItemsUpdateManyWithWhereWithoutPurchase_intakeInput | Prisma.EventItemsUpdateManyWithWhereWithoutPurchase_intakeInput[]
707
- deleteMany?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
708
- }
709
-
710
- export type EventItemsCreateNestedManyWithoutEventInput = {
711
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutEventInput, Prisma.EventItemsUncheckedCreateWithoutEventInput> | Prisma.EventItemsCreateWithoutEventInput[] | Prisma.EventItemsUncheckedCreateWithoutEventInput[]
712
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutEventInput | Prisma.EventItemsCreateOrConnectWithoutEventInput[]
713
- createMany?: Prisma.EventItemsCreateManyEventInputEnvelope
714
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
715
- }
716
-
717
- export type EventItemsUncheckedCreateNestedManyWithoutEventInput = {
718
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutEventInput, Prisma.EventItemsUncheckedCreateWithoutEventInput> | Prisma.EventItemsCreateWithoutEventInput[] | Prisma.EventItemsUncheckedCreateWithoutEventInput[]
719
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutEventInput | Prisma.EventItemsCreateOrConnectWithoutEventInput[]
720
- createMany?: Prisma.EventItemsCreateManyEventInputEnvelope
721
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
722
- }
723
-
724
- export type EventItemsUpdateManyWithoutEventNestedInput = {
725
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutEventInput, Prisma.EventItemsUncheckedCreateWithoutEventInput> | Prisma.EventItemsCreateWithoutEventInput[] | Prisma.EventItemsUncheckedCreateWithoutEventInput[]
726
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutEventInput | Prisma.EventItemsCreateOrConnectWithoutEventInput[]
727
- upsert?: Prisma.EventItemsUpsertWithWhereUniqueWithoutEventInput | Prisma.EventItemsUpsertWithWhereUniqueWithoutEventInput[]
728
- createMany?: Prisma.EventItemsCreateManyEventInputEnvelope
729
- set?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
730
- disconnect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
731
- delete?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
732
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
733
- update?: Prisma.EventItemsUpdateWithWhereUniqueWithoutEventInput | Prisma.EventItemsUpdateWithWhereUniqueWithoutEventInput[]
734
- updateMany?: Prisma.EventItemsUpdateManyWithWhereWithoutEventInput | Prisma.EventItemsUpdateManyWithWhereWithoutEventInput[]
735
- deleteMany?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
736
- }
737
-
738
- export type EventItemsUncheckedUpdateManyWithoutEventNestedInput = {
739
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutEventInput, Prisma.EventItemsUncheckedCreateWithoutEventInput> | Prisma.EventItemsCreateWithoutEventInput[] | Prisma.EventItemsUncheckedCreateWithoutEventInput[]
740
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutEventInput | Prisma.EventItemsCreateOrConnectWithoutEventInput[]
741
- upsert?: Prisma.EventItemsUpsertWithWhereUniqueWithoutEventInput | Prisma.EventItemsUpsertWithWhereUniqueWithoutEventInput[]
742
- createMany?: Prisma.EventItemsCreateManyEventInputEnvelope
743
- set?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
744
- disconnect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
745
- delete?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
746
- connect?: Prisma.EventItemsWhereUniqueInput | Prisma.EventItemsWhereUniqueInput[]
747
- update?: Prisma.EventItemsUpdateWithWhereUniqueWithoutEventInput | Prisma.EventItemsUpdateWithWhereUniqueWithoutEventInput[]
748
- updateMany?: Prisma.EventItemsUpdateManyWithWhereWithoutEventInput | Prisma.EventItemsUpdateManyWithWhereWithoutEventInput[]
749
- deleteMany?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
750
- }
751
-
752
- export type EventItemsCreateNestedOneWithoutBidsInput = {
753
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutBidsInput, Prisma.EventItemsUncheckedCreateWithoutBidsInput>
754
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutBidsInput
755
- connect?: Prisma.EventItemsWhereUniqueInput
756
- }
757
-
758
- export type EventItemsUpdateOneWithoutBidsNestedInput = {
759
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutBidsInput, Prisma.EventItemsUncheckedCreateWithoutBidsInput>
760
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutBidsInput
761
- upsert?: Prisma.EventItemsUpsertWithoutBidsInput
762
- disconnect?: Prisma.EventItemsWhereInput | boolean
763
- delete?: Prisma.EventItemsWhereInput | boolean
764
- connect?: Prisma.EventItemsWhereUniqueInput
765
- update?: Prisma.XOR<Prisma.XOR<Prisma.EventItemsUpdateToOneWithWhereWithoutBidsInput, Prisma.EventItemsUpdateWithoutBidsInput>, Prisma.EventItemsUncheckedUpdateWithoutBidsInput>
766
- }
767
-
768
- export type EventItemsCreateNestedOneWithoutBid_logsInput = {
769
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutBid_logsInput, Prisma.EventItemsUncheckedCreateWithoutBid_logsInput>
770
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutBid_logsInput
771
- connect?: Prisma.EventItemsWhereUniqueInput
772
- }
773
-
774
- export type EventItemsUpdateOneWithoutBid_logsNestedInput = {
775
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutBid_logsInput, Prisma.EventItemsUncheckedCreateWithoutBid_logsInput>
776
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutBid_logsInput
777
- upsert?: Prisma.EventItemsUpsertWithoutBid_logsInput
778
- disconnect?: Prisma.EventItemsWhereInput | boolean
779
- delete?: Prisma.EventItemsWhereInput | boolean
780
- connect?: Prisma.EventItemsWhereUniqueInput
781
- update?: Prisma.XOR<Prisma.XOR<Prisma.EventItemsUpdateToOneWithWhereWithoutBid_logsInput, Prisma.EventItemsUpdateWithoutBid_logsInput>, Prisma.EventItemsUncheckedUpdateWithoutBid_logsInput>
782
- }
783
-
784
- export type EventItemsCreateNestedOneWithoutQuotationsInput = {
785
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotationsInput, Prisma.EventItemsUncheckedCreateWithoutQuotationsInput>
786
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutQuotationsInput
787
- connect?: Prisma.EventItemsWhereUniqueInput
788
- }
789
-
790
- export type EventItemsUpdateOneWithoutQuotationsNestedInput = {
791
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotationsInput, Prisma.EventItemsUncheckedCreateWithoutQuotationsInput>
792
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutQuotationsInput
793
- upsert?: Prisma.EventItemsUpsertWithoutQuotationsInput
794
- disconnect?: Prisma.EventItemsWhereInput | boolean
795
- delete?: Prisma.EventItemsWhereInput | boolean
796
- connect?: Prisma.EventItemsWhereUniqueInput
797
- update?: Prisma.XOR<Prisma.XOR<Prisma.EventItemsUpdateToOneWithWhereWithoutQuotationsInput, Prisma.EventItemsUpdateWithoutQuotationsInput>, Prisma.EventItemsUncheckedUpdateWithoutQuotationsInput>
798
- }
799
-
800
- export type EventItemsCreateNestedOneWithoutQuotation_logsInput = {
801
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotation_logsInput, Prisma.EventItemsUncheckedCreateWithoutQuotation_logsInput>
802
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutQuotation_logsInput
803
- connect?: Prisma.EventItemsWhereUniqueInput
804
- }
805
-
806
- export type EventItemsUpdateOneWithoutQuotation_logsNestedInput = {
807
- create?: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotation_logsInput, Prisma.EventItemsUncheckedCreateWithoutQuotation_logsInput>
808
- connectOrCreate?: Prisma.EventItemsCreateOrConnectWithoutQuotation_logsInput
809
- upsert?: Prisma.EventItemsUpsertWithoutQuotation_logsInput
810
- disconnect?: Prisma.EventItemsWhereInput | boolean
811
- delete?: Prisma.EventItemsWhereInput | boolean
812
- connect?: Prisma.EventItemsWhereUniqueInput
813
- update?: Prisma.XOR<Prisma.XOR<Prisma.EventItemsUpdateToOneWithWhereWithoutQuotation_logsInput, Prisma.EventItemsUpdateWithoutQuotation_logsInput>, Prisma.EventItemsUncheckedUpdateWithoutQuotation_logsInput>
814
- }
815
-
816
- export type EventItemsCreateWithoutItemInput = {
817
- uuid?: string | null
818
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
819
- is_active?: boolean | null
820
- created_at?: Date | string | null
821
- created_by?: number | null
822
- updated_at?: Date | string | null
823
- updated_by?: number | null
824
- is_deleted?: boolean | null
825
- deleted_at?: Date | string | null
826
- deleted_by?: number | null
827
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
828
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
829
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
830
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
831
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
832
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
833
- }
834
-
835
- export type EventItemsUncheckedCreateWithoutItemInput = {
836
- id?: number
837
- uuid?: string | null
838
- event_id?: number | null
839
- purchase_intake_id?: number | null
840
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
841
- is_active?: boolean | null
842
- created_at?: Date | string | null
843
- created_by?: number | null
844
- updated_at?: Date | string | null
845
- updated_by?: number | null
846
- is_deleted?: boolean | null
847
- deleted_at?: Date | string | null
848
- deleted_by?: number | null
849
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
850
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
851
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
852
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
853
- }
854
-
855
- export type EventItemsCreateOrConnectWithoutItemInput = {
856
- where: Prisma.EventItemsWhereUniqueInput
857
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutItemInput, Prisma.EventItemsUncheckedCreateWithoutItemInput>
858
- }
859
-
860
- export type EventItemsCreateManyItemInputEnvelope = {
861
- data: Prisma.EventItemsCreateManyItemInput | Prisma.EventItemsCreateManyItemInput[]
862
- skipDuplicates?: boolean
863
- }
864
-
865
- export type EventItemsUpsertWithWhereUniqueWithoutItemInput = {
866
- where: Prisma.EventItemsWhereUniqueInput
867
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutItemInput, Prisma.EventItemsUncheckedUpdateWithoutItemInput>
868
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutItemInput, Prisma.EventItemsUncheckedCreateWithoutItemInput>
869
- }
870
-
871
- export type EventItemsUpdateWithWhereUniqueWithoutItemInput = {
872
- where: Prisma.EventItemsWhereUniqueInput
873
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutItemInput, Prisma.EventItemsUncheckedUpdateWithoutItemInput>
874
- }
875
-
876
- export type EventItemsUpdateManyWithWhereWithoutItemInput = {
877
- where: Prisma.EventItemsScalarWhereInput
878
- data: Prisma.XOR<Prisma.EventItemsUpdateManyMutationInput, Prisma.EventItemsUncheckedUpdateManyWithoutItemInput>
879
- }
880
-
881
- export type EventItemsScalarWhereInput = {
882
- AND?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
883
- OR?: Prisma.EventItemsScalarWhereInput[]
884
- NOT?: Prisma.EventItemsScalarWhereInput | Prisma.EventItemsScalarWhereInput[]
885
- id?: Prisma.IntFilter<"EventItems"> | number
886
- uuid?: Prisma.StringNullableFilter<"EventItems"> | string | null
887
- event_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
888
- item_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
889
- purchase_intake_id?: Prisma.IntNullableFilter<"EventItems"> | number | null
890
- dynamic_fields?: Prisma.JsonNullableFilter<"EventItems">
891
- is_active?: Prisma.BoolNullableFilter<"EventItems"> | boolean | null
892
- created_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
893
- created_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
894
- updated_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
895
- updated_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
896
- is_deleted?: Prisma.BoolNullableFilter<"EventItems"> | boolean | null
897
- deleted_at?: Prisma.DateTimeNullableFilter<"EventItems"> | Date | string | null
898
- deleted_by?: Prisma.IntNullableFilter<"EventItems"> | number | null
899
- }
900
-
901
- export type EventItemsCreateWithoutPurchase_intakeInput = {
902
- uuid?: string | null
903
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
904
- is_active?: boolean | null
905
- created_at?: Date | string | null
906
- created_by?: number | null
907
- updated_at?: Date | string | null
908
- updated_by?: number | null
909
- is_deleted?: boolean | null
910
- deleted_at?: Date | string | null
911
- deleted_by?: number | null
912
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
913
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
914
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
915
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
916
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
917
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
918
- }
919
-
920
- export type EventItemsUncheckedCreateWithoutPurchase_intakeInput = {
921
- id?: number
922
- uuid?: string | null
923
- event_id?: number | null
924
- item_id?: number | null
925
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
926
- is_active?: boolean | null
927
- created_at?: Date | string | null
928
- created_by?: number | null
929
- updated_at?: Date | string | null
930
- updated_by?: number | null
931
- is_deleted?: boolean | null
932
- deleted_at?: Date | string | null
933
- deleted_by?: number | null
934
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
935
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
936
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
937
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
938
- }
939
-
940
- export type EventItemsCreateOrConnectWithoutPurchase_intakeInput = {
941
- where: Prisma.EventItemsWhereUniqueInput
942
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput>
943
- }
944
-
945
- export type EventItemsCreateManyPurchase_intakeInputEnvelope = {
946
- data: Prisma.EventItemsCreateManyPurchase_intakeInput | Prisma.EventItemsCreateManyPurchase_intakeInput[]
947
- skipDuplicates?: boolean
948
- }
949
-
950
- export type EventItemsUpsertWithWhereUniqueWithoutPurchase_intakeInput = {
951
- where: Prisma.EventItemsWhereUniqueInput
952
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedUpdateWithoutPurchase_intakeInput>
953
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedCreateWithoutPurchase_intakeInput>
954
- }
955
-
956
- export type EventItemsUpdateWithWhereUniqueWithoutPurchase_intakeInput = {
957
- where: Prisma.EventItemsWhereUniqueInput
958
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutPurchase_intakeInput, Prisma.EventItemsUncheckedUpdateWithoutPurchase_intakeInput>
959
- }
960
-
961
- export type EventItemsUpdateManyWithWhereWithoutPurchase_intakeInput = {
962
- where: Prisma.EventItemsScalarWhereInput
963
- data: Prisma.XOR<Prisma.EventItemsUpdateManyMutationInput, Prisma.EventItemsUncheckedUpdateManyWithoutPurchase_intakeInput>
964
- }
965
-
966
- export type EventItemsCreateWithoutEventInput = {
967
- uuid?: string | null
968
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
969
- is_active?: boolean | null
970
- created_at?: Date | string | null
971
- created_by?: number | null
972
- updated_at?: Date | string | null
973
- updated_by?: number | null
974
- is_deleted?: boolean | null
975
- deleted_at?: Date | string | null
976
- deleted_by?: number | null
977
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
978
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
979
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
980
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
981
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
982
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
983
- }
984
-
985
- export type EventItemsUncheckedCreateWithoutEventInput = {
986
- id?: number
987
- uuid?: string | null
988
- item_id?: number | null
989
- purchase_intake_id?: number | null
990
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
991
- is_active?: boolean | null
992
- created_at?: Date | string | null
993
- created_by?: number | null
994
- updated_at?: Date | string | null
995
- updated_by?: number | null
996
- is_deleted?: boolean | null
997
- deleted_at?: Date | string | null
998
- deleted_by?: number | null
999
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
1000
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
1001
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
1002
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
1003
- }
1004
-
1005
- export type EventItemsCreateOrConnectWithoutEventInput = {
1006
- where: Prisma.EventItemsWhereUniqueInput
1007
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutEventInput, Prisma.EventItemsUncheckedCreateWithoutEventInput>
1008
- }
1009
-
1010
- export type EventItemsCreateManyEventInputEnvelope = {
1011
- data: Prisma.EventItemsCreateManyEventInput | Prisma.EventItemsCreateManyEventInput[]
1012
- skipDuplicates?: boolean
1013
- }
1014
-
1015
- export type EventItemsUpsertWithWhereUniqueWithoutEventInput = {
1016
- where: Prisma.EventItemsWhereUniqueInput
1017
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutEventInput, Prisma.EventItemsUncheckedUpdateWithoutEventInput>
1018
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutEventInput, Prisma.EventItemsUncheckedCreateWithoutEventInput>
1019
- }
1020
-
1021
- export type EventItemsUpdateWithWhereUniqueWithoutEventInput = {
1022
- where: Prisma.EventItemsWhereUniqueInput
1023
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutEventInput, Prisma.EventItemsUncheckedUpdateWithoutEventInput>
1024
- }
1025
-
1026
- export type EventItemsUpdateManyWithWhereWithoutEventInput = {
1027
- where: Prisma.EventItemsScalarWhereInput
1028
- data: Prisma.XOR<Prisma.EventItemsUpdateManyMutationInput, Prisma.EventItemsUncheckedUpdateManyWithoutEventInput>
1029
- }
1030
-
1031
- export type EventItemsCreateWithoutBidsInput = {
1032
- uuid?: string | null
1033
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1034
- is_active?: boolean | null
1035
- created_at?: Date | string | null
1036
- created_by?: number | null
1037
- updated_at?: Date | string | null
1038
- updated_by?: number | null
1039
- is_deleted?: boolean | null
1040
- deleted_at?: Date | string | null
1041
- deleted_by?: number | null
1042
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
1043
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
1044
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
1045
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
1046
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
1047
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
1048
- }
1049
-
1050
- export type EventItemsUncheckedCreateWithoutBidsInput = {
1051
- id?: number
1052
- uuid?: string | null
1053
- event_id?: number | null
1054
- item_id?: number | null
1055
- purchase_intake_id?: number | null
1056
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1057
- is_active?: boolean | null
1058
- created_at?: Date | string | null
1059
- created_by?: number | null
1060
- updated_at?: Date | string | null
1061
- updated_by?: number | null
1062
- is_deleted?: boolean | null
1063
- deleted_at?: Date | string | null
1064
- deleted_by?: number | null
1065
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
1066
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
1067
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
1068
- }
1069
-
1070
- export type EventItemsCreateOrConnectWithoutBidsInput = {
1071
- where: Prisma.EventItemsWhereUniqueInput
1072
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutBidsInput, Prisma.EventItemsUncheckedCreateWithoutBidsInput>
1073
- }
1074
-
1075
- export type EventItemsUpsertWithoutBidsInput = {
1076
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutBidsInput, Prisma.EventItemsUncheckedUpdateWithoutBidsInput>
1077
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutBidsInput, Prisma.EventItemsUncheckedCreateWithoutBidsInput>
1078
- where?: Prisma.EventItemsWhereInput
1079
- }
1080
-
1081
- export type EventItemsUpdateToOneWithWhereWithoutBidsInput = {
1082
- where?: Prisma.EventItemsWhereInput
1083
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutBidsInput, Prisma.EventItemsUncheckedUpdateWithoutBidsInput>
1084
- }
1085
-
1086
- export type EventItemsUpdateWithoutBidsInput = {
1087
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1088
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1089
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1090
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1091
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1092
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1093
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1094
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1095
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1096
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1097
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
1098
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
1099
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
1100
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
1101
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
1102
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
1103
- }
1104
-
1105
- export type EventItemsUncheckedUpdateWithoutBidsInput = {
1106
- id?: Prisma.IntFieldUpdateOperationsInput | number
1107
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1108
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1109
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1110
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1111
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1112
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1113
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1114
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1115
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1116
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1117
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1118
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1119
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1120
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1121
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
1122
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1123
- }
1124
-
1125
- export type EventItemsCreateWithoutBid_logsInput = {
1126
- uuid?: string | null
1127
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1128
- is_active?: boolean | null
1129
- created_at?: Date | string | null
1130
- created_by?: number | null
1131
- updated_at?: Date | string | null
1132
- updated_by?: number | null
1133
- is_deleted?: boolean | null
1134
- deleted_at?: Date | string | null
1135
- deleted_by?: number | null
1136
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
1137
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
1138
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
1139
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
1140
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
1141
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
1142
- }
1143
-
1144
- export type EventItemsUncheckedCreateWithoutBid_logsInput = {
1145
- id?: number
1146
- uuid?: string | null
1147
- event_id?: number | null
1148
- item_id?: number | null
1149
- purchase_intake_id?: number | null
1150
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1151
- is_active?: boolean | null
1152
- created_at?: Date | string | null
1153
- created_by?: number | null
1154
- updated_at?: Date | string | null
1155
- updated_by?: number | null
1156
- is_deleted?: boolean | null
1157
- deleted_at?: Date | string | null
1158
- deleted_by?: number | null
1159
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
1160
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
1161
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
1162
- }
1163
-
1164
- export type EventItemsCreateOrConnectWithoutBid_logsInput = {
1165
- where: Prisma.EventItemsWhereUniqueInput
1166
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutBid_logsInput, Prisma.EventItemsUncheckedCreateWithoutBid_logsInput>
1167
- }
1168
-
1169
- export type EventItemsUpsertWithoutBid_logsInput = {
1170
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutBid_logsInput, Prisma.EventItemsUncheckedUpdateWithoutBid_logsInput>
1171
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutBid_logsInput, Prisma.EventItemsUncheckedCreateWithoutBid_logsInput>
1172
- where?: Prisma.EventItemsWhereInput
1173
- }
1174
-
1175
- export type EventItemsUpdateToOneWithWhereWithoutBid_logsInput = {
1176
- where?: Prisma.EventItemsWhereInput
1177
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutBid_logsInput, Prisma.EventItemsUncheckedUpdateWithoutBid_logsInput>
1178
- }
1179
-
1180
- export type EventItemsUpdateWithoutBid_logsInput = {
1181
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1182
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1183
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1184
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1185
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1186
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1187
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1188
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1189
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1190
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1191
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
1192
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
1193
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
1194
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
1195
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
1196
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
1197
- }
1198
-
1199
- export type EventItemsUncheckedUpdateWithoutBid_logsInput = {
1200
- id?: Prisma.IntFieldUpdateOperationsInput | number
1201
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1202
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1203
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1204
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1205
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1206
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1207
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1208
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1209
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1210
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1211
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1212
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1213
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1214
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
1215
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
1216
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1217
- }
1218
-
1219
- export type EventItemsCreateWithoutQuotationsInput = {
1220
- uuid?: string | null
1221
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1222
- is_active?: boolean | null
1223
- created_at?: Date | string | null
1224
- created_by?: number | null
1225
- updated_at?: Date | string | null
1226
- updated_by?: number | null
1227
- is_deleted?: boolean | null
1228
- deleted_at?: Date | string | null
1229
- deleted_by?: number | null
1230
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
1231
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
1232
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
1233
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
1234
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
1235
- quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_itemInput
1236
- }
1237
-
1238
- export type EventItemsUncheckedCreateWithoutQuotationsInput = {
1239
- id?: number
1240
- uuid?: string | null
1241
- event_id?: number | null
1242
- item_id?: number | null
1243
- purchase_intake_id?: number | null
1244
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1245
- is_active?: boolean | null
1246
- created_at?: Date | string | null
1247
- created_by?: number | null
1248
- updated_at?: Date | string | null
1249
- updated_by?: number | null
1250
- is_deleted?: boolean | null
1251
- deleted_at?: Date | string | null
1252
- deleted_by?: number | null
1253
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
1254
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
1255
- quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_itemInput
1256
- }
1257
-
1258
- export type EventItemsCreateOrConnectWithoutQuotationsInput = {
1259
- where: Prisma.EventItemsWhereUniqueInput
1260
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotationsInput, Prisma.EventItemsUncheckedCreateWithoutQuotationsInput>
1261
- }
1262
-
1263
- export type EventItemsUpsertWithoutQuotationsInput = {
1264
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutQuotationsInput, Prisma.EventItemsUncheckedUpdateWithoutQuotationsInput>
1265
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotationsInput, Prisma.EventItemsUncheckedCreateWithoutQuotationsInput>
1266
- where?: Prisma.EventItemsWhereInput
1267
- }
1268
-
1269
- export type EventItemsUpdateToOneWithWhereWithoutQuotationsInput = {
1270
- where?: Prisma.EventItemsWhereInput
1271
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutQuotationsInput, Prisma.EventItemsUncheckedUpdateWithoutQuotationsInput>
1272
- }
1273
-
1274
- export type EventItemsUpdateWithoutQuotationsInput = {
1275
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1276
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1277
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1278
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1279
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1280
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1281
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1282
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1283
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1284
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1285
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
1286
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
1287
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
1288
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
1289
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
1290
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
1291
- }
1292
-
1293
- export type EventItemsUncheckedUpdateWithoutQuotationsInput = {
1294
- id?: Prisma.IntFieldUpdateOperationsInput | number
1295
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1296
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1297
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1298
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1299
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1300
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1301
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1302
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1303
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1304
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1305
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1306
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1307
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1308
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
1309
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1310
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1311
- }
1312
-
1313
- export type EventItemsCreateWithoutQuotation_logsInput = {
1314
- uuid?: string | null
1315
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1316
- is_active?: boolean | null
1317
- created_at?: Date | string | null
1318
- created_by?: number | null
1319
- updated_at?: Date | string | null
1320
- updated_by?: number | null
1321
- is_deleted?: boolean | null
1322
- deleted_at?: Date | string | null
1323
- deleted_by?: number | null
1324
- event?: Prisma.EventCreateNestedOneWithoutEvent_itemsInput
1325
- item?: Prisma.ItemCreateNestedOneWithoutEvent_itemsInput
1326
- purchase_intake?: Prisma.PurchaseIntakeCreateNestedOneWithoutEvent_itemsInput
1327
- bids?: Prisma.BidCreateNestedManyWithoutEvent_itemInput
1328
- bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_itemInput
1329
- quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_itemInput
1330
- }
1331
-
1332
- export type EventItemsUncheckedCreateWithoutQuotation_logsInput = {
1333
- id?: number
1334
- uuid?: string | null
1335
- event_id?: number | null
1336
- item_id?: number | null
1337
- purchase_intake_id?: number | null
1338
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1339
- is_active?: boolean | null
1340
- created_at?: Date | string | null
1341
- created_by?: number | null
1342
- updated_at?: Date | string | null
1343
- updated_by?: number | null
1344
- is_deleted?: boolean | null
1345
- deleted_at?: Date | string | null
1346
- deleted_by?: number | null
1347
- bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_itemInput
1348
- bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_itemInput
1349
- quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_itemInput
1350
- }
1351
-
1352
- export type EventItemsCreateOrConnectWithoutQuotation_logsInput = {
1353
- where: Prisma.EventItemsWhereUniqueInput
1354
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotation_logsInput, Prisma.EventItemsUncheckedCreateWithoutQuotation_logsInput>
1355
- }
1356
-
1357
- export type EventItemsUpsertWithoutQuotation_logsInput = {
1358
- update: Prisma.XOR<Prisma.EventItemsUpdateWithoutQuotation_logsInput, Prisma.EventItemsUncheckedUpdateWithoutQuotation_logsInput>
1359
- create: Prisma.XOR<Prisma.EventItemsCreateWithoutQuotation_logsInput, Prisma.EventItemsUncheckedCreateWithoutQuotation_logsInput>
1360
- where?: Prisma.EventItemsWhereInput
1361
- }
1362
-
1363
- export type EventItemsUpdateToOneWithWhereWithoutQuotation_logsInput = {
1364
- where?: Prisma.EventItemsWhereInput
1365
- data: Prisma.XOR<Prisma.EventItemsUpdateWithoutQuotation_logsInput, Prisma.EventItemsUncheckedUpdateWithoutQuotation_logsInput>
1366
- }
1367
-
1368
- export type EventItemsUpdateWithoutQuotation_logsInput = {
1369
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1370
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1371
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1372
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1373
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1374
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1375
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1376
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1377
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1378
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1379
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
1380
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
1381
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
1382
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
1383
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
1384
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
1385
- }
1386
-
1387
- export type EventItemsUncheckedUpdateWithoutQuotation_logsInput = {
1388
- id?: Prisma.IntFieldUpdateOperationsInput | number
1389
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1390
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1391
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1392
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1393
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1394
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1395
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1396
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1397
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1398
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1399
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1400
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1401
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1402
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
1403
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1404
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
1405
- }
1406
-
1407
- export type EventItemsCreateManyItemInput = {
1408
- id?: number
1409
- uuid?: string | null
1410
- event_id?: number | null
1411
- purchase_intake_id?: number | null
1412
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1413
- is_active?: boolean | null
1414
- created_at?: Date | string | null
1415
- created_by?: number | null
1416
- updated_at?: Date | string | null
1417
- updated_by?: number | null
1418
- is_deleted?: boolean | null
1419
- deleted_at?: Date | string | null
1420
- deleted_by?: number | null
1421
- }
1422
-
1423
- export type EventItemsUpdateWithoutItemInput = {
1424
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1425
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1426
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1427
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1428
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1429
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1430
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1431
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1432
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1433
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1434
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
1435
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
1436
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
1437
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
1438
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
1439
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
1440
- }
1441
-
1442
- export type EventItemsUncheckedUpdateWithoutItemInput = {
1443
- id?: Prisma.IntFieldUpdateOperationsInput | number
1444
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1445
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1446
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1447
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1448
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1449
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1450
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1451
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1452
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1453
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1454
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1455
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1456
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
1457
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1458
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
1459
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1460
- }
1461
-
1462
- export type EventItemsUncheckedUpdateManyWithoutItemInput = {
1463
- id?: Prisma.IntFieldUpdateOperationsInput | number
1464
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1465
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1466
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1467
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1468
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1469
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1470
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1471
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1472
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1473
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1474
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1475
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1476
- }
1477
-
1478
- export type EventItemsCreateManyPurchase_intakeInput = {
1479
- id?: number
1480
- uuid?: string | null
1481
- event_id?: number | null
1482
- item_id?: number | null
1483
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1484
- is_active?: boolean | null
1485
- created_at?: Date | string | null
1486
- created_by?: number | null
1487
- updated_at?: Date | string | null
1488
- updated_by?: number | null
1489
- is_deleted?: boolean | null
1490
- deleted_at?: Date | string | null
1491
- deleted_by?: number | null
1492
- }
1493
-
1494
- export type EventItemsUpdateWithoutPurchase_intakeInput = {
1495
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1496
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1497
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1498
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1499
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1500
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1501
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1502
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1503
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1504
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1505
- event?: Prisma.EventUpdateOneWithoutEvent_itemsNestedInput
1506
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
1507
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
1508
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
1509
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
1510
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
1511
- }
1512
-
1513
- export type EventItemsUncheckedUpdateWithoutPurchase_intakeInput = {
1514
- id?: Prisma.IntFieldUpdateOperationsInput | number
1515
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1516
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1517
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1518
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1519
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1520
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1521
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1522
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1523
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1524
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1525
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1526
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1527
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
1528
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1529
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
1530
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1531
- }
1532
-
1533
- export type EventItemsUncheckedUpdateManyWithoutPurchase_intakeInput = {
1534
- id?: Prisma.IntFieldUpdateOperationsInput | number
1535
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1536
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1537
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1538
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1539
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1540
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1541
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1542
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1543
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1544
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1545
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1546
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1547
- }
1548
-
1549
- export type EventItemsCreateManyEventInput = {
1550
- id?: number
1551
- uuid?: string | null
1552
- item_id?: number | null
1553
- purchase_intake_id?: number | null
1554
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1555
- is_active?: boolean | null
1556
- created_at?: Date | string | null
1557
- created_by?: number | null
1558
- updated_at?: Date | string | null
1559
- updated_by?: number | null
1560
- is_deleted?: boolean | null
1561
- deleted_at?: Date | string | null
1562
- deleted_by?: number | null
1563
- }
1564
-
1565
- export type EventItemsUpdateWithoutEventInput = {
1566
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1567
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1568
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1569
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1570
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1571
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1572
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1573
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1574
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1575
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1576
- item?: Prisma.ItemUpdateOneWithoutEvent_itemsNestedInput
1577
- purchase_intake?: Prisma.PurchaseIntakeUpdateOneWithoutEvent_itemsNestedInput
1578
- bids?: Prisma.BidUpdateManyWithoutEvent_itemNestedInput
1579
- bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_itemNestedInput
1580
- quotations?: Prisma.QuotationUpdateManyWithoutEvent_itemNestedInput
1581
- quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_itemNestedInput
1582
- }
1583
-
1584
- export type EventItemsUncheckedUpdateWithoutEventInput = {
1585
- id?: Prisma.IntFieldUpdateOperationsInput | number
1586
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1587
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1588
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1589
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1590
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1591
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1592
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1593
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1594
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1595
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1596
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1597
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1598
- bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_itemNestedInput
1599
- bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1600
- quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_itemNestedInput
1601
- quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_itemNestedInput
1602
- }
1603
-
1604
- export type EventItemsUncheckedUpdateManyWithoutEventInput = {
1605
- id?: Prisma.IntFieldUpdateOperationsInput | number
1606
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1607
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1608
- purchase_intake_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1609
- dynamic_fields?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
1610
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1611
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1612
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1613
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1614
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1615
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
1616
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1617
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1618
- }
1619
-
1620
-
1621
- /**
1622
- * Count Type EventItemsCountOutputType
1623
- */
1624
-
1625
- export type EventItemsCountOutputType = {
1626
- bids: number
1627
- bid_logs: number
1628
- quotations: number
1629
- quotation_logs: number
1630
- }
1631
-
1632
- export type EventItemsCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1633
- bids?: boolean | EventItemsCountOutputTypeCountBidsArgs
1634
- bid_logs?: boolean | EventItemsCountOutputTypeCountBid_logsArgs
1635
- quotations?: boolean | EventItemsCountOutputTypeCountQuotationsArgs
1636
- quotation_logs?: boolean | EventItemsCountOutputTypeCountQuotation_logsArgs
1637
- }
1638
-
1639
- /**
1640
- * EventItemsCountOutputType without action
1641
- */
1642
- export type EventItemsCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1643
- /**
1644
- * Select specific fields to fetch from the EventItemsCountOutputType
1645
- */
1646
- select?: Prisma.EventItemsCountOutputTypeSelect<ExtArgs> | null
1647
- }
1648
-
1649
- /**
1650
- * EventItemsCountOutputType without action
1651
- */
1652
- export type EventItemsCountOutputTypeCountBidsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1653
- where?: Prisma.BidWhereInput
1654
- }
1655
-
1656
- /**
1657
- * EventItemsCountOutputType without action
1658
- */
1659
- export type EventItemsCountOutputTypeCountBid_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1660
- where?: Prisma.BidLogWhereInput
1661
- }
1662
-
1663
- /**
1664
- * EventItemsCountOutputType without action
1665
- */
1666
- export type EventItemsCountOutputTypeCountQuotationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1667
- where?: Prisma.QuotationWhereInput
1668
- }
1669
-
1670
- /**
1671
- * EventItemsCountOutputType without action
1672
- */
1673
- export type EventItemsCountOutputTypeCountQuotation_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1674
- where?: Prisma.QuotationLogWhereInput
1675
- }
1676
-
1677
-
1678
- export type EventItemsSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1679
- id?: boolean
1680
- uuid?: boolean
1681
- event_id?: boolean
1682
- item_id?: boolean
1683
- purchase_intake_id?: boolean
1684
- dynamic_fields?: boolean
1685
- is_active?: boolean
1686
- created_at?: boolean
1687
- created_by?: boolean
1688
- updated_at?: boolean
1689
- updated_by?: boolean
1690
- is_deleted?: boolean
1691
- deleted_at?: boolean
1692
- deleted_by?: boolean
1693
- event?: boolean | Prisma.EventItems$eventArgs<ExtArgs>
1694
- item?: boolean | Prisma.EventItems$itemArgs<ExtArgs>
1695
- purchase_intake?: boolean | Prisma.EventItems$purchase_intakeArgs<ExtArgs>
1696
- bids?: boolean | Prisma.EventItems$bidsArgs<ExtArgs>
1697
- bid_logs?: boolean | Prisma.EventItems$bid_logsArgs<ExtArgs>
1698
- quotations?: boolean | Prisma.EventItems$quotationsArgs<ExtArgs>
1699
- quotation_logs?: boolean | Prisma.EventItems$quotation_logsArgs<ExtArgs>
1700
- _count?: boolean | Prisma.EventItemsCountOutputTypeDefaultArgs<ExtArgs>
1701
- }, ExtArgs["result"]["eventItems"]>
1702
-
1703
- export type EventItemsSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1704
- id?: boolean
1705
- uuid?: boolean
1706
- event_id?: boolean
1707
- item_id?: boolean
1708
- purchase_intake_id?: boolean
1709
- dynamic_fields?: boolean
1710
- is_active?: boolean
1711
- created_at?: boolean
1712
- created_by?: boolean
1713
- updated_at?: boolean
1714
- updated_by?: boolean
1715
- is_deleted?: boolean
1716
- deleted_at?: boolean
1717
- deleted_by?: boolean
1718
- event?: boolean | Prisma.EventItems$eventArgs<ExtArgs>
1719
- item?: boolean | Prisma.EventItems$itemArgs<ExtArgs>
1720
- purchase_intake?: boolean | Prisma.EventItems$purchase_intakeArgs<ExtArgs>
1721
- }, ExtArgs["result"]["eventItems"]>
1722
-
1723
- export type EventItemsSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1724
- id?: boolean
1725
- uuid?: boolean
1726
- event_id?: boolean
1727
- item_id?: boolean
1728
- purchase_intake_id?: boolean
1729
- dynamic_fields?: boolean
1730
- is_active?: boolean
1731
- created_at?: boolean
1732
- created_by?: boolean
1733
- updated_at?: boolean
1734
- updated_by?: boolean
1735
- is_deleted?: boolean
1736
- deleted_at?: boolean
1737
- deleted_by?: boolean
1738
- event?: boolean | Prisma.EventItems$eventArgs<ExtArgs>
1739
- item?: boolean | Prisma.EventItems$itemArgs<ExtArgs>
1740
- purchase_intake?: boolean | Prisma.EventItems$purchase_intakeArgs<ExtArgs>
1741
- }, ExtArgs["result"]["eventItems"]>
1742
-
1743
- export type EventItemsSelectScalar = {
1744
- id?: boolean
1745
- uuid?: boolean
1746
- event_id?: boolean
1747
- item_id?: boolean
1748
- purchase_intake_id?: boolean
1749
- dynamic_fields?: boolean
1750
- is_active?: boolean
1751
- created_at?: boolean
1752
- created_by?: boolean
1753
- updated_at?: boolean
1754
- updated_by?: boolean
1755
- is_deleted?: boolean
1756
- deleted_at?: boolean
1757
- deleted_by?: boolean
1758
- }
1759
-
1760
- export type EventItemsOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "event_id" | "item_id" | "purchase_intake_id" | "dynamic_fields" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["eventItems"]>
1761
- export type EventItemsInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1762
- event?: boolean | Prisma.EventItems$eventArgs<ExtArgs>
1763
- item?: boolean | Prisma.EventItems$itemArgs<ExtArgs>
1764
- purchase_intake?: boolean | Prisma.EventItems$purchase_intakeArgs<ExtArgs>
1765
- bids?: boolean | Prisma.EventItems$bidsArgs<ExtArgs>
1766
- bid_logs?: boolean | Prisma.EventItems$bid_logsArgs<ExtArgs>
1767
- quotations?: boolean | Prisma.EventItems$quotationsArgs<ExtArgs>
1768
- quotation_logs?: boolean | Prisma.EventItems$quotation_logsArgs<ExtArgs>
1769
- _count?: boolean | Prisma.EventItemsCountOutputTypeDefaultArgs<ExtArgs>
1770
- }
1771
- export type EventItemsIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1772
- event?: boolean | Prisma.EventItems$eventArgs<ExtArgs>
1773
- item?: boolean | Prisma.EventItems$itemArgs<ExtArgs>
1774
- purchase_intake?: boolean | Prisma.EventItems$purchase_intakeArgs<ExtArgs>
1775
- }
1776
- export type EventItemsIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1777
- event?: boolean | Prisma.EventItems$eventArgs<ExtArgs>
1778
- item?: boolean | Prisma.EventItems$itemArgs<ExtArgs>
1779
- purchase_intake?: boolean | Prisma.EventItems$purchase_intakeArgs<ExtArgs>
1780
- }
1781
-
1782
- export type $EventItemsPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1783
- name: "EventItems"
1784
- objects: {
1785
- event: Prisma.$EventPayload<ExtArgs> | null
1786
- item: Prisma.$ItemPayload<ExtArgs> | null
1787
- purchase_intake: Prisma.$PurchaseIntakePayload<ExtArgs> | null
1788
- bids: Prisma.$BidPayload<ExtArgs>[]
1789
- bid_logs: Prisma.$BidLogPayload<ExtArgs>[]
1790
- quotations: Prisma.$QuotationPayload<ExtArgs>[]
1791
- quotation_logs: Prisma.$QuotationLogPayload<ExtArgs>[]
1792
- }
1793
- scalars: runtime.Types.Extensions.GetPayloadResult<{
1794
- id: number
1795
- uuid: string | null
1796
- event_id: number | null
1797
- item_id: number | null
1798
- purchase_intake_id: number | null
1799
- dynamic_fields: runtime.JsonValue | null
1800
- is_active: boolean | null
1801
- created_at: Date | null
1802
- created_by: number | null
1803
- updated_at: Date | null
1804
- updated_by: number | null
1805
- is_deleted: boolean | null
1806
- deleted_at: Date | null
1807
- deleted_by: number | null
1808
- }, ExtArgs["result"]["eventItems"]>
1809
- composites: {}
1810
- }
1811
-
1812
- export type EventItemsGetPayload<S extends boolean | null | undefined | EventItemsDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$EventItemsPayload, S>
1813
-
1814
- export type EventItemsCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
1815
- Omit<EventItemsFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
1816
- select?: EventItemsCountAggregateInputType | true
1817
- }
1818
-
1819
- export interface EventItemsDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
1820
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['EventItems'], meta: { name: 'EventItems' } }
1821
- /**
1822
- * Find zero or one EventItems that matches the filter.
1823
- * @param {EventItemsFindUniqueArgs} args - Arguments to find a EventItems
1824
- * @example
1825
- * // Get one EventItems
1826
- * const eventItems = await prisma.eventItems.findUnique({
1827
- * where: {
1828
- * // ... provide filter here
1829
- * }
1830
- * })
1831
- */
1832
- findUnique<T extends EventItemsFindUniqueArgs>(args: Prisma.SelectSubset<T, EventItemsFindUniqueArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1833
-
1834
- /**
1835
- * Find one EventItems that matches the filter or throw an error with `error.code='P2025'`
1836
- * if no matches were found.
1837
- * @param {EventItemsFindUniqueOrThrowArgs} args - Arguments to find a EventItems
1838
- * @example
1839
- * // Get one EventItems
1840
- * const eventItems = await prisma.eventItems.findUniqueOrThrow({
1841
- * where: {
1842
- * // ... provide filter here
1843
- * }
1844
- * })
1845
- */
1846
- findUniqueOrThrow<T extends EventItemsFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, EventItemsFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1847
-
1848
- /**
1849
- * Find the first EventItems that matches the filter.
1850
- * Note, that providing `undefined` is treated as the value not being there.
1851
- * Read more here: https://pris.ly/d/null-undefined
1852
- * @param {EventItemsFindFirstArgs} args - Arguments to find a EventItems
1853
- * @example
1854
- * // Get one EventItems
1855
- * const eventItems = await prisma.eventItems.findFirst({
1856
- * where: {
1857
- * // ... provide filter here
1858
- * }
1859
- * })
1860
- */
1861
- findFirst<T extends EventItemsFindFirstArgs>(args?: Prisma.SelectSubset<T, EventItemsFindFirstArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1862
-
1863
- /**
1864
- * Find the first EventItems that matches the filter or
1865
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1866
- * Note, that providing `undefined` is treated as the value not being there.
1867
- * Read more here: https://pris.ly/d/null-undefined
1868
- * @param {EventItemsFindFirstOrThrowArgs} args - Arguments to find a EventItems
1869
- * @example
1870
- * // Get one EventItems
1871
- * const eventItems = await prisma.eventItems.findFirstOrThrow({
1872
- * where: {
1873
- * // ... provide filter here
1874
- * }
1875
- * })
1876
- */
1877
- findFirstOrThrow<T extends EventItemsFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, EventItemsFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1878
-
1879
- /**
1880
- * Find zero or more EventItems that matches the filter.
1881
- * Note, that providing `undefined` is treated as the value not being there.
1882
- * Read more here: https://pris.ly/d/null-undefined
1883
- * @param {EventItemsFindManyArgs} args - Arguments to filter and select certain fields only.
1884
- * @example
1885
- * // Get all EventItems
1886
- * const eventItems = await prisma.eventItems.findMany()
1887
- *
1888
- * // Get first 10 EventItems
1889
- * const eventItems = await prisma.eventItems.findMany({ take: 10 })
1890
- *
1891
- * // Only select the `id`
1892
- * const eventItemsWithIdOnly = await prisma.eventItems.findMany({ select: { id: true } })
1893
- *
1894
- */
1895
- findMany<T extends EventItemsFindManyArgs>(args?: Prisma.SelectSubset<T, EventItemsFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1896
-
1897
- /**
1898
- * Create a EventItems.
1899
- * @param {EventItemsCreateArgs} args - Arguments to create a EventItems.
1900
- * @example
1901
- * // Create one EventItems
1902
- * const EventItems = await prisma.eventItems.create({
1903
- * data: {
1904
- * // ... data to create a EventItems
1905
- * }
1906
- * })
1907
- *
1908
- */
1909
- create<T extends EventItemsCreateArgs>(args: Prisma.SelectSubset<T, EventItemsCreateArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1910
-
1911
- /**
1912
- * Create many EventItems.
1913
- * @param {EventItemsCreateManyArgs} args - Arguments to create many EventItems.
1914
- * @example
1915
- * // Create many EventItems
1916
- * const eventItems = await prisma.eventItems.createMany({
1917
- * data: [
1918
- * // ... provide data here
1919
- * ]
1920
- * })
1921
- *
1922
- */
1923
- createMany<T extends EventItemsCreateManyArgs>(args?: Prisma.SelectSubset<T, EventItemsCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1924
-
1925
- /**
1926
- * Create many EventItems and returns the data saved in the database.
1927
- * @param {EventItemsCreateManyAndReturnArgs} args - Arguments to create many EventItems.
1928
- * @example
1929
- * // Create many EventItems
1930
- * const eventItems = await prisma.eventItems.createManyAndReturn({
1931
- * data: [
1932
- * // ... provide data here
1933
- * ]
1934
- * })
1935
- *
1936
- * // Create many EventItems and only return the `id`
1937
- * const eventItemsWithIdOnly = await prisma.eventItems.createManyAndReturn({
1938
- * select: { id: true },
1939
- * data: [
1940
- * // ... provide data here
1941
- * ]
1942
- * })
1943
- * Note, that providing `undefined` is treated as the value not being there.
1944
- * Read more here: https://pris.ly/d/null-undefined
1945
- *
1946
- */
1947
- createManyAndReturn<T extends EventItemsCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, EventItemsCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1948
-
1949
- /**
1950
- * Delete a EventItems.
1951
- * @param {EventItemsDeleteArgs} args - Arguments to delete one EventItems.
1952
- * @example
1953
- * // Delete one EventItems
1954
- * const EventItems = await prisma.eventItems.delete({
1955
- * where: {
1956
- * // ... filter to delete one EventItems
1957
- * }
1958
- * })
1959
- *
1960
- */
1961
- delete<T extends EventItemsDeleteArgs>(args: Prisma.SelectSubset<T, EventItemsDeleteArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1962
-
1963
- /**
1964
- * Update one EventItems.
1965
- * @param {EventItemsUpdateArgs} args - Arguments to update one EventItems.
1966
- * @example
1967
- * // Update one EventItems
1968
- * const eventItems = await prisma.eventItems.update({
1969
- * where: {
1970
- * // ... provide filter here
1971
- * },
1972
- * data: {
1973
- * // ... provide data here
1974
- * }
1975
- * })
1976
- *
1977
- */
1978
- update<T extends EventItemsUpdateArgs>(args: Prisma.SelectSubset<T, EventItemsUpdateArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1979
-
1980
- /**
1981
- * Delete zero or more EventItems.
1982
- * @param {EventItemsDeleteManyArgs} args - Arguments to filter EventItems to delete.
1983
- * @example
1984
- * // Delete a few EventItems
1985
- * const { count } = await prisma.eventItems.deleteMany({
1986
- * where: {
1987
- * // ... provide filter here
1988
- * }
1989
- * })
1990
- *
1991
- */
1992
- deleteMany<T extends EventItemsDeleteManyArgs>(args?: Prisma.SelectSubset<T, EventItemsDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1993
-
1994
- /**
1995
- * Update zero or more EventItems.
1996
- * Note, that providing `undefined` is treated as the value not being there.
1997
- * Read more here: https://pris.ly/d/null-undefined
1998
- * @param {EventItemsUpdateManyArgs} args - Arguments to update one or more rows.
1999
- * @example
2000
- * // Update many EventItems
2001
- * const eventItems = await prisma.eventItems.updateMany({
2002
- * where: {
2003
- * // ... provide filter here
2004
- * },
2005
- * data: {
2006
- * // ... provide data here
2007
- * }
2008
- * })
2009
- *
2010
- */
2011
- updateMany<T extends EventItemsUpdateManyArgs>(args: Prisma.SelectSubset<T, EventItemsUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
2012
-
2013
- /**
2014
- * Update zero or more EventItems and returns the data updated in the database.
2015
- * @param {EventItemsUpdateManyAndReturnArgs} args - Arguments to update many EventItems.
2016
- * @example
2017
- * // Update many EventItems
2018
- * const eventItems = await prisma.eventItems.updateManyAndReturn({
2019
- * where: {
2020
- * // ... provide filter here
2021
- * },
2022
- * data: [
2023
- * // ... provide data here
2024
- * ]
2025
- * })
2026
- *
2027
- * // Update zero or more EventItems and only return the `id`
2028
- * const eventItemsWithIdOnly = await prisma.eventItems.updateManyAndReturn({
2029
- * select: { id: true },
2030
- * where: {
2031
- * // ... provide filter here
2032
- * },
2033
- * data: [
2034
- * // ... provide data here
2035
- * ]
2036
- * })
2037
- * Note, that providing `undefined` is treated as the value not being there.
2038
- * Read more here: https://pris.ly/d/null-undefined
2039
- *
2040
- */
2041
- updateManyAndReturn<T extends EventItemsUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, EventItemsUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
2042
-
2043
- /**
2044
- * Create or update one EventItems.
2045
- * @param {EventItemsUpsertArgs} args - Arguments to update or create a EventItems.
2046
- * @example
2047
- * // Update or create a EventItems
2048
- * const eventItems = await prisma.eventItems.upsert({
2049
- * create: {
2050
- * // ... data to create a EventItems
2051
- * },
2052
- * update: {
2053
- * // ... in case it already exists, update
2054
- * },
2055
- * where: {
2056
- * // ... the filter for the EventItems we want to update
2057
- * }
2058
- * })
2059
- */
2060
- upsert<T extends EventItemsUpsertArgs>(args: Prisma.SelectSubset<T, EventItemsUpsertArgs<ExtArgs>>): Prisma.Prisma__EventItemsClient<runtime.Types.Result.GetResult<Prisma.$EventItemsPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
2061
-
2062
-
2063
- /**
2064
- * Count the number of EventItems.
2065
- * Note, that providing `undefined` is treated as the value not being there.
2066
- * Read more here: https://pris.ly/d/null-undefined
2067
- * @param {EventItemsCountArgs} args - Arguments to filter EventItems to count.
2068
- * @example
2069
- * // Count the number of EventItems
2070
- * const count = await prisma.eventItems.count({
2071
- * where: {
2072
- * // ... the filter for the EventItems we want to count
2073
- * }
2074
- * })
2075
- **/
2076
- count<T extends EventItemsCountArgs>(
2077
- args?: Prisma.Subset<T, EventItemsCountArgs>,
2078
- ): Prisma.PrismaPromise<
2079
- T extends runtime.Types.Utils.Record<'select', any>
2080
- ? T['select'] extends true
2081
- ? number
2082
- : Prisma.GetScalarType<T['select'], EventItemsCountAggregateOutputType>
2083
- : number
2084
- >
2085
-
2086
- /**
2087
- * Allows you to perform aggregations operations on a EventItems.
2088
- * Note, that providing `undefined` is treated as the value not being there.
2089
- * Read more here: https://pris.ly/d/null-undefined
2090
- * @param {EventItemsAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
2091
- * @example
2092
- * // Ordered by age ascending
2093
- * // Where email contains prisma.io
2094
- * // Limited to the 10 users
2095
- * const aggregations = await prisma.user.aggregate({
2096
- * _avg: {
2097
- * age: true,
2098
- * },
2099
- * where: {
2100
- * email: {
2101
- * contains: "prisma.io",
2102
- * },
2103
- * },
2104
- * orderBy: {
2105
- * age: "asc",
2106
- * },
2107
- * take: 10,
2108
- * })
2109
- **/
2110
- aggregate<T extends EventItemsAggregateArgs>(args: Prisma.Subset<T, EventItemsAggregateArgs>): Prisma.PrismaPromise<GetEventItemsAggregateType<T>>
2111
-
2112
- /**
2113
- * Group by EventItems.
2114
- * Note, that providing `undefined` is treated as the value not being there.
2115
- * Read more here: https://pris.ly/d/null-undefined
2116
- * @param {EventItemsGroupByArgs} args - Group by arguments.
2117
- * @example
2118
- * // Group by city, order by createdAt, get count
2119
- * const result = await prisma.user.groupBy({
2120
- * by: ['city', 'createdAt'],
2121
- * orderBy: {
2122
- * createdAt: true
2123
- * },
2124
- * _count: {
2125
- * _all: true
2126
- * },
2127
- * })
2128
- *
2129
- **/
2130
- groupBy<
2131
- T extends EventItemsGroupByArgs,
2132
- HasSelectOrTake extends Prisma.Or<
2133
- Prisma.Extends<'skip', Prisma.Keys<T>>,
2134
- Prisma.Extends<'take', Prisma.Keys<T>>
2135
- >,
2136
- OrderByArg extends Prisma.True extends HasSelectOrTake
2137
- ? { orderBy: EventItemsGroupByArgs['orderBy'] }
2138
- : { orderBy?: EventItemsGroupByArgs['orderBy'] },
2139
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
2140
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
2141
- ByValid extends Prisma.Has<ByFields, OrderFields>,
2142
- HavingFields extends Prisma.GetHavingFields<T['having']>,
2143
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
2144
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
2145
- InputErrors extends ByEmpty extends Prisma.True
2146
- ? `Error: "by" must not be empty.`
2147
- : HavingValid extends Prisma.False
2148
- ? {
2149
- [P in HavingFields]: P extends ByFields
2150
- ? never
2151
- : P extends string
2152
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
2153
- : [
2154
- Error,
2155
- 'Field ',
2156
- P,
2157
- ` in "having" needs to be provided in "by"`,
2158
- ]
2159
- }[HavingFields]
2160
- : 'take' extends Prisma.Keys<T>
2161
- ? 'orderBy' extends Prisma.Keys<T>
2162
- ? ByValid extends Prisma.True
2163
- ? {}
2164
- : {
2165
- [P in OrderFields]: P extends ByFields
2166
- ? never
2167
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
2168
- }[OrderFields]
2169
- : 'Error: If you provide "take", you also need to provide "orderBy"'
2170
- : 'skip' extends Prisma.Keys<T>
2171
- ? 'orderBy' extends Prisma.Keys<T>
2172
- ? ByValid extends Prisma.True
2173
- ? {}
2174
- : {
2175
- [P in OrderFields]: P extends ByFields
2176
- ? never
2177
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
2178
- }[OrderFields]
2179
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
2180
- : ByValid extends Prisma.True
2181
- ? {}
2182
- : {
2183
- [P in OrderFields]: P extends ByFields
2184
- ? never
2185
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
2186
- }[OrderFields]
2187
- >(args: Prisma.SubsetIntersection<T, EventItemsGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetEventItemsGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
2188
- /**
2189
- * Fields of the EventItems model
2190
- */
2191
- readonly fields: EventItemsFieldRefs;
2192
- }
2193
-
2194
- /**
2195
- * The delegate class that acts as a "Promise-like" for EventItems.
2196
- * Why is this prefixed with `Prisma__`?
2197
- * Because we want to prevent naming conflicts as mentioned in
2198
- * https://github.com/prisma/prisma-client-js/issues/707
2199
- */
2200
- export interface Prisma__EventItemsClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
2201
- readonly [Symbol.toStringTag]: "PrismaPromise"
2202
- event<T extends Prisma.EventItems$eventArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$eventArgs<ExtArgs>>): Prisma.Prisma__EventClient<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2203
- item<T extends Prisma.EventItems$itemArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$itemArgs<ExtArgs>>): Prisma.Prisma__ItemClient<runtime.Types.Result.GetResult<Prisma.$ItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2204
- purchase_intake<T extends Prisma.EventItems$purchase_intakeArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$purchase_intakeArgs<ExtArgs>>): Prisma.Prisma__PurchaseIntakeClient<runtime.Types.Result.GetResult<Prisma.$PurchaseIntakePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
2205
- bids<T extends Prisma.EventItems$bidsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$bidsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BidPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
2206
- bid_logs<T extends Prisma.EventItems$bid_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$bid_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BidLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
2207
- quotations<T extends Prisma.EventItems$quotationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$quotationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
2208
- quotation_logs<T extends Prisma.EventItems$quotation_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventItems$quotation_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
2209
- /**
2210
- * Attaches callbacks for the resolution and/or rejection of the Promise.
2211
- * @param onfulfilled The callback to execute when the Promise is resolved.
2212
- * @param onrejected The callback to execute when the Promise is rejected.
2213
- * @returns A Promise for the completion of which ever callback is executed.
2214
- */
2215
- 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>
2216
- /**
2217
- * Attaches a callback for only the rejection of the Promise.
2218
- * @param onrejected The callback to execute when the Promise is rejected.
2219
- * @returns A Promise for the completion of the callback.
2220
- */
2221
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
2222
- /**
2223
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
2224
- * resolved value cannot be modified from the callback.
2225
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
2226
- * @returns A Promise for the completion of the callback.
2227
- */
2228
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
2229
- }
2230
-
2231
-
2232
-
2233
-
2234
- /**
2235
- * Fields of the EventItems model
2236
- */
2237
- export interface EventItemsFieldRefs {
2238
- readonly id: Prisma.FieldRef<"EventItems", 'Int'>
2239
- readonly uuid: Prisma.FieldRef<"EventItems", 'String'>
2240
- readonly event_id: Prisma.FieldRef<"EventItems", 'Int'>
2241
- readonly item_id: Prisma.FieldRef<"EventItems", 'Int'>
2242
- readonly purchase_intake_id: Prisma.FieldRef<"EventItems", 'Int'>
2243
- readonly dynamic_fields: Prisma.FieldRef<"EventItems", 'Json'>
2244
- readonly is_active: Prisma.FieldRef<"EventItems", 'Boolean'>
2245
- readonly created_at: Prisma.FieldRef<"EventItems", 'DateTime'>
2246
- readonly created_by: Prisma.FieldRef<"EventItems", 'Int'>
2247
- readonly updated_at: Prisma.FieldRef<"EventItems", 'DateTime'>
2248
- readonly updated_by: Prisma.FieldRef<"EventItems", 'Int'>
2249
- readonly is_deleted: Prisma.FieldRef<"EventItems", 'Boolean'>
2250
- readonly deleted_at: Prisma.FieldRef<"EventItems", 'DateTime'>
2251
- readonly deleted_by: Prisma.FieldRef<"EventItems", 'Int'>
2252
- }
2253
-
2254
-
2255
- // Custom InputTypes
2256
- /**
2257
- * EventItems findUnique
2258
- */
2259
- export type EventItemsFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2260
- /**
2261
- * Select specific fields to fetch from the EventItems
2262
- */
2263
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2264
- /**
2265
- * Omit specific fields from the EventItems
2266
- */
2267
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2268
- /**
2269
- * Choose, which related nodes to fetch as well
2270
- */
2271
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2272
- /**
2273
- * Filter, which EventItems to fetch.
2274
- */
2275
- where: Prisma.EventItemsWhereUniqueInput
2276
- }
2277
-
2278
- /**
2279
- * EventItems findUniqueOrThrow
2280
- */
2281
- export type EventItemsFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2282
- /**
2283
- * Select specific fields to fetch from the EventItems
2284
- */
2285
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2286
- /**
2287
- * Omit specific fields from the EventItems
2288
- */
2289
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2290
- /**
2291
- * Choose, which related nodes to fetch as well
2292
- */
2293
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2294
- /**
2295
- * Filter, which EventItems to fetch.
2296
- */
2297
- where: Prisma.EventItemsWhereUniqueInput
2298
- }
2299
-
2300
- /**
2301
- * EventItems findFirst
2302
- */
2303
- export type EventItemsFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2304
- /**
2305
- * Select specific fields to fetch from the EventItems
2306
- */
2307
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2308
- /**
2309
- * Omit specific fields from the EventItems
2310
- */
2311
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2312
- /**
2313
- * Choose, which related nodes to fetch as well
2314
- */
2315
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2316
- /**
2317
- * Filter, which EventItems to fetch.
2318
- */
2319
- where?: Prisma.EventItemsWhereInput
2320
- /**
2321
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2322
- *
2323
- * Determine the order of EventItems to fetch.
2324
- */
2325
- orderBy?: Prisma.EventItemsOrderByWithRelationInput | Prisma.EventItemsOrderByWithRelationInput[]
2326
- /**
2327
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2328
- *
2329
- * Sets the position for searching for EventItems.
2330
- */
2331
- cursor?: Prisma.EventItemsWhereUniqueInput
2332
- /**
2333
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2334
- *
2335
- * Take `±n` EventItems from the position of the cursor.
2336
- */
2337
- take?: number
2338
- /**
2339
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2340
- *
2341
- * Skip the first `n` EventItems.
2342
- */
2343
- skip?: number
2344
- /**
2345
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2346
- *
2347
- * Filter by unique combinations of EventItems.
2348
- */
2349
- distinct?: Prisma.EventItemsScalarFieldEnum | Prisma.EventItemsScalarFieldEnum[]
2350
- }
2351
-
2352
- /**
2353
- * EventItems findFirstOrThrow
2354
- */
2355
- export type EventItemsFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2356
- /**
2357
- * Select specific fields to fetch from the EventItems
2358
- */
2359
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2360
- /**
2361
- * Omit specific fields from the EventItems
2362
- */
2363
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2364
- /**
2365
- * Choose, which related nodes to fetch as well
2366
- */
2367
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2368
- /**
2369
- * Filter, which EventItems to fetch.
2370
- */
2371
- where?: Prisma.EventItemsWhereInput
2372
- /**
2373
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2374
- *
2375
- * Determine the order of EventItems to fetch.
2376
- */
2377
- orderBy?: Prisma.EventItemsOrderByWithRelationInput | Prisma.EventItemsOrderByWithRelationInput[]
2378
- /**
2379
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2380
- *
2381
- * Sets the position for searching for EventItems.
2382
- */
2383
- cursor?: Prisma.EventItemsWhereUniqueInput
2384
- /**
2385
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2386
- *
2387
- * Take `±n` EventItems from the position of the cursor.
2388
- */
2389
- take?: number
2390
- /**
2391
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2392
- *
2393
- * Skip the first `n` EventItems.
2394
- */
2395
- skip?: number
2396
- /**
2397
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2398
- *
2399
- * Filter by unique combinations of EventItems.
2400
- */
2401
- distinct?: Prisma.EventItemsScalarFieldEnum | Prisma.EventItemsScalarFieldEnum[]
2402
- }
2403
-
2404
- /**
2405
- * EventItems findMany
2406
- */
2407
- export type EventItemsFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2408
- /**
2409
- * Select specific fields to fetch from the EventItems
2410
- */
2411
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2412
- /**
2413
- * Omit specific fields from the EventItems
2414
- */
2415
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2416
- /**
2417
- * Choose, which related nodes to fetch as well
2418
- */
2419
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2420
- /**
2421
- * Filter, which EventItems to fetch.
2422
- */
2423
- where?: Prisma.EventItemsWhereInput
2424
- /**
2425
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
2426
- *
2427
- * Determine the order of EventItems to fetch.
2428
- */
2429
- orderBy?: Prisma.EventItemsOrderByWithRelationInput | Prisma.EventItemsOrderByWithRelationInput[]
2430
- /**
2431
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
2432
- *
2433
- * Sets the position for listing EventItems.
2434
- */
2435
- cursor?: Prisma.EventItemsWhereUniqueInput
2436
- /**
2437
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2438
- *
2439
- * Take `±n` EventItems from the position of the cursor.
2440
- */
2441
- take?: number
2442
- /**
2443
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
2444
- *
2445
- * Skip the first `n` EventItems.
2446
- */
2447
- skip?: number
2448
- /**
2449
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
2450
- *
2451
- * Filter by unique combinations of EventItems.
2452
- */
2453
- distinct?: Prisma.EventItemsScalarFieldEnum | Prisma.EventItemsScalarFieldEnum[]
2454
- }
2455
-
2456
- /**
2457
- * EventItems create
2458
- */
2459
- export type EventItemsCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2460
- /**
2461
- * Select specific fields to fetch from the EventItems
2462
- */
2463
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2464
- /**
2465
- * Omit specific fields from the EventItems
2466
- */
2467
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2468
- /**
2469
- * Choose, which related nodes to fetch as well
2470
- */
2471
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2472
- /**
2473
- * The data needed to create a EventItems.
2474
- */
2475
- data?: Prisma.XOR<Prisma.EventItemsCreateInput, Prisma.EventItemsUncheckedCreateInput>
2476
- }
2477
-
2478
- /**
2479
- * EventItems createMany
2480
- */
2481
- export type EventItemsCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2482
- /**
2483
- * The data used to create many EventItems.
2484
- */
2485
- data: Prisma.EventItemsCreateManyInput | Prisma.EventItemsCreateManyInput[]
2486
- skipDuplicates?: boolean
2487
- }
2488
-
2489
- /**
2490
- * EventItems createManyAndReturn
2491
- */
2492
- export type EventItemsCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2493
- /**
2494
- * Select specific fields to fetch from the EventItems
2495
- */
2496
- select?: Prisma.EventItemsSelectCreateManyAndReturn<ExtArgs> | null
2497
- /**
2498
- * Omit specific fields from the EventItems
2499
- */
2500
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2501
- /**
2502
- * The data used to create many EventItems.
2503
- */
2504
- data: Prisma.EventItemsCreateManyInput | Prisma.EventItemsCreateManyInput[]
2505
- skipDuplicates?: boolean
2506
- /**
2507
- * Choose, which related nodes to fetch as well
2508
- */
2509
- include?: Prisma.EventItemsIncludeCreateManyAndReturn<ExtArgs> | null
2510
- }
2511
-
2512
- /**
2513
- * EventItems update
2514
- */
2515
- export type EventItemsUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2516
- /**
2517
- * Select specific fields to fetch from the EventItems
2518
- */
2519
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2520
- /**
2521
- * Omit specific fields from the EventItems
2522
- */
2523
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2524
- /**
2525
- * Choose, which related nodes to fetch as well
2526
- */
2527
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2528
- /**
2529
- * The data needed to update a EventItems.
2530
- */
2531
- data: Prisma.XOR<Prisma.EventItemsUpdateInput, Prisma.EventItemsUncheckedUpdateInput>
2532
- /**
2533
- * Choose, which EventItems to update.
2534
- */
2535
- where: Prisma.EventItemsWhereUniqueInput
2536
- }
2537
-
2538
- /**
2539
- * EventItems updateMany
2540
- */
2541
- export type EventItemsUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2542
- /**
2543
- * The data used to update EventItems.
2544
- */
2545
- data: Prisma.XOR<Prisma.EventItemsUpdateManyMutationInput, Prisma.EventItemsUncheckedUpdateManyInput>
2546
- /**
2547
- * Filter which EventItems to update
2548
- */
2549
- where?: Prisma.EventItemsWhereInput
2550
- /**
2551
- * Limit how many EventItems to update.
2552
- */
2553
- limit?: number
2554
- }
2555
-
2556
- /**
2557
- * EventItems updateManyAndReturn
2558
- */
2559
- export type EventItemsUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2560
- /**
2561
- * Select specific fields to fetch from the EventItems
2562
- */
2563
- select?: Prisma.EventItemsSelectUpdateManyAndReturn<ExtArgs> | null
2564
- /**
2565
- * Omit specific fields from the EventItems
2566
- */
2567
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2568
- /**
2569
- * The data used to update EventItems.
2570
- */
2571
- data: Prisma.XOR<Prisma.EventItemsUpdateManyMutationInput, Prisma.EventItemsUncheckedUpdateManyInput>
2572
- /**
2573
- * Filter which EventItems to update
2574
- */
2575
- where?: Prisma.EventItemsWhereInput
2576
- /**
2577
- * Limit how many EventItems to update.
2578
- */
2579
- limit?: number
2580
- /**
2581
- * Choose, which related nodes to fetch as well
2582
- */
2583
- include?: Prisma.EventItemsIncludeUpdateManyAndReturn<ExtArgs> | null
2584
- }
2585
-
2586
- /**
2587
- * EventItems upsert
2588
- */
2589
- export type EventItemsUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2590
- /**
2591
- * Select specific fields to fetch from the EventItems
2592
- */
2593
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2594
- /**
2595
- * Omit specific fields from the EventItems
2596
- */
2597
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2598
- /**
2599
- * Choose, which related nodes to fetch as well
2600
- */
2601
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2602
- /**
2603
- * The filter to search for the EventItems to update in case it exists.
2604
- */
2605
- where: Prisma.EventItemsWhereUniqueInput
2606
- /**
2607
- * In case the EventItems found by the `where` argument doesn't exist, create a new EventItems with this data.
2608
- */
2609
- create: Prisma.XOR<Prisma.EventItemsCreateInput, Prisma.EventItemsUncheckedCreateInput>
2610
- /**
2611
- * In case the EventItems was found with the provided `where` argument, update it with this data.
2612
- */
2613
- update: Prisma.XOR<Prisma.EventItemsUpdateInput, Prisma.EventItemsUncheckedUpdateInput>
2614
- }
2615
-
2616
- /**
2617
- * EventItems delete
2618
- */
2619
- export type EventItemsDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2620
- /**
2621
- * Select specific fields to fetch from the EventItems
2622
- */
2623
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2624
- /**
2625
- * Omit specific fields from the EventItems
2626
- */
2627
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2628
- /**
2629
- * Choose, which related nodes to fetch as well
2630
- */
2631
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2632
- /**
2633
- * Filter which EventItems to delete.
2634
- */
2635
- where: Prisma.EventItemsWhereUniqueInput
2636
- }
2637
-
2638
- /**
2639
- * EventItems deleteMany
2640
- */
2641
- export type EventItemsDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2642
- /**
2643
- * Filter which EventItems to delete
2644
- */
2645
- where?: Prisma.EventItemsWhereInput
2646
- /**
2647
- * Limit how many EventItems to delete.
2648
- */
2649
- limit?: number
2650
- }
2651
-
2652
- /**
2653
- * EventItems.event
2654
- */
2655
- export type EventItems$eventArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2656
- /**
2657
- * Select specific fields to fetch from the Event
2658
- */
2659
- select?: Prisma.EventSelect<ExtArgs> | null
2660
- /**
2661
- * Omit specific fields from the Event
2662
- */
2663
- omit?: Prisma.EventOmit<ExtArgs> | null
2664
- /**
2665
- * Choose, which related nodes to fetch as well
2666
- */
2667
- include?: Prisma.EventInclude<ExtArgs> | null
2668
- where?: Prisma.EventWhereInput
2669
- }
2670
-
2671
- /**
2672
- * EventItems.item
2673
- */
2674
- export type EventItems$itemArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2675
- /**
2676
- * Select specific fields to fetch from the Item
2677
- */
2678
- select?: Prisma.ItemSelect<ExtArgs> | null
2679
- /**
2680
- * Omit specific fields from the Item
2681
- */
2682
- omit?: Prisma.ItemOmit<ExtArgs> | null
2683
- /**
2684
- * Choose, which related nodes to fetch as well
2685
- */
2686
- include?: Prisma.ItemInclude<ExtArgs> | null
2687
- where?: Prisma.ItemWhereInput
2688
- }
2689
-
2690
- /**
2691
- * EventItems.purchase_intake
2692
- */
2693
- export type EventItems$purchase_intakeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2694
- /**
2695
- * Select specific fields to fetch from the PurchaseIntake
2696
- */
2697
- select?: Prisma.PurchaseIntakeSelect<ExtArgs> | null
2698
- /**
2699
- * Omit specific fields from the PurchaseIntake
2700
- */
2701
- omit?: Prisma.PurchaseIntakeOmit<ExtArgs> | null
2702
- /**
2703
- * Choose, which related nodes to fetch as well
2704
- */
2705
- include?: Prisma.PurchaseIntakeInclude<ExtArgs> | null
2706
- where?: Prisma.PurchaseIntakeWhereInput
2707
- }
2708
-
2709
- /**
2710
- * EventItems.bids
2711
- */
2712
- export type EventItems$bidsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2713
- /**
2714
- * Select specific fields to fetch from the Bid
2715
- */
2716
- select?: Prisma.BidSelect<ExtArgs> | null
2717
- /**
2718
- * Omit specific fields from the Bid
2719
- */
2720
- omit?: Prisma.BidOmit<ExtArgs> | null
2721
- /**
2722
- * Choose, which related nodes to fetch as well
2723
- */
2724
- include?: Prisma.BidInclude<ExtArgs> | null
2725
- where?: Prisma.BidWhereInput
2726
- orderBy?: Prisma.BidOrderByWithRelationInput | Prisma.BidOrderByWithRelationInput[]
2727
- cursor?: Prisma.BidWhereUniqueInput
2728
- take?: number
2729
- skip?: number
2730
- distinct?: Prisma.BidScalarFieldEnum | Prisma.BidScalarFieldEnum[]
2731
- }
2732
-
2733
- /**
2734
- * EventItems.bid_logs
2735
- */
2736
- export type EventItems$bid_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2737
- /**
2738
- * Select specific fields to fetch from the BidLog
2739
- */
2740
- select?: Prisma.BidLogSelect<ExtArgs> | null
2741
- /**
2742
- * Omit specific fields from the BidLog
2743
- */
2744
- omit?: Prisma.BidLogOmit<ExtArgs> | null
2745
- /**
2746
- * Choose, which related nodes to fetch as well
2747
- */
2748
- include?: Prisma.BidLogInclude<ExtArgs> | null
2749
- where?: Prisma.BidLogWhereInput
2750
- orderBy?: Prisma.BidLogOrderByWithRelationInput | Prisma.BidLogOrderByWithRelationInput[]
2751
- cursor?: Prisma.BidLogWhereUniqueInput
2752
- take?: number
2753
- skip?: number
2754
- distinct?: Prisma.BidLogScalarFieldEnum | Prisma.BidLogScalarFieldEnum[]
2755
- }
2756
-
2757
- /**
2758
- * EventItems.quotations
2759
- */
2760
- export type EventItems$quotationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2761
- /**
2762
- * Select specific fields to fetch from the Quotation
2763
- */
2764
- select?: Prisma.QuotationSelect<ExtArgs> | null
2765
- /**
2766
- * Omit specific fields from the Quotation
2767
- */
2768
- omit?: Prisma.QuotationOmit<ExtArgs> | null
2769
- /**
2770
- * Choose, which related nodes to fetch as well
2771
- */
2772
- include?: Prisma.QuotationInclude<ExtArgs> | null
2773
- where?: Prisma.QuotationWhereInput
2774
- orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
2775
- cursor?: Prisma.QuotationWhereUniqueInput
2776
- take?: number
2777
- skip?: number
2778
- distinct?: Prisma.QuotationScalarFieldEnum | Prisma.QuotationScalarFieldEnum[]
2779
- }
2780
-
2781
- /**
2782
- * EventItems.quotation_logs
2783
- */
2784
- export type EventItems$quotation_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2785
- /**
2786
- * Select specific fields to fetch from the QuotationLog
2787
- */
2788
- select?: Prisma.QuotationLogSelect<ExtArgs> | null
2789
- /**
2790
- * Omit specific fields from the QuotationLog
2791
- */
2792
- omit?: Prisma.QuotationLogOmit<ExtArgs> | null
2793
- /**
2794
- * Choose, which related nodes to fetch as well
2795
- */
2796
- include?: Prisma.QuotationLogInclude<ExtArgs> | null
2797
- where?: Prisma.QuotationLogWhereInput
2798
- orderBy?: Prisma.QuotationLogOrderByWithRelationInput | Prisma.QuotationLogOrderByWithRelationInput[]
2799
- cursor?: Prisma.QuotationLogWhereUniqueInput
2800
- take?: number
2801
- skip?: number
2802
- distinct?: Prisma.QuotationLogScalarFieldEnum | Prisma.QuotationLogScalarFieldEnum[]
2803
- }
2804
-
2805
- /**
2806
- * EventItems without action
2807
- */
2808
- export type EventItemsDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2809
- /**
2810
- * Select specific fields to fetch from the EventItems
2811
- */
2812
- select?: Prisma.EventItemsSelect<ExtArgs> | null
2813
- /**
2814
- * Omit specific fields from the EventItems
2815
- */
2816
- omit?: Prisma.EventItemsOmit<ExtArgs> | null
2817
- /**
2818
- * Choose, which related nodes to fetch as well
2819
- */
2820
- include?: Prisma.EventItemsInclude<ExtArgs> | null
2821
- }