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