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,1736 +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 `EventConfigurations` 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 EventConfigurations
17
- *
18
- */
19
- export type EventConfigurationsModel = runtime.Types.Result.DefaultSelection<Prisma.$EventConfigurationsPayload>
20
-
21
- export type AggregateEventConfigurations = {
22
- _count: EventConfigurationsCountAggregateOutputType | null
23
- _avg: EventConfigurationsAvgAggregateOutputType | null
24
- _sum: EventConfigurationsSumAggregateOutputType | null
25
- _min: EventConfigurationsMinAggregateOutputType | null
26
- _max: EventConfigurationsMaxAggregateOutputType | null
27
- }
28
-
29
- export type EventConfigurationsAvgAggregateOutputType = {
30
- id: number | null
31
- event_id: number | null
32
- created_by: number | null
33
- updated_by: number | null
34
- deleted_by: number | null
35
- }
36
-
37
- export type EventConfigurationsSumAggregateOutputType = {
38
- id: number | null
39
- event_id: number | null
40
- created_by: number | null
41
- updated_by: number | null
42
- deleted_by: number | null
43
- }
44
-
45
- export type EventConfigurationsMinAggregateOutputType = {
46
- id: number | null
47
- uuid: string | null
48
- event_id: number | null
49
- rule_name: string | null
50
- rule_slug: string | null
51
- is_active: boolean | null
52
- created_at: Date | null
53
- created_by: number | null
54
- updated_at: Date | null
55
- updated_by: number | null
56
- is_deleted: boolean | null
57
- deleted_at: Date | null
58
- deleted_by: number | null
59
- }
60
-
61
- export type EventConfigurationsMaxAggregateOutputType = {
62
- id: number | null
63
- uuid: string | null
64
- event_id: number | null
65
- rule_name: string | null
66
- rule_slug: string | null
67
- is_active: boolean | null
68
- created_at: Date | null
69
- created_by: number | null
70
- updated_at: Date | null
71
- updated_by: number | null
72
- is_deleted: boolean | null
73
- deleted_at: Date | null
74
- deleted_by: number | null
75
- }
76
-
77
- export type EventConfigurationsCountAggregateOutputType = {
78
- id: number
79
- uuid: number
80
- event_id: number
81
- rule_name: number
82
- rule_value: number
83
- rule_slug: number
84
- is_active: number
85
- created_at: number
86
- created_by: number
87
- updated_at: number
88
- updated_by: number
89
- is_deleted: number
90
- deleted_at: number
91
- deleted_by: number
92
- _all: number
93
- }
94
-
95
-
96
- export type EventConfigurationsAvgAggregateInputType = {
97
- id?: true
98
- event_id?: true
99
- created_by?: true
100
- updated_by?: true
101
- deleted_by?: true
102
- }
103
-
104
- export type EventConfigurationsSumAggregateInputType = {
105
- id?: true
106
- event_id?: true
107
- created_by?: true
108
- updated_by?: true
109
- deleted_by?: true
110
- }
111
-
112
- export type EventConfigurationsMinAggregateInputType = {
113
- id?: true
114
- uuid?: true
115
- event_id?: true
116
- rule_name?: true
117
- rule_slug?: true
118
- is_active?: true
119
- created_at?: true
120
- created_by?: true
121
- updated_at?: true
122
- updated_by?: true
123
- is_deleted?: true
124
- deleted_at?: true
125
- deleted_by?: true
126
- }
127
-
128
- export type EventConfigurationsMaxAggregateInputType = {
129
- id?: true
130
- uuid?: true
131
- event_id?: true
132
- rule_name?: true
133
- rule_slug?: true
134
- is_active?: true
135
- created_at?: true
136
- created_by?: true
137
- updated_at?: true
138
- updated_by?: true
139
- is_deleted?: true
140
- deleted_at?: true
141
- deleted_by?: true
142
- }
143
-
144
- export type EventConfigurationsCountAggregateInputType = {
145
- id?: true
146
- uuid?: true
147
- event_id?: true
148
- rule_name?: true
149
- rule_value?: true
150
- rule_slug?: true
151
- is_active?: true
152
- created_at?: true
153
- created_by?: true
154
- updated_at?: true
155
- updated_by?: true
156
- is_deleted?: true
157
- deleted_at?: true
158
- deleted_by?: true
159
- _all?: true
160
- }
161
-
162
- export type EventConfigurationsAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
163
- /**
164
- * Filter which EventConfigurations to aggregate.
165
- */
166
- where?: Prisma.EventConfigurationsWhereInput
167
- /**
168
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
169
- *
170
- * Determine the order of EventConfigurations to fetch.
171
- */
172
- orderBy?: Prisma.EventConfigurationsOrderByWithRelationInput | Prisma.EventConfigurationsOrderByWithRelationInput[]
173
- /**
174
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
175
- *
176
- * Sets the start position
177
- */
178
- cursor?: Prisma.EventConfigurationsWhereUniqueInput
179
- /**
180
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
181
- *
182
- * Take `±n` EventConfigurations from the position of the cursor.
183
- */
184
- take?: number
185
- /**
186
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
187
- *
188
- * Skip the first `n` EventConfigurations.
189
- */
190
- skip?: number
191
- /**
192
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
193
- *
194
- * Count returned EventConfigurations
195
- **/
196
- _count?: true | EventConfigurationsCountAggregateInputType
197
- /**
198
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
199
- *
200
- * Select which fields to average
201
- **/
202
- _avg?: EventConfigurationsAvgAggregateInputType
203
- /**
204
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
205
- *
206
- * Select which fields to sum
207
- **/
208
- _sum?: EventConfigurationsSumAggregateInputType
209
- /**
210
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
211
- *
212
- * Select which fields to find the minimum value
213
- **/
214
- _min?: EventConfigurationsMinAggregateInputType
215
- /**
216
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
217
- *
218
- * Select which fields to find the maximum value
219
- **/
220
- _max?: EventConfigurationsMaxAggregateInputType
221
- }
222
-
223
- export type GetEventConfigurationsAggregateType<T extends EventConfigurationsAggregateArgs> = {
224
- [P in keyof T & keyof AggregateEventConfigurations]: P extends '_count' | 'count'
225
- ? T[P] extends true
226
- ? number
227
- : Prisma.GetScalarType<T[P], AggregateEventConfigurations[P]>
228
- : Prisma.GetScalarType<T[P], AggregateEventConfigurations[P]>
229
- }
230
-
231
-
232
-
233
-
234
- export type EventConfigurationsGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
235
- where?: Prisma.EventConfigurationsWhereInput
236
- orderBy?: Prisma.EventConfigurationsOrderByWithAggregationInput | Prisma.EventConfigurationsOrderByWithAggregationInput[]
237
- by: Prisma.EventConfigurationsScalarFieldEnum[] | Prisma.EventConfigurationsScalarFieldEnum
238
- having?: Prisma.EventConfigurationsScalarWhereWithAggregatesInput
239
- take?: number
240
- skip?: number
241
- _count?: EventConfigurationsCountAggregateInputType | true
242
- _avg?: EventConfigurationsAvgAggregateInputType
243
- _sum?: EventConfigurationsSumAggregateInputType
244
- _min?: EventConfigurationsMinAggregateInputType
245
- _max?: EventConfigurationsMaxAggregateInputType
246
- }
247
-
248
- export type EventConfigurationsGroupByOutputType = {
249
- id: number
250
- uuid: string | null
251
- event_id: number | null
252
- rule_name: string | null
253
- rule_value: runtime.JsonValue | null
254
- rule_slug: string | null
255
- is_active: boolean | null
256
- created_at: Date | null
257
- created_by: number | null
258
- updated_at: Date | null
259
- updated_by: number | null
260
- is_deleted: boolean | null
261
- deleted_at: Date | null
262
- deleted_by: number | null
263
- _count: EventConfigurationsCountAggregateOutputType | null
264
- _avg: EventConfigurationsAvgAggregateOutputType | null
265
- _sum: EventConfigurationsSumAggregateOutputType | null
266
- _min: EventConfigurationsMinAggregateOutputType | null
267
- _max: EventConfigurationsMaxAggregateOutputType | null
268
- }
269
-
270
- export type GetEventConfigurationsGroupByPayload<T extends EventConfigurationsGroupByArgs> = Prisma.PrismaPromise<
271
- Array<
272
- Prisma.PickEnumerable<EventConfigurationsGroupByOutputType, T['by']> &
273
- {
274
- [P in ((keyof T) & (keyof EventConfigurationsGroupByOutputType))]: P extends '_count'
275
- ? T[P] extends boolean
276
- ? number
277
- : Prisma.GetScalarType<T[P], EventConfigurationsGroupByOutputType[P]>
278
- : Prisma.GetScalarType<T[P], EventConfigurationsGroupByOutputType[P]>
279
- }
280
- >
281
- >
282
-
283
-
284
-
285
- export type EventConfigurationsWhereInput = {
286
- AND?: Prisma.EventConfigurationsWhereInput | Prisma.EventConfigurationsWhereInput[]
287
- OR?: Prisma.EventConfigurationsWhereInput[]
288
- NOT?: Prisma.EventConfigurationsWhereInput | Prisma.EventConfigurationsWhereInput[]
289
- id?: Prisma.IntFilter<"EventConfigurations"> | number
290
- uuid?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
291
- event_id?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
292
- rule_name?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
293
- rule_value?: Prisma.JsonNullableFilter<"EventConfigurations">
294
- rule_slug?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
295
- is_active?: Prisma.BoolNullableFilter<"EventConfigurations"> | boolean | null
296
- created_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
297
- created_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
298
- updated_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
299
- updated_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
300
- is_deleted?: Prisma.BoolNullableFilter<"EventConfigurations"> | boolean | null
301
- deleted_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
302
- deleted_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
303
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
304
- }
305
-
306
- export type EventConfigurationsOrderByWithRelationInput = {
307
- id?: Prisma.SortOrder
308
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
309
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
310
- rule_name?: Prisma.SortOrderInput | Prisma.SortOrder
311
- rule_value?: Prisma.SortOrderInput | Prisma.SortOrder
312
- rule_slug?: Prisma.SortOrderInput | Prisma.SortOrder
313
- is_active?: Prisma.SortOrderInput | Prisma.SortOrder
314
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
315
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
316
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
317
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
318
- is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
319
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
320
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
321
- event?: Prisma.EventOrderByWithRelationInput
322
- }
323
-
324
- export type EventConfigurationsWhereUniqueInput = Prisma.AtLeast<{
325
- id?: number
326
- uuid?: string
327
- AND?: Prisma.EventConfigurationsWhereInput | Prisma.EventConfigurationsWhereInput[]
328
- OR?: Prisma.EventConfigurationsWhereInput[]
329
- NOT?: Prisma.EventConfigurationsWhereInput | Prisma.EventConfigurationsWhereInput[]
330
- event_id?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
331
- rule_name?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
332
- rule_value?: Prisma.JsonNullableFilter<"EventConfigurations">
333
- rule_slug?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
334
- is_active?: Prisma.BoolNullableFilter<"EventConfigurations"> | boolean | null
335
- created_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
336
- created_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
337
- updated_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
338
- updated_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
339
- is_deleted?: Prisma.BoolNullableFilter<"EventConfigurations"> | boolean | null
340
- deleted_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
341
- deleted_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
342
- event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
343
- }, "id" | "uuid">
344
-
345
- export type EventConfigurationsOrderByWithAggregationInput = {
346
- id?: Prisma.SortOrder
347
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
348
- event_id?: Prisma.SortOrderInput | Prisma.SortOrder
349
- rule_name?: Prisma.SortOrderInput | Prisma.SortOrder
350
- rule_value?: Prisma.SortOrderInput | Prisma.SortOrder
351
- rule_slug?: Prisma.SortOrderInput | Prisma.SortOrder
352
- is_active?: Prisma.SortOrderInput | Prisma.SortOrder
353
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
354
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
355
- updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
356
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
357
- is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
358
- deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
359
- deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
360
- _count?: Prisma.EventConfigurationsCountOrderByAggregateInput
361
- _avg?: Prisma.EventConfigurationsAvgOrderByAggregateInput
362
- _max?: Prisma.EventConfigurationsMaxOrderByAggregateInput
363
- _min?: Prisma.EventConfigurationsMinOrderByAggregateInput
364
- _sum?: Prisma.EventConfigurationsSumOrderByAggregateInput
365
- }
366
-
367
- export type EventConfigurationsScalarWhereWithAggregatesInput = {
368
- AND?: Prisma.EventConfigurationsScalarWhereWithAggregatesInput | Prisma.EventConfigurationsScalarWhereWithAggregatesInput[]
369
- OR?: Prisma.EventConfigurationsScalarWhereWithAggregatesInput[]
370
- NOT?: Prisma.EventConfigurationsScalarWhereWithAggregatesInput | Prisma.EventConfigurationsScalarWhereWithAggregatesInput[]
371
- id?: Prisma.IntWithAggregatesFilter<"EventConfigurations"> | number
372
- uuid?: Prisma.StringNullableWithAggregatesFilter<"EventConfigurations"> | string | null
373
- event_id?: Prisma.IntNullableWithAggregatesFilter<"EventConfigurations"> | number | null
374
- rule_name?: Prisma.StringNullableWithAggregatesFilter<"EventConfigurations"> | string | null
375
- rule_value?: Prisma.JsonNullableWithAggregatesFilter<"EventConfigurations">
376
- rule_slug?: Prisma.StringNullableWithAggregatesFilter<"EventConfigurations"> | string | null
377
- is_active?: Prisma.BoolNullableWithAggregatesFilter<"EventConfigurations"> | boolean | null
378
- created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventConfigurations"> | Date | string | null
379
- created_by?: Prisma.IntNullableWithAggregatesFilter<"EventConfigurations"> | number | null
380
- updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventConfigurations"> | Date | string | null
381
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"EventConfigurations"> | number | null
382
- is_deleted?: Prisma.BoolNullableWithAggregatesFilter<"EventConfigurations"> | boolean | null
383
- deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventConfigurations"> | Date | string | null
384
- deleted_by?: Prisma.IntNullableWithAggregatesFilter<"EventConfigurations"> | number | null
385
- }
386
-
387
- export type EventConfigurationsCreateInput = {
388
- uuid?: string | null
389
- rule_name?: string | null
390
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
391
- rule_slug?: string | null
392
- is_active?: boolean | null
393
- created_at?: Date | string | null
394
- created_by?: number | null
395
- updated_at?: Date | string | null
396
- updated_by?: number | null
397
- is_deleted?: boolean | null
398
- deleted_at?: Date | string | null
399
- deleted_by?: number | null
400
- event?: Prisma.EventCreateNestedOneWithoutEvent_configurationsInput
401
- }
402
-
403
- export type EventConfigurationsUncheckedCreateInput = {
404
- id?: number
405
- uuid?: string | null
406
- event_id?: number | null
407
- rule_name?: string | null
408
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
409
- rule_slug?: string | null
410
- is_active?: boolean | null
411
- created_at?: Date | string | null
412
- created_by?: number | null
413
- updated_at?: Date | string | null
414
- updated_by?: number | null
415
- is_deleted?: boolean | null
416
- deleted_at?: Date | string | null
417
- deleted_by?: number | null
418
- }
419
-
420
- export type EventConfigurationsUpdateInput = {
421
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
422
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
423
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
424
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
425
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
426
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
427
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
428
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
429
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
430
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
431
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
432
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
433
- event?: Prisma.EventUpdateOneWithoutEvent_configurationsNestedInput
434
- }
435
-
436
- export type EventConfigurationsUncheckedUpdateInput = {
437
- id?: Prisma.IntFieldUpdateOperationsInput | number
438
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
439
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
440
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
441
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
442
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
443
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
444
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
445
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
446
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
447
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
448
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
449
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
450
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
451
- }
452
-
453
- export type EventConfigurationsCreateManyInput = {
454
- id?: number
455
- uuid?: string | null
456
- event_id?: number | null
457
- rule_name?: string | null
458
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
459
- rule_slug?: string | null
460
- is_active?: boolean | null
461
- created_at?: Date | string | null
462
- created_by?: number | null
463
- updated_at?: Date | string | null
464
- updated_by?: number | null
465
- is_deleted?: boolean | null
466
- deleted_at?: Date | string | null
467
- deleted_by?: number | null
468
- }
469
-
470
- export type EventConfigurationsUpdateManyMutationInput = {
471
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
472
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
473
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
474
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
475
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
476
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
477
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
478
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
479
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
480
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
481
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
482
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
483
- }
484
-
485
- export type EventConfigurationsUncheckedUpdateManyInput = {
486
- id?: Prisma.IntFieldUpdateOperationsInput | number
487
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
488
- event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
489
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
490
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
491
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
492
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
493
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
494
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
495
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
496
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
497
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
498
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
499
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
500
- }
501
-
502
- export type EventConfigurationsListRelationFilter = {
503
- every?: Prisma.EventConfigurationsWhereInput
504
- some?: Prisma.EventConfigurationsWhereInput
505
- none?: Prisma.EventConfigurationsWhereInput
506
- }
507
-
508
- export type EventConfigurationsOrderByRelationAggregateInput = {
509
- _count?: Prisma.SortOrder
510
- }
511
-
512
- export type EventConfigurationsCountOrderByAggregateInput = {
513
- id?: Prisma.SortOrder
514
- uuid?: Prisma.SortOrder
515
- event_id?: Prisma.SortOrder
516
- rule_name?: Prisma.SortOrder
517
- rule_value?: Prisma.SortOrder
518
- rule_slug?: Prisma.SortOrder
519
- is_active?: Prisma.SortOrder
520
- created_at?: Prisma.SortOrder
521
- created_by?: Prisma.SortOrder
522
- updated_at?: Prisma.SortOrder
523
- updated_by?: Prisma.SortOrder
524
- is_deleted?: Prisma.SortOrder
525
- deleted_at?: Prisma.SortOrder
526
- deleted_by?: Prisma.SortOrder
527
- }
528
-
529
- export type EventConfigurationsAvgOrderByAggregateInput = {
530
- id?: Prisma.SortOrder
531
- event_id?: Prisma.SortOrder
532
- created_by?: Prisma.SortOrder
533
- updated_by?: Prisma.SortOrder
534
- deleted_by?: Prisma.SortOrder
535
- }
536
-
537
- export type EventConfigurationsMaxOrderByAggregateInput = {
538
- id?: Prisma.SortOrder
539
- uuid?: Prisma.SortOrder
540
- event_id?: Prisma.SortOrder
541
- rule_name?: Prisma.SortOrder
542
- rule_slug?: Prisma.SortOrder
543
- is_active?: Prisma.SortOrder
544
- created_at?: Prisma.SortOrder
545
- created_by?: Prisma.SortOrder
546
- updated_at?: Prisma.SortOrder
547
- updated_by?: Prisma.SortOrder
548
- is_deleted?: Prisma.SortOrder
549
- deleted_at?: Prisma.SortOrder
550
- deleted_by?: Prisma.SortOrder
551
- }
552
-
553
- export type EventConfigurationsMinOrderByAggregateInput = {
554
- id?: Prisma.SortOrder
555
- uuid?: Prisma.SortOrder
556
- event_id?: Prisma.SortOrder
557
- rule_name?: Prisma.SortOrder
558
- rule_slug?: Prisma.SortOrder
559
- is_active?: Prisma.SortOrder
560
- created_at?: Prisma.SortOrder
561
- created_by?: Prisma.SortOrder
562
- updated_at?: Prisma.SortOrder
563
- updated_by?: Prisma.SortOrder
564
- is_deleted?: Prisma.SortOrder
565
- deleted_at?: Prisma.SortOrder
566
- deleted_by?: Prisma.SortOrder
567
- }
568
-
569
- export type EventConfigurationsSumOrderByAggregateInput = {
570
- id?: Prisma.SortOrder
571
- event_id?: Prisma.SortOrder
572
- created_by?: Prisma.SortOrder
573
- updated_by?: Prisma.SortOrder
574
- deleted_by?: Prisma.SortOrder
575
- }
576
-
577
- export type EventConfigurationsCreateNestedManyWithoutEventInput = {
578
- create?: Prisma.XOR<Prisma.EventConfigurationsCreateWithoutEventInput, Prisma.EventConfigurationsUncheckedCreateWithoutEventInput> | Prisma.EventConfigurationsCreateWithoutEventInput[] | Prisma.EventConfigurationsUncheckedCreateWithoutEventInput[]
579
- connectOrCreate?: Prisma.EventConfigurationsCreateOrConnectWithoutEventInput | Prisma.EventConfigurationsCreateOrConnectWithoutEventInput[]
580
- createMany?: Prisma.EventConfigurationsCreateManyEventInputEnvelope
581
- connect?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
582
- }
583
-
584
- export type EventConfigurationsUncheckedCreateNestedManyWithoutEventInput = {
585
- create?: Prisma.XOR<Prisma.EventConfigurationsCreateWithoutEventInput, Prisma.EventConfigurationsUncheckedCreateWithoutEventInput> | Prisma.EventConfigurationsCreateWithoutEventInput[] | Prisma.EventConfigurationsUncheckedCreateWithoutEventInput[]
586
- connectOrCreate?: Prisma.EventConfigurationsCreateOrConnectWithoutEventInput | Prisma.EventConfigurationsCreateOrConnectWithoutEventInput[]
587
- createMany?: Prisma.EventConfigurationsCreateManyEventInputEnvelope
588
- connect?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
589
- }
590
-
591
- export type EventConfigurationsUpdateManyWithoutEventNestedInput = {
592
- create?: Prisma.XOR<Prisma.EventConfigurationsCreateWithoutEventInput, Prisma.EventConfigurationsUncheckedCreateWithoutEventInput> | Prisma.EventConfigurationsCreateWithoutEventInput[] | Prisma.EventConfigurationsUncheckedCreateWithoutEventInput[]
593
- connectOrCreate?: Prisma.EventConfigurationsCreateOrConnectWithoutEventInput | Prisma.EventConfigurationsCreateOrConnectWithoutEventInput[]
594
- upsert?: Prisma.EventConfigurationsUpsertWithWhereUniqueWithoutEventInput | Prisma.EventConfigurationsUpsertWithWhereUniqueWithoutEventInput[]
595
- createMany?: Prisma.EventConfigurationsCreateManyEventInputEnvelope
596
- set?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
597
- disconnect?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
598
- delete?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
599
- connect?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
600
- update?: Prisma.EventConfigurationsUpdateWithWhereUniqueWithoutEventInput | Prisma.EventConfigurationsUpdateWithWhereUniqueWithoutEventInput[]
601
- updateMany?: Prisma.EventConfigurationsUpdateManyWithWhereWithoutEventInput | Prisma.EventConfigurationsUpdateManyWithWhereWithoutEventInput[]
602
- deleteMany?: Prisma.EventConfigurationsScalarWhereInput | Prisma.EventConfigurationsScalarWhereInput[]
603
- }
604
-
605
- export type EventConfigurationsUncheckedUpdateManyWithoutEventNestedInput = {
606
- create?: Prisma.XOR<Prisma.EventConfigurationsCreateWithoutEventInput, Prisma.EventConfigurationsUncheckedCreateWithoutEventInput> | Prisma.EventConfigurationsCreateWithoutEventInput[] | Prisma.EventConfigurationsUncheckedCreateWithoutEventInput[]
607
- connectOrCreate?: Prisma.EventConfigurationsCreateOrConnectWithoutEventInput | Prisma.EventConfigurationsCreateOrConnectWithoutEventInput[]
608
- upsert?: Prisma.EventConfigurationsUpsertWithWhereUniqueWithoutEventInput | Prisma.EventConfigurationsUpsertWithWhereUniqueWithoutEventInput[]
609
- createMany?: Prisma.EventConfigurationsCreateManyEventInputEnvelope
610
- set?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
611
- disconnect?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
612
- delete?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
613
- connect?: Prisma.EventConfigurationsWhereUniqueInput | Prisma.EventConfigurationsWhereUniqueInput[]
614
- update?: Prisma.EventConfigurationsUpdateWithWhereUniqueWithoutEventInput | Prisma.EventConfigurationsUpdateWithWhereUniqueWithoutEventInput[]
615
- updateMany?: Prisma.EventConfigurationsUpdateManyWithWhereWithoutEventInput | Prisma.EventConfigurationsUpdateManyWithWhereWithoutEventInput[]
616
- deleteMany?: Prisma.EventConfigurationsScalarWhereInput | Prisma.EventConfigurationsScalarWhereInput[]
617
- }
618
-
619
- export type EventConfigurationsCreateWithoutEventInput = {
620
- uuid?: string | null
621
- rule_name?: string | null
622
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
623
- rule_slug?: string | null
624
- is_active?: boolean | null
625
- created_at?: Date | string | null
626
- created_by?: number | null
627
- updated_at?: Date | string | null
628
- updated_by?: number | null
629
- is_deleted?: boolean | null
630
- deleted_at?: Date | string | null
631
- deleted_by?: number | null
632
- }
633
-
634
- export type EventConfigurationsUncheckedCreateWithoutEventInput = {
635
- id?: number
636
- uuid?: string | null
637
- rule_name?: string | null
638
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
639
- rule_slug?: string | null
640
- is_active?: boolean | null
641
- created_at?: Date | string | null
642
- created_by?: number | null
643
- updated_at?: Date | string | null
644
- updated_by?: number | null
645
- is_deleted?: boolean | null
646
- deleted_at?: Date | string | null
647
- deleted_by?: number | null
648
- }
649
-
650
- export type EventConfigurationsCreateOrConnectWithoutEventInput = {
651
- where: Prisma.EventConfigurationsWhereUniqueInput
652
- create: Prisma.XOR<Prisma.EventConfigurationsCreateWithoutEventInput, Prisma.EventConfigurationsUncheckedCreateWithoutEventInput>
653
- }
654
-
655
- export type EventConfigurationsCreateManyEventInputEnvelope = {
656
- data: Prisma.EventConfigurationsCreateManyEventInput | Prisma.EventConfigurationsCreateManyEventInput[]
657
- skipDuplicates?: boolean
658
- }
659
-
660
- export type EventConfigurationsUpsertWithWhereUniqueWithoutEventInput = {
661
- where: Prisma.EventConfigurationsWhereUniqueInput
662
- update: Prisma.XOR<Prisma.EventConfigurationsUpdateWithoutEventInput, Prisma.EventConfigurationsUncheckedUpdateWithoutEventInput>
663
- create: Prisma.XOR<Prisma.EventConfigurationsCreateWithoutEventInput, Prisma.EventConfigurationsUncheckedCreateWithoutEventInput>
664
- }
665
-
666
- export type EventConfigurationsUpdateWithWhereUniqueWithoutEventInput = {
667
- where: Prisma.EventConfigurationsWhereUniqueInput
668
- data: Prisma.XOR<Prisma.EventConfigurationsUpdateWithoutEventInput, Prisma.EventConfigurationsUncheckedUpdateWithoutEventInput>
669
- }
670
-
671
- export type EventConfigurationsUpdateManyWithWhereWithoutEventInput = {
672
- where: Prisma.EventConfigurationsScalarWhereInput
673
- data: Prisma.XOR<Prisma.EventConfigurationsUpdateManyMutationInput, Prisma.EventConfigurationsUncheckedUpdateManyWithoutEventInput>
674
- }
675
-
676
- export type EventConfigurationsScalarWhereInput = {
677
- AND?: Prisma.EventConfigurationsScalarWhereInput | Prisma.EventConfigurationsScalarWhereInput[]
678
- OR?: Prisma.EventConfigurationsScalarWhereInput[]
679
- NOT?: Prisma.EventConfigurationsScalarWhereInput | Prisma.EventConfigurationsScalarWhereInput[]
680
- id?: Prisma.IntFilter<"EventConfigurations"> | number
681
- uuid?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
682
- event_id?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
683
- rule_name?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
684
- rule_value?: Prisma.JsonNullableFilter<"EventConfigurations">
685
- rule_slug?: Prisma.StringNullableFilter<"EventConfigurations"> | string | null
686
- is_active?: Prisma.BoolNullableFilter<"EventConfigurations"> | boolean | null
687
- created_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
688
- created_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
689
- updated_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
690
- updated_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
691
- is_deleted?: Prisma.BoolNullableFilter<"EventConfigurations"> | boolean | null
692
- deleted_at?: Prisma.DateTimeNullableFilter<"EventConfigurations"> | Date | string | null
693
- deleted_by?: Prisma.IntNullableFilter<"EventConfigurations"> | number | null
694
- }
695
-
696
- export type EventConfigurationsCreateManyEventInput = {
697
- id?: number
698
- uuid?: string | null
699
- rule_name?: string | null
700
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
701
- rule_slug?: string | null
702
- is_active?: boolean | null
703
- created_at?: Date | string | null
704
- created_by?: number | null
705
- updated_at?: Date | string | null
706
- updated_by?: number | null
707
- is_deleted?: boolean | null
708
- deleted_at?: Date | string | null
709
- deleted_by?: number | null
710
- }
711
-
712
- export type EventConfigurationsUpdateWithoutEventInput = {
713
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
714
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
715
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
716
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
717
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
718
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
719
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
720
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
721
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
722
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
723
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
724
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
725
- }
726
-
727
- export type EventConfigurationsUncheckedUpdateWithoutEventInput = {
728
- id?: Prisma.IntFieldUpdateOperationsInput | number
729
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
730
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
731
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
732
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
733
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
734
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
735
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
736
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
737
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
738
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
739
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
740
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
741
- }
742
-
743
- export type EventConfigurationsUncheckedUpdateManyWithoutEventInput = {
744
- id?: Prisma.IntFieldUpdateOperationsInput | number
745
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
746
- rule_name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
747
- rule_value?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
748
- rule_slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
749
- is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
750
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
751
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
752
- updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
753
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
754
- is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
755
- deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
756
- deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
757
- }
758
-
759
-
760
-
761
- export type EventConfigurationsSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
762
- id?: boolean
763
- uuid?: boolean
764
- event_id?: boolean
765
- rule_name?: boolean
766
- rule_value?: boolean
767
- rule_slug?: boolean
768
- is_active?: boolean
769
- created_at?: boolean
770
- created_by?: boolean
771
- updated_at?: boolean
772
- updated_by?: boolean
773
- is_deleted?: boolean
774
- deleted_at?: boolean
775
- deleted_by?: boolean
776
- event?: boolean | Prisma.EventConfigurations$eventArgs<ExtArgs>
777
- }, ExtArgs["result"]["eventConfigurations"]>
778
-
779
- export type EventConfigurationsSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
780
- id?: boolean
781
- uuid?: boolean
782
- event_id?: boolean
783
- rule_name?: boolean
784
- rule_value?: boolean
785
- rule_slug?: boolean
786
- is_active?: boolean
787
- created_at?: boolean
788
- created_by?: boolean
789
- updated_at?: boolean
790
- updated_by?: boolean
791
- is_deleted?: boolean
792
- deleted_at?: boolean
793
- deleted_by?: boolean
794
- event?: boolean | Prisma.EventConfigurations$eventArgs<ExtArgs>
795
- }, ExtArgs["result"]["eventConfigurations"]>
796
-
797
- export type EventConfigurationsSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
798
- id?: boolean
799
- uuid?: boolean
800
- event_id?: boolean
801
- rule_name?: boolean
802
- rule_value?: boolean
803
- rule_slug?: boolean
804
- is_active?: boolean
805
- created_at?: boolean
806
- created_by?: boolean
807
- updated_at?: boolean
808
- updated_by?: boolean
809
- is_deleted?: boolean
810
- deleted_at?: boolean
811
- deleted_by?: boolean
812
- event?: boolean | Prisma.EventConfigurations$eventArgs<ExtArgs>
813
- }, ExtArgs["result"]["eventConfigurations"]>
814
-
815
- export type EventConfigurationsSelectScalar = {
816
- id?: boolean
817
- uuid?: boolean
818
- event_id?: boolean
819
- rule_name?: boolean
820
- rule_value?: boolean
821
- rule_slug?: boolean
822
- is_active?: boolean
823
- created_at?: boolean
824
- created_by?: boolean
825
- updated_at?: boolean
826
- updated_by?: boolean
827
- is_deleted?: boolean
828
- deleted_at?: boolean
829
- deleted_by?: boolean
830
- }
831
-
832
- export type EventConfigurationsOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "event_id" | "rule_name" | "rule_value" | "rule_slug" | "is_active" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["eventConfigurations"]>
833
- export type EventConfigurationsInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
834
- event?: boolean | Prisma.EventConfigurations$eventArgs<ExtArgs>
835
- }
836
- export type EventConfigurationsIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
837
- event?: boolean | Prisma.EventConfigurations$eventArgs<ExtArgs>
838
- }
839
- export type EventConfigurationsIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
840
- event?: boolean | Prisma.EventConfigurations$eventArgs<ExtArgs>
841
- }
842
-
843
- export type $EventConfigurationsPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
844
- name: "EventConfigurations"
845
- objects: {
846
- event: Prisma.$EventPayload<ExtArgs> | null
847
- }
848
- scalars: runtime.Types.Extensions.GetPayloadResult<{
849
- id: number
850
- uuid: string | null
851
- event_id: number | null
852
- rule_name: string | null
853
- rule_value: runtime.JsonValue | null
854
- rule_slug: string | null
855
- is_active: boolean | null
856
- created_at: Date | null
857
- created_by: number | null
858
- updated_at: Date | null
859
- updated_by: number | null
860
- is_deleted: boolean | null
861
- deleted_at: Date | null
862
- deleted_by: number | null
863
- }, ExtArgs["result"]["eventConfigurations"]>
864
- composites: {}
865
- }
866
-
867
- export type EventConfigurationsGetPayload<S extends boolean | null | undefined | EventConfigurationsDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload, S>
868
-
869
- export type EventConfigurationsCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
870
- Omit<EventConfigurationsFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
871
- select?: EventConfigurationsCountAggregateInputType | true
872
- }
873
-
874
- export interface EventConfigurationsDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
875
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['EventConfigurations'], meta: { name: 'EventConfigurations' } }
876
- /**
877
- * Find zero or one EventConfigurations that matches the filter.
878
- * @param {EventConfigurationsFindUniqueArgs} args - Arguments to find a EventConfigurations
879
- * @example
880
- * // Get one EventConfigurations
881
- * const eventConfigurations = await prisma.eventConfigurations.findUnique({
882
- * where: {
883
- * // ... provide filter here
884
- * }
885
- * })
886
- */
887
- findUnique<T extends EventConfigurationsFindUniqueArgs>(args: Prisma.SelectSubset<T, EventConfigurationsFindUniqueArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
888
-
889
- /**
890
- * Find one EventConfigurations that matches the filter or throw an error with `error.code='P2025'`
891
- * if no matches were found.
892
- * @param {EventConfigurationsFindUniqueOrThrowArgs} args - Arguments to find a EventConfigurations
893
- * @example
894
- * // Get one EventConfigurations
895
- * const eventConfigurations = await prisma.eventConfigurations.findUniqueOrThrow({
896
- * where: {
897
- * // ... provide filter here
898
- * }
899
- * })
900
- */
901
- findUniqueOrThrow<T extends EventConfigurationsFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, EventConfigurationsFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
902
-
903
- /**
904
- * Find the first EventConfigurations that matches the filter.
905
- * Note, that providing `undefined` is treated as the value not being there.
906
- * Read more here: https://pris.ly/d/null-undefined
907
- * @param {EventConfigurationsFindFirstArgs} args - Arguments to find a EventConfigurations
908
- * @example
909
- * // Get one EventConfigurations
910
- * const eventConfigurations = await prisma.eventConfigurations.findFirst({
911
- * where: {
912
- * // ... provide filter here
913
- * }
914
- * })
915
- */
916
- findFirst<T extends EventConfigurationsFindFirstArgs>(args?: Prisma.SelectSubset<T, EventConfigurationsFindFirstArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
917
-
918
- /**
919
- * Find the first EventConfigurations that matches the filter or
920
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
921
- * Note, that providing `undefined` is treated as the value not being there.
922
- * Read more here: https://pris.ly/d/null-undefined
923
- * @param {EventConfigurationsFindFirstOrThrowArgs} args - Arguments to find a EventConfigurations
924
- * @example
925
- * // Get one EventConfigurations
926
- * const eventConfigurations = await prisma.eventConfigurations.findFirstOrThrow({
927
- * where: {
928
- * // ... provide filter here
929
- * }
930
- * })
931
- */
932
- findFirstOrThrow<T extends EventConfigurationsFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, EventConfigurationsFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
933
-
934
- /**
935
- * Find zero or more EventConfigurations that matches the filter.
936
- * Note, that providing `undefined` is treated as the value not being there.
937
- * Read more here: https://pris.ly/d/null-undefined
938
- * @param {EventConfigurationsFindManyArgs} args - Arguments to filter and select certain fields only.
939
- * @example
940
- * // Get all EventConfigurations
941
- * const eventConfigurations = await prisma.eventConfigurations.findMany()
942
- *
943
- * // Get first 10 EventConfigurations
944
- * const eventConfigurations = await prisma.eventConfigurations.findMany({ take: 10 })
945
- *
946
- * // Only select the `id`
947
- * const eventConfigurationsWithIdOnly = await prisma.eventConfigurations.findMany({ select: { id: true } })
948
- *
949
- */
950
- findMany<T extends EventConfigurationsFindManyArgs>(args?: Prisma.SelectSubset<T, EventConfigurationsFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
951
-
952
- /**
953
- * Create a EventConfigurations.
954
- * @param {EventConfigurationsCreateArgs} args - Arguments to create a EventConfigurations.
955
- * @example
956
- * // Create one EventConfigurations
957
- * const EventConfigurations = await prisma.eventConfigurations.create({
958
- * data: {
959
- * // ... data to create a EventConfigurations
960
- * }
961
- * })
962
- *
963
- */
964
- create<T extends EventConfigurationsCreateArgs>(args: Prisma.SelectSubset<T, EventConfigurationsCreateArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
965
-
966
- /**
967
- * Create many EventConfigurations.
968
- * @param {EventConfigurationsCreateManyArgs} args - Arguments to create many EventConfigurations.
969
- * @example
970
- * // Create many EventConfigurations
971
- * const eventConfigurations = await prisma.eventConfigurations.createMany({
972
- * data: [
973
- * // ... provide data here
974
- * ]
975
- * })
976
- *
977
- */
978
- createMany<T extends EventConfigurationsCreateManyArgs>(args?: Prisma.SelectSubset<T, EventConfigurationsCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
979
-
980
- /**
981
- * Create many EventConfigurations and returns the data saved in the database.
982
- * @param {EventConfigurationsCreateManyAndReturnArgs} args - Arguments to create many EventConfigurations.
983
- * @example
984
- * // Create many EventConfigurations
985
- * const eventConfigurations = await prisma.eventConfigurations.createManyAndReturn({
986
- * data: [
987
- * // ... provide data here
988
- * ]
989
- * })
990
- *
991
- * // Create many EventConfigurations and only return the `id`
992
- * const eventConfigurationsWithIdOnly = await prisma.eventConfigurations.createManyAndReturn({
993
- * select: { id: true },
994
- * data: [
995
- * // ... provide data here
996
- * ]
997
- * })
998
- * Note, that providing `undefined` is treated as the value not being there.
999
- * Read more here: https://pris.ly/d/null-undefined
1000
- *
1001
- */
1002
- createManyAndReturn<T extends EventConfigurationsCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, EventConfigurationsCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1003
-
1004
- /**
1005
- * Delete a EventConfigurations.
1006
- * @param {EventConfigurationsDeleteArgs} args - Arguments to delete one EventConfigurations.
1007
- * @example
1008
- * // Delete one EventConfigurations
1009
- * const EventConfigurations = await prisma.eventConfigurations.delete({
1010
- * where: {
1011
- * // ... filter to delete one EventConfigurations
1012
- * }
1013
- * })
1014
- *
1015
- */
1016
- delete<T extends EventConfigurationsDeleteArgs>(args: Prisma.SelectSubset<T, EventConfigurationsDeleteArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1017
-
1018
- /**
1019
- * Update one EventConfigurations.
1020
- * @param {EventConfigurationsUpdateArgs} args - Arguments to update one EventConfigurations.
1021
- * @example
1022
- * // Update one EventConfigurations
1023
- * const eventConfigurations = await prisma.eventConfigurations.update({
1024
- * where: {
1025
- * // ... provide filter here
1026
- * },
1027
- * data: {
1028
- * // ... provide data here
1029
- * }
1030
- * })
1031
- *
1032
- */
1033
- update<T extends EventConfigurationsUpdateArgs>(args: Prisma.SelectSubset<T, EventConfigurationsUpdateArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1034
-
1035
- /**
1036
- * Delete zero or more EventConfigurations.
1037
- * @param {EventConfigurationsDeleteManyArgs} args - Arguments to filter EventConfigurations to delete.
1038
- * @example
1039
- * // Delete a few EventConfigurations
1040
- * const { count } = await prisma.eventConfigurations.deleteMany({
1041
- * where: {
1042
- * // ... provide filter here
1043
- * }
1044
- * })
1045
- *
1046
- */
1047
- deleteMany<T extends EventConfigurationsDeleteManyArgs>(args?: Prisma.SelectSubset<T, EventConfigurationsDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1048
-
1049
- /**
1050
- * Update zero or more EventConfigurations.
1051
- * Note, that providing `undefined` is treated as the value not being there.
1052
- * Read more here: https://pris.ly/d/null-undefined
1053
- * @param {EventConfigurationsUpdateManyArgs} args - Arguments to update one or more rows.
1054
- * @example
1055
- * // Update many EventConfigurations
1056
- * const eventConfigurations = await prisma.eventConfigurations.updateMany({
1057
- * where: {
1058
- * // ... provide filter here
1059
- * },
1060
- * data: {
1061
- * // ... provide data here
1062
- * }
1063
- * })
1064
- *
1065
- */
1066
- updateMany<T extends EventConfigurationsUpdateManyArgs>(args: Prisma.SelectSubset<T, EventConfigurationsUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1067
-
1068
- /**
1069
- * Update zero or more EventConfigurations and returns the data updated in the database.
1070
- * @param {EventConfigurationsUpdateManyAndReturnArgs} args - Arguments to update many EventConfigurations.
1071
- * @example
1072
- * // Update many EventConfigurations
1073
- * const eventConfigurations = await prisma.eventConfigurations.updateManyAndReturn({
1074
- * where: {
1075
- * // ... provide filter here
1076
- * },
1077
- * data: [
1078
- * // ... provide data here
1079
- * ]
1080
- * })
1081
- *
1082
- * // Update zero or more EventConfigurations and only return the `id`
1083
- * const eventConfigurationsWithIdOnly = await prisma.eventConfigurations.updateManyAndReturn({
1084
- * select: { id: true },
1085
- * where: {
1086
- * // ... provide filter here
1087
- * },
1088
- * data: [
1089
- * // ... provide data here
1090
- * ]
1091
- * })
1092
- * Note, that providing `undefined` is treated as the value not being there.
1093
- * Read more here: https://pris.ly/d/null-undefined
1094
- *
1095
- */
1096
- updateManyAndReturn<T extends EventConfigurationsUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, EventConfigurationsUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1097
-
1098
- /**
1099
- * Create or update one EventConfigurations.
1100
- * @param {EventConfigurationsUpsertArgs} args - Arguments to update or create a EventConfigurations.
1101
- * @example
1102
- * // Update or create a EventConfigurations
1103
- * const eventConfigurations = await prisma.eventConfigurations.upsert({
1104
- * create: {
1105
- * // ... data to create a EventConfigurations
1106
- * },
1107
- * update: {
1108
- * // ... in case it already exists, update
1109
- * },
1110
- * where: {
1111
- * // ... the filter for the EventConfigurations we want to update
1112
- * }
1113
- * })
1114
- */
1115
- upsert<T extends EventConfigurationsUpsertArgs>(args: Prisma.SelectSubset<T, EventConfigurationsUpsertArgs<ExtArgs>>): Prisma.Prisma__EventConfigurationsClient<runtime.Types.Result.GetResult<Prisma.$EventConfigurationsPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1116
-
1117
-
1118
- /**
1119
- * Count the number of EventConfigurations.
1120
- * Note, that providing `undefined` is treated as the value not being there.
1121
- * Read more here: https://pris.ly/d/null-undefined
1122
- * @param {EventConfigurationsCountArgs} args - Arguments to filter EventConfigurations to count.
1123
- * @example
1124
- * // Count the number of EventConfigurations
1125
- * const count = await prisma.eventConfigurations.count({
1126
- * where: {
1127
- * // ... the filter for the EventConfigurations we want to count
1128
- * }
1129
- * })
1130
- **/
1131
- count<T extends EventConfigurationsCountArgs>(
1132
- args?: Prisma.Subset<T, EventConfigurationsCountArgs>,
1133
- ): Prisma.PrismaPromise<
1134
- T extends runtime.Types.Utils.Record<'select', any>
1135
- ? T['select'] extends true
1136
- ? number
1137
- : Prisma.GetScalarType<T['select'], EventConfigurationsCountAggregateOutputType>
1138
- : number
1139
- >
1140
-
1141
- /**
1142
- * Allows you to perform aggregations operations on a EventConfigurations.
1143
- * Note, that providing `undefined` is treated as the value not being there.
1144
- * Read more here: https://pris.ly/d/null-undefined
1145
- * @param {EventConfigurationsAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1146
- * @example
1147
- * // Ordered by age ascending
1148
- * // Where email contains prisma.io
1149
- * // Limited to the 10 users
1150
- * const aggregations = await prisma.user.aggregate({
1151
- * _avg: {
1152
- * age: true,
1153
- * },
1154
- * where: {
1155
- * email: {
1156
- * contains: "prisma.io",
1157
- * },
1158
- * },
1159
- * orderBy: {
1160
- * age: "asc",
1161
- * },
1162
- * take: 10,
1163
- * })
1164
- **/
1165
- aggregate<T extends EventConfigurationsAggregateArgs>(args: Prisma.Subset<T, EventConfigurationsAggregateArgs>): Prisma.PrismaPromise<GetEventConfigurationsAggregateType<T>>
1166
-
1167
- /**
1168
- * Group by EventConfigurations.
1169
- * Note, that providing `undefined` is treated as the value not being there.
1170
- * Read more here: https://pris.ly/d/null-undefined
1171
- * @param {EventConfigurationsGroupByArgs} args - Group by arguments.
1172
- * @example
1173
- * // Group by city, order by createdAt, get count
1174
- * const result = await prisma.user.groupBy({
1175
- * by: ['city', 'createdAt'],
1176
- * orderBy: {
1177
- * createdAt: true
1178
- * },
1179
- * _count: {
1180
- * _all: true
1181
- * },
1182
- * })
1183
- *
1184
- **/
1185
- groupBy<
1186
- T extends EventConfigurationsGroupByArgs,
1187
- HasSelectOrTake extends Prisma.Or<
1188
- Prisma.Extends<'skip', Prisma.Keys<T>>,
1189
- Prisma.Extends<'take', Prisma.Keys<T>>
1190
- >,
1191
- OrderByArg extends Prisma.True extends HasSelectOrTake
1192
- ? { orderBy: EventConfigurationsGroupByArgs['orderBy'] }
1193
- : { orderBy?: EventConfigurationsGroupByArgs['orderBy'] },
1194
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1195
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1196
- ByValid extends Prisma.Has<ByFields, OrderFields>,
1197
- HavingFields extends Prisma.GetHavingFields<T['having']>,
1198
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
1199
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1200
- InputErrors extends ByEmpty extends Prisma.True
1201
- ? `Error: "by" must not be empty.`
1202
- : HavingValid extends Prisma.False
1203
- ? {
1204
- [P in HavingFields]: P extends ByFields
1205
- ? never
1206
- : P extends string
1207
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1208
- : [
1209
- Error,
1210
- 'Field ',
1211
- P,
1212
- ` in "having" needs to be provided in "by"`,
1213
- ]
1214
- }[HavingFields]
1215
- : 'take' extends Prisma.Keys<T>
1216
- ? 'orderBy' extends Prisma.Keys<T>
1217
- ? ByValid extends Prisma.True
1218
- ? {}
1219
- : {
1220
- [P in OrderFields]: P extends ByFields
1221
- ? never
1222
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1223
- }[OrderFields]
1224
- : 'Error: If you provide "take", you also need to provide "orderBy"'
1225
- : 'skip' extends Prisma.Keys<T>
1226
- ? 'orderBy' extends Prisma.Keys<T>
1227
- ? ByValid extends Prisma.True
1228
- ? {}
1229
- : {
1230
- [P in OrderFields]: P extends ByFields
1231
- ? never
1232
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1233
- }[OrderFields]
1234
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
1235
- : ByValid extends Prisma.True
1236
- ? {}
1237
- : {
1238
- [P in OrderFields]: P extends ByFields
1239
- ? never
1240
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1241
- }[OrderFields]
1242
- >(args: Prisma.SubsetIntersection<T, EventConfigurationsGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetEventConfigurationsGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1243
- /**
1244
- * Fields of the EventConfigurations model
1245
- */
1246
- readonly fields: EventConfigurationsFieldRefs;
1247
- }
1248
-
1249
- /**
1250
- * The delegate class that acts as a "Promise-like" for EventConfigurations.
1251
- * Why is this prefixed with `Prisma__`?
1252
- * Because we want to prevent naming conflicts as mentioned in
1253
- * https://github.com/prisma/prisma-client-js/issues/707
1254
- */
1255
- export interface Prisma__EventConfigurationsClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1256
- readonly [Symbol.toStringTag]: "PrismaPromise"
1257
- event<T extends Prisma.EventConfigurations$eventArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventConfigurations$eventArgs<ExtArgs>>): Prisma.Prisma__EventClient<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1258
- /**
1259
- * Attaches callbacks for the resolution and/or rejection of the Promise.
1260
- * @param onfulfilled The callback to execute when the Promise is resolved.
1261
- * @param onrejected The callback to execute when the Promise is rejected.
1262
- * @returns A Promise for the completion of which ever callback is executed.
1263
- */
1264
- 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>
1265
- /**
1266
- * Attaches a callback for only the rejection of the Promise.
1267
- * @param onrejected The callback to execute when the Promise is rejected.
1268
- * @returns A Promise for the completion of the callback.
1269
- */
1270
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1271
- /**
1272
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1273
- * resolved value cannot be modified from the callback.
1274
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1275
- * @returns A Promise for the completion of the callback.
1276
- */
1277
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1278
- }
1279
-
1280
-
1281
-
1282
-
1283
- /**
1284
- * Fields of the EventConfigurations model
1285
- */
1286
- export interface EventConfigurationsFieldRefs {
1287
- readonly id: Prisma.FieldRef<"EventConfigurations", 'Int'>
1288
- readonly uuid: Prisma.FieldRef<"EventConfigurations", 'String'>
1289
- readonly event_id: Prisma.FieldRef<"EventConfigurations", 'Int'>
1290
- readonly rule_name: Prisma.FieldRef<"EventConfigurations", 'String'>
1291
- readonly rule_value: Prisma.FieldRef<"EventConfigurations", 'Json'>
1292
- readonly rule_slug: Prisma.FieldRef<"EventConfigurations", 'String'>
1293
- readonly is_active: Prisma.FieldRef<"EventConfigurations", 'Boolean'>
1294
- readonly created_at: Prisma.FieldRef<"EventConfigurations", 'DateTime'>
1295
- readonly created_by: Prisma.FieldRef<"EventConfigurations", 'Int'>
1296
- readonly updated_at: Prisma.FieldRef<"EventConfigurations", 'DateTime'>
1297
- readonly updated_by: Prisma.FieldRef<"EventConfigurations", 'Int'>
1298
- readonly is_deleted: Prisma.FieldRef<"EventConfigurations", 'Boolean'>
1299
- readonly deleted_at: Prisma.FieldRef<"EventConfigurations", 'DateTime'>
1300
- readonly deleted_by: Prisma.FieldRef<"EventConfigurations", 'Int'>
1301
- }
1302
-
1303
-
1304
- // Custom InputTypes
1305
- /**
1306
- * EventConfigurations findUnique
1307
- */
1308
- export type EventConfigurationsFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1309
- /**
1310
- * Select specific fields to fetch from the EventConfigurations
1311
- */
1312
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1313
- /**
1314
- * Omit specific fields from the EventConfigurations
1315
- */
1316
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1317
- /**
1318
- * Choose, which related nodes to fetch as well
1319
- */
1320
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1321
- /**
1322
- * Filter, which EventConfigurations to fetch.
1323
- */
1324
- where: Prisma.EventConfigurationsWhereUniqueInput
1325
- }
1326
-
1327
- /**
1328
- * EventConfigurations findUniqueOrThrow
1329
- */
1330
- export type EventConfigurationsFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1331
- /**
1332
- * Select specific fields to fetch from the EventConfigurations
1333
- */
1334
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1335
- /**
1336
- * Omit specific fields from the EventConfigurations
1337
- */
1338
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1339
- /**
1340
- * Choose, which related nodes to fetch as well
1341
- */
1342
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1343
- /**
1344
- * Filter, which EventConfigurations to fetch.
1345
- */
1346
- where: Prisma.EventConfigurationsWhereUniqueInput
1347
- }
1348
-
1349
- /**
1350
- * EventConfigurations findFirst
1351
- */
1352
- export type EventConfigurationsFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1353
- /**
1354
- * Select specific fields to fetch from the EventConfigurations
1355
- */
1356
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1357
- /**
1358
- * Omit specific fields from the EventConfigurations
1359
- */
1360
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1361
- /**
1362
- * Choose, which related nodes to fetch as well
1363
- */
1364
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1365
- /**
1366
- * Filter, which EventConfigurations to fetch.
1367
- */
1368
- where?: Prisma.EventConfigurationsWhereInput
1369
- /**
1370
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1371
- *
1372
- * Determine the order of EventConfigurations to fetch.
1373
- */
1374
- orderBy?: Prisma.EventConfigurationsOrderByWithRelationInput | Prisma.EventConfigurationsOrderByWithRelationInput[]
1375
- /**
1376
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1377
- *
1378
- * Sets the position for searching for EventConfigurations.
1379
- */
1380
- cursor?: Prisma.EventConfigurationsWhereUniqueInput
1381
- /**
1382
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1383
- *
1384
- * Take `±n` EventConfigurations from the position of the cursor.
1385
- */
1386
- take?: number
1387
- /**
1388
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1389
- *
1390
- * Skip the first `n` EventConfigurations.
1391
- */
1392
- skip?: number
1393
- /**
1394
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1395
- *
1396
- * Filter by unique combinations of EventConfigurations.
1397
- */
1398
- distinct?: Prisma.EventConfigurationsScalarFieldEnum | Prisma.EventConfigurationsScalarFieldEnum[]
1399
- }
1400
-
1401
- /**
1402
- * EventConfigurations findFirstOrThrow
1403
- */
1404
- export type EventConfigurationsFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1405
- /**
1406
- * Select specific fields to fetch from the EventConfigurations
1407
- */
1408
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1409
- /**
1410
- * Omit specific fields from the EventConfigurations
1411
- */
1412
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1413
- /**
1414
- * Choose, which related nodes to fetch as well
1415
- */
1416
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1417
- /**
1418
- * Filter, which EventConfigurations to fetch.
1419
- */
1420
- where?: Prisma.EventConfigurationsWhereInput
1421
- /**
1422
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1423
- *
1424
- * Determine the order of EventConfigurations to fetch.
1425
- */
1426
- orderBy?: Prisma.EventConfigurationsOrderByWithRelationInput | Prisma.EventConfigurationsOrderByWithRelationInput[]
1427
- /**
1428
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1429
- *
1430
- * Sets the position for searching for EventConfigurations.
1431
- */
1432
- cursor?: Prisma.EventConfigurationsWhereUniqueInput
1433
- /**
1434
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1435
- *
1436
- * Take `±n` EventConfigurations from the position of the cursor.
1437
- */
1438
- take?: number
1439
- /**
1440
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1441
- *
1442
- * Skip the first `n` EventConfigurations.
1443
- */
1444
- skip?: number
1445
- /**
1446
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1447
- *
1448
- * Filter by unique combinations of EventConfigurations.
1449
- */
1450
- distinct?: Prisma.EventConfigurationsScalarFieldEnum | Prisma.EventConfigurationsScalarFieldEnum[]
1451
- }
1452
-
1453
- /**
1454
- * EventConfigurations findMany
1455
- */
1456
- export type EventConfigurationsFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1457
- /**
1458
- * Select specific fields to fetch from the EventConfigurations
1459
- */
1460
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1461
- /**
1462
- * Omit specific fields from the EventConfigurations
1463
- */
1464
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1465
- /**
1466
- * Choose, which related nodes to fetch as well
1467
- */
1468
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1469
- /**
1470
- * Filter, which EventConfigurations to fetch.
1471
- */
1472
- where?: Prisma.EventConfigurationsWhereInput
1473
- /**
1474
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1475
- *
1476
- * Determine the order of EventConfigurations to fetch.
1477
- */
1478
- orderBy?: Prisma.EventConfigurationsOrderByWithRelationInput | Prisma.EventConfigurationsOrderByWithRelationInput[]
1479
- /**
1480
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1481
- *
1482
- * Sets the position for listing EventConfigurations.
1483
- */
1484
- cursor?: Prisma.EventConfigurationsWhereUniqueInput
1485
- /**
1486
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1487
- *
1488
- * Take `±n` EventConfigurations from the position of the cursor.
1489
- */
1490
- take?: number
1491
- /**
1492
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1493
- *
1494
- * Skip the first `n` EventConfigurations.
1495
- */
1496
- skip?: number
1497
- /**
1498
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1499
- *
1500
- * Filter by unique combinations of EventConfigurations.
1501
- */
1502
- distinct?: Prisma.EventConfigurationsScalarFieldEnum | Prisma.EventConfigurationsScalarFieldEnum[]
1503
- }
1504
-
1505
- /**
1506
- * EventConfigurations create
1507
- */
1508
- export type EventConfigurationsCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1509
- /**
1510
- * Select specific fields to fetch from the EventConfigurations
1511
- */
1512
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1513
- /**
1514
- * Omit specific fields from the EventConfigurations
1515
- */
1516
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1517
- /**
1518
- * Choose, which related nodes to fetch as well
1519
- */
1520
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1521
- /**
1522
- * The data needed to create a EventConfigurations.
1523
- */
1524
- data?: Prisma.XOR<Prisma.EventConfigurationsCreateInput, Prisma.EventConfigurationsUncheckedCreateInput>
1525
- }
1526
-
1527
- /**
1528
- * EventConfigurations createMany
1529
- */
1530
- export type EventConfigurationsCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1531
- /**
1532
- * The data used to create many EventConfigurations.
1533
- */
1534
- data: Prisma.EventConfigurationsCreateManyInput | Prisma.EventConfigurationsCreateManyInput[]
1535
- skipDuplicates?: boolean
1536
- }
1537
-
1538
- /**
1539
- * EventConfigurations createManyAndReturn
1540
- */
1541
- export type EventConfigurationsCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1542
- /**
1543
- * Select specific fields to fetch from the EventConfigurations
1544
- */
1545
- select?: Prisma.EventConfigurationsSelectCreateManyAndReturn<ExtArgs> | null
1546
- /**
1547
- * Omit specific fields from the EventConfigurations
1548
- */
1549
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1550
- /**
1551
- * The data used to create many EventConfigurations.
1552
- */
1553
- data: Prisma.EventConfigurationsCreateManyInput | Prisma.EventConfigurationsCreateManyInput[]
1554
- skipDuplicates?: boolean
1555
- /**
1556
- * Choose, which related nodes to fetch as well
1557
- */
1558
- include?: Prisma.EventConfigurationsIncludeCreateManyAndReturn<ExtArgs> | null
1559
- }
1560
-
1561
- /**
1562
- * EventConfigurations update
1563
- */
1564
- export type EventConfigurationsUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1565
- /**
1566
- * Select specific fields to fetch from the EventConfigurations
1567
- */
1568
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1569
- /**
1570
- * Omit specific fields from the EventConfigurations
1571
- */
1572
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1573
- /**
1574
- * Choose, which related nodes to fetch as well
1575
- */
1576
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1577
- /**
1578
- * The data needed to update a EventConfigurations.
1579
- */
1580
- data: Prisma.XOR<Prisma.EventConfigurationsUpdateInput, Prisma.EventConfigurationsUncheckedUpdateInput>
1581
- /**
1582
- * Choose, which EventConfigurations to update.
1583
- */
1584
- where: Prisma.EventConfigurationsWhereUniqueInput
1585
- }
1586
-
1587
- /**
1588
- * EventConfigurations updateMany
1589
- */
1590
- export type EventConfigurationsUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1591
- /**
1592
- * The data used to update EventConfigurations.
1593
- */
1594
- data: Prisma.XOR<Prisma.EventConfigurationsUpdateManyMutationInput, Prisma.EventConfigurationsUncheckedUpdateManyInput>
1595
- /**
1596
- * Filter which EventConfigurations to update
1597
- */
1598
- where?: Prisma.EventConfigurationsWhereInput
1599
- /**
1600
- * Limit how many EventConfigurations to update.
1601
- */
1602
- limit?: number
1603
- }
1604
-
1605
- /**
1606
- * EventConfigurations updateManyAndReturn
1607
- */
1608
- export type EventConfigurationsUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1609
- /**
1610
- * Select specific fields to fetch from the EventConfigurations
1611
- */
1612
- select?: Prisma.EventConfigurationsSelectUpdateManyAndReturn<ExtArgs> | null
1613
- /**
1614
- * Omit specific fields from the EventConfigurations
1615
- */
1616
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1617
- /**
1618
- * The data used to update EventConfigurations.
1619
- */
1620
- data: Prisma.XOR<Prisma.EventConfigurationsUpdateManyMutationInput, Prisma.EventConfigurationsUncheckedUpdateManyInput>
1621
- /**
1622
- * Filter which EventConfigurations to update
1623
- */
1624
- where?: Prisma.EventConfigurationsWhereInput
1625
- /**
1626
- * Limit how many EventConfigurations to update.
1627
- */
1628
- limit?: number
1629
- /**
1630
- * Choose, which related nodes to fetch as well
1631
- */
1632
- include?: Prisma.EventConfigurationsIncludeUpdateManyAndReturn<ExtArgs> | null
1633
- }
1634
-
1635
- /**
1636
- * EventConfigurations upsert
1637
- */
1638
- export type EventConfigurationsUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1639
- /**
1640
- * Select specific fields to fetch from the EventConfigurations
1641
- */
1642
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1643
- /**
1644
- * Omit specific fields from the EventConfigurations
1645
- */
1646
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1647
- /**
1648
- * Choose, which related nodes to fetch as well
1649
- */
1650
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1651
- /**
1652
- * The filter to search for the EventConfigurations to update in case it exists.
1653
- */
1654
- where: Prisma.EventConfigurationsWhereUniqueInput
1655
- /**
1656
- * In case the EventConfigurations found by the `where` argument doesn't exist, create a new EventConfigurations with this data.
1657
- */
1658
- create: Prisma.XOR<Prisma.EventConfigurationsCreateInput, Prisma.EventConfigurationsUncheckedCreateInput>
1659
- /**
1660
- * In case the EventConfigurations was found with the provided `where` argument, update it with this data.
1661
- */
1662
- update: Prisma.XOR<Prisma.EventConfigurationsUpdateInput, Prisma.EventConfigurationsUncheckedUpdateInput>
1663
- }
1664
-
1665
- /**
1666
- * EventConfigurations delete
1667
- */
1668
- export type EventConfigurationsDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1669
- /**
1670
- * Select specific fields to fetch from the EventConfigurations
1671
- */
1672
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1673
- /**
1674
- * Omit specific fields from the EventConfigurations
1675
- */
1676
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1677
- /**
1678
- * Choose, which related nodes to fetch as well
1679
- */
1680
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1681
- /**
1682
- * Filter which EventConfigurations to delete.
1683
- */
1684
- where: Prisma.EventConfigurationsWhereUniqueInput
1685
- }
1686
-
1687
- /**
1688
- * EventConfigurations deleteMany
1689
- */
1690
- export type EventConfigurationsDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1691
- /**
1692
- * Filter which EventConfigurations to delete
1693
- */
1694
- where?: Prisma.EventConfigurationsWhereInput
1695
- /**
1696
- * Limit how many EventConfigurations to delete.
1697
- */
1698
- limit?: number
1699
- }
1700
-
1701
- /**
1702
- * EventConfigurations.event
1703
- */
1704
- export type EventConfigurations$eventArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1705
- /**
1706
- * Select specific fields to fetch from the Event
1707
- */
1708
- select?: Prisma.EventSelect<ExtArgs> | null
1709
- /**
1710
- * Omit specific fields from the Event
1711
- */
1712
- omit?: Prisma.EventOmit<ExtArgs> | null
1713
- /**
1714
- * Choose, which related nodes to fetch as well
1715
- */
1716
- include?: Prisma.EventInclude<ExtArgs> | null
1717
- where?: Prisma.EventWhereInput
1718
- }
1719
-
1720
- /**
1721
- * EventConfigurations without action
1722
- */
1723
- export type EventConfigurationsDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1724
- /**
1725
- * Select specific fields to fetch from the EventConfigurations
1726
- */
1727
- select?: Prisma.EventConfigurationsSelect<ExtArgs> | null
1728
- /**
1729
- * Omit specific fields from the EventConfigurations
1730
- */
1731
- omit?: Prisma.EventConfigurationsOmit<ExtArgs> | null
1732
- /**
1733
- * Choose, which related nodes to fetch as well
1734
- */
1735
- include?: Prisma.EventConfigurationsInclude<ExtArgs> | null
1736
- }