@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated/prisma/browser.d.ts +514 -0
- package/lib/generated/prisma/browser.js +57 -0
- package/lib/generated/prisma/browser.js.map +1 -0
- package/lib/generated/prisma/client.d.ts +531 -0
- package/lib/generated/prisma/client.js +69 -0
- package/lib/generated/prisma/client.js.map +1 -0
- package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
- package/lib/generated/prisma/commonInputTypes.js +12 -0
- package/lib/generated/prisma/commonInputTypes.js.map +1 -0
- package/lib/generated/prisma/dmmf.d.ts +4085 -0
- package/lib/generated/prisma/dmmf.js +27551 -0
- package/lib/generated/prisma/dmmf.js.map +1 -0
- package/lib/generated/prisma/enums.d.ts +216 -0
- package/lib/generated/prisma/enums.js +205 -0
- package/lib/generated/prisma/enums.js.map +1 -0
- package/lib/generated/prisma/internal/class.d.ts +1237 -0
- package/lib/generated/prisma/internal/class.js +79 -0
- package/lib/generated/prisma/internal/class.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
- package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
- package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/lib/generated/prisma/kysely-types.d.ts +1499 -0
- package/lib/generated/prisma/kysely-types.js +196 -0
- package/lib/generated/prisma/kysely-types.js.map +1 -0
- package/lib/generated/prisma/models/Address.d.ts +1339 -0
- package/lib/generated/prisma/models/Address.js +12 -0
- package/lib/generated/prisma/models/Address.js.map +1 -0
- package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
- package/lib/generated/prisma/models/Administrator.js +12 -0
- package/lib/generated/prisma/models/Administrator.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
- package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
- package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
- package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
- package/lib/generated/prisma/models/ApiToken.js +12 -0
- package/lib/generated/prisma/models/ApiToken.js.map +1 -0
- package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
- package/lib/generated/prisma/models/AwsBucket.js +12 -0
- package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
- package/lib/generated/prisma/models/Card.d.ts +1533 -0
- package/lib/generated/prisma/models/Card.js +12 -0
- package/lib/generated/prisma/models/Card.js.map +1 -0
- package/lib/generated/prisma/models/Cart.d.ts +2315 -0
- package/lib/generated/prisma/models/Cart.js +12 -0
- package/lib/generated/prisma/models/Cart.js.map +1 -0
- package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
- package/lib/generated/prisma/models/CartCost.js +12 -0
- package/lib/generated/prisma/models/CartCost.js.map +1 -0
- package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
- package/lib/generated/prisma/models/CartLine.js +12 -0
- package/lib/generated/prisma/models/CartLine.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
- package/lib/generated/prisma/models/CartLineModifier.js +12 -0
- package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
- package/lib/generated/prisma/models/Checkout.js +12 -0
- package/lib/generated/prisma/models/Checkout.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
- package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
- package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
- package/lib/generated/prisma/models/CheckoutLine.js +12 -0
- package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
- package/lib/generated/prisma/models/Collection.d.ts +1961 -0
- package/lib/generated/prisma/models/Collection.js +12 -0
- package/lib/generated/prisma/models/Collection.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
- package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
- package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/Customer.d.ts +2964 -0
- package/lib/generated/prisma/models/Customer.js +12 -0
- package/lib/generated/prisma/models/Customer.js.map +1 -0
- package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
- package/lib/generated/prisma/models/CustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
- package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
- package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
- package/lib/generated/prisma/models/DiscountCode.js +12 -0
- package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
- package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
- package/lib/generated/prisma/models/EventLog.js +12 -0
- package/lib/generated/prisma/models/EventLog.js.map +1 -0
- package/lib/generated/prisma/models/Facet.d.ts +1266 -0
- package/lib/generated/prisma/models/Facet.js +12 -0
- package/lib/generated/prisma/models/Facet.js.map +1 -0
- package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
- package/lib/generated/prisma/models/FacetOption.js +12 -0
- package/lib/generated/prisma/models/FacetOption.js.map +1 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
- package/lib/generated/prisma/models/FeatureFlag.js +12 -0
- package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
- package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
- package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
- package/lib/generated/prisma/models/FreeItemRule.js +12 -0
- package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
- package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
- package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
- package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
- package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
- package/lib/generated/prisma/models/Ingredient.js +12 -0
- package/lib/generated/prisma/models/Ingredient.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
- package/lib/generated/prisma/models/IngredientToStore.js +12 -0
- package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
- package/lib/generated/prisma/models/Media.d.ts +2127 -0
- package/lib/generated/prisma/models/Media.js +12 -0
- package/lib/generated/prisma/models/Media.js.map +1 -0
- package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
- package/lib/generated/prisma/models/Modifier.js +12 -0
- package/lib/generated/prisma/models/Modifier.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
- package/lib/generated/prisma/models/ModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
- package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
- package/lib/generated/prisma/models/ModifierOption.js +12 -0
- package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
- package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
- package/lib/generated/prisma/models/OneTimeToken.js +12 -0
- package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
- package/lib/generated/prisma/models/Payment.d.ts +1560 -0
- package/lib/generated/prisma/models/Payment.js +12 -0
- package/lib/generated/prisma/models/Payment.js.map +1 -0
- package/lib/generated/prisma/models/Platform.d.ts +7442 -0
- package/lib/generated/prisma/models/Platform.js +12 -0
- package/lib/generated/prisma/models/Platform.js.map +1 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
- package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
- package/lib/generated/prisma/models/PrepTime.js +12 -0
- package/lib/generated/prisma/models/PrepTime.js.map +1 -0
- package/lib/generated/prisma/models/Product.d.ts +2975 -0
- package/lib/generated/prisma/models/Product.js +12 -0
- package/lib/generated/prisma/models/Product.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
- package/lib/generated/prisma/models/ProductCategory.js +12 -0
- package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
- package/lib/generated/prisma/models/ProductListing.js +12 -0
- package/lib/generated/prisma/models/ProductListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductToTag.js +12 -0
- package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
- package/lib/generated/prisma/models/ProductVariant.js +12 -0
- package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
- package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
- package/lib/generated/prisma/models/ProductVarietal.js +12 -0
- package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
- package/lib/generated/prisma/models/Refund.d.ts +1707 -0
- package/lib/generated/prisma/models/Refund.js +12 -0
- package/lib/generated/prisma/models/Refund.js.map +1 -0
- package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
- package/lib/generated/prisma/models/RefundLine.js +12 -0
- package/lib/generated/prisma/models/RefundLine.js.map +1 -0
- package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
- package/lib/generated/prisma/models/RelatedItems.js +12 -0
- package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
- package/lib/generated/prisma/models/Role.d.ts +1264 -0
- package/lib/generated/prisma/models/Role.js +12 -0
- package/lib/generated/prisma/models/Role.js.map +1 -0
- package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
- package/lib/generated/prisma/models/ScheduledTask.js +12 -0
- package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
- package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
- package/lib/generated/prisma/models/SmsConversation.js +12 -0
- package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
- package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
- package/lib/generated/prisma/models/StockLevel.js +12 -0
- package/lib/generated/prisma/models/StockLevel.js.map +1 -0
- package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
- package/lib/generated/prisma/models/StockLocation.js +12 -0
- package/lib/generated/prisma/models/StockLocation.js.map +1 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
- package/lib/generated/prisma/models/StockMovement.js +12 -0
- package/lib/generated/prisma/models/StockMovement.js.map +1 -0
- package/lib/generated/prisma/models/Store.d.ts +4487 -0
- package/lib/generated/prisma/models/Store.js +12 -0
- package/lib/generated/prisma/models/Store.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
- package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
- package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
- package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/Tag.d.ts +1581 -0
- package/lib/generated/prisma/models/Tag.js +12 -0
- package/lib/generated/prisma/models/Tag.js.map +1 -0
- package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
- package/lib/generated/prisma/models/TaxCategory.js +12 -0
- package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
- package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
- package/lib/generated/prisma/models/Transaction.js +12 -0
- package/lib/generated/prisma/models/Transaction.js.map +1 -0
- package/lib/generated/prisma/models/User.d.ts +1907 -0
- package/lib/generated/prisma/models/User.js +12 -0
- package/lib/generated/prisma/models/User.js.map +1 -0
- package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
- package/lib/generated/prisma/models/UserToRole.js +12 -0
- package/lib/generated/prisma/models/UserToRole.js.map +1 -0
- package/lib/generated/prisma/models.d.ts +103 -0
- package/lib/generated/prisma/models.js +3 -0
- package/lib/generated/prisma/models.js.map +1 -0
- package/lib/generated/prisma/pjtg.d.ts +145 -0
- package/lib/generated/prisma/pjtg.js +3 -0
- package/lib/generated/prisma/pjtg.js.map +1 -0
- package/lib/helpers.d.ts +37 -0
- package/lib/helpers.js +226 -0
- package/lib/helpers.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js.map +1 -0
- package/lib/kysely/index.d.ts +2 -0
- package/lib/kysely/index.js +19 -0
- package/lib/kysely/index.js.map +1 -0
- package/lib/kysely/kysely-db.d.ts +3 -0
- package/lib/kysely/kysely-db.js +3 -0
- package/lib/kysely/kysely-db.js.map +1 -0
- package/lib/kysely/utils/index.d.ts +4 -0
- package/lib/kysely/utils/index.js +21 -0
- package/lib/kysely/utils/index.js.map +1 -0
- package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
- package/lib/kysely/utils/serialize-bigint-value.js +13 -0
- package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
- package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
- package/lib/kysely/utils/serialize-numeric-value.js +11 -0
- package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
- package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
- package/lib/kysely/utils/shallow-dehydrate.js +3 -0
- package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
- package/lib/prisma-module/index.d.ts +4 -0
- package/lib/prisma-module/index.js +21 -0
- package/lib/prisma-module/index.js.map +1 -0
- package/lib/prisma-module/prisma-options.d.ts +59 -0
- package/lib/prisma-module/prisma-options.js +3 -0
- package/lib/prisma-module/prisma-options.js.map +1 -0
- package/lib/prisma-module/prisma.constants.d.ts +1 -0
- package/lib/prisma-module/prisma.constants.js +5 -0
- package/lib/prisma-module/prisma.constants.js.map +1 -0
- package/lib/prisma-module/prisma.module.d.ts +8 -0
- package/lib/prisma-module/prisma.module.js +73 -0
- package/lib/prisma-module/prisma.module.js.map +1 -0
- package/lib/prisma-module/prisma.service.d.ts +5 -0
- package/lib/prisma-module/prisma.service.js +29 -0
- package/lib/prisma-module/prisma.service.js.map +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +3 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
- package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
- package/lib/utils/ignore-prisma-builtins.js +3 -0
- package/lib/utils/ignore-prisma-builtins.js.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +20 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/prisma-where-to-sql.d.ts +5 -0
- package/lib/utils/prisma-where-to-sql.js +94 -0
- package/lib/utils/prisma-where-to-sql.js.map +1 -0
- package/lib/web360-prisma.constants.d.ts +2 -0
- package/lib/web360-prisma.constants.js +6 -0
- package/lib/web360-prisma.constants.js.map +1 -0
- package/lib/web360-prisma.module.d.ts +7 -0
- package/lib/web360-prisma.module.js +81 -0
- package/lib/web360-prisma.module.js.map +1 -0
- package/lib/web360-prisma.options.d.ts +38 -0
- package/lib/web360-prisma.options.js +3 -0
- package/lib/web360-prisma.options.js.map +1 -0
- package/lib/web360-prisma.service.d.ts +57 -0
- package/lib/web360-prisma.service.js +57 -0
- package/lib/web360-prisma.service.js.map +1 -0
- package/package.json +3 -2
|
@@ -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 {};
|