procbay-schema 1.0.171 → 1.0.174

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.
Files changed (148) hide show
  1. package/package.json +13 -22
  2. package/prisma/schema.prisma +4 -5
  3. package/scripts/sync-schemas.js +1 -5
  4. package/src/create-prisma-client.js +9 -49
  5. package/src/prisma/client.d.ts +1 -0
  6. package/src/prisma/client.js +4 -0
  7. package/src/prisma/default.d.ts +1 -0
  8. package/src/prisma/default.js +4 -0
  9. package/src/prisma/edge.d.ts +1 -0
  10. package/src/prisma/edge.js +2900 -0
  11. package/src/{generated/prisma/internal/prismaNamespaceBrowser.ts → prisma/index-browser.js} +980 -739
  12. package/src/prisma/index.d.ts +286683 -0
  13. package/src/prisma/index.js +2929 -2
  14. package/src/prisma/libquery_engine-darwin.dylib.node +0 -0
  15. package/src/prisma/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
  16. package/src/prisma/package.json +140 -0
  17. package/src/prisma/query_engine-windows.dll.node +0 -0
  18. package/src/prisma/runtime/edge-esm.js +34 -0
  19. package/src/prisma/runtime/edge.js +34 -0
  20. package/src/prisma/runtime/index-browser.d.ts +370 -0
  21. package/src/prisma/runtime/index-browser.js +16 -0
  22. package/src/prisma/runtime/library.d.ts +3647 -0
  23. package/src/prisma/runtime/library.js +146 -0
  24. package/src/prisma/runtime/react-native.js +83 -0
  25. package/src/prisma/runtime/wasm.js +35 -0
  26. package/src/prisma/schema.prisma +3820 -0
  27. package/src/prisma/wasm.d.ts +1 -0
  28. package/src/prisma/wasm.js +2862 -0
  29. package/prisma.config.js +0 -19
  30. package/src/generated/prisma/browser.ts +0 -574
  31. package/src/generated/prisma/client.bundle.mjs +0 -6733
  32. package/src/generated/prisma/client.ts +0 -598
  33. package/src/generated/prisma/commonInputTypes.ts +0 -2911
  34. package/src/generated/prisma/enums.ts +0 -730
  35. package/src/generated/prisma/internal/class.ts +0 -1304
  36. package/src/generated/prisma/internal/prismaNamespace.ts +0 -12506
  37. package/src/generated/prisma/models/ActivityLog.ts +0 -1590
  38. package/src/generated/prisma/models/AdminAlert.ts +0 -1547
  39. package/src/generated/prisma/models/ApprovalCondition.ts +0 -2085
  40. package/src/generated/prisma/models/ApprovalDelegation.ts +0 -3057
  41. package/src/generated/prisma/models/ApprovalDelegationDelegate.ts +0 -1784
  42. package/src/generated/prisma/models/ApprovalHierarchy.ts +0 -3083
  43. package/src/generated/prisma/models/ApprovalJourney.ts +0 -2867
  44. package/src/generated/prisma/models/ApprovalLevel.ts +0 -2335
  45. package/src/generated/prisma/models/ApprovalLevelEscalation.ts +0 -2128
  46. package/src/generated/prisma/models/ApprovalLevelEscalationUser.ts +0 -1863
  47. package/src/generated/prisma/models/ApprovalLevelUser.ts +0 -1863
  48. package/src/generated/prisma/models/ApprovalManagement.ts +0 -1728
  49. package/src/generated/prisma/models/Attribute.ts +0 -2075
  50. package/src/generated/prisma/models/AttributeValue.ts +0 -1882
  51. package/src/generated/prisma/models/Bid.ts +0 -2719
  52. package/src/generated/prisma/models/BidLog.ts +0 -3560
  53. package/src/generated/prisma/models/BlanketPurchaseOrder.ts +0 -3527
  54. package/src/generated/prisma/models/BlanketPurchaseOrderItem.ts +0 -2532
  55. package/src/generated/prisma/models/BlanketPurchaseOrderRelease.ts +0 -2713
  56. package/src/generated/prisma/models/BoqEventItem.ts +0 -4056
  57. package/src/generated/prisma/models/Budget.ts +0 -1954
  58. package/src/generated/prisma/models/BudgetHold.ts +0 -1904
  59. package/src/generated/prisma/models/BusinessEntity.ts +0 -3901
  60. package/src/generated/prisma/models/BusinessEntityDepartment.ts +0 -2032
  61. package/src/generated/prisma/models/BusinessEntityLocation.ts +0 -1567
  62. package/src/generated/prisma/models/Catalogue.ts +0 -2081
  63. package/src/generated/prisma/models/CatalogueCart.ts +0 -2305
  64. package/src/generated/prisma/models/CatalogueVendor.ts +0 -2252
  65. package/src/generated/prisma/models/Category.ts +0 -3091
  66. package/src/generated/prisma/models/CategoryBudget.ts +0 -2690
  67. package/src/generated/prisma/models/City.ts +0 -2180
  68. package/src/generated/prisma/models/Cms.ts +0 -1492
  69. package/src/generated/prisma/models/ContactUs.ts +0 -1654
  70. package/src/generated/prisma/models/Conversation.ts +0 -2389
  71. package/src/generated/prisma/models/ConversationParticipant.ts +0 -1833
  72. package/src/generated/prisma/models/CounterOffer.ts +0 -2156
  73. package/src/generated/prisma/models/Country.ts +0 -3394
  74. package/src/generated/prisma/models/Currency.ts +0 -1642
  75. package/src/generated/prisma/models/CustomerNotification.ts +0 -1653
  76. package/src/generated/prisma/models/Department.ts +0 -2372
  77. package/src/generated/prisma/models/DepartmentBudget.ts +0 -2494
  78. package/src/generated/prisma/models/DynamicForm.ts +0 -2021
  79. package/src/generated/prisma/models/EmailTemplate.ts +0 -1516
  80. package/src/generated/prisma/models/Event.ts +0 -6819
  81. package/src/generated/prisma/models/EventConfigurations.ts +0 -1736
  82. package/src/generated/prisma/models/EventCriteria.ts +0 -2134
  83. package/src/generated/prisma/models/EventItems.ts +0 -2821
  84. package/src/generated/prisma/models/EventRfiForm.ts +0 -2020
  85. package/src/generated/prisma/models/EventRfiFormLog.ts +0 -2608
  86. package/src/generated/prisma/models/EventStrategies.ts +0 -1857
  87. package/src/generated/prisma/models/EventVendorCriteria.ts +0 -2186
  88. package/src/generated/prisma/models/EventVendors.ts +0 -3446
  89. package/src/generated/prisma/models/Expense.ts +0 -1625
  90. package/src/generated/prisma/models/ExportLog.ts +0 -1822
  91. package/src/generated/prisma/models/Faq.ts +0 -1753
  92. package/src/generated/prisma/models/FaqCategory.ts +0 -1610
  93. package/src/generated/prisma/models/FiscalYear.ts +0 -1460
  94. package/src/generated/prisma/models/FormMaster.ts +0 -1831
  95. package/src/generated/prisma/models/GRN.ts +0 -3354
  96. package/src/generated/prisma/models/GRNItem.ts +0 -2119
  97. package/src/generated/prisma/models/Industry.ts +0 -1642
  98. package/src/generated/prisma/models/Invoice.ts +0 -2949
  99. package/src/generated/prisma/models/InvoiceItem.ts +0 -2397
  100. package/src/generated/prisma/models/Item.ts +0 -10644
  101. package/src/generated/prisma/models/ItemAttribute.ts +0 -1750
  102. package/src/generated/prisma/models/ItemAttributeValue.ts +0 -1802
  103. package/src/generated/prisma/models/ItemDocument.ts +0 -1590
  104. package/src/generated/prisma/models/Location.ts +0 -2711
  105. package/src/generated/prisma/models/Message.ts +0 -2744
  106. package/src/generated/prisma/models/MessageRecipient.ts +0 -1759
  107. package/src/generated/prisma/models/Module.ts +0 -1630
  108. package/src/generated/prisma/models/Permission.ts +0 -1640
  109. package/src/generated/prisma/models/PurchaseIntake.ts +0 -4672
  110. package/src/generated/prisma/models/PurchaseIntakeItem.ts +0 -2366
  111. package/src/generated/prisma/models/PurchaseOrder.ts +0 -4012
  112. package/src/generated/prisma/models/PurchaseOrderActivityLog.ts +0 -1720
  113. package/src/generated/prisma/models/PurchaseOrderItem.ts +0 -2623
  114. package/src/generated/prisma/models/Quotation.ts +0 -3207
  115. package/src/generated/prisma/models/QuotationLog.ts +0 -3239
  116. package/src/generated/prisma/models/Region.ts +0 -1746
  117. package/src/generated/prisma/models/RequestedCatalogue.ts +0 -1618
  118. package/src/generated/prisma/models/RequestedCatalogueDetails.ts +0 -2252
  119. package/src/generated/prisma/models/Role.ts +0 -1907
  120. package/src/generated/prisma/models/RolePermission.ts +0 -1737
  121. package/src/generated/prisma/models/SendBack.ts +0 -1830
  122. package/src/generated/prisma/models/SerialNumberConfiguration.ts +0 -1254
  123. package/src/generated/prisma/models/SmtpConfig.ts +0 -1522
  124. package/src/generated/prisma/models/State.ts +0 -2174
  125. package/src/generated/prisma/models/Strategies.ts +0 -1791
  126. package/src/generated/prisma/models/SubModule.ts +0 -1450
  127. package/src/generated/prisma/models/Subregion.ts +0 -1870
  128. package/src/generated/prisma/models/SupportCategory.ts +0 -1712
  129. package/src/generated/prisma/models/SupportTicket.ts +0 -2478
  130. package/src/generated/prisma/models/SupportingDocument.ts +0 -2283
  131. package/src/generated/prisma/models/Template.ts +0 -2429
  132. package/src/generated/prisma/models/TemplateField.ts +0 -1916
  133. package/src/generated/prisma/models/TemplateStrategies.ts +0 -1614
  134. package/src/generated/prisma/models/TenantConfiguration.ts +0 -1694
  135. package/src/generated/prisma/models/TicketAssignment.ts +0 -1742
  136. package/src/generated/prisma/models/TicketHistory.ts +0 -1789
  137. package/src/generated/prisma/models/TicketReply.ts +0 -1640
  138. package/src/generated/prisma/models/Uom.ts +0 -1752
  139. package/src/generated/prisma/models/UomCategory.ts +0 -1558
  140. package/src/generated/prisma/models/UploadLog.ts +0 -1731
  141. package/src/generated/prisma/models/User.ts +0 -19397
  142. package/src/generated/prisma/models/UserDepartmentEntity.ts +0 -2099
  143. package/src/generated/prisma/models/UserEventConfiguration.ts +0 -1370
  144. package/src/generated/prisma/models/UserLoginActivity.ts +0 -1693
  145. package/src/generated/prisma/models/UserRole.ts +0 -1696
  146. package/src/generated/prisma/models/UserVendorSocketTokens.ts +0 -1450
  147. package/src/generated/prisma/models/VendorReference.ts +0 -1707
  148. package/src/generated/prisma/models.ts +0 -122
