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,2305 +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 `CatalogueCart` 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 CatalogueCart
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
export type CatalogueCartModel = runtime.Types.Result.DefaultSelection<Prisma.$CatalogueCartPayload>
|
|
20
|
-
|
|
21
|
-
export type AggregateCatalogueCart = {
|
|
22
|
-
_count: CatalogueCartCountAggregateOutputType | null
|
|
23
|
-
_avg: CatalogueCartAvgAggregateOutputType | null
|
|
24
|
-
_sum: CatalogueCartSumAggregateOutputType | null
|
|
25
|
-
_min: CatalogueCartMinAggregateOutputType | null
|
|
26
|
-
_max: CatalogueCartMaxAggregateOutputType | null
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type CatalogueCartAvgAggregateOutputType = {
|
|
30
|
-
id: number | null
|
|
31
|
-
user_id: number | null
|
|
32
|
-
vendor_id: number | null
|
|
33
|
-
item_id: number | null
|
|
34
|
-
variant_id: number | null
|
|
35
|
-
quantity: number | null
|
|
36
|
-
price: runtime.Decimal | null
|
|
37
|
-
total_price: runtime.Decimal | null
|
|
38
|
-
created_by: number | null
|
|
39
|
-
updated_by: number | null
|
|
40
|
-
deleted_by: number | null
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export type CatalogueCartSumAggregateOutputType = {
|
|
44
|
-
id: number | null
|
|
45
|
-
user_id: number | null
|
|
46
|
-
vendor_id: number | null
|
|
47
|
-
item_id: number | null
|
|
48
|
-
variant_id: number | null
|
|
49
|
-
quantity: number | null
|
|
50
|
-
price: runtime.Decimal | null
|
|
51
|
-
total_price: runtime.Decimal | null
|
|
52
|
-
created_by: number | null
|
|
53
|
-
updated_by: number | null
|
|
54
|
-
deleted_by: number | null
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export type CatalogueCartMinAggregateOutputType = {
|
|
58
|
-
id: number | null
|
|
59
|
-
uuid: string | null
|
|
60
|
-
user_id: number | null
|
|
61
|
-
vendor_id: number | null
|
|
62
|
-
item_id: number | null
|
|
63
|
-
variant_id: number | null
|
|
64
|
-
quantity: number | null
|
|
65
|
-
catalogue_cart_type: $Enums.CatalogueCartTypeEnum | null
|
|
66
|
-
price: runtime.Decimal | null
|
|
67
|
-
total_price: runtime.Decimal | null
|
|
68
|
-
created_at: Date | null
|
|
69
|
-
created_by: number | null
|
|
70
|
-
updated_at: Date | null
|
|
71
|
-
updated_by: number | null
|
|
72
|
-
is_deleted: boolean | null
|
|
73
|
-
deleted_at: Date | null
|
|
74
|
-
deleted_by: number | null
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export type CatalogueCartMaxAggregateOutputType = {
|
|
78
|
-
id: number | null
|
|
79
|
-
uuid: string | null
|
|
80
|
-
user_id: number | null
|
|
81
|
-
vendor_id: number | null
|
|
82
|
-
item_id: number | null
|
|
83
|
-
variant_id: number | null
|
|
84
|
-
quantity: number | null
|
|
85
|
-
catalogue_cart_type: $Enums.CatalogueCartTypeEnum | null
|
|
86
|
-
price: runtime.Decimal | null
|
|
87
|
-
total_price: runtime.Decimal | null
|
|
88
|
-
created_at: Date | null
|
|
89
|
-
created_by: number | null
|
|
90
|
-
updated_at: Date | null
|
|
91
|
-
updated_by: number | null
|
|
92
|
-
is_deleted: boolean | null
|
|
93
|
-
deleted_at: Date | null
|
|
94
|
-
deleted_by: number | null
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export type CatalogueCartCountAggregateOutputType = {
|
|
98
|
-
id: number
|
|
99
|
-
uuid: number
|
|
100
|
-
user_id: number
|
|
101
|
-
vendor_id: number
|
|
102
|
-
item_id: number
|
|
103
|
-
variant_id: number
|
|
104
|
-
quantity: number
|
|
105
|
-
catalogue_cart_type: number
|
|
106
|
-
price: number
|
|
107
|
-
total_price: number
|
|
108
|
-
created_at: number
|
|
109
|
-
created_by: number
|
|
110
|
-
updated_at: number
|
|
111
|
-
updated_by: number
|
|
112
|
-
is_deleted: number
|
|
113
|
-
deleted_at: number
|
|
114
|
-
deleted_by: number
|
|
115
|
-
_all: number
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
export type CatalogueCartAvgAggregateInputType = {
|
|
120
|
-
id?: true
|
|
121
|
-
user_id?: true
|
|
122
|
-
vendor_id?: true
|
|
123
|
-
item_id?: true
|
|
124
|
-
variant_id?: true
|
|
125
|
-
quantity?: true
|
|
126
|
-
price?: true
|
|
127
|
-
total_price?: true
|
|
128
|
-
created_by?: true
|
|
129
|
-
updated_by?: true
|
|
130
|
-
deleted_by?: true
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
export type CatalogueCartSumAggregateInputType = {
|
|
134
|
-
id?: true
|
|
135
|
-
user_id?: true
|
|
136
|
-
vendor_id?: true
|
|
137
|
-
item_id?: true
|
|
138
|
-
variant_id?: true
|
|
139
|
-
quantity?: true
|
|
140
|
-
price?: true
|
|
141
|
-
total_price?: true
|
|
142
|
-
created_by?: true
|
|
143
|
-
updated_by?: true
|
|
144
|
-
deleted_by?: true
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
export type CatalogueCartMinAggregateInputType = {
|
|
148
|
-
id?: true
|
|
149
|
-
uuid?: true
|
|
150
|
-
user_id?: true
|
|
151
|
-
vendor_id?: true
|
|
152
|
-
item_id?: true
|
|
153
|
-
variant_id?: true
|
|
154
|
-
quantity?: true
|
|
155
|
-
catalogue_cart_type?: true
|
|
156
|
-
price?: true
|
|
157
|
-
total_price?: true
|
|
158
|
-
created_at?: true
|
|
159
|
-
created_by?: true
|
|
160
|
-
updated_at?: true
|
|
161
|
-
updated_by?: true
|
|
162
|
-
is_deleted?: true
|
|
163
|
-
deleted_at?: true
|
|
164
|
-
deleted_by?: true
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
export type CatalogueCartMaxAggregateInputType = {
|
|
168
|
-
id?: true
|
|
169
|
-
uuid?: true
|
|
170
|
-
user_id?: true
|
|
171
|
-
vendor_id?: true
|
|
172
|
-
item_id?: true
|
|
173
|
-
variant_id?: true
|
|
174
|
-
quantity?: true
|
|
175
|
-
catalogue_cart_type?: true
|
|
176
|
-
price?: true
|
|
177
|
-
total_price?: true
|
|
178
|
-
created_at?: true
|
|
179
|
-
created_by?: true
|
|
180
|
-
updated_at?: true
|
|
181
|
-
updated_by?: true
|
|
182
|
-
is_deleted?: true
|
|
183
|
-
deleted_at?: true
|
|
184
|
-
deleted_by?: true
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
export type CatalogueCartCountAggregateInputType = {
|
|
188
|
-
id?: true
|
|
189
|
-
uuid?: true
|
|
190
|
-
user_id?: true
|
|
191
|
-
vendor_id?: true
|
|
192
|
-
item_id?: true
|
|
193
|
-
variant_id?: true
|
|
194
|
-
quantity?: true
|
|
195
|
-
catalogue_cart_type?: true
|
|
196
|
-
price?: true
|
|
197
|
-
total_price?: true
|
|
198
|
-
created_at?: true
|
|
199
|
-
created_by?: true
|
|
200
|
-
updated_at?: true
|
|
201
|
-
updated_by?: true
|
|
202
|
-
is_deleted?: true
|
|
203
|
-
deleted_at?: true
|
|
204
|
-
deleted_by?: true
|
|
205
|
-
_all?: true
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
export type CatalogueCartAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
209
|
-
/**
|
|
210
|
-
* Filter which CatalogueCart to aggregate.
|
|
211
|
-
*/
|
|
212
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
213
|
-
/**
|
|
214
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
215
|
-
*
|
|
216
|
-
* Determine the order of CatalogueCarts to fetch.
|
|
217
|
-
*/
|
|
218
|
-
orderBy?: Prisma.CatalogueCartOrderByWithRelationInput | Prisma.CatalogueCartOrderByWithRelationInput[]
|
|
219
|
-
/**
|
|
220
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
221
|
-
*
|
|
222
|
-
* Sets the start position
|
|
223
|
-
*/
|
|
224
|
-
cursor?: Prisma.CatalogueCartWhereUniqueInput
|
|
225
|
-
/**
|
|
226
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
227
|
-
*
|
|
228
|
-
* Take `±n` CatalogueCarts from the position of the cursor.
|
|
229
|
-
*/
|
|
230
|
-
take?: number
|
|
231
|
-
/**
|
|
232
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
233
|
-
*
|
|
234
|
-
* Skip the first `n` CatalogueCarts.
|
|
235
|
-
*/
|
|
236
|
-
skip?: number
|
|
237
|
-
/**
|
|
238
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
239
|
-
*
|
|
240
|
-
* Count returned CatalogueCarts
|
|
241
|
-
**/
|
|
242
|
-
_count?: true | CatalogueCartCountAggregateInputType
|
|
243
|
-
/**
|
|
244
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
245
|
-
*
|
|
246
|
-
* Select which fields to average
|
|
247
|
-
**/
|
|
248
|
-
_avg?: CatalogueCartAvgAggregateInputType
|
|
249
|
-
/**
|
|
250
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
251
|
-
*
|
|
252
|
-
* Select which fields to sum
|
|
253
|
-
**/
|
|
254
|
-
_sum?: CatalogueCartSumAggregateInputType
|
|
255
|
-
/**
|
|
256
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
257
|
-
*
|
|
258
|
-
* Select which fields to find the minimum value
|
|
259
|
-
**/
|
|
260
|
-
_min?: CatalogueCartMinAggregateInputType
|
|
261
|
-
/**
|
|
262
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
263
|
-
*
|
|
264
|
-
* Select which fields to find the maximum value
|
|
265
|
-
**/
|
|
266
|
-
_max?: CatalogueCartMaxAggregateInputType
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
export type GetCatalogueCartAggregateType<T extends CatalogueCartAggregateArgs> = {
|
|
270
|
-
[P in keyof T & keyof AggregateCatalogueCart]: P extends '_count' | 'count'
|
|
271
|
-
? T[P] extends true
|
|
272
|
-
? number
|
|
273
|
-
: Prisma.GetScalarType<T[P], AggregateCatalogueCart[P]>
|
|
274
|
-
: Prisma.GetScalarType<T[P], AggregateCatalogueCart[P]>
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
export type CatalogueCartGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
281
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
282
|
-
orderBy?: Prisma.CatalogueCartOrderByWithAggregationInput | Prisma.CatalogueCartOrderByWithAggregationInput[]
|
|
283
|
-
by: Prisma.CatalogueCartScalarFieldEnum[] | Prisma.CatalogueCartScalarFieldEnum
|
|
284
|
-
having?: Prisma.CatalogueCartScalarWhereWithAggregatesInput
|
|
285
|
-
take?: number
|
|
286
|
-
skip?: number
|
|
287
|
-
_count?: CatalogueCartCountAggregateInputType | true
|
|
288
|
-
_avg?: CatalogueCartAvgAggregateInputType
|
|
289
|
-
_sum?: CatalogueCartSumAggregateInputType
|
|
290
|
-
_min?: CatalogueCartMinAggregateInputType
|
|
291
|
-
_max?: CatalogueCartMaxAggregateInputType
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
export type CatalogueCartGroupByOutputType = {
|
|
295
|
-
id: number
|
|
296
|
-
uuid: string
|
|
297
|
-
user_id: number | null
|
|
298
|
-
vendor_id: number | null
|
|
299
|
-
item_id: number | null
|
|
300
|
-
variant_id: number | null
|
|
301
|
-
quantity: number | null
|
|
302
|
-
catalogue_cart_type: $Enums.CatalogueCartTypeEnum | null
|
|
303
|
-
price: runtime.Decimal | null
|
|
304
|
-
total_price: runtime.Decimal | null
|
|
305
|
-
created_at: Date | null
|
|
306
|
-
created_by: number | null
|
|
307
|
-
updated_at: Date | null
|
|
308
|
-
updated_by: number | null
|
|
309
|
-
is_deleted: boolean | null
|
|
310
|
-
deleted_at: Date | null
|
|
311
|
-
deleted_by: number | null
|
|
312
|
-
_count: CatalogueCartCountAggregateOutputType | null
|
|
313
|
-
_avg: CatalogueCartAvgAggregateOutputType | null
|
|
314
|
-
_sum: CatalogueCartSumAggregateOutputType | null
|
|
315
|
-
_min: CatalogueCartMinAggregateOutputType | null
|
|
316
|
-
_max: CatalogueCartMaxAggregateOutputType | null
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
export type GetCatalogueCartGroupByPayload<T extends CatalogueCartGroupByArgs> = Prisma.PrismaPromise<
|
|
320
|
-
Array<
|
|
321
|
-
Prisma.PickEnumerable<CatalogueCartGroupByOutputType, T['by']> &
|
|
322
|
-
{
|
|
323
|
-
[P in ((keyof T) & (keyof CatalogueCartGroupByOutputType))]: P extends '_count'
|
|
324
|
-
? T[P] extends boolean
|
|
325
|
-
? number
|
|
326
|
-
: Prisma.GetScalarType<T[P], CatalogueCartGroupByOutputType[P]>
|
|
327
|
-
: Prisma.GetScalarType<T[P], CatalogueCartGroupByOutputType[P]>
|
|
328
|
-
}
|
|
329
|
-
>
|
|
330
|
-
>
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
export type CatalogueCartWhereInput = {
|
|
335
|
-
AND?: Prisma.CatalogueCartWhereInput | Prisma.CatalogueCartWhereInput[]
|
|
336
|
-
OR?: Prisma.CatalogueCartWhereInput[]
|
|
337
|
-
NOT?: Prisma.CatalogueCartWhereInput | Prisma.CatalogueCartWhereInput[]
|
|
338
|
-
id?: Prisma.IntFilter<"CatalogueCart"> | number
|
|
339
|
-
uuid?: Prisma.StringFilter<"CatalogueCart"> | string
|
|
340
|
-
user_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
341
|
-
vendor_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
342
|
-
item_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
343
|
-
variant_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
344
|
-
quantity?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
345
|
-
catalogue_cart_type?: Prisma.EnumCatalogueCartTypeEnumNullableFilter<"CatalogueCart"> | $Enums.CatalogueCartTypeEnum | null
|
|
346
|
-
price?: Prisma.DecimalNullableFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
347
|
-
total_price?: Prisma.DecimalNullableFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
348
|
-
created_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
349
|
-
created_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
350
|
-
updated_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
351
|
-
updated_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
352
|
-
is_deleted?: Prisma.BoolNullableFilter<"CatalogueCart"> | boolean | null
|
|
353
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
354
|
-
deleted_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
355
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
356
|
-
item?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
|
|
357
|
-
variant?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
export type CatalogueCartOrderByWithRelationInput = {
|
|
361
|
-
id?: Prisma.SortOrder
|
|
362
|
-
uuid?: Prisma.SortOrder
|
|
363
|
-
user_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
364
|
-
vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
365
|
-
item_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
366
|
-
variant_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
367
|
-
quantity?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
368
|
-
catalogue_cart_type?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
369
|
-
price?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
370
|
-
total_price?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
371
|
-
created_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
372
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
373
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
374
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
375
|
-
is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
376
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
377
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
378
|
-
user?: Prisma.UserOrderByWithRelationInput
|
|
379
|
-
item?: Prisma.ItemOrderByWithRelationInput
|
|
380
|
-
variant?: Prisma.ItemOrderByWithRelationInput
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
export type CatalogueCartWhereUniqueInput = Prisma.AtLeast<{
|
|
384
|
-
id?: number
|
|
385
|
-
uuid?: string
|
|
386
|
-
AND?: Prisma.CatalogueCartWhereInput | Prisma.CatalogueCartWhereInput[]
|
|
387
|
-
OR?: Prisma.CatalogueCartWhereInput[]
|
|
388
|
-
NOT?: Prisma.CatalogueCartWhereInput | Prisma.CatalogueCartWhereInput[]
|
|
389
|
-
user_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
390
|
-
vendor_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
391
|
-
item_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
392
|
-
variant_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
393
|
-
quantity?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
394
|
-
catalogue_cart_type?: Prisma.EnumCatalogueCartTypeEnumNullableFilter<"CatalogueCart"> | $Enums.CatalogueCartTypeEnum | null
|
|
395
|
-
price?: Prisma.DecimalNullableFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
396
|
-
total_price?: Prisma.DecimalNullableFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
397
|
-
created_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
398
|
-
created_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
399
|
-
updated_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
400
|
-
updated_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
401
|
-
is_deleted?: Prisma.BoolNullableFilter<"CatalogueCart"> | boolean | null
|
|
402
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
403
|
-
deleted_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
404
|
-
user?: Prisma.XOR<Prisma.UserNullableScalarRelationFilter, Prisma.UserWhereInput> | null
|
|
405
|
-
item?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
|
|
406
|
-
variant?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
|
|
407
|
-
}, "id" | "uuid">
|
|
408
|
-
|
|
409
|
-
export type CatalogueCartOrderByWithAggregationInput = {
|
|
410
|
-
id?: Prisma.SortOrder
|
|
411
|
-
uuid?: Prisma.SortOrder
|
|
412
|
-
user_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
413
|
-
vendor_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
414
|
-
item_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
415
|
-
variant_id?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
416
|
-
quantity?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
417
|
-
catalogue_cart_type?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
418
|
-
price?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
419
|
-
total_price?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
420
|
-
created_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
421
|
-
created_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
422
|
-
updated_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
423
|
-
updated_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
424
|
-
is_deleted?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
425
|
-
deleted_at?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
426
|
-
deleted_by?: Prisma.SortOrderInput | Prisma.SortOrder
|
|
427
|
-
_count?: Prisma.CatalogueCartCountOrderByAggregateInput
|
|
428
|
-
_avg?: Prisma.CatalogueCartAvgOrderByAggregateInput
|
|
429
|
-
_max?: Prisma.CatalogueCartMaxOrderByAggregateInput
|
|
430
|
-
_min?: Prisma.CatalogueCartMinOrderByAggregateInput
|
|
431
|
-
_sum?: Prisma.CatalogueCartSumOrderByAggregateInput
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
export type CatalogueCartScalarWhereWithAggregatesInput = {
|
|
435
|
-
AND?: Prisma.CatalogueCartScalarWhereWithAggregatesInput | Prisma.CatalogueCartScalarWhereWithAggregatesInput[]
|
|
436
|
-
OR?: Prisma.CatalogueCartScalarWhereWithAggregatesInput[]
|
|
437
|
-
NOT?: Prisma.CatalogueCartScalarWhereWithAggregatesInput | Prisma.CatalogueCartScalarWhereWithAggregatesInput[]
|
|
438
|
-
id?: Prisma.IntWithAggregatesFilter<"CatalogueCart"> | number
|
|
439
|
-
uuid?: Prisma.StringWithAggregatesFilter<"CatalogueCart"> | string
|
|
440
|
-
user_id?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
441
|
-
vendor_id?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
442
|
-
item_id?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
443
|
-
variant_id?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
444
|
-
quantity?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
445
|
-
catalogue_cart_type?: Prisma.EnumCatalogueCartTypeEnumNullableWithAggregatesFilter<"CatalogueCart"> | $Enums.CatalogueCartTypeEnum | null
|
|
446
|
-
price?: Prisma.DecimalNullableWithAggregatesFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
447
|
-
total_price?: Prisma.DecimalNullableWithAggregatesFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
448
|
-
created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"CatalogueCart"> | Date | string | null
|
|
449
|
-
created_by?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
450
|
-
updated_at?: Prisma.DateTimeNullableWithAggregatesFilter<"CatalogueCart"> | Date | string | null
|
|
451
|
-
updated_by?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
452
|
-
is_deleted?: Prisma.BoolNullableWithAggregatesFilter<"CatalogueCart"> | boolean | null
|
|
453
|
-
deleted_at?: Prisma.DateTimeNullableWithAggregatesFilter<"CatalogueCart"> | Date | string | null
|
|
454
|
-
deleted_by?: Prisma.IntNullableWithAggregatesFilter<"CatalogueCart"> | number | null
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
export type CatalogueCartCreateInput = {
|
|
458
|
-
uuid?: string
|
|
459
|
-
vendor_id?: number | null
|
|
460
|
-
quantity?: number | null
|
|
461
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
462
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
463
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
464
|
-
created_at?: Date | string | null
|
|
465
|
-
created_by?: number | null
|
|
466
|
-
updated_at?: Date | string | null
|
|
467
|
-
updated_by?: number | null
|
|
468
|
-
is_deleted?: boolean | null
|
|
469
|
-
deleted_at?: Date | string | null
|
|
470
|
-
deleted_by?: number | null
|
|
471
|
-
user?: Prisma.UserCreateNestedOneWithoutCatalogue_cartInput
|
|
472
|
-
item?: Prisma.ItemCreateNestedOneWithoutCatalogue_cart_itemsInput
|
|
473
|
-
variant?: Prisma.ItemCreateNestedOneWithoutCatalogue_cart_variantsInput
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
export type CatalogueCartUncheckedCreateInput = {
|
|
477
|
-
id?: number
|
|
478
|
-
uuid?: string
|
|
479
|
-
user_id?: number | null
|
|
480
|
-
vendor_id?: number | null
|
|
481
|
-
item_id?: number | null
|
|
482
|
-
variant_id?: number | null
|
|
483
|
-
quantity?: number | null
|
|
484
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
485
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
486
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
487
|
-
created_at?: Date | string | null
|
|
488
|
-
created_by?: number | null
|
|
489
|
-
updated_at?: Date | string | null
|
|
490
|
-
updated_by?: number | null
|
|
491
|
-
is_deleted?: boolean | null
|
|
492
|
-
deleted_at?: Date | string | null
|
|
493
|
-
deleted_by?: number | null
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
export type CatalogueCartUpdateInput = {
|
|
497
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
498
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
499
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
500
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
501
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
502
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
503
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
504
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
505
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
506
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
507
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
508
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
509
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
510
|
-
user?: Prisma.UserUpdateOneWithoutCatalogue_cartNestedInput
|
|
511
|
-
item?: Prisma.ItemUpdateOneWithoutCatalogue_cart_itemsNestedInput
|
|
512
|
-
variant?: Prisma.ItemUpdateOneWithoutCatalogue_cart_variantsNestedInput
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
export type CatalogueCartUncheckedUpdateInput = {
|
|
516
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
517
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
518
|
-
user_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
519
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
520
|
-
item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
521
|
-
variant_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
522
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
523
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
524
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
525
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
526
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
527
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
528
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
529
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
530
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
531
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
532
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
export type CatalogueCartCreateManyInput = {
|
|
536
|
-
id?: number
|
|
537
|
-
uuid?: string
|
|
538
|
-
user_id?: number | null
|
|
539
|
-
vendor_id?: number | null
|
|
540
|
-
item_id?: number | null
|
|
541
|
-
variant_id?: number | null
|
|
542
|
-
quantity?: number | null
|
|
543
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
544
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
545
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
546
|
-
created_at?: Date | string | null
|
|
547
|
-
created_by?: number | null
|
|
548
|
-
updated_at?: Date | string | null
|
|
549
|
-
updated_by?: number | null
|
|
550
|
-
is_deleted?: boolean | null
|
|
551
|
-
deleted_at?: Date | string | null
|
|
552
|
-
deleted_by?: number | null
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
export type CatalogueCartUpdateManyMutationInput = {
|
|
556
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
557
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
558
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
559
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
560
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
561
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
562
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
563
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
564
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
565
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
566
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
567
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
568
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
export type CatalogueCartUncheckedUpdateManyInput = {
|
|
572
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
573
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
574
|
-
user_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
575
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
576
|
-
item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
577
|
-
variant_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
578
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
579
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
580
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
581
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
582
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
583
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
584
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
585
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
586
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
587
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
588
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
export type CatalogueCartListRelationFilter = {
|
|
592
|
-
every?: Prisma.CatalogueCartWhereInput
|
|
593
|
-
some?: Prisma.CatalogueCartWhereInput
|
|
594
|
-
none?: Prisma.CatalogueCartWhereInput
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
export type CatalogueCartOrderByRelationAggregateInput = {
|
|
598
|
-
_count?: Prisma.SortOrder
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
export type CatalogueCartCountOrderByAggregateInput = {
|
|
602
|
-
id?: Prisma.SortOrder
|
|
603
|
-
uuid?: Prisma.SortOrder
|
|
604
|
-
user_id?: Prisma.SortOrder
|
|
605
|
-
vendor_id?: Prisma.SortOrder
|
|
606
|
-
item_id?: Prisma.SortOrder
|
|
607
|
-
variant_id?: Prisma.SortOrder
|
|
608
|
-
quantity?: Prisma.SortOrder
|
|
609
|
-
catalogue_cart_type?: Prisma.SortOrder
|
|
610
|
-
price?: Prisma.SortOrder
|
|
611
|
-
total_price?: Prisma.SortOrder
|
|
612
|
-
created_at?: Prisma.SortOrder
|
|
613
|
-
created_by?: Prisma.SortOrder
|
|
614
|
-
updated_at?: Prisma.SortOrder
|
|
615
|
-
updated_by?: Prisma.SortOrder
|
|
616
|
-
is_deleted?: Prisma.SortOrder
|
|
617
|
-
deleted_at?: Prisma.SortOrder
|
|
618
|
-
deleted_by?: Prisma.SortOrder
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
export type CatalogueCartAvgOrderByAggregateInput = {
|
|
622
|
-
id?: Prisma.SortOrder
|
|
623
|
-
user_id?: Prisma.SortOrder
|
|
624
|
-
vendor_id?: Prisma.SortOrder
|
|
625
|
-
item_id?: Prisma.SortOrder
|
|
626
|
-
variant_id?: Prisma.SortOrder
|
|
627
|
-
quantity?: Prisma.SortOrder
|
|
628
|
-
price?: Prisma.SortOrder
|
|
629
|
-
total_price?: Prisma.SortOrder
|
|
630
|
-
created_by?: Prisma.SortOrder
|
|
631
|
-
updated_by?: Prisma.SortOrder
|
|
632
|
-
deleted_by?: Prisma.SortOrder
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export type CatalogueCartMaxOrderByAggregateInput = {
|
|
636
|
-
id?: Prisma.SortOrder
|
|
637
|
-
uuid?: Prisma.SortOrder
|
|
638
|
-
user_id?: Prisma.SortOrder
|
|
639
|
-
vendor_id?: Prisma.SortOrder
|
|
640
|
-
item_id?: Prisma.SortOrder
|
|
641
|
-
variant_id?: Prisma.SortOrder
|
|
642
|
-
quantity?: Prisma.SortOrder
|
|
643
|
-
catalogue_cart_type?: Prisma.SortOrder
|
|
644
|
-
price?: Prisma.SortOrder
|
|
645
|
-
total_price?: Prisma.SortOrder
|
|
646
|
-
created_at?: Prisma.SortOrder
|
|
647
|
-
created_by?: Prisma.SortOrder
|
|
648
|
-
updated_at?: Prisma.SortOrder
|
|
649
|
-
updated_by?: Prisma.SortOrder
|
|
650
|
-
is_deleted?: Prisma.SortOrder
|
|
651
|
-
deleted_at?: Prisma.SortOrder
|
|
652
|
-
deleted_by?: Prisma.SortOrder
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
export type CatalogueCartMinOrderByAggregateInput = {
|
|
656
|
-
id?: Prisma.SortOrder
|
|
657
|
-
uuid?: Prisma.SortOrder
|
|
658
|
-
user_id?: Prisma.SortOrder
|
|
659
|
-
vendor_id?: Prisma.SortOrder
|
|
660
|
-
item_id?: Prisma.SortOrder
|
|
661
|
-
variant_id?: Prisma.SortOrder
|
|
662
|
-
quantity?: Prisma.SortOrder
|
|
663
|
-
catalogue_cart_type?: Prisma.SortOrder
|
|
664
|
-
price?: Prisma.SortOrder
|
|
665
|
-
total_price?: Prisma.SortOrder
|
|
666
|
-
created_at?: Prisma.SortOrder
|
|
667
|
-
created_by?: Prisma.SortOrder
|
|
668
|
-
updated_at?: Prisma.SortOrder
|
|
669
|
-
updated_by?: Prisma.SortOrder
|
|
670
|
-
is_deleted?: Prisma.SortOrder
|
|
671
|
-
deleted_at?: Prisma.SortOrder
|
|
672
|
-
deleted_by?: Prisma.SortOrder
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
export type CatalogueCartSumOrderByAggregateInput = {
|
|
676
|
-
id?: Prisma.SortOrder
|
|
677
|
-
user_id?: Prisma.SortOrder
|
|
678
|
-
vendor_id?: Prisma.SortOrder
|
|
679
|
-
item_id?: Prisma.SortOrder
|
|
680
|
-
variant_id?: Prisma.SortOrder
|
|
681
|
-
quantity?: Prisma.SortOrder
|
|
682
|
-
price?: Prisma.SortOrder
|
|
683
|
-
total_price?: Prisma.SortOrder
|
|
684
|
-
created_by?: Prisma.SortOrder
|
|
685
|
-
updated_by?: Prisma.SortOrder
|
|
686
|
-
deleted_by?: Prisma.SortOrder
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
export type CatalogueCartCreateNestedManyWithoutUserInput = {
|
|
690
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutUserInput, Prisma.CatalogueCartUncheckedCreateWithoutUserInput> | Prisma.CatalogueCartCreateWithoutUserInput[] | Prisma.CatalogueCartUncheckedCreateWithoutUserInput[]
|
|
691
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutUserInput | Prisma.CatalogueCartCreateOrConnectWithoutUserInput[]
|
|
692
|
-
createMany?: Prisma.CatalogueCartCreateManyUserInputEnvelope
|
|
693
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
export type CatalogueCartUncheckedCreateNestedManyWithoutUserInput = {
|
|
697
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutUserInput, Prisma.CatalogueCartUncheckedCreateWithoutUserInput> | Prisma.CatalogueCartCreateWithoutUserInput[] | Prisma.CatalogueCartUncheckedCreateWithoutUserInput[]
|
|
698
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutUserInput | Prisma.CatalogueCartCreateOrConnectWithoutUserInput[]
|
|
699
|
-
createMany?: Prisma.CatalogueCartCreateManyUserInputEnvelope
|
|
700
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
export type CatalogueCartUpdateManyWithoutUserNestedInput = {
|
|
704
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutUserInput, Prisma.CatalogueCartUncheckedCreateWithoutUserInput> | Prisma.CatalogueCartCreateWithoutUserInput[] | Prisma.CatalogueCartUncheckedCreateWithoutUserInput[]
|
|
705
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutUserInput | Prisma.CatalogueCartCreateOrConnectWithoutUserInput[]
|
|
706
|
-
upsert?: Prisma.CatalogueCartUpsertWithWhereUniqueWithoutUserInput | Prisma.CatalogueCartUpsertWithWhereUniqueWithoutUserInput[]
|
|
707
|
-
createMany?: Prisma.CatalogueCartCreateManyUserInputEnvelope
|
|
708
|
-
set?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
709
|
-
disconnect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
710
|
-
delete?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
711
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
712
|
-
update?: Prisma.CatalogueCartUpdateWithWhereUniqueWithoutUserInput | Prisma.CatalogueCartUpdateWithWhereUniqueWithoutUserInput[]
|
|
713
|
-
updateMany?: Prisma.CatalogueCartUpdateManyWithWhereWithoutUserInput | Prisma.CatalogueCartUpdateManyWithWhereWithoutUserInput[]
|
|
714
|
-
deleteMany?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
export type CatalogueCartUncheckedUpdateManyWithoutUserNestedInput = {
|
|
718
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutUserInput, Prisma.CatalogueCartUncheckedCreateWithoutUserInput> | Prisma.CatalogueCartCreateWithoutUserInput[] | Prisma.CatalogueCartUncheckedCreateWithoutUserInput[]
|
|
719
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutUserInput | Prisma.CatalogueCartCreateOrConnectWithoutUserInput[]
|
|
720
|
-
upsert?: Prisma.CatalogueCartUpsertWithWhereUniqueWithoutUserInput | Prisma.CatalogueCartUpsertWithWhereUniqueWithoutUserInput[]
|
|
721
|
-
createMany?: Prisma.CatalogueCartCreateManyUserInputEnvelope
|
|
722
|
-
set?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
723
|
-
disconnect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
724
|
-
delete?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
725
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
726
|
-
update?: Prisma.CatalogueCartUpdateWithWhereUniqueWithoutUserInput | Prisma.CatalogueCartUpdateWithWhereUniqueWithoutUserInput[]
|
|
727
|
-
updateMany?: Prisma.CatalogueCartUpdateManyWithWhereWithoutUserInput | Prisma.CatalogueCartUpdateManyWithWhereWithoutUserInput[]
|
|
728
|
-
deleteMany?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
export type CatalogueCartCreateNestedManyWithoutItemInput = {
|
|
732
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutItemInput, Prisma.CatalogueCartUncheckedCreateWithoutItemInput> | Prisma.CatalogueCartCreateWithoutItemInput[] | Prisma.CatalogueCartUncheckedCreateWithoutItemInput[]
|
|
733
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutItemInput | Prisma.CatalogueCartCreateOrConnectWithoutItemInput[]
|
|
734
|
-
createMany?: Prisma.CatalogueCartCreateManyItemInputEnvelope
|
|
735
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
export type CatalogueCartCreateNestedManyWithoutVariantInput = {
|
|
739
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutVariantInput, Prisma.CatalogueCartUncheckedCreateWithoutVariantInput> | Prisma.CatalogueCartCreateWithoutVariantInput[] | Prisma.CatalogueCartUncheckedCreateWithoutVariantInput[]
|
|
740
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutVariantInput | Prisma.CatalogueCartCreateOrConnectWithoutVariantInput[]
|
|
741
|
-
createMany?: Prisma.CatalogueCartCreateManyVariantInputEnvelope
|
|
742
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export type CatalogueCartUncheckedCreateNestedManyWithoutItemInput = {
|
|
746
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutItemInput, Prisma.CatalogueCartUncheckedCreateWithoutItemInput> | Prisma.CatalogueCartCreateWithoutItemInput[] | Prisma.CatalogueCartUncheckedCreateWithoutItemInput[]
|
|
747
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutItemInput | Prisma.CatalogueCartCreateOrConnectWithoutItemInput[]
|
|
748
|
-
createMany?: Prisma.CatalogueCartCreateManyItemInputEnvelope
|
|
749
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
export type CatalogueCartUncheckedCreateNestedManyWithoutVariantInput = {
|
|
753
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutVariantInput, Prisma.CatalogueCartUncheckedCreateWithoutVariantInput> | Prisma.CatalogueCartCreateWithoutVariantInput[] | Prisma.CatalogueCartUncheckedCreateWithoutVariantInput[]
|
|
754
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutVariantInput | Prisma.CatalogueCartCreateOrConnectWithoutVariantInput[]
|
|
755
|
-
createMany?: Prisma.CatalogueCartCreateManyVariantInputEnvelope
|
|
756
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
export type CatalogueCartUpdateManyWithoutItemNestedInput = {
|
|
760
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutItemInput, Prisma.CatalogueCartUncheckedCreateWithoutItemInput> | Prisma.CatalogueCartCreateWithoutItemInput[] | Prisma.CatalogueCartUncheckedCreateWithoutItemInput[]
|
|
761
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutItemInput | Prisma.CatalogueCartCreateOrConnectWithoutItemInput[]
|
|
762
|
-
upsert?: Prisma.CatalogueCartUpsertWithWhereUniqueWithoutItemInput | Prisma.CatalogueCartUpsertWithWhereUniqueWithoutItemInput[]
|
|
763
|
-
createMany?: Prisma.CatalogueCartCreateManyItemInputEnvelope
|
|
764
|
-
set?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
765
|
-
disconnect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
766
|
-
delete?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
767
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
768
|
-
update?: Prisma.CatalogueCartUpdateWithWhereUniqueWithoutItemInput | Prisma.CatalogueCartUpdateWithWhereUniqueWithoutItemInput[]
|
|
769
|
-
updateMany?: Prisma.CatalogueCartUpdateManyWithWhereWithoutItemInput | Prisma.CatalogueCartUpdateManyWithWhereWithoutItemInput[]
|
|
770
|
-
deleteMany?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
export type CatalogueCartUpdateManyWithoutVariantNestedInput = {
|
|
774
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutVariantInput, Prisma.CatalogueCartUncheckedCreateWithoutVariantInput> | Prisma.CatalogueCartCreateWithoutVariantInput[] | Prisma.CatalogueCartUncheckedCreateWithoutVariantInput[]
|
|
775
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutVariantInput | Prisma.CatalogueCartCreateOrConnectWithoutVariantInput[]
|
|
776
|
-
upsert?: Prisma.CatalogueCartUpsertWithWhereUniqueWithoutVariantInput | Prisma.CatalogueCartUpsertWithWhereUniqueWithoutVariantInput[]
|
|
777
|
-
createMany?: Prisma.CatalogueCartCreateManyVariantInputEnvelope
|
|
778
|
-
set?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
779
|
-
disconnect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
780
|
-
delete?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
781
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
782
|
-
update?: Prisma.CatalogueCartUpdateWithWhereUniqueWithoutVariantInput | Prisma.CatalogueCartUpdateWithWhereUniqueWithoutVariantInput[]
|
|
783
|
-
updateMany?: Prisma.CatalogueCartUpdateManyWithWhereWithoutVariantInput | Prisma.CatalogueCartUpdateManyWithWhereWithoutVariantInput[]
|
|
784
|
-
deleteMany?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
export type CatalogueCartUncheckedUpdateManyWithoutItemNestedInput = {
|
|
788
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutItemInput, Prisma.CatalogueCartUncheckedCreateWithoutItemInput> | Prisma.CatalogueCartCreateWithoutItemInput[] | Prisma.CatalogueCartUncheckedCreateWithoutItemInput[]
|
|
789
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutItemInput | Prisma.CatalogueCartCreateOrConnectWithoutItemInput[]
|
|
790
|
-
upsert?: Prisma.CatalogueCartUpsertWithWhereUniqueWithoutItemInput | Prisma.CatalogueCartUpsertWithWhereUniqueWithoutItemInput[]
|
|
791
|
-
createMany?: Prisma.CatalogueCartCreateManyItemInputEnvelope
|
|
792
|
-
set?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
793
|
-
disconnect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
794
|
-
delete?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
795
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
796
|
-
update?: Prisma.CatalogueCartUpdateWithWhereUniqueWithoutItemInput | Prisma.CatalogueCartUpdateWithWhereUniqueWithoutItemInput[]
|
|
797
|
-
updateMany?: Prisma.CatalogueCartUpdateManyWithWhereWithoutItemInput | Prisma.CatalogueCartUpdateManyWithWhereWithoutItemInput[]
|
|
798
|
-
deleteMany?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
export type CatalogueCartUncheckedUpdateManyWithoutVariantNestedInput = {
|
|
802
|
-
create?: Prisma.XOR<Prisma.CatalogueCartCreateWithoutVariantInput, Prisma.CatalogueCartUncheckedCreateWithoutVariantInput> | Prisma.CatalogueCartCreateWithoutVariantInput[] | Prisma.CatalogueCartUncheckedCreateWithoutVariantInput[]
|
|
803
|
-
connectOrCreate?: Prisma.CatalogueCartCreateOrConnectWithoutVariantInput | Prisma.CatalogueCartCreateOrConnectWithoutVariantInput[]
|
|
804
|
-
upsert?: Prisma.CatalogueCartUpsertWithWhereUniqueWithoutVariantInput | Prisma.CatalogueCartUpsertWithWhereUniqueWithoutVariantInput[]
|
|
805
|
-
createMany?: Prisma.CatalogueCartCreateManyVariantInputEnvelope
|
|
806
|
-
set?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
807
|
-
disconnect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
808
|
-
delete?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
809
|
-
connect?: Prisma.CatalogueCartWhereUniqueInput | Prisma.CatalogueCartWhereUniqueInput[]
|
|
810
|
-
update?: Prisma.CatalogueCartUpdateWithWhereUniqueWithoutVariantInput | Prisma.CatalogueCartUpdateWithWhereUniqueWithoutVariantInput[]
|
|
811
|
-
updateMany?: Prisma.CatalogueCartUpdateManyWithWhereWithoutVariantInput | Prisma.CatalogueCartUpdateManyWithWhereWithoutVariantInput[]
|
|
812
|
-
deleteMany?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
export type NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput = {
|
|
816
|
-
set?: $Enums.CatalogueCartTypeEnum | null
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
export type CatalogueCartCreateWithoutUserInput = {
|
|
820
|
-
uuid?: string
|
|
821
|
-
vendor_id?: number | null
|
|
822
|
-
quantity?: number | null
|
|
823
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
824
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
825
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
826
|
-
created_at?: Date | string | null
|
|
827
|
-
created_by?: number | null
|
|
828
|
-
updated_at?: Date | string | null
|
|
829
|
-
updated_by?: number | null
|
|
830
|
-
is_deleted?: boolean | null
|
|
831
|
-
deleted_at?: Date | string | null
|
|
832
|
-
deleted_by?: number | null
|
|
833
|
-
item?: Prisma.ItemCreateNestedOneWithoutCatalogue_cart_itemsInput
|
|
834
|
-
variant?: Prisma.ItemCreateNestedOneWithoutCatalogue_cart_variantsInput
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
export type CatalogueCartUncheckedCreateWithoutUserInput = {
|
|
838
|
-
id?: number
|
|
839
|
-
uuid?: string
|
|
840
|
-
vendor_id?: number | null
|
|
841
|
-
item_id?: number | null
|
|
842
|
-
variant_id?: number | null
|
|
843
|
-
quantity?: number | null
|
|
844
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
845
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
846
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
847
|
-
created_at?: Date | string | null
|
|
848
|
-
created_by?: number | null
|
|
849
|
-
updated_at?: Date | string | null
|
|
850
|
-
updated_by?: number | null
|
|
851
|
-
is_deleted?: boolean | null
|
|
852
|
-
deleted_at?: Date | string | null
|
|
853
|
-
deleted_by?: number | null
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
export type CatalogueCartCreateOrConnectWithoutUserInput = {
|
|
857
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
858
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateWithoutUserInput, Prisma.CatalogueCartUncheckedCreateWithoutUserInput>
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
export type CatalogueCartCreateManyUserInputEnvelope = {
|
|
862
|
-
data: Prisma.CatalogueCartCreateManyUserInput | Prisma.CatalogueCartCreateManyUserInput[]
|
|
863
|
-
skipDuplicates?: boolean
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
export type CatalogueCartUpsertWithWhereUniqueWithoutUserInput = {
|
|
867
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
868
|
-
update: Prisma.XOR<Prisma.CatalogueCartUpdateWithoutUserInput, Prisma.CatalogueCartUncheckedUpdateWithoutUserInput>
|
|
869
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateWithoutUserInput, Prisma.CatalogueCartUncheckedCreateWithoutUserInput>
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
export type CatalogueCartUpdateWithWhereUniqueWithoutUserInput = {
|
|
873
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
874
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateWithoutUserInput, Prisma.CatalogueCartUncheckedUpdateWithoutUserInput>
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
export type CatalogueCartUpdateManyWithWhereWithoutUserInput = {
|
|
878
|
-
where: Prisma.CatalogueCartScalarWhereInput
|
|
879
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateManyMutationInput, Prisma.CatalogueCartUncheckedUpdateManyWithoutUserInput>
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
export type CatalogueCartScalarWhereInput = {
|
|
883
|
-
AND?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
884
|
-
OR?: Prisma.CatalogueCartScalarWhereInput[]
|
|
885
|
-
NOT?: Prisma.CatalogueCartScalarWhereInput | Prisma.CatalogueCartScalarWhereInput[]
|
|
886
|
-
id?: Prisma.IntFilter<"CatalogueCart"> | number
|
|
887
|
-
uuid?: Prisma.StringFilter<"CatalogueCart"> | string
|
|
888
|
-
user_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
889
|
-
vendor_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
890
|
-
item_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
891
|
-
variant_id?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
892
|
-
quantity?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
893
|
-
catalogue_cart_type?: Prisma.EnumCatalogueCartTypeEnumNullableFilter<"CatalogueCart"> | $Enums.CatalogueCartTypeEnum | null
|
|
894
|
-
price?: Prisma.DecimalNullableFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
895
|
-
total_price?: Prisma.DecimalNullableFilter<"CatalogueCart"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
896
|
-
created_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
897
|
-
created_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
898
|
-
updated_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
899
|
-
updated_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
900
|
-
is_deleted?: Prisma.BoolNullableFilter<"CatalogueCart"> | boolean | null
|
|
901
|
-
deleted_at?: Prisma.DateTimeNullableFilter<"CatalogueCart"> | Date | string | null
|
|
902
|
-
deleted_by?: Prisma.IntNullableFilter<"CatalogueCart"> | number | null
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
export type CatalogueCartCreateWithoutItemInput = {
|
|
906
|
-
uuid?: string
|
|
907
|
-
vendor_id?: number | null
|
|
908
|
-
quantity?: number | null
|
|
909
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
910
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
911
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
912
|
-
created_at?: Date | string | null
|
|
913
|
-
created_by?: number | null
|
|
914
|
-
updated_at?: Date | string | null
|
|
915
|
-
updated_by?: number | null
|
|
916
|
-
is_deleted?: boolean | null
|
|
917
|
-
deleted_at?: Date | string | null
|
|
918
|
-
deleted_by?: number | null
|
|
919
|
-
user?: Prisma.UserCreateNestedOneWithoutCatalogue_cartInput
|
|
920
|
-
variant?: Prisma.ItemCreateNestedOneWithoutCatalogue_cart_variantsInput
|
|
921
|
-
}
|
|
922
|
-
|
|
923
|
-
export type CatalogueCartUncheckedCreateWithoutItemInput = {
|
|
924
|
-
id?: number
|
|
925
|
-
uuid?: string
|
|
926
|
-
user_id?: number | null
|
|
927
|
-
vendor_id?: number | null
|
|
928
|
-
variant_id?: number | null
|
|
929
|
-
quantity?: number | null
|
|
930
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
931
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
932
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
933
|
-
created_at?: Date | string | null
|
|
934
|
-
created_by?: number | null
|
|
935
|
-
updated_at?: Date | string | null
|
|
936
|
-
updated_by?: number | null
|
|
937
|
-
is_deleted?: boolean | null
|
|
938
|
-
deleted_at?: Date | string | null
|
|
939
|
-
deleted_by?: number | null
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
export type CatalogueCartCreateOrConnectWithoutItemInput = {
|
|
943
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
944
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateWithoutItemInput, Prisma.CatalogueCartUncheckedCreateWithoutItemInput>
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
export type CatalogueCartCreateManyItemInputEnvelope = {
|
|
948
|
-
data: Prisma.CatalogueCartCreateManyItemInput | Prisma.CatalogueCartCreateManyItemInput[]
|
|
949
|
-
skipDuplicates?: boolean
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
export type CatalogueCartCreateWithoutVariantInput = {
|
|
953
|
-
uuid?: string
|
|
954
|
-
vendor_id?: number | null
|
|
955
|
-
quantity?: number | null
|
|
956
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
957
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
958
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
959
|
-
created_at?: Date | string | null
|
|
960
|
-
created_by?: number | null
|
|
961
|
-
updated_at?: Date | string | null
|
|
962
|
-
updated_by?: number | null
|
|
963
|
-
is_deleted?: boolean | null
|
|
964
|
-
deleted_at?: Date | string | null
|
|
965
|
-
deleted_by?: number | null
|
|
966
|
-
user?: Prisma.UserCreateNestedOneWithoutCatalogue_cartInput
|
|
967
|
-
item?: Prisma.ItemCreateNestedOneWithoutCatalogue_cart_itemsInput
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
export type CatalogueCartUncheckedCreateWithoutVariantInput = {
|
|
971
|
-
id?: number
|
|
972
|
-
uuid?: string
|
|
973
|
-
user_id?: number | null
|
|
974
|
-
vendor_id?: number | null
|
|
975
|
-
item_id?: number | null
|
|
976
|
-
quantity?: number | null
|
|
977
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
978
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
979
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
980
|
-
created_at?: Date | string | null
|
|
981
|
-
created_by?: number | null
|
|
982
|
-
updated_at?: Date | string | null
|
|
983
|
-
updated_by?: number | null
|
|
984
|
-
is_deleted?: boolean | null
|
|
985
|
-
deleted_at?: Date | string | null
|
|
986
|
-
deleted_by?: number | null
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
export type CatalogueCartCreateOrConnectWithoutVariantInput = {
|
|
990
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
991
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateWithoutVariantInput, Prisma.CatalogueCartUncheckedCreateWithoutVariantInput>
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
export type CatalogueCartCreateManyVariantInputEnvelope = {
|
|
995
|
-
data: Prisma.CatalogueCartCreateManyVariantInput | Prisma.CatalogueCartCreateManyVariantInput[]
|
|
996
|
-
skipDuplicates?: boolean
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
export type CatalogueCartUpsertWithWhereUniqueWithoutItemInput = {
|
|
1000
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
1001
|
-
update: Prisma.XOR<Prisma.CatalogueCartUpdateWithoutItemInput, Prisma.CatalogueCartUncheckedUpdateWithoutItemInput>
|
|
1002
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateWithoutItemInput, Prisma.CatalogueCartUncheckedCreateWithoutItemInput>
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
export type CatalogueCartUpdateWithWhereUniqueWithoutItemInput = {
|
|
1006
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
1007
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateWithoutItemInput, Prisma.CatalogueCartUncheckedUpdateWithoutItemInput>
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
export type CatalogueCartUpdateManyWithWhereWithoutItemInput = {
|
|
1011
|
-
where: Prisma.CatalogueCartScalarWhereInput
|
|
1012
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateManyMutationInput, Prisma.CatalogueCartUncheckedUpdateManyWithoutItemInput>
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
export type CatalogueCartUpsertWithWhereUniqueWithoutVariantInput = {
|
|
1016
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
1017
|
-
update: Prisma.XOR<Prisma.CatalogueCartUpdateWithoutVariantInput, Prisma.CatalogueCartUncheckedUpdateWithoutVariantInput>
|
|
1018
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateWithoutVariantInput, Prisma.CatalogueCartUncheckedCreateWithoutVariantInput>
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
export type CatalogueCartUpdateWithWhereUniqueWithoutVariantInput = {
|
|
1022
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
1023
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateWithoutVariantInput, Prisma.CatalogueCartUncheckedUpdateWithoutVariantInput>
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
export type CatalogueCartUpdateManyWithWhereWithoutVariantInput = {
|
|
1027
|
-
where: Prisma.CatalogueCartScalarWhereInput
|
|
1028
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateManyMutationInput, Prisma.CatalogueCartUncheckedUpdateManyWithoutVariantInput>
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
export type CatalogueCartCreateManyUserInput = {
|
|
1032
|
-
id?: number
|
|
1033
|
-
uuid?: string
|
|
1034
|
-
vendor_id?: number | null
|
|
1035
|
-
item_id?: number | null
|
|
1036
|
-
variant_id?: number | null
|
|
1037
|
-
quantity?: number | null
|
|
1038
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
1039
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1040
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1041
|
-
created_at?: Date | string | null
|
|
1042
|
-
created_by?: number | null
|
|
1043
|
-
updated_at?: Date | string | null
|
|
1044
|
-
updated_by?: number | null
|
|
1045
|
-
is_deleted?: boolean | null
|
|
1046
|
-
deleted_at?: Date | string | null
|
|
1047
|
-
deleted_by?: number | null
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
export type CatalogueCartUpdateWithoutUserInput = {
|
|
1051
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1052
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1053
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1054
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1055
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1056
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1057
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1058
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1059
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1060
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1061
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1062
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1063
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1064
|
-
item?: Prisma.ItemUpdateOneWithoutCatalogue_cart_itemsNestedInput
|
|
1065
|
-
variant?: Prisma.ItemUpdateOneWithoutCatalogue_cart_variantsNestedInput
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
export type CatalogueCartUncheckedUpdateWithoutUserInput = {
|
|
1069
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1070
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1071
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1072
|
-
item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1073
|
-
variant_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1074
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1075
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1076
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1077
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1078
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1079
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1080
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1081
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1082
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1083
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1084
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export type CatalogueCartUncheckedUpdateManyWithoutUserInput = {
|
|
1088
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1089
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1090
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1091
|
-
item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1092
|
-
variant_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1093
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1094
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1095
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1096
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1097
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1098
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1099
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1100
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1101
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1102
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1103
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
export type CatalogueCartCreateManyItemInput = {
|
|
1107
|
-
id?: number
|
|
1108
|
-
uuid?: string
|
|
1109
|
-
user_id?: number | null
|
|
1110
|
-
vendor_id?: number | null
|
|
1111
|
-
variant_id?: number | null
|
|
1112
|
-
quantity?: number | null
|
|
1113
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
1114
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1115
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1116
|
-
created_at?: Date | string | null
|
|
1117
|
-
created_by?: number | null
|
|
1118
|
-
updated_at?: Date | string | null
|
|
1119
|
-
updated_by?: number | null
|
|
1120
|
-
is_deleted?: boolean | null
|
|
1121
|
-
deleted_at?: Date | string | null
|
|
1122
|
-
deleted_by?: number | null
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
export type CatalogueCartCreateManyVariantInput = {
|
|
1126
|
-
id?: number
|
|
1127
|
-
uuid?: string
|
|
1128
|
-
user_id?: number | null
|
|
1129
|
-
vendor_id?: number | null
|
|
1130
|
-
item_id?: number | null
|
|
1131
|
-
quantity?: number | null
|
|
1132
|
-
catalogue_cart_type?: $Enums.CatalogueCartTypeEnum | null
|
|
1133
|
-
price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1134
|
-
total_price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1135
|
-
created_at?: Date | string | null
|
|
1136
|
-
created_by?: number | null
|
|
1137
|
-
updated_at?: Date | string | null
|
|
1138
|
-
updated_by?: number | null
|
|
1139
|
-
is_deleted?: boolean | null
|
|
1140
|
-
deleted_at?: Date | string | null
|
|
1141
|
-
deleted_by?: number | null
|
|
1142
|
-
}
|
|
1143
|
-
|
|
1144
|
-
export type CatalogueCartUpdateWithoutItemInput = {
|
|
1145
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1146
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1147
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1148
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1149
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1150
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1151
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1152
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1153
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1154
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1155
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1156
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1157
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1158
|
-
user?: Prisma.UserUpdateOneWithoutCatalogue_cartNestedInput
|
|
1159
|
-
variant?: Prisma.ItemUpdateOneWithoutCatalogue_cart_variantsNestedInput
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
export type CatalogueCartUncheckedUpdateWithoutItemInput = {
|
|
1163
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1164
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1165
|
-
user_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1166
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1167
|
-
variant_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1168
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1169
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1170
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1171
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1172
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1173
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1174
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1175
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1176
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1177
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1178
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
export type CatalogueCartUncheckedUpdateManyWithoutItemInput = {
|
|
1182
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1183
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1184
|
-
user_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1185
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1186
|
-
variant_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1187
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1188
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1189
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1190
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1191
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1192
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1193
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1194
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1195
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1196
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1197
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
export type CatalogueCartUpdateWithoutVariantInput = {
|
|
1201
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1202
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1203
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1204
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1205
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1206
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1207
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1208
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1209
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1210
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1211
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1212
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1213
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1214
|
-
user?: Prisma.UserUpdateOneWithoutCatalogue_cartNestedInput
|
|
1215
|
-
item?: Prisma.ItemUpdateOneWithoutCatalogue_cart_itemsNestedInput
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
export type CatalogueCartUncheckedUpdateWithoutVariantInput = {
|
|
1219
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1220
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1221
|
-
user_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1222
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1223
|
-
item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1224
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1225
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1226
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1227
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1228
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1229
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1230
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1231
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1232
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1233
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1234
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
export type CatalogueCartUncheckedUpdateManyWithoutVariantInput = {
|
|
1238
|
-
id?: Prisma.IntFieldUpdateOperationsInput | number
|
|
1239
|
-
uuid?: Prisma.StringFieldUpdateOperationsInput | string
|
|
1240
|
-
user_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1241
|
-
vendor_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1242
|
-
item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1243
|
-
quantity?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1244
|
-
catalogue_cart_type?: Prisma.NullableEnumCatalogueCartTypeEnumFieldUpdateOperationsInput | $Enums.CatalogueCartTypeEnum | null
|
|
1245
|
-
price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1246
|
-
total_price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null
|
|
1247
|
-
created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1248
|
-
created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1249
|
-
updated_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1250
|
-
updated_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1251
|
-
is_deleted?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
1252
|
-
deleted_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
1253
|
-
deleted_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
export type CatalogueCartSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1259
|
-
id?: boolean
|
|
1260
|
-
uuid?: boolean
|
|
1261
|
-
user_id?: boolean
|
|
1262
|
-
vendor_id?: boolean
|
|
1263
|
-
item_id?: boolean
|
|
1264
|
-
variant_id?: boolean
|
|
1265
|
-
quantity?: boolean
|
|
1266
|
-
catalogue_cart_type?: boolean
|
|
1267
|
-
price?: boolean
|
|
1268
|
-
total_price?: boolean
|
|
1269
|
-
created_at?: boolean
|
|
1270
|
-
created_by?: boolean
|
|
1271
|
-
updated_at?: boolean
|
|
1272
|
-
updated_by?: boolean
|
|
1273
|
-
is_deleted?: boolean
|
|
1274
|
-
deleted_at?: boolean
|
|
1275
|
-
deleted_by?: boolean
|
|
1276
|
-
user?: boolean | Prisma.CatalogueCart$userArgs<ExtArgs>
|
|
1277
|
-
item?: boolean | Prisma.CatalogueCart$itemArgs<ExtArgs>
|
|
1278
|
-
variant?: boolean | Prisma.CatalogueCart$variantArgs<ExtArgs>
|
|
1279
|
-
}, ExtArgs["result"]["catalogueCart"]>
|
|
1280
|
-
|
|
1281
|
-
export type CatalogueCartSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1282
|
-
id?: boolean
|
|
1283
|
-
uuid?: boolean
|
|
1284
|
-
user_id?: boolean
|
|
1285
|
-
vendor_id?: boolean
|
|
1286
|
-
item_id?: boolean
|
|
1287
|
-
variant_id?: boolean
|
|
1288
|
-
quantity?: boolean
|
|
1289
|
-
catalogue_cart_type?: boolean
|
|
1290
|
-
price?: boolean
|
|
1291
|
-
total_price?: boolean
|
|
1292
|
-
created_at?: boolean
|
|
1293
|
-
created_by?: boolean
|
|
1294
|
-
updated_at?: boolean
|
|
1295
|
-
updated_by?: boolean
|
|
1296
|
-
is_deleted?: boolean
|
|
1297
|
-
deleted_at?: boolean
|
|
1298
|
-
deleted_by?: boolean
|
|
1299
|
-
user?: boolean | Prisma.CatalogueCart$userArgs<ExtArgs>
|
|
1300
|
-
item?: boolean | Prisma.CatalogueCart$itemArgs<ExtArgs>
|
|
1301
|
-
variant?: boolean | Prisma.CatalogueCart$variantArgs<ExtArgs>
|
|
1302
|
-
}, ExtArgs["result"]["catalogueCart"]>
|
|
1303
|
-
|
|
1304
|
-
export type CatalogueCartSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1305
|
-
id?: boolean
|
|
1306
|
-
uuid?: boolean
|
|
1307
|
-
user_id?: boolean
|
|
1308
|
-
vendor_id?: boolean
|
|
1309
|
-
item_id?: boolean
|
|
1310
|
-
variant_id?: boolean
|
|
1311
|
-
quantity?: boolean
|
|
1312
|
-
catalogue_cart_type?: boolean
|
|
1313
|
-
price?: boolean
|
|
1314
|
-
total_price?: boolean
|
|
1315
|
-
created_at?: boolean
|
|
1316
|
-
created_by?: boolean
|
|
1317
|
-
updated_at?: boolean
|
|
1318
|
-
updated_by?: boolean
|
|
1319
|
-
is_deleted?: boolean
|
|
1320
|
-
deleted_at?: boolean
|
|
1321
|
-
deleted_by?: boolean
|
|
1322
|
-
user?: boolean | Prisma.CatalogueCart$userArgs<ExtArgs>
|
|
1323
|
-
item?: boolean | Prisma.CatalogueCart$itemArgs<ExtArgs>
|
|
1324
|
-
variant?: boolean | Prisma.CatalogueCart$variantArgs<ExtArgs>
|
|
1325
|
-
}, ExtArgs["result"]["catalogueCart"]>
|
|
1326
|
-
|
|
1327
|
-
export type CatalogueCartSelectScalar = {
|
|
1328
|
-
id?: boolean
|
|
1329
|
-
uuid?: boolean
|
|
1330
|
-
user_id?: boolean
|
|
1331
|
-
vendor_id?: boolean
|
|
1332
|
-
item_id?: boolean
|
|
1333
|
-
variant_id?: boolean
|
|
1334
|
-
quantity?: boolean
|
|
1335
|
-
catalogue_cart_type?: boolean
|
|
1336
|
-
price?: boolean
|
|
1337
|
-
total_price?: boolean
|
|
1338
|
-
created_at?: boolean
|
|
1339
|
-
created_by?: boolean
|
|
1340
|
-
updated_at?: boolean
|
|
1341
|
-
updated_by?: boolean
|
|
1342
|
-
is_deleted?: boolean
|
|
1343
|
-
deleted_at?: boolean
|
|
1344
|
-
deleted_by?: boolean
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
export type CatalogueCartOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "user_id" | "vendor_id" | "item_id" | "variant_id" | "quantity" | "catalogue_cart_type" | "price" | "total_price" | "created_at" | "created_by" | "updated_at" | "updated_by" | "is_deleted" | "deleted_at" | "deleted_by", ExtArgs["result"]["catalogueCart"]>
|
|
1348
|
-
export type CatalogueCartInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1349
|
-
user?: boolean | Prisma.CatalogueCart$userArgs<ExtArgs>
|
|
1350
|
-
item?: boolean | Prisma.CatalogueCart$itemArgs<ExtArgs>
|
|
1351
|
-
variant?: boolean | Prisma.CatalogueCart$variantArgs<ExtArgs>
|
|
1352
|
-
}
|
|
1353
|
-
export type CatalogueCartIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1354
|
-
user?: boolean | Prisma.CatalogueCart$userArgs<ExtArgs>
|
|
1355
|
-
item?: boolean | Prisma.CatalogueCart$itemArgs<ExtArgs>
|
|
1356
|
-
variant?: boolean | Prisma.CatalogueCart$variantArgs<ExtArgs>
|
|
1357
|
-
}
|
|
1358
|
-
export type CatalogueCartIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1359
|
-
user?: boolean | Prisma.CatalogueCart$userArgs<ExtArgs>
|
|
1360
|
-
item?: boolean | Prisma.CatalogueCart$itemArgs<ExtArgs>
|
|
1361
|
-
variant?: boolean | Prisma.CatalogueCart$variantArgs<ExtArgs>
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
export type $CatalogueCartPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1365
|
-
name: "CatalogueCart"
|
|
1366
|
-
objects: {
|
|
1367
|
-
user: Prisma.$UserPayload<ExtArgs> | null
|
|
1368
|
-
item: Prisma.$ItemPayload<ExtArgs> | null
|
|
1369
|
-
variant: Prisma.$ItemPayload<ExtArgs> | null
|
|
1370
|
-
}
|
|
1371
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1372
|
-
id: number
|
|
1373
|
-
uuid: string
|
|
1374
|
-
user_id: number | null
|
|
1375
|
-
vendor_id: number | null
|
|
1376
|
-
item_id: number | null
|
|
1377
|
-
variant_id: number | null
|
|
1378
|
-
quantity: number | null
|
|
1379
|
-
catalogue_cart_type: $Enums.CatalogueCartTypeEnum | null
|
|
1380
|
-
price: runtime.Decimal | null
|
|
1381
|
-
total_price: runtime.Decimal | null
|
|
1382
|
-
created_at: Date | null
|
|
1383
|
-
created_by: number | null
|
|
1384
|
-
updated_at: Date | null
|
|
1385
|
-
updated_by: number | null
|
|
1386
|
-
is_deleted: boolean | null
|
|
1387
|
-
deleted_at: Date | null
|
|
1388
|
-
deleted_by: number | null
|
|
1389
|
-
}, ExtArgs["result"]["catalogueCart"]>
|
|
1390
|
-
composites: {}
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
export type CatalogueCartGetPayload<S extends boolean | null | undefined | CatalogueCartDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload, S>
|
|
1394
|
-
|
|
1395
|
-
export type CatalogueCartCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
1396
|
-
Omit<CatalogueCartFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1397
|
-
select?: CatalogueCartCountAggregateInputType | true
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
export interface CatalogueCartDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1401
|
-
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['CatalogueCart'], meta: { name: 'CatalogueCart' } }
|
|
1402
|
-
/**
|
|
1403
|
-
* Find zero or one CatalogueCart that matches the filter.
|
|
1404
|
-
* @param {CatalogueCartFindUniqueArgs} args - Arguments to find a CatalogueCart
|
|
1405
|
-
* @example
|
|
1406
|
-
* // Get one CatalogueCart
|
|
1407
|
-
* const catalogueCart = await prisma.catalogueCart.findUnique({
|
|
1408
|
-
* where: {
|
|
1409
|
-
* // ... provide filter here
|
|
1410
|
-
* }
|
|
1411
|
-
* })
|
|
1412
|
-
*/
|
|
1413
|
-
findUnique<T extends CatalogueCartFindUniqueArgs>(args: Prisma.SelectSubset<T, CatalogueCartFindUniqueArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1414
|
-
|
|
1415
|
-
/**
|
|
1416
|
-
* Find one CatalogueCart that matches the filter or throw an error with `error.code='P2025'`
|
|
1417
|
-
* if no matches were found.
|
|
1418
|
-
* @param {CatalogueCartFindUniqueOrThrowArgs} args - Arguments to find a CatalogueCart
|
|
1419
|
-
* @example
|
|
1420
|
-
* // Get one CatalogueCart
|
|
1421
|
-
* const catalogueCart = await prisma.catalogueCart.findUniqueOrThrow({
|
|
1422
|
-
* where: {
|
|
1423
|
-
* // ... provide filter here
|
|
1424
|
-
* }
|
|
1425
|
-
* })
|
|
1426
|
-
*/
|
|
1427
|
-
findUniqueOrThrow<T extends CatalogueCartFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, CatalogueCartFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1428
|
-
|
|
1429
|
-
/**
|
|
1430
|
-
* Find the first CatalogueCart that matches the filter.
|
|
1431
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1432
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1433
|
-
* @param {CatalogueCartFindFirstArgs} args - Arguments to find a CatalogueCart
|
|
1434
|
-
* @example
|
|
1435
|
-
* // Get one CatalogueCart
|
|
1436
|
-
* const catalogueCart = await prisma.catalogueCart.findFirst({
|
|
1437
|
-
* where: {
|
|
1438
|
-
* // ... provide filter here
|
|
1439
|
-
* }
|
|
1440
|
-
* })
|
|
1441
|
-
*/
|
|
1442
|
-
findFirst<T extends CatalogueCartFindFirstArgs>(args?: Prisma.SelectSubset<T, CatalogueCartFindFirstArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1443
|
-
|
|
1444
|
-
/**
|
|
1445
|
-
* Find the first CatalogueCart that matches the filter or
|
|
1446
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1447
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1448
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1449
|
-
* @param {CatalogueCartFindFirstOrThrowArgs} args - Arguments to find a CatalogueCart
|
|
1450
|
-
* @example
|
|
1451
|
-
* // Get one CatalogueCart
|
|
1452
|
-
* const catalogueCart = await prisma.catalogueCart.findFirstOrThrow({
|
|
1453
|
-
* where: {
|
|
1454
|
-
* // ... provide filter here
|
|
1455
|
-
* }
|
|
1456
|
-
* })
|
|
1457
|
-
*/
|
|
1458
|
-
findFirstOrThrow<T extends CatalogueCartFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, CatalogueCartFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1459
|
-
|
|
1460
|
-
/**
|
|
1461
|
-
* Find zero or more CatalogueCarts that matches the filter.
|
|
1462
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1463
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1464
|
-
* @param {CatalogueCartFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1465
|
-
* @example
|
|
1466
|
-
* // Get all CatalogueCarts
|
|
1467
|
-
* const catalogueCarts = await prisma.catalogueCart.findMany()
|
|
1468
|
-
*
|
|
1469
|
-
* // Get first 10 CatalogueCarts
|
|
1470
|
-
* const catalogueCarts = await prisma.catalogueCart.findMany({ take: 10 })
|
|
1471
|
-
*
|
|
1472
|
-
* // Only select the `id`
|
|
1473
|
-
* const catalogueCartWithIdOnly = await prisma.catalogueCart.findMany({ select: { id: true } })
|
|
1474
|
-
*
|
|
1475
|
-
*/
|
|
1476
|
-
findMany<T extends CatalogueCartFindManyArgs>(args?: Prisma.SelectSubset<T, CatalogueCartFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
1477
|
-
|
|
1478
|
-
/**
|
|
1479
|
-
* Create a CatalogueCart.
|
|
1480
|
-
* @param {CatalogueCartCreateArgs} args - Arguments to create a CatalogueCart.
|
|
1481
|
-
* @example
|
|
1482
|
-
* // Create one CatalogueCart
|
|
1483
|
-
* const CatalogueCart = await prisma.catalogueCart.create({
|
|
1484
|
-
* data: {
|
|
1485
|
-
* // ... data to create a CatalogueCart
|
|
1486
|
-
* }
|
|
1487
|
-
* })
|
|
1488
|
-
*
|
|
1489
|
-
*/
|
|
1490
|
-
create<T extends CatalogueCartCreateArgs>(args: Prisma.SelectSubset<T, CatalogueCartCreateArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1491
|
-
|
|
1492
|
-
/**
|
|
1493
|
-
* Create many CatalogueCarts.
|
|
1494
|
-
* @param {CatalogueCartCreateManyArgs} args - Arguments to create many CatalogueCarts.
|
|
1495
|
-
* @example
|
|
1496
|
-
* // Create many CatalogueCarts
|
|
1497
|
-
* const catalogueCart = await prisma.catalogueCart.createMany({
|
|
1498
|
-
* data: [
|
|
1499
|
-
* // ... provide data here
|
|
1500
|
-
* ]
|
|
1501
|
-
* })
|
|
1502
|
-
*
|
|
1503
|
-
*/
|
|
1504
|
-
createMany<T extends CatalogueCartCreateManyArgs>(args?: Prisma.SelectSubset<T, CatalogueCartCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1505
|
-
|
|
1506
|
-
/**
|
|
1507
|
-
* Create many CatalogueCarts and returns the data saved in the database.
|
|
1508
|
-
* @param {CatalogueCartCreateManyAndReturnArgs} args - Arguments to create many CatalogueCarts.
|
|
1509
|
-
* @example
|
|
1510
|
-
* // Create many CatalogueCarts
|
|
1511
|
-
* const catalogueCart = await prisma.catalogueCart.createManyAndReturn({
|
|
1512
|
-
* data: [
|
|
1513
|
-
* // ... provide data here
|
|
1514
|
-
* ]
|
|
1515
|
-
* })
|
|
1516
|
-
*
|
|
1517
|
-
* // Create many CatalogueCarts and only return the `id`
|
|
1518
|
-
* const catalogueCartWithIdOnly = await prisma.catalogueCart.createManyAndReturn({
|
|
1519
|
-
* select: { id: true },
|
|
1520
|
-
* data: [
|
|
1521
|
-
* // ... provide data here
|
|
1522
|
-
* ]
|
|
1523
|
-
* })
|
|
1524
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1525
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1526
|
-
*
|
|
1527
|
-
*/
|
|
1528
|
-
createManyAndReturn<T extends CatalogueCartCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, CatalogueCartCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
1529
|
-
|
|
1530
|
-
/**
|
|
1531
|
-
* Delete a CatalogueCart.
|
|
1532
|
-
* @param {CatalogueCartDeleteArgs} args - Arguments to delete one CatalogueCart.
|
|
1533
|
-
* @example
|
|
1534
|
-
* // Delete one CatalogueCart
|
|
1535
|
-
* const CatalogueCart = await prisma.catalogueCart.delete({
|
|
1536
|
-
* where: {
|
|
1537
|
-
* // ... filter to delete one CatalogueCart
|
|
1538
|
-
* }
|
|
1539
|
-
* })
|
|
1540
|
-
*
|
|
1541
|
-
*/
|
|
1542
|
-
delete<T extends CatalogueCartDeleteArgs>(args: Prisma.SelectSubset<T, CatalogueCartDeleteArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1543
|
-
|
|
1544
|
-
/**
|
|
1545
|
-
* Update one CatalogueCart.
|
|
1546
|
-
* @param {CatalogueCartUpdateArgs} args - Arguments to update one CatalogueCart.
|
|
1547
|
-
* @example
|
|
1548
|
-
* // Update one CatalogueCart
|
|
1549
|
-
* const catalogueCart = await prisma.catalogueCart.update({
|
|
1550
|
-
* where: {
|
|
1551
|
-
* // ... provide filter here
|
|
1552
|
-
* },
|
|
1553
|
-
* data: {
|
|
1554
|
-
* // ... provide data here
|
|
1555
|
-
* }
|
|
1556
|
-
* })
|
|
1557
|
-
*
|
|
1558
|
-
*/
|
|
1559
|
-
update<T extends CatalogueCartUpdateArgs>(args: Prisma.SelectSubset<T, CatalogueCartUpdateArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1560
|
-
|
|
1561
|
-
/**
|
|
1562
|
-
* Delete zero or more CatalogueCarts.
|
|
1563
|
-
* @param {CatalogueCartDeleteManyArgs} args - Arguments to filter CatalogueCarts to delete.
|
|
1564
|
-
* @example
|
|
1565
|
-
* // Delete a few CatalogueCarts
|
|
1566
|
-
* const { count } = await prisma.catalogueCart.deleteMany({
|
|
1567
|
-
* where: {
|
|
1568
|
-
* // ... provide filter here
|
|
1569
|
-
* }
|
|
1570
|
-
* })
|
|
1571
|
-
*
|
|
1572
|
-
*/
|
|
1573
|
-
deleteMany<T extends CatalogueCartDeleteManyArgs>(args?: Prisma.SelectSubset<T, CatalogueCartDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1574
|
-
|
|
1575
|
-
/**
|
|
1576
|
-
* Update zero or more CatalogueCarts.
|
|
1577
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1578
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1579
|
-
* @param {CatalogueCartUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1580
|
-
* @example
|
|
1581
|
-
* // Update many CatalogueCarts
|
|
1582
|
-
* const catalogueCart = await prisma.catalogueCart.updateMany({
|
|
1583
|
-
* where: {
|
|
1584
|
-
* // ... provide filter here
|
|
1585
|
-
* },
|
|
1586
|
-
* data: {
|
|
1587
|
-
* // ... provide data here
|
|
1588
|
-
* }
|
|
1589
|
-
* })
|
|
1590
|
-
*
|
|
1591
|
-
*/
|
|
1592
|
-
updateMany<T extends CatalogueCartUpdateManyArgs>(args: Prisma.SelectSubset<T, CatalogueCartUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
1593
|
-
|
|
1594
|
-
/**
|
|
1595
|
-
* Update zero or more CatalogueCarts and returns the data updated in the database.
|
|
1596
|
-
* @param {CatalogueCartUpdateManyAndReturnArgs} args - Arguments to update many CatalogueCarts.
|
|
1597
|
-
* @example
|
|
1598
|
-
* // Update many CatalogueCarts
|
|
1599
|
-
* const catalogueCart = await prisma.catalogueCart.updateManyAndReturn({
|
|
1600
|
-
* where: {
|
|
1601
|
-
* // ... provide filter here
|
|
1602
|
-
* },
|
|
1603
|
-
* data: [
|
|
1604
|
-
* // ... provide data here
|
|
1605
|
-
* ]
|
|
1606
|
-
* })
|
|
1607
|
-
*
|
|
1608
|
-
* // Update zero or more CatalogueCarts and only return the `id`
|
|
1609
|
-
* const catalogueCartWithIdOnly = await prisma.catalogueCart.updateManyAndReturn({
|
|
1610
|
-
* select: { id: true },
|
|
1611
|
-
* where: {
|
|
1612
|
-
* // ... provide filter here
|
|
1613
|
-
* },
|
|
1614
|
-
* data: [
|
|
1615
|
-
* // ... provide data here
|
|
1616
|
-
* ]
|
|
1617
|
-
* })
|
|
1618
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1619
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1620
|
-
*
|
|
1621
|
-
*/
|
|
1622
|
-
updateManyAndReturn<T extends CatalogueCartUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, CatalogueCartUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
1623
|
-
|
|
1624
|
-
/**
|
|
1625
|
-
* Create or update one CatalogueCart.
|
|
1626
|
-
* @param {CatalogueCartUpsertArgs} args - Arguments to update or create a CatalogueCart.
|
|
1627
|
-
* @example
|
|
1628
|
-
* // Update or create a CatalogueCart
|
|
1629
|
-
* const catalogueCart = await prisma.catalogueCart.upsert({
|
|
1630
|
-
* create: {
|
|
1631
|
-
* // ... data to create a CatalogueCart
|
|
1632
|
-
* },
|
|
1633
|
-
* update: {
|
|
1634
|
-
* // ... in case it already exists, update
|
|
1635
|
-
* },
|
|
1636
|
-
* where: {
|
|
1637
|
-
* // ... the filter for the CatalogueCart we want to update
|
|
1638
|
-
* }
|
|
1639
|
-
* })
|
|
1640
|
-
*/
|
|
1641
|
-
upsert<T extends CatalogueCartUpsertArgs>(args: Prisma.SelectSubset<T, CatalogueCartUpsertArgs<ExtArgs>>): Prisma.Prisma__CatalogueCartClient<runtime.Types.Result.GetResult<Prisma.$CatalogueCartPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
/**
|
|
1645
|
-
* Count the number of CatalogueCarts.
|
|
1646
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1647
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1648
|
-
* @param {CatalogueCartCountArgs} args - Arguments to filter CatalogueCarts to count.
|
|
1649
|
-
* @example
|
|
1650
|
-
* // Count the number of CatalogueCarts
|
|
1651
|
-
* const count = await prisma.catalogueCart.count({
|
|
1652
|
-
* where: {
|
|
1653
|
-
* // ... the filter for the CatalogueCarts we want to count
|
|
1654
|
-
* }
|
|
1655
|
-
* })
|
|
1656
|
-
**/
|
|
1657
|
-
count<T extends CatalogueCartCountArgs>(
|
|
1658
|
-
args?: Prisma.Subset<T, CatalogueCartCountArgs>,
|
|
1659
|
-
): Prisma.PrismaPromise<
|
|
1660
|
-
T extends runtime.Types.Utils.Record<'select', any>
|
|
1661
|
-
? T['select'] extends true
|
|
1662
|
-
? number
|
|
1663
|
-
: Prisma.GetScalarType<T['select'], CatalogueCartCountAggregateOutputType>
|
|
1664
|
-
: number
|
|
1665
|
-
>
|
|
1666
|
-
|
|
1667
|
-
/**
|
|
1668
|
-
* Allows you to perform aggregations operations on a CatalogueCart.
|
|
1669
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1670
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1671
|
-
* @param {CatalogueCartAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1672
|
-
* @example
|
|
1673
|
-
* // Ordered by age ascending
|
|
1674
|
-
* // Where email contains prisma.io
|
|
1675
|
-
* // Limited to the 10 users
|
|
1676
|
-
* const aggregations = await prisma.user.aggregate({
|
|
1677
|
-
* _avg: {
|
|
1678
|
-
* age: true,
|
|
1679
|
-
* },
|
|
1680
|
-
* where: {
|
|
1681
|
-
* email: {
|
|
1682
|
-
* contains: "prisma.io",
|
|
1683
|
-
* },
|
|
1684
|
-
* },
|
|
1685
|
-
* orderBy: {
|
|
1686
|
-
* age: "asc",
|
|
1687
|
-
* },
|
|
1688
|
-
* take: 10,
|
|
1689
|
-
* })
|
|
1690
|
-
**/
|
|
1691
|
-
aggregate<T extends CatalogueCartAggregateArgs>(args: Prisma.Subset<T, CatalogueCartAggregateArgs>): Prisma.PrismaPromise<GetCatalogueCartAggregateType<T>>
|
|
1692
|
-
|
|
1693
|
-
/**
|
|
1694
|
-
* Group by CatalogueCart.
|
|
1695
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1696
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1697
|
-
* @param {CatalogueCartGroupByArgs} args - Group by arguments.
|
|
1698
|
-
* @example
|
|
1699
|
-
* // Group by city, order by createdAt, get count
|
|
1700
|
-
* const result = await prisma.user.groupBy({
|
|
1701
|
-
* by: ['city', 'createdAt'],
|
|
1702
|
-
* orderBy: {
|
|
1703
|
-
* createdAt: true
|
|
1704
|
-
* },
|
|
1705
|
-
* _count: {
|
|
1706
|
-
* _all: true
|
|
1707
|
-
* },
|
|
1708
|
-
* })
|
|
1709
|
-
*
|
|
1710
|
-
**/
|
|
1711
|
-
groupBy<
|
|
1712
|
-
T extends CatalogueCartGroupByArgs,
|
|
1713
|
-
HasSelectOrTake extends Prisma.Or<
|
|
1714
|
-
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1715
|
-
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1716
|
-
>,
|
|
1717
|
-
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1718
|
-
? { orderBy: CatalogueCartGroupByArgs['orderBy'] }
|
|
1719
|
-
: { orderBy?: CatalogueCartGroupByArgs['orderBy'] },
|
|
1720
|
-
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1721
|
-
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1722
|
-
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1723
|
-
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1724
|
-
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1725
|
-
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1726
|
-
InputErrors extends ByEmpty extends Prisma.True
|
|
1727
|
-
? `Error: "by" must not be empty.`
|
|
1728
|
-
: HavingValid extends Prisma.False
|
|
1729
|
-
? {
|
|
1730
|
-
[P in HavingFields]: P extends ByFields
|
|
1731
|
-
? never
|
|
1732
|
-
: P extends string
|
|
1733
|
-
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1734
|
-
: [
|
|
1735
|
-
Error,
|
|
1736
|
-
'Field ',
|
|
1737
|
-
P,
|
|
1738
|
-
` in "having" needs to be provided in "by"`,
|
|
1739
|
-
]
|
|
1740
|
-
}[HavingFields]
|
|
1741
|
-
: 'take' extends Prisma.Keys<T>
|
|
1742
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
1743
|
-
? ByValid extends Prisma.True
|
|
1744
|
-
? {}
|
|
1745
|
-
: {
|
|
1746
|
-
[P in OrderFields]: P extends ByFields
|
|
1747
|
-
? never
|
|
1748
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1749
|
-
}[OrderFields]
|
|
1750
|
-
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1751
|
-
: 'skip' extends Prisma.Keys<T>
|
|
1752
|
-
? 'orderBy' extends Prisma.Keys<T>
|
|
1753
|
-
? ByValid extends Prisma.True
|
|
1754
|
-
? {}
|
|
1755
|
-
: {
|
|
1756
|
-
[P in OrderFields]: P extends ByFields
|
|
1757
|
-
? never
|
|
1758
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1759
|
-
}[OrderFields]
|
|
1760
|
-
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1761
|
-
: ByValid extends Prisma.True
|
|
1762
|
-
? {}
|
|
1763
|
-
: {
|
|
1764
|
-
[P in OrderFields]: P extends ByFields
|
|
1765
|
-
? never
|
|
1766
|
-
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1767
|
-
}[OrderFields]
|
|
1768
|
-
>(args: Prisma.SubsetIntersection<T, CatalogueCartGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCatalogueCartGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1769
|
-
/**
|
|
1770
|
-
* Fields of the CatalogueCart model
|
|
1771
|
-
*/
|
|
1772
|
-
readonly fields: CatalogueCartFieldRefs;
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
/**
|
|
1776
|
-
* The delegate class that acts as a "Promise-like" for CatalogueCart.
|
|
1777
|
-
* Why is this prefixed with `Prisma__`?
|
|
1778
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
1779
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1780
|
-
*/
|
|
1781
|
-
export interface Prisma__CatalogueCartClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1782
|
-
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1783
|
-
user<T extends Prisma.CatalogueCart$userArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CatalogueCart$userArgs<ExtArgs>>): Prisma.Prisma__UserClient<runtime.Types.Result.GetResult<Prisma.$UserPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1784
|
-
item<T extends Prisma.CatalogueCart$itemArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CatalogueCart$itemArgs<ExtArgs>>): Prisma.Prisma__ItemClient<runtime.Types.Result.GetResult<Prisma.$ItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1785
|
-
variant<T extends Prisma.CatalogueCart$variantArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CatalogueCart$variantArgs<ExtArgs>>): Prisma.Prisma__ItemClient<runtime.Types.Result.GetResult<Prisma.$ItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
1786
|
-
/**
|
|
1787
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1788
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1789
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1790
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
1791
|
-
*/
|
|
1792
|
-
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>
|
|
1793
|
-
/**
|
|
1794
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
1795
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1796
|
-
* @returns A Promise for the completion of the callback.
|
|
1797
|
-
*/
|
|
1798
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1799
|
-
/**
|
|
1800
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1801
|
-
* resolved value cannot be modified from the callback.
|
|
1802
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1803
|
-
* @returns A Promise for the completion of the callback.
|
|
1804
|
-
*/
|
|
1805
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
/**
|
|
1812
|
-
* Fields of the CatalogueCart model
|
|
1813
|
-
*/
|
|
1814
|
-
export interface CatalogueCartFieldRefs {
|
|
1815
|
-
readonly id: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1816
|
-
readonly uuid: Prisma.FieldRef<"CatalogueCart", 'String'>
|
|
1817
|
-
readonly user_id: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1818
|
-
readonly vendor_id: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1819
|
-
readonly item_id: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1820
|
-
readonly variant_id: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1821
|
-
readonly quantity: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1822
|
-
readonly catalogue_cart_type: Prisma.FieldRef<"CatalogueCart", 'CatalogueCartTypeEnum'>
|
|
1823
|
-
readonly price: Prisma.FieldRef<"CatalogueCart", 'Decimal'>
|
|
1824
|
-
readonly total_price: Prisma.FieldRef<"CatalogueCart", 'Decimal'>
|
|
1825
|
-
readonly created_at: Prisma.FieldRef<"CatalogueCart", 'DateTime'>
|
|
1826
|
-
readonly created_by: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1827
|
-
readonly updated_at: Prisma.FieldRef<"CatalogueCart", 'DateTime'>
|
|
1828
|
-
readonly updated_by: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1829
|
-
readonly is_deleted: Prisma.FieldRef<"CatalogueCart", 'Boolean'>
|
|
1830
|
-
readonly deleted_at: Prisma.FieldRef<"CatalogueCart", 'DateTime'>
|
|
1831
|
-
readonly deleted_by: Prisma.FieldRef<"CatalogueCart", 'Int'>
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
// Custom InputTypes
|
|
1836
|
-
/**
|
|
1837
|
-
* CatalogueCart findUnique
|
|
1838
|
-
*/
|
|
1839
|
-
export type CatalogueCartFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1840
|
-
/**
|
|
1841
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
1842
|
-
*/
|
|
1843
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
1844
|
-
/**
|
|
1845
|
-
* Omit specific fields from the CatalogueCart
|
|
1846
|
-
*/
|
|
1847
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
1848
|
-
/**
|
|
1849
|
-
* Choose, which related nodes to fetch as well
|
|
1850
|
-
*/
|
|
1851
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
1852
|
-
/**
|
|
1853
|
-
* Filter, which CatalogueCart to fetch.
|
|
1854
|
-
*/
|
|
1855
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
/**
|
|
1859
|
-
* CatalogueCart findUniqueOrThrow
|
|
1860
|
-
*/
|
|
1861
|
-
export type CatalogueCartFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1862
|
-
/**
|
|
1863
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
1864
|
-
*/
|
|
1865
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
1866
|
-
/**
|
|
1867
|
-
* Omit specific fields from the CatalogueCart
|
|
1868
|
-
*/
|
|
1869
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
1870
|
-
/**
|
|
1871
|
-
* Choose, which related nodes to fetch as well
|
|
1872
|
-
*/
|
|
1873
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
1874
|
-
/**
|
|
1875
|
-
* Filter, which CatalogueCart to fetch.
|
|
1876
|
-
*/
|
|
1877
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
/**
|
|
1881
|
-
* CatalogueCart findFirst
|
|
1882
|
-
*/
|
|
1883
|
-
export type CatalogueCartFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1884
|
-
/**
|
|
1885
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
1886
|
-
*/
|
|
1887
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
1888
|
-
/**
|
|
1889
|
-
* Omit specific fields from the CatalogueCart
|
|
1890
|
-
*/
|
|
1891
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
1892
|
-
/**
|
|
1893
|
-
* Choose, which related nodes to fetch as well
|
|
1894
|
-
*/
|
|
1895
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
1896
|
-
/**
|
|
1897
|
-
* Filter, which CatalogueCart to fetch.
|
|
1898
|
-
*/
|
|
1899
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
1900
|
-
/**
|
|
1901
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1902
|
-
*
|
|
1903
|
-
* Determine the order of CatalogueCarts to fetch.
|
|
1904
|
-
*/
|
|
1905
|
-
orderBy?: Prisma.CatalogueCartOrderByWithRelationInput | Prisma.CatalogueCartOrderByWithRelationInput[]
|
|
1906
|
-
/**
|
|
1907
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1908
|
-
*
|
|
1909
|
-
* Sets the position for searching for CatalogueCarts.
|
|
1910
|
-
*/
|
|
1911
|
-
cursor?: Prisma.CatalogueCartWhereUniqueInput
|
|
1912
|
-
/**
|
|
1913
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1914
|
-
*
|
|
1915
|
-
* Take `±n` CatalogueCarts from the position of the cursor.
|
|
1916
|
-
*/
|
|
1917
|
-
take?: number
|
|
1918
|
-
/**
|
|
1919
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1920
|
-
*
|
|
1921
|
-
* Skip the first `n` CatalogueCarts.
|
|
1922
|
-
*/
|
|
1923
|
-
skip?: number
|
|
1924
|
-
/**
|
|
1925
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1926
|
-
*
|
|
1927
|
-
* Filter by unique combinations of CatalogueCarts.
|
|
1928
|
-
*/
|
|
1929
|
-
distinct?: Prisma.CatalogueCartScalarFieldEnum | Prisma.CatalogueCartScalarFieldEnum[]
|
|
1930
|
-
}
|
|
1931
|
-
|
|
1932
|
-
/**
|
|
1933
|
-
* CatalogueCart findFirstOrThrow
|
|
1934
|
-
*/
|
|
1935
|
-
export type CatalogueCartFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1936
|
-
/**
|
|
1937
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
1938
|
-
*/
|
|
1939
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
1940
|
-
/**
|
|
1941
|
-
* Omit specific fields from the CatalogueCart
|
|
1942
|
-
*/
|
|
1943
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
1944
|
-
/**
|
|
1945
|
-
* Choose, which related nodes to fetch as well
|
|
1946
|
-
*/
|
|
1947
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
1948
|
-
/**
|
|
1949
|
-
* Filter, which CatalogueCart to fetch.
|
|
1950
|
-
*/
|
|
1951
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
1952
|
-
/**
|
|
1953
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1954
|
-
*
|
|
1955
|
-
* Determine the order of CatalogueCarts to fetch.
|
|
1956
|
-
*/
|
|
1957
|
-
orderBy?: Prisma.CatalogueCartOrderByWithRelationInput | Prisma.CatalogueCartOrderByWithRelationInput[]
|
|
1958
|
-
/**
|
|
1959
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1960
|
-
*
|
|
1961
|
-
* Sets the position for searching for CatalogueCarts.
|
|
1962
|
-
*/
|
|
1963
|
-
cursor?: Prisma.CatalogueCartWhereUniqueInput
|
|
1964
|
-
/**
|
|
1965
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1966
|
-
*
|
|
1967
|
-
* Take `±n` CatalogueCarts from the position of the cursor.
|
|
1968
|
-
*/
|
|
1969
|
-
take?: number
|
|
1970
|
-
/**
|
|
1971
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1972
|
-
*
|
|
1973
|
-
* Skip the first `n` CatalogueCarts.
|
|
1974
|
-
*/
|
|
1975
|
-
skip?: number
|
|
1976
|
-
/**
|
|
1977
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1978
|
-
*
|
|
1979
|
-
* Filter by unique combinations of CatalogueCarts.
|
|
1980
|
-
*/
|
|
1981
|
-
distinct?: Prisma.CatalogueCartScalarFieldEnum | Prisma.CatalogueCartScalarFieldEnum[]
|
|
1982
|
-
}
|
|
1983
|
-
|
|
1984
|
-
/**
|
|
1985
|
-
* CatalogueCart findMany
|
|
1986
|
-
*/
|
|
1987
|
-
export type CatalogueCartFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1988
|
-
/**
|
|
1989
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
1990
|
-
*/
|
|
1991
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
1992
|
-
/**
|
|
1993
|
-
* Omit specific fields from the CatalogueCart
|
|
1994
|
-
*/
|
|
1995
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
1996
|
-
/**
|
|
1997
|
-
* Choose, which related nodes to fetch as well
|
|
1998
|
-
*/
|
|
1999
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
2000
|
-
/**
|
|
2001
|
-
* Filter, which CatalogueCarts to fetch.
|
|
2002
|
-
*/
|
|
2003
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
2004
|
-
/**
|
|
2005
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2006
|
-
*
|
|
2007
|
-
* Determine the order of CatalogueCarts to fetch.
|
|
2008
|
-
*/
|
|
2009
|
-
orderBy?: Prisma.CatalogueCartOrderByWithRelationInput | Prisma.CatalogueCartOrderByWithRelationInput[]
|
|
2010
|
-
/**
|
|
2011
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2012
|
-
*
|
|
2013
|
-
* Sets the position for listing CatalogueCarts.
|
|
2014
|
-
*/
|
|
2015
|
-
cursor?: Prisma.CatalogueCartWhereUniqueInput
|
|
2016
|
-
/**
|
|
2017
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2018
|
-
*
|
|
2019
|
-
* Take `±n` CatalogueCarts from the position of the cursor.
|
|
2020
|
-
*/
|
|
2021
|
-
take?: number
|
|
2022
|
-
/**
|
|
2023
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2024
|
-
*
|
|
2025
|
-
* Skip the first `n` CatalogueCarts.
|
|
2026
|
-
*/
|
|
2027
|
-
skip?: number
|
|
2028
|
-
/**
|
|
2029
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2030
|
-
*
|
|
2031
|
-
* Filter by unique combinations of CatalogueCarts.
|
|
2032
|
-
*/
|
|
2033
|
-
distinct?: Prisma.CatalogueCartScalarFieldEnum | Prisma.CatalogueCartScalarFieldEnum[]
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
/**
|
|
2037
|
-
* CatalogueCart create
|
|
2038
|
-
*/
|
|
2039
|
-
export type CatalogueCartCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2040
|
-
/**
|
|
2041
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2042
|
-
*/
|
|
2043
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
2044
|
-
/**
|
|
2045
|
-
* Omit specific fields from the CatalogueCart
|
|
2046
|
-
*/
|
|
2047
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2048
|
-
/**
|
|
2049
|
-
* Choose, which related nodes to fetch as well
|
|
2050
|
-
*/
|
|
2051
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
2052
|
-
/**
|
|
2053
|
-
* The data needed to create a CatalogueCart.
|
|
2054
|
-
*/
|
|
2055
|
-
data?: Prisma.XOR<Prisma.CatalogueCartCreateInput, Prisma.CatalogueCartUncheckedCreateInput>
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
/**
|
|
2059
|
-
* CatalogueCart createMany
|
|
2060
|
-
*/
|
|
2061
|
-
export type CatalogueCartCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2062
|
-
/**
|
|
2063
|
-
* The data used to create many CatalogueCarts.
|
|
2064
|
-
*/
|
|
2065
|
-
data: Prisma.CatalogueCartCreateManyInput | Prisma.CatalogueCartCreateManyInput[]
|
|
2066
|
-
skipDuplicates?: boolean
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
/**
|
|
2070
|
-
* CatalogueCart createManyAndReturn
|
|
2071
|
-
*/
|
|
2072
|
-
export type CatalogueCartCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2073
|
-
/**
|
|
2074
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2075
|
-
*/
|
|
2076
|
-
select?: Prisma.CatalogueCartSelectCreateManyAndReturn<ExtArgs> | null
|
|
2077
|
-
/**
|
|
2078
|
-
* Omit specific fields from the CatalogueCart
|
|
2079
|
-
*/
|
|
2080
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2081
|
-
/**
|
|
2082
|
-
* The data used to create many CatalogueCarts.
|
|
2083
|
-
*/
|
|
2084
|
-
data: Prisma.CatalogueCartCreateManyInput | Prisma.CatalogueCartCreateManyInput[]
|
|
2085
|
-
skipDuplicates?: boolean
|
|
2086
|
-
/**
|
|
2087
|
-
* Choose, which related nodes to fetch as well
|
|
2088
|
-
*/
|
|
2089
|
-
include?: Prisma.CatalogueCartIncludeCreateManyAndReturn<ExtArgs> | null
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
/**
|
|
2093
|
-
* CatalogueCart update
|
|
2094
|
-
*/
|
|
2095
|
-
export type CatalogueCartUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2096
|
-
/**
|
|
2097
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2098
|
-
*/
|
|
2099
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
2100
|
-
/**
|
|
2101
|
-
* Omit specific fields from the CatalogueCart
|
|
2102
|
-
*/
|
|
2103
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2104
|
-
/**
|
|
2105
|
-
* Choose, which related nodes to fetch as well
|
|
2106
|
-
*/
|
|
2107
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
2108
|
-
/**
|
|
2109
|
-
* The data needed to update a CatalogueCart.
|
|
2110
|
-
*/
|
|
2111
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateInput, Prisma.CatalogueCartUncheckedUpdateInput>
|
|
2112
|
-
/**
|
|
2113
|
-
* Choose, which CatalogueCart to update.
|
|
2114
|
-
*/
|
|
2115
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
/**
|
|
2119
|
-
* CatalogueCart updateMany
|
|
2120
|
-
*/
|
|
2121
|
-
export type CatalogueCartUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2122
|
-
/**
|
|
2123
|
-
* The data used to update CatalogueCarts.
|
|
2124
|
-
*/
|
|
2125
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateManyMutationInput, Prisma.CatalogueCartUncheckedUpdateManyInput>
|
|
2126
|
-
/**
|
|
2127
|
-
* Filter which CatalogueCarts to update
|
|
2128
|
-
*/
|
|
2129
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
2130
|
-
/**
|
|
2131
|
-
* Limit how many CatalogueCarts to update.
|
|
2132
|
-
*/
|
|
2133
|
-
limit?: number
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
/**
|
|
2137
|
-
* CatalogueCart updateManyAndReturn
|
|
2138
|
-
*/
|
|
2139
|
-
export type CatalogueCartUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2140
|
-
/**
|
|
2141
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2142
|
-
*/
|
|
2143
|
-
select?: Prisma.CatalogueCartSelectUpdateManyAndReturn<ExtArgs> | null
|
|
2144
|
-
/**
|
|
2145
|
-
* Omit specific fields from the CatalogueCart
|
|
2146
|
-
*/
|
|
2147
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2148
|
-
/**
|
|
2149
|
-
* The data used to update CatalogueCarts.
|
|
2150
|
-
*/
|
|
2151
|
-
data: Prisma.XOR<Prisma.CatalogueCartUpdateManyMutationInput, Prisma.CatalogueCartUncheckedUpdateManyInput>
|
|
2152
|
-
/**
|
|
2153
|
-
* Filter which CatalogueCarts to update
|
|
2154
|
-
*/
|
|
2155
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
2156
|
-
/**
|
|
2157
|
-
* Limit how many CatalogueCarts to update.
|
|
2158
|
-
*/
|
|
2159
|
-
limit?: number
|
|
2160
|
-
/**
|
|
2161
|
-
* Choose, which related nodes to fetch as well
|
|
2162
|
-
*/
|
|
2163
|
-
include?: Prisma.CatalogueCartIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
/**
|
|
2167
|
-
* CatalogueCart upsert
|
|
2168
|
-
*/
|
|
2169
|
-
export type CatalogueCartUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2170
|
-
/**
|
|
2171
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2172
|
-
*/
|
|
2173
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
2174
|
-
/**
|
|
2175
|
-
* Omit specific fields from the CatalogueCart
|
|
2176
|
-
*/
|
|
2177
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2178
|
-
/**
|
|
2179
|
-
* Choose, which related nodes to fetch as well
|
|
2180
|
-
*/
|
|
2181
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
2182
|
-
/**
|
|
2183
|
-
* The filter to search for the CatalogueCart to update in case it exists.
|
|
2184
|
-
*/
|
|
2185
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
2186
|
-
/**
|
|
2187
|
-
* In case the CatalogueCart found by the `where` argument doesn't exist, create a new CatalogueCart with this data.
|
|
2188
|
-
*/
|
|
2189
|
-
create: Prisma.XOR<Prisma.CatalogueCartCreateInput, Prisma.CatalogueCartUncheckedCreateInput>
|
|
2190
|
-
/**
|
|
2191
|
-
* In case the CatalogueCart was found with the provided `where` argument, update it with this data.
|
|
2192
|
-
*/
|
|
2193
|
-
update: Prisma.XOR<Prisma.CatalogueCartUpdateInput, Prisma.CatalogueCartUncheckedUpdateInput>
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
/**
|
|
2197
|
-
* CatalogueCart delete
|
|
2198
|
-
*/
|
|
2199
|
-
export type CatalogueCartDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2200
|
-
/**
|
|
2201
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2202
|
-
*/
|
|
2203
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
2204
|
-
/**
|
|
2205
|
-
* Omit specific fields from the CatalogueCart
|
|
2206
|
-
*/
|
|
2207
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2208
|
-
/**
|
|
2209
|
-
* Choose, which related nodes to fetch as well
|
|
2210
|
-
*/
|
|
2211
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
2212
|
-
/**
|
|
2213
|
-
* Filter which CatalogueCart to delete.
|
|
2214
|
-
*/
|
|
2215
|
-
where: Prisma.CatalogueCartWhereUniqueInput
|
|
2216
|
-
}
|
|
2217
|
-
|
|
2218
|
-
/**
|
|
2219
|
-
* CatalogueCart deleteMany
|
|
2220
|
-
*/
|
|
2221
|
-
export type CatalogueCartDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2222
|
-
/**
|
|
2223
|
-
* Filter which CatalogueCarts to delete
|
|
2224
|
-
*/
|
|
2225
|
-
where?: Prisma.CatalogueCartWhereInput
|
|
2226
|
-
/**
|
|
2227
|
-
* Limit how many CatalogueCarts to delete.
|
|
2228
|
-
*/
|
|
2229
|
-
limit?: number
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
/**
|
|
2233
|
-
* CatalogueCart.user
|
|
2234
|
-
*/
|
|
2235
|
-
export type CatalogueCart$userArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2236
|
-
/**
|
|
2237
|
-
* Select specific fields to fetch from the User
|
|
2238
|
-
*/
|
|
2239
|
-
select?: Prisma.UserSelect<ExtArgs> | null
|
|
2240
|
-
/**
|
|
2241
|
-
* Omit specific fields from the User
|
|
2242
|
-
*/
|
|
2243
|
-
omit?: Prisma.UserOmit<ExtArgs> | null
|
|
2244
|
-
/**
|
|
2245
|
-
* Choose, which related nodes to fetch as well
|
|
2246
|
-
*/
|
|
2247
|
-
include?: Prisma.UserInclude<ExtArgs> | null
|
|
2248
|
-
where?: Prisma.UserWhereInput
|
|
2249
|
-
}
|
|
2250
|
-
|
|
2251
|
-
/**
|
|
2252
|
-
* CatalogueCart.item
|
|
2253
|
-
*/
|
|
2254
|
-
export type CatalogueCart$itemArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2255
|
-
/**
|
|
2256
|
-
* Select specific fields to fetch from the Item
|
|
2257
|
-
*/
|
|
2258
|
-
select?: Prisma.ItemSelect<ExtArgs> | null
|
|
2259
|
-
/**
|
|
2260
|
-
* Omit specific fields from the Item
|
|
2261
|
-
*/
|
|
2262
|
-
omit?: Prisma.ItemOmit<ExtArgs> | null
|
|
2263
|
-
/**
|
|
2264
|
-
* Choose, which related nodes to fetch as well
|
|
2265
|
-
*/
|
|
2266
|
-
include?: Prisma.ItemInclude<ExtArgs> | null
|
|
2267
|
-
where?: Prisma.ItemWhereInput
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
/**
|
|
2271
|
-
* CatalogueCart.variant
|
|
2272
|
-
*/
|
|
2273
|
-
export type CatalogueCart$variantArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2274
|
-
/**
|
|
2275
|
-
* Select specific fields to fetch from the Item
|
|
2276
|
-
*/
|
|
2277
|
-
select?: Prisma.ItemSelect<ExtArgs> | null
|
|
2278
|
-
/**
|
|
2279
|
-
* Omit specific fields from the Item
|
|
2280
|
-
*/
|
|
2281
|
-
omit?: Prisma.ItemOmit<ExtArgs> | null
|
|
2282
|
-
/**
|
|
2283
|
-
* Choose, which related nodes to fetch as well
|
|
2284
|
-
*/
|
|
2285
|
-
include?: Prisma.ItemInclude<ExtArgs> | null
|
|
2286
|
-
where?: Prisma.ItemWhereInput
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
/**
|
|
2290
|
-
* CatalogueCart without action
|
|
2291
|
-
*/
|
|
2292
|
-
export type CatalogueCartDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2293
|
-
/**
|
|
2294
|
-
* Select specific fields to fetch from the CatalogueCart
|
|
2295
|
-
*/
|
|
2296
|
-
select?: Prisma.CatalogueCartSelect<ExtArgs> | null
|
|
2297
|
-
/**
|
|
2298
|
-
* Omit specific fields from the CatalogueCart
|
|
2299
|
-
*/
|
|
2300
|
-
omit?: Prisma.CatalogueCartOmit<ExtArgs> | null
|
|
2301
|
-
/**
|
|
2302
|
-
* Choose, which related nodes to fetch as well
|
|
2303
|
-
*/
|
|
2304
|
-
include?: Prisma.CatalogueCartInclude<ExtArgs> | null
|
|
2305
|
-
}
|