procbay-schema 1.0.171 → 1.0.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/package.json +13 -22
  2. package/prisma/migrations/20260518124524_added_new_template_builder_changes/migration.sql +26 -0
  3. package/prisma/schema.prisma +17 -7
  4. package/scripts/sync-schemas.js +1 -5
  5. package/src/create-prisma-client.js +9 -49
  6. package/src/prisma/client.d.ts +1 -0
  7. package/src/prisma/client.js +4 -0
  8. package/src/prisma/default.d.ts +1 -0
  9. package/src/prisma/default.js +4 -0
  10. package/src/prisma/edge.d.ts +1 -0
  11. package/src/prisma/edge.js +2911 -0
  12. package/src/{generated/prisma/internal/prismaNamespaceBrowser.ts → prisma/index-browser.js} +991 -739
  13. package/src/prisma/index.d.ts +286785 -0
  14. package/src/prisma/index.js +2940 -2
  15. package/src/prisma/libquery_engine-darwin.dylib.node +0 -0
  16. package/src/prisma/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  17. package/src/prisma/package.json +140 -0
  18. package/src/prisma/query_engine-windows.dll.node +0 -0
  19. package/src/prisma/runtime/edge-esm.js +34 -0
  20. package/src/prisma/runtime/edge.js +34 -0
  21. package/src/prisma/runtime/index-browser.d.ts +370 -0
  22. package/src/prisma/runtime/index-browser.js +16 -0
  23. package/src/prisma/runtime/library.d.ts +3647 -0
  24. package/src/prisma/runtime/library.js +146 -0
  25. package/src/prisma/runtime/react-native.js +83 -0
  26. package/src/prisma/runtime/wasm.js +35 -0
  27. package/src/prisma/schema.prisma +3831 -0
  28. package/src/prisma/wasm.d.ts +1 -0
  29. package/src/prisma/wasm.js +2873 -0
  30. package/prisma/migrations/20260515130204_updated_user_approval_management_schema/migration.sql +0 -55
  31. package/prisma.config.js +0 -19
  32. package/src/generated/prisma/browser.ts +0 -574
  33. package/src/generated/prisma/client.bundle.mjs +0 -6733
  34. package/src/generated/prisma/client.ts +0 -598
  35. package/src/generated/prisma/commonInputTypes.ts +0 -2911
  36. package/src/generated/prisma/enums.ts +0 -730
  37. package/src/generated/prisma/internal/class.ts +0 -1304
  38. package/src/generated/prisma/internal/prismaNamespace.ts +0 -12506
  39. package/src/generated/prisma/models/ActivityLog.ts +0 -1590
  40. package/src/generated/prisma/models/AdminAlert.ts +0 -1547
  41. package/src/generated/prisma/models/ApprovalCondition.ts +0 -2085
  42. package/src/generated/prisma/models/ApprovalDelegation.ts +0 -3057
  43. package/src/generated/prisma/models/ApprovalDelegationDelegate.ts +0 -1784
  44. package/src/generated/prisma/models/ApprovalHierarchy.ts +0 -3083
  45. package/src/generated/prisma/models/ApprovalJourney.ts +0 -2867
  46. package/src/generated/prisma/models/ApprovalLevel.ts +0 -2335
  47. package/src/generated/prisma/models/ApprovalLevelEscalation.ts +0 -2128
  48. package/src/generated/prisma/models/ApprovalLevelEscalationUser.ts +0 -1863
  49. package/src/generated/prisma/models/ApprovalLevelUser.ts +0 -1863
  50. package/src/generated/prisma/models/ApprovalManagement.ts +0 -1728
  51. package/src/generated/prisma/models/Attribute.ts +0 -2075
  52. package/src/generated/prisma/models/AttributeValue.ts +0 -1882
  53. package/src/generated/prisma/models/Bid.ts +0 -2719
  54. package/src/generated/prisma/models/BidLog.ts +0 -3560
  55. package/src/generated/prisma/models/BlanketPurchaseOrder.ts +0 -3527
  56. package/src/generated/prisma/models/BlanketPurchaseOrderItem.ts +0 -2532
  57. package/src/generated/prisma/models/BlanketPurchaseOrderRelease.ts +0 -2713
  58. package/src/generated/prisma/models/BoqEventItem.ts +0 -4056
  59. package/src/generated/prisma/models/Budget.ts +0 -1954
  60. package/src/generated/prisma/models/BudgetHold.ts +0 -1904
  61. package/src/generated/prisma/models/BusinessEntity.ts +0 -3901
  62. package/src/generated/prisma/models/BusinessEntityDepartment.ts +0 -2032
  63. package/src/generated/prisma/models/BusinessEntityLocation.ts +0 -1567
  64. package/src/generated/prisma/models/Catalogue.ts +0 -2081
  65. package/src/generated/prisma/models/CatalogueCart.ts +0 -2305
  66. package/src/generated/prisma/models/CatalogueVendor.ts +0 -2252
  67. package/src/generated/prisma/models/Category.ts +0 -3091
  68. package/src/generated/prisma/models/CategoryBudget.ts +0 -2690
  69. package/src/generated/prisma/models/City.ts +0 -2180
  70. package/src/generated/prisma/models/Cms.ts +0 -1492
  71. package/src/generated/prisma/models/ContactUs.ts +0 -1654
  72. package/src/generated/prisma/models/Conversation.ts +0 -2389
  73. package/src/generated/prisma/models/ConversationParticipant.ts +0 -1833
  74. package/src/generated/prisma/models/CounterOffer.ts +0 -2156
  75. package/src/generated/prisma/models/Country.ts +0 -3394
  76. package/src/generated/prisma/models/Currency.ts +0 -1642
  77. package/src/generated/prisma/models/CustomerNotification.ts +0 -1653
  78. package/src/generated/prisma/models/Department.ts +0 -2372
  79. package/src/generated/prisma/models/DepartmentBudget.ts +0 -2494
  80. package/src/generated/prisma/models/DynamicForm.ts +0 -2021
  81. package/src/generated/prisma/models/EmailTemplate.ts +0 -1516
  82. package/src/generated/prisma/models/Event.ts +0 -6819
  83. package/src/generated/prisma/models/EventConfigurations.ts +0 -1736
  84. package/src/generated/prisma/models/EventCriteria.ts +0 -2134
  85. package/src/generated/prisma/models/EventItems.ts +0 -2821
  86. package/src/generated/prisma/models/EventRfiForm.ts +0 -2020
  87. package/src/generated/prisma/models/EventRfiFormLog.ts +0 -2608
  88. package/src/generated/prisma/models/EventStrategies.ts +0 -1857
  89. package/src/generated/prisma/models/EventVendorCriteria.ts +0 -2186
  90. package/src/generated/prisma/models/EventVendors.ts +0 -3446
  91. package/src/generated/prisma/models/Expense.ts +0 -1625
  92. package/src/generated/prisma/models/ExportLog.ts +0 -1822
  93. package/src/generated/prisma/models/Faq.ts +0 -1753
  94. package/src/generated/prisma/models/FaqCategory.ts +0 -1610
  95. package/src/generated/prisma/models/FiscalYear.ts +0 -1460
  96. package/src/generated/prisma/models/FormMaster.ts +0 -1831
  97. package/src/generated/prisma/models/GRN.ts +0 -3354
  98. package/src/generated/prisma/models/GRNItem.ts +0 -2119
  99. package/src/generated/prisma/models/Industry.ts +0 -1642
  100. package/src/generated/prisma/models/Invoice.ts +0 -2949
  101. package/src/generated/prisma/models/InvoiceItem.ts +0 -2397
  102. package/src/generated/prisma/models/Item.ts +0 -10644
  103. package/src/generated/prisma/models/ItemAttribute.ts +0 -1750
  104. package/src/generated/prisma/models/ItemAttributeValue.ts +0 -1802
  105. package/src/generated/prisma/models/ItemDocument.ts +0 -1590
  106. package/src/generated/prisma/models/Location.ts +0 -2711
  107. package/src/generated/prisma/models/Message.ts +0 -2744
  108. package/src/generated/prisma/models/MessageRecipient.ts +0 -1759
  109. package/src/generated/prisma/models/Module.ts +0 -1630
  110. package/src/generated/prisma/models/Permission.ts +0 -1640
  111. package/src/generated/prisma/models/PurchaseIntake.ts +0 -4672
  112. package/src/generated/prisma/models/PurchaseIntakeItem.ts +0 -2366
  113. package/src/generated/prisma/models/PurchaseOrder.ts +0 -4012
  114. package/src/generated/prisma/models/PurchaseOrderActivityLog.ts +0 -1720
  115. package/src/generated/prisma/models/PurchaseOrderItem.ts +0 -2623
  116. package/src/generated/prisma/models/Quotation.ts +0 -3207
  117. package/src/generated/prisma/models/QuotationLog.ts +0 -3239
  118. package/src/generated/prisma/models/Region.ts +0 -1746
  119. package/src/generated/prisma/models/RequestedCatalogue.ts +0 -1618
  120. package/src/generated/prisma/models/RequestedCatalogueDetails.ts +0 -2252
  121. package/src/generated/prisma/models/Role.ts +0 -1907
  122. package/src/generated/prisma/models/RolePermission.ts +0 -1737
  123. package/src/generated/prisma/models/SendBack.ts +0 -1830
  124. package/src/generated/prisma/models/SerialNumberConfiguration.ts +0 -1254
  125. package/src/generated/prisma/models/SmtpConfig.ts +0 -1522
  126. package/src/generated/prisma/models/State.ts +0 -2174
  127. package/src/generated/prisma/models/Strategies.ts +0 -1791
  128. package/src/generated/prisma/models/SubModule.ts +0 -1450
  129. package/src/generated/prisma/models/Subregion.ts +0 -1870
  130. package/src/generated/prisma/models/SupportCategory.ts +0 -1712
  131. package/src/generated/prisma/models/SupportTicket.ts +0 -2478
  132. package/src/generated/prisma/models/SupportingDocument.ts +0 -2283
  133. package/src/generated/prisma/models/Template.ts +0 -2429
  134. package/src/generated/prisma/models/TemplateField.ts +0 -1916
  135. package/src/generated/prisma/models/TemplateStrategies.ts +0 -1614
  136. package/src/generated/prisma/models/TenantConfiguration.ts +0 -1694
  137. package/src/generated/prisma/models/TicketAssignment.ts +0 -1742
  138. package/src/generated/prisma/models/TicketHistory.ts +0 -1789
  139. package/src/generated/prisma/models/TicketReply.ts +0 -1640
  140. package/src/generated/prisma/models/Uom.ts +0 -1752
  141. package/src/generated/prisma/models/UomCategory.ts +0 -1558
  142. package/src/generated/prisma/models/UploadLog.ts +0 -1731
  143. package/src/generated/prisma/models/User.ts +0 -19397
  144. package/src/generated/prisma/models/UserDepartmentEntity.ts +0 -2099
  145. package/src/generated/prisma/models/UserEventConfiguration.ts +0 -1370
  146. package/src/generated/prisma/models/UserLoginActivity.ts +0 -1693
  147. package/src/generated/prisma/models/UserRole.ts +0 -1696
  148. package/src/generated/prisma/models/UserVendorSocketTokens.ts +0 -1450
  149. package/src/generated/prisma/models/VendorReference.ts +0 -1707
  150. package/src/generated/prisma/models.ts +0 -122
