@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,1638 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace.js";
3
+ /**
4
+ * Model ProductVariantStoreAndPlatformPricing
5
+ *
6
+ */
7
+ export type ProductVariantStoreAndPlatformPricingModel = runtime.Types.Result.DefaultSelection<Prisma.$ProductVariantStoreAndPlatformPricingPayload>;
8
+ export type AggregateProductVariantStoreAndPlatformPricing = {
9
+ _count: ProductVariantStoreAndPlatformPricingCountAggregateOutputType | null;
10
+ _avg: ProductVariantStoreAndPlatformPricingAvgAggregateOutputType | null;
11
+ _sum: ProductVariantStoreAndPlatformPricingSumAggregateOutputType | null;
12
+ _min: ProductVariantStoreAndPlatformPricingMinAggregateOutputType | null;
13
+ _max: ProductVariantStoreAndPlatformPricingMaxAggregateOutputType | null;
14
+ };
15
+ export type ProductVariantStoreAndPlatformPricingAvgAggregateOutputType = {
16
+ id: number | null;
17
+ productVariantId: number | null;
18
+ price: runtime.Decimal | null;
19
+ compareAtPrice: runtime.Decimal | null;
20
+ };
21
+ export type ProductVariantStoreAndPlatformPricingSumAggregateOutputType = {
22
+ id: bigint | null;
23
+ productVariantId: bigint | null;
24
+ price: runtime.Decimal | null;
25
+ compareAtPrice: runtime.Decimal | null;
26
+ };
27
+ export type ProductVariantStoreAndPlatformPricingMinAggregateOutputType = {
28
+ id: bigint | null;
29
+ createdAt: Date | null;
30
+ updatedAt: Date | null;
31
+ productVariantId: bigint | null;
32
+ storeId: string | null;
33
+ platformId: string | null;
34
+ price: runtime.Decimal | null;
35
+ compareAtPrice: runtime.Decimal | null;
36
+ currencyCode: string | null;
37
+ };
38
+ export type ProductVariantStoreAndPlatformPricingMaxAggregateOutputType = {
39
+ id: bigint | null;
40
+ createdAt: Date | null;
41
+ updatedAt: Date | null;
42
+ productVariantId: bigint | null;
43
+ storeId: string | null;
44
+ platformId: string | null;
45
+ price: runtime.Decimal | null;
46
+ compareAtPrice: runtime.Decimal | null;
47
+ currencyCode: string | null;
48
+ };
49
+ export type ProductVariantStoreAndPlatformPricingCountAggregateOutputType = {
50
+ id: number;
51
+ createdAt: number;
52
+ updatedAt: number;
53
+ productVariantId: number;
54
+ storeId: number;
55
+ platformId: number;
56
+ price: number;
57
+ compareAtPrice: number;
58
+ currencyCode: number;
59
+ _all: number;
60
+ };
61
+ export type ProductVariantStoreAndPlatformPricingAvgAggregateInputType = {
62
+ id?: true;
63
+ productVariantId?: true;
64
+ price?: true;
65
+ compareAtPrice?: true;
66
+ };
67
+ export type ProductVariantStoreAndPlatformPricingSumAggregateInputType = {
68
+ id?: true;
69
+ productVariantId?: true;
70
+ price?: true;
71
+ compareAtPrice?: true;
72
+ };
73
+ export type ProductVariantStoreAndPlatformPricingMinAggregateInputType = {
74
+ id?: true;
75
+ createdAt?: true;
76
+ updatedAt?: true;
77
+ productVariantId?: true;
78
+ storeId?: true;
79
+ platformId?: true;
80
+ price?: true;
81
+ compareAtPrice?: true;
82
+ currencyCode?: true;
83
+ };
84
+ export type ProductVariantStoreAndPlatformPricingMaxAggregateInputType = {
85
+ id?: true;
86
+ createdAt?: true;
87
+ updatedAt?: true;
88
+ productVariantId?: true;
89
+ storeId?: true;
90
+ platformId?: true;
91
+ price?: true;
92
+ compareAtPrice?: true;
93
+ currencyCode?: true;
94
+ };
95
+ export type ProductVariantStoreAndPlatformPricingCountAggregateInputType = {
96
+ id?: true;
97
+ createdAt?: true;
98
+ updatedAt?: true;
99
+ productVariantId?: true;
100
+ storeId?: true;
101
+ platformId?: true;
102
+ price?: true;
103
+ compareAtPrice?: true;
104
+ currencyCode?: true;
105
+ _all?: true;
106
+ };
107
+ export type ProductVariantStoreAndPlatformPricingAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
108
+ /**
109
+ * Filter which ProductVariantStoreAndPlatformPricing to aggregate.
110
+ */
111
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
112
+ /**
113
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
114
+ *
115
+ * Determine the order of ProductVariantStoreAndPlatformPricings to fetch.
116
+ */
117
+ orderBy?: Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput | Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput[];
118
+ /**
119
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
120
+ *
121
+ * Sets the start position
122
+ */
123
+ cursor?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
124
+ /**
125
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
126
+ *
127
+ * Take `±n` ProductVariantStoreAndPlatformPricings from the position of the cursor.
128
+ */
129
+ take?: number;
130
+ /**
131
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
132
+ *
133
+ * Skip the first `n` ProductVariantStoreAndPlatformPricings.
134
+ */
135
+ skip?: number;
136
+ /**
137
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
138
+ *
139
+ * Count returned ProductVariantStoreAndPlatformPricings
140
+ **/
141
+ _count?: true | ProductVariantStoreAndPlatformPricingCountAggregateInputType;
142
+ /**
143
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
144
+ *
145
+ * Select which fields to average
146
+ **/
147
+ _avg?: ProductVariantStoreAndPlatformPricingAvgAggregateInputType;
148
+ /**
149
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
150
+ *
151
+ * Select which fields to sum
152
+ **/
153
+ _sum?: ProductVariantStoreAndPlatformPricingSumAggregateInputType;
154
+ /**
155
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
156
+ *
157
+ * Select which fields to find the minimum value
158
+ **/
159
+ _min?: ProductVariantStoreAndPlatformPricingMinAggregateInputType;
160
+ /**
161
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
162
+ *
163
+ * Select which fields to find the maximum value
164
+ **/
165
+ _max?: ProductVariantStoreAndPlatformPricingMaxAggregateInputType;
166
+ };
167
+ export type GetProductVariantStoreAndPlatformPricingAggregateType<T extends ProductVariantStoreAndPlatformPricingAggregateArgs> = {
168
+ [P in keyof T & keyof AggregateProductVariantStoreAndPlatformPricing]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateProductVariantStoreAndPlatformPricing[P]> : Prisma.GetScalarType<T[P], AggregateProductVariantStoreAndPlatformPricing[P]>;
169
+ };
170
+ export type ProductVariantStoreAndPlatformPricingGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
171
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
172
+ orderBy?: Prisma.ProductVariantStoreAndPlatformPricingOrderByWithAggregationInput | Prisma.ProductVariantStoreAndPlatformPricingOrderByWithAggregationInput[];
173
+ by: Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum[] | Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum;
174
+ having?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput;
175
+ take?: number;
176
+ skip?: number;
177
+ _count?: ProductVariantStoreAndPlatformPricingCountAggregateInputType | true;
178
+ _avg?: ProductVariantStoreAndPlatformPricingAvgAggregateInputType;
179
+ _sum?: ProductVariantStoreAndPlatformPricingSumAggregateInputType;
180
+ _min?: ProductVariantStoreAndPlatformPricingMinAggregateInputType;
181
+ _max?: ProductVariantStoreAndPlatformPricingMaxAggregateInputType;
182
+ };
183
+ export type ProductVariantStoreAndPlatformPricingGroupByOutputType = {
184
+ id: bigint;
185
+ createdAt: Date;
186
+ updatedAt: Date;
187
+ productVariantId: bigint;
188
+ storeId: string;
189
+ platformId: string;
190
+ price: runtime.Decimal | null;
191
+ compareAtPrice: runtime.Decimal | null;
192
+ currencyCode: string;
193
+ _count: ProductVariantStoreAndPlatformPricingCountAggregateOutputType | null;
194
+ _avg: ProductVariantStoreAndPlatformPricingAvgAggregateOutputType | null;
195
+ _sum: ProductVariantStoreAndPlatformPricingSumAggregateOutputType | null;
196
+ _min: ProductVariantStoreAndPlatformPricingMinAggregateOutputType | null;
197
+ _max: ProductVariantStoreAndPlatformPricingMaxAggregateOutputType | null;
198
+ };
199
+ type GetProductVariantStoreAndPlatformPricingGroupByPayload<T extends ProductVariantStoreAndPlatformPricingGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<ProductVariantStoreAndPlatformPricingGroupByOutputType, T['by']> & {
200
+ [P in ((keyof T) & (keyof ProductVariantStoreAndPlatformPricingGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], ProductVariantStoreAndPlatformPricingGroupByOutputType[P]> : Prisma.GetScalarType<T[P], ProductVariantStoreAndPlatformPricingGroupByOutputType[P]>;
201
+ }>>;
202
+ export type ProductVariantStoreAndPlatformPricingWhereInput = {
203
+ AND?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput | Prisma.ProductVariantStoreAndPlatformPricingWhereInput[];
204
+ OR?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput[];
205
+ NOT?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput | Prisma.ProductVariantStoreAndPlatformPricingWhereInput[];
206
+ id?: Prisma.BigIntFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
207
+ createdAt?: Prisma.DateTimeFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
208
+ updatedAt?: Prisma.DateTimeFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
209
+ productVariantId?: Prisma.BigIntFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
210
+ storeId?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
211
+ platformId?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
212
+ price?: Prisma.DecimalNullableFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
213
+ compareAtPrice?: Prisma.DecimalNullableFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
214
+ currencyCode?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
215
+ productVariant?: Prisma.XOR<Prisma.ProductVariantScalarRelationFilter, Prisma.ProductVariantWhereInput>;
216
+ platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
217
+ store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
218
+ };
219
+ export type ProductVariantStoreAndPlatformPricingOrderByWithRelationInput = {
220
+ id?: Prisma.SortOrder;
221
+ createdAt?: Prisma.SortOrder;
222
+ updatedAt?: Prisma.SortOrder;
223
+ productVariantId?: Prisma.SortOrder;
224
+ storeId?: Prisma.SortOrder;
225
+ platformId?: Prisma.SortOrder;
226
+ price?: Prisma.SortOrderInput | Prisma.SortOrder;
227
+ compareAtPrice?: Prisma.SortOrderInput | Prisma.SortOrder;
228
+ currencyCode?: Prisma.SortOrder;
229
+ productVariant?: Prisma.ProductVariantOrderByWithRelationInput;
230
+ platform?: Prisma.PlatformOrderByWithRelationInput;
231
+ store?: Prisma.StoreOrderByWithRelationInput;
232
+ _relevance?: Prisma.ProductVariantStoreAndPlatformPricingOrderByRelevanceInput;
233
+ };
234
+ export type ProductVariantStoreAndPlatformPricingWhereUniqueInput = Prisma.AtLeast<{
235
+ id?: bigint | number;
236
+ productVariantId_storeId_platformId_currencyCode?: Prisma.ProductVariantStoreAndPlatformPricingProductVariantIdStoreIdPlatformIdCurrencyCodeCompoundUniqueInput;
237
+ AND?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput | Prisma.ProductVariantStoreAndPlatformPricingWhereInput[];
238
+ OR?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput[];
239
+ NOT?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput | Prisma.ProductVariantStoreAndPlatformPricingWhereInput[];
240
+ createdAt?: Prisma.DateTimeFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
241
+ updatedAt?: Prisma.DateTimeFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
242
+ productVariantId?: Prisma.BigIntFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
243
+ storeId?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
244
+ platformId?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
245
+ price?: Prisma.DecimalNullableFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
246
+ compareAtPrice?: Prisma.DecimalNullableFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
247
+ currencyCode?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
248
+ productVariant?: Prisma.XOR<Prisma.ProductVariantScalarRelationFilter, Prisma.ProductVariantWhereInput>;
249
+ platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
250
+ store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
251
+ }, "id" | "productVariantId_storeId_platformId_currencyCode">;
252
+ export type ProductVariantStoreAndPlatformPricingOrderByWithAggregationInput = {
253
+ id?: Prisma.SortOrder;
254
+ createdAt?: Prisma.SortOrder;
255
+ updatedAt?: Prisma.SortOrder;
256
+ productVariantId?: Prisma.SortOrder;
257
+ storeId?: Prisma.SortOrder;
258
+ platformId?: Prisma.SortOrder;
259
+ price?: Prisma.SortOrderInput | Prisma.SortOrder;
260
+ compareAtPrice?: Prisma.SortOrderInput | Prisma.SortOrder;
261
+ currencyCode?: Prisma.SortOrder;
262
+ _count?: Prisma.ProductVariantStoreAndPlatformPricingCountOrderByAggregateInput;
263
+ _avg?: Prisma.ProductVariantStoreAndPlatformPricingAvgOrderByAggregateInput;
264
+ _max?: Prisma.ProductVariantStoreAndPlatformPricingMaxOrderByAggregateInput;
265
+ _min?: Prisma.ProductVariantStoreAndPlatformPricingMinOrderByAggregateInput;
266
+ _sum?: Prisma.ProductVariantStoreAndPlatformPricingSumOrderByAggregateInput;
267
+ };
268
+ export type ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput = {
269
+ AND?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput[];
270
+ OR?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput[];
271
+ NOT?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereWithAggregatesInput[];
272
+ id?: Prisma.BigIntWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
273
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
274
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
275
+ productVariantId?: Prisma.BigIntWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
276
+ storeId?: Prisma.StringWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | string;
277
+ platformId?: Prisma.StringWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | string;
278
+ price?: Prisma.DecimalNullableWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
279
+ compareAtPrice?: Prisma.DecimalNullableWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
280
+ currencyCode?: Prisma.StringWithAggregatesFilter<"ProductVariantStoreAndPlatformPricing"> | string;
281
+ };
282
+ export type ProductVariantStoreAndPlatformPricingCreateInput = {
283
+ id?: bigint | number;
284
+ createdAt?: Date | string;
285
+ updatedAt?: Date | string;
286
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
287
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
288
+ currencyCode?: string;
289
+ productVariant: Prisma.ProductVariantCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
290
+ platform: Prisma.PlatformCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
291
+ store: Prisma.StoreCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
292
+ };
293
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateInput = {
294
+ id?: bigint | number;
295
+ createdAt?: Date | string;
296
+ updatedAt?: Date | string;
297
+ productVariantId: bigint | number;
298
+ storeId: string;
299
+ platformId: string;
300
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
301
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
302
+ currencyCode?: string;
303
+ };
304
+ export type ProductVariantStoreAndPlatformPricingUpdateInput = {
305
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
306
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
307
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
308
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
309
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
310
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
311
+ productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
312
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
313
+ store?: Prisma.StoreUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
314
+ };
315
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateInput = {
316
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
317
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
318
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
319
+ productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
320
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
321
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
322
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
323
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
324
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
325
+ };
326
+ export type ProductVariantStoreAndPlatformPricingCreateManyInput = {
327
+ id?: bigint | number;
328
+ createdAt?: Date | string;
329
+ updatedAt?: Date | string;
330
+ productVariantId: bigint | number;
331
+ storeId: string;
332
+ platformId: string;
333
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
334
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
335
+ currencyCode?: string;
336
+ };
337
+ export type ProductVariantStoreAndPlatformPricingUpdateManyMutationInput = {
338
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
339
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
340
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
341
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
342
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
343
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
344
+ };
345
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyInput = {
346
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
347
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
348
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
349
+ productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
350
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
351
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
352
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
353
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
354
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
355
+ };
356
+ export type ProductVariantStoreAndPlatformPricingListRelationFilter = {
357
+ every?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
358
+ some?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
359
+ none?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
360
+ };
361
+ export type ProductVariantStoreAndPlatformPricingOrderByRelationAggregateInput = {
362
+ _count?: Prisma.SortOrder;
363
+ };
364
+ export type ProductVariantStoreAndPlatformPricingOrderByRelevanceInput = {
365
+ fields: Prisma.ProductVariantStoreAndPlatformPricingOrderByRelevanceFieldEnum | Prisma.ProductVariantStoreAndPlatformPricingOrderByRelevanceFieldEnum[];
366
+ sort: Prisma.SortOrder;
367
+ search: string;
368
+ };
369
+ export type ProductVariantStoreAndPlatformPricingProductVariantIdStoreIdPlatformIdCurrencyCodeCompoundUniqueInput = {
370
+ productVariantId: bigint | number;
371
+ storeId: string;
372
+ platformId: string;
373
+ currencyCode: string;
374
+ };
375
+ export type ProductVariantStoreAndPlatformPricingCountOrderByAggregateInput = {
376
+ id?: Prisma.SortOrder;
377
+ createdAt?: Prisma.SortOrder;
378
+ updatedAt?: Prisma.SortOrder;
379
+ productVariantId?: Prisma.SortOrder;
380
+ storeId?: Prisma.SortOrder;
381
+ platformId?: Prisma.SortOrder;
382
+ price?: Prisma.SortOrder;
383
+ compareAtPrice?: Prisma.SortOrder;
384
+ currencyCode?: Prisma.SortOrder;
385
+ };
386
+ export type ProductVariantStoreAndPlatformPricingAvgOrderByAggregateInput = {
387
+ id?: Prisma.SortOrder;
388
+ productVariantId?: Prisma.SortOrder;
389
+ price?: Prisma.SortOrder;
390
+ compareAtPrice?: Prisma.SortOrder;
391
+ };
392
+ export type ProductVariantStoreAndPlatformPricingMaxOrderByAggregateInput = {
393
+ id?: Prisma.SortOrder;
394
+ createdAt?: Prisma.SortOrder;
395
+ updatedAt?: Prisma.SortOrder;
396
+ productVariantId?: Prisma.SortOrder;
397
+ storeId?: Prisma.SortOrder;
398
+ platformId?: Prisma.SortOrder;
399
+ price?: Prisma.SortOrder;
400
+ compareAtPrice?: Prisma.SortOrder;
401
+ currencyCode?: Prisma.SortOrder;
402
+ };
403
+ export type ProductVariantStoreAndPlatformPricingMinOrderByAggregateInput = {
404
+ id?: Prisma.SortOrder;
405
+ createdAt?: Prisma.SortOrder;
406
+ updatedAt?: Prisma.SortOrder;
407
+ productVariantId?: Prisma.SortOrder;
408
+ storeId?: Prisma.SortOrder;
409
+ platformId?: Prisma.SortOrder;
410
+ price?: Prisma.SortOrder;
411
+ compareAtPrice?: Prisma.SortOrder;
412
+ currencyCode?: Prisma.SortOrder;
413
+ };
414
+ export type ProductVariantStoreAndPlatformPricingSumOrderByAggregateInput = {
415
+ id?: Prisma.SortOrder;
416
+ productVariantId?: Prisma.SortOrder;
417
+ price?: Prisma.SortOrder;
418
+ compareAtPrice?: Prisma.SortOrder;
419
+ };
420
+ export type ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutPlatformInput = {
421
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput[];
422
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput[];
423
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyPlatformInputEnvelope;
424
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
425
+ };
426
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutPlatformInput = {
427
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput[];
428
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput[];
429
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyPlatformInputEnvelope;
430
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
431
+ };
432
+ export type ProductVariantStoreAndPlatformPricingUpdateManyWithoutPlatformNestedInput = {
433
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput[];
434
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput[];
435
+ upsert?: Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutPlatformInput[];
436
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyPlatformInputEnvelope;
437
+ set?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
438
+ disconnect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
439
+ delete?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
440
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
441
+ update?: Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutPlatformInput[];
442
+ updateMany?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutPlatformInput[];
443
+ deleteMany?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
444
+ };
445
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutPlatformNestedInput = {
446
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput[];
447
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput[];
448
+ upsert?: Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutPlatformInput[];
449
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyPlatformInputEnvelope;
450
+ set?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
451
+ disconnect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
452
+ delete?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
453
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
454
+ update?: Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutPlatformInput[];
455
+ updateMany?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutPlatformInput[];
456
+ deleteMany?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
457
+ };
458
+ export type ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutProductVariantInput = {
459
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput[];
460
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput[];
461
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyProductVariantInputEnvelope;
462
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
463
+ };
464
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutProductVariantInput = {
465
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput[];
466
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput[];
467
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyProductVariantInputEnvelope;
468
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
469
+ };
470
+ export type ProductVariantStoreAndPlatformPricingUpdateManyWithoutProductVariantNestedInput = {
471
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput[];
472
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput[];
473
+ upsert?: Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutProductVariantInput[];
474
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyProductVariantInputEnvelope;
475
+ set?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
476
+ disconnect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
477
+ delete?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
478
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
479
+ update?: Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutProductVariantInput[];
480
+ updateMany?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutProductVariantInput[];
481
+ deleteMany?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
482
+ };
483
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutProductVariantNestedInput = {
484
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput[];
485
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput[];
486
+ upsert?: Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutProductVariantInput[];
487
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyProductVariantInputEnvelope;
488
+ set?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
489
+ disconnect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
490
+ delete?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
491
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
492
+ update?: Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutProductVariantInput[];
493
+ updateMany?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutProductVariantInput[];
494
+ deleteMany?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
495
+ };
496
+ export type ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput = {
497
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput[];
498
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput[];
499
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyStoreInputEnvelope;
500
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
501
+ };
502
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput = {
503
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput[];
504
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput[];
505
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyStoreInputEnvelope;
506
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
507
+ };
508
+ export type ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput = {
509
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput[];
510
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput[];
511
+ upsert?: Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutStoreInput[];
512
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyStoreInputEnvelope;
513
+ set?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
514
+ disconnect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
515
+ delete?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
516
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
517
+ update?: Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutStoreInput[];
518
+ updateMany?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutStoreInput[];
519
+ deleteMany?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
520
+ };
521
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput = {
522
+ create?: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput[] | Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput[];
523
+ connectOrCreate?: Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput[];
524
+ upsert?: Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutStoreInput[];
525
+ createMany?: Prisma.ProductVariantStoreAndPlatformPricingCreateManyStoreInputEnvelope;
526
+ set?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
527
+ disconnect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
528
+ delete?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
529
+ connect?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput | Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput[];
530
+ update?: Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutStoreInput[];
531
+ updateMany?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutStoreInput | Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutStoreInput[];
532
+ deleteMany?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
533
+ };
534
+ export type ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput = {
535
+ id?: bigint | number;
536
+ createdAt?: Date | string;
537
+ updatedAt?: Date | string;
538
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
539
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
540
+ currencyCode?: string;
541
+ productVariant: Prisma.ProductVariantCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
542
+ store: Prisma.StoreCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
543
+ };
544
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput = {
545
+ id?: bigint | number;
546
+ createdAt?: Date | string;
547
+ updatedAt?: Date | string;
548
+ productVariantId: bigint | number;
549
+ storeId: string;
550
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
551
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
552
+ currencyCode?: string;
553
+ };
554
+ export type ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutPlatformInput = {
555
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
556
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput>;
557
+ };
558
+ export type ProductVariantStoreAndPlatformPricingCreateManyPlatformInputEnvelope = {
559
+ data: Prisma.ProductVariantStoreAndPlatformPricingCreateManyPlatformInput | Prisma.ProductVariantStoreAndPlatformPricingCreateManyPlatformInput[];
560
+ skipDuplicates?: boolean;
561
+ };
562
+ export type ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutPlatformInput = {
563
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
564
+ update: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutPlatformInput>;
565
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutPlatformInput>;
566
+ };
567
+ export type ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutPlatformInput = {
568
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
569
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateWithoutPlatformInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutPlatformInput>;
570
+ };
571
+ export type ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutPlatformInput = {
572
+ where: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput;
573
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateManyMutationInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutPlatformInput>;
574
+ };
575
+ export type ProductVariantStoreAndPlatformPricingScalarWhereInput = {
576
+ AND?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
577
+ OR?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
578
+ NOT?: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput | Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput[];
579
+ id?: Prisma.BigIntFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
580
+ createdAt?: Prisma.DateTimeFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
581
+ updatedAt?: Prisma.DateTimeFilter<"ProductVariantStoreAndPlatformPricing"> | Date | string;
582
+ productVariantId?: Prisma.BigIntFilter<"ProductVariantStoreAndPlatformPricing"> | bigint | number;
583
+ storeId?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
584
+ platformId?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
585
+ price?: Prisma.DecimalNullableFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
586
+ compareAtPrice?: Prisma.DecimalNullableFilter<"ProductVariantStoreAndPlatformPricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
587
+ currencyCode?: Prisma.StringFilter<"ProductVariantStoreAndPlatformPricing"> | string;
588
+ };
589
+ export type ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput = {
590
+ id?: bigint | number;
591
+ createdAt?: Date | string;
592
+ updatedAt?: Date | string;
593
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
594
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
595
+ currencyCode?: string;
596
+ platform: Prisma.PlatformCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
597
+ store: Prisma.StoreCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
598
+ };
599
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput = {
600
+ id?: bigint | number;
601
+ createdAt?: Date | string;
602
+ updatedAt?: Date | string;
603
+ storeId: string;
604
+ platformId: string;
605
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
606
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
607
+ currencyCode?: string;
608
+ };
609
+ export type ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutProductVariantInput = {
610
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
611
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput>;
612
+ };
613
+ export type ProductVariantStoreAndPlatformPricingCreateManyProductVariantInputEnvelope = {
614
+ data: Prisma.ProductVariantStoreAndPlatformPricingCreateManyProductVariantInput | Prisma.ProductVariantStoreAndPlatformPricingCreateManyProductVariantInput[];
615
+ skipDuplicates?: boolean;
616
+ };
617
+ export type ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutProductVariantInput = {
618
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
619
+ update: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutProductVariantInput>;
620
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutProductVariantInput>;
621
+ };
622
+ export type ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutProductVariantInput = {
623
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
624
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateWithoutProductVariantInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutProductVariantInput>;
625
+ };
626
+ export type ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutProductVariantInput = {
627
+ where: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput;
628
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateManyMutationInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutProductVariantInput>;
629
+ };
630
+ export type ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput = {
631
+ id?: bigint | number;
632
+ createdAt?: Date | string;
633
+ updatedAt?: Date | string;
634
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
635
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
636
+ currencyCode?: string;
637
+ productVariant: Prisma.ProductVariantCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
638
+ platform: Prisma.PlatformCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput;
639
+ };
640
+ export type ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput = {
641
+ id?: bigint | number;
642
+ createdAt?: Date | string;
643
+ updatedAt?: Date | string;
644
+ productVariantId: bigint | number;
645
+ platformId: string;
646
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
647
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
648
+ currencyCode?: string;
649
+ };
650
+ export type ProductVariantStoreAndPlatformPricingCreateOrConnectWithoutStoreInput = {
651
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
652
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput>;
653
+ };
654
+ export type ProductVariantStoreAndPlatformPricingCreateManyStoreInputEnvelope = {
655
+ data: Prisma.ProductVariantStoreAndPlatformPricingCreateManyStoreInput | Prisma.ProductVariantStoreAndPlatformPricingCreateManyStoreInput[];
656
+ skipDuplicates?: boolean;
657
+ };
658
+ export type ProductVariantStoreAndPlatformPricingUpsertWithWhereUniqueWithoutStoreInput = {
659
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
660
+ update: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutStoreInput>;
661
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateWithoutStoreInput>;
662
+ };
663
+ export type ProductVariantStoreAndPlatformPricingUpdateWithWhereUniqueWithoutStoreInput = {
664
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
665
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateWithoutStoreInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutStoreInput>;
666
+ };
667
+ export type ProductVariantStoreAndPlatformPricingUpdateManyWithWhereWithoutStoreInput = {
668
+ where: Prisma.ProductVariantStoreAndPlatformPricingScalarWhereInput;
669
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateManyMutationInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreInput>;
670
+ };
671
+ export type ProductVariantStoreAndPlatformPricingCreateManyPlatformInput = {
672
+ id?: bigint | number;
673
+ createdAt?: Date | string;
674
+ updatedAt?: Date | string;
675
+ productVariantId: bigint | number;
676
+ storeId: string;
677
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
678
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
679
+ currencyCode?: string;
680
+ };
681
+ export type ProductVariantStoreAndPlatformPricingUpdateWithoutPlatformInput = {
682
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
683
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
684
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
685
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
686
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
687
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
688
+ productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
689
+ store?: Prisma.StoreUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
690
+ };
691
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutPlatformInput = {
692
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
693
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
694
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
695
+ productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
696
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
697
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
698
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
699
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
700
+ };
701
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutPlatformInput = {
702
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
703
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
704
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
705
+ productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
706
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
707
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
708
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
709
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
710
+ };
711
+ export type ProductVariantStoreAndPlatformPricingCreateManyProductVariantInput = {
712
+ id?: bigint | number;
713
+ createdAt?: Date | string;
714
+ updatedAt?: Date | string;
715
+ storeId: string;
716
+ platformId: string;
717
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
718
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
719
+ currencyCode?: string;
720
+ };
721
+ export type ProductVariantStoreAndPlatformPricingUpdateWithoutProductVariantInput = {
722
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
723
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
724
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
725
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
726
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
727
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
728
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
729
+ store?: Prisma.StoreUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
730
+ };
731
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutProductVariantInput = {
732
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
733
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
734
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
735
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
736
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
737
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
738
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
739
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
740
+ };
741
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutProductVariantInput = {
742
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
743
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
744
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
745
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
746
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
747
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
748
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
749
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
750
+ };
751
+ export type ProductVariantStoreAndPlatformPricingCreateManyStoreInput = {
752
+ id?: bigint | number;
753
+ createdAt?: Date | string;
754
+ updatedAt?: Date | string;
755
+ productVariantId: bigint | number;
756
+ platformId: string;
757
+ price?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
758
+ compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
759
+ currencyCode?: string;
760
+ };
761
+ export type ProductVariantStoreAndPlatformPricingUpdateWithoutStoreInput = {
762
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
763
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
764
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
765
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
766
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
767
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
768
+ productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
769
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput;
770
+ };
771
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateWithoutStoreInput = {
772
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
773
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
774
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
775
+ productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
776
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
777
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
778
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
779
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
780
+ };
781
+ export type ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreInput = {
782
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
783
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
784
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
785
+ productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
786
+ platformId?: Prisma.StringFieldUpdateOperationsInput | string;
787
+ price?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
788
+ compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
789
+ currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
790
+ };
791
+ export type ProductVariantStoreAndPlatformPricingSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
792
+ id?: boolean;
793
+ createdAt?: boolean;
794
+ updatedAt?: boolean;
795
+ productVariantId?: boolean;
796
+ storeId?: boolean;
797
+ platformId?: boolean;
798
+ price?: boolean;
799
+ compareAtPrice?: boolean;
800
+ currencyCode?: boolean;
801
+ productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
802
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
803
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
804
+ }, ExtArgs["result"]["productVariantStoreAndPlatformPricing"]>;
805
+ export type ProductVariantStoreAndPlatformPricingSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
806
+ id?: boolean;
807
+ createdAt?: boolean;
808
+ updatedAt?: boolean;
809
+ productVariantId?: boolean;
810
+ storeId?: boolean;
811
+ platformId?: boolean;
812
+ price?: boolean;
813
+ compareAtPrice?: boolean;
814
+ currencyCode?: boolean;
815
+ productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
816
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
817
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
818
+ }, ExtArgs["result"]["productVariantStoreAndPlatformPricing"]>;
819
+ export type ProductVariantStoreAndPlatformPricingSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
820
+ id?: boolean;
821
+ createdAt?: boolean;
822
+ updatedAt?: boolean;
823
+ productVariantId?: boolean;
824
+ storeId?: boolean;
825
+ platformId?: boolean;
826
+ price?: boolean;
827
+ compareAtPrice?: boolean;
828
+ currencyCode?: boolean;
829
+ productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
830
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
831
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
832
+ }, ExtArgs["result"]["productVariantStoreAndPlatformPricing"]>;
833
+ export type ProductVariantStoreAndPlatformPricingSelectScalar = {
834
+ id?: boolean;
835
+ createdAt?: boolean;
836
+ updatedAt?: boolean;
837
+ productVariantId?: boolean;
838
+ storeId?: boolean;
839
+ platformId?: boolean;
840
+ price?: boolean;
841
+ compareAtPrice?: boolean;
842
+ currencyCode?: boolean;
843
+ };
844
+ export type ProductVariantStoreAndPlatformPricingOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "productVariantId" | "storeId" | "platformId" | "price" | "compareAtPrice" | "currencyCode", ExtArgs["result"]["productVariantStoreAndPlatformPricing"]>;
845
+ export type ProductVariantStoreAndPlatformPricingInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
846
+ productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
847
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
848
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
849
+ };
850
+ export type ProductVariantStoreAndPlatformPricingIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
851
+ productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
852
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
853
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
854
+ };
855
+ export type ProductVariantStoreAndPlatformPricingIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
856
+ productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
857
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
858
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
859
+ };
860
+ export type $ProductVariantStoreAndPlatformPricingPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
861
+ name: "ProductVariantStoreAndPlatformPricing";
862
+ objects: {
863
+ productVariant: Prisma.$ProductVariantPayload<ExtArgs>;
864
+ platform: Prisma.$PlatformPayload<ExtArgs>;
865
+ store: Prisma.$StorePayload<ExtArgs>;
866
+ };
867
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
868
+ id: bigint;
869
+ createdAt: Date;
870
+ updatedAt: Date;
871
+ productVariantId: bigint;
872
+ storeId: string;
873
+ platformId: string;
874
+ price: runtime.Decimal | null;
875
+ compareAtPrice: runtime.Decimal | null;
876
+ currencyCode: string;
877
+ }, ExtArgs["result"]["productVariantStoreAndPlatformPricing"]>;
878
+ composites: {};
879
+ };
880
+ export type ProductVariantStoreAndPlatformPricingGetPayload<S extends boolean | null | undefined | ProductVariantStoreAndPlatformPricingDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload, S>;
881
+ export type ProductVariantStoreAndPlatformPricingCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<ProductVariantStoreAndPlatformPricingFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
882
+ select?: ProductVariantStoreAndPlatformPricingCountAggregateInputType | true;
883
+ };
884
+ export interface ProductVariantStoreAndPlatformPricingDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
885
+ [K: symbol]: {
886
+ types: Prisma.TypeMap<ExtArgs>['model']['ProductVariantStoreAndPlatformPricing'];
887
+ meta: {
888
+ name: 'ProductVariantStoreAndPlatformPricing';
889
+ };
890
+ };
891
+ /**
892
+ * Find zero or one ProductVariantStoreAndPlatformPricing that matches the filter.
893
+ * @param {ProductVariantStoreAndPlatformPricingFindUniqueArgs} args - Arguments to find a ProductVariantStoreAndPlatformPricing
894
+ * @example
895
+ * // Get one ProductVariantStoreAndPlatformPricing
896
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.findUnique({
897
+ * where: {
898
+ * // ... provide filter here
899
+ * }
900
+ * })
901
+ */
902
+ findUnique<T extends ProductVariantStoreAndPlatformPricingFindUniqueArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
903
+ /**
904
+ * Find one ProductVariantStoreAndPlatformPricing that matches the filter or throw an error with `error.code='P2025'`
905
+ * if no matches were found.
906
+ * @param {ProductVariantStoreAndPlatformPricingFindUniqueOrThrowArgs} args - Arguments to find a ProductVariantStoreAndPlatformPricing
907
+ * @example
908
+ * // Get one ProductVariantStoreAndPlatformPricing
909
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.findUniqueOrThrow({
910
+ * where: {
911
+ * // ... provide filter here
912
+ * }
913
+ * })
914
+ */
915
+ findUniqueOrThrow<T extends ProductVariantStoreAndPlatformPricingFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
916
+ /**
917
+ * Find the first ProductVariantStoreAndPlatformPricing that matches the filter.
918
+ * Note, that providing `undefined` is treated as the value not being there.
919
+ * Read more here: https://pris.ly/d/null-undefined
920
+ * @param {ProductVariantStoreAndPlatformPricingFindFirstArgs} args - Arguments to find a ProductVariantStoreAndPlatformPricing
921
+ * @example
922
+ * // Get one ProductVariantStoreAndPlatformPricing
923
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.findFirst({
924
+ * where: {
925
+ * // ... provide filter here
926
+ * }
927
+ * })
928
+ */
929
+ findFirst<T extends ProductVariantStoreAndPlatformPricingFindFirstArgs>(args?: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingFindFirstArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
930
+ /**
931
+ * Find the first ProductVariantStoreAndPlatformPricing that matches the filter or
932
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
933
+ * Note, that providing `undefined` is treated as the value not being there.
934
+ * Read more here: https://pris.ly/d/null-undefined
935
+ * @param {ProductVariantStoreAndPlatformPricingFindFirstOrThrowArgs} args - Arguments to find a ProductVariantStoreAndPlatformPricing
936
+ * @example
937
+ * // Get one ProductVariantStoreAndPlatformPricing
938
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.findFirstOrThrow({
939
+ * where: {
940
+ * // ... provide filter here
941
+ * }
942
+ * })
943
+ */
944
+ findFirstOrThrow<T extends ProductVariantStoreAndPlatformPricingFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
945
+ /**
946
+ * Find zero or more ProductVariantStoreAndPlatformPricings that matches the filter.
947
+ * Note, that providing `undefined` is treated as the value not being there.
948
+ * Read more here: https://pris.ly/d/null-undefined
949
+ * @param {ProductVariantStoreAndPlatformPricingFindManyArgs} args - Arguments to filter and select certain fields only.
950
+ * @example
951
+ * // Get all ProductVariantStoreAndPlatformPricings
952
+ * const productVariantStoreAndPlatformPricings = await prisma.productVariantStoreAndPlatformPricing.findMany()
953
+ *
954
+ * // Get first 10 ProductVariantStoreAndPlatformPricings
955
+ * const productVariantStoreAndPlatformPricings = await prisma.productVariantStoreAndPlatformPricing.findMany({ take: 10 })
956
+ *
957
+ * // Only select the `id`
958
+ * const productVariantStoreAndPlatformPricingWithIdOnly = await prisma.productVariantStoreAndPlatformPricing.findMany({ select: { id: true } })
959
+ *
960
+ */
961
+ findMany<T extends ProductVariantStoreAndPlatformPricingFindManyArgs>(args?: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
962
+ /**
963
+ * Create a ProductVariantStoreAndPlatformPricing.
964
+ * @param {ProductVariantStoreAndPlatformPricingCreateArgs} args - Arguments to create a ProductVariantStoreAndPlatformPricing.
965
+ * @example
966
+ * // Create one ProductVariantStoreAndPlatformPricing
967
+ * const ProductVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.create({
968
+ * data: {
969
+ * // ... data to create a ProductVariantStoreAndPlatformPricing
970
+ * }
971
+ * })
972
+ *
973
+ */
974
+ create<T extends ProductVariantStoreAndPlatformPricingCreateArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingCreateArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
975
+ /**
976
+ * Create many ProductVariantStoreAndPlatformPricings.
977
+ * @param {ProductVariantStoreAndPlatformPricingCreateManyArgs} args - Arguments to create many ProductVariantStoreAndPlatformPricings.
978
+ * @example
979
+ * // Create many ProductVariantStoreAndPlatformPricings
980
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.createMany({
981
+ * data: [
982
+ * // ... provide data here
983
+ * ]
984
+ * })
985
+ *
986
+ */
987
+ createMany<T extends ProductVariantStoreAndPlatformPricingCreateManyArgs>(args?: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
988
+ /**
989
+ * Create many ProductVariantStoreAndPlatformPricings and returns the data saved in the database.
990
+ * @param {ProductVariantStoreAndPlatformPricingCreateManyAndReturnArgs} args - Arguments to create many ProductVariantStoreAndPlatformPricings.
991
+ * @example
992
+ * // Create many ProductVariantStoreAndPlatformPricings
993
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.createManyAndReturn({
994
+ * data: [
995
+ * // ... provide data here
996
+ * ]
997
+ * })
998
+ *
999
+ * // Create many ProductVariantStoreAndPlatformPricings and only return the `id`
1000
+ * const productVariantStoreAndPlatformPricingWithIdOnly = await prisma.productVariantStoreAndPlatformPricing.createManyAndReturn({
1001
+ * select: { id: true },
1002
+ * data: [
1003
+ * // ... provide data here
1004
+ * ]
1005
+ * })
1006
+ * Note, that providing `undefined` is treated as the value not being there.
1007
+ * Read more here: https://pris.ly/d/null-undefined
1008
+ *
1009
+ */
1010
+ createManyAndReturn<T extends ProductVariantStoreAndPlatformPricingCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
1011
+ /**
1012
+ * Delete a ProductVariantStoreAndPlatformPricing.
1013
+ * @param {ProductVariantStoreAndPlatformPricingDeleteArgs} args - Arguments to delete one ProductVariantStoreAndPlatformPricing.
1014
+ * @example
1015
+ * // Delete one ProductVariantStoreAndPlatformPricing
1016
+ * const ProductVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.delete({
1017
+ * where: {
1018
+ * // ... filter to delete one ProductVariantStoreAndPlatformPricing
1019
+ * }
1020
+ * })
1021
+ *
1022
+ */
1023
+ delete<T extends ProductVariantStoreAndPlatformPricingDeleteArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingDeleteArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1024
+ /**
1025
+ * Update one ProductVariantStoreAndPlatformPricing.
1026
+ * @param {ProductVariantStoreAndPlatformPricingUpdateArgs} args - Arguments to update one ProductVariantStoreAndPlatformPricing.
1027
+ * @example
1028
+ * // Update one ProductVariantStoreAndPlatformPricing
1029
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.update({
1030
+ * where: {
1031
+ * // ... provide filter here
1032
+ * },
1033
+ * data: {
1034
+ * // ... provide data here
1035
+ * }
1036
+ * })
1037
+ *
1038
+ */
1039
+ update<T extends ProductVariantStoreAndPlatformPricingUpdateArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingUpdateArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1040
+ /**
1041
+ * Delete zero or more ProductVariantStoreAndPlatformPricings.
1042
+ * @param {ProductVariantStoreAndPlatformPricingDeleteManyArgs} args - Arguments to filter ProductVariantStoreAndPlatformPricings to delete.
1043
+ * @example
1044
+ * // Delete a few ProductVariantStoreAndPlatformPricings
1045
+ * const { count } = await prisma.productVariantStoreAndPlatformPricing.deleteMany({
1046
+ * where: {
1047
+ * // ... provide filter here
1048
+ * }
1049
+ * })
1050
+ *
1051
+ */
1052
+ deleteMany<T extends ProductVariantStoreAndPlatformPricingDeleteManyArgs>(args?: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
1053
+ /**
1054
+ * Update zero or more ProductVariantStoreAndPlatformPricings.
1055
+ * Note, that providing `undefined` is treated as the value not being there.
1056
+ * Read more here: https://pris.ly/d/null-undefined
1057
+ * @param {ProductVariantStoreAndPlatformPricingUpdateManyArgs} args - Arguments to update one or more rows.
1058
+ * @example
1059
+ * // Update many ProductVariantStoreAndPlatformPricings
1060
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.updateMany({
1061
+ * where: {
1062
+ * // ... provide filter here
1063
+ * },
1064
+ * data: {
1065
+ * // ... provide data here
1066
+ * }
1067
+ * })
1068
+ *
1069
+ */
1070
+ updateMany<T extends ProductVariantStoreAndPlatformPricingUpdateManyArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
1071
+ /**
1072
+ * Update zero or more ProductVariantStoreAndPlatformPricings and returns the data updated in the database.
1073
+ * @param {ProductVariantStoreAndPlatformPricingUpdateManyAndReturnArgs} args - Arguments to update many ProductVariantStoreAndPlatformPricings.
1074
+ * @example
1075
+ * // Update many ProductVariantStoreAndPlatformPricings
1076
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.updateManyAndReturn({
1077
+ * where: {
1078
+ * // ... provide filter here
1079
+ * },
1080
+ * data: [
1081
+ * // ... provide data here
1082
+ * ]
1083
+ * })
1084
+ *
1085
+ * // Update zero or more ProductVariantStoreAndPlatformPricings and only return the `id`
1086
+ * const productVariantStoreAndPlatformPricingWithIdOnly = await prisma.productVariantStoreAndPlatformPricing.updateManyAndReturn({
1087
+ * select: { id: true },
1088
+ * where: {
1089
+ * // ... provide filter here
1090
+ * },
1091
+ * data: [
1092
+ * // ... provide data here
1093
+ * ]
1094
+ * })
1095
+ * Note, that providing `undefined` is treated as the value not being there.
1096
+ * Read more here: https://pris.ly/d/null-undefined
1097
+ *
1098
+ */
1099
+ updateManyAndReturn<T extends ProductVariantStoreAndPlatformPricingUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
1100
+ /**
1101
+ * Create or update one ProductVariantStoreAndPlatformPricing.
1102
+ * @param {ProductVariantStoreAndPlatformPricingUpsertArgs} args - Arguments to update or create a ProductVariantStoreAndPlatformPricing.
1103
+ * @example
1104
+ * // Update or create a ProductVariantStoreAndPlatformPricing
1105
+ * const productVariantStoreAndPlatformPricing = await prisma.productVariantStoreAndPlatformPricing.upsert({
1106
+ * create: {
1107
+ * // ... data to create a ProductVariantStoreAndPlatformPricing
1108
+ * },
1109
+ * update: {
1110
+ * // ... in case it already exists, update
1111
+ * },
1112
+ * where: {
1113
+ * // ... the filter for the ProductVariantStoreAndPlatformPricing we want to update
1114
+ * }
1115
+ * })
1116
+ */
1117
+ upsert<T extends ProductVariantStoreAndPlatformPricingUpsertArgs>(args: Prisma.SelectSubset<T, ProductVariantStoreAndPlatformPricingUpsertArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStoreAndPlatformPricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1118
+ /**
1119
+ * Count the number of ProductVariantStoreAndPlatformPricings.
1120
+ * Note, that providing `undefined` is treated as the value not being there.
1121
+ * Read more here: https://pris.ly/d/null-undefined
1122
+ * @param {ProductVariantStoreAndPlatformPricingCountArgs} args - Arguments to filter ProductVariantStoreAndPlatformPricings to count.
1123
+ * @example
1124
+ * // Count the number of ProductVariantStoreAndPlatformPricings
1125
+ * const count = await prisma.productVariantStoreAndPlatformPricing.count({
1126
+ * where: {
1127
+ * // ... the filter for the ProductVariantStoreAndPlatformPricings we want to count
1128
+ * }
1129
+ * })
1130
+ **/
1131
+ count<T extends ProductVariantStoreAndPlatformPricingCountArgs>(args?: Prisma.Subset<T, ProductVariantStoreAndPlatformPricingCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], ProductVariantStoreAndPlatformPricingCountAggregateOutputType> : number>;
1132
+ /**
1133
+ * Allows you to perform aggregations operations on a ProductVariantStoreAndPlatformPricing.
1134
+ * Note, that providing `undefined` is treated as the value not being there.
1135
+ * Read more here: https://pris.ly/d/null-undefined
1136
+ * @param {ProductVariantStoreAndPlatformPricingAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1137
+ * @example
1138
+ * // Ordered by age ascending
1139
+ * // Where email contains prisma.io
1140
+ * // Limited to the 10 users
1141
+ * const aggregations = await prisma.user.aggregate({
1142
+ * _avg: {
1143
+ * age: true,
1144
+ * },
1145
+ * where: {
1146
+ * email: {
1147
+ * contains: "prisma.io",
1148
+ * },
1149
+ * },
1150
+ * orderBy: {
1151
+ * age: "asc",
1152
+ * },
1153
+ * take: 10,
1154
+ * })
1155
+ **/
1156
+ aggregate<T extends ProductVariantStoreAndPlatformPricingAggregateArgs>(args: Prisma.Subset<T, ProductVariantStoreAndPlatformPricingAggregateArgs>): Prisma.PrismaPromise<GetProductVariantStoreAndPlatformPricingAggregateType<T>>;
1157
+ /**
1158
+ * Group by ProductVariantStoreAndPlatformPricing.
1159
+ * Note, that providing `undefined` is treated as the value not being there.
1160
+ * Read more here: https://pris.ly/d/null-undefined
1161
+ * @param {ProductVariantStoreAndPlatformPricingGroupByArgs} args - Group by arguments.
1162
+ * @example
1163
+ * // Group by city, order by createdAt, get count
1164
+ * const result = await prisma.user.groupBy({
1165
+ * by: ['city', 'createdAt'],
1166
+ * orderBy: {
1167
+ * createdAt: true
1168
+ * },
1169
+ * _count: {
1170
+ * _all: true
1171
+ * },
1172
+ * })
1173
+ *
1174
+ **/
1175
+ groupBy<T extends ProductVariantStoreAndPlatformPricingGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
1176
+ orderBy: ProductVariantStoreAndPlatformPricingGroupByArgs['orderBy'];
1177
+ } : {
1178
+ orderBy?: ProductVariantStoreAndPlatformPricingGroupByArgs['orderBy'];
1179
+ }, 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 ? {
1180
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
1181
+ Error,
1182
+ 'Field ',
1183
+ P,
1184
+ ` in "having" needs to be provided in "by"`
1185
+ ];
1186
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
1187
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
1188
+ }[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 ? {} : {
1189
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
1190
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
1191
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
1192
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, ProductVariantStoreAndPlatformPricingGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetProductVariantStoreAndPlatformPricingGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
1193
+ /**
1194
+ * Fields of the ProductVariantStoreAndPlatformPricing model
1195
+ */
1196
+ readonly fields: ProductVariantStoreAndPlatformPricingFieldRefs;
1197
+ }
1198
+ /**
1199
+ * The delegate class that acts as a "Promise-like" for ProductVariantStoreAndPlatformPricing.
1200
+ * Why is this prefixed with `Prisma__`?
1201
+ * Because we want to prevent naming conflicts as mentioned in
1202
+ * https://github.com/prisma/prisma-client-js/issues/707
1203
+ */
1204
+ export interface Prisma__ProductVariantStoreAndPlatformPricingClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1205
+ readonly [Symbol.toStringTag]: "PrismaPromise";
1206
+ productVariant<T extends Prisma.ProductVariantDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ProductVariantDefaultArgs<ExtArgs>>): Prisma.Prisma__ProductVariantClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
1207
+ platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
1208
+ store<T extends Prisma.StoreDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.StoreDefaultArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
1209
+ /**
1210
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1211
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1212
+ * @param onrejected The callback to execute when the Promise is rejected.
1213
+ * @returns A Promise for the completion of which ever callback is executed.
1214
+ */
1215
+ 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>;
1216
+ /**
1217
+ * Attaches a callback for only the rejection of the Promise.
1218
+ * @param onrejected The callback to execute when the Promise is rejected.
1219
+ * @returns A Promise for the completion of the callback.
1220
+ */
1221
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
1222
+ /**
1223
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1224
+ * resolved value cannot be modified from the callback.
1225
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1226
+ * @returns A Promise for the completion of the callback.
1227
+ */
1228
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
1229
+ }
1230
+ /**
1231
+ * Fields of the ProductVariantStoreAndPlatformPricing model
1232
+ */
1233
+ export interface ProductVariantStoreAndPlatformPricingFieldRefs {
1234
+ readonly id: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'BigInt'>;
1235
+ readonly createdAt: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'DateTime'>;
1236
+ readonly updatedAt: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'DateTime'>;
1237
+ readonly productVariantId: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'BigInt'>;
1238
+ readonly storeId: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'String'>;
1239
+ readonly platformId: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'String'>;
1240
+ readonly price: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'Decimal'>;
1241
+ readonly compareAtPrice: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'Decimal'>;
1242
+ readonly currencyCode: Prisma.FieldRef<"ProductVariantStoreAndPlatformPricing", 'String'>;
1243
+ }
1244
+ /**
1245
+ * ProductVariantStoreAndPlatformPricing findUnique
1246
+ */
1247
+ export type ProductVariantStoreAndPlatformPricingFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1248
+ /**
1249
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1250
+ */
1251
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1252
+ /**
1253
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1254
+ */
1255
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1256
+ /**
1257
+ * Choose, which related nodes to fetch as well
1258
+ */
1259
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1260
+ /**
1261
+ * Filter, which ProductVariantStoreAndPlatformPricing to fetch.
1262
+ */
1263
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1264
+ };
1265
+ /**
1266
+ * ProductVariantStoreAndPlatformPricing findUniqueOrThrow
1267
+ */
1268
+ export type ProductVariantStoreAndPlatformPricingFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1269
+ /**
1270
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1271
+ */
1272
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1273
+ /**
1274
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1275
+ */
1276
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1277
+ /**
1278
+ * Choose, which related nodes to fetch as well
1279
+ */
1280
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1281
+ /**
1282
+ * Filter, which ProductVariantStoreAndPlatformPricing to fetch.
1283
+ */
1284
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1285
+ };
1286
+ /**
1287
+ * ProductVariantStoreAndPlatformPricing findFirst
1288
+ */
1289
+ export type ProductVariantStoreAndPlatformPricingFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1290
+ /**
1291
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1292
+ */
1293
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1294
+ /**
1295
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1296
+ */
1297
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1298
+ /**
1299
+ * Choose, which related nodes to fetch as well
1300
+ */
1301
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1302
+ /**
1303
+ * Filter, which ProductVariantStoreAndPlatformPricing to fetch.
1304
+ */
1305
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
1306
+ /**
1307
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1308
+ *
1309
+ * Determine the order of ProductVariantStoreAndPlatformPricings to fetch.
1310
+ */
1311
+ orderBy?: Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput | Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput[];
1312
+ /**
1313
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1314
+ *
1315
+ * Sets the position for searching for ProductVariantStoreAndPlatformPricings.
1316
+ */
1317
+ cursor?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1318
+ /**
1319
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1320
+ *
1321
+ * Take `±n` ProductVariantStoreAndPlatformPricings from the position of the cursor.
1322
+ */
1323
+ take?: number;
1324
+ /**
1325
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1326
+ *
1327
+ * Skip the first `n` ProductVariantStoreAndPlatformPricings.
1328
+ */
1329
+ skip?: number;
1330
+ /**
1331
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1332
+ *
1333
+ * Filter by unique combinations of ProductVariantStoreAndPlatformPricings.
1334
+ */
1335
+ distinct?: Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum | Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum[];
1336
+ };
1337
+ /**
1338
+ * ProductVariantStoreAndPlatformPricing findFirstOrThrow
1339
+ */
1340
+ export type ProductVariantStoreAndPlatformPricingFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1341
+ /**
1342
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1343
+ */
1344
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1345
+ /**
1346
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1347
+ */
1348
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1349
+ /**
1350
+ * Choose, which related nodes to fetch as well
1351
+ */
1352
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1353
+ /**
1354
+ * Filter, which ProductVariantStoreAndPlatformPricing to fetch.
1355
+ */
1356
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
1357
+ /**
1358
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1359
+ *
1360
+ * Determine the order of ProductVariantStoreAndPlatformPricings to fetch.
1361
+ */
1362
+ orderBy?: Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput | Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput[];
1363
+ /**
1364
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1365
+ *
1366
+ * Sets the position for searching for ProductVariantStoreAndPlatformPricings.
1367
+ */
1368
+ cursor?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1369
+ /**
1370
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1371
+ *
1372
+ * Take `±n` ProductVariantStoreAndPlatformPricings from the position of the cursor.
1373
+ */
1374
+ take?: number;
1375
+ /**
1376
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1377
+ *
1378
+ * Skip the first `n` ProductVariantStoreAndPlatformPricings.
1379
+ */
1380
+ skip?: number;
1381
+ /**
1382
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1383
+ *
1384
+ * Filter by unique combinations of ProductVariantStoreAndPlatformPricings.
1385
+ */
1386
+ distinct?: Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum | Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum[];
1387
+ };
1388
+ /**
1389
+ * ProductVariantStoreAndPlatformPricing findMany
1390
+ */
1391
+ export type ProductVariantStoreAndPlatformPricingFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1392
+ /**
1393
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1394
+ */
1395
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1396
+ /**
1397
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1398
+ */
1399
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1400
+ /**
1401
+ * Choose, which related nodes to fetch as well
1402
+ */
1403
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1404
+ /**
1405
+ * Filter, which ProductVariantStoreAndPlatformPricings to fetch.
1406
+ */
1407
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
1408
+ /**
1409
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1410
+ *
1411
+ * Determine the order of ProductVariantStoreAndPlatformPricings to fetch.
1412
+ */
1413
+ orderBy?: Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput | Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput[];
1414
+ /**
1415
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1416
+ *
1417
+ * Sets the position for listing ProductVariantStoreAndPlatformPricings.
1418
+ */
1419
+ cursor?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1420
+ /**
1421
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1422
+ *
1423
+ * Take `±n` ProductVariantStoreAndPlatformPricings from the position of the cursor.
1424
+ */
1425
+ take?: number;
1426
+ /**
1427
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1428
+ *
1429
+ * Skip the first `n` ProductVariantStoreAndPlatformPricings.
1430
+ */
1431
+ skip?: number;
1432
+ distinct?: Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum | Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum[];
1433
+ };
1434
+ /**
1435
+ * ProductVariantStoreAndPlatformPricing create
1436
+ */
1437
+ export type ProductVariantStoreAndPlatformPricingCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1438
+ /**
1439
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1440
+ */
1441
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1442
+ /**
1443
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1444
+ */
1445
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1446
+ /**
1447
+ * Choose, which related nodes to fetch as well
1448
+ */
1449
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1450
+ /**
1451
+ * The data needed to create a ProductVariantStoreAndPlatformPricing.
1452
+ */
1453
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateInput>;
1454
+ };
1455
+ /**
1456
+ * ProductVariantStoreAndPlatformPricing createMany
1457
+ */
1458
+ export type ProductVariantStoreAndPlatformPricingCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1459
+ /**
1460
+ * The data used to create many ProductVariantStoreAndPlatformPricings.
1461
+ */
1462
+ data: Prisma.ProductVariantStoreAndPlatformPricingCreateManyInput | Prisma.ProductVariantStoreAndPlatformPricingCreateManyInput[];
1463
+ skipDuplicates?: boolean;
1464
+ };
1465
+ /**
1466
+ * ProductVariantStoreAndPlatformPricing createManyAndReturn
1467
+ */
1468
+ export type ProductVariantStoreAndPlatformPricingCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1469
+ /**
1470
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1471
+ */
1472
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelectCreateManyAndReturn<ExtArgs> | null;
1473
+ /**
1474
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1475
+ */
1476
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1477
+ /**
1478
+ * The data used to create many ProductVariantStoreAndPlatformPricings.
1479
+ */
1480
+ data: Prisma.ProductVariantStoreAndPlatformPricingCreateManyInput | Prisma.ProductVariantStoreAndPlatformPricingCreateManyInput[];
1481
+ skipDuplicates?: boolean;
1482
+ /**
1483
+ * Choose, which related nodes to fetch as well
1484
+ */
1485
+ include?: Prisma.ProductVariantStoreAndPlatformPricingIncludeCreateManyAndReturn<ExtArgs> | null;
1486
+ };
1487
+ /**
1488
+ * ProductVariantStoreAndPlatformPricing update
1489
+ */
1490
+ export type ProductVariantStoreAndPlatformPricingUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1491
+ /**
1492
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1493
+ */
1494
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1495
+ /**
1496
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1497
+ */
1498
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1499
+ /**
1500
+ * Choose, which related nodes to fetch as well
1501
+ */
1502
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1503
+ /**
1504
+ * The data needed to update a ProductVariantStoreAndPlatformPricing.
1505
+ */
1506
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateInput>;
1507
+ /**
1508
+ * Choose, which ProductVariantStoreAndPlatformPricing to update.
1509
+ */
1510
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1511
+ };
1512
+ /**
1513
+ * ProductVariantStoreAndPlatformPricing updateMany
1514
+ */
1515
+ export type ProductVariantStoreAndPlatformPricingUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1516
+ /**
1517
+ * The data used to update ProductVariantStoreAndPlatformPricings.
1518
+ */
1519
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateManyMutationInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyInput>;
1520
+ /**
1521
+ * Filter which ProductVariantStoreAndPlatformPricings to update
1522
+ */
1523
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
1524
+ /**
1525
+ * Limit how many ProductVariantStoreAndPlatformPricings to update.
1526
+ */
1527
+ limit?: number;
1528
+ };
1529
+ /**
1530
+ * ProductVariantStoreAndPlatformPricing updateManyAndReturn
1531
+ */
1532
+ export type ProductVariantStoreAndPlatformPricingUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1533
+ /**
1534
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1535
+ */
1536
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelectUpdateManyAndReturn<ExtArgs> | null;
1537
+ /**
1538
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1539
+ */
1540
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1541
+ /**
1542
+ * The data used to update ProductVariantStoreAndPlatformPricings.
1543
+ */
1544
+ data: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateManyMutationInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyInput>;
1545
+ /**
1546
+ * Filter which ProductVariantStoreAndPlatformPricings to update
1547
+ */
1548
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
1549
+ /**
1550
+ * Limit how many ProductVariantStoreAndPlatformPricings to update.
1551
+ */
1552
+ limit?: number;
1553
+ /**
1554
+ * Choose, which related nodes to fetch as well
1555
+ */
1556
+ include?: Prisma.ProductVariantStoreAndPlatformPricingIncludeUpdateManyAndReturn<ExtArgs> | null;
1557
+ };
1558
+ /**
1559
+ * ProductVariantStoreAndPlatformPricing upsert
1560
+ */
1561
+ export type ProductVariantStoreAndPlatformPricingUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1562
+ /**
1563
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1564
+ */
1565
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1566
+ /**
1567
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1568
+ */
1569
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1570
+ /**
1571
+ * Choose, which related nodes to fetch as well
1572
+ */
1573
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1574
+ /**
1575
+ * The filter to search for the ProductVariantStoreAndPlatformPricing to update in case it exists.
1576
+ */
1577
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1578
+ /**
1579
+ * In case the ProductVariantStoreAndPlatformPricing found by the `where` argument doesn't exist, create a new ProductVariantStoreAndPlatformPricing with this data.
1580
+ */
1581
+ create: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingCreateInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateInput>;
1582
+ /**
1583
+ * In case the ProductVariantStoreAndPlatformPricing was found with the provided `where` argument, update it with this data.
1584
+ */
1585
+ update: Prisma.XOR<Prisma.ProductVariantStoreAndPlatformPricingUpdateInput, Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateInput>;
1586
+ };
1587
+ /**
1588
+ * ProductVariantStoreAndPlatformPricing delete
1589
+ */
1590
+ export type ProductVariantStoreAndPlatformPricingDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1591
+ /**
1592
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1593
+ */
1594
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1595
+ /**
1596
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1597
+ */
1598
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1599
+ /**
1600
+ * Choose, which related nodes to fetch as well
1601
+ */
1602
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1603
+ /**
1604
+ * Filter which ProductVariantStoreAndPlatformPricing to delete.
1605
+ */
1606
+ where: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
1607
+ };
1608
+ /**
1609
+ * ProductVariantStoreAndPlatformPricing deleteMany
1610
+ */
1611
+ export type ProductVariantStoreAndPlatformPricingDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1612
+ /**
1613
+ * Filter which ProductVariantStoreAndPlatformPricings to delete
1614
+ */
1615
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
1616
+ /**
1617
+ * Limit how many ProductVariantStoreAndPlatformPricings to delete.
1618
+ */
1619
+ limit?: number;
1620
+ };
1621
+ /**
1622
+ * ProductVariantStoreAndPlatformPricing without action
1623
+ */
1624
+ export type ProductVariantStoreAndPlatformPricingDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1625
+ /**
1626
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
1627
+ */
1628
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
1629
+ /**
1630
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
1631
+ */
1632
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
1633
+ /**
1634
+ * Choose, which related nodes to fetch as well
1635
+ */
1636
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
1637
+ };
1638
+ export {};