@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated/prisma/browser.d.ts +514 -0
- package/lib/generated/prisma/browser.js +57 -0
- package/lib/generated/prisma/browser.js.map +1 -0
- package/lib/generated/prisma/client.d.ts +531 -0
- package/lib/generated/prisma/client.js +69 -0
- package/lib/generated/prisma/client.js.map +1 -0
- package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
- package/lib/generated/prisma/commonInputTypes.js +12 -0
- package/lib/generated/prisma/commonInputTypes.js.map +1 -0
- package/lib/generated/prisma/dmmf.d.ts +4085 -0
- package/lib/generated/prisma/dmmf.js +27551 -0
- package/lib/generated/prisma/dmmf.js.map +1 -0
- package/lib/generated/prisma/enums.d.ts +216 -0
- package/lib/generated/prisma/enums.js +205 -0
- package/lib/generated/prisma/enums.js.map +1 -0
- package/lib/generated/prisma/internal/class.d.ts +1237 -0
- package/lib/generated/prisma/internal/class.js +79 -0
- package/lib/generated/prisma/internal/class.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
- package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
- package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/lib/generated/prisma/kysely-types.d.ts +1499 -0
- package/lib/generated/prisma/kysely-types.js +196 -0
- package/lib/generated/prisma/kysely-types.js.map +1 -0
- package/lib/generated/prisma/models/Address.d.ts +1339 -0
- package/lib/generated/prisma/models/Address.js +12 -0
- package/lib/generated/prisma/models/Address.js.map +1 -0
- package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
- package/lib/generated/prisma/models/Administrator.js +12 -0
- package/lib/generated/prisma/models/Administrator.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
- package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
- package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
- package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
- package/lib/generated/prisma/models/ApiToken.js +12 -0
- package/lib/generated/prisma/models/ApiToken.js.map +1 -0
- package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
- package/lib/generated/prisma/models/AwsBucket.js +12 -0
- package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
- package/lib/generated/prisma/models/Card.d.ts +1533 -0
- package/lib/generated/prisma/models/Card.js +12 -0
- package/lib/generated/prisma/models/Card.js.map +1 -0
- package/lib/generated/prisma/models/Cart.d.ts +2315 -0
- package/lib/generated/prisma/models/Cart.js +12 -0
- package/lib/generated/prisma/models/Cart.js.map +1 -0
- package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
- package/lib/generated/prisma/models/CartCost.js +12 -0
- package/lib/generated/prisma/models/CartCost.js.map +1 -0
- package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
- package/lib/generated/prisma/models/CartLine.js +12 -0
- package/lib/generated/prisma/models/CartLine.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
- package/lib/generated/prisma/models/CartLineModifier.js +12 -0
- package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
- package/lib/generated/prisma/models/Checkout.js +12 -0
- package/lib/generated/prisma/models/Checkout.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
- package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
- package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
- package/lib/generated/prisma/models/CheckoutLine.js +12 -0
- package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
- package/lib/generated/prisma/models/Collection.d.ts +1961 -0
- package/lib/generated/prisma/models/Collection.js +12 -0
- package/lib/generated/prisma/models/Collection.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
- package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
- package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/Customer.d.ts +2964 -0
- package/lib/generated/prisma/models/Customer.js +12 -0
- package/lib/generated/prisma/models/Customer.js.map +1 -0
- package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
- package/lib/generated/prisma/models/CustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
- package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
- package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
- package/lib/generated/prisma/models/DiscountCode.js +12 -0
- package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
- package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
- package/lib/generated/prisma/models/EventLog.js +12 -0
- package/lib/generated/prisma/models/EventLog.js.map +1 -0
- package/lib/generated/prisma/models/Facet.d.ts +1266 -0
- package/lib/generated/prisma/models/Facet.js +12 -0
- package/lib/generated/prisma/models/Facet.js.map +1 -0
- package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
- package/lib/generated/prisma/models/FacetOption.js +12 -0
- package/lib/generated/prisma/models/FacetOption.js.map +1 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
- package/lib/generated/prisma/models/FeatureFlag.js +12 -0
- package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
- package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
- package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
- package/lib/generated/prisma/models/FreeItemRule.js +12 -0
- package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
- package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
- package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
- package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
- package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
- package/lib/generated/prisma/models/Ingredient.js +12 -0
- package/lib/generated/prisma/models/Ingredient.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
- package/lib/generated/prisma/models/IngredientToStore.js +12 -0
- package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
- package/lib/generated/prisma/models/Media.d.ts +2127 -0
- package/lib/generated/prisma/models/Media.js +12 -0
- package/lib/generated/prisma/models/Media.js.map +1 -0
- package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
- package/lib/generated/prisma/models/Modifier.js +12 -0
- package/lib/generated/prisma/models/Modifier.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
- package/lib/generated/prisma/models/ModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
- package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
- package/lib/generated/prisma/models/ModifierOption.js +12 -0
- package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
- package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
- package/lib/generated/prisma/models/OneTimeToken.js +12 -0
- package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
- package/lib/generated/prisma/models/Payment.d.ts +1560 -0
- package/lib/generated/prisma/models/Payment.js +12 -0
- package/lib/generated/prisma/models/Payment.js.map +1 -0
- package/lib/generated/prisma/models/Platform.d.ts +7442 -0
- package/lib/generated/prisma/models/Platform.js +12 -0
- package/lib/generated/prisma/models/Platform.js.map +1 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
- package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
- package/lib/generated/prisma/models/PrepTime.js +12 -0
- package/lib/generated/prisma/models/PrepTime.js.map +1 -0
- package/lib/generated/prisma/models/Product.d.ts +2975 -0
- package/lib/generated/prisma/models/Product.js +12 -0
- package/lib/generated/prisma/models/Product.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
- package/lib/generated/prisma/models/ProductCategory.js +12 -0
- package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
- package/lib/generated/prisma/models/ProductListing.js +12 -0
- package/lib/generated/prisma/models/ProductListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductToTag.js +12 -0
- package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
- package/lib/generated/prisma/models/ProductVariant.js +12 -0
- package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
- package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
- package/lib/generated/prisma/models/ProductVarietal.js +12 -0
- package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
- package/lib/generated/prisma/models/Refund.d.ts +1707 -0
- package/lib/generated/prisma/models/Refund.js +12 -0
- package/lib/generated/prisma/models/Refund.js.map +1 -0
- package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
- package/lib/generated/prisma/models/RefundLine.js +12 -0
- package/lib/generated/prisma/models/RefundLine.js.map +1 -0
- package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
- package/lib/generated/prisma/models/RelatedItems.js +12 -0
- package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
- package/lib/generated/prisma/models/Role.d.ts +1264 -0
- package/lib/generated/prisma/models/Role.js +12 -0
- package/lib/generated/prisma/models/Role.js.map +1 -0
- package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
- package/lib/generated/prisma/models/ScheduledTask.js +12 -0
- package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
- package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
- package/lib/generated/prisma/models/SmsConversation.js +12 -0
- package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
- package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
- package/lib/generated/prisma/models/StockLevel.js +12 -0
- package/lib/generated/prisma/models/StockLevel.js.map +1 -0
- package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
- package/lib/generated/prisma/models/StockLocation.js +12 -0
- package/lib/generated/prisma/models/StockLocation.js.map +1 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
- package/lib/generated/prisma/models/StockMovement.js +12 -0
- package/lib/generated/prisma/models/StockMovement.js.map +1 -0
- package/lib/generated/prisma/models/Store.d.ts +4487 -0
- package/lib/generated/prisma/models/Store.js +12 -0
- package/lib/generated/prisma/models/Store.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
- package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
- package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
- package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/Tag.d.ts +1581 -0
- package/lib/generated/prisma/models/Tag.js +12 -0
- package/lib/generated/prisma/models/Tag.js.map +1 -0
- package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
- package/lib/generated/prisma/models/TaxCategory.js +12 -0
- package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
- package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
- package/lib/generated/prisma/models/Transaction.js +12 -0
- package/lib/generated/prisma/models/Transaction.js.map +1 -0
- package/lib/generated/prisma/models/User.d.ts +1907 -0
- package/lib/generated/prisma/models/User.js +12 -0
- package/lib/generated/prisma/models/User.js.map +1 -0
- package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
- package/lib/generated/prisma/models/UserToRole.js +12 -0
- package/lib/generated/prisma/models/UserToRole.js.map +1 -0
- package/lib/generated/prisma/models.d.ts +103 -0
- package/lib/generated/prisma/models.js +3 -0
- package/lib/generated/prisma/models.js.map +1 -0
- package/lib/generated/prisma/pjtg.d.ts +145 -0
- package/lib/generated/prisma/pjtg.js +3 -0
- package/lib/generated/prisma/pjtg.js.map +1 -0
- package/lib/helpers.d.ts +37 -0
- package/lib/helpers.js +226 -0
- package/lib/helpers.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js.map +1 -0
- package/lib/kysely/index.d.ts +2 -0
- package/lib/kysely/index.js +19 -0
- package/lib/kysely/index.js.map +1 -0
- package/lib/kysely/kysely-db.d.ts +3 -0
- package/lib/kysely/kysely-db.js +3 -0
- package/lib/kysely/kysely-db.js.map +1 -0
- package/lib/kysely/utils/index.d.ts +4 -0
- package/lib/kysely/utils/index.js +21 -0
- package/lib/kysely/utils/index.js.map +1 -0
- package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
- package/lib/kysely/utils/serialize-bigint-value.js +13 -0
- package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
- package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
- package/lib/kysely/utils/serialize-numeric-value.js +11 -0
- package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
- package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
- package/lib/kysely/utils/shallow-dehydrate.js +3 -0
- package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
- package/lib/prisma-module/index.d.ts +4 -0
- package/lib/prisma-module/index.js +21 -0
- package/lib/prisma-module/index.js.map +1 -0
- package/lib/prisma-module/prisma-options.d.ts +59 -0
- package/lib/prisma-module/prisma-options.js +3 -0
- package/lib/prisma-module/prisma-options.js.map +1 -0
- package/lib/prisma-module/prisma.constants.d.ts +1 -0
- package/lib/prisma-module/prisma.constants.js +5 -0
- package/lib/prisma-module/prisma.constants.js.map +1 -0
- package/lib/prisma-module/prisma.module.d.ts +8 -0
- package/lib/prisma-module/prisma.module.js +73 -0
- package/lib/prisma-module/prisma.module.js.map +1 -0
- package/lib/prisma-module/prisma.service.d.ts +5 -0
- package/lib/prisma-module/prisma.service.js +29 -0
- package/lib/prisma-module/prisma.service.js.map +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +3 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
- package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
- package/lib/utils/ignore-prisma-builtins.js +3 -0
- package/lib/utils/ignore-prisma-builtins.js.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +20 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/prisma-where-to-sql.d.ts +5 -0
- package/lib/utils/prisma-where-to-sql.js +94 -0
- package/lib/utils/prisma-where-to-sql.js.map +1 -0
- package/lib/web360-prisma.constants.d.ts +2 -0
- package/lib/web360-prisma.constants.js +6 -0
- package/lib/web360-prisma.constants.js.map +1 -0
- package/lib/web360-prisma.module.d.ts +7 -0
- package/lib/web360-prisma.module.js +81 -0
- package/lib/web360-prisma.module.js.map +1 -0
- package/lib/web360-prisma.options.d.ts +38 -0
- package/lib/web360-prisma.options.js +3 -0
- package/lib/web360-prisma.options.js.map +1 -0
- package/lib/web360-prisma.service.d.ts +57 -0
- package/lib/web360-prisma.service.js +57 -0
- package/lib/web360-prisma.service.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,2099 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model ModifierGroup
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type ModifierGroupModel = runtime.Types.Result.DefaultSelection<Prisma.$ModifierGroupPayload>;
|
|
8
|
+
export type AggregateModifierGroup = {
|
|
9
|
+
_count: ModifierGroupCountAggregateOutputType | null;
|
|
10
|
+
_avg: ModifierGroupAvgAggregateOutputType | null;
|
|
11
|
+
_sum: ModifierGroupSumAggregateOutputType | null;
|
|
12
|
+
_min: ModifierGroupMinAggregateOutputType | null;
|
|
13
|
+
_max: ModifierGroupMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type ModifierGroupAvgAggregateOutputType = {
|
|
16
|
+
id: number | null;
|
|
17
|
+
max: number | null;
|
|
18
|
+
min: number | null;
|
|
19
|
+
};
|
|
20
|
+
export type ModifierGroupSumAggregateOutputType = {
|
|
21
|
+
id: bigint | null;
|
|
22
|
+
max: number | null;
|
|
23
|
+
min: number | null;
|
|
24
|
+
};
|
|
25
|
+
export type ModifierGroupMinAggregateOutputType = {
|
|
26
|
+
id: bigint | null;
|
|
27
|
+
platformId: string | null;
|
|
28
|
+
storeId: string | null;
|
|
29
|
+
name: string | null;
|
|
30
|
+
description: string | null;
|
|
31
|
+
max: number | null;
|
|
32
|
+
min: number | null;
|
|
33
|
+
createdAt: Date | null;
|
|
34
|
+
updatedAt: Date | null;
|
|
35
|
+
deletedAt: Date | null;
|
|
36
|
+
};
|
|
37
|
+
export type ModifierGroupMaxAggregateOutputType = {
|
|
38
|
+
id: bigint | null;
|
|
39
|
+
platformId: string | null;
|
|
40
|
+
storeId: string | null;
|
|
41
|
+
name: string | null;
|
|
42
|
+
description: string | null;
|
|
43
|
+
max: number | null;
|
|
44
|
+
min: number | null;
|
|
45
|
+
createdAt: Date | null;
|
|
46
|
+
updatedAt: Date | null;
|
|
47
|
+
deletedAt: Date | null;
|
|
48
|
+
};
|
|
49
|
+
export type ModifierGroupCountAggregateOutputType = {
|
|
50
|
+
id: number;
|
|
51
|
+
platformId: number;
|
|
52
|
+
storeId: number;
|
|
53
|
+
name: number;
|
|
54
|
+
description: number;
|
|
55
|
+
max: number;
|
|
56
|
+
min: number;
|
|
57
|
+
createdAt: number;
|
|
58
|
+
updatedAt: number;
|
|
59
|
+
deletedAt: number;
|
|
60
|
+
_all: number;
|
|
61
|
+
};
|
|
62
|
+
export type ModifierGroupAvgAggregateInputType = {
|
|
63
|
+
id?: true;
|
|
64
|
+
max?: true;
|
|
65
|
+
min?: true;
|
|
66
|
+
};
|
|
67
|
+
export type ModifierGroupSumAggregateInputType = {
|
|
68
|
+
id?: true;
|
|
69
|
+
max?: true;
|
|
70
|
+
min?: true;
|
|
71
|
+
};
|
|
72
|
+
export type ModifierGroupMinAggregateInputType = {
|
|
73
|
+
id?: true;
|
|
74
|
+
platformId?: true;
|
|
75
|
+
storeId?: true;
|
|
76
|
+
name?: true;
|
|
77
|
+
description?: true;
|
|
78
|
+
max?: true;
|
|
79
|
+
min?: true;
|
|
80
|
+
createdAt?: true;
|
|
81
|
+
updatedAt?: true;
|
|
82
|
+
deletedAt?: true;
|
|
83
|
+
};
|
|
84
|
+
export type ModifierGroupMaxAggregateInputType = {
|
|
85
|
+
id?: true;
|
|
86
|
+
platformId?: true;
|
|
87
|
+
storeId?: true;
|
|
88
|
+
name?: true;
|
|
89
|
+
description?: true;
|
|
90
|
+
max?: true;
|
|
91
|
+
min?: true;
|
|
92
|
+
createdAt?: true;
|
|
93
|
+
updatedAt?: true;
|
|
94
|
+
deletedAt?: true;
|
|
95
|
+
};
|
|
96
|
+
export type ModifierGroupCountAggregateInputType = {
|
|
97
|
+
id?: true;
|
|
98
|
+
platformId?: true;
|
|
99
|
+
storeId?: true;
|
|
100
|
+
name?: true;
|
|
101
|
+
description?: true;
|
|
102
|
+
max?: true;
|
|
103
|
+
min?: true;
|
|
104
|
+
createdAt?: true;
|
|
105
|
+
updatedAt?: true;
|
|
106
|
+
deletedAt?: true;
|
|
107
|
+
_all?: true;
|
|
108
|
+
};
|
|
109
|
+
export type ModifierGroupAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
110
|
+
/**
|
|
111
|
+
* Filter which ModifierGroup to aggregate.
|
|
112
|
+
*/
|
|
113
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
114
|
+
/**
|
|
115
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
116
|
+
*
|
|
117
|
+
* Determine the order of ModifierGroups to fetch.
|
|
118
|
+
*/
|
|
119
|
+
orderBy?: Prisma.ModifierGroupOrderByWithRelationInput | Prisma.ModifierGroupOrderByWithRelationInput[];
|
|
120
|
+
/**
|
|
121
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
122
|
+
*
|
|
123
|
+
* Sets the start position
|
|
124
|
+
*/
|
|
125
|
+
cursor?: Prisma.ModifierGroupWhereUniqueInput;
|
|
126
|
+
/**
|
|
127
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
128
|
+
*
|
|
129
|
+
* Take `±n` ModifierGroups from the position of the cursor.
|
|
130
|
+
*/
|
|
131
|
+
take?: number;
|
|
132
|
+
/**
|
|
133
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
134
|
+
*
|
|
135
|
+
* Skip the first `n` ModifierGroups.
|
|
136
|
+
*/
|
|
137
|
+
skip?: number;
|
|
138
|
+
/**
|
|
139
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
140
|
+
*
|
|
141
|
+
* Count returned ModifierGroups
|
|
142
|
+
**/
|
|
143
|
+
_count?: true | ModifierGroupCountAggregateInputType;
|
|
144
|
+
/**
|
|
145
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
146
|
+
*
|
|
147
|
+
* Select which fields to average
|
|
148
|
+
**/
|
|
149
|
+
_avg?: ModifierGroupAvgAggregateInputType;
|
|
150
|
+
/**
|
|
151
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
152
|
+
*
|
|
153
|
+
* Select which fields to sum
|
|
154
|
+
**/
|
|
155
|
+
_sum?: ModifierGroupSumAggregateInputType;
|
|
156
|
+
/**
|
|
157
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
158
|
+
*
|
|
159
|
+
* Select which fields to find the minimum value
|
|
160
|
+
**/
|
|
161
|
+
_min?: ModifierGroupMinAggregateInputType;
|
|
162
|
+
/**
|
|
163
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
164
|
+
*
|
|
165
|
+
* Select which fields to find the maximum value
|
|
166
|
+
**/
|
|
167
|
+
_max?: ModifierGroupMaxAggregateInputType;
|
|
168
|
+
};
|
|
169
|
+
export type GetModifierGroupAggregateType<T extends ModifierGroupAggregateArgs> = {
|
|
170
|
+
[P in keyof T & keyof AggregateModifierGroup]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateModifierGroup[P]> : Prisma.GetScalarType<T[P], AggregateModifierGroup[P]>;
|
|
171
|
+
};
|
|
172
|
+
export type ModifierGroupGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
173
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
174
|
+
orderBy?: Prisma.ModifierGroupOrderByWithAggregationInput | Prisma.ModifierGroupOrderByWithAggregationInput[];
|
|
175
|
+
by: Prisma.ModifierGroupScalarFieldEnum[] | Prisma.ModifierGroupScalarFieldEnum;
|
|
176
|
+
having?: Prisma.ModifierGroupScalarWhereWithAggregatesInput;
|
|
177
|
+
take?: number;
|
|
178
|
+
skip?: number;
|
|
179
|
+
_count?: ModifierGroupCountAggregateInputType | true;
|
|
180
|
+
_avg?: ModifierGroupAvgAggregateInputType;
|
|
181
|
+
_sum?: ModifierGroupSumAggregateInputType;
|
|
182
|
+
_min?: ModifierGroupMinAggregateInputType;
|
|
183
|
+
_max?: ModifierGroupMaxAggregateInputType;
|
|
184
|
+
};
|
|
185
|
+
export type ModifierGroupGroupByOutputType = {
|
|
186
|
+
id: bigint;
|
|
187
|
+
platformId: string;
|
|
188
|
+
storeId: string;
|
|
189
|
+
name: string;
|
|
190
|
+
description: string | null;
|
|
191
|
+
max: number;
|
|
192
|
+
min: number;
|
|
193
|
+
createdAt: Date;
|
|
194
|
+
updatedAt: Date;
|
|
195
|
+
deletedAt: Date | null;
|
|
196
|
+
_count: ModifierGroupCountAggregateOutputType | null;
|
|
197
|
+
_avg: ModifierGroupAvgAggregateOutputType | null;
|
|
198
|
+
_sum: ModifierGroupSumAggregateOutputType | null;
|
|
199
|
+
_min: ModifierGroupMinAggregateOutputType | null;
|
|
200
|
+
_max: ModifierGroupMaxAggregateOutputType | null;
|
|
201
|
+
};
|
|
202
|
+
type GetModifierGroupGroupByPayload<T extends ModifierGroupGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<ModifierGroupGroupByOutputType, T['by']> & {
|
|
203
|
+
[P in ((keyof T) & (keyof ModifierGroupGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], ModifierGroupGroupByOutputType[P]> : Prisma.GetScalarType<T[P], ModifierGroupGroupByOutputType[P]>;
|
|
204
|
+
}>>;
|
|
205
|
+
export type ModifierGroupWhereInput = {
|
|
206
|
+
AND?: Prisma.ModifierGroupWhereInput | Prisma.ModifierGroupWhereInput[];
|
|
207
|
+
OR?: Prisma.ModifierGroupWhereInput[];
|
|
208
|
+
NOT?: Prisma.ModifierGroupWhereInput | Prisma.ModifierGroupWhereInput[];
|
|
209
|
+
id?: Prisma.BigIntFilter<"ModifierGroup"> | bigint | number;
|
|
210
|
+
platformId?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
211
|
+
storeId?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
212
|
+
name?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
213
|
+
description?: Prisma.StringNullableFilter<"ModifierGroup"> | string | null;
|
|
214
|
+
max?: Prisma.IntFilter<"ModifierGroup"> | number;
|
|
215
|
+
min?: Prisma.IntFilter<"ModifierGroup"> | number;
|
|
216
|
+
createdAt?: Prisma.DateTimeFilter<"ModifierGroup"> | Date | string;
|
|
217
|
+
updatedAt?: Prisma.DateTimeFilter<"ModifierGroup"> | Date | string;
|
|
218
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"ModifierGroup"> | Date | string | null;
|
|
219
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
220
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
221
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupListRelationFilter;
|
|
222
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductListRelationFilter;
|
|
223
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierListRelationFilter;
|
|
224
|
+
cartLineModifier?: Prisma.CartLineModifierListRelationFilter;
|
|
225
|
+
};
|
|
226
|
+
export type ModifierGroupOrderByWithRelationInput = {
|
|
227
|
+
id?: Prisma.SortOrder;
|
|
228
|
+
platformId?: Prisma.SortOrder;
|
|
229
|
+
storeId?: Prisma.SortOrder;
|
|
230
|
+
name?: Prisma.SortOrder;
|
|
231
|
+
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
232
|
+
max?: Prisma.SortOrder;
|
|
233
|
+
min?: Prisma.SortOrder;
|
|
234
|
+
createdAt?: Prisma.SortOrder;
|
|
235
|
+
updatedAt?: Prisma.SortOrder;
|
|
236
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
237
|
+
platform?: Prisma.PlatformOrderByWithRelationInput;
|
|
238
|
+
store?: Prisma.StoreOrderByWithRelationInput;
|
|
239
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupOrderByRelationAggregateInput;
|
|
240
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductOrderByRelationAggregateInput;
|
|
241
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierOrderByRelationAggregateInput;
|
|
242
|
+
cartLineModifier?: Prisma.CartLineModifierOrderByRelationAggregateInput;
|
|
243
|
+
_relevance?: Prisma.ModifierGroupOrderByRelevanceInput;
|
|
244
|
+
};
|
|
245
|
+
export type ModifierGroupWhereUniqueInput = Prisma.AtLeast<{
|
|
246
|
+
id?: bigint | number;
|
|
247
|
+
AND?: Prisma.ModifierGroupWhereInput | Prisma.ModifierGroupWhereInput[];
|
|
248
|
+
OR?: Prisma.ModifierGroupWhereInput[];
|
|
249
|
+
NOT?: Prisma.ModifierGroupWhereInput | Prisma.ModifierGroupWhereInput[];
|
|
250
|
+
platformId?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
251
|
+
storeId?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
252
|
+
name?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
253
|
+
description?: Prisma.StringNullableFilter<"ModifierGroup"> | string | null;
|
|
254
|
+
max?: Prisma.IntFilter<"ModifierGroup"> | number;
|
|
255
|
+
min?: Prisma.IntFilter<"ModifierGroup"> | number;
|
|
256
|
+
createdAt?: Prisma.DateTimeFilter<"ModifierGroup"> | Date | string;
|
|
257
|
+
updatedAt?: Prisma.DateTimeFilter<"ModifierGroup"> | Date | string;
|
|
258
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"ModifierGroup"> | Date | string | null;
|
|
259
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
260
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
261
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupListRelationFilter;
|
|
262
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductListRelationFilter;
|
|
263
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierListRelationFilter;
|
|
264
|
+
cartLineModifier?: Prisma.CartLineModifierListRelationFilter;
|
|
265
|
+
}, "id">;
|
|
266
|
+
export type ModifierGroupOrderByWithAggregationInput = {
|
|
267
|
+
id?: Prisma.SortOrder;
|
|
268
|
+
platformId?: Prisma.SortOrder;
|
|
269
|
+
storeId?: Prisma.SortOrder;
|
|
270
|
+
name?: Prisma.SortOrder;
|
|
271
|
+
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
272
|
+
max?: Prisma.SortOrder;
|
|
273
|
+
min?: Prisma.SortOrder;
|
|
274
|
+
createdAt?: Prisma.SortOrder;
|
|
275
|
+
updatedAt?: Prisma.SortOrder;
|
|
276
|
+
deletedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
277
|
+
_count?: Prisma.ModifierGroupCountOrderByAggregateInput;
|
|
278
|
+
_avg?: Prisma.ModifierGroupAvgOrderByAggregateInput;
|
|
279
|
+
_max?: Prisma.ModifierGroupMaxOrderByAggregateInput;
|
|
280
|
+
_min?: Prisma.ModifierGroupMinOrderByAggregateInput;
|
|
281
|
+
_sum?: Prisma.ModifierGroupSumOrderByAggregateInput;
|
|
282
|
+
};
|
|
283
|
+
export type ModifierGroupScalarWhereWithAggregatesInput = {
|
|
284
|
+
AND?: Prisma.ModifierGroupScalarWhereWithAggregatesInput | Prisma.ModifierGroupScalarWhereWithAggregatesInput[];
|
|
285
|
+
OR?: Prisma.ModifierGroupScalarWhereWithAggregatesInput[];
|
|
286
|
+
NOT?: Prisma.ModifierGroupScalarWhereWithAggregatesInput | Prisma.ModifierGroupScalarWhereWithAggregatesInput[];
|
|
287
|
+
id?: Prisma.BigIntWithAggregatesFilter<"ModifierGroup"> | bigint | number;
|
|
288
|
+
platformId?: Prisma.StringWithAggregatesFilter<"ModifierGroup"> | string;
|
|
289
|
+
storeId?: Prisma.StringWithAggregatesFilter<"ModifierGroup"> | string;
|
|
290
|
+
name?: Prisma.StringWithAggregatesFilter<"ModifierGroup"> | string;
|
|
291
|
+
description?: Prisma.StringNullableWithAggregatesFilter<"ModifierGroup"> | string | null;
|
|
292
|
+
max?: Prisma.IntWithAggregatesFilter<"ModifierGroup"> | number;
|
|
293
|
+
min?: Prisma.IntWithAggregatesFilter<"ModifierGroup"> | number;
|
|
294
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"ModifierGroup"> | Date | string;
|
|
295
|
+
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"ModifierGroup"> | Date | string;
|
|
296
|
+
deletedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"ModifierGroup"> | Date | string | null;
|
|
297
|
+
};
|
|
298
|
+
export type ModifierGroupCreateInput = {
|
|
299
|
+
id?: bigint | number;
|
|
300
|
+
name: string;
|
|
301
|
+
description?: string | null;
|
|
302
|
+
max?: number;
|
|
303
|
+
min?: number;
|
|
304
|
+
createdAt?: Date | string;
|
|
305
|
+
updatedAt?: Date | string;
|
|
306
|
+
deletedAt?: Date | string | null;
|
|
307
|
+
platform: Prisma.PlatformCreateNestedOneWithoutModifierGroupsInput;
|
|
308
|
+
store: Prisma.StoreCreateNestedOneWithoutModifierGroupsInput;
|
|
309
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupCreateNestedManyWithoutModifierGroupInput;
|
|
310
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductCreateNestedManyWithoutModifierGroupInput;
|
|
311
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierCreateNestedManyWithoutModifierGroupInput;
|
|
312
|
+
cartLineModifier?: Prisma.CartLineModifierCreateNestedManyWithoutModifierGroupInput;
|
|
313
|
+
};
|
|
314
|
+
export type ModifierGroupUncheckedCreateInput = {
|
|
315
|
+
id?: bigint | number;
|
|
316
|
+
platformId: string;
|
|
317
|
+
storeId: string;
|
|
318
|
+
name: string;
|
|
319
|
+
description?: string | null;
|
|
320
|
+
max?: number;
|
|
321
|
+
min?: number;
|
|
322
|
+
createdAt?: Date | string;
|
|
323
|
+
updatedAt?: Date | string;
|
|
324
|
+
deletedAt?: Date | string | null;
|
|
325
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
326
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
327
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
328
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
329
|
+
};
|
|
330
|
+
export type ModifierGroupUpdateInput = {
|
|
331
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
332
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
333
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
334
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
335
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
336
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
337
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
338
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
339
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
340
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
341
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUpdateManyWithoutModifierGroupNestedInput;
|
|
342
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUpdateManyWithoutModifierGroupNestedInput;
|
|
343
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
344
|
+
cartLineModifier?: Prisma.CartLineModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
345
|
+
};
|
|
346
|
+
export type ModifierGroupUncheckedUpdateInput = {
|
|
347
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
348
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
349
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
350
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
351
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
352
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
353
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
354
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
355
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
356
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
357
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
358
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
359
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
360
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
361
|
+
};
|
|
362
|
+
export type ModifierGroupCreateManyInput = {
|
|
363
|
+
id?: bigint | number;
|
|
364
|
+
platformId: string;
|
|
365
|
+
storeId: string;
|
|
366
|
+
name: string;
|
|
367
|
+
description?: string | null;
|
|
368
|
+
max?: number;
|
|
369
|
+
min?: number;
|
|
370
|
+
createdAt?: Date | string;
|
|
371
|
+
updatedAt?: Date | string;
|
|
372
|
+
deletedAt?: Date | string | null;
|
|
373
|
+
};
|
|
374
|
+
export type ModifierGroupUpdateManyMutationInput = {
|
|
375
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
376
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
377
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
378
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
379
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
380
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
381
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
382
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
383
|
+
};
|
|
384
|
+
export type ModifierGroupUncheckedUpdateManyInput = {
|
|
385
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
386
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
387
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
388
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
389
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
390
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
391
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
392
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
393
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
394
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
395
|
+
};
|
|
396
|
+
export type ModifierGroupScalarRelationFilter = {
|
|
397
|
+
is?: Prisma.ModifierGroupWhereInput;
|
|
398
|
+
isNot?: Prisma.ModifierGroupWhereInput;
|
|
399
|
+
};
|
|
400
|
+
export type ModifierGroupOrderByRelevanceInput = {
|
|
401
|
+
fields: Prisma.ModifierGroupOrderByRelevanceFieldEnum | Prisma.ModifierGroupOrderByRelevanceFieldEnum[];
|
|
402
|
+
sort: Prisma.SortOrder;
|
|
403
|
+
search: string;
|
|
404
|
+
};
|
|
405
|
+
export type ModifierGroupCountOrderByAggregateInput = {
|
|
406
|
+
id?: Prisma.SortOrder;
|
|
407
|
+
platformId?: Prisma.SortOrder;
|
|
408
|
+
storeId?: Prisma.SortOrder;
|
|
409
|
+
name?: Prisma.SortOrder;
|
|
410
|
+
description?: Prisma.SortOrder;
|
|
411
|
+
max?: Prisma.SortOrder;
|
|
412
|
+
min?: Prisma.SortOrder;
|
|
413
|
+
createdAt?: Prisma.SortOrder;
|
|
414
|
+
updatedAt?: Prisma.SortOrder;
|
|
415
|
+
deletedAt?: Prisma.SortOrder;
|
|
416
|
+
};
|
|
417
|
+
export type ModifierGroupAvgOrderByAggregateInput = {
|
|
418
|
+
id?: Prisma.SortOrder;
|
|
419
|
+
max?: Prisma.SortOrder;
|
|
420
|
+
min?: Prisma.SortOrder;
|
|
421
|
+
};
|
|
422
|
+
export type ModifierGroupMaxOrderByAggregateInput = {
|
|
423
|
+
id?: Prisma.SortOrder;
|
|
424
|
+
platformId?: Prisma.SortOrder;
|
|
425
|
+
storeId?: Prisma.SortOrder;
|
|
426
|
+
name?: Prisma.SortOrder;
|
|
427
|
+
description?: Prisma.SortOrder;
|
|
428
|
+
max?: Prisma.SortOrder;
|
|
429
|
+
min?: Prisma.SortOrder;
|
|
430
|
+
createdAt?: Prisma.SortOrder;
|
|
431
|
+
updatedAt?: Prisma.SortOrder;
|
|
432
|
+
deletedAt?: Prisma.SortOrder;
|
|
433
|
+
};
|
|
434
|
+
export type ModifierGroupMinOrderByAggregateInput = {
|
|
435
|
+
id?: Prisma.SortOrder;
|
|
436
|
+
platformId?: Prisma.SortOrder;
|
|
437
|
+
storeId?: Prisma.SortOrder;
|
|
438
|
+
name?: Prisma.SortOrder;
|
|
439
|
+
description?: Prisma.SortOrder;
|
|
440
|
+
max?: Prisma.SortOrder;
|
|
441
|
+
min?: Prisma.SortOrder;
|
|
442
|
+
createdAt?: Prisma.SortOrder;
|
|
443
|
+
updatedAt?: Prisma.SortOrder;
|
|
444
|
+
deletedAt?: Prisma.SortOrder;
|
|
445
|
+
};
|
|
446
|
+
export type ModifierGroupSumOrderByAggregateInput = {
|
|
447
|
+
id?: Prisma.SortOrder;
|
|
448
|
+
max?: Prisma.SortOrder;
|
|
449
|
+
min?: Prisma.SortOrder;
|
|
450
|
+
};
|
|
451
|
+
export type ModifierGroupListRelationFilter = {
|
|
452
|
+
every?: Prisma.ModifierGroupWhereInput;
|
|
453
|
+
some?: Prisma.ModifierGroupWhereInput;
|
|
454
|
+
none?: Prisma.ModifierGroupWhereInput;
|
|
455
|
+
};
|
|
456
|
+
export type ModifierGroupOrderByRelationAggregateInput = {
|
|
457
|
+
_count?: Prisma.SortOrder;
|
|
458
|
+
};
|
|
459
|
+
export type ModifierGroupCreateNestedOneWithoutCartLineModifierInput = {
|
|
460
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCartLineModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCartLineModifierInput>;
|
|
461
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutCartLineModifierInput;
|
|
462
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
463
|
+
};
|
|
464
|
+
export type ModifierGroupUpdateOneRequiredWithoutCartLineModifierNestedInput = {
|
|
465
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCartLineModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCartLineModifierInput>;
|
|
466
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutCartLineModifierInput;
|
|
467
|
+
upsert?: Prisma.ModifierGroupUpsertWithoutCartLineModifierInput;
|
|
468
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
469
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ModifierGroupUpdateToOneWithWhereWithoutCartLineModifierInput, Prisma.ModifierGroupUpdateWithoutCartLineModifierInput>, Prisma.ModifierGroupUncheckedUpdateWithoutCartLineModifierInput>;
|
|
470
|
+
};
|
|
471
|
+
export type ModifierGroupCreateNestedOneWithoutCheckoutLinesModifierInput = {
|
|
472
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCheckoutLinesModifierInput>;
|
|
473
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutCheckoutLinesModifierInput;
|
|
474
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
475
|
+
};
|
|
476
|
+
export type ModifierGroupUpdateOneRequiredWithoutCheckoutLinesModifierNestedInput = {
|
|
477
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCheckoutLinesModifierInput>;
|
|
478
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutCheckoutLinesModifierInput;
|
|
479
|
+
upsert?: Prisma.ModifierGroupUpsertWithoutCheckoutLinesModifierInput;
|
|
480
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
481
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ModifierGroupUpdateToOneWithWhereWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUpdateWithoutCheckoutLinesModifierInput>, Prisma.ModifierGroupUncheckedUpdateWithoutCheckoutLinesModifierInput>;
|
|
482
|
+
};
|
|
483
|
+
export type ModifierGroupCreateNestedOneWithoutModifierGroupToProductInput = {
|
|
484
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierGroupToProductInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierGroupToProductInput>;
|
|
485
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutModifierGroupToProductInput;
|
|
486
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
487
|
+
};
|
|
488
|
+
export type ModifierGroupUpdateOneRequiredWithoutModifierGroupToProductNestedInput = {
|
|
489
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierGroupToProductInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierGroupToProductInput>;
|
|
490
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutModifierGroupToProductInput;
|
|
491
|
+
upsert?: Prisma.ModifierGroupUpsertWithoutModifierGroupToProductInput;
|
|
492
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
493
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ModifierGroupUpdateToOneWithWhereWithoutModifierGroupToProductInput, Prisma.ModifierGroupUpdateWithoutModifierGroupToProductInput>, Prisma.ModifierGroupUncheckedUpdateWithoutModifierGroupToProductInput>;
|
|
494
|
+
};
|
|
495
|
+
export type ModifierGroupCreateNestedOneWithoutModifierToModifierGroupInput = {
|
|
496
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierToModifierGroupInput>;
|
|
497
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutModifierToModifierGroupInput;
|
|
498
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
499
|
+
};
|
|
500
|
+
export type ModifierGroupUpdateOneRequiredWithoutModifierToModifierGroupNestedInput = {
|
|
501
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierToModifierGroupInput>;
|
|
502
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutModifierToModifierGroupInput;
|
|
503
|
+
upsert?: Prisma.ModifierGroupUpsertWithoutModifierToModifierGroupInput;
|
|
504
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput;
|
|
505
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.ModifierGroupUpdateToOneWithWhereWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUpdateWithoutModifierToModifierGroupInput>, Prisma.ModifierGroupUncheckedUpdateWithoutModifierToModifierGroupInput>;
|
|
506
|
+
};
|
|
507
|
+
export type ModifierGroupCreateNestedManyWithoutPlatformInput = {
|
|
508
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutPlatformInput, Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput> | Prisma.ModifierGroupCreateWithoutPlatformInput[] | Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput[];
|
|
509
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput | Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput[];
|
|
510
|
+
createMany?: Prisma.ModifierGroupCreateManyPlatformInputEnvelope;
|
|
511
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
512
|
+
};
|
|
513
|
+
export type ModifierGroupUncheckedCreateNestedManyWithoutPlatformInput = {
|
|
514
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutPlatformInput, Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput> | Prisma.ModifierGroupCreateWithoutPlatformInput[] | Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput[];
|
|
515
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput | Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput[];
|
|
516
|
+
createMany?: Prisma.ModifierGroupCreateManyPlatformInputEnvelope;
|
|
517
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
518
|
+
};
|
|
519
|
+
export type ModifierGroupUpdateManyWithoutPlatformNestedInput = {
|
|
520
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutPlatformInput, Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput> | Prisma.ModifierGroupCreateWithoutPlatformInput[] | Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput[];
|
|
521
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput | Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput[];
|
|
522
|
+
upsert?: Prisma.ModifierGroupUpsertWithWhereUniqueWithoutPlatformInput | Prisma.ModifierGroupUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
523
|
+
createMany?: Prisma.ModifierGroupCreateManyPlatformInputEnvelope;
|
|
524
|
+
set?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
525
|
+
disconnect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
526
|
+
delete?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
527
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
528
|
+
update?: Prisma.ModifierGroupUpdateWithWhereUniqueWithoutPlatformInput | Prisma.ModifierGroupUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
529
|
+
updateMany?: Prisma.ModifierGroupUpdateManyWithWhereWithoutPlatformInput | Prisma.ModifierGroupUpdateManyWithWhereWithoutPlatformInput[];
|
|
530
|
+
deleteMany?: Prisma.ModifierGroupScalarWhereInput | Prisma.ModifierGroupScalarWhereInput[];
|
|
531
|
+
};
|
|
532
|
+
export type ModifierGroupUncheckedUpdateManyWithoutPlatformNestedInput = {
|
|
533
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutPlatformInput, Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput> | Prisma.ModifierGroupCreateWithoutPlatformInput[] | Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput[];
|
|
534
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput | Prisma.ModifierGroupCreateOrConnectWithoutPlatformInput[];
|
|
535
|
+
upsert?: Prisma.ModifierGroupUpsertWithWhereUniqueWithoutPlatformInput | Prisma.ModifierGroupUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
536
|
+
createMany?: Prisma.ModifierGroupCreateManyPlatformInputEnvelope;
|
|
537
|
+
set?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
538
|
+
disconnect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
539
|
+
delete?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
540
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
541
|
+
update?: Prisma.ModifierGroupUpdateWithWhereUniqueWithoutPlatformInput | Prisma.ModifierGroupUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
542
|
+
updateMany?: Prisma.ModifierGroupUpdateManyWithWhereWithoutPlatformInput | Prisma.ModifierGroupUpdateManyWithWhereWithoutPlatformInput[];
|
|
543
|
+
deleteMany?: Prisma.ModifierGroupScalarWhereInput | Prisma.ModifierGroupScalarWhereInput[];
|
|
544
|
+
};
|
|
545
|
+
export type ModifierGroupCreateNestedManyWithoutStoreInput = {
|
|
546
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutStoreInput, Prisma.ModifierGroupUncheckedCreateWithoutStoreInput> | Prisma.ModifierGroupCreateWithoutStoreInput[] | Prisma.ModifierGroupUncheckedCreateWithoutStoreInput[];
|
|
547
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutStoreInput | Prisma.ModifierGroupCreateOrConnectWithoutStoreInput[];
|
|
548
|
+
createMany?: Prisma.ModifierGroupCreateManyStoreInputEnvelope;
|
|
549
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
550
|
+
};
|
|
551
|
+
export type ModifierGroupUncheckedCreateNestedManyWithoutStoreInput = {
|
|
552
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutStoreInput, Prisma.ModifierGroupUncheckedCreateWithoutStoreInput> | Prisma.ModifierGroupCreateWithoutStoreInput[] | Prisma.ModifierGroupUncheckedCreateWithoutStoreInput[];
|
|
553
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutStoreInput | Prisma.ModifierGroupCreateOrConnectWithoutStoreInput[];
|
|
554
|
+
createMany?: Prisma.ModifierGroupCreateManyStoreInputEnvelope;
|
|
555
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
556
|
+
};
|
|
557
|
+
export type ModifierGroupUpdateManyWithoutStoreNestedInput = {
|
|
558
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutStoreInput, Prisma.ModifierGroupUncheckedCreateWithoutStoreInput> | Prisma.ModifierGroupCreateWithoutStoreInput[] | Prisma.ModifierGroupUncheckedCreateWithoutStoreInput[];
|
|
559
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutStoreInput | Prisma.ModifierGroupCreateOrConnectWithoutStoreInput[];
|
|
560
|
+
upsert?: Prisma.ModifierGroupUpsertWithWhereUniqueWithoutStoreInput | Prisma.ModifierGroupUpsertWithWhereUniqueWithoutStoreInput[];
|
|
561
|
+
createMany?: Prisma.ModifierGroupCreateManyStoreInputEnvelope;
|
|
562
|
+
set?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
563
|
+
disconnect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
564
|
+
delete?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
565
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
566
|
+
update?: Prisma.ModifierGroupUpdateWithWhereUniqueWithoutStoreInput | Prisma.ModifierGroupUpdateWithWhereUniqueWithoutStoreInput[];
|
|
567
|
+
updateMany?: Prisma.ModifierGroupUpdateManyWithWhereWithoutStoreInput | Prisma.ModifierGroupUpdateManyWithWhereWithoutStoreInput[];
|
|
568
|
+
deleteMany?: Prisma.ModifierGroupScalarWhereInput | Prisma.ModifierGroupScalarWhereInput[];
|
|
569
|
+
};
|
|
570
|
+
export type ModifierGroupUncheckedUpdateManyWithoutStoreNestedInput = {
|
|
571
|
+
create?: Prisma.XOR<Prisma.ModifierGroupCreateWithoutStoreInput, Prisma.ModifierGroupUncheckedCreateWithoutStoreInput> | Prisma.ModifierGroupCreateWithoutStoreInput[] | Prisma.ModifierGroupUncheckedCreateWithoutStoreInput[];
|
|
572
|
+
connectOrCreate?: Prisma.ModifierGroupCreateOrConnectWithoutStoreInput | Prisma.ModifierGroupCreateOrConnectWithoutStoreInput[];
|
|
573
|
+
upsert?: Prisma.ModifierGroupUpsertWithWhereUniqueWithoutStoreInput | Prisma.ModifierGroupUpsertWithWhereUniqueWithoutStoreInput[];
|
|
574
|
+
createMany?: Prisma.ModifierGroupCreateManyStoreInputEnvelope;
|
|
575
|
+
set?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
576
|
+
disconnect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
577
|
+
delete?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
578
|
+
connect?: Prisma.ModifierGroupWhereUniqueInput | Prisma.ModifierGroupWhereUniqueInput[];
|
|
579
|
+
update?: Prisma.ModifierGroupUpdateWithWhereUniqueWithoutStoreInput | Prisma.ModifierGroupUpdateWithWhereUniqueWithoutStoreInput[];
|
|
580
|
+
updateMany?: Prisma.ModifierGroupUpdateManyWithWhereWithoutStoreInput | Prisma.ModifierGroupUpdateManyWithWhereWithoutStoreInput[];
|
|
581
|
+
deleteMany?: Prisma.ModifierGroupScalarWhereInput | Prisma.ModifierGroupScalarWhereInput[];
|
|
582
|
+
};
|
|
583
|
+
export type ModifierGroupCreateWithoutCartLineModifierInput = {
|
|
584
|
+
id?: bigint | number;
|
|
585
|
+
name: string;
|
|
586
|
+
description?: string | null;
|
|
587
|
+
max?: number;
|
|
588
|
+
min?: number;
|
|
589
|
+
createdAt?: Date | string;
|
|
590
|
+
updatedAt?: Date | string;
|
|
591
|
+
deletedAt?: Date | string | null;
|
|
592
|
+
platform: Prisma.PlatformCreateNestedOneWithoutModifierGroupsInput;
|
|
593
|
+
store: Prisma.StoreCreateNestedOneWithoutModifierGroupsInput;
|
|
594
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupCreateNestedManyWithoutModifierGroupInput;
|
|
595
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductCreateNestedManyWithoutModifierGroupInput;
|
|
596
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierCreateNestedManyWithoutModifierGroupInput;
|
|
597
|
+
};
|
|
598
|
+
export type ModifierGroupUncheckedCreateWithoutCartLineModifierInput = {
|
|
599
|
+
id?: bigint | number;
|
|
600
|
+
platformId: string;
|
|
601
|
+
storeId: string;
|
|
602
|
+
name: string;
|
|
603
|
+
description?: string | null;
|
|
604
|
+
max?: number;
|
|
605
|
+
min?: number;
|
|
606
|
+
createdAt?: Date | string;
|
|
607
|
+
updatedAt?: Date | string;
|
|
608
|
+
deletedAt?: Date | string | null;
|
|
609
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
610
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
611
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
612
|
+
};
|
|
613
|
+
export type ModifierGroupCreateOrConnectWithoutCartLineModifierInput = {
|
|
614
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
615
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCartLineModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCartLineModifierInput>;
|
|
616
|
+
};
|
|
617
|
+
export type ModifierGroupUpsertWithoutCartLineModifierInput = {
|
|
618
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutCartLineModifierInput, Prisma.ModifierGroupUncheckedUpdateWithoutCartLineModifierInput>;
|
|
619
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCartLineModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCartLineModifierInput>;
|
|
620
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
621
|
+
};
|
|
622
|
+
export type ModifierGroupUpdateToOneWithWhereWithoutCartLineModifierInput = {
|
|
623
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
624
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutCartLineModifierInput, Prisma.ModifierGroupUncheckedUpdateWithoutCartLineModifierInput>;
|
|
625
|
+
};
|
|
626
|
+
export type ModifierGroupUpdateWithoutCartLineModifierInput = {
|
|
627
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
628
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
629
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
630
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
631
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
632
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
633
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
634
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
635
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
636
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
637
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUpdateManyWithoutModifierGroupNestedInput;
|
|
638
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUpdateManyWithoutModifierGroupNestedInput;
|
|
639
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
640
|
+
};
|
|
641
|
+
export type ModifierGroupUncheckedUpdateWithoutCartLineModifierInput = {
|
|
642
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
643
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
644
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
645
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
646
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
647
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
648
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
649
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
650
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
651
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
652
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
653
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
654
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
655
|
+
};
|
|
656
|
+
export type ModifierGroupCreateWithoutCheckoutLinesModifierInput = {
|
|
657
|
+
id?: bigint | number;
|
|
658
|
+
name: string;
|
|
659
|
+
description?: string | null;
|
|
660
|
+
max?: number;
|
|
661
|
+
min?: number;
|
|
662
|
+
createdAt?: Date | string;
|
|
663
|
+
updatedAt?: Date | string;
|
|
664
|
+
deletedAt?: Date | string | null;
|
|
665
|
+
platform: Prisma.PlatformCreateNestedOneWithoutModifierGroupsInput;
|
|
666
|
+
store: Prisma.StoreCreateNestedOneWithoutModifierGroupsInput;
|
|
667
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupCreateNestedManyWithoutModifierGroupInput;
|
|
668
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductCreateNestedManyWithoutModifierGroupInput;
|
|
669
|
+
cartLineModifier?: Prisma.CartLineModifierCreateNestedManyWithoutModifierGroupInput;
|
|
670
|
+
};
|
|
671
|
+
export type ModifierGroupUncheckedCreateWithoutCheckoutLinesModifierInput = {
|
|
672
|
+
id?: bigint | number;
|
|
673
|
+
platformId: string;
|
|
674
|
+
storeId: string;
|
|
675
|
+
name: string;
|
|
676
|
+
description?: string | null;
|
|
677
|
+
max?: number;
|
|
678
|
+
min?: number;
|
|
679
|
+
createdAt?: Date | string;
|
|
680
|
+
updatedAt?: Date | string;
|
|
681
|
+
deletedAt?: Date | string | null;
|
|
682
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
683
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
684
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
685
|
+
};
|
|
686
|
+
export type ModifierGroupCreateOrConnectWithoutCheckoutLinesModifierInput = {
|
|
687
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
688
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCheckoutLinesModifierInput>;
|
|
689
|
+
};
|
|
690
|
+
export type ModifierGroupUpsertWithoutCheckoutLinesModifierInput = {
|
|
691
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUncheckedUpdateWithoutCheckoutLinesModifierInput>;
|
|
692
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUncheckedCreateWithoutCheckoutLinesModifierInput>;
|
|
693
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
694
|
+
};
|
|
695
|
+
export type ModifierGroupUpdateToOneWithWhereWithoutCheckoutLinesModifierInput = {
|
|
696
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
697
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutCheckoutLinesModifierInput, Prisma.ModifierGroupUncheckedUpdateWithoutCheckoutLinesModifierInput>;
|
|
698
|
+
};
|
|
699
|
+
export type ModifierGroupUpdateWithoutCheckoutLinesModifierInput = {
|
|
700
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
701
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
702
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
703
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
704
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
705
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
706
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
707
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
708
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
709
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
710
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUpdateManyWithoutModifierGroupNestedInput;
|
|
711
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUpdateManyWithoutModifierGroupNestedInput;
|
|
712
|
+
cartLineModifier?: Prisma.CartLineModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
713
|
+
};
|
|
714
|
+
export type ModifierGroupUncheckedUpdateWithoutCheckoutLinesModifierInput = {
|
|
715
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
716
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
717
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
718
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
719
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
720
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
721
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
722
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
723
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
724
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
725
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
726
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
727
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
728
|
+
};
|
|
729
|
+
export type ModifierGroupCreateWithoutModifierGroupToProductInput = {
|
|
730
|
+
id?: bigint | number;
|
|
731
|
+
name: string;
|
|
732
|
+
description?: string | null;
|
|
733
|
+
max?: number;
|
|
734
|
+
min?: number;
|
|
735
|
+
createdAt?: Date | string;
|
|
736
|
+
updatedAt?: Date | string;
|
|
737
|
+
deletedAt?: Date | string | null;
|
|
738
|
+
platform: Prisma.PlatformCreateNestedOneWithoutModifierGroupsInput;
|
|
739
|
+
store: Prisma.StoreCreateNestedOneWithoutModifierGroupsInput;
|
|
740
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupCreateNestedManyWithoutModifierGroupInput;
|
|
741
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierCreateNestedManyWithoutModifierGroupInput;
|
|
742
|
+
cartLineModifier?: Prisma.CartLineModifierCreateNestedManyWithoutModifierGroupInput;
|
|
743
|
+
};
|
|
744
|
+
export type ModifierGroupUncheckedCreateWithoutModifierGroupToProductInput = {
|
|
745
|
+
id?: bigint | number;
|
|
746
|
+
platformId: string;
|
|
747
|
+
storeId: string;
|
|
748
|
+
name: string;
|
|
749
|
+
description?: string | null;
|
|
750
|
+
max?: number;
|
|
751
|
+
min?: number;
|
|
752
|
+
createdAt?: Date | string;
|
|
753
|
+
updatedAt?: Date | string;
|
|
754
|
+
deletedAt?: Date | string | null;
|
|
755
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
756
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
757
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
758
|
+
};
|
|
759
|
+
export type ModifierGroupCreateOrConnectWithoutModifierGroupToProductInput = {
|
|
760
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
761
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierGroupToProductInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierGroupToProductInput>;
|
|
762
|
+
};
|
|
763
|
+
export type ModifierGroupUpsertWithoutModifierGroupToProductInput = {
|
|
764
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutModifierGroupToProductInput, Prisma.ModifierGroupUncheckedUpdateWithoutModifierGroupToProductInput>;
|
|
765
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierGroupToProductInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierGroupToProductInput>;
|
|
766
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
767
|
+
};
|
|
768
|
+
export type ModifierGroupUpdateToOneWithWhereWithoutModifierGroupToProductInput = {
|
|
769
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
770
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutModifierGroupToProductInput, Prisma.ModifierGroupUncheckedUpdateWithoutModifierGroupToProductInput>;
|
|
771
|
+
};
|
|
772
|
+
export type ModifierGroupUpdateWithoutModifierGroupToProductInput = {
|
|
773
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
774
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
775
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
776
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
777
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
778
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
779
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
780
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
781
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
782
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
783
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUpdateManyWithoutModifierGroupNestedInput;
|
|
784
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
785
|
+
cartLineModifier?: Prisma.CartLineModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
786
|
+
};
|
|
787
|
+
export type ModifierGroupUncheckedUpdateWithoutModifierGroupToProductInput = {
|
|
788
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
789
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
790
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
791
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
792
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
793
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
794
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
795
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
796
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
797
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
798
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
799
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
800
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
801
|
+
};
|
|
802
|
+
export type ModifierGroupCreateWithoutModifierToModifierGroupInput = {
|
|
803
|
+
id?: bigint | number;
|
|
804
|
+
name: string;
|
|
805
|
+
description?: string | null;
|
|
806
|
+
max?: number;
|
|
807
|
+
min?: number;
|
|
808
|
+
createdAt?: Date | string;
|
|
809
|
+
updatedAt?: Date | string;
|
|
810
|
+
deletedAt?: Date | string | null;
|
|
811
|
+
platform: Prisma.PlatformCreateNestedOneWithoutModifierGroupsInput;
|
|
812
|
+
store: Prisma.StoreCreateNestedOneWithoutModifierGroupsInput;
|
|
813
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductCreateNestedManyWithoutModifierGroupInput;
|
|
814
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierCreateNestedManyWithoutModifierGroupInput;
|
|
815
|
+
cartLineModifier?: Prisma.CartLineModifierCreateNestedManyWithoutModifierGroupInput;
|
|
816
|
+
};
|
|
817
|
+
export type ModifierGroupUncheckedCreateWithoutModifierToModifierGroupInput = {
|
|
818
|
+
id?: bigint | number;
|
|
819
|
+
platformId: string;
|
|
820
|
+
storeId: string;
|
|
821
|
+
name: string;
|
|
822
|
+
description?: string | null;
|
|
823
|
+
max?: number;
|
|
824
|
+
min?: number;
|
|
825
|
+
createdAt?: Date | string;
|
|
826
|
+
updatedAt?: Date | string;
|
|
827
|
+
deletedAt?: Date | string | null;
|
|
828
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
829
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
830
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
831
|
+
};
|
|
832
|
+
export type ModifierGroupCreateOrConnectWithoutModifierToModifierGroupInput = {
|
|
833
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
834
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierToModifierGroupInput>;
|
|
835
|
+
};
|
|
836
|
+
export type ModifierGroupUpsertWithoutModifierToModifierGroupInput = {
|
|
837
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUncheckedUpdateWithoutModifierToModifierGroupInput>;
|
|
838
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUncheckedCreateWithoutModifierToModifierGroupInput>;
|
|
839
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
840
|
+
};
|
|
841
|
+
export type ModifierGroupUpdateToOneWithWhereWithoutModifierToModifierGroupInput = {
|
|
842
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
843
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutModifierToModifierGroupInput, Prisma.ModifierGroupUncheckedUpdateWithoutModifierToModifierGroupInput>;
|
|
844
|
+
};
|
|
845
|
+
export type ModifierGroupUpdateWithoutModifierToModifierGroupInput = {
|
|
846
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
847
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
848
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
849
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
850
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
851
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
852
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
853
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
854
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
855
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
856
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUpdateManyWithoutModifierGroupNestedInput;
|
|
857
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
858
|
+
cartLineModifier?: Prisma.CartLineModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
859
|
+
};
|
|
860
|
+
export type ModifierGroupUncheckedUpdateWithoutModifierToModifierGroupInput = {
|
|
861
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
862
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
863
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
864
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
865
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
866
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
867
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
868
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
869
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
870
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
871
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
872
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
873
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
874
|
+
};
|
|
875
|
+
export type ModifierGroupCreateWithoutPlatformInput = {
|
|
876
|
+
id?: bigint | number;
|
|
877
|
+
name: string;
|
|
878
|
+
description?: string | null;
|
|
879
|
+
max?: number;
|
|
880
|
+
min?: number;
|
|
881
|
+
createdAt?: Date | string;
|
|
882
|
+
updatedAt?: Date | string;
|
|
883
|
+
deletedAt?: Date | string | null;
|
|
884
|
+
store: Prisma.StoreCreateNestedOneWithoutModifierGroupsInput;
|
|
885
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupCreateNestedManyWithoutModifierGroupInput;
|
|
886
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductCreateNestedManyWithoutModifierGroupInput;
|
|
887
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierCreateNestedManyWithoutModifierGroupInput;
|
|
888
|
+
cartLineModifier?: Prisma.CartLineModifierCreateNestedManyWithoutModifierGroupInput;
|
|
889
|
+
};
|
|
890
|
+
export type ModifierGroupUncheckedCreateWithoutPlatformInput = {
|
|
891
|
+
id?: bigint | number;
|
|
892
|
+
storeId: string;
|
|
893
|
+
name: string;
|
|
894
|
+
description?: string | null;
|
|
895
|
+
max?: number;
|
|
896
|
+
min?: number;
|
|
897
|
+
createdAt?: Date | string;
|
|
898
|
+
updatedAt?: Date | string;
|
|
899
|
+
deletedAt?: Date | string | null;
|
|
900
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
901
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
902
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
903
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
904
|
+
};
|
|
905
|
+
export type ModifierGroupCreateOrConnectWithoutPlatformInput = {
|
|
906
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
907
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutPlatformInput, Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput>;
|
|
908
|
+
};
|
|
909
|
+
export type ModifierGroupCreateManyPlatformInputEnvelope = {
|
|
910
|
+
data: Prisma.ModifierGroupCreateManyPlatformInput | Prisma.ModifierGroupCreateManyPlatformInput[];
|
|
911
|
+
skipDuplicates?: boolean;
|
|
912
|
+
};
|
|
913
|
+
export type ModifierGroupUpsertWithWhereUniqueWithoutPlatformInput = {
|
|
914
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
915
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutPlatformInput, Prisma.ModifierGroupUncheckedUpdateWithoutPlatformInput>;
|
|
916
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutPlatformInput, Prisma.ModifierGroupUncheckedCreateWithoutPlatformInput>;
|
|
917
|
+
};
|
|
918
|
+
export type ModifierGroupUpdateWithWhereUniqueWithoutPlatformInput = {
|
|
919
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
920
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutPlatformInput, Prisma.ModifierGroupUncheckedUpdateWithoutPlatformInput>;
|
|
921
|
+
};
|
|
922
|
+
export type ModifierGroupUpdateManyWithWhereWithoutPlatformInput = {
|
|
923
|
+
where: Prisma.ModifierGroupScalarWhereInput;
|
|
924
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateManyMutationInput, Prisma.ModifierGroupUncheckedUpdateManyWithoutPlatformInput>;
|
|
925
|
+
};
|
|
926
|
+
export type ModifierGroupScalarWhereInput = {
|
|
927
|
+
AND?: Prisma.ModifierGroupScalarWhereInput | Prisma.ModifierGroupScalarWhereInput[];
|
|
928
|
+
OR?: Prisma.ModifierGroupScalarWhereInput[];
|
|
929
|
+
NOT?: Prisma.ModifierGroupScalarWhereInput | Prisma.ModifierGroupScalarWhereInput[];
|
|
930
|
+
id?: Prisma.BigIntFilter<"ModifierGroup"> | bigint | number;
|
|
931
|
+
platformId?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
932
|
+
storeId?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
933
|
+
name?: Prisma.StringFilter<"ModifierGroup"> | string;
|
|
934
|
+
description?: Prisma.StringNullableFilter<"ModifierGroup"> | string | null;
|
|
935
|
+
max?: Prisma.IntFilter<"ModifierGroup"> | number;
|
|
936
|
+
min?: Prisma.IntFilter<"ModifierGroup"> | number;
|
|
937
|
+
createdAt?: Prisma.DateTimeFilter<"ModifierGroup"> | Date | string;
|
|
938
|
+
updatedAt?: Prisma.DateTimeFilter<"ModifierGroup"> | Date | string;
|
|
939
|
+
deletedAt?: Prisma.DateTimeNullableFilter<"ModifierGroup"> | Date | string | null;
|
|
940
|
+
};
|
|
941
|
+
export type ModifierGroupCreateWithoutStoreInput = {
|
|
942
|
+
id?: bigint | number;
|
|
943
|
+
name: string;
|
|
944
|
+
description?: string | null;
|
|
945
|
+
max?: number;
|
|
946
|
+
min?: number;
|
|
947
|
+
createdAt?: Date | string;
|
|
948
|
+
updatedAt?: Date | string;
|
|
949
|
+
deletedAt?: Date | string | null;
|
|
950
|
+
platform: Prisma.PlatformCreateNestedOneWithoutModifierGroupsInput;
|
|
951
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupCreateNestedManyWithoutModifierGroupInput;
|
|
952
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductCreateNestedManyWithoutModifierGroupInput;
|
|
953
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierCreateNestedManyWithoutModifierGroupInput;
|
|
954
|
+
cartLineModifier?: Prisma.CartLineModifierCreateNestedManyWithoutModifierGroupInput;
|
|
955
|
+
};
|
|
956
|
+
export type ModifierGroupUncheckedCreateWithoutStoreInput = {
|
|
957
|
+
id?: bigint | number;
|
|
958
|
+
platformId: string;
|
|
959
|
+
name: string;
|
|
960
|
+
description?: string | null;
|
|
961
|
+
max?: number;
|
|
962
|
+
min?: number;
|
|
963
|
+
createdAt?: Date | string;
|
|
964
|
+
updatedAt?: Date | string;
|
|
965
|
+
deletedAt?: Date | string | null;
|
|
966
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
967
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
968
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
969
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedCreateNestedManyWithoutModifierGroupInput;
|
|
970
|
+
};
|
|
971
|
+
export type ModifierGroupCreateOrConnectWithoutStoreInput = {
|
|
972
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
973
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutStoreInput, Prisma.ModifierGroupUncheckedCreateWithoutStoreInput>;
|
|
974
|
+
};
|
|
975
|
+
export type ModifierGroupCreateManyStoreInputEnvelope = {
|
|
976
|
+
data: Prisma.ModifierGroupCreateManyStoreInput | Prisma.ModifierGroupCreateManyStoreInput[];
|
|
977
|
+
skipDuplicates?: boolean;
|
|
978
|
+
};
|
|
979
|
+
export type ModifierGroupUpsertWithWhereUniqueWithoutStoreInput = {
|
|
980
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
981
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutStoreInput, Prisma.ModifierGroupUncheckedUpdateWithoutStoreInput>;
|
|
982
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateWithoutStoreInput, Prisma.ModifierGroupUncheckedCreateWithoutStoreInput>;
|
|
983
|
+
};
|
|
984
|
+
export type ModifierGroupUpdateWithWhereUniqueWithoutStoreInput = {
|
|
985
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
986
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateWithoutStoreInput, Prisma.ModifierGroupUncheckedUpdateWithoutStoreInput>;
|
|
987
|
+
};
|
|
988
|
+
export type ModifierGroupUpdateManyWithWhereWithoutStoreInput = {
|
|
989
|
+
where: Prisma.ModifierGroupScalarWhereInput;
|
|
990
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateManyMutationInput, Prisma.ModifierGroupUncheckedUpdateManyWithoutStoreInput>;
|
|
991
|
+
};
|
|
992
|
+
export type ModifierGroupCreateManyPlatformInput = {
|
|
993
|
+
id?: bigint | number;
|
|
994
|
+
storeId: string;
|
|
995
|
+
name: string;
|
|
996
|
+
description?: string | null;
|
|
997
|
+
max?: number;
|
|
998
|
+
min?: number;
|
|
999
|
+
createdAt?: Date | string;
|
|
1000
|
+
updatedAt?: Date | string;
|
|
1001
|
+
deletedAt?: Date | string | null;
|
|
1002
|
+
};
|
|
1003
|
+
export type ModifierGroupUpdateWithoutPlatformInput = {
|
|
1004
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1005
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1006
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1007
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1008
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1009
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1010
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1011
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1012
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
1013
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUpdateManyWithoutModifierGroupNestedInput;
|
|
1014
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUpdateManyWithoutModifierGroupNestedInput;
|
|
1015
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
1016
|
+
cartLineModifier?: Prisma.CartLineModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
1017
|
+
};
|
|
1018
|
+
export type ModifierGroupUncheckedUpdateWithoutPlatformInput = {
|
|
1019
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1020
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1021
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1022
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1023
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1024
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1025
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1026
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1027
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1028
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1029
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1030
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1031
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1032
|
+
};
|
|
1033
|
+
export type ModifierGroupUncheckedUpdateManyWithoutPlatformInput = {
|
|
1034
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1035
|
+
storeId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1036
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1037
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1038
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1039
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1040
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1041
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1042
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1043
|
+
};
|
|
1044
|
+
export type ModifierGroupCreateManyStoreInput = {
|
|
1045
|
+
id?: bigint | number;
|
|
1046
|
+
platformId: string;
|
|
1047
|
+
name: string;
|
|
1048
|
+
description?: string | null;
|
|
1049
|
+
max?: number;
|
|
1050
|
+
min?: number;
|
|
1051
|
+
createdAt?: Date | string;
|
|
1052
|
+
updatedAt?: Date | string;
|
|
1053
|
+
deletedAt?: Date | string | null;
|
|
1054
|
+
};
|
|
1055
|
+
export type ModifierGroupUpdateWithoutStoreInput = {
|
|
1056
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1057
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1058
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1059
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1060
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1061
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1062
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1063
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1064
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutModifierGroupsNestedInput;
|
|
1065
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUpdateManyWithoutModifierGroupNestedInput;
|
|
1066
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUpdateManyWithoutModifierGroupNestedInput;
|
|
1067
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
1068
|
+
cartLineModifier?: Prisma.CartLineModifierUpdateManyWithoutModifierGroupNestedInput;
|
|
1069
|
+
};
|
|
1070
|
+
export type ModifierGroupUncheckedUpdateWithoutStoreInput = {
|
|
1071
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1072
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1073
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1074
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1075
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1076
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1077
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1078
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1079
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1080
|
+
modifierToModifierGroup?: Prisma.ModifierToModifierGroupUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1081
|
+
modifierGroupToProduct?: Prisma.ModifierGroupToProductUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1082
|
+
checkoutLinesModifier?: Prisma.CheckoutLinesModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1083
|
+
cartLineModifier?: Prisma.CartLineModifierUncheckedUpdateManyWithoutModifierGroupNestedInput;
|
|
1084
|
+
};
|
|
1085
|
+
export type ModifierGroupUncheckedUpdateManyWithoutStoreInput = {
|
|
1086
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1087
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1088
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1089
|
+
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1090
|
+
max?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1091
|
+
min?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1092
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1093
|
+
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1094
|
+
deletedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1095
|
+
};
|
|
1096
|
+
/**
|
|
1097
|
+
* Count Type ModifierGroupCountOutputType
|
|
1098
|
+
*/
|
|
1099
|
+
export type ModifierGroupCountOutputType = {
|
|
1100
|
+
modifierToModifierGroup: number;
|
|
1101
|
+
modifierGroupToProduct: number;
|
|
1102
|
+
checkoutLinesModifier: number;
|
|
1103
|
+
cartLineModifier: number;
|
|
1104
|
+
};
|
|
1105
|
+
export type ModifierGroupCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1106
|
+
modifierToModifierGroup?: boolean | ModifierGroupCountOutputTypeCountModifierToModifierGroupArgs;
|
|
1107
|
+
modifierGroupToProduct?: boolean | ModifierGroupCountOutputTypeCountModifierGroupToProductArgs;
|
|
1108
|
+
checkoutLinesModifier?: boolean | ModifierGroupCountOutputTypeCountCheckoutLinesModifierArgs;
|
|
1109
|
+
cartLineModifier?: boolean | ModifierGroupCountOutputTypeCountCartLineModifierArgs;
|
|
1110
|
+
};
|
|
1111
|
+
/**
|
|
1112
|
+
* ModifierGroupCountOutputType without action
|
|
1113
|
+
*/
|
|
1114
|
+
export type ModifierGroupCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1115
|
+
/**
|
|
1116
|
+
* Select specific fields to fetch from the ModifierGroupCountOutputType
|
|
1117
|
+
*/
|
|
1118
|
+
select?: Prisma.ModifierGroupCountOutputTypeSelect<ExtArgs> | null;
|
|
1119
|
+
};
|
|
1120
|
+
/**
|
|
1121
|
+
* ModifierGroupCountOutputType without action
|
|
1122
|
+
*/
|
|
1123
|
+
export type ModifierGroupCountOutputTypeCountModifierToModifierGroupArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1124
|
+
where?: Prisma.ModifierToModifierGroupWhereInput;
|
|
1125
|
+
};
|
|
1126
|
+
/**
|
|
1127
|
+
* ModifierGroupCountOutputType without action
|
|
1128
|
+
*/
|
|
1129
|
+
export type ModifierGroupCountOutputTypeCountModifierGroupToProductArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1130
|
+
where?: Prisma.ModifierGroupToProductWhereInput;
|
|
1131
|
+
};
|
|
1132
|
+
/**
|
|
1133
|
+
* ModifierGroupCountOutputType without action
|
|
1134
|
+
*/
|
|
1135
|
+
export type ModifierGroupCountOutputTypeCountCheckoutLinesModifierArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1136
|
+
where?: Prisma.CheckoutLinesModifierWhereInput;
|
|
1137
|
+
};
|
|
1138
|
+
/**
|
|
1139
|
+
* ModifierGroupCountOutputType without action
|
|
1140
|
+
*/
|
|
1141
|
+
export type ModifierGroupCountOutputTypeCountCartLineModifierArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1142
|
+
where?: Prisma.CartLineModifierWhereInput;
|
|
1143
|
+
};
|
|
1144
|
+
export type ModifierGroupSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1145
|
+
id?: boolean;
|
|
1146
|
+
platformId?: boolean;
|
|
1147
|
+
storeId?: boolean;
|
|
1148
|
+
name?: boolean;
|
|
1149
|
+
description?: boolean;
|
|
1150
|
+
max?: boolean;
|
|
1151
|
+
min?: boolean;
|
|
1152
|
+
createdAt?: boolean;
|
|
1153
|
+
updatedAt?: boolean;
|
|
1154
|
+
deletedAt?: boolean;
|
|
1155
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1156
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1157
|
+
modifierToModifierGroup?: boolean | Prisma.ModifierGroup$modifierToModifierGroupArgs<ExtArgs>;
|
|
1158
|
+
modifierGroupToProduct?: boolean | Prisma.ModifierGroup$modifierGroupToProductArgs<ExtArgs>;
|
|
1159
|
+
checkoutLinesModifier?: boolean | Prisma.ModifierGroup$checkoutLinesModifierArgs<ExtArgs>;
|
|
1160
|
+
cartLineModifier?: boolean | Prisma.ModifierGroup$cartLineModifierArgs<ExtArgs>;
|
|
1161
|
+
_count?: boolean | Prisma.ModifierGroupCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1162
|
+
}, ExtArgs["result"]["modifierGroup"]>;
|
|
1163
|
+
export type ModifierGroupSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1164
|
+
id?: boolean;
|
|
1165
|
+
platformId?: boolean;
|
|
1166
|
+
storeId?: boolean;
|
|
1167
|
+
name?: boolean;
|
|
1168
|
+
description?: boolean;
|
|
1169
|
+
max?: boolean;
|
|
1170
|
+
min?: boolean;
|
|
1171
|
+
createdAt?: boolean;
|
|
1172
|
+
updatedAt?: boolean;
|
|
1173
|
+
deletedAt?: boolean;
|
|
1174
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1175
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1176
|
+
}, ExtArgs["result"]["modifierGroup"]>;
|
|
1177
|
+
export type ModifierGroupSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1178
|
+
id?: boolean;
|
|
1179
|
+
platformId?: boolean;
|
|
1180
|
+
storeId?: boolean;
|
|
1181
|
+
name?: boolean;
|
|
1182
|
+
description?: boolean;
|
|
1183
|
+
max?: boolean;
|
|
1184
|
+
min?: boolean;
|
|
1185
|
+
createdAt?: boolean;
|
|
1186
|
+
updatedAt?: boolean;
|
|
1187
|
+
deletedAt?: boolean;
|
|
1188
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1189
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1190
|
+
}, ExtArgs["result"]["modifierGroup"]>;
|
|
1191
|
+
export type ModifierGroupSelectScalar = {
|
|
1192
|
+
id?: boolean;
|
|
1193
|
+
platformId?: boolean;
|
|
1194
|
+
storeId?: boolean;
|
|
1195
|
+
name?: boolean;
|
|
1196
|
+
description?: boolean;
|
|
1197
|
+
max?: boolean;
|
|
1198
|
+
min?: boolean;
|
|
1199
|
+
createdAt?: boolean;
|
|
1200
|
+
updatedAt?: boolean;
|
|
1201
|
+
deletedAt?: boolean;
|
|
1202
|
+
};
|
|
1203
|
+
export type ModifierGroupOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "platformId" | "storeId" | "name" | "description" | "max" | "min" | "createdAt" | "updatedAt" | "deletedAt", ExtArgs["result"]["modifierGroup"]>;
|
|
1204
|
+
export type ModifierGroupInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1205
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1206
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1207
|
+
modifierToModifierGroup?: boolean | Prisma.ModifierGroup$modifierToModifierGroupArgs<ExtArgs>;
|
|
1208
|
+
modifierGroupToProduct?: boolean | Prisma.ModifierGroup$modifierGroupToProductArgs<ExtArgs>;
|
|
1209
|
+
checkoutLinesModifier?: boolean | Prisma.ModifierGroup$checkoutLinesModifierArgs<ExtArgs>;
|
|
1210
|
+
cartLineModifier?: boolean | Prisma.ModifierGroup$cartLineModifierArgs<ExtArgs>;
|
|
1211
|
+
_count?: boolean | Prisma.ModifierGroupCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1212
|
+
};
|
|
1213
|
+
export type ModifierGroupIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1214
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1215
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1216
|
+
};
|
|
1217
|
+
export type ModifierGroupIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1218
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
1219
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
1220
|
+
};
|
|
1221
|
+
export type $ModifierGroupPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1222
|
+
name: "ModifierGroup";
|
|
1223
|
+
objects: {
|
|
1224
|
+
platform: Prisma.$PlatformPayload<ExtArgs>;
|
|
1225
|
+
store: Prisma.$StorePayload<ExtArgs>;
|
|
1226
|
+
modifierToModifierGroup: Prisma.$ModifierToModifierGroupPayload<ExtArgs>[];
|
|
1227
|
+
modifierGroupToProduct: Prisma.$ModifierGroupToProductPayload<ExtArgs>[];
|
|
1228
|
+
checkoutLinesModifier: Prisma.$CheckoutLinesModifierPayload<ExtArgs>[];
|
|
1229
|
+
cartLineModifier: Prisma.$CartLineModifierPayload<ExtArgs>[];
|
|
1230
|
+
};
|
|
1231
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1232
|
+
id: bigint;
|
|
1233
|
+
platformId: string;
|
|
1234
|
+
storeId: string;
|
|
1235
|
+
name: string;
|
|
1236
|
+
description: string | null;
|
|
1237
|
+
max: number;
|
|
1238
|
+
min: number;
|
|
1239
|
+
createdAt: Date;
|
|
1240
|
+
updatedAt: Date;
|
|
1241
|
+
deletedAt: Date | null;
|
|
1242
|
+
}, ExtArgs["result"]["modifierGroup"]>;
|
|
1243
|
+
composites: {};
|
|
1244
|
+
};
|
|
1245
|
+
export type ModifierGroupGetPayload<S extends boolean | null | undefined | ModifierGroupDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload, S>;
|
|
1246
|
+
export type ModifierGroupCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<ModifierGroupFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1247
|
+
select?: ModifierGroupCountAggregateInputType | true;
|
|
1248
|
+
};
|
|
1249
|
+
export interface ModifierGroupDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1250
|
+
[K: symbol]: {
|
|
1251
|
+
types: Prisma.TypeMap<ExtArgs>['model']['ModifierGroup'];
|
|
1252
|
+
meta: {
|
|
1253
|
+
name: 'ModifierGroup';
|
|
1254
|
+
};
|
|
1255
|
+
};
|
|
1256
|
+
/**
|
|
1257
|
+
* Find zero or one ModifierGroup that matches the filter.
|
|
1258
|
+
* @param {ModifierGroupFindUniqueArgs} args - Arguments to find a ModifierGroup
|
|
1259
|
+
* @example
|
|
1260
|
+
* // Get one ModifierGroup
|
|
1261
|
+
* const modifierGroup = await prisma.modifierGroup.findUnique({
|
|
1262
|
+
* where: {
|
|
1263
|
+
* // ... provide filter here
|
|
1264
|
+
* }
|
|
1265
|
+
* })
|
|
1266
|
+
*/
|
|
1267
|
+
findUnique<T extends ModifierGroupFindUniqueArgs>(args: Prisma.SelectSubset<T, ModifierGroupFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1268
|
+
/**
|
|
1269
|
+
* Find one ModifierGroup that matches the filter or throw an error with `error.code='P2025'`
|
|
1270
|
+
* if no matches were found.
|
|
1271
|
+
* @param {ModifierGroupFindUniqueOrThrowArgs} args - Arguments to find a ModifierGroup
|
|
1272
|
+
* @example
|
|
1273
|
+
* // Get one ModifierGroup
|
|
1274
|
+
* const modifierGroup = await prisma.modifierGroup.findUniqueOrThrow({
|
|
1275
|
+
* where: {
|
|
1276
|
+
* // ... provide filter here
|
|
1277
|
+
* }
|
|
1278
|
+
* })
|
|
1279
|
+
*/
|
|
1280
|
+
findUniqueOrThrow<T extends ModifierGroupFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ModifierGroupFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1281
|
+
/**
|
|
1282
|
+
* Find the first ModifierGroup that matches the filter.
|
|
1283
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1284
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1285
|
+
* @param {ModifierGroupFindFirstArgs} args - Arguments to find a ModifierGroup
|
|
1286
|
+
* @example
|
|
1287
|
+
* // Get one ModifierGroup
|
|
1288
|
+
* const modifierGroup = await prisma.modifierGroup.findFirst({
|
|
1289
|
+
* where: {
|
|
1290
|
+
* // ... provide filter here
|
|
1291
|
+
* }
|
|
1292
|
+
* })
|
|
1293
|
+
*/
|
|
1294
|
+
findFirst<T extends ModifierGroupFindFirstArgs>(args?: Prisma.SelectSubset<T, ModifierGroupFindFirstArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1295
|
+
/**
|
|
1296
|
+
* Find the first ModifierGroup that matches the filter or
|
|
1297
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1298
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1299
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1300
|
+
* @param {ModifierGroupFindFirstOrThrowArgs} args - Arguments to find a ModifierGroup
|
|
1301
|
+
* @example
|
|
1302
|
+
* // Get one ModifierGroup
|
|
1303
|
+
* const modifierGroup = await prisma.modifierGroup.findFirstOrThrow({
|
|
1304
|
+
* where: {
|
|
1305
|
+
* // ... provide filter here
|
|
1306
|
+
* }
|
|
1307
|
+
* })
|
|
1308
|
+
*/
|
|
1309
|
+
findFirstOrThrow<T extends ModifierGroupFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ModifierGroupFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1310
|
+
/**
|
|
1311
|
+
* Find zero or more ModifierGroups that matches the filter.
|
|
1312
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1313
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1314
|
+
* @param {ModifierGroupFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1315
|
+
* @example
|
|
1316
|
+
* // Get all ModifierGroups
|
|
1317
|
+
* const modifierGroups = await prisma.modifierGroup.findMany()
|
|
1318
|
+
*
|
|
1319
|
+
* // Get first 10 ModifierGroups
|
|
1320
|
+
* const modifierGroups = await prisma.modifierGroup.findMany({ take: 10 })
|
|
1321
|
+
*
|
|
1322
|
+
* // Only select the `id`
|
|
1323
|
+
* const modifierGroupWithIdOnly = await prisma.modifierGroup.findMany({ select: { id: true } })
|
|
1324
|
+
*
|
|
1325
|
+
*/
|
|
1326
|
+
findMany<T extends ModifierGroupFindManyArgs>(args?: Prisma.SelectSubset<T, ModifierGroupFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1327
|
+
/**
|
|
1328
|
+
* Create a ModifierGroup.
|
|
1329
|
+
* @param {ModifierGroupCreateArgs} args - Arguments to create a ModifierGroup.
|
|
1330
|
+
* @example
|
|
1331
|
+
* // Create one ModifierGroup
|
|
1332
|
+
* const ModifierGroup = await prisma.modifierGroup.create({
|
|
1333
|
+
* data: {
|
|
1334
|
+
* // ... data to create a ModifierGroup
|
|
1335
|
+
* }
|
|
1336
|
+
* })
|
|
1337
|
+
*
|
|
1338
|
+
*/
|
|
1339
|
+
create<T extends ModifierGroupCreateArgs>(args: Prisma.SelectSubset<T, ModifierGroupCreateArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1340
|
+
/**
|
|
1341
|
+
* Create many ModifierGroups.
|
|
1342
|
+
* @param {ModifierGroupCreateManyArgs} args - Arguments to create many ModifierGroups.
|
|
1343
|
+
* @example
|
|
1344
|
+
* // Create many ModifierGroups
|
|
1345
|
+
* const modifierGroup = await prisma.modifierGroup.createMany({
|
|
1346
|
+
* data: [
|
|
1347
|
+
* // ... provide data here
|
|
1348
|
+
* ]
|
|
1349
|
+
* })
|
|
1350
|
+
*
|
|
1351
|
+
*/
|
|
1352
|
+
createMany<T extends ModifierGroupCreateManyArgs>(args?: Prisma.SelectSubset<T, ModifierGroupCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1353
|
+
/**
|
|
1354
|
+
* Create many ModifierGroups and returns the data saved in the database.
|
|
1355
|
+
* @param {ModifierGroupCreateManyAndReturnArgs} args - Arguments to create many ModifierGroups.
|
|
1356
|
+
* @example
|
|
1357
|
+
* // Create many ModifierGroups
|
|
1358
|
+
* const modifierGroup = await prisma.modifierGroup.createManyAndReturn({
|
|
1359
|
+
* data: [
|
|
1360
|
+
* // ... provide data here
|
|
1361
|
+
* ]
|
|
1362
|
+
* })
|
|
1363
|
+
*
|
|
1364
|
+
* // Create many ModifierGroups and only return the `id`
|
|
1365
|
+
* const modifierGroupWithIdOnly = await prisma.modifierGroup.createManyAndReturn({
|
|
1366
|
+
* select: { id: true },
|
|
1367
|
+
* data: [
|
|
1368
|
+
* // ... provide data here
|
|
1369
|
+
* ]
|
|
1370
|
+
* })
|
|
1371
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1372
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1373
|
+
*
|
|
1374
|
+
*/
|
|
1375
|
+
createManyAndReturn<T extends ModifierGroupCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ModifierGroupCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1376
|
+
/**
|
|
1377
|
+
* Delete a ModifierGroup.
|
|
1378
|
+
* @param {ModifierGroupDeleteArgs} args - Arguments to delete one ModifierGroup.
|
|
1379
|
+
* @example
|
|
1380
|
+
* // Delete one ModifierGroup
|
|
1381
|
+
* const ModifierGroup = await prisma.modifierGroup.delete({
|
|
1382
|
+
* where: {
|
|
1383
|
+
* // ... filter to delete one ModifierGroup
|
|
1384
|
+
* }
|
|
1385
|
+
* })
|
|
1386
|
+
*
|
|
1387
|
+
*/
|
|
1388
|
+
delete<T extends ModifierGroupDeleteArgs>(args: Prisma.SelectSubset<T, ModifierGroupDeleteArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1389
|
+
/**
|
|
1390
|
+
* Update one ModifierGroup.
|
|
1391
|
+
* @param {ModifierGroupUpdateArgs} args - Arguments to update one ModifierGroup.
|
|
1392
|
+
* @example
|
|
1393
|
+
* // Update one ModifierGroup
|
|
1394
|
+
* const modifierGroup = await prisma.modifierGroup.update({
|
|
1395
|
+
* where: {
|
|
1396
|
+
* // ... provide filter here
|
|
1397
|
+
* },
|
|
1398
|
+
* data: {
|
|
1399
|
+
* // ... provide data here
|
|
1400
|
+
* }
|
|
1401
|
+
* })
|
|
1402
|
+
*
|
|
1403
|
+
*/
|
|
1404
|
+
update<T extends ModifierGroupUpdateArgs>(args: Prisma.SelectSubset<T, ModifierGroupUpdateArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1405
|
+
/**
|
|
1406
|
+
* Delete zero or more ModifierGroups.
|
|
1407
|
+
* @param {ModifierGroupDeleteManyArgs} args - Arguments to filter ModifierGroups to delete.
|
|
1408
|
+
* @example
|
|
1409
|
+
* // Delete a few ModifierGroups
|
|
1410
|
+
* const { count } = await prisma.modifierGroup.deleteMany({
|
|
1411
|
+
* where: {
|
|
1412
|
+
* // ... provide filter here
|
|
1413
|
+
* }
|
|
1414
|
+
* })
|
|
1415
|
+
*
|
|
1416
|
+
*/
|
|
1417
|
+
deleteMany<T extends ModifierGroupDeleteManyArgs>(args?: Prisma.SelectSubset<T, ModifierGroupDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1418
|
+
/**
|
|
1419
|
+
* Update zero or more ModifierGroups.
|
|
1420
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1421
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1422
|
+
* @param {ModifierGroupUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1423
|
+
* @example
|
|
1424
|
+
* // Update many ModifierGroups
|
|
1425
|
+
* const modifierGroup = await prisma.modifierGroup.updateMany({
|
|
1426
|
+
* where: {
|
|
1427
|
+
* // ... provide filter here
|
|
1428
|
+
* },
|
|
1429
|
+
* data: {
|
|
1430
|
+
* // ... provide data here
|
|
1431
|
+
* }
|
|
1432
|
+
* })
|
|
1433
|
+
*
|
|
1434
|
+
*/
|
|
1435
|
+
updateMany<T extends ModifierGroupUpdateManyArgs>(args: Prisma.SelectSubset<T, ModifierGroupUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1436
|
+
/**
|
|
1437
|
+
* Update zero or more ModifierGroups and returns the data updated in the database.
|
|
1438
|
+
* @param {ModifierGroupUpdateManyAndReturnArgs} args - Arguments to update many ModifierGroups.
|
|
1439
|
+
* @example
|
|
1440
|
+
* // Update many ModifierGroups
|
|
1441
|
+
* const modifierGroup = await prisma.modifierGroup.updateManyAndReturn({
|
|
1442
|
+
* where: {
|
|
1443
|
+
* // ... provide filter here
|
|
1444
|
+
* },
|
|
1445
|
+
* data: [
|
|
1446
|
+
* // ... provide data here
|
|
1447
|
+
* ]
|
|
1448
|
+
* })
|
|
1449
|
+
*
|
|
1450
|
+
* // Update zero or more ModifierGroups and only return the `id`
|
|
1451
|
+
* const modifierGroupWithIdOnly = await prisma.modifierGroup.updateManyAndReturn({
|
|
1452
|
+
* select: { id: true },
|
|
1453
|
+
* where: {
|
|
1454
|
+
* // ... provide filter here
|
|
1455
|
+
* },
|
|
1456
|
+
* data: [
|
|
1457
|
+
* // ... provide data here
|
|
1458
|
+
* ]
|
|
1459
|
+
* })
|
|
1460
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1461
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1462
|
+
*
|
|
1463
|
+
*/
|
|
1464
|
+
updateManyAndReturn<T extends ModifierGroupUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ModifierGroupUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1465
|
+
/**
|
|
1466
|
+
* Create or update one ModifierGroup.
|
|
1467
|
+
* @param {ModifierGroupUpsertArgs} args - Arguments to update or create a ModifierGroup.
|
|
1468
|
+
* @example
|
|
1469
|
+
* // Update or create a ModifierGroup
|
|
1470
|
+
* const modifierGroup = await prisma.modifierGroup.upsert({
|
|
1471
|
+
* create: {
|
|
1472
|
+
* // ... data to create a ModifierGroup
|
|
1473
|
+
* },
|
|
1474
|
+
* update: {
|
|
1475
|
+
* // ... in case it already exists, update
|
|
1476
|
+
* },
|
|
1477
|
+
* where: {
|
|
1478
|
+
* // ... the filter for the ModifierGroup we want to update
|
|
1479
|
+
* }
|
|
1480
|
+
* })
|
|
1481
|
+
*/
|
|
1482
|
+
upsert<T extends ModifierGroupUpsertArgs>(args: Prisma.SelectSubset<T, ModifierGroupUpsertArgs<ExtArgs>>): Prisma.Prisma__ModifierGroupClient<runtime.Types.Result.GetResult<Prisma.$ModifierGroupPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1483
|
+
/**
|
|
1484
|
+
* Count the number of ModifierGroups.
|
|
1485
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1486
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1487
|
+
* @param {ModifierGroupCountArgs} args - Arguments to filter ModifierGroups to count.
|
|
1488
|
+
* @example
|
|
1489
|
+
* // Count the number of ModifierGroups
|
|
1490
|
+
* const count = await prisma.modifierGroup.count({
|
|
1491
|
+
* where: {
|
|
1492
|
+
* // ... the filter for the ModifierGroups we want to count
|
|
1493
|
+
* }
|
|
1494
|
+
* })
|
|
1495
|
+
**/
|
|
1496
|
+
count<T extends ModifierGroupCountArgs>(args?: Prisma.Subset<T, ModifierGroupCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], ModifierGroupCountAggregateOutputType> : number>;
|
|
1497
|
+
/**
|
|
1498
|
+
* Allows you to perform aggregations operations on a ModifierGroup.
|
|
1499
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1500
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1501
|
+
* @param {ModifierGroupAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1502
|
+
* @example
|
|
1503
|
+
* // Ordered by age ascending
|
|
1504
|
+
* // Where email contains prisma.io
|
|
1505
|
+
* // Limited to the 10 users
|
|
1506
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1507
|
+
* _avg: {
|
|
1508
|
+
* age: true,
|
|
1509
|
+
* },
|
|
1510
|
+
* where: {
|
|
1511
|
+
* email: {
|
|
1512
|
+
* contains: "prisma.io",
|
|
1513
|
+
* },
|
|
1514
|
+
* },
|
|
1515
|
+
* orderBy: {
|
|
1516
|
+
* age: "asc",
|
|
1517
|
+
* },
|
|
1518
|
+
* take: 10,
|
|
1519
|
+
* })
|
|
1520
|
+
**/
|
|
1521
|
+
aggregate<T extends ModifierGroupAggregateArgs>(args: Prisma.Subset<T, ModifierGroupAggregateArgs>): Prisma.PrismaPromise<GetModifierGroupAggregateType<T>>;
|
|
1522
|
+
/**
|
|
1523
|
+
* Group by ModifierGroup.
|
|
1524
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1525
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1526
|
+
* @param {ModifierGroupGroupByArgs} args - Group by arguments.
|
|
1527
|
+
* @example
|
|
1528
|
+
* // Group by city, order by createdAt, get count
|
|
1529
|
+
* const result = await prisma.user.groupBy({
|
|
1530
|
+
* by: ['city', 'createdAt'],
|
|
1531
|
+
* orderBy: {
|
|
1532
|
+
* createdAt: true
|
|
1533
|
+
* },
|
|
1534
|
+
* _count: {
|
|
1535
|
+
* _all: true
|
|
1536
|
+
* },
|
|
1537
|
+
* })
|
|
1538
|
+
*
|
|
1539
|
+
**/
|
|
1540
|
+
groupBy<T extends ModifierGroupGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1541
|
+
orderBy: ModifierGroupGroupByArgs['orderBy'];
|
|
1542
|
+
} : {
|
|
1543
|
+
orderBy?: ModifierGroupGroupByArgs['orderBy'];
|
|
1544
|
+
}, 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 ? {
|
|
1545
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1546
|
+
Error,
|
|
1547
|
+
'Field ',
|
|
1548
|
+
P,
|
|
1549
|
+
` in "having" needs to be provided in "by"`
|
|
1550
|
+
];
|
|
1551
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1552
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1553
|
+
}[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 ? {} : {
|
|
1554
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1555
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1556
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1557
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, ModifierGroupGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetModifierGroupGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1558
|
+
/**
|
|
1559
|
+
* Fields of the ModifierGroup model
|
|
1560
|
+
*/
|
|
1561
|
+
readonly fields: ModifierGroupFieldRefs;
|
|
1562
|
+
}
|
|
1563
|
+
/**
|
|
1564
|
+
* The delegate class that acts as a "Promise-like" for ModifierGroup.
|
|
1565
|
+
* Why is this prefixed with `Prisma__`?
|
|
1566
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1567
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1568
|
+
*/
|
|
1569
|
+
export interface Prisma__ModifierGroupClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1570
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1571
|
+
platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1572
|
+
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>;
|
|
1573
|
+
modifierToModifierGroup<T extends Prisma.ModifierGroup$modifierToModifierGroupArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ModifierGroup$modifierToModifierGroupArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModifierToModifierGroupPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1574
|
+
modifierGroupToProduct<T extends Prisma.ModifierGroup$modifierGroupToProductArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ModifierGroup$modifierGroupToProductArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ModifierGroupToProductPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1575
|
+
checkoutLinesModifier<T extends Prisma.ModifierGroup$checkoutLinesModifierArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ModifierGroup$checkoutLinesModifierArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CheckoutLinesModifierPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1576
|
+
cartLineModifier<T extends Prisma.ModifierGroup$cartLineModifierArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ModifierGroup$cartLineModifierArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CartLineModifierPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1577
|
+
/**
|
|
1578
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1579
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1580
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1581
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1582
|
+
*/
|
|
1583
|
+
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>;
|
|
1584
|
+
/**
|
|
1585
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1586
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1587
|
+
* @returns A Promise for the completion of the callback.
|
|
1588
|
+
*/
|
|
1589
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1590
|
+
/**
|
|
1591
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1592
|
+
* resolved value cannot be modified from the callback.
|
|
1593
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1594
|
+
* @returns A Promise for the completion of the callback.
|
|
1595
|
+
*/
|
|
1596
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* Fields of the ModifierGroup model
|
|
1600
|
+
*/
|
|
1601
|
+
export interface ModifierGroupFieldRefs {
|
|
1602
|
+
readonly id: Prisma.FieldRef<"ModifierGroup", 'BigInt'>;
|
|
1603
|
+
readonly platformId: Prisma.FieldRef<"ModifierGroup", 'String'>;
|
|
1604
|
+
readonly storeId: Prisma.FieldRef<"ModifierGroup", 'String'>;
|
|
1605
|
+
readonly name: Prisma.FieldRef<"ModifierGroup", 'String'>;
|
|
1606
|
+
readonly description: Prisma.FieldRef<"ModifierGroup", 'String'>;
|
|
1607
|
+
readonly max: Prisma.FieldRef<"ModifierGroup", 'Int'>;
|
|
1608
|
+
readonly min: Prisma.FieldRef<"ModifierGroup", 'Int'>;
|
|
1609
|
+
readonly createdAt: Prisma.FieldRef<"ModifierGroup", 'DateTime'>;
|
|
1610
|
+
readonly updatedAt: Prisma.FieldRef<"ModifierGroup", 'DateTime'>;
|
|
1611
|
+
readonly deletedAt: Prisma.FieldRef<"ModifierGroup", 'DateTime'>;
|
|
1612
|
+
}
|
|
1613
|
+
/**
|
|
1614
|
+
* ModifierGroup findUnique
|
|
1615
|
+
*/
|
|
1616
|
+
export type ModifierGroupFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1617
|
+
/**
|
|
1618
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1619
|
+
*/
|
|
1620
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1621
|
+
/**
|
|
1622
|
+
* Omit specific fields from the ModifierGroup
|
|
1623
|
+
*/
|
|
1624
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1625
|
+
/**
|
|
1626
|
+
* Choose, which related nodes to fetch as well
|
|
1627
|
+
*/
|
|
1628
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1629
|
+
/**
|
|
1630
|
+
* Filter, which ModifierGroup to fetch.
|
|
1631
|
+
*/
|
|
1632
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
1633
|
+
};
|
|
1634
|
+
/**
|
|
1635
|
+
* ModifierGroup findUniqueOrThrow
|
|
1636
|
+
*/
|
|
1637
|
+
export type ModifierGroupFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1638
|
+
/**
|
|
1639
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1640
|
+
*/
|
|
1641
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1642
|
+
/**
|
|
1643
|
+
* Omit specific fields from the ModifierGroup
|
|
1644
|
+
*/
|
|
1645
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1646
|
+
/**
|
|
1647
|
+
* Choose, which related nodes to fetch as well
|
|
1648
|
+
*/
|
|
1649
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1650
|
+
/**
|
|
1651
|
+
* Filter, which ModifierGroup to fetch.
|
|
1652
|
+
*/
|
|
1653
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
1654
|
+
};
|
|
1655
|
+
/**
|
|
1656
|
+
* ModifierGroup findFirst
|
|
1657
|
+
*/
|
|
1658
|
+
export type ModifierGroupFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1659
|
+
/**
|
|
1660
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1661
|
+
*/
|
|
1662
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1663
|
+
/**
|
|
1664
|
+
* Omit specific fields from the ModifierGroup
|
|
1665
|
+
*/
|
|
1666
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1667
|
+
/**
|
|
1668
|
+
* Choose, which related nodes to fetch as well
|
|
1669
|
+
*/
|
|
1670
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1671
|
+
/**
|
|
1672
|
+
* Filter, which ModifierGroup to fetch.
|
|
1673
|
+
*/
|
|
1674
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
1675
|
+
/**
|
|
1676
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1677
|
+
*
|
|
1678
|
+
* Determine the order of ModifierGroups to fetch.
|
|
1679
|
+
*/
|
|
1680
|
+
orderBy?: Prisma.ModifierGroupOrderByWithRelationInput | Prisma.ModifierGroupOrderByWithRelationInput[];
|
|
1681
|
+
/**
|
|
1682
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1683
|
+
*
|
|
1684
|
+
* Sets the position for searching for ModifierGroups.
|
|
1685
|
+
*/
|
|
1686
|
+
cursor?: Prisma.ModifierGroupWhereUniqueInput;
|
|
1687
|
+
/**
|
|
1688
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1689
|
+
*
|
|
1690
|
+
* Take `±n` ModifierGroups from the position of the cursor.
|
|
1691
|
+
*/
|
|
1692
|
+
take?: number;
|
|
1693
|
+
/**
|
|
1694
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1695
|
+
*
|
|
1696
|
+
* Skip the first `n` ModifierGroups.
|
|
1697
|
+
*/
|
|
1698
|
+
skip?: number;
|
|
1699
|
+
/**
|
|
1700
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1701
|
+
*
|
|
1702
|
+
* Filter by unique combinations of ModifierGroups.
|
|
1703
|
+
*/
|
|
1704
|
+
distinct?: Prisma.ModifierGroupScalarFieldEnum | Prisma.ModifierGroupScalarFieldEnum[];
|
|
1705
|
+
};
|
|
1706
|
+
/**
|
|
1707
|
+
* ModifierGroup findFirstOrThrow
|
|
1708
|
+
*/
|
|
1709
|
+
export type ModifierGroupFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1710
|
+
/**
|
|
1711
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1712
|
+
*/
|
|
1713
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1714
|
+
/**
|
|
1715
|
+
* Omit specific fields from the ModifierGroup
|
|
1716
|
+
*/
|
|
1717
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1718
|
+
/**
|
|
1719
|
+
* Choose, which related nodes to fetch as well
|
|
1720
|
+
*/
|
|
1721
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1722
|
+
/**
|
|
1723
|
+
* Filter, which ModifierGroup to fetch.
|
|
1724
|
+
*/
|
|
1725
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
1726
|
+
/**
|
|
1727
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1728
|
+
*
|
|
1729
|
+
* Determine the order of ModifierGroups to fetch.
|
|
1730
|
+
*/
|
|
1731
|
+
orderBy?: Prisma.ModifierGroupOrderByWithRelationInput | Prisma.ModifierGroupOrderByWithRelationInput[];
|
|
1732
|
+
/**
|
|
1733
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1734
|
+
*
|
|
1735
|
+
* Sets the position for searching for ModifierGroups.
|
|
1736
|
+
*/
|
|
1737
|
+
cursor?: Prisma.ModifierGroupWhereUniqueInput;
|
|
1738
|
+
/**
|
|
1739
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1740
|
+
*
|
|
1741
|
+
* Take `±n` ModifierGroups from the position of the cursor.
|
|
1742
|
+
*/
|
|
1743
|
+
take?: number;
|
|
1744
|
+
/**
|
|
1745
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1746
|
+
*
|
|
1747
|
+
* Skip the first `n` ModifierGroups.
|
|
1748
|
+
*/
|
|
1749
|
+
skip?: number;
|
|
1750
|
+
/**
|
|
1751
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1752
|
+
*
|
|
1753
|
+
* Filter by unique combinations of ModifierGroups.
|
|
1754
|
+
*/
|
|
1755
|
+
distinct?: Prisma.ModifierGroupScalarFieldEnum | Prisma.ModifierGroupScalarFieldEnum[];
|
|
1756
|
+
};
|
|
1757
|
+
/**
|
|
1758
|
+
* ModifierGroup findMany
|
|
1759
|
+
*/
|
|
1760
|
+
export type ModifierGroupFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1761
|
+
/**
|
|
1762
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1763
|
+
*/
|
|
1764
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1765
|
+
/**
|
|
1766
|
+
* Omit specific fields from the ModifierGroup
|
|
1767
|
+
*/
|
|
1768
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1769
|
+
/**
|
|
1770
|
+
* Choose, which related nodes to fetch as well
|
|
1771
|
+
*/
|
|
1772
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1773
|
+
/**
|
|
1774
|
+
* Filter, which ModifierGroups to fetch.
|
|
1775
|
+
*/
|
|
1776
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
1777
|
+
/**
|
|
1778
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1779
|
+
*
|
|
1780
|
+
* Determine the order of ModifierGroups to fetch.
|
|
1781
|
+
*/
|
|
1782
|
+
orderBy?: Prisma.ModifierGroupOrderByWithRelationInput | Prisma.ModifierGroupOrderByWithRelationInput[];
|
|
1783
|
+
/**
|
|
1784
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1785
|
+
*
|
|
1786
|
+
* Sets the position for listing ModifierGroups.
|
|
1787
|
+
*/
|
|
1788
|
+
cursor?: Prisma.ModifierGroupWhereUniqueInput;
|
|
1789
|
+
/**
|
|
1790
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1791
|
+
*
|
|
1792
|
+
* Take `±n` ModifierGroups from the position of the cursor.
|
|
1793
|
+
*/
|
|
1794
|
+
take?: number;
|
|
1795
|
+
/**
|
|
1796
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1797
|
+
*
|
|
1798
|
+
* Skip the first `n` ModifierGroups.
|
|
1799
|
+
*/
|
|
1800
|
+
skip?: number;
|
|
1801
|
+
distinct?: Prisma.ModifierGroupScalarFieldEnum | Prisma.ModifierGroupScalarFieldEnum[];
|
|
1802
|
+
};
|
|
1803
|
+
/**
|
|
1804
|
+
* ModifierGroup create
|
|
1805
|
+
*/
|
|
1806
|
+
export type ModifierGroupCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1807
|
+
/**
|
|
1808
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1809
|
+
*/
|
|
1810
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1811
|
+
/**
|
|
1812
|
+
* Omit specific fields from the ModifierGroup
|
|
1813
|
+
*/
|
|
1814
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1815
|
+
/**
|
|
1816
|
+
* Choose, which related nodes to fetch as well
|
|
1817
|
+
*/
|
|
1818
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1819
|
+
/**
|
|
1820
|
+
* The data needed to create a ModifierGroup.
|
|
1821
|
+
*/
|
|
1822
|
+
data: Prisma.XOR<Prisma.ModifierGroupCreateInput, Prisma.ModifierGroupUncheckedCreateInput>;
|
|
1823
|
+
};
|
|
1824
|
+
/**
|
|
1825
|
+
* ModifierGroup createMany
|
|
1826
|
+
*/
|
|
1827
|
+
export type ModifierGroupCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1828
|
+
/**
|
|
1829
|
+
* The data used to create many ModifierGroups.
|
|
1830
|
+
*/
|
|
1831
|
+
data: Prisma.ModifierGroupCreateManyInput | Prisma.ModifierGroupCreateManyInput[];
|
|
1832
|
+
skipDuplicates?: boolean;
|
|
1833
|
+
};
|
|
1834
|
+
/**
|
|
1835
|
+
* ModifierGroup createManyAndReturn
|
|
1836
|
+
*/
|
|
1837
|
+
export type ModifierGroupCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1838
|
+
/**
|
|
1839
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1840
|
+
*/
|
|
1841
|
+
select?: Prisma.ModifierGroupSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1842
|
+
/**
|
|
1843
|
+
* Omit specific fields from the ModifierGroup
|
|
1844
|
+
*/
|
|
1845
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1846
|
+
/**
|
|
1847
|
+
* The data used to create many ModifierGroups.
|
|
1848
|
+
*/
|
|
1849
|
+
data: Prisma.ModifierGroupCreateManyInput | Prisma.ModifierGroupCreateManyInput[];
|
|
1850
|
+
skipDuplicates?: boolean;
|
|
1851
|
+
/**
|
|
1852
|
+
* Choose, which related nodes to fetch as well
|
|
1853
|
+
*/
|
|
1854
|
+
include?: Prisma.ModifierGroupIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1855
|
+
};
|
|
1856
|
+
/**
|
|
1857
|
+
* ModifierGroup update
|
|
1858
|
+
*/
|
|
1859
|
+
export type ModifierGroupUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1860
|
+
/**
|
|
1861
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1862
|
+
*/
|
|
1863
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1864
|
+
/**
|
|
1865
|
+
* Omit specific fields from the ModifierGroup
|
|
1866
|
+
*/
|
|
1867
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1868
|
+
/**
|
|
1869
|
+
* Choose, which related nodes to fetch as well
|
|
1870
|
+
*/
|
|
1871
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1872
|
+
/**
|
|
1873
|
+
* The data needed to update a ModifierGroup.
|
|
1874
|
+
*/
|
|
1875
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateInput, Prisma.ModifierGroupUncheckedUpdateInput>;
|
|
1876
|
+
/**
|
|
1877
|
+
* Choose, which ModifierGroup to update.
|
|
1878
|
+
*/
|
|
1879
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
1880
|
+
};
|
|
1881
|
+
/**
|
|
1882
|
+
* ModifierGroup updateMany
|
|
1883
|
+
*/
|
|
1884
|
+
export type ModifierGroupUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1885
|
+
/**
|
|
1886
|
+
* The data used to update ModifierGroups.
|
|
1887
|
+
*/
|
|
1888
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateManyMutationInput, Prisma.ModifierGroupUncheckedUpdateManyInput>;
|
|
1889
|
+
/**
|
|
1890
|
+
* Filter which ModifierGroups to update
|
|
1891
|
+
*/
|
|
1892
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
1893
|
+
/**
|
|
1894
|
+
* Limit how many ModifierGroups to update.
|
|
1895
|
+
*/
|
|
1896
|
+
limit?: number;
|
|
1897
|
+
};
|
|
1898
|
+
/**
|
|
1899
|
+
* ModifierGroup updateManyAndReturn
|
|
1900
|
+
*/
|
|
1901
|
+
export type ModifierGroupUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1902
|
+
/**
|
|
1903
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1904
|
+
*/
|
|
1905
|
+
select?: Prisma.ModifierGroupSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1906
|
+
/**
|
|
1907
|
+
* Omit specific fields from the ModifierGroup
|
|
1908
|
+
*/
|
|
1909
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1910
|
+
/**
|
|
1911
|
+
* The data used to update ModifierGroups.
|
|
1912
|
+
*/
|
|
1913
|
+
data: Prisma.XOR<Prisma.ModifierGroupUpdateManyMutationInput, Prisma.ModifierGroupUncheckedUpdateManyInput>;
|
|
1914
|
+
/**
|
|
1915
|
+
* Filter which ModifierGroups to update
|
|
1916
|
+
*/
|
|
1917
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
1918
|
+
/**
|
|
1919
|
+
* Limit how many ModifierGroups to update.
|
|
1920
|
+
*/
|
|
1921
|
+
limit?: number;
|
|
1922
|
+
/**
|
|
1923
|
+
* Choose, which related nodes to fetch as well
|
|
1924
|
+
*/
|
|
1925
|
+
include?: Prisma.ModifierGroupIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1926
|
+
};
|
|
1927
|
+
/**
|
|
1928
|
+
* ModifierGroup upsert
|
|
1929
|
+
*/
|
|
1930
|
+
export type ModifierGroupUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1931
|
+
/**
|
|
1932
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1933
|
+
*/
|
|
1934
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1935
|
+
/**
|
|
1936
|
+
* Omit specific fields from the ModifierGroup
|
|
1937
|
+
*/
|
|
1938
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1939
|
+
/**
|
|
1940
|
+
* Choose, which related nodes to fetch as well
|
|
1941
|
+
*/
|
|
1942
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1943
|
+
/**
|
|
1944
|
+
* The filter to search for the ModifierGroup to update in case it exists.
|
|
1945
|
+
*/
|
|
1946
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
1947
|
+
/**
|
|
1948
|
+
* In case the ModifierGroup found by the `where` argument doesn't exist, create a new ModifierGroup with this data.
|
|
1949
|
+
*/
|
|
1950
|
+
create: Prisma.XOR<Prisma.ModifierGroupCreateInput, Prisma.ModifierGroupUncheckedCreateInput>;
|
|
1951
|
+
/**
|
|
1952
|
+
* In case the ModifierGroup was found with the provided `where` argument, update it with this data.
|
|
1953
|
+
*/
|
|
1954
|
+
update: Prisma.XOR<Prisma.ModifierGroupUpdateInput, Prisma.ModifierGroupUncheckedUpdateInput>;
|
|
1955
|
+
};
|
|
1956
|
+
/**
|
|
1957
|
+
* ModifierGroup delete
|
|
1958
|
+
*/
|
|
1959
|
+
export type ModifierGroupDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1960
|
+
/**
|
|
1961
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
1962
|
+
*/
|
|
1963
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
1964
|
+
/**
|
|
1965
|
+
* Omit specific fields from the ModifierGroup
|
|
1966
|
+
*/
|
|
1967
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
1968
|
+
/**
|
|
1969
|
+
* Choose, which related nodes to fetch as well
|
|
1970
|
+
*/
|
|
1971
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
1972
|
+
/**
|
|
1973
|
+
* Filter which ModifierGroup to delete.
|
|
1974
|
+
*/
|
|
1975
|
+
where: Prisma.ModifierGroupWhereUniqueInput;
|
|
1976
|
+
};
|
|
1977
|
+
/**
|
|
1978
|
+
* ModifierGroup deleteMany
|
|
1979
|
+
*/
|
|
1980
|
+
export type ModifierGroupDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1981
|
+
/**
|
|
1982
|
+
* Filter which ModifierGroups to delete
|
|
1983
|
+
*/
|
|
1984
|
+
where?: Prisma.ModifierGroupWhereInput;
|
|
1985
|
+
/**
|
|
1986
|
+
* Limit how many ModifierGroups to delete.
|
|
1987
|
+
*/
|
|
1988
|
+
limit?: number;
|
|
1989
|
+
};
|
|
1990
|
+
/**
|
|
1991
|
+
* ModifierGroup.modifierToModifierGroup
|
|
1992
|
+
*/
|
|
1993
|
+
export type ModifierGroup$modifierToModifierGroupArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1994
|
+
/**
|
|
1995
|
+
* Select specific fields to fetch from the ModifierToModifierGroup
|
|
1996
|
+
*/
|
|
1997
|
+
select?: Prisma.ModifierToModifierGroupSelect<ExtArgs> | null;
|
|
1998
|
+
/**
|
|
1999
|
+
* Omit specific fields from the ModifierToModifierGroup
|
|
2000
|
+
*/
|
|
2001
|
+
omit?: Prisma.ModifierToModifierGroupOmit<ExtArgs> | null;
|
|
2002
|
+
/**
|
|
2003
|
+
* Choose, which related nodes to fetch as well
|
|
2004
|
+
*/
|
|
2005
|
+
include?: Prisma.ModifierToModifierGroupInclude<ExtArgs> | null;
|
|
2006
|
+
where?: Prisma.ModifierToModifierGroupWhereInput;
|
|
2007
|
+
orderBy?: Prisma.ModifierToModifierGroupOrderByWithRelationInput | Prisma.ModifierToModifierGroupOrderByWithRelationInput[];
|
|
2008
|
+
cursor?: Prisma.ModifierToModifierGroupWhereUniqueInput;
|
|
2009
|
+
take?: number;
|
|
2010
|
+
skip?: number;
|
|
2011
|
+
distinct?: Prisma.ModifierToModifierGroupScalarFieldEnum | Prisma.ModifierToModifierGroupScalarFieldEnum[];
|
|
2012
|
+
};
|
|
2013
|
+
/**
|
|
2014
|
+
* ModifierGroup.modifierGroupToProduct
|
|
2015
|
+
*/
|
|
2016
|
+
export type ModifierGroup$modifierGroupToProductArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2017
|
+
/**
|
|
2018
|
+
* Select specific fields to fetch from the ModifierGroupToProduct
|
|
2019
|
+
*/
|
|
2020
|
+
select?: Prisma.ModifierGroupToProductSelect<ExtArgs> | null;
|
|
2021
|
+
/**
|
|
2022
|
+
* Omit specific fields from the ModifierGroupToProduct
|
|
2023
|
+
*/
|
|
2024
|
+
omit?: Prisma.ModifierGroupToProductOmit<ExtArgs> | null;
|
|
2025
|
+
/**
|
|
2026
|
+
* Choose, which related nodes to fetch as well
|
|
2027
|
+
*/
|
|
2028
|
+
include?: Prisma.ModifierGroupToProductInclude<ExtArgs> | null;
|
|
2029
|
+
where?: Prisma.ModifierGroupToProductWhereInput;
|
|
2030
|
+
orderBy?: Prisma.ModifierGroupToProductOrderByWithRelationInput | Prisma.ModifierGroupToProductOrderByWithRelationInput[];
|
|
2031
|
+
cursor?: Prisma.ModifierGroupToProductWhereUniqueInput;
|
|
2032
|
+
take?: number;
|
|
2033
|
+
skip?: number;
|
|
2034
|
+
distinct?: Prisma.ModifierGroupToProductScalarFieldEnum | Prisma.ModifierGroupToProductScalarFieldEnum[];
|
|
2035
|
+
};
|
|
2036
|
+
/**
|
|
2037
|
+
* ModifierGroup.checkoutLinesModifier
|
|
2038
|
+
*/
|
|
2039
|
+
export type ModifierGroup$checkoutLinesModifierArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2040
|
+
/**
|
|
2041
|
+
* Select specific fields to fetch from the CheckoutLinesModifier
|
|
2042
|
+
*/
|
|
2043
|
+
select?: Prisma.CheckoutLinesModifierSelect<ExtArgs> | null;
|
|
2044
|
+
/**
|
|
2045
|
+
* Omit specific fields from the CheckoutLinesModifier
|
|
2046
|
+
*/
|
|
2047
|
+
omit?: Prisma.CheckoutLinesModifierOmit<ExtArgs> | null;
|
|
2048
|
+
/**
|
|
2049
|
+
* Choose, which related nodes to fetch as well
|
|
2050
|
+
*/
|
|
2051
|
+
include?: Prisma.CheckoutLinesModifierInclude<ExtArgs> | null;
|
|
2052
|
+
where?: Prisma.CheckoutLinesModifierWhereInput;
|
|
2053
|
+
orderBy?: Prisma.CheckoutLinesModifierOrderByWithRelationInput | Prisma.CheckoutLinesModifierOrderByWithRelationInput[];
|
|
2054
|
+
cursor?: Prisma.CheckoutLinesModifierWhereUniqueInput;
|
|
2055
|
+
take?: number;
|
|
2056
|
+
skip?: number;
|
|
2057
|
+
distinct?: Prisma.CheckoutLinesModifierScalarFieldEnum | Prisma.CheckoutLinesModifierScalarFieldEnum[];
|
|
2058
|
+
};
|
|
2059
|
+
/**
|
|
2060
|
+
* ModifierGroup.cartLineModifier
|
|
2061
|
+
*/
|
|
2062
|
+
export type ModifierGroup$cartLineModifierArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2063
|
+
/**
|
|
2064
|
+
* Select specific fields to fetch from the CartLineModifier
|
|
2065
|
+
*/
|
|
2066
|
+
select?: Prisma.CartLineModifierSelect<ExtArgs> | null;
|
|
2067
|
+
/**
|
|
2068
|
+
* Omit specific fields from the CartLineModifier
|
|
2069
|
+
*/
|
|
2070
|
+
omit?: Prisma.CartLineModifierOmit<ExtArgs> | null;
|
|
2071
|
+
/**
|
|
2072
|
+
* Choose, which related nodes to fetch as well
|
|
2073
|
+
*/
|
|
2074
|
+
include?: Prisma.CartLineModifierInclude<ExtArgs> | null;
|
|
2075
|
+
where?: Prisma.CartLineModifierWhereInput;
|
|
2076
|
+
orderBy?: Prisma.CartLineModifierOrderByWithRelationInput | Prisma.CartLineModifierOrderByWithRelationInput[];
|
|
2077
|
+
cursor?: Prisma.CartLineModifierWhereUniqueInput;
|
|
2078
|
+
take?: number;
|
|
2079
|
+
skip?: number;
|
|
2080
|
+
distinct?: Prisma.CartLineModifierScalarFieldEnum | Prisma.CartLineModifierScalarFieldEnum[];
|
|
2081
|
+
};
|
|
2082
|
+
/**
|
|
2083
|
+
* ModifierGroup without action
|
|
2084
|
+
*/
|
|
2085
|
+
export type ModifierGroupDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2086
|
+
/**
|
|
2087
|
+
* Select specific fields to fetch from the ModifierGroup
|
|
2088
|
+
*/
|
|
2089
|
+
select?: Prisma.ModifierGroupSelect<ExtArgs> | null;
|
|
2090
|
+
/**
|
|
2091
|
+
* Omit specific fields from the ModifierGroup
|
|
2092
|
+
*/
|
|
2093
|
+
omit?: Prisma.ModifierGroupOmit<ExtArgs> | null;
|
|
2094
|
+
/**
|
|
2095
|
+
* Choose, which related nodes to fetch as well
|
|
2096
|
+
*/
|
|
2097
|
+
include?: Prisma.ModifierGroupInclude<ExtArgs> | null;
|
|
2098
|
+
};
|
|
2099
|
+
export {};
|