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

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 +3 -2
@@ -0,0 +1,4487 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace.js";
3
+ /**
4
+ * Model Store
5
+ *
6
+ */
7
+ export type StoreModel = runtime.Types.Result.DefaultSelection<Prisma.$StorePayload>;
8
+ export type AggregateStore = {
9
+ _count: StoreCountAggregateOutputType | null;
10
+ _avg: StoreAvgAggregateOutputType | null;
11
+ _sum: StoreSumAggregateOutputType | null;
12
+ _min: StoreMinAggregateOutputType | null;
13
+ _max: StoreMaxAggregateOutputType | null;
14
+ };
15
+ export type StoreAvgAggregateOutputType = {
16
+ id: number | null;
17
+ };
18
+ export type StoreSumAggregateOutputType = {
19
+ id: bigint | null;
20
+ };
21
+ export type StoreMinAggregateOutputType = {
22
+ id: bigint | null;
23
+ createdAt: Date | null;
24
+ updatedAt: Date | null;
25
+ storeId: string | null;
26
+ name: string | null;
27
+ phone: string | null;
28
+ };
29
+ export type StoreMaxAggregateOutputType = {
30
+ id: bigint | null;
31
+ createdAt: Date | null;
32
+ updatedAt: Date | null;
33
+ storeId: string | null;
34
+ name: string | null;
35
+ phone: string | null;
36
+ };
37
+ export type StoreCountAggregateOutputType = {
38
+ id: number;
39
+ createdAt: number;
40
+ updatedAt: number;
41
+ storeId: number;
42
+ name: number;
43
+ phone: number;
44
+ address: number;
45
+ _all: number;
46
+ };
47
+ export type StoreAvgAggregateInputType = {
48
+ id?: true;
49
+ };
50
+ export type StoreSumAggregateInputType = {
51
+ id?: true;
52
+ };
53
+ export type StoreMinAggregateInputType = {
54
+ id?: true;
55
+ createdAt?: true;
56
+ updatedAt?: true;
57
+ storeId?: true;
58
+ name?: true;
59
+ phone?: true;
60
+ };
61
+ export type StoreMaxAggregateInputType = {
62
+ id?: true;
63
+ createdAt?: true;
64
+ updatedAt?: true;
65
+ storeId?: true;
66
+ name?: true;
67
+ phone?: true;
68
+ };
69
+ export type StoreCountAggregateInputType = {
70
+ id?: true;
71
+ createdAt?: true;
72
+ updatedAt?: true;
73
+ storeId?: true;
74
+ name?: true;
75
+ phone?: true;
76
+ address?: true;
77
+ _all?: true;
78
+ };
79
+ export type StoreAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
80
+ /**
81
+ * Filter which Store to aggregate.
82
+ */
83
+ where?: Prisma.StoreWhereInput;
84
+ /**
85
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
86
+ *
87
+ * Determine the order of Stores to fetch.
88
+ */
89
+ orderBy?: Prisma.StoreOrderByWithRelationInput | Prisma.StoreOrderByWithRelationInput[];
90
+ /**
91
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
92
+ *
93
+ * Sets the start position
94
+ */
95
+ cursor?: Prisma.StoreWhereUniqueInput;
96
+ /**
97
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
98
+ *
99
+ * Take `±n` Stores from the position of the cursor.
100
+ */
101
+ take?: number;
102
+ /**
103
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
104
+ *
105
+ * Skip the first `n` Stores.
106
+ */
107
+ skip?: number;
108
+ /**
109
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
110
+ *
111
+ * Count returned Stores
112
+ **/
113
+ _count?: true | StoreCountAggregateInputType;
114
+ /**
115
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
116
+ *
117
+ * Select which fields to average
118
+ **/
119
+ _avg?: StoreAvgAggregateInputType;
120
+ /**
121
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
122
+ *
123
+ * Select which fields to sum
124
+ **/
125
+ _sum?: StoreSumAggregateInputType;
126
+ /**
127
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
128
+ *
129
+ * Select which fields to find the minimum value
130
+ **/
131
+ _min?: StoreMinAggregateInputType;
132
+ /**
133
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
134
+ *
135
+ * Select which fields to find the maximum value
136
+ **/
137
+ _max?: StoreMaxAggregateInputType;
138
+ };
139
+ export type GetStoreAggregateType<T extends StoreAggregateArgs> = {
140
+ [P in keyof T & keyof AggregateStore]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateStore[P]> : Prisma.GetScalarType<T[P], AggregateStore[P]>;
141
+ };
142
+ export type StoreGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
143
+ where?: Prisma.StoreWhereInput;
144
+ orderBy?: Prisma.StoreOrderByWithAggregationInput | Prisma.StoreOrderByWithAggregationInput[];
145
+ by: Prisma.StoreScalarFieldEnum[] | Prisma.StoreScalarFieldEnum;
146
+ having?: Prisma.StoreScalarWhereWithAggregatesInput;
147
+ take?: number;
148
+ skip?: number;
149
+ _count?: StoreCountAggregateInputType | true;
150
+ _avg?: StoreAvgAggregateInputType;
151
+ _sum?: StoreSumAggregateInputType;
152
+ _min?: StoreMinAggregateInputType;
153
+ _max?: StoreMaxAggregateInputType;
154
+ };
155
+ export type StoreGroupByOutputType = {
156
+ id: bigint;
157
+ createdAt: Date;
158
+ updatedAt: Date;
159
+ storeId: string;
160
+ name: string;
161
+ phone: string;
162
+ address: unknown;
163
+ _count: StoreCountAggregateOutputType | null;
164
+ _avg: StoreAvgAggregateOutputType | null;
165
+ _sum: StoreSumAggregateOutputType | null;
166
+ _min: StoreMinAggregateOutputType | null;
167
+ _max: StoreMaxAggregateOutputType | null;
168
+ };
169
+ type GetStoreGroupByPayload<T extends StoreGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<StoreGroupByOutputType, T['by']> & {
170
+ [P in ((keyof T) & (keyof StoreGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], StoreGroupByOutputType[P]> : Prisma.GetScalarType<T[P], StoreGroupByOutputType[P]>;
171
+ }>>;
172
+ export type StoreWhereInput = {
173
+ AND?: Prisma.StoreWhereInput | Prisma.StoreWhereInput[];
174
+ OR?: Prisma.StoreWhereInput[];
175
+ NOT?: Prisma.StoreWhereInput | Prisma.StoreWhereInput[];
176
+ id?: Prisma.BigIntFilter<"Store"> | bigint | number;
177
+ createdAt?: Prisma.DateTimeFilter<"Store"> | Date | string;
178
+ updatedAt?: Prisma.DateTimeFilter<"Store"> | Date | string;
179
+ storeId?: Prisma.StringFilter<"Store"> | string;
180
+ name?: Prisma.StringFilter<"Store"> | string;
181
+ phone?: Prisma.StringFilter<"Store"> | string;
182
+ address?: Prisma.JsonFilter<"Store">;
183
+ storeToPlatform?: Prisma.StoreToPlatformListRelationFilter;
184
+ administratorToStore?: Prisma.AdministratorToStoreListRelationFilter;
185
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingListRelationFilter;
186
+ stockLocations?: Prisma.StockLocationListRelationFilter;
187
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationListRelationFilter;
188
+ customProducts?: Prisma.ProductListRelationFilter;
189
+ thirdPartyPlatforms?: Prisma.PlatformListRelationFilter;
190
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingListRelationFilter;
191
+ ingredientToStores?: Prisma.IngredientToStoreListRelationFilter;
192
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleListRelationFilter;
193
+ shippingConfigurations?: Prisma.ShippingConfigurationListRelationFilter;
194
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeListRelationFilter;
195
+ modifierGroups?: Prisma.ModifierGroupListRelationFilter;
196
+ prepTimes?: Prisma.PrepTimeListRelationFilter;
197
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingListRelationFilter;
198
+ shippingLabelFees?: Prisma.ShippingLabelFeeListRelationFilter;
199
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundListRelationFilter;
200
+ featureFlags?: Prisma.FeatureFlagListRelationFilter;
201
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityListRelationFilter;
202
+ };
203
+ export type StoreOrderByWithRelationInput = {
204
+ id?: Prisma.SortOrder;
205
+ createdAt?: Prisma.SortOrder;
206
+ updatedAt?: Prisma.SortOrder;
207
+ storeId?: Prisma.SortOrder;
208
+ name?: Prisma.SortOrder;
209
+ phone?: Prisma.SortOrder;
210
+ address?: Prisma.SortOrder;
211
+ storeToPlatform?: Prisma.StoreToPlatformOrderByRelationAggregateInput;
212
+ administratorToStore?: Prisma.AdministratorToStoreOrderByRelationAggregateInput;
213
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingOrderByRelationAggregateInput;
214
+ stockLocations?: Prisma.StockLocationOrderByRelationAggregateInput;
215
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationOrderByRelationAggregateInput;
216
+ customProducts?: Prisma.ProductOrderByRelationAggregateInput;
217
+ thirdPartyPlatforms?: Prisma.PlatformOrderByRelationAggregateInput;
218
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingOrderByRelationAggregateInput;
219
+ ingredientToStores?: Prisma.IngredientToStoreOrderByRelationAggregateInput;
220
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleOrderByRelationAggregateInput;
221
+ shippingConfigurations?: Prisma.ShippingConfigurationOrderByRelationAggregateInput;
222
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeOrderByRelationAggregateInput;
223
+ modifierGroups?: Prisma.ModifierGroupOrderByRelationAggregateInput;
224
+ prepTimes?: Prisma.PrepTimeOrderByRelationAggregateInput;
225
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingOrderByRelationAggregateInput;
226
+ shippingLabelFees?: Prisma.ShippingLabelFeeOrderByRelationAggregateInput;
227
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundOrderByRelationAggregateInput;
228
+ featureFlags?: Prisma.FeatureFlagOrderByRelationAggregateInput;
229
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityOrderByRelationAggregateInput;
230
+ _relevance?: Prisma.StoreOrderByRelevanceInput;
231
+ };
232
+ export type StoreWhereUniqueInput = Prisma.AtLeast<{
233
+ id?: bigint | number;
234
+ storeId?: string;
235
+ AND?: Prisma.StoreWhereInput | Prisma.StoreWhereInput[];
236
+ OR?: Prisma.StoreWhereInput[];
237
+ NOT?: Prisma.StoreWhereInput | Prisma.StoreWhereInput[];
238
+ createdAt?: Prisma.DateTimeFilter<"Store"> | Date | string;
239
+ updatedAt?: Prisma.DateTimeFilter<"Store"> | Date | string;
240
+ name?: Prisma.StringFilter<"Store"> | string;
241
+ phone?: Prisma.StringFilter<"Store"> | string;
242
+ address?: Prisma.JsonFilter<"Store">;
243
+ storeToPlatform?: Prisma.StoreToPlatformListRelationFilter;
244
+ administratorToStore?: Prisma.AdministratorToStoreListRelationFilter;
245
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingListRelationFilter;
246
+ stockLocations?: Prisma.StockLocationListRelationFilter;
247
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationListRelationFilter;
248
+ customProducts?: Prisma.ProductListRelationFilter;
249
+ thirdPartyPlatforms?: Prisma.PlatformListRelationFilter;
250
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingListRelationFilter;
251
+ ingredientToStores?: Prisma.IngredientToStoreListRelationFilter;
252
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleListRelationFilter;
253
+ shippingConfigurations?: Prisma.ShippingConfigurationListRelationFilter;
254
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeListRelationFilter;
255
+ modifierGroups?: Prisma.ModifierGroupListRelationFilter;
256
+ prepTimes?: Prisma.PrepTimeListRelationFilter;
257
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingListRelationFilter;
258
+ shippingLabelFees?: Prisma.ShippingLabelFeeListRelationFilter;
259
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundListRelationFilter;
260
+ featureFlags?: Prisma.FeatureFlagListRelationFilter;
261
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityListRelationFilter;
262
+ }, "id" | "storeId">;
263
+ export type StoreOrderByWithAggregationInput = {
264
+ id?: Prisma.SortOrder;
265
+ createdAt?: Prisma.SortOrder;
266
+ updatedAt?: Prisma.SortOrder;
267
+ storeId?: Prisma.SortOrder;
268
+ name?: Prisma.SortOrder;
269
+ phone?: Prisma.SortOrder;
270
+ address?: Prisma.SortOrder;
271
+ _count?: Prisma.StoreCountOrderByAggregateInput;
272
+ _avg?: Prisma.StoreAvgOrderByAggregateInput;
273
+ _max?: Prisma.StoreMaxOrderByAggregateInput;
274
+ _min?: Prisma.StoreMinOrderByAggregateInput;
275
+ _sum?: Prisma.StoreSumOrderByAggregateInput;
276
+ };
277
+ export type StoreScalarWhereWithAggregatesInput = {
278
+ AND?: Prisma.StoreScalarWhereWithAggregatesInput | Prisma.StoreScalarWhereWithAggregatesInput[];
279
+ OR?: Prisma.StoreScalarWhereWithAggregatesInput[];
280
+ NOT?: Prisma.StoreScalarWhereWithAggregatesInput | Prisma.StoreScalarWhereWithAggregatesInput[];
281
+ id?: Prisma.BigIntWithAggregatesFilter<"Store"> | bigint | number;
282
+ createdAt?: Prisma.DateTimeWithAggregatesFilter<"Store"> | Date | string;
283
+ updatedAt?: Prisma.DateTimeWithAggregatesFilter<"Store"> | Date | string;
284
+ storeId?: Prisma.StringWithAggregatesFilter<"Store"> | string;
285
+ name?: Prisma.StringWithAggregatesFilter<"Store"> | string;
286
+ phone?: Prisma.StringWithAggregatesFilter<"Store"> | string;
287
+ address?: Prisma.JsonWithAggregatesFilter<"Store">;
288
+ };
289
+ export type StoreCreateInput = {
290
+ id?: bigint | number;
291
+ createdAt?: Date | string;
292
+ updatedAt?: Date | string;
293
+ storeId: string;
294
+ name: string;
295
+ phone: string;
296
+ address: unknown;
297
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
298
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
299
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
300
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
301
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
302
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
303
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
304
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
305
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
306
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
307
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
308
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
309
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
310
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
311
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
312
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
313
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
314
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
315
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
316
+ };
317
+ export type StoreUncheckedCreateInput = {
318
+ id?: bigint | number;
319
+ createdAt?: Date | string;
320
+ updatedAt?: Date | string;
321
+ storeId: string;
322
+ name: string;
323
+ phone: string;
324
+ address: unknown;
325
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
326
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
327
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
328
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
329
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
330
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
331
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
332
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
333
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
334
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
335
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
336
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
337
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
338
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
339
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
340
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
341
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
342
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
343
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
344
+ };
345
+ export type StoreUpdateInput = {
346
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
347
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
348
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
349
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
350
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
351
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
352
+ address?: unknown;
353
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
354
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
355
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
356
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
357
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
358
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
359
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
360
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
361
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
362
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
363
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
364
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
365
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
366
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
367
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
368
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
369
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
370
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
371
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
372
+ };
373
+ export type StoreUncheckedUpdateInput = {
374
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
375
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
376
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
377
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
378
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
379
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
380
+ address?: unknown;
381
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
382
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
383
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
384
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
385
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
386
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
387
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
388
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
389
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
390
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
391
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
392
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
393
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
394
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
395
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
396
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
397
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
398
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
399
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
400
+ };
401
+ export type StoreCreateManyInput = {
402
+ id?: bigint | number;
403
+ createdAt?: Date | string;
404
+ updatedAt?: Date | string;
405
+ storeId: string;
406
+ name: string;
407
+ phone: string;
408
+ address: unknown;
409
+ };
410
+ export type StoreUpdateManyMutationInput = {
411
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
412
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
413
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
414
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
415
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
416
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
417
+ address?: unknown;
418
+ };
419
+ export type StoreUncheckedUpdateManyInput = {
420
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
421
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
422
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
423
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
424
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
425
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
426
+ address?: unknown;
427
+ };
428
+ export type StoreScalarRelationFilter = {
429
+ is?: Prisma.StoreWhereInput;
430
+ isNot?: Prisma.StoreWhereInput;
431
+ };
432
+ export type StoreNullableScalarRelationFilter = {
433
+ is?: Prisma.StoreWhereInput | null;
434
+ isNot?: Prisma.StoreWhereInput | null;
435
+ };
436
+ export type StoreOrderByRelevanceInput = {
437
+ fields: Prisma.StoreOrderByRelevanceFieldEnum | Prisma.StoreOrderByRelevanceFieldEnum[];
438
+ sort: Prisma.SortOrder;
439
+ search: string;
440
+ };
441
+ export type StoreCountOrderByAggregateInput = {
442
+ id?: Prisma.SortOrder;
443
+ createdAt?: Prisma.SortOrder;
444
+ updatedAt?: Prisma.SortOrder;
445
+ storeId?: Prisma.SortOrder;
446
+ name?: Prisma.SortOrder;
447
+ phone?: Prisma.SortOrder;
448
+ address?: Prisma.SortOrder;
449
+ };
450
+ export type StoreAvgOrderByAggregateInput = {
451
+ id?: Prisma.SortOrder;
452
+ };
453
+ export type StoreMaxOrderByAggregateInput = {
454
+ id?: Prisma.SortOrder;
455
+ createdAt?: Prisma.SortOrder;
456
+ updatedAt?: Prisma.SortOrder;
457
+ storeId?: Prisma.SortOrder;
458
+ name?: Prisma.SortOrder;
459
+ phone?: Prisma.SortOrder;
460
+ };
461
+ export type StoreMinOrderByAggregateInput = {
462
+ id?: Prisma.SortOrder;
463
+ createdAt?: Prisma.SortOrder;
464
+ updatedAt?: Prisma.SortOrder;
465
+ storeId?: Prisma.SortOrder;
466
+ name?: Prisma.SortOrder;
467
+ phone?: Prisma.SortOrder;
468
+ };
469
+ export type StoreSumOrderByAggregateInput = {
470
+ id?: Prisma.SortOrder;
471
+ };
472
+ export type StoreCreateNestedOneWithoutAdministratorToStoreInput = {
473
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutAdministratorToStoreInput, Prisma.StoreUncheckedCreateWithoutAdministratorToStoreInput>;
474
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutAdministratorToStoreInput;
475
+ connect?: Prisma.StoreWhereUniqueInput;
476
+ };
477
+ export type StoreUpdateOneRequiredWithoutAdministratorToStoreNestedInput = {
478
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutAdministratorToStoreInput, Prisma.StoreUncheckedCreateWithoutAdministratorToStoreInput>;
479
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutAdministratorToStoreInput;
480
+ upsert?: Prisma.StoreUpsertWithoutAdministratorToStoreInput;
481
+ connect?: Prisma.StoreWhereUniqueInput;
482
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutAdministratorToStoreInput, Prisma.StoreUpdateWithoutAdministratorToStoreInput>, Prisma.StoreUncheckedUpdateWithoutAdministratorToStoreInput>;
483
+ };
484
+ export type StoreCreateNestedOneWithoutFeatureFlagsInput = {
485
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutFeatureFlagsInput, Prisma.StoreUncheckedCreateWithoutFeatureFlagsInput>;
486
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutFeatureFlagsInput;
487
+ connect?: Prisma.StoreWhereUniqueInput;
488
+ };
489
+ export type StoreUpdateOneRequiredWithoutFeatureFlagsNestedInput = {
490
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutFeatureFlagsInput, Prisma.StoreUncheckedCreateWithoutFeatureFlagsInput>;
491
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutFeatureFlagsInput;
492
+ upsert?: Prisma.StoreUpsertWithoutFeatureFlagsInput;
493
+ connect?: Prisma.StoreWhereUniqueInput;
494
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutFeatureFlagsInput, Prisma.StoreUpdateWithoutFeatureFlagsInput>, Prisma.StoreUncheckedUpdateWithoutFeatureFlagsInput>;
495
+ };
496
+ export type StoreCreateNestedOneWithoutIngredientToStoresInput = {
497
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutIngredientToStoresInput, Prisma.StoreUncheckedCreateWithoutIngredientToStoresInput>;
498
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutIngredientToStoresInput;
499
+ connect?: Prisma.StoreWhereUniqueInput;
500
+ };
501
+ export type StoreUpdateOneRequiredWithoutIngredientToStoresNestedInput = {
502
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutIngredientToStoresInput, Prisma.StoreUncheckedCreateWithoutIngredientToStoresInput>;
503
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutIngredientToStoresInput;
504
+ upsert?: Prisma.StoreUpsertWithoutIngredientToStoresInput;
505
+ connect?: Prisma.StoreWhereUniqueInput;
506
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutIngredientToStoresInput, Prisma.StoreUpdateWithoutIngredientToStoresInput>, Prisma.StoreUncheckedUpdateWithoutIngredientToStoresInput>;
507
+ };
508
+ export type StoreCreateNestedOneWithoutModifierGroupsInput = {
509
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutModifierGroupsInput, Prisma.StoreUncheckedCreateWithoutModifierGroupsInput>;
510
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutModifierGroupsInput;
511
+ connect?: Prisma.StoreWhereUniqueInput;
512
+ };
513
+ export type StoreUpdateOneRequiredWithoutModifierGroupsNestedInput = {
514
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutModifierGroupsInput, Prisma.StoreUncheckedCreateWithoutModifierGroupsInput>;
515
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutModifierGroupsInput;
516
+ upsert?: Prisma.StoreUpsertWithoutModifierGroupsInput;
517
+ connect?: Prisma.StoreWhereUniqueInput;
518
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutModifierGroupsInput, Prisma.StoreUpdateWithoutModifierGroupsInput>, Prisma.StoreUncheckedUpdateWithoutModifierGroupsInput>;
519
+ };
520
+ export type StoreCreateNestedOneWithoutThirdPartyPlatformsInput = {
521
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutThirdPartyPlatformsInput, Prisma.StoreUncheckedCreateWithoutThirdPartyPlatformsInput>;
522
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutThirdPartyPlatformsInput;
523
+ connect?: Prisma.StoreWhereUniqueInput;
524
+ };
525
+ export type StoreUpdateOneWithoutThirdPartyPlatformsNestedInput = {
526
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutThirdPartyPlatformsInput, Prisma.StoreUncheckedCreateWithoutThirdPartyPlatformsInput>;
527
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutThirdPartyPlatformsInput;
528
+ upsert?: Prisma.StoreUpsertWithoutThirdPartyPlatformsInput;
529
+ disconnect?: Prisma.StoreWhereInput | boolean;
530
+ delete?: Prisma.StoreWhereInput | boolean;
531
+ connect?: Prisma.StoreWhereUniqueInput;
532
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutThirdPartyPlatformsInput, Prisma.StoreUpdateWithoutThirdPartyPlatformsInput>, Prisma.StoreUncheckedUpdateWithoutThirdPartyPlatformsInput>;
533
+ };
534
+ export type StoreCreateNestedOneWithoutCustomProductsInput = {
535
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutCustomProductsInput, Prisma.StoreUncheckedCreateWithoutCustomProductsInput>;
536
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutCustomProductsInput;
537
+ connect?: Prisma.StoreWhereUniqueInput;
538
+ };
539
+ export type StoreUpdateOneWithoutCustomProductsNestedInput = {
540
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutCustomProductsInput, Prisma.StoreUncheckedCreateWithoutCustomProductsInput>;
541
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutCustomProductsInput;
542
+ upsert?: Prisma.StoreUpsertWithoutCustomProductsInput;
543
+ disconnect?: Prisma.StoreWhereInput | boolean;
544
+ delete?: Prisma.StoreWhereInput | boolean;
545
+ connect?: Prisma.StoreWhereUniqueInput;
546
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutCustomProductsInput, Prisma.StoreUpdateWithoutCustomProductsInput>, Prisma.StoreUncheckedUpdateWithoutCustomProductsInput>;
547
+ };
548
+ export type StoreCreateNestedOneWithoutProductVariantConfigurationsInput = {
549
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantConfigurationsInput, Prisma.StoreUncheckedCreateWithoutProductVariantConfigurationsInput>;
550
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantConfigurationsInput;
551
+ connect?: Prisma.StoreWhereUniqueInput;
552
+ };
553
+ export type StoreUpdateOneRequiredWithoutProductVariantConfigurationsNestedInput = {
554
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantConfigurationsInput, Prisma.StoreUncheckedCreateWithoutProductVariantConfigurationsInput>;
555
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantConfigurationsInput;
556
+ upsert?: Prisma.StoreUpsertWithoutProductVariantConfigurationsInput;
557
+ connect?: Prisma.StoreWhereUniqueInput;
558
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutProductVariantConfigurationsInput, Prisma.StoreUpdateWithoutProductVariantConfigurationsInput>, Prisma.StoreUncheckedUpdateWithoutProductVariantConfigurationsInput>;
559
+ };
560
+ export type StoreCreateNestedOneWithoutProductVariantStoreAndPlatformPricingsInput = {
561
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreAndPlatformPricingsInput>;
562
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantStoreAndPlatformPricingsInput;
563
+ connect?: Prisma.StoreWhereUniqueInput;
564
+ };
565
+ export type StoreUpdateOneRequiredWithoutProductVariantStoreAndPlatformPricingsNestedInput = {
566
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreAndPlatformPricingsInput>;
567
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantStoreAndPlatformPricingsInput;
568
+ upsert?: Prisma.StoreUpsertWithoutProductVariantStoreAndPlatformPricingsInput;
569
+ connect?: Prisma.StoreWhereUniqueInput;
570
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUpdateWithoutProductVariantStoreAndPlatformPricingsInput>, Prisma.StoreUncheckedUpdateWithoutProductVariantStoreAndPlatformPricingsInput>;
571
+ };
572
+ export type StoreCreateNestedOneWithoutProductVariantStorePricingInput = {
573
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStorePricingInput, Prisma.StoreUncheckedCreateWithoutProductVariantStorePricingInput>;
574
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantStorePricingInput;
575
+ connect?: Prisma.StoreWhereUniqueInput;
576
+ };
577
+ export type StoreUpdateOneRequiredWithoutProductVariantStorePricingNestedInput = {
578
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStorePricingInput, Prisma.StoreUncheckedCreateWithoutProductVariantStorePricingInput>;
579
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantStorePricingInput;
580
+ upsert?: Prisma.StoreUpsertWithoutProductVariantStorePricingInput;
581
+ connect?: Prisma.StoreWhereUniqueInput;
582
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutProductVariantStorePricingInput, Prisma.StoreUpdateWithoutProductVariantStorePricingInput>, Prisma.StoreUncheckedUpdateWithoutProductVariantStorePricingInput>;
583
+ };
584
+ export type StoreCreateNestedOneWithoutProductVariantStoreRankingsInput = {
585
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreRankingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreRankingsInput>;
586
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantStoreRankingsInput;
587
+ connect?: Prisma.StoreWhereUniqueInput;
588
+ };
589
+ export type StoreUpdateOneRequiredWithoutProductVariantStoreRankingsNestedInput = {
590
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreRankingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreRankingsInput>;
591
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutProductVariantStoreRankingsInput;
592
+ upsert?: Prisma.StoreUpsertWithoutProductVariantStoreRankingsInput;
593
+ connect?: Prisma.StoreWhereUniqueInput;
594
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutProductVariantStoreRankingsInput, Prisma.StoreUpdateWithoutProductVariantStoreRankingsInput>, Prisma.StoreUncheckedUpdateWithoutProductVariantStoreRankingsInput>;
595
+ };
596
+ export type StoreCreateNestedOneWithoutShippingConfigurationsInput = {
597
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutShippingConfigurationsInput, Prisma.StoreUncheckedCreateWithoutShippingConfigurationsInput>;
598
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutShippingConfigurationsInput;
599
+ connect?: Prisma.StoreWhereUniqueInput;
600
+ };
601
+ export type StoreUpdateOneRequiredWithoutShippingConfigurationsNestedInput = {
602
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutShippingConfigurationsInput, Prisma.StoreUncheckedCreateWithoutShippingConfigurationsInput>;
603
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutShippingConfigurationsInput;
604
+ upsert?: Prisma.StoreUpsertWithoutShippingConfigurationsInput;
605
+ connect?: Prisma.StoreWhereUniqueInput;
606
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutShippingConfigurationsInput, Prisma.StoreUpdateWithoutShippingConfigurationsInput>, Prisma.StoreUncheckedUpdateWithoutShippingConfigurationsInput>;
607
+ };
608
+ export type StoreCreateNestedOneWithoutShippingLabelFeesInput = {
609
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelFeesInput, Prisma.StoreUncheckedCreateWithoutShippingLabelFeesInput>;
610
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutShippingLabelFeesInput;
611
+ connect?: Prisma.StoreWhereUniqueInput;
612
+ };
613
+ export type StoreUpdateOneRequiredWithoutShippingLabelFeesNestedInput = {
614
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelFeesInput, Prisma.StoreUncheckedCreateWithoutShippingLabelFeesInput>;
615
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutShippingLabelFeesInput;
616
+ upsert?: Prisma.StoreUpsertWithoutShippingLabelFeesInput;
617
+ connect?: Prisma.StoreWhereUniqueInput;
618
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutShippingLabelFeesInput, Prisma.StoreUpdateWithoutShippingLabelFeesInput>, Prisma.StoreUncheckedUpdateWithoutShippingLabelFeesInput>;
619
+ };
620
+ export type StoreCreateNestedOneWithoutShippingLabelRefundsInput = {
621
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelRefundsInput, Prisma.StoreUncheckedCreateWithoutShippingLabelRefundsInput>;
622
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutShippingLabelRefundsInput;
623
+ connect?: Prisma.StoreWhereUniqueInput;
624
+ };
625
+ export type StoreUpdateOneRequiredWithoutShippingLabelRefundsNestedInput = {
626
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelRefundsInput, Prisma.StoreUncheckedCreateWithoutShippingLabelRefundsInput>;
627
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutShippingLabelRefundsInput;
628
+ upsert?: Prisma.StoreUpsertWithoutShippingLabelRefundsInput;
629
+ connect?: Prisma.StoreWhereUniqueInput;
630
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutShippingLabelRefundsInput, Prisma.StoreUpdateWithoutShippingLabelRefundsInput>, Prisma.StoreUncheckedUpdateWithoutShippingLabelRefundsInput>;
631
+ };
632
+ export type StoreCreateNestedOneWithoutStockLocationsInput = {
633
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStockLocationsInput, Prisma.StoreUncheckedCreateWithoutStockLocationsInput>;
634
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStockLocationsInput;
635
+ connect?: Prisma.StoreWhereUniqueInput;
636
+ };
637
+ export type StoreUpdateOneRequiredWithoutStockLocationsNestedInput = {
638
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStockLocationsInput, Prisma.StoreUncheckedCreateWithoutStockLocationsInput>;
639
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStockLocationsInput;
640
+ upsert?: Prisma.StoreUpsertWithoutStockLocationsInput;
641
+ connect?: Prisma.StoreWhereUniqueInput;
642
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutStockLocationsInput, Prisma.StoreUpdateWithoutStockLocationsInput>, Prisma.StoreUncheckedUpdateWithoutStockLocationsInput>;
643
+ };
644
+ export type StoreCreateNestedOneWithoutPrepTimesInput = {
645
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutPrepTimesInput, Prisma.StoreUncheckedCreateWithoutPrepTimesInput>;
646
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutPrepTimesInput;
647
+ connect?: Prisma.StoreWhereUniqueInput;
648
+ };
649
+ export type StoreUpdateOneRequiredWithoutPrepTimesNestedInput = {
650
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutPrepTimesInput, Prisma.StoreUncheckedCreateWithoutPrepTimesInput>;
651
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutPrepTimesInput;
652
+ upsert?: Prisma.StoreUpsertWithoutPrepTimesInput;
653
+ connect?: Prisma.StoreWhereUniqueInput;
654
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutPrepTimesInput, Prisma.StoreUpdateWithoutPrepTimesInput>, Prisma.StoreUncheckedUpdateWithoutPrepTimesInput>;
655
+ };
656
+ export type StoreCreateNestedOneWithoutPvStoreScheduledAvailabilityInput = {
657
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUncheckedCreateWithoutPvStoreScheduledAvailabilityInput>;
658
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutPvStoreScheduledAvailabilityInput;
659
+ connect?: Prisma.StoreWhereUniqueInput;
660
+ };
661
+ export type StoreUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput = {
662
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUncheckedCreateWithoutPvStoreScheduledAvailabilityInput>;
663
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutPvStoreScheduledAvailabilityInput;
664
+ upsert?: Prisma.StoreUpsertWithoutPvStoreScheduledAvailabilityInput;
665
+ connect?: Prisma.StoreWhereUniqueInput;
666
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUpdateWithoutPvStoreScheduledAvailabilityInput>, Prisma.StoreUncheckedUpdateWithoutPvStoreScheduledAvailabilityInput>;
667
+ };
668
+ export type StoreCreateNestedOneWithoutStoreRestockingSchedulesInput = {
669
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStoreRestockingSchedulesInput, Prisma.StoreUncheckedCreateWithoutStoreRestockingSchedulesInput>;
670
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStoreRestockingSchedulesInput;
671
+ connect?: Prisma.StoreWhereUniqueInput;
672
+ };
673
+ export type StoreUpdateOneRequiredWithoutStoreRestockingSchedulesNestedInput = {
674
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStoreRestockingSchedulesInput, Prisma.StoreUncheckedCreateWithoutStoreRestockingSchedulesInput>;
675
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStoreRestockingSchedulesInput;
676
+ upsert?: Prisma.StoreUpsertWithoutStoreRestockingSchedulesInput;
677
+ connect?: Prisma.StoreWhereUniqueInput;
678
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutStoreRestockingSchedulesInput, Prisma.StoreUpdateWithoutStoreRestockingSchedulesInput>, Prisma.StoreUncheckedUpdateWithoutStoreRestockingSchedulesInput>;
679
+ };
680
+ export type StoreCreateNestedOneWithoutStoreToAssociatedStoreTypesInput = {
681
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUncheckedCreateWithoutStoreToAssociatedStoreTypesInput>;
682
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStoreToAssociatedStoreTypesInput;
683
+ connect?: Prisma.StoreWhereUniqueInput;
684
+ };
685
+ export type StoreUpdateOneRequiredWithoutStoreToAssociatedStoreTypesNestedInput = {
686
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUncheckedCreateWithoutStoreToAssociatedStoreTypesInput>;
687
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStoreToAssociatedStoreTypesInput;
688
+ upsert?: Prisma.StoreUpsertWithoutStoreToAssociatedStoreTypesInput;
689
+ connect?: Prisma.StoreWhereUniqueInput;
690
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUpdateWithoutStoreToAssociatedStoreTypesInput>, Prisma.StoreUncheckedUpdateWithoutStoreToAssociatedStoreTypesInput>;
691
+ };
692
+ export type StoreCreateNestedOneWithoutStoreToPlatformInput = {
693
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStoreToPlatformInput, Prisma.StoreUncheckedCreateWithoutStoreToPlatformInput>;
694
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStoreToPlatformInput;
695
+ connect?: Prisma.StoreWhereUniqueInput;
696
+ };
697
+ export type StoreUpdateOneRequiredWithoutStoreToPlatformNestedInput = {
698
+ create?: Prisma.XOR<Prisma.StoreCreateWithoutStoreToPlatformInput, Prisma.StoreUncheckedCreateWithoutStoreToPlatformInput>;
699
+ connectOrCreate?: Prisma.StoreCreateOrConnectWithoutStoreToPlatformInput;
700
+ upsert?: Prisma.StoreUpsertWithoutStoreToPlatformInput;
701
+ connect?: Prisma.StoreWhereUniqueInput;
702
+ update?: Prisma.XOR<Prisma.XOR<Prisma.StoreUpdateToOneWithWhereWithoutStoreToPlatformInput, Prisma.StoreUpdateWithoutStoreToPlatformInput>, Prisma.StoreUncheckedUpdateWithoutStoreToPlatformInput>;
703
+ };
704
+ export type StoreCreateWithoutAdministratorToStoreInput = {
705
+ id?: bigint | number;
706
+ createdAt?: Date | string;
707
+ updatedAt?: Date | string;
708
+ storeId: string;
709
+ name: string;
710
+ phone: string;
711
+ address: unknown;
712
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
713
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
714
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
715
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
716
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
717
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
718
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
719
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
720
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
721
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
722
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
723
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
724
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
725
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
726
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
727
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
728
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
729
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
730
+ };
731
+ export type StoreUncheckedCreateWithoutAdministratorToStoreInput = {
732
+ id?: bigint | number;
733
+ createdAt?: Date | string;
734
+ updatedAt?: Date | string;
735
+ storeId: string;
736
+ name: string;
737
+ phone: string;
738
+ address: unknown;
739
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
740
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
741
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
742
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
743
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
744
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
745
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
746
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
747
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
748
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
749
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
750
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
751
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
752
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
753
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
754
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
755
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
756
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
757
+ };
758
+ export type StoreCreateOrConnectWithoutAdministratorToStoreInput = {
759
+ where: Prisma.StoreWhereUniqueInput;
760
+ create: Prisma.XOR<Prisma.StoreCreateWithoutAdministratorToStoreInput, Prisma.StoreUncheckedCreateWithoutAdministratorToStoreInput>;
761
+ };
762
+ export type StoreUpsertWithoutAdministratorToStoreInput = {
763
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutAdministratorToStoreInput, Prisma.StoreUncheckedUpdateWithoutAdministratorToStoreInput>;
764
+ create: Prisma.XOR<Prisma.StoreCreateWithoutAdministratorToStoreInput, Prisma.StoreUncheckedCreateWithoutAdministratorToStoreInput>;
765
+ where?: Prisma.StoreWhereInput;
766
+ };
767
+ export type StoreUpdateToOneWithWhereWithoutAdministratorToStoreInput = {
768
+ where?: Prisma.StoreWhereInput;
769
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutAdministratorToStoreInput, Prisma.StoreUncheckedUpdateWithoutAdministratorToStoreInput>;
770
+ };
771
+ export type StoreUpdateWithoutAdministratorToStoreInput = {
772
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
773
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
774
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
775
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
776
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
777
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
778
+ address?: unknown;
779
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
780
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
781
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
782
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
783
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
784
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
785
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
786
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
787
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
788
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
789
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
790
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
791
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
792
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
793
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
794
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
795
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
796
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
797
+ };
798
+ export type StoreUncheckedUpdateWithoutAdministratorToStoreInput = {
799
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
800
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
801
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
802
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
803
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
804
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
805
+ address?: unknown;
806
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
807
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
808
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
809
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
810
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
811
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
812
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
813
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
814
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
815
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
816
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
817
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
818
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
819
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
820
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
821
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
822
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
823
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
824
+ };
825
+ export type StoreCreateWithoutFeatureFlagsInput = {
826
+ id?: bigint | number;
827
+ createdAt?: Date | string;
828
+ updatedAt?: Date | string;
829
+ storeId: string;
830
+ name: string;
831
+ phone: string;
832
+ address: unknown;
833
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
834
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
835
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
836
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
837
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
838
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
839
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
840
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
841
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
842
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
843
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
844
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
845
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
846
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
847
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
848
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
849
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
850
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
851
+ };
852
+ export type StoreUncheckedCreateWithoutFeatureFlagsInput = {
853
+ id?: bigint | number;
854
+ createdAt?: Date | string;
855
+ updatedAt?: Date | string;
856
+ storeId: string;
857
+ name: string;
858
+ phone: string;
859
+ address: unknown;
860
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
861
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
862
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
863
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
864
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
865
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
866
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
867
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
868
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
869
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
870
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
871
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
872
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
873
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
874
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
875
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
876
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
877
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
878
+ };
879
+ export type StoreCreateOrConnectWithoutFeatureFlagsInput = {
880
+ where: Prisma.StoreWhereUniqueInput;
881
+ create: Prisma.XOR<Prisma.StoreCreateWithoutFeatureFlagsInput, Prisma.StoreUncheckedCreateWithoutFeatureFlagsInput>;
882
+ };
883
+ export type StoreUpsertWithoutFeatureFlagsInput = {
884
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutFeatureFlagsInput, Prisma.StoreUncheckedUpdateWithoutFeatureFlagsInput>;
885
+ create: Prisma.XOR<Prisma.StoreCreateWithoutFeatureFlagsInput, Prisma.StoreUncheckedCreateWithoutFeatureFlagsInput>;
886
+ where?: Prisma.StoreWhereInput;
887
+ };
888
+ export type StoreUpdateToOneWithWhereWithoutFeatureFlagsInput = {
889
+ where?: Prisma.StoreWhereInput;
890
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutFeatureFlagsInput, Prisma.StoreUncheckedUpdateWithoutFeatureFlagsInput>;
891
+ };
892
+ export type StoreUpdateWithoutFeatureFlagsInput = {
893
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
894
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
895
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
896
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
897
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
898
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
899
+ address?: unknown;
900
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
901
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
902
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
903
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
904
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
905
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
906
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
907
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
908
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
909
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
910
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
911
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
912
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
913
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
914
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
915
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
916
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
917
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
918
+ };
919
+ export type StoreUncheckedUpdateWithoutFeatureFlagsInput = {
920
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
921
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
922
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
923
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
924
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
925
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
926
+ address?: unknown;
927
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
928
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
929
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
930
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
931
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
932
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
933
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
934
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
935
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
936
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
937
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
938
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
939
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
940
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
941
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
942
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
943
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
944
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
945
+ };
946
+ export type StoreCreateWithoutIngredientToStoresInput = {
947
+ id?: bigint | number;
948
+ createdAt?: Date | string;
949
+ updatedAt?: Date | string;
950
+ storeId: string;
951
+ name: string;
952
+ phone: string;
953
+ address: unknown;
954
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
955
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
956
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
957
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
958
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
959
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
960
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
961
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
962
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
963
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
964
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
965
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
966
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
967
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
968
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
969
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
970
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
971
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
972
+ };
973
+ export type StoreUncheckedCreateWithoutIngredientToStoresInput = {
974
+ id?: bigint | number;
975
+ createdAt?: Date | string;
976
+ updatedAt?: Date | string;
977
+ storeId: string;
978
+ name: string;
979
+ phone: string;
980
+ address: unknown;
981
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
982
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
983
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
984
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
985
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
986
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
987
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
988
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
989
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
990
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
991
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
992
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
993
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
994
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
995
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
996
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
997
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
998
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
999
+ };
1000
+ export type StoreCreateOrConnectWithoutIngredientToStoresInput = {
1001
+ where: Prisma.StoreWhereUniqueInput;
1002
+ create: Prisma.XOR<Prisma.StoreCreateWithoutIngredientToStoresInput, Prisma.StoreUncheckedCreateWithoutIngredientToStoresInput>;
1003
+ };
1004
+ export type StoreUpsertWithoutIngredientToStoresInput = {
1005
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutIngredientToStoresInput, Prisma.StoreUncheckedUpdateWithoutIngredientToStoresInput>;
1006
+ create: Prisma.XOR<Prisma.StoreCreateWithoutIngredientToStoresInput, Prisma.StoreUncheckedCreateWithoutIngredientToStoresInput>;
1007
+ where?: Prisma.StoreWhereInput;
1008
+ };
1009
+ export type StoreUpdateToOneWithWhereWithoutIngredientToStoresInput = {
1010
+ where?: Prisma.StoreWhereInput;
1011
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutIngredientToStoresInput, Prisma.StoreUncheckedUpdateWithoutIngredientToStoresInput>;
1012
+ };
1013
+ export type StoreUpdateWithoutIngredientToStoresInput = {
1014
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1015
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1016
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1017
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1018
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1019
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1020
+ address?: unknown;
1021
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1022
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1023
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1024
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1025
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1026
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1027
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1028
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1029
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1030
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1031
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1032
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1033
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1034
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1035
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1036
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1037
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1038
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1039
+ };
1040
+ export type StoreUncheckedUpdateWithoutIngredientToStoresInput = {
1041
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1042
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1043
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1044
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1045
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1046
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1047
+ address?: unknown;
1048
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1049
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1050
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1051
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1052
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1053
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1054
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1055
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1056
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1057
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1058
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1059
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1060
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1061
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1062
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1063
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1064
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1065
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1066
+ };
1067
+ export type StoreCreateWithoutModifierGroupsInput = {
1068
+ id?: bigint | number;
1069
+ createdAt?: Date | string;
1070
+ updatedAt?: Date | string;
1071
+ storeId: string;
1072
+ name: string;
1073
+ phone: string;
1074
+ address: unknown;
1075
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1076
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1077
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1078
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1079
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1080
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1081
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1082
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1083
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1084
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1085
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1086
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1087
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1088
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1089
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1090
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1091
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1092
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1093
+ };
1094
+ export type StoreUncheckedCreateWithoutModifierGroupsInput = {
1095
+ id?: bigint | number;
1096
+ createdAt?: Date | string;
1097
+ updatedAt?: Date | string;
1098
+ storeId: string;
1099
+ name: string;
1100
+ phone: string;
1101
+ address: unknown;
1102
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1103
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1104
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1105
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1106
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1107
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1108
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1109
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1110
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1111
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1112
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1113
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1114
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1115
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1116
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1117
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1118
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1119
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1120
+ };
1121
+ export type StoreCreateOrConnectWithoutModifierGroupsInput = {
1122
+ where: Prisma.StoreWhereUniqueInput;
1123
+ create: Prisma.XOR<Prisma.StoreCreateWithoutModifierGroupsInput, Prisma.StoreUncheckedCreateWithoutModifierGroupsInput>;
1124
+ };
1125
+ export type StoreUpsertWithoutModifierGroupsInput = {
1126
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutModifierGroupsInput, Prisma.StoreUncheckedUpdateWithoutModifierGroupsInput>;
1127
+ create: Prisma.XOR<Prisma.StoreCreateWithoutModifierGroupsInput, Prisma.StoreUncheckedCreateWithoutModifierGroupsInput>;
1128
+ where?: Prisma.StoreWhereInput;
1129
+ };
1130
+ export type StoreUpdateToOneWithWhereWithoutModifierGroupsInput = {
1131
+ where?: Prisma.StoreWhereInput;
1132
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutModifierGroupsInput, Prisma.StoreUncheckedUpdateWithoutModifierGroupsInput>;
1133
+ };
1134
+ export type StoreUpdateWithoutModifierGroupsInput = {
1135
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1136
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1137
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1138
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1139
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1140
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1141
+ address?: unknown;
1142
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1143
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1144
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1145
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1146
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1147
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1148
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1149
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1150
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1151
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1152
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1153
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1154
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1155
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1156
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1157
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1158
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1159
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1160
+ };
1161
+ export type StoreUncheckedUpdateWithoutModifierGroupsInput = {
1162
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1163
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1164
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1165
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1166
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1167
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1168
+ address?: unknown;
1169
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1170
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1171
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1172
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1173
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1174
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1175
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1176
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1177
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1178
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1179
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1180
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1181
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1182
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1183
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1184
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1185
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1186
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1187
+ };
1188
+ export type StoreCreateWithoutThirdPartyPlatformsInput = {
1189
+ id?: bigint | number;
1190
+ createdAt?: Date | string;
1191
+ updatedAt?: Date | string;
1192
+ storeId: string;
1193
+ name: string;
1194
+ phone: string;
1195
+ address: unknown;
1196
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1197
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1198
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1199
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1200
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1201
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1202
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1203
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1204
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1205
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1206
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1207
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1208
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1209
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1210
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1211
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1212
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1213
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1214
+ };
1215
+ export type StoreUncheckedCreateWithoutThirdPartyPlatformsInput = {
1216
+ id?: bigint | number;
1217
+ createdAt?: Date | string;
1218
+ updatedAt?: Date | string;
1219
+ storeId: string;
1220
+ name: string;
1221
+ phone: string;
1222
+ address: unknown;
1223
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1224
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1225
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1226
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1227
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1228
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1229
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1230
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1231
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1232
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1233
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1234
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1235
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1236
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1237
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1238
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1239
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1240
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1241
+ };
1242
+ export type StoreCreateOrConnectWithoutThirdPartyPlatformsInput = {
1243
+ where: Prisma.StoreWhereUniqueInput;
1244
+ create: Prisma.XOR<Prisma.StoreCreateWithoutThirdPartyPlatformsInput, Prisma.StoreUncheckedCreateWithoutThirdPartyPlatformsInput>;
1245
+ };
1246
+ export type StoreUpsertWithoutThirdPartyPlatformsInput = {
1247
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutThirdPartyPlatformsInput, Prisma.StoreUncheckedUpdateWithoutThirdPartyPlatformsInput>;
1248
+ create: Prisma.XOR<Prisma.StoreCreateWithoutThirdPartyPlatformsInput, Prisma.StoreUncheckedCreateWithoutThirdPartyPlatformsInput>;
1249
+ where?: Prisma.StoreWhereInput;
1250
+ };
1251
+ export type StoreUpdateToOneWithWhereWithoutThirdPartyPlatformsInput = {
1252
+ where?: Prisma.StoreWhereInput;
1253
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutThirdPartyPlatformsInput, Prisma.StoreUncheckedUpdateWithoutThirdPartyPlatformsInput>;
1254
+ };
1255
+ export type StoreUpdateWithoutThirdPartyPlatformsInput = {
1256
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1257
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1258
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1259
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1260
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1261
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1262
+ address?: unknown;
1263
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1264
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1265
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1266
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1267
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1268
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1269
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1270
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1271
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1272
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1273
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1274
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1275
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1276
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1277
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1278
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1279
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1280
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1281
+ };
1282
+ export type StoreUncheckedUpdateWithoutThirdPartyPlatformsInput = {
1283
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1284
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1285
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1286
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1287
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1288
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1289
+ address?: unknown;
1290
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1291
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1292
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1293
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1294
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1295
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1296
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1297
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1298
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1299
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1300
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1301
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1302
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1303
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1304
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1305
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1306
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1307
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1308
+ };
1309
+ export type StoreCreateWithoutCustomProductsInput = {
1310
+ id?: bigint | number;
1311
+ createdAt?: Date | string;
1312
+ updatedAt?: Date | string;
1313
+ storeId: string;
1314
+ name: string;
1315
+ phone: string;
1316
+ address: unknown;
1317
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1318
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1319
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1320
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1321
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1322
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1323
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1324
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1325
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1326
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1327
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1328
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1329
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1330
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1331
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1332
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1333
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1334
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1335
+ };
1336
+ export type StoreUncheckedCreateWithoutCustomProductsInput = {
1337
+ id?: bigint | number;
1338
+ createdAt?: Date | string;
1339
+ updatedAt?: Date | string;
1340
+ storeId: string;
1341
+ name: string;
1342
+ phone: string;
1343
+ address: unknown;
1344
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1345
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1346
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1347
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1348
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1349
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1350
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1351
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1352
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1353
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1354
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1355
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1356
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1357
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1358
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1359
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1360
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1361
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1362
+ };
1363
+ export type StoreCreateOrConnectWithoutCustomProductsInput = {
1364
+ where: Prisma.StoreWhereUniqueInput;
1365
+ create: Prisma.XOR<Prisma.StoreCreateWithoutCustomProductsInput, Prisma.StoreUncheckedCreateWithoutCustomProductsInput>;
1366
+ };
1367
+ export type StoreUpsertWithoutCustomProductsInput = {
1368
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutCustomProductsInput, Prisma.StoreUncheckedUpdateWithoutCustomProductsInput>;
1369
+ create: Prisma.XOR<Prisma.StoreCreateWithoutCustomProductsInput, Prisma.StoreUncheckedCreateWithoutCustomProductsInput>;
1370
+ where?: Prisma.StoreWhereInput;
1371
+ };
1372
+ export type StoreUpdateToOneWithWhereWithoutCustomProductsInput = {
1373
+ where?: Prisma.StoreWhereInput;
1374
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutCustomProductsInput, Prisma.StoreUncheckedUpdateWithoutCustomProductsInput>;
1375
+ };
1376
+ export type StoreUpdateWithoutCustomProductsInput = {
1377
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1378
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1379
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1380
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1381
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1382
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1383
+ address?: unknown;
1384
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1385
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1386
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1387
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1388
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1389
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1390
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1391
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1392
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1393
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1394
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1395
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1396
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1397
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1398
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1399
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1400
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1401
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1402
+ };
1403
+ export type StoreUncheckedUpdateWithoutCustomProductsInput = {
1404
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1405
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1406
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1407
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1408
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1409
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1410
+ address?: unknown;
1411
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1412
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1413
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1414
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1415
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1416
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1417
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1418
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1419
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1420
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1421
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1422
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1423
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1424
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1425
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1426
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1427
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1428
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1429
+ };
1430
+ export type StoreCreateWithoutProductVariantConfigurationsInput = {
1431
+ id?: bigint | number;
1432
+ createdAt?: Date | string;
1433
+ updatedAt?: Date | string;
1434
+ storeId: string;
1435
+ name: string;
1436
+ phone: string;
1437
+ address: unknown;
1438
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1439
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1440
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1441
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1442
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1443
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1444
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1445
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1446
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1447
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1448
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1449
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1450
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1451
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1452
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1453
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1454
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1455
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1456
+ };
1457
+ export type StoreUncheckedCreateWithoutProductVariantConfigurationsInput = {
1458
+ id?: bigint | number;
1459
+ createdAt?: Date | string;
1460
+ updatedAt?: Date | string;
1461
+ storeId: string;
1462
+ name: string;
1463
+ phone: string;
1464
+ address: unknown;
1465
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1466
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1467
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1468
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1469
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1470
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1471
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1472
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1473
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1474
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1475
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1476
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1477
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1478
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1479
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1480
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1481
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1482
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1483
+ };
1484
+ export type StoreCreateOrConnectWithoutProductVariantConfigurationsInput = {
1485
+ where: Prisma.StoreWhereUniqueInput;
1486
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantConfigurationsInput, Prisma.StoreUncheckedCreateWithoutProductVariantConfigurationsInput>;
1487
+ };
1488
+ export type StoreUpsertWithoutProductVariantConfigurationsInput = {
1489
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantConfigurationsInput, Prisma.StoreUncheckedUpdateWithoutProductVariantConfigurationsInput>;
1490
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantConfigurationsInput, Prisma.StoreUncheckedCreateWithoutProductVariantConfigurationsInput>;
1491
+ where?: Prisma.StoreWhereInput;
1492
+ };
1493
+ export type StoreUpdateToOneWithWhereWithoutProductVariantConfigurationsInput = {
1494
+ where?: Prisma.StoreWhereInput;
1495
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantConfigurationsInput, Prisma.StoreUncheckedUpdateWithoutProductVariantConfigurationsInput>;
1496
+ };
1497
+ export type StoreUpdateWithoutProductVariantConfigurationsInput = {
1498
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1499
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1500
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1501
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1502
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1503
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1504
+ address?: unknown;
1505
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1506
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1507
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1508
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1509
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1510
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1511
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1512
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1513
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1514
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1515
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1516
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1517
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1518
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1519
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1520
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1521
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1522
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1523
+ };
1524
+ export type StoreUncheckedUpdateWithoutProductVariantConfigurationsInput = {
1525
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1526
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1527
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1528
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1529
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1530
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1531
+ address?: unknown;
1532
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1533
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1534
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1535
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1536
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1537
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1538
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1539
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1540
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1541
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1542
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1543
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1544
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1545
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1546
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1547
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1548
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1549
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1550
+ };
1551
+ export type StoreCreateWithoutProductVariantStoreAndPlatformPricingsInput = {
1552
+ id?: bigint | number;
1553
+ createdAt?: Date | string;
1554
+ updatedAt?: Date | string;
1555
+ storeId: string;
1556
+ name: string;
1557
+ phone: string;
1558
+ address: unknown;
1559
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1560
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1561
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1562
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1563
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1564
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1565
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1566
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1567
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1568
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1569
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1570
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1571
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1572
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1573
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1574
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1575
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1576
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1577
+ };
1578
+ export type StoreUncheckedCreateWithoutProductVariantStoreAndPlatformPricingsInput = {
1579
+ id?: bigint | number;
1580
+ createdAt?: Date | string;
1581
+ updatedAt?: Date | string;
1582
+ storeId: string;
1583
+ name: string;
1584
+ phone: string;
1585
+ address: unknown;
1586
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1587
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1588
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1589
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1590
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1591
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1592
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1593
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1594
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1595
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1596
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1597
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1598
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1599
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1600
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1601
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1602
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1603
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1604
+ };
1605
+ export type StoreCreateOrConnectWithoutProductVariantStoreAndPlatformPricingsInput = {
1606
+ where: Prisma.StoreWhereUniqueInput;
1607
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreAndPlatformPricingsInput>;
1608
+ };
1609
+ export type StoreUpsertWithoutProductVariantStoreAndPlatformPricingsInput = {
1610
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUncheckedUpdateWithoutProductVariantStoreAndPlatformPricingsInput>;
1611
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreAndPlatformPricingsInput>;
1612
+ where?: Prisma.StoreWhereInput;
1613
+ };
1614
+ export type StoreUpdateToOneWithWhereWithoutProductVariantStoreAndPlatformPricingsInput = {
1615
+ where?: Prisma.StoreWhereInput;
1616
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantStoreAndPlatformPricingsInput, Prisma.StoreUncheckedUpdateWithoutProductVariantStoreAndPlatformPricingsInput>;
1617
+ };
1618
+ export type StoreUpdateWithoutProductVariantStoreAndPlatformPricingsInput = {
1619
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1620
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1621
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1622
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1623
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1624
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1625
+ address?: unknown;
1626
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1627
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1628
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1629
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1630
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1631
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1632
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1633
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1634
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1635
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1636
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1637
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1638
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1639
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1640
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1641
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1642
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1643
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1644
+ };
1645
+ export type StoreUncheckedUpdateWithoutProductVariantStoreAndPlatformPricingsInput = {
1646
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1647
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1648
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1649
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1650
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1651
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1652
+ address?: unknown;
1653
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1654
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1655
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1656
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1657
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1658
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1659
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1660
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1661
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1662
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1663
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1664
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1665
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1666
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1667
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1668
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1669
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1670
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1671
+ };
1672
+ export type StoreCreateWithoutProductVariantStorePricingInput = {
1673
+ id?: bigint | number;
1674
+ createdAt?: Date | string;
1675
+ updatedAt?: Date | string;
1676
+ storeId: string;
1677
+ name: string;
1678
+ phone: string;
1679
+ address: unknown;
1680
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1681
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1682
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1683
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1684
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1685
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1686
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1687
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1688
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1689
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1690
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1691
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1692
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1693
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1694
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1695
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1696
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1697
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1698
+ };
1699
+ export type StoreUncheckedCreateWithoutProductVariantStorePricingInput = {
1700
+ id?: bigint | number;
1701
+ createdAt?: Date | string;
1702
+ updatedAt?: Date | string;
1703
+ storeId: string;
1704
+ name: string;
1705
+ phone: string;
1706
+ address: unknown;
1707
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1708
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1709
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1710
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1711
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1712
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1713
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1714
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1715
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1716
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1717
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1718
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1719
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1720
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1721
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1722
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1723
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1724
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1725
+ };
1726
+ export type StoreCreateOrConnectWithoutProductVariantStorePricingInput = {
1727
+ where: Prisma.StoreWhereUniqueInput;
1728
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStorePricingInput, Prisma.StoreUncheckedCreateWithoutProductVariantStorePricingInput>;
1729
+ };
1730
+ export type StoreUpsertWithoutProductVariantStorePricingInput = {
1731
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantStorePricingInput, Prisma.StoreUncheckedUpdateWithoutProductVariantStorePricingInput>;
1732
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStorePricingInput, Prisma.StoreUncheckedCreateWithoutProductVariantStorePricingInput>;
1733
+ where?: Prisma.StoreWhereInput;
1734
+ };
1735
+ export type StoreUpdateToOneWithWhereWithoutProductVariantStorePricingInput = {
1736
+ where?: Prisma.StoreWhereInput;
1737
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantStorePricingInput, Prisma.StoreUncheckedUpdateWithoutProductVariantStorePricingInput>;
1738
+ };
1739
+ export type StoreUpdateWithoutProductVariantStorePricingInput = {
1740
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1741
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1742
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1743
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1744
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1745
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1746
+ address?: unknown;
1747
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1748
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1749
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1750
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1751
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1752
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1753
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1754
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1755
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1756
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1757
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1758
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1759
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1760
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
1761
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1762
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1763
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1764
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1765
+ };
1766
+ export type StoreUncheckedUpdateWithoutProductVariantStorePricingInput = {
1767
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1768
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1769
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1770
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1771
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1772
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1773
+ address?: unknown;
1774
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1775
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1776
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1777
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1778
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1779
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1780
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1781
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1782
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1783
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1784
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1785
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1786
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1787
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
1788
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1789
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1790
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1791
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1792
+ };
1793
+ export type StoreCreateWithoutProductVariantStoreRankingsInput = {
1794
+ id?: bigint | number;
1795
+ createdAt?: Date | string;
1796
+ updatedAt?: Date | string;
1797
+ storeId: string;
1798
+ name: string;
1799
+ phone: string;
1800
+ address: unknown;
1801
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1802
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1803
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1804
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1805
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1806
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1807
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1808
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1809
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1810
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1811
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
1812
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1813
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1814
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1815
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1816
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1817
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1818
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1819
+ };
1820
+ export type StoreUncheckedCreateWithoutProductVariantStoreRankingsInput = {
1821
+ id?: bigint | number;
1822
+ createdAt?: Date | string;
1823
+ updatedAt?: Date | string;
1824
+ storeId: string;
1825
+ name: string;
1826
+ phone: string;
1827
+ address: unknown;
1828
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1829
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1830
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1831
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1832
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1833
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1834
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1835
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1836
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1837
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1838
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1839
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1840
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1841
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1842
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1843
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1844
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1845
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1846
+ };
1847
+ export type StoreCreateOrConnectWithoutProductVariantStoreRankingsInput = {
1848
+ where: Prisma.StoreWhereUniqueInput;
1849
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreRankingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreRankingsInput>;
1850
+ };
1851
+ export type StoreUpsertWithoutProductVariantStoreRankingsInput = {
1852
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantStoreRankingsInput, Prisma.StoreUncheckedUpdateWithoutProductVariantStoreRankingsInput>;
1853
+ create: Prisma.XOR<Prisma.StoreCreateWithoutProductVariantStoreRankingsInput, Prisma.StoreUncheckedCreateWithoutProductVariantStoreRankingsInput>;
1854
+ where?: Prisma.StoreWhereInput;
1855
+ };
1856
+ export type StoreUpdateToOneWithWhereWithoutProductVariantStoreRankingsInput = {
1857
+ where?: Prisma.StoreWhereInput;
1858
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutProductVariantStoreRankingsInput, Prisma.StoreUncheckedUpdateWithoutProductVariantStoreRankingsInput>;
1859
+ };
1860
+ export type StoreUpdateWithoutProductVariantStoreRankingsInput = {
1861
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1862
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1863
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1864
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1865
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1866
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1867
+ address?: unknown;
1868
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1869
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1870
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1871
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1872
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1873
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1874
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1875
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1876
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1877
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1878
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
1879
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
1880
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
1881
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
1882
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
1883
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
1884
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
1885
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
1886
+ };
1887
+ export type StoreUncheckedUpdateWithoutProductVariantStoreRankingsInput = {
1888
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1889
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1890
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1891
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1892
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1893
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1894
+ address?: unknown;
1895
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
1896
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1897
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
1898
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
1899
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1900
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
1901
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
1902
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
1903
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
1904
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
1905
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
1906
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
1907
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
1908
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
1909
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
1910
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
1911
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
1912
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
1913
+ };
1914
+ export type StoreCreateWithoutShippingConfigurationsInput = {
1915
+ id?: bigint | number;
1916
+ createdAt?: Date | string;
1917
+ updatedAt?: Date | string;
1918
+ storeId: string;
1919
+ name: string;
1920
+ phone: string;
1921
+ address: unknown;
1922
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
1923
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
1924
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
1925
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
1926
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
1927
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
1928
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
1929
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
1930
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
1931
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
1932
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
1933
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
1934
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
1935
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
1936
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
1937
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
1938
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
1939
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
1940
+ };
1941
+ export type StoreUncheckedCreateWithoutShippingConfigurationsInput = {
1942
+ id?: bigint | number;
1943
+ createdAt?: Date | string;
1944
+ updatedAt?: Date | string;
1945
+ storeId: string;
1946
+ name: string;
1947
+ phone: string;
1948
+ address: unknown;
1949
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
1950
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
1951
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
1952
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
1953
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
1954
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
1955
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
1956
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
1957
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
1958
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
1959
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
1960
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
1961
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
1962
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
1963
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
1964
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
1965
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
1966
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
1967
+ };
1968
+ export type StoreCreateOrConnectWithoutShippingConfigurationsInput = {
1969
+ where: Prisma.StoreWhereUniqueInput;
1970
+ create: Prisma.XOR<Prisma.StoreCreateWithoutShippingConfigurationsInput, Prisma.StoreUncheckedCreateWithoutShippingConfigurationsInput>;
1971
+ };
1972
+ export type StoreUpsertWithoutShippingConfigurationsInput = {
1973
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutShippingConfigurationsInput, Prisma.StoreUncheckedUpdateWithoutShippingConfigurationsInput>;
1974
+ create: Prisma.XOR<Prisma.StoreCreateWithoutShippingConfigurationsInput, Prisma.StoreUncheckedCreateWithoutShippingConfigurationsInput>;
1975
+ where?: Prisma.StoreWhereInput;
1976
+ };
1977
+ export type StoreUpdateToOneWithWhereWithoutShippingConfigurationsInput = {
1978
+ where?: Prisma.StoreWhereInput;
1979
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutShippingConfigurationsInput, Prisma.StoreUncheckedUpdateWithoutShippingConfigurationsInput>;
1980
+ };
1981
+ export type StoreUpdateWithoutShippingConfigurationsInput = {
1982
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
1983
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1984
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
1985
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
1986
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
1987
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
1988
+ address?: unknown;
1989
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
1990
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
1991
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
1992
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
1993
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
1994
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
1995
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
1996
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
1997
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
1998
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
1999
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2000
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2001
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2002
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2003
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2004
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2005
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2006
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2007
+ };
2008
+ export type StoreUncheckedUpdateWithoutShippingConfigurationsInput = {
2009
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2010
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2011
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2012
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2013
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2014
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2015
+ address?: unknown;
2016
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2017
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2018
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2019
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2020
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2021
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2022
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2023
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2024
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2025
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2026
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2027
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2028
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2029
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2030
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2031
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2032
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2033
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2034
+ };
2035
+ export type StoreCreateWithoutShippingLabelFeesInput = {
2036
+ id?: bigint | number;
2037
+ createdAt?: Date | string;
2038
+ updatedAt?: Date | string;
2039
+ storeId: string;
2040
+ name: string;
2041
+ phone: string;
2042
+ address: unknown;
2043
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2044
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2045
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2046
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2047
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2048
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2049
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2050
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2051
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2052
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2053
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2054
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2055
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2056
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2057
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2058
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2059
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2060
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2061
+ };
2062
+ export type StoreUncheckedCreateWithoutShippingLabelFeesInput = {
2063
+ id?: bigint | number;
2064
+ createdAt?: Date | string;
2065
+ updatedAt?: Date | string;
2066
+ storeId: string;
2067
+ name: string;
2068
+ phone: string;
2069
+ address: unknown;
2070
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2071
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2072
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2073
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2074
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2075
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2076
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2077
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2078
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2079
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2080
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2081
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2082
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2083
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2084
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2085
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2086
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2087
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2088
+ };
2089
+ export type StoreCreateOrConnectWithoutShippingLabelFeesInput = {
2090
+ where: Prisma.StoreWhereUniqueInput;
2091
+ create: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelFeesInput, Prisma.StoreUncheckedCreateWithoutShippingLabelFeesInput>;
2092
+ };
2093
+ export type StoreUpsertWithoutShippingLabelFeesInput = {
2094
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutShippingLabelFeesInput, Prisma.StoreUncheckedUpdateWithoutShippingLabelFeesInput>;
2095
+ create: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelFeesInput, Prisma.StoreUncheckedCreateWithoutShippingLabelFeesInput>;
2096
+ where?: Prisma.StoreWhereInput;
2097
+ };
2098
+ export type StoreUpdateToOneWithWhereWithoutShippingLabelFeesInput = {
2099
+ where?: Prisma.StoreWhereInput;
2100
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutShippingLabelFeesInput, Prisma.StoreUncheckedUpdateWithoutShippingLabelFeesInput>;
2101
+ };
2102
+ export type StoreUpdateWithoutShippingLabelFeesInput = {
2103
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2104
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2105
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2106
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2107
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2108
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2109
+ address?: unknown;
2110
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2111
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2112
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2113
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2114
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2115
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2116
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2117
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2118
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2119
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2120
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2121
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2122
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2123
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2124
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2125
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2126
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2127
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2128
+ };
2129
+ export type StoreUncheckedUpdateWithoutShippingLabelFeesInput = {
2130
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2131
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2132
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2133
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2134
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2135
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2136
+ address?: unknown;
2137
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2138
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2139
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2140
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2141
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2142
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2143
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2144
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2145
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2146
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2147
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2148
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2149
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2150
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2151
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2152
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2153
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2154
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2155
+ };
2156
+ export type StoreCreateWithoutShippingLabelRefundsInput = {
2157
+ id?: bigint | number;
2158
+ createdAt?: Date | string;
2159
+ updatedAt?: Date | string;
2160
+ storeId: string;
2161
+ name: string;
2162
+ phone: string;
2163
+ address: unknown;
2164
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2165
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2166
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2167
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2168
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2169
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2170
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2171
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2172
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2173
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2174
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2175
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2176
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2177
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2178
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2179
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2180
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2181
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2182
+ };
2183
+ export type StoreUncheckedCreateWithoutShippingLabelRefundsInput = {
2184
+ id?: bigint | number;
2185
+ createdAt?: Date | string;
2186
+ updatedAt?: Date | string;
2187
+ storeId: string;
2188
+ name: string;
2189
+ phone: string;
2190
+ address: unknown;
2191
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2192
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2193
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2194
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2195
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2196
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2197
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2198
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2199
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2200
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2201
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2202
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2203
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2204
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2205
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2206
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2207
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2208
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2209
+ };
2210
+ export type StoreCreateOrConnectWithoutShippingLabelRefundsInput = {
2211
+ where: Prisma.StoreWhereUniqueInput;
2212
+ create: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelRefundsInput, Prisma.StoreUncheckedCreateWithoutShippingLabelRefundsInput>;
2213
+ };
2214
+ export type StoreUpsertWithoutShippingLabelRefundsInput = {
2215
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutShippingLabelRefundsInput, Prisma.StoreUncheckedUpdateWithoutShippingLabelRefundsInput>;
2216
+ create: Prisma.XOR<Prisma.StoreCreateWithoutShippingLabelRefundsInput, Prisma.StoreUncheckedCreateWithoutShippingLabelRefundsInput>;
2217
+ where?: Prisma.StoreWhereInput;
2218
+ };
2219
+ export type StoreUpdateToOneWithWhereWithoutShippingLabelRefundsInput = {
2220
+ where?: Prisma.StoreWhereInput;
2221
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutShippingLabelRefundsInput, Prisma.StoreUncheckedUpdateWithoutShippingLabelRefundsInput>;
2222
+ };
2223
+ export type StoreUpdateWithoutShippingLabelRefundsInput = {
2224
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2225
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2226
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2227
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2228
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2229
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2230
+ address?: unknown;
2231
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2232
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2233
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2234
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2235
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2236
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2237
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2238
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2239
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2240
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2241
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2242
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2243
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2244
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2245
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2246
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2247
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2248
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2249
+ };
2250
+ export type StoreUncheckedUpdateWithoutShippingLabelRefundsInput = {
2251
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2252
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2253
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2254
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2255
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2256
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2257
+ address?: unknown;
2258
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2259
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2260
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2261
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2262
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2263
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2264
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2265
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2266
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2267
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2268
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2269
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2270
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2271
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2272
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2273
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2274
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2275
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2276
+ };
2277
+ export type StoreCreateWithoutStockLocationsInput = {
2278
+ id?: bigint | number;
2279
+ createdAt?: Date | string;
2280
+ updatedAt?: Date | string;
2281
+ storeId: string;
2282
+ name: string;
2283
+ phone: string;
2284
+ address: unknown;
2285
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2286
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2287
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2288
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2289
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2290
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2291
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2292
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2293
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2294
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2295
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2296
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2297
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2298
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2299
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2300
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2301
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2302
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2303
+ };
2304
+ export type StoreUncheckedCreateWithoutStockLocationsInput = {
2305
+ id?: bigint | number;
2306
+ createdAt?: Date | string;
2307
+ updatedAt?: Date | string;
2308
+ storeId: string;
2309
+ name: string;
2310
+ phone: string;
2311
+ address: unknown;
2312
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2313
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2314
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2315
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2316
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2317
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2318
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2319
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2320
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2321
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2322
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2323
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2324
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2325
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2326
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2327
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2328
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2329
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2330
+ };
2331
+ export type StoreCreateOrConnectWithoutStockLocationsInput = {
2332
+ where: Prisma.StoreWhereUniqueInput;
2333
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStockLocationsInput, Prisma.StoreUncheckedCreateWithoutStockLocationsInput>;
2334
+ };
2335
+ export type StoreUpsertWithoutStockLocationsInput = {
2336
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutStockLocationsInput, Prisma.StoreUncheckedUpdateWithoutStockLocationsInput>;
2337
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStockLocationsInput, Prisma.StoreUncheckedCreateWithoutStockLocationsInput>;
2338
+ where?: Prisma.StoreWhereInput;
2339
+ };
2340
+ export type StoreUpdateToOneWithWhereWithoutStockLocationsInput = {
2341
+ where?: Prisma.StoreWhereInput;
2342
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutStockLocationsInput, Prisma.StoreUncheckedUpdateWithoutStockLocationsInput>;
2343
+ };
2344
+ export type StoreUpdateWithoutStockLocationsInput = {
2345
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2346
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2347
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2348
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2349
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2350
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2351
+ address?: unknown;
2352
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2353
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2354
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2355
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2356
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2357
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2358
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2359
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2360
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2361
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2362
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2363
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2364
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2365
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2366
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2367
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2368
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2369
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2370
+ };
2371
+ export type StoreUncheckedUpdateWithoutStockLocationsInput = {
2372
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2373
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2374
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2375
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2376
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2377
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2378
+ address?: unknown;
2379
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2380
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2381
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2382
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2383
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2384
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2385
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2386
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2387
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2388
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2389
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2390
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2391
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2392
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2393
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2394
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2395
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2396
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2397
+ };
2398
+ export type StoreCreateWithoutPrepTimesInput = {
2399
+ id?: bigint | number;
2400
+ createdAt?: Date | string;
2401
+ updatedAt?: Date | string;
2402
+ storeId: string;
2403
+ name: string;
2404
+ phone: string;
2405
+ address: unknown;
2406
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2407
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2408
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2409
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2410
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2411
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2412
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2413
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2414
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2415
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2416
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2417
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2418
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2419
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2420
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2421
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2422
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2423
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2424
+ };
2425
+ export type StoreUncheckedCreateWithoutPrepTimesInput = {
2426
+ id?: bigint | number;
2427
+ createdAt?: Date | string;
2428
+ updatedAt?: Date | string;
2429
+ storeId: string;
2430
+ name: string;
2431
+ phone: string;
2432
+ address: unknown;
2433
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2434
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2435
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2436
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2437
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2438
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2439
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2440
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2441
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2442
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2443
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2444
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2445
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2446
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2447
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2448
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2449
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2450
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2451
+ };
2452
+ export type StoreCreateOrConnectWithoutPrepTimesInput = {
2453
+ where: Prisma.StoreWhereUniqueInput;
2454
+ create: Prisma.XOR<Prisma.StoreCreateWithoutPrepTimesInput, Prisma.StoreUncheckedCreateWithoutPrepTimesInput>;
2455
+ };
2456
+ export type StoreUpsertWithoutPrepTimesInput = {
2457
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutPrepTimesInput, Prisma.StoreUncheckedUpdateWithoutPrepTimesInput>;
2458
+ create: Prisma.XOR<Prisma.StoreCreateWithoutPrepTimesInput, Prisma.StoreUncheckedCreateWithoutPrepTimesInput>;
2459
+ where?: Prisma.StoreWhereInput;
2460
+ };
2461
+ export type StoreUpdateToOneWithWhereWithoutPrepTimesInput = {
2462
+ where?: Prisma.StoreWhereInput;
2463
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutPrepTimesInput, Prisma.StoreUncheckedUpdateWithoutPrepTimesInput>;
2464
+ };
2465
+ export type StoreUpdateWithoutPrepTimesInput = {
2466
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2467
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2468
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2469
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2470
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2471
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2472
+ address?: unknown;
2473
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2474
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2475
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2476
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2477
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2478
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2479
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2480
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2481
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2482
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2483
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2484
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2485
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2486
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2487
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2488
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2489
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2490
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2491
+ };
2492
+ export type StoreUncheckedUpdateWithoutPrepTimesInput = {
2493
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2494
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2495
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2496
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2497
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2498
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2499
+ address?: unknown;
2500
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2501
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2502
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2503
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2504
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2505
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2506
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2507
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2508
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2509
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2510
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2511
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2512
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2513
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2514
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2515
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2516
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2517
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2518
+ };
2519
+ export type StoreCreateWithoutPvStoreScheduledAvailabilityInput = {
2520
+ id?: bigint | number;
2521
+ createdAt?: Date | string;
2522
+ updatedAt?: Date | string;
2523
+ storeId: string;
2524
+ name: string;
2525
+ phone: string;
2526
+ address: unknown;
2527
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2528
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2529
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2530
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2531
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2532
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2533
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2534
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2535
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2536
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2537
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2538
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2539
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2540
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2541
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2542
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2543
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2544
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2545
+ };
2546
+ export type StoreUncheckedCreateWithoutPvStoreScheduledAvailabilityInput = {
2547
+ id?: bigint | number;
2548
+ createdAt?: Date | string;
2549
+ updatedAt?: Date | string;
2550
+ storeId: string;
2551
+ name: string;
2552
+ phone: string;
2553
+ address: unknown;
2554
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2555
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2556
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2557
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2558
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2559
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2560
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2561
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2562
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2563
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2564
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2565
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2566
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2567
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2568
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2569
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2570
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2571
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2572
+ };
2573
+ export type StoreCreateOrConnectWithoutPvStoreScheduledAvailabilityInput = {
2574
+ where: Prisma.StoreWhereUniqueInput;
2575
+ create: Prisma.XOR<Prisma.StoreCreateWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUncheckedCreateWithoutPvStoreScheduledAvailabilityInput>;
2576
+ };
2577
+ export type StoreUpsertWithoutPvStoreScheduledAvailabilityInput = {
2578
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUncheckedUpdateWithoutPvStoreScheduledAvailabilityInput>;
2579
+ create: Prisma.XOR<Prisma.StoreCreateWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUncheckedCreateWithoutPvStoreScheduledAvailabilityInput>;
2580
+ where?: Prisma.StoreWhereInput;
2581
+ };
2582
+ export type StoreUpdateToOneWithWhereWithoutPvStoreScheduledAvailabilityInput = {
2583
+ where?: Prisma.StoreWhereInput;
2584
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutPvStoreScheduledAvailabilityInput, Prisma.StoreUncheckedUpdateWithoutPvStoreScheduledAvailabilityInput>;
2585
+ };
2586
+ export type StoreUpdateWithoutPvStoreScheduledAvailabilityInput = {
2587
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2588
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2589
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2590
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2591
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2592
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2593
+ address?: unknown;
2594
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2595
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2596
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2597
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2598
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2599
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2600
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2601
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2602
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2603
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2604
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2605
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2606
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2607
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2608
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2609
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2610
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2611
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2612
+ };
2613
+ export type StoreUncheckedUpdateWithoutPvStoreScheduledAvailabilityInput = {
2614
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2615
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2616
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2617
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2618
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2619
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2620
+ address?: unknown;
2621
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2622
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2623
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2624
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2625
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2626
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2627
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2628
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2629
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2630
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2631
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2632
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2633
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2634
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2635
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2636
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2637
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2638
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2639
+ };
2640
+ export type StoreCreateWithoutStoreRestockingSchedulesInput = {
2641
+ id?: bigint | number;
2642
+ createdAt?: Date | string;
2643
+ updatedAt?: Date | string;
2644
+ storeId: string;
2645
+ name: string;
2646
+ phone: string;
2647
+ address: unknown;
2648
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2649
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2650
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2651
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2652
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2653
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2654
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2655
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2656
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2657
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2658
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2659
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2660
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2661
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2662
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2663
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2664
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2665
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2666
+ };
2667
+ export type StoreUncheckedCreateWithoutStoreRestockingSchedulesInput = {
2668
+ id?: bigint | number;
2669
+ createdAt?: Date | string;
2670
+ updatedAt?: Date | string;
2671
+ storeId: string;
2672
+ name: string;
2673
+ phone: string;
2674
+ address: unknown;
2675
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2676
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2677
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2678
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2679
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2680
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2681
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2682
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2683
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2684
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2685
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2686
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2687
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2688
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2689
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2690
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2691
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2692
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2693
+ };
2694
+ export type StoreCreateOrConnectWithoutStoreRestockingSchedulesInput = {
2695
+ where: Prisma.StoreWhereUniqueInput;
2696
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStoreRestockingSchedulesInput, Prisma.StoreUncheckedCreateWithoutStoreRestockingSchedulesInput>;
2697
+ };
2698
+ export type StoreUpsertWithoutStoreRestockingSchedulesInput = {
2699
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutStoreRestockingSchedulesInput, Prisma.StoreUncheckedUpdateWithoutStoreRestockingSchedulesInput>;
2700
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStoreRestockingSchedulesInput, Prisma.StoreUncheckedCreateWithoutStoreRestockingSchedulesInput>;
2701
+ where?: Prisma.StoreWhereInput;
2702
+ };
2703
+ export type StoreUpdateToOneWithWhereWithoutStoreRestockingSchedulesInput = {
2704
+ where?: Prisma.StoreWhereInput;
2705
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutStoreRestockingSchedulesInput, Prisma.StoreUncheckedUpdateWithoutStoreRestockingSchedulesInput>;
2706
+ };
2707
+ export type StoreUpdateWithoutStoreRestockingSchedulesInput = {
2708
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2709
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2710
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2711
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2712
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2713
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2714
+ address?: unknown;
2715
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2716
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2717
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2718
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2719
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2720
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2721
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2722
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2723
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2724
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2725
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2726
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2727
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2728
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2729
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2730
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2731
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2732
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2733
+ };
2734
+ export type StoreUncheckedUpdateWithoutStoreRestockingSchedulesInput = {
2735
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2736
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2737
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2738
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2739
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2740
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2741
+ address?: unknown;
2742
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2743
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2744
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2745
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2746
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2747
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2748
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2749
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2750
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2751
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2752
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2753
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2754
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2755
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2756
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2757
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2758
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2759
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2760
+ };
2761
+ export type StoreCreateWithoutStoreToAssociatedStoreTypesInput = {
2762
+ id?: bigint | number;
2763
+ createdAt?: Date | string;
2764
+ updatedAt?: Date | string;
2765
+ storeId: string;
2766
+ name: string;
2767
+ phone: string;
2768
+ address: unknown;
2769
+ storeToPlatform?: Prisma.StoreToPlatformCreateNestedManyWithoutStoreInput;
2770
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2771
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2772
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2773
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2774
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2775
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2776
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2777
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2778
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2779
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2780
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2781
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2782
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2783
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2784
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2785
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2786
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2787
+ };
2788
+ export type StoreUncheckedCreateWithoutStoreToAssociatedStoreTypesInput = {
2789
+ id?: bigint | number;
2790
+ createdAt?: Date | string;
2791
+ updatedAt?: Date | string;
2792
+ storeId: string;
2793
+ name: string;
2794
+ phone: string;
2795
+ address: unknown;
2796
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput;
2797
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2798
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2799
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2800
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2801
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2802
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2803
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2804
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2805
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2806
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2807
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2808
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2809
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2810
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2811
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2812
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2813
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2814
+ };
2815
+ export type StoreCreateOrConnectWithoutStoreToAssociatedStoreTypesInput = {
2816
+ where: Prisma.StoreWhereUniqueInput;
2817
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUncheckedCreateWithoutStoreToAssociatedStoreTypesInput>;
2818
+ };
2819
+ export type StoreUpsertWithoutStoreToAssociatedStoreTypesInput = {
2820
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUncheckedUpdateWithoutStoreToAssociatedStoreTypesInput>;
2821
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUncheckedCreateWithoutStoreToAssociatedStoreTypesInput>;
2822
+ where?: Prisma.StoreWhereInput;
2823
+ };
2824
+ export type StoreUpdateToOneWithWhereWithoutStoreToAssociatedStoreTypesInput = {
2825
+ where?: Prisma.StoreWhereInput;
2826
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutStoreToAssociatedStoreTypesInput, Prisma.StoreUncheckedUpdateWithoutStoreToAssociatedStoreTypesInput>;
2827
+ };
2828
+ export type StoreUpdateWithoutStoreToAssociatedStoreTypesInput = {
2829
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2830
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2831
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2832
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2833
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2834
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2835
+ address?: unknown;
2836
+ storeToPlatform?: Prisma.StoreToPlatformUpdateManyWithoutStoreNestedInput;
2837
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2838
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2839
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2840
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2841
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2842
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2843
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2844
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2845
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2846
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2847
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2848
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2849
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2850
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2851
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2852
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2853
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2854
+ };
2855
+ export type StoreUncheckedUpdateWithoutStoreToAssociatedStoreTypesInput = {
2856
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2857
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2858
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2859
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2860
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2861
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2862
+ address?: unknown;
2863
+ storeToPlatform?: Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput;
2864
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2865
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2866
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2867
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2868
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2869
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2870
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2871
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2872
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2873
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2874
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2875
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2876
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2877
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2878
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
2879
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
2880
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
2881
+ };
2882
+ export type StoreCreateWithoutStoreToPlatformInput = {
2883
+ id?: bigint | number;
2884
+ createdAt?: Date | string;
2885
+ updatedAt?: Date | string;
2886
+ storeId: string;
2887
+ name: string;
2888
+ phone: string;
2889
+ address: unknown;
2890
+ administratorToStore?: Prisma.AdministratorToStoreCreateNestedManyWithoutStoreInput;
2891
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingCreateNestedManyWithoutStoreInput;
2892
+ stockLocations?: Prisma.StockLocationCreateNestedManyWithoutStoreInput;
2893
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationCreateNestedManyWithoutStoreInput;
2894
+ customProducts?: Prisma.ProductCreateNestedManyWithoutStoreOwnerInput;
2895
+ thirdPartyPlatforms?: Prisma.PlatformCreateNestedManyWithoutAssociatedStoreInput;
2896
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingCreateNestedManyWithoutStoreInput;
2897
+ ingredientToStores?: Prisma.IngredientToStoreCreateNestedManyWithoutStoreInput;
2898
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleCreateNestedManyWithoutStoreInput;
2899
+ shippingConfigurations?: Prisma.ShippingConfigurationCreateNestedManyWithoutStoreInput;
2900
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput;
2901
+ modifierGroups?: Prisma.ModifierGroupCreateNestedManyWithoutStoreInput;
2902
+ prepTimes?: Prisma.PrepTimeCreateNestedManyWithoutStoreInput;
2903
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingCreateNestedManyWithoutStoreInput;
2904
+ shippingLabelFees?: Prisma.ShippingLabelFeeCreateNestedManyWithoutStoreInput;
2905
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundCreateNestedManyWithoutStoreInput;
2906
+ featureFlags?: Prisma.FeatureFlagCreateNestedManyWithoutStoreInput;
2907
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput;
2908
+ };
2909
+ export type StoreUncheckedCreateWithoutStoreToPlatformInput = {
2910
+ id?: bigint | number;
2911
+ createdAt?: Date | string;
2912
+ updatedAt?: Date | string;
2913
+ storeId: string;
2914
+ name: string;
2915
+ phone: string;
2916
+ address: unknown;
2917
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedCreateNestedManyWithoutStoreInput;
2918
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput;
2919
+ stockLocations?: Prisma.StockLocationUncheckedCreateNestedManyWithoutStoreInput;
2920
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2921
+ customProducts?: Prisma.ProductUncheckedCreateNestedManyWithoutStoreOwnerInput;
2922
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedCreateNestedManyWithoutAssociatedStoreInput;
2923
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedCreateNestedManyWithoutStoreInput;
2924
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedCreateNestedManyWithoutStoreInput;
2925
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedCreateNestedManyWithoutStoreInput;
2926
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedCreateNestedManyWithoutStoreInput;
2927
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput;
2928
+ modifierGroups?: Prisma.ModifierGroupUncheckedCreateNestedManyWithoutStoreInput;
2929
+ prepTimes?: Prisma.PrepTimeUncheckedCreateNestedManyWithoutStoreInput;
2930
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedCreateNestedManyWithoutStoreInput;
2931
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedCreateNestedManyWithoutStoreInput;
2932
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedCreateNestedManyWithoutStoreInput;
2933
+ featureFlags?: Prisma.FeatureFlagUncheckedCreateNestedManyWithoutStoreInput;
2934
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput;
2935
+ };
2936
+ export type StoreCreateOrConnectWithoutStoreToPlatformInput = {
2937
+ where: Prisma.StoreWhereUniqueInput;
2938
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStoreToPlatformInput, Prisma.StoreUncheckedCreateWithoutStoreToPlatformInput>;
2939
+ };
2940
+ export type StoreUpsertWithoutStoreToPlatformInput = {
2941
+ update: Prisma.XOR<Prisma.StoreUpdateWithoutStoreToPlatformInput, Prisma.StoreUncheckedUpdateWithoutStoreToPlatformInput>;
2942
+ create: Prisma.XOR<Prisma.StoreCreateWithoutStoreToPlatformInput, Prisma.StoreUncheckedCreateWithoutStoreToPlatformInput>;
2943
+ where?: Prisma.StoreWhereInput;
2944
+ };
2945
+ export type StoreUpdateToOneWithWhereWithoutStoreToPlatformInput = {
2946
+ where?: Prisma.StoreWhereInput;
2947
+ data: Prisma.XOR<Prisma.StoreUpdateWithoutStoreToPlatformInput, Prisma.StoreUncheckedUpdateWithoutStoreToPlatformInput>;
2948
+ };
2949
+ export type StoreUpdateWithoutStoreToPlatformInput = {
2950
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2951
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2952
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2953
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2954
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2955
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2956
+ address?: unknown;
2957
+ administratorToStore?: Prisma.AdministratorToStoreUpdateManyWithoutStoreNestedInput;
2958
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUpdateManyWithoutStoreNestedInput;
2959
+ stockLocations?: Prisma.StockLocationUpdateManyWithoutStoreNestedInput;
2960
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUpdateManyWithoutStoreNestedInput;
2961
+ customProducts?: Prisma.ProductUpdateManyWithoutStoreOwnerNestedInput;
2962
+ thirdPartyPlatforms?: Prisma.PlatformUpdateManyWithoutAssociatedStoreNestedInput;
2963
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUpdateManyWithoutStoreNestedInput;
2964
+ ingredientToStores?: Prisma.IngredientToStoreUpdateManyWithoutStoreNestedInput;
2965
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUpdateManyWithoutStoreNestedInput;
2966
+ shippingConfigurations?: Prisma.ShippingConfigurationUpdateManyWithoutStoreNestedInput;
2967
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput;
2968
+ modifierGroups?: Prisma.ModifierGroupUpdateManyWithoutStoreNestedInput;
2969
+ prepTimes?: Prisma.PrepTimeUpdateManyWithoutStoreNestedInput;
2970
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUpdateManyWithoutStoreNestedInput;
2971
+ shippingLabelFees?: Prisma.ShippingLabelFeeUpdateManyWithoutStoreNestedInput;
2972
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUpdateManyWithoutStoreNestedInput;
2973
+ featureFlags?: Prisma.FeatureFlagUpdateManyWithoutStoreNestedInput;
2974
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput;
2975
+ };
2976
+ export type StoreUncheckedUpdateWithoutStoreToPlatformInput = {
2977
+ id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
2978
+ createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2979
+ updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
2980
+ storeId?: Prisma.StringFieldUpdateOperationsInput | string;
2981
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
2982
+ phone?: Prisma.StringFieldUpdateOperationsInput | string;
2983
+ address?: unknown;
2984
+ administratorToStore?: Prisma.AdministratorToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2985
+ productVariantStorePricing?: Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput;
2986
+ stockLocations?: Prisma.StockLocationUncheckedUpdateManyWithoutStoreNestedInput;
2987
+ productVariantConfigurations?: Prisma.ProductVariantConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2988
+ customProducts?: Prisma.ProductUncheckedUpdateManyWithoutStoreOwnerNestedInput;
2989
+ thirdPartyPlatforms?: Prisma.PlatformUncheckedUpdateManyWithoutAssociatedStoreNestedInput;
2990
+ productVariantStoreAndPlatformPricings?: Prisma.ProductVariantStoreAndPlatformPricingUncheckedUpdateManyWithoutStoreNestedInput;
2991
+ ingredientToStores?: Prisma.IngredientToStoreUncheckedUpdateManyWithoutStoreNestedInput;
2992
+ storeRestockingSchedules?: Prisma.StoreRestockingScheduleUncheckedUpdateManyWithoutStoreNestedInput;
2993
+ shippingConfigurations?: Prisma.ShippingConfigurationUncheckedUpdateManyWithoutStoreNestedInput;
2994
+ storeToAssociatedStoreTypes?: Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput;
2995
+ modifierGroups?: Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput;
2996
+ prepTimes?: Prisma.PrepTimeUncheckedUpdateManyWithoutStoreNestedInput;
2997
+ productVariantStoreRankings?: Prisma.ProductVariantStoreRankingUncheckedUpdateManyWithoutStoreNestedInput;
2998
+ shippingLabelFees?: Prisma.ShippingLabelFeeUncheckedUpdateManyWithoutStoreNestedInput;
2999
+ shippingLabelRefunds?: Prisma.ShippingLabelRefundUncheckedUpdateManyWithoutStoreNestedInput;
3000
+ featureFlags?: Prisma.FeatureFlagUncheckedUpdateManyWithoutStoreNestedInput;
3001
+ pvStoreScheduledAvailability?: Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput;
3002
+ };
3003
+ /**
3004
+ * Count Type StoreCountOutputType
3005
+ */
3006
+ export type StoreCountOutputType = {
3007
+ storeToPlatform: number;
3008
+ administratorToStore: number;
3009
+ productVariantStorePricing: number;
3010
+ stockLocations: number;
3011
+ productVariantConfigurations: number;
3012
+ customProducts: number;
3013
+ thirdPartyPlatforms: number;
3014
+ productVariantStoreAndPlatformPricings: number;
3015
+ ingredientToStores: number;
3016
+ storeRestockingSchedules: number;
3017
+ shippingConfigurations: number;
3018
+ storeToAssociatedStoreTypes: number;
3019
+ modifierGroups: number;
3020
+ prepTimes: number;
3021
+ productVariantStoreRankings: number;
3022
+ shippingLabelFees: number;
3023
+ shippingLabelRefunds: number;
3024
+ featureFlags: number;
3025
+ pvStoreScheduledAvailability: number;
3026
+ };
3027
+ export type StoreCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3028
+ storeToPlatform?: boolean | StoreCountOutputTypeCountStoreToPlatformArgs;
3029
+ administratorToStore?: boolean | StoreCountOutputTypeCountAdministratorToStoreArgs;
3030
+ productVariantStorePricing?: boolean | StoreCountOutputTypeCountProductVariantStorePricingArgs;
3031
+ stockLocations?: boolean | StoreCountOutputTypeCountStockLocationsArgs;
3032
+ productVariantConfigurations?: boolean | StoreCountOutputTypeCountProductVariantConfigurationsArgs;
3033
+ customProducts?: boolean | StoreCountOutputTypeCountCustomProductsArgs;
3034
+ thirdPartyPlatforms?: boolean | StoreCountOutputTypeCountThirdPartyPlatformsArgs;
3035
+ productVariantStoreAndPlatformPricings?: boolean | StoreCountOutputTypeCountProductVariantStoreAndPlatformPricingsArgs;
3036
+ ingredientToStores?: boolean | StoreCountOutputTypeCountIngredientToStoresArgs;
3037
+ storeRestockingSchedules?: boolean | StoreCountOutputTypeCountStoreRestockingSchedulesArgs;
3038
+ shippingConfigurations?: boolean | StoreCountOutputTypeCountShippingConfigurationsArgs;
3039
+ storeToAssociatedStoreTypes?: boolean | StoreCountOutputTypeCountStoreToAssociatedStoreTypesArgs;
3040
+ modifierGroups?: boolean | StoreCountOutputTypeCountModifierGroupsArgs;
3041
+ prepTimes?: boolean | StoreCountOutputTypeCountPrepTimesArgs;
3042
+ productVariantStoreRankings?: boolean | StoreCountOutputTypeCountProductVariantStoreRankingsArgs;
3043
+ shippingLabelFees?: boolean | StoreCountOutputTypeCountShippingLabelFeesArgs;
3044
+ shippingLabelRefunds?: boolean | StoreCountOutputTypeCountShippingLabelRefundsArgs;
3045
+ featureFlags?: boolean | StoreCountOutputTypeCountFeatureFlagsArgs;
3046
+ pvStoreScheduledAvailability?: boolean | StoreCountOutputTypeCountPvStoreScheduledAvailabilityArgs;
3047
+ };
3048
+ /**
3049
+ * StoreCountOutputType without action
3050
+ */
3051
+ export type StoreCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3052
+ /**
3053
+ * Select specific fields to fetch from the StoreCountOutputType
3054
+ */
3055
+ select?: Prisma.StoreCountOutputTypeSelect<ExtArgs> | null;
3056
+ };
3057
+ /**
3058
+ * StoreCountOutputType without action
3059
+ */
3060
+ export type StoreCountOutputTypeCountStoreToPlatformArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3061
+ where?: Prisma.StoreToPlatformWhereInput;
3062
+ };
3063
+ /**
3064
+ * StoreCountOutputType without action
3065
+ */
3066
+ export type StoreCountOutputTypeCountAdministratorToStoreArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3067
+ where?: Prisma.AdministratorToStoreWhereInput;
3068
+ };
3069
+ /**
3070
+ * StoreCountOutputType without action
3071
+ */
3072
+ export type StoreCountOutputTypeCountProductVariantStorePricingArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3073
+ where?: Prisma.ProductVariantStorePricingWhereInput;
3074
+ };
3075
+ /**
3076
+ * StoreCountOutputType without action
3077
+ */
3078
+ export type StoreCountOutputTypeCountStockLocationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3079
+ where?: Prisma.StockLocationWhereInput;
3080
+ };
3081
+ /**
3082
+ * StoreCountOutputType without action
3083
+ */
3084
+ export type StoreCountOutputTypeCountProductVariantConfigurationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3085
+ where?: Prisma.ProductVariantConfigurationWhereInput;
3086
+ };
3087
+ /**
3088
+ * StoreCountOutputType without action
3089
+ */
3090
+ export type StoreCountOutputTypeCountCustomProductsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3091
+ where?: Prisma.ProductWhereInput;
3092
+ };
3093
+ /**
3094
+ * StoreCountOutputType without action
3095
+ */
3096
+ export type StoreCountOutputTypeCountThirdPartyPlatformsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3097
+ where?: Prisma.PlatformWhereInput;
3098
+ };
3099
+ /**
3100
+ * StoreCountOutputType without action
3101
+ */
3102
+ export type StoreCountOutputTypeCountProductVariantStoreAndPlatformPricingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3103
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
3104
+ };
3105
+ /**
3106
+ * StoreCountOutputType without action
3107
+ */
3108
+ export type StoreCountOutputTypeCountIngredientToStoresArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3109
+ where?: Prisma.IngredientToStoreWhereInput;
3110
+ };
3111
+ /**
3112
+ * StoreCountOutputType without action
3113
+ */
3114
+ export type StoreCountOutputTypeCountStoreRestockingSchedulesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3115
+ where?: Prisma.StoreRestockingScheduleWhereInput;
3116
+ };
3117
+ /**
3118
+ * StoreCountOutputType without action
3119
+ */
3120
+ export type StoreCountOutputTypeCountShippingConfigurationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3121
+ where?: Prisma.ShippingConfigurationWhereInput;
3122
+ };
3123
+ /**
3124
+ * StoreCountOutputType without action
3125
+ */
3126
+ export type StoreCountOutputTypeCountStoreToAssociatedStoreTypesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3127
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
3128
+ };
3129
+ /**
3130
+ * StoreCountOutputType without action
3131
+ */
3132
+ export type StoreCountOutputTypeCountModifierGroupsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3133
+ where?: Prisma.ModifierGroupWhereInput;
3134
+ };
3135
+ /**
3136
+ * StoreCountOutputType without action
3137
+ */
3138
+ export type StoreCountOutputTypeCountPrepTimesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3139
+ where?: Prisma.PrepTimeWhereInput;
3140
+ };
3141
+ /**
3142
+ * StoreCountOutputType without action
3143
+ */
3144
+ export type StoreCountOutputTypeCountProductVariantStoreRankingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3145
+ where?: Prisma.ProductVariantStoreRankingWhereInput;
3146
+ };
3147
+ /**
3148
+ * StoreCountOutputType without action
3149
+ */
3150
+ export type StoreCountOutputTypeCountShippingLabelFeesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3151
+ where?: Prisma.ShippingLabelFeeWhereInput;
3152
+ };
3153
+ /**
3154
+ * StoreCountOutputType without action
3155
+ */
3156
+ export type StoreCountOutputTypeCountShippingLabelRefundsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3157
+ where?: Prisma.ShippingLabelRefundWhereInput;
3158
+ };
3159
+ /**
3160
+ * StoreCountOutputType without action
3161
+ */
3162
+ export type StoreCountOutputTypeCountFeatureFlagsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3163
+ where?: Prisma.FeatureFlagWhereInput;
3164
+ };
3165
+ /**
3166
+ * StoreCountOutputType without action
3167
+ */
3168
+ export type StoreCountOutputTypeCountPvStoreScheduledAvailabilityArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3169
+ where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
3170
+ };
3171
+ export type StoreSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
3172
+ id?: boolean;
3173
+ createdAt?: boolean;
3174
+ updatedAt?: boolean;
3175
+ storeId?: boolean;
3176
+ name?: boolean;
3177
+ phone?: boolean;
3178
+ address?: boolean;
3179
+ storeToPlatform?: boolean | Prisma.Store$storeToPlatformArgs<ExtArgs>;
3180
+ administratorToStore?: boolean | Prisma.Store$administratorToStoreArgs<ExtArgs>;
3181
+ productVariantStorePricing?: boolean | Prisma.Store$productVariantStorePricingArgs<ExtArgs>;
3182
+ stockLocations?: boolean | Prisma.Store$stockLocationsArgs<ExtArgs>;
3183
+ productVariantConfigurations?: boolean | Prisma.Store$productVariantConfigurationsArgs<ExtArgs>;
3184
+ customProducts?: boolean | Prisma.Store$customProductsArgs<ExtArgs>;
3185
+ thirdPartyPlatforms?: boolean | Prisma.Store$thirdPartyPlatformsArgs<ExtArgs>;
3186
+ productVariantStoreAndPlatformPricings?: boolean | Prisma.Store$productVariantStoreAndPlatformPricingsArgs<ExtArgs>;
3187
+ ingredientToStores?: boolean | Prisma.Store$ingredientToStoresArgs<ExtArgs>;
3188
+ storeRestockingSchedules?: boolean | Prisma.Store$storeRestockingSchedulesArgs<ExtArgs>;
3189
+ shippingConfigurations?: boolean | Prisma.Store$shippingConfigurationsArgs<ExtArgs>;
3190
+ storeToAssociatedStoreTypes?: boolean | Prisma.Store$storeToAssociatedStoreTypesArgs<ExtArgs>;
3191
+ modifierGroups?: boolean | Prisma.Store$modifierGroupsArgs<ExtArgs>;
3192
+ prepTimes?: boolean | Prisma.Store$prepTimesArgs<ExtArgs>;
3193
+ productVariantStoreRankings?: boolean | Prisma.Store$productVariantStoreRankingsArgs<ExtArgs>;
3194
+ shippingLabelFees?: boolean | Prisma.Store$shippingLabelFeesArgs<ExtArgs>;
3195
+ shippingLabelRefunds?: boolean | Prisma.Store$shippingLabelRefundsArgs<ExtArgs>;
3196
+ featureFlags?: boolean | Prisma.Store$featureFlagsArgs<ExtArgs>;
3197
+ pvStoreScheduledAvailability?: boolean | Prisma.Store$pvStoreScheduledAvailabilityArgs<ExtArgs>;
3198
+ _count?: boolean | Prisma.StoreCountOutputTypeDefaultArgs<ExtArgs>;
3199
+ }, ExtArgs["result"]["store"]>;
3200
+ export type StoreSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
3201
+ id?: boolean;
3202
+ createdAt?: boolean;
3203
+ updatedAt?: boolean;
3204
+ storeId?: boolean;
3205
+ name?: boolean;
3206
+ phone?: boolean;
3207
+ address?: boolean;
3208
+ }, ExtArgs["result"]["store"]>;
3209
+ export type StoreSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
3210
+ id?: boolean;
3211
+ createdAt?: boolean;
3212
+ updatedAt?: boolean;
3213
+ storeId?: boolean;
3214
+ name?: boolean;
3215
+ phone?: boolean;
3216
+ address?: boolean;
3217
+ }, ExtArgs["result"]["store"]>;
3218
+ export type StoreSelectScalar = {
3219
+ id?: boolean;
3220
+ createdAt?: boolean;
3221
+ updatedAt?: boolean;
3222
+ storeId?: boolean;
3223
+ name?: boolean;
3224
+ phone?: boolean;
3225
+ address?: boolean;
3226
+ };
3227
+ export type StoreOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "storeId" | "name" | "phone" | "address", ExtArgs["result"]["store"]>;
3228
+ export type StoreInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3229
+ storeToPlatform?: boolean | Prisma.Store$storeToPlatformArgs<ExtArgs>;
3230
+ administratorToStore?: boolean | Prisma.Store$administratorToStoreArgs<ExtArgs>;
3231
+ productVariantStorePricing?: boolean | Prisma.Store$productVariantStorePricingArgs<ExtArgs>;
3232
+ stockLocations?: boolean | Prisma.Store$stockLocationsArgs<ExtArgs>;
3233
+ productVariantConfigurations?: boolean | Prisma.Store$productVariantConfigurationsArgs<ExtArgs>;
3234
+ customProducts?: boolean | Prisma.Store$customProductsArgs<ExtArgs>;
3235
+ thirdPartyPlatforms?: boolean | Prisma.Store$thirdPartyPlatformsArgs<ExtArgs>;
3236
+ productVariantStoreAndPlatformPricings?: boolean | Prisma.Store$productVariantStoreAndPlatformPricingsArgs<ExtArgs>;
3237
+ ingredientToStores?: boolean | Prisma.Store$ingredientToStoresArgs<ExtArgs>;
3238
+ storeRestockingSchedules?: boolean | Prisma.Store$storeRestockingSchedulesArgs<ExtArgs>;
3239
+ shippingConfigurations?: boolean | Prisma.Store$shippingConfigurationsArgs<ExtArgs>;
3240
+ storeToAssociatedStoreTypes?: boolean | Prisma.Store$storeToAssociatedStoreTypesArgs<ExtArgs>;
3241
+ modifierGroups?: boolean | Prisma.Store$modifierGroupsArgs<ExtArgs>;
3242
+ prepTimes?: boolean | Prisma.Store$prepTimesArgs<ExtArgs>;
3243
+ productVariantStoreRankings?: boolean | Prisma.Store$productVariantStoreRankingsArgs<ExtArgs>;
3244
+ shippingLabelFees?: boolean | Prisma.Store$shippingLabelFeesArgs<ExtArgs>;
3245
+ shippingLabelRefunds?: boolean | Prisma.Store$shippingLabelRefundsArgs<ExtArgs>;
3246
+ featureFlags?: boolean | Prisma.Store$featureFlagsArgs<ExtArgs>;
3247
+ pvStoreScheduledAvailability?: boolean | Prisma.Store$pvStoreScheduledAvailabilityArgs<ExtArgs>;
3248
+ _count?: boolean | Prisma.StoreCountOutputTypeDefaultArgs<ExtArgs>;
3249
+ };
3250
+ export type StoreIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
3251
+ export type StoreIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
3252
+ export type $StorePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3253
+ name: "Store";
3254
+ objects: {
3255
+ storeToPlatform: Prisma.$StoreToPlatformPayload<ExtArgs>[];
3256
+ administratorToStore: Prisma.$AdministratorToStorePayload<ExtArgs>[];
3257
+ productVariantStorePricing: Prisma.$ProductVariantStorePricingPayload<ExtArgs>[];
3258
+ stockLocations: Prisma.$StockLocationPayload<ExtArgs>[];
3259
+ productVariantConfigurations: Prisma.$ProductVariantConfigurationPayload<ExtArgs>[];
3260
+ customProducts: Prisma.$ProductPayload<ExtArgs>[];
3261
+ thirdPartyPlatforms: Prisma.$PlatformPayload<ExtArgs>[];
3262
+ productVariantStoreAndPlatformPricings: Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>[];
3263
+ ingredientToStores: Prisma.$IngredientToStorePayload<ExtArgs>[];
3264
+ storeRestockingSchedules: Prisma.$StoreRestockingSchedulePayload<ExtArgs>[];
3265
+ shippingConfigurations: Prisma.$ShippingConfigurationPayload<ExtArgs>[];
3266
+ storeToAssociatedStoreTypes: Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>[];
3267
+ modifierGroups: Prisma.$ModifierGroupPayload<ExtArgs>[];
3268
+ prepTimes: Prisma.$PrepTimePayload<ExtArgs>[];
3269
+ productVariantStoreRankings: Prisma.$ProductVariantStoreRankingPayload<ExtArgs>[];
3270
+ shippingLabelFees: Prisma.$ShippingLabelFeePayload<ExtArgs>[];
3271
+ shippingLabelRefunds: Prisma.$ShippingLabelRefundPayload<ExtArgs>[];
3272
+ featureFlags: Prisma.$FeatureFlagPayload<ExtArgs>[];
3273
+ pvStoreScheduledAvailability: Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>[];
3274
+ };
3275
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
3276
+ id: bigint;
3277
+ createdAt: Date;
3278
+ updatedAt: Date;
3279
+ storeId: string;
3280
+ name: string;
3281
+ phone: string;
3282
+ address: unknown;
3283
+ }, ExtArgs["result"]["store"]>;
3284
+ composites: {};
3285
+ };
3286
+ export type StoreGetPayload<S extends boolean | null | undefined | StoreDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$StorePayload, S>;
3287
+ export type StoreCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<StoreFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
3288
+ select?: StoreCountAggregateInputType | true;
3289
+ };
3290
+ export interface StoreDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
3291
+ [K: symbol]: {
3292
+ types: Prisma.TypeMap<ExtArgs>['model']['Store'];
3293
+ meta: {
3294
+ name: 'Store';
3295
+ };
3296
+ };
3297
+ /**
3298
+ * Find zero or one Store that matches the filter.
3299
+ * @param {StoreFindUniqueArgs} args - Arguments to find a Store
3300
+ * @example
3301
+ * // Get one Store
3302
+ * const store = await prisma.store.findUnique({
3303
+ * where: {
3304
+ * // ... provide filter here
3305
+ * }
3306
+ * })
3307
+ */
3308
+ findUnique<T extends StoreFindUniqueArgs>(args: Prisma.SelectSubset<T, StoreFindUniqueArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
3309
+ /**
3310
+ * Find one Store that matches the filter or throw an error with `error.code='P2025'`
3311
+ * if no matches were found.
3312
+ * @param {StoreFindUniqueOrThrowArgs} args - Arguments to find a Store
3313
+ * @example
3314
+ * // Get one Store
3315
+ * const store = await prisma.store.findUniqueOrThrow({
3316
+ * where: {
3317
+ * // ... provide filter here
3318
+ * }
3319
+ * })
3320
+ */
3321
+ findUniqueOrThrow<T extends StoreFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, StoreFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
3322
+ /**
3323
+ * Find the first Store that matches the filter.
3324
+ * Note, that providing `undefined` is treated as the value not being there.
3325
+ * Read more here: https://pris.ly/d/null-undefined
3326
+ * @param {StoreFindFirstArgs} args - Arguments to find a Store
3327
+ * @example
3328
+ * // Get one Store
3329
+ * const store = await prisma.store.findFirst({
3330
+ * where: {
3331
+ * // ... provide filter here
3332
+ * }
3333
+ * })
3334
+ */
3335
+ findFirst<T extends StoreFindFirstArgs>(args?: Prisma.SelectSubset<T, StoreFindFirstArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
3336
+ /**
3337
+ * Find the first Store that matches the filter or
3338
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
3339
+ * Note, that providing `undefined` is treated as the value not being there.
3340
+ * Read more here: https://pris.ly/d/null-undefined
3341
+ * @param {StoreFindFirstOrThrowArgs} args - Arguments to find a Store
3342
+ * @example
3343
+ * // Get one Store
3344
+ * const store = await prisma.store.findFirstOrThrow({
3345
+ * where: {
3346
+ * // ... provide filter here
3347
+ * }
3348
+ * })
3349
+ */
3350
+ findFirstOrThrow<T extends StoreFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, StoreFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
3351
+ /**
3352
+ * Find zero or more Stores that matches the filter.
3353
+ * Note, that providing `undefined` is treated as the value not being there.
3354
+ * Read more here: https://pris.ly/d/null-undefined
3355
+ * @param {StoreFindManyArgs} args - Arguments to filter and select certain fields only.
3356
+ * @example
3357
+ * // Get all Stores
3358
+ * const stores = await prisma.store.findMany()
3359
+ *
3360
+ * // Get first 10 Stores
3361
+ * const stores = await prisma.store.findMany({ take: 10 })
3362
+ *
3363
+ * // Only select the `id`
3364
+ * const storeWithIdOnly = await prisma.store.findMany({ select: { id: true } })
3365
+ *
3366
+ */
3367
+ findMany<T extends StoreFindManyArgs>(args?: Prisma.SelectSubset<T, StoreFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
3368
+ /**
3369
+ * Create a Store.
3370
+ * @param {StoreCreateArgs} args - Arguments to create a Store.
3371
+ * @example
3372
+ * // Create one Store
3373
+ * const Store = await prisma.store.create({
3374
+ * data: {
3375
+ * // ... data to create a Store
3376
+ * }
3377
+ * })
3378
+ *
3379
+ */
3380
+ create<T extends StoreCreateArgs>(args: Prisma.SelectSubset<T, StoreCreateArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
3381
+ /**
3382
+ * Create many Stores.
3383
+ * @param {StoreCreateManyArgs} args - Arguments to create many Stores.
3384
+ * @example
3385
+ * // Create many Stores
3386
+ * const store = await prisma.store.createMany({
3387
+ * data: [
3388
+ * // ... provide data here
3389
+ * ]
3390
+ * })
3391
+ *
3392
+ */
3393
+ createMany<T extends StoreCreateManyArgs>(args?: Prisma.SelectSubset<T, StoreCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
3394
+ /**
3395
+ * Create many Stores and returns the data saved in the database.
3396
+ * @param {StoreCreateManyAndReturnArgs} args - Arguments to create many Stores.
3397
+ * @example
3398
+ * // Create many Stores
3399
+ * const store = await prisma.store.createManyAndReturn({
3400
+ * data: [
3401
+ * // ... provide data here
3402
+ * ]
3403
+ * })
3404
+ *
3405
+ * // Create many Stores and only return the `id`
3406
+ * const storeWithIdOnly = await prisma.store.createManyAndReturn({
3407
+ * select: { id: true },
3408
+ * data: [
3409
+ * // ... provide data here
3410
+ * ]
3411
+ * })
3412
+ * Note, that providing `undefined` is treated as the value not being there.
3413
+ * Read more here: https://pris.ly/d/null-undefined
3414
+ *
3415
+ */
3416
+ createManyAndReturn<T extends StoreCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, StoreCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
3417
+ /**
3418
+ * Delete a Store.
3419
+ * @param {StoreDeleteArgs} args - Arguments to delete one Store.
3420
+ * @example
3421
+ * // Delete one Store
3422
+ * const Store = await prisma.store.delete({
3423
+ * where: {
3424
+ * // ... filter to delete one Store
3425
+ * }
3426
+ * })
3427
+ *
3428
+ */
3429
+ delete<T extends StoreDeleteArgs>(args: Prisma.SelectSubset<T, StoreDeleteArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
3430
+ /**
3431
+ * Update one Store.
3432
+ * @param {StoreUpdateArgs} args - Arguments to update one Store.
3433
+ * @example
3434
+ * // Update one Store
3435
+ * const store = await prisma.store.update({
3436
+ * where: {
3437
+ * // ... provide filter here
3438
+ * },
3439
+ * data: {
3440
+ * // ... provide data here
3441
+ * }
3442
+ * })
3443
+ *
3444
+ */
3445
+ update<T extends StoreUpdateArgs>(args: Prisma.SelectSubset<T, StoreUpdateArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
3446
+ /**
3447
+ * Delete zero or more Stores.
3448
+ * @param {StoreDeleteManyArgs} args - Arguments to filter Stores to delete.
3449
+ * @example
3450
+ * // Delete a few Stores
3451
+ * const { count } = await prisma.store.deleteMany({
3452
+ * where: {
3453
+ * // ... provide filter here
3454
+ * }
3455
+ * })
3456
+ *
3457
+ */
3458
+ deleteMany<T extends StoreDeleteManyArgs>(args?: Prisma.SelectSubset<T, StoreDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
3459
+ /**
3460
+ * Update zero or more Stores.
3461
+ * Note, that providing `undefined` is treated as the value not being there.
3462
+ * Read more here: https://pris.ly/d/null-undefined
3463
+ * @param {StoreUpdateManyArgs} args - Arguments to update one or more rows.
3464
+ * @example
3465
+ * // Update many Stores
3466
+ * const store = await prisma.store.updateMany({
3467
+ * where: {
3468
+ * // ... provide filter here
3469
+ * },
3470
+ * data: {
3471
+ * // ... provide data here
3472
+ * }
3473
+ * })
3474
+ *
3475
+ */
3476
+ updateMany<T extends StoreUpdateManyArgs>(args: Prisma.SelectSubset<T, StoreUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
3477
+ /**
3478
+ * Update zero or more Stores and returns the data updated in the database.
3479
+ * @param {StoreUpdateManyAndReturnArgs} args - Arguments to update many Stores.
3480
+ * @example
3481
+ * // Update many Stores
3482
+ * const store = await prisma.store.updateManyAndReturn({
3483
+ * where: {
3484
+ * // ... provide filter here
3485
+ * },
3486
+ * data: [
3487
+ * // ... provide data here
3488
+ * ]
3489
+ * })
3490
+ *
3491
+ * // Update zero or more Stores and only return the `id`
3492
+ * const storeWithIdOnly = await prisma.store.updateManyAndReturn({
3493
+ * select: { id: true },
3494
+ * where: {
3495
+ * // ... provide filter here
3496
+ * },
3497
+ * data: [
3498
+ * // ... provide data here
3499
+ * ]
3500
+ * })
3501
+ * Note, that providing `undefined` is treated as the value not being there.
3502
+ * Read more here: https://pris.ly/d/null-undefined
3503
+ *
3504
+ */
3505
+ updateManyAndReturn<T extends StoreUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, StoreUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
3506
+ /**
3507
+ * Create or update one Store.
3508
+ * @param {StoreUpsertArgs} args - Arguments to update or create a Store.
3509
+ * @example
3510
+ * // Update or create a Store
3511
+ * const store = await prisma.store.upsert({
3512
+ * create: {
3513
+ * // ... data to create a Store
3514
+ * },
3515
+ * update: {
3516
+ * // ... in case it already exists, update
3517
+ * },
3518
+ * where: {
3519
+ * // ... the filter for the Store we want to update
3520
+ * }
3521
+ * })
3522
+ */
3523
+ upsert<T extends StoreUpsertArgs>(args: Prisma.SelectSubset<T, StoreUpsertArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
3524
+ /**
3525
+ * Count the number of Stores.
3526
+ * Note, that providing `undefined` is treated as the value not being there.
3527
+ * Read more here: https://pris.ly/d/null-undefined
3528
+ * @param {StoreCountArgs} args - Arguments to filter Stores to count.
3529
+ * @example
3530
+ * // Count the number of Stores
3531
+ * const count = await prisma.store.count({
3532
+ * where: {
3533
+ * // ... the filter for the Stores we want to count
3534
+ * }
3535
+ * })
3536
+ **/
3537
+ count<T extends StoreCountArgs>(args?: Prisma.Subset<T, StoreCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], StoreCountAggregateOutputType> : number>;
3538
+ /**
3539
+ * Allows you to perform aggregations operations on a Store.
3540
+ * Note, that providing `undefined` is treated as the value not being there.
3541
+ * Read more here: https://pris.ly/d/null-undefined
3542
+ * @param {StoreAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
3543
+ * @example
3544
+ * // Ordered by age ascending
3545
+ * // Where email contains prisma.io
3546
+ * // Limited to the 10 users
3547
+ * const aggregations = await prisma.user.aggregate({
3548
+ * _avg: {
3549
+ * age: true,
3550
+ * },
3551
+ * where: {
3552
+ * email: {
3553
+ * contains: "prisma.io",
3554
+ * },
3555
+ * },
3556
+ * orderBy: {
3557
+ * age: "asc",
3558
+ * },
3559
+ * take: 10,
3560
+ * })
3561
+ **/
3562
+ aggregate<T extends StoreAggregateArgs>(args: Prisma.Subset<T, StoreAggregateArgs>): Prisma.PrismaPromise<GetStoreAggregateType<T>>;
3563
+ /**
3564
+ * Group by Store.
3565
+ * Note, that providing `undefined` is treated as the value not being there.
3566
+ * Read more here: https://pris.ly/d/null-undefined
3567
+ * @param {StoreGroupByArgs} args - Group by arguments.
3568
+ * @example
3569
+ * // Group by city, order by createdAt, get count
3570
+ * const result = await prisma.user.groupBy({
3571
+ * by: ['city', 'createdAt'],
3572
+ * orderBy: {
3573
+ * createdAt: true
3574
+ * },
3575
+ * _count: {
3576
+ * _all: true
3577
+ * },
3578
+ * })
3579
+ *
3580
+ **/
3581
+ groupBy<T extends StoreGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
3582
+ orderBy: StoreGroupByArgs['orderBy'];
3583
+ } : {
3584
+ orderBy?: StoreGroupByArgs['orderBy'];
3585
+ }, 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 ? {
3586
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
3587
+ Error,
3588
+ 'Field ',
3589
+ P,
3590
+ ` in "having" needs to be provided in "by"`
3591
+ ];
3592
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
3593
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
3594
+ }[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 ? {} : {
3595
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
3596
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
3597
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
3598
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, StoreGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetStoreGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
3599
+ /**
3600
+ * Fields of the Store model
3601
+ */
3602
+ readonly fields: StoreFieldRefs;
3603
+ }
3604
+ /**
3605
+ * The delegate class that acts as a "Promise-like" for Store.
3606
+ * Why is this prefixed with `Prisma__`?
3607
+ * Because we want to prevent naming conflicts as mentioned in
3608
+ * https://github.com/prisma/prisma-client-js/issues/707
3609
+ */
3610
+ export interface Prisma__StoreClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
3611
+ readonly [Symbol.toStringTag]: "PrismaPromise";
3612
+ storeToPlatform<T extends Prisma.Store$storeToPlatformArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$storeToPlatformArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3613
+ administratorToStore<T extends Prisma.Store$administratorToStoreArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$administratorToStoreArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$AdministratorToStorePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3614
+ productVariantStorePricing<T extends Prisma.Store$productVariantStorePricingArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$productVariantStorePricingArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3615
+ stockLocations<T extends Prisma.Store$stockLocationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$stockLocationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StockLocationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3616
+ productVariantConfigurations<T extends Prisma.Store$productVariantConfigurationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$productVariantConfigurationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantConfigurationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3617
+ customProducts<T extends Prisma.Store$customProductsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$customProductsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3618
+ thirdPartyPlatforms<T extends Prisma.Store$thirdPartyPlatformsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$thirdPartyPlatformsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3619
+ productVariantStoreAndPlatformPricings<T extends Prisma.Store$productVariantStoreAndPlatformPricingsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$productVariantStoreAndPlatformPricingsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreAndPlatformPricingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3620
+ ingredientToStores<T extends Prisma.Store$ingredientToStoresArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$ingredientToStoresArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$IngredientToStorePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3621
+ storeRestockingSchedules<T extends Prisma.Store$storeRestockingSchedulesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$storeRestockingSchedulesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreRestockingSchedulePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3622
+ shippingConfigurations<T extends Prisma.Store$shippingConfigurationsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$shippingConfigurationsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ShippingConfigurationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3623
+ storeToAssociatedStoreTypes<T extends Prisma.Store$storeToAssociatedStoreTypesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$storeToAssociatedStoreTypesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3624
+ modifierGroups<T extends Prisma.Store$modifierGroupsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$modifierGroupsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3625
+ prepTimes<T extends Prisma.Store$prepTimesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$prepTimesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PrepTimePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3626
+ productVariantStoreRankings<T extends Prisma.Store$productVariantStoreRankingsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$productVariantStoreRankingsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStoreRankingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3627
+ shippingLabelFees<T extends Prisma.Store$shippingLabelFeesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$shippingLabelFeesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ShippingLabelFeePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3628
+ shippingLabelRefunds<T extends Prisma.Store$shippingLabelRefundsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$shippingLabelRefundsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ShippingLabelRefundPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3629
+ featureFlags<T extends Prisma.Store$featureFlagsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$featureFlagsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$FeatureFlagPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3630
+ pvStoreScheduledAvailability<T extends Prisma.Store$pvStoreScheduledAvailabilityArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Store$pvStoreScheduledAvailabilityArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
3631
+ /**
3632
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
3633
+ * @param onfulfilled The callback to execute when the Promise is resolved.
3634
+ * @param onrejected The callback to execute when the Promise is rejected.
3635
+ * @returns A Promise for the completion of which ever callback is executed.
3636
+ */
3637
+ 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>;
3638
+ /**
3639
+ * Attaches a callback for only the rejection of the Promise.
3640
+ * @param onrejected The callback to execute when the Promise is rejected.
3641
+ * @returns A Promise for the completion of the callback.
3642
+ */
3643
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
3644
+ /**
3645
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
3646
+ * resolved value cannot be modified from the callback.
3647
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
3648
+ * @returns A Promise for the completion of the callback.
3649
+ */
3650
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
3651
+ }
3652
+ /**
3653
+ * Fields of the Store model
3654
+ */
3655
+ export interface StoreFieldRefs {
3656
+ readonly id: Prisma.FieldRef<"Store", 'BigInt'>;
3657
+ readonly createdAt: Prisma.FieldRef<"Store", 'DateTime'>;
3658
+ readonly updatedAt: Prisma.FieldRef<"Store", 'DateTime'>;
3659
+ readonly storeId: Prisma.FieldRef<"Store", 'String'>;
3660
+ readonly name: Prisma.FieldRef<"Store", 'String'>;
3661
+ readonly phone: Prisma.FieldRef<"Store", 'String'>;
3662
+ readonly address: Prisma.FieldRef<"Store", 'Json'>;
3663
+ }
3664
+ /**
3665
+ * Store findUnique
3666
+ */
3667
+ export type StoreFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3668
+ /**
3669
+ * Select specific fields to fetch from the Store
3670
+ */
3671
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3672
+ /**
3673
+ * Omit specific fields from the Store
3674
+ */
3675
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3676
+ /**
3677
+ * Choose, which related nodes to fetch as well
3678
+ */
3679
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3680
+ /**
3681
+ * Filter, which Store to fetch.
3682
+ */
3683
+ where: Prisma.StoreWhereUniqueInput;
3684
+ };
3685
+ /**
3686
+ * Store findUniqueOrThrow
3687
+ */
3688
+ export type StoreFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3689
+ /**
3690
+ * Select specific fields to fetch from the Store
3691
+ */
3692
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3693
+ /**
3694
+ * Omit specific fields from the Store
3695
+ */
3696
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3697
+ /**
3698
+ * Choose, which related nodes to fetch as well
3699
+ */
3700
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3701
+ /**
3702
+ * Filter, which Store to fetch.
3703
+ */
3704
+ where: Prisma.StoreWhereUniqueInput;
3705
+ };
3706
+ /**
3707
+ * Store findFirst
3708
+ */
3709
+ export type StoreFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3710
+ /**
3711
+ * Select specific fields to fetch from the Store
3712
+ */
3713
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3714
+ /**
3715
+ * Omit specific fields from the Store
3716
+ */
3717
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3718
+ /**
3719
+ * Choose, which related nodes to fetch as well
3720
+ */
3721
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3722
+ /**
3723
+ * Filter, which Store to fetch.
3724
+ */
3725
+ where?: Prisma.StoreWhereInput;
3726
+ /**
3727
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
3728
+ *
3729
+ * Determine the order of Stores to fetch.
3730
+ */
3731
+ orderBy?: Prisma.StoreOrderByWithRelationInput | Prisma.StoreOrderByWithRelationInput[];
3732
+ /**
3733
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
3734
+ *
3735
+ * Sets the position for searching for Stores.
3736
+ */
3737
+ cursor?: Prisma.StoreWhereUniqueInput;
3738
+ /**
3739
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3740
+ *
3741
+ * Take `±n` Stores from the position of the cursor.
3742
+ */
3743
+ take?: number;
3744
+ /**
3745
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3746
+ *
3747
+ * Skip the first `n` Stores.
3748
+ */
3749
+ skip?: number;
3750
+ /**
3751
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
3752
+ *
3753
+ * Filter by unique combinations of Stores.
3754
+ */
3755
+ distinct?: Prisma.StoreScalarFieldEnum | Prisma.StoreScalarFieldEnum[];
3756
+ };
3757
+ /**
3758
+ * Store findFirstOrThrow
3759
+ */
3760
+ export type StoreFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3761
+ /**
3762
+ * Select specific fields to fetch from the Store
3763
+ */
3764
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3765
+ /**
3766
+ * Omit specific fields from the Store
3767
+ */
3768
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3769
+ /**
3770
+ * Choose, which related nodes to fetch as well
3771
+ */
3772
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3773
+ /**
3774
+ * Filter, which Store to fetch.
3775
+ */
3776
+ where?: Prisma.StoreWhereInput;
3777
+ /**
3778
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
3779
+ *
3780
+ * Determine the order of Stores to fetch.
3781
+ */
3782
+ orderBy?: Prisma.StoreOrderByWithRelationInput | Prisma.StoreOrderByWithRelationInput[];
3783
+ /**
3784
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
3785
+ *
3786
+ * Sets the position for searching for Stores.
3787
+ */
3788
+ cursor?: Prisma.StoreWhereUniqueInput;
3789
+ /**
3790
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3791
+ *
3792
+ * Take `±n` Stores from the position of the cursor.
3793
+ */
3794
+ take?: number;
3795
+ /**
3796
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3797
+ *
3798
+ * Skip the first `n` Stores.
3799
+ */
3800
+ skip?: number;
3801
+ /**
3802
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
3803
+ *
3804
+ * Filter by unique combinations of Stores.
3805
+ */
3806
+ distinct?: Prisma.StoreScalarFieldEnum | Prisma.StoreScalarFieldEnum[];
3807
+ };
3808
+ /**
3809
+ * Store findMany
3810
+ */
3811
+ export type StoreFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3812
+ /**
3813
+ * Select specific fields to fetch from the Store
3814
+ */
3815
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3816
+ /**
3817
+ * Omit specific fields from the Store
3818
+ */
3819
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3820
+ /**
3821
+ * Choose, which related nodes to fetch as well
3822
+ */
3823
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3824
+ /**
3825
+ * Filter, which Stores to fetch.
3826
+ */
3827
+ where?: Prisma.StoreWhereInput;
3828
+ /**
3829
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
3830
+ *
3831
+ * Determine the order of Stores to fetch.
3832
+ */
3833
+ orderBy?: Prisma.StoreOrderByWithRelationInput | Prisma.StoreOrderByWithRelationInput[];
3834
+ /**
3835
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
3836
+ *
3837
+ * Sets the position for listing Stores.
3838
+ */
3839
+ cursor?: Prisma.StoreWhereUniqueInput;
3840
+ /**
3841
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3842
+ *
3843
+ * Take `±n` Stores from the position of the cursor.
3844
+ */
3845
+ take?: number;
3846
+ /**
3847
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
3848
+ *
3849
+ * Skip the first `n` Stores.
3850
+ */
3851
+ skip?: number;
3852
+ distinct?: Prisma.StoreScalarFieldEnum | Prisma.StoreScalarFieldEnum[];
3853
+ };
3854
+ /**
3855
+ * Store create
3856
+ */
3857
+ export type StoreCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3858
+ /**
3859
+ * Select specific fields to fetch from the Store
3860
+ */
3861
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3862
+ /**
3863
+ * Omit specific fields from the Store
3864
+ */
3865
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3866
+ /**
3867
+ * Choose, which related nodes to fetch as well
3868
+ */
3869
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3870
+ /**
3871
+ * The data needed to create a Store.
3872
+ */
3873
+ data: Prisma.XOR<Prisma.StoreCreateInput, Prisma.StoreUncheckedCreateInput>;
3874
+ };
3875
+ /**
3876
+ * Store createMany
3877
+ */
3878
+ export type StoreCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3879
+ /**
3880
+ * The data used to create many Stores.
3881
+ */
3882
+ data: Prisma.StoreCreateManyInput | Prisma.StoreCreateManyInput[];
3883
+ skipDuplicates?: boolean;
3884
+ };
3885
+ /**
3886
+ * Store createManyAndReturn
3887
+ */
3888
+ export type StoreCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3889
+ /**
3890
+ * Select specific fields to fetch from the Store
3891
+ */
3892
+ select?: Prisma.StoreSelectCreateManyAndReturn<ExtArgs> | null;
3893
+ /**
3894
+ * Omit specific fields from the Store
3895
+ */
3896
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3897
+ /**
3898
+ * The data used to create many Stores.
3899
+ */
3900
+ data: Prisma.StoreCreateManyInput | Prisma.StoreCreateManyInput[];
3901
+ skipDuplicates?: boolean;
3902
+ };
3903
+ /**
3904
+ * Store update
3905
+ */
3906
+ export type StoreUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3907
+ /**
3908
+ * Select specific fields to fetch from the Store
3909
+ */
3910
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3911
+ /**
3912
+ * Omit specific fields from the Store
3913
+ */
3914
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3915
+ /**
3916
+ * Choose, which related nodes to fetch as well
3917
+ */
3918
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3919
+ /**
3920
+ * The data needed to update a Store.
3921
+ */
3922
+ data: Prisma.XOR<Prisma.StoreUpdateInput, Prisma.StoreUncheckedUpdateInput>;
3923
+ /**
3924
+ * Choose, which Store to update.
3925
+ */
3926
+ where: Prisma.StoreWhereUniqueInput;
3927
+ };
3928
+ /**
3929
+ * Store updateMany
3930
+ */
3931
+ export type StoreUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3932
+ /**
3933
+ * The data used to update Stores.
3934
+ */
3935
+ data: Prisma.XOR<Prisma.StoreUpdateManyMutationInput, Prisma.StoreUncheckedUpdateManyInput>;
3936
+ /**
3937
+ * Filter which Stores to update
3938
+ */
3939
+ where?: Prisma.StoreWhereInput;
3940
+ /**
3941
+ * Limit how many Stores to update.
3942
+ */
3943
+ limit?: number;
3944
+ };
3945
+ /**
3946
+ * Store updateManyAndReturn
3947
+ */
3948
+ export type StoreUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3949
+ /**
3950
+ * Select specific fields to fetch from the Store
3951
+ */
3952
+ select?: Prisma.StoreSelectUpdateManyAndReturn<ExtArgs> | null;
3953
+ /**
3954
+ * Omit specific fields from the Store
3955
+ */
3956
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3957
+ /**
3958
+ * The data used to update Stores.
3959
+ */
3960
+ data: Prisma.XOR<Prisma.StoreUpdateManyMutationInput, Prisma.StoreUncheckedUpdateManyInput>;
3961
+ /**
3962
+ * Filter which Stores to update
3963
+ */
3964
+ where?: Prisma.StoreWhereInput;
3965
+ /**
3966
+ * Limit how many Stores to update.
3967
+ */
3968
+ limit?: number;
3969
+ };
3970
+ /**
3971
+ * Store upsert
3972
+ */
3973
+ export type StoreUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
3974
+ /**
3975
+ * Select specific fields to fetch from the Store
3976
+ */
3977
+ select?: Prisma.StoreSelect<ExtArgs> | null;
3978
+ /**
3979
+ * Omit specific fields from the Store
3980
+ */
3981
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
3982
+ /**
3983
+ * Choose, which related nodes to fetch as well
3984
+ */
3985
+ include?: Prisma.StoreInclude<ExtArgs> | null;
3986
+ /**
3987
+ * The filter to search for the Store to update in case it exists.
3988
+ */
3989
+ where: Prisma.StoreWhereUniqueInput;
3990
+ /**
3991
+ * In case the Store found by the `where` argument doesn't exist, create a new Store with this data.
3992
+ */
3993
+ create: Prisma.XOR<Prisma.StoreCreateInput, Prisma.StoreUncheckedCreateInput>;
3994
+ /**
3995
+ * In case the Store was found with the provided `where` argument, update it with this data.
3996
+ */
3997
+ update: Prisma.XOR<Prisma.StoreUpdateInput, Prisma.StoreUncheckedUpdateInput>;
3998
+ };
3999
+ /**
4000
+ * Store delete
4001
+ */
4002
+ export type StoreDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4003
+ /**
4004
+ * Select specific fields to fetch from the Store
4005
+ */
4006
+ select?: Prisma.StoreSelect<ExtArgs> | null;
4007
+ /**
4008
+ * Omit specific fields from the Store
4009
+ */
4010
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
4011
+ /**
4012
+ * Choose, which related nodes to fetch as well
4013
+ */
4014
+ include?: Prisma.StoreInclude<ExtArgs> | null;
4015
+ /**
4016
+ * Filter which Store to delete.
4017
+ */
4018
+ where: Prisma.StoreWhereUniqueInput;
4019
+ };
4020
+ /**
4021
+ * Store deleteMany
4022
+ */
4023
+ export type StoreDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4024
+ /**
4025
+ * Filter which Stores to delete
4026
+ */
4027
+ where?: Prisma.StoreWhereInput;
4028
+ /**
4029
+ * Limit how many Stores to delete.
4030
+ */
4031
+ limit?: number;
4032
+ };
4033
+ /**
4034
+ * Store.storeToPlatform
4035
+ */
4036
+ export type Store$storeToPlatformArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4037
+ /**
4038
+ * Select specific fields to fetch from the StoreToPlatform
4039
+ */
4040
+ select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
4041
+ /**
4042
+ * Omit specific fields from the StoreToPlatform
4043
+ */
4044
+ omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
4045
+ /**
4046
+ * Choose, which related nodes to fetch as well
4047
+ */
4048
+ include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
4049
+ where?: Prisma.StoreToPlatformWhereInput;
4050
+ orderBy?: Prisma.StoreToPlatformOrderByWithRelationInput | Prisma.StoreToPlatformOrderByWithRelationInput[];
4051
+ cursor?: Prisma.StoreToPlatformWhereUniqueInput;
4052
+ take?: number;
4053
+ skip?: number;
4054
+ distinct?: Prisma.StoreToPlatformScalarFieldEnum | Prisma.StoreToPlatformScalarFieldEnum[];
4055
+ };
4056
+ /**
4057
+ * Store.administratorToStore
4058
+ */
4059
+ export type Store$administratorToStoreArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4060
+ /**
4061
+ * Select specific fields to fetch from the AdministratorToStore
4062
+ */
4063
+ select?: Prisma.AdministratorToStoreSelect<ExtArgs> | null;
4064
+ /**
4065
+ * Omit specific fields from the AdministratorToStore
4066
+ */
4067
+ omit?: Prisma.AdministratorToStoreOmit<ExtArgs> | null;
4068
+ /**
4069
+ * Choose, which related nodes to fetch as well
4070
+ */
4071
+ include?: Prisma.AdministratorToStoreInclude<ExtArgs> | null;
4072
+ where?: Prisma.AdministratorToStoreWhereInput;
4073
+ orderBy?: Prisma.AdministratorToStoreOrderByWithRelationInput | Prisma.AdministratorToStoreOrderByWithRelationInput[];
4074
+ cursor?: Prisma.AdministratorToStoreWhereUniqueInput;
4075
+ take?: number;
4076
+ skip?: number;
4077
+ distinct?: Prisma.AdministratorToStoreScalarFieldEnum | Prisma.AdministratorToStoreScalarFieldEnum[];
4078
+ };
4079
+ /**
4080
+ * Store.productVariantStorePricing
4081
+ */
4082
+ export type Store$productVariantStorePricingArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4083
+ /**
4084
+ * Select specific fields to fetch from the ProductVariantStorePricing
4085
+ */
4086
+ select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
4087
+ /**
4088
+ * Omit specific fields from the ProductVariantStorePricing
4089
+ */
4090
+ omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
4091
+ /**
4092
+ * Choose, which related nodes to fetch as well
4093
+ */
4094
+ include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
4095
+ where?: Prisma.ProductVariantStorePricingWhereInput;
4096
+ orderBy?: Prisma.ProductVariantStorePricingOrderByWithRelationInput | Prisma.ProductVariantStorePricingOrderByWithRelationInput[];
4097
+ cursor?: Prisma.ProductVariantStorePricingWhereUniqueInput;
4098
+ take?: number;
4099
+ skip?: number;
4100
+ distinct?: Prisma.ProductVariantStorePricingScalarFieldEnum | Prisma.ProductVariantStorePricingScalarFieldEnum[];
4101
+ };
4102
+ /**
4103
+ * Store.stockLocations
4104
+ */
4105
+ export type Store$stockLocationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4106
+ /**
4107
+ * Select specific fields to fetch from the StockLocation
4108
+ */
4109
+ select?: Prisma.StockLocationSelect<ExtArgs> | null;
4110
+ /**
4111
+ * Omit specific fields from the StockLocation
4112
+ */
4113
+ omit?: Prisma.StockLocationOmit<ExtArgs> | null;
4114
+ /**
4115
+ * Choose, which related nodes to fetch as well
4116
+ */
4117
+ include?: Prisma.StockLocationInclude<ExtArgs> | null;
4118
+ where?: Prisma.StockLocationWhereInput;
4119
+ orderBy?: Prisma.StockLocationOrderByWithRelationInput | Prisma.StockLocationOrderByWithRelationInput[];
4120
+ cursor?: Prisma.StockLocationWhereUniqueInput;
4121
+ take?: number;
4122
+ skip?: number;
4123
+ distinct?: Prisma.StockLocationScalarFieldEnum | Prisma.StockLocationScalarFieldEnum[];
4124
+ };
4125
+ /**
4126
+ * Store.productVariantConfigurations
4127
+ */
4128
+ export type Store$productVariantConfigurationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4129
+ /**
4130
+ * Select specific fields to fetch from the ProductVariantConfiguration
4131
+ */
4132
+ select?: Prisma.ProductVariantConfigurationSelect<ExtArgs> | null;
4133
+ /**
4134
+ * Omit specific fields from the ProductVariantConfiguration
4135
+ */
4136
+ omit?: Prisma.ProductVariantConfigurationOmit<ExtArgs> | null;
4137
+ /**
4138
+ * Choose, which related nodes to fetch as well
4139
+ */
4140
+ include?: Prisma.ProductVariantConfigurationInclude<ExtArgs> | null;
4141
+ where?: Prisma.ProductVariantConfigurationWhereInput;
4142
+ orderBy?: Prisma.ProductVariantConfigurationOrderByWithRelationInput | Prisma.ProductVariantConfigurationOrderByWithRelationInput[];
4143
+ cursor?: Prisma.ProductVariantConfigurationWhereUniqueInput;
4144
+ take?: number;
4145
+ skip?: number;
4146
+ distinct?: Prisma.ProductVariantConfigurationScalarFieldEnum | Prisma.ProductVariantConfigurationScalarFieldEnum[];
4147
+ };
4148
+ /**
4149
+ * Store.customProducts
4150
+ */
4151
+ export type Store$customProductsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4152
+ /**
4153
+ * Select specific fields to fetch from the Product
4154
+ */
4155
+ select?: Prisma.ProductSelect<ExtArgs> | null;
4156
+ /**
4157
+ * Omit specific fields from the Product
4158
+ */
4159
+ omit?: Prisma.ProductOmit<ExtArgs> | null;
4160
+ /**
4161
+ * Choose, which related nodes to fetch as well
4162
+ */
4163
+ include?: Prisma.ProductInclude<ExtArgs> | null;
4164
+ where?: Prisma.ProductWhereInput;
4165
+ orderBy?: Prisma.ProductOrderByWithRelationInput | Prisma.ProductOrderByWithRelationInput[];
4166
+ cursor?: Prisma.ProductWhereUniqueInput;
4167
+ take?: number;
4168
+ skip?: number;
4169
+ distinct?: Prisma.ProductScalarFieldEnum | Prisma.ProductScalarFieldEnum[];
4170
+ };
4171
+ /**
4172
+ * Store.thirdPartyPlatforms
4173
+ */
4174
+ export type Store$thirdPartyPlatformsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4175
+ /**
4176
+ * Select specific fields to fetch from the Platform
4177
+ */
4178
+ select?: Prisma.PlatformSelect<ExtArgs> | null;
4179
+ /**
4180
+ * Omit specific fields from the Platform
4181
+ */
4182
+ omit?: Prisma.PlatformOmit<ExtArgs> | null;
4183
+ /**
4184
+ * Choose, which related nodes to fetch as well
4185
+ */
4186
+ include?: Prisma.PlatformInclude<ExtArgs> | null;
4187
+ where?: Prisma.PlatformWhereInput;
4188
+ orderBy?: Prisma.PlatformOrderByWithRelationInput | Prisma.PlatformOrderByWithRelationInput[];
4189
+ cursor?: Prisma.PlatformWhereUniqueInput;
4190
+ take?: number;
4191
+ skip?: number;
4192
+ distinct?: Prisma.PlatformScalarFieldEnum | Prisma.PlatformScalarFieldEnum[];
4193
+ };
4194
+ /**
4195
+ * Store.productVariantStoreAndPlatformPricings
4196
+ */
4197
+ export type Store$productVariantStoreAndPlatformPricingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4198
+ /**
4199
+ * Select specific fields to fetch from the ProductVariantStoreAndPlatformPricing
4200
+ */
4201
+ select?: Prisma.ProductVariantStoreAndPlatformPricingSelect<ExtArgs> | null;
4202
+ /**
4203
+ * Omit specific fields from the ProductVariantStoreAndPlatformPricing
4204
+ */
4205
+ omit?: Prisma.ProductVariantStoreAndPlatformPricingOmit<ExtArgs> | null;
4206
+ /**
4207
+ * Choose, which related nodes to fetch as well
4208
+ */
4209
+ include?: Prisma.ProductVariantStoreAndPlatformPricingInclude<ExtArgs> | null;
4210
+ where?: Prisma.ProductVariantStoreAndPlatformPricingWhereInput;
4211
+ orderBy?: Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput | Prisma.ProductVariantStoreAndPlatformPricingOrderByWithRelationInput[];
4212
+ cursor?: Prisma.ProductVariantStoreAndPlatformPricingWhereUniqueInput;
4213
+ take?: number;
4214
+ skip?: number;
4215
+ distinct?: Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum | Prisma.ProductVariantStoreAndPlatformPricingScalarFieldEnum[];
4216
+ };
4217
+ /**
4218
+ * Store.ingredientToStores
4219
+ */
4220
+ export type Store$ingredientToStoresArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4221
+ /**
4222
+ * Select specific fields to fetch from the IngredientToStore
4223
+ */
4224
+ select?: Prisma.IngredientToStoreSelect<ExtArgs> | null;
4225
+ /**
4226
+ * Omit specific fields from the IngredientToStore
4227
+ */
4228
+ omit?: Prisma.IngredientToStoreOmit<ExtArgs> | null;
4229
+ /**
4230
+ * Choose, which related nodes to fetch as well
4231
+ */
4232
+ include?: Prisma.IngredientToStoreInclude<ExtArgs> | null;
4233
+ where?: Prisma.IngredientToStoreWhereInput;
4234
+ orderBy?: Prisma.IngredientToStoreOrderByWithRelationInput | Prisma.IngredientToStoreOrderByWithRelationInput[];
4235
+ cursor?: Prisma.IngredientToStoreWhereUniqueInput;
4236
+ take?: number;
4237
+ skip?: number;
4238
+ distinct?: Prisma.IngredientToStoreScalarFieldEnum | Prisma.IngredientToStoreScalarFieldEnum[];
4239
+ };
4240
+ /**
4241
+ * Store.storeRestockingSchedules
4242
+ */
4243
+ export type Store$storeRestockingSchedulesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4244
+ /**
4245
+ * Select specific fields to fetch from the StoreRestockingSchedule
4246
+ */
4247
+ select?: Prisma.StoreRestockingScheduleSelect<ExtArgs> | null;
4248
+ /**
4249
+ * Omit specific fields from the StoreRestockingSchedule
4250
+ */
4251
+ omit?: Prisma.StoreRestockingScheduleOmit<ExtArgs> | null;
4252
+ /**
4253
+ * Choose, which related nodes to fetch as well
4254
+ */
4255
+ include?: Prisma.StoreRestockingScheduleInclude<ExtArgs> | null;
4256
+ where?: Prisma.StoreRestockingScheduleWhereInput;
4257
+ orderBy?: Prisma.StoreRestockingScheduleOrderByWithRelationInput | Prisma.StoreRestockingScheduleOrderByWithRelationInput[];
4258
+ cursor?: Prisma.StoreRestockingScheduleWhereUniqueInput;
4259
+ take?: number;
4260
+ skip?: number;
4261
+ distinct?: Prisma.StoreRestockingScheduleScalarFieldEnum | Prisma.StoreRestockingScheduleScalarFieldEnum[];
4262
+ };
4263
+ /**
4264
+ * Store.shippingConfigurations
4265
+ */
4266
+ export type Store$shippingConfigurationsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4267
+ /**
4268
+ * Select specific fields to fetch from the ShippingConfiguration
4269
+ */
4270
+ select?: Prisma.ShippingConfigurationSelect<ExtArgs> | null;
4271
+ /**
4272
+ * Omit specific fields from the ShippingConfiguration
4273
+ */
4274
+ omit?: Prisma.ShippingConfigurationOmit<ExtArgs> | null;
4275
+ /**
4276
+ * Choose, which related nodes to fetch as well
4277
+ */
4278
+ include?: Prisma.ShippingConfigurationInclude<ExtArgs> | null;
4279
+ where?: Prisma.ShippingConfigurationWhereInput;
4280
+ orderBy?: Prisma.ShippingConfigurationOrderByWithRelationInput | Prisma.ShippingConfigurationOrderByWithRelationInput[];
4281
+ cursor?: Prisma.ShippingConfigurationWhereUniqueInput;
4282
+ take?: number;
4283
+ skip?: number;
4284
+ distinct?: Prisma.ShippingConfigurationScalarFieldEnum | Prisma.ShippingConfigurationScalarFieldEnum[];
4285
+ };
4286
+ /**
4287
+ * Store.storeToAssociatedStoreTypes
4288
+ */
4289
+ export type Store$storeToAssociatedStoreTypesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4290
+ /**
4291
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
4292
+ */
4293
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
4294
+ /**
4295
+ * Omit specific fields from the StoreToAssociatedStoreType
4296
+ */
4297
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
4298
+ /**
4299
+ * Choose, which related nodes to fetch as well
4300
+ */
4301
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
4302
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
4303
+ orderBy?: Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput | Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput[];
4304
+ cursor?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
4305
+ take?: number;
4306
+ skip?: number;
4307
+ distinct?: Prisma.StoreToAssociatedStoreTypeScalarFieldEnum | Prisma.StoreToAssociatedStoreTypeScalarFieldEnum[];
4308
+ };
4309
+ /**
4310
+ * Store.modifierGroups
4311
+ */
4312
+ export type Store$modifierGroupsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4313
+ /**
4314
+ * Select specific fields to fetch from the ModifierGroup
4315
+ */
4316
+ select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
4317
+ /**
4318
+ * Omit specific fields from the ModifierGroup
4319
+ */
4320
+ omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
4321
+ /**
4322
+ * Choose, which related nodes to fetch as well
4323
+ */
4324
+ include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
4325
+ where?: Prisma.ModifierGroupWhereInput;
4326
+ orderBy?: Prisma.ModifierGroupOrderByWithRelationInput | Prisma.ModifierGroupOrderByWithRelationInput[];
4327
+ cursor?: Prisma.ModifierGroupWhereUniqueInput;
4328
+ take?: number;
4329
+ skip?: number;
4330
+ distinct?: Prisma.ModifierGroupScalarFieldEnum | Prisma.ModifierGroupScalarFieldEnum[];
4331
+ };
4332
+ /**
4333
+ * Store.prepTimes
4334
+ */
4335
+ export type Store$prepTimesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4336
+ /**
4337
+ * Select specific fields to fetch from the PrepTime
4338
+ */
4339
+ select?: Prisma.PrepTimeSelect<ExtArgs> | null;
4340
+ /**
4341
+ * Omit specific fields from the PrepTime
4342
+ */
4343
+ omit?: Prisma.PrepTimeOmit<ExtArgs> | null;
4344
+ /**
4345
+ * Choose, which related nodes to fetch as well
4346
+ */
4347
+ include?: Prisma.PrepTimeInclude<ExtArgs> | null;
4348
+ where?: Prisma.PrepTimeWhereInput;
4349
+ orderBy?: Prisma.PrepTimeOrderByWithRelationInput | Prisma.PrepTimeOrderByWithRelationInput[];
4350
+ cursor?: Prisma.PrepTimeWhereUniqueInput;
4351
+ take?: number;
4352
+ skip?: number;
4353
+ distinct?: Prisma.PrepTimeScalarFieldEnum | Prisma.PrepTimeScalarFieldEnum[];
4354
+ };
4355
+ /**
4356
+ * Store.productVariantStoreRankings
4357
+ */
4358
+ export type Store$productVariantStoreRankingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4359
+ /**
4360
+ * Select specific fields to fetch from the ProductVariantStoreRanking
4361
+ */
4362
+ select?: Prisma.ProductVariantStoreRankingSelect<ExtArgs> | null;
4363
+ /**
4364
+ * Omit specific fields from the ProductVariantStoreRanking
4365
+ */
4366
+ omit?: Prisma.ProductVariantStoreRankingOmit<ExtArgs> | null;
4367
+ /**
4368
+ * Choose, which related nodes to fetch as well
4369
+ */
4370
+ include?: Prisma.ProductVariantStoreRankingInclude<ExtArgs> | null;
4371
+ where?: Prisma.ProductVariantStoreRankingWhereInput;
4372
+ orderBy?: Prisma.ProductVariantStoreRankingOrderByWithRelationInput | Prisma.ProductVariantStoreRankingOrderByWithRelationInput[];
4373
+ cursor?: Prisma.ProductVariantStoreRankingWhereUniqueInput;
4374
+ take?: number;
4375
+ skip?: number;
4376
+ distinct?: Prisma.ProductVariantStoreRankingScalarFieldEnum | Prisma.ProductVariantStoreRankingScalarFieldEnum[];
4377
+ };
4378
+ /**
4379
+ * Store.shippingLabelFees
4380
+ */
4381
+ export type Store$shippingLabelFeesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4382
+ /**
4383
+ * Select specific fields to fetch from the ShippingLabelFee
4384
+ */
4385
+ select?: Prisma.ShippingLabelFeeSelect<ExtArgs> | null;
4386
+ /**
4387
+ * Omit specific fields from the ShippingLabelFee
4388
+ */
4389
+ omit?: Prisma.ShippingLabelFeeOmit<ExtArgs> | null;
4390
+ /**
4391
+ * Choose, which related nodes to fetch as well
4392
+ */
4393
+ include?: Prisma.ShippingLabelFeeInclude<ExtArgs> | null;
4394
+ where?: Prisma.ShippingLabelFeeWhereInput;
4395
+ orderBy?: Prisma.ShippingLabelFeeOrderByWithRelationInput | Prisma.ShippingLabelFeeOrderByWithRelationInput[];
4396
+ cursor?: Prisma.ShippingLabelFeeWhereUniqueInput;
4397
+ take?: number;
4398
+ skip?: number;
4399
+ distinct?: Prisma.ShippingLabelFeeScalarFieldEnum | Prisma.ShippingLabelFeeScalarFieldEnum[];
4400
+ };
4401
+ /**
4402
+ * Store.shippingLabelRefunds
4403
+ */
4404
+ export type Store$shippingLabelRefundsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4405
+ /**
4406
+ * Select specific fields to fetch from the ShippingLabelRefund
4407
+ */
4408
+ select?: Prisma.ShippingLabelRefundSelect<ExtArgs> | null;
4409
+ /**
4410
+ * Omit specific fields from the ShippingLabelRefund
4411
+ */
4412
+ omit?: Prisma.ShippingLabelRefundOmit<ExtArgs> | null;
4413
+ /**
4414
+ * Choose, which related nodes to fetch as well
4415
+ */
4416
+ include?: Prisma.ShippingLabelRefundInclude<ExtArgs> | null;
4417
+ where?: Prisma.ShippingLabelRefundWhereInput;
4418
+ orderBy?: Prisma.ShippingLabelRefundOrderByWithRelationInput | Prisma.ShippingLabelRefundOrderByWithRelationInput[];
4419
+ cursor?: Prisma.ShippingLabelRefundWhereUniqueInput;
4420
+ take?: number;
4421
+ skip?: number;
4422
+ distinct?: Prisma.ShippingLabelRefundScalarFieldEnum | Prisma.ShippingLabelRefundScalarFieldEnum[];
4423
+ };
4424
+ /**
4425
+ * Store.featureFlags
4426
+ */
4427
+ export type Store$featureFlagsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4428
+ /**
4429
+ * Select specific fields to fetch from the FeatureFlag
4430
+ */
4431
+ select?: Prisma.FeatureFlagSelect<ExtArgs> | null;
4432
+ /**
4433
+ * Omit specific fields from the FeatureFlag
4434
+ */
4435
+ omit?: Prisma.FeatureFlagOmit<ExtArgs> | null;
4436
+ /**
4437
+ * Choose, which related nodes to fetch as well
4438
+ */
4439
+ include?: Prisma.FeatureFlagInclude<ExtArgs> | null;
4440
+ where?: Prisma.FeatureFlagWhereInput;
4441
+ orderBy?: Prisma.FeatureFlagOrderByWithRelationInput | Prisma.FeatureFlagOrderByWithRelationInput[];
4442
+ cursor?: Prisma.FeatureFlagWhereUniqueInput;
4443
+ take?: number;
4444
+ skip?: number;
4445
+ distinct?: Prisma.FeatureFlagScalarFieldEnum | Prisma.FeatureFlagScalarFieldEnum[];
4446
+ };
4447
+ /**
4448
+ * Store.pvStoreScheduledAvailability
4449
+ */
4450
+ export type Store$pvStoreScheduledAvailabilityArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4451
+ /**
4452
+ * Select specific fields to fetch from the PvStoreScheduledAvailability
4453
+ */
4454
+ select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
4455
+ /**
4456
+ * Omit specific fields from the PvStoreScheduledAvailability
4457
+ */
4458
+ omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
4459
+ /**
4460
+ * Choose, which related nodes to fetch as well
4461
+ */
4462
+ include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
4463
+ where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
4464
+ orderBy?: Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput | Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput[];
4465
+ cursor?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
4466
+ take?: number;
4467
+ skip?: number;
4468
+ distinct?: Prisma.PvStoreScheduledAvailabilityScalarFieldEnum | Prisma.PvStoreScheduledAvailabilityScalarFieldEnum[];
4469
+ };
4470
+ /**
4471
+ * Store without action
4472
+ */
4473
+ export type StoreDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
4474
+ /**
4475
+ * Select specific fields to fetch from the Store
4476
+ */
4477
+ select?: Prisma.StoreSelect<ExtArgs> | null;
4478
+ /**
4479
+ * Omit specific fields from the Store
4480
+ */
4481
+ omit?: Prisma.StoreOmit<ExtArgs> | null;
4482
+ /**
4483
+ * Choose, which related nodes to fetch as well
4484
+ */
4485
+ include?: Prisma.StoreInclude<ExtArgs> | null;
4486
+ };
4487
+ export {};