@@ -1,1370 +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 `UserEventConfiguration` 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 UserEventConfiguration
17
- *
18
- */
19
- export type UserEventConfigurationModel = runtime.Types.Result.DefaultSelection<Prisma.$UserEventConfigurationPayload>
20
-
21
- export type AggregateUserEventConfiguration = {
22
- _count: UserEventConfigurationCountAggregateOutputType | null
23
- _avg: UserEventConfigurationAvgAggregateOutputType | null
24
- _sum: UserEventConfigurationSumAggregateOutputType | null
25
- _min: UserEventConfigurationMinAggregateOutputType | null
26
- _max: UserEventConfigurationMaxAggregateOutputType | null
27
- }
28
-
29
- export type UserEventConfigurationAvgAggregateOutputType = {
30
- id: number | null
31
- created_by: number | null
32
- updated_by: number | null
33
- }
34
-
35
- export type UserEventConfigurationSumAggregateOutputType = {
36
- id: number | null
37
- created_by: number | null
38
- updated_by: number | null
39
- }
40
-
41
- export type UserEventConfigurationMinAggregateOutputType = {
42
- id: number | null
43
- uuid: string | null
44
- name: string | null
45
- slug: string | null
46
- description: string | null
47
- is_active: boolean | null
48
- is_editable: boolean | null
49
- created_at: Date | null
50
- created_by: number | null
51
- updated_at: Date | null
52
- updated_by: number | null
53
- }
54
-
55
- export type UserEventConfigurationMaxAggregateOutputType = {
56
- id: number | null
57
- uuid: string | null
58
- name: string | null
59
- slug: string | null
60
- description: string | null
61
- is_active: boolean | null
62
- is_editable: boolean | null
63
- created_at: Date | null
64
- created_by: number | null
65
- updated_at: Date | null
66
- updated_by: number | null
67
- }
68
-
69
- export type UserEventConfigurationCountAggregateOutputType = {
70
- id: number
71
- uuid: number
72
- name: number
73
- slug: number
74
- description: number
75
- is_active: number
76
- is_editable: number
77
- created_at: number
78
- created_by: number
79
- updated_at: number
80
- updated_by: number
81
- _all: number
82
- }
83
-
84
-
85
- export type UserEventConfigurationAvgAggregateInputType = {
86
- id?: true
87
- created_by?: true
88
- updated_by?: true
89
- }
90
-
91
- export type UserEventConfigurationSumAggregateInputType = {
92
- id?: true
93
- created_by?: true
94
- updated_by?: true
95
- }
96
-
97
- export type UserEventConfigurationMinAggregateInputType = {
98
- id?: true
99
- uuid?: true
100
- name?: true
101
- slug?: true
102
- description?: true
103
- is_active?: true
104
- is_editable?: true
105
- created_at?: true
106
- created_by?: true
107
- updated_at?: true
108
- updated_by?: true
109
- }
110
-
111
- export type UserEventConfigurationMaxAggregateInputType = {
112
- id?: true
113
- uuid?: true
114
- name?: true
115
- slug?: true
116
- description?: true
117
- is_active?: true
118
- is_editable?: true
119
- created_at?: true
120
- created_by?: true
121
- updated_at?: true
122
- updated_by?: true
123
- }
124
-
125
- export type UserEventConfigurationCountAggregateInputType = {
126
- id?: true
127
- uuid?: true
128
- name?: true
129
- slug?: true
130
- description?: true
131
- is_active?: true
132
- is_editable?: true
133
- created_at?: true
134
- created_by?: true
135
- updated_at?: true
136
- updated_by?: true
137
- _all?: true
138
- }
139
-
140
- export type UserEventConfigurationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
141
- /**
142
- * Filter which UserEventConfiguration to aggregate.
143
- */
144
- where?: Prisma.UserEventConfigurationWhereInput
145
- /**
146
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
147
- *
148
- * Determine the order of UserEventConfigurations to fetch.
149
- */
150
- orderBy?: Prisma.UserEventConfigurationOrderByWithRelationInput | Prisma.UserEventConfigurationOrderByWithRelationInput[]
151
- /**
152
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
153
- *
154
- * Sets the start position
155
- */
156
- cursor?: Prisma.UserEventConfigurationWhereUniqueInput
157
- /**
158
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
159
- *
160
- * Take `±n` UserEventConfigurations from the position of the cursor.
161
- */
162
- take?: number
163
- /**
164
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
165
- *
166
- * Skip the first `n` UserEventConfigurations.
167
- */
168
- skip?: number
169
- /**
170
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
171
- *
172
- * Count returned UserEventConfigurations
173
- **/
174
- _count?: true | UserEventConfigurationCountAggregateInputType
175
- /**
176
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
177
- *
178
- * Select which fields to average
179
- **/
180
- _avg?: UserEventConfigurationAvgAggregateInputType
181
- /**
182
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
183
- *
184
- * Select which fields to sum
185
- **/
186
- _sum?: UserEventConfigurationSumAggregateInputType
187
- /**
188
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
189
- *
190
- * Select which fields to find the minimum value
191
- **/
192
- _min?: UserEventConfigurationMinAggregateInputType
193
- /**
194
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
195
- *
196
- * Select which fields to find the maximum value
197
- **/
198
- _max?: UserEventConfigurationMaxAggregateInputType
199
- }
200
-
201
- export type GetUserEventConfigurationAggregateType<T extends UserEventConfigurationAggregateArgs> = {
202
- [P in keyof T & keyof AggregateUserEventConfiguration]: P extends '_count' | 'count'
203
- ? T[P] extends true
204
- ? number
205
- : Prisma.GetScalarType<T[P], AggregateUserEventConfiguration[P]>
206
- : Prisma.GetScalarType<T[P], AggregateUserEventConfiguration[P]>
207
- }
208
-
209
-
210
-
211
-
212
- export type UserEventConfigurationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
213
- where?: Prisma.UserEventConfigurationWhereInput
214
- orderBy?: Prisma.UserEventConfigurationOrderByWithAggregationInput | Prisma.UserEventConfigurationOrderByWithAggregationInput[]
215
- by: Prisma.UserEventConfigurationScalarFieldEnum[] | Prisma.UserEventConfigurationScalarFieldEnum
216
- having?: Prisma.UserEventConfigurationScalarWhereWithAggregatesInput
217
- take?: number
218
- skip?: number
219
- _count?: UserEventConfigurationCountAggregateInputType | true
220
- _avg?: UserEventConfigurationAvgAggregateInputType
221
- _sum?: UserEventConfigurationSumAggregateInputType
222
- _min?: UserEventConfigurationMinAggregateInputType
223
- _max?: UserEventConfigurationMaxAggregateInputType
224
- }
225
-
226
- export type UserEventConfigurationGroupByOutputType = {
227
- id: number
228
- uuid: string | null
229
- name: string | null
230
- slug: string | null
231
- description: string | null
232
- is_active: boolean
233
- is_editable: boolean
234
- created_at: Date
235
- created_by: number | null
236
- updated_at: Date
237
- updated_by: number | null
238
- _count: UserEventConfigurationCountAggregateOutputType | null
239
- _avg: UserEventConfigurationAvgAggregateOutputType | null
240
- _sum: UserEventConfigurationSumAggregateOutputType | null
241
- _min: UserEventConfigurationMinAggregateOutputType | null
242
- _max: UserEventConfigurationMaxAggregateOutputType | null
243
- }
244
-
245
- export type GetUserEventConfigurationGroupByPayload<T extends UserEventConfigurationGroupByArgs> = Prisma.PrismaPromise<
246
- Array<
247
- Prisma.PickEnumerable<UserEventConfigurationGroupByOutputType, T['by']> &
248
- {
249
- [P in ((keyof T) & (keyof UserEventConfigurationGroupByOutputType))]: P extends '_count'
250
- ? T[P] extends boolean
251
- ? number
252
- : Prisma.GetScalarType<T[P], UserEventConfigurationGroupByOutputType[P]>
253
- : Prisma.GetScalarType<T[P], UserEventConfigurationGroupByOutputType[P]>
254
- }
255
- >
256
- >
257
-
258
-
259
-
260
- export type UserEventConfigurationWhereInput = {
261
- AND?: Prisma.UserEventConfigurationWhereInput | Prisma.UserEventConfigurationWhereInput[]
262
- OR?: Prisma.UserEventConfigurationWhereInput[]
263
- NOT?: Prisma.UserEventConfigurationWhereInput | Prisma.UserEventConfigurationWhereInput[]
264
- id?: Prisma.IntFilter<"UserEventConfiguration"> | number
265
- uuid?: Prisma.StringNullableFilter<"UserEventConfiguration"> | string | null
266
- name?: Prisma.StringNullableFilter<"UserEventConfiguration"> | string | null
267
- slug?: Prisma.StringNullableFilter<"UserEventConfiguration"> | string | null
268
- description?: Prisma.StringNullableFilter<"UserEventConfiguration"> | string | null
269
- is_active?: Prisma.BoolFilter<"UserEventConfiguration"> | boolean
270
- is_editable?: Prisma.BoolFilter<"UserEventConfiguration"> | boolean
271
- created_at?: Prisma.DateTimeFilter<"UserEventConfiguration"> | Date | string
272
- created_by?: Prisma.IntNullableFilter<"UserEventConfiguration"> | number | null
273
- updated_at?: Prisma.DateTimeFilter<"UserEventConfiguration"> | Date | string
274
- updated_by?: Prisma.IntNullableFilter<"UserEventConfiguration"> | number | null
275
- }
276
-
277
- export type UserEventConfigurationOrderByWithRelationInput = {
278
- id?: Prisma.SortOrder
279
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
280
- name?: Prisma.SortOrderInput | Prisma.SortOrder
281
- slug?: Prisma.SortOrderInput | Prisma.SortOrder
282
- description?: Prisma.SortOrderInput | Prisma.SortOrder
283
- is_active?: Prisma.SortOrder
284
- is_editable?: Prisma.SortOrder
285
- created_at?: Prisma.SortOrder
286
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
287
- updated_at?: Prisma.SortOrder
288
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
289
- }
290
-
291
- export type UserEventConfigurationWhereUniqueInput = Prisma.AtLeast<{
292
- id?: number
293
- uuid?: string
294
- slug?: string
295
- AND?: Prisma.UserEventConfigurationWhereInput | Prisma.UserEventConfigurationWhereInput[]
296
- OR?: Prisma.UserEventConfigurationWhereInput[]
297
- NOT?: Prisma.UserEventConfigurationWhereInput | Prisma.UserEventConfigurationWhereInput[]
298
- name?: Prisma.StringNullableFilter<"UserEventConfiguration"> | string | null
299
- description?: Prisma.StringNullableFilter<"UserEventConfiguration"> | string | null
300
- is_active?: Prisma.BoolFilter<"UserEventConfiguration"> | boolean
301
- is_editable?: Prisma.BoolFilter<"UserEventConfiguration"> | boolean
302
- created_at?: Prisma.DateTimeFilter<"UserEventConfiguration"> | Date | string
303
- created_by?: Prisma.IntNullableFilter<"UserEventConfiguration"> | number | null
304
- updated_at?: Prisma.DateTimeFilter<"UserEventConfiguration"> | Date | string
305
- updated_by?: Prisma.IntNullableFilter<"UserEventConfiguration"> | number | null
306
- }, "id" | "uuid" | "slug">
307
-
308
- export type UserEventConfigurationOrderByWithAggregationInput = {
309
- id?: Prisma.SortOrder
310
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
311
- name?: Prisma.SortOrderInput | Prisma.SortOrder
312
- slug?: Prisma.SortOrderInput | Prisma.SortOrder
313
- description?: Prisma.SortOrderInput | Prisma.SortOrder
314
- is_active?: Prisma.SortOrder
315
- is_editable?: Prisma.SortOrder
316
- created_at?: Prisma.SortOrder
317
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
318
- updated_at?: Prisma.SortOrder
319
- updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
320
- _count?: Prisma.UserEventConfigurationCountOrderByAggregateInput
321
- _avg?: Prisma.UserEventConfigurationAvgOrderByAggregateInput
322
- _max?: Prisma.UserEventConfigurationMaxOrderByAggregateInput
323
- _min?: Prisma.UserEventConfigurationMinOrderByAggregateInput
324
- _sum?: Prisma.UserEventConfigurationSumOrderByAggregateInput
325
- }
326
-
327
- export type UserEventConfigurationScalarWhereWithAggregatesInput = {
328
- AND?: Prisma.UserEventConfigurationScalarWhereWithAggregatesInput | Prisma.UserEventConfigurationScalarWhereWithAggregatesInput[]
329
- OR?: Prisma.UserEventConfigurationScalarWhereWithAggregatesInput[]
330
- NOT?: Prisma.UserEventConfigurationScalarWhereWithAggregatesInput | Prisma.UserEventConfigurationScalarWhereWithAggregatesInput[]
331
- id?: Prisma.IntWithAggregatesFilter<"UserEventConfiguration"> | number
332
- uuid?: Prisma.StringNullableWithAggregatesFilter<"UserEventConfiguration"> | string | null
333
- name?: Prisma.StringNullableWithAggregatesFilter<"UserEventConfiguration"> | string | null
334
- slug?: Prisma.StringNullableWithAggregatesFilter<"UserEventConfiguration"> | string | null
335
- description?: Prisma.StringNullableWithAggregatesFilter<"UserEventConfiguration"> | string | null
336
- is_active?: Prisma.BoolWithAggregatesFilter<"UserEventConfiguration"> | boolean
337
- is_editable?: Prisma.BoolWithAggregatesFilter<"UserEventConfiguration"> | boolean
338
- created_at?: Prisma.DateTimeWithAggregatesFilter<"UserEventConfiguration"> | Date | string
339
- created_by?: Prisma.IntNullableWithAggregatesFilter<"UserEventConfiguration"> | number | null
340
- updated_at?: Prisma.DateTimeWithAggregatesFilter<"UserEventConfiguration"> | Date | string
341
- updated_by?: Prisma.IntNullableWithAggregatesFilter<"UserEventConfiguration"> | number | null
342
- }
343
-
344
- export type UserEventConfigurationCreateInput = {
345
- uuid?: string | null
346
- name?: string | null
347
- slug?: string | null
348
- description?: string | null
349
- is_active?: boolean
350
- is_editable?: boolean
351
- created_at?: Date | string
352
- created_by?: number | null
353
- updated_at?: Date | string
354
- updated_by?: number | null
355
- }
356
-
357
- export type UserEventConfigurationUncheckedCreateInput = {
358
- id?: number
359
- uuid?: string | null
360
- name?: string | null
361
- slug?: string | null
362
- description?: string | null
363
- is_active?: boolean
364
- is_editable?: boolean
365
- created_at?: Date | string
366
- created_by?: number | null
367
- updated_at?: Date | string
368
- updated_by?: number | null
369
- }
370
-
371
- export type UserEventConfigurationUpdateInput = {
372
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
373
- name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
374
- slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
375
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
376
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
377
- is_editable?: Prisma.BoolFieldUpdateOperationsInput | boolean
378
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
379
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
380
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
381
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
382
- }
383
-
384
- export type UserEventConfigurationUncheckedUpdateInput = {
385
- id?: Prisma.IntFieldUpdateOperationsInput | number
386
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
387
- name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
388
- slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
389
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
390
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
391
- is_editable?: Prisma.BoolFieldUpdateOperationsInput | boolean
392
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
393
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
394
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
395
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
396
- }
397
-
398
- export type UserEventConfigurationCreateManyInput = {
399
- id?: number
400
- uuid?: string | null
401
- name?: string | null
402
- slug?: string | null
403
- description?: string | null
404
- is_active?: boolean
405
- is_editable?: boolean
406
- created_at?: Date | string
407
- created_by?: number | null
408
- updated_at?: Date | string
409
- updated_by?: number | null
410
- }
411
-
412
- export type UserEventConfigurationUpdateManyMutationInput = {
413
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
414
- name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
415
- slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
416
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
417
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
418
- is_editable?: Prisma.BoolFieldUpdateOperationsInput | boolean
419
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
420
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
421
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
422
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
423
- }
424
-
425
- export type UserEventConfigurationUncheckedUpdateManyInput = {
426
- id?: Prisma.IntFieldUpdateOperationsInput | number
427
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
428
- name?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
429
- slug?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
430
- description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
431
- is_active?: Prisma.BoolFieldUpdateOperationsInput | boolean
432
- is_editable?: Prisma.BoolFieldUpdateOperationsInput | boolean
433
- created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
434
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
435
- updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
436
- updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
437
- }
438
-
439
- export type UserEventConfigurationCountOrderByAggregateInput = {
440
- id?: Prisma.SortOrder
441
- uuid?: Prisma.SortOrder
442
- name?: Prisma.SortOrder
443
- slug?: Prisma.SortOrder
444
- description?: Prisma.SortOrder
445
- is_active?: Prisma.SortOrder
446
- is_editable?: Prisma.SortOrder
447
- created_at?: Prisma.SortOrder
448
- created_by?: Prisma.SortOrder
449
- updated_at?: Prisma.SortOrder
450
- updated_by?: Prisma.SortOrder
451
- }
452
-
453
- export type UserEventConfigurationAvgOrderByAggregateInput = {
454
- id?: Prisma.SortOrder
455
- created_by?: Prisma.SortOrder
456
- updated_by?: Prisma.SortOrder
457
- }
458
-
459
- export type UserEventConfigurationMaxOrderByAggregateInput = {
460
- id?: Prisma.SortOrder
461
- uuid?: Prisma.SortOrder
462
- name?: Prisma.SortOrder
463
- slug?: Prisma.SortOrder
464
- description?: Prisma.SortOrder
465
- is_active?: Prisma.SortOrder
466
- is_editable?: Prisma.SortOrder
467
- created_at?: Prisma.SortOrder
468
- created_by?: Prisma.SortOrder
469
- updated_at?: Prisma.SortOrder
470
- updated_by?: Prisma.SortOrder
471
- }
472
-
473
- export type UserEventConfigurationMinOrderByAggregateInput = {
474
- id?: Prisma.SortOrder
475
- uuid?: Prisma.SortOrder
476
- name?: Prisma.SortOrder
477
- slug?: Prisma.SortOrder
478
- description?: Prisma.SortOrder
479
- is_active?: Prisma.SortOrder
480
- is_editable?: Prisma.SortOrder
481
- created_at?: Prisma.SortOrder
482
- created_by?: Prisma.SortOrder
483
- updated_at?: Prisma.SortOrder
484
- updated_by?: Prisma.SortOrder
485
- }
486
-
487
- export type UserEventConfigurationSumOrderByAggregateInput = {
488
- id?: Prisma.SortOrder
489
- created_by?: Prisma.SortOrder
490
- updated_by?: Prisma.SortOrder
491
- }
492
-
493
-
494
-
495
- export type UserEventConfigurationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
496
- id?: boolean
497
- uuid?: boolean
498
- name?: boolean
499
- slug?: boolean
500
- description?: boolean
501
- is_active?: boolean
502
- is_editable?: boolean
503
- created_at?: boolean
504
- created_by?: boolean
505
- updated_at?: boolean
506
- updated_by?: boolean
507
- }, ExtArgs["result"]["userEventConfiguration"]>
508
-
509
- export type UserEventConfigurationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
510
- id?: boolean
511
- uuid?: boolean
512
- name?: boolean
513
- slug?: boolean
514
- description?: boolean
515
- is_active?: boolean
516
- is_editable?: boolean
517
- created_at?: boolean
518
- created_by?: boolean
519
- updated_at?: boolean
520
- updated_by?: boolean
521
- }, ExtArgs["result"]["userEventConfiguration"]>
522
-
523
- export type UserEventConfigurationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
524
- id?: boolean
525
- uuid?: boolean
526
- name?: boolean
527
- slug?: boolean
528
- description?: boolean
529
- is_active?: boolean
530
- is_editable?: boolean
531
- created_at?: boolean
532
- created_by?: boolean
533
- updated_at?: boolean
534
- updated_by?: boolean
535
- }, ExtArgs["result"]["userEventConfiguration"]>
536
-
537
- export type UserEventConfigurationSelectScalar = {
538
- id?: boolean
539
- uuid?: boolean
540
- name?: boolean
541
- slug?: boolean
542
- description?: boolean
543
- is_active?: boolean
544
- is_editable?: boolean
545
- created_at?: boolean
546
- created_by?: boolean
547
- updated_at?: boolean
548
- updated_by?: boolean
549
- }
550
-
551
- export type UserEventConfigurationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "name" | "slug" | "description" | "is_active" | "is_editable" | "created_at" | "created_by" | "updated_at" | "updated_by", ExtArgs["result"]["userEventConfiguration"]>
552
-
553
- export type $UserEventConfigurationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
554
- name: "UserEventConfiguration"
555
- objects: {}
556
- scalars: runtime.Types.Extensions.GetPayloadResult<{
557
- id: number
558
- uuid: string | null
559
- name: string | null
560
- slug: string | null
561
- description: string | null
562
- is_active: boolean
563
- is_editable: boolean
564
- created_at: Date
565
- created_by: number | null
566
- updated_at: Date
567
- updated_by: number | null
568
- }, ExtArgs["result"]["userEventConfiguration"]>
569
- composites: {}
570
- }
571
-
572
- export type UserEventConfigurationGetPayload<S extends boolean | null | undefined | UserEventConfigurationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload, S>
573
-
574
- export type UserEventConfigurationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
575
- Omit<UserEventConfigurationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
576
- select?: UserEventConfigurationCountAggregateInputType | true
577
- }
578
-
579
- export interface UserEventConfigurationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
580
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['UserEventConfiguration'], meta: { name: 'UserEventConfiguration' } }
581
- /**
582
- * Find zero or one UserEventConfiguration that matches the filter.
583
- * @param {UserEventConfigurationFindUniqueArgs} args - Arguments to find a UserEventConfiguration
584
- * @example
585
- * // Get one UserEventConfiguration
586
- * const userEventConfiguration = await prisma.userEventConfiguration.findUnique({
587
- * where: {
588
- * // ... provide filter here
589
- * }
590
- * })
591
- */
592
- findUnique<T extends UserEventConfigurationFindUniqueArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
593
-
594
- /**
595
- * Find one UserEventConfiguration that matches the filter or throw an error with `error.code='P2025'`
596
- * if no matches were found.
597
- * @param {UserEventConfigurationFindUniqueOrThrowArgs} args - Arguments to find a UserEventConfiguration
598
- * @example
599
- * // Get one UserEventConfiguration
600
- * const userEventConfiguration = await prisma.userEventConfiguration.findUniqueOrThrow({
601
- * where: {
602
- * // ... provide filter here
603
- * }
604
- * })
605
- */
606
- findUniqueOrThrow<T extends UserEventConfigurationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
607
-
608
- /**
609
- * Find the first UserEventConfiguration that matches the filter.
610
- * Note, that providing `undefined` is treated as the value not being there.
611
- * Read more here: https://pris.ly/d/null-undefined
612
- * @param {UserEventConfigurationFindFirstArgs} args - Arguments to find a UserEventConfiguration
613
- * @example
614
- * // Get one UserEventConfiguration
615
- * const userEventConfiguration = await prisma.userEventConfiguration.findFirst({
616
- * where: {
617
- * // ... provide filter here
618
- * }
619
- * })
620
- */
621
- findFirst<T extends UserEventConfigurationFindFirstArgs>(args?: Prisma.SelectSubset<T, UserEventConfigurationFindFirstArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
622
-
623
- /**
624
- * Find the first UserEventConfiguration that matches the filter or
625
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
626
- * Note, that providing `undefined` is treated as the value not being there.
627
- * Read more here: https://pris.ly/d/null-undefined
628
- * @param {UserEventConfigurationFindFirstOrThrowArgs} args - Arguments to find a UserEventConfiguration
629
- * @example
630
- * // Get one UserEventConfiguration
631
- * const userEventConfiguration = await prisma.userEventConfiguration.findFirstOrThrow({
632
- * where: {
633
- * // ... provide filter here
634
- * }
635
- * })
636
- */
637
- findFirstOrThrow<T extends UserEventConfigurationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, UserEventConfigurationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
638
-
639
- /**
640
- * Find zero or more UserEventConfigurations that matches the filter.
641
- * Note, that providing `undefined` is treated as the value not being there.
642
- * Read more here: https://pris.ly/d/null-undefined
643
- * @param {UserEventConfigurationFindManyArgs} args - Arguments to filter and select certain fields only.
644
- * @example
645
- * // Get all UserEventConfigurations
646
- * const userEventConfigurations = await prisma.userEventConfiguration.findMany()
647
- *
648
- * // Get first 10 UserEventConfigurations
649
- * const userEventConfigurations = await prisma.userEventConfiguration.findMany({ take: 10 })
650
- *
651
- * // Only select the `id`
652
- * const userEventConfigurationWithIdOnly = await prisma.userEventConfiguration.findMany({ select: { id: true } })
653
- *
654
- */
655
- findMany<T extends UserEventConfigurationFindManyArgs>(args?: Prisma.SelectSubset<T, UserEventConfigurationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
656
-
657
- /**
658
- * Create a UserEventConfiguration.
659
- * @param {UserEventConfigurationCreateArgs} args - Arguments to create a UserEventConfiguration.
660
- * @example
661
- * // Create one UserEventConfiguration
662
- * const UserEventConfiguration = await prisma.userEventConfiguration.create({
663
- * data: {
664
- * // ... data to create a UserEventConfiguration
665
- * }
666
- * })
667
- *
668
- */
669
- create<T extends UserEventConfigurationCreateArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationCreateArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
670
-
671
- /**
672
- * Create many UserEventConfigurations.
673
- * @param {UserEventConfigurationCreateManyArgs} args - Arguments to create many UserEventConfigurations.
674
- * @example
675
- * // Create many UserEventConfigurations
676
- * const userEventConfiguration = await prisma.userEventConfiguration.createMany({
677
- * data: [
678
- * // ... provide data here
679
- * ]
680
- * })
681
- *
682
- */
683
- createMany<T extends UserEventConfigurationCreateManyArgs>(args?: Prisma.SelectSubset<T, UserEventConfigurationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
684
-
685
- /**
686
- * Create many UserEventConfigurations and returns the data saved in the database.
687
- * @param {UserEventConfigurationCreateManyAndReturnArgs} args - Arguments to create many UserEventConfigurations.
688
- * @example
689
- * // Create many UserEventConfigurations
690
- * const userEventConfiguration = await prisma.userEventConfiguration.createManyAndReturn({
691
- * data: [
692
- * // ... provide data here
693
- * ]
694
- * })
695
- *
696
- * // Create many UserEventConfigurations and only return the `id`
697
- * const userEventConfigurationWithIdOnly = await prisma.userEventConfiguration.createManyAndReturn({
698
- * select: { id: true },
699
- * data: [
700
- * // ... provide data here
701
- * ]
702
- * })
703
- * Note, that providing `undefined` is treated as the value not being there.
704
- * Read more here: https://pris.ly/d/null-undefined
705
- *
706
- */
707
- createManyAndReturn<T extends UserEventConfigurationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, UserEventConfigurationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
708
-
709
- /**
710
- * Delete a UserEventConfiguration.
711
- * @param {UserEventConfigurationDeleteArgs} args - Arguments to delete one UserEventConfiguration.
712
- * @example
713
- * // Delete one UserEventConfiguration
714
- * const UserEventConfiguration = await prisma.userEventConfiguration.delete({
715
- * where: {
716
- * // ... filter to delete one UserEventConfiguration
717
- * }
718
- * })
719
- *
720
- */
721
- delete<T extends UserEventConfigurationDeleteArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationDeleteArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
722
-
723
- /**
724
- * Update one UserEventConfiguration.
725
- * @param {UserEventConfigurationUpdateArgs} args - Arguments to update one UserEventConfiguration.
726
- * @example
727
- * // Update one UserEventConfiguration
728
- * const userEventConfiguration = await prisma.userEventConfiguration.update({
729
- * where: {
730
- * // ... provide filter here
731
- * },
732
- * data: {
733
- * // ... provide data here
734
- * }
735
- * })
736
- *
737
- */
738
- update<T extends UserEventConfigurationUpdateArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationUpdateArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
739
-
740
- /**
741
- * Delete zero or more UserEventConfigurations.
742
- * @param {UserEventConfigurationDeleteManyArgs} args - Arguments to filter UserEventConfigurations to delete.
743
- * @example
744
- * // Delete a few UserEventConfigurations
745
- * const { count } = await prisma.userEventConfiguration.deleteMany({
746
- * where: {
747
- * // ... provide filter here
748
- * }
749
- * })
750
- *
751
- */
752
- deleteMany<T extends UserEventConfigurationDeleteManyArgs>(args?: Prisma.SelectSubset<T, UserEventConfigurationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
753
-
754
- /**
755
- * Update zero or more UserEventConfigurations.
756
- * Note, that providing `undefined` is treated as the value not being there.
757
- * Read more here: https://pris.ly/d/null-undefined
758
- * @param {UserEventConfigurationUpdateManyArgs} args - Arguments to update one or more rows.
759
- * @example
760
- * // Update many UserEventConfigurations
761
- * const userEventConfiguration = await prisma.userEventConfiguration.updateMany({
762
- * where: {
763
- * // ... provide filter here
764
- * },
765
- * data: {
766
- * // ... provide data here
767
- * }
768
- * })
769
- *
770
- */
771
- updateMany<T extends UserEventConfigurationUpdateManyArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
772
-
773
- /**
774
- * Update zero or more UserEventConfigurations and returns the data updated in the database.
775
- * @param {UserEventConfigurationUpdateManyAndReturnArgs} args - Arguments to update many UserEventConfigurations.
776
- * @example
777
- * // Update many UserEventConfigurations
778
- * const userEventConfiguration = await prisma.userEventConfiguration.updateManyAndReturn({
779
- * where: {
780
- * // ... provide filter here
781
- * },
782
- * data: [
783
- * // ... provide data here
784
- * ]
785
- * })
786
- *
787
- * // Update zero or more UserEventConfigurations and only return the `id`
788
- * const userEventConfigurationWithIdOnly = await prisma.userEventConfiguration.updateManyAndReturn({
789
- * select: { id: true },
790
- * where: {
791
- * // ... provide filter here
792
- * },
793
- * data: [
794
- * // ... provide data here
795
- * ]
796
- * })
797
- * Note, that providing `undefined` is treated as the value not being there.
798
- * Read more here: https://pris.ly/d/null-undefined
799
- *
800
- */
801
- updateManyAndReturn<T extends UserEventConfigurationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
802
-
803
- /**
804
- * Create or update one UserEventConfiguration.
805
- * @param {UserEventConfigurationUpsertArgs} args - Arguments to update or create a UserEventConfiguration.
806
- * @example
807
- * // Update or create a UserEventConfiguration
808
- * const userEventConfiguration = await prisma.userEventConfiguration.upsert({
809
- * create: {
810
- * // ... data to create a UserEventConfiguration
811
- * },
812
- * update: {
813
- * // ... in case it already exists, update
814
- * },
815
- * where: {
816
- * // ... the filter for the UserEventConfiguration we want to update
817
- * }
818
- * })
819
- */
820
- upsert<T extends UserEventConfigurationUpsertArgs>(args: Prisma.SelectSubset<T, UserEventConfigurationUpsertArgs<ExtArgs>>): Prisma.Prisma__UserEventConfigurationClient<runtime.Types.Result.GetResult<Prisma.$UserEventConfigurationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
821
-
822
-
823
- /**
824
- * Count the number of UserEventConfigurations.
825
- * Note, that providing `undefined` is treated as the value not being there.
826
- * Read more here: https://pris.ly/d/null-undefined
827
- * @param {UserEventConfigurationCountArgs} args - Arguments to filter UserEventConfigurations to count.
828
- * @example
829
- * // Count the number of UserEventConfigurations
830
- * const count = await prisma.userEventConfiguration.count({
831
- * where: {
832
- * // ... the filter for the UserEventConfigurations we want to count
833
- * }
834
- * })
835
- **/
836
- count<T extends UserEventConfigurationCountArgs>(
837
- args?: Prisma.Subset<T, UserEventConfigurationCountArgs>,
838
- ): Prisma.PrismaPromise<
839
- T extends runtime.Types.Utils.Record<'select', any>
840
- ? T['select'] extends true
841
- ? number
842
- : Prisma.GetScalarType<T['select'], UserEventConfigurationCountAggregateOutputType>
843
- : number
844
- >
845
-
846
- /**
847
- * Allows you to perform aggregations operations on a UserEventConfiguration.
848
- * Note, that providing `undefined` is treated as the value not being there.
849
- * Read more here: https://pris.ly/d/null-undefined
850
- * @param {UserEventConfigurationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
851
- * @example
852
- * // Ordered by age ascending
853
- * // Where email contains prisma.io
854
- * // Limited to the 10 users
855
- * const aggregations = await prisma.user.aggregate({
856
- * _avg: {
857
- * age: true,
858
- * },
859
- * where: {
860
- * email: {
861
- * contains: "prisma.io",
862
- * },
863
- * },
864
- * orderBy: {
865
- * age: "asc",
866
- * },
867
- * take: 10,
868
- * })
869
- **/
870
- aggregate<T extends UserEventConfigurationAggregateArgs>(args: Prisma.Subset<T, UserEventConfigurationAggregateArgs>): Prisma.PrismaPromise<GetUserEventConfigurationAggregateType<T>>
871
-
872
- /**
873
- * Group by UserEventConfiguration.
874
- * Note, that providing `undefined` is treated as the value not being there.
875
- * Read more here: https://pris.ly/d/null-undefined
876
- * @param {UserEventConfigurationGroupByArgs} args - Group by arguments.
877
- * @example
878
- * // Group by city, order by createdAt, get count
879
- * const result = await prisma.user.groupBy({
880
- * by: ['city', 'createdAt'],
881
- * orderBy: {
882
- * createdAt: true
883
- * },
884
- * _count: {
885
- * _all: true
886
- * },
887
- * })
888
- *
889
- **/
890
- groupBy<
891
- T extends UserEventConfigurationGroupByArgs,
892
- HasSelectOrTake extends Prisma.Or<
893
- Prisma.Extends<'skip', Prisma.Keys<T>>,
894
- Prisma.Extends<'take', Prisma.Keys<T>>
895
- >,
896
- OrderByArg extends Prisma.True extends HasSelectOrTake
897
- ? { orderBy: UserEventConfigurationGroupByArgs['orderBy'] }
898
- : { orderBy?: UserEventConfigurationGroupByArgs['orderBy'] },
899
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
900
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
901
- ByValid extends Prisma.Has<ByFields, OrderFields>,
902
- HavingFields extends Prisma.GetHavingFields<T['having']>,
903
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
904
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
905
- InputErrors extends ByEmpty extends Prisma.True
906
- ? `Error: "by" must not be empty.`
907
- : HavingValid extends Prisma.False
908
- ? {
909
- [P in HavingFields]: P extends ByFields
910
- ? never
911
- : P extends string
912
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
913
- : [
914
- Error,
915
- 'Field ',
916
- P,
917
- ` in "having" needs to be provided in "by"`,
918
- ]
919
- }[HavingFields]
920
- : 'take' extends Prisma.Keys<T>
921
- ? 'orderBy' extends Prisma.Keys<T>
922
- ? ByValid extends Prisma.True
923
- ? {}
924
- : {
925
- [P in OrderFields]: P extends ByFields
926
- ? never
927
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
928
- }[OrderFields]
929
- : 'Error: If you provide "take", you also need to provide "orderBy"'
930
- : 'skip' extends Prisma.Keys<T>
931
- ? 'orderBy' extends Prisma.Keys<T>
932
- ? ByValid extends Prisma.True
933
- ? {}
934
- : {
935
- [P in OrderFields]: P extends ByFields
936
- ? never
937
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
938
- }[OrderFields]
939
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
940
- : ByValid extends Prisma.True
941
- ? {}
942
- : {
943
- [P in OrderFields]: P extends ByFields
944
- ? never
945
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
946
- }[OrderFields]
947
- >(args: Prisma.SubsetIntersection<T, UserEventConfigurationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetUserEventConfigurationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
948
- /**
949
- * Fields of the UserEventConfiguration model
950
- */
951
- readonly fields: UserEventConfigurationFieldRefs;
952
- }
953
-
954
- /**
955
- * The delegate class that acts as a "Promise-like" for UserEventConfiguration.
956
- * Why is this prefixed with `Prisma__`?
957
- * Because we want to prevent naming conflicts as mentioned in
958
- * https://github.com/prisma/prisma-client-js/issues/707
959
- */
960
- export interface Prisma__UserEventConfigurationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
961
- readonly [Symbol.toStringTag]: "PrismaPromise"
962
- /**
963
- * Attaches callbacks for the resolution and/or rejection of the Promise.
964
- * @param onfulfilled The callback to execute when the Promise is resolved.
965
- * @param onrejected The callback to execute when the Promise is rejected.
966
- * @returns A Promise for the completion of which ever callback is executed.
967
- */
968
- 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>
969
- /**
970
- * Attaches a callback for only the rejection of the Promise.
971
- * @param onrejected The callback to execute when the Promise is rejected.
972
- * @returns A Promise for the completion of the callback.
973
- */
974
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
975
- /**
976
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
977
- * resolved value cannot be modified from the callback.
978
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
979
- * @returns A Promise for the completion of the callback.
980
- */
981
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
982
- }
983
-
984
-
985
-
986
-
987
- /**
988
- * Fields of the UserEventConfiguration model
989
- */
990
- export interface UserEventConfigurationFieldRefs {
991
- readonly id: Prisma.FieldRef<"UserEventConfiguration", 'Int'>
992
- readonly uuid: Prisma.FieldRef<"UserEventConfiguration", 'String'>
993
- readonly name: Prisma.FieldRef<"UserEventConfiguration", 'String'>
994
- readonly slug: Prisma.FieldRef<"UserEventConfiguration", 'String'>
995
- readonly description: Prisma.FieldRef<"UserEventConfiguration", 'String'>
996
- readonly is_active: Prisma.FieldRef<"UserEventConfiguration", 'Boolean'>
997
- readonly is_editable: Prisma.FieldRef<"UserEventConfiguration", 'Boolean'>
998
- readonly created_at: Prisma.FieldRef<"UserEventConfiguration", 'DateTime'>
999
- readonly created_by: Prisma.FieldRef<"UserEventConfiguration", 'Int'>
1000
- readonly updated_at: Prisma.FieldRef<"UserEventConfiguration", 'DateTime'>
1001
- readonly updated_by: Prisma.FieldRef<"UserEventConfiguration", 'Int'>
1002
- }
1003
-
1004
-
1005
- // Custom InputTypes
1006
- /**
1007
- * UserEventConfiguration findUnique
1008
- */
1009
- export type UserEventConfigurationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1010
- /**
1011
- * Select specific fields to fetch from the UserEventConfiguration
1012
- */
1013
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1014
- /**
1015
- * Omit specific fields from the UserEventConfiguration
1016
- */
1017
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1018
- /**
1019
- * Filter, which UserEventConfiguration to fetch.
1020
- */
1021
- where: Prisma.UserEventConfigurationWhereUniqueInput
1022
- }
1023
-
1024
- /**
1025
- * UserEventConfiguration findUniqueOrThrow
1026
- */
1027
- export type UserEventConfigurationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1028
- /**
1029
- * Select specific fields to fetch from the UserEventConfiguration
1030
- */
1031
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1032
- /**
1033
- * Omit specific fields from the UserEventConfiguration
1034
- */
1035
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1036
- /**
1037
- * Filter, which UserEventConfiguration to fetch.
1038
- */
1039
- where: Prisma.UserEventConfigurationWhereUniqueInput
1040
- }
1041
-
1042
- /**
1043
- * UserEventConfiguration findFirst
1044
- */
1045
- export type UserEventConfigurationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1046
- /**
1047
- * Select specific fields to fetch from the UserEventConfiguration
1048
- */
1049
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1050
- /**
1051
- * Omit specific fields from the UserEventConfiguration
1052
- */
1053
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1054
- /**
1055
- * Filter, which UserEventConfiguration to fetch.
1056
- */
1057
- where?: Prisma.UserEventConfigurationWhereInput
1058
- /**
1059
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1060
- *
1061
- * Determine the order of UserEventConfigurations to fetch.
1062
- */
1063
- orderBy?: Prisma.UserEventConfigurationOrderByWithRelationInput | Prisma.UserEventConfigurationOrderByWithRelationInput[]
1064
- /**
1065
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1066
- *
1067
- * Sets the position for searching for UserEventConfigurations.
1068
- */
1069
- cursor?: Prisma.UserEventConfigurationWhereUniqueInput
1070
- /**
1071
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1072
- *
1073
- * Take `±n` UserEventConfigurations from the position of the cursor.
1074
- */
1075
- take?: number
1076
- /**
1077
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1078
- *
1079
- * Skip the first `n` UserEventConfigurations.
1080
- */
1081
- skip?: number
1082
- /**
1083
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1084
- *
1085
- * Filter by unique combinations of UserEventConfigurations.
1086
- */
1087
- distinct?: Prisma.UserEventConfigurationScalarFieldEnum | Prisma.UserEventConfigurationScalarFieldEnum[]
1088
- }
1089
-
1090
- /**
1091
- * UserEventConfiguration findFirstOrThrow
1092
- */
1093
- export type UserEventConfigurationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1094
- /**
1095
- * Select specific fields to fetch from the UserEventConfiguration
1096
- */
1097
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1098
- /**
1099
- * Omit specific fields from the UserEventConfiguration
1100
- */
1101
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1102
- /**
1103
- * Filter, which UserEventConfiguration to fetch.
1104
- */
1105
- where?: Prisma.UserEventConfigurationWhereInput
1106
- /**
1107
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1108
- *
1109
- * Determine the order of UserEventConfigurations to fetch.
1110
- */
1111
- orderBy?: Prisma.UserEventConfigurationOrderByWithRelationInput | Prisma.UserEventConfigurationOrderByWithRelationInput[]
1112
- /**
1113
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1114
- *
1115
- * Sets the position for searching for UserEventConfigurations.
1116
- */
1117
- cursor?: Prisma.UserEventConfigurationWhereUniqueInput
1118
- /**
1119
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1120
- *
1121
- * Take `±n` UserEventConfigurations from the position of the cursor.
1122
- */
1123
- take?: number
1124
- /**
1125
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1126
- *
1127
- * Skip the first `n` UserEventConfigurations.
1128
- */
1129
- skip?: number
1130
- /**
1131
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1132
- *
1133
- * Filter by unique combinations of UserEventConfigurations.
1134
- */
1135
- distinct?: Prisma.UserEventConfigurationScalarFieldEnum | Prisma.UserEventConfigurationScalarFieldEnum[]
1136
- }
1137
-
1138
- /**
1139
- * UserEventConfiguration findMany
1140
- */
1141
- export type UserEventConfigurationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1142
- /**
1143
- * Select specific fields to fetch from the UserEventConfiguration
1144
- */
1145
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1146
- /**
1147
- * Omit specific fields from the UserEventConfiguration
1148
- */
1149
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1150
- /**
1151
- * Filter, which UserEventConfigurations to fetch.
1152
- */
1153
- where?: Prisma.UserEventConfigurationWhereInput
1154
- /**
1155
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1156
- *
1157
- * Determine the order of UserEventConfigurations to fetch.
1158
- */
1159
- orderBy?: Prisma.UserEventConfigurationOrderByWithRelationInput | Prisma.UserEventConfigurationOrderByWithRelationInput[]
1160
- /**
1161
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1162
- *
1163
- * Sets the position for listing UserEventConfigurations.
1164
- */
1165
- cursor?: Prisma.UserEventConfigurationWhereUniqueInput
1166
- /**
1167
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1168
- *
1169
- * Take `±n` UserEventConfigurations from the position of the cursor.
1170
- */
1171
- take?: number
1172
- /**
1173
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1174
- *
1175
- * Skip the first `n` UserEventConfigurations.
1176
- */
1177
- skip?: number
1178
- /**
1179
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1180
- *
1181
- * Filter by unique combinations of UserEventConfigurations.
1182
- */
1183
- distinct?: Prisma.UserEventConfigurationScalarFieldEnum | Prisma.UserEventConfigurationScalarFieldEnum[]
1184
- }
1185
-
1186
- /**
1187
- * UserEventConfiguration create
1188
- */
1189
- export type UserEventConfigurationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1190
- /**
1191
- * Select specific fields to fetch from the UserEventConfiguration
1192
- */
1193
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1194
- /**
1195
- * Omit specific fields from the UserEventConfiguration
1196
- */
1197
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1198
- /**
1199
- * The data needed to create a UserEventConfiguration.
1200
- */
1201
- data: Prisma.XOR<Prisma.UserEventConfigurationCreateInput, Prisma.UserEventConfigurationUncheckedCreateInput>
1202
- }
1203
-
1204
- /**
1205
- * UserEventConfiguration createMany
1206
- */
1207
- export type UserEventConfigurationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1208
- /**
1209
- * The data used to create many UserEventConfigurations.
1210
- */
1211
- data: Prisma.UserEventConfigurationCreateManyInput | Prisma.UserEventConfigurationCreateManyInput[]
1212
- skipDuplicates?: boolean
1213
- }
1214
-
1215
- /**
1216
- * UserEventConfiguration createManyAndReturn
1217
- */
1218
- export type UserEventConfigurationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1219
- /**
1220
- * Select specific fields to fetch from the UserEventConfiguration
1221
- */
1222
- select?: Prisma.UserEventConfigurationSelectCreateManyAndReturn<ExtArgs> | null
1223
- /**
1224
- * Omit specific fields from the UserEventConfiguration
1225
- */
1226
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1227
- /**
1228
- * The data used to create many UserEventConfigurations.
1229
- */
1230
- data: Prisma.UserEventConfigurationCreateManyInput | Prisma.UserEventConfigurationCreateManyInput[]
1231
- skipDuplicates?: boolean
1232
- }
1233
-
1234
- /**
1235
- * UserEventConfiguration update
1236
- */
1237
- export type UserEventConfigurationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1238
- /**
1239
- * Select specific fields to fetch from the UserEventConfiguration
1240
- */
1241
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1242
- /**
1243
- * Omit specific fields from the UserEventConfiguration
1244
- */
1245
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1246
- /**
1247
- * The data needed to update a UserEventConfiguration.
1248
- */
1249
- data: Prisma.XOR<Prisma.UserEventConfigurationUpdateInput, Prisma.UserEventConfigurationUncheckedUpdateInput>
1250
- /**
1251
- * Choose, which UserEventConfiguration to update.
1252
- */
1253
- where: Prisma.UserEventConfigurationWhereUniqueInput
1254
- }
1255
-
1256
- /**
1257
- * UserEventConfiguration updateMany
1258
- */
1259
- export type UserEventConfigurationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1260
- /**
1261
- * The data used to update UserEventConfigurations.
1262
- */
1263
- data: Prisma.XOR<Prisma.UserEventConfigurationUpdateManyMutationInput, Prisma.UserEventConfigurationUncheckedUpdateManyInput>
1264
- /**
1265
- * Filter which UserEventConfigurations to update
1266
- */
1267
- where?: Prisma.UserEventConfigurationWhereInput
1268
- /**
1269
- * Limit how many UserEventConfigurations to update.
1270
- */
1271
- limit?: number
1272
- }
1273
-
1274
- /**
1275
- * UserEventConfiguration updateManyAndReturn
1276
- */
1277
- export type UserEventConfigurationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1278
- /**
1279
- * Select specific fields to fetch from the UserEventConfiguration
1280
- */
1281
- select?: Prisma.UserEventConfigurationSelectUpdateManyAndReturn<ExtArgs> | null
1282
- /**
1283
- * Omit specific fields from the UserEventConfiguration
1284
- */
1285
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1286
- /**
1287
- * The data used to update UserEventConfigurations.
1288
- */
1289
- data: Prisma.XOR<Prisma.UserEventConfigurationUpdateManyMutationInput, Prisma.UserEventConfigurationUncheckedUpdateManyInput>
1290
- /**
1291
- * Filter which UserEventConfigurations to update
1292
- */
1293
- where?: Prisma.UserEventConfigurationWhereInput
1294
- /**
1295
- * Limit how many UserEventConfigurations to update.
1296
- */
1297
- limit?: number
1298
- }
1299
-
1300
- /**
1301
- * UserEventConfiguration upsert
1302
- */
1303
- export type UserEventConfigurationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1304
- /**
1305
- * Select specific fields to fetch from the UserEventConfiguration
1306
- */
1307
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1308
- /**
1309
- * Omit specific fields from the UserEventConfiguration
1310
- */
1311
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1312
- /**
1313
- * The filter to search for the UserEventConfiguration to update in case it exists.
1314
- */
1315
- where: Prisma.UserEventConfigurationWhereUniqueInput
1316
- /**
1317
- * In case the UserEventConfiguration found by the `where` argument doesn't exist, create a new UserEventConfiguration with this data.
1318
- */
1319
- create: Prisma.XOR<Prisma.UserEventConfigurationCreateInput, Prisma.UserEventConfigurationUncheckedCreateInput>
1320
- /**
1321
- * In case the UserEventConfiguration was found with the provided `where` argument, update it with this data.
1322
- */
1323
- update: Prisma.XOR<Prisma.UserEventConfigurationUpdateInput, Prisma.UserEventConfigurationUncheckedUpdateInput>
1324
- }
1325
-
1326
- /**
1327
- * UserEventConfiguration delete
1328
- */
1329
- export type UserEventConfigurationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1330
- /**
1331
- * Select specific fields to fetch from the UserEventConfiguration
1332
- */
1333
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1334
- /**
1335
- * Omit specific fields from the UserEventConfiguration
1336
- */
1337
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1338
- /**
1339
- * Filter which UserEventConfiguration to delete.
1340
- */
1341
- where: Prisma.UserEventConfigurationWhereUniqueInput
1342
- }
1343
-
1344
- /**
1345
- * UserEventConfiguration deleteMany
1346
- */
1347
- export type UserEventConfigurationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1348
- /**
1349
- * Filter which UserEventConfigurations to delete
1350
- */
1351
- where?: Prisma.UserEventConfigurationWhereInput
1352
- /**
1353
- * Limit how many UserEventConfigurations to delete.
1354
- */
1355
- limit?: number
1356
- }
1357
-
1358
- /**
1359
- * UserEventConfiguration without action
1360
- */
1361
- export type UserEventConfigurationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1362
- /**
1363
- * Select specific fields to fetch from the UserEventConfiguration
1364
- */
1365
- select?: Prisma.UserEventConfigurationSelect<ExtArgs> | null
1366
- /**
1367
- * Omit specific fields from the UserEventConfiguration
1368
- */
1369
- omit?: Prisma.UserEventConfigurationOmit<ExtArgs> | null
1370
- }