@@ -1,1802 +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 `ItemAttributeValue` 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 ItemAttributeValue
17
- *
18
- */
19
- export type ItemAttributeValueModel = runtime.Types.Result.DefaultSelection<Prisma.$ItemAttributeValuePayload>
20
-
21
- export type AggregateItemAttributeValue = {
22
- _count: ItemAttributeValueCountAggregateOutputType | null
23
- _avg: ItemAttributeValueAvgAggregateOutputType | null
24
- _sum: ItemAttributeValueSumAggregateOutputType | null
25
- _min: ItemAttributeValueMinAggregateOutputType | null
26
- _max: ItemAttributeValueMaxAggregateOutputType | null
27
- }
28
-
29
- export type ItemAttributeValueAvgAggregateOutputType = {
30
- id: number | null
31
- item_id: number | null
32
- item_attribute_id: number | null
33
- attribute_value_id: number | null
34
- created_by: number | null
35
- }
36
-
37
- export type ItemAttributeValueSumAggregateOutputType = {
38
- id: number | null
39
- item_id: number | null
40
- item_attribute_id: number | null
41
- attribute_value_id: number | null
42
- created_by: number | null
43
- }
44
-
45
- export type ItemAttributeValueMinAggregateOutputType = {
46
- id: number | null
47
- uuid: string | null
48
- item_id: number | null
49
- item_attribute_id: number | null
50
- attribute_value_id: number | null
51
- created_at: Date | null
52
- created_by: number | null
53
- }
54
-
55
- export type ItemAttributeValueMaxAggregateOutputType = {
56
- id: number | null
57
- uuid: string | null
58
- item_id: number | null
59
- item_attribute_id: number | null
60
- attribute_value_id: number | null
61
- created_at: Date | null
62
- created_by: number | null
63
- }
64
-
65
- export type ItemAttributeValueCountAggregateOutputType = {
66
- id: number
67
- uuid: number
68
- item_id: number
69
- item_attribute_id: number
70
- attribute_value_id: number
71
- created_at: number
72
- created_by: number
73
- _all: number
74
- }
75
-
76
-
77
- export type ItemAttributeValueAvgAggregateInputType = {
78
- id?: true
79
- item_id?: true
80
- item_attribute_id?: true
81
- attribute_value_id?: true
82
- created_by?: true
83
- }
84
-
85
- export type ItemAttributeValueSumAggregateInputType = {
86
- id?: true
87
- item_id?: true
88
- item_attribute_id?: true
89
- attribute_value_id?: true
90
- created_by?: true
91
- }
92
-
93
- export type ItemAttributeValueMinAggregateInputType = {
94
- id?: true
95
- uuid?: true
96
- item_id?: true
97
- item_attribute_id?: true
98
- attribute_value_id?: true
99
- created_at?: true
100
- created_by?: true
101
- }
102
-
103
- export type ItemAttributeValueMaxAggregateInputType = {
104
- id?: true
105
- uuid?: true
106
- item_id?: true
107
- item_attribute_id?: true
108
- attribute_value_id?: true
109
- created_at?: true
110
- created_by?: true
111
- }
112
-
113
- export type ItemAttributeValueCountAggregateInputType = {
114
- id?: true
115
- uuid?: true
116
- item_id?: true
117
- item_attribute_id?: true
118
- attribute_value_id?: true
119
- created_at?: true
120
- created_by?: true
121
- _all?: true
122
- }
123
-
124
- export type ItemAttributeValueAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
125
- /**
126
- * Filter which ItemAttributeValue to aggregate.
127
- */
128
- where?: Prisma.ItemAttributeValueWhereInput
129
- /**
130
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
131
- *
132
- * Determine the order of ItemAttributeValues to fetch.
133
- */
134
- orderBy?: Prisma.ItemAttributeValueOrderByWithRelationInput | Prisma.ItemAttributeValueOrderByWithRelationInput[]
135
- /**
136
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
137
- *
138
- * Sets the start position
139
- */
140
- cursor?: Prisma.ItemAttributeValueWhereUniqueInput
141
- /**
142
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
143
- *
144
- * Take `±n` ItemAttributeValues from the position of the cursor.
145
- */
146
- take?: number
147
- /**
148
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
149
- *
150
- * Skip the first `n` ItemAttributeValues.
151
- */
152
- skip?: number
153
- /**
154
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
155
- *
156
- * Count returned ItemAttributeValues
157
- **/
158
- _count?: true | ItemAttributeValueCountAggregateInputType
159
- /**
160
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
161
- *
162
- * Select which fields to average
163
- **/
164
- _avg?: ItemAttributeValueAvgAggregateInputType
165
- /**
166
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
167
- *
168
- * Select which fields to sum
169
- **/
170
- _sum?: ItemAttributeValueSumAggregateInputType
171
- /**
172
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
173
- *
174
- * Select which fields to find the minimum value
175
- **/
176
- _min?: ItemAttributeValueMinAggregateInputType
177
- /**
178
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
179
- *
180
- * Select which fields to find the maximum value
181
- **/
182
- _max?: ItemAttributeValueMaxAggregateInputType
183
- }
184
-
185
- export type GetItemAttributeValueAggregateType<T extends ItemAttributeValueAggregateArgs> = {
186
- [P in keyof T & keyof AggregateItemAttributeValue]: P extends '_count' | 'count'
187
- ? T[P] extends true
188
- ? number
189
- : Prisma.GetScalarType<T[P], AggregateItemAttributeValue[P]>
190
- : Prisma.GetScalarType<T[P], AggregateItemAttributeValue[P]>
191
- }
192
-
193
-
194
-
195
-
196
- export type ItemAttributeValueGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
197
- where?: Prisma.ItemAttributeValueWhereInput
198
- orderBy?: Prisma.ItemAttributeValueOrderByWithAggregationInput | Prisma.ItemAttributeValueOrderByWithAggregationInput[]
199
- by: Prisma.ItemAttributeValueScalarFieldEnum[] | Prisma.ItemAttributeValueScalarFieldEnum
200
- having?: Prisma.ItemAttributeValueScalarWhereWithAggregatesInput
201
- take?: number
202
- skip?: number
203
- _count?: ItemAttributeValueCountAggregateInputType | true
204
- _avg?: ItemAttributeValueAvgAggregateInputType
205
- _sum?: ItemAttributeValueSumAggregateInputType
206
- _min?: ItemAttributeValueMinAggregateInputType
207
- _max?: ItemAttributeValueMaxAggregateInputType
208
- }
209
-
210
- export type ItemAttributeValueGroupByOutputType = {
211
- id: number
212
- uuid: string | null
213
- item_id: number | null
214
- item_attribute_id: number | null
215
- attribute_value_id: number | null
216
- created_at: Date | null
217
- created_by: number | null
218
- _count: ItemAttributeValueCountAggregateOutputType | null
219
- _avg: ItemAttributeValueAvgAggregateOutputType | null
220
- _sum: ItemAttributeValueSumAggregateOutputType | null
221
- _min: ItemAttributeValueMinAggregateOutputType | null
222
- _max: ItemAttributeValueMaxAggregateOutputType | null
223
- }
224
-
225
- export type GetItemAttributeValueGroupByPayload<T extends ItemAttributeValueGroupByArgs> = Prisma.PrismaPromise<
226
- Array<
227
- Prisma.PickEnumerable<ItemAttributeValueGroupByOutputType, T['by']> &
228
- {
229
- [P in ((keyof T) & (keyof ItemAttributeValueGroupByOutputType))]: P extends '_count'
230
- ? T[P] extends boolean
231
- ? number
232
- : Prisma.GetScalarType<T[P], ItemAttributeValueGroupByOutputType[P]>
233
- : Prisma.GetScalarType<T[P], ItemAttributeValueGroupByOutputType[P]>
234
- }
235
- >
236
- >
237
-
238
-
239
-
240
- export type ItemAttributeValueWhereInput = {
241
- AND?: Prisma.ItemAttributeValueWhereInput | Prisma.ItemAttributeValueWhereInput[]
242
- OR?: Prisma.ItemAttributeValueWhereInput[]
243
- NOT?: Prisma.ItemAttributeValueWhereInput | Prisma.ItemAttributeValueWhereInput[]
244
- id?: Prisma.IntFilter<"ItemAttributeValue"> | number
245
- uuid?: Prisma.StringNullableFilter<"ItemAttributeValue"> | string | null
246
- item_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
247
- item_attribute_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
248
- attribute_value_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
249
- created_at?: Prisma.DateTimeNullableFilter<"ItemAttributeValue"> | Date | string | null
250
- created_by?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
251
- item?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
252
- item_attribute?: Prisma.XOR<Prisma.ItemAttributeNullableScalarRelationFilter, Prisma.ItemAttributeWhereInput> | null
253
- attribute_value?: Prisma.XOR<Prisma.AttributeValueNullableScalarRelationFilter, Prisma.AttributeValueWhereInput> | null
254
- }
255
-
256
- export type ItemAttributeValueOrderByWithRelationInput = {
257
- id?: Prisma.SortOrder
258
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
259
- item_id?: Prisma.SortOrderInput | Prisma.SortOrder
260
- item_attribute_id?: Prisma.SortOrderInput | Prisma.SortOrder
261
- attribute_value_id?: Prisma.SortOrderInput | Prisma.SortOrder
262
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
263
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
264
- item?: Prisma.ItemOrderByWithRelationInput
265
- item_attribute?: Prisma.ItemAttributeOrderByWithRelationInput
266
- attribute_value?: Prisma.AttributeValueOrderByWithRelationInput
267
- }
268
-
269
- export type ItemAttributeValueWhereUniqueInput = Prisma.AtLeast<{
270
- id?: number
271
- uuid?: string
272
- item_id_item_attribute_id_attribute_value_id?: Prisma.ItemAttributeValueItem_idItem_attribute_idAttribute_value_idCompoundUniqueInput
273
- AND?: Prisma.ItemAttributeValueWhereInput | Prisma.ItemAttributeValueWhereInput[]
274
- OR?: Prisma.ItemAttributeValueWhereInput[]
275
- NOT?: Prisma.ItemAttributeValueWhereInput | Prisma.ItemAttributeValueWhereInput[]
276
- item_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
277
- item_attribute_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
278
- attribute_value_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
279
- created_at?: Prisma.DateTimeNullableFilter<"ItemAttributeValue"> | Date | string | null
280
- created_by?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
281
- item?: Prisma.XOR<Prisma.ItemNullableScalarRelationFilter, Prisma.ItemWhereInput> | null
282
- item_attribute?: Prisma.XOR<Prisma.ItemAttributeNullableScalarRelationFilter, Prisma.ItemAttributeWhereInput> | null
283
- attribute_value?: Prisma.XOR<Prisma.AttributeValueNullableScalarRelationFilter, Prisma.AttributeValueWhereInput> | null
284
- }, "id" | "uuid" | "item_id_item_attribute_id_attribute_value_id">
285
-
286
- export type ItemAttributeValueOrderByWithAggregationInput = {
287
- id?: Prisma.SortOrder
288
- uuid?: Prisma.SortOrderInput | Prisma.SortOrder
289
- item_id?: Prisma.SortOrderInput | Prisma.SortOrder
290
- item_attribute_id?: Prisma.SortOrderInput | Prisma.SortOrder
291
- attribute_value_id?: Prisma.SortOrderInput | Prisma.SortOrder
292
- created_at?: Prisma.SortOrderInput | Prisma.SortOrder
293
- created_by?: Prisma.SortOrderInput | Prisma.SortOrder
294
- _count?: Prisma.ItemAttributeValueCountOrderByAggregateInput
295
- _avg?: Prisma.ItemAttributeValueAvgOrderByAggregateInput
296
- _max?: Prisma.ItemAttributeValueMaxOrderByAggregateInput
297
- _min?: Prisma.ItemAttributeValueMinOrderByAggregateInput
298
- _sum?: Prisma.ItemAttributeValueSumOrderByAggregateInput
299
- }
300
-
301
- export type ItemAttributeValueScalarWhereWithAggregatesInput = {
302
- AND?: Prisma.ItemAttributeValueScalarWhereWithAggregatesInput | Prisma.ItemAttributeValueScalarWhereWithAggregatesInput[]
303
- OR?: Prisma.ItemAttributeValueScalarWhereWithAggregatesInput[]
304
- NOT?: Prisma.ItemAttributeValueScalarWhereWithAggregatesInput | Prisma.ItemAttributeValueScalarWhereWithAggregatesInput[]
305
- id?: Prisma.IntWithAggregatesFilter<"ItemAttributeValue"> | number
306
- uuid?: Prisma.StringNullableWithAggregatesFilter<"ItemAttributeValue"> | string | null
307
- item_id?: Prisma.IntNullableWithAggregatesFilter<"ItemAttributeValue"> | number | null
308
- item_attribute_id?: Prisma.IntNullableWithAggregatesFilter<"ItemAttributeValue"> | number | null
309
- attribute_value_id?: Prisma.IntNullableWithAggregatesFilter<"ItemAttributeValue"> | number | null
310
- created_at?: Prisma.DateTimeNullableWithAggregatesFilter<"ItemAttributeValue"> | Date | string | null
311
- created_by?: Prisma.IntNullableWithAggregatesFilter<"ItemAttributeValue"> | number | null
312
- }
313
-
314
- export type ItemAttributeValueCreateInput = {
315
- uuid?: string | null
316
- created_at?: Date | string | null
317
- created_by?: number | null
318
- item?: Prisma.ItemCreateNestedOneWithoutItem_attribute_valuesInput
319
- item_attribute?: Prisma.ItemAttributeCreateNestedOneWithoutItem_attribute_valuesInput
320
- attribute_value?: Prisma.AttributeValueCreateNestedOneWithoutItem_attribute_valuesInput
321
- }
322
-
323
- export type ItemAttributeValueUncheckedCreateInput = {
324
- id?: number
325
- uuid?: string | null
326
- item_id?: number | null
327
- item_attribute_id?: number | null
328
- attribute_value_id?: number | null
329
- created_at?: Date | string | null
330
- created_by?: number | null
331
- }
332
-
333
- export type ItemAttributeValueUpdateInput = {
334
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
335
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
336
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
337
- item?: Prisma.ItemUpdateOneWithoutItem_attribute_valuesNestedInput
338
- item_attribute?: Prisma.ItemAttributeUpdateOneWithoutItem_attribute_valuesNestedInput
339
- attribute_value?: Prisma.AttributeValueUpdateOneWithoutItem_attribute_valuesNestedInput
340
- }
341
-
342
- export type ItemAttributeValueUncheckedUpdateInput = {
343
- id?: Prisma.IntFieldUpdateOperationsInput | number
344
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
345
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
346
- item_attribute_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
347
- attribute_value_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
348
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
349
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
350
- }
351
-
352
- export type ItemAttributeValueCreateManyInput = {
353
- id?: number
354
- uuid?: string | null
355
- item_id?: number | null
356
- item_attribute_id?: number | null
357
- attribute_value_id?: number | null
358
- created_at?: Date | string | null
359
- created_by?: number | null
360
- }
361
-
362
- export type ItemAttributeValueUpdateManyMutationInput = {
363
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
364
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
365
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
366
- }
367
-
368
- export type ItemAttributeValueUncheckedUpdateManyInput = {
369
- id?: Prisma.IntFieldUpdateOperationsInput | number
370
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
371
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
372
- item_attribute_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
373
- attribute_value_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
374
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
375
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
376
- }
377
-
378
- export type ItemAttributeValueListRelationFilter = {
379
- every?: Prisma.ItemAttributeValueWhereInput
380
- some?: Prisma.ItemAttributeValueWhereInput
381
- none?: Prisma.ItemAttributeValueWhereInput
382
- }
383
-
384
- export type ItemAttributeValueOrderByRelationAggregateInput = {
385
- _count?: Prisma.SortOrder
386
- }
387
-
388
- export type ItemAttributeValueItem_idItem_attribute_idAttribute_value_idCompoundUniqueInput = {
389
- item_id: number
390
- item_attribute_id: number
391
- attribute_value_id: number
392
- }
393
-
394
- export type ItemAttributeValueCountOrderByAggregateInput = {
395
- id?: Prisma.SortOrder
396
- uuid?: Prisma.SortOrder
397
- item_id?: Prisma.SortOrder
398
- item_attribute_id?: Prisma.SortOrder
399
- attribute_value_id?: Prisma.SortOrder
400
- created_at?: Prisma.SortOrder
401
- created_by?: Prisma.SortOrder
402
- }
403
-
404
- export type ItemAttributeValueAvgOrderByAggregateInput = {
405
- id?: Prisma.SortOrder
406
- item_id?: Prisma.SortOrder
407
- item_attribute_id?: Prisma.SortOrder
408
- attribute_value_id?: Prisma.SortOrder
409
- created_by?: Prisma.SortOrder
410
- }
411
-
412
- export type ItemAttributeValueMaxOrderByAggregateInput = {
413
- id?: Prisma.SortOrder
414
- uuid?: Prisma.SortOrder
415
- item_id?: Prisma.SortOrder
416
- item_attribute_id?: Prisma.SortOrder
417
- attribute_value_id?: Prisma.SortOrder
418
- created_at?: Prisma.SortOrder
419
- created_by?: Prisma.SortOrder
420
- }
421
-
422
- export type ItemAttributeValueMinOrderByAggregateInput = {
423
- id?: Prisma.SortOrder
424
- uuid?: Prisma.SortOrder
425
- item_id?: Prisma.SortOrder
426
- item_attribute_id?: Prisma.SortOrder
427
- attribute_value_id?: Prisma.SortOrder
428
- created_at?: Prisma.SortOrder
429
- created_by?: Prisma.SortOrder
430
- }
431
-
432
- export type ItemAttributeValueSumOrderByAggregateInput = {
433
- id?: Prisma.SortOrder
434
- item_id?: Prisma.SortOrder
435
- item_attribute_id?: Prisma.SortOrder
436
- attribute_value_id?: Prisma.SortOrder
437
- created_by?: Prisma.SortOrder
438
- }
439
-
440
- export type ItemAttributeValueCreateNestedManyWithoutAttribute_valueInput = {
441
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput> | Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput[]
442
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput | Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput[]
443
- createMany?: Prisma.ItemAttributeValueCreateManyAttribute_valueInputEnvelope
444
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
445
- }
446
-
447
- export type ItemAttributeValueUncheckedCreateNestedManyWithoutAttribute_valueInput = {
448
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput> | Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput[]
449
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput | Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput[]
450
- createMany?: Prisma.ItemAttributeValueCreateManyAttribute_valueInputEnvelope
451
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
452
- }
453
-
454
- export type ItemAttributeValueUpdateManyWithoutAttribute_valueNestedInput = {
455
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput> | Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput[]
456
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput | Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput[]
457
- upsert?: Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutAttribute_valueInput | Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutAttribute_valueInput[]
458
- createMany?: Prisma.ItemAttributeValueCreateManyAttribute_valueInputEnvelope
459
- set?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
460
- disconnect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
461
- delete?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
462
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
463
- update?: Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutAttribute_valueInput | Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutAttribute_valueInput[]
464
- updateMany?: Prisma.ItemAttributeValueUpdateManyWithWhereWithoutAttribute_valueInput | Prisma.ItemAttributeValueUpdateManyWithWhereWithoutAttribute_valueInput[]
465
- deleteMany?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
466
- }
467
-
468
- export type ItemAttributeValueUncheckedUpdateManyWithoutAttribute_valueNestedInput = {
469
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput> | Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput[]
470
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput | Prisma.ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput[]
471
- upsert?: Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutAttribute_valueInput | Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutAttribute_valueInput[]
472
- createMany?: Prisma.ItemAttributeValueCreateManyAttribute_valueInputEnvelope
473
- set?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
474
- disconnect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
475
- delete?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
476
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
477
- update?: Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutAttribute_valueInput | Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutAttribute_valueInput[]
478
- updateMany?: Prisma.ItemAttributeValueUpdateManyWithWhereWithoutAttribute_valueInput | Prisma.ItemAttributeValueUpdateManyWithWhereWithoutAttribute_valueInput[]
479
- deleteMany?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
480
- }
481
-
482
- export type ItemAttributeValueCreateNestedManyWithoutItemInput = {
483
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItemInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput> | Prisma.ItemAttributeValueCreateWithoutItemInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput[]
484
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput[]
485
- createMany?: Prisma.ItemAttributeValueCreateManyItemInputEnvelope
486
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
487
- }
488
-
489
- export type ItemAttributeValueUncheckedCreateNestedManyWithoutItemInput = {
490
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItemInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput> | Prisma.ItemAttributeValueCreateWithoutItemInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput[]
491
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput[]
492
- createMany?: Prisma.ItemAttributeValueCreateManyItemInputEnvelope
493
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
494
- }
495
-
496
- export type ItemAttributeValueUpdateManyWithoutItemNestedInput = {
497
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItemInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput> | Prisma.ItemAttributeValueCreateWithoutItemInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput[]
498
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput[]
499
- upsert?: Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItemInput | Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItemInput[]
500
- createMany?: Prisma.ItemAttributeValueCreateManyItemInputEnvelope
501
- set?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
502
- disconnect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
503
- delete?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
504
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
505
- update?: Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItemInput | Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItemInput[]
506
- updateMany?: Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItemInput | Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItemInput[]
507
- deleteMany?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
508
- }
509
-
510
- export type ItemAttributeValueUncheckedUpdateManyWithoutItemNestedInput = {
511
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItemInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput> | Prisma.ItemAttributeValueCreateWithoutItemInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput[]
512
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItemInput[]
513
- upsert?: Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItemInput | Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItemInput[]
514
- createMany?: Prisma.ItemAttributeValueCreateManyItemInputEnvelope
515
- set?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
516
- disconnect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
517
- delete?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
518
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
519
- update?: Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItemInput | Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItemInput[]
520
- updateMany?: Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItemInput | Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItemInput[]
521
- deleteMany?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
522
- }
523
-
524
- export type ItemAttributeValueCreateNestedManyWithoutItem_attributeInput = {
525
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput> | Prisma.ItemAttributeValueCreateWithoutItem_attributeInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput[]
526
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput[]
527
- createMany?: Prisma.ItemAttributeValueCreateManyItem_attributeInputEnvelope
528
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
529
- }
530
-
531
- export type ItemAttributeValueUncheckedCreateNestedManyWithoutItem_attributeInput = {
532
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput> | Prisma.ItemAttributeValueCreateWithoutItem_attributeInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput[]
533
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput[]
534
- createMany?: Prisma.ItemAttributeValueCreateManyItem_attributeInputEnvelope
535
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
536
- }
537
-
538
- export type ItemAttributeValueUpdateManyWithoutItem_attributeNestedInput = {
539
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput> | Prisma.ItemAttributeValueCreateWithoutItem_attributeInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput[]
540
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput[]
541
- upsert?: Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItem_attributeInput | Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItem_attributeInput[]
542
- createMany?: Prisma.ItemAttributeValueCreateManyItem_attributeInputEnvelope
543
- set?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
544
- disconnect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
545
- delete?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
546
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
547
- update?: Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItem_attributeInput | Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItem_attributeInput[]
548
- updateMany?: Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItem_attributeInput | Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItem_attributeInput[]
549
- deleteMany?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
550
- }
551
-
552
- export type ItemAttributeValueUncheckedUpdateManyWithoutItem_attributeNestedInput = {
553
- create?: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput> | Prisma.ItemAttributeValueCreateWithoutItem_attributeInput[] | Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput[]
554
- connectOrCreate?: Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput | Prisma.ItemAttributeValueCreateOrConnectWithoutItem_attributeInput[]
555
- upsert?: Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItem_attributeInput | Prisma.ItemAttributeValueUpsertWithWhereUniqueWithoutItem_attributeInput[]
556
- createMany?: Prisma.ItemAttributeValueCreateManyItem_attributeInputEnvelope
557
- set?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
558
- disconnect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
559
- delete?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
560
- connect?: Prisma.ItemAttributeValueWhereUniqueInput | Prisma.ItemAttributeValueWhereUniqueInput[]
561
- update?: Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItem_attributeInput | Prisma.ItemAttributeValueUpdateWithWhereUniqueWithoutItem_attributeInput[]
562
- updateMany?: Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItem_attributeInput | Prisma.ItemAttributeValueUpdateManyWithWhereWithoutItem_attributeInput[]
563
- deleteMany?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
564
- }
565
-
566
- export type ItemAttributeValueCreateWithoutAttribute_valueInput = {
567
- uuid?: string | null
568
- created_at?: Date | string | null
569
- created_by?: number | null
570
- item?: Prisma.ItemCreateNestedOneWithoutItem_attribute_valuesInput
571
- item_attribute?: Prisma.ItemAttributeCreateNestedOneWithoutItem_attribute_valuesInput
572
- }
573
-
574
- export type ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput = {
575
- id?: number
576
- uuid?: string | null
577
- item_id?: number | null
578
- item_attribute_id?: number | null
579
- created_at?: Date | string | null
580
- created_by?: number | null
581
- }
582
-
583
- export type ItemAttributeValueCreateOrConnectWithoutAttribute_valueInput = {
584
- where: Prisma.ItemAttributeValueWhereUniqueInput
585
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput>
586
- }
587
-
588
- export type ItemAttributeValueCreateManyAttribute_valueInputEnvelope = {
589
- data: Prisma.ItemAttributeValueCreateManyAttribute_valueInput | Prisma.ItemAttributeValueCreateManyAttribute_valueInput[]
590
- skipDuplicates?: boolean
591
- }
592
-
593
- export type ItemAttributeValueUpsertWithWhereUniqueWithoutAttribute_valueInput = {
594
- where: Prisma.ItemAttributeValueWhereUniqueInput
595
- update: Prisma.XOR<Prisma.ItemAttributeValueUpdateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedUpdateWithoutAttribute_valueInput>
596
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedCreateWithoutAttribute_valueInput>
597
- }
598
-
599
- export type ItemAttributeValueUpdateWithWhereUniqueWithoutAttribute_valueInput = {
600
- where: Prisma.ItemAttributeValueWhereUniqueInput
601
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateWithoutAttribute_valueInput, Prisma.ItemAttributeValueUncheckedUpdateWithoutAttribute_valueInput>
602
- }
603
-
604
- export type ItemAttributeValueUpdateManyWithWhereWithoutAttribute_valueInput = {
605
- where: Prisma.ItemAttributeValueScalarWhereInput
606
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateManyMutationInput, Prisma.ItemAttributeValueUncheckedUpdateManyWithoutAttribute_valueInput>
607
- }
608
-
609
- export type ItemAttributeValueScalarWhereInput = {
610
- AND?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
611
- OR?: Prisma.ItemAttributeValueScalarWhereInput[]
612
- NOT?: Prisma.ItemAttributeValueScalarWhereInput | Prisma.ItemAttributeValueScalarWhereInput[]
613
- id?: Prisma.IntFilter<"ItemAttributeValue"> | number
614
- uuid?: Prisma.StringNullableFilter<"ItemAttributeValue"> | string | null
615
- item_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
616
- item_attribute_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
617
- attribute_value_id?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
618
- created_at?: Prisma.DateTimeNullableFilter<"ItemAttributeValue"> | Date | string | null
619
- created_by?: Prisma.IntNullableFilter<"ItemAttributeValue"> | number | null
620
- }
621
-
622
- export type ItemAttributeValueCreateWithoutItemInput = {
623
- uuid?: string | null
624
- created_at?: Date | string | null
625
- created_by?: number | null
626
- item_attribute?: Prisma.ItemAttributeCreateNestedOneWithoutItem_attribute_valuesInput
627
- attribute_value?: Prisma.AttributeValueCreateNestedOneWithoutItem_attribute_valuesInput
628
- }
629
-
630
- export type ItemAttributeValueUncheckedCreateWithoutItemInput = {
631
- id?: number
632
- uuid?: string | null
633
- item_attribute_id?: number | null
634
- attribute_value_id?: number | null
635
- created_at?: Date | string | null
636
- created_by?: number | null
637
- }
638
-
639
- export type ItemAttributeValueCreateOrConnectWithoutItemInput = {
640
- where: Prisma.ItemAttributeValueWhereUniqueInput
641
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItemInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput>
642
- }
643
-
644
- export type ItemAttributeValueCreateManyItemInputEnvelope = {
645
- data: Prisma.ItemAttributeValueCreateManyItemInput | Prisma.ItemAttributeValueCreateManyItemInput[]
646
- skipDuplicates?: boolean
647
- }
648
-
649
- export type ItemAttributeValueUpsertWithWhereUniqueWithoutItemInput = {
650
- where: Prisma.ItemAttributeValueWhereUniqueInput
651
- update: Prisma.XOR<Prisma.ItemAttributeValueUpdateWithoutItemInput, Prisma.ItemAttributeValueUncheckedUpdateWithoutItemInput>
652
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItemInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItemInput>
653
- }
654
-
655
- export type ItemAttributeValueUpdateWithWhereUniqueWithoutItemInput = {
656
- where: Prisma.ItemAttributeValueWhereUniqueInput
657
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateWithoutItemInput, Prisma.ItemAttributeValueUncheckedUpdateWithoutItemInput>
658
- }
659
-
660
- export type ItemAttributeValueUpdateManyWithWhereWithoutItemInput = {
661
- where: Prisma.ItemAttributeValueScalarWhereInput
662
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateManyMutationInput, Prisma.ItemAttributeValueUncheckedUpdateManyWithoutItemInput>
663
- }
664
-
665
- export type ItemAttributeValueCreateWithoutItem_attributeInput = {
666
- uuid?: string | null
667
- created_at?: Date | string | null
668
- created_by?: number | null
669
- item?: Prisma.ItemCreateNestedOneWithoutItem_attribute_valuesInput
670
- attribute_value?: Prisma.AttributeValueCreateNestedOneWithoutItem_attribute_valuesInput
671
- }
672
-
673
- export type ItemAttributeValueUncheckedCreateWithoutItem_attributeInput = {
674
- id?: number
675
- uuid?: string | null
676
- item_id?: number | null
677
- attribute_value_id?: number | null
678
- created_at?: Date | string | null
679
- created_by?: number | null
680
- }
681
-
682
- export type ItemAttributeValueCreateOrConnectWithoutItem_attributeInput = {
683
- where: Prisma.ItemAttributeValueWhereUniqueInput
684
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput>
685
- }
686
-
687
- export type ItemAttributeValueCreateManyItem_attributeInputEnvelope = {
688
- data: Prisma.ItemAttributeValueCreateManyItem_attributeInput | Prisma.ItemAttributeValueCreateManyItem_attributeInput[]
689
- skipDuplicates?: boolean
690
- }
691
-
692
- export type ItemAttributeValueUpsertWithWhereUniqueWithoutItem_attributeInput = {
693
- where: Prisma.ItemAttributeValueWhereUniqueInput
694
- update: Prisma.XOR<Prisma.ItemAttributeValueUpdateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedUpdateWithoutItem_attributeInput>
695
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedCreateWithoutItem_attributeInput>
696
- }
697
-
698
- export type ItemAttributeValueUpdateWithWhereUniqueWithoutItem_attributeInput = {
699
- where: Prisma.ItemAttributeValueWhereUniqueInput
700
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateWithoutItem_attributeInput, Prisma.ItemAttributeValueUncheckedUpdateWithoutItem_attributeInput>
701
- }
702
-
703
- export type ItemAttributeValueUpdateManyWithWhereWithoutItem_attributeInput = {
704
- where: Prisma.ItemAttributeValueScalarWhereInput
705
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateManyMutationInput, Prisma.ItemAttributeValueUncheckedUpdateManyWithoutItem_attributeInput>
706
- }
707
-
708
- export type ItemAttributeValueCreateManyAttribute_valueInput = {
709
- id?: number
710
- uuid?: string | null
711
- item_id?: number | null
712
- item_attribute_id?: number | null
713
- created_at?: Date | string | null
714
- created_by?: number | null
715
- }
716
-
717
- export type ItemAttributeValueUpdateWithoutAttribute_valueInput = {
718
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
719
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
720
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
721
- item?: Prisma.ItemUpdateOneWithoutItem_attribute_valuesNestedInput
722
- item_attribute?: Prisma.ItemAttributeUpdateOneWithoutItem_attribute_valuesNestedInput
723
- }
724
-
725
- export type ItemAttributeValueUncheckedUpdateWithoutAttribute_valueInput = {
726
- id?: Prisma.IntFieldUpdateOperationsInput | number
727
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
728
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
729
- item_attribute_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
730
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
731
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
732
- }
733
-
734
- export type ItemAttributeValueUncheckedUpdateManyWithoutAttribute_valueInput = {
735
- id?: Prisma.IntFieldUpdateOperationsInput | number
736
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
737
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
738
- item_attribute_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
739
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
740
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
741
- }
742
-
743
- export type ItemAttributeValueCreateManyItemInput = {
744
- id?: number
745
- uuid?: string | null
746
- item_attribute_id?: number | null
747
- attribute_value_id?: number | null
748
- created_at?: Date | string | null
749
- created_by?: number | null
750
- }
751
-
752
- export type ItemAttributeValueUpdateWithoutItemInput = {
753
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
754
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
755
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
756
- item_attribute?: Prisma.ItemAttributeUpdateOneWithoutItem_attribute_valuesNestedInput
757
- attribute_value?: Prisma.AttributeValueUpdateOneWithoutItem_attribute_valuesNestedInput
758
- }
759
-
760
- export type ItemAttributeValueUncheckedUpdateWithoutItemInput = {
761
- id?: Prisma.IntFieldUpdateOperationsInput | number
762
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
763
- item_attribute_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
764
- attribute_value_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
765
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
766
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
767
- }
768
-
769
- export type ItemAttributeValueUncheckedUpdateManyWithoutItemInput = {
770
- id?: Prisma.IntFieldUpdateOperationsInput | number
771
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
772
- item_attribute_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
773
- attribute_value_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
774
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
775
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
776
- }
777
-
778
- export type ItemAttributeValueCreateManyItem_attributeInput = {
779
- id?: number
780
- uuid?: string | null
781
- item_id?: number | null
782
- attribute_value_id?: number | null
783
- created_at?: Date | string | null
784
- created_by?: number | null
785
- }
786
-
787
- export type ItemAttributeValueUpdateWithoutItem_attributeInput = {
788
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
789
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
790
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
791
- item?: Prisma.ItemUpdateOneWithoutItem_attribute_valuesNestedInput
792
- attribute_value?: Prisma.AttributeValueUpdateOneWithoutItem_attribute_valuesNestedInput
793
- }
794
-
795
- export type ItemAttributeValueUncheckedUpdateWithoutItem_attributeInput = {
796
- id?: Prisma.IntFieldUpdateOperationsInput | number
797
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
798
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
799
- attribute_value_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
800
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
801
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
802
- }
803
-
804
- export type ItemAttributeValueUncheckedUpdateManyWithoutItem_attributeInput = {
805
- id?: Prisma.IntFieldUpdateOperationsInput | number
806
- uuid?: Prisma.NullableStringFieldUpdateOperationsInput | string | null
807
- item_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
808
- attribute_value_id?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
809
- created_at?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null
810
- created_by?: Prisma.NullableIntFieldUpdateOperationsInput | number | null
811
- }
812
-
813
-
814
-
815
- export type ItemAttributeValueSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
816
- id?: boolean
817
- uuid?: boolean
818
- item_id?: boolean
819
- item_attribute_id?: boolean
820
- attribute_value_id?: boolean
821
- created_at?: boolean
822
- created_by?: boolean
823
- item?: boolean | Prisma.ItemAttributeValue$itemArgs<ExtArgs>
824
- item_attribute?: boolean | Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>
825
- attribute_value?: boolean | Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>
826
- }, ExtArgs["result"]["itemAttributeValue"]>
827
-
828
- export type ItemAttributeValueSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
829
- id?: boolean
830
- uuid?: boolean
831
- item_id?: boolean
832
- item_attribute_id?: boolean
833
- attribute_value_id?: boolean
834
- created_at?: boolean
835
- created_by?: boolean
836
- item?: boolean | Prisma.ItemAttributeValue$itemArgs<ExtArgs>
837
- item_attribute?: boolean | Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>
838
- attribute_value?: boolean | Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>
839
- }, ExtArgs["result"]["itemAttributeValue"]>
840
-
841
- export type ItemAttributeValueSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
842
- id?: boolean
843
- uuid?: boolean
844
- item_id?: boolean
845
- item_attribute_id?: boolean
846
- attribute_value_id?: boolean
847
- created_at?: boolean
848
- created_by?: boolean
849
- item?: boolean | Prisma.ItemAttributeValue$itemArgs<ExtArgs>
850
- item_attribute?: boolean | Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>
851
- attribute_value?: boolean | Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>
852
- }, ExtArgs["result"]["itemAttributeValue"]>
853
-
854
- export type ItemAttributeValueSelectScalar = {
855
- id?: boolean
856
- uuid?: boolean
857
- item_id?: boolean
858
- item_attribute_id?: boolean
859
- attribute_value_id?: boolean
860
- created_at?: boolean
861
- created_by?: boolean
862
- }
863
-
864
- export type ItemAttributeValueOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "uuid" | "item_id" | "item_attribute_id" | "attribute_value_id" | "created_at" | "created_by", ExtArgs["result"]["itemAttributeValue"]>
865
- export type ItemAttributeValueInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
866
- item?: boolean | Prisma.ItemAttributeValue$itemArgs<ExtArgs>
867
- item_attribute?: boolean | Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>
868
- attribute_value?: boolean | Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>
869
- }
870
- export type ItemAttributeValueIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
871
- item?: boolean | Prisma.ItemAttributeValue$itemArgs<ExtArgs>
872
- item_attribute?: boolean | Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>
873
- attribute_value?: boolean | Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>
874
- }
875
- export type ItemAttributeValueIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
876
- item?: boolean | Prisma.ItemAttributeValue$itemArgs<ExtArgs>
877
- item_attribute?: boolean | Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>
878
- attribute_value?: boolean | Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>
879
- }
880
-
881
- export type $ItemAttributeValuePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
882
- name: "ItemAttributeValue"
883
- objects: {
884
- item: Prisma.$ItemPayload<ExtArgs> | null
885
- item_attribute: Prisma.$ItemAttributePayload<ExtArgs> | null
886
- attribute_value: Prisma.$AttributeValuePayload<ExtArgs> | null
887
- }
888
- scalars: runtime.Types.Extensions.GetPayloadResult<{
889
- id: number
890
- uuid: string | null
891
- item_id: number | null
892
- item_attribute_id: number | null
893
- attribute_value_id: number | null
894
- created_at: Date | null
895
- created_by: number | null
896
- }, ExtArgs["result"]["itemAttributeValue"]>
897
- composites: {}
898
- }
899
-
900
- export type ItemAttributeValueGetPayload<S extends boolean | null | undefined | ItemAttributeValueDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload, S>
901
-
902
- export type ItemAttributeValueCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
903
- Omit<ItemAttributeValueFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
904
- select?: ItemAttributeValueCountAggregateInputType | true
905
- }
906
-
907
- export interface ItemAttributeValueDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
908
- [K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ItemAttributeValue'], meta: { name: 'ItemAttributeValue' } }
909
- /**
910
- * Find zero or one ItemAttributeValue that matches the filter.
911
- * @param {ItemAttributeValueFindUniqueArgs} args - Arguments to find a ItemAttributeValue
912
- * @example
913
- * // Get one ItemAttributeValue
914
- * const itemAttributeValue = await prisma.itemAttributeValue.findUnique({
915
- * where: {
916
- * // ... provide filter here
917
- * }
918
- * })
919
- */
920
- findUnique<T extends ItemAttributeValueFindUniqueArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
921
-
922
- /**
923
- * Find one ItemAttributeValue that matches the filter or throw an error with `error.code='P2025'`
924
- * if no matches were found.
925
- * @param {ItemAttributeValueFindUniqueOrThrowArgs} args - Arguments to find a ItemAttributeValue
926
- * @example
927
- * // Get one ItemAttributeValue
928
- * const itemAttributeValue = await prisma.itemAttributeValue.findUniqueOrThrow({
929
- * where: {
930
- * // ... provide filter here
931
- * }
932
- * })
933
- */
934
- findUniqueOrThrow<T extends ItemAttributeValueFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
935
-
936
- /**
937
- * Find the first ItemAttributeValue that matches the filter.
938
- * Note, that providing `undefined` is treated as the value not being there.
939
- * Read more here: https://pris.ly/d/null-undefined
940
- * @param {ItemAttributeValueFindFirstArgs} args - Arguments to find a ItemAttributeValue
941
- * @example
942
- * // Get one ItemAttributeValue
943
- * const itemAttributeValue = await prisma.itemAttributeValue.findFirst({
944
- * where: {
945
- * // ... provide filter here
946
- * }
947
- * })
948
- */
949
- findFirst<T extends ItemAttributeValueFindFirstArgs>(args?: Prisma.SelectSubset<T, ItemAttributeValueFindFirstArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
950
-
951
- /**
952
- * Find the first ItemAttributeValue that matches the filter or
953
- * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
954
- * Note, that providing `undefined` is treated as the value not being there.
955
- * Read more here: https://pris.ly/d/null-undefined
956
- * @param {ItemAttributeValueFindFirstOrThrowArgs} args - Arguments to find a ItemAttributeValue
957
- * @example
958
- * // Get one ItemAttributeValue
959
- * const itemAttributeValue = await prisma.itemAttributeValue.findFirstOrThrow({
960
- * where: {
961
- * // ... provide filter here
962
- * }
963
- * })
964
- */
965
- findFirstOrThrow<T extends ItemAttributeValueFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ItemAttributeValueFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
966
-
967
- /**
968
- * Find zero or more ItemAttributeValues that matches the filter.
969
- * Note, that providing `undefined` is treated as the value not being there.
970
- * Read more here: https://pris.ly/d/null-undefined
971
- * @param {ItemAttributeValueFindManyArgs} args - Arguments to filter and select certain fields only.
972
- * @example
973
- * // Get all ItemAttributeValues
974
- * const itemAttributeValues = await prisma.itemAttributeValue.findMany()
975
- *
976
- * // Get first 10 ItemAttributeValues
977
- * const itemAttributeValues = await prisma.itemAttributeValue.findMany({ take: 10 })
978
- *
979
- * // Only select the `id`
980
- * const itemAttributeValueWithIdOnly = await prisma.itemAttributeValue.findMany({ select: { id: true } })
981
- *
982
- */
983
- findMany<T extends ItemAttributeValueFindManyArgs>(args?: Prisma.SelectSubset<T, ItemAttributeValueFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
984
-
985
- /**
986
- * Create a ItemAttributeValue.
987
- * @param {ItemAttributeValueCreateArgs} args - Arguments to create a ItemAttributeValue.
988
- * @example
989
- * // Create one ItemAttributeValue
990
- * const ItemAttributeValue = await prisma.itemAttributeValue.create({
991
- * data: {
992
- * // ... data to create a ItemAttributeValue
993
- * }
994
- * })
995
- *
996
- */
997
- create<T extends ItemAttributeValueCreateArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueCreateArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
998
-
999
- /**
1000
- * Create many ItemAttributeValues.
1001
- * @param {ItemAttributeValueCreateManyArgs} args - Arguments to create many ItemAttributeValues.
1002
- * @example
1003
- * // Create many ItemAttributeValues
1004
- * const itemAttributeValue = await prisma.itemAttributeValue.createMany({
1005
- * data: [
1006
- * // ... provide data here
1007
- * ]
1008
- * })
1009
- *
1010
- */
1011
- createMany<T extends ItemAttributeValueCreateManyArgs>(args?: Prisma.SelectSubset<T, ItemAttributeValueCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1012
-
1013
- /**
1014
- * Create many ItemAttributeValues and returns the data saved in the database.
1015
- * @param {ItemAttributeValueCreateManyAndReturnArgs} args - Arguments to create many ItemAttributeValues.
1016
- * @example
1017
- * // Create many ItemAttributeValues
1018
- * const itemAttributeValue = await prisma.itemAttributeValue.createManyAndReturn({
1019
- * data: [
1020
- * // ... provide data here
1021
- * ]
1022
- * })
1023
- *
1024
- * // Create many ItemAttributeValues and only return the `id`
1025
- * const itemAttributeValueWithIdOnly = await prisma.itemAttributeValue.createManyAndReturn({
1026
- * select: { id: true },
1027
- * data: [
1028
- * // ... provide data here
1029
- * ]
1030
- * })
1031
- * Note, that providing `undefined` is treated as the value not being there.
1032
- * Read more here: https://pris.ly/d/null-undefined
1033
- *
1034
- */
1035
- createManyAndReturn<T extends ItemAttributeValueCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ItemAttributeValueCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
1036
-
1037
- /**
1038
- * Delete a ItemAttributeValue.
1039
- * @param {ItemAttributeValueDeleteArgs} args - Arguments to delete one ItemAttributeValue.
1040
- * @example
1041
- * // Delete one ItemAttributeValue
1042
- * const ItemAttributeValue = await prisma.itemAttributeValue.delete({
1043
- * where: {
1044
- * // ... filter to delete one ItemAttributeValue
1045
- * }
1046
- * })
1047
- *
1048
- */
1049
- delete<T extends ItemAttributeValueDeleteArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueDeleteArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1050
-
1051
- /**
1052
- * Update one ItemAttributeValue.
1053
- * @param {ItemAttributeValueUpdateArgs} args - Arguments to update one ItemAttributeValue.
1054
- * @example
1055
- * // Update one ItemAttributeValue
1056
- * const itemAttributeValue = await prisma.itemAttributeValue.update({
1057
- * where: {
1058
- * // ... provide filter here
1059
- * },
1060
- * data: {
1061
- * // ... provide data here
1062
- * }
1063
- * })
1064
- *
1065
- */
1066
- update<T extends ItemAttributeValueUpdateArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueUpdateArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1067
-
1068
- /**
1069
- * Delete zero or more ItemAttributeValues.
1070
- * @param {ItemAttributeValueDeleteManyArgs} args - Arguments to filter ItemAttributeValues to delete.
1071
- * @example
1072
- * // Delete a few ItemAttributeValues
1073
- * const { count } = await prisma.itemAttributeValue.deleteMany({
1074
- * where: {
1075
- * // ... provide filter here
1076
- * }
1077
- * })
1078
- *
1079
- */
1080
- deleteMany<T extends ItemAttributeValueDeleteManyArgs>(args?: Prisma.SelectSubset<T, ItemAttributeValueDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1081
-
1082
- /**
1083
- * Update zero or more ItemAttributeValues.
1084
- * Note, that providing `undefined` is treated as the value not being there.
1085
- * Read more here: https://pris.ly/d/null-undefined
1086
- * @param {ItemAttributeValueUpdateManyArgs} args - Arguments to update one or more rows.
1087
- * @example
1088
- * // Update many ItemAttributeValues
1089
- * const itemAttributeValue = await prisma.itemAttributeValue.updateMany({
1090
- * where: {
1091
- * // ... provide filter here
1092
- * },
1093
- * data: {
1094
- * // ... provide data here
1095
- * }
1096
- * })
1097
- *
1098
- */
1099
- updateMany<T extends ItemAttributeValueUpdateManyArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
1100
-
1101
- /**
1102
- * Update zero or more ItemAttributeValues and returns the data updated in the database.
1103
- * @param {ItemAttributeValueUpdateManyAndReturnArgs} args - Arguments to update many ItemAttributeValues.
1104
- * @example
1105
- * // Update many ItemAttributeValues
1106
- * const itemAttributeValue = await prisma.itemAttributeValue.updateManyAndReturn({
1107
- * where: {
1108
- * // ... provide filter here
1109
- * },
1110
- * data: [
1111
- * // ... provide data here
1112
- * ]
1113
- * })
1114
- *
1115
- * // Update zero or more ItemAttributeValues and only return the `id`
1116
- * const itemAttributeValueWithIdOnly = await prisma.itemAttributeValue.updateManyAndReturn({
1117
- * select: { id: true },
1118
- * where: {
1119
- * // ... provide filter here
1120
- * },
1121
- * data: [
1122
- * // ... provide data here
1123
- * ]
1124
- * })
1125
- * Note, that providing `undefined` is treated as the value not being there.
1126
- * Read more here: https://pris.ly/d/null-undefined
1127
- *
1128
- */
1129
- updateManyAndReturn<T extends ItemAttributeValueUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
1130
-
1131
- /**
1132
- * Create or update one ItemAttributeValue.
1133
- * @param {ItemAttributeValueUpsertArgs} args - Arguments to update or create a ItemAttributeValue.
1134
- * @example
1135
- * // Update or create a ItemAttributeValue
1136
- * const itemAttributeValue = await prisma.itemAttributeValue.upsert({
1137
- * create: {
1138
- * // ... data to create a ItemAttributeValue
1139
- * },
1140
- * update: {
1141
- * // ... in case it already exists, update
1142
- * },
1143
- * where: {
1144
- * // ... the filter for the ItemAttributeValue we want to update
1145
- * }
1146
- * })
1147
- */
1148
- upsert<T extends ItemAttributeValueUpsertArgs>(args: Prisma.SelectSubset<T, ItemAttributeValueUpsertArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeValueClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributeValuePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
1149
-
1150
-
1151
- /**
1152
- * Count the number of ItemAttributeValues.
1153
- * Note, that providing `undefined` is treated as the value not being there.
1154
- * Read more here: https://pris.ly/d/null-undefined
1155
- * @param {ItemAttributeValueCountArgs} args - Arguments to filter ItemAttributeValues to count.
1156
- * @example
1157
- * // Count the number of ItemAttributeValues
1158
- * const count = await prisma.itemAttributeValue.count({
1159
- * where: {
1160
- * // ... the filter for the ItemAttributeValues we want to count
1161
- * }
1162
- * })
1163
- **/
1164
- count<T extends ItemAttributeValueCountArgs>(
1165
- args?: Prisma.Subset<T, ItemAttributeValueCountArgs>,
1166
- ): Prisma.PrismaPromise<
1167
- T extends runtime.Types.Utils.Record<'select', any>
1168
- ? T['select'] extends true
1169
- ? number
1170
- : Prisma.GetScalarType<T['select'], ItemAttributeValueCountAggregateOutputType>
1171
- : number
1172
- >
1173
-
1174
- /**
1175
- * Allows you to perform aggregations operations on a ItemAttributeValue.
1176
- * Note, that providing `undefined` is treated as the value not being there.
1177
- * Read more here: https://pris.ly/d/null-undefined
1178
- * @param {ItemAttributeValueAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1179
- * @example
1180
- * // Ordered by age ascending
1181
- * // Where email contains prisma.io
1182
- * // Limited to the 10 users
1183
- * const aggregations = await prisma.user.aggregate({
1184
- * _avg: {
1185
- * age: true,
1186
- * },
1187
- * where: {
1188
- * email: {
1189
- * contains: "prisma.io",
1190
- * },
1191
- * },
1192
- * orderBy: {
1193
- * age: "asc",
1194
- * },
1195
- * take: 10,
1196
- * })
1197
- **/
1198
- aggregate<T extends ItemAttributeValueAggregateArgs>(args: Prisma.Subset<T, ItemAttributeValueAggregateArgs>): Prisma.PrismaPromise<GetItemAttributeValueAggregateType<T>>
1199
-
1200
- /**
1201
- * Group by ItemAttributeValue.
1202
- * Note, that providing `undefined` is treated as the value not being there.
1203
- * Read more here: https://pris.ly/d/null-undefined
1204
- * @param {ItemAttributeValueGroupByArgs} args - Group by arguments.
1205
- * @example
1206
- * // Group by city, order by createdAt, get count
1207
- * const result = await prisma.user.groupBy({
1208
- * by: ['city', 'createdAt'],
1209
- * orderBy: {
1210
- * createdAt: true
1211
- * },
1212
- * _count: {
1213
- * _all: true
1214
- * },
1215
- * })
1216
- *
1217
- **/
1218
- groupBy<
1219
- T extends ItemAttributeValueGroupByArgs,
1220
- HasSelectOrTake extends Prisma.Or<
1221
- Prisma.Extends<'skip', Prisma.Keys<T>>,
1222
- Prisma.Extends<'take', Prisma.Keys<T>>
1223
- >,
1224
- OrderByArg extends Prisma.True extends HasSelectOrTake
1225
- ? { orderBy: ItemAttributeValueGroupByArgs['orderBy'] }
1226
- : { orderBy?: ItemAttributeValueGroupByArgs['orderBy'] },
1227
- OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
1228
- ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
1229
- ByValid extends Prisma.Has<ByFields, OrderFields>,
1230
- HavingFields extends Prisma.GetHavingFields<T['having']>,
1231
- HavingValid extends Prisma.Has<ByFields, HavingFields>,
1232
- ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
1233
- InputErrors extends ByEmpty extends Prisma.True
1234
- ? `Error: "by" must not be empty.`
1235
- : HavingValid extends Prisma.False
1236
- ? {
1237
- [P in HavingFields]: P extends ByFields
1238
- ? never
1239
- : P extends string
1240
- ? `Error: Field "${P}" used in "having" needs to be provided in "by".`
1241
- : [
1242
- Error,
1243
- 'Field ',
1244
- P,
1245
- ` in "having" needs to be provided in "by"`,
1246
- ]
1247
- }[HavingFields]
1248
- : 'take' extends Prisma.Keys<T>
1249
- ? 'orderBy' extends Prisma.Keys<T>
1250
- ? ByValid extends Prisma.True
1251
- ? {}
1252
- : {
1253
- [P in OrderFields]: P extends ByFields
1254
- ? never
1255
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1256
- }[OrderFields]
1257
- : 'Error: If you provide "take", you also need to provide "orderBy"'
1258
- : 'skip' extends Prisma.Keys<T>
1259
- ? 'orderBy' extends Prisma.Keys<T>
1260
- ? ByValid extends Prisma.True
1261
- ? {}
1262
- : {
1263
- [P in OrderFields]: P extends ByFields
1264
- ? never
1265
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1266
- }[OrderFields]
1267
- : 'Error: If you provide "skip", you also need to provide "orderBy"'
1268
- : ByValid extends Prisma.True
1269
- ? {}
1270
- : {
1271
- [P in OrderFields]: P extends ByFields
1272
- ? never
1273
- : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
1274
- }[OrderFields]
1275
- >(args: Prisma.SubsetIntersection<T, ItemAttributeValueGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetItemAttributeValueGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
1276
- /**
1277
- * Fields of the ItemAttributeValue model
1278
- */
1279
- readonly fields: ItemAttributeValueFieldRefs;
1280
- }
1281
-
1282
- /**
1283
- * The delegate class that acts as a "Promise-like" for ItemAttributeValue.
1284
- * Why is this prefixed with `Prisma__`?
1285
- * Because we want to prevent naming conflicts as mentioned in
1286
- * https://github.com/prisma/prisma-client-js/issues/707
1287
- */
1288
- export interface Prisma__ItemAttributeValueClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1289
- readonly [Symbol.toStringTag]: "PrismaPromise"
1290
- item<T extends Prisma.ItemAttributeValue$itemArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ItemAttributeValue$itemArgs<ExtArgs>>): Prisma.Prisma__ItemClient<runtime.Types.Result.GetResult<Prisma.$ItemPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1291
- item_attribute<T extends Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ItemAttributeValue$item_attributeArgs<ExtArgs>>): Prisma.Prisma__ItemAttributeClient<runtime.Types.Result.GetResult<Prisma.$ItemAttributePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1292
- attribute_value<T extends Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ItemAttributeValue$attribute_valueArgs<ExtArgs>>): Prisma.Prisma__AttributeValueClient<runtime.Types.Result.GetResult<Prisma.$AttributeValuePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
1293
- /**
1294
- * Attaches callbacks for the resolution and/or rejection of the Promise.
1295
- * @param onfulfilled The callback to execute when the Promise is resolved.
1296
- * @param onrejected The callback to execute when the Promise is rejected.
1297
- * @returns A Promise for the completion of which ever callback is executed.
1298
- */
1299
- 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>
1300
- /**
1301
- * Attaches a callback for only the rejection of the Promise.
1302
- * @param onrejected The callback to execute when the Promise is rejected.
1303
- * @returns A Promise for the completion of the callback.
1304
- */
1305
- catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
1306
- /**
1307
- * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1308
- * resolved value cannot be modified from the callback.
1309
- * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1310
- * @returns A Promise for the completion of the callback.
1311
- */
1312
- finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
1313
- }
1314
-
1315
-
1316
-
1317
-
1318
- /**
1319
- * Fields of the ItemAttributeValue model
1320
- */
1321
- export interface ItemAttributeValueFieldRefs {
1322
- readonly id: Prisma.FieldRef<"ItemAttributeValue", 'Int'>
1323
- readonly uuid: Prisma.FieldRef<"ItemAttributeValue", 'String'>
1324
- readonly item_id: Prisma.FieldRef<"ItemAttributeValue", 'Int'>
1325
- readonly item_attribute_id: Prisma.FieldRef<"ItemAttributeValue", 'Int'>
1326
- readonly attribute_value_id: Prisma.FieldRef<"ItemAttributeValue", 'Int'>
1327
- readonly created_at: Prisma.FieldRef<"ItemAttributeValue", 'DateTime'>
1328
- readonly created_by: Prisma.FieldRef<"ItemAttributeValue", 'Int'>
1329
- }
1330
-
1331
-
1332
- // Custom InputTypes
1333
- /**
1334
- * ItemAttributeValue findUnique
1335
- */
1336
- export type ItemAttributeValueFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1337
- /**
1338
- * Select specific fields to fetch from the ItemAttributeValue
1339
- */
1340
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1341
- /**
1342
- * Omit specific fields from the ItemAttributeValue
1343
- */
1344
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1345
- /**
1346
- * Choose, which related nodes to fetch as well
1347
- */
1348
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1349
- /**
1350
- * Filter, which ItemAttributeValue to fetch.
1351
- */
1352
- where: Prisma.ItemAttributeValueWhereUniqueInput
1353
- }
1354
-
1355
- /**
1356
- * ItemAttributeValue findUniqueOrThrow
1357
- */
1358
- export type ItemAttributeValueFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1359
- /**
1360
- * Select specific fields to fetch from the ItemAttributeValue
1361
- */
1362
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1363
- /**
1364
- * Omit specific fields from the ItemAttributeValue
1365
- */
1366
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1367
- /**
1368
- * Choose, which related nodes to fetch as well
1369
- */
1370
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1371
- /**
1372
- * Filter, which ItemAttributeValue to fetch.
1373
- */
1374
- where: Prisma.ItemAttributeValueWhereUniqueInput
1375
- }
1376
-
1377
- /**
1378
- * ItemAttributeValue findFirst
1379
- */
1380
- export type ItemAttributeValueFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1381
- /**
1382
- * Select specific fields to fetch from the ItemAttributeValue
1383
- */
1384
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1385
- /**
1386
- * Omit specific fields from the ItemAttributeValue
1387
- */
1388
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1389
- /**
1390
- * Choose, which related nodes to fetch as well
1391
- */
1392
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1393
- /**
1394
- * Filter, which ItemAttributeValue to fetch.
1395
- */
1396
- where?: Prisma.ItemAttributeValueWhereInput
1397
- /**
1398
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1399
- *
1400
- * Determine the order of ItemAttributeValues to fetch.
1401
- */
1402
- orderBy?: Prisma.ItemAttributeValueOrderByWithRelationInput | Prisma.ItemAttributeValueOrderByWithRelationInput[]
1403
- /**
1404
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1405
- *
1406
- * Sets the position for searching for ItemAttributeValues.
1407
- */
1408
- cursor?: Prisma.ItemAttributeValueWhereUniqueInput
1409
- /**
1410
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1411
- *
1412
- * Take `±n` ItemAttributeValues from the position of the cursor.
1413
- */
1414
- take?: number
1415
- /**
1416
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1417
- *
1418
- * Skip the first `n` ItemAttributeValues.
1419
- */
1420
- skip?: number
1421
- /**
1422
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1423
- *
1424
- * Filter by unique combinations of ItemAttributeValues.
1425
- */
1426
- distinct?: Prisma.ItemAttributeValueScalarFieldEnum | Prisma.ItemAttributeValueScalarFieldEnum[]
1427
- }
1428
-
1429
- /**
1430
- * ItemAttributeValue findFirstOrThrow
1431
- */
1432
- export type ItemAttributeValueFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1433
- /**
1434
- * Select specific fields to fetch from the ItemAttributeValue
1435
- */
1436
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1437
- /**
1438
- * Omit specific fields from the ItemAttributeValue
1439
- */
1440
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1441
- /**
1442
- * Choose, which related nodes to fetch as well
1443
- */
1444
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1445
- /**
1446
- * Filter, which ItemAttributeValue to fetch.
1447
- */
1448
- where?: Prisma.ItemAttributeValueWhereInput
1449
- /**
1450
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1451
- *
1452
- * Determine the order of ItemAttributeValues to fetch.
1453
- */
1454
- orderBy?: Prisma.ItemAttributeValueOrderByWithRelationInput | Prisma.ItemAttributeValueOrderByWithRelationInput[]
1455
- /**
1456
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1457
- *
1458
- * Sets the position for searching for ItemAttributeValues.
1459
- */
1460
- cursor?: Prisma.ItemAttributeValueWhereUniqueInput
1461
- /**
1462
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1463
- *
1464
- * Take `±n` ItemAttributeValues from the position of the cursor.
1465
- */
1466
- take?: number
1467
- /**
1468
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1469
- *
1470
- * Skip the first `n` ItemAttributeValues.
1471
- */
1472
- skip?: number
1473
- /**
1474
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1475
- *
1476
- * Filter by unique combinations of ItemAttributeValues.
1477
- */
1478
- distinct?: Prisma.ItemAttributeValueScalarFieldEnum | Prisma.ItemAttributeValueScalarFieldEnum[]
1479
- }
1480
-
1481
- /**
1482
- * ItemAttributeValue findMany
1483
- */
1484
- export type ItemAttributeValueFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1485
- /**
1486
- * Select specific fields to fetch from the ItemAttributeValue
1487
- */
1488
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1489
- /**
1490
- * Omit specific fields from the ItemAttributeValue
1491
- */
1492
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1493
- /**
1494
- * Choose, which related nodes to fetch as well
1495
- */
1496
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1497
- /**
1498
- * Filter, which ItemAttributeValues to fetch.
1499
- */
1500
- where?: Prisma.ItemAttributeValueWhereInput
1501
- /**
1502
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1503
- *
1504
- * Determine the order of ItemAttributeValues to fetch.
1505
- */
1506
- orderBy?: Prisma.ItemAttributeValueOrderByWithRelationInput | Prisma.ItemAttributeValueOrderByWithRelationInput[]
1507
- /**
1508
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1509
- *
1510
- * Sets the position for listing ItemAttributeValues.
1511
- */
1512
- cursor?: Prisma.ItemAttributeValueWhereUniqueInput
1513
- /**
1514
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1515
- *
1516
- * Take `±n` ItemAttributeValues from the position of the cursor.
1517
- */
1518
- take?: number
1519
- /**
1520
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1521
- *
1522
- * Skip the first `n` ItemAttributeValues.
1523
- */
1524
- skip?: number
1525
- /**
1526
- * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1527
- *
1528
- * Filter by unique combinations of ItemAttributeValues.
1529
- */
1530
- distinct?: Prisma.ItemAttributeValueScalarFieldEnum | Prisma.ItemAttributeValueScalarFieldEnum[]
1531
- }
1532
-
1533
- /**
1534
- * ItemAttributeValue create
1535
- */
1536
- export type ItemAttributeValueCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1537
- /**
1538
- * Select specific fields to fetch from the ItemAttributeValue
1539
- */
1540
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1541
- /**
1542
- * Omit specific fields from the ItemAttributeValue
1543
- */
1544
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1545
- /**
1546
- * Choose, which related nodes to fetch as well
1547
- */
1548
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1549
- /**
1550
- * The data needed to create a ItemAttributeValue.
1551
- */
1552
- data?: Prisma.XOR<Prisma.ItemAttributeValueCreateInput, Prisma.ItemAttributeValueUncheckedCreateInput>
1553
- }
1554
-
1555
- /**
1556
- * ItemAttributeValue createMany
1557
- */
1558
- export type ItemAttributeValueCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1559
- /**
1560
- * The data used to create many ItemAttributeValues.
1561
- */
1562
- data: Prisma.ItemAttributeValueCreateManyInput | Prisma.ItemAttributeValueCreateManyInput[]
1563
- skipDuplicates?: boolean
1564
- }
1565
-
1566
- /**
1567
- * ItemAttributeValue createManyAndReturn
1568
- */
1569
- export type ItemAttributeValueCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1570
- /**
1571
- * Select specific fields to fetch from the ItemAttributeValue
1572
- */
1573
- select?: Prisma.ItemAttributeValueSelectCreateManyAndReturn<ExtArgs> | null
1574
- /**
1575
- * Omit specific fields from the ItemAttributeValue
1576
- */
1577
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1578
- /**
1579
- * The data used to create many ItemAttributeValues.
1580
- */
1581
- data: Prisma.ItemAttributeValueCreateManyInput | Prisma.ItemAttributeValueCreateManyInput[]
1582
- skipDuplicates?: boolean
1583
- /**
1584
- * Choose, which related nodes to fetch as well
1585
- */
1586
- include?: Prisma.ItemAttributeValueIncludeCreateManyAndReturn<ExtArgs> | null
1587
- }
1588
-
1589
- /**
1590
- * ItemAttributeValue update
1591
- */
1592
- export type ItemAttributeValueUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1593
- /**
1594
- * Select specific fields to fetch from the ItemAttributeValue
1595
- */
1596
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1597
- /**
1598
- * Omit specific fields from the ItemAttributeValue
1599
- */
1600
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1601
- /**
1602
- * Choose, which related nodes to fetch as well
1603
- */
1604
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1605
- /**
1606
- * The data needed to update a ItemAttributeValue.
1607
- */
1608
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateInput, Prisma.ItemAttributeValueUncheckedUpdateInput>
1609
- /**
1610
- * Choose, which ItemAttributeValue to update.
1611
- */
1612
- where: Prisma.ItemAttributeValueWhereUniqueInput
1613
- }
1614
-
1615
- /**
1616
- * ItemAttributeValue updateMany
1617
- */
1618
- export type ItemAttributeValueUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1619
- /**
1620
- * The data used to update ItemAttributeValues.
1621
- */
1622
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateManyMutationInput, Prisma.ItemAttributeValueUncheckedUpdateManyInput>
1623
- /**
1624
- * Filter which ItemAttributeValues to update
1625
- */
1626
- where?: Prisma.ItemAttributeValueWhereInput
1627
- /**
1628
- * Limit how many ItemAttributeValues to update.
1629
- */
1630
- limit?: number
1631
- }
1632
-
1633
- /**
1634
- * ItemAttributeValue updateManyAndReturn
1635
- */
1636
- export type ItemAttributeValueUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1637
- /**
1638
- * Select specific fields to fetch from the ItemAttributeValue
1639
- */
1640
- select?: Prisma.ItemAttributeValueSelectUpdateManyAndReturn<ExtArgs> | null
1641
- /**
1642
- * Omit specific fields from the ItemAttributeValue
1643
- */
1644
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1645
- /**
1646
- * The data used to update ItemAttributeValues.
1647
- */
1648
- data: Prisma.XOR<Prisma.ItemAttributeValueUpdateManyMutationInput, Prisma.ItemAttributeValueUncheckedUpdateManyInput>
1649
- /**
1650
- * Filter which ItemAttributeValues to update
1651
- */
1652
- where?: Prisma.ItemAttributeValueWhereInput
1653
- /**
1654
- * Limit how many ItemAttributeValues to update.
1655
- */
1656
- limit?: number
1657
- /**
1658
- * Choose, which related nodes to fetch as well
1659
- */
1660
- include?: Prisma.ItemAttributeValueIncludeUpdateManyAndReturn<ExtArgs> | null
1661
- }
1662
-
1663
- /**
1664
- * ItemAttributeValue upsert
1665
- */
1666
- export type ItemAttributeValueUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1667
- /**
1668
- * Select specific fields to fetch from the ItemAttributeValue
1669
- */
1670
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1671
- /**
1672
- * Omit specific fields from the ItemAttributeValue
1673
- */
1674
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1675
- /**
1676
- * Choose, which related nodes to fetch as well
1677
- */
1678
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1679
- /**
1680
- * The filter to search for the ItemAttributeValue to update in case it exists.
1681
- */
1682
- where: Prisma.ItemAttributeValueWhereUniqueInput
1683
- /**
1684
- * In case the ItemAttributeValue found by the `where` argument doesn't exist, create a new ItemAttributeValue with this data.
1685
- */
1686
- create: Prisma.XOR<Prisma.ItemAttributeValueCreateInput, Prisma.ItemAttributeValueUncheckedCreateInput>
1687
- /**
1688
- * In case the ItemAttributeValue was found with the provided `where` argument, update it with this data.
1689
- */
1690
- update: Prisma.XOR<Prisma.ItemAttributeValueUpdateInput, Prisma.ItemAttributeValueUncheckedUpdateInput>
1691
- }
1692
-
1693
- /**
1694
- * ItemAttributeValue delete
1695
- */
1696
- export type ItemAttributeValueDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1697
- /**
1698
- * Select specific fields to fetch from the ItemAttributeValue
1699
- */
1700
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1701
- /**
1702
- * Omit specific fields from the ItemAttributeValue
1703
- */
1704
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1705
- /**
1706
- * Choose, which related nodes to fetch as well
1707
- */
1708
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1709
- /**
1710
- * Filter which ItemAttributeValue to delete.
1711
- */
1712
- where: Prisma.ItemAttributeValueWhereUniqueInput
1713
- }
1714
-
1715
- /**
1716
- * ItemAttributeValue deleteMany
1717
- */
1718
- export type ItemAttributeValueDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1719
- /**
1720
- * Filter which ItemAttributeValues to delete
1721
- */
1722
- where?: Prisma.ItemAttributeValueWhereInput
1723
- /**
1724
- * Limit how many ItemAttributeValues to delete.
1725
- */
1726
- limit?: number
1727
- }
1728
-
1729
- /**
1730
- * ItemAttributeValue.item
1731
- */
1732
- export type ItemAttributeValue$itemArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1733
- /**
1734
- * Select specific fields to fetch from the Item
1735
- */
1736
- select?: Prisma.ItemSelect<ExtArgs> | null
1737
- /**
1738
- * Omit specific fields from the Item
1739
- */
1740
- omit?: Prisma.ItemOmit<ExtArgs> | null
1741
- /**
1742
- * Choose, which related nodes to fetch as well
1743
- */
1744
- include?: Prisma.ItemInclude<ExtArgs> | null
1745
- where?: Prisma.ItemWhereInput
1746
- }
1747
-
1748
- /**
1749
- * ItemAttributeValue.item_attribute
1750
- */
1751
- export type ItemAttributeValue$item_attributeArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1752
- /**
1753
- * Select specific fields to fetch from the ItemAttribute
1754
- */
1755
- select?: Prisma.ItemAttributeSelect<ExtArgs> | null
1756
- /**
1757
- * Omit specific fields from the ItemAttribute
1758
- */
1759
- omit?: Prisma.ItemAttributeOmit<ExtArgs> | null
1760
- /**
1761
- * Choose, which related nodes to fetch as well
1762
- */
1763
- include?: Prisma.ItemAttributeInclude<ExtArgs> | null
1764
- where?: Prisma.ItemAttributeWhereInput
1765
- }
1766
-
1767
- /**
1768
- * ItemAttributeValue.attribute_value
1769
- */
1770
- export type ItemAttributeValue$attribute_valueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1771
- /**
1772
- * Select specific fields to fetch from the AttributeValue
1773
- */
1774
- select?: Prisma.AttributeValueSelect<ExtArgs> | null
1775
- /**
1776
- * Omit specific fields from the AttributeValue
1777
- */
1778
- omit?: Prisma.AttributeValueOmit<ExtArgs> | null
1779
- /**
1780
- * Choose, which related nodes to fetch as well
1781
- */
1782
- include?: Prisma.AttributeValueInclude<ExtArgs> | null
1783
- where?: Prisma.AttributeValueWhereInput
1784
- }
1785
-
1786
- /**
1787
- * ItemAttributeValue without action
1788
- */
1789
- export type ItemAttributeValueDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1790
- /**
1791
- * Select specific fields to fetch from the ItemAttributeValue
1792
- */
1793
- select?: Prisma.ItemAttributeValueSelect<ExtArgs> | null
1794
- /**
1795
- * Omit specific fields from the ItemAttributeValue
1796
- */
1797
- omit?: Prisma.ItemAttributeValueOmit<ExtArgs> | null
1798
- /**
1799
- * Choose, which related nodes to fetch as well
1800
- */
1801
- include?: Prisma.ItemAttributeValueInclude<ExtArgs> | null
1802
- }