procbay-schema 1.0.171 → 1.0.174

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