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

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