@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.2

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 (412) hide show
  1. package/lib/generated/prisma/browser.d.ts +514 -0
  2. package/lib/generated/prisma/browser.js +57 -0
  3. package/lib/generated/prisma/browser.js.map +1 -0
  4. package/lib/generated/prisma/client.d.ts +531 -0
  5. package/lib/generated/prisma/client.js +69 -0
  6. package/lib/generated/prisma/client.js.map +1 -0
  7. package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
  8. package/lib/generated/prisma/commonInputTypes.js +12 -0
  9. package/lib/generated/prisma/commonInputTypes.js.map +1 -0
  10. package/lib/generated/prisma/dmmf.d.ts +4085 -0
  11. package/lib/generated/prisma/dmmf.js +27551 -0
  12. package/lib/generated/prisma/dmmf.js.map +1 -0
  13. package/lib/generated/prisma/enums.d.ts +216 -0
  14. package/lib/generated/prisma/enums.js +205 -0
  15. package/lib/generated/prisma/enums.js.map +1 -0
  16. package/lib/generated/prisma/internal/class.d.ts +1237 -0
  17. package/lib/generated/prisma/internal/class.js +79 -0
  18. package/lib/generated/prisma/internal/class.js.map +1 -0
  19. package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
  20. package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
  21. package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
  22. package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
  23. package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
  24. package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
  25. package/lib/generated/prisma/kysely-types.d.ts +1499 -0
  26. package/lib/generated/prisma/kysely-types.js +196 -0
  27. package/lib/generated/prisma/kysely-types.js.map +1 -0
  28. package/lib/generated/prisma/models/Address.d.ts +1339 -0
  29. package/lib/generated/prisma/models/Address.js +12 -0
  30. package/lib/generated/prisma/models/Address.js.map +1 -0
  31. package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
  32. package/lib/generated/prisma/models/Administrator.js +12 -0
  33. package/lib/generated/prisma/models/Administrator.js.map +1 -0
  34. package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
  35. package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
  36. package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
  37. package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
  38. package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
  39. package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
  40. package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
  41. package/lib/generated/prisma/models/ApiToken.js +12 -0
  42. package/lib/generated/prisma/models/ApiToken.js.map +1 -0
  43. package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
  44. package/lib/generated/prisma/models/AwsBucket.js +12 -0
  45. package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
  46. package/lib/generated/prisma/models/Card.d.ts +1533 -0
  47. package/lib/generated/prisma/models/Card.js +12 -0
  48. package/lib/generated/prisma/models/Card.js.map +1 -0
  49. package/lib/generated/prisma/models/Cart.d.ts +2315 -0
  50. package/lib/generated/prisma/models/Cart.js +12 -0
  51. package/lib/generated/prisma/models/Cart.js.map +1 -0
  52. package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
  53. package/lib/generated/prisma/models/CartCost.js +12 -0
  54. package/lib/generated/prisma/models/CartCost.js.map +1 -0
  55. package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
  56. package/lib/generated/prisma/models/CartLine.js +12 -0
  57. package/lib/generated/prisma/models/CartLine.js.map +1 -0
  58. package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
  59. package/lib/generated/prisma/models/CartLineModifier.js +12 -0
  60. package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
  61. package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
  62. package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
  63. package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
  64. package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
  65. package/lib/generated/prisma/models/Checkout.js +12 -0
  66. package/lib/generated/prisma/models/Checkout.js.map +1 -0
  67. package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
  68. package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
  69. package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
  70. package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
  71. package/lib/generated/prisma/models/CheckoutLine.js +12 -0
  72. package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
  73. package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
  74. package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
  75. package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
  76. package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
  77. package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
  78. package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
  79. package/lib/generated/prisma/models/Collection.d.ts +1961 -0
  80. package/lib/generated/prisma/models/Collection.js +12 -0
  81. package/lib/generated/prisma/models/Collection.js.map +1 -0
  82. package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
  83. package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
  84. package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
  85. package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
  86. package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
  87. package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
  88. package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
  89. package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
  90. package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
  91. package/lib/generated/prisma/models/Customer.d.ts +2964 -0
  92. package/lib/generated/prisma/models/Customer.js +12 -0
  93. package/lib/generated/prisma/models/Customer.js.map +1 -0
  94. package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
  95. package/lib/generated/prisma/models/CustomerGroup.js +12 -0
  96. package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
  97. package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
  98. package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
  99. package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
  100. package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
  101. package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
  102. package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
  103. package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
  104. package/lib/generated/prisma/models/DiscountCode.js +12 -0
  105. package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
  106. package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
  107. package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
  108. package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
  109. package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
  110. package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
  111. package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
  112. package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
  113. package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
  114. package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
  115. package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
  116. package/lib/generated/prisma/models/EventLog.js +12 -0
  117. package/lib/generated/prisma/models/EventLog.js.map +1 -0
  118. package/lib/generated/prisma/models/Facet.d.ts +1266 -0
  119. package/lib/generated/prisma/models/Facet.js +12 -0
  120. package/lib/generated/prisma/models/Facet.js.map +1 -0
  121. package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
  122. package/lib/generated/prisma/models/FacetOption.js +12 -0
  123. package/lib/generated/prisma/models/FacetOption.js.map +1 -0
  124. package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
  125. package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
  126. package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
  127. package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
  128. package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
  129. package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
  130. package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
  131. package/lib/generated/prisma/models/FeatureFlag.js +12 -0
  132. package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
  133. package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
  134. package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
  135. package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
  136. package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
  137. package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
  138. package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
  139. package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
  140. package/lib/generated/prisma/models/FreeItemRule.js +12 -0
  141. package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
  142. package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
  143. package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
  144. package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
  145. package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
  146. package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
  147. package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
  148. package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
  149. package/lib/generated/prisma/models/Ingredient.js +12 -0
  150. package/lib/generated/prisma/models/Ingredient.js.map +1 -0
  151. package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
  152. package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
  153. package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
  154. package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
  155. package/lib/generated/prisma/models/IngredientToStore.js +12 -0
  156. package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
  157. package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
  158. package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
  159. package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
  160. package/lib/generated/prisma/models/Media.d.ts +2127 -0
  161. package/lib/generated/prisma/models/Media.js +12 -0
  162. package/lib/generated/prisma/models/Media.js.map +1 -0
  163. package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
  164. package/lib/generated/prisma/models/Modifier.js +12 -0
  165. package/lib/generated/prisma/models/Modifier.js.map +1 -0
  166. package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
  167. package/lib/generated/prisma/models/ModifierGroup.js +12 -0
  168. package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
  169. package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
  170. package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
  171. package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
  172. package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
  173. package/lib/generated/prisma/models/ModifierOption.js +12 -0
  174. package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
  175. package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
  176. package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
  177. package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
  178. package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
  179. package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
  180. package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
  181. package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
  182. package/lib/generated/prisma/models/OneTimeToken.js +12 -0
  183. package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
  184. package/lib/generated/prisma/models/Payment.d.ts +1560 -0
  185. package/lib/generated/prisma/models/Payment.js +12 -0
  186. package/lib/generated/prisma/models/Payment.js.map +1 -0
  187. package/lib/generated/prisma/models/Platform.d.ts +7442 -0
  188. package/lib/generated/prisma/models/Platform.js +12 -0
  189. package/lib/generated/prisma/models/Platform.js.map +1 -0
  190. package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
  191. package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
  192. package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
  193. package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
  194. package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
  195. package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
  196. package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
  197. package/lib/generated/prisma/models/PrepTime.js +12 -0
  198. package/lib/generated/prisma/models/PrepTime.js.map +1 -0
  199. package/lib/generated/prisma/models/Product.d.ts +2975 -0
  200. package/lib/generated/prisma/models/Product.js +12 -0
  201. package/lib/generated/prisma/models/Product.js.map +1 -0
  202. package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
  203. package/lib/generated/prisma/models/ProductCategory.js +12 -0
  204. package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
  205. package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
  206. package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
  207. package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
  208. package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
  209. package/lib/generated/prisma/models/ProductListing.js +12 -0
  210. package/lib/generated/prisma/models/ProductListing.js.map +1 -0
  211. package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
  212. package/lib/generated/prisma/models/ProductToTag.js +12 -0
  213. package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
  214. package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
  215. package/lib/generated/prisma/models/ProductVariant.js +12 -0
  216. package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
  217. package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
  218. package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
  219. package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
  220. package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
  221. package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
  222. package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
  223. package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
  224. package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
  225. package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
  226. package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
  227. package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
  228. package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
  229. package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
  230. package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
  231. package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
  232. package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
  233. package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
  234. package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
  235. package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
  236. package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
  237. package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
  238. package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
  239. package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
  240. package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
  241. package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
  242. package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
  243. package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
  244. package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
  245. package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
  246. package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
  247. package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
  248. package/lib/generated/prisma/models/ProductVarietal.js +12 -0
  249. package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
  250. package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
  251. package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
  252. package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
  253. package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
  254. package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
  255. package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
  256. package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
  257. package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
  258. package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
  259. package/lib/generated/prisma/models/Refund.d.ts +1707 -0
  260. package/lib/generated/prisma/models/Refund.js +12 -0
  261. package/lib/generated/prisma/models/Refund.js.map +1 -0
  262. package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
  263. package/lib/generated/prisma/models/RefundLine.js +12 -0
  264. package/lib/generated/prisma/models/RefundLine.js.map +1 -0
  265. package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
  266. package/lib/generated/prisma/models/RelatedItems.js +12 -0
  267. package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
  268. package/lib/generated/prisma/models/Role.d.ts +1264 -0
  269. package/lib/generated/prisma/models/Role.js +12 -0
  270. package/lib/generated/prisma/models/Role.js.map +1 -0
  271. package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
  272. package/lib/generated/prisma/models/ScheduledTask.js +12 -0
  273. package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
  274. package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
  275. package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
  276. package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
  277. package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
  278. package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
  279. package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
  280. package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
  281. package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
  282. package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
  283. package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
  284. package/lib/generated/prisma/models/SmsConversation.js +12 -0
  285. package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
  286. package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
  287. package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
  288. package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
  289. package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
  290. package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
  291. package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
  292. package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
  293. package/lib/generated/prisma/models/StockLevel.js +12 -0
  294. package/lib/generated/prisma/models/StockLevel.js.map +1 -0
  295. package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
  296. package/lib/generated/prisma/models/StockLocation.js +12 -0
  297. package/lib/generated/prisma/models/StockLocation.js.map +1 -0
  298. package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
  299. package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
  300. package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
  301. package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
  302. package/lib/generated/prisma/models/StockMovement.js +12 -0
  303. package/lib/generated/prisma/models/StockMovement.js.map +1 -0
  304. package/lib/generated/prisma/models/Store.d.ts +4487 -0
  305. package/lib/generated/prisma/models/Store.js +12 -0
  306. package/lib/generated/prisma/models/Store.js.map +1 -0
  307. package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
  308. package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
  309. package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
  310. package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
  311. package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
  312. package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
  313. package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
  314. package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
  315. package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
  316. package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
  317. package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
  318. package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
  319. package/lib/generated/prisma/models/Tag.d.ts +1581 -0
  320. package/lib/generated/prisma/models/Tag.js +12 -0
  321. package/lib/generated/prisma/models/Tag.js.map +1 -0
  322. package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
  323. package/lib/generated/prisma/models/TaxCategory.js +12 -0
  324. package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
  325. package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
  326. package/lib/generated/prisma/models/Transaction.js +12 -0
  327. package/lib/generated/prisma/models/Transaction.js.map +1 -0
  328. package/lib/generated/prisma/models/User.d.ts +1907 -0
  329. package/lib/generated/prisma/models/User.js +12 -0
  330. package/lib/generated/prisma/models/User.js.map +1 -0
  331. package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
  332. package/lib/generated/prisma/models/UserToRole.js +12 -0
  333. package/lib/generated/prisma/models/UserToRole.js.map +1 -0
  334. package/lib/generated/prisma/models.d.ts +103 -0
  335. package/lib/generated/prisma/models.js +3 -0
  336. package/lib/generated/prisma/models.js.map +1 -0
  337. package/lib/generated/prisma/pjtg.d.ts +145 -0
  338. package/lib/generated/prisma/pjtg.js +3 -0
  339. package/lib/generated/prisma/pjtg.js.map +1 -0
  340. package/lib/helpers.d.ts +37 -0
  341. package/lib/helpers.js +226 -0
  342. package/lib/helpers.js.map +1 -0
  343. package/lib/index.d.ts +10 -0
  344. package/lib/index.js.map +1 -0
  345. package/lib/kysely/index.d.ts +2 -0
  346. package/lib/kysely/index.js +19 -0
  347. package/lib/kysely/index.js.map +1 -0
  348. package/lib/kysely/kysely-db.d.ts +3 -0
  349. package/lib/kysely/kysely-db.js +3 -0
  350. package/lib/kysely/kysely-db.js.map +1 -0
  351. package/lib/kysely/utils/index.d.ts +4 -0
  352. package/lib/kysely/utils/index.js +21 -0
  353. package/lib/kysely/utils/index.js.map +1 -0
  354. package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
  355. package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
  356. package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
  357. package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
  358. package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
  359. package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
  360. package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
  361. package/lib/kysely/utils/serialize-bigint-value.js +13 -0
  362. package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
  363. package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
  364. package/lib/kysely/utils/serialize-numeric-value.js +11 -0
  365. package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
  366. package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
  367. package/lib/kysely/utils/shallow-dehydrate.js +3 -0
  368. package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
  369. package/lib/prisma-module/index.d.ts +4 -0
  370. package/lib/prisma-module/index.js +21 -0
  371. package/lib/prisma-module/index.js.map +1 -0
  372. package/lib/prisma-module/prisma-options.d.ts +59 -0
  373. package/lib/prisma-module/prisma-options.js +3 -0
  374. package/lib/prisma-module/prisma-options.js.map +1 -0
  375. package/lib/prisma-module/prisma.constants.d.ts +1 -0
  376. package/lib/prisma-module/prisma.constants.js +5 -0
  377. package/lib/prisma-module/prisma.constants.js.map +1 -0
  378. package/lib/prisma-module/prisma.module.d.ts +8 -0
  379. package/lib/prisma-module/prisma.module.js +73 -0
  380. package/lib/prisma-module/prisma.module.js.map +1 -0
  381. package/lib/prisma-module/prisma.service.d.ts +5 -0
  382. package/lib/prisma-module/prisma.service.js +29 -0
  383. package/lib/prisma-module/prisma.service.js.map +1 -0
  384. package/lib/tsconfig.build.tsbuildinfo +1 -0
  385. package/lib/types.d.ts +7 -0
  386. package/lib/types.js +3 -0
  387. package/lib/types.js.map +1 -0
  388. package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
  389. package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
  390. package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
  391. package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
  392. package/lib/utils/ignore-prisma-builtins.js +3 -0
  393. package/lib/utils/ignore-prisma-builtins.js.map +1 -0
  394. package/lib/utils/index.d.ts +3 -0
  395. package/lib/utils/index.js +20 -0
  396. package/lib/utils/index.js.map +1 -0
  397. package/lib/utils/prisma-where-to-sql.d.ts +5 -0
  398. package/lib/utils/prisma-where-to-sql.js +94 -0
  399. package/lib/utils/prisma-where-to-sql.js.map +1 -0
  400. package/lib/web360-prisma.constants.d.ts +2 -0
  401. package/lib/web360-prisma.constants.js +6 -0
  402. package/lib/web360-prisma.constants.js.map +1 -0
  403. package/lib/web360-prisma.module.d.ts +7 -0
  404. package/lib/web360-prisma.module.js +81 -0
  405. package/lib/web360-prisma.module.js.map +1 -0
  406. package/lib/web360-prisma.options.d.ts +38 -0
  407. package/lib/web360-prisma.options.js +3 -0
  408. package/lib/web360-prisma.options.js.map +1 -0
  409. package/lib/web360-prisma.service.d.ts +57 -0
  410. package/lib/web360-prisma.service.js +57 -0
  411. package/lib/web360-prisma.service.js.map +1 -0
  412. package/package.json +4 -3
