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