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