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,2186 +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 `EventVendorCriteria` 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 EventVendorCriteria
17
- *
18
- */
19
- export type EventVendorCriteriaModel = runtime.Types.Result.DefaultSelection<Prisma.$EventVendorCriteriaPayload>
20
-
21
- export type AggregateEventVendorCriteria = {
22
- _count: EventVendorCriteriaCountAggregateOutputType | null
23
- _avg: EventVendorCriteriaAvgAggregateOutputType | null
24
- _sum: EventVendorCriteriaSumAggregateOutputType | null
25
- _min: EventVendorCriteriaMinAggregateOutputType | null
26
- _max: EventVendorCriteriaMaxAggregateOutputType | null
27
- }
28
-
29
- export type EventVendorCriteriaAvgAggregateOutputType = {
30
- id: number | null
31
- event_id: number | null
32
- event_vendor_id: number | null
33
- event_criteria_id: number | null
34
- raw_score: runtime.Decimal | null
35
- raw_price: runtime.Decimal | null
36
- normalized_score: runtime.Decimal | null
37
- weighted_contribution: runtime.Decimal | null
38
- scored_by: number | null
39
- created_by: number | null
40
- updated_by: number | null
41
- deleted_by: number | null
42
- }
43
-
44
- export type EventVendorCriteriaSumAggregateOutputType = {
45
- id: number | null
46
- event_id: number | null
47
- event_vendor_id: number | null
48
- event_criteria_id: number | null
49
- raw_score: runtime.Decimal | null
50
- raw_price: runtime.Decimal | null
51
- normalized_score: runtime.Decimal | null
52
- weighted_contribution: runtime.Decimal | null
53
- scored_by: number | null
54
- created_by: number | null
55
- updated_by: number | null
56
- deleted_by: number | null
57
- }
58
-
59
- export type EventVendorCriteriaMinAggregateOutputType = {
60
- id: number | null
61
- uuid: string | null
62
- event_id: number | null
63
- event_vendor_id: number | null
64
- event_criteria_id: number | null
65
- raw_score: runtime.Decimal | null
66
- raw_price: runtime.Decimal | null
67
- normalized_score: runtime.Decimal | null
68
- weighted_contribution: runtime.Decimal | null
69
- notes: string | null
70
- scored_at: Date | null
71
- scored_by: number | 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 EventVendorCriteriaMaxAggregateOutputType = {
82
- id: number | null
83
- uuid: string | null
84
- event_id: number | null
85
- event_vendor_id: number | null
86
- event_criteria_id: number | null
87
- raw_score: runtime.Decimal | null
88
- raw_price: runtime.Decimal | null
89
- normalized_score: runtime.Decimal | null
90
- weighted_contribution: runtime.Decimal | null
91
- notes: string | null
92
- scored_at: Date | null
93
- scored_by: number | null
94
- created_at: Date | null
95
- created_by: number | null
96
- updated_at: Date | null
97
- updated_by: number | null
98
- is_deleted: boolean | null
99
- deleted_at: Date | null
100
- deleted_by: number | null
101
- }
102
-
103
- export type EventVendorCriteriaCountAggregateOutputType = {
104
- id: number
105
- uuid: number
106
- event_id: number
107
- event_vendor_id: number
108
- event_criteria_id: number
109
- raw_score: number
110
- raw_price: number
111
- normalized_score: number
112
- weighted_contribution: number
113
- notes: number
114
- scored_at: number
115
- scored_by: number
116
- created_at: number
117
- created_by: number
118
- updated_at: number
119
- updated_by: number
120
- is_deleted: number
121
- deleted_at: number
122
- deleted_by: number
123
- _all: number
124
- }
125
-
126
-
127
- export type EventVendorCriteriaAvgAggregateInputType = {
128
- id?: true
129
- event_id?: true
130
- event_vendor_id?: true
131
- event_criteria_id?: true
132
- raw_score?: true
133
- raw_price?: true
134
- normalized_score?: true
135
- weighted_contribution?: true
136
- scored_by?: true
137
- created_by?: true
138
- updated_by?: true
139
- deleted_by?: true
140
- }
141
-
142
- export type EventVendorCriteriaSumAggregateInputType = {
143
- id?: true
144
- event_id?: true
145
- event_vendor_id?: true
146
- event_criteria_id?: true
147
- raw_score?: true
148
- raw_price?: true
149
- normalized_score?: true
150
- weighted_contribution?: true
151
- scored_by?: true
152
- created_by?: true
153
- updated_by?: true
154
- deleted_by?: true
155
- }
156
-
157
- export type EventVendorCriteriaMinAggregateInputType = {
158
- id?: true
159
- uuid?: true
160
- event_id?: true
161
- event_vendor_id?: true
162
- event_criteria_id?: true
163
- raw_score?: true
164
- raw_price?: true
165
- normalized_score?: true
166
- weighted_contribution?: true
167
- notes?: true
168
- scored_at?: true
169
- scored_by?: true
170
- created_at?: true
171
- created_by?: true
172
- updated_at?: true
173
- updated_by?: true
174
- is_deleted?: true
175
- deleted_at?: true
176
- deleted_by?: true
177
- }
178
-
179
- export type EventVendorCriteriaMaxAggregateInputType = {
180
- id?: true
181
- uuid?: true
182
- event_id?: true
183
- event_vendor_id?: true
184
- event_criteria_id?: true
185
- raw_score?: true
186
- raw_price?: true
187
- normalized_score?: true
188
- weighted_contribution?: true
189
- notes?: true
190
- scored_at?: true
191
- scored_by?: true
192
- created_at?: true
193
- created_by?: true
194
- updated_at?: true
195
- updated_by?: true
196
- is_deleted?: true
197
- deleted_at?: true
198
- deleted_by?: true
199
- }
200
-
201
- export type EventVendorCriteriaCountAggregateInputType = {
202
- id?: true
203
- uuid?: true
204
- event_id?: true
205
- event_vendor_id?: true
206
- event_criteria_id?: true
207
- raw_score?: true
208
- raw_price?: true
209
- normalized_score?: true
210
- weighted_contribution?: true
211
- notes?: true
212
- scored_at?: true
213
- scored_by?: true
214
- created_at?: true
215
- created_by?: true
216
- updated_at?: true
217
- updated_by?: true
218
- is_deleted?: true
219
- deleted_at?: true
220
- deleted_by?: true
221
- _all?: true
222
- }
223
-
224
- export type EventVendorCriteriaAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
225
- /**
226
- * Filter which EventVendorCriteria to aggregate.
227
- */
228
- where?: Prisma.EventVendorCriteriaWhereInput
229
- /**
230
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
231
- *
232
- * Determine the order of EventVendorCriteria to fetch.
233
- */
234
- orderBy?: Prisma.EventVendorCriteriaOrderByWithRelationInput | Prisma.EventVendorCriteriaOrderByWithRelationInput[]
235
- /**
236
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
237
- *
238
- * Sets the start position
239
- */
240
- cursor?: Prisma.EventVendorCriteriaWhereUniqueInput
241
- /**
242
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
243
- *
244
- * Take `±n` EventVendorCriteria from the position of the cursor.
245
- */
246
- take?: number
247
- /**
248
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
249
- *
250
- * Skip the first `n` EventVendorCriteria.
251
- */
252
- skip?: number
253
- /**
254
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
255
- *
256
- * Count returned EventVendorCriteria
257
- **/
258
- _count?: true | EventVendorCriteriaCountAggregateInputType
259
- /**
260
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
261
- *
262
- * Select which fields to average
263
- **/
264
- _avg?: EventVendorCriteriaAvgAggregateInputType
265
- /**
266
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
267
- *
268
- * Select which fields to sum
269
- **/
270
- _sum?: EventVendorCriteriaSumAggregateInputType
271
- /**
272
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
273
- *
274
- * Select which fields to find the minimum value
275
- **/
276
- _min?: EventVendorCriteriaMinAggregateInputType
277
- /**
278
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
279
- *
280
- * Select which fields to find the maximum value
281
- **/
282
- _max?: EventVendorCriteriaMaxAggregateInputType
283
- }
284
-
285
- export type GetEventVendorCriteriaAggregateType<T extends EventVendorCriteriaAggregateArgs> = {
286
- [P in keyof T & keyof AggregateEventVendorCriteria]: P extends '_count' | 'count'
287
- ? T[P] extends true
288
- ? number
289
- : Prisma.GetScalarType<T[P], AggregateEventVendorCriteria[P]>
290
- : Prisma.GetScalarType<T[P], AggregateEventVendorCriteria[P]>
291
- }
292
-
293
-
294
-
295
-
296
- export type EventVendorCriteriaGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
297
- where?: Prisma.EventVendorCriteriaWhereInput
298
- orderBy?: Prisma.EventVendorCriteriaOrderByWithAggregationInput | Prisma.EventVendorCriteriaOrderByWithAggregationInput[]
299
- by: Prisma.EventVendorCriteriaScalarFieldEnum[] | Prisma.EventVendorCriteriaScalarFieldEnum
300
- having?: Prisma.EventVendorCriteriaScalarWhereWithAggregatesInput
301
- take?: number
302
- skip?: number
303
- _count?: EventVendorCriteriaCountAggregateInputType | true
304
- _avg?: EventVendorCriteriaAvgAggregateInputType
305
- _sum?: EventVendorCriteriaSumAggregateInputType
306
- _min?: EventVendorCriteriaMinAggregateInputType
307
- _max?: EventVendorCriteriaMaxAggregateInputType
308
- }
309
-
310
- export type EventVendorCriteriaGroupByOutputType = {
311
- id: number
312
- uuid: string | null
313
- event_id: number | null
314
- event_vendor_id: number | null
315
- event_criteria_id: number | null
316
- raw_score: runtime.Decimal | null
317
- raw_price: runtime.Decimal | null
318
- normalized_score: runtime.Decimal | null
319
- weighted_contribution: runtime.Decimal | null
320
- notes: string | null
321
- scored_at: Date | null
322
- scored_by: number | null
323
- created_at: Date
324
- created_by: number | null
325
- updated_at: Date | null
326
- updated_by: number | null
327
- is_deleted: boolean
328
- deleted_at: Date | null
329
- deleted_by: number | null
330
- _count: EventVendorCriteriaCountAggregateOutputType | null
331
- _avg: EventVendorCriteriaAvgAggregateOutputType | null
332
- _sum: EventVendorCriteriaSumAggregateOutputType | null
333
- _min: EventVendorCriteriaMinAggregateOutputType | null
334
- _max: EventVendorCriteriaMaxAggregateOutputType | null
335
- }
336
-
337
- export type GetEventVendorCriteriaGroupByPayload<T extends EventVendorCriteriaGroupByArgs> = Prisma.PrismaPromise<
338
- Array<
339
- Prisma.PickEnumerable<EventVendorCriteriaGroupByOutputType, T['by']> &
340
- {
341
- [P in ((keyof T) & (keyof EventVendorCriteriaGroupByOutputType))]: P extends '_count'
342
- ? T[P] extends boolean
343
- ? number
344
- : Prisma.GetScalarType<T[P], EventVendorCriteriaGroupByOutputType[P]>
345
- : Prisma.GetScalarType<T[P], EventVendorCriteriaGroupByOutputType[P]>
346
- }
347
- >
348
- >
349
-
350
-
351
-
352
- export type EventVendorCriteriaWhereInput = {
353
- AND?: Prisma.EventVendorCriteriaWhereInput | Prisma.EventVendorCriteriaWhereInput[]
354
- OR?: Prisma.EventVendorCriteriaWhereInput[]
355
- NOT?: Prisma.EventVendorCriteriaWhereInput | Prisma.EventVendorCriteriaWhereInput[]
356
- id?: Prisma.IntFilter<"EventVendorCriteria"> | number
357
- uuid?: Prisma.StringNullableFilter<"EventVendorCriteria"> | string | null
358
- event_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
359
- event_vendor_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
360
- event_criteria_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
361
- raw_score?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
362
- raw_price?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
363
- normalized_score?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
364
- weighted_contribution?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
365
- notes?: Prisma.StringNullableFilter<"EventVendorCriteria"> | string | null
366
- scored_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
367
- scored_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
368
- created_at?: Prisma.DateTimeFilter<"EventVendorCriteria"> | Date | string
369
- created_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
370
- updated_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
371
- updated_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
372
- is_deleted?: Prisma.BoolFilter<"EventVendorCriteria"> | boolean
373
- deleted_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
374
- deleted_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
375
- event_vendor?: Prisma.XOR<Prisma.EventVendorsNullableScalarRelationFilter, Prisma.EventVendorsWhereInput> | null
376
- event_criteria?: Prisma.XOR<Prisma.EventCriteriaNullableScalarRelationFilter, Prisma.EventCriteriaWhereInput> | null
377
- }
378
-
379
- export type EventVendorCriteriaOrderByWithRelationInput = {
380
- id?: Prisma.SortOrder
381
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
382
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
383
- event_vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
384
- event_criteria_id?: Prisma.SortOrderInput | Prisma.SortOrder
385
- raw_score?: Prisma.SortOrderInput | Prisma.SortOrder
386
- raw_price?: Prisma.SortOrderInput | Prisma.SortOrder
387
- normalized_score?: Prisma.SortOrderInput | Prisma.SortOrder
388
- weighted_contribution?: Prisma.SortOrderInput | Prisma.SortOrder
389
- notes?: Prisma.SortOrderInput | Prisma.SortOrder
390
- scored_at?: Prisma.SortOrderInput | Prisma.SortOrder
391
- scored_by?: Prisma.SortOrderInput | Prisma.SortOrder
392
- created_at?: Prisma.SortOrder
393
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
394
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
395
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
396
- is_deleted?: Prisma.SortOrder
397
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
398
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
399
- event_vendor?: Prisma.EventVendorsOrderByWithRelationInput
400
- event_criteria?: Prisma.EventCriteriaOrderByWithRelationInput
401
- }
402
-
403
- export type EventVendorCriteriaWhereUniqueInput = Prisma.AtLeast<{
404
- id?: number
405
- uuid?: string
406
- unique_vendor_criteria?: Prisma.EventVendorCriteriaUnique_vendor_criteriaCompoundUniqueInput
407
- AND?: Prisma.EventVendorCriteriaWhereInput | Prisma.EventVendorCriteriaWhereInput[]
408
- OR?: Prisma.EventVendorCriteriaWhereInput[]
409
- NOT?: Prisma.EventVendorCriteriaWhereInput | Prisma.EventVendorCriteriaWhereInput[]
410
- event_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
411
- event_vendor_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
412
- event_criteria_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
413
- raw_score?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
414
- raw_price?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
415
- normalized_score?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
416
- weighted_contribution?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
417
- notes?: Prisma.StringNullableFilter<"EventVendorCriteria"> | string | null
418
- scored_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
419
- scored_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
420
- created_at?: Prisma.DateTimeFilter<"EventVendorCriteria"> | Date | string
421
- created_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
422
- updated_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
423
- updated_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
424
- is_deleted?: Prisma.BoolFilter<"EventVendorCriteria"> | boolean
425
- deleted_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
426
- deleted_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
427
- event_vendor?: Prisma.XOR<Prisma.EventVendorsNullableScalarRelationFilter, Prisma.EventVendorsWhereInput> | null
428
- event_criteria?: Prisma.XOR<Prisma.EventCriteriaNullableScalarRelationFilter, Prisma.EventCriteriaWhereInput> | null
429
- }, "id" | "uuid" | "unique_vendor_criteria">
430
-
431
- export type EventVendorCriteriaOrderByWithAggregationInput = {
432
- id?: Prisma.SortOrder
433
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
434
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
435
- event_vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
436
- event_criteria_id?: Prisma.SortOrderInput | Prisma.SortOrder
437
- raw_score?: Prisma.SortOrderInput | Prisma.SortOrder
438
- raw_price?: Prisma.SortOrderInput | Prisma.SortOrder
439
- normalized_score?: Prisma.SortOrderInput | Prisma.SortOrder
440
- weighted_contribution?: Prisma.SortOrderInput | Prisma.SortOrder
441
- notes?: Prisma.SortOrderInput | Prisma.SortOrder
442
- scored_at?: Prisma.SortOrderInput | Prisma.SortOrder
443
- scored_by?: Prisma.SortOrderInput | Prisma.SortOrder
444
- created_at?: Prisma.SortOrder
445
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
446
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
447
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
448
- is_deleted?: Prisma.SortOrder
449
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
450
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
451
- _count?: Prisma.EventVendorCriteriaCountOrderByAggregateInput
452
- _avg?: Prisma.EventVendorCriteriaAvgOrderByAggregateInput
453
- _max?: Prisma.EventVendorCriteriaMaxOrderByAggregateInput
454
- _min?: Prisma.EventVendorCriteriaMinOrderByAggregateInput
455
- _sum?: Prisma.EventVendorCriteriaSumOrderByAggregateInput
456
- }
457
-
458
- export type EventVendorCriteriaScalarWhereWithAggregatesInput = {
459
- AND?: Prisma.EventVendorCriteriaScalarWhereWithAggregatesInput | Prisma.EventVendorCriteriaScalarWhereWithAggregatesInput[]
460
- OR?: Prisma.EventVendorCriteriaScalarWhereWithAggregatesInput[]
461
- NOT?: Prisma.EventVendorCriteriaScalarWhereWithAggregatesInput | Prisma.EventVendorCriteriaScalarWhereWithAggregatesInput[]
462
- id?: Prisma.IntWithAggregatesFilter<"EventVendorCriteria"> | number
463
- uuid?: Prisma.StringNullableWithAggregatesFilter<"EventVendorCriteria"> | string | null
464
- event_id?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
465
- event_vendor_id?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
466
- event_criteria_id?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
467
- raw_score?: Prisma.DecimalNullableWithAggregatesFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
468
- raw_price?: Prisma.DecimalNullableWithAggregatesFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
469
- normalized_score?: Prisma.DecimalNullableWithAggregatesFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
470
- weighted_contribution?: Prisma.DecimalNullableWithAggregatesFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
471
- notes?: Prisma.StringNullableWithAggregatesFilter<"EventVendorCriteria"> | string | null
472
- scored_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventVendorCriteria"> | Date | string | null
473
- scored_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
474
- created_at?: Prisma.DateTimeWithAggregatesFilter<"EventVendorCriteria"> | Date | string
475
- created_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
476
- updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventVendorCriteria"> | Date | string | null
477
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
478
- is_deleted?: Prisma.BoolWithAggregatesFilter<"EventVendorCriteria"> | boolean
479
- deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventVendorCriteria"> | Date | string | null
480
- deleted_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendorCriteria"> | number | null
481
- }
482
-
483
- export type EventVendorCriteriaCreateInput = {
484
- uuid?: string | null
485
- event_id?: number | null
486
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
487
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
488
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
489
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
490
- notes?: string | null
491
- scored_at?: Date | string | null
492
- scored_by?: number | null
493
- created_at?: Date | string
494
- created_by?: number | null
495
- updated_at?: Date | string | null
496
- updated_by?: number | null
497
- is_deleted?: boolean
498
- deleted_at?: Date | string | null
499
- deleted_by?: number | null
500
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutEvent_vendor_criteriaInput
501
- event_criteria?: Prisma.EventCriteriaCreateNestedOneWithoutEvent_vendor_criteriaInput
502
- }
503
-
504
- export type EventVendorCriteriaUncheckedCreateInput = {
505
- id?: number
506
- uuid?: string | null
507
- event_id?: number | null
508
- event_vendor_id?: number | null
509
- event_criteria_id?: number | null
510
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
511
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
512
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
513
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
514
- notes?: string | null
515
- scored_at?: Date | string | null
516
- scored_by?: number | null
517
- created_at?: Date | string
518
- created_by?: number | null
519
- updated_at?: Date | string | null
520
- updated_by?: number | null
521
- is_deleted?: boolean
522
- deleted_at?: Date | string | null
523
- deleted_by?: number | null
524
- }
525
-
526
- export type EventVendorCriteriaUpdateInput = {
527
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
528
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
529
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
530
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
531
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
532
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
533
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
534
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
535
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
536
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
537
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
538
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
539
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
540
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
541
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
542
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
543
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutEvent_vendor_criteriaNestedInput
544
- event_criteria?: Prisma.EventCriteriaUpdateOneWithoutEvent_vendor_criteriaNestedInput
545
- }
546
-
547
- export type EventVendorCriteriaUncheckedUpdateInput = {
548
- id?: Prisma.IntFieldUpdateOperationsInput | number
549
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
550
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
551
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
552
- event_criteria_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
553
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
554
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
555
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
556
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
557
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
558
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
559
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
560
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
561
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
562
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
563
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
564
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
565
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
566
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
567
- }
568
-
569
- export type EventVendorCriteriaCreateManyInput = {
570
- id?: number
571
- uuid?: string | null
572
- event_id?: number | null
573
- event_vendor_id?: number | null
574
- event_criteria_id?: number | null
575
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
576
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
577
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
578
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
579
- notes?: string | null
580
- scored_at?: Date | string | null
581
- scored_by?: number | null
582
- created_at?: Date | string
583
- created_by?: number | null
584
- updated_at?: Date | string | null
585
- updated_by?: number | null
586
- is_deleted?: boolean
587
- deleted_at?: Date | string | null
588
- deleted_by?: number | null
589
- }
590
-
591
- export type EventVendorCriteriaUpdateManyMutationInput = {
592
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
593
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
594
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
595
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
596
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
597
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
598
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
599
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
600
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
601
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
602
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
603
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
604
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
605
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
606
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
607
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
608
- }
609
-
610
- export type EventVendorCriteriaUncheckedUpdateManyInput = {
611
- id?: Prisma.IntFieldUpdateOperationsInput | number
612
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
613
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
614
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
615
- event_criteria_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
616
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
617
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
618
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
619
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
620
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
621
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
622
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
623
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
624
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
625
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
626
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
627
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
628
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
629
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
630
- }
631
-
632
- export type EventVendorCriteriaListRelationFilter = {
633
- every?: Prisma.EventVendorCriteriaWhereInput
634
- some?: Prisma.EventVendorCriteriaWhereInput
635
- none?: Prisma.EventVendorCriteriaWhereInput
636
- }
637
-
638
- export type EventVendorCriteriaOrderByRelationAggregateInput = {
639
- _count?: Prisma.SortOrder
640
- }
641
-
642
- export type EventVendorCriteriaUnique_vendor_criteriaCompoundUniqueInput = {
643
- event_vendor_id: number
644
- event_criteria_id: number
645
- }
646
-
647
- export type EventVendorCriteriaCountOrderByAggregateInput = {
648
- id?: Prisma.SortOrder
649
- uuid?: Prisma.SortOrder
650
- event_id?: Prisma.SortOrder
651
- event_vendor_id?: Prisma.SortOrder
652
- event_criteria_id?: Prisma.SortOrder
653
- raw_score?: Prisma.SortOrder
654
- raw_price?: Prisma.SortOrder
655
- normalized_score?: Prisma.SortOrder
656
- weighted_contribution?: Prisma.SortOrder
657
- notes?: Prisma.SortOrder
658
- scored_at?: Prisma.SortOrder
659
- scored_by?: Prisma.SortOrder
660
- created_at?: Prisma.SortOrder
661
- created_by?: Prisma.SortOrder
662
- updated_at?: Prisma.SortOrder
663
- updated_by?: Prisma.SortOrder
664
- is_deleted?: Prisma.SortOrder
665
- deleted_at?: Prisma.SortOrder
666
- deleted_by?: Prisma.SortOrder
667
- }
668
-
669
- export type EventVendorCriteriaAvgOrderByAggregateInput = {
670
- id?: Prisma.SortOrder
671
- event_id?: Prisma.SortOrder
672
- event_vendor_id?: Prisma.SortOrder
673
- event_criteria_id?: Prisma.SortOrder
674
- raw_score?: Prisma.SortOrder
675
- raw_price?: Prisma.SortOrder
676
- normalized_score?: Prisma.SortOrder
677
- weighted_contribution?: Prisma.SortOrder
678
- scored_by?: Prisma.SortOrder
679
- created_by?: Prisma.SortOrder
680
- updated_by?: Prisma.SortOrder
681
- deleted_by?: Prisma.SortOrder
682
- }
683
-
684
- export type EventVendorCriteriaMaxOrderByAggregateInput = {
685
- id?: Prisma.SortOrder
686
- uuid?: Prisma.SortOrder
687
- event_id?: Prisma.SortOrder
688
- event_vendor_id?: Prisma.SortOrder
689
- event_criteria_id?: Prisma.SortOrder
690
- raw_score?: Prisma.SortOrder
691
- raw_price?: Prisma.SortOrder
692
- normalized_score?: Prisma.SortOrder
693
- weighted_contribution?: Prisma.SortOrder
694
- notes?: Prisma.SortOrder
695
- scored_at?: Prisma.SortOrder
696
- scored_by?: Prisma.SortOrder
697
- created_at?: Prisma.SortOrder
698
- created_by?: Prisma.SortOrder
699
- updated_at?: Prisma.SortOrder
700
- updated_by?: Prisma.SortOrder
701
- is_deleted?: Prisma.SortOrder
702
- deleted_at?: Prisma.SortOrder
703
- deleted_by?: Prisma.SortOrder
704
- }
705
-
706
- export type EventVendorCriteriaMinOrderByAggregateInput = {
707
- id?: Prisma.SortOrder
708
- uuid?: Prisma.SortOrder
709
- event_id?: Prisma.SortOrder
710
- event_vendor_id?: Prisma.SortOrder
711
- event_criteria_id?: Prisma.SortOrder
712
- raw_score?: Prisma.SortOrder
713
- raw_price?: Prisma.SortOrder
714
- normalized_score?: Prisma.SortOrder
715
- weighted_contribution?: Prisma.SortOrder
716
- notes?: Prisma.SortOrder
717
- scored_at?: Prisma.SortOrder
718
- scored_by?: Prisma.SortOrder
719
- created_at?: Prisma.SortOrder
720
- created_by?: Prisma.SortOrder
721
- updated_at?: Prisma.SortOrder
722
- updated_by?: Prisma.SortOrder
723
- is_deleted?: Prisma.SortOrder
724
- deleted_at?: Prisma.SortOrder
725
- deleted_by?: Prisma.SortOrder
726
- }
727
-
728
- export type EventVendorCriteriaSumOrderByAggregateInput = {
729
- id?: Prisma.SortOrder
730
- event_id?: Prisma.SortOrder
731
- event_vendor_id?: Prisma.SortOrder
732
- event_criteria_id?: Prisma.SortOrder
733
- raw_score?: Prisma.SortOrder
734
- raw_price?: Prisma.SortOrder
735
- normalized_score?: Prisma.SortOrder
736
- weighted_contribution?: Prisma.SortOrder
737
- scored_by?: Prisma.SortOrder
738
- created_by?: Prisma.SortOrder
739
- updated_by?: Prisma.SortOrder
740
- deleted_by?: Prisma.SortOrder
741
- }
742
-
743
- export type EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput = {
744
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput[]
745
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput[]
746
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_vendorInputEnvelope
747
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
748
- }
749
-
750
- export type EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput = {
751
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput[]
752
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput[]
753
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_vendorInputEnvelope
754
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
755
- }
756
-
757
- export type EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput = {
758
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput[]
759
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput[]
760
- upsert?: Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_vendorInput[]
761
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_vendorInputEnvelope
762
- set?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
763
- disconnect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
764
- delete?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
765
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
766
- update?: Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_vendorInput[]
767
- updateMany?: Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_vendorInput | Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_vendorInput[]
768
- deleteMany?: Prisma.EventVendorCriteriaScalarWhereInput | Prisma.EventVendorCriteriaScalarWhereInput[]
769
- }
770
-
771
- export type EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput = {
772
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput[]
773
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput[]
774
- upsert?: Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_vendorInput[]
775
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_vendorInputEnvelope
776
- set?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
777
- disconnect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
778
- delete?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
779
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
780
- update?: Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_vendorInput[]
781
- updateMany?: Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_vendorInput | Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_vendorInput[]
782
- deleteMany?: Prisma.EventVendorCriteriaScalarWhereInput | Prisma.EventVendorCriteriaScalarWhereInput[]
783
- }
784
-
785
- export type EventVendorCriteriaCreateNestedManyWithoutEvent_criteriaInput = {
786
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput[]
787
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput[]
788
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_criteriaInputEnvelope
789
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
790
- }
791
-
792
- export type EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_criteriaInput = {
793
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput[]
794
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput[]
795
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_criteriaInputEnvelope
796
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
797
- }
798
-
799
- export type EventVendorCriteriaUpdateManyWithoutEvent_criteriaNestedInput = {
800
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput[]
801
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput[]
802
- upsert?: Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_criteriaInput[]
803
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_criteriaInputEnvelope
804
- set?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
805
- disconnect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
806
- delete?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
807
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
808
- update?: Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_criteriaInput[]
809
- updateMany?: Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_criteriaInput[]
810
- deleteMany?: Prisma.EventVendorCriteriaScalarWhereInput | Prisma.EventVendorCriteriaScalarWhereInput[]
811
- }
812
-
813
- export type EventVendorCriteriaUncheckedUpdateManyWithoutEvent_criteriaNestedInput = {
814
- create?: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput> | Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput[] | Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput[]
815
- connectOrCreate?: Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput[]
816
- upsert?: Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_criteriaInput[]
817
- createMany?: Prisma.EventVendorCriteriaCreateManyEvent_criteriaInputEnvelope
818
- set?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
819
- disconnect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
820
- delete?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
821
- connect?: Prisma.EventVendorCriteriaWhereUniqueInput | Prisma.EventVendorCriteriaWhereUniqueInput[]
822
- update?: Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_criteriaInput[]
823
- updateMany?: Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_criteriaInput | Prisma.EventVendorCriteriaUpdateManyWithWhereWithoutEvent_criteriaInput[]
824
- deleteMany?: Prisma.EventVendorCriteriaScalarWhereInput | Prisma.EventVendorCriteriaScalarWhereInput[]
825
- }
826
-
827
- export type EventVendorCriteriaCreateWithoutEvent_vendorInput = {
828
- uuid?: string | null
829
- event_id?: number | null
830
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
831
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
832
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
833
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
834
- notes?: string | null
835
- scored_at?: Date | string | null
836
- scored_by?: number | null
837
- created_at?: Date | string
838
- created_by?: number | null
839
- updated_at?: Date | string | null
840
- updated_by?: number | null
841
- is_deleted?: boolean
842
- deleted_at?: Date | string | null
843
- deleted_by?: number | null
844
- event_criteria?: Prisma.EventCriteriaCreateNestedOneWithoutEvent_vendor_criteriaInput
845
- }
846
-
847
- export type EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput = {
848
- id?: number
849
- uuid?: string | null
850
- event_id?: number | null
851
- event_criteria_id?: number | null
852
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
853
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
854
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
855
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
856
- notes?: string | null
857
- scored_at?: Date | string | null
858
- scored_by?: number | null
859
- created_at?: Date | string
860
- created_by?: number | null
861
- updated_at?: Date | string | null
862
- updated_by?: number | null
863
- is_deleted?: boolean
864
- deleted_at?: Date | string | null
865
- deleted_by?: number | null
866
- }
867
-
868
- export type EventVendorCriteriaCreateOrConnectWithoutEvent_vendorInput = {
869
- where: Prisma.EventVendorCriteriaWhereUniqueInput
870
- create: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput>
871
- }
872
-
873
- export type EventVendorCriteriaCreateManyEvent_vendorInputEnvelope = {
874
- data: Prisma.EventVendorCriteriaCreateManyEvent_vendorInput | Prisma.EventVendorCriteriaCreateManyEvent_vendorInput[]
875
- skipDuplicates?: boolean
876
- }
877
-
878
- export type EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_vendorInput = {
879
- where: Prisma.EventVendorCriteriaWhereUniqueInput
880
- update: Prisma.XOR<Prisma.EventVendorCriteriaUpdateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedUpdateWithoutEvent_vendorInput>
881
- create: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_vendorInput>
882
- }
883
-
884
- export type EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_vendorInput = {
885
- where: Prisma.EventVendorCriteriaWhereUniqueInput
886
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateWithoutEvent_vendorInput, Prisma.EventVendorCriteriaUncheckedUpdateWithoutEvent_vendorInput>
887
- }
888
-
889
- export type EventVendorCriteriaUpdateManyWithWhereWithoutEvent_vendorInput = {
890
- where: Prisma.EventVendorCriteriaScalarWhereInput
891
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateManyMutationInput, Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorInput>
892
- }
893
-
894
- export type EventVendorCriteriaScalarWhereInput = {
895
- AND?: Prisma.EventVendorCriteriaScalarWhereInput | Prisma.EventVendorCriteriaScalarWhereInput[]
896
- OR?: Prisma.EventVendorCriteriaScalarWhereInput[]
897
- NOT?: Prisma.EventVendorCriteriaScalarWhereInput | Prisma.EventVendorCriteriaScalarWhereInput[]
898
- id?: Prisma.IntFilter<"EventVendorCriteria"> | number
899
- uuid?: Prisma.StringNullableFilter<"EventVendorCriteria"> | string | null
900
- event_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
901
- event_vendor_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
902
- event_criteria_id?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
903
- raw_score?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
904
- raw_price?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
905
- normalized_score?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
906
- weighted_contribution?: Prisma.DecimalNullableFilter<"EventVendorCriteria"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
907
- notes?: Prisma.StringNullableFilter<"EventVendorCriteria"> | string | null
908
- scored_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
909
- scored_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
910
- created_at?: Prisma.DateTimeFilter<"EventVendorCriteria"> | Date | string
911
- created_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
912
- updated_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
913
- updated_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
914
- is_deleted?: Prisma.BoolFilter<"EventVendorCriteria"> | boolean
915
- deleted_at?: Prisma.DateTimeNullableFilter<"EventVendorCriteria"> | Date | string | null
916
- deleted_by?: Prisma.IntNullableFilter<"EventVendorCriteria"> | number | null
917
- }
918
-
919
- export type EventVendorCriteriaCreateWithoutEvent_criteriaInput = {
920
- uuid?: string | null
921
- event_id?: number | null
922
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
923
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
924
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
925
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
926
- notes?: string | null
927
- scored_at?: Date | string | null
928
- scored_by?: number | null
929
- created_at?: Date | string
930
- created_by?: number | null
931
- updated_at?: Date | string | null
932
- updated_by?: number | null
933
- is_deleted?: boolean
934
- deleted_at?: Date | string | null
935
- deleted_by?: number | null
936
- event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutEvent_vendor_criteriaInput
937
- }
938
-
939
- export type EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput = {
940
- id?: number
941
- uuid?: string | null
942
- event_id?: number | null
943
- event_vendor_id?: number | null
944
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
945
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
946
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
947
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
948
- notes?: string | null
949
- scored_at?: Date | string | null
950
- scored_by?: number | null
951
- created_at?: Date | string
952
- created_by?: number | null
953
- updated_at?: Date | string | null
954
- updated_by?: number | null
955
- is_deleted?: boolean
956
- deleted_at?: Date | string | null
957
- deleted_by?: number | null
958
- }
959
-
960
- export type EventVendorCriteriaCreateOrConnectWithoutEvent_criteriaInput = {
961
- where: Prisma.EventVendorCriteriaWhereUniqueInput
962
- create: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput>
963
- }
964
-
965
- export type EventVendorCriteriaCreateManyEvent_criteriaInputEnvelope = {
966
- data: Prisma.EventVendorCriteriaCreateManyEvent_criteriaInput | Prisma.EventVendorCriteriaCreateManyEvent_criteriaInput[]
967
- skipDuplicates?: boolean
968
- }
969
-
970
- export type EventVendorCriteriaUpsertWithWhereUniqueWithoutEvent_criteriaInput = {
971
- where: Prisma.EventVendorCriteriaWhereUniqueInput
972
- update: Prisma.XOR<Prisma.EventVendorCriteriaUpdateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedUpdateWithoutEvent_criteriaInput>
973
- create: Prisma.XOR<Prisma.EventVendorCriteriaCreateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedCreateWithoutEvent_criteriaInput>
974
- }
975
-
976
- export type EventVendorCriteriaUpdateWithWhereUniqueWithoutEvent_criteriaInput = {
977
- where: Prisma.EventVendorCriteriaWhereUniqueInput
978
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateWithoutEvent_criteriaInput, Prisma.EventVendorCriteriaUncheckedUpdateWithoutEvent_criteriaInput>
979
- }
980
-
981
- export type EventVendorCriteriaUpdateManyWithWhereWithoutEvent_criteriaInput = {
982
- where: Prisma.EventVendorCriteriaScalarWhereInput
983
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateManyMutationInput, Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_criteriaInput>
984
- }
985
-
986
- export type EventVendorCriteriaCreateManyEvent_vendorInput = {
987
- id?: number
988
- uuid?: string | null
989
- event_id?: number | null
990
- event_criteria_id?: number | null
991
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
992
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
993
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
994
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
995
- notes?: string | null
996
- scored_at?: Date | string | null
997
- scored_by?: number | null
998
- created_at?: Date | string
999
- created_by?: number | null
1000
- updated_at?: Date | string | null
1001
- updated_by?: number | null
1002
- is_deleted?: boolean
1003
- deleted_at?: Date | string | null
1004
- deleted_by?: number | null
1005
- }
1006
-
1007
- export type EventVendorCriteriaUpdateWithoutEvent_vendorInput = {
1008
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1009
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1010
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1011
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1012
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1013
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1014
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1015
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1016
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1017
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1018
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1019
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1020
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1021
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1022
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1023
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1024
- event_criteria?: Prisma.EventCriteriaUpdateOneWithoutEvent_vendor_criteriaNestedInput
1025
- }
1026
-
1027
- export type EventVendorCriteriaUncheckedUpdateWithoutEvent_vendorInput = {
1028
- id?: Prisma.IntFieldUpdateOperationsInput | number
1029
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1030
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1031
- event_criteria_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1032
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1033
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1034
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1035
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1036
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1037
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1038
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1039
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1040
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1041
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1042
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1043
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1044
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1045
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1046
- }
1047
-
1048
- export type EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorInput = {
1049
- id?: Prisma.IntFieldUpdateOperationsInput | number
1050
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1051
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1052
- event_criteria_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1053
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1054
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1055
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1056
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1057
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1058
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1059
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1060
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1061
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1062
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1063
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1064
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1065
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1066
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1067
- }
1068
-
1069
- export type EventVendorCriteriaCreateManyEvent_criteriaInput = {
1070
- id?: number
1071
- uuid?: string | null
1072
- event_id?: number | null
1073
- event_vendor_id?: number | null
1074
- raw_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1075
- raw_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1076
- normalized_score?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1077
- weighted_contribution?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
1078
- notes?: string | null
1079
- scored_at?: Date | string | null
1080
- scored_by?: number | null
1081
- created_at?: Date | string
1082
- created_by?: number | null
1083
- updated_at?: Date | string | null
1084
- updated_by?: number | null
1085
- is_deleted?: boolean
1086
- deleted_at?: Date | string | null
1087
- deleted_by?: number | null
1088
- }
1089
-
1090
- export type EventVendorCriteriaUpdateWithoutEvent_criteriaInput = {
1091
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1092
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1093
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1094
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1095
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1096
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1097
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1098
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1099
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1100
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1101
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1102
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1103
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1104
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1105
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1106
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1107
- event_vendor?: Prisma.EventVendorsUpdateOneWithoutEvent_vendor_criteriaNestedInput
1108
- }
1109
-
1110
- export type EventVendorCriteriaUncheckedUpdateWithoutEvent_criteriaInput = {
1111
- id?: Prisma.IntFieldUpdateOperationsInput | number
1112
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1113
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1114
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1115
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1116
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1117
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1118
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1119
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1120
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1121
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1122
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1123
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1124
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1125
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1126
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1127
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1128
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1129
- }
1130
-
1131
- export type EventVendorCriteriaUncheckedUpdateManyWithoutEvent_criteriaInput = {
1132
- id?: Prisma.IntFieldUpdateOperationsInput | number
1133
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1134
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1135
- event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1136
- raw_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1137
- raw_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1138
- normalized_score?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1139
- weighted_contribution?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
1140
- notes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
1141
- scored_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1142
- scored_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1143
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
1144
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1145
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1146
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1147
- is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
1148
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
1149
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
1150
- }
1151
-
1152
-
1153
-
1154
- export type EventVendorCriteriaSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1155
- id?: boolean
1156
- uuid?: boolean
1157
- event_id?: boolean
1158
- event_vendor_id?: boolean
1159
- event_criteria_id?: boolean
1160
- raw_score?: boolean
1161
- raw_price?: boolean
1162
- normalized_score?: boolean
1163
- weighted_contribution?: boolean
1164
- notes?: boolean
1165
- scored_at?: boolean
1166
- scored_by?: boolean
1167
- created_at?: boolean
1168
- created_by?: boolean
1169
- updated_at?: boolean
1170
- updated_by?: boolean
1171
- is_deleted?: boolean
1172
- deleted_at?: boolean
1173
- deleted_by?: boolean
1174
- event_vendor?: boolean | Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>
1175
- event_criteria?: boolean | Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>
1176
- }, ExtArgs["result"]["eventVendorCriteria"]>
1177
-
1178
- export type EventVendorCriteriaSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1179
- id?: boolean
1180
- uuid?: boolean
1181
- event_id?: boolean
1182
- event_vendor_id?: boolean
1183
- event_criteria_id?: boolean
1184
- raw_score?: boolean
1185
- raw_price?: boolean
1186
- normalized_score?: boolean
1187
- weighted_contribution?: boolean
1188
- notes?: boolean
1189
- scored_at?: boolean
1190
- scored_by?: boolean
1191
- created_at?: boolean
1192
- created_by?: boolean
1193
- updated_at?: boolean
1194
- updated_by?: boolean
1195
- is_deleted?: boolean
1196
- deleted_at?: boolean
1197
- deleted_by?: boolean
1198
- event_vendor?: boolean | Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>
1199
- event_criteria?: boolean | Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>
1200
- }, ExtArgs["result"]["eventVendorCriteria"]>
1201
-
1202
- export type EventVendorCriteriaSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
1203
- id?: boolean
1204
- uuid?: boolean
1205
- event_id?: boolean
1206
- event_vendor_id?: boolean
1207
- event_criteria_id?: boolean
1208
- raw_score?: boolean
1209
- raw_price?: boolean
1210
- normalized_score?: boolean
1211
- weighted_contribution?: boolean
1212
- notes?: boolean
1213
- scored_at?: boolean
1214
- scored_by?: boolean
1215
- created_at?: boolean
1216
- created_by?: boolean
1217
- updated_at?: boolean
1218
- updated_by?: boolean
1219
- is_deleted?: boolean
1220
- deleted_at?: boolean
1221
- deleted_by?: boolean
1222
- event_vendor?: boolean | Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>
1223
- event_criteria?: boolean | Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>
1224
- }, ExtArgs["result"]["eventVendorCriteria"]>
1225
-
1226
- export type EventVendorCriteriaSelectScalar = {
1227
- id?: boolean
1228
- uuid?: boolean
1229
- event_id?: boolean
1230
- event_vendor_id?: boolean
1231
- event_criteria_id?: boolean
1232
- raw_score?: boolean
1233
- raw_price?: boolean
1234
- normalized_score?: boolean
1235
- weighted_contribution?: boolean
1236
- notes?: boolean
1237
- scored_at?: boolean
1238
- scored_by?: boolean
1239
- created_at?: boolean
1240
- created_by?: boolean
1241
- updated_at?: boolean
1242
- updated_by?: boolean
1243
- is_deleted?: boolean
1244
- deleted_at?: boolean
1245
- deleted_by?: boolean
1246
- }
1247
-
1248
- export type EventVendorCriteriaOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "event_id" | "event_vendor_id" | "event_criteria_id" | "raw_score" | "raw_price" | "normalized_score" | "weighted_contribution" | "notes" | "scored_at" | "scored_by" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["eventVendorCriteria"]>
1249
- export type EventVendorCriteriaInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1250
- event_vendor?: boolean | Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>
1251
- event_criteria?: boolean | Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>
1252
- }
1253
- export type EventVendorCriteriaIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1254
- event_vendor?: boolean | Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>
1255
- event_criteria?: boolean | Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>
1256
- }
1257
- export type EventVendorCriteriaIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1258
- event_vendor?: boolean | Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>
1259
- event_criteria?: boolean | Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>
1260
- }
1261
-
1262
- export type $EventVendorCriteriaPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1263
- name: "EventVendorCriteria"
1264
- objects: {
1265
- event_vendor: Prisma.$EventVendorsPayload<ExtArgs> | null
1266
- event_criteria: Prisma.$EventCriteriaPayload<ExtArgs> | null
1267
- }
1268
- scalars: runtime.Types.Extensions.GetPayloadResult<{
1269
- id: number
1270
- uuid: string | null
1271
- event_id: number | null
1272
- event_vendor_id: number | null
1273
- event_criteria_id: number | null
1274
- raw_score: runtime.Decimal | null
1275
- raw_price: runtime.Decimal | null
1276
- normalized_score: runtime.Decimal | null
1277
- weighted_contribution: runtime.Decimal | null
1278
- notes: string | null
1279
- scored_at: Date | null
1280
- scored_by: number | null
1281
- created_at: Date
1282
- created_by: number | null
1283
- updated_at: Date | null
1284
- updated_by: number | null
1285
- is_deleted: boolean
1286
- deleted_at: Date | null
1287
- deleted_by: number | null
1288
- }, ExtArgs["result"]["eventVendorCriteria"]>
1289
- composites: {}
1290
- }
1291
-
1292
- export type EventVendorCriteriaGetPayload<S extends boolean | null | undefined | EventVendorCriteriaDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload, S>
1293
-
1294
- export type EventVendorCriteriaCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
1295
- Omit<EventVendorCriteriaFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
1296
- select?: EventVendorCriteriaCountAggregateInputType | true
1297
- }
1298
-
1299
- export interface EventVendorCriteriaDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
1300
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['EventVendorCriteria'], meta: { name: 'EventVendorCriteria' } }
1301
- /**
1302
- * Find zero or one EventVendorCriteria that matches the filter.
1303
- * @param {EventVendorCriteriaFindUniqueArgs} args - Arguments to find a EventVendorCriteria
1304
- * @example
1305
- * // Get one EventVendorCriteria
1306
- * const eventVendorCriteria = await prisma.eventVendorCriteria.findUnique({
1307
- * where: {
1308
- * // ... provide filter here
1309
- * }
1310
- * })
1311
- */
1312
- findUnique<T extends EventVendorCriteriaFindUniqueArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaFindUniqueArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1313
-
1314
- /**
1315
- * Find one EventVendorCriteria that matches the filter or throw an error with `error.code='P2025'`
1316
- * if no matches were found.
1317
- * @param {EventVendorCriteriaFindUniqueOrThrowArgs} args - Arguments to find a EventVendorCriteria
1318
- * @example
1319
- * // Get one EventVendorCriteria
1320
- * const eventVendorCriteria = await prisma.eventVendorCriteria.findUniqueOrThrow({
1321
- * where: {
1322
- * // ... provide filter here
1323
- * }
1324
- * })
1325
- */
1326
- findUniqueOrThrow<T extends EventVendorCriteriaFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1327
-
1328
- /**
1329
- * Find the first EventVendorCriteria that matches the filter.
1330
- * Note, that providing `undefined` is treated as the value not being there.
1331
- * Read more here: https://pris.ly/d/null-undefined
1332
- * @param {EventVendorCriteriaFindFirstArgs} args - Arguments to find a EventVendorCriteria
1333
- * @example
1334
- * // Get one EventVendorCriteria
1335
- * const eventVendorCriteria = await prisma.eventVendorCriteria.findFirst({
1336
- * where: {
1337
- * // ... provide filter here
1338
- * }
1339
- * })
1340
- */
1341
- findFirst<T extends EventVendorCriteriaFindFirstArgs>(args?: Prisma.SelectSubset<T, EventVendorCriteriaFindFirstArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1342
-
1343
- /**
1344
- * Find the first EventVendorCriteria that matches the filter or
1345
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
1346
- * Note, that providing `undefined` is treated as the value not being there.
1347
- * Read more here: https://pris.ly/d/null-undefined
1348
- * @param {EventVendorCriteriaFindFirstOrThrowArgs} args - Arguments to find a EventVendorCriteria
1349
- * @example
1350
- * // Get one EventVendorCriteria
1351
- * const eventVendorCriteria = await prisma.eventVendorCriteria.findFirstOrThrow({
1352
- * where: {
1353
- * // ... provide filter here
1354
- * }
1355
- * })
1356
- */
1357
- findFirstOrThrow<T extends EventVendorCriteriaFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, EventVendorCriteriaFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1358
-
1359
- /**
1360
- * Find zero or more EventVendorCriteria that matches the filter.
1361
- * Note, that providing `undefined` is treated as the value not being there.
1362
- * Read more here: https://pris.ly/d/null-undefined
1363
- * @param {EventVendorCriteriaFindManyArgs} args - Arguments to filter and select certain fields only.
1364
- * @example
1365
- * // Get all EventVendorCriteria
1366
- * const eventVendorCriteria = await prisma.eventVendorCriteria.findMany()
1367
- *
1368
- * // Get first 10 EventVendorCriteria
1369
- * const eventVendorCriteria = await prisma.eventVendorCriteria.findMany({ take: 10 })
1370
- *
1371
- * // Only select the `id`
1372
- * const eventVendorCriteriaWithIdOnly = await prisma.eventVendorCriteria.findMany({ select: { id: true } })
1373
- *
1374
- */
1375
- findMany<T extends EventVendorCriteriaFindManyArgs>(args?: Prisma.SelectSubset<T, EventVendorCriteriaFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
1376
-
1377
- /**
1378
- * Create a EventVendorCriteria.
1379
- * @param {EventVendorCriteriaCreateArgs} args - Arguments to create a EventVendorCriteria.
1380
- * @example
1381
- * // Create one EventVendorCriteria
1382
- * const EventVendorCriteria = await prisma.eventVendorCriteria.create({
1383
- * data: {
1384
- * // ... data to create a EventVendorCriteria
1385
- * }
1386
- * })
1387
- *
1388
- */
1389
- create<T extends EventVendorCriteriaCreateArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaCreateArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1390
-
1391
- /**
1392
- * Create many EventVendorCriteria.
1393
- * @param {EventVendorCriteriaCreateManyArgs} args - Arguments to create many EventVendorCriteria.
1394
- * @example
1395
- * // Create many EventVendorCriteria
1396
- * const eventVendorCriteria = await prisma.eventVendorCriteria.createMany({
1397
- * data: [
1398
- * // ... provide data here
1399
- * ]
1400
- * })
1401
- *
1402
- */
1403
- createMany<T extends EventVendorCriteriaCreateManyArgs>(args?: Prisma.SelectSubset<T, EventVendorCriteriaCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1404
-
1405
- /**
1406
- * Create many EventVendorCriteria and returns the data saved in the database.
1407
- * @param {EventVendorCriteriaCreateManyAndReturnArgs} args - Arguments to create many EventVendorCriteria.
1408
- * @example
1409
- * // Create many EventVendorCriteria
1410
- * const eventVendorCriteria = await prisma.eventVendorCriteria.createManyAndReturn({
1411
- * data: [
1412
- * // ... provide data here
1413
- * ]
1414
- * })
1415
- *
1416
- * // Create many EventVendorCriteria and only return the `id`
1417
- * const eventVendorCriteriaWithIdOnly = await prisma.eventVendorCriteria.createManyAndReturn({
1418
- * select: { id: true },
1419
- * data: [
1420
- * // ... provide data here
1421
- * ]
1422
- * })
1423
- * Note, that providing `undefined` is treated as the value not being there.
1424
- * Read more here: https://pris.ly/d/null-undefined
1425
- *
1426
- */
1427
- createManyAndReturn<T extends EventVendorCriteriaCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, EventVendorCriteriaCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1428
-
1429
- /**
1430
- * Delete a EventVendorCriteria.
1431
- * @param {EventVendorCriteriaDeleteArgs} args - Arguments to delete one EventVendorCriteria.
1432
- * @example
1433
- * // Delete one EventVendorCriteria
1434
- * const EventVendorCriteria = await prisma.eventVendorCriteria.delete({
1435
- * where: {
1436
- * // ... filter to delete one EventVendorCriteria
1437
- * }
1438
- * })
1439
- *
1440
- */
1441
- delete<T extends EventVendorCriteriaDeleteArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaDeleteArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1442
-
1443
- /**
1444
- * Update one EventVendorCriteria.
1445
- * @param {EventVendorCriteriaUpdateArgs} args - Arguments to update one EventVendorCriteria.
1446
- * @example
1447
- * // Update one EventVendorCriteria
1448
- * const eventVendorCriteria = await prisma.eventVendorCriteria.update({
1449
- * where: {
1450
- * // ... provide filter here
1451
- * },
1452
- * data: {
1453
- * // ... provide data here
1454
- * }
1455
- * })
1456
- *
1457
- */
1458
- update<T extends EventVendorCriteriaUpdateArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaUpdateArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1459
-
1460
- /**
1461
- * Delete zero or more EventVendorCriteria.
1462
- * @param {EventVendorCriteriaDeleteManyArgs} args - Arguments to filter EventVendorCriteria to delete.
1463
- * @example
1464
- * // Delete a few EventVendorCriteria
1465
- * const { count } = await prisma.eventVendorCriteria.deleteMany({
1466
- * where: {
1467
- * // ... provide filter here
1468
- * }
1469
- * })
1470
- *
1471
- */
1472
- deleteMany<T extends EventVendorCriteriaDeleteManyArgs>(args?: Prisma.SelectSubset<T, EventVendorCriteriaDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1473
-
1474
- /**
1475
- * Update zero or more EventVendorCriteria.
1476
- * Note, that providing `undefined` is treated as the value not being there.
1477
- * Read more here: https://pris.ly/d/null-undefined
1478
- * @param {EventVendorCriteriaUpdateManyArgs} args - Arguments to update one or more rows.
1479
- * @example
1480
- * // Update many EventVendorCriteria
1481
- * const eventVendorCriteria = await prisma.eventVendorCriteria.updateMany({
1482
- * where: {
1483
- * // ... provide filter here
1484
- * },
1485
- * data: {
1486
- * // ... provide data here
1487
- * }
1488
- * })
1489
- *
1490
- */
1491
- updateMany<T extends EventVendorCriteriaUpdateManyArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1492
-
1493
- /**
1494
- * Update zero or more EventVendorCriteria and returns the data updated in the database.
1495
- * @param {EventVendorCriteriaUpdateManyAndReturnArgs} args - Arguments to update many EventVendorCriteria.
1496
- * @example
1497
- * // Update many EventVendorCriteria
1498
- * const eventVendorCriteria = await prisma.eventVendorCriteria.updateManyAndReturn({
1499
- * where: {
1500
- * // ... provide filter here
1501
- * },
1502
- * data: [
1503
- * // ... provide data here
1504
- * ]
1505
- * })
1506
- *
1507
- * // Update zero or more EventVendorCriteria and only return the `id`
1508
- * const eventVendorCriteriaWithIdOnly = await prisma.eventVendorCriteria.updateManyAndReturn({
1509
- * select: { id: true },
1510
- * where: {
1511
- * // ... provide filter here
1512
- * },
1513
- * data: [
1514
- * // ... provide data here
1515
- * ]
1516
- * })
1517
- * Note, that providing `undefined` is treated as the value not being there.
1518
- * Read more here: https://pris.ly/d/null-undefined
1519
- *
1520
- */
1521
- updateManyAndReturn<T extends EventVendorCriteriaUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1522
-
1523
- /**
1524
- * Create or update one EventVendorCriteria.
1525
- * @param {EventVendorCriteriaUpsertArgs} args - Arguments to update or create a EventVendorCriteria.
1526
- * @example
1527
- * // Update or create a EventVendorCriteria
1528
- * const eventVendorCriteria = await prisma.eventVendorCriteria.upsert({
1529
- * create: {
1530
- * // ... data to create a EventVendorCriteria
1531
- * },
1532
- * update: {
1533
- * // ... in case it already exists, update
1534
- * },
1535
- * where: {
1536
- * // ... the filter for the EventVendorCriteria we want to update
1537
- * }
1538
- * })
1539
- */
1540
- upsert<T extends EventVendorCriteriaUpsertArgs>(args: Prisma.SelectSubset<T, EventVendorCriteriaUpsertArgs<ExtArgs>>): Prisma.Prisma__EventVendorCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1541
-
1542
-
1543
- /**
1544
- * Count the number of EventVendorCriteria.
1545
- * Note, that providing `undefined` is treated as the value not being there.
1546
- * Read more here: https://pris.ly/d/null-undefined
1547
- * @param {EventVendorCriteriaCountArgs} args - Arguments to filter EventVendorCriteria to count.
1548
- * @example
1549
- * // Count the number of EventVendorCriteria
1550
- * const count = await prisma.eventVendorCriteria.count({
1551
- * where: {
1552
- * // ... the filter for the EventVendorCriteria we want to count
1553
- * }
1554
- * })
1555
- **/
1556
- count<T extends EventVendorCriteriaCountArgs>(
1557
- args?: Prisma.Subset<T, EventVendorCriteriaCountArgs>,
1558
- ): Prisma.PrismaPromise<
1559
- T extends runtime.Types.Utils.Record<'select', any>
1560
- ? T['select'] extends true
1561
- ? number
1562
- : Prisma.GetScalarType<T['select'], EventVendorCriteriaCountAggregateOutputType>
1563
- : number
1564
- >
1565
-
1566
- /**
1567
- * Allows you to perform aggregations operations on a EventVendorCriteria.
1568
- * Note, that providing `undefined` is treated as the value not being there.
1569
- * Read more here: https://pris.ly/d/null-undefined
1570
- * @param {EventVendorCriteriaAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1571
- * @example
1572
- * // Ordered by age ascending
1573
- * // Where email contains prisma.io
1574
- * // Limited to the 10 users
1575
- * const aggregations = await prisma.user.aggregate({
1576
- * _avg: {
1577
- * age: true,
1578
- * },
1579
- * where: {
1580
- * email: {
1581
- * contains: "prisma.io",
1582
- * },
1583
- * },
1584
- * orderBy: {
1585
- * age: "asc",
1586
- * },
1587
- * take: 10,
1588
- * })
1589
- **/
1590
- aggregate<T extends EventVendorCriteriaAggregateArgs>(args: Prisma.Subset<T, EventVendorCriteriaAggregateArgs>): Prisma.PrismaPromise<GetEventVendorCriteriaAggregateType<T>>
1591
-
1592
- /**
1593
- * Group by EventVendorCriteria.
1594
- * Note, that providing `undefined` is treated as the value not being there.
1595
- * Read more here: https://pris.ly/d/null-undefined
1596
- * @param {EventVendorCriteriaGroupByArgs} args - Group by arguments.
1597
- * @example
1598
- * // Group by city, order by createdAt, get count
1599
- * const result = await prisma.user.groupBy({
1600
- * by: ['city', 'createdAt'],
1601
- * orderBy: {
1602
- * createdAt: true
1603
- * },
1604
- * _count: {
1605
- * _all: true
1606
- * },
1607
- * })
1608
- *
1609
- **/
1610
- groupBy<
1611
- T extends EventVendorCriteriaGroupByArgs,
1612
- HasSelectOrTake extends Prisma.Or<
1613
- Prisma.Extends<'skip', Prisma.Keys<T>>,
1614
- Prisma.Extends<'take', Prisma.Keys<T>>
1615
- >,
1616
- OrderByArg extends Prisma.True extends HasSelectOrTake
1617
- ? { orderBy: EventVendorCriteriaGroupByArgs['orderBy'] }
1618
- : { orderBy?: EventVendorCriteriaGroupByArgs['orderBy'] },
1619
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1620
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1621
- ByValid extends Prisma.Has<ByFields, OrderFields>,
1622
- HavingFields extends Prisma.GetHavingFields<T['having']>,
1623
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
1624
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1625
- InputErrors extends ByEmpty extends Prisma.True
1626
- ? `Error: "by" must not be empty.`
1627
- : HavingValid extends Prisma.False
1628
- ? {
1629
- [P in HavingFields]: P extends ByFields
1630
- ? never
1631
- : P extends string
1632
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1633
- : [
1634
- Error,
1635
- 'Field ',
1636
- P,
1637
- ` in "having" needs to be provided in "by"`,
1638
- ]
1639
- }[HavingFields]
1640
- : 'take' extends Prisma.Keys<T>
1641
- ? 'orderBy' extends Prisma.Keys<T>
1642
- ? ByValid extends Prisma.True
1643
- ? {}
1644
- : {
1645
- [P in OrderFields]: P extends ByFields
1646
- ? never
1647
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1648
- }[OrderFields]
1649
- : 'Error: If you provide "take", you also need to provide "orderBy"'
1650
- : 'skip' extends Prisma.Keys<T>
1651
- ? 'orderBy' extends Prisma.Keys<T>
1652
- ? ByValid extends Prisma.True
1653
- ? {}
1654
- : {
1655
- [P in OrderFields]: P extends ByFields
1656
- ? never
1657
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1658
- }[OrderFields]
1659
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
1660
- : ByValid extends Prisma.True
1661
- ? {}
1662
- : {
1663
- [P in OrderFields]: P extends ByFields
1664
- ? never
1665
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1666
- }[OrderFields]
1667
- >(args: Prisma.SubsetIntersection<T, EventVendorCriteriaGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetEventVendorCriteriaGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1668
- /**
1669
- * Fields of the EventVendorCriteria model
1670
- */
1671
- readonly fields: EventVendorCriteriaFieldRefs;
1672
- }
1673
-
1674
- /**
1675
- * The delegate class that acts as a "Promise-like" for EventVendorCriteria.
1676
- * Why is this prefixed with `Prisma__`?
1677
- * Because we want to prevent naming conflicts as mentioned in
1678
- * https://github.com/prisma/prisma-client-js/issues/707
1679
- */
1680
- export interface Prisma__EventVendorCriteriaClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1681
- readonly [Symbol.toStringTag]: "PrismaPromise"
1682
- event_vendor<T extends Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendorCriteria$event_vendorArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1683
- event_criteria<T extends Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendorCriteria$event_criteriaArgs<ExtArgs>>): Prisma.Prisma__EventCriteriaClient<runtime.Types.Result.GetResult<Prisma.$EventCriteriaPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1684
- /**
1685
- * Attaches callbacks for the resolution and/or rejection of the Promise.
1686
- * @param onfulfilled The callback to execute when the Promise is resolved.
1687
- * @param onrejected The callback to execute when the Promise is rejected.
1688
- * @returns A Promise for the completion of which ever callback is executed.
1689
- */
1690
- 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>
1691
- /**
1692
- * Attaches a callback for only the rejection of the Promise.
1693
- * @param onrejected The callback to execute when the Promise is rejected.
1694
- * @returns A Promise for the completion of the callback.
1695
- */
1696
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1697
- /**
1698
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1699
- * resolved value cannot be modified from the callback.
1700
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1701
- * @returns A Promise for the completion of the callback.
1702
- */
1703
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1704
- }
1705
-
1706
-
1707
-
1708
-
1709
- /**
1710
- * Fields of the EventVendorCriteria model
1711
- */
1712
- export interface EventVendorCriteriaFieldRefs {
1713
- readonly id: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1714
- readonly uuid: Prisma.FieldRef<"EventVendorCriteria", 'String'>
1715
- readonly event_id: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1716
- readonly event_vendor_id: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1717
- readonly event_criteria_id: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1718
- readonly raw_score: Prisma.FieldRef<"EventVendorCriteria", 'Decimal'>
1719
- readonly raw_price: Prisma.FieldRef<"EventVendorCriteria", 'Decimal'>
1720
- readonly normalized_score: Prisma.FieldRef<"EventVendorCriteria", 'Decimal'>
1721
- readonly weighted_contribution: Prisma.FieldRef<"EventVendorCriteria", 'Decimal'>
1722
- readonly notes: Prisma.FieldRef<"EventVendorCriteria", 'String'>
1723
- readonly scored_at: Prisma.FieldRef<"EventVendorCriteria", 'DateTime'>
1724
- readonly scored_by: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1725
- readonly created_at: Prisma.FieldRef<"EventVendorCriteria", 'DateTime'>
1726
- readonly created_by: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1727
- readonly updated_at: Prisma.FieldRef<"EventVendorCriteria", 'DateTime'>
1728
- readonly updated_by: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1729
- readonly is_deleted: Prisma.FieldRef<"EventVendorCriteria", 'Boolean'>
1730
- readonly deleted_at: Prisma.FieldRef<"EventVendorCriteria", 'DateTime'>
1731
- readonly deleted_by: Prisma.FieldRef<"EventVendorCriteria", 'Int'>
1732
- }
1733
-
1734
-
1735
- // Custom InputTypes
1736
- /**
1737
- * EventVendorCriteria findUnique
1738
- */
1739
- export type EventVendorCriteriaFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1740
- /**
1741
- * Select specific fields to fetch from the EventVendorCriteria
1742
- */
1743
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
1744
- /**
1745
- * Omit specific fields from the EventVendorCriteria
1746
- */
1747
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1748
- /**
1749
- * Choose, which related nodes to fetch as well
1750
- */
1751
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
1752
- /**
1753
- * Filter, which EventVendorCriteria to fetch.
1754
- */
1755
- where: Prisma.EventVendorCriteriaWhereUniqueInput
1756
- }
1757
-
1758
- /**
1759
- * EventVendorCriteria findUniqueOrThrow
1760
- */
1761
- export type EventVendorCriteriaFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1762
- /**
1763
- * Select specific fields to fetch from the EventVendorCriteria
1764
- */
1765
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
1766
- /**
1767
- * Omit specific fields from the EventVendorCriteria
1768
- */
1769
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1770
- /**
1771
- * Choose, which related nodes to fetch as well
1772
- */
1773
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
1774
- /**
1775
- * Filter, which EventVendorCriteria to fetch.
1776
- */
1777
- where: Prisma.EventVendorCriteriaWhereUniqueInput
1778
- }
1779
-
1780
- /**
1781
- * EventVendorCriteria findFirst
1782
- */
1783
- export type EventVendorCriteriaFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1784
- /**
1785
- * Select specific fields to fetch from the EventVendorCriteria
1786
- */
1787
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
1788
- /**
1789
- * Omit specific fields from the EventVendorCriteria
1790
- */
1791
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1792
- /**
1793
- * Choose, which related nodes to fetch as well
1794
- */
1795
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
1796
- /**
1797
- * Filter, which EventVendorCriteria to fetch.
1798
- */
1799
- where?: Prisma.EventVendorCriteriaWhereInput
1800
- /**
1801
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1802
- *
1803
- * Determine the order of EventVendorCriteria to fetch.
1804
- */
1805
- orderBy?: Prisma.EventVendorCriteriaOrderByWithRelationInput | Prisma.EventVendorCriteriaOrderByWithRelationInput[]
1806
- /**
1807
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1808
- *
1809
- * Sets the position for searching for EventVendorCriteria.
1810
- */
1811
- cursor?: Prisma.EventVendorCriteriaWhereUniqueInput
1812
- /**
1813
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1814
- *
1815
- * Take `±n` EventVendorCriteria from the position of the cursor.
1816
- */
1817
- take?: number
1818
- /**
1819
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1820
- *
1821
- * Skip the first `n` EventVendorCriteria.
1822
- */
1823
- skip?: number
1824
- /**
1825
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1826
- *
1827
- * Filter by unique combinations of EventVendorCriteria.
1828
- */
1829
- distinct?: Prisma.EventVendorCriteriaScalarFieldEnum | Prisma.EventVendorCriteriaScalarFieldEnum[]
1830
- }
1831
-
1832
- /**
1833
- * EventVendorCriteria findFirstOrThrow
1834
- */
1835
- export type EventVendorCriteriaFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1836
- /**
1837
- * Select specific fields to fetch from the EventVendorCriteria
1838
- */
1839
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
1840
- /**
1841
- * Omit specific fields from the EventVendorCriteria
1842
- */
1843
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1844
- /**
1845
- * Choose, which related nodes to fetch as well
1846
- */
1847
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
1848
- /**
1849
- * Filter, which EventVendorCriteria to fetch.
1850
- */
1851
- where?: Prisma.EventVendorCriteriaWhereInput
1852
- /**
1853
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1854
- *
1855
- * Determine the order of EventVendorCriteria to fetch.
1856
- */
1857
- orderBy?: Prisma.EventVendorCriteriaOrderByWithRelationInput | Prisma.EventVendorCriteriaOrderByWithRelationInput[]
1858
- /**
1859
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1860
- *
1861
- * Sets the position for searching for EventVendorCriteria.
1862
- */
1863
- cursor?: Prisma.EventVendorCriteriaWhereUniqueInput
1864
- /**
1865
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1866
- *
1867
- * Take `±n` EventVendorCriteria from the position of the cursor.
1868
- */
1869
- take?: number
1870
- /**
1871
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1872
- *
1873
- * Skip the first `n` EventVendorCriteria.
1874
- */
1875
- skip?: number
1876
- /**
1877
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1878
- *
1879
- * Filter by unique combinations of EventVendorCriteria.
1880
- */
1881
- distinct?: Prisma.EventVendorCriteriaScalarFieldEnum | Prisma.EventVendorCriteriaScalarFieldEnum[]
1882
- }
1883
-
1884
- /**
1885
- * EventVendorCriteria findMany
1886
- */
1887
- export type EventVendorCriteriaFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1888
- /**
1889
- * Select specific fields to fetch from the EventVendorCriteria
1890
- */
1891
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
1892
- /**
1893
- * Omit specific fields from the EventVendorCriteria
1894
- */
1895
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1896
- /**
1897
- * Choose, which related nodes to fetch as well
1898
- */
1899
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
1900
- /**
1901
- * Filter, which EventVendorCriteria to fetch.
1902
- */
1903
- where?: Prisma.EventVendorCriteriaWhereInput
1904
- /**
1905
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1906
- *
1907
- * Determine the order of EventVendorCriteria to fetch.
1908
- */
1909
- orderBy?: Prisma.EventVendorCriteriaOrderByWithRelationInput | Prisma.EventVendorCriteriaOrderByWithRelationInput[]
1910
- /**
1911
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1912
- *
1913
- * Sets the position for listing EventVendorCriteria.
1914
- */
1915
- cursor?: Prisma.EventVendorCriteriaWhereUniqueInput
1916
- /**
1917
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1918
- *
1919
- * Take `±n` EventVendorCriteria from the position of the cursor.
1920
- */
1921
- take?: number
1922
- /**
1923
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1924
- *
1925
- * Skip the first `n` EventVendorCriteria.
1926
- */
1927
- skip?: number
1928
- /**
1929
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1930
- *
1931
- * Filter by unique combinations of EventVendorCriteria.
1932
- */
1933
- distinct?: Prisma.EventVendorCriteriaScalarFieldEnum | Prisma.EventVendorCriteriaScalarFieldEnum[]
1934
- }
1935
-
1936
- /**
1937
- * EventVendorCriteria create
1938
- */
1939
- export type EventVendorCriteriaCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1940
- /**
1941
- * Select specific fields to fetch from the EventVendorCriteria
1942
- */
1943
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
1944
- /**
1945
- * Omit specific fields from the EventVendorCriteria
1946
- */
1947
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1948
- /**
1949
- * Choose, which related nodes to fetch as well
1950
- */
1951
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
1952
- /**
1953
- * The data needed to create a EventVendorCriteria.
1954
- */
1955
- data?: Prisma.XOR<Prisma.EventVendorCriteriaCreateInput, Prisma.EventVendorCriteriaUncheckedCreateInput>
1956
- }
1957
-
1958
- /**
1959
- * EventVendorCriteria createMany
1960
- */
1961
- export type EventVendorCriteriaCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1962
- /**
1963
- * The data used to create many EventVendorCriteria.
1964
- */
1965
- data: Prisma.EventVendorCriteriaCreateManyInput | Prisma.EventVendorCriteriaCreateManyInput[]
1966
- skipDuplicates?: boolean
1967
- }
1968
-
1969
- /**
1970
- * EventVendorCriteria createManyAndReturn
1971
- */
1972
- export type EventVendorCriteriaCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1973
- /**
1974
- * Select specific fields to fetch from the EventVendorCriteria
1975
- */
1976
- select?: Prisma.EventVendorCriteriaSelectCreateManyAndReturn<ExtArgs> | null
1977
- /**
1978
- * Omit specific fields from the EventVendorCriteria
1979
- */
1980
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
1981
- /**
1982
- * The data used to create many EventVendorCriteria.
1983
- */
1984
- data: Prisma.EventVendorCriteriaCreateManyInput | Prisma.EventVendorCriteriaCreateManyInput[]
1985
- skipDuplicates?: boolean
1986
- /**
1987
- * Choose, which related nodes to fetch as well
1988
- */
1989
- include?: Prisma.EventVendorCriteriaIncludeCreateManyAndReturn<ExtArgs> | null
1990
- }
1991
-
1992
- /**
1993
- * EventVendorCriteria update
1994
- */
1995
- export type EventVendorCriteriaUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1996
- /**
1997
- * Select specific fields to fetch from the EventVendorCriteria
1998
- */
1999
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
2000
- /**
2001
- * Omit specific fields from the EventVendorCriteria
2002
- */
2003
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
2004
- /**
2005
- * Choose, which related nodes to fetch as well
2006
- */
2007
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
2008
- /**
2009
- * The data needed to update a EventVendorCriteria.
2010
- */
2011
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateInput, Prisma.EventVendorCriteriaUncheckedUpdateInput>
2012
- /**
2013
- * Choose, which EventVendorCriteria to update.
2014
- */
2015
- where: Prisma.EventVendorCriteriaWhereUniqueInput
2016
- }
2017
-
2018
- /**
2019
- * EventVendorCriteria updateMany
2020
- */
2021
- export type EventVendorCriteriaUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2022
- /**
2023
- * The data used to update EventVendorCriteria.
2024
- */
2025
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateManyMutationInput, Prisma.EventVendorCriteriaUncheckedUpdateManyInput>
2026
- /**
2027
- * Filter which EventVendorCriteria to update
2028
- */
2029
- where?: Prisma.EventVendorCriteriaWhereInput
2030
- /**
2031
- * Limit how many EventVendorCriteria to update.
2032
- */
2033
- limit?: number
2034
- }
2035
-
2036
- /**
2037
- * EventVendorCriteria updateManyAndReturn
2038
- */
2039
- export type EventVendorCriteriaUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2040
- /**
2041
- * Select specific fields to fetch from the EventVendorCriteria
2042
- */
2043
- select?: Prisma.EventVendorCriteriaSelectUpdateManyAndReturn<ExtArgs> | null
2044
- /**
2045
- * Omit specific fields from the EventVendorCriteria
2046
- */
2047
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
2048
- /**
2049
- * The data used to update EventVendorCriteria.
2050
- */
2051
- data: Prisma.XOR<Prisma.EventVendorCriteriaUpdateManyMutationInput, Prisma.EventVendorCriteriaUncheckedUpdateManyInput>
2052
- /**
2053
- * Filter which EventVendorCriteria to update
2054
- */
2055
- where?: Prisma.EventVendorCriteriaWhereInput
2056
- /**
2057
- * Limit how many EventVendorCriteria to update.
2058
- */
2059
- limit?: number
2060
- /**
2061
- * Choose, which related nodes to fetch as well
2062
- */
2063
- include?: Prisma.EventVendorCriteriaIncludeUpdateManyAndReturn<ExtArgs> | null
2064
- }
2065
-
2066
- /**
2067
- * EventVendorCriteria upsert
2068
- */
2069
- export type EventVendorCriteriaUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2070
- /**
2071
- * Select specific fields to fetch from the EventVendorCriteria
2072
- */
2073
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
2074
- /**
2075
- * Omit specific fields from the EventVendorCriteria
2076
- */
2077
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
2078
- /**
2079
- * Choose, which related nodes to fetch as well
2080
- */
2081
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
2082
- /**
2083
- * The filter to search for the EventVendorCriteria to update in case it exists.
2084
- */
2085
- where: Prisma.EventVendorCriteriaWhereUniqueInput
2086
- /**
2087
- * In case the EventVendorCriteria found by the `where` argument doesn't exist, create a new EventVendorCriteria with this data.
2088
- */
2089
- create: Prisma.XOR<Prisma.EventVendorCriteriaCreateInput, Prisma.EventVendorCriteriaUncheckedCreateInput>
2090
- /**
2091
- * In case the EventVendorCriteria was found with the provided `where` argument, update it with this data.
2092
- */
2093
- update: Prisma.XOR<Prisma.EventVendorCriteriaUpdateInput, Prisma.EventVendorCriteriaUncheckedUpdateInput>
2094
- }
2095
-
2096
- /**
2097
- * EventVendorCriteria delete
2098
- */
2099
- export type EventVendorCriteriaDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2100
- /**
2101
- * Select specific fields to fetch from the EventVendorCriteria
2102
- */
2103
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
2104
- /**
2105
- * Omit specific fields from the EventVendorCriteria
2106
- */
2107
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
2108
- /**
2109
- * Choose, which related nodes to fetch as well
2110
- */
2111
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
2112
- /**
2113
- * Filter which EventVendorCriteria to delete.
2114
- */
2115
- where: Prisma.EventVendorCriteriaWhereUniqueInput
2116
- }
2117
-
2118
- /**
2119
- * EventVendorCriteria deleteMany
2120
- */
2121
- export type EventVendorCriteriaDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2122
- /**
2123
- * Filter which EventVendorCriteria to delete
2124
- */
2125
- where?: Prisma.EventVendorCriteriaWhereInput
2126
- /**
2127
- * Limit how many EventVendorCriteria to delete.
2128
- */
2129
- limit?: number
2130
- }
2131
-
2132
- /**
2133
- * EventVendorCriteria.event_vendor
2134
- */
2135
- export type EventVendorCriteria$event_vendorArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2136
- /**
2137
- * Select specific fields to fetch from the EventVendors
2138
- */
2139
- select?: Prisma.EventVendorsSelect<ExtArgs> | null
2140
- /**
2141
- * Omit specific fields from the EventVendors
2142
- */
2143
- omit?: Prisma.EventVendorsOmit<ExtArgs> | null
2144
- /**
2145
- * Choose, which related nodes to fetch as well
2146
- */
2147
- include?: Prisma.EventVendorsInclude<ExtArgs> | null
2148
- where?: Prisma.EventVendorsWhereInput
2149
- }
2150
-
2151
- /**
2152
- * EventVendorCriteria.event_criteria
2153
- */
2154
- export type EventVendorCriteria$event_criteriaArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2155
- /**
2156
- * Select specific fields to fetch from the EventCriteria
2157
- */
2158
- select?: Prisma.EventCriteriaSelect<ExtArgs> | null
2159
- /**
2160
- * Omit specific fields from the EventCriteria
2161
- */
2162
- omit?: Prisma.EventCriteriaOmit<ExtArgs> | null
2163
- /**
2164
- * Choose, which related nodes to fetch as well
2165
- */
2166
- include?: Prisma.EventCriteriaInclude<ExtArgs> | null
2167
- where?: Prisma.EventCriteriaWhereInput
2168
- }
2169
-
2170
- /**
2171
- * EventVendorCriteria without action
2172
- */
2173
- export type EventVendorCriteriaDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
2174
- /**
2175
- * Select specific fields to fetch from the EventVendorCriteria
2176
- */
2177
- select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
2178
- /**
2179
- * Omit specific fields from the EventVendorCriteria
2180
- */
2181
- omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
2182
- /**
2183
- * Choose, which related nodes to fetch as well
2184
- */
2185
- include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
2186
- }