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