@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,1294 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as $Enums from "../enums.js";
3
+ import type * as Prisma from "../internal/prismaNamespace.js";
4
+ /**
5
+ * Model StoreToAssociatedStoreType
6
+ *
7
+ */
8
+ export type StoreToAssociatedStoreTypeModel = runtime.Types.Result.DefaultSelection<Prisma.$StoreToAssociatedStoreTypePayload>;
9
+ export type AggregateStoreToAssociatedStoreType = {
10
+ _count: StoreToAssociatedStoreTypeCountAggregateOutputType | null;
11
+ _avg: StoreToAssociatedStoreTypeAvgAggregateOutputType | null;
12
+ _sum: StoreToAssociatedStoreTypeSumAggregateOutputType | null;
13
+ _min: StoreToAssociatedStoreTypeMinAggregateOutputType | null;
14
+ _max: StoreToAssociatedStoreTypeMaxAggregateOutputType | null;
15
+ };
16
+ export type StoreToAssociatedStoreTypeAvgAggregateOutputType = {
17
+ storeRecordId: number | null;
18
+ platformRecordId: number | null;
19
+ };
20
+ export type StoreToAssociatedStoreTypeSumAggregateOutputType = {
21
+ storeRecordId: bigint | null;
22
+ platformRecordId: bigint | null;
23
+ };
24
+ export type StoreToAssociatedStoreTypeMinAggregateOutputType = {
25
+ storeRecordId: bigint | null;
26
+ platformRecordId: bigint | null;
27
+ associatedStoreType: $Enums.AssociatedStoreType | null;
28
+ associatedStoreCode: string | null;
29
+ };
30
+ export type StoreToAssociatedStoreTypeMaxAggregateOutputType = {
31
+ storeRecordId: bigint | null;
32
+ platformRecordId: bigint | null;
33
+ associatedStoreType: $Enums.AssociatedStoreType | null;
34
+ associatedStoreCode: string | null;
35
+ };
36
+ export type StoreToAssociatedStoreTypeCountAggregateOutputType = {
37
+ storeRecordId: number;
38
+ platformRecordId: number;
39
+ associatedStoreType: number;
40
+ associatedStoreCode: number;
41
+ _all: number;
42
+ };
43
+ export type StoreToAssociatedStoreTypeAvgAggregateInputType = {
44
+ storeRecordId?: true;
45
+ platformRecordId?: true;
46
+ };
47
+ export type StoreToAssociatedStoreTypeSumAggregateInputType = {
48
+ storeRecordId?: true;
49
+ platformRecordId?: true;
50
+ };
51
+ export type StoreToAssociatedStoreTypeMinAggregateInputType = {
52
+ storeRecordId?: true;
53
+ platformRecordId?: true;
54
+ associatedStoreType?: true;
55
+ associatedStoreCode?: true;
56
+ };
57
+ export type StoreToAssociatedStoreTypeMaxAggregateInputType = {
58
+ storeRecordId?: true;
59
+ platformRecordId?: true;
60
+ associatedStoreType?: true;
61
+ associatedStoreCode?: true;
62
+ };
63
+ export type StoreToAssociatedStoreTypeCountAggregateInputType = {
64
+ storeRecordId?: true;
65
+ platformRecordId?: true;
66
+ associatedStoreType?: true;
67
+ associatedStoreCode?: true;
68
+ _all?: true;
69
+ };
70
+ export type StoreToAssociatedStoreTypeAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
71
+ /**
72
+ * Filter which StoreToAssociatedStoreType to aggregate.
73
+ */
74
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
75
+ /**
76
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
77
+ *
78
+ * Determine the order of StoreToAssociatedStoreTypes to fetch.
79
+ */
80
+ orderBy?: Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput | Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput[];
81
+ /**
82
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
83
+ *
84
+ * Sets the start position
85
+ */
86
+ cursor?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
87
+ /**
88
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
89
+ *
90
+ * Take `±n` StoreToAssociatedStoreTypes from the position of the cursor.
91
+ */
92
+ take?: number;
93
+ /**
94
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
95
+ *
96
+ * Skip the first `n` StoreToAssociatedStoreTypes.
97
+ */
98
+ skip?: number;
99
+ /**
100
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
101
+ *
102
+ * Count returned StoreToAssociatedStoreTypes
103
+ **/
104
+ _count?: true | StoreToAssociatedStoreTypeCountAggregateInputType;
105
+ /**
106
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
107
+ *
108
+ * Select which fields to average
109
+ **/
110
+ _avg?: StoreToAssociatedStoreTypeAvgAggregateInputType;
111
+ /**
112
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
113
+ *
114
+ * Select which fields to sum
115
+ **/
116
+ _sum?: StoreToAssociatedStoreTypeSumAggregateInputType;
117
+ /**
118
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
119
+ *
120
+ * Select which fields to find the minimum value
121
+ **/
122
+ _min?: StoreToAssociatedStoreTypeMinAggregateInputType;
123
+ /**
124
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
125
+ *
126
+ * Select which fields to find the maximum value
127
+ **/
128
+ _max?: StoreToAssociatedStoreTypeMaxAggregateInputType;
129
+ };
130
+ export type GetStoreToAssociatedStoreTypeAggregateType<T extends StoreToAssociatedStoreTypeAggregateArgs> = {
131
+ [P in keyof T & keyof AggregateStoreToAssociatedStoreType]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateStoreToAssociatedStoreType[P]> : Prisma.GetScalarType<T[P], AggregateStoreToAssociatedStoreType[P]>;
132
+ };
133
+ export type StoreToAssociatedStoreTypeGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
134
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
135
+ orderBy?: Prisma.StoreToAssociatedStoreTypeOrderByWithAggregationInput | Prisma.StoreToAssociatedStoreTypeOrderByWithAggregationInput[];
136
+ by: Prisma.StoreToAssociatedStoreTypeScalarFieldEnum[] | Prisma.StoreToAssociatedStoreTypeScalarFieldEnum;
137
+ having?: Prisma.StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput;
138
+ take?: number;
139
+ skip?: number;
140
+ _count?: StoreToAssociatedStoreTypeCountAggregateInputType | true;
141
+ _avg?: StoreToAssociatedStoreTypeAvgAggregateInputType;
142
+ _sum?: StoreToAssociatedStoreTypeSumAggregateInputType;
143
+ _min?: StoreToAssociatedStoreTypeMinAggregateInputType;
144
+ _max?: StoreToAssociatedStoreTypeMaxAggregateInputType;
145
+ };
146
+ export type StoreToAssociatedStoreTypeGroupByOutputType = {
147
+ storeRecordId: bigint;
148
+ platformRecordId: bigint;
149
+ associatedStoreType: $Enums.AssociatedStoreType;
150
+ associatedStoreCode: string;
151
+ _count: StoreToAssociatedStoreTypeCountAggregateOutputType | null;
152
+ _avg: StoreToAssociatedStoreTypeAvgAggregateOutputType | null;
153
+ _sum: StoreToAssociatedStoreTypeSumAggregateOutputType | null;
154
+ _min: StoreToAssociatedStoreTypeMinAggregateOutputType | null;
155
+ _max: StoreToAssociatedStoreTypeMaxAggregateOutputType | null;
156
+ };
157
+ type GetStoreToAssociatedStoreTypeGroupByPayload<T extends StoreToAssociatedStoreTypeGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<StoreToAssociatedStoreTypeGroupByOutputType, T['by']> & {
158
+ [P in ((keyof T) & (keyof StoreToAssociatedStoreTypeGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], StoreToAssociatedStoreTypeGroupByOutputType[P]> : Prisma.GetScalarType<T[P], StoreToAssociatedStoreTypeGroupByOutputType[P]>;
159
+ }>>;
160
+ export type StoreToAssociatedStoreTypeWhereInput = {
161
+ AND?: Prisma.StoreToAssociatedStoreTypeWhereInput | Prisma.StoreToAssociatedStoreTypeWhereInput[];
162
+ OR?: Prisma.StoreToAssociatedStoreTypeWhereInput[];
163
+ NOT?: Prisma.StoreToAssociatedStoreTypeWhereInput | Prisma.StoreToAssociatedStoreTypeWhereInput[];
164
+ storeRecordId?: Prisma.BigIntFilter<"StoreToAssociatedStoreType"> | bigint | number;
165
+ platformRecordId?: Prisma.BigIntFilter<"StoreToAssociatedStoreType"> | bigint | number;
166
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFilter<"StoreToAssociatedStoreType"> | $Enums.AssociatedStoreType;
167
+ associatedStoreCode?: Prisma.StringFilter<"StoreToAssociatedStoreType"> | string;
168
+ store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
169
+ platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
170
+ };
171
+ export type StoreToAssociatedStoreTypeOrderByWithRelationInput = {
172
+ storeRecordId?: Prisma.SortOrder;
173
+ platformRecordId?: Prisma.SortOrder;
174
+ associatedStoreType?: Prisma.SortOrder;
175
+ associatedStoreCode?: Prisma.SortOrder;
176
+ store?: Prisma.StoreOrderByWithRelationInput;
177
+ platform?: Prisma.PlatformOrderByWithRelationInput;
178
+ _relevance?: Prisma.StoreToAssociatedStoreTypeOrderByRelevanceInput;
179
+ };
180
+ export type StoreToAssociatedStoreTypeWhereUniqueInput = Prisma.AtLeast<{
181
+ storeRecordId_platformRecordId?: Prisma.StoreToAssociatedStoreTypeStoreRecordIdPlatformRecordIdCompoundUniqueInput;
182
+ AND?: Prisma.StoreToAssociatedStoreTypeWhereInput | Prisma.StoreToAssociatedStoreTypeWhereInput[];
183
+ OR?: Prisma.StoreToAssociatedStoreTypeWhereInput[];
184
+ NOT?: Prisma.StoreToAssociatedStoreTypeWhereInput | Prisma.StoreToAssociatedStoreTypeWhereInput[];
185
+ storeRecordId?: Prisma.BigIntFilter<"StoreToAssociatedStoreType"> | bigint | number;
186
+ platformRecordId?: Prisma.BigIntFilter<"StoreToAssociatedStoreType"> | bigint | number;
187
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFilter<"StoreToAssociatedStoreType"> | $Enums.AssociatedStoreType;
188
+ associatedStoreCode?: Prisma.StringFilter<"StoreToAssociatedStoreType"> | string;
189
+ store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
190
+ platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
191
+ }, "storeRecordId_platformRecordId">;
192
+ export type StoreToAssociatedStoreTypeOrderByWithAggregationInput = {
193
+ storeRecordId?: Prisma.SortOrder;
194
+ platformRecordId?: Prisma.SortOrder;
195
+ associatedStoreType?: Prisma.SortOrder;
196
+ associatedStoreCode?: Prisma.SortOrder;
197
+ _count?: Prisma.StoreToAssociatedStoreTypeCountOrderByAggregateInput;
198
+ _avg?: Prisma.StoreToAssociatedStoreTypeAvgOrderByAggregateInput;
199
+ _max?: Prisma.StoreToAssociatedStoreTypeMaxOrderByAggregateInput;
200
+ _min?: Prisma.StoreToAssociatedStoreTypeMinOrderByAggregateInput;
201
+ _sum?: Prisma.StoreToAssociatedStoreTypeSumOrderByAggregateInput;
202
+ };
203
+ export type StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput = {
204
+ AND?: Prisma.StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput | Prisma.StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput[];
205
+ OR?: Prisma.StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput[];
206
+ NOT?: Prisma.StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput | Prisma.StoreToAssociatedStoreTypeScalarWhereWithAggregatesInput[];
207
+ storeRecordId?: Prisma.BigIntWithAggregatesFilter<"StoreToAssociatedStoreType"> | bigint | number;
208
+ platformRecordId?: Prisma.BigIntWithAggregatesFilter<"StoreToAssociatedStoreType"> | bigint | number;
209
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeWithAggregatesFilter<"StoreToAssociatedStoreType"> | $Enums.AssociatedStoreType;
210
+ associatedStoreCode?: Prisma.StringWithAggregatesFilter<"StoreToAssociatedStoreType"> | string;
211
+ };
212
+ export type StoreToAssociatedStoreTypeCreateInput = {
213
+ associatedStoreType: $Enums.AssociatedStoreType;
214
+ associatedStoreCode: string;
215
+ store: Prisma.StoreCreateNestedOneWithoutStoreToAssociatedStoreTypesInput;
216
+ platform: Prisma.PlatformCreateNestedOneWithoutStoreToAssociatedStoreTypesInput;
217
+ };
218
+ export type StoreToAssociatedStoreTypeUncheckedCreateInput = {
219
+ storeRecordId: bigint | number;
220
+ platformRecordId: bigint | number;
221
+ associatedStoreType: $Enums.AssociatedStoreType;
222
+ associatedStoreCode: string;
223
+ };
224
+ export type StoreToAssociatedStoreTypeUpdateInput = {
225
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
226
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
227
+ store?: Prisma.StoreUpdateOneRequiredWithoutStoreToAssociatedStoreTypesNestedInput;
228
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutStoreToAssociatedStoreTypesNestedInput;
229
+ };
230
+ export type StoreToAssociatedStoreTypeUncheckedUpdateInput = {
231
+ storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
232
+ platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
233
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
234
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
235
+ };
236
+ export type StoreToAssociatedStoreTypeCreateManyInput = {
237
+ storeRecordId: bigint | number;
238
+ platformRecordId: bigint | number;
239
+ associatedStoreType: $Enums.AssociatedStoreType;
240
+ associatedStoreCode: string;
241
+ };
242
+ export type StoreToAssociatedStoreTypeUpdateManyMutationInput = {
243
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
244
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
245
+ };
246
+ export type StoreToAssociatedStoreTypeUncheckedUpdateManyInput = {
247
+ storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
248
+ platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
249
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
250
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
251
+ };
252
+ export type StoreToAssociatedStoreTypeListRelationFilter = {
253
+ every?: Prisma.StoreToAssociatedStoreTypeWhereInput;
254
+ some?: Prisma.StoreToAssociatedStoreTypeWhereInput;
255
+ none?: Prisma.StoreToAssociatedStoreTypeWhereInput;
256
+ };
257
+ export type StoreToAssociatedStoreTypeOrderByRelationAggregateInput = {
258
+ _count?: Prisma.SortOrder;
259
+ };
260
+ export type StoreToAssociatedStoreTypeOrderByRelevanceInput = {
261
+ fields: Prisma.StoreToAssociatedStoreTypeOrderByRelevanceFieldEnum | Prisma.StoreToAssociatedStoreTypeOrderByRelevanceFieldEnum[];
262
+ sort: Prisma.SortOrder;
263
+ search: string;
264
+ };
265
+ export type StoreToAssociatedStoreTypeStoreRecordIdPlatformRecordIdCompoundUniqueInput = {
266
+ storeRecordId: bigint | number;
267
+ platformRecordId: bigint | number;
268
+ };
269
+ export type StoreToAssociatedStoreTypeCountOrderByAggregateInput = {
270
+ storeRecordId?: Prisma.SortOrder;
271
+ platformRecordId?: Prisma.SortOrder;
272
+ associatedStoreType?: Prisma.SortOrder;
273
+ associatedStoreCode?: Prisma.SortOrder;
274
+ };
275
+ export type StoreToAssociatedStoreTypeAvgOrderByAggregateInput = {
276
+ storeRecordId?: Prisma.SortOrder;
277
+ platformRecordId?: Prisma.SortOrder;
278
+ };
279
+ export type StoreToAssociatedStoreTypeMaxOrderByAggregateInput = {
280
+ storeRecordId?: Prisma.SortOrder;
281
+ platformRecordId?: Prisma.SortOrder;
282
+ associatedStoreType?: Prisma.SortOrder;
283
+ associatedStoreCode?: Prisma.SortOrder;
284
+ };
285
+ export type StoreToAssociatedStoreTypeMinOrderByAggregateInput = {
286
+ storeRecordId?: Prisma.SortOrder;
287
+ platformRecordId?: Prisma.SortOrder;
288
+ associatedStoreType?: Prisma.SortOrder;
289
+ associatedStoreCode?: Prisma.SortOrder;
290
+ };
291
+ export type StoreToAssociatedStoreTypeSumOrderByAggregateInput = {
292
+ storeRecordId?: Prisma.SortOrder;
293
+ platformRecordId?: Prisma.SortOrder;
294
+ };
295
+ export type StoreToAssociatedStoreTypeCreateNestedManyWithoutPlatformInput = {
296
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput[];
297
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput[];
298
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyPlatformInputEnvelope;
299
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
300
+ };
301
+ export type StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutPlatformInput = {
302
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput[];
303
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput[];
304
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyPlatformInputEnvelope;
305
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
306
+ };
307
+ export type StoreToAssociatedStoreTypeUpdateManyWithoutPlatformNestedInput = {
308
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput[];
309
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput[];
310
+ upsert?: Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutPlatformInput[];
311
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyPlatformInputEnvelope;
312
+ set?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
313
+ disconnect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
314
+ delete?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
315
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
316
+ update?: Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutPlatformInput[];
317
+ updateMany?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutPlatformInput[];
318
+ deleteMany?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput | Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
319
+ };
320
+ export type StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutPlatformNestedInput = {
321
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput[];
322
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput[];
323
+ upsert?: Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutPlatformInput[];
324
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyPlatformInputEnvelope;
325
+ set?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
326
+ disconnect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
327
+ delete?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
328
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
329
+ update?: Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutPlatformInput[];
330
+ updateMany?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutPlatformInput | Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutPlatformInput[];
331
+ deleteMany?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput | Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
332
+ };
333
+ export type EnumAssociatedStoreTypeFieldUpdateOperationsInput = {
334
+ set?: $Enums.AssociatedStoreType;
335
+ };
336
+ export type StoreToAssociatedStoreTypeCreateNestedManyWithoutStoreInput = {
337
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput[];
338
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput[];
339
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyStoreInputEnvelope;
340
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
341
+ };
342
+ export type StoreToAssociatedStoreTypeUncheckedCreateNestedManyWithoutStoreInput = {
343
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput[];
344
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput[];
345
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyStoreInputEnvelope;
346
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
347
+ };
348
+ export type StoreToAssociatedStoreTypeUpdateManyWithoutStoreNestedInput = {
349
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput[];
350
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput[];
351
+ upsert?: Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutStoreInput[];
352
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyStoreInputEnvelope;
353
+ set?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
354
+ disconnect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
355
+ delete?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
356
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
357
+ update?: Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutStoreInput[];
358
+ updateMany?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutStoreInput[];
359
+ deleteMany?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput | Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
360
+ };
361
+ export type StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreNestedInput = {
362
+ create?: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput> | Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput[] | Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput[];
363
+ connectOrCreate?: Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput[];
364
+ upsert?: Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutStoreInput[];
365
+ createMany?: Prisma.StoreToAssociatedStoreTypeCreateManyStoreInputEnvelope;
366
+ set?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
367
+ disconnect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
368
+ delete?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
369
+ connect?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput | Prisma.StoreToAssociatedStoreTypeWhereUniqueInput[];
370
+ update?: Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutStoreInput[];
371
+ updateMany?: Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutStoreInput | Prisma.StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutStoreInput[];
372
+ deleteMany?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput | Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
373
+ };
374
+ export type StoreToAssociatedStoreTypeCreateWithoutPlatformInput = {
375
+ associatedStoreType: $Enums.AssociatedStoreType;
376
+ associatedStoreCode: string;
377
+ store: Prisma.StoreCreateNestedOneWithoutStoreToAssociatedStoreTypesInput;
378
+ };
379
+ export type StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput = {
380
+ storeRecordId: bigint | number;
381
+ associatedStoreType: $Enums.AssociatedStoreType;
382
+ associatedStoreCode: string;
383
+ };
384
+ export type StoreToAssociatedStoreTypeCreateOrConnectWithoutPlatformInput = {
385
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
386
+ create: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput>;
387
+ };
388
+ export type StoreToAssociatedStoreTypeCreateManyPlatformInputEnvelope = {
389
+ data: Prisma.StoreToAssociatedStoreTypeCreateManyPlatformInput | Prisma.StoreToAssociatedStoreTypeCreateManyPlatformInput[];
390
+ skipDuplicates?: boolean;
391
+ };
392
+ export type StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutPlatformInput = {
393
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
394
+ update: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateWithoutPlatformInput>;
395
+ create: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutPlatformInput>;
396
+ };
397
+ export type StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutPlatformInput = {
398
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
399
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateWithoutPlatformInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateWithoutPlatformInput>;
400
+ };
401
+ export type StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutPlatformInput = {
402
+ where: Prisma.StoreToAssociatedStoreTypeScalarWhereInput;
403
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateManyMutationInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutPlatformInput>;
404
+ };
405
+ export type StoreToAssociatedStoreTypeScalarWhereInput = {
406
+ AND?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput | Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
407
+ OR?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
408
+ NOT?: Prisma.StoreToAssociatedStoreTypeScalarWhereInput | Prisma.StoreToAssociatedStoreTypeScalarWhereInput[];
409
+ storeRecordId?: Prisma.BigIntFilter<"StoreToAssociatedStoreType"> | bigint | number;
410
+ platformRecordId?: Prisma.BigIntFilter<"StoreToAssociatedStoreType"> | bigint | number;
411
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFilter<"StoreToAssociatedStoreType"> | $Enums.AssociatedStoreType;
412
+ associatedStoreCode?: Prisma.StringFilter<"StoreToAssociatedStoreType"> | string;
413
+ };
414
+ export type StoreToAssociatedStoreTypeCreateWithoutStoreInput = {
415
+ associatedStoreType: $Enums.AssociatedStoreType;
416
+ associatedStoreCode: string;
417
+ platform: Prisma.PlatformCreateNestedOneWithoutStoreToAssociatedStoreTypesInput;
418
+ };
419
+ export type StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput = {
420
+ platformRecordId: bigint | number;
421
+ associatedStoreType: $Enums.AssociatedStoreType;
422
+ associatedStoreCode: string;
423
+ };
424
+ export type StoreToAssociatedStoreTypeCreateOrConnectWithoutStoreInput = {
425
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
426
+ create: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput>;
427
+ };
428
+ export type StoreToAssociatedStoreTypeCreateManyStoreInputEnvelope = {
429
+ data: Prisma.StoreToAssociatedStoreTypeCreateManyStoreInput | Prisma.StoreToAssociatedStoreTypeCreateManyStoreInput[];
430
+ skipDuplicates?: boolean;
431
+ };
432
+ export type StoreToAssociatedStoreTypeUpsertWithWhereUniqueWithoutStoreInput = {
433
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
434
+ update: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateWithoutStoreInput>;
435
+ create: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateWithoutStoreInput>;
436
+ };
437
+ export type StoreToAssociatedStoreTypeUpdateWithWhereUniqueWithoutStoreInput = {
438
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
439
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateWithoutStoreInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateWithoutStoreInput>;
440
+ };
441
+ export type StoreToAssociatedStoreTypeUpdateManyWithWhereWithoutStoreInput = {
442
+ where: Prisma.StoreToAssociatedStoreTypeScalarWhereInput;
443
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateManyMutationInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreInput>;
444
+ };
445
+ export type StoreToAssociatedStoreTypeCreateManyPlatformInput = {
446
+ storeRecordId: bigint | number;
447
+ associatedStoreType: $Enums.AssociatedStoreType;
448
+ associatedStoreCode: string;
449
+ };
450
+ export type StoreToAssociatedStoreTypeUpdateWithoutPlatformInput = {
451
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
452
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
453
+ store?: Prisma.StoreUpdateOneRequiredWithoutStoreToAssociatedStoreTypesNestedInput;
454
+ };
455
+ export type StoreToAssociatedStoreTypeUncheckedUpdateWithoutPlatformInput = {
456
+ storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
457
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
458
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
459
+ };
460
+ export type StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutPlatformInput = {
461
+ storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
462
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
463
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
464
+ };
465
+ export type StoreToAssociatedStoreTypeCreateManyStoreInput = {
466
+ platformRecordId: bigint | number;
467
+ associatedStoreType: $Enums.AssociatedStoreType;
468
+ associatedStoreCode: string;
469
+ };
470
+ export type StoreToAssociatedStoreTypeUpdateWithoutStoreInput = {
471
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
472
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
473
+ platform?: Prisma.PlatformUpdateOneRequiredWithoutStoreToAssociatedStoreTypesNestedInput;
474
+ };
475
+ export type StoreToAssociatedStoreTypeUncheckedUpdateWithoutStoreInput = {
476
+ platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
477
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
478
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
479
+ };
480
+ export type StoreToAssociatedStoreTypeUncheckedUpdateManyWithoutStoreInput = {
481
+ platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
482
+ associatedStoreType?: Prisma.EnumAssociatedStoreTypeFieldUpdateOperationsInput | $Enums.AssociatedStoreType;
483
+ associatedStoreCode?: Prisma.StringFieldUpdateOperationsInput | string;
484
+ };
485
+ export type StoreToAssociatedStoreTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
486
+ storeRecordId?: boolean;
487
+ platformRecordId?: boolean;
488
+ associatedStoreType?: boolean;
489
+ associatedStoreCode?: boolean;
490
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
491
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
492
+ }, ExtArgs["result"]["storeToAssociatedStoreType"]>;
493
+ export type StoreToAssociatedStoreTypeSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
494
+ storeRecordId?: boolean;
495
+ platformRecordId?: boolean;
496
+ associatedStoreType?: boolean;
497
+ associatedStoreCode?: boolean;
498
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
499
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
500
+ }, ExtArgs["result"]["storeToAssociatedStoreType"]>;
501
+ export type StoreToAssociatedStoreTypeSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
502
+ storeRecordId?: boolean;
503
+ platformRecordId?: boolean;
504
+ associatedStoreType?: boolean;
505
+ associatedStoreCode?: boolean;
506
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
507
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
508
+ }, ExtArgs["result"]["storeToAssociatedStoreType"]>;
509
+ export type StoreToAssociatedStoreTypeSelectScalar = {
510
+ storeRecordId?: boolean;
511
+ platformRecordId?: boolean;
512
+ associatedStoreType?: boolean;
513
+ associatedStoreCode?: boolean;
514
+ };
515
+ export type StoreToAssociatedStoreTypeOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"storeRecordId" | "platformRecordId" | "associatedStoreType" | "associatedStoreCode", ExtArgs["result"]["storeToAssociatedStoreType"]>;
516
+ export type StoreToAssociatedStoreTypeInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
517
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
518
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
519
+ };
520
+ export type StoreToAssociatedStoreTypeIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
521
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
522
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
523
+ };
524
+ export type StoreToAssociatedStoreTypeIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
525
+ store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
526
+ platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
527
+ };
528
+ export type $StoreToAssociatedStoreTypePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
529
+ name: "StoreToAssociatedStoreType";
530
+ objects: {
531
+ store: Prisma.$StorePayload<ExtArgs>;
532
+ platform: Prisma.$PlatformPayload<ExtArgs>;
533
+ };
534
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
535
+ storeRecordId: bigint;
536
+ platformRecordId: bigint;
537
+ associatedStoreType: $Enums.AssociatedStoreType;
538
+ associatedStoreCode: string;
539
+ }, ExtArgs["result"]["storeToAssociatedStoreType"]>;
540
+ composites: {};
541
+ };
542
+ export type StoreToAssociatedStoreTypeGetPayload<S extends boolean | null | undefined | StoreToAssociatedStoreTypeDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload, S>;
543
+ export type StoreToAssociatedStoreTypeCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<StoreToAssociatedStoreTypeFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
544
+ select?: StoreToAssociatedStoreTypeCountAggregateInputType | true;
545
+ };
546
+ export interface StoreToAssociatedStoreTypeDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
547
+ [K: symbol]: {
548
+ types: Prisma.TypeMap<ExtArgs>['model']['StoreToAssociatedStoreType'];
549
+ meta: {
550
+ name: 'StoreToAssociatedStoreType';
551
+ };
552
+ };
553
+ /**
554
+ * Find zero or one StoreToAssociatedStoreType that matches the filter.
555
+ * @param {StoreToAssociatedStoreTypeFindUniqueArgs} args - Arguments to find a StoreToAssociatedStoreType
556
+ * @example
557
+ * // Get one StoreToAssociatedStoreType
558
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.findUnique({
559
+ * where: {
560
+ * // ... provide filter here
561
+ * }
562
+ * })
563
+ */
564
+ findUnique<T extends StoreToAssociatedStoreTypeFindUniqueArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeFindUniqueArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
565
+ /**
566
+ * Find one StoreToAssociatedStoreType that matches the filter or throw an error with `error.code='P2025'`
567
+ * if no matches were found.
568
+ * @param {StoreToAssociatedStoreTypeFindUniqueOrThrowArgs} args - Arguments to find a StoreToAssociatedStoreType
569
+ * @example
570
+ * // Get one StoreToAssociatedStoreType
571
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.findUniqueOrThrow({
572
+ * where: {
573
+ * // ... provide filter here
574
+ * }
575
+ * })
576
+ */
577
+ findUniqueOrThrow<T extends StoreToAssociatedStoreTypeFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
578
+ /**
579
+ * Find the first StoreToAssociatedStoreType that matches the filter.
580
+ * Note, that providing `undefined` is treated as the value not being there.
581
+ * Read more here: https://pris.ly/d/null-undefined
582
+ * @param {StoreToAssociatedStoreTypeFindFirstArgs} args - Arguments to find a StoreToAssociatedStoreType
583
+ * @example
584
+ * // Get one StoreToAssociatedStoreType
585
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.findFirst({
586
+ * where: {
587
+ * // ... provide filter here
588
+ * }
589
+ * })
590
+ */
591
+ findFirst<T extends StoreToAssociatedStoreTypeFindFirstArgs>(args?: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeFindFirstArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
592
+ /**
593
+ * Find the first StoreToAssociatedStoreType that matches the filter or
594
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
595
+ * Note, that providing `undefined` is treated as the value not being there.
596
+ * Read more here: https://pris.ly/d/null-undefined
597
+ * @param {StoreToAssociatedStoreTypeFindFirstOrThrowArgs} args - Arguments to find a StoreToAssociatedStoreType
598
+ * @example
599
+ * // Get one StoreToAssociatedStoreType
600
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.findFirstOrThrow({
601
+ * where: {
602
+ * // ... provide filter here
603
+ * }
604
+ * })
605
+ */
606
+ findFirstOrThrow<T extends StoreToAssociatedStoreTypeFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
607
+ /**
608
+ * Find zero or more StoreToAssociatedStoreTypes that matches the filter.
609
+ * Note, that providing `undefined` is treated as the value not being there.
610
+ * Read more here: https://pris.ly/d/null-undefined
611
+ * @param {StoreToAssociatedStoreTypeFindManyArgs} args - Arguments to filter and select certain fields only.
612
+ * @example
613
+ * // Get all StoreToAssociatedStoreTypes
614
+ * const storeToAssociatedStoreTypes = await prisma.storeToAssociatedStoreType.findMany()
615
+ *
616
+ * // Get first 10 StoreToAssociatedStoreTypes
617
+ * const storeToAssociatedStoreTypes = await prisma.storeToAssociatedStoreType.findMany({ take: 10 })
618
+ *
619
+ * // Only select the `storeRecordId`
620
+ * const storeToAssociatedStoreTypeWithStoreRecordIdOnly = await prisma.storeToAssociatedStoreType.findMany({ select: { storeRecordId: true } })
621
+ *
622
+ */
623
+ findMany<T extends StoreToAssociatedStoreTypeFindManyArgs>(args?: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
624
+ /**
625
+ * Create a StoreToAssociatedStoreType.
626
+ * @param {StoreToAssociatedStoreTypeCreateArgs} args - Arguments to create a StoreToAssociatedStoreType.
627
+ * @example
628
+ * // Create one StoreToAssociatedStoreType
629
+ * const StoreToAssociatedStoreType = await prisma.storeToAssociatedStoreType.create({
630
+ * data: {
631
+ * // ... data to create a StoreToAssociatedStoreType
632
+ * }
633
+ * })
634
+ *
635
+ */
636
+ create<T extends StoreToAssociatedStoreTypeCreateArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeCreateArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
637
+ /**
638
+ * Create many StoreToAssociatedStoreTypes.
639
+ * @param {StoreToAssociatedStoreTypeCreateManyArgs} args - Arguments to create many StoreToAssociatedStoreTypes.
640
+ * @example
641
+ * // Create many StoreToAssociatedStoreTypes
642
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.createMany({
643
+ * data: [
644
+ * // ... provide data here
645
+ * ]
646
+ * })
647
+ *
648
+ */
649
+ createMany<T extends StoreToAssociatedStoreTypeCreateManyArgs>(args?: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
650
+ /**
651
+ * Create many StoreToAssociatedStoreTypes and returns the data saved in the database.
652
+ * @param {StoreToAssociatedStoreTypeCreateManyAndReturnArgs} args - Arguments to create many StoreToAssociatedStoreTypes.
653
+ * @example
654
+ * // Create many StoreToAssociatedStoreTypes
655
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.createManyAndReturn({
656
+ * data: [
657
+ * // ... provide data here
658
+ * ]
659
+ * })
660
+ *
661
+ * // Create many StoreToAssociatedStoreTypes and only return the `storeRecordId`
662
+ * const storeToAssociatedStoreTypeWithStoreRecordIdOnly = await prisma.storeToAssociatedStoreType.createManyAndReturn({
663
+ * select: { storeRecordId: true },
664
+ * data: [
665
+ * // ... provide data here
666
+ * ]
667
+ * })
668
+ * Note, that providing `undefined` is treated as the value not being there.
669
+ * Read more here: https://pris.ly/d/null-undefined
670
+ *
671
+ */
672
+ createManyAndReturn<T extends StoreToAssociatedStoreTypeCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
673
+ /**
674
+ * Delete a StoreToAssociatedStoreType.
675
+ * @param {StoreToAssociatedStoreTypeDeleteArgs} args - Arguments to delete one StoreToAssociatedStoreType.
676
+ * @example
677
+ * // Delete one StoreToAssociatedStoreType
678
+ * const StoreToAssociatedStoreType = await prisma.storeToAssociatedStoreType.delete({
679
+ * where: {
680
+ * // ... filter to delete one StoreToAssociatedStoreType
681
+ * }
682
+ * })
683
+ *
684
+ */
685
+ delete<T extends StoreToAssociatedStoreTypeDeleteArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeDeleteArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
686
+ /**
687
+ * Update one StoreToAssociatedStoreType.
688
+ * @param {StoreToAssociatedStoreTypeUpdateArgs} args - Arguments to update one StoreToAssociatedStoreType.
689
+ * @example
690
+ * // Update one StoreToAssociatedStoreType
691
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.update({
692
+ * where: {
693
+ * // ... provide filter here
694
+ * },
695
+ * data: {
696
+ * // ... provide data here
697
+ * }
698
+ * })
699
+ *
700
+ */
701
+ update<T extends StoreToAssociatedStoreTypeUpdateArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeUpdateArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
702
+ /**
703
+ * Delete zero or more StoreToAssociatedStoreTypes.
704
+ * @param {StoreToAssociatedStoreTypeDeleteManyArgs} args - Arguments to filter StoreToAssociatedStoreTypes to delete.
705
+ * @example
706
+ * // Delete a few StoreToAssociatedStoreTypes
707
+ * const { count } = await prisma.storeToAssociatedStoreType.deleteMany({
708
+ * where: {
709
+ * // ... provide filter here
710
+ * }
711
+ * })
712
+ *
713
+ */
714
+ deleteMany<T extends StoreToAssociatedStoreTypeDeleteManyArgs>(args?: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
715
+ /**
716
+ * Update zero or more StoreToAssociatedStoreTypes.
717
+ * Note, that providing `undefined` is treated as the value not being there.
718
+ * Read more here: https://pris.ly/d/null-undefined
719
+ * @param {StoreToAssociatedStoreTypeUpdateManyArgs} args - Arguments to update one or more rows.
720
+ * @example
721
+ * // Update many StoreToAssociatedStoreTypes
722
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.updateMany({
723
+ * where: {
724
+ * // ... provide filter here
725
+ * },
726
+ * data: {
727
+ * // ... provide data here
728
+ * }
729
+ * })
730
+ *
731
+ */
732
+ updateMany<T extends StoreToAssociatedStoreTypeUpdateManyArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
733
+ /**
734
+ * Update zero or more StoreToAssociatedStoreTypes and returns the data updated in the database.
735
+ * @param {StoreToAssociatedStoreTypeUpdateManyAndReturnArgs} args - Arguments to update many StoreToAssociatedStoreTypes.
736
+ * @example
737
+ * // Update many StoreToAssociatedStoreTypes
738
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.updateManyAndReturn({
739
+ * where: {
740
+ * // ... provide filter here
741
+ * },
742
+ * data: [
743
+ * // ... provide data here
744
+ * ]
745
+ * })
746
+ *
747
+ * // Update zero or more StoreToAssociatedStoreTypes and only return the `storeRecordId`
748
+ * const storeToAssociatedStoreTypeWithStoreRecordIdOnly = await prisma.storeToAssociatedStoreType.updateManyAndReturn({
749
+ * select: { storeRecordId: true },
750
+ * where: {
751
+ * // ... provide filter here
752
+ * },
753
+ * data: [
754
+ * // ... provide data here
755
+ * ]
756
+ * })
757
+ * Note, that providing `undefined` is treated as the value not being there.
758
+ * Read more here: https://pris.ly/d/null-undefined
759
+ *
760
+ */
761
+ updateManyAndReturn<T extends StoreToAssociatedStoreTypeUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
762
+ /**
763
+ * Create or update one StoreToAssociatedStoreType.
764
+ * @param {StoreToAssociatedStoreTypeUpsertArgs} args - Arguments to update or create a StoreToAssociatedStoreType.
765
+ * @example
766
+ * // Update or create a StoreToAssociatedStoreType
767
+ * const storeToAssociatedStoreType = await prisma.storeToAssociatedStoreType.upsert({
768
+ * create: {
769
+ * // ... data to create a StoreToAssociatedStoreType
770
+ * },
771
+ * update: {
772
+ * // ... in case it already exists, update
773
+ * },
774
+ * where: {
775
+ * // ... the filter for the StoreToAssociatedStoreType we want to update
776
+ * }
777
+ * })
778
+ */
779
+ upsert<T extends StoreToAssociatedStoreTypeUpsertArgs>(args: Prisma.SelectSubset<T, StoreToAssociatedStoreTypeUpsertArgs<ExtArgs>>): Prisma.Prisma__StoreToAssociatedStoreTypeClient<runtime.Types.Result.GetResult<Prisma.$StoreToAssociatedStoreTypePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
780
+ /**
781
+ * Count the number of StoreToAssociatedStoreTypes.
782
+ * Note, that providing `undefined` is treated as the value not being there.
783
+ * Read more here: https://pris.ly/d/null-undefined
784
+ * @param {StoreToAssociatedStoreTypeCountArgs} args - Arguments to filter StoreToAssociatedStoreTypes to count.
785
+ * @example
786
+ * // Count the number of StoreToAssociatedStoreTypes
787
+ * const count = await prisma.storeToAssociatedStoreType.count({
788
+ * where: {
789
+ * // ... the filter for the StoreToAssociatedStoreTypes we want to count
790
+ * }
791
+ * })
792
+ **/
793
+ count<T extends StoreToAssociatedStoreTypeCountArgs>(args?: Prisma.Subset<T, StoreToAssociatedStoreTypeCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], StoreToAssociatedStoreTypeCountAggregateOutputType> : number>;
794
+ /**
795
+ * Allows you to perform aggregations operations on a StoreToAssociatedStoreType.
796
+ * Note, that providing `undefined` is treated as the value not being there.
797
+ * Read more here: https://pris.ly/d/null-undefined
798
+ * @param {StoreToAssociatedStoreTypeAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
799
+ * @example
800
+ * // Ordered by age ascending
801
+ * // Where email contains prisma.io
802
+ * // Limited to the 10 users
803
+ * const aggregations = await prisma.user.aggregate({
804
+ * _avg: {
805
+ * age: true,
806
+ * },
807
+ * where: {
808
+ * email: {
809
+ * contains: "prisma.io",
810
+ * },
811
+ * },
812
+ * orderBy: {
813
+ * age: "asc",
814
+ * },
815
+ * take: 10,
816
+ * })
817
+ **/
818
+ aggregate<T extends StoreToAssociatedStoreTypeAggregateArgs>(args: Prisma.Subset<T, StoreToAssociatedStoreTypeAggregateArgs>): Prisma.PrismaPromise<GetStoreToAssociatedStoreTypeAggregateType<T>>;
819
+ /**
820
+ * Group by StoreToAssociatedStoreType.
821
+ * Note, that providing `undefined` is treated as the value not being there.
822
+ * Read more here: https://pris.ly/d/null-undefined
823
+ * @param {StoreToAssociatedStoreTypeGroupByArgs} args - Group by arguments.
824
+ * @example
825
+ * // Group by city, order by createdAt, get count
826
+ * const result = await prisma.user.groupBy({
827
+ * by: ['city', 'createdAt'],
828
+ * orderBy: {
829
+ * createdAt: true
830
+ * },
831
+ * _count: {
832
+ * _all: true
833
+ * },
834
+ * })
835
+ *
836
+ **/
837
+ groupBy<T extends StoreToAssociatedStoreTypeGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
838
+ orderBy: StoreToAssociatedStoreTypeGroupByArgs['orderBy'];
839
+ } : {
840
+ orderBy?: StoreToAssociatedStoreTypeGroupByArgs['orderBy'];
841
+ }, 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 ? {
842
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
843
+ Error,
844
+ 'Field ',
845
+ P,
846
+ ` in "having" needs to be provided in "by"`
847
+ ];
848
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
849
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
850
+ }[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 ? {} : {
851
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
852
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
853
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
854
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, StoreToAssociatedStoreTypeGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetStoreToAssociatedStoreTypeGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
855
+ /**
856
+ * Fields of the StoreToAssociatedStoreType model
857
+ */
858
+ readonly fields: StoreToAssociatedStoreTypeFieldRefs;
859
+ }
860
+ /**
861
+ * The delegate class that acts as a "Promise-like" for StoreToAssociatedStoreType.
862
+ * Why is this prefixed with `Prisma__`?
863
+ * Because we want to prevent naming conflicts as mentioned in
864
+ * https://github.com/prisma/prisma-client-js/issues/707
865
+ */
866
+ export interface Prisma__StoreToAssociatedStoreTypeClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
867
+ readonly [Symbol.toStringTag]: "PrismaPromise";
868
+ store<T extends Prisma.StoreDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.StoreDefaultArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
869
+ platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
870
+ /**
871
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
872
+ * @param onfulfilled The callback to execute when the Promise is resolved.
873
+ * @param onrejected The callback to execute when the Promise is rejected.
874
+ * @returns A Promise for the completion of which ever callback is executed.
875
+ */
876
+ 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>;
877
+ /**
878
+ * Attaches a callback for only the rejection of the Promise.
879
+ * @param onrejected The callback to execute when the Promise is rejected.
880
+ * @returns A Promise for the completion of the callback.
881
+ */
882
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
883
+ /**
884
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
885
+ * resolved value cannot be modified from the callback.
886
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
887
+ * @returns A Promise for the completion of the callback.
888
+ */
889
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
890
+ }
891
+ /**
892
+ * Fields of the StoreToAssociatedStoreType model
893
+ */
894
+ export interface StoreToAssociatedStoreTypeFieldRefs {
895
+ readonly storeRecordId: Prisma.FieldRef<"StoreToAssociatedStoreType", 'BigInt'>;
896
+ readonly platformRecordId: Prisma.FieldRef<"StoreToAssociatedStoreType", 'BigInt'>;
897
+ readonly associatedStoreType: Prisma.FieldRef<"StoreToAssociatedStoreType", 'AssociatedStoreType'>;
898
+ readonly associatedStoreCode: Prisma.FieldRef<"StoreToAssociatedStoreType", 'String'>;
899
+ }
900
+ /**
901
+ * StoreToAssociatedStoreType findUnique
902
+ */
903
+ export type StoreToAssociatedStoreTypeFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
904
+ /**
905
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
906
+ */
907
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
908
+ /**
909
+ * Omit specific fields from the StoreToAssociatedStoreType
910
+ */
911
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
912
+ /**
913
+ * Choose, which related nodes to fetch as well
914
+ */
915
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
916
+ /**
917
+ * Filter, which StoreToAssociatedStoreType to fetch.
918
+ */
919
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
920
+ };
921
+ /**
922
+ * StoreToAssociatedStoreType findUniqueOrThrow
923
+ */
924
+ export type StoreToAssociatedStoreTypeFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
925
+ /**
926
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
927
+ */
928
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
929
+ /**
930
+ * Omit specific fields from the StoreToAssociatedStoreType
931
+ */
932
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
933
+ /**
934
+ * Choose, which related nodes to fetch as well
935
+ */
936
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
937
+ /**
938
+ * Filter, which StoreToAssociatedStoreType to fetch.
939
+ */
940
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
941
+ };
942
+ /**
943
+ * StoreToAssociatedStoreType findFirst
944
+ */
945
+ export type StoreToAssociatedStoreTypeFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
946
+ /**
947
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
948
+ */
949
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
950
+ /**
951
+ * Omit specific fields from the StoreToAssociatedStoreType
952
+ */
953
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
954
+ /**
955
+ * Choose, which related nodes to fetch as well
956
+ */
957
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
958
+ /**
959
+ * Filter, which StoreToAssociatedStoreType to fetch.
960
+ */
961
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
962
+ /**
963
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
964
+ *
965
+ * Determine the order of StoreToAssociatedStoreTypes to fetch.
966
+ */
967
+ orderBy?: Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput | Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput[];
968
+ /**
969
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
970
+ *
971
+ * Sets the position for searching for StoreToAssociatedStoreTypes.
972
+ */
973
+ cursor?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
974
+ /**
975
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
976
+ *
977
+ * Take `±n` StoreToAssociatedStoreTypes from the position of the cursor.
978
+ */
979
+ take?: number;
980
+ /**
981
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
982
+ *
983
+ * Skip the first `n` StoreToAssociatedStoreTypes.
984
+ */
985
+ skip?: number;
986
+ /**
987
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
988
+ *
989
+ * Filter by unique combinations of StoreToAssociatedStoreTypes.
990
+ */
991
+ distinct?: Prisma.StoreToAssociatedStoreTypeScalarFieldEnum | Prisma.StoreToAssociatedStoreTypeScalarFieldEnum[];
992
+ };
993
+ /**
994
+ * StoreToAssociatedStoreType findFirstOrThrow
995
+ */
996
+ export type StoreToAssociatedStoreTypeFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
997
+ /**
998
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
999
+ */
1000
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1001
+ /**
1002
+ * Omit specific fields from the StoreToAssociatedStoreType
1003
+ */
1004
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1005
+ /**
1006
+ * Choose, which related nodes to fetch as well
1007
+ */
1008
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1009
+ /**
1010
+ * Filter, which StoreToAssociatedStoreType to fetch.
1011
+ */
1012
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
1013
+ /**
1014
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1015
+ *
1016
+ * Determine the order of StoreToAssociatedStoreTypes to fetch.
1017
+ */
1018
+ orderBy?: Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput | Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput[];
1019
+ /**
1020
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1021
+ *
1022
+ * Sets the position for searching for StoreToAssociatedStoreTypes.
1023
+ */
1024
+ cursor?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
1025
+ /**
1026
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1027
+ *
1028
+ * Take `±n` StoreToAssociatedStoreTypes from the position of the cursor.
1029
+ */
1030
+ take?: number;
1031
+ /**
1032
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1033
+ *
1034
+ * Skip the first `n` StoreToAssociatedStoreTypes.
1035
+ */
1036
+ skip?: number;
1037
+ /**
1038
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1039
+ *
1040
+ * Filter by unique combinations of StoreToAssociatedStoreTypes.
1041
+ */
1042
+ distinct?: Prisma.StoreToAssociatedStoreTypeScalarFieldEnum | Prisma.StoreToAssociatedStoreTypeScalarFieldEnum[];
1043
+ };
1044
+ /**
1045
+ * StoreToAssociatedStoreType findMany
1046
+ */
1047
+ export type StoreToAssociatedStoreTypeFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1048
+ /**
1049
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1050
+ */
1051
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1052
+ /**
1053
+ * Omit specific fields from the StoreToAssociatedStoreType
1054
+ */
1055
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1056
+ /**
1057
+ * Choose, which related nodes to fetch as well
1058
+ */
1059
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1060
+ /**
1061
+ * Filter, which StoreToAssociatedStoreTypes to fetch.
1062
+ */
1063
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
1064
+ /**
1065
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1066
+ *
1067
+ * Determine the order of StoreToAssociatedStoreTypes to fetch.
1068
+ */
1069
+ orderBy?: Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput | Prisma.StoreToAssociatedStoreTypeOrderByWithRelationInput[];
1070
+ /**
1071
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1072
+ *
1073
+ * Sets the position for listing StoreToAssociatedStoreTypes.
1074
+ */
1075
+ cursor?: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
1076
+ /**
1077
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1078
+ *
1079
+ * Take `±n` StoreToAssociatedStoreTypes from the position of the cursor.
1080
+ */
1081
+ take?: number;
1082
+ /**
1083
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1084
+ *
1085
+ * Skip the first `n` StoreToAssociatedStoreTypes.
1086
+ */
1087
+ skip?: number;
1088
+ distinct?: Prisma.StoreToAssociatedStoreTypeScalarFieldEnum | Prisma.StoreToAssociatedStoreTypeScalarFieldEnum[];
1089
+ };
1090
+ /**
1091
+ * StoreToAssociatedStoreType create
1092
+ */
1093
+ export type StoreToAssociatedStoreTypeCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1094
+ /**
1095
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1096
+ */
1097
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1098
+ /**
1099
+ * Omit specific fields from the StoreToAssociatedStoreType
1100
+ */
1101
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1102
+ /**
1103
+ * Choose, which related nodes to fetch as well
1104
+ */
1105
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1106
+ /**
1107
+ * The data needed to create a StoreToAssociatedStoreType.
1108
+ */
1109
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateInput>;
1110
+ };
1111
+ /**
1112
+ * StoreToAssociatedStoreType createMany
1113
+ */
1114
+ export type StoreToAssociatedStoreTypeCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1115
+ /**
1116
+ * The data used to create many StoreToAssociatedStoreTypes.
1117
+ */
1118
+ data: Prisma.StoreToAssociatedStoreTypeCreateManyInput | Prisma.StoreToAssociatedStoreTypeCreateManyInput[];
1119
+ skipDuplicates?: boolean;
1120
+ };
1121
+ /**
1122
+ * StoreToAssociatedStoreType createManyAndReturn
1123
+ */
1124
+ export type StoreToAssociatedStoreTypeCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1125
+ /**
1126
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1127
+ */
1128
+ select?: Prisma.StoreToAssociatedStoreTypeSelectCreateManyAndReturn<ExtArgs> | null;
1129
+ /**
1130
+ * Omit specific fields from the StoreToAssociatedStoreType
1131
+ */
1132
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1133
+ /**
1134
+ * The data used to create many StoreToAssociatedStoreTypes.
1135
+ */
1136
+ data: Prisma.StoreToAssociatedStoreTypeCreateManyInput | Prisma.StoreToAssociatedStoreTypeCreateManyInput[];
1137
+ skipDuplicates?: boolean;
1138
+ /**
1139
+ * Choose, which related nodes to fetch as well
1140
+ */
1141
+ include?: Prisma.StoreToAssociatedStoreTypeIncludeCreateManyAndReturn<ExtArgs> | null;
1142
+ };
1143
+ /**
1144
+ * StoreToAssociatedStoreType update
1145
+ */
1146
+ export type StoreToAssociatedStoreTypeUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1147
+ /**
1148
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1149
+ */
1150
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1151
+ /**
1152
+ * Omit specific fields from the StoreToAssociatedStoreType
1153
+ */
1154
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1155
+ /**
1156
+ * Choose, which related nodes to fetch as well
1157
+ */
1158
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1159
+ /**
1160
+ * The data needed to update a StoreToAssociatedStoreType.
1161
+ */
1162
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateInput>;
1163
+ /**
1164
+ * Choose, which StoreToAssociatedStoreType to update.
1165
+ */
1166
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
1167
+ };
1168
+ /**
1169
+ * StoreToAssociatedStoreType updateMany
1170
+ */
1171
+ export type StoreToAssociatedStoreTypeUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1172
+ /**
1173
+ * The data used to update StoreToAssociatedStoreTypes.
1174
+ */
1175
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateManyMutationInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyInput>;
1176
+ /**
1177
+ * Filter which StoreToAssociatedStoreTypes to update
1178
+ */
1179
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
1180
+ /**
1181
+ * Limit how many StoreToAssociatedStoreTypes to update.
1182
+ */
1183
+ limit?: number;
1184
+ };
1185
+ /**
1186
+ * StoreToAssociatedStoreType updateManyAndReturn
1187
+ */
1188
+ export type StoreToAssociatedStoreTypeUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1189
+ /**
1190
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1191
+ */
1192
+ select?: Prisma.StoreToAssociatedStoreTypeSelectUpdateManyAndReturn<ExtArgs> | null;
1193
+ /**
1194
+ * Omit specific fields from the StoreToAssociatedStoreType
1195
+ */
1196
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1197
+ /**
1198
+ * The data used to update StoreToAssociatedStoreTypes.
1199
+ */
1200
+ data: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateManyMutationInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateManyInput>;
1201
+ /**
1202
+ * Filter which StoreToAssociatedStoreTypes to update
1203
+ */
1204
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
1205
+ /**
1206
+ * Limit how many StoreToAssociatedStoreTypes to update.
1207
+ */
1208
+ limit?: number;
1209
+ /**
1210
+ * Choose, which related nodes to fetch as well
1211
+ */
1212
+ include?: Prisma.StoreToAssociatedStoreTypeIncludeUpdateManyAndReturn<ExtArgs> | null;
1213
+ };
1214
+ /**
1215
+ * StoreToAssociatedStoreType upsert
1216
+ */
1217
+ export type StoreToAssociatedStoreTypeUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1218
+ /**
1219
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1220
+ */
1221
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1222
+ /**
1223
+ * Omit specific fields from the StoreToAssociatedStoreType
1224
+ */
1225
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1226
+ /**
1227
+ * Choose, which related nodes to fetch as well
1228
+ */
1229
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1230
+ /**
1231
+ * The filter to search for the StoreToAssociatedStoreType to update in case it exists.
1232
+ */
1233
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
1234
+ /**
1235
+ * In case the StoreToAssociatedStoreType found by the `where` argument doesn't exist, create a new StoreToAssociatedStoreType with this data.
1236
+ */
1237
+ create: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeCreateInput, Prisma.StoreToAssociatedStoreTypeUncheckedCreateInput>;
1238
+ /**
1239
+ * In case the StoreToAssociatedStoreType was found with the provided `where` argument, update it with this data.
1240
+ */
1241
+ update: Prisma.XOR<Prisma.StoreToAssociatedStoreTypeUpdateInput, Prisma.StoreToAssociatedStoreTypeUncheckedUpdateInput>;
1242
+ };
1243
+ /**
1244
+ * StoreToAssociatedStoreType delete
1245
+ */
1246
+ export type StoreToAssociatedStoreTypeDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1247
+ /**
1248
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1249
+ */
1250
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1251
+ /**
1252
+ * Omit specific fields from the StoreToAssociatedStoreType
1253
+ */
1254
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1255
+ /**
1256
+ * Choose, which related nodes to fetch as well
1257
+ */
1258
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1259
+ /**
1260
+ * Filter which StoreToAssociatedStoreType to delete.
1261
+ */
1262
+ where: Prisma.StoreToAssociatedStoreTypeWhereUniqueInput;
1263
+ };
1264
+ /**
1265
+ * StoreToAssociatedStoreType deleteMany
1266
+ */
1267
+ export type StoreToAssociatedStoreTypeDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1268
+ /**
1269
+ * Filter which StoreToAssociatedStoreTypes to delete
1270
+ */
1271
+ where?: Prisma.StoreToAssociatedStoreTypeWhereInput;
1272
+ /**
1273
+ * Limit how many StoreToAssociatedStoreTypes to delete.
1274
+ */
1275
+ limit?: number;
1276
+ };
1277
+ /**
1278
+ * StoreToAssociatedStoreType without action
1279
+ */
1280
+ export type StoreToAssociatedStoreTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1281
+ /**
1282
+ * Select specific fields to fetch from the StoreToAssociatedStoreType
1283
+ */
1284
+ select?: Prisma.StoreToAssociatedStoreTypeSelect<ExtArgs> | null;
1285
+ /**
1286
+ * Omit specific fields from the StoreToAssociatedStoreType
1287
+ */
1288
+ omit?: Prisma.StoreToAssociatedStoreTypeOmit<ExtArgs> | null;
1289
+ /**
1290
+ * Choose, which related nodes to fetch as well
1291
+ */
1292
+ include?: Prisma.StoreToAssociatedStoreTypeInclude<ExtArgs> | null;
1293
+ };
1294
+ export {};