procbay-schema 1.0.171 → 1.0.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +13 -22
- package/prisma/migrations/20260518124524_added_new_template_builder_changes/migration.sql +26 -0
- package/prisma/schema.prisma +17 -7
- package/scripts/sync-schemas.js +1 -5
- package/src/create-prisma-client.js +9 -49
- package/src/prisma/client.d.ts +1 -0
- package/src/prisma/client.js +4 -0
- package/src/prisma/default.d.ts +1 -0
- package/src/prisma/default.js +4 -0
- package/src/prisma/edge.d.ts +1 -0
- package/src/prisma/edge.js +2911 -0
- package/src/{generated/prisma/internal/prismaNamespaceBrowser.ts → prisma/index-browser.js} +991 -739
- package/src/prisma/index.d.ts +286785 -0
- package/src/prisma/index.js +2940 -2
- package/src/prisma/libquery_engine-darwin.dylib.node +0 -0
- package/src/prisma/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/src/prisma/package.json +140 -0
- package/src/prisma/query_engine-windows.dll.node +0 -0
- package/src/prisma/runtime/edge-esm.js +34 -0
- package/src/prisma/runtime/edge.js +34 -0
- package/src/prisma/runtime/index-browser.d.ts +370 -0
- package/src/prisma/runtime/index-browser.js +16 -0
- package/src/prisma/runtime/library.d.ts +3647 -0
- package/src/prisma/runtime/library.js +146 -0
- package/src/prisma/runtime/react-native.js +83 -0
- package/src/prisma/runtime/wasm.js +35 -0
- package/src/prisma/schema.prisma +3831 -0
- package/src/prisma/wasm.d.ts +1 -0
- package/src/prisma/wasm.js +2873 -0
- package/prisma/migrations/20260515130204_updated_user_approval_management_schema/migration.sql +0 -55
- package/prisma.config.js +0 -19
- package/src/generated/prisma/browser.ts +0 -574
- package/src/generated/prisma/client.bundle.mjs +0 -6733
- package/src/generated/prisma/client.ts +0 -598
- package/src/generated/prisma/commonInputTypes.ts +0 -2911
- package/src/generated/prisma/enums.ts +0 -730
- package/src/generated/prisma/internal/class.ts +0 -1304
- package/src/generated/prisma/internal/prismaNamespace.ts +0 -12506
- package/src/generated/prisma/models/ActivityLog.ts +0 -1590
- package/src/generated/prisma/models/AdminAlert.ts +0 -1547
- package/src/generated/prisma/models/ApprovalCondition.ts +0 -2085
- package/src/generated/prisma/models/ApprovalDelegation.ts +0 -3057
- package/src/generated/prisma/models/ApprovalDelegationDelegate.ts +0 -1784
- package/src/generated/prisma/models/ApprovalHierarchy.ts +0 -3083
- package/src/generated/prisma/models/ApprovalJourney.ts +0 -2867
- package/src/generated/prisma/models/ApprovalLevel.ts +0 -2335
- package/src/generated/prisma/models/ApprovalLevelEscalation.ts +0 -2128
- package/src/generated/prisma/models/ApprovalLevelEscalationUser.ts +0 -1863
- package/src/generated/prisma/models/ApprovalLevelUser.ts +0 -1863
- package/src/generated/prisma/models/ApprovalManagement.ts +0 -1728
- package/src/generated/prisma/models/Attribute.ts +0 -2075
- package/src/generated/prisma/models/AttributeValue.ts +0 -1882
- package/src/generated/prisma/models/Bid.ts +0 -2719
- package/src/generated/prisma/models/BidLog.ts +0 -3560
- package/src/generated/prisma/models/BlanketPurchaseOrder.ts +0 -3527
- package/src/generated/prisma/models/BlanketPurchaseOrderItem.ts +0 -2532
- package/src/generated/prisma/models/BlanketPurchaseOrderRelease.ts +0 -2713
- package/src/generated/prisma/models/BoqEventItem.ts +0 -4056
- package/src/generated/prisma/models/Budget.ts +0 -1954
- package/src/generated/prisma/models/BudgetHold.ts +0 -1904
- package/src/generated/prisma/models/BusinessEntity.ts +0 -3901
- package/src/generated/prisma/models/BusinessEntityDepartment.ts +0 -2032
- package/src/generated/prisma/models/BusinessEntityLocation.ts +0 -1567
- package/src/generated/prisma/models/Catalogue.ts +0 -2081
- package/src/generated/prisma/models/CatalogueCart.ts +0 -2305
- package/src/generated/prisma/models/CatalogueVendor.ts +0 -2252
- package/src/generated/prisma/models/Category.ts +0 -3091
- package/src/generated/prisma/models/CategoryBudget.ts +0 -2690
- package/src/generated/prisma/models/City.ts +0 -2180
- package/src/generated/prisma/models/Cms.ts +0 -1492
- package/src/generated/prisma/models/ContactUs.ts +0 -1654
- package/src/generated/prisma/models/Conversation.ts +0 -2389
- package/src/generated/prisma/models/ConversationParticipant.ts +0 -1833
- package/src/generated/prisma/models/CounterOffer.ts +0 -2156
- package/src/generated/prisma/models/Country.ts +0 -3394
- package/src/generated/prisma/models/Currency.ts +0 -1642
- package/src/generated/prisma/models/CustomerNotification.ts +0 -1653
- package/src/generated/prisma/models/Department.ts +0 -2372
- package/src/generated/prisma/models/DepartmentBudget.ts +0 -2494
- package/src/generated/prisma/models/DynamicForm.ts +0 -2021
- package/src/generated/prisma/models/EmailTemplate.ts +0 -1516
- package/src/generated/prisma/models/Event.ts +0 -6819
- package/src/generated/prisma/models/EventConfigurations.ts +0 -1736
- package/src/generated/prisma/models/EventCriteria.ts +0 -2134
- package/src/generated/prisma/models/EventItems.ts +0 -2821
- package/src/generated/prisma/models/EventRfiForm.ts +0 -2020
- package/src/generated/prisma/models/EventRfiFormLog.ts +0 -2608
- package/src/generated/prisma/models/EventStrategies.ts +0 -1857
- package/src/generated/prisma/models/EventVendorCriteria.ts +0 -2186
- package/src/generated/prisma/models/EventVendors.ts +0 -3446
- package/src/generated/prisma/models/Expense.ts +0 -1625
- package/src/generated/prisma/models/ExportLog.ts +0 -1822
- package/src/generated/prisma/models/Faq.ts +0 -1753
- package/src/generated/prisma/models/FaqCategory.ts +0 -1610
- package/src/generated/prisma/models/FiscalYear.ts +0 -1460
- package/src/generated/prisma/models/FormMaster.ts +0 -1831
- package/src/generated/prisma/models/GRN.ts +0 -3354
- package/src/generated/prisma/models/GRNItem.ts +0 -2119
- package/src/generated/prisma/models/Industry.ts +0 -1642
- package/src/generated/prisma/models/Invoice.ts +0 -2949
- package/src/generated/prisma/models/InvoiceItem.ts +0 -2397
- package/src/generated/prisma/models/Item.ts +0 -10644
- package/src/generated/prisma/models/ItemAttribute.ts +0 -1750
- package/src/generated/prisma/models/ItemAttributeValue.ts +0 -1802
- package/src/generated/prisma/models/ItemDocument.ts +0 -1590
- package/src/generated/prisma/models/Location.ts +0 -2711
- package/src/generated/prisma/models/Message.ts +0 -2744
- package/src/generated/prisma/models/MessageRecipient.ts +0 -1759
- package/src/generated/prisma/models/Module.ts +0 -1630
- package/src/generated/prisma/models/Permission.ts +0 -1640
- package/src/generated/prisma/models/PurchaseIntake.ts +0 -4672
- package/src/generated/prisma/models/PurchaseIntakeItem.ts +0 -2366
- package/src/generated/prisma/models/PurchaseOrder.ts +0 -4012
- package/src/generated/prisma/models/PurchaseOrderActivityLog.ts +0 -1720
- package/src/generated/prisma/models/PurchaseOrderItem.ts +0 -2623
- package/src/generated/prisma/models/Quotation.ts +0 -3207
- package/src/generated/prisma/models/QuotationLog.ts +0 -3239
- package/src/generated/prisma/models/Region.ts +0 -1746
- package/src/generated/prisma/models/RequestedCatalogue.ts +0 -1618
- package/src/generated/prisma/models/RequestedCatalogueDetails.ts +0 -2252
- package/src/generated/prisma/models/Role.ts +0 -1907
- package/src/generated/prisma/models/RolePermission.ts +0 -1737
- package/src/generated/prisma/models/SendBack.ts +0 -1830
- package/src/generated/prisma/models/SerialNumberConfiguration.ts +0 -1254
- package/src/generated/prisma/models/SmtpConfig.ts +0 -1522
- package/src/generated/prisma/models/State.ts +0 -2174
- package/src/generated/prisma/models/Strategies.ts +0 -1791
- package/src/generated/prisma/models/SubModule.ts +0 -1450
- package/src/generated/prisma/models/Subregion.ts +0 -1870
- package/src/generated/prisma/models/SupportCategory.ts +0 -1712
- package/src/generated/prisma/models/SupportTicket.ts +0 -2478
- package/src/generated/prisma/models/SupportingDocument.ts +0 -2283
- package/src/generated/prisma/models/Template.ts +0 -2429
- package/src/generated/prisma/models/TemplateField.ts +0 -1916
- package/src/generated/prisma/models/TemplateStrategies.ts +0 -1614
- package/src/generated/prisma/models/TenantConfiguration.ts +0 -1694
- package/src/generated/prisma/models/TicketAssignment.ts +0 -1742
- package/src/generated/prisma/models/TicketHistory.ts +0 -1789
- package/src/generated/prisma/models/TicketReply.ts +0 -1640
- package/src/generated/prisma/models/Uom.ts +0 -1752
- package/src/generated/prisma/models/UomCategory.ts +0 -1558
- package/src/generated/prisma/models/UploadLog.ts +0 -1731
- package/src/generated/prisma/models/User.ts +0 -19397
- package/src/generated/prisma/models/UserDepartmentEntity.ts +0 -2099
- package/src/generated/prisma/models/UserEventConfiguration.ts +0 -1370
- package/src/generated/prisma/models/UserLoginActivity.ts +0 -1693
- package/src/generated/prisma/models/UserRole.ts +0 -1696
- package/src/generated/prisma/models/UserVendorSocketTokens.ts +0 -1450
- package/src/generated/prisma/models/VendorReference.ts +0 -1707
- package/src/generated/prisma/models.ts +0 -122
|
@@ -1,2608 +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 `EventRfiFormLog` 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 EventRfiFormLog
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
export type EventRfiFormLogModel = runtime.Types.Result.DefaultSelection<Prisma.$EventRfiFormLogPayload>
|
|
20
|
-
|
|
21
|
-
export type AggregateEventRfiFormLog = {
|
|
22
|
-
_count: EventRfiFormLogCountAggregateOutputType | null
|
|
23
|
-
_avg: EventRfiFormLogAvgAggregateOutputType | null
|
|
24
|
-
_sum: EventRfiFormLogSumAggregateOutputType | null
|
|
25
|
-
_min: EventRfiFormLogMinAggregateOutputType | null
|
|
26
|
-
_max: EventRfiFormLogMaxAggregateOutputType | null
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type EventRfiFormLogAvgAggregateOutputType = {
|
|
30
|
-
id: number | null
|
|
31
|
-
event_id: number | null
|
|
32
|
-
event_vendor_id: number | null
|
|
33
|
-
rfi_form_id: number | null
|
|
34
|
-
reviewed_by: number | null
|
|
35
|
-
rating: number | null
|
|
36
|
-
version: number | null
|
|
37
|
-
created_by: number | null
|
|
38
|
-
updated_by: number | null
|
|
39
|
-
deleted_by: number | null
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export type EventRfiFormLogSumAggregateOutputType = {
|
|
43
|
-
id: number | null
|
|
44
|
-
event_id: number | null
|
|
45
|
-
event_vendor_id: number | null
|
|
46
|
-
rfi_form_id: number | null
|
|
47
|
-
reviewed_by: number | null
|
|
48
|
-
rating: number | null
|
|
49
|
-
version: number | null
|
|
50
|
-
created_by: number | null
|
|
51
|
-
updated_by: number | null
|
|
52
|
-
deleted_by: number | null
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export type EventRfiFormLogMinAggregateOutputType = {
|
|
56
|
-
id: number | null
|
|
57
|
-
uuid: string | null
|
|
58
|
-
event_id: number | null
|
|
59
|
-
event_vendor_id: number | null
|
|
60
|
-
rfi_form_id: number | null
|
|
61
|
-
status: $Enums.EventRfiFormStatus | null
|
|
62
|
-
reviewed_at: Date | null
|
|
63
|
-
reviewed_by: number | null
|
|
64
|
-
comments: string | null
|
|
65
|
-
rating: number | null
|
|
66
|
-
version: number | null
|
|
67
|
-
created_at: Date | null
|
|
68
|
-
created_by: number | null
|
|
69
|
-
updated_at: Date | null
|
|
70
|
-
updated_by: number | null
|
|
71
|
-
is_deleted: boolean | null
|
|
72
|
-
deleted_at: Date | null
|
|
73
|
-
deleted_by: number | null
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export type EventRfiFormLogMaxAggregateOutputType = {
|
|
77
|
-
id: number | null
|
|
78
|
-
uuid: string | null
|
|
79
|
-
event_id: number | null
|
|
80
|
-
event_vendor_id: number | null
|
|
81
|
-
rfi_form_id: number | null
|
|
82
|
-
status: $Enums.EventRfiFormStatus | null
|
|
83
|
-
reviewed_at: Date | null
|
|
84
|
-
reviewed_by: number | null
|
|
85
|
-
comments: string | null
|
|
86
|
-
rating: number | null
|
|
87
|
-
version: number | null
|
|
88
|
-
created_at: Date | null
|
|
89
|
-
created_by: number | null
|
|
90
|
-
updated_at: Date | null
|
|
91
|
-
updated_by: number | null
|
|
92
|
-
is_deleted: boolean | null
|
|
93
|
-
deleted_at: Date | null
|
|
94
|
-
deleted_by: number | null
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export type EventRfiFormLogCountAggregateOutputType = {
|
|
98
|
-
id: number
|
|
99
|
-
uuid: number
|
|
100
|
-
event_id: number
|
|
101
|
-
event_vendor_id: number
|
|
102
|
-
rfi_form_id: number
|
|
103
|
-
rfi_form_response: number
|
|
104
|
-
status: number
|
|
105
|
-
reviewed_at: number
|
|
106
|
-
reviewed_by: number
|
|
107
|
-
comments: number
|
|
108
|
-
rating: number
|
|
109
|
-
version: number
|
|
110
|
-
created_at: number
|
|
111
|
-
created_by: number
|
|
112
|
-
updated_at: number
|
|
113
|
-
updated_by: number
|
|
114
|
-
is_deleted: number
|
|
115
|
-
deleted_at: number
|
|
116
|
-
deleted_by: number
|
|
117
|
-
_all: number
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
export type EventRfiFormLogAvgAggregateInputType = {
|
|
122
|
-
id?: true
|
|
123
|
-
event_id?: true
|
|
124
|
-
event_vendor_id?: true
|
|
125
|
-
rfi_form_id?: true
|
|
126
|
-
reviewed_by?: true
|
|
127
|
-
rating?: true
|
|
128
|
-
version?: true
|
|
129
|
-
created_by?: true
|
|
130
|
-
updated_by?: true
|
|
131
|
-
deleted_by?: true
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
export type EventRfiFormLogSumAggregateInputType = {
|
|
135
|
-
id?: true
|
|
136
|
-
event_id?: true
|
|
137
|
-
event_vendor_id?: true
|
|
138
|
-
rfi_form_id?: true
|
|
139
|
-
reviewed_by?: true
|
|
140
|
-
rating?: true
|
|
141
|
-
version?: true
|
|
142
|
-
created_by?: true
|
|
143
|
-
updated_by?: true
|
|
144
|
-
deleted_by?: true
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
export type EventRfiFormLogMinAggregateInputType = {
|
|
148
|
-
id?: true
|
|
149
|
-
uuid?: true
|
|
150
|
-
event_id?: true
|
|
151
|
-
event_vendor_id?: true
|
|
152
|
-
rfi_form_id?: true
|
|
153
|
-
status?: true
|
|
154
|
-
reviewed_at?: true
|
|
155
|
-
reviewed_by?: true
|
|
156
|
-
comments?: true
|
|
157
|
-
rating?: true
|
|
158
|
-
version?: true
|
|
159
|
-
created_at?: true
|
|
160
|
-
created_by?: true
|
|
161
|
-
updated_at?: true
|
|
162
|
-
updated_by?: true
|
|
163
|
-
is_deleted?: true
|
|
164
|
-
deleted_at?: true
|
|
165
|
-
deleted_by?: true
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
export type EventRfiFormLogMaxAggregateInputType = {
|
|
169
|
-
id?: true
|
|
170
|
-
uuid?: true
|
|
171
|
-
event_id?: true
|
|
172
|
-
event_vendor_id?: true
|
|
173
|
-
rfi_form_id?: true
|
|
174
|
-
status?: true
|
|
175
|
-
reviewed_at?: true
|
|
176
|
-
reviewed_by?: true
|
|
177
|
-
comments?: true
|
|
178
|
-
rating?: true
|
|
179
|
-
version?: true
|
|
180
|
-
created_at?: true
|
|
181
|
-
created_by?: true
|
|
182
|
-
updated_at?: true
|
|
183
|
-
updated_by?: true
|
|
184
|
-
is_deleted?: true
|
|
185
|
-
deleted_at?: true
|
|
186
|
-
deleted_by?: true
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export type EventRfiFormLogCountAggregateInputType = {
|
|
190
|
-
id?: true
|
|
191
|
-
uuid?: true
|
|
192
|
-
event_id?: true
|
|
193
|
-
event_vendor_id?: true
|
|
194
|
-
rfi_form_id?: true
|
|
195
|
-
rfi_form_response?: true
|
|
196
|
-
status?: true
|
|
197
|
-
reviewed_at?: true
|
|
198
|
-
reviewed_by?: true
|
|
199
|
-
comments?: true
|
|
200
|
-
rating?: true
|
|
201
|
-
version?: true
|
|
202
|
-
created_at?: true
|
|
203
|
-
created_by?: true
|
|
204
|
-
updated_at?: true
|
|
205
|
-
updated_by?: true
|
|
206
|
-
is_deleted?: true
|
|
207
|
-
deleted_at?: true
|
|
208
|
-
deleted_by?: true
|
|
209
|
-
_all?: true
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
export type EventRfiFormLogAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
213
|
-
/**
|
|
214
|
-
* Filter which EventRfiFormLog to aggregate.
|
|
215
|
-
*/
|
|
216
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
217
|
-
/**
|
|
218
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
219
|
-
*
|
|
220
|
-
* Determine the order of EventRfiFormLogs to fetch.
|
|
221
|
-
*/
|
|
222
|
-
orderBy?: Prisma.EventRfiFormLogOrderByWithRelationInput | Prisma.EventRfiFormLogOrderByWithRelationInput[]
|
|
223
|
-
/**
|
|
224
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
225
|
-
*
|
|
226
|
-
* Sets the start position
|
|
227
|
-
*/
|
|
228
|
-
cursor?: Prisma.EventRfiFormLogWhereUniqueInput
|
|
229
|
-
/**
|
|
230
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
231
|
-
*
|
|
232
|
-
* Take `±n` EventRfiFormLogs from the position of the cursor.
|
|
233
|
-
*/
|
|
234
|
-
take?: number
|
|
235
|
-
/**
|
|
236
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
237
|
-
*
|
|
238
|
-
* Skip the first `n` EventRfiFormLogs.
|
|
239
|
-
*/
|
|
240
|
-
skip?: number
|
|
241
|
-
/**
|
|
242
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
243
|
-
*
|
|
244
|
-
* Count returned EventRfiFormLogs
|
|
245
|
-
**/
|
|
246
|
-
_count?: true | EventRfiFormLogCountAggregateInputType
|
|
247
|
-
/**
|
|
248
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
249
|
-
*
|
|
250
|
-
* Select which fields to average
|
|
251
|
-
**/
|
|
252
|
-
_avg?: EventRfiFormLogAvgAggregateInputType
|
|
253
|
-
/**
|
|
254
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
255
|
-
*
|
|
256
|
-
* Select which fields to sum
|
|
257
|
-
**/
|
|
258
|
-
_sum?: EventRfiFormLogSumAggregateInputType
|
|
259
|
-
/**
|
|
260
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
261
|
-
*
|
|
262
|
-
* Select which fields to find the minimum value
|
|
263
|
-
**/
|
|
264
|
-
_min?: EventRfiFormLogMinAggregateInputType
|
|
265
|
-
/**
|
|
266
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
267
|
-
*
|
|
268
|
-
* Select which fields to find the maximum value
|
|
269
|
-
**/
|
|
270
|
-
_max?: EventRfiFormLogMaxAggregateInputType
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
export type GetEventRfiFormLogAggregateType<T extends EventRfiFormLogAggregateArgs> = {
|
|
274
|
-
[P in keyof T & keyof AggregateEventRfiFormLog]: P extends '_count' | 'count'
|
|
275
|
-
? T[P] extends true
|
|
276
|
-
? number
|
|
277
|
-
: Prisma.GetScalarType<T[P], AggregateEventRfiFormLog[P]>
|
|
278
|
-
: Prisma.GetScalarType<T[P], AggregateEventRfiFormLog[P]>
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
export type EventRfiFormLogGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
285
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
286
|
-
orderBy?: Prisma.EventRfiFormLogOrderByWithAggregationInput | Prisma.EventRfiFormLogOrderByWithAggregationInput[]
|
|
287
|
-
by: Prisma.EventRfiFormLogScalarFieldEnum[] | Prisma.EventRfiFormLogScalarFieldEnum
|
|
288
|
-
having?: Prisma.EventRfiFormLogScalarWhereWithAggregatesInput
|
|
289
|
-
take?: number
|
|
290
|
-
skip?: number
|
|
291
|
-
_count?: EventRfiFormLogCountAggregateInputType | true
|
|
292
|
-
_avg?: EventRfiFormLogAvgAggregateInputType
|
|
293
|
-
_sum?: EventRfiFormLogSumAggregateInputType
|
|
294
|
-
_min?: EventRfiFormLogMinAggregateInputType
|
|
295
|
-
_max?: EventRfiFormLogMaxAggregateInputType
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
export type EventRfiFormLogGroupByOutputType = {
|
|
299
|
-
id: number
|
|
300
|
-
uuid: string | null
|
|
301
|
-
event_id: number | null
|
|
302
|
-
event_vendor_id: number | null
|
|
303
|
-
rfi_form_id: number | null
|
|
304
|
-
rfi_form_response: runtime.JsonValue | null
|
|
305
|
-
status: $Enums.EventRfiFormStatus
|
|
306
|
-
reviewed_at: Date | null
|
|
307
|
-
reviewed_by: number | null
|
|
308
|
-
comments: string | null
|
|
309
|
-
rating: number | null
|
|
310
|
-
version: number
|
|
311
|
-
created_at: Date
|
|
312
|
-
created_by: number | null
|
|
313
|
-
updated_at: Date
|
|
314
|
-
updated_by: number | null
|
|
315
|
-
is_deleted: boolean
|
|
316
|
-
deleted_at: Date | null
|
|
317
|
-
deleted_by: number | null
|
|
318
|
-
_count: EventRfiFormLogCountAggregateOutputType | null
|
|
319
|
-
_avg: EventRfiFormLogAvgAggregateOutputType | null
|
|
320
|
-
_sum: EventRfiFormLogSumAggregateOutputType | null
|
|
321
|
-
_min: EventRfiFormLogMinAggregateOutputType | null
|
|
322
|
-
_max: EventRfiFormLogMaxAggregateOutputType | null
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
export type GetEventRfiFormLogGroupByPayload<T extends EventRfiFormLogGroupByArgs> = Prisma.PrismaPromise<
|
|
326
|
-
Array<
|
|
327
|
-
Prisma.PickEnumerable<EventRfiFormLogGroupByOutputType, T['by']> &
|
|
328
|
-
{
|
|
329
|
-
[P in ((keyof T) & (keyof EventRfiFormLogGroupByOutputType))]: P extends '_count'
|
|
330
|
-
? T[P] extends boolean
|
|
331
|
-
? number
|
|
332
|
-
: Prisma.GetScalarType<T[P], EventRfiFormLogGroupByOutputType[P]>
|
|
333
|
-
: Prisma.GetScalarType<T[P], EventRfiFormLogGroupByOutputType[P]>
|
|
334
|
-
}
|
|
335
|
-
>
|
|
336
|
-
>
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export type EventRfiFormLogWhereInput = {
|
|
341
|
-
AND?: Prisma.EventRfiFormLogWhereInput | Prisma.EventRfiFormLogWhereInput[]
|
|
342
|
-
OR?: Prisma.EventRfiFormLogWhereInput[]
|
|
343
|
-
NOT?: Prisma.EventRfiFormLogWhereInput | Prisma.EventRfiFormLogWhereInput[]
|
|
344
|
-
id?: Prisma.IntFilter<"EventRfiFormLog"> | number
|
|
345
|
-
uuid?: Prisma.StringNullableFilter<"EventRfiFormLog"> | string | null
|
|
346
|
-
event_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
347
|
-
event_vendor_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
348
|
-
rfi_form_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
349
|
-
rfi_form_response?: Prisma.JsonNullableFilter<"EventRfiFormLog">
|
|
350
|
-
status?: Prisma.EnumEventRfiFormStatusFilter<"EventRfiFormLog"> | $Enums.EventRfiFormStatus
|
|
351
|
-
reviewed_at?: Prisma.DateTimeNullableFilter<"EventRfiFormLog"> | Date | string | null
|
|
352
|
-
reviewed_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
353
|
-
comments?: Prisma.StringNullableFilter<"EventRfiFormLog"> | string | null
|
|
354
|
-
rating?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
355
|
-
version?: Prisma.IntFilter<"EventRfiFormLog"> | number
|
|
356
|
-
created_at?: Prisma.DateTimeFilter<"EventRfiFormLog"> | Date | string
|
|
357
|
-
created_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
358
|
-
updated_at?: Prisma.DateTimeFilter<"EventRfiFormLog"> | Date | string
|
|
359
|
-
updated_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
360
|
-
is_deleted?: Prisma.BoolFilter<"EventRfiFormLog"> | boolean
|
|
361
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"EventRfiFormLog"> | Date | string | null
|
|
362
|
-
deleted_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
363
|
-
event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
|
|
364
|
-
event_vendor?: Prisma.XOR<Prisma.EventVendorsNullableScalarRelationFilter, Prisma.EventVendorsWhereInput> | null
|
|
365
|
-
rfi_form?: Prisma.XOR<Prisma.EventRfiFormNullableScalarRelationFilter, Prisma.EventRfiFormWhereInput> | null
|
|
366
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
export type EventRfiFormLogOrderByWithRelationInput = {
|
|
370
|
-
id?: Prisma.SortOrder
|
|
371
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
372
|
-
event_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
373
|
-
event_vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
374
|
-
rfi_form_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
375
|
-
rfi_form_response?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
376
|
-
status?: Prisma.SortOrder
|
|
377
|
-
reviewed_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
378
|
-
reviewed_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
379
|
-
comments?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
380
|
-
rating?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
381
|
-
version?: Prisma.SortOrder
|
|
382
|
-
created_at?: Prisma.SortOrder
|
|
383
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
384
|
-
updated_at?: Prisma.SortOrder
|
|
385
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
386
|
-
is_deleted?: Prisma.SortOrder
|
|
387
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
388
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
389
|
-
event?: Prisma.EventOrderByWithRelationInput
|
|
390
|
-
event_vendor?: Prisma.EventVendorsOrderByWithRelationInput
|
|
391
|
-
rfi_form?: Prisma.EventRfiFormOrderByWithRelationInput
|
|
392
|
-
user?: Prisma.UserOrderByWithRelationInput
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
export type EventRfiFormLogWhereUniqueInput = Prisma.AtLeast<{
|
|
396
|
-
id?: number
|
|
397
|
-
uuid?: string
|
|
398
|
-
AND?: Prisma.EventRfiFormLogWhereInput | Prisma.EventRfiFormLogWhereInput[]
|
|
399
|
-
OR?: Prisma.EventRfiFormLogWhereInput[]
|
|
400
|
-
NOT?: Prisma.EventRfiFormLogWhereInput | Prisma.EventRfiFormLogWhereInput[]
|
|
401
|
-
event_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
402
|
-
event_vendor_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
403
|
-
rfi_form_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
404
|
-
rfi_form_response?: Prisma.JsonNullableFilter<"EventRfiFormLog">
|
|
405
|
-
status?: Prisma.EnumEventRfiFormStatusFilter<"EventRfiFormLog"> | $Enums.EventRfiFormStatus
|
|
406
|
-
reviewed_at?: Prisma.DateTimeNullableFilter<"EventRfiFormLog"> | Date | string | null
|
|
407
|
-
reviewed_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
408
|
-
comments?: Prisma.StringNullableFilter<"EventRfiFormLog"> | string | null
|
|
409
|
-
rating?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
410
|
-
version?: Prisma.IntFilter<"EventRfiFormLog"> | number
|
|
411
|
-
created_at?: Prisma.DateTimeFilter<"EventRfiFormLog"> | Date | string
|
|
412
|
-
created_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
413
|
-
updated_at?: Prisma.DateTimeFilter<"EventRfiFormLog"> | Date | string
|
|
414
|
-
updated_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
415
|
-
is_deleted?: Prisma.BoolFilter<"EventRfiFormLog"> | boolean
|
|
416
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"EventRfiFormLog"> | Date | string | null
|
|
417
|
-
deleted_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
418
|
-
event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
|
|
419
|
-
event_vendor?: Prisma.XOR<Prisma.EventVendorsNullableScalarRelationFilter, Prisma.EventVendorsWhereInput> | null
|
|
420
|
-
rfi_form?: Prisma.XOR<Prisma.EventRfiFormNullableScalarRelationFilter, Prisma.EventRfiFormWhereInput> | null
|
|
421
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
422
|
-
}, "id" | "uuid">
|
|
423
|
-
|
|
424
|
-
export type EventRfiFormLogOrderByWithAggregationInput = {
|
|
425
|
-
id?: Prisma.SortOrder
|
|
426
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
427
|
-
event_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
428
|
-
event_vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
429
|
-
rfi_form_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
430
|
-
rfi_form_response?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
431
|
-
status?: Prisma.SortOrder
|
|
432
|
-
reviewed_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
433
|
-
reviewed_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
434
|
-
comments?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
435
|
-
rating?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
436
|
-
version?: Prisma.SortOrder
|
|
437
|
-
created_at?: Prisma.SortOrder
|
|
438
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
439
|
-
updated_at?: Prisma.SortOrder
|
|
440
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
441
|
-
is_deleted?: Prisma.SortOrder
|
|
442
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
443
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
444
|
-
_count?: Prisma.EventRfiFormLogCountOrderByAggregateInput
|
|
445
|
-
_avg?: Prisma.EventRfiFormLogAvgOrderByAggregateInput
|
|
446
|
-
_max?: Prisma.EventRfiFormLogMaxOrderByAggregateInput
|
|
447
|
-
_min?: Prisma.EventRfiFormLogMinOrderByAggregateInput
|
|
448
|
-
_sum?: Prisma.EventRfiFormLogSumOrderByAggregateInput
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
export type EventRfiFormLogScalarWhereWithAggregatesInput = {
|
|
452
|
-
AND?: Prisma.EventRfiFormLogScalarWhereWithAggregatesInput | Prisma.EventRfiFormLogScalarWhereWithAggregatesInput[]
|
|
453
|
-
OR?: Prisma.EventRfiFormLogScalarWhereWithAggregatesInput[]
|
|
454
|
-
NOT?: Prisma.EventRfiFormLogScalarWhereWithAggregatesInput | Prisma.EventRfiFormLogScalarWhereWithAggregatesInput[]
|
|
455
|
-
id?: Prisma.IntWithAggregatesFilter<"EventRfiFormLog"> | number
|
|
456
|
-
uuid?: Prisma.StringNullableWithAggregatesFilter<"EventRfiFormLog"> | string | null
|
|
457
|
-
event_id?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
458
|
-
event_vendor_id?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
459
|
-
rfi_form_id?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
460
|
-
rfi_form_response?: Prisma.JsonNullableWithAggregatesFilter<"EventRfiFormLog">
|
|
461
|
-
status?: Prisma.EnumEventRfiFormStatusWithAggregatesFilter<"EventRfiFormLog"> | $Enums.EventRfiFormStatus
|
|
462
|
-
reviewed_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventRfiFormLog"> | Date | string | null
|
|
463
|
-
reviewed_by?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
464
|
-
comments?: Prisma.StringNullableWithAggregatesFilter<"EventRfiFormLog"> | string | null
|
|
465
|
-
rating?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
466
|
-
version?: Prisma.IntWithAggregatesFilter<"EventRfiFormLog"> | number
|
|
467
|
-
created_at?: Prisma.DateTimeWithAggregatesFilter<"EventRfiFormLog"> | Date | string
|
|
468
|
-
created_by?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
469
|
-
updated_at?: Prisma.DateTimeWithAggregatesFilter<"EventRfiFormLog"> | Date | string
|
|
470
|
-
updated_by?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
471
|
-
is_deleted?: Prisma.BoolWithAggregatesFilter<"EventRfiFormLog"> | boolean
|
|
472
|
-
deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventRfiFormLog"> | Date | string | null
|
|
473
|
-
deleted_by?: Prisma.IntNullableWithAggregatesFilter<"EventRfiFormLog"> | number | null
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
export type EventRfiFormLogCreateInput = {
|
|
477
|
-
uuid?: string | null
|
|
478
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
479
|
-
status?: $Enums.EventRfiFormStatus
|
|
480
|
-
reviewed_at?: Date | string | null
|
|
481
|
-
comments?: string | null
|
|
482
|
-
rating?: number | null
|
|
483
|
-
version?: number
|
|
484
|
-
created_at?: Date | string
|
|
485
|
-
created_by?: number | null
|
|
486
|
-
updated_at?: Date | string
|
|
487
|
-
updated_by?: number | null
|
|
488
|
-
is_deleted?: boolean
|
|
489
|
-
deleted_at?: Date | string | null
|
|
490
|
-
deleted_by?: number | null
|
|
491
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
492
|
-
event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
493
|
-
rfi_form?: Prisma.EventRfiFormCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
494
|
-
user?: Prisma.UserCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
export type EventRfiFormLogUncheckedCreateInput = {
|
|
498
|
-
id?: number
|
|
499
|
-
uuid?: string | null
|
|
500
|
-
event_id?: number | null
|
|
501
|
-
event_vendor_id?: number | null
|
|
502
|
-
rfi_form_id?: number | null
|
|
503
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
504
|
-
status?: $Enums.EventRfiFormStatus
|
|
505
|
-
reviewed_at?: Date | string | null
|
|
506
|
-
reviewed_by?: number | null
|
|
507
|
-
comments?: string | null
|
|
508
|
-
rating?: number | null
|
|
509
|
-
version?: number
|
|
510
|
-
created_at?: Date | string
|
|
511
|
-
created_by?: number | null
|
|
512
|
-
updated_at?: Date | string
|
|
513
|
-
updated_by?: number | null
|
|
514
|
-
is_deleted?: boolean
|
|
515
|
-
deleted_at?: Date | string | null
|
|
516
|
-
deleted_by?: number | null
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
export type EventRfiFormLogUpdateInput = {
|
|
520
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
521
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
522
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
523
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
524
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
525
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
526
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
527
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
528
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
529
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
530
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
531
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
532
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
533
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
534
|
-
event?: Prisma.EventUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
535
|
-
event_vendor?: Prisma.EventVendorsUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
536
|
-
rfi_form?: Prisma.EventRfiFormUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
537
|
-
user?: Prisma.UserUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
export type EventRfiFormLogUncheckedUpdateInput = {
|
|
541
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
542
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
543
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
544
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
545
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
546
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
547
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
548
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
549
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
550
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
551
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
552
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
553
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
554
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
555
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
556
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
557
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
558
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
559
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
export type EventRfiFormLogCreateManyInput = {
|
|
563
|
-
id?: number
|
|
564
|
-
uuid?: string | null
|
|
565
|
-
event_id?: number | null
|
|
566
|
-
event_vendor_id?: number | null
|
|
567
|
-
rfi_form_id?: number | null
|
|
568
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
569
|
-
status?: $Enums.EventRfiFormStatus
|
|
570
|
-
reviewed_at?: Date | string | null
|
|
571
|
-
reviewed_by?: number | null
|
|
572
|
-
comments?: string | null
|
|
573
|
-
rating?: number | null
|
|
574
|
-
version?: number
|
|
575
|
-
created_at?: Date | string
|
|
576
|
-
created_by?: number | null
|
|
577
|
-
updated_at?: Date | string
|
|
578
|
-
updated_by?: number | null
|
|
579
|
-
is_deleted?: boolean
|
|
580
|
-
deleted_at?: Date | string | null
|
|
581
|
-
deleted_by?: number | null
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
export type EventRfiFormLogUpdateManyMutationInput = {
|
|
585
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
586
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
587
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
588
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
589
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
590
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
591
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
592
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
593
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
594
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
595
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
596
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
597
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
598
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
export type EventRfiFormLogUncheckedUpdateManyInput = {
|
|
602
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
603
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
604
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
605
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
606
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
607
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
608
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
609
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
610
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
611
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
612
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
613
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
614
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
615
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
616
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
617
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
618
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
619
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
620
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
export type EventRfiFormLogListRelationFilter = {
|
|
624
|
-
every?: Prisma.EventRfiFormLogWhereInput
|
|
625
|
-
some?: Prisma.EventRfiFormLogWhereInput
|
|
626
|
-
none?: Prisma.EventRfiFormLogWhereInput
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
export type EventRfiFormLogOrderByRelationAggregateInput = {
|
|
630
|
-
_count?: Prisma.SortOrder
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
export type EventRfiFormLogCountOrderByAggregateInput = {
|
|
634
|
-
id?: Prisma.SortOrder
|
|
635
|
-
uuid?: Prisma.SortOrder
|
|
636
|
-
event_id?: Prisma.SortOrder
|
|
637
|
-
event_vendor_id?: Prisma.SortOrder
|
|
638
|
-
rfi_form_id?: Prisma.SortOrder
|
|
639
|
-
rfi_form_response?: Prisma.SortOrder
|
|
640
|
-
status?: Prisma.SortOrder
|
|
641
|
-
reviewed_at?: Prisma.SortOrder
|
|
642
|
-
reviewed_by?: Prisma.SortOrder
|
|
643
|
-
comments?: Prisma.SortOrder
|
|
644
|
-
rating?: Prisma.SortOrder
|
|
645
|
-
version?: Prisma.SortOrder
|
|
646
|
-
created_at?: Prisma.SortOrder
|
|
647
|
-
created_by?: Prisma.SortOrder
|
|
648
|
-
updated_at?: Prisma.SortOrder
|
|
649
|
-
updated_by?: Prisma.SortOrder
|
|
650
|
-
is_deleted?: Prisma.SortOrder
|
|
651
|
-
deleted_at?: Prisma.SortOrder
|
|
652
|
-
deleted_by?: Prisma.SortOrder
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
export type EventRfiFormLogAvgOrderByAggregateInput = {
|
|
656
|
-
id?: Prisma.SortOrder
|
|
657
|
-
event_id?: Prisma.SortOrder
|
|
658
|
-
event_vendor_id?: Prisma.SortOrder
|
|
659
|
-
rfi_form_id?: Prisma.SortOrder
|
|
660
|
-
reviewed_by?: Prisma.SortOrder
|
|
661
|
-
rating?: Prisma.SortOrder
|
|
662
|
-
version?: Prisma.SortOrder
|
|
663
|
-
created_by?: Prisma.SortOrder
|
|
664
|
-
updated_by?: Prisma.SortOrder
|
|
665
|
-
deleted_by?: Prisma.SortOrder
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
export type EventRfiFormLogMaxOrderByAggregateInput = {
|
|
669
|
-
id?: Prisma.SortOrder
|
|
670
|
-
uuid?: Prisma.SortOrder
|
|
671
|
-
event_id?: Prisma.SortOrder
|
|
672
|
-
event_vendor_id?: Prisma.SortOrder
|
|
673
|
-
rfi_form_id?: Prisma.SortOrder
|
|
674
|
-
status?: Prisma.SortOrder
|
|
675
|
-
reviewed_at?: Prisma.SortOrder
|
|
676
|
-
reviewed_by?: Prisma.SortOrder
|
|
677
|
-
comments?: Prisma.SortOrder
|
|
678
|
-
rating?: Prisma.SortOrder
|
|
679
|
-
version?: Prisma.SortOrder
|
|
680
|
-
created_at?: Prisma.SortOrder
|
|
681
|
-
created_by?: Prisma.SortOrder
|
|
682
|
-
updated_at?: Prisma.SortOrder
|
|
683
|
-
updated_by?: Prisma.SortOrder
|
|
684
|
-
is_deleted?: Prisma.SortOrder
|
|
685
|
-
deleted_at?: Prisma.SortOrder
|
|
686
|
-
deleted_by?: Prisma.SortOrder
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
export type EventRfiFormLogMinOrderByAggregateInput = {
|
|
690
|
-
id?: Prisma.SortOrder
|
|
691
|
-
uuid?: Prisma.SortOrder
|
|
692
|
-
event_id?: Prisma.SortOrder
|
|
693
|
-
event_vendor_id?: Prisma.SortOrder
|
|
694
|
-
rfi_form_id?: Prisma.SortOrder
|
|
695
|
-
status?: Prisma.SortOrder
|
|
696
|
-
reviewed_at?: Prisma.SortOrder
|
|
697
|
-
reviewed_by?: Prisma.SortOrder
|
|
698
|
-
comments?: Prisma.SortOrder
|
|
699
|
-
rating?: Prisma.SortOrder
|
|
700
|
-
version?: Prisma.SortOrder
|
|
701
|
-
created_at?: Prisma.SortOrder
|
|
702
|
-
created_by?: Prisma.SortOrder
|
|
703
|
-
updated_at?: Prisma.SortOrder
|
|
704
|
-
updated_by?: Prisma.SortOrder
|
|
705
|
-
is_deleted?: Prisma.SortOrder
|
|
706
|
-
deleted_at?: Prisma.SortOrder
|
|
707
|
-
deleted_by?: Prisma.SortOrder
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
export type EventRfiFormLogSumOrderByAggregateInput = {
|
|
711
|
-
id?: Prisma.SortOrder
|
|
712
|
-
event_id?: Prisma.SortOrder
|
|
713
|
-
event_vendor_id?: Prisma.SortOrder
|
|
714
|
-
rfi_form_id?: Prisma.SortOrder
|
|
715
|
-
reviewed_by?: Prisma.SortOrder
|
|
716
|
-
rating?: Prisma.SortOrder
|
|
717
|
-
version?: Prisma.SortOrder
|
|
718
|
-
created_by?: Prisma.SortOrder
|
|
719
|
-
updated_by?: Prisma.SortOrder
|
|
720
|
-
deleted_by?: Prisma.SortOrder
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
export type EventRfiFormLogCreateNestedManyWithoutUserInput = {
|
|
724
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutUserInput, Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput> | Prisma.EventRfiFormLogCreateWithoutUserInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput[]
|
|
725
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput | Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput[]
|
|
726
|
-
createMany?: Prisma.EventRfiFormLogCreateManyUserInputEnvelope
|
|
727
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
export type EventRfiFormLogUncheckedCreateNestedManyWithoutUserInput = {
|
|
731
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutUserInput, Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput> | Prisma.EventRfiFormLogCreateWithoutUserInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput[]
|
|
732
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput | Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput[]
|
|
733
|
-
createMany?: Prisma.EventRfiFormLogCreateManyUserInputEnvelope
|
|
734
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
export type EventRfiFormLogUpdateManyWithoutUserNestedInput = {
|
|
738
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutUserInput, Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput> | Prisma.EventRfiFormLogCreateWithoutUserInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput[]
|
|
739
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput | Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput[]
|
|
740
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutUserInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutUserInput[]
|
|
741
|
-
createMany?: Prisma.EventRfiFormLogCreateManyUserInputEnvelope
|
|
742
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
743
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
744
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
745
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
746
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutUserInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutUserInput[]
|
|
747
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutUserInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutUserInput[]
|
|
748
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutUserNestedInput = {
|
|
752
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutUserInput, Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput> | Prisma.EventRfiFormLogCreateWithoutUserInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput[]
|
|
753
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput | Prisma.EventRfiFormLogCreateOrConnectWithoutUserInput[]
|
|
754
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutUserInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutUserInput[]
|
|
755
|
-
createMany?: Prisma.EventRfiFormLogCreateManyUserInputEnvelope
|
|
756
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
757
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
758
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
759
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
760
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutUserInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutUserInput[]
|
|
761
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutUserInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutUserInput[]
|
|
762
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
export type EventRfiFormLogCreateNestedManyWithoutEventInput = {
|
|
766
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEventInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput> | Prisma.EventRfiFormLogCreateWithoutEventInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput[]
|
|
767
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput[]
|
|
768
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEventInputEnvelope
|
|
769
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
export type EventRfiFormLogUncheckedCreateNestedManyWithoutEventInput = {
|
|
773
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEventInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput> | Prisma.EventRfiFormLogCreateWithoutEventInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput[]
|
|
774
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput[]
|
|
775
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEventInputEnvelope
|
|
776
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
export type EventRfiFormLogUpdateManyWithoutEventNestedInput = {
|
|
780
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEventInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput> | Prisma.EventRfiFormLogCreateWithoutEventInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput[]
|
|
781
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput[]
|
|
782
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEventInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEventInput[]
|
|
783
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEventInputEnvelope
|
|
784
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
785
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
786
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
787
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
788
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEventInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEventInput[]
|
|
789
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEventInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEventInput[]
|
|
790
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutEventNestedInput = {
|
|
794
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEventInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput> | Prisma.EventRfiFormLogCreateWithoutEventInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput[]
|
|
795
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEventInput[]
|
|
796
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEventInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEventInput[]
|
|
797
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEventInputEnvelope
|
|
798
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
799
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
800
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
801
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
802
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEventInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEventInput[]
|
|
803
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEventInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEventInput[]
|
|
804
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
export type EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput = {
|
|
808
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput[]
|
|
809
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput[]
|
|
810
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEvent_vendorInputEnvelope
|
|
811
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
export type EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput = {
|
|
815
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput[]
|
|
816
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput[]
|
|
817
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEvent_vendorInputEnvelope
|
|
818
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
export type EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput = {
|
|
822
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput[]
|
|
823
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput[]
|
|
824
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEvent_vendorInput[]
|
|
825
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEvent_vendorInputEnvelope
|
|
826
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
827
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
828
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
829
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
830
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEvent_vendorInput[]
|
|
831
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEvent_vendorInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEvent_vendorInput[]
|
|
832
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput = {
|
|
836
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput> | Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput[]
|
|
837
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput | Prisma.EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput[]
|
|
838
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutEvent_vendorInput[]
|
|
839
|
-
createMany?: Prisma.EventRfiFormLogCreateManyEvent_vendorInputEnvelope
|
|
840
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
841
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
842
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
843
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
844
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEvent_vendorInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutEvent_vendorInput[]
|
|
845
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEvent_vendorInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutEvent_vendorInput[]
|
|
846
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
export type EventRfiFormLogCreateNestedManyWithoutRfi_formInput = {
|
|
850
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput> | Prisma.EventRfiFormLogCreateWithoutRfi_formInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput[]
|
|
851
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput | Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput[]
|
|
852
|
-
createMany?: Prisma.EventRfiFormLogCreateManyRfi_formInputEnvelope
|
|
853
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
export type EventRfiFormLogUncheckedCreateNestedManyWithoutRfi_formInput = {
|
|
857
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput> | Prisma.EventRfiFormLogCreateWithoutRfi_formInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput[]
|
|
858
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput | Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput[]
|
|
859
|
-
createMany?: Prisma.EventRfiFormLogCreateManyRfi_formInputEnvelope
|
|
860
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
export type EventRfiFormLogUpdateManyWithoutRfi_formNestedInput = {
|
|
864
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput> | Prisma.EventRfiFormLogCreateWithoutRfi_formInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput[]
|
|
865
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput | Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput[]
|
|
866
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutRfi_formInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutRfi_formInput[]
|
|
867
|
-
createMany?: Prisma.EventRfiFormLogCreateManyRfi_formInputEnvelope
|
|
868
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
869
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
870
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
871
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
872
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutRfi_formInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutRfi_formInput[]
|
|
873
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutRfi_formInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutRfi_formInput[]
|
|
874
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutRfi_formNestedInput = {
|
|
878
|
-
create?: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput> | Prisma.EventRfiFormLogCreateWithoutRfi_formInput[] | Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput[]
|
|
879
|
-
connectOrCreate?: Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput | Prisma.EventRfiFormLogCreateOrConnectWithoutRfi_formInput[]
|
|
880
|
-
upsert?: Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutRfi_formInput | Prisma.EventRfiFormLogUpsertWithWhereUniqueWithoutRfi_formInput[]
|
|
881
|
-
createMany?: Prisma.EventRfiFormLogCreateManyRfi_formInputEnvelope
|
|
882
|
-
set?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
883
|
-
disconnect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
884
|
-
delete?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
885
|
-
connect?: Prisma.EventRfiFormLogWhereUniqueInput | Prisma.EventRfiFormLogWhereUniqueInput[]
|
|
886
|
-
update?: Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutRfi_formInput | Prisma.EventRfiFormLogUpdateWithWhereUniqueWithoutRfi_formInput[]
|
|
887
|
-
updateMany?: Prisma.EventRfiFormLogUpdateManyWithWhereWithoutRfi_formInput | Prisma.EventRfiFormLogUpdateManyWithWhereWithoutRfi_formInput[]
|
|
888
|
-
deleteMany?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
export type EnumEventRfiFormStatusFieldUpdateOperationsInput = {
|
|
892
|
-
set?: $Enums.EventRfiFormStatus
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
export type EventRfiFormLogCreateWithoutUserInput = {
|
|
896
|
-
uuid?: string | null
|
|
897
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
898
|
-
status?: $Enums.EventRfiFormStatus
|
|
899
|
-
reviewed_at?: Date | string | null
|
|
900
|
-
comments?: string | null
|
|
901
|
-
rating?: number | null
|
|
902
|
-
version?: number
|
|
903
|
-
created_at?: Date | string
|
|
904
|
-
created_by?: number | null
|
|
905
|
-
updated_at?: Date | string
|
|
906
|
-
updated_by?: number | null
|
|
907
|
-
is_deleted?: boolean
|
|
908
|
-
deleted_at?: Date | string | null
|
|
909
|
-
deleted_by?: number | null
|
|
910
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
911
|
-
event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
912
|
-
rfi_form?: Prisma.EventRfiFormCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
export type EventRfiFormLogUncheckedCreateWithoutUserInput = {
|
|
916
|
-
id?: number
|
|
917
|
-
uuid?: string | null
|
|
918
|
-
event_id?: number | null
|
|
919
|
-
event_vendor_id?: number | null
|
|
920
|
-
rfi_form_id?: number | null
|
|
921
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
922
|
-
status?: $Enums.EventRfiFormStatus
|
|
923
|
-
reviewed_at?: Date | string | null
|
|
924
|
-
comments?: string | null
|
|
925
|
-
rating?: number | null
|
|
926
|
-
version?: number
|
|
927
|
-
created_at?: Date | string
|
|
928
|
-
created_by?: number | null
|
|
929
|
-
updated_at?: Date | string
|
|
930
|
-
updated_by?: number | null
|
|
931
|
-
is_deleted?: boolean
|
|
932
|
-
deleted_at?: Date | string | null
|
|
933
|
-
deleted_by?: number | null
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
export type EventRfiFormLogCreateOrConnectWithoutUserInput = {
|
|
937
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
938
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutUserInput, Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput>
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
export type EventRfiFormLogCreateManyUserInputEnvelope = {
|
|
942
|
-
data: Prisma.EventRfiFormLogCreateManyUserInput | Prisma.EventRfiFormLogCreateManyUserInput[]
|
|
943
|
-
skipDuplicates?: boolean
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
export type EventRfiFormLogUpsertWithWhereUniqueWithoutUserInput = {
|
|
947
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
948
|
-
update: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutUserInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutUserInput>
|
|
949
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutUserInput, Prisma.EventRfiFormLogUncheckedCreateWithoutUserInput>
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
export type EventRfiFormLogUpdateWithWhereUniqueWithoutUserInput = {
|
|
953
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
954
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutUserInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutUserInput>
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
export type EventRfiFormLogUpdateManyWithWhereWithoutUserInput = {
|
|
958
|
-
where: Prisma.EventRfiFormLogScalarWhereInput
|
|
959
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateManyMutationInput, Prisma.EventRfiFormLogUncheckedUpdateManyWithoutUserInput>
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
export type EventRfiFormLogScalarWhereInput = {
|
|
963
|
-
AND?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
964
|
-
OR?: Prisma.EventRfiFormLogScalarWhereInput[]
|
|
965
|
-
NOT?: Prisma.EventRfiFormLogScalarWhereInput | Prisma.EventRfiFormLogScalarWhereInput[]
|
|
966
|
-
id?: Prisma.IntFilter<"EventRfiFormLog"> | number
|
|
967
|
-
uuid?: Prisma.StringNullableFilter<"EventRfiFormLog"> | string | null
|
|
968
|
-
event_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
969
|
-
event_vendor_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
970
|
-
rfi_form_id?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
971
|
-
rfi_form_response?: Prisma.JsonNullableFilter<"EventRfiFormLog">
|
|
972
|
-
status?: Prisma.EnumEventRfiFormStatusFilter<"EventRfiFormLog"> | $Enums.EventRfiFormStatus
|
|
973
|
-
reviewed_at?: Prisma.DateTimeNullableFilter<"EventRfiFormLog"> | Date | string | null
|
|
974
|
-
reviewed_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
975
|
-
comments?: Prisma.StringNullableFilter<"EventRfiFormLog"> | string | null
|
|
976
|
-
rating?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
977
|
-
version?: Prisma.IntFilter<"EventRfiFormLog"> | number
|
|
978
|
-
created_at?: Prisma.DateTimeFilter<"EventRfiFormLog"> | Date | string
|
|
979
|
-
created_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
980
|
-
updated_at?: Prisma.DateTimeFilter<"EventRfiFormLog"> | Date | string
|
|
981
|
-
updated_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
982
|
-
is_deleted?: Prisma.BoolFilter<"EventRfiFormLog"> | boolean
|
|
983
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"EventRfiFormLog"> | Date | string | null
|
|
984
|
-
deleted_by?: Prisma.IntNullableFilter<"EventRfiFormLog"> | number | null
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
export type EventRfiFormLogCreateWithoutEventInput = {
|
|
988
|
-
uuid?: string | null
|
|
989
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
990
|
-
status?: $Enums.EventRfiFormStatus
|
|
991
|
-
reviewed_at?: Date | string | null
|
|
992
|
-
comments?: string | null
|
|
993
|
-
rating?: number | null
|
|
994
|
-
version?: number
|
|
995
|
-
created_at?: Date | string
|
|
996
|
-
created_by?: number | null
|
|
997
|
-
updated_at?: Date | string
|
|
998
|
-
updated_by?: number | null
|
|
999
|
-
is_deleted?: boolean
|
|
1000
|
-
deleted_at?: Date | string | null
|
|
1001
|
-
deleted_by?: number | null
|
|
1002
|
-
event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1003
|
-
rfi_form?: Prisma.EventRfiFormCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1004
|
-
user?: Prisma.UserCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
export type EventRfiFormLogUncheckedCreateWithoutEventInput = {
|
|
1008
|
-
id?: number
|
|
1009
|
-
uuid?: string | null
|
|
1010
|
-
event_vendor_id?: number | null
|
|
1011
|
-
rfi_form_id?: number | null
|
|
1012
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1013
|
-
status?: $Enums.EventRfiFormStatus
|
|
1014
|
-
reviewed_at?: Date | string | null
|
|
1015
|
-
reviewed_by?: number | null
|
|
1016
|
-
comments?: string | null
|
|
1017
|
-
rating?: number | null
|
|
1018
|
-
version?: number
|
|
1019
|
-
created_at?: Date | string
|
|
1020
|
-
created_by?: number | null
|
|
1021
|
-
updated_at?: Date | string
|
|
1022
|
-
updated_by?: number | null
|
|
1023
|
-
is_deleted?: boolean
|
|
1024
|
-
deleted_at?: Date | string | null
|
|
1025
|
-
deleted_by?: number | null
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
export type EventRfiFormLogCreateOrConnectWithoutEventInput = {
|
|
1029
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1030
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEventInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput>
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
export type EventRfiFormLogCreateManyEventInputEnvelope = {
|
|
1034
|
-
data: Prisma.EventRfiFormLogCreateManyEventInput | Prisma.EventRfiFormLogCreateManyEventInput[]
|
|
1035
|
-
skipDuplicates?: boolean
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
export type EventRfiFormLogUpsertWithWhereUniqueWithoutEventInput = {
|
|
1039
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1040
|
-
update: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutEventInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutEventInput>
|
|
1041
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEventInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEventInput>
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
export type EventRfiFormLogUpdateWithWhereUniqueWithoutEventInput = {
|
|
1045
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1046
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutEventInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutEventInput>
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
export type EventRfiFormLogUpdateManyWithWhereWithoutEventInput = {
|
|
1050
|
-
where: Prisma.EventRfiFormLogScalarWhereInput
|
|
1051
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateManyMutationInput, Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEventInput>
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
export type EventRfiFormLogCreateWithoutEvent_vendorInput = {
|
|
1055
|
-
uuid?: string | null
|
|
1056
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1057
|
-
status?: $Enums.EventRfiFormStatus
|
|
1058
|
-
reviewed_at?: Date | string | null
|
|
1059
|
-
comments?: string | null
|
|
1060
|
-
rating?: number | null
|
|
1061
|
-
version?: number
|
|
1062
|
-
created_at?: Date | string
|
|
1063
|
-
created_by?: number | null
|
|
1064
|
-
updated_at?: Date | string
|
|
1065
|
-
updated_by?: number | null
|
|
1066
|
-
is_deleted?: boolean
|
|
1067
|
-
deleted_at?: Date | string | null
|
|
1068
|
-
deleted_by?: number | null
|
|
1069
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1070
|
-
rfi_form?: Prisma.EventRfiFormCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1071
|
-
user?: Prisma.UserCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
export type EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput = {
|
|
1075
|
-
id?: number
|
|
1076
|
-
uuid?: string | null
|
|
1077
|
-
event_id?: number | null
|
|
1078
|
-
rfi_form_id?: number | null
|
|
1079
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1080
|
-
status?: $Enums.EventRfiFormStatus
|
|
1081
|
-
reviewed_at?: Date | string | null
|
|
1082
|
-
reviewed_by?: number | null
|
|
1083
|
-
comments?: string | null
|
|
1084
|
-
rating?: number | null
|
|
1085
|
-
version?: number
|
|
1086
|
-
created_at?: Date | string
|
|
1087
|
-
created_by?: number | null
|
|
1088
|
-
updated_at?: Date | string
|
|
1089
|
-
updated_by?: number | null
|
|
1090
|
-
is_deleted?: boolean
|
|
1091
|
-
deleted_at?: Date | string | null
|
|
1092
|
-
deleted_by?: number | null
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
export type EventRfiFormLogCreateOrConnectWithoutEvent_vendorInput = {
|
|
1096
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1097
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput>
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
export type EventRfiFormLogCreateManyEvent_vendorInputEnvelope = {
|
|
1101
|
-
data: Prisma.EventRfiFormLogCreateManyEvent_vendorInput | Prisma.EventRfiFormLogCreateManyEvent_vendorInput[]
|
|
1102
|
-
skipDuplicates?: boolean
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
export type EventRfiFormLogUpsertWithWhereUniqueWithoutEvent_vendorInput = {
|
|
1106
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1107
|
-
update: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutEvent_vendorInput>
|
|
1108
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedCreateWithoutEvent_vendorInput>
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export type EventRfiFormLogUpdateWithWhereUniqueWithoutEvent_vendorInput = {
|
|
1112
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1113
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutEvent_vendorInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutEvent_vendorInput>
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
export type EventRfiFormLogUpdateManyWithWhereWithoutEvent_vendorInput = {
|
|
1117
|
-
where: Prisma.EventRfiFormLogScalarWhereInput
|
|
1118
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateManyMutationInput, Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorInput>
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
export type EventRfiFormLogCreateWithoutRfi_formInput = {
|
|
1122
|
-
uuid?: string | null
|
|
1123
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1124
|
-
status?: $Enums.EventRfiFormStatus
|
|
1125
|
-
reviewed_at?: Date | string | null
|
|
1126
|
-
comments?: string | null
|
|
1127
|
-
rating?: number | null
|
|
1128
|
-
version?: number
|
|
1129
|
-
created_at?: Date | string
|
|
1130
|
-
created_by?: number | null
|
|
1131
|
-
updated_at?: Date | string
|
|
1132
|
-
updated_by?: number | null
|
|
1133
|
-
is_deleted?: boolean
|
|
1134
|
-
deleted_at?: Date | string | null
|
|
1135
|
-
deleted_by?: number | null
|
|
1136
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1137
|
-
event_vendor?: Prisma.EventVendorsCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1138
|
-
user?: Prisma.UserCreateNestedOneWithoutEvent_rfi_form_logsInput
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
export type EventRfiFormLogUncheckedCreateWithoutRfi_formInput = {
|
|
1142
|
-
id?: number
|
|
1143
|
-
uuid?: string | null
|
|
1144
|
-
event_id?: number | null
|
|
1145
|
-
event_vendor_id?: number | null
|
|
1146
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1147
|
-
status?: $Enums.EventRfiFormStatus
|
|
1148
|
-
reviewed_at?: Date | string | null
|
|
1149
|
-
reviewed_by?: number | null
|
|
1150
|
-
comments?: string | null
|
|
1151
|
-
rating?: number | null
|
|
1152
|
-
version?: number
|
|
1153
|
-
created_at?: Date | string
|
|
1154
|
-
created_by?: number | null
|
|
1155
|
-
updated_at?: Date | string
|
|
1156
|
-
updated_by?: number | null
|
|
1157
|
-
is_deleted?: boolean
|
|
1158
|
-
deleted_at?: Date | string | null
|
|
1159
|
-
deleted_by?: number | null
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
export type EventRfiFormLogCreateOrConnectWithoutRfi_formInput = {
|
|
1163
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1164
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput>
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
export type EventRfiFormLogCreateManyRfi_formInputEnvelope = {
|
|
1168
|
-
data: Prisma.EventRfiFormLogCreateManyRfi_formInput | Prisma.EventRfiFormLogCreateManyRfi_formInput[]
|
|
1169
|
-
skipDuplicates?: boolean
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
export type EventRfiFormLogUpsertWithWhereUniqueWithoutRfi_formInput = {
|
|
1173
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1174
|
-
update: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutRfi_formInput>
|
|
1175
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedCreateWithoutRfi_formInput>
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
export type EventRfiFormLogUpdateWithWhereUniqueWithoutRfi_formInput = {
|
|
1179
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
1180
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateWithoutRfi_formInput, Prisma.EventRfiFormLogUncheckedUpdateWithoutRfi_formInput>
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
export type EventRfiFormLogUpdateManyWithWhereWithoutRfi_formInput = {
|
|
1184
|
-
where: Prisma.EventRfiFormLogScalarWhereInput
|
|
1185
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateManyMutationInput, Prisma.EventRfiFormLogUncheckedUpdateManyWithoutRfi_formInput>
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
export type EventRfiFormLogCreateManyUserInput = {
|
|
1189
|
-
id?: number
|
|
1190
|
-
uuid?: string | null
|
|
1191
|
-
event_id?: number | null
|
|
1192
|
-
event_vendor_id?: number | null
|
|
1193
|
-
rfi_form_id?: number | null
|
|
1194
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1195
|
-
status?: $Enums.EventRfiFormStatus
|
|
1196
|
-
reviewed_at?: Date | string | null
|
|
1197
|
-
comments?: string | null
|
|
1198
|
-
rating?: number | null
|
|
1199
|
-
version?: number
|
|
1200
|
-
created_at?: Date | string
|
|
1201
|
-
created_by?: number | null
|
|
1202
|
-
updated_at?: Date | string
|
|
1203
|
-
updated_by?: number | null
|
|
1204
|
-
is_deleted?: boolean
|
|
1205
|
-
deleted_at?: Date | string | null
|
|
1206
|
-
deleted_by?: number | null
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
export type EventRfiFormLogUpdateWithoutUserInput = {
|
|
1210
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1211
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1212
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1213
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1214
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1215
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1216
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1217
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1218
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1219
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1220
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1221
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1222
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1223
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1224
|
-
event?: Prisma.EventUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1225
|
-
event_vendor?: Prisma.EventVendorsUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1226
|
-
rfi_form?: Prisma.EventRfiFormUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
export type EventRfiFormLogUncheckedUpdateWithoutUserInput = {
|
|
1230
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1231
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1232
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1233
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1234
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1235
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1236
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1237
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1238
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1239
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1240
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1241
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1242
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1243
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1244
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1245
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1246
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1247
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutUserInput = {
|
|
1251
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1252
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1253
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1254
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1255
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1256
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1257
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1258
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1259
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1260
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1261
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1262
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1263
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1264
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1265
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1266
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1267
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1268
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
export type EventRfiFormLogCreateManyEventInput = {
|
|
1272
|
-
id?: number
|
|
1273
|
-
uuid?: string | null
|
|
1274
|
-
event_vendor_id?: number | null
|
|
1275
|
-
rfi_form_id?: number | null
|
|
1276
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1277
|
-
status?: $Enums.EventRfiFormStatus
|
|
1278
|
-
reviewed_at?: Date | string | null
|
|
1279
|
-
reviewed_by?: number | null
|
|
1280
|
-
comments?: string | null
|
|
1281
|
-
rating?: number | null
|
|
1282
|
-
version?: number
|
|
1283
|
-
created_at?: Date | string
|
|
1284
|
-
created_by?: number | null
|
|
1285
|
-
updated_at?: Date | string
|
|
1286
|
-
updated_by?: number | null
|
|
1287
|
-
is_deleted?: boolean
|
|
1288
|
-
deleted_at?: Date | string | null
|
|
1289
|
-
deleted_by?: number | null
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
export type EventRfiFormLogUpdateWithoutEventInput = {
|
|
1293
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1294
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1295
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1296
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1297
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1298
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1299
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1300
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1301
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1302
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1303
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1304
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1305
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1306
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1307
|
-
event_vendor?: Prisma.EventVendorsUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1308
|
-
rfi_form?: Prisma.EventRfiFormUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1309
|
-
user?: Prisma.UserUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1312
|
-
export type EventRfiFormLogUncheckedUpdateWithoutEventInput = {
|
|
1313
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1314
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1315
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1316
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1317
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1318
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1319
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1320
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1321
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1322
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1323
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1324
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1325
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1326
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1327
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1328
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1329
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1330
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutEventInput = {
|
|
1334
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1335
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1336
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1337
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1338
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1339
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1340
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1341
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1342
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1343
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1344
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1345
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1346
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1347
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1348
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1349
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1350
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1351
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
export type EventRfiFormLogCreateManyEvent_vendorInput = {
|
|
1355
|
-
id?: number
|
|
1356
|
-
uuid?: string | null
|
|
1357
|
-
event_id?: number | null
|
|
1358
|
-
rfi_form_id?: number | null
|
|
1359
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1360
|
-
status?: $Enums.EventRfiFormStatus
|
|
1361
|
-
reviewed_at?: Date | string | null
|
|
1362
|
-
reviewed_by?: number | null
|
|
1363
|
-
comments?: string | null
|
|
1364
|
-
rating?: number | null
|
|
1365
|
-
version?: number
|
|
1366
|
-
created_at?: Date | string
|
|
1367
|
-
created_by?: number | null
|
|
1368
|
-
updated_at?: Date | string
|
|
1369
|
-
updated_by?: number | null
|
|
1370
|
-
is_deleted?: boolean
|
|
1371
|
-
deleted_at?: Date | string | null
|
|
1372
|
-
deleted_by?: number | null
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
export type EventRfiFormLogUpdateWithoutEvent_vendorInput = {
|
|
1376
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1377
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1378
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1379
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1380
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1381
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1382
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1383
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1384
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1385
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1386
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1387
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1388
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1389
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1390
|
-
event?: Prisma.EventUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1391
|
-
rfi_form?: Prisma.EventRfiFormUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1392
|
-
user?: Prisma.UserUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
export type EventRfiFormLogUncheckedUpdateWithoutEvent_vendorInput = {
|
|
1396
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1397
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1398
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1399
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1400
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1401
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1402
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1403
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1404
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1405
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1406
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1407
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1408
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1409
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1410
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1411
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1412
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1413
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorInput = {
|
|
1417
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1418
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1419
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1420
|
-
rfi_form_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1421
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1422
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1423
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1424
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1425
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1426
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1427
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1428
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1429
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1430
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1431
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1432
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1433
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1434
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
export type EventRfiFormLogCreateManyRfi_formInput = {
|
|
1438
|
-
id?: number
|
|
1439
|
-
uuid?: string | null
|
|
1440
|
-
event_id?: number | null
|
|
1441
|
-
event_vendor_id?: number | null
|
|
1442
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1443
|
-
status?: $Enums.EventRfiFormStatus
|
|
1444
|
-
reviewed_at?: Date | string | null
|
|
1445
|
-
reviewed_by?: number | null
|
|
1446
|
-
comments?: string | null
|
|
1447
|
-
rating?: number | null
|
|
1448
|
-
version?: number
|
|
1449
|
-
created_at?: Date | string
|
|
1450
|
-
created_by?: number | null
|
|
1451
|
-
updated_at?: Date | string
|
|
1452
|
-
updated_by?: number | null
|
|
1453
|
-
is_deleted?: boolean
|
|
1454
|
-
deleted_at?: Date | string | null
|
|
1455
|
-
deleted_by?: number | null
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
export type EventRfiFormLogUpdateWithoutRfi_formInput = {
|
|
1459
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1460
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1461
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1462
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1463
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1464
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1465
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1466
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1467
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1468
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1469
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1470
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1471
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1472
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1473
|
-
event?: Prisma.EventUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1474
|
-
event_vendor?: Prisma.EventVendorsUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1475
|
-
user?: Prisma.UserUpdateOneWithoutEvent_rfi_form_logsNestedInput
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
export type EventRfiFormLogUncheckedUpdateWithoutRfi_formInput = {
|
|
1479
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1480
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1481
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1482
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1483
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1484
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1485
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1486
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1487
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1488
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1489
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1490
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1491
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1492
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1493
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1494
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1495
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1496
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
export type EventRfiFormLogUncheckedUpdateManyWithoutRfi_formInput = {
|
|
1500
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1501
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1502
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1503
|
-
event_vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1504
|
-
rfi_form_response?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue
|
|
1505
|
-
status?: Prisma.EnumEventRfiFormStatusFieldUpdateOperationsInput | $Enums.EventRfiFormStatus
|
|
1506
|
-
reviewed_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1507
|
-
reviewed_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1508
|
-
comments?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1509
|
-
rating?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1510
|
-
version?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1511
|
-
created_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1512
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1513
|
-
updated_at?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string
|
|
1514
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1515
|
-
is_deleted?: Prisma.BoolFieldUpdateOperationsInput | boolean
|
|
1516
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1517
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
export type EventRfiFormLogSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1523
|
-
id?: boolean
|
|
1524
|
-
uuid?: boolean
|
|
1525
|
-
event_id?: boolean
|
|
1526
|
-
event_vendor_id?: boolean
|
|
1527
|
-
rfi_form_id?: boolean
|
|
1528
|
-
rfi_form_response?: boolean
|
|
1529
|
-
status?: boolean
|
|
1530
|
-
reviewed_at?: boolean
|
|
1531
|
-
reviewed_by?: boolean
|
|
1532
|
-
comments?: boolean
|
|
1533
|
-
rating?: boolean
|
|
1534
|
-
version?: boolean
|
|
1535
|
-
created_at?: boolean
|
|
1536
|
-
created_by?: boolean
|
|
1537
|
-
updated_at?: boolean
|
|
1538
|
-
updated_by?: boolean
|
|
1539
|
-
is_deleted?: boolean
|
|
1540
|
-
deleted_at?: boolean
|
|
1541
|
-
deleted_by?: boolean
|
|
1542
|
-
event?: boolean | Prisma.EventRfiFormLog$eventArgs<ExtArgs>
|
|
1543
|
-
event_vendor?: boolean | Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>
|
|
1544
|
-
rfi_form?: boolean | Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>
|
|
1545
|
-
user?: boolean | Prisma.EventRfiFormLog$userArgs<ExtArgs>
|
|
1546
|
-
}, ExtArgs["result"]["eventRfiFormLog"]>
|
|
1547
|
-
|
|
1548
|
-
export type EventRfiFormLogSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1549
|
-
id?: boolean
|
|
1550
|
-
uuid?: boolean
|
|
1551
|
-
event_id?: boolean
|
|
1552
|
-
event_vendor_id?: boolean
|
|
1553
|
-
rfi_form_id?: boolean
|
|
1554
|
-
rfi_form_response?: boolean
|
|
1555
|
-
status?: boolean
|
|
1556
|
-
reviewed_at?: boolean
|
|
1557
|
-
reviewed_by?: boolean
|
|
1558
|
-
comments?: boolean
|
|
1559
|
-
rating?: boolean
|
|
1560
|
-
version?: boolean
|
|
1561
|
-
created_at?: boolean
|
|
1562
|
-
created_by?: boolean
|
|
1563
|
-
updated_at?: boolean
|
|
1564
|
-
updated_by?: boolean
|
|
1565
|
-
is_deleted?: boolean
|
|
1566
|
-
deleted_at?: boolean
|
|
1567
|
-
deleted_by?: boolean
|
|
1568
|
-
event?: boolean | Prisma.EventRfiFormLog$eventArgs<ExtArgs>
|
|
1569
|
-
event_vendor?: boolean | Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>
|
|
1570
|
-
rfi_form?: boolean | Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>
|
|
1571
|
-
user?: boolean | Prisma.EventRfiFormLog$userArgs<ExtArgs>
|
|
1572
|
-
}, ExtArgs["result"]["eventRfiFormLog"]>
|
|
1573
|
-
|
|
1574
|
-
export type EventRfiFormLogSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1575
|
-
id?: boolean
|
|
1576
|
-
uuid?: boolean
|
|
1577
|
-
event_id?: boolean
|
|
1578
|
-
event_vendor_id?: boolean
|
|
1579
|
-
rfi_form_id?: boolean
|
|
1580
|
-
rfi_form_response?: boolean
|
|
1581
|
-
status?: boolean
|
|
1582
|
-
reviewed_at?: boolean
|
|
1583
|
-
reviewed_by?: boolean
|
|
1584
|
-
comments?: boolean
|
|
1585
|
-
rating?: boolean
|
|
1586
|
-
version?: boolean
|
|
1587
|
-
created_at?: boolean
|
|
1588
|
-
created_by?: boolean
|
|
1589
|
-
updated_at?: boolean
|
|
1590
|
-
updated_by?: boolean
|
|
1591
|
-
is_deleted?: boolean
|
|
1592
|
-
deleted_at?: boolean
|
|
1593
|
-
deleted_by?: boolean
|
|
1594
|
-
event?: boolean | Prisma.EventRfiFormLog$eventArgs<ExtArgs>
|
|
1595
|
-
event_vendor?: boolean | Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>
|
|
1596
|
-
rfi_form?: boolean | Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>
|
|
1597
|
-
user?: boolean | Prisma.EventRfiFormLog$userArgs<ExtArgs>
|
|
1598
|
-
}, ExtArgs["result"]["eventRfiFormLog"]>
|
|
1599
|
-
|
|
1600
|
-
export type EventRfiFormLogSelectScalar = {
|
|
1601
|
-
id?: boolean
|
|
1602
|
-
uuid?: boolean
|
|
1603
|
-
event_id?: boolean
|
|
1604
|
-
event_vendor_id?: boolean
|
|
1605
|
-
rfi_form_id?: boolean
|
|
1606
|
-
rfi_form_response?: boolean
|
|
1607
|
-
status?: boolean
|
|
1608
|
-
reviewed_at?: boolean
|
|
1609
|
-
reviewed_by?: boolean
|
|
1610
|
-
comments?: boolean
|
|
1611
|
-
rating?: boolean
|
|
1612
|
-
version?: boolean
|
|
1613
|
-
created_at?: boolean
|
|
1614
|
-
created_by?: boolean
|
|
1615
|
-
updated_at?: boolean
|
|
1616
|
-
updated_by?: boolean
|
|
1617
|
-
is_deleted?: boolean
|
|
1618
|
-
deleted_at?: boolean
|
|
1619
|
-
deleted_by?: boolean
|
|
1620
|
-
}
|
|
1621
|
-
|
|
1622
|
-
export type EventRfiFormLogOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "event_id" | "event_vendor_id" | "rfi_form_id" | "rfi_form_response" | "status" | "reviewed_at" | "reviewed_by" | "comments" | "rating" | "version" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["eventRfiFormLog"]>
|
|
1623
|
-
export type EventRfiFormLogInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1624
|
-
event?: boolean | Prisma.EventRfiFormLog$eventArgs<ExtArgs>
|
|
1625
|
-
event_vendor?: boolean | Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>
|
|
1626
|
-
rfi_form?: boolean | Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>
|
|
1627
|
-
user?: boolean | Prisma.EventRfiFormLog$userArgs<ExtArgs>
|
|
1628
|
-
}
|
|
1629
|
-
export type EventRfiFormLogIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1630
|
-
event?: boolean | Prisma.EventRfiFormLog$eventArgs<ExtArgs>
|
|
1631
|
-
event_vendor?: boolean | Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>
|
|
1632
|
-
rfi_form?: boolean | Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>
|
|
1633
|
-
user?: boolean | Prisma.EventRfiFormLog$userArgs<ExtArgs>
|
|
1634
|
-
}
|
|
1635
|
-
export type EventRfiFormLogIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1636
|
-
event?: boolean | Prisma.EventRfiFormLog$eventArgs<ExtArgs>
|
|
1637
|
-
event_vendor?: boolean | Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>
|
|
1638
|
-
rfi_form?: boolean | Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>
|
|
1639
|
-
user?: boolean | Prisma.EventRfiFormLog$userArgs<ExtArgs>
|
|
1640
|
-
}
|
|
1641
|
-
|
|
1642
|
-
export type $EventRfiFormLogPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1643
|
-
name: "EventRfiFormLog"
|
|
1644
|
-
objects: {
|
|
1645
|
-
event: Prisma.$EventPayload<ExtArgs> | null
|
|
1646
|
-
event_vendor: Prisma.$EventVendorsPayload<ExtArgs> | null
|
|
1647
|
-
rfi_form: Prisma.$EventRfiFormPayload<ExtArgs> | null
|
|
1648
|
-
user: Prisma.$UserPayload<ExtArgs> | null
|
|
1649
|
-
}
|
|
1650
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1651
|
-
id: number
|
|
1652
|
-
uuid: string | null
|
|
1653
|
-
event_id: number | null
|
|
1654
|
-
event_vendor_id: number | null
|
|
1655
|
-
rfi_form_id: number | null
|
|
1656
|
-
rfi_form_response: runtime.JsonValue | null
|
|
1657
|
-
status: $Enums.EventRfiFormStatus
|
|
1658
|
-
reviewed_at: Date | null
|
|
1659
|
-
reviewed_by: number | null
|
|
1660
|
-
comments: string | null
|
|
1661
|
-
rating: number | null
|
|
1662
|
-
version: number
|
|
1663
|
-
created_at: Date
|
|
1664
|
-
created_by: number | null
|
|
1665
|
-
updated_at: Date
|
|
1666
|
-
updated_by: number | null
|
|
1667
|
-
is_deleted: boolean
|
|
1668
|
-
deleted_at: Date | null
|
|
1669
|
-
deleted_by: number | null
|
|
1670
|
-
}, ExtArgs["result"]["eventRfiFormLog"]>
|
|
1671
|
-
composites: {}
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
export type EventRfiFormLogGetPayload<S extends boolean | null | undefined | EventRfiFormLogDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload, S>
|
|
1675
|
-
|
|
1676
|
-
export type EventRfiFormLogCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
1677
|
-
Omit<EventRfiFormLogFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1678
|
-
select?: EventRfiFormLogCountAggregateInputType | true
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
export interface EventRfiFormLogDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1682
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['EventRfiFormLog'], meta: { name: 'EventRfiFormLog' } }
|
|
1683
|
-
/**
|
|
1684
|
-
* Find zero or one EventRfiFormLog that matches the filter.
|
|
1685
|
-
* @param {EventRfiFormLogFindUniqueArgs} args - Arguments to find a EventRfiFormLog
|
|
1686
|
-
* @example
|
|
1687
|
-
* // Get one EventRfiFormLog
|
|
1688
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.findUnique({
|
|
1689
|
-
* where: {
|
|
1690
|
-
* // ... provide filter here
|
|
1691
|
-
* }
|
|
1692
|
-
* })
|
|
1693
|
-
*/
|
|
1694
|
-
findUnique<T extends EventRfiFormLogFindUniqueArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogFindUniqueArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1695
|
-
|
|
1696
|
-
/**
|
|
1697
|
-
* Find one EventRfiFormLog that matches the filter or throw an error with `error.code='P2025'`
|
|
1698
|
-
* if no matches were found.
|
|
1699
|
-
* @param {EventRfiFormLogFindUniqueOrThrowArgs} args - Arguments to find a EventRfiFormLog
|
|
1700
|
-
* @example
|
|
1701
|
-
* // Get one EventRfiFormLog
|
|
1702
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.findUniqueOrThrow({
|
|
1703
|
-
* where: {
|
|
1704
|
-
* // ... provide filter here
|
|
1705
|
-
* }
|
|
1706
|
-
* })
|
|
1707
|
-
*/
|
|
1708
|
-
findUniqueOrThrow<T extends EventRfiFormLogFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1709
|
-
|
|
1710
|
-
/**
|
|
1711
|
-
* Find the first EventRfiFormLog that matches the filter.
|
|
1712
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1713
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1714
|
-
* @param {EventRfiFormLogFindFirstArgs} args - Arguments to find a EventRfiFormLog
|
|
1715
|
-
* @example
|
|
1716
|
-
* // Get one EventRfiFormLog
|
|
1717
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.findFirst({
|
|
1718
|
-
* where: {
|
|
1719
|
-
* // ... provide filter here
|
|
1720
|
-
* }
|
|
1721
|
-
* })
|
|
1722
|
-
*/
|
|
1723
|
-
findFirst<T extends EventRfiFormLogFindFirstArgs>(args?: Prisma.SelectSubset<T, EventRfiFormLogFindFirstArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1724
|
-
|
|
1725
|
-
/**
|
|
1726
|
-
* Find the first EventRfiFormLog that matches the filter or
|
|
1727
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1728
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1729
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1730
|
-
* @param {EventRfiFormLogFindFirstOrThrowArgs} args - Arguments to find a EventRfiFormLog
|
|
1731
|
-
* @example
|
|
1732
|
-
* // Get one EventRfiFormLog
|
|
1733
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.findFirstOrThrow({
|
|
1734
|
-
* where: {
|
|
1735
|
-
* // ... provide filter here
|
|
1736
|
-
* }
|
|
1737
|
-
* })
|
|
1738
|
-
*/
|
|
1739
|
-
findFirstOrThrow<T extends EventRfiFormLogFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, EventRfiFormLogFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1740
|
-
|
|
1741
|
-
/**
|
|
1742
|
-
* Find zero or more EventRfiFormLogs that matches the filter.
|
|
1743
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1744
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1745
|
-
* @param {EventRfiFormLogFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1746
|
-
* @example
|
|
1747
|
-
* // Get all EventRfiFormLogs
|
|
1748
|
-
* const eventRfiFormLogs = await prisma.eventRfiFormLog.findMany()
|
|
1749
|
-
*
|
|
1750
|
-
* // Get first 10 EventRfiFormLogs
|
|
1751
|
-
* const eventRfiFormLogs = await prisma.eventRfiFormLog.findMany({ take: 10 })
|
|
1752
|
-
*
|
|
1753
|
-
* // Only select the `id`
|
|
1754
|
-
* const eventRfiFormLogWithIdOnly = await prisma.eventRfiFormLog.findMany({ select: { id: true } })
|
|
1755
|
-
*
|
|
1756
|
-
*/
|
|
1757
|
-
findMany<T extends EventRfiFormLogFindManyArgs>(args?: Prisma.SelectSubset<T, EventRfiFormLogFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
1758
|
-
|
|
1759
|
-
/**
|
|
1760
|
-
* Create a EventRfiFormLog.
|
|
1761
|
-
* @param {EventRfiFormLogCreateArgs} args - Arguments to create a EventRfiFormLog.
|
|
1762
|
-
* @example
|
|
1763
|
-
* // Create one EventRfiFormLog
|
|
1764
|
-
* const EventRfiFormLog = await prisma.eventRfiFormLog.create({
|
|
1765
|
-
* data: {
|
|
1766
|
-
* // ... data to create a EventRfiFormLog
|
|
1767
|
-
* }
|
|
1768
|
-
* })
|
|
1769
|
-
*
|
|
1770
|
-
*/
|
|
1771
|
-
create<T extends EventRfiFormLogCreateArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogCreateArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
* Create many EventRfiFormLogs.
|
|
1775
|
-
* @param {EventRfiFormLogCreateManyArgs} args - Arguments to create many EventRfiFormLogs.
|
|
1776
|
-
* @example
|
|
1777
|
-
* // Create many EventRfiFormLogs
|
|
1778
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.createMany({
|
|
1779
|
-
* data: [
|
|
1780
|
-
* // ... provide data here
|
|
1781
|
-
* ]
|
|
1782
|
-
* })
|
|
1783
|
-
*
|
|
1784
|
-
*/
|
|
1785
|
-
createMany<T extends EventRfiFormLogCreateManyArgs>(args?: Prisma.SelectSubset<T, EventRfiFormLogCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1786
|
-
|
|
1787
|
-
/**
|
|
1788
|
-
* Create many EventRfiFormLogs and returns the data saved in the database.
|
|
1789
|
-
* @param {EventRfiFormLogCreateManyAndReturnArgs} args - Arguments to create many EventRfiFormLogs.
|
|
1790
|
-
* @example
|
|
1791
|
-
* // Create many EventRfiFormLogs
|
|
1792
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.createManyAndReturn({
|
|
1793
|
-
* data: [
|
|
1794
|
-
* // ... provide data here
|
|
1795
|
-
* ]
|
|
1796
|
-
* })
|
|
1797
|
-
*
|
|
1798
|
-
* // Create many EventRfiFormLogs and only return the `id`
|
|
1799
|
-
* const eventRfiFormLogWithIdOnly = await prisma.eventRfiFormLog.createManyAndReturn({
|
|
1800
|
-
* select: { id: true },
|
|
1801
|
-
* data: [
|
|
1802
|
-
* // ... provide data here
|
|
1803
|
-
* ]
|
|
1804
|
-
* })
|
|
1805
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1806
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1807
|
-
*
|
|
1808
|
-
*/
|
|
1809
|
-
createManyAndReturn<T extends EventRfiFormLogCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, EventRfiFormLogCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1810
|
-
|
|
1811
|
-
/**
|
|
1812
|
-
* Delete a EventRfiFormLog.
|
|
1813
|
-
* @param {EventRfiFormLogDeleteArgs} args - Arguments to delete one EventRfiFormLog.
|
|
1814
|
-
* @example
|
|
1815
|
-
* // Delete one EventRfiFormLog
|
|
1816
|
-
* const EventRfiFormLog = await prisma.eventRfiFormLog.delete({
|
|
1817
|
-
* where: {
|
|
1818
|
-
* // ... filter to delete one EventRfiFormLog
|
|
1819
|
-
* }
|
|
1820
|
-
* })
|
|
1821
|
-
*
|
|
1822
|
-
*/
|
|
1823
|
-
delete<T extends EventRfiFormLogDeleteArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogDeleteArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1824
|
-
|
|
1825
|
-
/**
|
|
1826
|
-
* Update one EventRfiFormLog.
|
|
1827
|
-
* @param {EventRfiFormLogUpdateArgs} args - Arguments to update one EventRfiFormLog.
|
|
1828
|
-
* @example
|
|
1829
|
-
* // Update one EventRfiFormLog
|
|
1830
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.update({
|
|
1831
|
-
* where: {
|
|
1832
|
-
* // ... provide filter here
|
|
1833
|
-
* },
|
|
1834
|
-
* data: {
|
|
1835
|
-
* // ... provide data here
|
|
1836
|
-
* }
|
|
1837
|
-
* })
|
|
1838
|
-
*
|
|
1839
|
-
*/
|
|
1840
|
-
update<T extends EventRfiFormLogUpdateArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogUpdateArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1841
|
-
|
|
1842
|
-
/**
|
|
1843
|
-
* Delete zero or more EventRfiFormLogs.
|
|
1844
|
-
* @param {EventRfiFormLogDeleteManyArgs} args - Arguments to filter EventRfiFormLogs to delete.
|
|
1845
|
-
* @example
|
|
1846
|
-
* // Delete a few EventRfiFormLogs
|
|
1847
|
-
* const { count } = await prisma.eventRfiFormLog.deleteMany({
|
|
1848
|
-
* where: {
|
|
1849
|
-
* // ... provide filter here
|
|
1850
|
-
* }
|
|
1851
|
-
* })
|
|
1852
|
-
*
|
|
1853
|
-
*/
|
|
1854
|
-
deleteMany<T extends EventRfiFormLogDeleteManyArgs>(args?: Prisma.SelectSubset<T, EventRfiFormLogDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1855
|
-
|
|
1856
|
-
/**
|
|
1857
|
-
* Update zero or more EventRfiFormLogs.
|
|
1858
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1859
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1860
|
-
* @param {EventRfiFormLogUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1861
|
-
* @example
|
|
1862
|
-
* // Update many EventRfiFormLogs
|
|
1863
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.updateMany({
|
|
1864
|
-
* where: {
|
|
1865
|
-
* // ... provide filter here
|
|
1866
|
-
* },
|
|
1867
|
-
* data: {
|
|
1868
|
-
* // ... provide data here
|
|
1869
|
-
* }
|
|
1870
|
-
* })
|
|
1871
|
-
*
|
|
1872
|
-
*/
|
|
1873
|
-
updateMany<T extends EventRfiFormLogUpdateManyArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1874
|
-
|
|
1875
|
-
/**
|
|
1876
|
-
* Update zero or more EventRfiFormLogs and returns the data updated in the database.
|
|
1877
|
-
* @param {EventRfiFormLogUpdateManyAndReturnArgs} args - Arguments to update many EventRfiFormLogs.
|
|
1878
|
-
* @example
|
|
1879
|
-
* // Update many EventRfiFormLogs
|
|
1880
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.updateManyAndReturn({
|
|
1881
|
-
* where: {
|
|
1882
|
-
* // ... provide filter here
|
|
1883
|
-
* },
|
|
1884
|
-
* data: [
|
|
1885
|
-
* // ... provide data here
|
|
1886
|
-
* ]
|
|
1887
|
-
* })
|
|
1888
|
-
*
|
|
1889
|
-
* // Update zero or more EventRfiFormLogs and only return the `id`
|
|
1890
|
-
* const eventRfiFormLogWithIdOnly = await prisma.eventRfiFormLog.updateManyAndReturn({
|
|
1891
|
-
* select: { id: true },
|
|
1892
|
-
* where: {
|
|
1893
|
-
* // ... provide filter here
|
|
1894
|
-
* },
|
|
1895
|
-
* data: [
|
|
1896
|
-
* // ... provide data here
|
|
1897
|
-
* ]
|
|
1898
|
-
* })
|
|
1899
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1900
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1901
|
-
*
|
|
1902
|
-
*/
|
|
1903
|
-
updateManyAndReturn<T extends EventRfiFormLogUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1904
|
-
|
|
1905
|
-
/**
|
|
1906
|
-
* Create or update one EventRfiFormLog.
|
|
1907
|
-
* @param {EventRfiFormLogUpsertArgs} args - Arguments to update or create a EventRfiFormLog.
|
|
1908
|
-
* @example
|
|
1909
|
-
* // Update or create a EventRfiFormLog
|
|
1910
|
-
* const eventRfiFormLog = await prisma.eventRfiFormLog.upsert({
|
|
1911
|
-
* create: {
|
|
1912
|
-
* // ... data to create a EventRfiFormLog
|
|
1913
|
-
* },
|
|
1914
|
-
* update: {
|
|
1915
|
-
* // ... in case it already exists, update
|
|
1916
|
-
* },
|
|
1917
|
-
* where: {
|
|
1918
|
-
* // ... the filter for the EventRfiFormLog we want to update
|
|
1919
|
-
* }
|
|
1920
|
-
* })
|
|
1921
|
-
*/
|
|
1922
|
-
upsert<T extends EventRfiFormLogUpsertArgs>(args: Prisma.SelectSubset<T, EventRfiFormLogUpsertArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormLogClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
/**
|
|
1926
|
-
* Count the number of EventRfiFormLogs.
|
|
1927
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1928
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1929
|
-
* @param {EventRfiFormLogCountArgs} args - Arguments to filter EventRfiFormLogs to count.
|
|
1930
|
-
* @example
|
|
1931
|
-
* // Count the number of EventRfiFormLogs
|
|
1932
|
-
* const count = await prisma.eventRfiFormLog.count({
|
|
1933
|
-
* where: {
|
|
1934
|
-
* // ... the filter for the EventRfiFormLogs we want to count
|
|
1935
|
-
* }
|
|
1936
|
-
* })
|
|
1937
|
-
**/
|
|
1938
|
-
count<T extends EventRfiFormLogCountArgs>(
|
|
1939
|
-
args?: Prisma.Subset<T, EventRfiFormLogCountArgs>,
|
|
1940
|
-
): Prisma.PrismaPromise<
|
|
1941
|
-
T extends runtime.Types.Utils.Record<'select', any>
|
|
1942
|
-
? T['select'] extends true
|
|
1943
|
-
? number
|
|
1944
|
-
: Prisma.GetScalarType<T['select'], EventRfiFormLogCountAggregateOutputType>
|
|
1945
|
-
: number
|
|
1946
|
-
>
|
|
1947
|
-
|
|
1948
|
-
/**
|
|
1949
|
-
* Allows you to perform aggregations operations on a EventRfiFormLog.
|
|
1950
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1951
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1952
|
-
* @param {EventRfiFormLogAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1953
|
-
* @example
|
|
1954
|
-
* // Ordered by age ascending
|
|
1955
|
-
* // Where email contains prisma.io
|
|
1956
|
-
* // Limited to the 10 users
|
|
1957
|
-
* const aggregations = await prisma.user.aggregate({
|
|
1958
|
-
* _avg: {
|
|
1959
|
-
* age: true,
|
|
1960
|
-
* },
|
|
1961
|
-
* where: {
|
|
1962
|
-
* email: {
|
|
1963
|
-
* contains: "prisma.io",
|
|
1964
|
-
* },
|
|
1965
|
-
* },
|
|
1966
|
-
* orderBy: {
|
|
1967
|
-
* age: "asc",
|
|
1968
|
-
* },
|
|
1969
|
-
* take: 10,
|
|
1970
|
-
* })
|
|
1971
|
-
**/
|
|
1972
|
-
aggregate<T extends EventRfiFormLogAggregateArgs>(args: Prisma.Subset<T, EventRfiFormLogAggregateArgs>): Prisma.PrismaPromise<GetEventRfiFormLogAggregateType<T>>
|
|
1973
|
-
|
|
1974
|
-
/**
|
|
1975
|
-
* Group by EventRfiFormLog.
|
|
1976
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1977
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1978
|
-
* @param {EventRfiFormLogGroupByArgs} args - Group by arguments.
|
|
1979
|
-
* @example
|
|
1980
|
-
* // Group by city, order by createdAt, get count
|
|
1981
|
-
* const result = await prisma.user.groupBy({
|
|
1982
|
-
* by: ['city', 'createdAt'],
|
|
1983
|
-
* orderBy: {
|
|
1984
|
-
* createdAt: true
|
|
1985
|
-
* },
|
|
1986
|
-
* _count: {
|
|
1987
|
-
* _all: true
|
|
1988
|
-
* },
|
|
1989
|
-
* })
|
|
1990
|
-
*
|
|
1991
|
-
**/
|
|
1992
|
-
groupBy<
|
|
1993
|
-
T extends EventRfiFormLogGroupByArgs,
|
|
1994
|
-
HasSelectOrTake extends Prisma.Or<
|
|
1995
|
-
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1996
|
-
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1997
|
-
>,
|
|
1998
|
-
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1999
|
-
? { orderBy: EventRfiFormLogGroupByArgs['orderBy'] }
|
|
2000
|
-
: { orderBy?: EventRfiFormLogGroupByArgs['orderBy'] },
|
|
2001
|
-
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
2002
|
-
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
2003
|
-
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
2004
|
-
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
2005
|
-
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
2006
|
-
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
2007
|
-
InputErrors extends ByEmpty extends Prisma.True
|
|
2008
|
-
? `Error: "by" must not be empty.`
|
|
2009
|
-
: HavingValid extends Prisma.False
|
|
2010
|
-
? {
|
|
2011
|
-
[P in HavingFields]: P extends ByFields
|
|
2012
|
-
? never
|
|
2013
|
-
: P extends string
|
|
2014
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
2015
|
-
: [
|
|
2016
|
-
Error,
|
|
2017
|
-
'Field ',
|
|
2018
|
-
P,
|
|
2019
|
-
` in "having" needs to be provided in "by"`,
|
|
2020
|
-
]
|
|
2021
|
-
}[HavingFields]
|
|
2022
|
-
: 'take' extends Prisma.Keys<T>
|
|
2023
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
2024
|
-
? ByValid extends Prisma.True
|
|
2025
|
-
? {}
|
|
2026
|
-
: {
|
|
2027
|
-
[P in OrderFields]: P extends ByFields
|
|
2028
|
-
? never
|
|
2029
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2030
|
-
}[OrderFields]
|
|
2031
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
2032
|
-
: 'skip' extends Prisma.Keys<T>
|
|
2033
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
2034
|
-
? ByValid extends Prisma.True
|
|
2035
|
-
? {}
|
|
2036
|
-
: {
|
|
2037
|
-
[P in OrderFields]: P extends ByFields
|
|
2038
|
-
? never
|
|
2039
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2040
|
-
}[OrderFields]
|
|
2041
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
2042
|
-
: ByValid extends Prisma.True
|
|
2043
|
-
? {}
|
|
2044
|
-
: {
|
|
2045
|
-
[P in OrderFields]: P extends ByFields
|
|
2046
|
-
? never
|
|
2047
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2048
|
-
}[OrderFields]
|
|
2049
|
-
>(args: Prisma.SubsetIntersection<T, EventRfiFormLogGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetEventRfiFormLogGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
2050
|
-
/**
|
|
2051
|
-
* Fields of the EventRfiFormLog model
|
|
2052
|
-
*/
|
|
2053
|
-
readonly fields: EventRfiFormLogFieldRefs;
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
/**
|
|
2057
|
-
* The delegate class that acts as a "Promise-like" for EventRfiFormLog.
|
|
2058
|
-
* Why is this prefixed with `Prisma__`?
|
|
2059
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
2060
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
2061
|
-
*/
|
|
2062
|
-
export interface Prisma__EventRfiFormLogClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2063
|
-
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
2064
|
-
event<T extends Prisma.EventRfiFormLog$eventArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventRfiFormLog$eventArgs<ExtArgs>>): Prisma.Prisma__EventClient<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2065
|
-
event_vendor<T extends Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventRfiFormLog$event_vendorArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2066
|
-
rfi_form<T extends Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventRfiFormLog$rfi_formArgs<ExtArgs>>): Prisma.Prisma__EventRfiFormClient<runtime.Types.Result.GetResult<Prisma.$EventRfiFormPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2067
|
-
user<T extends Prisma.EventRfiFormLog$userArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventRfiFormLog$userArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2068
|
-
/**
|
|
2069
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2070
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
2071
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2072
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
2073
|
-
*/
|
|
2074
|
-
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>
|
|
2075
|
-
/**
|
|
2076
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
2077
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2078
|
-
* @returns A Promise for the completion of the callback.
|
|
2079
|
-
*/
|
|
2080
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
2081
|
-
/**
|
|
2082
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2083
|
-
* resolved value cannot be modified from the callback.
|
|
2084
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2085
|
-
* @returns A Promise for the completion of the callback.
|
|
2086
|
-
*/
|
|
2087
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
/**
|
|
2094
|
-
* Fields of the EventRfiFormLog model
|
|
2095
|
-
*/
|
|
2096
|
-
export interface EventRfiFormLogFieldRefs {
|
|
2097
|
-
readonly id: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2098
|
-
readonly uuid: Prisma.FieldRef<"EventRfiFormLog", 'String'>
|
|
2099
|
-
readonly event_id: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2100
|
-
readonly event_vendor_id: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2101
|
-
readonly rfi_form_id: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2102
|
-
readonly rfi_form_response: Prisma.FieldRef<"EventRfiFormLog", 'Json'>
|
|
2103
|
-
readonly status: Prisma.FieldRef<"EventRfiFormLog", 'EventRfiFormStatus'>
|
|
2104
|
-
readonly reviewed_at: Prisma.FieldRef<"EventRfiFormLog", 'DateTime'>
|
|
2105
|
-
readonly reviewed_by: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2106
|
-
readonly comments: Prisma.FieldRef<"EventRfiFormLog", 'String'>
|
|
2107
|
-
readonly rating: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2108
|
-
readonly version: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2109
|
-
readonly created_at: Prisma.FieldRef<"EventRfiFormLog", 'DateTime'>
|
|
2110
|
-
readonly created_by: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2111
|
-
readonly updated_at: Prisma.FieldRef<"EventRfiFormLog", 'DateTime'>
|
|
2112
|
-
readonly updated_by: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2113
|
-
readonly is_deleted: Prisma.FieldRef<"EventRfiFormLog", 'Boolean'>
|
|
2114
|
-
readonly deleted_at: Prisma.FieldRef<"EventRfiFormLog", 'DateTime'>
|
|
2115
|
-
readonly deleted_by: Prisma.FieldRef<"EventRfiFormLog", 'Int'>
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
// Custom InputTypes
|
|
2120
|
-
/**
|
|
2121
|
-
* EventRfiFormLog findUnique
|
|
2122
|
-
*/
|
|
2123
|
-
export type EventRfiFormLogFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2124
|
-
/**
|
|
2125
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2126
|
-
*/
|
|
2127
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2128
|
-
/**
|
|
2129
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2130
|
-
*/
|
|
2131
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2132
|
-
/**
|
|
2133
|
-
* Choose, which related nodes to fetch as well
|
|
2134
|
-
*/
|
|
2135
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2136
|
-
/**
|
|
2137
|
-
* Filter, which EventRfiFormLog to fetch.
|
|
2138
|
-
*/
|
|
2139
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
/**
|
|
2143
|
-
* EventRfiFormLog findUniqueOrThrow
|
|
2144
|
-
*/
|
|
2145
|
-
export type EventRfiFormLogFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2146
|
-
/**
|
|
2147
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2148
|
-
*/
|
|
2149
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2150
|
-
/**
|
|
2151
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2152
|
-
*/
|
|
2153
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2154
|
-
/**
|
|
2155
|
-
* Choose, which related nodes to fetch as well
|
|
2156
|
-
*/
|
|
2157
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2158
|
-
/**
|
|
2159
|
-
* Filter, which EventRfiFormLog to fetch.
|
|
2160
|
-
*/
|
|
2161
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
/**
|
|
2165
|
-
* EventRfiFormLog findFirst
|
|
2166
|
-
*/
|
|
2167
|
-
export type EventRfiFormLogFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2168
|
-
/**
|
|
2169
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2170
|
-
*/
|
|
2171
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2172
|
-
/**
|
|
2173
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2174
|
-
*/
|
|
2175
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2176
|
-
/**
|
|
2177
|
-
* Choose, which related nodes to fetch as well
|
|
2178
|
-
*/
|
|
2179
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2180
|
-
/**
|
|
2181
|
-
* Filter, which EventRfiFormLog to fetch.
|
|
2182
|
-
*/
|
|
2183
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2184
|
-
/**
|
|
2185
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2186
|
-
*
|
|
2187
|
-
* Determine the order of EventRfiFormLogs to fetch.
|
|
2188
|
-
*/
|
|
2189
|
-
orderBy?: Prisma.EventRfiFormLogOrderByWithRelationInput | Prisma.EventRfiFormLogOrderByWithRelationInput[]
|
|
2190
|
-
/**
|
|
2191
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2192
|
-
*
|
|
2193
|
-
* Sets the position for searching for EventRfiFormLogs.
|
|
2194
|
-
*/
|
|
2195
|
-
cursor?: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2196
|
-
/**
|
|
2197
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2198
|
-
*
|
|
2199
|
-
* Take `±n` EventRfiFormLogs from the position of the cursor.
|
|
2200
|
-
*/
|
|
2201
|
-
take?: number
|
|
2202
|
-
/**
|
|
2203
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2204
|
-
*
|
|
2205
|
-
* Skip the first `n` EventRfiFormLogs.
|
|
2206
|
-
*/
|
|
2207
|
-
skip?: number
|
|
2208
|
-
/**
|
|
2209
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2210
|
-
*
|
|
2211
|
-
* Filter by unique combinations of EventRfiFormLogs.
|
|
2212
|
-
*/
|
|
2213
|
-
distinct?: Prisma.EventRfiFormLogScalarFieldEnum | Prisma.EventRfiFormLogScalarFieldEnum[]
|
|
2214
|
-
}
|
|
2215
|
-
|
|
2216
|
-
/**
|
|
2217
|
-
* EventRfiFormLog findFirstOrThrow
|
|
2218
|
-
*/
|
|
2219
|
-
export type EventRfiFormLogFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2220
|
-
/**
|
|
2221
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2222
|
-
*/
|
|
2223
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2224
|
-
/**
|
|
2225
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2226
|
-
*/
|
|
2227
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2228
|
-
/**
|
|
2229
|
-
* Choose, which related nodes to fetch as well
|
|
2230
|
-
*/
|
|
2231
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2232
|
-
/**
|
|
2233
|
-
* Filter, which EventRfiFormLog to fetch.
|
|
2234
|
-
*/
|
|
2235
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2236
|
-
/**
|
|
2237
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2238
|
-
*
|
|
2239
|
-
* Determine the order of EventRfiFormLogs to fetch.
|
|
2240
|
-
*/
|
|
2241
|
-
orderBy?: Prisma.EventRfiFormLogOrderByWithRelationInput | Prisma.EventRfiFormLogOrderByWithRelationInput[]
|
|
2242
|
-
/**
|
|
2243
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2244
|
-
*
|
|
2245
|
-
* Sets the position for searching for EventRfiFormLogs.
|
|
2246
|
-
*/
|
|
2247
|
-
cursor?: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2248
|
-
/**
|
|
2249
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2250
|
-
*
|
|
2251
|
-
* Take `±n` EventRfiFormLogs from the position of the cursor.
|
|
2252
|
-
*/
|
|
2253
|
-
take?: number
|
|
2254
|
-
/**
|
|
2255
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2256
|
-
*
|
|
2257
|
-
* Skip the first `n` EventRfiFormLogs.
|
|
2258
|
-
*/
|
|
2259
|
-
skip?: number
|
|
2260
|
-
/**
|
|
2261
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2262
|
-
*
|
|
2263
|
-
* Filter by unique combinations of EventRfiFormLogs.
|
|
2264
|
-
*/
|
|
2265
|
-
distinct?: Prisma.EventRfiFormLogScalarFieldEnum | Prisma.EventRfiFormLogScalarFieldEnum[]
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
|
-
/**
|
|
2269
|
-
* EventRfiFormLog findMany
|
|
2270
|
-
*/
|
|
2271
|
-
export type EventRfiFormLogFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2272
|
-
/**
|
|
2273
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2274
|
-
*/
|
|
2275
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2276
|
-
/**
|
|
2277
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2278
|
-
*/
|
|
2279
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2280
|
-
/**
|
|
2281
|
-
* Choose, which related nodes to fetch as well
|
|
2282
|
-
*/
|
|
2283
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2284
|
-
/**
|
|
2285
|
-
* Filter, which EventRfiFormLogs to fetch.
|
|
2286
|
-
*/
|
|
2287
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2288
|
-
/**
|
|
2289
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2290
|
-
*
|
|
2291
|
-
* Determine the order of EventRfiFormLogs to fetch.
|
|
2292
|
-
*/
|
|
2293
|
-
orderBy?: Prisma.EventRfiFormLogOrderByWithRelationInput | Prisma.EventRfiFormLogOrderByWithRelationInput[]
|
|
2294
|
-
/**
|
|
2295
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2296
|
-
*
|
|
2297
|
-
* Sets the position for listing EventRfiFormLogs.
|
|
2298
|
-
*/
|
|
2299
|
-
cursor?: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2300
|
-
/**
|
|
2301
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2302
|
-
*
|
|
2303
|
-
* Take `±n` EventRfiFormLogs from the position of the cursor.
|
|
2304
|
-
*/
|
|
2305
|
-
take?: number
|
|
2306
|
-
/**
|
|
2307
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2308
|
-
*
|
|
2309
|
-
* Skip the first `n` EventRfiFormLogs.
|
|
2310
|
-
*/
|
|
2311
|
-
skip?: number
|
|
2312
|
-
/**
|
|
2313
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2314
|
-
*
|
|
2315
|
-
* Filter by unique combinations of EventRfiFormLogs.
|
|
2316
|
-
*/
|
|
2317
|
-
distinct?: Prisma.EventRfiFormLogScalarFieldEnum | Prisma.EventRfiFormLogScalarFieldEnum[]
|
|
2318
|
-
}
|
|
2319
|
-
|
|
2320
|
-
/**
|
|
2321
|
-
* EventRfiFormLog create
|
|
2322
|
-
*/
|
|
2323
|
-
export type EventRfiFormLogCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2324
|
-
/**
|
|
2325
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2326
|
-
*/
|
|
2327
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2328
|
-
/**
|
|
2329
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2330
|
-
*/
|
|
2331
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2332
|
-
/**
|
|
2333
|
-
* Choose, which related nodes to fetch as well
|
|
2334
|
-
*/
|
|
2335
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2336
|
-
/**
|
|
2337
|
-
* The data needed to create a EventRfiFormLog.
|
|
2338
|
-
*/
|
|
2339
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogCreateInput, Prisma.EventRfiFormLogUncheckedCreateInput>
|
|
2340
|
-
}
|
|
2341
|
-
|
|
2342
|
-
/**
|
|
2343
|
-
* EventRfiFormLog createMany
|
|
2344
|
-
*/
|
|
2345
|
-
export type EventRfiFormLogCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2346
|
-
/**
|
|
2347
|
-
* The data used to create many EventRfiFormLogs.
|
|
2348
|
-
*/
|
|
2349
|
-
data: Prisma.EventRfiFormLogCreateManyInput | Prisma.EventRfiFormLogCreateManyInput[]
|
|
2350
|
-
skipDuplicates?: boolean
|
|
2351
|
-
}
|
|
2352
|
-
|
|
2353
|
-
/**
|
|
2354
|
-
* EventRfiFormLog createManyAndReturn
|
|
2355
|
-
*/
|
|
2356
|
-
export type EventRfiFormLogCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2357
|
-
/**
|
|
2358
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2359
|
-
*/
|
|
2360
|
-
select?: Prisma.EventRfiFormLogSelectCreateManyAndReturn<ExtArgs> | null
|
|
2361
|
-
/**
|
|
2362
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2363
|
-
*/
|
|
2364
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2365
|
-
/**
|
|
2366
|
-
* The data used to create many EventRfiFormLogs.
|
|
2367
|
-
*/
|
|
2368
|
-
data: Prisma.EventRfiFormLogCreateManyInput | Prisma.EventRfiFormLogCreateManyInput[]
|
|
2369
|
-
skipDuplicates?: boolean
|
|
2370
|
-
/**
|
|
2371
|
-
* Choose, which related nodes to fetch as well
|
|
2372
|
-
*/
|
|
2373
|
-
include?: Prisma.EventRfiFormLogIncludeCreateManyAndReturn<ExtArgs> | null
|
|
2374
|
-
}
|
|
2375
|
-
|
|
2376
|
-
/**
|
|
2377
|
-
* EventRfiFormLog update
|
|
2378
|
-
*/
|
|
2379
|
-
export type EventRfiFormLogUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2380
|
-
/**
|
|
2381
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2382
|
-
*/
|
|
2383
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2384
|
-
/**
|
|
2385
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2386
|
-
*/
|
|
2387
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2388
|
-
/**
|
|
2389
|
-
* Choose, which related nodes to fetch as well
|
|
2390
|
-
*/
|
|
2391
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2392
|
-
/**
|
|
2393
|
-
* The data needed to update a EventRfiFormLog.
|
|
2394
|
-
*/
|
|
2395
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateInput, Prisma.EventRfiFormLogUncheckedUpdateInput>
|
|
2396
|
-
/**
|
|
2397
|
-
* Choose, which EventRfiFormLog to update.
|
|
2398
|
-
*/
|
|
2399
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2400
|
-
}
|
|
2401
|
-
|
|
2402
|
-
/**
|
|
2403
|
-
* EventRfiFormLog updateMany
|
|
2404
|
-
*/
|
|
2405
|
-
export type EventRfiFormLogUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2406
|
-
/**
|
|
2407
|
-
* The data used to update EventRfiFormLogs.
|
|
2408
|
-
*/
|
|
2409
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateManyMutationInput, Prisma.EventRfiFormLogUncheckedUpdateManyInput>
|
|
2410
|
-
/**
|
|
2411
|
-
* Filter which EventRfiFormLogs to update
|
|
2412
|
-
*/
|
|
2413
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2414
|
-
/**
|
|
2415
|
-
* Limit how many EventRfiFormLogs to update.
|
|
2416
|
-
*/
|
|
2417
|
-
limit?: number
|
|
2418
|
-
}
|
|
2419
|
-
|
|
2420
|
-
/**
|
|
2421
|
-
* EventRfiFormLog updateManyAndReturn
|
|
2422
|
-
*/
|
|
2423
|
-
export type EventRfiFormLogUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2424
|
-
/**
|
|
2425
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2426
|
-
*/
|
|
2427
|
-
select?: Prisma.EventRfiFormLogSelectUpdateManyAndReturn<ExtArgs> | null
|
|
2428
|
-
/**
|
|
2429
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2430
|
-
*/
|
|
2431
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2432
|
-
/**
|
|
2433
|
-
* The data used to update EventRfiFormLogs.
|
|
2434
|
-
*/
|
|
2435
|
-
data: Prisma.XOR<Prisma.EventRfiFormLogUpdateManyMutationInput, Prisma.EventRfiFormLogUncheckedUpdateManyInput>
|
|
2436
|
-
/**
|
|
2437
|
-
* Filter which EventRfiFormLogs to update
|
|
2438
|
-
*/
|
|
2439
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2440
|
-
/**
|
|
2441
|
-
* Limit how many EventRfiFormLogs to update.
|
|
2442
|
-
*/
|
|
2443
|
-
limit?: number
|
|
2444
|
-
/**
|
|
2445
|
-
* Choose, which related nodes to fetch as well
|
|
2446
|
-
*/
|
|
2447
|
-
include?: Prisma.EventRfiFormLogIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
2448
|
-
}
|
|
2449
|
-
|
|
2450
|
-
/**
|
|
2451
|
-
* EventRfiFormLog upsert
|
|
2452
|
-
*/
|
|
2453
|
-
export type EventRfiFormLogUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2454
|
-
/**
|
|
2455
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2456
|
-
*/
|
|
2457
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2458
|
-
/**
|
|
2459
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2460
|
-
*/
|
|
2461
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2462
|
-
/**
|
|
2463
|
-
* Choose, which related nodes to fetch as well
|
|
2464
|
-
*/
|
|
2465
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2466
|
-
/**
|
|
2467
|
-
* The filter to search for the EventRfiFormLog to update in case it exists.
|
|
2468
|
-
*/
|
|
2469
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2470
|
-
/**
|
|
2471
|
-
* In case the EventRfiFormLog found by the `where` argument doesn't exist, create a new EventRfiFormLog with this data.
|
|
2472
|
-
*/
|
|
2473
|
-
create: Prisma.XOR<Prisma.EventRfiFormLogCreateInput, Prisma.EventRfiFormLogUncheckedCreateInput>
|
|
2474
|
-
/**
|
|
2475
|
-
* In case the EventRfiFormLog was found with the provided `where` argument, update it with this data.
|
|
2476
|
-
*/
|
|
2477
|
-
update: Prisma.XOR<Prisma.EventRfiFormLogUpdateInput, Prisma.EventRfiFormLogUncheckedUpdateInput>
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
/**
|
|
2481
|
-
* EventRfiFormLog delete
|
|
2482
|
-
*/
|
|
2483
|
-
export type EventRfiFormLogDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2484
|
-
/**
|
|
2485
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2486
|
-
*/
|
|
2487
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2488
|
-
/**
|
|
2489
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2490
|
-
*/
|
|
2491
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2492
|
-
/**
|
|
2493
|
-
* Choose, which related nodes to fetch as well
|
|
2494
|
-
*/
|
|
2495
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2496
|
-
/**
|
|
2497
|
-
* Filter which EventRfiFormLog to delete.
|
|
2498
|
-
*/
|
|
2499
|
-
where: Prisma.EventRfiFormLogWhereUniqueInput
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
/**
|
|
2503
|
-
* EventRfiFormLog deleteMany
|
|
2504
|
-
*/
|
|
2505
|
-
export type EventRfiFormLogDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2506
|
-
/**
|
|
2507
|
-
* Filter which EventRfiFormLogs to delete
|
|
2508
|
-
*/
|
|
2509
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2510
|
-
/**
|
|
2511
|
-
* Limit how many EventRfiFormLogs to delete.
|
|
2512
|
-
*/
|
|
2513
|
-
limit?: number
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
/**
|
|
2517
|
-
* EventRfiFormLog.event
|
|
2518
|
-
*/
|
|
2519
|
-
export type EventRfiFormLog$eventArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2520
|
-
/**
|
|
2521
|
-
* Select specific fields to fetch from the Event
|
|
2522
|
-
*/
|
|
2523
|
-
select?: Prisma.EventSelect<ExtArgs> | null
|
|
2524
|
-
/**
|
|
2525
|
-
* Omit specific fields from the Event
|
|
2526
|
-
*/
|
|
2527
|
-
omit?: Prisma.EventOmit<ExtArgs> | null
|
|
2528
|
-
/**
|
|
2529
|
-
* Choose, which related nodes to fetch as well
|
|
2530
|
-
*/
|
|
2531
|
-
include?: Prisma.EventInclude<ExtArgs> | null
|
|
2532
|
-
where?: Prisma.EventWhereInput
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
/**
|
|
2536
|
-
* EventRfiFormLog.event_vendor
|
|
2537
|
-
*/
|
|
2538
|
-
export type EventRfiFormLog$event_vendorArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2539
|
-
/**
|
|
2540
|
-
* Select specific fields to fetch from the EventVendors
|
|
2541
|
-
*/
|
|
2542
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
2543
|
-
/**
|
|
2544
|
-
* Omit specific fields from the EventVendors
|
|
2545
|
-
*/
|
|
2546
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
2547
|
-
/**
|
|
2548
|
-
* Choose, which related nodes to fetch as well
|
|
2549
|
-
*/
|
|
2550
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
2551
|
-
where?: Prisma.EventVendorsWhereInput
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
/**
|
|
2555
|
-
* EventRfiFormLog.rfi_form
|
|
2556
|
-
*/
|
|
2557
|
-
export type EventRfiFormLog$rfi_formArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2558
|
-
/**
|
|
2559
|
-
* Select specific fields to fetch from the EventRfiForm
|
|
2560
|
-
*/
|
|
2561
|
-
select?: Prisma.EventRfiFormSelect<ExtArgs> | null
|
|
2562
|
-
/**
|
|
2563
|
-
* Omit specific fields from the EventRfiForm
|
|
2564
|
-
*/
|
|
2565
|
-
omit?: Prisma.EventRfiFormOmit<ExtArgs> | null
|
|
2566
|
-
/**
|
|
2567
|
-
* Choose, which related nodes to fetch as well
|
|
2568
|
-
*/
|
|
2569
|
-
include?: Prisma.EventRfiFormInclude<ExtArgs> | null
|
|
2570
|
-
where?: Prisma.EventRfiFormWhereInput
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
/**
|
|
2574
|
-
* EventRfiFormLog.user
|
|
2575
|
-
*/
|
|
2576
|
-
export type EventRfiFormLog$userArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2577
|
-
/**
|
|
2578
|
-
* Select specific fields to fetch from the User
|
|
2579
|
-
*/
|
|
2580
|
-
select?: Prisma.UserSelect<ExtArgs> | null
|
|
2581
|
-
/**
|
|
2582
|
-
* Omit specific fields from the User
|
|
2583
|
-
*/
|
|
2584
|
-
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
2585
|
-
/**
|
|
2586
|
-
* Choose, which related nodes to fetch as well
|
|
2587
|
-
*/
|
|
2588
|
-
include?: Prisma.UserInclude<ExtArgs> | null
|
|
2589
|
-
where?: Prisma.UserWhereInput
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
/**
|
|
2593
|
-
* EventRfiFormLog without action
|
|
2594
|
-
*/
|
|
2595
|
-
export type EventRfiFormLogDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2596
|
-
/**
|
|
2597
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
2598
|
-
*/
|
|
2599
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
2600
|
-
/**
|
|
2601
|
-
* Omit specific fields from the EventRfiFormLog
|
|
2602
|
-
*/
|
|
2603
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
2604
|
-
/**
|
|
2605
|
-
* Choose, which related nodes to fetch as well
|
|
2606
|
-
*/
|
|
2607
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
2608
|
-
}
|