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,3446 +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 `EventVendors` 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 EventVendors
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
export type EventVendorsModel = runtime.Types.Result.DefaultSelection<Prisma.$EventVendorsPayload>
|
|
20
|
-
|
|
21
|
-
export type AggregateEventVendors = {
|
|
22
|
-
_count: EventVendorsCountAggregateOutputType | null
|
|
23
|
-
_avg: EventVendorsAvgAggregateOutputType | null
|
|
24
|
-
_sum: EventVendorsSumAggregateOutputType | null
|
|
25
|
-
_min: EventVendorsMinAggregateOutputType | null
|
|
26
|
-
_max: EventVendorsMaxAggregateOutputType | null
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type EventVendorsAvgAggregateOutputType = {
|
|
30
|
-
id: number | null
|
|
31
|
-
vendor_id: number | null
|
|
32
|
-
event_id: number | null
|
|
33
|
-
created_by: number | null
|
|
34
|
-
updated_by: number | null
|
|
35
|
-
deleted_by: number | null
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export type EventVendorsSumAggregateOutputType = {
|
|
39
|
-
id: number | null
|
|
40
|
-
vendor_id: number | null
|
|
41
|
-
event_id: number | null
|
|
42
|
-
created_by: number | null
|
|
43
|
-
updated_by: number | null
|
|
44
|
-
deleted_by: number | null
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export type EventVendorsMinAggregateOutputType = {
|
|
48
|
-
id: number | null
|
|
49
|
-
uuid: string | null
|
|
50
|
-
vendor_id: number | null
|
|
51
|
-
event_id: number | null
|
|
52
|
-
is_active: boolean | null
|
|
53
|
-
is_email_sent: boolean | null
|
|
54
|
-
is_restricted: boolean | null
|
|
55
|
-
status: $Enums.EventVendorStatus | null
|
|
56
|
-
reason: string | null
|
|
57
|
-
is_wishlisted: boolean | null
|
|
58
|
-
event_vendor_bid_status: $Enums.EventVendorBidStatus | null
|
|
59
|
-
created_at: Date | null
|
|
60
|
-
created_by: number | null
|
|
61
|
-
updated_at: Date | null
|
|
62
|
-
updated_by: number | null
|
|
63
|
-
is_deleted: boolean | null
|
|
64
|
-
deleted_at: Date | null
|
|
65
|
-
deleted_by: number | null
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export type EventVendorsMaxAggregateOutputType = {
|
|
69
|
-
id: number | null
|
|
70
|
-
uuid: string | null
|
|
71
|
-
vendor_id: number | null
|
|
72
|
-
event_id: number | null
|
|
73
|
-
is_active: boolean | null
|
|
74
|
-
is_email_sent: boolean | null
|
|
75
|
-
is_restricted: boolean | null
|
|
76
|
-
status: $Enums.EventVendorStatus | null
|
|
77
|
-
reason: string | null
|
|
78
|
-
is_wishlisted: boolean | null
|
|
79
|
-
event_vendor_bid_status: $Enums.EventVendorBidStatus | null
|
|
80
|
-
created_at: Date | null
|
|
81
|
-
created_by: number | null
|
|
82
|
-
updated_at: Date | null
|
|
83
|
-
updated_by: number | null
|
|
84
|
-
is_deleted: boolean | null
|
|
85
|
-
deleted_at: Date | null
|
|
86
|
-
deleted_by: number | null
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export type EventVendorsCountAggregateOutputType = {
|
|
90
|
-
id: number
|
|
91
|
-
uuid: number
|
|
92
|
-
vendor_id: number
|
|
93
|
-
event_id: number
|
|
94
|
-
is_active: number
|
|
95
|
-
is_email_sent: number
|
|
96
|
-
is_restricted: number
|
|
97
|
-
status: number
|
|
98
|
-
reason: number
|
|
99
|
-
is_wishlisted: number
|
|
100
|
-
event_vendor_bid_status: number
|
|
101
|
-
created_at: number
|
|
102
|
-
created_by: number
|
|
103
|
-
updated_at: number
|
|
104
|
-
updated_by: number
|
|
105
|
-
is_deleted: number
|
|
106
|
-
deleted_at: number
|
|
107
|
-
deleted_by: number
|
|
108
|
-
_all: number
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
export type EventVendorsAvgAggregateInputType = {
|
|
113
|
-
id?: true
|
|
114
|
-
vendor_id?: true
|
|
115
|
-
event_id?: true
|
|
116
|
-
created_by?: true
|
|
117
|
-
updated_by?: true
|
|
118
|
-
deleted_by?: true
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
export type EventVendorsSumAggregateInputType = {
|
|
122
|
-
id?: true
|
|
123
|
-
vendor_id?: true
|
|
124
|
-
event_id?: true
|
|
125
|
-
created_by?: true
|
|
126
|
-
updated_by?: true
|
|
127
|
-
deleted_by?: true
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
export type EventVendorsMinAggregateInputType = {
|
|
131
|
-
id?: true
|
|
132
|
-
uuid?: true
|
|
133
|
-
vendor_id?: true
|
|
134
|
-
event_id?: true
|
|
135
|
-
is_active?: true
|
|
136
|
-
is_email_sent?: true
|
|
137
|
-
is_restricted?: true
|
|
138
|
-
status?: true
|
|
139
|
-
reason?: true
|
|
140
|
-
is_wishlisted?: true
|
|
141
|
-
event_vendor_bid_status?: true
|
|
142
|
-
created_at?: true
|
|
143
|
-
created_by?: true
|
|
144
|
-
updated_at?: true
|
|
145
|
-
updated_by?: true
|
|
146
|
-
is_deleted?: true
|
|
147
|
-
deleted_at?: true
|
|
148
|
-
deleted_by?: true
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export type EventVendorsMaxAggregateInputType = {
|
|
152
|
-
id?: true
|
|
153
|
-
uuid?: true
|
|
154
|
-
vendor_id?: true
|
|
155
|
-
event_id?: true
|
|
156
|
-
is_active?: true
|
|
157
|
-
is_email_sent?: true
|
|
158
|
-
is_restricted?: true
|
|
159
|
-
status?: true
|
|
160
|
-
reason?: true
|
|
161
|
-
is_wishlisted?: true
|
|
162
|
-
event_vendor_bid_status?: true
|
|
163
|
-
created_at?: true
|
|
164
|
-
created_by?: true
|
|
165
|
-
updated_at?: true
|
|
166
|
-
updated_by?: true
|
|
167
|
-
is_deleted?: true
|
|
168
|
-
deleted_at?: true
|
|
169
|
-
deleted_by?: true
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
export type EventVendorsCountAggregateInputType = {
|
|
173
|
-
id?: true
|
|
174
|
-
uuid?: true
|
|
175
|
-
vendor_id?: true
|
|
176
|
-
event_id?: true
|
|
177
|
-
is_active?: true
|
|
178
|
-
is_email_sent?: true
|
|
179
|
-
is_restricted?: true
|
|
180
|
-
status?: true
|
|
181
|
-
reason?: true
|
|
182
|
-
is_wishlisted?: true
|
|
183
|
-
event_vendor_bid_status?: true
|
|
184
|
-
created_at?: true
|
|
185
|
-
created_by?: true
|
|
186
|
-
updated_at?: true
|
|
187
|
-
updated_by?: true
|
|
188
|
-
is_deleted?: true
|
|
189
|
-
deleted_at?: true
|
|
190
|
-
deleted_by?: true
|
|
191
|
-
_all?: true
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
export type EventVendorsAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
195
|
-
/**
|
|
196
|
-
* Filter which EventVendors to aggregate.
|
|
197
|
-
*/
|
|
198
|
-
where?: Prisma.EventVendorsWhereInput
|
|
199
|
-
/**
|
|
200
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
201
|
-
*
|
|
202
|
-
* Determine the order of EventVendors to fetch.
|
|
203
|
-
*/
|
|
204
|
-
orderBy?: Prisma.EventVendorsOrderByWithRelationInput | Prisma.EventVendorsOrderByWithRelationInput[]
|
|
205
|
-
/**
|
|
206
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
207
|
-
*
|
|
208
|
-
* Sets the start position
|
|
209
|
-
*/
|
|
210
|
-
cursor?: Prisma.EventVendorsWhereUniqueInput
|
|
211
|
-
/**
|
|
212
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
213
|
-
*
|
|
214
|
-
* Take `±n` EventVendors from the position of the cursor.
|
|
215
|
-
*/
|
|
216
|
-
take?: number
|
|
217
|
-
/**
|
|
218
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
219
|
-
*
|
|
220
|
-
* Skip the first `n` EventVendors.
|
|
221
|
-
*/
|
|
222
|
-
skip?: number
|
|
223
|
-
/**
|
|
224
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
225
|
-
*
|
|
226
|
-
* Count returned EventVendors
|
|
227
|
-
**/
|
|
228
|
-
_count?: true | EventVendorsCountAggregateInputType
|
|
229
|
-
/**
|
|
230
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
231
|
-
*
|
|
232
|
-
* Select which fields to average
|
|
233
|
-
**/
|
|
234
|
-
_avg?: EventVendorsAvgAggregateInputType
|
|
235
|
-
/**
|
|
236
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
237
|
-
*
|
|
238
|
-
* Select which fields to sum
|
|
239
|
-
**/
|
|
240
|
-
_sum?: EventVendorsSumAggregateInputType
|
|
241
|
-
/**
|
|
242
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
243
|
-
*
|
|
244
|
-
* Select which fields to find the minimum value
|
|
245
|
-
**/
|
|
246
|
-
_min?: EventVendorsMinAggregateInputType
|
|
247
|
-
/**
|
|
248
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
249
|
-
*
|
|
250
|
-
* Select which fields to find the maximum value
|
|
251
|
-
**/
|
|
252
|
-
_max?: EventVendorsMaxAggregateInputType
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
export type GetEventVendorsAggregateType<T extends EventVendorsAggregateArgs> = {
|
|
256
|
-
[P in keyof T & keyof AggregateEventVendors]: P extends '_count' | 'count'
|
|
257
|
-
? T[P] extends true
|
|
258
|
-
? number
|
|
259
|
-
: Prisma.GetScalarType<T[P], AggregateEventVendors[P]>
|
|
260
|
-
: Prisma.GetScalarType<T[P], AggregateEventVendors[P]>
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
export type EventVendorsGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
267
|
-
where?: Prisma.EventVendorsWhereInput
|
|
268
|
-
orderBy?: Prisma.EventVendorsOrderByWithAggregationInput | Prisma.EventVendorsOrderByWithAggregationInput[]
|
|
269
|
-
by: Prisma.EventVendorsScalarFieldEnum[] | Prisma.EventVendorsScalarFieldEnum
|
|
270
|
-
having?: Prisma.EventVendorsScalarWhereWithAggregatesInput
|
|
271
|
-
take?: number
|
|
272
|
-
skip?: number
|
|
273
|
-
_count?: EventVendorsCountAggregateInputType | true
|
|
274
|
-
_avg?: EventVendorsAvgAggregateInputType
|
|
275
|
-
_sum?: EventVendorsSumAggregateInputType
|
|
276
|
-
_min?: EventVendorsMinAggregateInputType
|
|
277
|
-
_max?: EventVendorsMaxAggregateInputType
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
export type EventVendorsGroupByOutputType = {
|
|
281
|
-
id: number
|
|
282
|
-
uuid: string | null
|
|
283
|
-
vendor_id: number | null
|
|
284
|
-
event_id: number | null
|
|
285
|
-
is_active: boolean | null
|
|
286
|
-
is_email_sent: boolean | null
|
|
287
|
-
is_restricted: boolean | null
|
|
288
|
-
status: $Enums.EventVendorStatus
|
|
289
|
-
reason: string | null
|
|
290
|
-
is_wishlisted: boolean | null
|
|
291
|
-
event_vendor_bid_status: $Enums.EventVendorBidStatus | null
|
|
292
|
-
created_at: Date | null
|
|
293
|
-
created_by: number | null
|
|
294
|
-
updated_at: Date | null
|
|
295
|
-
updated_by: number | null
|
|
296
|
-
is_deleted: boolean | null
|
|
297
|
-
deleted_at: Date | null
|
|
298
|
-
deleted_by: number | null
|
|
299
|
-
_count: EventVendorsCountAggregateOutputType | null
|
|
300
|
-
_avg: EventVendorsAvgAggregateOutputType | null
|
|
301
|
-
_sum: EventVendorsSumAggregateOutputType | null
|
|
302
|
-
_min: EventVendorsMinAggregateOutputType | null
|
|
303
|
-
_max: EventVendorsMaxAggregateOutputType | null
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
export type GetEventVendorsGroupByPayload<T extends EventVendorsGroupByArgs> = Prisma.PrismaPromise<
|
|
307
|
-
Array<
|
|
308
|
-
Prisma.PickEnumerable<EventVendorsGroupByOutputType, T['by']> &
|
|
309
|
-
{
|
|
310
|
-
[P in ((keyof T) & (keyof EventVendorsGroupByOutputType))]: P extends '_count'
|
|
311
|
-
? T[P] extends boolean
|
|
312
|
-
? number
|
|
313
|
-
: Prisma.GetScalarType<T[P], EventVendorsGroupByOutputType[P]>
|
|
314
|
-
: Prisma.GetScalarType<T[P], EventVendorsGroupByOutputType[P]>
|
|
315
|
-
}
|
|
316
|
-
>
|
|
317
|
-
>
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
export type EventVendorsWhereInput = {
|
|
322
|
-
AND?: Prisma.EventVendorsWhereInput | Prisma.EventVendorsWhereInput[]
|
|
323
|
-
OR?: Prisma.EventVendorsWhereInput[]
|
|
324
|
-
NOT?: Prisma.EventVendorsWhereInput | Prisma.EventVendorsWhereInput[]
|
|
325
|
-
id?: Prisma.IntFilter<"EventVendors"> | number
|
|
326
|
-
uuid?: Prisma.StringNullableFilter<"EventVendors"> | string | null
|
|
327
|
-
vendor_id?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
328
|
-
event_id?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
329
|
-
is_active?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
330
|
-
is_email_sent?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
331
|
-
is_restricted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
332
|
-
status?: Prisma.EnumEventVendorStatusFilter<"EventVendors"> | $Enums.EventVendorStatus
|
|
333
|
-
reason?: Prisma.StringNullableFilter<"EventVendors"> | string | null
|
|
334
|
-
is_wishlisted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
335
|
-
event_vendor_bid_status?: Prisma.EnumEventVendorBidStatusNullableFilter<"EventVendors"> | $Enums.EventVendorBidStatus | null
|
|
336
|
-
created_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
337
|
-
created_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
338
|
-
updated_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
339
|
-
updated_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
340
|
-
is_deleted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
341
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
342
|
-
deleted_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
343
|
-
event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
|
|
344
|
-
bids?: Prisma.BidListRelationFilter
|
|
345
|
-
bid_logs?: Prisma.BidLogListRelationFilter
|
|
346
|
-
quotations?: Prisma.QuotationListRelationFilter
|
|
347
|
-
quotation_logs?: Prisma.QuotationLogListRelationFilter
|
|
348
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogListRelationFilter
|
|
349
|
-
purchase_order?: Prisma.PurchaseOrderListRelationFilter
|
|
350
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaListRelationFilter
|
|
351
|
-
blanket_po?: Prisma.BlanketPurchaseOrderListRelationFilter
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
export type EventVendorsOrderByWithRelationInput = {
|
|
355
|
-
id?: Prisma.SortOrder
|
|
356
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
357
|
-
vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
358
|
-
event_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
359
|
-
is_active?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
360
|
-
is_email_sent?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
361
|
-
is_restricted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
362
|
-
status?: Prisma.SortOrder
|
|
363
|
-
reason?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
364
|
-
is_wishlisted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
365
|
-
event_vendor_bid_status?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
366
|
-
created_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
367
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
368
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
369
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
370
|
-
is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
371
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
372
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
373
|
-
event?: Prisma.EventOrderByWithRelationInput
|
|
374
|
-
bids?: Prisma.BidOrderByRelationAggregateInput
|
|
375
|
-
bid_logs?: Prisma.BidLogOrderByRelationAggregateInput
|
|
376
|
-
quotations?: Prisma.QuotationOrderByRelationAggregateInput
|
|
377
|
-
quotation_logs?: Prisma.QuotationLogOrderByRelationAggregateInput
|
|
378
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogOrderByRelationAggregateInput
|
|
379
|
-
purchase_order?: Prisma.PurchaseOrderOrderByRelationAggregateInput
|
|
380
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaOrderByRelationAggregateInput
|
|
381
|
-
blanket_po?: Prisma.BlanketPurchaseOrderOrderByRelationAggregateInput
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
export type EventVendorsWhereUniqueInput = Prisma.AtLeast<{
|
|
385
|
-
id?: number
|
|
386
|
-
uuid?: string
|
|
387
|
-
AND?: Prisma.EventVendorsWhereInput | Prisma.EventVendorsWhereInput[]
|
|
388
|
-
OR?: Prisma.EventVendorsWhereInput[]
|
|
389
|
-
NOT?: Prisma.EventVendorsWhereInput | Prisma.EventVendorsWhereInput[]
|
|
390
|
-
vendor_id?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
391
|
-
event_id?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
392
|
-
is_active?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
393
|
-
is_email_sent?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
394
|
-
is_restricted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
395
|
-
status?: Prisma.EnumEventVendorStatusFilter<"EventVendors"> | $Enums.EventVendorStatus
|
|
396
|
-
reason?: Prisma.StringNullableFilter<"EventVendors"> | string | null
|
|
397
|
-
is_wishlisted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
398
|
-
event_vendor_bid_status?: Prisma.EnumEventVendorBidStatusNullableFilter<"EventVendors"> | $Enums.EventVendorBidStatus | null
|
|
399
|
-
created_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
400
|
-
created_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
401
|
-
updated_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
402
|
-
updated_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
403
|
-
is_deleted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
404
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
405
|
-
deleted_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
406
|
-
event?: Prisma.XOR<Prisma.EventNullableScalarRelationFilter, Prisma.EventWhereInput> | null
|
|
407
|
-
bids?: Prisma.BidListRelationFilter
|
|
408
|
-
bid_logs?: Prisma.BidLogListRelationFilter
|
|
409
|
-
quotations?: Prisma.QuotationListRelationFilter
|
|
410
|
-
quotation_logs?: Prisma.QuotationLogListRelationFilter
|
|
411
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogListRelationFilter
|
|
412
|
-
purchase_order?: Prisma.PurchaseOrderListRelationFilter
|
|
413
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaListRelationFilter
|
|
414
|
-
blanket_po?: Prisma.BlanketPurchaseOrderListRelationFilter
|
|
415
|
-
}, "id" | "uuid">
|
|
416
|
-
|
|
417
|
-
export type EventVendorsOrderByWithAggregationInput = {
|
|
418
|
-
id?: Prisma.SortOrder
|
|
419
|
-
uuid?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
420
|
-
vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
421
|
-
event_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
422
|
-
is_active?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
423
|
-
is_email_sent?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
424
|
-
is_restricted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
425
|
-
status?: Prisma.SortOrder
|
|
426
|
-
reason?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
427
|
-
is_wishlisted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
428
|
-
event_vendor_bid_status?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
429
|
-
created_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
430
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
431
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
432
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
433
|
-
is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
434
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
435
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
436
|
-
_count?: Prisma.EventVendorsCountOrderByAggregateInput
|
|
437
|
-
_avg?: Prisma.EventVendorsAvgOrderByAggregateInput
|
|
438
|
-
_max?: Prisma.EventVendorsMaxOrderByAggregateInput
|
|
439
|
-
_min?: Prisma.EventVendorsMinOrderByAggregateInput
|
|
440
|
-
_sum?: Prisma.EventVendorsSumOrderByAggregateInput
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
export type EventVendorsScalarWhereWithAggregatesInput = {
|
|
444
|
-
AND?: Prisma.EventVendorsScalarWhereWithAggregatesInput | Prisma.EventVendorsScalarWhereWithAggregatesInput[]
|
|
445
|
-
OR?: Prisma.EventVendorsScalarWhereWithAggregatesInput[]
|
|
446
|
-
NOT?: Prisma.EventVendorsScalarWhereWithAggregatesInput | Prisma.EventVendorsScalarWhereWithAggregatesInput[]
|
|
447
|
-
id?: Prisma.IntWithAggregatesFilter<"EventVendors"> | number
|
|
448
|
-
uuid?: Prisma.StringNullableWithAggregatesFilter<"EventVendors"> | string | null
|
|
449
|
-
vendor_id?: Prisma.IntNullableWithAggregatesFilter<"EventVendors"> | number | null
|
|
450
|
-
event_id?: Prisma.IntNullableWithAggregatesFilter<"EventVendors"> | number | null
|
|
451
|
-
is_active?: Prisma.BoolNullableWithAggregatesFilter<"EventVendors"> | boolean | null
|
|
452
|
-
is_email_sent?: Prisma.BoolNullableWithAggregatesFilter<"EventVendors"> | boolean | null
|
|
453
|
-
is_restricted?: Prisma.BoolNullableWithAggregatesFilter<"EventVendors"> | boolean | null
|
|
454
|
-
status?: Prisma.EnumEventVendorStatusWithAggregatesFilter<"EventVendors"> | $Enums.EventVendorStatus
|
|
455
|
-
reason?: Prisma.StringNullableWithAggregatesFilter<"EventVendors"> | string | null
|
|
456
|
-
is_wishlisted?: Prisma.BoolNullableWithAggregatesFilter<"EventVendors"> | boolean | null
|
|
457
|
-
event_vendor_bid_status?: Prisma.EnumEventVendorBidStatusNullableWithAggregatesFilter<"EventVendors"> | $Enums.EventVendorBidStatus | null
|
|
458
|
-
created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventVendors"> | Date | string | null
|
|
459
|
-
created_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendors"> | number | null
|
|
460
|
-
updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventVendors"> | Date | string | null
|
|
461
|
-
updated_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendors"> | number | null
|
|
462
|
-
is_deleted?: Prisma.BoolNullableWithAggregatesFilter<"EventVendors"> | boolean | null
|
|
463
|
-
deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"EventVendors"> | Date | string | null
|
|
464
|
-
deleted_by?: Prisma.IntNullableWithAggregatesFilter<"EventVendors"> | number | null
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
export type EventVendorsCreateInput = {
|
|
468
|
-
uuid?: string | null
|
|
469
|
-
vendor_id?: number | null
|
|
470
|
-
is_active?: boolean | null
|
|
471
|
-
is_email_sent?: boolean | null
|
|
472
|
-
is_restricted?: boolean | null
|
|
473
|
-
status?: $Enums.EventVendorStatus
|
|
474
|
-
reason?: string | null
|
|
475
|
-
is_wishlisted?: boolean | null
|
|
476
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
477
|
-
created_at?: Date | string | null
|
|
478
|
-
created_by?: number | null
|
|
479
|
-
updated_at?: Date | string | null
|
|
480
|
-
updated_by?: number | null
|
|
481
|
-
is_deleted?: boolean | null
|
|
482
|
-
deleted_at?: Date | string | null
|
|
483
|
-
deleted_by?: number | null
|
|
484
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
485
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
486
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
487
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
488
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
489
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
490
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
491
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
492
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
export type EventVendorsUncheckedCreateInput = {
|
|
496
|
-
id?: number
|
|
497
|
-
uuid?: string | null
|
|
498
|
-
vendor_id?: number | null
|
|
499
|
-
event_id?: number | null
|
|
500
|
-
is_active?: boolean | null
|
|
501
|
-
is_email_sent?: boolean | null
|
|
502
|
-
is_restricted?: boolean | null
|
|
503
|
-
status?: $Enums.EventVendorStatus
|
|
504
|
-
reason?: string | null
|
|
505
|
-
is_wishlisted?: boolean | null
|
|
506
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
507
|
-
created_at?: Date | string | null
|
|
508
|
-
created_by?: number | null
|
|
509
|
-
updated_at?: Date | string | null
|
|
510
|
-
updated_by?: number | null
|
|
511
|
-
is_deleted?: boolean | null
|
|
512
|
-
deleted_at?: Date | string | null
|
|
513
|
-
deleted_by?: number | null
|
|
514
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
515
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
516
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
517
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
518
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
519
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
520
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
521
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
export type EventVendorsUpdateInput = {
|
|
525
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
526
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
527
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
528
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
529
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
530
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
531
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
532
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
533
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
534
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
535
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
536
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
537
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
538
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
539
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
540
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
541
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
542
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
543
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
544
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
545
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
546
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
547
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
548
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
549
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
export type EventVendorsUncheckedUpdateInput = {
|
|
553
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
554
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
555
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
556
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
557
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
558
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
559
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
560
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
561
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
562
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
563
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
564
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
565
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
566
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
567
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
568
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
569
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
570
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
571
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
572
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
573
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
574
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
575
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
576
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
577
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
578
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
export type EventVendorsCreateManyInput = {
|
|
582
|
-
id?: number
|
|
583
|
-
uuid?: string | null
|
|
584
|
-
vendor_id?: number | null
|
|
585
|
-
event_id?: number | null
|
|
586
|
-
is_active?: boolean | null
|
|
587
|
-
is_email_sent?: boolean | null
|
|
588
|
-
is_restricted?: boolean | null
|
|
589
|
-
status?: $Enums.EventVendorStatus
|
|
590
|
-
reason?: string | null
|
|
591
|
-
is_wishlisted?: boolean | null
|
|
592
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
593
|
-
created_at?: Date | string | null
|
|
594
|
-
created_by?: number | null
|
|
595
|
-
updated_at?: Date | string | null
|
|
596
|
-
updated_by?: number | null
|
|
597
|
-
is_deleted?: boolean | null
|
|
598
|
-
deleted_at?: Date | string | null
|
|
599
|
-
deleted_by?: number | null
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
export type EventVendorsUpdateManyMutationInput = {
|
|
603
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
604
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
605
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
606
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
607
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
608
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
609
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
610
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
611
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
612
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
613
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
614
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
615
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
616
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
617
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
618
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
export type EventVendorsUncheckedUpdateManyInput = {
|
|
622
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
623
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
624
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
625
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
626
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
627
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
628
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
629
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
630
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
631
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
632
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
633
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
634
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
635
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
636
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
637
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
638
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
639
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
export type EventVendorsListRelationFilter = {
|
|
643
|
-
every?: Prisma.EventVendorsWhereInput
|
|
644
|
-
some?: Prisma.EventVendorsWhereInput
|
|
645
|
-
none?: Prisma.EventVendorsWhereInput
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
export type EventVendorsOrderByRelationAggregateInput = {
|
|
649
|
-
_count?: Prisma.SortOrder
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
export type EventVendorsCountOrderByAggregateInput = {
|
|
653
|
-
id?: Prisma.SortOrder
|
|
654
|
-
uuid?: Prisma.SortOrder
|
|
655
|
-
vendor_id?: Prisma.SortOrder
|
|
656
|
-
event_id?: Prisma.SortOrder
|
|
657
|
-
is_active?: Prisma.SortOrder
|
|
658
|
-
is_email_sent?: Prisma.SortOrder
|
|
659
|
-
is_restricted?: Prisma.SortOrder
|
|
660
|
-
status?: Prisma.SortOrder
|
|
661
|
-
reason?: Prisma.SortOrder
|
|
662
|
-
is_wishlisted?: Prisma.SortOrder
|
|
663
|
-
event_vendor_bid_status?: Prisma.SortOrder
|
|
664
|
-
created_at?: Prisma.SortOrder
|
|
665
|
-
created_by?: Prisma.SortOrder
|
|
666
|
-
updated_at?: Prisma.SortOrder
|
|
667
|
-
updated_by?: Prisma.SortOrder
|
|
668
|
-
is_deleted?: Prisma.SortOrder
|
|
669
|
-
deleted_at?: Prisma.SortOrder
|
|
670
|
-
deleted_by?: Prisma.SortOrder
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
export type EventVendorsAvgOrderByAggregateInput = {
|
|
674
|
-
id?: Prisma.SortOrder
|
|
675
|
-
vendor_id?: Prisma.SortOrder
|
|
676
|
-
event_id?: Prisma.SortOrder
|
|
677
|
-
created_by?: Prisma.SortOrder
|
|
678
|
-
updated_by?: Prisma.SortOrder
|
|
679
|
-
deleted_by?: Prisma.SortOrder
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
export type EventVendorsMaxOrderByAggregateInput = {
|
|
683
|
-
id?: Prisma.SortOrder
|
|
684
|
-
uuid?: Prisma.SortOrder
|
|
685
|
-
vendor_id?: Prisma.SortOrder
|
|
686
|
-
event_id?: Prisma.SortOrder
|
|
687
|
-
is_active?: Prisma.SortOrder
|
|
688
|
-
is_email_sent?: Prisma.SortOrder
|
|
689
|
-
is_restricted?: Prisma.SortOrder
|
|
690
|
-
status?: Prisma.SortOrder
|
|
691
|
-
reason?: Prisma.SortOrder
|
|
692
|
-
is_wishlisted?: Prisma.SortOrder
|
|
693
|
-
event_vendor_bid_status?: Prisma.SortOrder
|
|
694
|
-
created_at?: Prisma.SortOrder
|
|
695
|
-
created_by?: Prisma.SortOrder
|
|
696
|
-
updated_at?: Prisma.SortOrder
|
|
697
|
-
updated_by?: Prisma.SortOrder
|
|
698
|
-
is_deleted?: Prisma.SortOrder
|
|
699
|
-
deleted_at?: Prisma.SortOrder
|
|
700
|
-
deleted_by?: Prisma.SortOrder
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
export type EventVendorsMinOrderByAggregateInput = {
|
|
704
|
-
id?: Prisma.SortOrder
|
|
705
|
-
uuid?: Prisma.SortOrder
|
|
706
|
-
vendor_id?: Prisma.SortOrder
|
|
707
|
-
event_id?: Prisma.SortOrder
|
|
708
|
-
is_active?: Prisma.SortOrder
|
|
709
|
-
is_email_sent?: Prisma.SortOrder
|
|
710
|
-
is_restricted?: Prisma.SortOrder
|
|
711
|
-
status?: Prisma.SortOrder
|
|
712
|
-
reason?: Prisma.SortOrder
|
|
713
|
-
is_wishlisted?: Prisma.SortOrder
|
|
714
|
-
event_vendor_bid_status?: Prisma.SortOrder
|
|
715
|
-
created_at?: Prisma.SortOrder
|
|
716
|
-
created_by?: Prisma.SortOrder
|
|
717
|
-
updated_at?: Prisma.SortOrder
|
|
718
|
-
updated_by?: Prisma.SortOrder
|
|
719
|
-
is_deleted?: Prisma.SortOrder
|
|
720
|
-
deleted_at?: Prisma.SortOrder
|
|
721
|
-
deleted_by?: Prisma.SortOrder
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
export type EventVendorsSumOrderByAggregateInput = {
|
|
725
|
-
id?: Prisma.SortOrder
|
|
726
|
-
vendor_id?: Prisma.SortOrder
|
|
727
|
-
event_id?: Prisma.SortOrder
|
|
728
|
-
created_by?: Prisma.SortOrder
|
|
729
|
-
updated_by?: Prisma.SortOrder
|
|
730
|
-
deleted_by?: Prisma.SortOrder
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
export type EventVendorsNullableScalarRelationFilter = {
|
|
734
|
-
is?: Prisma.EventVendorsWhereInput | null
|
|
735
|
-
isNot?: Prisma.EventVendorsWhereInput | null
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export type EventVendorsCreateNestedManyWithoutEventInput = {
|
|
739
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEventInput, Prisma.EventVendorsUncheckedCreateWithoutEventInput> | Prisma.EventVendorsCreateWithoutEventInput[] | Prisma.EventVendorsUncheckedCreateWithoutEventInput[]
|
|
740
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEventInput | Prisma.EventVendorsCreateOrConnectWithoutEventInput[]
|
|
741
|
-
createMany?: Prisma.EventVendorsCreateManyEventInputEnvelope
|
|
742
|
-
connect?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export type EventVendorsUncheckedCreateNestedManyWithoutEventInput = {
|
|
746
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEventInput, Prisma.EventVendorsUncheckedCreateWithoutEventInput> | Prisma.EventVendorsCreateWithoutEventInput[] | Prisma.EventVendorsUncheckedCreateWithoutEventInput[]
|
|
747
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEventInput | Prisma.EventVendorsCreateOrConnectWithoutEventInput[]
|
|
748
|
-
createMany?: Prisma.EventVendorsCreateManyEventInputEnvelope
|
|
749
|
-
connect?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
export type EventVendorsUpdateManyWithoutEventNestedInput = {
|
|
753
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEventInput, Prisma.EventVendorsUncheckedCreateWithoutEventInput> | Prisma.EventVendorsCreateWithoutEventInput[] | Prisma.EventVendorsUncheckedCreateWithoutEventInput[]
|
|
754
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEventInput | Prisma.EventVendorsCreateOrConnectWithoutEventInput[]
|
|
755
|
-
upsert?: Prisma.EventVendorsUpsertWithWhereUniqueWithoutEventInput | Prisma.EventVendorsUpsertWithWhereUniqueWithoutEventInput[]
|
|
756
|
-
createMany?: Prisma.EventVendorsCreateManyEventInputEnvelope
|
|
757
|
-
set?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
758
|
-
disconnect?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
759
|
-
delete?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
760
|
-
connect?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
761
|
-
update?: Prisma.EventVendorsUpdateWithWhereUniqueWithoutEventInput | Prisma.EventVendorsUpdateWithWhereUniqueWithoutEventInput[]
|
|
762
|
-
updateMany?: Prisma.EventVendorsUpdateManyWithWhereWithoutEventInput | Prisma.EventVendorsUpdateManyWithWhereWithoutEventInput[]
|
|
763
|
-
deleteMany?: Prisma.EventVendorsScalarWhereInput | Prisma.EventVendorsScalarWhereInput[]
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
export type EventVendorsUncheckedUpdateManyWithoutEventNestedInput = {
|
|
767
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEventInput, Prisma.EventVendorsUncheckedCreateWithoutEventInput> | Prisma.EventVendorsCreateWithoutEventInput[] | Prisma.EventVendorsUncheckedCreateWithoutEventInput[]
|
|
768
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEventInput | Prisma.EventVendorsCreateOrConnectWithoutEventInput[]
|
|
769
|
-
upsert?: Prisma.EventVendorsUpsertWithWhereUniqueWithoutEventInput | Prisma.EventVendorsUpsertWithWhereUniqueWithoutEventInput[]
|
|
770
|
-
createMany?: Prisma.EventVendorsCreateManyEventInputEnvelope
|
|
771
|
-
set?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
772
|
-
disconnect?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
773
|
-
delete?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
774
|
-
connect?: Prisma.EventVendorsWhereUniqueInput | Prisma.EventVendorsWhereUniqueInput[]
|
|
775
|
-
update?: Prisma.EventVendorsUpdateWithWhereUniqueWithoutEventInput | Prisma.EventVendorsUpdateWithWhereUniqueWithoutEventInput[]
|
|
776
|
-
updateMany?: Prisma.EventVendorsUpdateManyWithWhereWithoutEventInput | Prisma.EventVendorsUpdateManyWithWhereWithoutEventInput[]
|
|
777
|
-
deleteMany?: Prisma.EventVendorsScalarWhereInput | Prisma.EventVendorsScalarWhereInput[]
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
export type EnumEventVendorStatusFieldUpdateOperationsInput = {
|
|
781
|
-
set?: $Enums.EventVendorStatus
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
export type NullableEnumEventVendorBidStatusFieldUpdateOperationsInput = {
|
|
785
|
-
set?: $Enums.EventVendorBidStatus | null
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
export type EventVendorsCreateNestedOneWithoutBidsInput = {
|
|
789
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutBidsInput, Prisma.EventVendorsUncheckedCreateWithoutBidsInput>
|
|
790
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutBidsInput
|
|
791
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
export type EventVendorsUpdateOneWithoutBidsNestedInput = {
|
|
795
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutBidsInput, Prisma.EventVendorsUncheckedCreateWithoutBidsInput>
|
|
796
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutBidsInput
|
|
797
|
-
upsert?: Prisma.EventVendorsUpsertWithoutBidsInput
|
|
798
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
799
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
800
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
801
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutBidsInput, Prisma.EventVendorsUpdateWithoutBidsInput>, Prisma.EventVendorsUncheckedUpdateWithoutBidsInput>
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
export type EventVendorsCreateNestedOneWithoutBid_logsInput = {
|
|
805
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutBid_logsInput, Prisma.EventVendorsUncheckedCreateWithoutBid_logsInput>
|
|
806
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutBid_logsInput
|
|
807
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
export type EventVendorsUpdateOneWithoutBid_logsNestedInput = {
|
|
811
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutBid_logsInput, Prisma.EventVendorsUncheckedCreateWithoutBid_logsInput>
|
|
812
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutBid_logsInput
|
|
813
|
-
upsert?: Prisma.EventVendorsUpsertWithoutBid_logsInput
|
|
814
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
815
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
816
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
817
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutBid_logsInput, Prisma.EventVendorsUpdateWithoutBid_logsInput>, Prisma.EventVendorsUncheckedUpdateWithoutBid_logsInput>
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
export type EventVendorsCreateNestedOneWithoutQuotationsInput = {
|
|
821
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotationsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotationsInput>
|
|
822
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutQuotationsInput
|
|
823
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
export type EventVendorsUpdateOneWithoutQuotationsNestedInput = {
|
|
827
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotationsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotationsInput>
|
|
828
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutQuotationsInput
|
|
829
|
-
upsert?: Prisma.EventVendorsUpsertWithoutQuotationsInput
|
|
830
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
831
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
832
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
833
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutQuotationsInput, Prisma.EventVendorsUpdateWithoutQuotationsInput>, Prisma.EventVendorsUncheckedUpdateWithoutQuotationsInput>
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
export type EventVendorsCreateNestedOneWithoutQuotation_logsInput = {
|
|
837
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotation_logsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotation_logsInput>
|
|
838
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutQuotation_logsInput
|
|
839
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
export type EventVendorsUpdateOneWithoutQuotation_logsNestedInput = {
|
|
843
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotation_logsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotation_logsInput>
|
|
844
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutQuotation_logsInput
|
|
845
|
-
upsert?: Prisma.EventVendorsUpsertWithoutQuotation_logsInput
|
|
846
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
847
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
848
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
849
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutQuotation_logsInput, Prisma.EventVendorsUpdateWithoutQuotation_logsInput>, Prisma.EventVendorsUncheckedUpdateWithoutQuotation_logsInput>
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
export type EventVendorsCreateNestedOneWithoutPurchase_orderInput = {
|
|
853
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutPurchase_orderInput, Prisma.EventVendorsUncheckedCreateWithoutPurchase_orderInput>
|
|
854
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutPurchase_orderInput
|
|
855
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
export type EventVendorsUpdateOneWithoutPurchase_orderNestedInput = {
|
|
859
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutPurchase_orderInput, Prisma.EventVendorsUncheckedCreateWithoutPurchase_orderInput>
|
|
860
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutPurchase_orderInput
|
|
861
|
-
upsert?: Prisma.EventVendorsUpsertWithoutPurchase_orderInput
|
|
862
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
863
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
864
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
865
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutPurchase_orderInput, Prisma.EventVendorsUpdateWithoutPurchase_orderInput>, Prisma.EventVendorsUncheckedUpdateWithoutPurchase_orderInput>
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
export type EventVendorsCreateNestedOneWithoutEvent_rfi_form_logsInput = {
|
|
869
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_rfi_form_logsInput>
|
|
870
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEvent_rfi_form_logsInput
|
|
871
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
export type EventVendorsUpdateOneWithoutEvent_rfi_form_logsNestedInput = {
|
|
875
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_rfi_form_logsInput>
|
|
876
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEvent_rfi_form_logsInput
|
|
877
|
-
upsert?: Prisma.EventVendorsUpsertWithoutEvent_rfi_form_logsInput
|
|
878
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
879
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
880
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
881
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUpdateWithoutEvent_rfi_form_logsInput>, Prisma.EventVendorsUncheckedUpdateWithoutEvent_rfi_form_logsInput>
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
export type EventVendorsCreateNestedOneWithoutEvent_vendor_criteriaInput = {
|
|
885
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_vendor_criteriaInput>
|
|
886
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEvent_vendor_criteriaInput
|
|
887
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
export type EventVendorsUpdateOneWithoutEvent_vendor_criteriaNestedInput = {
|
|
891
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_vendor_criteriaInput>
|
|
892
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutEvent_vendor_criteriaInput
|
|
893
|
-
upsert?: Prisma.EventVendorsUpsertWithoutEvent_vendor_criteriaInput
|
|
894
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
895
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
896
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
897
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUpdateWithoutEvent_vendor_criteriaInput>, Prisma.EventVendorsUncheckedUpdateWithoutEvent_vendor_criteriaInput>
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
export type EventVendorsCreateNestedOneWithoutBlanket_poInput = {
|
|
901
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutBlanket_poInput, Prisma.EventVendorsUncheckedCreateWithoutBlanket_poInput>
|
|
902
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutBlanket_poInput
|
|
903
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
export type EventVendorsUpdateOneWithoutBlanket_poNestedInput = {
|
|
907
|
-
create?: Prisma.XOR<Prisma.EventVendorsCreateWithoutBlanket_poInput, Prisma.EventVendorsUncheckedCreateWithoutBlanket_poInput>
|
|
908
|
-
connectOrCreate?: Prisma.EventVendorsCreateOrConnectWithoutBlanket_poInput
|
|
909
|
-
upsert?: Prisma.EventVendorsUpsertWithoutBlanket_poInput
|
|
910
|
-
disconnect?: Prisma.EventVendorsWhereInput | boolean
|
|
911
|
-
delete?: Prisma.EventVendorsWhereInput | boolean
|
|
912
|
-
connect?: Prisma.EventVendorsWhereUniqueInput
|
|
913
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.EventVendorsUpdateToOneWithWhereWithoutBlanket_poInput, Prisma.EventVendorsUpdateWithoutBlanket_poInput>, Prisma.EventVendorsUncheckedUpdateWithoutBlanket_poInput>
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
export type EventVendorsCreateWithoutEventInput = {
|
|
917
|
-
uuid?: string | null
|
|
918
|
-
vendor_id?: number | null
|
|
919
|
-
is_active?: boolean | null
|
|
920
|
-
is_email_sent?: boolean | null
|
|
921
|
-
is_restricted?: boolean | null
|
|
922
|
-
status?: $Enums.EventVendorStatus
|
|
923
|
-
reason?: string | null
|
|
924
|
-
is_wishlisted?: boolean | null
|
|
925
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
926
|
-
created_at?: Date | string | null
|
|
927
|
-
created_by?: number | null
|
|
928
|
-
updated_at?: Date | string | null
|
|
929
|
-
updated_by?: number | null
|
|
930
|
-
is_deleted?: boolean | null
|
|
931
|
-
deleted_at?: Date | string | null
|
|
932
|
-
deleted_by?: number | null
|
|
933
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
934
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
935
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
936
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
937
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
938
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
939
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
940
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
export type EventVendorsUncheckedCreateWithoutEventInput = {
|
|
944
|
-
id?: number
|
|
945
|
-
uuid?: string | null
|
|
946
|
-
vendor_id?: number | null
|
|
947
|
-
is_active?: boolean | null
|
|
948
|
-
is_email_sent?: boolean | null
|
|
949
|
-
is_restricted?: boolean | null
|
|
950
|
-
status?: $Enums.EventVendorStatus
|
|
951
|
-
reason?: string | null
|
|
952
|
-
is_wishlisted?: boolean | null
|
|
953
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
954
|
-
created_at?: Date | string | null
|
|
955
|
-
created_by?: number | null
|
|
956
|
-
updated_at?: Date | string | null
|
|
957
|
-
updated_by?: number | null
|
|
958
|
-
is_deleted?: boolean | null
|
|
959
|
-
deleted_at?: Date | string | null
|
|
960
|
-
deleted_by?: number | null
|
|
961
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
962
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
963
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
964
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
965
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
966
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
967
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
968
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
export type EventVendorsCreateOrConnectWithoutEventInput = {
|
|
972
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
973
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutEventInput, Prisma.EventVendorsUncheckedCreateWithoutEventInput>
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
export type EventVendorsCreateManyEventInputEnvelope = {
|
|
977
|
-
data: Prisma.EventVendorsCreateManyEventInput | Prisma.EventVendorsCreateManyEventInput[]
|
|
978
|
-
skipDuplicates?: boolean
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
export type EventVendorsUpsertWithWhereUniqueWithoutEventInput = {
|
|
982
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
983
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutEventInput, Prisma.EventVendorsUncheckedUpdateWithoutEventInput>
|
|
984
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutEventInput, Prisma.EventVendorsUncheckedCreateWithoutEventInput>
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
export type EventVendorsUpdateWithWhereUniqueWithoutEventInput = {
|
|
988
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
989
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutEventInput, Prisma.EventVendorsUncheckedUpdateWithoutEventInput>
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
export type EventVendorsUpdateManyWithWhereWithoutEventInput = {
|
|
993
|
-
where: Prisma.EventVendorsScalarWhereInput
|
|
994
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateManyMutationInput, Prisma.EventVendorsUncheckedUpdateManyWithoutEventInput>
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
export type EventVendorsScalarWhereInput = {
|
|
998
|
-
AND?: Prisma.EventVendorsScalarWhereInput | Prisma.EventVendorsScalarWhereInput[]
|
|
999
|
-
OR?: Prisma.EventVendorsScalarWhereInput[]
|
|
1000
|
-
NOT?: Prisma.EventVendorsScalarWhereInput | Prisma.EventVendorsScalarWhereInput[]
|
|
1001
|
-
id?: Prisma.IntFilter<"EventVendors"> | number
|
|
1002
|
-
uuid?: Prisma.StringNullableFilter<"EventVendors"> | string | null
|
|
1003
|
-
vendor_id?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
1004
|
-
event_id?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
1005
|
-
is_active?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
1006
|
-
is_email_sent?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
1007
|
-
is_restricted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
1008
|
-
status?: Prisma.EnumEventVendorStatusFilter<"EventVendors"> | $Enums.EventVendorStatus
|
|
1009
|
-
reason?: Prisma.StringNullableFilter<"EventVendors"> | string | null
|
|
1010
|
-
is_wishlisted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
1011
|
-
event_vendor_bid_status?: Prisma.EnumEventVendorBidStatusNullableFilter<"EventVendors"> | $Enums.EventVendorBidStatus | null
|
|
1012
|
-
created_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
1013
|
-
created_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
1014
|
-
updated_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
1015
|
-
updated_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
1016
|
-
is_deleted?: Prisma.BoolNullableFilter<"EventVendors"> | boolean | null
|
|
1017
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"EventVendors"> | Date | string | null
|
|
1018
|
-
deleted_by?: Prisma.IntNullableFilter<"EventVendors"> | number | null
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
export type EventVendorsCreateWithoutBidsInput = {
|
|
1022
|
-
uuid?: string | null
|
|
1023
|
-
vendor_id?: number | null
|
|
1024
|
-
is_active?: boolean | null
|
|
1025
|
-
is_email_sent?: boolean | null
|
|
1026
|
-
is_restricted?: boolean | null
|
|
1027
|
-
status?: $Enums.EventVendorStatus
|
|
1028
|
-
reason?: string | null
|
|
1029
|
-
is_wishlisted?: boolean | null
|
|
1030
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1031
|
-
created_at?: Date | string | null
|
|
1032
|
-
created_by?: number | null
|
|
1033
|
-
updated_at?: Date | string | null
|
|
1034
|
-
updated_by?: number | null
|
|
1035
|
-
is_deleted?: boolean | null
|
|
1036
|
-
deleted_at?: Date | string | null
|
|
1037
|
-
deleted_by?: number | null
|
|
1038
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1039
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1040
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1041
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1042
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1043
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1044
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1045
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
export type EventVendorsUncheckedCreateWithoutBidsInput = {
|
|
1049
|
-
id?: number
|
|
1050
|
-
uuid?: string | null
|
|
1051
|
-
vendor_id?: number | null
|
|
1052
|
-
event_id?: number | null
|
|
1053
|
-
is_active?: boolean | null
|
|
1054
|
-
is_email_sent?: boolean | null
|
|
1055
|
-
is_restricted?: boolean | null
|
|
1056
|
-
status?: $Enums.EventVendorStatus
|
|
1057
|
-
reason?: string | null
|
|
1058
|
-
is_wishlisted?: boolean | null
|
|
1059
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1060
|
-
created_at?: Date | string | null
|
|
1061
|
-
created_by?: number | null
|
|
1062
|
-
updated_at?: Date | string | null
|
|
1063
|
-
updated_by?: number | null
|
|
1064
|
-
is_deleted?: boolean | null
|
|
1065
|
-
deleted_at?: Date | string | null
|
|
1066
|
-
deleted_by?: number | null
|
|
1067
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1068
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1069
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1070
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1071
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1072
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1073
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
export type EventVendorsCreateOrConnectWithoutBidsInput = {
|
|
1077
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1078
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutBidsInput, Prisma.EventVendorsUncheckedCreateWithoutBidsInput>
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
export type EventVendorsUpsertWithoutBidsInput = {
|
|
1082
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutBidsInput, Prisma.EventVendorsUncheckedUpdateWithoutBidsInput>
|
|
1083
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutBidsInput, Prisma.EventVendorsUncheckedCreateWithoutBidsInput>
|
|
1084
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export type EventVendorsUpdateToOneWithWhereWithoutBidsInput = {
|
|
1088
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1089
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutBidsInput, Prisma.EventVendorsUncheckedUpdateWithoutBidsInput>
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
export type EventVendorsUpdateWithoutBidsInput = {
|
|
1093
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1094
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1095
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1096
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1097
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1098
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1099
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1100
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1101
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1102
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1103
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1104
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1105
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1106
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1107
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1108
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1109
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1110
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1111
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1112
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1113
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1114
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1115
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1116
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
export type EventVendorsUncheckedUpdateWithoutBidsInput = {
|
|
1120
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1121
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1122
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1123
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1124
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1125
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1126
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1127
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1128
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1129
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1130
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1131
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1132
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1133
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1134
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1135
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1136
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1137
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1138
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1139
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1140
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1141
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1142
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1143
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1144
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
export type EventVendorsCreateWithoutBid_logsInput = {
|
|
1148
|
-
uuid?: string | null
|
|
1149
|
-
vendor_id?: number | null
|
|
1150
|
-
is_active?: boolean | null
|
|
1151
|
-
is_email_sent?: boolean | null
|
|
1152
|
-
is_restricted?: boolean | null
|
|
1153
|
-
status?: $Enums.EventVendorStatus
|
|
1154
|
-
reason?: string | null
|
|
1155
|
-
is_wishlisted?: boolean | null
|
|
1156
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1157
|
-
created_at?: Date | string | null
|
|
1158
|
-
created_by?: number | null
|
|
1159
|
-
updated_at?: Date | string | null
|
|
1160
|
-
updated_by?: number | null
|
|
1161
|
-
is_deleted?: boolean | null
|
|
1162
|
-
deleted_at?: Date | string | null
|
|
1163
|
-
deleted_by?: number | null
|
|
1164
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1165
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1166
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1167
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1168
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1169
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1170
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1171
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
export type EventVendorsUncheckedCreateWithoutBid_logsInput = {
|
|
1175
|
-
id?: number
|
|
1176
|
-
uuid?: string | null
|
|
1177
|
-
vendor_id?: number | null
|
|
1178
|
-
event_id?: number | null
|
|
1179
|
-
is_active?: boolean | null
|
|
1180
|
-
is_email_sent?: boolean | null
|
|
1181
|
-
is_restricted?: boolean | null
|
|
1182
|
-
status?: $Enums.EventVendorStatus
|
|
1183
|
-
reason?: string | null
|
|
1184
|
-
is_wishlisted?: boolean | null
|
|
1185
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1186
|
-
created_at?: Date | string | null
|
|
1187
|
-
created_by?: number | null
|
|
1188
|
-
updated_at?: Date | string | null
|
|
1189
|
-
updated_by?: number | null
|
|
1190
|
-
is_deleted?: boolean | null
|
|
1191
|
-
deleted_at?: Date | string | null
|
|
1192
|
-
deleted_by?: number | null
|
|
1193
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1194
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1195
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1196
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1197
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1198
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1199
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
export type EventVendorsCreateOrConnectWithoutBid_logsInput = {
|
|
1203
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1204
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutBid_logsInput, Prisma.EventVendorsUncheckedCreateWithoutBid_logsInput>
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
export type EventVendorsUpsertWithoutBid_logsInput = {
|
|
1208
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutBid_logsInput, Prisma.EventVendorsUncheckedUpdateWithoutBid_logsInput>
|
|
1209
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutBid_logsInput, Prisma.EventVendorsUncheckedCreateWithoutBid_logsInput>
|
|
1210
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
export type EventVendorsUpdateToOneWithWhereWithoutBid_logsInput = {
|
|
1214
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1215
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutBid_logsInput, Prisma.EventVendorsUncheckedUpdateWithoutBid_logsInput>
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
export type EventVendorsUpdateWithoutBid_logsInput = {
|
|
1219
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1220
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1221
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1222
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1223
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1224
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1225
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1226
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1227
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1228
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1229
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1230
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1231
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1232
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1233
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1234
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1235
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1236
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1237
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1238
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1239
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1240
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1241
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1242
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
export type EventVendorsUncheckedUpdateWithoutBid_logsInput = {
|
|
1246
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1247
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1248
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1249
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1250
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1251
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1252
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1253
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1254
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1255
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1256
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1257
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1258
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1259
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1260
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1261
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1262
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1263
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1264
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1265
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1266
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1267
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1268
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1269
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1270
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
export type EventVendorsCreateWithoutQuotationsInput = {
|
|
1274
|
-
uuid?: string | null
|
|
1275
|
-
vendor_id?: number | null
|
|
1276
|
-
is_active?: boolean | null
|
|
1277
|
-
is_email_sent?: boolean | null
|
|
1278
|
-
is_restricted?: boolean | null
|
|
1279
|
-
status?: $Enums.EventVendorStatus
|
|
1280
|
-
reason?: string | null
|
|
1281
|
-
is_wishlisted?: boolean | null
|
|
1282
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1283
|
-
created_at?: Date | string | null
|
|
1284
|
-
created_by?: number | null
|
|
1285
|
-
updated_at?: Date | string | null
|
|
1286
|
-
updated_by?: number | null
|
|
1287
|
-
is_deleted?: boolean | null
|
|
1288
|
-
deleted_at?: Date | string | null
|
|
1289
|
-
deleted_by?: number | null
|
|
1290
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1291
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1292
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1293
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1294
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1295
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1296
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1297
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1298
|
-
}
|
|
1299
|
-
|
|
1300
|
-
export type EventVendorsUncheckedCreateWithoutQuotationsInput = {
|
|
1301
|
-
id?: number
|
|
1302
|
-
uuid?: string | null
|
|
1303
|
-
vendor_id?: number | null
|
|
1304
|
-
event_id?: number | null
|
|
1305
|
-
is_active?: boolean | null
|
|
1306
|
-
is_email_sent?: boolean | null
|
|
1307
|
-
is_restricted?: boolean | null
|
|
1308
|
-
status?: $Enums.EventVendorStatus
|
|
1309
|
-
reason?: string | null
|
|
1310
|
-
is_wishlisted?: boolean | null
|
|
1311
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1312
|
-
created_at?: Date | string | null
|
|
1313
|
-
created_by?: number | null
|
|
1314
|
-
updated_at?: Date | string | null
|
|
1315
|
-
updated_by?: number | null
|
|
1316
|
-
is_deleted?: boolean | null
|
|
1317
|
-
deleted_at?: Date | string | null
|
|
1318
|
-
deleted_by?: number | null
|
|
1319
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1320
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1321
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1322
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1323
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1324
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1325
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1326
|
-
}
|
|
1327
|
-
|
|
1328
|
-
export type EventVendorsCreateOrConnectWithoutQuotationsInput = {
|
|
1329
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1330
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotationsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotationsInput>
|
|
1331
|
-
}
|
|
1332
|
-
|
|
1333
|
-
export type EventVendorsUpsertWithoutQuotationsInput = {
|
|
1334
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutQuotationsInput, Prisma.EventVendorsUncheckedUpdateWithoutQuotationsInput>
|
|
1335
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotationsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotationsInput>
|
|
1336
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
export type EventVendorsUpdateToOneWithWhereWithoutQuotationsInput = {
|
|
1340
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1341
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutQuotationsInput, Prisma.EventVendorsUncheckedUpdateWithoutQuotationsInput>
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
export type EventVendorsUpdateWithoutQuotationsInput = {
|
|
1345
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1346
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1347
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1348
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1349
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1350
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1351
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1352
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1353
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1354
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1355
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1356
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1357
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1358
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1359
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1360
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1361
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1362
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1363
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1364
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1365
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1366
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1367
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1368
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
export type EventVendorsUncheckedUpdateWithoutQuotationsInput = {
|
|
1372
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1373
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1374
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1375
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1376
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1377
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1378
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1379
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1380
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1381
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1382
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1383
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1384
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1385
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1386
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1387
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1388
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1389
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1390
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1391
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1392
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1393
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1394
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1395
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1396
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
export type EventVendorsCreateWithoutQuotation_logsInput = {
|
|
1400
|
-
uuid?: string | null
|
|
1401
|
-
vendor_id?: number | null
|
|
1402
|
-
is_active?: boolean | null
|
|
1403
|
-
is_email_sent?: boolean | null
|
|
1404
|
-
is_restricted?: boolean | null
|
|
1405
|
-
status?: $Enums.EventVendorStatus
|
|
1406
|
-
reason?: string | null
|
|
1407
|
-
is_wishlisted?: boolean | null
|
|
1408
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1409
|
-
created_at?: Date | string | null
|
|
1410
|
-
created_by?: number | null
|
|
1411
|
-
updated_at?: Date | string | null
|
|
1412
|
-
updated_by?: number | null
|
|
1413
|
-
is_deleted?: boolean | null
|
|
1414
|
-
deleted_at?: Date | string | null
|
|
1415
|
-
deleted_by?: number | null
|
|
1416
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1417
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1418
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1419
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1420
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1421
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1422
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1423
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
export type EventVendorsUncheckedCreateWithoutQuotation_logsInput = {
|
|
1427
|
-
id?: number
|
|
1428
|
-
uuid?: string | null
|
|
1429
|
-
vendor_id?: number | null
|
|
1430
|
-
event_id?: number | null
|
|
1431
|
-
is_active?: boolean | null
|
|
1432
|
-
is_email_sent?: boolean | null
|
|
1433
|
-
is_restricted?: boolean | null
|
|
1434
|
-
status?: $Enums.EventVendorStatus
|
|
1435
|
-
reason?: string | null
|
|
1436
|
-
is_wishlisted?: boolean | null
|
|
1437
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1438
|
-
created_at?: Date | string | null
|
|
1439
|
-
created_by?: number | null
|
|
1440
|
-
updated_at?: Date | string | null
|
|
1441
|
-
updated_by?: number | null
|
|
1442
|
-
is_deleted?: boolean | null
|
|
1443
|
-
deleted_at?: Date | string | null
|
|
1444
|
-
deleted_by?: number | null
|
|
1445
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1446
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1447
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1448
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1449
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1450
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1451
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1452
|
-
}
|
|
1453
|
-
|
|
1454
|
-
export type EventVendorsCreateOrConnectWithoutQuotation_logsInput = {
|
|
1455
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1456
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotation_logsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotation_logsInput>
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
export type EventVendorsUpsertWithoutQuotation_logsInput = {
|
|
1460
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutQuotation_logsInput, Prisma.EventVendorsUncheckedUpdateWithoutQuotation_logsInput>
|
|
1461
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutQuotation_logsInput, Prisma.EventVendorsUncheckedCreateWithoutQuotation_logsInput>
|
|
1462
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
export type EventVendorsUpdateToOneWithWhereWithoutQuotation_logsInput = {
|
|
1466
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1467
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutQuotation_logsInput, Prisma.EventVendorsUncheckedUpdateWithoutQuotation_logsInput>
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
export type EventVendorsUpdateWithoutQuotation_logsInput = {
|
|
1471
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1472
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1473
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1474
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1475
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1476
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1477
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1478
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1479
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1480
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1481
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1482
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1483
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1484
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1485
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1486
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1487
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1488
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1489
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1490
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1491
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1492
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1493
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1494
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
|
-
export type EventVendorsUncheckedUpdateWithoutQuotation_logsInput = {
|
|
1498
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1499
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1500
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1501
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1502
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1503
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1504
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1505
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1506
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1507
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1508
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1509
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1510
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1511
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1512
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1513
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1514
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1515
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1516
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1517
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1518
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1519
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1520
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1521
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1522
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
export type EventVendorsCreateWithoutPurchase_orderInput = {
|
|
1526
|
-
uuid?: string | null
|
|
1527
|
-
vendor_id?: number | null
|
|
1528
|
-
is_active?: boolean | null
|
|
1529
|
-
is_email_sent?: boolean | null
|
|
1530
|
-
is_restricted?: boolean | null
|
|
1531
|
-
status?: $Enums.EventVendorStatus
|
|
1532
|
-
reason?: string | null
|
|
1533
|
-
is_wishlisted?: boolean | null
|
|
1534
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1535
|
-
created_at?: Date | string | null
|
|
1536
|
-
created_by?: number | null
|
|
1537
|
-
updated_at?: Date | string | null
|
|
1538
|
-
updated_by?: number | null
|
|
1539
|
-
is_deleted?: boolean | null
|
|
1540
|
-
deleted_at?: Date | string | null
|
|
1541
|
-
deleted_by?: number | null
|
|
1542
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1543
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1544
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1545
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1546
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1547
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1548
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1549
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
export type EventVendorsUncheckedCreateWithoutPurchase_orderInput = {
|
|
1553
|
-
id?: number
|
|
1554
|
-
uuid?: string | null
|
|
1555
|
-
vendor_id?: number | null
|
|
1556
|
-
event_id?: number | null
|
|
1557
|
-
is_active?: boolean | null
|
|
1558
|
-
is_email_sent?: boolean | null
|
|
1559
|
-
is_restricted?: boolean | null
|
|
1560
|
-
status?: $Enums.EventVendorStatus
|
|
1561
|
-
reason?: string | null
|
|
1562
|
-
is_wishlisted?: boolean | null
|
|
1563
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1564
|
-
created_at?: Date | string | null
|
|
1565
|
-
created_by?: number | null
|
|
1566
|
-
updated_at?: Date | string | null
|
|
1567
|
-
updated_by?: number | null
|
|
1568
|
-
is_deleted?: boolean | null
|
|
1569
|
-
deleted_at?: Date | string | null
|
|
1570
|
-
deleted_by?: number | null
|
|
1571
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1572
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1573
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1574
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1575
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1576
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1577
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
export type EventVendorsCreateOrConnectWithoutPurchase_orderInput = {
|
|
1581
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1582
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutPurchase_orderInput, Prisma.EventVendorsUncheckedCreateWithoutPurchase_orderInput>
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
export type EventVendorsUpsertWithoutPurchase_orderInput = {
|
|
1586
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutPurchase_orderInput, Prisma.EventVendorsUncheckedUpdateWithoutPurchase_orderInput>
|
|
1587
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutPurchase_orderInput, Prisma.EventVendorsUncheckedCreateWithoutPurchase_orderInput>
|
|
1588
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1589
|
-
}
|
|
1590
|
-
|
|
1591
|
-
export type EventVendorsUpdateToOneWithWhereWithoutPurchase_orderInput = {
|
|
1592
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1593
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutPurchase_orderInput, Prisma.EventVendorsUncheckedUpdateWithoutPurchase_orderInput>
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
export type EventVendorsUpdateWithoutPurchase_orderInput = {
|
|
1597
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1598
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1599
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1600
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1601
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1602
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1603
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1604
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1605
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1606
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1607
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1608
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1609
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1610
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1611
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1612
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1613
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1614
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1615
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1616
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1617
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1618
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1619
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1620
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
export type EventVendorsUncheckedUpdateWithoutPurchase_orderInput = {
|
|
1624
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1625
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1626
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1627
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1628
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1629
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1630
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1631
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1632
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1633
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1634
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1635
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1636
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1637
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1638
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1639
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1640
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1641
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1642
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1643
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1644
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1645
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1646
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1647
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1648
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
export type EventVendorsCreateWithoutEvent_rfi_form_logsInput = {
|
|
1652
|
-
uuid?: string | null
|
|
1653
|
-
vendor_id?: number | null
|
|
1654
|
-
is_active?: boolean | null
|
|
1655
|
-
is_email_sent?: boolean | null
|
|
1656
|
-
is_restricted?: boolean | null
|
|
1657
|
-
status?: $Enums.EventVendorStatus
|
|
1658
|
-
reason?: string | null
|
|
1659
|
-
is_wishlisted?: boolean | null
|
|
1660
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1661
|
-
created_at?: Date | string | null
|
|
1662
|
-
created_by?: number | null
|
|
1663
|
-
updated_at?: Date | string | null
|
|
1664
|
-
updated_by?: number | null
|
|
1665
|
-
is_deleted?: boolean | null
|
|
1666
|
-
deleted_at?: Date | string | null
|
|
1667
|
-
deleted_by?: number | null
|
|
1668
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1669
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1670
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1671
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1672
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1673
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1674
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1675
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
export type EventVendorsUncheckedCreateWithoutEvent_rfi_form_logsInput = {
|
|
1679
|
-
id?: number
|
|
1680
|
-
uuid?: string | null
|
|
1681
|
-
vendor_id?: number | null
|
|
1682
|
-
event_id?: number | null
|
|
1683
|
-
is_active?: boolean | null
|
|
1684
|
-
is_email_sent?: boolean | null
|
|
1685
|
-
is_restricted?: boolean | null
|
|
1686
|
-
status?: $Enums.EventVendorStatus
|
|
1687
|
-
reason?: string | null
|
|
1688
|
-
is_wishlisted?: boolean | null
|
|
1689
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1690
|
-
created_at?: Date | string | null
|
|
1691
|
-
created_by?: number | null
|
|
1692
|
-
updated_at?: Date | string | null
|
|
1693
|
-
updated_by?: number | null
|
|
1694
|
-
is_deleted?: boolean | null
|
|
1695
|
-
deleted_at?: Date | string | null
|
|
1696
|
-
deleted_by?: number | null
|
|
1697
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1698
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1699
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1700
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1701
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1702
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1703
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
export type EventVendorsCreateOrConnectWithoutEvent_rfi_form_logsInput = {
|
|
1707
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1708
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_rfi_form_logsInput>
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
export type EventVendorsUpsertWithoutEvent_rfi_form_logsInput = {
|
|
1712
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUncheckedUpdateWithoutEvent_rfi_form_logsInput>
|
|
1713
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_rfi_form_logsInput>
|
|
1714
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
export type EventVendorsUpdateToOneWithWhereWithoutEvent_rfi_form_logsInput = {
|
|
1718
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1719
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutEvent_rfi_form_logsInput, Prisma.EventVendorsUncheckedUpdateWithoutEvent_rfi_form_logsInput>
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
export type EventVendorsUpdateWithoutEvent_rfi_form_logsInput = {
|
|
1723
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1724
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1725
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1726
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1727
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1728
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1729
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1730
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1731
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1732
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1733
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1734
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1735
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1736
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1737
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1738
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1739
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1740
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1741
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1742
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1743
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1744
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1745
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1746
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1747
|
-
}
|
|
1748
|
-
|
|
1749
|
-
export type EventVendorsUncheckedUpdateWithoutEvent_rfi_form_logsInput = {
|
|
1750
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1751
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1752
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1753
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1754
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1755
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1756
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1757
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1758
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1759
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1760
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1761
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1762
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1763
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1764
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1765
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1766
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1767
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1768
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1769
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1770
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1771
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1772
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1773
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1774
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
export type EventVendorsCreateWithoutEvent_vendor_criteriaInput = {
|
|
1778
|
-
uuid?: string | null
|
|
1779
|
-
vendor_id?: number | null
|
|
1780
|
-
is_active?: boolean | null
|
|
1781
|
-
is_email_sent?: boolean | null
|
|
1782
|
-
is_restricted?: boolean | null
|
|
1783
|
-
status?: $Enums.EventVendorStatus
|
|
1784
|
-
reason?: string | null
|
|
1785
|
-
is_wishlisted?: boolean | null
|
|
1786
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1787
|
-
created_at?: Date | string | null
|
|
1788
|
-
created_by?: number | null
|
|
1789
|
-
updated_at?: Date | string | null
|
|
1790
|
-
updated_by?: number | null
|
|
1791
|
-
is_deleted?: boolean | null
|
|
1792
|
-
deleted_at?: Date | string | null
|
|
1793
|
-
deleted_by?: number | null
|
|
1794
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1795
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1796
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1797
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1798
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1799
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1800
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1801
|
-
blanket_po?: Prisma.BlanketPurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
export type EventVendorsUncheckedCreateWithoutEvent_vendor_criteriaInput = {
|
|
1805
|
-
id?: number
|
|
1806
|
-
uuid?: string | null
|
|
1807
|
-
vendor_id?: number | null
|
|
1808
|
-
event_id?: number | null
|
|
1809
|
-
is_active?: boolean | null
|
|
1810
|
-
is_email_sent?: boolean | null
|
|
1811
|
-
is_restricted?: boolean | null
|
|
1812
|
-
status?: $Enums.EventVendorStatus
|
|
1813
|
-
reason?: string | null
|
|
1814
|
-
is_wishlisted?: boolean | null
|
|
1815
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1816
|
-
created_at?: Date | string | null
|
|
1817
|
-
created_by?: number | null
|
|
1818
|
-
updated_at?: Date | string | null
|
|
1819
|
-
updated_by?: number | null
|
|
1820
|
-
is_deleted?: boolean | null
|
|
1821
|
-
deleted_at?: Date | string | null
|
|
1822
|
-
deleted_by?: number | null
|
|
1823
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1824
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1825
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1826
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1827
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1828
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1829
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
|
-
export type EventVendorsCreateOrConnectWithoutEvent_vendor_criteriaInput = {
|
|
1833
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1834
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_vendor_criteriaInput>
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
export type EventVendorsUpsertWithoutEvent_vendor_criteriaInput = {
|
|
1838
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUncheckedUpdateWithoutEvent_vendor_criteriaInput>
|
|
1839
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUncheckedCreateWithoutEvent_vendor_criteriaInput>
|
|
1840
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
export type EventVendorsUpdateToOneWithWhereWithoutEvent_vendor_criteriaInput = {
|
|
1844
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1845
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutEvent_vendor_criteriaInput, Prisma.EventVendorsUncheckedUpdateWithoutEvent_vendor_criteriaInput>
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
export type EventVendorsUpdateWithoutEvent_vendor_criteriaInput = {
|
|
1849
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1850
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1851
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1852
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1853
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1854
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1855
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1856
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1857
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1858
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1859
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1860
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1861
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1862
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1863
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1864
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1865
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1866
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1867
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1868
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1869
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1870
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1871
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1872
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
export type EventVendorsUncheckedUpdateWithoutEvent_vendor_criteriaInput = {
|
|
1876
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1877
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1878
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1879
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1880
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1881
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1882
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1883
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1884
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1885
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1886
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1887
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1888
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1889
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1890
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1891
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1892
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1893
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1894
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1895
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1896
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1897
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1898
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1899
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1900
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
export type EventVendorsCreateWithoutBlanket_poInput = {
|
|
1904
|
-
uuid?: string | null
|
|
1905
|
-
vendor_id?: number | null
|
|
1906
|
-
is_active?: boolean | null
|
|
1907
|
-
is_email_sent?: boolean | null
|
|
1908
|
-
is_restricted?: boolean | null
|
|
1909
|
-
status?: $Enums.EventVendorStatus
|
|
1910
|
-
reason?: string | null
|
|
1911
|
-
is_wishlisted?: boolean | null
|
|
1912
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1913
|
-
created_at?: Date | string | null
|
|
1914
|
-
created_by?: number | null
|
|
1915
|
-
updated_at?: Date | string | null
|
|
1916
|
-
updated_by?: number | null
|
|
1917
|
-
is_deleted?: boolean | null
|
|
1918
|
-
deleted_at?: Date | string | null
|
|
1919
|
-
deleted_by?: number | null
|
|
1920
|
-
event?: Prisma.EventCreateNestedOneWithoutEvent_vendorsInput
|
|
1921
|
-
bids?: Prisma.BidCreateNestedManyWithoutEvent_vendorInput
|
|
1922
|
-
bid_logs?: Prisma.BidLogCreateNestedManyWithoutEvent_vendorInput
|
|
1923
|
-
quotations?: Prisma.QuotationCreateNestedManyWithoutEvent_vendorInput
|
|
1924
|
-
quotation_logs?: Prisma.QuotationLogCreateNestedManyWithoutEvent_vendorInput
|
|
1925
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogCreateNestedManyWithoutEvent_vendorInput
|
|
1926
|
-
purchase_order?: Prisma.PurchaseOrderCreateNestedManyWithoutEvent_vendorInput
|
|
1927
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaCreateNestedManyWithoutEvent_vendorInput
|
|
1928
|
-
}
|
|
1929
|
-
|
|
1930
|
-
export type EventVendorsUncheckedCreateWithoutBlanket_poInput = {
|
|
1931
|
-
id?: number
|
|
1932
|
-
uuid?: string | null
|
|
1933
|
-
vendor_id?: number | null
|
|
1934
|
-
event_id?: number | null
|
|
1935
|
-
is_active?: boolean | null
|
|
1936
|
-
is_email_sent?: boolean | null
|
|
1937
|
-
is_restricted?: boolean | null
|
|
1938
|
-
status?: $Enums.EventVendorStatus
|
|
1939
|
-
reason?: string | null
|
|
1940
|
-
is_wishlisted?: boolean | null
|
|
1941
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
1942
|
-
created_at?: Date | string | null
|
|
1943
|
-
created_by?: number | null
|
|
1944
|
-
updated_at?: Date | string | null
|
|
1945
|
-
updated_by?: number | null
|
|
1946
|
-
is_deleted?: boolean | null
|
|
1947
|
-
deleted_at?: Date | string | null
|
|
1948
|
-
deleted_by?: number | null
|
|
1949
|
-
bids?: Prisma.BidUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1950
|
-
bid_logs?: Prisma.BidLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1951
|
-
quotations?: Prisma.QuotationUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1952
|
-
quotation_logs?: Prisma.QuotationLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1953
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1954
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1955
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedCreateNestedManyWithoutEvent_vendorInput
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
export type EventVendorsCreateOrConnectWithoutBlanket_poInput = {
|
|
1959
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
1960
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutBlanket_poInput, Prisma.EventVendorsUncheckedCreateWithoutBlanket_poInput>
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
export type EventVendorsUpsertWithoutBlanket_poInput = {
|
|
1964
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateWithoutBlanket_poInput, Prisma.EventVendorsUncheckedUpdateWithoutBlanket_poInput>
|
|
1965
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateWithoutBlanket_poInput, Prisma.EventVendorsUncheckedCreateWithoutBlanket_poInput>
|
|
1966
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
export type EventVendorsUpdateToOneWithWhereWithoutBlanket_poInput = {
|
|
1970
|
-
where?: Prisma.EventVendorsWhereInput
|
|
1971
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateWithoutBlanket_poInput, Prisma.EventVendorsUncheckedUpdateWithoutBlanket_poInput>
|
|
1972
|
-
}
|
|
1973
|
-
|
|
1974
|
-
export type EventVendorsUpdateWithoutBlanket_poInput = {
|
|
1975
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1976
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1977
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1978
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1979
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1980
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
1981
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
1982
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1983
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
1984
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1985
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1986
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1987
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1988
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1989
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1990
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1991
|
-
event?: Prisma.EventUpdateOneWithoutEvent_vendorsNestedInput
|
|
1992
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
1993
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1994
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
1995
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1996
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
1997
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
1998
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
export type EventVendorsUncheckedUpdateWithoutBlanket_poInput = {
|
|
2002
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2003
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2004
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2005
|
-
event_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2006
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2007
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2008
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2009
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
2010
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2011
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2012
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
2013
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2014
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2015
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2016
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2017
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2018
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2019
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2020
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2021
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2022
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2023
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2024
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2025
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2026
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
export type EventVendorsCreateManyEventInput = {
|
|
2030
|
-
id?: number
|
|
2031
|
-
uuid?: string | null
|
|
2032
|
-
vendor_id?: number | null
|
|
2033
|
-
is_active?: boolean | null
|
|
2034
|
-
is_email_sent?: boolean | null
|
|
2035
|
-
is_restricted?: boolean | null
|
|
2036
|
-
status?: $Enums.EventVendorStatus
|
|
2037
|
-
reason?: string | null
|
|
2038
|
-
is_wishlisted?: boolean | null
|
|
2039
|
-
event_vendor_bid_status?: $Enums.EventVendorBidStatus | null
|
|
2040
|
-
created_at?: Date | string | null
|
|
2041
|
-
created_by?: number | null
|
|
2042
|
-
updated_at?: Date | string | null
|
|
2043
|
-
updated_by?: number | null
|
|
2044
|
-
is_deleted?: boolean | null
|
|
2045
|
-
deleted_at?: Date | string | null
|
|
2046
|
-
deleted_by?: number | null
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
export type EventVendorsUpdateWithoutEventInput = {
|
|
2050
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2051
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2052
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2053
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2054
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2055
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
2056
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2057
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2058
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
2059
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2060
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2061
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2062
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2063
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2064
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2065
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2066
|
-
bids?: Prisma.BidUpdateManyWithoutEvent_vendorNestedInput
|
|
2067
|
-
bid_logs?: Prisma.BidLogUpdateManyWithoutEvent_vendorNestedInput
|
|
2068
|
-
quotations?: Prisma.QuotationUpdateManyWithoutEvent_vendorNestedInput
|
|
2069
|
-
quotation_logs?: Prisma.QuotationLogUpdateManyWithoutEvent_vendorNestedInput
|
|
2070
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUpdateManyWithoutEvent_vendorNestedInput
|
|
2071
|
-
purchase_order?: Prisma.PurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
2072
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUpdateManyWithoutEvent_vendorNestedInput
|
|
2073
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUpdateManyWithoutEvent_vendorNestedInput
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
export type EventVendorsUncheckedUpdateWithoutEventInput = {
|
|
2077
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2078
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2079
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2080
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2081
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2082
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2083
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
2084
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2085
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2086
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
2087
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2088
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2089
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2090
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2091
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2092
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2093
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2094
|
-
bids?: Prisma.BidUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2095
|
-
bid_logs?: Prisma.BidLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2096
|
-
quotations?: Prisma.QuotationUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2097
|
-
quotation_logs?: Prisma.QuotationLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2098
|
-
event_rfi_form_logs?: Prisma.EventRfiFormLogUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2099
|
-
purchase_order?: Prisma.PurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2100
|
-
event_vendor_criteria?: Prisma.EventVendorCriteriaUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2101
|
-
blanket_po?: Prisma.BlanketPurchaseOrderUncheckedUpdateManyWithoutEvent_vendorNestedInput
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
export type EventVendorsUncheckedUpdateManyWithoutEventInput = {
|
|
2105
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
2106
|
-
uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2107
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2108
|
-
is_active?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2109
|
-
is_email_sent?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2110
|
-
is_restricted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2111
|
-
status?: Prisma.EnumEventVendorStatusFieldUpdateOperationsInput | $Enums.EventVendorStatus
|
|
2112
|
-
reason?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
|
|
2113
|
-
is_wishlisted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2114
|
-
event_vendor_bid_status?: Prisma.NullableEnumEventVendorBidStatusFieldUpdateOperationsInput | $Enums.EventVendorBidStatus | null
|
|
2115
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2116
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2117
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2118
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2119
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
2120
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
2121
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
/**
|
|
2126
|
-
* Count Type EventVendorsCountOutputType
|
|
2127
|
-
*/
|
|
2128
|
-
|
|
2129
|
-
export type EventVendorsCountOutputType = {
|
|
2130
|
-
bids: number
|
|
2131
|
-
bid_logs: number
|
|
2132
|
-
quotations: number
|
|
2133
|
-
quotation_logs: number
|
|
2134
|
-
event_rfi_form_logs: number
|
|
2135
|
-
purchase_order: number
|
|
2136
|
-
event_vendor_criteria: number
|
|
2137
|
-
blanket_po: number
|
|
2138
|
-
}
|
|
2139
|
-
|
|
2140
|
-
export type EventVendorsCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2141
|
-
bids?: boolean | EventVendorsCountOutputTypeCountBidsArgs
|
|
2142
|
-
bid_logs?: boolean | EventVendorsCountOutputTypeCountBid_logsArgs
|
|
2143
|
-
quotations?: boolean | EventVendorsCountOutputTypeCountQuotationsArgs
|
|
2144
|
-
quotation_logs?: boolean | EventVendorsCountOutputTypeCountQuotation_logsArgs
|
|
2145
|
-
event_rfi_form_logs?: boolean | EventVendorsCountOutputTypeCountEvent_rfi_form_logsArgs
|
|
2146
|
-
purchase_order?: boolean | EventVendorsCountOutputTypeCountPurchase_orderArgs
|
|
2147
|
-
event_vendor_criteria?: boolean | EventVendorsCountOutputTypeCountEvent_vendor_criteriaArgs
|
|
2148
|
-
blanket_po?: boolean | EventVendorsCountOutputTypeCountBlanket_poArgs
|
|
2149
|
-
}
|
|
2150
|
-
|
|
2151
|
-
/**
|
|
2152
|
-
* EventVendorsCountOutputType without action
|
|
2153
|
-
*/
|
|
2154
|
-
export type EventVendorsCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2155
|
-
/**
|
|
2156
|
-
* Select specific fields to fetch from the EventVendorsCountOutputType
|
|
2157
|
-
*/
|
|
2158
|
-
select?: Prisma.EventVendorsCountOutputTypeSelect<ExtArgs> | null
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
/**
|
|
2162
|
-
* EventVendorsCountOutputType without action
|
|
2163
|
-
*/
|
|
2164
|
-
export type EventVendorsCountOutputTypeCountBidsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2165
|
-
where?: Prisma.BidWhereInput
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
/**
|
|
2169
|
-
* EventVendorsCountOutputType without action
|
|
2170
|
-
*/
|
|
2171
|
-
export type EventVendorsCountOutputTypeCountBid_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2172
|
-
where?: Prisma.BidLogWhereInput
|
|
2173
|
-
}
|
|
2174
|
-
|
|
2175
|
-
/**
|
|
2176
|
-
* EventVendorsCountOutputType without action
|
|
2177
|
-
*/
|
|
2178
|
-
export type EventVendorsCountOutputTypeCountQuotationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2179
|
-
where?: Prisma.QuotationWhereInput
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
/**
|
|
2183
|
-
* EventVendorsCountOutputType without action
|
|
2184
|
-
*/
|
|
2185
|
-
export type EventVendorsCountOutputTypeCountQuotation_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2186
|
-
where?: Prisma.QuotationLogWhereInput
|
|
2187
|
-
}
|
|
2188
|
-
|
|
2189
|
-
/**
|
|
2190
|
-
* EventVendorsCountOutputType without action
|
|
2191
|
-
*/
|
|
2192
|
-
export type EventVendorsCountOutputTypeCountEvent_rfi_form_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2193
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
/**
|
|
2197
|
-
* EventVendorsCountOutputType without action
|
|
2198
|
-
*/
|
|
2199
|
-
export type EventVendorsCountOutputTypeCountPurchase_orderArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2200
|
-
where?: Prisma.PurchaseOrderWhereInput
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
/**
|
|
2204
|
-
* EventVendorsCountOutputType without action
|
|
2205
|
-
*/
|
|
2206
|
-
export type EventVendorsCountOutputTypeCountEvent_vendor_criteriaArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2207
|
-
where?: Prisma.EventVendorCriteriaWhereInput
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
/**
|
|
2211
|
-
* EventVendorsCountOutputType without action
|
|
2212
|
-
*/
|
|
2213
|
-
export type EventVendorsCountOutputTypeCountBlanket_poArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2214
|
-
where?: Prisma.BlanketPurchaseOrderWhereInput
|
|
2215
|
-
}
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
export type EventVendorsSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2219
|
-
id?: boolean
|
|
2220
|
-
uuid?: boolean
|
|
2221
|
-
vendor_id?: boolean
|
|
2222
|
-
event_id?: boolean
|
|
2223
|
-
is_active?: boolean
|
|
2224
|
-
is_email_sent?: boolean
|
|
2225
|
-
is_restricted?: boolean
|
|
2226
|
-
status?: boolean
|
|
2227
|
-
reason?: boolean
|
|
2228
|
-
is_wishlisted?: boolean
|
|
2229
|
-
event_vendor_bid_status?: boolean
|
|
2230
|
-
created_at?: boolean
|
|
2231
|
-
created_by?: boolean
|
|
2232
|
-
updated_at?: boolean
|
|
2233
|
-
updated_by?: boolean
|
|
2234
|
-
is_deleted?: boolean
|
|
2235
|
-
deleted_at?: boolean
|
|
2236
|
-
deleted_by?: boolean
|
|
2237
|
-
event?: boolean | Prisma.EventVendors$eventArgs<ExtArgs>
|
|
2238
|
-
bids?: boolean | Prisma.EventVendors$bidsArgs<ExtArgs>
|
|
2239
|
-
bid_logs?: boolean | Prisma.EventVendors$bid_logsArgs<ExtArgs>
|
|
2240
|
-
quotations?: boolean | Prisma.EventVendors$quotationsArgs<ExtArgs>
|
|
2241
|
-
quotation_logs?: boolean | Prisma.EventVendors$quotation_logsArgs<ExtArgs>
|
|
2242
|
-
event_rfi_form_logs?: boolean | Prisma.EventVendors$event_rfi_form_logsArgs<ExtArgs>
|
|
2243
|
-
purchase_order?: boolean | Prisma.EventVendors$purchase_orderArgs<ExtArgs>
|
|
2244
|
-
event_vendor_criteria?: boolean | Prisma.EventVendors$event_vendor_criteriaArgs<ExtArgs>
|
|
2245
|
-
blanket_po?: boolean | Prisma.EventVendors$blanket_poArgs<ExtArgs>
|
|
2246
|
-
_count?: boolean | Prisma.EventVendorsCountOutputTypeDefaultArgs<ExtArgs>
|
|
2247
|
-
}, ExtArgs["result"]["eventVendors"]>
|
|
2248
|
-
|
|
2249
|
-
export type EventVendorsSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2250
|
-
id?: boolean
|
|
2251
|
-
uuid?: boolean
|
|
2252
|
-
vendor_id?: boolean
|
|
2253
|
-
event_id?: boolean
|
|
2254
|
-
is_active?: boolean
|
|
2255
|
-
is_email_sent?: boolean
|
|
2256
|
-
is_restricted?: boolean
|
|
2257
|
-
status?: boolean
|
|
2258
|
-
reason?: boolean
|
|
2259
|
-
is_wishlisted?: boolean
|
|
2260
|
-
event_vendor_bid_status?: boolean
|
|
2261
|
-
created_at?: boolean
|
|
2262
|
-
created_by?: boolean
|
|
2263
|
-
updated_at?: boolean
|
|
2264
|
-
updated_by?: boolean
|
|
2265
|
-
is_deleted?: boolean
|
|
2266
|
-
deleted_at?: boolean
|
|
2267
|
-
deleted_by?: boolean
|
|
2268
|
-
event?: boolean | Prisma.EventVendors$eventArgs<ExtArgs>
|
|
2269
|
-
}, ExtArgs["result"]["eventVendors"]>
|
|
2270
|
-
|
|
2271
|
-
export type EventVendorsSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
2272
|
-
id?: boolean
|
|
2273
|
-
uuid?: boolean
|
|
2274
|
-
vendor_id?: boolean
|
|
2275
|
-
event_id?: boolean
|
|
2276
|
-
is_active?: boolean
|
|
2277
|
-
is_email_sent?: boolean
|
|
2278
|
-
is_restricted?: boolean
|
|
2279
|
-
status?: boolean
|
|
2280
|
-
reason?: boolean
|
|
2281
|
-
is_wishlisted?: boolean
|
|
2282
|
-
event_vendor_bid_status?: boolean
|
|
2283
|
-
created_at?: boolean
|
|
2284
|
-
created_by?: boolean
|
|
2285
|
-
updated_at?: boolean
|
|
2286
|
-
updated_by?: boolean
|
|
2287
|
-
is_deleted?: boolean
|
|
2288
|
-
deleted_at?: boolean
|
|
2289
|
-
deleted_by?: boolean
|
|
2290
|
-
event?: boolean | Prisma.EventVendors$eventArgs<ExtArgs>
|
|
2291
|
-
}, ExtArgs["result"]["eventVendors"]>
|
|
2292
|
-
|
|
2293
|
-
export type EventVendorsSelectScalar = {
|
|
2294
|
-
id?: boolean
|
|
2295
|
-
uuid?: boolean
|
|
2296
|
-
vendor_id?: boolean
|
|
2297
|
-
event_id?: boolean
|
|
2298
|
-
is_active?: boolean
|
|
2299
|
-
is_email_sent?: boolean
|
|
2300
|
-
is_restricted?: boolean
|
|
2301
|
-
status?: boolean
|
|
2302
|
-
reason?: boolean
|
|
2303
|
-
is_wishlisted?: boolean
|
|
2304
|
-
event_vendor_bid_status?: boolean
|
|
2305
|
-
created_at?: boolean
|
|
2306
|
-
created_by?: boolean
|
|
2307
|
-
updated_at?: boolean
|
|
2308
|
-
updated_by?: boolean
|
|
2309
|
-
is_deleted?: boolean
|
|
2310
|
-
deleted_at?: boolean
|
|
2311
|
-
deleted_by?: boolean
|
|
2312
|
-
}
|
|
2313
|
-
|
|
2314
|
-
export type EventVendorsOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "vendor_id" | "event_id" | "is_active" | "is_email_sent" | "is_restricted" | "status" | "reason" | "is_wishlisted" | "event_vendor_bid_status" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["eventVendors"]>
|
|
2315
|
-
export type EventVendorsInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2316
|
-
event?: boolean | Prisma.EventVendors$eventArgs<ExtArgs>
|
|
2317
|
-
bids?: boolean | Prisma.EventVendors$bidsArgs<ExtArgs>
|
|
2318
|
-
bid_logs?: boolean | Prisma.EventVendors$bid_logsArgs<ExtArgs>
|
|
2319
|
-
quotations?: boolean | Prisma.EventVendors$quotationsArgs<ExtArgs>
|
|
2320
|
-
quotation_logs?: boolean | Prisma.EventVendors$quotation_logsArgs<ExtArgs>
|
|
2321
|
-
event_rfi_form_logs?: boolean | Prisma.EventVendors$event_rfi_form_logsArgs<ExtArgs>
|
|
2322
|
-
purchase_order?: boolean | Prisma.EventVendors$purchase_orderArgs<ExtArgs>
|
|
2323
|
-
event_vendor_criteria?: boolean | Prisma.EventVendors$event_vendor_criteriaArgs<ExtArgs>
|
|
2324
|
-
blanket_po?: boolean | Prisma.EventVendors$blanket_poArgs<ExtArgs>
|
|
2325
|
-
_count?: boolean | Prisma.EventVendorsCountOutputTypeDefaultArgs<ExtArgs>
|
|
2326
|
-
}
|
|
2327
|
-
export type EventVendorsIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2328
|
-
event?: boolean | Prisma.EventVendors$eventArgs<ExtArgs>
|
|
2329
|
-
}
|
|
2330
|
-
export type EventVendorsIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2331
|
-
event?: boolean | Prisma.EventVendors$eventArgs<ExtArgs>
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
export type $EventVendorsPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2335
|
-
name: "EventVendors"
|
|
2336
|
-
objects: {
|
|
2337
|
-
event: Prisma.$EventPayload<ExtArgs> | null
|
|
2338
|
-
bids: Prisma.$BidPayload<ExtArgs>[]
|
|
2339
|
-
bid_logs: Prisma.$BidLogPayload<ExtArgs>[]
|
|
2340
|
-
quotations: Prisma.$QuotationPayload<ExtArgs>[]
|
|
2341
|
-
quotation_logs: Prisma.$QuotationLogPayload<ExtArgs>[]
|
|
2342
|
-
event_rfi_form_logs: Prisma.$EventRfiFormLogPayload<ExtArgs>[]
|
|
2343
|
-
purchase_order: Prisma.$PurchaseOrderPayload<ExtArgs>[]
|
|
2344
|
-
event_vendor_criteria: Prisma.$EventVendorCriteriaPayload<ExtArgs>[]
|
|
2345
|
-
blanket_po: Prisma.$BlanketPurchaseOrderPayload<ExtArgs>[]
|
|
2346
|
-
}
|
|
2347
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
2348
|
-
id: number
|
|
2349
|
-
uuid: string | null
|
|
2350
|
-
/**
|
|
2351
|
-
* Global vendor primary key in procbay_vendor_db.procbay_schema.vendors (cross-database; see view procbay_schema.event_vendor_with_vendor).
|
|
2352
|
-
*/
|
|
2353
|
-
vendor_id: number | null
|
|
2354
|
-
event_id: number | null
|
|
2355
|
-
is_active: boolean | null
|
|
2356
|
-
is_email_sent: boolean | null
|
|
2357
|
-
is_restricted: boolean | null
|
|
2358
|
-
status: $Enums.EventVendorStatus
|
|
2359
|
-
reason: string | null
|
|
2360
|
-
is_wishlisted: boolean | null
|
|
2361
|
-
event_vendor_bid_status: $Enums.EventVendorBidStatus | null
|
|
2362
|
-
created_at: Date | null
|
|
2363
|
-
created_by: number | null
|
|
2364
|
-
updated_at: Date | null
|
|
2365
|
-
updated_by: number | null
|
|
2366
|
-
is_deleted: boolean | null
|
|
2367
|
-
deleted_at: Date | null
|
|
2368
|
-
deleted_by: number | null
|
|
2369
|
-
}, ExtArgs["result"]["eventVendors"]>
|
|
2370
|
-
composites: {}
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
export type EventVendorsGetPayload<S extends boolean | null | undefined | EventVendorsDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload, S>
|
|
2374
|
-
|
|
2375
|
-
export type EventVendorsCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
2376
|
-
Omit<EventVendorsFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
2377
|
-
select?: EventVendorsCountAggregateInputType | true
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
export interface EventVendorsDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
2381
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['EventVendors'], meta: { name: 'EventVendors' } }
|
|
2382
|
-
/**
|
|
2383
|
-
* Find zero or one EventVendors that matches the filter.
|
|
2384
|
-
* @param {EventVendorsFindUniqueArgs} args - Arguments to find a EventVendors
|
|
2385
|
-
* @example
|
|
2386
|
-
* // Get one EventVendors
|
|
2387
|
-
* const eventVendors = await prisma.eventVendors.findUnique({
|
|
2388
|
-
* where: {
|
|
2389
|
-
* // ... provide filter here
|
|
2390
|
-
* }
|
|
2391
|
-
* })
|
|
2392
|
-
*/
|
|
2393
|
-
findUnique<T extends EventVendorsFindUniqueArgs>(args: Prisma.SelectSubset<T, EventVendorsFindUniqueArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2394
|
-
|
|
2395
|
-
/**
|
|
2396
|
-
* Find one EventVendors that matches the filter or throw an error with `error.code='P2025'`
|
|
2397
|
-
* if no matches were found.
|
|
2398
|
-
* @param {EventVendorsFindUniqueOrThrowArgs} args - Arguments to find a EventVendors
|
|
2399
|
-
* @example
|
|
2400
|
-
* // Get one EventVendors
|
|
2401
|
-
* const eventVendors = await prisma.eventVendors.findUniqueOrThrow({
|
|
2402
|
-
* where: {
|
|
2403
|
-
* // ... provide filter here
|
|
2404
|
-
* }
|
|
2405
|
-
* })
|
|
2406
|
-
*/
|
|
2407
|
-
findUniqueOrThrow<T extends EventVendorsFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, EventVendorsFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2408
|
-
|
|
2409
|
-
/**
|
|
2410
|
-
* Find the first EventVendors that matches the filter.
|
|
2411
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2412
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2413
|
-
* @param {EventVendorsFindFirstArgs} args - Arguments to find a EventVendors
|
|
2414
|
-
* @example
|
|
2415
|
-
* // Get one EventVendors
|
|
2416
|
-
* const eventVendors = await prisma.eventVendors.findFirst({
|
|
2417
|
-
* where: {
|
|
2418
|
-
* // ... provide filter here
|
|
2419
|
-
* }
|
|
2420
|
-
* })
|
|
2421
|
-
*/
|
|
2422
|
-
findFirst<T extends EventVendorsFindFirstArgs>(args?: Prisma.SelectSubset<T, EventVendorsFindFirstArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2423
|
-
|
|
2424
|
-
/**
|
|
2425
|
-
* Find the first EventVendors that matches the filter or
|
|
2426
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
2427
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2428
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2429
|
-
* @param {EventVendorsFindFirstOrThrowArgs} args - Arguments to find a EventVendors
|
|
2430
|
-
* @example
|
|
2431
|
-
* // Get one EventVendors
|
|
2432
|
-
* const eventVendors = await prisma.eventVendors.findFirstOrThrow({
|
|
2433
|
-
* where: {
|
|
2434
|
-
* // ... provide filter here
|
|
2435
|
-
* }
|
|
2436
|
-
* })
|
|
2437
|
-
*/
|
|
2438
|
-
findFirstOrThrow<T extends EventVendorsFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, EventVendorsFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2439
|
-
|
|
2440
|
-
/**
|
|
2441
|
-
* Find zero or more EventVendors that matches the filter.
|
|
2442
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2443
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2444
|
-
* @param {EventVendorsFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
2445
|
-
* @example
|
|
2446
|
-
* // Get all EventVendors
|
|
2447
|
-
* const eventVendors = await prisma.eventVendors.findMany()
|
|
2448
|
-
*
|
|
2449
|
-
* // Get first 10 EventVendors
|
|
2450
|
-
* const eventVendors = await prisma.eventVendors.findMany({ take: 10 })
|
|
2451
|
-
*
|
|
2452
|
-
* // Only select the `id`
|
|
2453
|
-
* const eventVendorsWithIdOnly = await prisma.eventVendors.findMany({ select: { id: true } })
|
|
2454
|
-
*
|
|
2455
|
-
*/
|
|
2456
|
-
findMany<T extends EventVendorsFindManyArgs>(args?: Prisma.SelectSubset<T, EventVendorsFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
2457
|
-
|
|
2458
|
-
/**
|
|
2459
|
-
* Create a EventVendors.
|
|
2460
|
-
* @param {EventVendorsCreateArgs} args - Arguments to create a EventVendors.
|
|
2461
|
-
* @example
|
|
2462
|
-
* // Create one EventVendors
|
|
2463
|
-
* const EventVendors = await prisma.eventVendors.create({
|
|
2464
|
-
* data: {
|
|
2465
|
-
* // ... data to create a EventVendors
|
|
2466
|
-
* }
|
|
2467
|
-
* })
|
|
2468
|
-
*
|
|
2469
|
-
*/
|
|
2470
|
-
create<T extends EventVendorsCreateArgs>(args: Prisma.SelectSubset<T, EventVendorsCreateArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2471
|
-
|
|
2472
|
-
/**
|
|
2473
|
-
* Create many EventVendors.
|
|
2474
|
-
* @param {EventVendorsCreateManyArgs} args - Arguments to create many EventVendors.
|
|
2475
|
-
* @example
|
|
2476
|
-
* // Create many EventVendors
|
|
2477
|
-
* const eventVendors = await prisma.eventVendors.createMany({
|
|
2478
|
-
* data: [
|
|
2479
|
-
* // ... provide data here
|
|
2480
|
-
* ]
|
|
2481
|
-
* })
|
|
2482
|
-
*
|
|
2483
|
-
*/
|
|
2484
|
-
createMany<T extends EventVendorsCreateManyArgs>(args?: Prisma.SelectSubset<T, EventVendorsCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2485
|
-
|
|
2486
|
-
/**
|
|
2487
|
-
* Create many EventVendors and returns the data saved in the database.
|
|
2488
|
-
* @param {EventVendorsCreateManyAndReturnArgs} args - Arguments to create many EventVendors.
|
|
2489
|
-
* @example
|
|
2490
|
-
* // Create many EventVendors
|
|
2491
|
-
* const eventVendors = await prisma.eventVendors.createManyAndReturn({
|
|
2492
|
-
* data: [
|
|
2493
|
-
* // ... provide data here
|
|
2494
|
-
* ]
|
|
2495
|
-
* })
|
|
2496
|
-
*
|
|
2497
|
-
* // Create many EventVendors and only return the `id`
|
|
2498
|
-
* const eventVendorsWithIdOnly = await prisma.eventVendors.createManyAndReturn({
|
|
2499
|
-
* select: { id: true },
|
|
2500
|
-
* data: [
|
|
2501
|
-
* // ... provide data here
|
|
2502
|
-
* ]
|
|
2503
|
-
* })
|
|
2504
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2505
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2506
|
-
*
|
|
2507
|
-
*/
|
|
2508
|
-
createManyAndReturn<T extends EventVendorsCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, EventVendorsCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
2509
|
-
|
|
2510
|
-
/**
|
|
2511
|
-
* Delete a EventVendors.
|
|
2512
|
-
* @param {EventVendorsDeleteArgs} args - Arguments to delete one EventVendors.
|
|
2513
|
-
* @example
|
|
2514
|
-
* // Delete one EventVendors
|
|
2515
|
-
* const EventVendors = await prisma.eventVendors.delete({
|
|
2516
|
-
* where: {
|
|
2517
|
-
* // ... filter to delete one EventVendors
|
|
2518
|
-
* }
|
|
2519
|
-
* })
|
|
2520
|
-
*
|
|
2521
|
-
*/
|
|
2522
|
-
delete<T extends EventVendorsDeleteArgs>(args: Prisma.SelectSubset<T, EventVendorsDeleteArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2523
|
-
|
|
2524
|
-
/**
|
|
2525
|
-
* Update one EventVendors.
|
|
2526
|
-
* @param {EventVendorsUpdateArgs} args - Arguments to update one EventVendors.
|
|
2527
|
-
* @example
|
|
2528
|
-
* // Update one EventVendors
|
|
2529
|
-
* const eventVendors = await prisma.eventVendors.update({
|
|
2530
|
-
* where: {
|
|
2531
|
-
* // ... provide filter here
|
|
2532
|
-
* },
|
|
2533
|
-
* data: {
|
|
2534
|
-
* // ... provide data here
|
|
2535
|
-
* }
|
|
2536
|
-
* })
|
|
2537
|
-
*
|
|
2538
|
-
*/
|
|
2539
|
-
update<T extends EventVendorsUpdateArgs>(args: Prisma.SelectSubset<T, EventVendorsUpdateArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2540
|
-
|
|
2541
|
-
/**
|
|
2542
|
-
* Delete zero or more EventVendors.
|
|
2543
|
-
* @param {EventVendorsDeleteManyArgs} args - Arguments to filter EventVendors to delete.
|
|
2544
|
-
* @example
|
|
2545
|
-
* // Delete a few EventVendors
|
|
2546
|
-
* const { count } = await prisma.eventVendors.deleteMany({
|
|
2547
|
-
* where: {
|
|
2548
|
-
* // ... provide filter here
|
|
2549
|
-
* }
|
|
2550
|
-
* })
|
|
2551
|
-
*
|
|
2552
|
-
*/
|
|
2553
|
-
deleteMany<T extends EventVendorsDeleteManyArgs>(args?: Prisma.SelectSubset<T, EventVendorsDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2554
|
-
|
|
2555
|
-
/**
|
|
2556
|
-
* Update zero or more EventVendors.
|
|
2557
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2558
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2559
|
-
* @param {EventVendorsUpdateManyArgs} args - Arguments to update one or more rows.
|
|
2560
|
-
* @example
|
|
2561
|
-
* // Update many EventVendors
|
|
2562
|
-
* const eventVendors = await prisma.eventVendors.updateMany({
|
|
2563
|
-
* where: {
|
|
2564
|
-
* // ... provide filter here
|
|
2565
|
-
* },
|
|
2566
|
-
* data: {
|
|
2567
|
-
* // ... provide data here
|
|
2568
|
-
* }
|
|
2569
|
-
* })
|
|
2570
|
-
*
|
|
2571
|
-
*/
|
|
2572
|
-
updateMany<T extends EventVendorsUpdateManyArgs>(args: Prisma.SelectSubset<T, EventVendorsUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
2573
|
-
|
|
2574
|
-
/**
|
|
2575
|
-
* Update zero or more EventVendors and returns the data updated in the database.
|
|
2576
|
-
* @param {EventVendorsUpdateManyAndReturnArgs} args - Arguments to update many EventVendors.
|
|
2577
|
-
* @example
|
|
2578
|
-
* // Update many EventVendors
|
|
2579
|
-
* const eventVendors = await prisma.eventVendors.updateManyAndReturn({
|
|
2580
|
-
* where: {
|
|
2581
|
-
* // ... provide filter here
|
|
2582
|
-
* },
|
|
2583
|
-
* data: [
|
|
2584
|
-
* // ... provide data here
|
|
2585
|
-
* ]
|
|
2586
|
-
* })
|
|
2587
|
-
*
|
|
2588
|
-
* // Update zero or more EventVendors and only return the `id`
|
|
2589
|
-
* const eventVendorsWithIdOnly = await prisma.eventVendors.updateManyAndReturn({
|
|
2590
|
-
* select: { id: true },
|
|
2591
|
-
* where: {
|
|
2592
|
-
* // ... provide filter here
|
|
2593
|
-
* },
|
|
2594
|
-
* data: [
|
|
2595
|
-
* // ... provide data here
|
|
2596
|
-
* ]
|
|
2597
|
-
* })
|
|
2598
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2599
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2600
|
-
*
|
|
2601
|
-
*/
|
|
2602
|
-
updateManyAndReturn<T extends EventVendorsUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, EventVendorsUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
2603
|
-
|
|
2604
|
-
/**
|
|
2605
|
-
* Create or update one EventVendors.
|
|
2606
|
-
* @param {EventVendorsUpsertArgs} args - Arguments to update or create a EventVendors.
|
|
2607
|
-
* @example
|
|
2608
|
-
* // Update or create a EventVendors
|
|
2609
|
-
* const eventVendors = await prisma.eventVendors.upsert({
|
|
2610
|
-
* create: {
|
|
2611
|
-
* // ... data to create a EventVendors
|
|
2612
|
-
* },
|
|
2613
|
-
* update: {
|
|
2614
|
-
* // ... in case it already exists, update
|
|
2615
|
-
* },
|
|
2616
|
-
* where: {
|
|
2617
|
-
* // ... the filter for the EventVendors we want to update
|
|
2618
|
-
* }
|
|
2619
|
-
* })
|
|
2620
|
-
*/
|
|
2621
|
-
upsert<T extends EventVendorsUpsertArgs>(args: Prisma.SelectSubset<T, EventVendorsUpsertArgs<ExtArgs>>): Prisma.Prisma__EventVendorsClient<runtime.Types.Result.GetResult<Prisma.$EventVendorsPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
/**
|
|
2625
|
-
* Count the number of EventVendors.
|
|
2626
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2627
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2628
|
-
* @param {EventVendorsCountArgs} args - Arguments to filter EventVendors to count.
|
|
2629
|
-
* @example
|
|
2630
|
-
* // Count the number of EventVendors
|
|
2631
|
-
* const count = await prisma.eventVendors.count({
|
|
2632
|
-
* where: {
|
|
2633
|
-
* // ... the filter for the EventVendors we want to count
|
|
2634
|
-
* }
|
|
2635
|
-
* })
|
|
2636
|
-
**/
|
|
2637
|
-
count<T extends EventVendorsCountArgs>(
|
|
2638
|
-
args?: Prisma.Subset<T, EventVendorsCountArgs>,
|
|
2639
|
-
): Prisma.PrismaPromise<
|
|
2640
|
-
T extends runtime.Types.Utils.Record<'select', any>
|
|
2641
|
-
? T['select'] extends true
|
|
2642
|
-
? number
|
|
2643
|
-
: Prisma.GetScalarType<T['select'], EventVendorsCountAggregateOutputType>
|
|
2644
|
-
: number
|
|
2645
|
-
>
|
|
2646
|
-
|
|
2647
|
-
/**
|
|
2648
|
-
* Allows you to perform aggregations operations on a EventVendors.
|
|
2649
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2650
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2651
|
-
* @param {EventVendorsAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
2652
|
-
* @example
|
|
2653
|
-
* // Ordered by age ascending
|
|
2654
|
-
* // Where email contains prisma.io
|
|
2655
|
-
* // Limited to the 10 users
|
|
2656
|
-
* const aggregations = await prisma.user.aggregate({
|
|
2657
|
-
* _avg: {
|
|
2658
|
-
* age: true,
|
|
2659
|
-
* },
|
|
2660
|
-
* where: {
|
|
2661
|
-
* email: {
|
|
2662
|
-
* contains: "prisma.io",
|
|
2663
|
-
* },
|
|
2664
|
-
* },
|
|
2665
|
-
* orderBy: {
|
|
2666
|
-
* age: "asc",
|
|
2667
|
-
* },
|
|
2668
|
-
* take: 10,
|
|
2669
|
-
* })
|
|
2670
|
-
**/
|
|
2671
|
-
aggregate<T extends EventVendorsAggregateArgs>(args: Prisma.Subset<T, EventVendorsAggregateArgs>): Prisma.PrismaPromise<GetEventVendorsAggregateType<T>>
|
|
2672
|
-
|
|
2673
|
-
/**
|
|
2674
|
-
* Group by EventVendors.
|
|
2675
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
2676
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
2677
|
-
* @param {EventVendorsGroupByArgs} args - Group by arguments.
|
|
2678
|
-
* @example
|
|
2679
|
-
* // Group by city, order by createdAt, get count
|
|
2680
|
-
* const result = await prisma.user.groupBy({
|
|
2681
|
-
* by: ['city', 'createdAt'],
|
|
2682
|
-
* orderBy: {
|
|
2683
|
-
* createdAt: true
|
|
2684
|
-
* },
|
|
2685
|
-
* _count: {
|
|
2686
|
-
* _all: true
|
|
2687
|
-
* },
|
|
2688
|
-
* })
|
|
2689
|
-
*
|
|
2690
|
-
**/
|
|
2691
|
-
groupBy<
|
|
2692
|
-
T extends EventVendorsGroupByArgs,
|
|
2693
|
-
HasSelectOrTake extends Prisma.Or<
|
|
2694
|
-
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
2695
|
-
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
2696
|
-
>,
|
|
2697
|
-
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
2698
|
-
? { orderBy: EventVendorsGroupByArgs['orderBy'] }
|
|
2699
|
-
: { orderBy?: EventVendorsGroupByArgs['orderBy'] },
|
|
2700
|
-
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
2701
|
-
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
2702
|
-
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
2703
|
-
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
2704
|
-
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
2705
|
-
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
2706
|
-
InputErrors extends ByEmpty extends Prisma.True
|
|
2707
|
-
? `Error: "by" must not be empty.`
|
|
2708
|
-
: HavingValid extends Prisma.False
|
|
2709
|
-
? {
|
|
2710
|
-
[P in HavingFields]: P extends ByFields
|
|
2711
|
-
? never
|
|
2712
|
-
: P extends string
|
|
2713
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
2714
|
-
: [
|
|
2715
|
-
Error,
|
|
2716
|
-
'Field ',
|
|
2717
|
-
P,
|
|
2718
|
-
` in "having" needs to be provided in "by"`,
|
|
2719
|
-
]
|
|
2720
|
-
}[HavingFields]
|
|
2721
|
-
: 'take' extends Prisma.Keys<T>
|
|
2722
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
2723
|
-
? ByValid extends Prisma.True
|
|
2724
|
-
? {}
|
|
2725
|
-
: {
|
|
2726
|
-
[P in OrderFields]: P extends ByFields
|
|
2727
|
-
? never
|
|
2728
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2729
|
-
}[OrderFields]
|
|
2730
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
2731
|
-
: 'skip' extends Prisma.Keys<T>
|
|
2732
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
2733
|
-
? ByValid extends Prisma.True
|
|
2734
|
-
? {}
|
|
2735
|
-
: {
|
|
2736
|
-
[P in OrderFields]: P extends ByFields
|
|
2737
|
-
? never
|
|
2738
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2739
|
-
}[OrderFields]
|
|
2740
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
2741
|
-
: ByValid extends Prisma.True
|
|
2742
|
-
? {}
|
|
2743
|
-
: {
|
|
2744
|
-
[P in OrderFields]: P extends ByFields
|
|
2745
|
-
? never
|
|
2746
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
2747
|
-
}[OrderFields]
|
|
2748
|
-
>(args: Prisma.SubsetIntersection<T, EventVendorsGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetEventVendorsGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
2749
|
-
/**
|
|
2750
|
-
* Fields of the EventVendors model
|
|
2751
|
-
*/
|
|
2752
|
-
readonly fields: EventVendorsFieldRefs;
|
|
2753
|
-
}
|
|
2754
|
-
|
|
2755
|
-
/**
|
|
2756
|
-
* The delegate class that acts as a "Promise-like" for EventVendors.
|
|
2757
|
-
* Why is this prefixed with `Prisma__`?
|
|
2758
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
2759
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
2760
|
-
*/
|
|
2761
|
-
export interface Prisma__EventVendorsClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2762
|
-
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
2763
|
-
event<T extends Prisma.EventVendors$eventArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$eventArgs<ExtArgs>>): Prisma.Prisma__EventClient<runtime.Types.Result.GetResult<Prisma.$EventPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
2764
|
-
bids<T extends Prisma.EventVendors$bidsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$bidsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BidPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2765
|
-
bid_logs<T extends Prisma.EventVendors$bid_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$bid_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BidLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2766
|
-
quotations<T extends Prisma.EventVendors$quotationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$quotationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2767
|
-
quotation_logs<T extends Prisma.EventVendors$quotation_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$quotation_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$QuotationLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2768
|
-
event_rfi_form_logs<T extends Prisma.EventVendors$event_rfi_form_logsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$event_rfi_form_logsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventRfiFormLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2769
|
-
purchase_order<T extends Prisma.EventVendors$purchase_orderArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$purchase_orderArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PurchaseOrderPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2770
|
-
event_vendor_criteria<T extends Prisma.EventVendors$event_vendor_criteriaArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$event_vendor_criteriaArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$EventVendorCriteriaPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2771
|
-
blanket_po<T extends Prisma.EventVendors$blanket_poArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.EventVendors$blanket_poArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BlanketPurchaseOrderPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>
|
|
2772
|
-
/**
|
|
2773
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2774
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
2775
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2776
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
2777
|
-
*/
|
|
2778
|
-
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>
|
|
2779
|
-
/**
|
|
2780
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
2781
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2782
|
-
* @returns A Promise for the completion of the callback.
|
|
2783
|
-
*/
|
|
2784
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
2785
|
-
/**
|
|
2786
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2787
|
-
* resolved value cannot be modified from the callback.
|
|
2788
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2789
|
-
* @returns A Promise for the completion of the callback.
|
|
2790
|
-
*/
|
|
2791
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
2792
|
-
}
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
/**
|
|
2798
|
-
* Fields of the EventVendors model
|
|
2799
|
-
*/
|
|
2800
|
-
export interface EventVendorsFieldRefs {
|
|
2801
|
-
readonly id: Prisma.FieldRef<"EventVendors", 'Int'>
|
|
2802
|
-
readonly uuid: Prisma.FieldRef<"EventVendors", 'String'>
|
|
2803
|
-
readonly vendor_id: Prisma.FieldRef<"EventVendors", 'Int'>
|
|
2804
|
-
readonly event_id: Prisma.FieldRef<"EventVendors", 'Int'>
|
|
2805
|
-
readonly is_active: Prisma.FieldRef<"EventVendors", 'Boolean'>
|
|
2806
|
-
readonly is_email_sent: Prisma.FieldRef<"EventVendors", 'Boolean'>
|
|
2807
|
-
readonly is_restricted: Prisma.FieldRef<"EventVendors", 'Boolean'>
|
|
2808
|
-
readonly status: Prisma.FieldRef<"EventVendors", 'EventVendorStatus'>
|
|
2809
|
-
readonly reason: Prisma.FieldRef<"EventVendors", 'String'>
|
|
2810
|
-
readonly is_wishlisted: Prisma.FieldRef<"EventVendors", 'Boolean'>
|
|
2811
|
-
readonly event_vendor_bid_status: Prisma.FieldRef<"EventVendors", 'EventVendorBidStatus'>
|
|
2812
|
-
readonly created_at: Prisma.FieldRef<"EventVendors", 'DateTime'>
|
|
2813
|
-
readonly created_by: Prisma.FieldRef<"EventVendors", 'Int'>
|
|
2814
|
-
readonly updated_at: Prisma.FieldRef<"EventVendors", 'DateTime'>
|
|
2815
|
-
readonly updated_by: Prisma.FieldRef<"EventVendors", 'Int'>
|
|
2816
|
-
readonly is_deleted: Prisma.FieldRef<"EventVendors", 'Boolean'>
|
|
2817
|
-
readonly deleted_at: Prisma.FieldRef<"EventVendors", 'DateTime'>
|
|
2818
|
-
readonly deleted_by: Prisma.FieldRef<"EventVendors", 'Int'>
|
|
2819
|
-
}
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
// Custom InputTypes
|
|
2823
|
-
/**
|
|
2824
|
-
* EventVendors findUnique
|
|
2825
|
-
*/
|
|
2826
|
-
export type EventVendorsFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2827
|
-
/**
|
|
2828
|
-
* Select specific fields to fetch from the EventVendors
|
|
2829
|
-
*/
|
|
2830
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
2831
|
-
/**
|
|
2832
|
-
* Omit specific fields from the EventVendors
|
|
2833
|
-
*/
|
|
2834
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
2835
|
-
/**
|
|
2836
|
-
* Choose, which related nodes to fetch as well
|
|
2837
|
-
*/
|
|
2838
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
2839
|
-
/**
|
|
2840
|
-
* Filter, which EventVendors to fetch.
|
|
2841
|
-
*/
|
|
2842
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
2843
|
-
}
|
|
2844
|
-
|
|
2845
|
-
/**
|
|
2846
|
-
* EventVendors findUniqueOrThrow
|
|
2847
|
-
*/
|
|
2848
|
-
export type EventVendorsFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2849
|
-
/**
|
|
2850
|
-
* Select specific fields to fetch from the EventVendors
|
|
2851
|
-
*/
|
|
2852
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
2853
|
-
/**
|
|
2854
|
-
* Omit specific fields from the EventVendors
|
|
2855
|
-
*/
|
|
2856
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
2857
|
-
/**
|
|
2858
|
-
* Choose, which related nodes to fetch as well
|
|
2859
|
-
*/
|
|
2860
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
2861
|
-
/**
|
|
2862
|
-
* Filter, which EventVendors to fetch.
|
|
2863
|
-
*/
|
|
2864
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
|
-
/**
|
|
2868
|
-
* EventVendors findFirst
|
|
2869
|
-
*/
|
|
2870
|
-
export type EventVendorsFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2871
|
-
/**
|
|
2872
|
-
* Select specific fields to fetch from the EventVendors
|
|
2873
|
-
*/
|
|
2874
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
2875
|
-
/**
|
|
2876
|
-
* Omit specific fields from the EventVendors
|
|
2877
|
-
*/
|
|
2878
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
2879
|
-
/**
|
|
2880
|
-
* Choose, which related nodes to fetch as well
|
|
2881
|
-
*/
|
|
2882
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
2883
|
-
/**
|
|
2884
|
-
* Filter, which EventVendors to fetch.
|
|
2885
|
-
*/
|
|
2886
|
-
where?: Prisma.EventVendorsWhereInput
|
|
2887
|
-
/**
|
|
2888
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2889
|
-
*
|
|
2890
|
-
* Determine the order of EventVendors to fetch.
|
|
2891
|
-
*/
|
|
2892
|
-
orderBy?: Prisma.EventVendorsOrderByWithRelationInput | Prisma.EventVendorsOrderByWithRelationInput[]
|
|
2893
|
-
/**
|
|
2894
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2895
|
-
*
|
|
2896
|
-
* Sets the position for searching for EventVendors.
|
|
2897
|
-
*/
|
|
2898
|
-
cursor?: Prisma.EventVendorsWhereUniqueInput
|
|
2899
|
-
/**
|
|
2900
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2901
|
-
*
|
|
2902
|
-
* Take `±n` EventVendors from the position of the cursor.
|
|
2903
|
-
*/
|
|
2904
|
-
take?: number
|
|
2905
|
-
/**
|
|
2906
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2907
|
-
*
|
|
2908
|
-
* Skip the first `n` EventVendors.
|
|
2909
|
-
*/
|
|
2910
|
-
skip?: number
|
|
2911
|
-
/**
|
|
2912
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2913
|
-
*
|
|
2914
|
-
* Filter by unique combinations of EventVendors.
|
|
2915
|
-
*/
|
|
2916
|
-
distinct?: Prisma.EventVendorsScalarFieldEnum | Prisma.EventVendorsScalarFieldEnum[]
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
|
-
/**
|
|
2920
|
-
* EventVendors findFirstOrThrow
|
|
2921
|
-
*/
|
|
2922
|
-
export type EventVendorsFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2923
|
-
/**
|
|
2924
|
-
* Select specific fields to fetch from the EventVendors
|
|
2925
|
-
*/
|
|
2926
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
2927
|
-
/**
|
|
2928
|
-
* Omit specific fields from the EventVendors
|
|
2929
|
-
*/
|
|
2930
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
2931
|
-
/**
|
|
2932
|
-
* Choose, which related nodes to fetch as well
|
|
2933
|
-
*/
|
|
2934
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
2935
|
-
/**
|
|
2936
|
-
* Filter, which EventVendors to fetch.
|
|
2937
|
-
*/
|
|
2938
|
-
where?: Prisma.EventVendorsWhereInput
|
|
2939
|
-
/**
|
|
2940
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2941
|
-
*
|
|
2942
|
-
* Determine the order of EventVendors to fetch.
|
|
2943
|
-
*/
|
|
2944
|
-
orderBy?: Prisma.EventVendorsOrderByWithRelationInput | Prisma.EventVendorsOrderByWithRelationInput[]
|
|
2945
|
-
/**
|
|
2946
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2947
|
-
*
|
|
2948
|
-
* Sets the position for searching for EventVendors.
|
|
2949
|
-
*/
|
|
2950
|
-
cursor?: Prisma.EventVendorsWhereUniqueInput
|
|
2951
|
-
/**
|
|
2952
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2953
|
-
*
|
|
2954
|
-
* Take `±n` EventVendors from the position of the cursor.
|
|
2955
|
-
*/
|
|
2956
|
-
take?: number
|
|
2957
|
-
/**
|
|
2958
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2959
|
-
*
|
|
2960
|
-
* Skip the first `n` EventVendors.
|
|
2961
|
-
*/
|
|
2962
|
-
skip?: number
|
|
2963
|
-
/**
|
|
2964
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2965
|
-
*
|
|
2966
|
-
* Filter by unique combinations of EventVendors.
|
|
2967
|
-
*/
|
|
2968
|
-
distinct?: Prisma.EventVendorsScalarFieldEnum | Prisma.EventVendorsScalarFieldEnum[]
|
|
2969
|
-
}
|
|
2970
|
-
|
|
2971
|
-
/**
|
|
2972
|
-
* EventVendors findMany
|
|
2973
|
-
*/
|
|
2974
|
-
export type EventVendorsFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2975
|
-
/**
|
|
2976
|
-
* Select specific fields to fetch from the EventVendors
|
|
2977
|
-
*/
|
|
2978
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
2979
|
-
/**
|
|
2980
|
-
* Omit specific fields from the EventVendors
|
|
2981
|
-
*/
|
|
2982
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
2983
|
-
/**
|
|
2984
|
-
* Choose, which related nodes to fetch as well
|
|
2985
|
-
*/
|
|
2986
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
2987
|
-
/**
|
|
2988
|
-
* Filter, which EventVendors to fetch.
|
|
2989
|
-
*/
|
|
2990
|
-
where?: Prisma.EventVendorsWhereInput
|
|
2991
|
-
/**
|
|
2992
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2993
|
-
*
|
|
2994
|
-
* Determine the order of EventVendors to fetch.
|
|
2995
|
-
*/
|
|
2996
|
-
orderBy?: Prisma.EventVendorsOrderByWithRelationInput | Prisma.EventVendorsOrderByWithRelationInput[]
|
|
2997
|
-
/**
|
|
2998
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2999
|
-
*
|
|
3000
|
-
* Sets the position for listing EventVendors.
|
|
3001
|
-
*/
|
|
3002
|
-
cursor?: Prisma.EventVendorsWhereUniqueInput
|
|
3003
|
-
/**
|
|
3004
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3005
|
-
*
|
|
3006
|
-
* Take `±n` EventVendors from the position of the cursor.
|
|
3007
|
-
*/
|
|
3008
|
-
take?: number
|
|
3009
|
-
/**
|
|
3010
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
3011
|
-
*
|
|
3012
|
-
* Skip the first `n` EventVendors.
|
|
3013
|
-
*/
|
|
3014
|
-
skip?: number
|
|
3015
|
-
/**
|
|
3016
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
3017
|
-
*
|
|
3018
|
-
* Filter by unique combinations of EventVendors.
|
|
3019
|
-
*/
|
|
3020
|
-
distinct?: Prisma.EventVendorsScalarFieldEnum | Prisma.EventVendorsScalarFieldEnum[]
|
|
3021
|
-
}
|
|
3022
|
-
|
|
3023
|
-
/**
|
|
3024
|
-
* EventVendors create
|
|
3025
|
-
*/
|
|
3026
|
-
export type EventVendorsCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3027
|
-
/**
|
|
3028
|
-
* Select specific fields to fetch from the EventVendors
|
|
3029
|
-
*/
|
|
3030
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
3031
|
-
/**
|
|
3032
|
-
* Omit specific fields from the EventVendors
|
|
3033
|
-
*/
|
|
3034
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3035
|
-
/**
|
|
3036
|
-
* Choose, which related nodes to fetch as well
|
|
3037
|
-
*/
|
|
3038
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
3039
|
-
/**
|
|
3040
|
-
* The data needed to create a EventVendors.
|
|
3041
|
-
*/
|
|
3042
|
-
data?: Prisma.XOR<Prisma.EventVendorsCreateInput, Prisma.EventVendorsUncheckedCreateInput>
|
|
3043
|
-
}
|
|
3044
|
-
|
|
3045
|
-
/**
|
|
3046
|
-
* EventVendors createMany
|
|
3047
|
-
*/
|
|
3048
|
-
export type EventVendorsCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3049
|
-
/**
|
|
3050
|
-
* The data used to create many EventVendors.
|
|
3051
|
-
*/
|
|
3052
|
-
data: Prisma.EventVendorsCreateManyInput | Prisma.EventVendorsCreateManyInput[]
|
|
3053
|
-
skipDuplicates?: boolean
|
|
3054
|
-
}
|
|
3055
|
-
|
|
3056
|
-
/**
|
|
3057
|
-
* EventVendors createManyAndReturn
|
|
3058
|
-
*/
|
|
3059
|
-
export type EventVendorsCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3060
|
-
/**
|
|
3061
|
-
* Select specific fields to fetch from the EventVendors
|
|
3062
|
-
*/
|
|
3063
|
-
select?: Prisma.EventVendorsSelectCreateManyAndReturn<ExtArgs> | null
|
|
3064
|
-
/**
|
|
3065
|
-
* Omit specific fields from the EventVendors
|
|
3066
|
-
*/
|
|
3067
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3068
|
-
/**
|
|
3069
|
-
* The data used to create many EventVendors.
|
|
3070
|
-
*/
|
|
3071
|
-
data: Prisma.EventVendorsCreateManyInput | Prisma.EventVendorsCreateManyInput[]
|
|
3072
|
-
skipDuplicates?: boolean
|
|
3073
|
-
/**
|
|
3074
|
-
* Choose, which related nodes to fetch as well
|
|
3075
|
-
*/
|
|
3076
|
-
include?: Prisma.EventVendorsIncludeCreateManyAndReturn<ExtArgs> | null
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
/**
|
|
3080
|
-
* EventVendors update
|
|
3081
|
-
*/
|
|
3082
|
-
export type EventVendorsUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3083
|
-
/**
|
|
3084
|
-
* Select specific fields to fetch from the EventVendors
|
|
3085
|
-
*/
|
|
3086
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
3087
|
-
/**
|
|
3088
|
-
* Omit specific fields from the EventVendors
|
|
3089
|
-
*/
|
|
3090
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3091
|
-
/**
|
|
3092
|
-
* Choose, which related nodes to fetch as well
|
|
3093
|
-
*/
|
|
3094
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
3095
|
-
/**
|
|
3096
|
-
* The data needed to update a EventVendors.
|
|
3097
|
-
*/
|
|
3098
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateInput, Prisma.EventVendorsUncheckedUpdateInput>
|
|
3099
|
-
/**
|
|
3100
|
-
* Choose, which EventVendors to update.
|
|
3101
|
-
*/
|
|
3102
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
3103
|
-
}
|
|
3104
|
-
|
|
3105
|
-
/**
|
|
3106
|
-
* EventVendors updateMany
|
|
3107
|
-
*/
|
|
3108
|
-
export type EventVendorsUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3109
|
-
/**
|
|
3110
|
-
* The data used to update EventVendors.
|
|
3111
|
-
*/
|
|
3112
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateManyMutationInput, Prisma.EventVendorsUncheckedUpdateManyInput>
|
|
3113
|
-
/**
|
|
3114
|
-
* Filter which EventVendors to update
|
|
3115
|
-
*/
|
|
3116
|
-
where?: Prisma.EventVendorsWhereInput
|
|
3117
|
-
/**
|
|
3118
|
-
* Limit how many EventVendors to update.
|
|
3119
|
-
*/
|
|
3120
|
-
limit?: number
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
/**
|
|
3124
|
-
* EventVendors updateManyAndReturn
|
|
3125
|
-
*/
|
|
3126
|
-
export type EventVendorsUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3127
|
-
/**
|
|
3128
|
-
* Select specific fields to fetch from the EventVendors
|
|
3129
|
-
*/
|
|
3130
|
-
select?: Prisma.EventVendorsSelectUpdateManyAndReturn<ExtArgs> | null
|
|
3131
|
-
/**
|
|
3132
|
-
* Omit specific fields from the EventVendors
|
|
3133
|
-
*/
|
|
3134
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3135
|
-
/**
|
|
3136
|
-
* The data used to update EventVendors.
|
|
3137
|
-
*/
|
|
3138
|
-
data: Prisma.XOR<Prisma.EventVendorsUpdateManyMutationInput, Prisma.EventVendorsUncheckedUpdateManyInput>
|
|
3139
|
-
/**
|
|
3140
|
-
* Filter which EventVendors to update
|
|
3141
|
-
*/
|
|
3142
|
-
where?: Prisma.EventVendorsWhereInput
|
|
3143
|
-
/**
|
|
3144
|
-
* Limit how many EventVendors to update.
|
|
3145
|
-
*/
|
|
3146
|
-
limit?: number
|
|
3147
|
-
/**
|
|
3148
|
-
* Choose, which related nodes to fetch as well
|
|
3149
|
-
*/
|
|
3150
|
-
include?: Prisma.EventVendorsIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
3151
|
-
}
|
|
3152
|
-
|
|
3153
|
-
/**
|
|
3154
|
-
* EventVendors upsert
|
|
3155
|
-
*/
|
|
3156
|
-
export type EventVendorsUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3157
|
-
/**
|
|
3158
|
-
* Select specific fields to fetch from the EventVendors
|
|
3159
|
-
*/
|
|
3160
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
3161
|
-
/**
|
|
3162
|
-
* Omit specific fields from the EventVendors
|
|
3163
|
-
*/
|
|
3164
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3165
|
-
/**
|
|
3166
|
-
* Choose, which related nodes to fetch as well
|
|
3167
|
-
*/
|
|
3168
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
3169
|
-
/**
|
|
3170
|
-
* The filter to search for the EventVendors to update in case it exists.
|
|
3171
|
-
*/
|
|
3172
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
3173
|
-
/**
|
|
3174
|
-
* In case the EventVendors found by the `where` argument doesn't exist, create a new EventVendors with this data.
|
|
3175
|
-
*/
|
|
3176
|
-
create: Prisma.XOR<Prisma.EventVendorsCreateInput, Prisma.EventVendorsUncheckedCreateInput>
|
|
3177
|
-
/**
|
|
3178
|
-
* In case the EventVendors was found with the provided `where` argument, update it with this data.
|
|
3179
|
-
*/
|
|
3180
|
-
update: Prisma.XOR<Prisma.EventVendorsUpdateInput, Prisma.EventVendorsUncheckedUpdateInput>
|
|
3181
|
-
}
|
|
3182
|
-
|
|
3183
|
-
/**
|
|
3184
|
-
* EventVendors delete
|
|
3185
|
-
*/
|
|
3186
|
-
export type EventVendorsDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3187
|
-
/**
|
|
3188
|
-
* Select specific fields to fetch from the EventVendors
|
|
3189
|
-
*/
|
|
3190
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
3191
|
-
/**
|
|
3192
|
-
* Omit specific fields from the EventVendors
|
|
3193
|
-
*/
|
|
3194
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3195
|
-
/**
|
|
3196
|
-
* Choose, which related nodes to fetch as well
|
|
3197
|
-
*/
|
|
3198
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
3199
|
-
/**
|
|
3200
|
-
* Filter which EventVendors to delete.
|
|
3201
|
-
*/
|
|
3202
|
-
where: Prisma.EventVendorsWhereUniqueInput
|
|
3203
|
-
}
|
|
3204
|
-
|
|
3205
|
-
/**
|
|
3206
|
-
* EventVendors deleteMany
|
|
3207
|
-
*/
|
|
3208
|
-
export type EventVendorsDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3209
|
-
/**
|
|
3210
|
-
* Filter which EventVendors to delete
|
|
3211
|
-
*/
|
|
3212
|
-
where?: Prisma.EventVendorsWhereInput
|
|
3213
|
-
/**
|
|
3214
|
-
* Limit how many EventVendors to delete.
|
|
3215
|
-
*/
|
|
3216
|
-
limit?: number
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
/**
|
|
3220
|
-
* EventVendors.event
|
|
3221
|
-
*/
|
|
3222
|
-
export type EventVendors$eventArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3223
|
-
/**
|
|
3224
|
-
* Select specific fields to fetch from the Event
|
|
3225
|
-
*/
|
|
3226
|
-
select?: Prisma.EventSelect<ExtArgs> | null
|
|
3227
|
-
/**
|
|
3228
|
-
* Omit specific fields from the Event
|
|
3229
|
-
*/
|
|
3230
|
-
omit?: Prisma.EventOmit<ExtArgs> | null
|
|
3231
|
-
/**
|
|
3232
|
-
* Choose, which related nodes to fetch as well
|
|
3233
|
-
*/
|
|
3234
|
-
include?: Prisma.EventInclude<ExtArgs> | null
|
|
3235
|
-
where?: Prisma.EventWhereInput
|
|
3236
|
-
}
|
|
3237
|
-
|
|
3238
|
-
/**
|
|
3239
|
-
* EventVendors.bids
|
|
3240
|
-
*/
|
|
3241
|
-
export type EventVendors$bidsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3242
|
-
/**
|
|
3243
|
-
* Select specific fields to fetch from the Bid
|
|
3244
|
-
*/
|
|
3245
|
-
select?: Prisma.BidSelect<ExtArgs> | null
|
|
3246
|
-
/**
|
|
3247
|
-
* Omit specific fields from the Bid
|
|
3248
|
-
*/
|
|
3249
|
-
omit?: Prisma.BidOmit<ExtArgs> | null
|
|
3250
|
-
/**
|
|
3251
|
-
* Choose, which related nodes to fetch as well
|
|
3252
|
-
*/
|
|
3253
|
-
include?: Prisma.BidInclude<ExtArgs> | null
|
|
3254
|
-
where?: Prisma.BidWhereInput
|
|
3255
|
-
orderBy?: Prisma.BidOrderByWithRelationInput | Prisma.BidOrderByWithRelationInput[]
|
|
3256
|
-
cursor?: Prisma.BidWhereUniqueInput
|
|
3257
|
-
take?: number
|
|
3258
|
-
skip?: number
|
|
3259
|
-
distinct?: Prisma.BidScalarFieldEnum | Prisma.BidScalarFieldEnum[]
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
/**
|
|
3263
|
-
* EventVendors.bid_logs
|
|
3264
|
-
*/
|
|
3265
|
-
export type EventVendors$bid_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3266
|
-
/**
|
|
3267
|
-
* Select specific fields to fetch from the BidLog
|
|
3268
|
-
*/
|
|
3269
|
-
select?: Prisma.BidLogSelect<ExtArgs> | null
|
|
3270
|
-
/**
|
|
3271
|
-
* Omit specific fields from the BidLog
|
|
3272
|
-
*/
|
|
3273
|
-
omit?: Prisma.BidLogOmit<ExtArgs> | null
|
|
3274
|
-
/**
|
|
3275
|
-
* Choose, which related nodes to fetch as well
|
|
3276
|
-
*/
|
|
3277
|
-
include?: Prisma.BidLogInclude<ExtArgs> | null
|
|
3278
|
-
where?: Prisma.BidLogWhereInput
|
|
3279
|
-
orderBy?: Prisma.BidLogOrderByWithRelationInput | Prisma.BidLogOrderByWithRelationInput[]
|
|
3280
|
-
cursor?: Prisma.BidLogWhereUniqueInput
|
|
3281
|
-
take?: number
|
|
3282
|
-
skip?: number
|
|
3283
|
-
distinct?: Prisma.BidLogScalarFieldEnum | Prisma.BidLogScalarFieldEnum[]
|
|
3284
|
-
}
|
|
3285
|
-
|
|
3286
|
-
/**
|
|
3287
|
-
* EventVendors.quotations
|
|
3288
|
-
*/
|
|
3289
|
-
export type EventVendors$quotationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3290
|
-
/**
|
|
3291
|
-
* Select specific fields to fetch from the Quotation
|
|
3292
|
-
*/
|
|
3293
|
-
select?: Prisma.QuotationSelect<ExtArgs> | null
|
|
3294
|
-
/**
|
|
3295
|
-
* Omit specific fields from the Quotation
|
|
3296
|
-
*/
|
|
3297
|
-
omit?: Prisma.QuotationOmit<ExtArgs> | null
|
|
3298
|
-
/**
|
|
3299
|
-
* Choose, which related nodes to fetch as well
|
|
3300
|
-
*/
|
|
3301
|
-
include?: Prisma.QuotationInclude<ExtArgs> | null
|
|
3302
|
-
where?: Prisma.QuotationWhereInput
|
|
3303
|
-
orderBy?: Prisma.QuotationOrderByWithRelationInput | Prisma.QuotationOrderByWithRelationInput[]
|
|
3304
|
-
cursor?: Prisma.QuotationWhereUniqueInput
|
|
3305
|
-
take?: number
|
|
3306
|
-
skip?: number
|
|
3307
|
-
distinct?: Prisma.QuotationScalarFieldEnum | Prisma.QuotationScalarFieldEnum[]
|
|
3308
|
-
}
|
|
3309
|
-
|
|
3310
|
-
/**
|
|
3311
|
-
* EventVendors.quotation_logs
|
|
3312
|
-
*/
|
|
3313
|
-
export type EventVendors$quotation_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3314
|
-
/**
|
|
3315
|
-
* Select specific fields to fetch from the QuotationLog
|
|
3316
|
-
*/
|
|
3317
|
-
select?: Prisma.QuotationLogSelect<ExtArgs> | null
|
|
3318
|
-
/**
|
|
3319
|
-
* Omit specific fields from the QuotationLog
|
|
3320
|
-
*/
|
|
3321
|
-
omit?: Prisma.QuotationLogOmit<ExtArgs> | null
|
|
3322
|
-
/**
|
|
3323
|
-
* Choose, which related nodes to fetch as well
|
|
3324
|
-
*/
|
|
3325
|
-
include?: Prisma.QuotationLogInclude<ExtArgs> | null
|
|
3326
|
-
where?: Prisma.QuotationLogWhereInput
|
|
3327
|
-
orderBy?: Prisma.QuotationLogOrderByWithRelationInput | Prisma.QuotationLogOrderByWithRelationInput[]
|
|
3328
|
-
cursor?: Prisma.QuotationLogWhereUniqueInput
|
|
3329
|
-
take?: number
|
|
3330
|
-
skip?: number
|
|
3331
|
-
distinct?: Prisma.QuotationLogScalarFieldEnum | Prisma.QuotationLogScalarFieldEnum[]
|
|
3332
|
-
}
|
|
3333
|
-
|
|
3334
|
-
/**
|
|
3335
|
-
* EventVendors.event_rfi_form_logs
|
|
3336
|
-
*/
|
|
3337
|
-
export type EventVendors$event_rfi_form_logsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3338
|
-
/**
|
|
3339
|
-
* Select specific fields to fetch from the EventRfiFormLog
|
|
3340
|
-
*/
|
|
3341
|
-
select?: Prisma.EventRfiFormLogSelect<ExtArgs> | null
|
|
3342
|
-
/**
|
|
3343
|
-
* Omit specific fields from the EventRfiFormLog
|
|
3344
|
-
*/
|
|
3345
|
-
omit?: Prisma.EventRfiFormLogOmit<ExtArgs> | null
|
|
3346
|
-
/**
|
|
3347
|
-
* Choose, which related nodes to fetch as well
|
|
3348
|
-
*/
|
|
3349
|
-
include?: Prisma.EventRfiFormLogInclude<ExtArgs> | null
|
|
3350
|
-
where?: Prisma.EventRfiFormLogWhereInput
|
|
3351
|
-
orderBy?: Prisma.EventRfiFormLogOrderByWithRelationInput | Prisma.EventRfiFormLogOrderByWithRelationInput[]
|
|
3352
|
-
cursor?: Prisma.EventRfiFormLogWhereUniqueInput
|
|
3353
|
-
take?: number
|
|
3354
|
-
skip?: number
|
|
3355
|
-
distinct?: Prisma.EventRfiFormLogScalarFieldEnum | Prisma.EventRfiFormLogScalarFieldEnum[]
|
|
3356
|
-
}
|
|
3357
|
-
|
|
3358
|
-
/**
|
|
3359
|
-
* EventVendors.purchase_order
|
|
3360
|
-
*/
|
|
3361
|
-
export type EventVendors$purchase_orderArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3362
|
-
/**
|
|
3363
|
-
* Select specific fields to fetch from the PurchaseOrder
|
|
3364
|
-
*/
|
|
3365
|
-
select?: Prisma.PurchaseOrderSelect<ExtArgs> | null
|
|
3366
|
-
/**
|
|
3367
|
-
* Omit specific fields from the PurchaseOrder
|
|
3368
|
-
*/
|
|
3369
|
-
omit?: Prisma.PurchaseOrderOmit<ExtArgs> | null
|
|
3370
|
-
/**
|
|
3371
|
-
* Choose, which related nodes to fetch as well
|
|
3372
|
-
*/
|
|
3373
|
-
include?: Prisma.PurchaseOrderInclude<ExtArgs> | null
|
|
3374
|
-
where?: Prisma.PurchaseOrderWhereInput
|
|
3375
|
-
orderBy?: Prisma.PurchaseOrderOrderByWithRelationInput | Prisma.PurchaseOrderOrderByWithRelationInput[]
|
|
3376
|
-
cursor?: Prisma.PurchaseOrderWhereUniqueInput
|
|
3377
|
-
take?: number
|
|
3378
|
-
skip?: number
|
|
3379
|
-
distinct?: Prisma.PurchaseOrderScalarFieldEnum | Prisma.PurchaseOrderScalarFieldEnum[]
|
|
3380
|
-
}
|
|
3381
|
-
|
|
3382
|
-
/**
|
|
3383
|
-
* EventVendors.event_vendor_criteria
|
|
3384
|
-
*/
|
|
3385
|
-
export type EventVendors$event_vendor_criteriaArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3386
|
-
/**
|
|
3387
|
-
* Select specific fields to fetch from the EventVendorCriteria
|
|
3388
|
-
*/
|
|
3389
|
-
select?: Prisma.EventVendorCriteriaSelect<ExtArgs> | null
|
|
3390
|
-
/**
|
|
3391
|
-
* Omit specific fields from the EventVendorCriteria
|
|
3392
|
-
*/
|
|
3393
|
-
omit?: Prisma.EventVendorCriteriaOmit<ExtArgs> | null
|
|
3394
|
-
/**
|
|
3395
|
-
* Choose, which related nodes to fetch as well
|
|
3396
|
-
*/
|
|
3397
|
-
include?: Prisma.EventVendorCriteriaInclude<ExtArgs> | null
|
|
3398
|
-
where?: Prisma.EventVendorCriteriaWhereInput
|
|
3399
|
-
orderBy?: Prisma.EventVendorCriteriaOrderByWithRelationInput | Prisma.EventVendorCriteriaOrderByWithRelationInput[]
|
|
3400
|
-
cursor?: Prisma.EventVendorCriteriaWhereUniqueInput
|
|
3401
|
-
take?: number
|
|
3402
|
-
skip?: number
|
|
3403
|
-
distinct?: Prisma.EventVendorCriteriaScalarFieldEnum | Prisma.EventVendorCriteriaScalarFieldEnum[]
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
/**
|
|
3407
|
-
* EventVendors.blanket_po
|
|
3408
|
-
*/
|
|
3409
|
-
export type EventVendors$blanket_poArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3410
|
-
/**
|
|
3411
|
-
* Select specific fields to fetch from the BlanketPurchaseOrder
|
|
3412
|
-
*/
|
|
3413
|
-
select?: Prisma.BlanketPurchaseOrderSelect<ExtArgs> | null
|
|
3414
|
-
/**
|
|
3415
|
-
* Omit specific fields from the BlanketPurchaseOrder
|
|
3416
|
-
*/
|
|
3417
|
-
omit?: Prisma.BlanketPurchaseOrderOmit<ExtArgs> | null
|
|
3418
|
-
/**
|
|
3419
|
-
* Choose, which related nodes to fetch as well
|
|
3420
|
-
*/
|
|
3421
|
-
include?: Prisma.BlanketPurchaseOrderInclude<ExtArgs> | null
|
|
3422
|
-
where?: Prisma.BlanketPurchaseOrderWhereInput
|
|
3423
|
-
orderBy?: Prisma.BlanketPurchaseOrderOrderByWithRelationInput | Prisma.BlanketPurchaseOrderOrderByWithRelationInput[]
|
|
3424
|
-
cursor?: Prisma.BlanketPurchaseOrderWhereUniqueInput
|
|
3425
|
-
take?: number
|
|
3426
|
-
skip?: number
|
|
3427
|
-
distinct?: Prisma.BlanketPurchaseOrderScalarFieldEnum | Prisma.BlanketPurchaseOrderScalarFieldEnum[]
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
/**
|
|
3431
|
-
* EventVendors without action
|
|
3432
|
-
*/
|
|
3433
|
-
export type EventVendorsDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
3434
|
-
/**
|
|
3435
|
-
* Select specific fields to fetch from the EventVendors
|
|
3436
|
-
*/
|
|
3437
|
-
select?: Prisma.EventVendorsSelect<ExtArgs> | null
|
|
3438
|
-
/**
|
|
3439
|
-
* Omit specific fields from the EventVendors
|
|
3440
|
-
*/
|
|
3441
|
-
omit?: Prisma.EventVendorsOmit<ExtArgs> | null
|
|
3442
|
-
/**
|
|
3443
|
-
* Choose, which related nodes to fetch as well
|
|
3444
|
-
*/
|
|
3445
|
-
include?: Prisma.EventVendorsInclude<ExtArgs> | null
|
|
3446
|
-
}
|