@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,1931 @@
|
|
|
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 PvStoreScheduledAvailability
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export type PvStoreScheduledAvailabilityModel = runtime.Types.Result.DefaultSelection<Prisma.$PvStoreScheduledAvailabilityPayload>;
|
|
9
|
+
export type AggregatePvStoreScheduledAvailability = {
|
|
10
|
+
_count: PvStoreScheduledAvailabilityCountAggregateOutputType | null;
|
|
11
|
+
_avg: PvStoreScheduledAvailabilityAvgAggregateOutputType | null;
|
|
12
|
+
_sum: PvStoreScheduledAvailabilitySumAggregateOutputType | null;
|
|
13
|
+
_min: PvStoreScheduledAvailabilityMinAggregateOutputType | null;
|
|
14
|
+
_max: PvStoreScheduledAvailabilityMaxAggregateOutputType | null;
|
|
15
|
+
};
|
|
16
|
+
export type PvStoreScheduledAvailabilityAvgAggregateOutputType = {
|
|
17
|
+
id: number | null;
|
|
18
|
+
productVariantId: number | null;
|
|
19
|
+
};
|
|
20
|
+
export type PvStoreScheduledAvailabilitySumAggregateOutputType = {
|
|
21
|
+
id: bigint | null;
|
|
22
|
+
productVariantId: bigint | null;
|
|
23
|
+
};
|
|
24
|
+
export type PvStoreScheduledAvailabilityMinAggregateOutputType = {
|
|
25
|
+
id: bigint | null;
|
|
26
|
+
createdAt: Date | null;
|
|
27
|
+
updatedAt: Date | null;
|
|
28
|
+
storeId: string | null;
|
|
29
|
+
platformId: string | null;
|
|
30
|
+
productVariantId: bigint | null;
|
|
31
|
+
startTime: Date | null;
|
|
32
|
+
endTime: Date | null;
|
|
33
|
+
isAvailable: boolean | null;
|
|
34
|
+
isActive: boolean | null;
|
|
35
|
+
};
|
|
36
|
+
export type PvStoreScheduledAvailabilityMaxAggregateOutputType = {
|
|
37
|
+
id: bigint | null;
|
|
38
|
+
createdAt: Date | null;
|
|
39
|
+
updatedAt: Date | null;
|
|
40
|
+
storeId: string | null;
|
|
41
|
+
platformId: string | null;
|
|
42
|
+
productVariantId: bigint | null;
|
|
43
|
+
startTime: Date | null;
|
|
44
|
+
endTime: Date | null;
|
|
45
|
+
isAvailable: boolean | null;
|
|
46
|
+
isActive: boolean | null;
|
|
47
|
+
};
|
|
48
|
+
export type PvStoreScheduledAvailabilityCountAggregateOutputType = {
|
|
49
|
+
id: number;
|
|
50
|
+
createdAt: number;
|
|
51
|
+
updatedAt: number;
|
|
52
|
+
storeId: number;
|
|
53
|
+
platformId: number;
|
|
54
|
+
productVariantId: number;
|
|
55
|
+
activeDays: number;
|
|
56
|
+
activeWeeks: number;
|
|
57
|
+
startTime: number;
|
|
58
|
+
endTime: number;
|
|
59
|
+
isAvailable: number;
|
|
60
|
+
isActive: number;
|
|
61
|
+
_all: number;
|
|
62
|
+
};
|
|
63
|
+
export type PvStoreScheduledAvailabilityAvgAggregateInputType = {
|
|
64
|
+
id?: true;
|
|
65
|
+
productVariantId?: true;
|
|
66
|
+
};
|
|
67
|
+
export type PvStoreScheduledAvailabilitySumAggregateInputType = {
|
|
68
|
+
id?: true;
|
|
69
|
+
productVariantId?: true;
|
|
70
|
+
};
|
|
71
|
+
export type PvStoreScheduledAvailabilityMinAggregateInputType = {
|
|
72
|
+
id?: true;
|
|
73
|
+
createdAt?: true;
|
|
74
|
+
updatedAt?: true;
|
|
75
|
+
storeId?: true;
|
|
76
|
+
platformId?: true;
|
|
77
|
+
productVariantId?: true;
|
|
78
|
+
startTime?: true;
|
|
79
|
+
endTime?: true;
|
|
80
|
+
isAvailable?: true;
|
|
81
|
+
isActive?: true;
|
|
82
|
+
};
|
|
83
|
+
export type PvStoreScheduledAvailabilityMaxAggregateInputType = {
|
|
84
|
+
id?: true;
|
|
85
|
+
createdAt?: true;
|
|
86
|
+
updatedAt?: true;
|
|
87
|
+
storeId?: true;
|
|
88
|
+
platformId?: true;
|
|
89
|
+
productVariantId?: true;
|
|
90
|
+
startTime?: true;
|
|
91
|
+
endTime?: true;
|
|
92
|
+
isAvailable?: true;
|
|
93
|
+
isActive?: true;
|
|
94
|
+
};
|
|
95
|
+
export type PvStoreScheduledAvailabilityCountAggregateInputType = {
|
|
96
|
+
id?: true;
|
|
97
|
+
createdAt?: true;
|
|
98
|
+
updatedAt?: true;
|
|
99
|
+
storeId?: true;
|
|
100
|
+
platformId?: true;
|
|
101
|
+
productVariantId?: true;
|
|
102
|
+
activeDays?: true;
|
|
103
|
+
activeWeeks?: true;
|
|
104
|
+
startTime?: true;
|
|
105
|
+
endTime?: true;
|
|
106
|
+
isAvailable?: true;
|
|
107
|
+
isActive?: true;
|
|
108
|
+
_all?: true;
|
|
109
|
+
};
|
|
110
|
+
export type PvStoreScheduledAvailabilityAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
111
|
+
/**
|
|
112
|
+
* Filter which PvStoreScheduledAvailability to aggregate.
|
|
113
|
+
*/
|
|
114
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
115
|
+
/**
|
|
116
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
117
|
+
*
|
|
118
|
+
* Determine the order of PvStoreScheduledAvailabilities to fetch.
|
|
119
|
+
*/
|
|
120
|
+
orderBy?: Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput | Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput[];
|
|
121
|
+
/**
|
|
122
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
123
|
+
*
|
|
124
|
+
* Sets the start position
|
|
125
|
+
*/
|
|
126
|
+
cursor?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
127
|
+
/**
|
|
128
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
129
|
+
*
|
|
130
|
+
* Take `±n` PvStoreScheduledAvailabilities from the position of the cursor.
|
|
131
|
+
*/
|
|
132
|
+
take?: number;
|
|
133
|
+
/**
|
|
134
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
135
|
+
*
|
|
136
|
+
* Skip the first `n` PvStoreScheduledAvailabilities.
|
|
137
|
+
*/
|
|
138
|
+
skip?: number;
|
|
139
|
+
/**
|
|
140
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
141
|
+
*
|
|
142
|
+
* Count returned PvStoreScheduledAvailabilities
|
|
143
|
+
**/
|
|
144
|
+
_count?: true | PvStoreScheduledAvailabilityCountAggregateInputType;
|
|
145
|
+
/**
|
|
146
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
147
|
+
*
|
|
148
|
+
* Select which fields to average
|
|
149
|
+
**/
|
|
150
|
+
_avg?: PvStoreScheduledAvailabilityAvgAggregateInputType;
|
|
151
|
+
/**
|
|
152
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
153
|
+
*
|
|
154
|
+
* Select which fields to sum
|
|
155
|
+
**/
|
|
156
|
+
_sum?: PvStoreScheduledAvailabilitySumAggregateInputType;
|
|
157
|
+
/**
|
|
158
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
159
|
+
*
|
|
160
|
+
* Select which fields to find the minimum value
|
|
161
|
+
**/
|
|
162
|
+
_min?: PvStoreScheduledAvailabilityMinAggregateInputType;
|
|
163
|
+
/**
|
|
164
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
165
|
+
*
|
|
166
|
+
* Select which fields to find the maximum value
|
|
167
|
+
**/
|
|
168
|
+
_max?: PvStoreScheduledAvailabilityMaxAggregateInputType;
|
|
169
|
+
};
|
|
170
|
+
export type GetPvStoreScheduledAvailabilityAggregateType<T extends PvStoreScheduledAvailabilityAggregateArgs> = {
|
|
171
|
+
[P in keyof T & keyof AggregatePvStoreScheduledAvailability]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregatePvStoreScheduledAvailability[P]> : Prisma.GetScalarType<T[P], AggregatePvStoreScheduledAvailability[P]>;
|
|
172
|
+
};
|
|
173
|
+
export type PvStoreScheduledAvailabilityGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
174
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
175
|
+
orderBy?: Prisma.PvStoreScheduledAvailabilityOrderByWithAggregationInput | Prisma.PvStoreScheduledAvailabilityOrderByWithAggregationInput[];
|
|
176
|
+
by: Prisma.PvStoreScheduledAvailabilityScalarFieldEnum[] | Prisma.PvStoreScheduledAvailabilityScalarFieldEnum;
|
|
177
|
+
having?: Prisma.PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput;
|
|
178
|
+
take?: number;
|
|
179
|
+
skip?: number;
|
|
180
|
+
_count?: PvStoreScheduledAvailabilityCountAggregateInputType | true;
|
|
181
|
+
_avg?: PvStoreScheduledAvailabilityAvgAggregateInputType;
|
|
182
|
+
_sum?: PvStoreScheduledAvailabilitySumAggregateInputType;
|
|
183
|
+
_min?: PvStoreScheduledAvailabilityMinAggregateInputType;
|
|
184
|
+
_max?: PvStoreScheduledAvailabilityMaxAggregateInputType;
|
|
185
|
+
};
|
|
186
|
+
export type PvStoreScheduledAvailabilityGroupByOutputType = {
|
|
187
|
+
id: bigint;
|
|
188
|
+
createdAt: Date;
|
|
189
|
+
updatedAt: Date;
|
|
190
|
+
storeId: string;
|
|
191
|
+
platformId: string;
|
|
192
|
+
productVariantId: bigint;
|
|
193
|
+
activeDays: $Enums.ActiveDays[];
|
|
194
|
+
activeWeeks: $Enums.ActiveWeeks[];
|
|
195
|
+
startTime: Date;
|
|
196
|
+
endTime: Date;
|
|
197
|
+
isAvailable: boolean;
|
|
198
|
+
isActive: boolean;
|
|
199
|
+
_count: PvStoreScheduledAvailabilityCountAggregateOutputType | null;
|
|
200
|
+
_avg: PvStoreScheduledAvailabilityAvgAggregateOutputType | null;
|
|
201
|
+
_sum: PvStoreScheduledAvailabilitySumAggregateOutputType | null;
|
|
202
|
+
_min: PvStoreScheduledAvailabilityMinAggregateOutputType | null;
|
|
203
|
+
_max: PvStoreScheduledAvailabilityMaxAggregateOutputType | null;
|
|
204
|
+
};
|
|
205
|
+
type GetPvStoreScheduledAvailabilityGroupByPayload<T extends PvStoreScheduledAvailabilityGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<PvStoreScheduledAvailabilityGroupByOutputType, T['by']> & {
|
|
206
|
+
[P in ((keyof T) & (keyof PvStoreScheduledAvailabilityGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], PvStoreScheduledAvailabilityGroupByOutputType[P]> : Prisma.GetScalarType<T[P], PvStoreScheduledAvailabilityGroupByOutputType[P]>;
|
|
207
|
+
}>>;
|
|
208
|
+
export type PvStoreScheduledAvailabilityWhereInput = {
|
|
209
|
+
AND?: Prisma.PvStoreScheduledAvailabilityWhereInput | Prisma.PvStoreScheduledAvailabilityWhereInput[];
|
|
210
|
+
OR?: Prisma.PvStoreScheduledAvailabilityWhereInput[];
|
|
211
|
+
NOT?: Prisma.PvStoreScheduledAvailabilityWhereInput | Prisma.PvStoreScheduledAvailabilityWhereInput[];
|
|
212
|
+
id?: Prisma.BigIntFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
213
|
+
createdAt?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
214
|
+
updatedAt?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
215
|
+
storeId?: Prisma.StringFilter<"PvStoreScheduledAvailability"> | string;
|
|
216
|
+
platformId?: Prisma.StringFilter<"PvStoreScheduledAvailability"> | string;
|
|
217
|
+
productVariantId?: Prisma.BigIntFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
218
|
+
activeDays?: Prisma.EnumActiveDaysNullableListFilter<"PvStoreScheduledAvailability">;
|
|
219
|
+
activeWeeks?: Prisma.EnumActiveWeeksNullableListFilter<"PvStoreScheduledAvailability">;
|
|
220
|
+
startTime?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
221
|
+
endTime?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
222
|
+
isAvailable?: Prisma.BoolFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
223
|
+
isActive?: Prisma.BoolFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
224
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
225
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
226
|
+
productVariant?: Prisma.XOR<Prisma.ProductVariantScalarRelationFilter, Prisma.ProductVariantWhereInput>;
|
|
227
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogListRelationFilter;
|
|
228
|
+
};
|
|
229
|
+
export type PvStoreScheduledAvailabilityOrderByWithRelationInput = {
|
|
230
|
+
id?: Prisma.SortOrder;
|
|
231
|
+
createdAt?: Prisma.SortOrder;
|
|
232
|
+
updatedAt?: Prisma.SortOrder;
|
|
233
|
+
storeId?: Prisma.SortOrder;
|
|
234
|
+
platformId?: Prisma.SortOrder;
|
|
235
|
+
productVariantId?: Prisma.SortOrder;
|
|
236
|
+
activeDays?: Prisma.SortOrder;
|
|
237
|
+
activeWeeks?: Prisma.SortOrder;
|
|
238
|
+
startTime?: Prisma.SortOrder;
|
|
239
|
+
endTime?: Prisma.SortOrder;
|
|
240
|
+
isAvailable?: Prisma.SortOrder;
|
|
241
|
+
isActive?: Prisma.SortOrder;
|
|
242
|
+
store?: Prisma.StoreOrderByWithRelationInput;
|
|
243
|
+
platform?: Prisma.PlatformOrderByWithRelationInput;
|
|
244
|
+
productVariant?: Prisma.ProductVariantOrderByWithRelationInput;
|
|
245
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogOrderByRelationAggregateInput;
|
|
246
|
+
_relevance?: Prisma.PvStoreScheduledAvailabilityOrderByRelevanceInput;
|
|
247
|
+
};
|
|
248
|
+
export type PvStoreScheduledAvailabilityWhereUniqueInput = Prisma.AtLeast<{
|
|
249
|
+
id?: bigint | number;
|
|
250
|
+
storeId_platformId_productVariantId_isAvailable_activeDays_activeWeeks_startTime_endTime?: Prisma.PvStoreScheduledAvailabilityStoreIdPlatformIdProductVariantIdIsAvailableActiveDaysActiveWeeksStartTimeEndTimeCompoundUniqueInput;
|
|
251
|
+
AND?: Prisma.PvStoreScheduledAvailabilityWhereInput | Prisma.PvStoreScheduledAvailabilityWhereInput[];
|
|
252
|
+
OR?: Prisma.PvStoreScheduledAvailabilityWhereInput[];
|
|
253
|
+
NOT?: Prisma.PvStoreScheduledAvailabilityWhereInput | Prisma.PvStoreScheduledAvailabilityWhereInput[];
|
|
254
|
+
createdAt?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
255
|
+
updatedAt?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
256
|
+
storeId?: Prisma.StringFilter<"PvStoreScheduledAvailability"> | string;
|
|
257
|
+
platformId?: Prisma.StringFilter<"PvStoreScheduledAvailability"> | string;
|
|
258
|
+
productVariantId?: Prisma.BigIntFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
259
|
+
activeDays?: Prisma.EnumActiveDaysNullableListFilter<"PvStoreScheduledAvailability">;
|
|
260
|
+
activeWeeks?: Prisma.EnumActiveWeeksNullableListFilter<"PvStoreScheduledAvailability">;
|
|
261
|
+
startTime?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
262
|
+
endTime?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
263
|
+
isAvailable?: Prisma.BoolFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
264
|
+
isActive?: Prisma.BoolFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
265
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
266
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
267
|
+
productVariant?: Prisma.XOR<Prisma.ProductVariantScalarRelationFilter, Prisma.ProductVariantWhereInput>;
|
|
268
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogListRelationFilter;
|
|
269
|
+
}, "id" | "storeId_platformId_productVariantId_isAvailable_activeDays_activeWeeks_startTime_endTime">;
|
|
270
|
+
export type PvStoreScheduledAvailabilityOrderByWithAggregationInput = {
|
|
271
|
+
id?: Prisma.SortOrder;
|
|
272
|
+
createdAt?: Prisma.SortOrder;
|
|
273
|
+
updatedAt?: Prisma.SortOrder;
|
|
274
|
+
storeId?: Prisma.SortOrder;
|
|
275
|
+
platformId?: Prisma.SortOrder;
|
|
276
|
+
productVariantId?: Prisma.SortOrder;
|
|
277
|
+
activeDays?: Prisma.SortOrder;
|
|
278
|
+
activeWeeks?: Prisma.SortOrder;
|
|
279
|
+
startTime?: Prisma.SortOrder;
|
|
280
|
+
endTime?: Prisma.SortOrder;
|
|
281
|
+
isAvailable?: Prisma.SortOrder;
|
|
282
|
+
isActive?: Prisma.SortOrder;
|
|
283
|
+
_count?: Prisma.PvStoreScheduledAvailabilityCountOrderByAggregateInput;
|
|
284
|
+
_avg?: Prisma.PvStoreScheduledAvailabilityAvgOrderByAggregateInput;
|
|
285
|
+
_max?: Prisma.PvStoreScheduledAvailabilityMaxOrderByAggregateInput;
|
|
286
|
+
_min?: Prisma.PvStoreScheduledAvailabilityMinOrderByAggregateInput;
|
|
287
|
+
_sum?: Prisma.PvStoreScheduledAvailabilitySumOrderByAggregateInput;
|
|
288
|
+
};
|
|
289
|
+
export type PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput = {
|
|
290
|
+
AND?: Prisma.PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput | Prisma.PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput[];
|
|
291
|
+
OR?: Prisma.PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput[];
|
|
292
|
+
NOT?: Prisma.PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput | Prisma.PvStoreScheduledAvailabilityScalarWhereWithAggregatesInput[];
|
|
293
|
+
id?: Prisma.BigIntWithAggregatesFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
294
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
295
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
296
|
+
storeId?: Prisma.StringWithAggregatesFilter<"PvStoreScheduledAvailability"> | string;
|
|
297
|
+
platformId?: Prisma.StringWithAggregatesFilter<"PvStoreScheduledAvailability"> | string;
|
|
298
|
+
productVariantId?: Prisma.BigIntWithAggregatesFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
299
|
+
activeDays?: Prisma.EnumActiveDaysNullableListFilter<"PvStoreScheduledAvailability">;
|
|
300
|
+
activeWeeks?: Prisma.EnumActiveWeeksNullableListFilter<"PvStoreScheduledAvailability">;
|
|
301
|
+
startTime?: Prisma.DateTimeWithAggregatesFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
302
|
+
endTime?: Prisma.DateTimeWithAggregatesFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
303
|
+
isAvailable?: Prisma.BoolWithAggregatesFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
304
|
+
isActive?: Prisma.BoolWithAggregatesFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
305
|
+
};
|
|
306
|
+
export type PvStoreScheduledAvailabilityCreateInput = {
|
|
307
|
+
id?: bigint | number;
|
|
308
|
+
createdAt?: Date | string;
|
|
309
|
+
updatedAt?: Date | string;
|
|
310
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
311
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
312
|
+
startTime: Date | string;
|
|
313
|
+
endTime: Date | string;
|
|
314
|
+
isAvailable?: boolean;
|
|
315
|
+
isActive?: boolean;
|
|
316
|
+
store: Prisma.StoreCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
317
|
+
platform: Prisma.PlatformCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
318
|
+
productVariant: Prisma.ProductVariantCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
319
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
320
|
+
};
|
|
321
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateInput = {
|
|
322
|
+
id?: bigint | number;
|
|
323
|
+
createdAt?: Date | string;
|
|
324
|
+
updatedAt?: Date | string;
|
|
325
|
+
storeId: string;
|
|
326
|
+
platformId: string;
|
|
327
|
+
productVariantId: bigint | number;
|
|
328
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
329
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
330
|
+
startTime: Date | string;
|
|
331
|
+
endTime: Date | string;
|
|
332
|
+
isAvailable?: boolean;
|
|
333
|
+
isActive?: boolean;
|
|
334
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
335
|
+
};
|
|
336
|
+
export type PvStoreScheduledAvailabilityUpdateInput = {
|
|
337
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
338
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
339
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
340
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
341
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
342
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
343
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
344
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
345
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
346
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
347
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
348
|
+
productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
349
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
350
|
+
};
|
|
351
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateInput = {
|
|
352
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
353
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
354
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
355
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
356
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
357
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
358
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
359
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
360
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
361
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
362
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
363
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
364
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
365
|
+
};
|
|
366
|
+
export type PvStoreScheduledAvailabilityCreateManyInput = {
|
|
367
|
+
id?: bigint | number;
|
|
368
|
+
createdAt?: Date | string;
|
|
369
|
+
updatedAt?: Date | string;
|
|
370
|
+
storeId: string;
|
|
371
|
+
platformId: string;
|
|
372
|
+
productVariantId: bigint | number;
|
|
373
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
374
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
375
|
+
startTime: Date | string;
|
|
376
|
+
endTime: Date | string;
|
|
377
|
+
isAvailable?: boolean;
|
|
378
|
+
isActive?: boolean;
|
|
379
|
+
};
|
|
380
|
+
export type PvStoreScheduledAvailabilityUpdateManyMutationInput = {
|
|
381
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
382
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
383
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
384
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
385
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
386
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
387
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
388
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
389
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
390
|
+
};
|
|
391
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyInput = {
|
|
392
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
393
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
394
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
395
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
396
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
397
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
398
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
399
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
400
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
401
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
402
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
403
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
404
|
+
};
|
|
405
|
+
export type PvStoreScheduledAvailabilityListRelationFilter = {
|
|
406
|
+
every?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
407
|
+
some?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
408
|
+
none?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
409
|
+
};
|
|
410
|
+
export type PvStoreScheduledAvailabilityOrderByRelationAggregateInput = {
|
|
411
|
+
_count?: Prisma.SortOrder;
|
|
412
|
+
};
|
|
413
|
+
export type PvStoreScheduledAvailabilityScalarRelationFilter = {
|
|
414
|
+
is?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
415
|
+
isNot?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
416
|
+
};
|
|
417
|
+
export type PvStoreScheduledAvailabilityOrderByRelevanceInput = {
|
|
418
|
+
fields: Prisma.PvStoreScheduledAvailabilityOrderByRelevanceFieldEnum | Prisma.PvStoreScheduledAvailabilityOrderByRelevanceFieldEnum[];
|
|
419
|
+
sort: Prisma.SortOrder;
|
|
420
|
+
search: string;
|
|
421
|
+
};
|
|
422
|
+
export type PvStoreScheduledAvailabilityStoreIdPlatformIdProductVariantIdIsAvailableActiveDaysActiveWeeksStartTimeEndTimeCompoundUniqueInput = {
|
|
423
|
+
storeId: string;
|
|
424
|
+
platformId: string;
|
|
425
|
+
productVariantId: bigint | number;
|
|
426
|
+
isAvailable: boolean;
|
|
427
|
+
activeDays: $Enums.ActiveDays[];
|
|
428
|
+
activeWeeks: $Enums.ActiveWeeks[];
|
|
429
|
+
startTime: Date | string;
|
|
430
|
+
endTime: Date | string;
|
|
431
|
+
};
|
|
432
|
+
export type PvStoreScheduledAvailabilityCountOrderByAggregateInput = {
|
|
433
|
+
id?: Prisma.SortOrder;
|
|
434
|
+
createdAt?: Prisma.SortOrder;
|
|
435
|
+
updatedAt?: Prisma.SortOrder;
|
|
436
|
+
storeId?: Prisma.SortOrder;
|
|
437
|
+
platformId?: Prisma.SortOrder;
|
|
438
|
+
productVariantId?: Prisma.SortOrder;
|
|
439
|
+
activeDays?: Prisma.SortOrder;
|
|
440
|
+
activeWeeks?: Prisma.SortOrder;
|
|
441
|
+
startTime?: Prisma.SortOrder;
|
|
442
|
+
endTime?: Prisma.SortOrder;
|
|
443
|
+
isAvailable?: Prisma.SortOrder;
|
|
444
|
+
isActive?: Prisma.SortOrder;
|
|
445
|
+
};
|
|
446
|
+
export type PvStoreScheduledAvailabilityAvgOrderByAggregateInput = {
|
|
447
|
+
id?: Prisma.SortOrder;
|
|
448
|
+
productVariantId?: Prisma.SortOrder;
|
|
449
|
+
};
|
|
450
|
+
export type PvStoreScheduledAvailabilityMaxOrderByAggregateInput = {
|
|
451
|
+
id?: Prisma.SortOrder;
|
|
452
|
+
createdAt?: Prisma.SortOrder;
|
|
453
|
+
updatedAt?: Prisma.SortOrder;
|
|
454
|
+
storeId?: Prisma.SortOrder;
|
|
455
|
+
platformId?: Prisma.SortOrder;
|
|
456
|
+
productVariantId?: Prisma.SortOrder;
|
|
457
|
+
startTime?: Prisma.SortOrder;
|
|
458
|
+
endTime?: Prisma.SortOrder;
|
|
459
|
+
isAvailable?: Prisma.SortOrder;
|
|
460
|
+
isActive?: Prisma.SortOrder;
|
|
461
|
+
};
|
|
462
|
+
export type PvStoreScheduledAvailabilityMinOrderByAggregateInput = {
|
|
463
|
+
id?: Prisma.SortOrder;
|
|
464
|
+
createdAt?: Prisma.SortOrder;
|
|
465
|
+
updatedAt?: Prisma.SortOrder;
|
|
466
|
+
storeId?: Prisma.SortOrder;
|
|
467
|
+
platformId?: Prisma.SortOrder;
|
|
468
|
+
productVariantId?: Prisma.SortOrder;
|
|
469
|
+
startTime?: Prisma.SortOrder;
|
|
470
|
+
endTime?: Prisma.SortOrder;
|
|
471
|
+
isAvailable?: Prisma.SortOrder;
|
|
472
|
+
isActive?: Prisma.SortOrder;
|
|
473
|
+
};
|
|
474
|
+
export type PvStoreScheduledAvailabilitySumOrderByAggregateInput = {
|
|
475
|
+
id?: Prisma.SortOrder;
|
|
476
|
+
productVariantId?: Prisma.SortOrder;
|
|
477
|
+
};
|
|
478
|
+
export type PvStoreScheduledAvailabilityCreateNestedManyWithoutPlatformInput = {
|
|
479
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput[];
|
|
480
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput[];
|
|
481
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyPlatformInputEnvelope;
|
|
482
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
483
|
+
};
|
|
484
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutPlatformInput = {
|
|
485
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput[];
|
|
486
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput[];
|
|
487
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyPlatformInputEnvelope;
|
|
488
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
489
|
+
};
|
|
490
|
+
export type PvStoreScheduledAvailabilityUpdateManyWithoutPlatformNestedInput = {
|
|
491
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput[];
|
|
492
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput[];
|
|
493
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
494
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyPlatformInputEnvelope;
|
|
495
|
+
set?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
496
|
+
disconnect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
497
|
+
delete?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
498
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
499
|
+
update?: Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
500
|
+
updateMany?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutPlatformInput[];
|
|
501
|
+
deleteMany?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
502
|
+
};
|
|
503
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutPlatformNestedInput = {
|
|
504
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput[];
|
|
505
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput[];
|
|
506
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
507
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyPlatformInputEnvelope;
|
|
508
|
+
set?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
509
|
+
disconnect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
510
|
+
delete?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
511
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
512
|
+
update?: Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
513
|
+
updateMany?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutPlatformInput | Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutPlatformInput[];
|
|
514
|
+
deleteMany?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
515
|
+
};
|
|
516
|
+
export type PvStoreScheduledAvailabilityCreateNestedManyWithoutProductVariantInput = {
|
|
517
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput[];
|
|
518
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput[];
|
|
519
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyProductVariantInputEnvelope;
|
|
520
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
521
|
+
};
|
|
522
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutProductVariantInput = {
|
|
523
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput[];
|
|
524
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput[];
|
|
525
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyProductVariantInputEnvelope;
|
|
526
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
527
|
+
};
|
|
528
|
+
export type PvStoreScheduledAvailabilityUpdateManyWithoutProductVariantNestedInput = {
|
|
529
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput[];
|
|
530
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput[];
|
|
531
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutProductVariantInput[];
|
|
532
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyProductVariantInputEnvelope;
|
|
533
|
+
set?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
534
|
+
disconnect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
535
|
+
delete?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
536
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
537
|
+
update?: Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutProductVariantInput[];
|
|
538
|
+
updateMany?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutProductVariantInput[];
|
|
539
|
+
deleteMany?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
540
|
+
};
|
|
541
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutProductVariantNestedInput = {
|
|
542
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput[];
|
|
543
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput[];
|
|
544
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutProductVariantInput[];
|
|
545
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyProductVariantInputEnvelope;
|
|
546
|
+
set?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
547
|
+
disconnect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
548
|
+
delete?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
549
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
550
|
+
update?: Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutProductVariantInput[];
|
|
551
|
+
updateMany?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutProductVariantInput | Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutProductVariantInput[];
|
|
552
|
+
deleteMany?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
553
|
+
};
|
|
554
|
+
export type PvStoreScheduledAvailabilityCreateNestedOneWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
555
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
556
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPvStoreScheduledAvailabilityLogInput;
|
|
557
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
558
|
+
};
|
|
559
|
+
export type PvStoreScheduledAvailabilityUpdateOneRequiredWithoutPvStoreScheduledAvailabilityLogNestedInput = {
|
|
560
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
561
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutPvStoreScheduledAvailabilityLogInput;
|
|
562
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithoutPvStoreScheduledAvailabilityLogInput;
|
|
563
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
564
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateToOneWithWhereWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUpdateWithoutPvStoreScheduledAvailabilityLogInput>, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
565
|
+
};
|
|
566
|
+
export type PvStoreScheduledAvailabilityCreateactiveDaysInput = {
|
|
567
|
+
set: $Enums.ActiveDays[];
|
|
568
|
+
};
|
|
569
|
+
export type PvStoreScheduledAvailabilityCreateactiveWeeksInput = {
|
|
570
|
+
set: $Enums.ActiveWeeks[];
|
|
571
|
+
};
|
|
572
|
+
export type PvStoreScheduledAvailabilityUpdateactiveDaysInput = {
|
|
573
|
+
set?: $Enums.ActiveDays[];
|
|
574
|
+
push?: $Enums.ActiveDays | $Enums.ActiveDays[];
|
|
575
|
+
};
|
|
576
|
+
export type PvStoreScheduledAvailabilityUpdateactiveWeeksInput = {
|
|
577
|
+
set?: $Enums.ActiveWeeks[];
|
|
578
|
+
push?: $Enums.ActiveWeeks | $Enums.ActiveWeeks[];
|
|
579
|
+
};
|
|
580
|
+
export type PvStoreScheduledAvailabilityCreateNestedManyWithoutStoreInput = {
|
|
581
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput[];
|
|
582
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput[];
|
|
583
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyStoreInputEnvelope;
|
|
584
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
585
|
+
};
|
|
586
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateNestedManyWithoutStoreInput = {
|
|
587
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput[];
|
|
588
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput[];
|
|
589
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyStoreInputEnvelope;
|
|
590
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
591
|
+
};
|
|
592
|
+
export type PvStoreScheduledAvailabilityUpdateManyWithoutStoreNestedInput = {
|
|
593
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput[];
|
|
594
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput[];
|
|
595
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutStoreInput[];
|
|
596
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyStoreInputEnvelope;
|
|
597
|
+
set?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
598
|
+
disconnect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
599
|
+
delete?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
600
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
601
|
+
update?: Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutStoreInput[];
|
|
602
|
+
updateMany?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutStoreInput[];
|
|
603
|
+
deleteMany?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
604
|
+
};
|
|
605
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreNestedInput = {
|
|
606
|
+
create?: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput> | Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput[] | Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput[];
|
|
607
|
+
connectOrCreate?: Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput[];
|
|
608
|
+
upsert?: Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutStoreInput[];
|
|
609
|
+
createMany?: Prisma.PvStoreScheduledAvailabilityCreateManyStoreInputEnvelope;
|
|
610
|
+
set?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
611
|
+
disconnect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
612
|
+
delete?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
613
|
+
connect?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput | Prisma.PvStoreScheduledAvailabilityWhereUniqueInput[];
|
|
614
|
+
update?: Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutStoreInput[];
|
|
615
|
+
updateMany?: Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutStoreInput | Prisma.PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutStoreInput[];
|
|
616
|
+
deleteMany?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
617
|
+
};
|
|
618
|
+
export type PvStoreScheduledAvailabilityCreateWithoutPlatformInput = {
|
|
619
|
+
id?: bigint | number;
|
|
620
|
+
createdAt?: Date | string;
|
|
621
|
+
updatedAt?: Date | string;
|
|
622
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
623
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
624
|
+
startTime: Date | string;
|
|
625
|
+
endTime: Date | string;
|
|
626
|
+
isAvailable?: boolean;
|
|
627
|
+
isActive?: boolean;
|
|
628
|
+
store: Prisma.StoreCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
629
|
+
productVariant: Prisma.ProductVariantCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
630
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
631
|
+
};
|
|
632
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput = {
|
|
633
|
+
id?: bigint | number;
|
|
634
|
+
createdAt?: Date | string;
|
|
635
|
+
updatedAt?: Date | string;
|
|
636
|
+
storeId: string;
|
|
637
|
+
productVariantId: bigint | number;
|
|
638
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
639
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
640
|
+
startTime: Date | string;
|
|
641
|
+
endTime: Date | string;
|
|
642
|
+
isAvailable?: boolean;
|
|
643
|
+
isActive?: boolean;
|
|
644
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
645
|
+
};
|
|
646
|
+
export type PvStoreScheduledAvailabilityCreateOrConnectWithoutPlatformInput = {
|
|
647
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
648
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput>;
|
|
649
|
+
};
|
|
650
|
+
export type PvStoreScheduledAvailabilityCreateManyPlatformInputEnvelope = {
|
|
651
|
+
data: Prisma.PvStoreScheduledAvailabilityCreateManyPlatformInput | Prisma.PvStoreScheduledAvailabilityCreateManyPlatformInput[];
|
|
652
|
+
skipDuplicates?: boolean;
|
|
653
|
+
};
|
|
654
|
+
export type PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutPlatformInput = {
|
|
655
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
656
|
+
update: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutPlatformInput>;
|
|
657
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPlatformInput>;
|
|
658
|
+
};
|
|
659
|
+
export type PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutPlatformInput = {
|
|
660
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
661
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutPlatformInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutPlatformInput>;
|
|
662
|
+
};
|
|
663
|
+
export type PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutPlatformInput = {
|
|
664
|
+
where: Prisma.PvStoreScheduledAvailabilityScalarWhereInput;
|
|
665
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateManyMutationInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutPlatformInput>;
|
|
666
|
+
};
|
|
667
|
+
export type PvStoreScheduledAvailabilityScalarWhereInput = {
|
|
668
|
+
AND?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
669
|
+
OR?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
670
|
+
NOT?: Prisma.PvStoreScheduledAvailabilityScalarWhereInput | Prisma.PvStoreScheduledAvailabilityScalarWhereInput[];
|
|
671
|
+
id?: Prisma.BigIntFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
672
|
+
createdAt?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
673
|
+
updatedAt?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
674
|
+
storeId?: Prisma.StringFilter<"PvStoreScheduledAvailability"> | string;
|
|
675
|
+
platformId?: Prisma.StringFilter<"PvStoreScheduledAvailability"> | string;
|
|
676
|
+
productVariantId?: Prisma.BigIntFilter<"PvStoreScheduledAvailability"> | bigint | number;
|
|
677
|
+
activeDays?: Prisma.EnumActiveDaysNullableListFilter<"PvStoreScheduledAvailability">;
|
|
678
|
+
activeWeeks?: Prisma.EnumActiveWeeksNullableListFilter<"PvStoreScheduledAvailability">;
|
|
679
|
+
startTime?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
680
|
+
endTime?: Prisma.DateTimeFilter<"PvStoreScheduledAvailability"> | Date | string;
|
|
681
|
+
isAvailable?: Prisma.BoolFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
682
|
+
isActive?: Prisma.BoolFilter<"PvStoreScheduledAvailability"> | boolean;
|
|
683
|
+
};
|
|
684
|
+
export type PvStoreScheduledAvailabilityCreateWithoutProductVariantInput = {
|
|
685
|
+
id?: bigint | number;
|
|
686
|
+
createdAt?: Date | string;
|
|
687
|
+
updatedAt?: Date | string;
|
|
688
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
689
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
690
|
+
startTime: Date | string;
|
|
691
|
+
endTime: Date | string;
|
|
692
|
+
isAvailable?: boolean;
|
|
693
|
+
isActive?: boolean;
|
|
694
|
+
store: Prisma.StoreCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
695
|
+
platform: Prisma.PlatformCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
696
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
697
|
+
};
|
|
698
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput = {
|
|
699
|
+
id?: bigint | number;
|
|
700
|
+
createdAt?: Date | string;
|
|
701
|
+
updatedAt?: Date | string;
|
|
702
|
+
storeId: string;
|
|
703
|
+
platformId: string;
|
|
704
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
705
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
706
|
+
startTime: Date | string;
|
|
707
|
+
endTime: Date | string;
|
|
708
|
+
isAvailable?: boolean;
|
|
709
|
+
isActive?: boolean;
|
|
710
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
711
|
+
};
|
|
712
|
+
export type PvStoreScheduledAvailabilityCreateOrConnectWithoutProductVariantInput = {
|
|
713
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
714
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput>;
|
|
715
|
+
};
|
|
716
|
+
export type PvStoreScheduledAvailabilityCreateManyProductVariantInputEnvelope = {
|
|
717
|
+
data: Prisma.PvStoreScheduledAvailabilityCreateManyProductVariantInput | Prisma.PvStoreScheduledAvailabilityCreateManyProductVariantInput[];
|
|
718
|
+
skipDuplicates?: boolean;
|
|
719
|
+
};
|
|
720
|
+
export type PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutProductVariantInput = {
|
|
721
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
722
|
+
update: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutProductVariantInput>;
|
|
723
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutProductVariantInput>;
|
|
724
|
+
};
|
|
725
|
+
export type PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutProductVariantInput = {
|
|
726
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
727
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutProductVariantInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutProductVariantInput>;
|
|
728
|
+
};
|
|
729
|
+
export type PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutProductVariantInput = {
|
|
730
|
+
where: Prisma.PvStoreScheduledAvailabilityScalarWhereInput;
|
|
731
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateManyMutationInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutProductVariantInput>;
|
|
732
|
+
};
|
|
733
|
+
export type PvStoreScheduledAvailabilityCreateWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
734
|
+
id?: bigint | number;
|
|
735
|
+
createdAt?: Date | string;
|
|
736
|
+
updatedAt?: Date | string;
|
|
737
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
738
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
739
|
+
startTime: Date | string;
|
|
740
|
+
endTime: Date | string;
|
|
741
|
+
isAvailable?: boolean;
|
|
742
|
+
isActive?: boolean;
|
|
743
|
+
store: Prisma.StoreCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
744
|
+
platform: Prisma.PlatformCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
745
|
+
productVariant: Prisma.ProductVariantCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
746
|
+
};
|
|
747
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
748
|
+
id?: bigint | number;
|
|
749
|
+
createdAt?: Date | string;
|
|
750
|
+
updatedAt?: Date | string;
|
|
751
|
+
storeId: string;
|
|
752
|
+
platformId: string;
|
|
753
|
+
productVariantId: bigint | number;
|
|
754
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
755
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
756
|
+
startTime: Date | string;
|
|
757
|
+
endTime: Date | string;
|
|
758
|
+
isAvailable?: boolean;
|
|
759
|
+
isActive?: boolean;
|
|
760
|
+
};
|
|
761
|
+
export type PvStoreScheduledAvailabilityCreateOrConnectWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
762
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
763
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
764
|
+
};
|
|
765
|
+
export type PvStoreScheduledAvailabilityUpsertWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
766
|
+
update: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
767
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
768
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
769
|
+
};
|
|
770
|
+
export type PvStoreScheduledAvailabilityUpdateToOneWithWhereWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
771
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
772
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutPvStoreScheduledAvailabilityLogInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutPvStoreScheduledAvailabilityLogInput>;
|
|
773
|
+
};
|
|
774
|
+
export type PvStoreScheduledAvailabilityUpdateWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
775
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
776
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
777
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
778
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
779
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
780
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
781
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
782
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
783
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
784
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
785
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
786
|
+
productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
787
|
+
};
|
|
788
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateWithoutPvStoreScheduledAvailabilityLogInput = {
|
|
789
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
790
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
791
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
792
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
793
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
794
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
795
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
796
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
797
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
798
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
799
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
800
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
801
|
+
};
|
|
802
|
+
export type PvStoreScheduledAvailabilityCreateWithoutStoreInput = {
|
|
803
|
+
id?: bigint | number;
|
|
804
|
+
createdAt?: Date | string;
|
|
805
|
+
updatedAt?: Date | string;
|
|
806
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
807
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
808
|
+
startTime: Date | string;
|
|
809
|
+
endTime: Date | string;
|
|
810
|
+
isAvailable?: boolean;
|
|
811
|
+
isActive?: boolean;
|
|
812
|
+
platform: Prisma.PlatformCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
813
|
+
productVariant: Prisma.ProductVariantCreateNestedOneWithoutPvStoreScheduledAvailabilityInput;
|
|
814
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
815
|
+
};
|
|
816
|
+
export type PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput = {
|
|
817
|
+
id?: bigint | number;
|
|
818
|
+
createdAt?: Date | string;
|
|
819
|
+
updatedAt?: Date | string;
|
|
820
|
+
platformId: string;
|
|
821
|
+
productVariantId: bigint | number;
|
|
822
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
823
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
824
|
+
startTime: Date | string;
|
|
825
|
+
endTime: Date | string;
|
|
826
|
+
isAvailable?: boolean;
|
|
827
|
+
isActive?: boolean;
|
|
828
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedCreateNestedManyWithoutPvStoreScheduledAvailabilityInput;
|
|
829
|
+
};
|
|
830
|
+
export type PvStoreScheduledAvailabilityCreateOrConnectWithoutStoreInput = {
|
|
831
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
832
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput>;
|
|
833
|
+
};
|
|
834
|
+
export type PvStoreScheduledAvailabilityCreateManyStoreInputEnvelope = {
|
|
835
|
+
data: Prisma.PvStoreScheduledAvailabilityCreateManyStoreInput | Prisma.PvStoreScheduledAvailabilityCreateManyStoreInput[];
|
|
836
|
+
skipDuplicates?: boolean;
|
|
837
|
+
};
|
|
838
|
+
export type PvStoreScheduledAvailabilityUpsertWithWhereUniqueWithoutStoreInput = {
|
|
839
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
840
|
+
update: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutStoreInput>;
|
|
841
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateWithoutStoreInput>;
|
|
842
|
+
};
|
|
843
|
+
export type PvStoreScheduledAvailabilityUpdateWithWhereUniqueWithoutStoreInput = {
|
|
844
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
845
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateWithoutStoreInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateWithoutStoreInput>;
|
|
846
|
+
};
|
|
847
|
+
export type PvStoreScheduledAvailabilityUpdateManyWithWhereWithoutStoreInput = {
|
|
848
|
+
where: Prisma.PvStoreScheduledAvailabilityScalarWhereInput;
|
|
849
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateManyMutationInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreInput>;
|
|
850
|
+
};
|
|
851
|
+
export type PvStoreScheduledAvailabilityCreateManyPlatformInput = {
|
|
852
|
+
id?: bigint | number;
|
|
853
|
+
createdAt?: Date | string;
|
|
854
|
+
updatedAt?: Date | string;
|
|
855
|
+
storeId: string;
|
|
856
|
+
productVariantId: bigint | number;
|
|
857
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
858
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
859
|
+
startTime: Date | string;
|
|
860
|
+
endTime: Date | string;
|
|
861
|
+
isAvailable?: boolean;
|
|
862
|
+
isActive?: boolean;
|
|
863
|
+
};
|
|
864
|
+
export type PvStoreScheduledAvailabilityUpdateWithoutPlatformInput = {
|
|
865
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
866
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
867
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
868
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
869
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
870
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
871
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
872
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
873
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
874
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
875
|
+
productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
876
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
877
|
+
};
|
|
878
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateWithoutPlatformInput = {
|
|
879
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
880
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
881
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
882
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
883
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
884
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
885
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
886
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
887
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
888
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
889
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
890
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
891
|
+
};
|
|
892
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutPlatformInput = {
|
|
893
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
894
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
895
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
896
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
897
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
898
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
899
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
900
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
901
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
902
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
903
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
904
|
+
};
|
|
905
|
+
export type PvStoreScheduledAvailabilityCreateManyProductVariantInput = {
|
|
906
|
+
id?: bigint | number;
|
|
907
|
+
createdAt?: Date | string;
|
|
908
|
+
updatedAt?: Date | string;
|
|
909
|
+
storeId: string;
|
|
910
|
+
platformId: string;
|
|
911
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
912
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
913
|
+
startTime: Date | string;
|
|
914
|
+
endTime: Date | string;
|
|
915
|
+
isAvailable?: boolean;
|
|
916
|
+
isActive?: boolean;
|
|
917
|
+
};
|
|
918
|
+
export type PvStoreScheduledAvailabilityUpdateWithoutProductVariantInput = {
|
|
919
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
920
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
921
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
922
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
923
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
924
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
925
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
926
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
927
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
928
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
929
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
930
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
931
|
+
};
|
|
932
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateWithoutProductVariantInput = {
|
|
933
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
934
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
935
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
936
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
937
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
938
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
939
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
940
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
941
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
942
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
943
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
944
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
945
|
+
};
|
|
946
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutProductVariantInput = {
|
|
947
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
948
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
949
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
950
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
951
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
952
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
953
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
954
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
955
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
956
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
957
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
958
|
+
};
|
|
959
|
+
export type PvStoreScheduledAvailabilityCreateManyStoreInput = {
|
|
960
|
+
id?: bigint | number;
|
|
961
|
+
createdAt?: Date | string;
|
|
962
|
+
updatedAt?: Date | string;
|
|
963
|
+
platformId: string;
|
|
964
|
+
productVariantId: bigint | number;
|
|
965
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityCreateactiveDaysInput | $Enums.ActiveDays[];
|
|
966
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityCreateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
967
|
+
startTime: Date | string;
|
|
968
|
+
endTime: Date | string;
|
|
969
|
+
isAvailable?: boolean;
|
|
970
|
+
isActive?: boolean;
|
|
971
|
+
};
|
|
972
|
+
export type PvStoreScheduledAvailabilityUpdateWithoutStoreInput = {
|
|
973
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
974
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
975
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
976
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
977
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
978
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
979
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
980
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
981
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
982
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
983
|
+
productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
984
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
985
|
+
};
|
|
986
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateWithoutStoreInput = {
|
|
987
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
988
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
989
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
990
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
991
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
992
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
993
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
994
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
995
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
996
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
997
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
998
|
+
pvStoreScheduledAvailabilityLog?: Prisma.PvStoreScheduledAvailabilityLogUncheckedUpdateManyWithoutPvStoreScheduledAvailabilityNestedInput;
|
|
999
|
+
};
|
|
1000
|
+
export type PvStoreScheduledAvailabilityUncheckedUpdateManyWithoutStoreInput = {
|
|
1001
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1002
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1003
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1004
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1005
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1006
|
+
activeDays?: Prisma.PvStoreScheduledAvailabilityUpdateactiveDaysInput | $Enums.ActiveDays[];
|
|
1007
|
+
activeWeeks?: Prisma.PvStoreScheduledAvailabilityUpdateactiveWeeksInput | $Enums.ActiveWeeks[];
|
|
1008
|
+
startTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1009
|
+
endTime?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1010
|
+
isAvailable?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1011
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1012
|
+
};
|
|
1013
|
+
/**
|
|
1014
|
+
* Count Type PvStoreScheduledAvailabilityCountOutputType
|
|
1015
|
+
*/
|
|
1016
|
+
export type PvStoreScheduledAvailabilityCountOutputType = {
|
|
1017
|
+
pvStoreScheduledAvailabilityLog: number;
|
|
1018
|
+
};
|
|
1019
|
+
export type PvStoreScheduledAvailabilityCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1020
|
+
pvStoreScheduledAvailabilityLog?: boolean | PvStoreScheduledAvailabilityCountOutputTypeCountPvStoreScheduledAvailabilityLogArgs;
|
|
1021
|
+
};
|
|
1022
|
+
/**
|
|
1023
|
+
* PvStoreScheduledAvailabilityCountOutputType without action
|
|
1024
|
+
*/
|
|
1025
|
+
export type PvStoreScheduledAvailabilityCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1026
|
+
/**
|
|
1027
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailabilityCountOutputType
|
|
1028
|
+
*/
|
|
1029
|
+
select?: Prisma.PvStoreScheduledAvailabilityCountOutputTypeSelect<ExtArgs> | null;
|
|
1030
|
+
};
|
|
1031
|
+
/**
|
|
1032
|
+
* PvStoreScheduledAvailabilityCountOutputType without action
|
|
1033
|
+
*/
|
|
1034
|
+
export type PvStoreScheduledAvailabilityCountOutputTypeCountPvStoreScheduledAvailabilityLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1035
|
+
where?: Prisma.PvStoreScheduledAvailabilityLogWhereInput;
|
|
1036
|
+
};
|
|
1037
|
+
export type PvStoreScheduledAvailabilitySelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1038
|
+
id?: boolean;
|
|
1039
|
+
createdAt?: boolean;
|
|
1040
|
+
updatedAt?: boolean;
|
|
1041
|
+
storeId?: boolean;
|
|
1042
|
+
platformId?: boolean;
|
|
1043
|
+
productVariantId?: boolean;
|
|
1044
|
+
activeDays?: boolean;
|
|
1045
|
+
activeWeeks?: boolean;
|
|
1046
|
+
startTime?: boolean;
|
|
1047
|
+
endTime?: boolean;
|
|
1048
|
+
isAvailable?: boolean;
|
|
1049
|
+
isActive?: boolean;
|
|
1050
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1051
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1052
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
1053
|
+
pvStoreScheduledAvailabilityLog?: boolean | Prisma.PvStoreScheduledAvailability$pvStoreScheduledAvailabilityLogArgs<ExtArgs>;
|
|
1054
|
+
_count?: boolean | Prisma.PvStoreScheduledAvailabilityCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1055
|
+
}, ExtArgs["result"]["pvStoreScheduledAvailability"]>;
|
|
1056
|
+
export type PvStoreScheduledAvailabilitySelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1057
|
+
id?: boolean;
|
|
1058
|
+
createdAt?: boolean;
|
|
1059
|
+
updatedAt?: boolean;
|
|
1060
|
+
storeId?: boolean;
|
|
1061
|
+
platformId?: boolean;
|
|
1062
|
+
productVariantId?: boolean;
|
|
1063
|
+
activeDays?: boolean;
|
|
1064
|
+
activeWeeks?: boolean;
|
|
1065
|
+
startTime?: boolean;
|
|
1066
|
+
endTime?: boolean;
|
|
1067
|
+
isAvailable?: boolean;
|
|
1068
|
+
isActive?: boolean;
|
|
1069
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1070
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1071
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
1072
|
+
}, ExtArgs["result"]["pvStoreScheduledAvailability"]>;
|
|
1073
|
+
export type PvStoreScheduledAvailabilitySelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1074
|
+
id?: boolean;
|
|
1075
|
+
createdAt?: boolean;
|
|
1076
|
+
updatedAt?: boolean;
|
|
1077
|
+
storeId?: boolean;
|
|
1078
|
+
platformId?: boolean;
|
|
1079
|
+
productVariantId?: boolean;
|
|
1080
|
+
activeDays?: boolean;
|
|
1081
|
+
activeWeeks?: boolean;
|
|
1082
|
+
startTime?: boolean;
|
|
1083
|
+
endTime?: boolean;
|
|
1084
|
+
isAvailable?: boolean;
|
|
1085
|
+
isActive?: boolean;
|
|
1086
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1087
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1088
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
1089
|
+
}, ExtArgs["result"]["pvStoreScheduledAvailability"]>;
|
|
1090
|
+
export type PvStoreScheduledAvailabilitySelectScalar = {
|
|
1091
|
+
id?: boolean;
|
|
1092
|
+
createdAt?: boolean;
|
|
1093
|
+
updatedAt?: boolean;
|
|
1094
|
+
storeId?: boolean;
|
|
1095
|
+
platformId?: boolean;
|
|
1096
|
+
productVariantId?: boolean;
|
|
1097
|
+
activeDays?: boolean;
|
|
1098
|
+
activeWeeks?: boolean;
|
|
1099
|
+
startTime?: boolean;
|
|
1100
|
+
endTime?: boolean;
|
|
1101
|
+
isAvailable?: boolean;
|
|
1102
|
+
isActive?: boolean;
|
|
1103
|
+
};
|
|
1104
|
+
export type PvStoreScheduledAvailabilityOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "storeId" | "platformId" | "productVariantId" | "activeDays" | "activeWeeks" | "startTime" | "endTime" | "isAvailable" | "isActive", ExtArgs["result"]["pvStoreScheduledAvailability"]>;
|
|
1105
|
+
export type PvStoreScheduledAvailabilityInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1106
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1107
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1108
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
1109
|
+
pvStoreScheduledAvailabilityLog?: boolean | Prisma.PvStoreScheduledAvailability$pvStoreScheduledAvailabilityLogArgs<ExtArgs>;
|
|
1110
|
+
_count?: boolean | Prisma.PvStoreScheduledAvailabilityCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1111
|
+
};
|
|
1112
|
+
export type PvStoreScheduledAvailabilityIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1113
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1114
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1115
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
1116
|
+
};
|
|
1117
|
+
export type PvStoreScheduledAvailabilityIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1118
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1119
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1120
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
1121
|
+
};
|
|
1122
|
+
export type $PvStoreScheduledAvailabilityPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1123
|
+
name: "PvStoreScheduledAvailability";
|
|
1124
|
+
objects: {
|
|
1125
|
+
store: Prisma.$StorePayload<ExtArgs>;
|
|
1126
|
+
platform: Prisma.$PlatformPayload<ExtArgs>;
|
|
1127
|
+
productVariant: Prisma.$ProductVariantPayload<ExtArgs>;
|
|
1128
|
+
pvStoreScheduledAvailabilityLog: Prisma.$PvStoreScheduledAvailabilityLogPayload<ExtArgs>[];
|
|
1129
|
+
};
|
|
1130
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1131
|
+
id: bigint;
|
|
1132
|
+
createdAt: Date;
|
|
1133
|
+
updatedAt: Date;
|
|
1134
|
+
storeId: string;
|
|
1135
|
+
platformId: string;
|
|
1136
|
+
productVariantId: bigint;
|
|
1137
|
+
activeDays: $Enums.ActiveDays[];
|
|
1138
|
+
activeWeeks: $Enums.ActiveWeeks[];
|
|
1139
|
+
startTime: Date;
|
|
1140
|
+
endTime: Date;
|
|
1141
|
+
isAvailable: boolean;
|
|
1142
|
+
isActive: boolean;
|
|
1143
|
+
}, ExtArgs["result"]["pvStoreScheduledAvailability"]>;
|
|
1144
|
+
composites: {};
|
|
1145
|
+
};
|
|
1146
|
+
export type PvStoreScheduledAvailabilityGetPayload<S extends boolean | null | undefined | PvStoreScheduledAvailabilityDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload, S>;
|
|
1147
|
+
export type PvStoreScheduledAvailabilityCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<PvStoreScheduledAvailabilityFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1148
|
+
select?: PvStoreScheduledAvailabilityCountAggregateInputType | true;
|
|
1149
|
+
};
|
|
1150
|
+
export interface PvStoreScheduledAvailabilityDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1151
|
+
[K: symbol]: {
|
|
1152
|
+
types: Prisma.TypeMap<ExtArgs>['model']['PvStoreScheduledAvailability'];
|
|
1153
|
+
meta: {
|
|
1154
|
+
name: 'PvStoreScheduledAvailability';
|
|
1155
|
+
};
|
|
1156
|
+
};
|
|
1157
|
+
/**
|
|
1158
|
+
* Find zero or one PvStoreScheduledAvailability that matches the filter.
|
|
1159
|
+
* @param {PvStoreScheduledAvailabilityFindUniqueArgs} args - Arguments to find a PvStoreScheduledAvailability
|
|
1160
|
+
* @example
|
|
1161
|
+
* // Get one PvStoreScheduledAvailability
|
|
1162
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.findUnique({
|
|
1163
|
+
* where: {
|
|
1164
|
+
* // ... provide filter here
|
|
1165
|
+
* }
|
|
1166
|
+
* })
|
|
1167
|
+
*/
|
|
1168
|
+
findUnique<T extends PvStoreScheduledAvailabilityFindUniqueArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityFindUniqueArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1169
|
+
/**
|
|
1170
|
+
* Find one PvStoreScheduledAvailability that matches the filter or throw an error with `error.code='P2025'`
|
|
1171
|
+
* if no matches were found.
|
|
1172
|
+
* @param {PvStoreScheduledAvailabilityFindUniqueOrThrowArgs} args - Arguments to find a PvStoreScheduledAvailability
|
|
1173
|
+
* @example
|
|
1174
|
+
* // Get one PvStoreScheduledAvailability
|
|
1175
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.findUniqueOrThrow({
|
|
1176
|
+
* where: {
|
|
1177
|
+
* // ... provide filter here
|
|
1178
|
+
* }
|
|
1179
|
+
* })
|
|
1180
|
+
*/
|
|
1181
|
+
findUniqueOrThrow<T extends PvStoreScheduledAvailabilityFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1182
|
+
/**
|
|
1183
|
+
* Find the first PvStoreScheduledAvailability that matches the filter.
|
|
1184
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1185
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1186
|
+
* @param {PvStoreScheduledAvailabilityFindFirstArgs} args - Arguments to find a PvStoreScheduledAvailability
|
|
1187
|
+
* @example
|
|
1188
|
+
* // Get one PvStoreScheduledAvailability
|
|
1189
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.findFirst({
|
|
1190
|
+
* where: {
|
|
1191
|
+
* // ... provide filter here
|
|
1192
|
+
* }
|
|
1193
|
+
* })
|
|
1194
|
+
*/
|
|
1195
|
+
findFirst<T extends PvStoreScheduledAvailabilityFindFirstArgs>(args?: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityFindFirstArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1196
|
+
/**
|
|
1197
|
+
* Find the first PvStoreScheduledAvailability that matches the filter or
|
|
1198
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1199
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1200
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1201
|
+
* @param {PvStoreScheduledAvailabilityFindFirstOrThrowArgs} args - Arguments to find a PvStoreScheduledAvailability
|
|
1202
|
+
* @example
|
|
1203
|
+
* // Get one PvStoreScheduledAvailability
|
|
1204
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.findFirstOrThrow({
|
|
1205
|
+
* where: {
|
|
1206
|
+
* // ... provide filter here
|
|
1207
|
+
* }
|
|
1208
|
+
* })
|
|
1209
|
+
*/
|
|
1210
|
+
findFirstOrThrow<T extends PvStoreScheduledAvailabilityFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1211
|
+
/**
|
|
1212
|
+
* Find zero or more PvStoreScheduledAvailabilities that matches the filter.
|
|
1213
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1214
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1215
|
+
* @param {PvStoreScheduledAvailabilityFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1216
|
+
* @example
|
|
1217
|
+
* // Get all PvStoreScheduledAvailabilities
|
|
1218
|
+
* const pvStoreScheduledAvailabilities = await prisma.pvStoreScheduledAvailability.findMany()
|
|
1219
|
+
*
|
|
1220
|
+
* // Get first 10 PvStoreScheduledAvailabilities
|
|
1221
|
+
* const pvStoreScheduledAvailabilities = await prisma.pvStoreScheduledAvailability.findMany({ take: 10 })
|
|
1222
|
+
*
|
|
1223
|
+
* // Only select the `id`
|
|
1224
|
+
* const pvStoreScheduledAvailabilityWithIdOnly = await prisma.pvStoreScheduledAvailability.findMany({ select: { id: true } })
|
|
1225
|
+
*
|
|
1226
|
+
*/
|
|
1227
|
+
findMany<T extends PvStoreScheduledAvailabilityFindManyArgs>(args?: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1228
|
+
/**
|
|
1229
|
+
* Create a PvStoreScheduledAvailability.
|
|
1230
|
+
* @param {PvStoreScheduledAvailabilityCreateArgs} args - Arguments to create a PvStoreScheduledAvailability.
|
|
1231
|
+
* @example
|
|
1232
|
+
* // Create one PvStoreScheduledAvailability
|
|
1233
|
+
* const PvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.create({
|
|
1234
|
+
* data: {
|
|
1235
|
+
* // ... data to create a PvStoreScheduledAvailability
|
|
1236
|
+
* }
|
|
1237
|
+
* })
|
|
1238
|
+
*
|
|
1239
|
+
*/
|
|
1240
|
+
create<T extends PvStoreScheduledAvailabilityCreateArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityCreateArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1241
|
+
/**
|
|
1242
|
+
* Create many PvStoreScheduledAvailabilities.
|
|
1243
|
+
* @param {PvStoreScheduledAvailabilityCreateManyArgs} args - Arguments to create many PvStoreScheduledAvailabilities.
|
|
1244
|
+
* @example
|
|
1245
|
+
* // Create many PvStoreScheduledAvailabilities
|
|
1246
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.createMany({
|
|
1247
|
+
* data: [
|
|
1248
|
+
* // ... provide data here
|
|
1249
|
+
* ]
|
|
1250
|
+
* })
|
|
1251
|
+
*
|
|
1252
|
+
*/
|
|
1253
|
+
createMany<T extends PvStoreScheduledAvailabilityCreateManyArgs>(args?: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1254
|
+
/**
|
|
1255
|
+
* Create many PvStoreScheduledAvailabilities and returns the data saved in the database.
|
|
1256
|
+
* @param {PvStoreScheduledAvailabilityCreateManyAndReturnArgs} args - Arguments to create many PvStoreScheduledAvailabilities.
|
|
1257
|
+
* @example
|
|
1258
|
+
* // Create many PvStoreScheduledAvailabilities
|
|
1259
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.createManyAndReturn({
|
|
1260
|
+
* data: [
|
|
1261
|
+
* // ... provide data here
|
|
1262
|
+
* ]
|
|
1263
|
+
* })
|
|
1264
|
+
*
|
|
1265
|
+
* // Create many PvStoreScheduledAvailabilities and only return the `id`
|
|
1266
|
+
* const pvStoreScheduledAvailabilityWithIdOnly = await prisma.pvStoreScheduledAvailability.createManyAndReturn({
|
|
1267
|
+
* select: { id: true },
|
|
1268
|
+
* data: [
|
|
1269
|
+
* // ... provide data here
|
|
1270
|
+
* ]
|
|
1271
|
+
* })
|
|
1272
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1273
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1274
|
+
*
|
|
1275
|
+
*/
|
|
1276
|
+
createManyAndReturn<T extends PvStoreScheduledAvailabilityCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1277
|
+
/**
|
|
1278
|
+
* Delete a PvStoreScheduledAvailability.
|
|
1279
|
+
* @param {PvStoreScheduledAvailabilityDeleteArgs} args - Arguments to delete one PvStoreScheduledAvailability.
|
|
1280
|
+
* @example
|
|
1281
|
+
* // Delete one PvStoreScheduledAvailability
|
|
1282
|
+
* const PvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.delete({
|
|
1283
|
+
* where: {
|
|
1284
|
+
* // ... filter to delete one PvStoreScheduledAvailability
|
|
1285
|
+
* }
|
|
1286
|
+
* })
|
|
1287
|
+
*
|
|
1288
|
+
*/
|
|
1289
|
+
delete<T extends PvStoreScheduledAvailabilityDeleteArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityDeleteArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1290
|
+
/**
|
|
1291
|
+
* Update one PvStoreScheduledAvailability.
|
|
1292
|
+
* @param {PvStoreScheduledAvailabilityUpdateArgs} args - Arguments to update one PvStoreScheduledAvailability.
|
|
1293
|
+
* @example
|
|
1294
|
+
* // Update one PvStoreScheduledAvailability
|
|
1295
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.update({
|
|
1296
|
+
* where: {
|
|
1297
|
+
* // ... provide filter here
|
|
1298
|
+
* },
|
|
1299
|
+
* data: {
|
|
1300
|
+
* // ... provide data here
|
|
1301
|
+
* }
|
|
1302
|
+
* })
|
|
1303
|
+
*
|
|
1304
|
+
*/
|
|
1305
|
+
update<T extends PvStoreScheduledAvailabilityUpdateArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityUpdateArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1306
|
+
/**
|
|
1307
|
+
* Delete zero or more PvStoreScheduledAvailabilities.
|
|
1308
|
+
* @param {PvStoreScheduledAvailabilityDeleteManyArgs} args - Arguments to filter PvStoreScheduledAvailabilities to delete.
|
|
1309
|
+
* @example
|
|
1310
|
+
* // Delete a few PvStoreScheduledAvailabilities
|
|
1311
|
+
* const { count } = await prisma.pvStoreScheduledAvailability.deleteMany({
|
|
1312
|
+
* where: {
|
|
1313
|
+
* // ... provide filter here
|
|
1314
|
+
* }
|
|
1315
|
+
* })
|
|
1316
|
+
*
|
|
1317
|
+
*/
|
|
1318
|
+
deleteMany<T extends PvStoreScheduledAvailabilityDeleteManyArgs>(args?: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1319
|
+
/**
|
|
1320
|
+
* Update zero or more PvStoreScheduledAvailabilities.
|
|
1321
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1322
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1323
|
+
* @param {PvStoreScheduledAvailabilityUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1324
|
+
* @example
|
|
1325
|
+
* // Update many PvStoreScheduledAvailabilities
|
|
1326
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.updateMany({
|
|
1327
|
+
* where: {
|
|
1328
|
+
* // ... provide filter here
|
|
1329
|
+
* },
|
|
1330
|
+
* data: {
|
|
1331
|
+
* // ... provide data here
|
|
1332
|
+
* }
|
|
1333
|
+
* })
|
|
1334
|
+
*
|
|
1335
|
+
*/
|
|
1336
|
+
updateMany<T extends PvStoreScheduledAvailabilityUpdateManyArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1337
|
+
/**
|
|
1338
|
+
* Update zero or more PvStoreScheduledAvailabilities and returns the data updated in the database.
|
|
1339
|
+
* @param {PvStoreScheduledAvailabilityUpdateManyAndReturnArgs} args - Arguments to update many PvStoreScheduledAvailabilities.
|
|
1340
|
+
* @example
|
|
1341
|
+
* // Update many PvStoreScheduledAvailabilities
|
|
1342
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.updateManyAndReturn({
|
|
1343
|
+
* where: {
|
|
1344
|
+
* // ... provide filter here
|
|
1345
|
+
* },
|
|
1346
|
+
* data: [
|
|
1347
|
+
* // ... provide data here
|
|
1348
|
+
* ]
|
|
1349
|
+
* })
|
|
1350
|
+
*
|
|
1351
|
+
* // Update zero or more PvStoreScheduledAvailabilities and only return the `id`
|
|
1352
|
+
* const pvStoreScheduledAvailabilityWithIdOnly = await prisma.pvStoreScheduledAvailability.updateManyAndReturn({
|
|
1353
|
+
* select: { id: true },
|
|
1354
|
+
* where: {
|
|
1355
|
+
* // ... provide filter here
|
|
1356
|
+
* },
|
|
1357
|
+
* data: [
|
|
1358
|
+
* // ... provide data here
|
|
1359
|
+
* ]
|
|
1360
|
+
* })
|
|
1361
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1362
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1363
|
+
*
|
|
1364
|
+
*/
|
|
1365
|
+
updateManyAndReturn<T extends PvStoreScheduledAvailabilityUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1366
|
+
/**
|
|
1367
|
+
* Create or update one PvStoreScheduledAvailability.
|
|
1368
|
+
* @param {PvStoreScheduledAvailabilityUpsertArgs} args - Arguments to update or create a PvStoreScheduledAvailability.
|
|
1369
|
+
* @example
|
|
1370
|
+
* // Update or create a PvStoreScheduledAvailability
|
|
1371
|
+
* const pvStoreScheduledAvailability = await prisma.pvStoreScheduledAvailability.upsert({
|
|
1372
|
+
* create: {
|
|
1373
|
+
* // ... data to create a PvStoreScheduledAvailability
|
|
1374
|
+
* },
|
|
1375
|
+
* update: {
|
|
1376
|
+
* // ... in case it already exists, update
|
|
1377
|
+
* },
|
|
1378
|
+
* where: {
|
|
1379
|
+
* // ... the filter for the PvStoreScheduledAvailability we want to update
|
|
1380
|
+
* }
|
|
1381
|
+
* })
|
|
1382
|
+
*/
|
|
1383
|
+
upsert<T extends PvStoreScheduledAvailabilityUpsertArgs>(args: Prisma.SelectSubset<T, PvStoreScheduledAvailabilityUpsertArgs<ExtArgs>>): Prisma.Prisma__PvStoreScheduledAvailabilityClient<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1384
|
+
/**
|
|
1385
|
+
* Count the number of PvStoreScheduledAvailabilities.
|
|
1386
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1387
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1388
|
+
* @param {PvStoreScheduledAvailabilityCountArgs} args - Arguments to filter PvStoreScheduledAvailabilities to count.
|
|
1389
|
+
* @example
|
|
1390
|
+
* // Count the number of PvStoreScheduledAvailabilities
|
|
1391
|
+
* const count = await prisma.pvStoreScheduledAvailability.count({
|
|
1392
|
+
* where: {
|
|
1393
|
+
* // ... the filter for the PvStoreScheduledAvailabilities we want to count
|
|
1394
|
+
* }
|
|
1395
|
+
* })
|
|
1396
|
+
**/
|
|
1397
|
+
count<T extends PvStoreScheduledAvailabilityCountArgs>(args?: Prisma.Subset<T, PvStoreScheduledAvailabilityCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], PvStoreScheduledAvailabilityCountAggregateOutputType> : number>;
|
|
1398
|
+
/**
|
|
1399
|
+
* Allows you to perform aggregations operations on a PvStoreScheduledAvailability.
|
|
1400
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1401
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1402
|
+
* @param {PvStoreScheduledAvailabilityAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1403
|
+
* @example
|
|
1404
|
+
* // Ordered by age ascending
|
|
1405
|
+
* // Where email contains prisma.io
|
|
1406
|
+
* // Limited to the 10 users
|
|
1407
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1408
|
+
* _avg: {
|
|
1409
|
+
* age: true,
|
|
1410
|
+
* },
|
|
1411
|
+
* where: {
|
|
1412
|
+
* email: {
|
|
1413
|
+
* contains: "prisma.io",
|
|
1414
|
+
* },
|
|
1415
|
+
* },
|
|
1416
|
+
* orderBy: {
|
|
1417
|
+
* age: "asc",
|
|
1418
|
+
* },
|
|
1419
|
+
* take: 10,
|
|
1420
|
+
* })
|
|
1421
|
+
**/
|
|
1422
|
+
aggregate<T extends PvStoreScheduledAvailabilityAggregateArgs>(args: Prisma.Subset<T, PvStoreScheduledAvailabilityAggregateArgs>): Prisma.PrismaPromise<GetPvStoreScheduledAvailabilityAggregateType<T>>;
|
|
1423
|
+
/**
|
|
1424
|
+
* Group by PvStoreScheduledAvailability.
|
|
1425
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1426
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1427
|
+
* @param {PvStoreScheduledAvailabilityGroupByArgs} args - Group by arguments.
|
|
1428
|
+
* @example
|
|
1429
|
+
* // Group by city, order by createdAt, get count
|
|
1430
|
+
* const result = await prisma.user.groupBy({
|
|
1431
|
+
* by: ['city', 'createdAt'],
|
|
1432
|
+
* orderBy: {
|
|
1433
|
+
* createdAt: true
|
|
1434
|
+
* },
|
|
1435
|
+
* _count: {
|
|
1436
|
+
* _all: true
|
|
1437
|
+
* },
|
|
1438
|
+
* })
|
|
1439
|
+
*
|
|
1440
|
+
**/
|
|
1441
|
+
groupBy<T extends PvStoreScheduledAvailabilityGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1442
|
+
orderBy: PvStoreScheduledAvailabilityGroupByArgs['orderBy'];
|
|
1443
|
+
} : {
|
|
1444
|
+
orderBy?: PvStoreScheduledAvailabilityGroupByArgs['orderBy'];
|
|
1445
|
+
}, 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 ? {
|
|
1446
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1447
|
+
Error,
|
|
1448
|
+
'Field ',
|
|
1449
|
+
P,
|
|
1450
|
+
` in "having" needs to be provided in "by"`
|
|
1451
|
+
];
|
|
1452
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1453
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1454
|
+
}[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 ? {} : {
|
|
1455
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1456
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1457
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1458
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, PvStoreScheduledAvailabilityGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetPvStoreScheduledAvailabilityGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1459
|
+
/**
|
|
1460
|
+
* Fields of the PvStoreScheduledAvailability model
|
|
1461
|
+
*/
|
|
1462
|
+
readonly fields: PvStoreScheduledAvailabilityFieldRefs;
|
|
1463
|
+
}
|
|
1464
|
+
/**
|
|
1465
|
+
* The delegate class that acts as a "Promise-like" for PvStoreScheduledAvailability.
|
|
1466
|
+
* Why is this prefixed with `Prisma__`?
|
|
1467
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1468
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1469
|
+
*/
|
|
1470
|
+
export interface Prisma__PvStoreScheduledAvailabilityClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1471
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1472
|
+
store<T extends Prisma.StoreDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.StoreDefaultArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1473
|
+
platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1474
|
+
productVariant<T extends Prisma.ProductVariantDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ProductVariantDefaultArgs<ExtArgs>>): Prisma.Prisma__ProductVariantClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1475
|
+
pvStoreScheduledAvailabilityLog<T extends Prisma.PvStoreScheduledAvailability$pvStoreScheduledAvailabilityLogArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PvStoreScheduledAvailability$pvStoreScheduledAvailabilityLogArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PvStoreScheduledAvailabilityLogPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1476
|
+
/**
|
|
1477
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1478
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1479
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1480
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1481
|
+
*/
|
|
1482
|
+
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>;
|
|
1483
|
+
/**
|
|
1484
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1485
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1486
|
+
* @returns A Promise for the completion of the callback.
|
|
1487
|
+
*/
|
|
1488
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1489
|
+
/**
|
|
1490
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1491
|
+
* resolved value cannot be modified from the callback.
|
|
1492
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1493
|
+
* @returns A Promise for the completion of the callback.
|
|
1494
|
+
*/
|
|
1495
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1496
|
+
}
|
|
1497
|
+
/**
|
|
1498
|
+
* Fields of the PvStoreScheduledAvailability model
|
|
1499
|
+
*/
|
|
1500
|
+
export interface PvStoreScheduledAvailabilityFieldRefs {
|
|
1501
|
+
readonly id: Prisma.FieldRef<"PvStoreScheduledAvailability", 'BigInt'>;
|
|
1502
|
+
readonly createdAt: Prisma.FieldRef<"PvStoreScheduledAvailability", 'DateTime'>;
|
|
1503
|
+
readonly updatedAt: Prisma.FieldRef<"PvStoreScheduledAvailability", 'DateTime'>;
|
|
1504
|
+
readonly storeId: Prisma.FieldRef<"PvStoreScheduledAvailability", 'String'>;
|
|
1505
|
+
readonly platformId: Prisma.FieldRef<"PvStoreScheduledAvailability", 'String'>;
|
|
1506
|
+
readonly productVariantId: Prisma.FieldRef<"PvStoreScheduledAvailability", 'BigInt'>;
|
|
1507
|
+
readonly activeDays: Prisma.FieldRef<"PvStoreScheduledAvailability", 'ActiveDays[]'>;
|
|
1508
|
+
readonly activeWeeks: Prisma.FieldRef<"PvStoreScheduledAvailability", 'ActiveWeeks[]'>;
|
|
1509
|
+
readonly startTime: Prisma.FieldRef<"PvStoreScheduledAvailability", 'DateTime'>;
|
|
1510
|
+
readonly endTime: Prisma.FieldRef<"PvStoreScheduledAvailability", 'DateTime'>;
|
|
1511
|
+
readonly isAvailable: Prisma.FieldRef<"PvStoreScheduledAvailability", 'Boolean'>;
|
|
1512
|
+
readonly isActive: Prisma.FieldRef<"PvStoreScheduledAvailability", 'Boolean'>;
|
|
1513
|
+
}
|
|
1514
|
+
/**
|
|
1515
|
+
* PvStoreScheduledAvailability findUnique
|
|
1516
|
+
*/
|
|
1517
|
+
export type PvStoreScheduledAvailabilityFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1518
|
+
/**
|
|
1519
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1520
|
+
*/
|
|
1521
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1522
|
+
/**
|
|
1523
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1524
|
+
*/
|
|
1525
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1526
|
+
/**
|
|
1527
|
+
* Choose, which related nodes to fetch as well
|
|
1528
|
+
*/
|
|
1529
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1530
|
+
/**
|
|
1531
|
+
* Filter, which PvStoreScheduledAvailability to fetch.
|
|
1532
|
+
*/
|
|
1533
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1534
|
+
};
|
|
1535
|
+
/**
|
|
1536
|
+
* PvStoreScheduledAvailability findUniqueOrThrow
|
|
1537
|
+
*/
|
|
1538
|
+
export type PvStoreScheduledAvailabilityFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1539
|
+
/**
|
|
1540
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1541
|
+
*/
|
|
1542
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1543
|
+
/**
|
|
1544
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1545
|
+
*/
|
|
1546
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1547
|
+
/**
|
|
1548
|
+
* Choose, which related nodes to fetch as well
|
|
1549
|
+
*/
|
|
1550
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1551
|
+
/**
|
|
1552
|
+
* Filter, which PvStoreScheduledAvailability to fetch.
|
|
1553
|
+
*/
|
|
1554
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1555
|
+
};
|
|
1556
|
+
/**
|
|
1557
|
+
* PvStoreScheduledAvailability findFirst
|
|
1558
|
+
*/
|
|
1559
|
+
export type PvStoreScheduledAvailabilityFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1560
|
+
/**
|
|
1561
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1562
|
+
*/
|
|
1563
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1564
|
+
/**
|
|
1565
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1566
|
+
*/
|
|
1567
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1568
|
+
/**
|
|
1569
|
+
* Choose, which related nodes to fetch as well
|
|
1570
|
+
*/
|
|
1571
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1572
|
+
/**
|
|
1573
|
+
* Filter, which PvStoreScheduledAvailability to fetch.
|
|
1574
|
+
*/
|
|
1575
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
1576
|
+
/**
|
|
1577
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1578
|
+
*
|
|
1579
|
+
* Determine the order of PvStoreScheduledAvailabilities to fetch.
|
|
1580
|
+
*/
|
|
1581
|
+
orderBy?: Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput | Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput[];
|
|
1582
|
+
/**
|
|
1583
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1584
|
+
*
|
|
1585
|
+
* Sets the position for searching for PvStoreScheduledAvailabilities.
|
|
1586
|
+
*/
|
|
1587
|
+
cursor?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1588
|
+
/**
|
|
1589
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1590
|
+
*
|
|
1591
|
+
* Take `±n` PvStoreScheduledAvailabilities from the position of the cursor.
|
|
1592
|
+
*/
|
|
1593
|
+
take?: number;
|
|
1594
|
+
/**
|
|
1595
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1596
|
+
*
|
|
1597
|
+
* Skip the first `n` PvStoreScheduledAvailabilities.
|
|
1598
|
+
*/
|
|
1599
|
+
skip?: number;
|
|
1600
|
+
/**
|
|
1601
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1602
|
+
*
|
|
1603
|
+
* Filter by unique combinations of PvStoreScheduledAvailabilities.
|
|
1604
|
+
*/
|
|
1605
|
+
distinct?: Prisma.PvStoreScheduledAvailabilityScalarFieldEnum | Prisma.PvStoreScheduledAvailabilityScalarFieldEnum[];
|
|
1606
|
+
};
|
|
1607
|
+
/**
|
|
1608
|
+
* PvStoreScheduledAvailability findFirstOrThrow
|
|
1609
|
+
*/
|
|
1610
|
+
export type PvStoreScheduledAvailabilityFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1611
|
+
/**
|
|
1612
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1613
|
+
*/
|
|
1614
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1615
|
+
/**
|
|
1616
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1617
|
+
*/
|
|
1618
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1619
|
+
/**
|
|
1620
|
+
* Choose, which related nodes to fetch as well
|
|
1621
|
+
*/
|
|
1622
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1623
|
+
/**
|
|
1624
|
+
* Filter, which PvStoreScheduledAvailability to fetch.
|
|
1625
|
+
*/
|
|
1626
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
1627
|
+
/**
|
|
1628
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1629
|
+
*
|
|
1630
|
+
* Determine the order of PvStoreScheduledAvailabilities to fetch.
|
|
1631
|
+
*/
|
|
1632
|
+
orderBy?: Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput | Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput[];
|
|
1633
|
+
/**
|
|
1634
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1635
|
+
*
|
|
1636
|
+
* Sets the position for searching for PvStoreScheduledAvailabilities.
|
|
1637
|
+
*/
|
|
1638
|
+
cursor?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1639
|
+
/**
|
|
1640
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1641
|
+
*
|
|
1642
|
+
* Take `±n` PvStoreScheduledAvailabilities from the position of the cursor.
|
|
1643
|
+
*/
|
|
1644
|
+
take?: number;
|
|
1645
|
+
/**
|
|
1646
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1647
|
+
*
|
|
1648
|
+
* Skip the first `n` PvStoreScheduledAvailabilities.
|
|
1649
|
+
*/
|
|
1650
|
+
skip?: number;
|
|
1651
|
+
/**
|
|
1652
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1653
|
+
*
|
|
1654
|
+
* Filter by unique combinations of PvStoreScheduledAvailabilities.
|
|
1655
|
+
*/
|
|
1656
|
+
distinct?: Prisma.PvStoreScheduledAvailabilityScalarFieldEnum | Prisma.PvStoreScheduledAvailabilityScalarFieldEnum[];
|
|
1657
|
+
};
|
|
1658
|
+
/**
|
|
1659
|
+
* PvStoreScheduledAvailability findMany
|
|
1660
|
+
*/
|
|
1661
|
+
export type PvStoreScheduledAvailabilityFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1662
|
+
/**
|
|
1663
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1664
|
+
*/
|
|
1665
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1666
|
+
/**
|
|
1667
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1668
|
+
*/
|
|
1669
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1670
|
+
/**
|
|
1671
|
+
* Choose, which related nodes to fetch as well
|
|
1672
|
+
*/
|
|
1673
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1674
|
+
/**
|
|
1675
|
+
* Filter, which PvStoreScheduledAvailabilities to fetch.
|
|
1676
|
+
*/
|
|
1677
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
1678
|
+
/**
|
|
1679
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1680
|
+
*
|
|
1681
|
+
* Determine the order of PvStoreScheduledAvailabilities to fetch.
|
|
1682
|
+
*/
|
|
1683
|
+
orderBy?: Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput | Prisma.PvStoreScheduledAvailabilityOrderByWithRelationInput[];
|
|
1684
|
+
/**
|
|
1685
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1686
|
+
*
|
|
1687
|
+
* Sets the position for listing PvStoreScheduledAvailabilities.
|
|
1688
|
+
*/
|
|
1689
|
+
cursor?: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1690
|
+
/**
|
|
1691
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1692
|
+
*
|
|
1693
|
+
* Take `±n` PvStoreScheduledAvailabilities from the position of the cursor.
|
|
1694
|
+
*/
|
|
1695
|
+
take?: number;
|
|
1696
|
+
/**
|
|
1697
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1698
|
+
*
|
|
1699
|
+
* Skip the first `n` PvStoreScheduledAvailabilities.
|
|
1700
|
+
*/
|
|
1701
|
+
skip?: number;
|
|
1702
|
+
distinct?: Prisma.PvStoreScheduledAvailabilityScalarFieldEnum | Prisma.PvStoreScheduledAvailabilityScalarFieldEnum[];
|
|
1703
|
+
};
|
|
1704
|
+
/**
|
|
1705
|
+
* PvStoreScheduledAvailability create
|
|
1706
|
+
*/
|
|
1707
|
+
export type PvStoreScheduledAvailabilityCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1708
|
+
/**
|
|
1709
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1710
|
+
*/
|
|
1711
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1712
|
+
/**
|
|
1713
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1714
|
+
*/
|
|
1715
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1716
|
+
/**
|
|
1717
|
+
* Choose, which related nodes to fetch as well
|
|
1718
|
+
*/
|
|
1719
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1720
|
+
/**
|
|
1721
|
+
* The data needed to create a PvStoreScheduledAvailability.
|
|
1722
|
+
*/
|
|
1723
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateInput>;
|
|
1724
|
+
};
|
|
1725
|
+
/**
|
|
1726
|
+
* PvStoreScheduledAvailability createMany
|
|
1727
|
+
*/
|
|
1728
|
+
export type PvStoreScheduledAvailabilityCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1729
|
+
/**
|
|
1730
|
+
* The data used to create many PvStoreScheduledAvailabilities.
|
|
1731
|
+
*/
|
|
1732
|
+
data: Prisma.PvStoreScheduledAvailabilityCreateManyInput | Prisma.PvStoreScheduledAvailabilityCreateManyInput[];
|
|
1733
|
+
skipDuplicates?: boolean;
|
|
1734
|
+
};
|
|
1735
|
+
/**
|
|
1736
|
+
* PvStoreScheduledAvailability createManyAndReturn
|
|
1737
|
+
*/
|
|
1738
|
+
export type PvStoreScheduledAvailabilityCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1739
|
+
/**
|
|
1740
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1741
|
+
*/
|
|
1742
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelectCreateManyAndReturn<ExtArgs> | null;
|
|
1743
|
+
/**
|
|
1744
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1745
|
+
*/
|
|
1746
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1747
|
+
/**
|
|
1748
|
+
* The data used to create many PvStoreScheduledAvailabilities.
|
|
1749
|
+
*/
|
|
1750
|
+
data: Prisma.PvStoreScheduledAvailabilityCreateManyInput | Prisma.PvStoreScheduledAvailabilityCreateManyInput[];
|
|
1751
|
+
skipDuplicates?: boolean;
|
|
1752
|
+
/**
|
|
1753
|
+
* Choose, which related nodes to fetch as well
|
|
1754
|
+
*/
|
|
1755
|
+
include?: Prisma.PvStoreScheduledAvailabilityIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1756
|
+
};
|
|
1757
|
+
/**
|
|
1758
|
+
* PvStoreScheduledAvailability update
|
|
1759
|
+
*/
|
|
1760
|
+
export type PvStoreScheduledAvailabilityUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1761
|
+
/**
|
|
1762
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1763
|
+
*/
|
|
1764
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1765
|
+
/**
|
|
1766
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1767
|
+
*/
|
|
1768
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1769
|
+
/**
|
|
1770
|
+
* Choose, which related nodes to fetch as well
|
|
1771
|
+
*/
|
|
1772
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1773
|
+
/**
|
|
1774
|
+
* The data needed to update a PvStoreScheduledAvailability.
|
|
1775
|
+
*/
|
|
1776
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateInput>;
|
|
1777
|
+
/**
|
|
1778
|
+
* Choose, which PvStoreScheduledAvailability to update.
|
|
1779
|
+
*/
|
|
1780
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1781
|
+
};
|
|
1782
|
+
/**
|
|
1783
|
+
* PvStoreScheduledAvailability updateMany
|
|
1784
|
+
*/
|
|
1785
|
+
export type PvStoreScheduledAvailabilityUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1786
|
+
/**
|
|
1787
|
+
* The data used to update PvStoreScheduledAvailabilities.
|
|
1788
|
+
*/
|
|
1789
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateManyMutationInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyInput>;
|
|
1790
|
+
/**
|
|
1791
|
+
* Filter which PvStoreScheduledAvailabilities to update
|
|
1792
|
+
*/
|
|
1793
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
1794
|
+
/**
|
|
1795
|
+
* Limit how many PvStoreScheduledAvailabilities to update.
|
|
1796
|
+
*/
|
|
1797
|
+
limit?: number;
|
|
1798
|
+
};
|
|
1799
|
+
/**
|
|
1800
|
+
* PvStoreScheduledAvailability updateManyAndReturn
|
|
1801
|
+
*/
|
|
1802
|
+
export type PvStoreScheduledAvailabilityUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1803
|
+
/**
|
|
1804
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1805
|
+
*/
|
|
1806
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1807
|
+
/**
|
|
1808
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1809
|
+
*/
|
|
1810
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1811
|
+
/**
|
|
1812
|
+
* The data used to update PvStoreScheduledAvailabilities.
|
|
1813
|
+
*/
|
|
1814
|
+
data: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateManyMutationInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateManyInput>;
|
|
1815
|
+
/**
|
|
1816
|
+
* Filter which PvStoreScheduledAvailabilities to update
|
|
1817
|
+
*/
|
|
1818
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
1819
|
+
/**
|
|
1820
|
+
* Limit how many PvStoreScheduledAvailabilities to update.
|
|
1821
|
+
*/
|
|
1822
|
+
limit?: number;
|
|
1823
|
+
/**
|
|
1824
|
+
* Choose, which related nodes to fetch as well
|
|
1825
|
+
*/
|
|
1826
|
+
include?: Prisma.PvStoreScheduledAvailabilityIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1827
|
+
};
|
|
1828
|
+
/**
|
|
1829
|
+
* PvStoreScheduledAvailability upsert
|
|
1830
|
+
*/
|
|
1831
|
+
export type PvStoreScheduledAvailabilityUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1832
|
+
/**
|
|
1833
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1834
|
+
*/
|
|
1835
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1836
|
+
/**
|
|
1837
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1838
|
+
*/
|
|
1839
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1840
|
+
/**
|
|
1841
|
+
* Choose, which related nodes to fetch as well
|
|
1842
|
+
*/
|
|
1843
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1844
|
+
/**
|
|
1845
|
+
* The filter to search for the PvStoreScheduledAvailability to update in case it exists.
|
|
1846
|
+
*/
|
|
1847
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1848
|
+
/**
|
|
1849
|
+
* In case the PvStoreScheduledAvailability found by the `where` argument doesn't exist, create a new PvStoreScheduledAvailability with this data.
|
|
1850
|
+
*/
|
|
1851
|
+
create: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityCreateInput, Prisma.PvStoreScheduledAvailabilityUncheckedCreateInput>;
|
|
1852
|
+
/**
|
|
1853
|
+
* In case the PvStoreScheduledAvailability was found with the provided `where` argument, update it with this data.
|
|
1854
|
+
*/
|
|
1855
|
+
update: Prisma.XOR<Prisma.PvStoreScheduledAvailabilityUpdateInput, Prisma.PvStoreScheduledAvailabilityUncheckedUpdateInput>;
|
|
1856
|
+
};
|
|
1857
|
+
/**
|
|
1858
|
+
* PvStoreScheduledAvailability delete
|
|
1859
|
+
*/
|
|
1860
|
+
export type PvStoreScheduledAvailabilityDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1861
|
+
/**
|
|
1862
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1863
|
+
*/
|
|
1864
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1865
|
+
/**
|
|
1866
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1867
|
+
*/
|
|
1868
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1869
|
+
/**
|
|
1870
|
+
* Choose, which related nodes to fetch as well
|
|
1871
|
+
*/
|
|
1872
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1873
|
+
/**
|
|
1874
|
+
* Filter which PvStoreScheduledAvailability to delete.
|
|
1875
|
+
*/
|
|
1876
|
+
where: Prisma.PvStoreScheduledAvailabilityWhereUniqueInput;
|
|
1877
|
+
};
|
|
1878
|
+
/**
|
|
1879
|
+
* PvStoreScheduledAvailability deleteMany
|
|
1880
|
+
*/
|
|
1881
|
+
export type PvStoreScheduledAvailabilityDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1882
|
+
/**
|
|
1883
|
+
* Filter which PvStoreScheduledAvailabilities to delete
|
|
1884
|
+
*/
|
|
1885
|
+
where?: Prisma.PvStoreScheduledAvailabilityWhereInput;
|
|
1886
|
+
/**
|
|
1887
|
+
* Limit how many PvStoreScheduledAvailabilities to delete.
|
|
1888
|
+
*/
|
|
1889
|
+
limit?: number;
|
|
1890
|
+
};
|
|
1891
|
+
/**
|
|
1892
|
+
* PvStoreScheduledAvailability.pvStoreScheduledAvailabilityLog
|
|
1893
|
+
*/
|
|
1894
|
+
export type PvStoreScheduledAvailability$pvStoreScheduledAvailabilityLogArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1895
|
+
/**
|
|
1896
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailabilityLog
|
|
1897
|
+
*/
|
|
1898
|
+
select?: Prisma.PvStoreScheduledAvailabilityLogSelect<ExtArgs> | null;
|
|
1899
|
+
/**
|
|
1900
|
+
* Omit specific fields from the PvStoreScheduledAvailabilityLog
|
|
1901
|
+
*/
|
|
1902
|
+
omit?: Prisma.PvStoreScheduledAvailabilityLogOmit<ExtArgs> | null;
|
|
1903
|
+
/**
|
|
1904
|
+
* Choose, which related nodes to fetch as well
|
|
1905
|
+
*/
|
|
1906
|
+
include?: Prisma.PvStoreScheduledAvailabilityLogInclude<ExtArgs> | null;
|
|
1907
|
+
where?: Prisma.PvStoreScheduledAvailabilityLogWhereInput;
|
|
1908
|
+
orderBy?: Prisma.PvStoreScheduledAvailabilityLogOrderByWithRelationInput | Prisma.PvStoreScheduledAvailabilityLogOrderByWithRelationInput[];
|
|
1909
|
+
cursor?: Prisma.PvStoreScheduledAvailabilityLogWhereUniqueInput;
|
|
1910
|
+
take?: number;
|
|
1911
|
+
skip?: number;
|
|
1912
|
+
distinct?: Prisma.PvStoreScheduledAvailabilityLogScalarFieldEnum | Prisma.PvStoreScheduledAvailabilityLogScalarFieldEnum[];
|
|
1913
|
+
};
|
|
1914
|
+
/**
|
|
1915
|
+
* PvStoreScheduledAvailability without action
|
|
1916
|
+
*/
|
|
1917
|
+
export type PvStoreScheduledAvailabilityDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1918
|
+
/**
|
|
1919
|
+
* Select specific fields to fetch from the PvStoreScheduledAvailability
|
|
1920
|
+
*/
|
|
1921
|
+
select?: Prisma.PvStoreScheduledAvailabilitySelect<ExtArgs> | null;
|
|
1922
|
+
/**
|
|
1923
|
+
* Omit specific fields from the PvStoreScheduledAvailability
|
|
1924
|
+
*/
|
|
1925
|
+
omit?: Prisma.PvStoreScheduledAvailabilityOmit<ExtArgs> | null;
|
|
1926
|
+
/**
|
|
1927
|
+
* Choose, which related nodes to fetch as well
|
|
1928
|
+
*/
|
|
1929
|
+
include?: Prisma.PvStoreScheduledAvailabilityInclude<ExtArgs> | null;
|
|
1930
|
+
};
|
|
1931
|
+
export {};
|