@@ -0,0 +1,1342 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace.js";
3
+ /**
4
+ * Model FacetOption
5
+ *
6
+ */
7
+ export type FacetOptionModel = runtime.Types.Result.DefaultSelection<Prisma.$FacetOptionPayload>;
8
+ export type AggregateFacetOption = {
9
+ _count: FacetOptionCountAggregateOutputType | null;
10
+ _avg: FacetOptionAvgAggregateOutputType | null;
11
+ _sum: FacetOptionSumAggregateOutputType | null;
12
+ _min: FacetOptionMinAggregateOutputType | null;
13
+ _max: FacetOptionMaxAggregateOutputType | null;
14
+ };
15
+ export type FacetOptionAvgAggregateOutputType = {
16
+ id: number | null;
17
+ facetId: number | null;
18
+ };
19
+ export type FacetOptionSumAggregateOutputType = {
20
+ id: bigint | null;
21
+ facetId: bigint | null;
22
+ };
23
+ export type FacetOptionMinAggregateOutputType = {
24
+ id: bigint | null;
25
+ createdAt: Date | null;
26
+ updatedAt: Date | null;
27
+ facetId: bigint | null;
28
+ value: string | null;
29
+ };
30
+ export type FacetOptionMaxAggregateOutputType = {
31
+ id: bigint | null;
32
+ createdAt: Date | null;
33
+ updatedAt: Date | null;
34
+ facetId: bigint | null;
35
+ value: string | null;
36
+ };
37
+ export type FacetOptionCountAggregateOutputType = {
38
+ id: number;
39
+ createdAt: number;
40
+ updatedAt: number;
41
+ facetId: number;
42
+ value: number;
43
+ _all: number;
44
+ };
45
+ export type FacetOptionAvgAggregateInputType = {
46
+ id?: true;
47
+ facetId?: true;
48
+ };
49
+ export type FacetOptionSumAggregateInputType = {
50
+ id?: true;
51
+ facetId?: true;
52
+ };
53
+ export type FacetOptionMinAggregateInputType = {
54
+ id?: true;
55
+ createdAt?: true;
56
+ updatedAt?: true;
57
+ facetId?: true;
58
+ value?: true;
59
+ };
60
+ export type FacetOptionMaxAggregateInputType = {
61
+ id?: true;
62
+ createdAt?: true;
63
+ updatedAt?: true;
64
+ facetId?: true;
65
+ value?: true;
66
+ };
67
+ export type FacetOptionCountAggregateInputType = {
68
+ id?: true;
69
+ createdAt?: true;
70
+ updatedAt?: true;
71
+ facetId?: true;
72
+ value?: true;
73
+ _all?: true;
74
+ };
75
+ export type FacetOptionAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
76
+ /**
77
+ * Filter which FacetOption to aggregate.
78
+ */
79
+ where?: Prisma.FacetOptionWhereInput;
80
+ /**
81
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
82
+ *
83
+ * Determine the order of FacetOptions to fetch.
84
+ */
85
+ orderBy?: Prisma.FacetOptionOrderByWithRelationInput | Prisma.FacetOptionOrderByWithRelationInput[];
86
+ /**
87
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
88
+ *
89
+ * Sets the start position
90
+ */
91
+ cursor?: Prisma.FacetOptionWhereUniqueInput;
92
+ /**
93
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
94
+ *
95
+ * Take `±n` FacetOptions from the position of the cursor.
96
+ */
97
+ take?: number;
98
+ /**
99
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
100
+ *
101
+ * Skip the first `n` FacetOptions.
102
+ */
103
+ skip?: number;
104
+ /**
105
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
106
+ *
107
+ * Count returned FacetOptions
108
+ **/
109
+ _count?: true | FacetOptionCountAggregateInputType;
110
+ /**
111
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
112
+ *
113
+ * Select which fields to average
114
+ **/
115
+ _avg?: FacetOptionAvgAggregateInputType;
116
+ /**
117
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
118
+ *
119
+ * Select which fields to sum
120
+ **/
121
+ _sum?: FacetOptionSumAggregateInputType;
122
+ /**
123
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
124
+ *
125
+ * Select which fields to find the minimum value
126
+ **/
127
+ _min?: FacetOptionMinAggregateInputType;
128
+ /**
129
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
130
+ *
131
+ * Select which fields to find the maximum value
132
+ **/
133
+ _max?: FacetOptionMaxAggregateInputType;
134
+ };
135
+ export type GetFacetOptionAggregateType<T extends FacetOptionAggregateArgs> = {
136
+ [P in keyof T & keyof AggregateFacetOption]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateFacetOption[P]> : Prisma.GetScalarType<T[P], AggregateFacetOption[P]>;
137
+ };
138
+ export type FacetOptionGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
139
+ where?: Prisma.FacetOptionWhereInput;
140
+ orderBy?: Prisma.FacetOptionOrderByWithAggregationInput | Prisma.FacetOptionOrderByWithAggregationInput[];
141
+ by: Prisma.FacetOptionScalarFieldEnum[] | Prisma.FacetOptionScalarFieldEnum;
142
+ having?: Prisma.FacetOptionScalarWhereWithAggregatesInput;
143
+ take?: number;
144
+ skip?: number;
145
+ _count?: FacetOptionCountAggregateInputType | true;
146
+ _avg?: FacetOptionAvgAggregateInputType;
147
+ _sum?: FacetOptionSumAggregateInputType;
148
+ _min?: FacetOptionMinAggregateInputType;
149
+ _max?: FacetOptionMaxAggregateInputType;
150
+ };
151
+ export type FacetOptionGroupByOutputType = {
152
+ id: bigint;
153
+ createdAt: Date;
154
+ updatedAt: Date;
155
+ facetId: bigint;
156
+ value: string;
157
+ _count: FacetOptionCountAggregateOutputType | null;
158
+ _avg: FacetOptionAvgAggregateOutputType | null;
159
+ _sum: FacetOptionSumAggregateOutputType | null;
160
+ _min: FacetOptionMinAggregateOutputType | null;
161
+ _max: FacetOptionMaxAggregateOutputType | null;
162
+ };
163
+ type GetFacetOptionGroupByPayload<T extends FacetOptionGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<FacetOptionGroupByOutputType, T['by']> & {
164
+ [P in ((keyof T) & (keyof FacetOptionGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], FacetOptionGroupByOutputType[P]> : Prisma.GetScalarType<T[P], FacetOptionGroupByOutputType[P]>;
165
+ }>>;
166
+ export type FacetOptionWhereInput = {
167
+ AND?: Prisma.FacetOptionWhereInput | Prisma.FacetOptionWhereInput[];
168
+ OR?: Prisma.FacetOptionWhereInput[];
169
+ NOT?: Prisma.FacetOptionWhereInput | Prisma.FacetOptionWhereInput[];
170
+ id?: Prisma.BigIntFilter<"FacetOption"> | bigint | number;
171
+ createdAt?: Prisma.DateTimeFilter<"FacetOption"> | Date | string;
172
+ updatedAt?: Prisma.DateTimeFilter<"FacetOption"> | Date | string;
173
+ facetId?: Prisma.BigIntFilter<"FacetOption"> | bigint | number;
174
+ value?: Prisma.StringFilter<"FacetOption"> | string;
175
+ facet?: Prisma.XOR<Prisma.FacetScalarRelationFilter, Prisma.FacetWhereInput>;
176
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformListRelationFilter;
177
+ };
178
+ export type FacetOptionOrderByWithRelationInput = {
179
+ id?: Prisma.SortOrder;
180
+ createdAt?: Prisma.SortOrder;
181
+ updatedAt?: Prisma.SortOrder;
182
+ facetId?: Prisma.SortOrder;
183
+ value?: Prisma.SortOrder;
184
+ facet?: Prisma.FacetOrderByWithRelationInput;
185
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformOrderByRelationAggregateInput;
186
+ _relevance?: Prisma.FacetOptionOrderByRelevanceInput;
187
+ };
188
+ export type FacetOptionWhereUniqueInput = Prisma.AtLeast<{
189
+ id?: bigint | number;
190
+ AND?: Prisma.FacetOptionWhereInput | Prisma.FacetOptionWhereInput[];
191
+ OR?: Prisma.FacetOptionWhereInput[];
192
+ NOT?: Prisma.FacetOptionWhereInput | Prisma.FacetOptionWhereInput[];
193
+ createdAt?: Prisma.DateTimeFilter<"FacetOption"> | Date | string;
194
+ updatedAt?: Prisma.DateTimeFilter<"FacetOption"> | Date | string;
195
+ facetId?: Prisma.BigIntFilter<"FacetOption"> | bigint | number;
196
+ value?: Prisma.StringFilter<"FacetOption"> | string;
197
+ facet?: Prisma.XOR<Prisma.FacetScalarRelationFilter, Prisma.FacetWhereInput>;
198
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformListRelationFilter;
199
+ }, "id">;
200
+ export type FacetOptionOrderByWithAggregationInput = {
201
+ id?: Prisma.SortOrder;
202
+ createdAt?: Prisma.SortOrder;
203
+ updatedAt?: Prisma.SortOrder;
204
+ facetId?: Prisma.SortOrder;
205
+ value?: Prisma.SortOrder;
206
+ _count?: Prisma.FacetOptionCountOrderByAggregateInput;
207
+ _avg?: Prisma.FacetOptionAvgOrderByAggregateInput;
208
+ _max?: Prisma.FacetOptionMaxOrderByAggregateInput;
209
+ _min?: Prisma.FacetOptionMinOrderByAggregateInput;
210
+ _sum?: Prisma.FacetOptionSumOrderByAggregateInput;
211
+ };
212
+ export type FacetOptionScalarWhereWithAggregatesInput = {
213
+ AND?: Prisma.FacetOptionScalarWhereWithAggregatesInput | Prisma.FacetOptionScalarWhereWithAggregatesInput[];
214
+ OR?: Prisma.FacetOptionScalarWhereWithAggregatesInput[];
215
+ NOT?: Prisma.FacetOptionScalarWhereWithAggregatesInput | Prisma.FacetOptionScalarWhereWithAggregatesInput[];
216
+ id?: Prisma.BigIntWithAggregatesFilter<"FacetOption"> | bigint | number;
217
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"FacetOption"> | Date | string;
218
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"FacetOption"> | Date | string;
219
+ facetId?: Prisma.BigIntWithAggregatesFilter<"FacetOption"> | bigint | number;
220
+ value?: Prisma.StringWithAggregatesFilter<"FacetOption"> | string;
221
+ };
222
+ export type FacetOptionCreateInput = {
223
+ id?: bigint | number;
224
+ createdAt?: Date | string;
225
+ updatedAt?: Date | string;
226
+ value: string;
227
+ facet: Prisma.FacetCreateNestedOneWithoutFacetOptionsInput;
228
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformCreateNestedManyWithoutFacetOptionInput;
229
+ };
230
+ export type FacetOptionUncheckedCreateInput = {
231
+ id?: bigint | number;
232
+ createdAt?: Date | string;
233
+ updatedAt?: Date | string;
234
+ facetId: bigint | number;
235
+ value: string;
236
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformUncheckedCreateNestedManyWithoutFacetOptionInput;
237
+ };
238
+ export type FacetOptionUpdateInput = {
239
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
240
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
241
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
242
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
243
+ facet?: Prisma.FacetUpdateOneRequiredWithoutFacetOptionsNestedInput;
244
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformUpdateManyWithoutFacetOptionNestedInput;
245
+ };
246
+ export type FacetOptionUncheckedUpdateInput = {
247
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
248
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
249
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
250
+ facetId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
251
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
252
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformUncheckedUpdateManyWithoutFacetOptionNestedInput;
253
+ };
254
+ export type FacetOptionCreateManyInput = {
255
+ id?: bigint | number;
256
+ createdAt?: Date | string;
257
+ updatedAt?: Date | string;
258
+ facetId: bigint | number;
259
+ value: string;
260
+ };
261
+ export type FacetOptionUpdateManyMutationInput = {
262
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
263
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
264
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
265
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
266
+ };
267
+ export type FacetOptionUncheckedUpdateManyInput = {
268
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
269
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
270
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
271
+ facetId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
272
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
273
+ };
274
+ export type FacetOptionScalarRelationFilter = {
275
+ is?: Prisma.FacetOptionWhereInput;
276
+ isNot?: Prisma.FacetOptionWhereInput;
277
+ };
278
+ export type FacetOptionOrderByRelevanceInput = {
279
+ fields: Prisma.FacetOptionOrderByRelevanceFieldEnum | Prisma.FacetOptionOrderByRelevanceFieldEnum[];
280
+ sort: Prisma.SortOrder;
281
+ search: string;
282
+ };
283
+ export type FacetOptionCountOrderByAggregateInput = {
284
+ id?: Prisma.SortOrder;
285
+ createdAt?: Prisma.SortOrder;
286
+ updatedAt?: Prisma.SortOrder;
287
+ facetId?: Prisma.SortOrder;
288
+ value?: Prisma.SortOrder;
289
+ };
290
+ export type FacetOptionAvgOrderByAggregateInput = {
291
+ id?: Prisma.SortOrder;
292
+ facetId?: Prisma.SortOrder;
293
+ };
294
+ export type FacetOptionMaxOrderByAggregateInput = {
295
+ id?: Prisma.SortOrder;
296
+ createdAt?: Prisma.SortOrder;
297
+ updatedAt?: Prisma.SortOrder;
298
+ facetId?: Prisma.SortOrder;
299
+ value?: Prisma.SortOrder;
300
+ };
301
+ export type FacetOptionMinOrderByAggregateInput = {
302
+ id?: Prisma.SortOrder;
303
+ createdAt?: Prisma.SortOrder;
304
+ updatedAt?: Prisma.SortOrder;
305
+ facetId?: Prisma.SortOrder;
306
+ value?: Prisma.SortOrder;
307
+ };
308
+ export type FacetOptionSumOrderByAggregateInput = {
309
+ id?: Prisma.SortOrder;
310
+ facetId?: Prisma.SortOrder;
311
+ };
312
+ export type FacetOptionListRelationFilter = {
313
+ every?: Prisma.FacetOptionWhereInput;
314
+ some?: Prisma.FacetOptionWhereInput;
315
+ none?: Prisma.FacetOptionWhereInput;
316
+ };
317
+ export type FacetOptionOrderByRelationAggregateInput = {
318
+ _count?: Prisma.SortOrder;
319
+ };
320
+ export type FacetOptionCreateNestedOneWithoutFacetOptionToPlatformInput = {
321
+ create?: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUncheckedCreateWithoutFacetOptionToPlatformInput>;
322
+ connectOrCreate?: Prisma.FacetOptionCreateOrConnectWithoutFacetOptionToPlatformInput;
323
+ connect?: Prisma.FacetOptionWhereUniqueInput;
324
+ };
325
+ export type FacetOptionUpdateOneRequiredWithoutFacetOptionToPlatformNestedInput = {
326
+ create?: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUncheckedCreateWithoutFacetOptionToPlatformInput>;
327
+ connectOrCreate?: Prisma.FacetOptionCreateOrConnectWithoutFacetOptionToPlatformInput;
328
+ upsert?: Prisma.FacetOptionUpsertWithoutFacetOptionToPlatformInput;
329
+ connect?: Prisma.FacetOptionWhereUniqueInput;
330
+ update?: Prisma.XOR<Prisma.XOR<Prisma.FacetOptionUpdateToOneWithWhereWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUpdateWithoutFacetOptionToPlatformInput>, Prisma.FacetOptionUncheckedUpdateWithoutFacetOptionToPlatformInput>;
331
+ };
332
+ export type FacetOptionCreateNestedManyWithoutFacetInput = {
333
+ create?: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetInput, Prisma.FacetOptionUncheckedCreateWithoutFacetInput> | Prisma.FacetOptionCreateWithoutFacetInput[] | Prisma.FacetOptionUncheckedCreateWithoutFacetInput[];
334
+ connectOrCreate?: Prisma.FacetOptionCreateOrConnectWithoutFacetInput | Prisma.FacetOptionCreateOrConnectWithoutFacetInput[];
335
+ createMany?: Prisma.FacetOptionCreateManyFacetInputEnvelope;
336
+ connect?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
337
+ };
338
+ export type FacetOptionUncheckedCreateNestedManyWithoutFacetInput = {
339
+ create?: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetInput, Prisma.FacetOptionUncheckedCreateWithoutFacetInput> | Prisma.FacetOptionCreateWithoutFacetInput[] | Prisma.FacetOptionUncheckedCreateWithoutFacetInput[];
340
+ connectOrCreate?: Prisma.FacetOptionCreateOrConnectWithoutFacetInput | Prisma.FacetOptionCreateOrConnectWithoutFacetInput[];
341
+ createMany?: Prisma.FacetOptionCreateManyFacetInputEnvelope;
342
+ connect?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
343
+ };
344
+ export type FacetOptionUpdateManyWithoutFacetNestedInput = {
345
+ create?: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetInput, Prisma.FacetOptionUncheckedCreateWithoutFacetInput> | Prisma.FacetOptionCreateWithoutFacetInput[] | Prisma.FacetOptionUncheckedCreateWithoutFacetInput[];
346
+ connectOrCreate?: Prisma.FacetOptionCreateOrConnectWithoutFacetInput | Prisma.FacetOptionCreateOrConnectWithoutFacetInput[];
347
+ upsert?: Prisma.FacetOptionUpsertWithWhereUniqueWithoutFacetInput | Prisma.FacetOptionUpsertWithWhereUniqueWithoutFacetInput[];
348
+ createMany?: Prisma.FacetOptionCreateManyFacetInputEnvelope;
349
+ set?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
350
+ disconnect?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
351
+ delete?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
352
+ connect?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
353
+ update?: Prisma.FacetOptionUpdateWithWhereUniqueWithoutFacetInput | Prisma.FacetOptionUpdateWithWhereUniqueWithoutFacetInput[];
354
+ updateMany?: Prisma.FacetOptionUpdateManyWithWhereWithoutFacetInput | Prisma.FacetOptionUpdateManyWithWhereWithoutFacetInput[];
355
+ deleteMany?: Prisma.FacetOptionScalarWhereInput | Prisma.FacetOptionScalarWhereInput[];
356
+ };
357
+ export type FacetOptionUncheckedUpdateManyWithoutFacetNestedInput = {
358
+ create?: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetInput, Prisma.FacetOptionUncheckedCreateWithoutFacetInput> | Prisma.FacetOptionCreateWithoutFacetInput[] | Prisma.FacetOptionUncheckedCreateWithoutFacetInput[];
359
+ connectOrCreate?: Prisma.FacetOptionCreateOrConnectWithoutFacetInput | Prisma.FacetOptionCreateOrConnectWithoutFacetInput[];
360
+ upsert?: Prisma.FacetOptionUpsertWithWhereUniqueWithoutFacetInput | Prisma.FacetOptionUpsertWithWhereUniqueWithoutFacetInput[];
361
+ createMany?: Prisma.FacetOptionCreateManyFacetInputEnvelope;
362
+ set?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
363
+ disconnect?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
364
+ delete?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
365
+ connect?: Prisma.FacetOptionWhereUniqueInput | Prisma.FacetOptionWhereUniqueInput[];
366
+ update?: Prisma.FacetOptionUpdateWithWhereUniqueWithoutFacetInput | Prisma.FacetOptionUpdateWithWhereUniqueWithoutFacetInput[];
367
+ updateMany?: Prisma.FacetOptionUpdateManyWithWhereWithoutFacetInput | Prisma.FacetOptionUpdateManyWithWhereWithoutFacetInput[];
368
+ deleteMany?: Prisma.FacetOptionScalarWhereInput | Prisma.FacetOptionScalarWhereInput[];
369
+ };
370
+ export type FacetOptionCreateWithoutFacetOptionToPlatformInput = {
371
+ id?: bigint | number;
372
+ createdAt?: Date | string;
373
+ updatedAt?: Date | string;
374
+ value: string;
375
+ facet: Prisma.FacetCreateNestedOneWithoutFacetOptionsInput;
376
+ };
377
+ export type FacetOptionUncheckedCreateWithoutFacetOptionToPlatformInput = {
378
+ id?: bigint | number;
379
+ createdAt?: Date | string;
380
+ updatedAt?: Date | string;
381
+ facetId: bigint | number;
382
+ value: string;
383
+ };
384
+ export type FacetOptionCreateOrConnectWithoutFacetOptionToPlatformInput = {
385
+ where: Prisma.FacetOptionWhereUniqueInput;
386
+ create: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUncheckedCreateWithoutFacetOptionToPlatformInput>;
387
+ };
388
+ export type FacetOptionUpsertWithoutFacetOptionToPlatformInput = {
389
+ update: Prisma.XOR<Prisma.FacetOptionUpdateWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUncheckedUpdateWithoutFacetOptionToPlatformInput>;
390
+ create: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUncheckedCreateWithoutFacetOptionToPlatformInput>;
391
+ where?: Prisma.FacetOptionWhereInput;
392
+ };
393
+ export type FacetOptionUpdateToOneWithWhereWithoutFacetOptionToPlatformInput = {
394
+ where?: Prisma.FacetOptionWhereInput;
395
+ data: Prisma.XOR<Prisma.FacetOptionUpdateWithoutFacetOptionToPlatformInput, Prisma.FacetOptionUncheckedUpdateWithoutFacetOptionToPlatformInput>;
396
+ };
397
+ export type FacetOptionUpdateWithoutFacetOptionToPlatformInput = {
398
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
399
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
400
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
401
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
402
+ facet?: Prisma.FacetUpdateOneRequiredWithoutFacetOptionsNestedInput;
403
+ };
404
+ export type FacetOptionUncheckedUpdateWithoutFacetOptionToPlatformInput = {
405
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
406
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
407
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
408
+ facetId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
409
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
410
+ };
411
+ export type FacetOptionCreateWithoutFacetInput = {
412
+ id?: bigint | number;
413
+ createdAt?: Date | string;
414
+ updatedAt?: Date | string;
415
+ value: string;
416
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformCreateNestedManyWithoutFacetOptionInput;
417
+ };
418
+ export type FacetOptionUncheckedCreateWithoutFacetInput = {
419
+ id?: bigint | number;
420
+ createdAt?: Date | string;
421
+ updatedAt?: Date | string;
422
+ value: string;
423
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformUncheckedCreateNestedManyWithoutFacetOptionInput;
424
+ };
425
+ export type FacetOptionCreateOrConnectWithoutFacetInput = {
426
+ where: Prisma.FacetOptionWhereUniqueInput;
427
+ create: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetInput, Prisma.FacetOptionUncheckedCreateWithoutFacetInput>;
428
+ };
429
+ export type FacetOptionCreateManyFacetInputEnvelope = {
430
+ data: Prisma.FacetOptionCreateManyFacetInput | Prisma.FacetOptionCreateManyFacetInput[];
431
+ skipDuplicates?: boolean;
432
+ };
433
+ export type FacetOptionUpsertWithWhereUniqueWithoutFacetInput = {
434
+ where: Prisma.FacetOptionWhereUniqueInput;
435
+ update: Prisma.XOR<Prisma.FacetOptionUpdateWithoutFacetInput, Prisma.FacetOptionUncheckedUpdateWithoutFacetInput>;
436
+ create: Prisma.XOR<Prisma.FacetOptionCreateWithoutFacetInput, Prisma.FacetOptionUncheckedCreateWithoutFacetInput>;
437
+ };
438
+ export type FacetOptionUpdateWithWhereUniqueWithoutFacetInput = {
439
+ where: Prisma.FacetOptionWhereUniqueInput;
440
+ data: Prisma.XOR<Prisma.FacetOptionUpdateWithoutFacetInput, Prisma.FacetOptionUncheckedUpdateWithoutFacetInput>;
441
+ };
442
+ export type FacetOptionUpdateManyWithWhereWithoutFacetInput = {
443
+ where: Prisma.FacetOptionScalarWhereInput;
444
+ data: Prisma.XOR<Prisma.FacetOptionUpdateManyMutationInput, Prisma.FacetOptionUncheckedUpdateManyWithoutFacetInput>;
445
+ };
446
+ export type FacetOptionScalarWhereInput = {
447
+ AND?: Prisma.FacetOptionScalarWhereInput | Prisma.FacetOptionScalarWhereInput[];
448
+ OR?: Prisma.FacetOptionScalarWhereInput[];
449
+ NOT?: Prisma.FacetOptionScalarWhereInput | Prisma.FacetOptionScalarWhereInput[];
450
+ id?: Prisma.BigIntFilter<"FacetOption"> | bigint | number;
451
+ createdAt?: Prisma.DateTimeFilter<"FacetOption"> | Date | string;
452
+ updatedAt?: Prisma.DateTimeFilter<"FacetOption"> | Date | string;
453
+ facetId?: Prisma.BigIntFilter<"FacetOption"> | bigint | number;
454
+ value?: Prisma.StringFilter<"FacetOption"> | string;
455
+ };
456
+ export type FacetOptionCreateManyFacetInput = {
457
+ id?: bigint | number;
458
+ createdAt?: Date | string;
459
+ updatedAt?: Date | string;
460
+ value: string;
461
+ };
462
+ export type FacetOptionUpdateWithoutFacetInput = {
463
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
464
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
465
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
466
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
467
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformUpdateManyWithoutFacetOptionNestedInput;
468
+ };
469
+ export type FacetOptionUncheckedUpdateWithoutFacetInput = {
470
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
471
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
472
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
473
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
474
+ facetOptionToPlatform?: Prisma.FacetOptionToPlatformUncheckedUpdateManyWithoutFacetOptionNestedInput;
475
+ };
476
+ export type FacetOptionUncheckedUpdateManyWithoutFacetInput = {
477
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
478
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
479
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
480
+ value?: Prisma.StringFieldUpdateOperationsInput | string;
481
+ };
482
+ /**
483
+ * Count Type FacetOptionCountOutputType
484
+ */
485
+ export type FacetOptionCountOutputType = {
486
+ facetOptionToPlatform: number;
487
+ };
488
+ export type FacetOptionCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
489
+ facetOptionToPlatform?: boolean | FacetOptionCountOutputTypeCountFacetOptionToPlatformArgs;
490
+ };
491
+ /**
492
+ * FacetOptionCountOutputType without action
493
+ */
494
+ export type FacetOptionCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
495
+ /**
496
+ * Select specific fields to fetch from the FacetOptionCountOutputType
497
+ */
498
+ select?: Prisma.FacetOptionCountOutputTypeSelect<ExtArgs> | null;
499
+ };
500
+ /**
501
+ * FacetOptionCountOutputType without action
502
+ */
503
+ export type FacetOptionCountOutputTypeCountFacetOptionToPlatformArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
504
+ where?: Prisma.FacetOptionToPlatformWhereInput;
505
+ };
506
+ export type FacetOptionSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
507
+ id?: boolean;
508
+ createdAt?: boolean;
509
+ updatedAt?: boolean;
510
+ facetId?: boolean;
511
+ value?: boolean;
512
+ facet?: boolean | Prisma.FacetDefaultArgs<ExtArgs>;
513
+ facetOptionToPlatform?: boolean | Prisma.FacetOption$facetOptionToPlatformArgs<ExtArgs>;
514
+ _count?: boolean | Prisma.FacetOptionCountOutputTypeDefaultArgs<ExtArgs>;
515
+ }, ExtArgs["result"]["facetOption"]>;
516
+ export type FacetOptionSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
517
+ id?: boolean;
518
+ createdAt?: boolean;
519
+ updatedAt?: boolean;
520
+ facetId?: boolean;
521
+ value?: boolean;
522
+ facet?: boolean | Prisma.FacetDefaultArgs<ExtArgs>;
523
+ }, ExtArgs["result"]["facetOption"]>;
524
+ export type FacetOptionSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
525
+ id?: boolean;
526
+ createdAt?: boolean;
527
+ updatedAt?: boolean;
528
+ facetId?: boolean;
529
+ value?: boolean;
530
+ facet?: boolean | Prisma.FacetDefaultArgs<ExtArgs>;
531
+ }, ExtArgs["result"]["facetOption"]>;
532
+ export type FacetOptionSelectScalar = {
533
+ id?: boolean;
534
+ createdAt?: boolean;
535
+ updatedAt?: boolean;
536
+ facetId?: boolean;
537
+ value?: boolean;
538
+ };
539
+ export type FacetOptionOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "facetId" | "value", ExtArgs["result"]["facetOption"]>;
540
+ export type FacetOptionInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
541
+ facet?: boolean | Prisma.FacetDefaultArgs<ExtArgs>;
542
+ facetOptionToPlatform?: boolean | Prisma.FacetOption$facetOptionToPlatformArgs<ExtArgs>;
543
+ _count?: boolean | Prisma.FacetOptionCountOutputTypeDefaultArgs<ExtArgs>;
544
+ };
545
+ export type FacetOptionIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
546
+ facet?: boolean | Prisma.FacetDefaultArgs<ExtArgs>;
547
+ };
548
+ export type FacetOptionIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
549
+ facet?: boolean | Prisma.FacetDefaultArgs<ExtArgs>;
550
+ };
551
+ export type $FacetOptionPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
552
+ name: "FacetOption";
553
+ objects: {
554
+ facet: Prisma.$FacetPayload<ExtArgs>;
555
+ facetOptionToPlatform: Prisma.$FacetOptionToPlatformPayload<ExtArgs>[];
556
+ };
557
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
558
+ id: bigint;
559
+ createdAt: Date;
560
+ updatedAt: Date;
561
+ facetId: bigint;
562
+ value: string;
563
+ }, ExtArgs["result"]["facetOption"]>;
564
+ composites: {};
565
+ };
566
+ export type FacetOptionGetPayload<S extends boolean | null | undefined | FacetOptionDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload, S>;
567
+ export type FacetOptionCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<FacetOptionFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
568
+ select?: FacetOptionCountAggregateInputType | true;
569
+ };
570
+ export interface FacetOptionDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
571
+ [K: symbol]: {
572
+ types: Prisma.TypeMap<ExtArgs>['model']['FacetOption'];
573
+ meta: {
574
+ name: 'FacetOption';
575
+ };
576
+ };
577
+ /**
578
+ * Find zero or one FacetOption that matches the filter.
579
+ * @param {FacetOptionFindUniqueArgs} args - Arguments to find a FacetOption
580
+ * @example
581
+ * // Get one FacetOption
582
+ * const facetOption = await prisma.facetOption.findUnique({
583
+ * where: {
584
+ * // ... provide filter here
585
+ * }
586
+ * })
587
+ */
588
+ findUnique<T extends FacetOptionFindUniqueArgs>(args: Prisma.SelectSubset<T, FacetOptionFindUniqueArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
589
+ /**
590
+ * Find one FacetOption that matches the filter or throw an error with `error.code='P2025'`
591
+ * if no matches were found.
592
+ * @param {FacetOptionFindUniqueOrThrowArgs} args - Arguments to find a FacetOption
593
+ * @example
594
+ * // Get one FacetOption
595
+ * const facetOption = await prisma.facetOption.findUniqueOrThrow({
596
+ * where: {
597
+ * // ... provide filter here
598
+ * }
599
+ * })
600
+ */
601
+ findUniqueOrThrow<T extends FacetOptionFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, FacetOptionFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
602
+ /**
603
+ * Find the first FacetOption that matches the filter.
604
+ * Note, that providing `undefined` is treated as the value not being there.
605
+ * Read more here: https://pris.ly/d/null-undefined
606
+ * @param {FacetOptionFindFirstArgs} args - Arguments to find a FacetOption
607
+ * @example
608
+ * // Get one FacetOption
609
+ * const facetOption = await prisma.facetOption.findFirst({
610
+ * where: {
611
+ * // ... provide filter here
612
+ * }
613
+ * })
614
+ */
615
+ findFirst<T extends FacetOptionFindFirstArgs>(args?: Prisma.SelectSubset<T, FacetOptionFindFirstArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
616
+ /**
617
+ * Find the first FacetOption that matches the filter or
618
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
619
+ * Note, that providing `undefined` is treated as the value not being there.
620
+ * Read more here: https://pris.ly/d/null-undefined
621
+ * @param {FacetOptionFindFirstOrThrowArgs} args - Arguments to find a FacetOption
622
+ * @example
623
+ * // Get one FacetOption
624
+ * const facetOption = await prisma.facetOption.findFirstOrThrow({
625
+ * where: {
626
+ * // ... provide filter here
627
+ * }
628
+ * })
629
+ */
630
+ findFirstOrThrow<T extends FacetOptionFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, FacetOptionFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
631
+ /**
632
+ * Find zero or more FacetOptions that matches the filter.
633
+ * Note, that providing `undefined` is treated as the value not being there.
634
+ * Read more here: https://pris.ly/d/null-undefined
635
+ * @param {FacetOptionFindManyArgs} args - Arguments to filter and select certain fields only.
636
+ * @example
637
+ * // Get all FacetOptions
638
+ * const facetOptions = await prisma.facetOption.findMany()
639
+ *
640
+ * // Get first 10 FacetOptions
641
+ * const facetOptions = await prisma.facetOption.findMany({ take: 10 })
642
+ *
643
+ * // Only select the `id`
644
+ * const facetOptionWithIdOnly = await prisma.facetOption.findMany({ select: { id: true } })
645
+ *
646
+ */
647
+ findMany<T extends FacetOptionFindManyArgs>(args?: Prisma.SelectSubset<T, FacetOptionFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
648
+ /**
649
+ * Create a FacetOption.
650
+ * @param {FacetOptionCreateArgs} args - Arguments to create a FacetOption.
651
+ * @example
652
+ * // Create one FacetOption
653
+ * const FacetOption = await prisma.facetOption.create({
654
+ * data: {
655
+ * // ... data to create a FacetOption
656
+ * }
657
+ * })
658
+ *
659
+ */
660
+ create<T extends FacetOptionCreateArgs>(args: Prisma.SelectSubset<T, FacetOptionCreateArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
661
+ /**
662
+ * Create many FacetOptions.
663
+ * @param {FacetOptionCreateManyArgs} args - Arguments to create many FacetOptions.
664
+ * @example
665
+ * // Create many FacetOptions
666
+ * const facetOption = await prisma.facetOption.createMany({
667
+ * data: [
668
+ * // ... provide data here
669
+ * ]
670
+ * })
671
+ *
672
+ */
673
+ createMany<T extends FacetOptionCreateManyArgs>(args?: Prisma.SelectSubset<T, FacetOptionCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
674
+ /**
675
+ * Create many FacetOptions and returns the data saved in the database.
676
+ * @param {FacetOptionCreateManyAndReturnArgs} args - Arguments to create many FacetOptions.
677
+ * @example
678
+ * // Create many FacetOptions
679
+ * const facetOption = await prisma.facetOption.createManyAndReturn({
680
+ * data: [
681
+ * // ... provide data here
682
+ * ]
683
+ * })
684
+ *
685
+ * // Create many FacetOptions and only return the `id`
686
+ * const facetOptionWithIdOnly = await prisma.facetOption.createManyAndReturn({
687
+ * select: { id: true },
688
+ * data: [
689
+ * // ... provide data here
690
+ * ]
691
+ * })
692
+ * Note, that providing `undefined` is treated as the value not being there.
693
+ * Read more here: https://pris.ly/d/null-undefined
694
+ *
695
+ */
696
+ createManyAndReturn<T extends FacetOptionCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, FacetOptionCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
697
+ /**
698
+ * Delete a FacetOption.
699
+ * @param {FacetOptionDeleteArgs} args - Arguments to delete one FacetOption.
700
+ * @example
701
+ * // Delete one FacetOption
702
+ * const FacetOption = await prisma.facetOption.delete({
703
+ * where: {
704
+ * // ... filter to delete one FacetOption
705
+ * }
706
+ * })
707
+ *
708
+ */
709
+ delete<T extends FacetOptionDeleteArgs>(args: Prisma.SelectSubset<T, FacetOptionDeleteArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
710
+ /**
711
+ * Update one FacetOption.
712
+ * @param {FacetOptionUpdateArgs} args - Arguments to update one FacetOption.
713
+ * @example
714
+ * // Update one FacetOption
715
+ * const facetOption = await prisma.facetOption.update({
716
+ * where: {
717
+ * // ... provide filter here
718
+ * },
719
+ * data: {
720
+ * // ... provide data here
721
+ * }
722
+ * })
723
+ *
724
+ */
725
+ update<T extends FacetOptionUpdateArgs>(args: Prisma.SelectSubset<T, FacetOptionUpdateArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
726
+ /**
727
+ * Delete zero or more FacetOptions.
728
+ * @param {FacetOptionDeleteManyArgs} args - Arguments to filter FacetOptions to delete.
729
+ * @example
730
+ * // Delete a few FacetOptions
731
+ * const { count } = await prisma.facetOption.deleteMany({
732
+ * where: {
733
+ * // ... provide filter here
734
+ * }
735
+ * })
736
+ *
737
+ */
738
+ deleteMany<T extends FacetOptionDeleteManyArgs>(args?: Prisma.SelectSubset<T, FacetOptionDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
739
+ /**
740
+ * Update zero or more FacetOptions.
741
+ * Note, that providing `undefined` is treated as the value not being there.
742
+ * Read more here: https://pris.ly/d/null-undefined
743
+ * @param {FacetOptionUpdateManyArgs} args - Arguments to update one or more rows.
744
+ * @example
745
+ * // Update many FacetOptions
746
+ * const facetOption = await prisma.facetOption.updateMany({
747
+ * where: {
748
+ * // ... provide filter here
749
+ * },
750
+ * data: {
751
+ * // ... provide data here
752
+ * }
753
+ * })
754
+ *
755
+ */
756
+ updateMany<T extends FacetOptionUpdateManyArgs>(args: Prisma.SelectSubset<T, FacetOptionUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
757
+ /**
758
+ * Update zero or more FacetOptions and returns the data updated in the database.
759
+ * @param {FacetOptionUpdateManyAndReturnArgs} args - Arguments to update many FacetOptions.
760
+ * @example
761
+ * // Update many FacetOptions
762
+ * const facetOption = await prisma.facetOption.updateManyAndReturn({
763
+ * where: {
764
+ * // ... provide filter here
765
+ * },
766
+ * data: [
767
+ * // ... provide data here
768
+ * ]
769
+ * })
770
+ *
771
+ * // Update zero or more FacetOptions and only return the `id`
772
+ * const facetOptionWithIdOnly = await prisma.facetOption.updateManyAndReturn({
773
+ * select: { id: true },
774
+ * where: {
775
+ * // ... provide filter here
776
+ * },
777
+ * data: [
778
+ * // ... provide data here
779
+ * ]
780
+ * })
781
+ * Note, that providing `undefined` is treated as the value not being there.
782
+ * Read more here: https://pris.ly/d/null-undefined
783
+ *
784
+ */
785
+ updateManyAndReturn<T extends FacetOptionUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, FacetOptionUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
786
+ /**
787
+ * Create or update one FacetOption.
788
+ * @param {FacetOptionUpsertArgs} args - Arguments to update or create a FacetOption.
789
+ * @example
790
+ * // Update or create a FacetOption
791
+ * const facetOption = await prisma.facetOption.upsert({
792
+ * create: {
793
+ * // ... data to create a FacetOption
794
+ * },
795
+ * update: {
796
+ * // ... in case it already exists, update
797
+ * },
798
+ * where: {
799
+ * // ... the filter for the FacetOption we want to update
800
+ * }
801
+ * })
802
+ */
803
+ upsert<T extends FacetOptionUpsertArgs>(args: Prisma.SelectSubset<T, FacetOptionUpsertArgs<ExtArgs>>): Prisma.Prisma__FacetOptionClient<runtime.Types.Result.GetResult<Prisma.$FacetOptionPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
804
+ /**
805
+ * Count the number of FacetOptions.
806
+ * Note, that providing `undefined` is treated as the value not being there.
807
+ * Read more here: https://pris.ly/d/null-undefined
808
+ * @param {FacetOptionCountArgs} args - Arguments to filter FacetOptions to count.
809
+ * @example
810
+ * // Count the number of FacetOptions
811
+ * const count = await prisma.facetOption.count({
812
+ * where: {
813
+ * // ... the filter for the FacetOptions we want to count
814
+ * }
815
+ * })
816
+ **/
817
+ count<T extends FacetOptionCountArgs>(args?: Prisma.Subset<T, FacetOptionCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], FacetOptionCountAggregateOutputType> : number>;
818
+ /**
819
+ * Allows you to perform aggregations operations on a FacetOption.
820
+ * Note, that providing `undefined` is treated as the value not being there.
821
+ * Read more here: https://pris.ly/d/null-undefined
822
+ * @param {FacetOptionAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
823
+ * @example
824
+ * // Ordered by age ascending
825
+ * // Where email contains prisma.io
826
+ * // Limited to the 10 users
827
+ * const aggregations = await prisma.user.aggregate({
828
+ * _avg: {
829
+ * age: true,
830
+ * },
831
+ * where: {
832
+ * email: {
833
+ * contains: "prisma.io",
834
+ * },
835
+ * },
836
+ * orderBy: {
837
+ * age: "asc",
838
+ * },
839
+ * take: 10,
840
+ * })
841
+ **/
842
+ aggregate<T extends FacetOptionAggregateArgs>(args: Prisma.Subset<T, FacetOptionAggregateArgs>): Prisma.PrismaPromise<GetFacetOptionAggregateType<T>>;
843
+ /**
844
+ * Group by FacetOption.
845
+ * Note, that providing `undefined` is treated as the value not being there.
846
+ * Read more here: https://pris.ly/d/null-undefined
847
+ * @param {FacetOptionGroupByArgs} args - Group by arguments.
848
+ * @example
849
+ * // Group by city, order by createdAt, get count
850
+ * const result = await prisma.user.groupBy({
851
+ * by: ['city', 'createdAt'],
852
+ * orderBy: {
853
+ * createdAt: true
854
+ * },
855
+ * _count: {
856
+ * _all: true
857
+ * },
858
+ * })
859
+ *
860
+ **/
861
+ groupBy<T extends FacetOptionGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
862
+ orderBy: FacetOptionGroupByArgs['orderBy'];
863
+ } : {
864
+ orderBy?: FacetOptionGroupByArgs['orderBy'];
865
+ }, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
866
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
867
+ Error,
868
+ 'Field ',
869
+ P,
870
+ ` in "having" needs to be provided in "by"`
871
+ ];
872
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
873
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
874
+ }[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
875
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
876
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
877
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
878
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, FacetOptionGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetFacetOptionGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
879
+ /**
880
+ * Fields of the FacetOption model
881
+ */
882
+ readonly fields: FacetOptionFieldRefs;
883
+ }
884
+ /**
885
+ * The delegate class that acts as a "Promise-like" for FacetOption.
886
+ * Why is this prefixed with `Prisma__`?
887
+ * Because we want to prevent naming conflicts as mentioned in
888
+ * https://github.com/prisma/prisma-client-js/issues/707
889
+ */
890
+ export interface Prisma__FacetOptionClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
891
+ readonly [Symbol.toStringTag]: "PrismaPromise";
892
+ facet<T extends Prisma.FacetDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.FacetDefaultArgs<ExtArgs>>): Prisma.Prisma__FacetClient<runtime.Types.Result.GetResult<Prisma.$FacetPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
893
+ facetOptionToPlatform<T extends Prisma.FacetOption$facetOptionToPlatformArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.FacetOption$facetOptionToPlatformArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FacetOptionToPlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
894
+ /**
895
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
896
+ * @param onfulfilled The callback to execute when the Promise is resolved.
897
+ * @param onrejected The callback to execute when the Promise is rejected.
898
+ * @returns A Promise for the completion of which ever callback is executed.
899
+ */
900
+ 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>;
901
+ /**
902
+ * Attaches a callback for only the rejection of the Promise.
903
+ * @param onrejected The callback to execute when the Promise is rejected.
904
+ * @returns A Promise for the completion of the callback.
905
+ */
906
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
907
+ /**
908
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
909
+ * resolved value cannot be modified from the callback.
910
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
911
+ * @returns A Promise for the completion of the callback.
912
+ */
913
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
914
+ }
915
+ /**
916
+ * Fields of the FacetOption model
917
+ */
918
+ export interface FacetOptionFieldRefs {
919
+ readonly id: Prisma.FieldRef<"FacetOption", 'BigInt'>;
920
+ readonly createdAt: Prisma.FieldRef<"FacetOption", 'DateTime'>;
921
+ readonly updatedAt: Prisma.FieldRef<"FacetOption", 'DateTime'>;
922
+ readonly facetId: Prisma.FieldRef<"FacetOption", 'BigInt'>;
923
+ readonly value: Prisma.FieldRef<"FacetOption", 'String'>;
924
+ }
925
+ /**
926
+ * FacetOption findUnique
927
+ */
928
+ export type FacetOptionFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
929
+ /**
930
+ * Select specific fields to fetch from the FacetOption
931
+ */
932
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
933
+ /**
934
+ * Omit specific fields from the FacetOption
935
+ */
936
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
937
+ /**
938
+ * Choose, which related nodes to fetch as well
939
+ */
940
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
941
+ /**
942
+ * Filter, which FacetOption to fetch.
943
+ */
944
+ where: Prisma.FacetOptionWhereUniqueInput;
945
+ };
946
+ /**
947
+ * FacetOption findUniqueOrThrow
948
+ */
949
+ export type FacetOptionFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
950
+ /**
951
+ * Select specific fields to fetch from the FacetOption
952
+ */
953
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
954
+ /**
955
+ * Omit specific fields from the FacetOption
956
+ */
957
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
958
+ /**
959
+ * Choose, which related nodes to fetch as well
960
+ */
961
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
962
+ /**
963
+ * Filter, which FacetOption to fetch.
964
+ */
965
+ where: Prisma.FacetOptionWhereUniqueInput;
966
+ };
967
+ /**
968
+ * FacetOption findFirst
969
+ */
970
+ export type FacetOptionFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
971
+ /**
972
+ * Select specific fields to fetch from the FacetOption
973
+ */
974
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
975
+ /**
976
+ * Omit specific fields from the FacetOption
977
+ */
978
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
979
+ /**
980
+ * Choose, which related nodes to fetch as well
981
+ */
982
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
983
+ /**
984
+ * Filter, which FacetOption to fetch.
985
+ */
986
+ where?: Prisma.FacetOptionWhereInput;
987
+ /**
988
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
989
+ *
990
+ * Determine the order of FacetOptions to fetch.
991
+ */
992
+ orderBy?: Prisma.FacetOptionOrderByWithRelationInput | Prisma.FacetOptionOrderByWithRelationInput[];
993
+ /**
994
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
995
+ *
996
+ * Sets the position for searching for FacetOptions.
997
+ */
998
+ cursor?: Prisma.FacetOptionWhereUniqueInput;
999
+ /**
1000
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1001
+ *
1002
+ * Take `±n` FacetOptions from the position of the cursor.
1003
+ */
1004
+ take?: number;
1005
+ /**
1006
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1007
+ *
1008
+ * Skip the first `n` FacetOptions.
1009
+ */
1010
+ skip?: number;
1011
+ /**
1012
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1013
+ *
1014
+ * Filter by unique combinations of FacetOptions.
1015
+ */
1016
+ distinct?: Prisma.FacetOptionScalarFieldEnum | Prisma.FacetOptionScalarFieldEnum[];
1017
+ };
1018
+ /**
1019
+ * FacetOption findFirstOrThrow
1020
+ */
1021
+ export type FacetOptionFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1022
+ /**
1023
+ * Select specific fields to fetch from the FacetOption
1024
+ */
1025
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1026
+ /**
1027
+ * Omit specific fields from the FacetOption
1028
+ */
1029
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1030
+ /**
1031
+ * Choose, which related nodes to fetch as well
1032
+ */
1033
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1034
+ /**
1035
+ * Filter, which FacetOption to fetch.
1036
+ */
1037
+ where?: Prisma.FacetOptionWhereInput;
1038
+ /**
1039
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1040
+ *
1041
+ * Determine the order of FacetOptions to fetch.
1042
+ */
1043
+ orderBy?: Prisma.FacetOptionOrderByWithRelationInput | Prisma.FacetOptionOrderByWithRelationInput[];
1044
+ /**
1045
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1046
+ *
1047
+ * Sets the position for searching for FacetOptions.
1048
+ */
1049
+ cursor?: Prisma.FacetOptionWhereUniqueInput;
1050
+ /**
1051
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1052
+ *
1053
+ * Take `±n` FacetOptions from the position of the cursor.
1054
+ */
1055
+ take?: number;
1056
+ /**
1057
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1058
+ *
1059
+ * Skip the first `n` FacetOptions.
1060
+ */
1061
+ skip?: number;
1062
+ /**
1063
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1064
+ *
1065
+ * Filter by unique combinations of FacetOptions.
1066
+ */
1067
+ distinct?: Prisma.FacetOptionScalarFieldEnum | Prisma.FacetOptionScalarFieldEnum[];
1068
+ };
1069
+ /**
1070
+ * FacetOption findMany
1071
+ */
1072
+ export type FacetOptionFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1073
+ /**
1074
+ * Select specific fields to fetch from the FacetOption
1075
+ */
1076
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1077
+ /**
1078
+ * Omit specific fields from the FacetOption
1079
+ */
1080
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1081
+ /**
1082
+ * Choose, which related nodes to fetch as well
1083
+ */
1084
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1085
+ /**
1086
+ * Filter, which FacetOptions to fetch.
1087
+ */
1088
+ where?: Prisma.FacetOptionWhereInput;
1089
+ /**
1090
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1091
+ *
1092
+ * Determine the order of FacetOptions to fetch.
1093
+ */
1094
+ orderBy?: Prisma.FacetOptionOrderByWithRelationInput | Prisma.FacetOptionOrderByWithRelationInput[];
1095
+ /**
1096
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1097
+ *
1098
+ * Sets the position for listing FacetOptions.
1099
+ */
1100
+ cursor?: Prisma.FacetOptionWhereUniqueInput;
1101
+ /**
1102
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1103
+ *
1104
+ * Take `±n` FacetOptions from the position of the cursor.
1105
+ */
1106
+ take?: number;
1107
+ /**
1108
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1109
+ *
1110
+ * Skip the first `n` FacetOptions.
1111
+ */
1112
+ skip?: number;
1113
+ distinct?: Prisma.FacetOptionScalarFieldEnum | Prisma.FacetOptionScalarFieldEnum[];
1114
+ };
1115
+ /**
1116
+ * FacetOption create
1117
+ */
1118
+ export type FacetOptionCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1119
+ /**
1120
+ * Select specific fields to fetch from the FacetOption
1121
+ */
1122
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1123
+ /**
1124
+ * Omit specific fields from the FacetOption
1125
+ */
1126
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1127
+ /**
1128
+ * Choose, which related nodes to fetch as well
1129
+ */
1130
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1131
+ /**
1132
+ * The data needed to create a FacetOption.
1133
+ */
1134
+ data: Prisma.XOR<Prisma.FacetOptionCreateInput, Prisma.FacetOptionUncheckedCreateInput>;
1135
+ };
1136
+ /**
1137
+ * FacetOption createMany
1138
+ */
1139
+ export type FacetOptionCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1140
+ /**
1141
+ * The data used to create many FacetOptions.
1142
+ */
1143
+ data: Prisma.FacetOptionCreateManyInput | Prisma.FacetOptionCreateManyInput[];
1144
+ skipDuplicates?: boolean;
1145
+ };
1146
+ /**
1147
+ * FacetOption createManyAndReturn
1148
+ */
1149
+ export type FacetOptionCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1150
+ /**
1151
+ * Select specific fields to fetch from the FacetOption
1152
+ */
1153
+ select?: Prisma.FacetOptionSelectCreateManyAndReturn<ExtArgs> | null;
1154
+ /**
1155
+ * Omit specific fields from the FacetOption
1156
+ */
1157
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1158
+ /**
1159
+ * The data used to create many FacetOptions.
1160
+ */
1161
+ data: Prisma.FacetOptionCreateManyInput | Prisma.FacetOptionCreateManyInput[];
1162
+ skipDuplicates?: boolean;
1163
+ /**
1164
+ * Choose, which related nodes to fetch as well
1165
+ */
1166
+ include?: Prisma.FacetOptionIncludeCreateManyAndReturn<ExtArgs> | null;
1167
+ };
1168
+ /**
1169
+ * FacetOption update
1170
+ */
1171
+ export type FacetOptionUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1172
+ /**
1173
+ * Select specific fields to fetch from the FacetOption
1174
+ */
1175
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1176
+ /**
1177
+ * Omit specific fields from the FacetOption
1178
+ */
1179
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1180
+ /**
1181
+ * Choose, which related nodes to fetch as well
1182
+ */
1183
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1184
+ /**
1185
+ * The data needed to update a FacetOption.
1186
+ */
1187
+ data: Prisma.XOR<Prisma.FacetOptionUpdateInput, Prisma.FacetOptionUncheckedUpdateInput>;
1188
+ /**
1189
+ * Choose, which FacetOption to update.
1190
+ */
1191
+ where: Prisma.FacetOptionWhereUniqueInput;
1192
+ };
1193
+ /**
1194
+ * FacetOption updateMany
1195
+ */
1196
+ export type FacetOptionUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1197
+ /**
1198
+ * The data used to update FacetOptions.
1199
+ */
1200
+ data: Prisma.XOR<Prisma.FacetOptionUpdateManyMutationInput, Prisma.FacetOptionUncheckedUpdateManyInput>;
1201
+ /**
1202
+ * Filter which FacetOptions to update
1203
+ */
1204
+ where?: Prisma.FacetOptionWhereInput;
1205
+ /**
1206
+ * Limit how many FacetOptions to update.
1207
+ */
1208
+ limit?: number;
1209
+ };
1210
+ /**
1211
+ * FacetOption updateManyAndReturn
1212
+ */
1213
+ export type FacetOptionUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1214
+ /**
1215
+ * Select specific fields to fetch from the FacetOption
1216
+ */
1217
+ select?: Prisma.FacetOptionSelectUpdateManyAndReturn<ExtArgs> | null;
1218
+ /**
1219
+ * Omit specific fields from the FacetOption
1220
+ */
1221
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1222
+ /**
1223
+ * The data used to update FacetOptions.
1224
+ */
1225
+ data: Prisma.XOR<Prisma.FacetOptionUpdateManyMutationInput, Prisma.FacetOptionUncheckedUpdateManyInput>;
1226
+ /**
1227
+ * Filter which FacetOptions to update
1228
+ */
1229
+ where?: Prisma.FacetOptionWhereInput;
1230
+ /**
1231
+ * Limit how many FacetOptions to update.
1232
+ */
1233
+ limit?: number;
1234
+ /**
1235
+ * Choose, which related nodes to fetch as well
1236
+ */
1237
+ include?: Prisma.FacetOptionIncludeUpdateManyAndReturn<ExtArgs> | null;
1238
+ };
1239
+ /**
1240
+ * FacetOption upsert
1241
+ */
1242
+ export type FacetOptionUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1243
+ /**
1244
+ * Select specific fields to fetch from the FacetOption
1245
+ */
1246
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1247
+ /**
1248
+ * Omit specific fields from the FacetOption
1249
+ */
1250
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1251
+ /**
1252
+ * Choose, which related nodes to fetch as well
1253
+ */
1254
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1255
+ /**
1256
+ * The filter to search for the FacetOption to update in case it exists.
1257
+ */
1258
+ where: Prisma.FacetOptionWhereUniqueInput;
1259
+ /**
1260
+ * In case the FacetOption found by the `where` argument doesn't exist, create a new FacetOption with this data.
1261
+ */
1262
+ create: Prisma.XOR<Prisma.FacetOptionCreateInput, Prisma.FacetOptionUncheckedCreateInput>;
1263
+ /**
1264
+ * In case the FacetOption was found with the provided `where` argument, update it with this data.
1265
+ */
1266
+ update: Prisma.XOR<Prisma.FacetOptionUpdateInput, Prisma.FacetOptionUncheckedUpdateInput>;
1267
+ };
1268
+ /**
1269
+ * FacetOption delete
1270
+ */
1271
+ export type FacetOptionDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1272
+ /**
1273
+ * Select specific fields to fetch from the FacetOption
1274
+ */
1275
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1276
+ /**
1277
+ * Omit specific fields from the FacetOption
1278
+ */
1279
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1280
+ /**
1281
+ * Choose, which related nodes to fetch as well
1282
+ */
1283
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1284
+ /**
1285
+ * Filter which FacetOption to delete.
1286
+ */
1287
+ where: Prisma.FacetOptionWhereUniqueInput;
1288
+ };
1289
+ /**
1290
+ * FacetOption deleteMany
1291
+ */
1292
+ export type FacetOptionDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1293
+ /**
1294
+ * Filter which FacetOptions to delete
1295
+ */
1296
+ where?: Prisma.FacetOptionWhereInput;
1297
+ /**
1298
+ * Limit how many FacetOptions to delete.
1299
+ */
1300
+ limit?: number;
1301
+ };
1302
+ /**
1303
+ * FacetOption.facetOptionToPlatform
1304
+ */
1305
+ export type FacetOption$facetOptionToPlatformArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1306
+ /**
1307
+ * Select specific fields to fetch from the FacetOptionToPlatform
1308
+ */
1309
+ select?: Prisma.FacetOptionToPlatformSelect<ExtArgs> | null;
1310
+ /**
1311
+ * Omit specific fields from the FacetOptionToPlatform
1312
+ */
1313
+ omit?: Prisma.FacetOptionToPlatformOmit<ExtArgs> | null;
1314
+ /**
1315
+ * Choose, which related nodes to fetch as well
1316
+ */
1317
+ include?: Prisma.FacetOptionToPlatformInclude<ExtArgs> | null;
1318
+ where?: Prisma.FacetOptionToPlatformWhereInput;
1319
+ orderBy?: Prisma.FacetOptionToPlatformOrderByWithRelationInput | Prisma.FacetOptionToPlatformOrderByWithRelationInput[];
1320
+ cursor?: Prisma.FacetOptionToPlatformWhereUniqueInput;
1321
+ take?: number;
1322
+ skip?: number;
1323
+ distinct?: Prisma.FacetOptionToPlatformScalarFieldEnum | Prisma.FacetOptionToPlatformScalarFieldEnum[];
1324
+ };
1325
+ /**
1326
+ * FacetOption without action
1327
+ */
1328
+ export type FacetOptionDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1329
+ /**
1330
+ * Select specific fields to fetch from the FacetOption
1331
+ */
1332
+ select?: Prisma.FacetOptionSelect<ExtArgs> | null;
1333
+ /**
1334
+ * Omit specific fields from the FacetOption
1335
+ */
1336
+ omit?: Prisma.FacetOptionOmit<ExtArgs> | null;
1337
+ /**
1338
+ * Choose, which related nodes to fetch as well
1339
+ */
1340
+ include?: Prisma.FacetOptionInclude<ExtArgs> | null;
1341
+ };
1342
+ export {};