@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +4 -3
|
@@ -0,0 +1,1467 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model ProductVariantStorePricing
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type ProductVariantStorePricingModel = runtime.Types.Result.DefaultSelection<Prisma.$ProductVariantStorePricingPayload>;
|
|
8
|
+
export type AggregateProductVariantStorePricing = {
|
|
9
|
+
_count: ProductVariantStorePricingCountAggregateOutputType | null;
|
|
10
|
+
_avg: ProductVariantStorePricingAvgAggregateOutputType | null;
|
|
11
|
+
_sum: ProductVariantStorePricingSumAggregateOutputType | null;
|
|
12
|
+
_min: ProductVariantStorePricingMinAggregateOutputType | null;
|
|
13
|
+
_max: ProductVariantStorePricingMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type ProductVariantStorePricingAvgAggregateOutputType = {
|
|
16
|
+
id: number | null;
|
|
17
|
+
productVariantId: number | null;
|
|
18
|
+
compareAtPrice: runtime.Decimal | null;
|
|
19
|
+
price: runtime.Decimal | null;
|
|
20
|
+
};
|
|
21
|
+
export type ProductVariantStorePricingSumAggregateOutputType = {
|
|
22
|
+
id: bigint | null;
|
|
23
|
+
productVariantId: bigint | null;
|
|
24
|
+
compareAtPrice: runtime.Decimal | null;
|
|
25
|
+
price: runtime.Decimal | null;
|
|
26
|
+
};
|
|
27
|
+
export type ProductVariantStorePricingMinAggregateOutputType = {
|
|
28
|
+
id: bigint | null;
|
|
29
|
+
createdAt: Date | null;
|
|
30
|
+
updatedAt: Date | null;
|
|
31
|
+
storeId: string | null;
|
|
32
|
+
productVariantId: bigint | null;
|
|
33
|
+
compareAtPrice: runtime.Decimal | null;
|
|
34
|
+
price: runtime.Decimal | null;
|
|
35
|
+
currencyCode: string | null;
|
|
36
|
+
};
|
|
37
|
+
export type ProductVariantStorePricingMaxAggregateOutputType = {
|
|
38
|
+
id: bigint | null;
|
|
39
|
+
createdAt: Date | null;
|
|
40
|
+
updatedAt: Date | null;
|
|
41
|
+
storeId: string | null;
|
|
42
|
+
productVariantId: bigint | null;
|
|
43
|
+
compareAtPrice: runtime.Decimal | null;
|
|
44
|
+
price: runtime.Decimal | null;
|
|
45
|
+
currencyCode: string | null;
|
|
46
|
+
};
|
|
47
|
+
export type ProductVariantStorePricingCountAggregateOutputType = {
|
|
48
|
+
id: number;
|
|
49
|
+
createdAt: number;
|
|
50
|
+
updatedAt: number;
|
|
51
|
+
storeId: number;
|
|
52
|
+
productVariantId: number;
|
|
53
|
+
compareAtPrice: number;
|
|
54
|
+
price: number;
|
|
55
|
+
currencyCode: number;
|
|
56
|
+
_all: number;
|
|
57
|
+
};
|
|
58
|
+
export type ProductVariantStorePricingAvgAggregateInputType = {
|
|
59
|
+
id?: true;
|
|
60
|
+
productVariantId?: true;
|
|
61
|
+
compareAtPrice?: true;
|
|
62
|
+
price?: true;
|
|
63
|
+
};
|
|
64
|
+
export type ProductVariantStorePricingSumAggregateInputType = {
|
|
65
|
+
id?: true;
|
|
66
|
+
productVariantId?: true;
|
|
67
|
+
compareAtPrice?: true;
|
|
68
|
+
price?: true;
|
|
69
|
+
};
|
|
70
|
+
export type ProductVariantStorePricingMinAggregateInputType = {
|
|
71
|
+
id?: true;
|
|
72
|
+
createdAt?: true;
|
|
73
|
+
updatedAt?: true;
|
|
74
|
+
storeId?: true;
|
|
75
|
+
productVariantId?: true;
|
|
76
|
+
compareAtPrice?: true;
|
|
77
|
+
price?: true;
|
|
78
|
+
currencyCode?: true;
|
|
79
|
+
};
|
|
80
|
+
export type ProductVariantStorePricingMaxAggregateInputType = {
|
|
81
|
+
id?: true;
|
|
82
|
+
createdAt?: true;
|
|
83
|
+
updatedAt?: true;
|
|
84
|
+
storeId?: true;
|
|
85
|
+
productVariantId?: true;
|
|
86
|
+
compareAtPrice?: true;
|
|
87
|
+
price?: true;
|
|
88
|
+
currencyCode?: true;
|
|
89
|
+
};
|
|
90
|
+
export type ProductVariantStorePricingCountAggregateInputType = {
|
|
91
|
+
id?: true;
|
|
92
|
+
createdAt?: true;
|
|
93
|
+
updatedAt?: true;
|
|
94
|
+
storeId?: true;
|
|
95
|
+
productVariantId?: true;
|
|
96
|
+
compareAtPrice?: true;
|
|
97
|
+
price?: true;
|
|
98
|
+
currencyCode?: true;
|
|
99
|
+
_all?: true;
|
|
100
|
+
};
|
|
101
|
+
export type ProductVariantStorePricingAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
102
|
+
/**
|
|
103
|
+
* Filter which ProductVariantStorePricing to aggregate.
|
|
104
|
+
*/
|
|
105
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
106
|
+
/**
|
|
107
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
108
|
+
*
|
|
109
|
+
* Determine the order of ProductVariantStorePricings to fetch.
|
|
110
|
+
*/
|
|
111
|
+
orderBy?: Prisma.ProductVariantStorePricingOrderByWithRelationInput | Prisma.ProductVariantStorePricingOrderByWithRelationInput[];
|
|
112
|
+
/**
|
|
113
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
114
|
+
*
|
|
115
|
+
* Sets the start position
|
|
116
|
+
*/
|
|
117
|
+
cursor?: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
118
|
+
/**
|
|
119
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
120
|
+
*
|
|
121
|
+
* Take `±n` ProductVariantStorePricings from the position of the cursor.
|
|
122
|
+
*/
|
|
123
|
+
take?: number;
|
|
124
|
+
/**
|
|
125
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
126
|
+
*
|
|
127
|
+
* Skip the first `n` ProductVariantStorePricings.
|
|
128
|
+
*/
|
|
129
|
+
skip?: number;
|
|
130
|
+
/**
|
|
131
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
132
|
+
*
|
|
133
|
+
* Count returned ProductVariantStorePricings
|
|
134
|
+
**/
|
|
135
|
+
_count?: true | ProductVariantStorePricingCountAggregateInputType;
|
|
136
|
+
/**
|
|
137
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
138
|
+
*
|
|
139
|
+
* Select which fields to average
|
|
140
|
+
**/
|
|
141
|
+
_avg?: ProductVariantStorePricingAvgAggregateInputType;
|
|
142
|
+
/**
|
|
143
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
144
|
+
*
|
|
145
|
+
* Select which fields to sum
|
|
146
|
+
**/
|
|
147
|
+
_sum?: ProductVariantStorePricingSumAggregateInputType;
|
|
148
|
+
/**
|
|
149
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
150
|
+
*
|
|
151
|
+
* Select which fields to find the minimum value
|
|
152
|
+
**/
|
|
153
|
+
_min?: ProductVariantStorePricingMinAggregateInputType;
|
|
154
|
+
/**
|
|
155
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
156
|
+
*
|
|
157
|
+
* Select which fields to find the maximum value
|
|
158
|
+
**/
|
|
159
|
+
_max?: ProductVariantStorePricingMaxAggregateInputType;
|
|
160
|
+
};
|
|
161
|
+
export type GetProductVariantStorePricingAggregateType<T extends ProductVariantStorePricingAggregateArgs> = {
|
|
162
|
+
[P in keyof T & keyof AggregateProductVariantStorePricing]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateProductVariantStorePricing[P]> : Prisma.GetScalarType<T[P], AggregateProductVariantStorePricing[P]>;
|
|
163
|
+
};
|
|
164
|
+
export type ProductVariantStorePricingGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
165
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
166
|
+
orderBy?: Prisma.ProductVariantStorePricingOrderByWithAggregationInput | Prisma.ProductVariantStorePricingOrderByWithAggregationInput[];
|
|
167
|
+
by: Prisma.ProductVariantStorePricingScalarFieldEnum[] | Prisma.ProductVariantStorePricingScalarFieldEnum;
|
|
168
|
+
having?: Prisma.ProductVariantStorePricingScalarWhereWithAggregatesInput;
|
|
169
|
+
take?: number;
|
|
170
|
+
skip?: number;
|
|
171
|
+
_count?: ProductVariantStorePricingCountAggregateInputType | true;
|
|
172
|
+
_avg?: ProductVariantStorePricingAvgAggregateInputType;
|
|
173
|
+
_sum?: ProductVariantStorePricingSumAggregateInputType;
|
|
174
|
+
_min?: ProductVariantStorePricingMinAggregateInputType;
|
|
175
|
+
_max?: ProductVariantStorePricingMaxAggregateInputType;
|
|
176
|
+
};
|
|
177
|
+
export type ProductVariantStorePricingGroupByOutputType = {
|
|
178
|
+
id: bigint;
|
|
179
|
+
createdAt: Date;
|
|
180
|
+
updatedAt: Date;
|
|
181
|
+
storeId: string;
|
|
182
|
+
productVariantId: bigint;
|
|
183
|
+
compareAtPrice: runtime.Decimal | null;
|
|
184
|
+
price: runtime.Decimal;
|
|
185
|
+
currencyCode: string;
|
|
186
|
+
_count: ProductVariantStorePricingCountAggregateOutputType | null;
|
|
187
|
+
_avg: ProductVariantStorePricingAvgAggregateOutputType | null;
|
|
188
|
+
_sum: ProductVariantStorePricingSumAggregateOutputType | null;
|
|
189
|
+
_min: ProductVariantStorePricingMinAggregateOutputType | null;
|
|
190
|
+
_max: ProductVariantStorePricingMaxAggregateOutputType | null;
|
|
191
|
+
};
|
|
192
|
+
type GetProductVariantStorePricingGroupByPayload<T extends ProductVariantStorePricingGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<ProductVariantStorePricingGroupByOutputType, T['by']> & {
|
|
193
|
+
[P in ((keyof T) & (keyof ProductVariantStorePricingGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], ProductVariantStorePricingGroupByOutputType[P]> : Prisma.GetScalarType<T[P], ProductVariantStorePricingGroupByOutputType[P]>;
|
|
194
|
+
}>>;
|
|
195
|
+
export type ProductVariantStorePricingWhereInput = {
|
|
196
|
+
AND?: Prisma.ProductVariantStorePricingWhereInput | Prisma.ProductVariantStorePricingWhereInput[];
|
|
197
|
+
OR?: Prisma.ProductVariantStorePricingWhereInput[];
|
|
198
|
+
NOT?: Prisma.ProductVariantStorePricingWhereInput | Prisma.ProductVariantStorePricingWhereInput[];
|
|
199
|
+
id?: Prisma.BigIntFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
200
|
+
createdAt?: Prisma.DateTimeFilter<"ProductVariantStorePricing"> | Date | string;
|
|
201
|
+
updatedAt?: Prisma.DateTimeFilter<"ProductVariantStorePricing"> | Date | string;
|
|
202
|
+
storeId?: Prisma.StringFilter<"ProductVariantStorePricing"> | string;
|
|
203
|
+
productVariantId?: Prisma.BigIntFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
204
|
+
compareAtPrice?: Prisma.DecimalNullableFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
205
|
+
price?: Prisma.DecimalFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
206
|
+
currencyCode?: Prisma.StringFilter<"ProductVariantStorePricing"> | string;
|
|
207
|
+
productVariant?: Prisma.XOR<Prisma.ProductVariantScalarRelationFilter, Prisma.ProductVariantWhereInput>;
|
|
208
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
209
|
+
};
|
|
210
|
+
export type ProductVariantStorePricingOrderByWithRelationInput = {
|
|
211
|
+
id?: Prisma.SortOrder;
|
|
212
|
+
createdAt?: Prisma.SortOrder;
|
|
213
|
+
updatedAt?: Prisma.SortOrder;
|
|
214
|
+
storeId?: Prisma.SortOrder;
|
|
215
|
+
productVariantId?: Prisma.SortOrder;
|
|
216
|
+
compareAtPrice?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
217
|
+
price?: Prisma.SortOrder;
|
|
218
|
+
currencyCode?: Prisma.SortOrder;
|
|
219
|
+
productVariant?: Prisma.ProductVariantOrderByWithRelationInput;
|
|
220
|
+
store?: Prisma.StoreOrderByWithRelationInput;
|
|
221
|
+
_relevance?: Prisma.ProductVariantStorePricingOrderByRelevanceInput;
|
|
222
|
+
};
|
|
223
|
+
export type ProductVariantStorePricingWhereUniqueInput = Prisma.AtLeast<{
|
|
224
|
+
id?: bigint | number;
|
|
225
|
+
productVariantId_storeId_currencyCode?: Prisma.ProductVariantStorePricingProductVariantIdStoreIdCurrencyCodeCompoundUniqueInput;
|
|
226
|
+
AND?: Prisma.ProductVariantStorePricingWhereInput | Prisma.ProductVariantStorePricingWhereInput[];
|
|
227
|
+
OR?: Prisma.ProductVariantStorePricingWhereInput[];
|
|
228
|
+
NOT?: Prisma.ProductVariantStorePricingWhereInput | Prisma.ProductVariantStorePricingWhereInput[];
|
|
229
|
+
createdAt?: Prisma.DateTimeFilter<"ProductVariantStorePricing"> | Date | string;
|
|
230
|
+
updatedAt?: Prisma.DateTimeFilter<"ProductVariantStorePricing"> | Date | string;
|
|
231
|
+
storeId?: Prisma.StringFilter<"ProductVariantStorePricing"> | string;
|
|
232
|
+
productVariantId?: Prisma.BigIntFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
233
|
+
compareAtPrice?: Prisma.DecimalNullableFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
234
|
+
price?: Prisma.DecimalFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
235
|
+
currencyCode?: Prisma.StringFilter<"ProductVariantStorePricing"> | string;
|
|
236
|
+
productVariant?: Prisma.XOR<Prisma.ProductVariantScalarRelationFilter, Prisma.ProductVariantWhereInput>;
|
|
237
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
238
|
+
}, "id" | "productVariantId_storeId_currencyCode">;
|
|
239
|
+
export type ProductVariantStorePricingOrderByWithAggregationInput = {
|
|
240
|
+
id?: Prisma.SortOrder;
|
|
241
|
+
createdAt?: Prisma.SortOrder;
|
|
242
|
+
updatedAt?: Prisma.SortOrder;
|
|
243
|
+
storeId?: Prisma.SortOrder;
|
|
244
|
+
productVariantId?: Prisma.SortOrder;
|
|
245
|
+
compareAtPrice?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
246
|
+
price?: Prisma.SortOrder;
|
|
247
|
+
currencyCode?: Prisma.SortOrder;
|
|
248
|
+
_count?: Prisma.ProductVariantStorePricingCountOrderByAggregateInput;
|
|
249
|
+
_avg?: Prisma.ProductVariantStorePricingAvgOrderByAggregateInput;
|
|
250
|
+
_max?: Prisma.ProductVariantStorePricingMaxOrderByAggregateInput;
|
|
251
|
+
_min?: Prisma.ProductVariantStorePricingMinOrderByAggregateInput;
|
|
252
|
+
_sum?: Prisma.ProductVariantStorePricingSumOrderByAggregateInput;
|
|
253
|
+
};
|
|
254
|
+
export type ProductVariantStorePricingScalarWhereWithAggregatesInput = {
|
|
255
|
+
AND?: Prisma.ProductVariantStorePricingScalarWhereWithAggregatesInput | Prisma.ProductVariantStorePricingScalarWhereWithAggregatesInput[];
|
|
256
|
+
OR?: Prisma.ProductVariantStorePricingScalarWhereWithAggregatesInput[];
|
|
257
|
+
NOT?: Prisma.ProductVariantStorePricingScalarWhereWithAggregatesInput | Prisma.ProductVariantStorePricingScalarWhereWithAggregatesInput[];
|
|
258
|
+
id?: Prisma.BigIntWithAggregatesFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
259
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"ProductVariantStorePricing"> | Date | string;
|
|
260
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"ProductVariantStorePricing"> | Date | string;
|
|
261
|
+
storeId?: Prisma.StringWithAggregatesFilter<"ProductVariantStorePricing"> | string;
|
|
262
|
+
productVariantId?: Prisma.BigIntWithAggregatesFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
263
|
+
compareAtPrice?: Prisma.DecimalNullableWithAggregatesFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
264
|
+
price?: Prisma.DecimalWithAggregatesFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
265
|
+
currencyCode?: Prisma.StringWithAggregatesFilter<"ProductVariantStorePricing"> | string;
|
|
266
|
+
};
|
|
267
|
+
export type ProductVariantStorePricingCreateInput = {
|
|
268
|
+
id?: bigint | number;
|
|
269
|
+
createdAt?: Date | string;
|
|
270
|
+
updatedAt?: Date | string;
|
|
271
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
272
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
273
|
+
currencyCode?: string;
|
|
274
|
+
productVariant: Prisma.ProductVariantCreateNestedOneWithoutProductVariantStorePricingInput;
|
|
275
|
+
store: Prisma.StoreCreateNestedOneWithoutProductVariantStorePricingInput;
|
|
276
|
+
};
|
|
277
|
+
export type ProductVariantStorePricingUncheckedCreateInput = {
|
|
278
|
+
id?: bigint | number;
|
|
279
|
+
createdAt?: Date | string;
|
|
280
|
+
updatedAt?: Date | string;
|
|
281
|
+
storeId: string;
|
|
282
|
+
productVariantId: bigint | number;
|
|
283
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
284
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
285
|
+
currencyCode?: string;
|
|
286
|
+
};
|
|
287
|
+
export type ProductVariantStorePricingUpdateInput = {
|
|
288
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
289
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
290
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
291
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
292
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
293
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
294
|
+
productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutProductVariantStorePricingNestedInput;
|
|
295
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutProductVariantStorePricingNestedInput;
|
|
296
|
+
};
|
|
297
|
+
export type ProductVariantStorePricingUncheckedUpdateInput = {
|
|
298
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
299
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
300
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
301
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
302
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
303
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
304
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
305
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
306
|
+
};
|
|
307
|
+
export type ProductVariantStorePricingCreateManyInput = {
|
|
308
|
+
id?: bigint | number;
|
|
309
|
+
createdAt?: Date | string;
|
|
310
|
+
updatedAt?: Date | string;
|
|
311
|
+
storeId: string;
|
|
312
|
+
productVariantId: bigint | number;
|
|
313
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
314
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
315
|
+
currencyCode?: string;
|
|
316
|
+
};
|
|
317
|
+
export type ProductVariantStorePricingUpdateManyMutationInput = {
|
|
318
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
319
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
320
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
321
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
322
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
323
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
324
|
+
};
|
|
325
|
+
export type ProductVariantStorePricingUncheckedUpdateManyInput = {
|
|
326
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
327
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
328
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
329
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
330
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
331
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
332
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
333
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
334
|
+
};
|
|
335
|
+
export type ProductVariantStorePricingOrderByRelevanceInput = {
|
|
336
|
+
fields: Prisma.ProductVariantStorePricingOrderByRelevanceFieldEnum | Prisma.ProductVariantStorePricingOrderByRelevanceFieldEnum[];
|
|
337
|
+
sort: Prisma.SortOrder;
|
|
338
|
+
search: string;
|
|
339
|
+
};
|
|
340
|
+
export type ProductVariantStorePricingProductVariantIdStoreIdCurrencyCodeCompoundUniqueInput = {
|
|
341
|
+
productVariantId: bigint | number;
|
|
342
|
+
storeId: string;
|
|
343
|
+
currencyCode: string;
|
|
344
|
+
};
|
|
345
|
+
export type ProductVariantStorePricingCountOrderByAggregateInput = {
|
|
346
|
+
id?: Prisma.SortOrder;
|
|
347
|
+
createdAt?: Prisma.SortOrder;
|
|
348
|
+
updatedAt?: Prisma.SortOrder;
|
|
349
|
+
storeId?: Prisma.SortOrder;
|
|
350
|
+
productVariantId?: Prisma.SortOrder;
|
|
351
|
+
compareAtPrice?: Prisma.SortOrder;
|
|
352
|
+
price?: Prisma.SortOrder;
|
|
353
|
+
currencyCode?: Prisma.SortOrder;
|
|
354
|
+
};
|
|
355
|
+
export type ProductVariantStorePricingAvgOrderByAggregateInput = {
|
|
356
|
+
id?: Prisma.SortOrder;
|
|
357
|
+
productVariantId?: Prisma.SortOrder;
|
|
358
|
+
compareAtPrice?: Prisma.SortOrder;
|
|
359
|
+
price?: Prisma.SortOrder;
|
|
360
|
+
};
|
|
361
|
+
export type ProductVariantStorePricingMaxOrderByAggregateInput = {
|
|
362
|
+
id?: Prisma.SortOrder;
|
|
363
|
+
createdAt?: Prisma.SortOrder;
|
|
364
|
+
updatedAt?: Prisma.SortOrder;
|
|
365
|
+
storeId?: Prisma.SortOrder;
|
|
366
|
+
productVariantId?: Prisma.SortOrder;
|
|
367
|
+
compareAtPrice?: Prisma.SortOrder;
|
|
368
|
+
price?: Prisma.SortOrder;
|
|
369
|
+
currencyCode?: Prisma.SortOrder;
|
|
370
|
+
};
|
|
371
|
+
export type ProductVariantStorePricingMinOrderByAggregateInput = {
|
|
372
|
+
id?: Prisma.SortOrder;
|
|
373
|
+
createdAt?: Prisma.SortOrder;
|
|
374
|
+
updatedAt?: Prisma.SortOrder;
|
|
375
|
+
storeId?: Prisma.SortOrder;
|
|
376
|
+
productVariantId?: Prisma.SortOrder;
|
|
377
|
+
compareAtPrice?: Prisma.SortOrder;
|
|
378
|
+
price?: Prisma.SortOrder;
|
|
379
|
+
currencyCode?: Prisma.SortOrder;
|
|
380
|
+
};
|
|
381
|
+
export type ProductVariantStorePricingSumOrderByAggregateInput = {
|
|
382
|
+
id?: Prisma.SortOrder;
|
|
383
|
+
productVariantId?: Prisma.SortOrder;
|
|
384
|
+
compareAtPrice?: Prisma.SortOrder;
|
|
385
|
+
price?: Prisma.SortOrder;
|
|
386
|
+
};
|
|
387
|
+
export type ProductVariantStorePricingListRelationFilter = {
|
|
388
|
+
every?: Prisma.ProductVariantStorePricingWhereInput;
|
|
389
|
+
some?: Prisma.ProductVariantStorePricingWhereInput;
|
|
390
|
+
none?: Prisma.ProductVariantStorePricingWhereInput;
|
|
391
|
+
};
|
|
392
|
+
export type ProductVariantStorePricingOrderByRelationAggregateInput = {
|
|
393
|
+
_count?: Prisma.SortOrder;
|
|
394
|
+
};
|
|
395
|
+
export type ProductVariantStorePricingCreateNestedManyWithoutProductVariantInput = {
|
|
396
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput[];
|
|
397
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput[];
|
|
398
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyProductVariantInputEnvelope;
|
|
399
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
400
|
+
};
|
|
401
|
+
export type ProductVariantStorePricingUncheckedCreateNestedManyWithoutProductVariantInput = {
|
|
402
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput[];
|
|
403
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput[];
|
|
404
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyProductVariantInputEnvelope;
|
|
405
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
406
|
+
};
|
|
407
|
+
export type ProductVariantStorePricingUpdateManyWithoutProductVariantNestedInput = {
|
|
408
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput[];
|
|
409
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput[];
|
|
410
|
+
upsert?: Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutProductVariantInput[];
|
|
411
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyProductVariantInputEnvelope;
|
|
412
|
+
set?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
413
|
+
disconnect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
414
|
+
delete?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
415
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
416
|
+
update?: Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutProductVariantInput[];
|
|
417
|
+
updateMany?: Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutProductVariantInput | Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutProductVariantInput[];
|
|
418
|
+
deleteMany?: Prisma.ProductVariantStorePricingScalarWhereInput | Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
419
|
+
};
|
|
420
|
+
export type ProductVariantStorePricingUncheckedUpdateManyWithoutProductVariantNestedInput = {
|
|
421
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput> | Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput[];
|
|
422
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput[];
|
|
423
|
+
upsert?: Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutProductVariantInput[];
|
|
424
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyProductVariantInputEnvelope;
|
|
425
|
+
set?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
426
|
+
disconnect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
427
|
+
delete?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
428
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
429
|
+
update?: Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutProductVariantInput | Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutProductVariantInput[];
|
|
430
|
+
updateMany?: Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutProductVariantInput | Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutProductVariantInput[];
|
|
431
|
+
deleteMany?: Prisma.ProductVariantStorePricingScalarWhereInput | Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
432
|
+
};
|
|
433
|
+
export type ProductVariantStorePricingCreateNestedManyWithoutStoreInput = {
|
|
434
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStorePricingCreateWithoutStoreInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput[];
|
|
435
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput[];
|
|
436
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyStoreInputEnvelope;
|
|
437
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
438
|
+
};
|
|
439
|
+
export type ProductVariantStorePricingUncheckedCreateNestedManyWithoutStoreInput = {
|
|
440
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStorePricingCreateWithoutStoreInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput[];
|
|
441
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput[];
|
|
442
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyStoreInputEnvelope;
|
|
443
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
444
|
+
};
|
|
445
|
+
export type ProductVariantStorePricingUpdateManyWithoutStoreNestedInput = {
|
|
446
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStorePricingCreateWithoutStoreInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput[];
|
|
447
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput[];
|
|
448
|
+
upsert?: Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutStoreInput[];
|
|
449
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyStoreInputEnvelope;
|
|
450
|
+
set?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
451
|
+
disconnect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
452
|
+
delete?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
453
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
454
|
+
update?: Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutStoreInput[];
|
|
455
|
+
updateMany?: Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutStoreInput | Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutStoreInput[];
|
|
456
|
+
deleteMany?: Prisma.ProductVariantStorePricingScalarWhereInput | Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
457
|
+
};
|
|
458
|
+
export type ProductVariantStorePricingUncheckedUpdateManyWithoutStoreNestedInput = {
|
|
459
|
+
create?: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput> | Prisma.ProductVariantStorePricingCreateWithoutStoreInput[] | Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput[];
|
|
460
|
+
connectOrCreate?: Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput | Prisma.ProductVariantStorePricingCreateOrConnectWithoutStoreInput[];
|
|
461
|
+
upsert?: Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStorePricingUpsertWithWhereUniqueWithoutStoreInput[];
|
|
462
|
+
createMany?: Prisma.ProductVariantStorePricingCreateManyStoreInputEnvelope;
|
|
463
|
+
set?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
464
|
+
disconnect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
465
|
+
delete?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
466
|
+
connect?: Prisma.ProductVariantStorePricingWhereUniqueInput | Prisma.ProductVariantStorePricingWhereUniqueInput[];
|
|
467
|
+
update?: Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutStoreInput | Prisma.ProductVariantStorePricingUpdateWithWhereUniqueWithoutStoreInput[];
|
|
468
|
+
updateMany?: Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutStoreInput | Prisma.ProductVariantStorePricingUpdateManyWithWhereWithoutStoreInput[];
|
|
469
|
+
deleteMany?: Prisma.ProductVariantStorePricingScalarWhereInput | Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
470
|
+
};
|
|
471
|
+
export type ProductVariantStorePricingCreateWithoutProductVariantInput = {
|
|
472
|
+
id?: bigint | number;
|
|
473
|
+
createdAt?: Date | string;
|
|
474
|
+
updatedAt?: Date | string;
|
|
475
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
476
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
477
|
+
currencyCode?: string;
|
|
478
|
+
store: Prisma.StoreCreateNestedOneWithoutProductVariantStorePricingInput;
|
|
479
|
+
};
|
|
480
|
+
export type ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput = {
|
|
481
|
+
id?: bigint | number;
|
|
482
|
+
createdAt?: Date | string;
|
|
483
|
+
updatedAt?: Date | string;
|
|
484
|
+
storeId: string;
|
|
485
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
486
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
487
|
+
currencyCode?: string;
|
|
488
|
+
};
|
|
489
|
+
export type ProductVariantStorePricingCreateOrConnectWithoutProductVariantInput = {
|
|
490
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
491
|
+
create: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput>;
|
|
492
|
+
};
|
|
493
|
+
export type ProductVariantStorePricingCreateManyProductVariantInputEnvelope = {
|
|
494
|
+
data: Prisma.ProductVariantStorePricingCreateManyProductVariantInput | Prisma.ProductVariantStorePricingCreateManyProductVariantInput[];
|
|
495
|
+
skipDuplicates?: boolean;
|
|
496
|
+
};
|
|
497
|
+
export type ProductVariantStorePricingUpsertWithWhereUniqueWithoutProductVariantInput = {
|
|
498
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
499
|
+
update: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedUpdateWithoutProductVariantInput>;
|
|
500
|
+
create: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutProductVariantInput>;
|
|
501
|
+
};
|
|
502
|
+
export type ProductVariantStorePricingUpdateWithWhereUniqueWithoutProductVariantInput = {
|
|
503
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
504
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateWithoutProductVariantInput, Prisma.ProductVariantStorePricingUncheckedUpdateWithoutProductVariantInput>;
|
|
505
|
+
};
|
|
506
|
+
export type ProductVariantStorePricingUpdateManyWithWhereWithoutProductVariantInput = {
|
|
507
|
+
where: Prisma.ProductVariantStorePricingScalarWhereInput;
|
|
508
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateManyMutationInput, Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutProductVariantInput>;
|
|
509
|
+
};
|
|
510
|
+
export type ProductVariantStorePricingScalarWhereInput = {
|
|
511
|
+
AND?: Prisma.ProductVariantStorePricingScalarWhereInput | Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
512
|
+
OR?: Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
513
|
+
NOT?: Prisma.ProductVariantStorePricingScalarWhereInput | Prisma.ProductVariantStorePricingScalarWhereInput[];
|
|
514
|
+
id?: Prisma.BigIntFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
515
|
+
createdAt?: Prisma.DateTimeFilter<"ProductVariantStorePricing"> | Date | string;
|
|
516
|
+
updatedAt?: Prisma.DateTimeFilter<"ProductVariantStorePricing"> | Date | string;
|
|
517
|
+
storeId?: Prisma.StringFilter<"ProductVariantStorePricing"> | string;
|
|
518
|
+
productVariantId?: Prisma.BigIntFilter<"ProductVariantStorePricing"> | bigint | number;
|
|
519
|
+
compareAtPrice?: Prisma.DecimalNullableFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
520
|
+
price?: Prisma.DecimalFilter<"ProductVariantStorePricing"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
521
|
+
currencyCode?: Prisma.StringFilter<"ProductVariantStorePricing"> | string;
|
|
522
|
+
};
|
|
523
|
+
export type ProductVariantStorePricingCreateWithoutStoreInput = {
|
|
524
|
+
id?: bigint | number;
|
|
525
|
+
createdAt?: Date | string;
|
|
526
|
+
updatedAt?: Date | string;
|
|
527
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
528
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
529
|
+
currencyCode?: string;
|
|
530
|
+
productVariant: Prisma.ProductVariantCreateNestedOneWithoutProductVariantStorePricingInput;
|
|
531
|
+
};
|
|
532
|
+
export type ProductVariantStorePricingUncheckedCreateWithoutStoreInput = {
|
|
533
|
+
id?: bigint | number;
|
|
534
|
+
createdAt?: Date | string;
|
|
535
|
+
updatedAt?: Date | string;
|
|
536
|
+
productVariantId: bigint | number;
|
|
537
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
538
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
539
|
+
currencyCode?: string;
|
|
540
|
+
};
|
|
541
|
+
export type ProductVariantStorePricingCreateOrConnectWithoutStoreInput = {
|
|
542
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
543
|
+
create: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput>;
|
|
544
|
+
};
|
|
545
|
+
export type ProductVariantStorePricingCreateManyStoreInputEnvelope = {
|
|
546
|
+
data: Prisma.ProductVariantStorePricingCreateManyStoreInput | Prisma.ProductVariantStorePricingCreateManyStoreInput[];
|
|
547
|
+
skipDuplicates?: boolean;
|
|
548
|
+
};
|
|
549
|
+
export type ProductVariantStorePricingUpsertWithWhereUniqueWithoutStoreInput = {
|
|
550
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
551
|
+
update: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedUpdateWithoutStoreInput>;
|
|
552
|
+
create: Prisma.XOR<Prisma.ProductVariantStorePricingCreateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedCreateWithoutStoreInput>;
|
|
553
|
+
};
|
|
554
|
+
export type ProductVariantStorePricingUpdateWithWhereUniqueWithoutStoreInput = {
|
|
555
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
556
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateWithoutStoreInput, Prisma.ProductVariantStorePricingUncheckedUpdateWithoutStoreInput>;
|
|
557
|
+
};
|
|
558
|
+
export type ProductVariantStorePricingUpdateManyWithWhereWithoutStoreInput = {
|
|
559
|
+
where: Prisma.ProductVariantStorePricingScalarWhereInput;
|
|
560
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateManyMutationInput, Prisma.ProductVariantStorePricingUncheckedUpdateManyWithoutStoreInput>;
|
|
561
|
+
};
|
|
562
|
+
export type ProductVariantStorePricingCreateManyProductVariantInput = {
|
|
563
|
+
id?: bigint | number;
|
|
564
|
+
createdAt?: Date | string;
|
|
565
|
+
updatedAt?: Date | string;
|
|
566
|
+
storeId: string;
|
|
567
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
568
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
569
|
+
currencyCode?: string;
|
|
570
|
+
};
|
|
571
|
+
export type ProductVariantStorePricingUpdateWithoutProductVariantInput = {
|
|
572
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
573
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
574
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
575
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
576
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
577
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
578
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutProductVariantStorePricingNestedInput;
|
|
579
|
+
};
|
|
580
|
+
export type ProductVariantStorePricingUncheckedUpdateWithoutProductVariantInput = {
|
|
581
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
582
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
583
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
584
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
585
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
586
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
587
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
588
|
+
};
|
|
589
|
+
export type ProductVariantStorePricingUncheckedUpdateManyWithoutProductVariantInput = {
|
|
590
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
591
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
592
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
593
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
594
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
595
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
596
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
597
|
+
};
|
|
598
|
+
export type ProductVariantStorePricingCreateManyStoreInput = {
|
|
599
|
+
id?: bigint | number;
|
|
600
|
+
createdAt?: Date | string;
|
|
601
|
+
updatedAt?: Date | string;
|
|
602
|
+
productVariantId: bigint | number;
|
|
603
|
+
compareAtPrice?: runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
604
|
+
price: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
605
|
+
currencyCode?: string;
|
|
606
|
+
};
|
|
607
|
+
export type ProductVariantStorePricingUpdateWithoutStoreInput = {
|
|
608
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
609
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
610
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
611
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
612
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
613
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
614
|
+
productVariant?: Prisma.ProductVariantUpdateOneRequiredWithoutProductVariantStorePricingNestedInput;
|
|
615
|
+
};
|
|
616
|
+
export type ProductVariantStorePricingUncheckedUpdateWithoutStoreInput = {
|
|
617
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
618
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
619
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
620
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
621
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
622
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
623
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
624
|
+
};
|
|
625
|
+
export type ProductVariantStorePricingUncheckedUpdateManyWithoutStoreInput = {
|
|
626
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
627
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
628
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
629
|
+
productVariantId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
630
|
+
compareAtPrice?: Prisma.NullableDecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
631
|
+
price?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
632
|
+
currencyCode?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
633
|
+
};
|
|
634
|
+
export type ProductVariantStorePricingSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
635
|
+
id?: boolean;
|
|
636
|
+
createdAt?: boolean;
|
|
637
|
+
updatedAt?: boolean;
|
|
638
|
+
storeId?: boolean;
|
|
639
|
+
productVariantId?: boolean;
|
|
640
|
+
compareAtPrice?: boolean;
|
|
641
|
+
price?: boolean;
|
|
642
|
+
currencyCode?: boolean;
|
|
643
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
644
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
645
|
+
}, ExtArgs["result"]["productVariantStorePricing"]>;
|
|
646
|
+
export type ProductVariantStorePricingSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
647
|
+
id?: boolean;
|
|
648
|
+
createdAt?: boolean;
|
|
649
|
+
updatedAt?: boolean;
|
|
650
|
+
storeId?: boolean;
|
|
651
|
+
productVariantId?: boolean;
|
|
652
|
+
compareAtPrice?: boolean;
|
|
653
|
+
price?: boolean;
|
|
654
|
+
currencyCode?: boolean;
|
|
655
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
656
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
657
|
+
}, ExtArgs["result"]["productVariantStorePricing"]>;
|
|
658
|
+
export type ProductVariantStorePricingSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
659
|
+
id?: boolean;
|
|
660
|
+
createdAt?: boolean;
|
|
661
|
+
updatedAt?: boolean;
|
|
662
|
+
storeId?: boolean;
|
|
663
|
+
productVariantId?: boolean;
|
|
664
|
+
compareAtPrice?: boolean;
|
|
665
|
+
price?: boolean;
|
|
666
|
+
currencyCode?: boolean;
|
|
667
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
668
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
669
|
+
}, ExtArgs["result"]["productVariantStorePricing"]>;
|
|
670
|
+
export type ProductVariantStorePricingSelectScalar = {
|
|
671
|
+
id?: boolean;
|
|
672
|
+
createdAt?: boolean;
|
|
673
|
+
updatedAt?: boolean;
|
|
674
|
+
storeId?: boolean;
|
|
675
|
+
productVariantId?: boolean;
|
|
676
|
+
compareAtPrice?: boolean;
|
|
677
|
+
price?: boolean;
|
|
678
|
+
currencyCode?: boolean;
|
|
679
|
+
};
|
|
680
|
+
export type ProductVariantStorePricingOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "storeId" | "productVariantId" | "compareAtPrice" | "price" | "currencyCode", ExtArgs["result"]["productVariantStorePricing"]>;
|
|
681
|
+
export type ProductVariantStorePricingInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
682
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
683
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
684
|
+
};
|
|
685
|
+
export type ProductVariantStorePricingIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
686
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
687
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
688
|
+
};
|
|
689
|
+
export type ProductVariantStorePricingIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
690
|
+
productVariant?: boolean | Prisma.ProductVariantDefaultArgs<ExtArgs>;
|
|
691
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
692
|
+
};
|
|
693
|
+
export type $ProductVariantStorePricingPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
694
|
+
name: "ProductVariantStorePricing";
|
|
695
|
+
objects: {
|
|
696
|
+
productVariant: Prisma.$ProductVariantPayload<ExtArgs>;
|
|
697
|
+
store: Prisma.$StorePayload<ExtArgs>;
|
|
698
|
+
};
|
|
699
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
700
|
+
id: bigint;
|
|
701
|
+
createdAt: Date;
|
|
702
|
+
updatedAt: Date;
|
|
703
|
+
storeId: string;
|
|
704
|
+
productVariantId: bigint;
|
|
705
|
+
compareAtPrice: runtime.Decimal | null;
|
|
706
|
+
price: runtime.Decimal;
|
|
707
|
+
currencyCode: string;
|
|
708
|
+
}, ExtArgs["result"]["productVariantStorePricing"]>;
|
|
709
|
+
composites: {};
|
|
710
|
+
};
|
|
711
|
+
export type ProductVariantStorePricingGetPayload<S extends boolean | null | undefined | ProductVariantStorePricingDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload, S>;
|
|
712
|
+
export type ProductVariantStorePricingCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<ProductVariantStorePricingFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
713
|
+
select?: ProductVariantStorePricingCountAggregateInputType | true;
|
|
714
|
+
};
|
|
715
|
+
export interface ProductVariantStorePricingDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
716
|
+
[K: symbol]: {
|
|
717
|
+
types: Prisma.TypeMap<ExtArgs>['model']['ProductVariantStorePricing'];
|
|
718
|
+
meta: {
|
|
719
|
+
name: 'ProductVariantStorePricing';
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
/**
|
|
723
|
+
* Find zero or one ProductVariantStorePricing that matches the filter.
|
|
724
|
+
* @param {ProductVariantStorePricingFindUniqueArgs} args - Arguments to find a ProductVariantStorePricing
|
|
725
|
+
* @example
|
|
726
|
+
* // Get one ProductVariantStorePricing
|
|
727
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.findUnique({
|
|
728
|
+
* where: {
|
|
729
|
+
* // ... provide filter here
|
|
730
|
+
* }
|
|
731
|
+
* })
|
|
732
|
+
*/
|
|
733
|
+
findUnique<T extends ProductVariantStorePricingFindUniqueArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
734
|
+
/**
|
|
735
|
+
* Find one ProductVariantStorePricing that matches the filter or throw an error with `error.code='P2025'`
|
|
736
|
+
* if no matches were found.
|
|
737
|
+
* @param {ProductVariantStorePricingFindUniqueOrThrowArgs} args - Arguments to find a ProductVariantStorePricing
|
|
738
|
+
* @example
|
|
739
|
+
* // Get one ProductVariantStorePricing
|
|
740
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.findUniqueOrThrow({
|
|
741
|
+
* where: {
|
|
742
|
+
* // ... provide filter here
|
|
743
|
+
* }
|
|
744
|
+
* })
|
|
745
|
+
*/
|
|
746
|
+
findUniqueOrThrow<T extends ProductVariantStorePricingFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
747
|
+
/**
|
|
748
|
+
* Find the first ProductVariantStorePricing that matches the filter.
|
|
749
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
750
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
751
|
+
* @param {ProductVariantStorePricingFindFirstArgs} args - Arguments to find a ProductVariantStorePricing
|
|
752
|
+
* @example
|
|
753
|
+
* // Get one ProductVariantStorePricing
|
|
754
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.findFirst({
|
|
755
|
+
* where: {
|
|
756
|
+
* // ... provide filter here
|
|
757
|
+
* }
|
|
758
|
+
* })
|
|
759
|
+
*/
|
|
760
|
+
findFirst<T extends ProductVariantStorePricingFindFirstArgs>(args?: Prisma.SelectSubset<T, ProductVariantStorePricingFindFirstArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
761
|
+
/**
|
|
762
|
+
* Find the first ProductVariantStorePricing that matches the filter or
|
|
763
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
764
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
765
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
766
|
+
* @param {ProductVariantStorePricingFindFirstOrThrowArgs} args - Arguments to find a ProductVariantStorePricing
|
|
767
|
+
* @example
|
|
768
|
+
* // Get one ProductVariantStorePricing
|
|
769
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.findFirstOrThrow({
|
|
770
|
+
* where: {
|
|
771
|
+
* // ... provide filter here
|
|
772
|
+
* }
|
|
773
|
+
* })
|
|
774
|
+
*/
|
|
775
|
+
findFirstOrThrow<T extends ProductVariantStorePricingFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ProductVariantStorePricingFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
776
|
+
/**
|
|
777
|
+
* Find zero or more ProductVariantStorePricings that matches the filter.
|
|
778
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
779
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
780
|
+
* @param {ProductVariantStorePricingFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
781
|
+
* @example
|
|
782
|
+
* // Get all ProductVariantStorePricings
|
|
783
|
+
* const productVariantStorePricings = await prisma.productVariantStorePricing.findMany()
|
|
784
|
+
*
|
|
785
|
+
* // Get first 10 ProductVariantStorePricings
|
|
786
|
+
* const productVariantStorePricings = await prisma.productVariantStorePricing.findMany({ take: 10 })
|
|
787
|
+
*
|
|
788
|
+
* // Only select the `id`
|
|
789
|
+
* const productVariantStorePricingWithIdOnly = await prisma.productVariantStorePricing.findMany({ select: { id: true } })
|
|
790
|
+
*
|
|
791
|
+
*/
|
|
792
|
+
findMany<T extends ProductVariantStorePricingFindManyArgs>(args?: Prisma.SelectSubset<T, ProductVariantStorePricingFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
793
|
+
/**
|
|
794
|
+
* Create a ProductVariantStorePricing.
|
|
795
|
+
* @param {ProductVariantStorePricingCreateArgs} args - Arguments to create a ProductVariantStorePricing.
|
|
796
|
+
* @example
|
|
797
|
+
* // Create one ProductVariantStorePricing
|
|
798
|
+
* const ProductVariantStorePricing = await prisma.productVariantStorePricing.create({
|
|
799
|
+
* data: {
|
|
800
|
+
* // ... data to create a ProductVariantStorePricing
|
|
801
|
+
* }
|
|
802
|
+
* })
|
|
803
|
+
*
|
|
804
|
+
*/
|
|
805
|
+
create<T extends ProductVariantStorePricingCreateArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingCreateArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
806
|
+
/**
|
|
807
|
+
* Create many ProductVariantStorePricings.
|
|
808
|
+
* @param {ProductVariantStorePricingCreateManyArgs} args - Arguments to create many ProductVariantStorePricings.
|
|
809
|
+
* @example
|
|
810
|
+
* // Create many ProductVariantStorePricings
|
|
811
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.createMany({
|
|
812
|
+
* data: [
|
|
813
|
+
* // ... provide data here
|
|
814
|
+
* ]
|
|
815
|
+
* })
|
|
816
|
+
*
|
|
817
|
+
*/
|
|
818
|
+
createMany<T extends ProductVariantStorePricingCreateManyArgs>(args?: Prisma.SelectSubset<T, ProductVariantStorePricingCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
819
|
+
/**
|
|
820
|
+
* Create many ProductVariantStorePricings and returns the data saved in the database.
|
|
821
|
+
* @param {ProductVariantStorePricingCreateManyAndReturnArgs} args - Arguments to create many ProductVariantStorePricings.
|
|
822
|
+
* @example
|
|
823
|
+
* // Create many ProductVariantStorePricings
|
|
824
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.createManyAndReturn({
|
|
825
|
+
* data: [
|
|
826
|
+
* // ... provide data here
|
|
827
|
+
* ]
|
|
828
|
+
* })
|
|
829
|
+
*
|
|
830
|
+
* // Create many ProductVariantStorePricings and only return the `id`
|
|
831
|
+
* const productVariantStorePricingWithIdOnly = await prisma.productVariantStorePricing.createManyAndReturn({
|
|
832
|
+
* select: { id: true },
|
|
833
|
+
* data: [
|
|
834
|
+
* // ... provide data here
|
|
835
|
+
* ]
|
|
836
|
+
* })
|
|
837
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
838
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
839
|
+
*
|
|
840
|
+
*/
|
|
841
|
+
createManyAndReturn<T extends ProductVariantStorePricingCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ProductVariantStorePricingCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
842
|
+
/**
|
|
843
|
+
* Delete a ProductVariantStorePricing.
|
|
844
|
+
* @param {ProductVariantStorePricingDeleteArgs} args - Arguments to delete one ProductVariantStorePricing.
|
|
845
|
+
* @example
|
|
846
|
+
* // Delete one ProductVariantStorePricing
|
|
847
|
+
* const ProductVariantStorePricing = await prisma.productVariantStorePricing.delete({
|
|
848
|
+
* where: {
|
|
849
|
+
* // ... filter to delete one ProductVariantStorePricing
|
|
850
|
+
* }
|
|
851
|
+
* })
|
|
852
|
+
*
|
|
853
|
+
*/
|
|
854
|
+
delete<T extends ProductVariantStorePricingDeleteArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingDeleteArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
855
|
+
/**
|
|
856
|
+
* Update one ProductVariantStorePricing.
|
|
857
|
+
* @param {ProductVariantStorePricingUpdateArgs} args - Arguments to update one ProductVariantStorePricing.
|
|
858
|
+
* @example
|
|
859
|
+
* // Update one ProductVariantStorePricing
|
|
860
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.update({
|
|
861
|
+
* where: {
|
|
862
|
+
* // ... provide filter here
|
|
863
|
+
* },
|
|
864
|
+
* data: {
|
|
865
|
+
* // ... provide data here
|
|
866
|
+
* }
|
|
867
|
+
* })
|
|
868
|
+
*
|
|
869
|
+
*/
|
|
870
|
+
update<T extends ProductVariantStorePricingUpdateArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingUpdateArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
871
|
+
/**
|
|
872
|
+
* Delete zero or more ProductVariantStorePricings.
|
|
873
|
+
* @param {ProductVariantStorePricingDeleteManyArgs} args - Arguments to filter ProductVariantStorePricings to delete.
|
|
874
|
+
* @example
|
|
875
|
+
* // Delete a few ProductVariantStorePricings
|
|
876
|
+
* const { count } = await prisma.productVariantStorePricing.deleteMany({
|
|
877
|
+
* where: {
|
|
878
|
+
* // ... provide filter here
|
|
879
|
+
* }
|
|
880
|
+
* })
|
|
881
|
+
*
|
|
882
|
+
*/
|
|
883
|
+
deleteMany<T extends ProductVariantStorePricingDeleteManyArgs>(args?: Prisma.SelectSubset<T, ProductVariantStorePricingDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
884
|
+
/**
|
|
885
|
+
* Update zero or more ProductVariantStorePricings.
|
|
886
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
887
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
888
|
+
* @param {ProductVariantStorePricingUpdateManyArgs} args - Arguments to update one or more rows.
|
|
889
|
+
* @example
|
|
890
|
+
* // Update many ProductVariantStorePricings
|
|
891
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.updateMany({
|
|
892
|
+
* where: {
|
|
893
|
+
* // ... provide filter here
|
|
894
|
+
* },
|
|
895
|
+
* data: {
|
|
896
|
+
* // ... provide data here
|
|
897
|
+
* }
|
|
898
|
+
* })
|
|
899
|
+
*
|
|
900
|
+
*/
|
|
901
|
+
updateMany<T extends ProductVariantStorePricingUpdateManyArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
902
|
+
/**
|
|
903
|
+
* Update zero or more ProductVariantStorePricings and returns the data updated in the database.
|
|
904
|
+
* @param {ProductVariantStorePricingUpdateManyAndReturnArgs} args - Arguments to update many ProductVariantStorePricings.
|
|
905
|
+
* @example
|
|
906
|
+
* // Update many ProductVariantStorePricings
|
|
907
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.updateManyAndReturn({
|
|
908
|
+
* where: {
|
|
909
|
+
* // ... provide filter here
|
|
910
|
+
* },
|
|
911
|
+
* data: [
|
|
912
|
+
* // ... provide data here
|
|
913
|
+
* ]
|
|
914
|
+
* })
|
|
915
|
+
*
|
|
916
|
+
* // Update zero or more ProductVariantStorePricings and only return the `id`
|
|
917
|
+
* const productVariantStorePricingWithIdOnly = await prisma.productVariantStorePricing.updateManyAndReturn({
|
|
918
|
+
* select: { id: true },
|
|
919
|
+
* where: {
|
|
920
|
+
* // ... provide filter here
|
|
921
|
+
* },
|
|
922
|
+
* data: [
|
|
923
|
+
* // ... provide data here
|
|
924
|
+
* ]
|
|
925
|
+
* })
|
|
926
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
927
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
928
|
+
*
|
|
929
|
+
*/
|
|
930
|
+
updateManyAndReturn<T extends ProductVariantStorePricingUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
931
|
+
/**
|
|
932
|
+
* Create or update one ProductVariantStorePricing.
|
|
933
|
+
* @param {ProductVariantStorePricingUpsertArgs} args - Arguments to update or create a ProductVariantStorePricing.
|
|
934
|
+
* @example
|
|
935
|
+
* // Update or create a ProductVariantStorePricing
|
|
936
|
+
* const productVariantStorePricing = await prisma.productVariantStorePricing.upsert({
|
|
937
|
+
* create: {
|
|
938
|
+
* // ... data to create a ProductVariantStorePricing
|
|
939
|
+
* },
|
|
940
|
+
* update: {
|
|
941
|
+
* // ... in case it already exists, update
|
|
942
|
+
* },
|
|
943
|
+
* where: {
|
|
944
|
+
* // ... the filter for the ProductVariantStorePricing we want to update
|
|
945
|
+
* }
|
|
946
|
+
* })
|
|
947
|
+
*/
|
|
948
|
+
upsert<T extends ProductVariantStorePricingUpsertArgs>(args: Prisma.SelectSubset<T, ProductVariantStorePricingUpsertArgs<ExtArgs>>): Prisma.Prisma__ProductVariantStorePricingClient<runtime.Types.Result.GetResult<Prisma.$ProductVariantStorePricingPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
949
|
+
/**
|
|
950
|
+
* Count the number of ProductVariantStorePricings.
|
|
951
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
952
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
953
|
+
* @param {ProductVariantStorePricingCountArgs} args - Arguments to filter ProductVariantStorePricings to count.
|
|
954
|
+
* @example
|
|
955
|
+
* // Count the number of ProductVariantStorePricings
|
|
956
|
+
* const count = await prisma.productVariantStorePricing.count({
|
|
957
|
+
* where: {
|
|
958
|
+
* // ... the filter for the ProductVariantStorePricings we want to count
|
|
959
|
+
* }
|
|
960
|
+
* })
|
|
961
|
+
**/
|
|
962
|
+
count<T extends ProductVariantStorePricingCountArgs>(args?: Prisma.Subset<T, ProductVariantStorePricingCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], ProductVariantStorePricingCountAggregateOutputType> : number>;
|
|
963
|
+
/**
|
|
964
|
+
* Allows you to perform aggregations operations on a ProductVariantStorePricing.
|
|
965
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
966
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
967
|
+
* @param {ProductVariantStorePricingAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
968
|
+
* @example
|
|
969
|
+
* // Ordered by age ascending
|
|
970
|
+
* // Where email contains prisma.io
|
|
971
|
+
* // Limited to the 10 users
|
|
972
|
+
* const aggregations = await prisma.user.aggregate({
|
|
973
|
+
* _avg: {
|
|
974
|
+
* age: true,
|
|
975
|
+
* },
|
|
976
|
+
* where: {
|
|
977
|
+
* email: {
|
|
978
|
+
* contains: "prisma.io",
|
|
979
|
+
* },
|
|
980
|
+
* },
|
|
981
|
+
* orderBy: {
|
|
982
|
+
* age: "asc",
|
|
983
|
+
* },
|
|
984
|
+
* take: 10,
|
|
985
|
+
* })
|
|
986
|
+
**/
|
|
987
|
+
aggregate<T extends ProductVariantStorePricingAggregateArgs>(args: Prisma.Subset<T, ProductVariantStorePricingAggregateArgs>): Prisma.PrismaPromise<GetProductVariantStorePricingAggregateType<T>>;
|
|
988
|
+
/**
|
|
989
|
+
* Group by ProductVariantStorePricing.
|
|
990
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
991
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
992
|
+
* @param {ProductVariantStorePricingGroupByArgs} args - Group by arguments.
|
|
993
|
+
* @example
|
|
994
|
+
* // Group by city, order by createdAt, get count
|
|
995
|
+
* const result = await prisma.user.groupBy({
|
|
996
|
+
* by: ['city', 'createdAt'],
|
|
997
|
+
* orderBy: {
|
|
998
|
+
* createdAt: true
|
|
999
|
+
* },
|
|
1000
|
+
* _count: {
|
|
1001
|
+
* _all: true
|
|
1002
|
+
* },
|
|
1003
|
+
* })
|
|
1004
|
+
*
|
|
1005
|
+
**/
|
|
1006
|
+
groupBy<T extends ProductVariantStorePricingGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1007
|
+
orderBy: ProductVariantStorePricingGroupByArgs['orderBy'];
|
|
1008
|
+
} : {
|
|
1009
|
+
orderBy?: ProductVariantStorePricingGroupByArgs['orderBy'];
|
|
1010
|
+
}, 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 ? {
|
|
1011
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1012
|
+
Error,
|
|
1013
|
+
'Field ',
|
|
1014
|
+
P,
|
|
1015
|
+
` in "having" needs to be provided in "by"`
|
|
1016
|
+
];
|
|
1017
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1018
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1019
|
+
}[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 ? {} : {
|
|
1020
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1021
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1022
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1023
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, ProductVariantStorePricingGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetProductVariantStorePricingGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1024
|
+
/**
|
|
1025
|
+
* Fields of the ProductVariantStorePricing model
|
|
1026
|
+
*/
|
|
1027
|
+
readonly fields: ProductVariantStorePricingFieldRefs;
|
|
1028
|
+
}
|
|
1029
|
+
/**
|
|
1030
|
+
* The delegate class that acts as a "Promise-like" for ProductVariantStorePricing.
|
|
1031
|
+
* Why is this prefixed with `Prisma__`?
|
|
1032
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1033
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1034
|
+
*/
|
|
1035
|
+
export interface Prisma__ProductVariantStorePricingClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1036
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1037
|
+
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>;
|
|
1038
|
+
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>;
|
|
1039
|
+
/**
|
|
1040
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1041
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1042
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1043
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1044
|
+
*/
|
|
1045
|
+
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>;
|
|
1046
|
+
/**
|
|
1047
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1048
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1049
|
+
* @returns A Promise for the completion of the callback.
|
|
1050
|
+
*/
|
|
1051
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1052
|
+
/**
|
|
1053
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1054
|
+
* resolved value cannot be modified from the callback.
|
|
1055
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1056
|
+
* @returns A Promise for the completion of the callback.
|
|
1057
|
+
*/
|
|
1058
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1059
|
+
}
|
|
1060
|
+
/**
|
|
1061
|
+
* Fields of the ProductVariantStorePricing model
|
|
1062
|
+
*/
|
|
1063
|
+
export interface ProductVariantStorePricingFieldRefs {
|
|
1064
|
+
readonly id: Prisma.FieldRef<"ProductVariantStorePricing", 'BigInt'>;
|
|
1065
|
+
readonly createdAt: Prisma.FieldRef<"ProductVariantStorePricing", 'DateTime'>;
|
|
1066
|
+
readonly updatedAt: Prisma.FieldRef<"ProductVariantStorePricing", 'DateTime'>;
|
|
1067
|
+
readonly storeId: Prisma.FieldRef<"ProductVariantStorePricing", 'String'>;
|
|
1068
|
+
readonly productVariantId: Prisma.FieldRef<"ProductVariantStorePricing", 'BigInt'>;
|
|
1069
|
+
readonly compareAtPrice: Prisma.FieldRef<"ProductVariantStorePricing", 'Decimal'>;
|
|
1070
|
+
readonly price: Prisma.FieldRef<"ProductVariantStorePricing", 'Decimal'>;
|
|
1071
|
+
readonly currencyCode: Prisma.FieldRef<"ProductVariantStorePricing", 'String'>;
|
|
1072
|
+
}
|
|
1073
|
+
/**
|
|
1074
|
+
* ProductVariantStorePricing findUnique
|
|
1075
|
+
*/
|
|
1076
|
+
export type ProductVariantStorePricingFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1077
|
+
/**
|
|
1078
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1079
|
+
*/
|
|
1080
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1081
|
+
/**
|
|
1082
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1083
|
+
*/
|
|
1084
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1085
|
+
/**
|
|
1086
|
+
* Choose, which related nodes to fetch as well
|
|
1087
|
+
*/
|
|
1088
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1089
|
+
/**
|
|
1090
|
+
* Filter, which ProductVariantStorePricing to fetch.
|
|
1091
|
+
*/
|
|
1092
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1093
|
+
};
|
|
1094
|
+
/**
|
|
1095
|
+
* ProductVariantStorePricing findUniqueOrThrow
|
|
1096
|
+
*/
|
|
1097
|
+
export type ProductVariantStorePricingFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1098
|
+
/**
|
|
1099
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1100
|
+
*/
|
|
1101
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1102
|
+
/**
|
|
1103
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1104
|
+
*/
|
|
1105
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1106
|
+
/**
|
|
1107
|
+
* Choose, which related nodes to fetch as well
|
|
1108
|
+
*/
|
|
1109
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1110
|
+
/**
|
|
1111
|
+
* Filter, which ProductVariantStorePricing to fetch.
|
|
1112
|
+
*/
|
|
1113
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1114
|
+
};
|
|
1115
|
+
/**
|
|
1116
|
+
* ProductVariantStorePricing findFirst
|
|
1117
|
+
*/
|
|
1118
|
+
export type ProductVariantStorePricingFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1119
|
+
/**
|
|
1120
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1121
|
+
*/
|
|
1122
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1123
|
+
/**
|
|
1124
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1125
|
+
*/
|
|
1126
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1127
|
+
/**
|
|
1128
|
+
* Choose, which related nodes to fetch as well
|
|
1129
|
+
*/
|
|
1130
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1131
|
+
/**
|
|
1132
|
+
* Filter, which ProductVariantStorePricing to fetch.
|
|
1133
|
+
*/
|
|
1134
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
1135
|
+
/**
|
|
1136
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1137
|
+
*
|
|
1138
|
+
* Determine the order of ProductVariantStorePricings to fetch.
|
|
1139
|
+
*/
|
|
1140
|
+
orderBy?: Prisma.ProductVariantStorePricingOrderByWithRelationInput | Prisma.ProductVariantStorePricingOrderByWithRelationInput[];
|
|
1141
|
+
/**
|
|
1142
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1143
|
+
*
|
|
1144
|
+
* Sets the position for searching for ProductVariantStorePricings.
|
|
1145
|
+
*/
|
|
1146
|
+
cursor?: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1147
|
+
/**
|
|
1148
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1149
|
+
*
|
|
1150
|
+
* Take `±n` ProductVariantStorePricings from the position of the cursor.
|
|
1151
|
+
*/
|
|
1152
|
+
take?: number;
|
|
1153
|
+
/**
|
|
1154
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1155
|
+
*
|
|
1156
|
+
* Skip the first `n` ProductVariantStorePricings.
|
|
1157
|
+
*/
|
|
1158
|
+
skip?: number;
|
|
1159
|
+
/**
|
|
1160
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1161
|
+
*
|
|
1162
|
+
* Filter by unique combinations of ProductVariantStorePricings.
|
|
1163
|
+
*/
|
|
1164
|
+
distinct?: Prisma.ProductVariantStorePricingScalarFieldEnum | Prisma.ProductVariantStorePricingScalarFieldEnum[];
|
|
1165
|
+
};
|
|
1166
|
+
/**
|
|
1167
|
+
* ProductVariantStorePricing findFirstOrThrow
|
|
1168
|
+
*/
|
|
1169
|
+
export type ProductVariantStorePricingFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1170
|
+
/**
|
|
1171
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1172
|
+
*/
|
|
1173
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1174
|
+
/**
|
|
1175
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1176
|
+
*/
|
|
1177
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1178
|
+
/**
|
|
1179
|
+
* Choose, which related nodes to fetch as well
|
|
1180
|
+
*/
|
|
1181
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1182
|
+
/**
|
|
1183
|
+
* Filter, which ProductVariantStorePricing to fetch.
|
|
1184
|
+
*/
|
|
1185
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
1186
|
+
/**
|
|
1187
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1188
|
+
*
|
|
1189
|
+
* Determine the order of ProductVariantStorePricings to fetch.
|
|
1190
|
+
*/
|
|
1191
|
+
orderBy?: Prisma.ProductVariantStorePricingOrderByWithRelationInput | Prisma.ProductVariantStorePricingOrderByWithRelationInput[];
|
|
1192
|
+
/**
|
|
1193
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1194
|
+
*
|
|
1195
|
+
* Sets the position for searching for ProductVariantStorePricings.
|
|
1196
|
+
*/
|
|
1197
|
+
cursor?: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1198
|
+
/**
|
|
1199
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1200
|
+
*
|
|
1201
|
+
* Take `±n` ProductVariantStorePricings from the position of the cursor.
|
|
1202
|
+
*/
|
|
1203
|
+
take?: number;
|
|
1204
|
+
/**
|
|
1205
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1206
|
+
*
|
|
1207
|
+
* Skip the first `n` ProductVariantStorePricings.
|
|
1208
|
+
*/
|
|
1209
|
+
skip?: number;
|
|
1210
|
+
/**
|
|
1211
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1212
|
+
*
|
|
1213
|
+
* Filter by unique combinations of ProductVariantStorePricings.
|
|
1214
|
+
*/
|
|
1215
|
+
distinct?: Prisma.ProductVariantStorePricingScalarFieldEnum | Prisma.ProductVariantStorePricingScalarFieldEnum[];
|
|
1216
|
+
};
|
|
1217
|
+
/**
|
|
1218
|
+
* ProductVariantStorePricing findMany
|
|
1219
|
+
*/
|
|
1220
|
+
export type ProductVariantStorePricingFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1221
|
+
/**
|
|
1222
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1223
|
+
*/
|
|
1224
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1225
|
+
/**
|
|
1226
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1227
|
+
*/
|
|
1228
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1229
|
+
/**
|
|
1230
|
+
* Choose, which related nodes to fetch as well
|
|
1231
|
+
*/
|
|
1232
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1233
|
+
/**
|
|
1234
|
+
* Filter, which ProductVariantStorePricings to fetch.
|
|
1235
|
+
*/
|
|
1236
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
1237
|
+
/**
|
|
1238
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1239
|
+
*
|
|
1240
|
+
* Determine the order of ProductVariantStorePricings to fetch.
|
|
1241
|
+
*/
|
|
1242
|
+
orderBy?: Prisma.ProductVariantStorePricingOrderByWithRelationInput | Prisma.ProductVariantStorePricingOrderByWithRelationInput[];
|
|
1243
|
+
/**
|
|
1244
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1245
|
+
*
|
|
1246
|
+
* Sets the position for listing ProductVariantStorePricings.
|
|
1247
|
+
*/
|
|
1248
|
+
cursor?: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1249
|
+
/**
|
|
1250
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1251
|
+
*
|
|
1252
|
+
* Take `±n` ProductVariantStorePricings from the position of the cursor.
|
|
1253
|
+
*/
|
|
1254
|
+
take?: number;
|
|
1255
|
+
/**
|
|
1256
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1257
|
+
*
|
|
1258
|
+
* Skip the first `n` ProductVariantStorePricings.
|
|
1259
|
+
*/
|
|
1260
|
+
skip?: number;
|
|
1261
|
+
distinct?: Prisma.ProductVariantStorePricingScalarFieldEnum | Prisma.ProductVariantStorePricingScalarFieldEnum[];
|
|
1262
|
+
};
|
|
1263
|
+
/**
|
|
1264
|
+
* ProductVariantStorePricing create
|
|
1265
|
+
*/
|
|
1266
|
+
export type ProductVariantStorePricingCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1267
|
+
/**
|
|
1268
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1269
|
+
*/
|
|
1270
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1271
|
+
/**
|
|
1272
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1273
|
+
*/
|
|
1274
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1275
|
+
/**
|
|
1276
|
+
* Choose, which related nodes to fetch as well
|
|
1277
|
+
*/
|
|
1278
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1279
|
+
/**
|
|
1280
|
+
* The data needed to create a ProductVariantStorePricing.
|
|
1281
|
+
*/
|
|
1282
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingCreateInput, Prisma.ProductVariantStorePricingUncheckedCreateInput>;
|
|
1283
|
+
};
|
|
1284
|
+
/**
|
|
1285
|
+
* ProductVariantStorePricing createMany
|
|
1286
|
+
*/
|
|
1287
|
+
export type ProductVariantStorePricingCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1288
|
+
/**
|
|
1289
|
+
* The data used to create many ProductVariantStorePricings.
|
|
1290
|
+
*/
|
|
1291
|
+
data: Prisma.ProductVariantStorePricingCreateManyInput | Prisma.ProductVariantStorePricingCreateManyInput[];
|
|
1292
|
+
skipDuplicates?: boolean;
|
|
1293
|
+
};
|
|
1294
|
+
/**
|
|
1295
|
+
* ProductVariantStorePricing createManyAndReturn
|
|
1296
|
+
*/
|
|
1297
|
+
export type ProductVariantStorePricingCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1298
|
+
/**
|
|
1299
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1300
|
+
*/
|
|
1301
|
+
select?: Prisma.ProductVariantStorePricingSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1302
|
+
/**
|
|
1303
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1304
|
+
*/
|
|
1305
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1306
|
+
/**
|
|
1307
|
+
* The data used to create many ProductVariantStorePricings.
|
|
1308
|
+
*/
|
|
1309
|
+
data: Prisma.ProductVariantStorePricingCreateManyInput | Prisma.ProductVariantStorePricingCreateManyInput[];
|
|
1310
|
+
skipDuplicates?: boolean;
|
|
1311
|
+
/**
|
|
1312
|
+
* Choose, which related nodes to fetch as well
|
|
1313
|
+
*/
|
|
1314
|
+
include?: Prisma.ProductVariantStorePricingIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1315
|
+
};
|
|
1316
|
+
/**
|
|
1317
|
+
* ProductVariantStorePricing update
|
|
1318
|
+
*/
|
|
1319
|
+
export type ProductVariantStorePricingUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1320
|
+
/**
|
|
1321
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1322
|
+
*/
|
|
1323
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1324
|
+
/**
|
|
1325
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1326
|
+
*/
|
|
1327
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1328
|
+
/**
|
|
1329
|
+
* Choose, which related nodes to fetch as well
|
|
1330
|
+
*/
|
|
1331
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1332
|
+
/**
|
|
1333
|
+
* The data needed to update a ProductVariantStorePricing.
|
|
1334
|
+
*/
|
|
1335
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateInput, Prisma.ProductVariantStorePricingUncheckedUpdateInput>;
|
|
1336
|
+
/**
|
|
1337
|
+
* Choose, which ProductVariantStorePricing to update.
|
|
1338
|
+
*/
|
|
1339
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1340
|
+
};
|
|
1341
|
+
/**
|
|
1342
|
+
* ProductVariantStorePricing updateMany
|
|
1343
|
+
*/
|
|
1344
|
+
export type ProductVariantStorePricingUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1345
|
+
/**
|
|
1346
|
+
* The data used to update ProductVariantStorePricings.
|
|
1347
|
+
*/
|
|
1348
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateManyMutationInput, Prisma.ProductVariantStorePricingUncheckedUpdateManyInput>;
|
|
1349
|
+
/**
|
|
1350
|
+
* Filter which ProductVariantStorePricings to update
|
|
1351
|
+
*/
|
|
1352
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
1353
|
+
/**
|
|
1354
|
+
* Limit how many ProductVariantStorePricings to update.
|
|
1355
|
+
*/
|
|
1356
|
+
limit?: number;
|
|
1357
|
+
};
|
|
1358
|
+
/**
|
|
1359
|
+
* ProductVariantStorePricing updateManyAndReturn
|
|
1360
|
+
*/
|
|
1361
|
+
export type ProductVariantStorePricingUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1362
|
+
/**
|
|
1363
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1364
|
+
*/
|
|
1365
|
+
select?: Prisma.ProductVariantStorePricingSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1366
|
+
/**
|
|
1367
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1368
|
+
*/
|
|
1369
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1370
|
+
/**
|
|
1371
|
+
* The data used to update ProductVariantStorePricings.
|
|
1372
|
+
*/
|
|
1373
|
+
data: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateManyMutationInput, Prisma.ProductVariantStorePricingUncheckedUpdateManyInput>;
|
|
1374
|
+
/**
|
|
1375
|
+
* Filter which ProductVariantStorePricings to update
|
|
1376
|
+
*/
|
|
1377
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
1378
|
+
/**
|
|
1379
|
+
* Limit how many ProductVariantStorePricings to update.
|
|
1380
|
+
*/
|
|
1381
|
+
limit?: number;
|
|
1382
|
+
/**
|
|
1383
|
+
* Choose, which related nodes to fetch as well
|
|
1384
|
+
*/
|
|
1385
|
+
include?: Prisma.ProductVariantStorePricingIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1386
|
+
};
|
|
1387
|
+
/**
|
|
1388
|
+
* ProductVariantStorePricing upsert
|
|
1389
|
+
*/
|
|
1390
|
+
export type ProductVariantStorePricingUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1391
|
+
/**
|
|
1392
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1393
|
+
*/
|
|
1394
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1395
|
+
/**
|
|
1396
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1397
|
+
*/
|
|
1398
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1399
|
+
/**
|
|
1400
|
+
* Choose, which related nodes to fetch as well
|
|
1401
|
+
*/
|
|
1402
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1403
|
+
/**
|
|
1404
|
+
* The filter to search for the ProductVariantStorePricing to update in case it exists.
|
|
1405
|
+
*/
|
|
1406
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1407
|
+
/**
|
|
1408
|
+
* In case the ProductVariantStorePricing found by the `where` argument doesn't exist, create a new ProductVariantStorePricing with this data.
|
|
1409
|
+
*/
|
|
1410
|
+
create: Prisma.XOR<Prisma.ProductVariantStorePricingCreateInput, Prisma.ProductVariantStorePricingUncheckedCreateInput>;
|
|
1411
|
+
/**
|
|
1412
|
+
* In case the ProductVariantStorePricing was found with the provided `where` argument, update it with this data.
|
|
1413
|
+
*/
|
|
1414
|
+
update: Prisma.XOR<Prisma.ProductVariantStorePricingUpdateInput, Prisma.ProductVariantStorePricingUncheckedUpdateInput>;
|
|
1415
|
+
};
|
|
1416
|
+
/**
|
|
1417
|
+
* ProductVariantStorePricing delete
|
|
1418
|
+
*/
|
|
1419
|
+
export type ProductVariantStorePricingDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1420
|
+
/**
|
|
1421
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1422
|
+
*/
|
|
1423
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1424
|
+
/**
|
|
1425
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1426
|
+
*/
|
|
1427
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1428
|
+
/**
|
|
1429
|
+
* Choose, which related nodes to fetch as well
|
|
1430
|
+
*/
|
|
1431
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1432
|
+
/**
|
|
1433
|
+
* Filter which ProductVariantStorePricing to delete.
|
|
1434
|
+
*/
|
|
1435
|
+
where: Prisma.ProductVariantStorePricingWhereUniqueInput;
|
|
1436
|
+
};
|
|
1437
|
+
/**
|
|
1438
|
+
* ProductVariantStorePricing deleteMany
|
|
1439
|
+
*/
|
|
1440
|
+
export type ProductVariantStorePricingDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1441
|
+
/**
|
|
1442
|
+
* Filter which ProductVariantStorePricings to delete
|
|
1443
|
+
*/
|
|
1444
|
+
where?: Prisma.ProductVariantStorePricingWhereInput;
|
|
1445
|
+
/**
|
|
1446
|
+
* Limit how many ProductVariantStorePricings to delete.
|
|
1447
|
+
*/
|
|
1448
|
+
limit?: number;
|
|
1449
|
+
};
|
|
1450
|
+
/**
|
|
1451
|
+
* ProductVariantStorePricing without action
|
|
1452
|
+
*/
|
|
1453
|
+
export type ProductVariantStorePricingDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1454
|
+
/**
|
|
1455
|
+
* Select specific fields to fetch from the ProductVariantStorePricing
|
|
1456
|
+
*/
|
|
1457
|
+
select?: Prisma.ProductVariantStorePricingSelect<ExtArgs> | null;
|
|
1458
|
+
/**
|
|
1459
|
+
* Omit specific fields from the ProductVariantStorePricing
|
|
1460
|
+
*/
|
|
1461
|
+
omit?: Prisma.ProductVariantStorePricingOmit<ExtArgs> | null;
|
|
1462
|
+
/**
|
|
1463
|
+
* Choose, which related nodes to fetch as well
|
|
1464
|
+
*/
|
|
1465
|
+
include?: Prisma.ProductVariantStorePricingInclude<ExtArgs> | null;
|
|
1466
|
+
};
|
|
1467
|
+
export {};
|