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