@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated/prisma/browser.d.ts +514 -0
- package/lib/generated/prisma/browser.js +57 -0
- package/lib/generated/prisma/browser.js.map +1 -0
- package/lib/generated/prisma/client.d.ts +531 -0
- package/lib/generated/prisma/client.js +69 -0
- package/lib/generated/prisma/client.js.map +1 -0
- package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
- package/lib/generated/prisma/commonInputTypes.js +12 -0
- package/lib/generated/prisma/commonInputTypes.js.map +1 -0
- package/lib/generated/prisma/dmmf.d.ts +4085 -0
- package/lib/generated/prisma/dmmf.js +27551 -0
- package/lib/generated/prisma/dmmf.js.map +1 -0
- package/lib/generated/prisma/enums.d.ts +216 -0
- package/lib/generated/prisma/enums.js +205 -0
- package/lib/generated/prisma/enums.js.map +1 -0
- package/lib/generated/prisma/internal/class.d.ts +1237 -0
- package/lib/generated/prisma/internal/class.js +79 -0
- package/lib/generated/prisma/internal/class.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
- package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
- package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/lib/generated/prisma/kysely-types.d.ts +1499 -0
- package/lib/generated/prisma/kysely-types.js +196 -0
- package/lib/generated/prisma/kysely-types.js.map +1 -0
- package/lib/generated/prisma/models/Address.d.ts +1339 -0
- package/lib/generated/prisma/models/Address.js +12 -0
- package/lib/generated/prisma/models/Address.js.map +1 -0
- package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
- package/lib/generated/prisma/models/Administrator.js +12 -0
- package/lib/generated/prisma/models/Administrator.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
- package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
- package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
- package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
- package/lib/generated/prisma/models/ApiToken.js +12 -0
- package/lib/generated/prisma/models/ApiToken.js.map +1 -0
- package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
- package/lib/generated/prisma/models/AwsBucket.js +12 -0
- package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
- package/lib/generated/prisma/models/Card.d.ts +1533 -0
- package/lib/generated/prisma/models/Card.js +12 -0
- package/lib/generated/prisma/models/Card.js.map +1 -0
- package/lib/generated/prisma/models/Cart.d.ts +2315 -0
- package/lib/generated/prisma/models/Cart.js +12 -0
- package/lib/generated/prisma/models/Cart.js.map +1 -0
- package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
- package/lib/generated/prisma/models/CartCost.js +12 -0
- package/lib/generated/prisma/models/CartCost.js.map +1 -0
- package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
- package/lib/generated/prisma/models/CartLine.js +12 -0
- package/lib/generated/prisma/models/CartLine.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
- package/lib/generated/prisma/models/CartLineModifier.js +12 -0
- package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
- package/lib/generated/prisma/models/Checkout.js +12 -0
- package/lib/generated/prisma/models/Checkout.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
- package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
- package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
- package/lib/generated/prisma/models/CheckoutLine.js +12 -0
- package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
- package/lib/generated/prisma/models/Collection.d.ts +1961 -0
- package/lib/generated/prisma/models/Collection.js +12 -0
- package/lib/generated/prisma/models/Collection.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
- package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
- package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/Customer.d.ts +2964 -0
- package/lib/generated/prisma/models/Customer.js +12 -0
- package/lib/generated/prisma/models/Customer.js.map +1 -0
- package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
- package/lib/generated/prisma/models/CustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
- package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
- package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
- package/lib/generated/prisma/models/DiscountCode.js +12 -0
- package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
- package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
- package/lib/generated/prisma/models/EventLog.js +12 -0
- package/lib/generated/prisma/models/EventLog.js.map +1 -0
- package/lib/generated/prisma/models/Facet.d.ts +1266 -0
- package/lib/generated/prisma/models/Facet.js +12 -0
- package/lib/generated/prisma/models/Facet.js.map +1 -0
- package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
- package/lib/generated/prisma/models/FacetOption.js +12 -0
- package/lib/generated/prisma/models/FacetOption.js.map +1 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
- package/lib/generated/prisma/models/FeatureFlag.js +12 -0
- package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
- package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
- package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
- package/lib/generated/prisma/models/FreeItemRule.js +12 -0
- package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
- package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
- package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
- package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
- package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
- package/lib/generated/prisma/models/Ingredient.js +12 -0
- package/lib/generated/prisma/models/Ingredient.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
- package/lib/generated/prisma/models/IngredientToStore.js +12 -0
- package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
- package/lib/generated/prisma/models/Media.d.ts +2127 -0
- package/lib/generated/prisma/models/Media.js +12 -0
- package/lib/generated/prisma/models/Media.js.map +1 -0
- package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
- package/lib/generated/prisma/models/Modifier.js +12 -0
- package/lib/generated/prisma/models/Modifier.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
- package/lib/generated/prisma/models/ModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
- package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
- package/lib/generated/prisma/models/ModifierOption.js +12 -0
- package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
- package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
- package/lib/generated/prisma/models/OneTimeToken.js +12 -0
- package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
- package/lib/generated/prisma/models/Payment.d.ts +1560 -0
- package/lib/generated/prisma/models/Payment.js +12 -0
- package/lib/generated/prisma/models/Payment.js.map +1 -0
- package/lib/generated/prisma/models/Platform.d.ts +7442 -0
- package/lib/generated/prisma/models/Platform.js +12 -0
- package/lib/generated/prisma/models/Platform.js.map +1 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
- package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
- package/lib/generated/prisma/models/PrepTime.js +12 -0
- package/lib/generated/prisma/models/PrepTime.js.map +1 -0
- package/lib/generated/prisma/models/Product.d.ts +2975 -0
- package/lib/generated/prisma/models/Product.js +12 -0
- package/lib/generated/prisma/models/Product.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
- package/lib/generated/prisma/models/ProductCategory.js +12 -0
- package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
- package/lib/generated/prisma/models/ProductListing.js +12 -0
- package/lib/generated/prisma/models/ProductListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductToTag.js +12 -0
- package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
- package/lib/generated/prisma/models/ProductVariant.js +12 -0
- package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
- package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
- package/lib/generated/prisma/models/ProductVarietal.js +12 -0
- package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
- package/lib/generated/prisma/models/Refund.d.ts +1707 -0
- package/lib/generated/prisma/models/Refund.js +12 -0
- package/lib/generated/prisma/models/Refund.js.map +1 -0
- package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
- package/lib/generated/prisma/models/RefundLine.js +12 -0
- package/lib/generated/prisma/models/RefundLine.js.map +1 -0
- package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
- package/lib/generated/prisma/models/RelatedItems.js +12 -0
- package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
- package/lib/generated/prisma/models/Role.d.ts +1264 -0
- package/lib/generated/prisma/models/Role.js +12 -0
- package/lib/generated/prisma/models/Role.js.map +1 -0
- package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
- package/lib/generated/prisma/models/ScheduledTask.js +12 -0
- package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
- package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
- package/lib/generated/prisma/models/SmsConversation.js +12 -0
- package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
- package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
- package/lib/generated/prisma/models/StockLevel.js +12 -0
- package/lib/generated/prisma/models/StockLevel.js.map +1 -0
- package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
- package/lib/generated/prisma/models/StockLocation.js +12 -0
- package/lib/generated/prisma/models/StockLocation.js.map +1 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
- package/lib/generated/prisma/models/StockMovement.js +12 -0
- package/lib/generated/prisma/models/StockMovement.js.map +1 -0
- package/lib/generated/prisma/models/Store.d.ts +4487 -0
- package/lib/generated/prisma/models/Store.js +12 -0
- package/lib/generated/prisma/models/Store.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
- package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
- package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
- package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/Tag.d.ts +1581 -0
- package/lib/generated/prisma/models/Tag.js +12 -0
- package/lib/generated/prisma/models/Tag.js.map +1 -0
- package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
- package/lib/generated/prisma/models/TaxCategory.js +12 -0
- package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
- package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
- package/lib/generated/prisma/models/Transaction.js +12 -0
- package/lib/generated/prisma/models/Transaction.js.map +1 -0
- package/lib/generated/prisma/models/User.d.ts +1907 -0
- package/lib/generated/prisma/models/User.js +12 -0
- package/lib/generated/prisma/models/User.js.map +1 -0
- package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
- package/lib/generated/prisma/models/UserToRole.js +12 -0
- package/lib/generated/prisma/models/UserToRole.js.map +1 -0
- package/lib/generated/prisma/models.d.ts +103 -0
- package/lib/generated/prisma/models.js +3 -0
- package/lib/generated/prisma/models.js.map +1 -0
- package/lib/generated/prisma/pjtg.d.ts +145 -0
- package/lib/generated/prisma/pjtg.js +3 -0
- package/lib/generated/prisma/pjtg.js.map +1 -0
- package/lib/helpers.d.ts +37 -0
- package/lib/helpers.js +226 -0
- package/lib/helpers.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js.map +1 -0
- package/lib/kysely/index.d.ts +2 -0
- package/lib/kysely/index.js +19 -0
- package/lib/kysely/index.js.map +1 -0
- package/lib/kysely/kysely-db.d.ts +3 -0
- package/lib/kysely/kysely-db.js +3 -0
- package/lib/kysely/kysely-db.js.map +1 -0
- package/lib/kysely/utils/index.d.ts +4 -0
- package/lib/kysely/utils/index.js +21 -0
- package/lib/kysely/utils/index.js.map +1 -0
- package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
- package/lib/kysely/utils/serialize-bigint-value.js +13 -0
- package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
- package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
- package/lib/kysely/utils/serialize-numeric-value.js +11 -0
- package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
- package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
- package/lib/kysely/utils/shallow-dehydrate.js +3 -0
- package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
- package/lib/prisma-module/index.d.ts +4 -0
- package/lib/prisma-module/index.js +21 -0
- package/lib/prisma-module/index.js.map +1 -0
- package/lib/prisma-module/prisma-options.d.ts +59 -0
- package/lib/prisma-module/prisma-options.js +3 -0
- package/lib/prisma-module/prisma-options.js.map +1 -0
- package/lib/prisma-module/prisma.constants.d.ts +1 -0
- package/lib/prisma-module/prisma.constants.js +5 -0
- package/lib/prisma-module/prisma.constants.js.map +1 -0
- package/lib/prisma-module/prisma.module.d.ts +8 -0
- package/lib/prisma-module/prisma.module.js +73 -0
- package/lib/prisma-module/prisma.module.js.map +1 -0
- package/lib/prisma-module/prisma.service.d.ts +5 -0
- package/lib/prisma-module/prisma.service.js +29 -0
- package/lib/prisma-module/prisma.service.js.map +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +3 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
- package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
- package/lib/utils/ignore-prisma-builtins.js +3 -0
- package/lib/utils/ignore-prisma-builtins.js.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +20 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/prisma-where-to-sql.d.ts +5 -0
- package/lib/utils/prisma-where-to-sql.js +94 -0
- package/lib/utils/prisma-where-to-sql.js.map +1 -0
- package/lib/web360-prisma.constants.d.ts +2 -0
- package/lib/web360-prisma.constants.js +6 -0
- package/lib/web360-prisma.constants.js.map +1 -0
- package/lib/web360-prisma.module.d.ts +7 -0
- package/lib/web360-prisma.module.js +81 -0
- package/lib/web360-prisma.module.js.map +1 -0
- package/lib/web360-prisma.options.d.ts +38 -0
- package/lib/web360-prisma.options.js +3 -0
- package/lib/web360-prisma.options.js.map +1 -0
- package/lib/web360-prisma.service.d.ts +57 -0
- package/lib/web360-prisma.service.js +57 -0
- package/lib/web360-prisma.service.js.map +1 -0
- package/package.json +4 -3
|
@@ -0,0 +1,2604 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as $Enums from "../enums.js";
|
|
3
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
4
|
+
/**
|
|
5
|
+
* Model CheckoutGroup
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export type CheckoutGroupModel = runtime.Types.Result.DefaultSelection<Prisma.$CheckoutGroupPayload>;
|
|
9
|
+
export type AggregateCheckoutGroup = {
|
|
10
|
+
_count: CheckoutGroupCountAggregateOutputType | null;
|
|
11
|
+
_avg: CheckoutGroupAvgAggregateOutputType | null;
|
|
12
|
+
_sum: CheckoutGroupSumAggregateOutputType | null;
|
|
13
|
+
_min: CheckoutGroupMinAggregateOutputType | null;
|
|
14
|
+
_max: CheckoutGroupMaxAggregateOutputType | null;
|
|
15
|
+
};
|
|
16
|
+
export type CheckoutGroupAvgAggregateOutputType = {
|
|
17
|
+
id: number | null;
|
|
18
|
+
customerId: number | null;
|
|
19
|
+
total: runtime.Decimal | null;
|
|
20
|
+
totalSubtotal: runtime.Decimal | null;
|
|
21
|
+
totalTax: runtime.Decimal | null;
|
|
22
|
+
totalDeliveryFee: runtime.Decimal | null;
|
|
23
|
+
totalDiscount: runtime.Decimal | null;
|
|
24
|
+
tip: runtime.Decimal | null;
|
|
25
|
+
};
|
|
26
|
+
export type CheckoutGroupSumAggregateOutputType = {
|
|
27
|
+
id: bigint | null;
|
|
28
|
+
customerId: bigint | null;
|
|
29
|
+
total: runtime.Decimal | null;
|
|
30
|
+
totalSubtotal: runtime.Decimal | null;
|
|
31
|
+
totalTax: runtime.Decimal | null;
|
|
32
|
+
totalDeliveryFee: runtime.Decimal | null;
|
|
33
|
+
totalDiscount: runtime.Decimal | null;
|
|
34
|
+
tip: runtime.Decimal | null;
|
|
35
|
+
};
|
|
36
|
+
export type CheckoutGroupMinAggregateOutputType = {
|
|
37
|
+
id: bigint | null;
|
|
38
|
+
createdAt: Date | null;
|
|
39
|
+
updatedAt: Date | null;
|
|
40
|
+
completedAt: Date | null;
|
|
41
|
+
customerId: bigint | null;
|
|
42
|
+
platformId: string | null;
|
|
43
|
+
fulfillmentType: $Enums.FulfillmentType | null;
|
|
44
|
+
fulfillmentOptInOptionType: $Enums.FulfillmentOptInOptionType | null;
|
|
45
|
+
firstName: string | null;
|
|
46
|
+
lastName: string | null;
|
|
47
|
+
email: string | null;
|
|
48
|
+
phone: string | null;
|
|
49
|
+
total: runtime.Decimal | null;
|
|
50
|
+
totalSubtotal: runtime.Decimal | null;
|
|
51
|
+
totalTax: runtime.Decimal | null;
|
|
52
|
+
totalDeliveryFee: runtime.Decimal | null;
|
|
53
|
+
totalDiscount: runtime.Decimal | null;
|
|
54
|
+
currencyCode: $Enums.CurrencyCode | null;
|
|
55
|
+
tip: runtime.Decimal | null;
|
|
56
|
+
confirmationId: string | null;
|
|
57
|
+
accessTokenHash: string | null;
|
|
58
|
+
billingFirstName: string | null;
|
|
59
|
+
billingLastName: string | null;
|
|
60
|
+
cardBrand: string | null;
|
|
61
|
+
cardLastDigits: string | null;
|
|
62
|
+
express: boolean | null;
|
|
63
|
+
scheduled: Date | null;
|
|
64
|
+
validatedAt: Date | null;
|
|
65
|
+
isGift: boolean | null;
|
|
66
|
+
giftFrom: string | null;
|
|
67
|
+
giftMessage: string | null;
|
|
68
|
+
};
|
|
69
|
+
export type CheckoutGroupMaxAggregateOutputType = {
|
|
70
|
+
id: bigint | null;
|
|
71
|
+
createdAt: Date | null;
|
|
72
|
+
updatedAt: Date | null;
|
|
73
|
+
completedAt: Date | null;
|
|
74
|
+
customerId: bigint | null;
|
|
75
|
+
platformId: string | null;
|
|
76
|
+
fulfillmentType: $Enums.FulfillmentType | null;
|
|
77
|
+
fulfillmentOptInOptionType: $Enums.FulfillmentOptInOptionType | null;
|
|
78
|
+
firstName: string | null;
|
|
79
|
+
lastName: string | null;
|
|
80
|
+
email: string | null;
|
|
81
|
+
phone: string | null;
|
|
82
|
+
total: runtime.Decimal | null;
|
|
83
|
+
totalSubtotal: runtime.Decimal | null;
|
|
84
|
+
totalTax: runtime.Decimal | null;
|
|
85
|
+
totalDeliveryFee: runtime.Decimal | null;
|
|
86
|
+
totalDiscount: runtime.Decimal | null;
|
|
87
|
+
currencyCode: $Enums.CurrencyCode | null;
|
|
88
|
+
tip: runtime.Decimal | null;
|
|
89
|
+
confirmationId: string | null;
|
|
90
|
+
accessTokenHash: string | null;
|
|
91
|
+
billingFirstName: string | null;
|
|
92
|
+
billingLastName: string | null;
|
|
93
|
+
cardBrand: string | null;
|
|
94
|
+
cardLastDigits: string | null;
|
|
95
|
+
express: boolean | null;
|
|
96
|
+
scheduled: Date | null;
|
|
97
|
+
validatedAt: Date | null;
|
|
98
|
+
isGift: boolean | null;
|
|
99
|
+
giftFrom: string | null;
|
|
100
|
+
giftMessage: string | null;
|
|
101
|
+
};
|
|
102
|
+
export type CheckoutGroupCountAggregateOutputType = {
|
|
103
|
+
id: number;
|
|
104
|
+
createdAt: number;
|
|
105
|
+
updatedAt: number;
|
|
106
|
+
completedAt: number;
|
|
107
|
+
customerId: number;
|
|
108
|
+
platformId: number;
|
|
109
|
+
fulfillmentType: number;
|
|
110
|
+
fulfillmentOptInOptionType: number;
|
|
111
|
+
discountCodes: number;
|
|
112
|
+
firstName: number;
|
|
113
|
+
lastName: number;
|
|
114
|
+
email: number;
|
|
115
|
+
phone: number;
|
|
116
|
+
billingAddress: PrismaJson.Address;
|
|
117
|
+
deliveryAddress: PrismaJson.Address;
|
|
118
|
+
total: number;
|
|
119
|
+
totalSubtotal: number;
|
|
120
|
+
totalTax: number;
|
|
121
|
+
totalTaxBreakdown: PrismaJson.TotalTaxBreakdown;
|
|
122
|
+
totalDeliveryFee: number;
|
|
123
|
+
totalDiscount: number;
|
|
124
|
+
currencyCode: number;
|
|
125
|
+
tip: number;
|
|
126
|
+
confirmationId: number;
|
|
127
|
+
accessTokenHash: number;
|
|
128
|
+
billingFirstName: number;
|
|
129
|
+
billingLastName: number;
|
|
130
|
+
cardBrand: number;
|
|
131
|
+
cardLastDigits: number;
|
|
132
|
+
express: number;
|
|
133
|
+
scheduled: number;
|
|
134
|
+
validatedAt: number;
|
|
135
|
+
isGift: number;
|
|
136
|
+
giftFrom: number;
|
|
137
|
+
giftMessage: number;
|
|
138
|
+
fraudEvaluation: PrismaJson.FraudEvaluation;
|
|
139
|
+
_all: number;
|
|
140
|
+
};
|
|
141
|
+
export type CheckoutGroupAvgAggregateInputType = {
|
|
142
|
+
id?: true;
|
|
143
|
+
customerId?: true;
|
|
144
|
+
total?: true;
|
|
145
|
+
totalSubtotal?: true;
|
|
146
|
+
totalTax?: true;
|
|
147
|
+
totalDeliveryFee?: true;
|
|
148
|
+
totalDiscount?: true;
|
|
149
|
+
tip?: true;
|
|
150
|
+
};
|
|
151
|
+
export type CheckoutGroupSumAggregateInputType = {
|
|
152
|
+
id?: true;
|
|
153
|
+
customerId?: true;
|
|
154
|
+
total?: true;
|
|
155
|
+
totalSubtotal?: true;
|
|
156
|
+
totalTax?: true;
|
|
157
|
+
totalDeliveryFee?: true;
|
|
158
|
+
totalDiscount?: true;
|
|
159
|
+
tip?: true;
|
|
160
|
+
};
|
|
161
|
+
export type CheckoutGroupMinAggregateInputType = {
|
|
162
|
+
id?: true;
|
|
163
|
+
createdAt?: true;
|
|
164
|
+
updatedAt?: true;
|
|
165
|
+
completedAt?: true;
|
|
166
|
+
customerId?: true;
|
|
167
|
+
platformId?: true;
|
|
168
|
+
fulfillmentType?: true;
|
|
169
|
+
fulfillmentOptInOptionType?: true;
|
|
170
|
+
firstName?: true;
|
|
171
|
+
lastName?: true;
|
|
172
|
+
email?: true;
|
|
173
|
+
phone?: true;
|
|
174
|
+
total?: true;
|
|
175
|
+
totalSubtotal?: true;
|
|
176
|
+
totalTax?: true;
|
|
177
|
+
totalDeliveryFee?: true;
|
|
178
|
+
totalDiscount?: true;
|
|
179
|
+
currencyCode?: true;
|
|
180
|
+
tip?: true;
|
|
181
|
+
confirmationId?: true;
|
|
182
|
+
accessTokenHash?: true;
|
|
183
|
+
billingFirstName?: true;
|
|
184
|
+
billingLastName?: true;
|
|
185
|
+
cardBrand?: true;
|
|
186
|
+
cardLastDigits?: true;
|
|
187
|
+
express?: true;
|
|
188
|
+
scheduled?: true;
|
|
189
|
+
validatedAt?: true;
|
|
190
|
+
isGift?: true;
|
|
191
|
+
giftFrom?: true;
|
|
192
|
+
giftMessage?: true;
|
|
193
|
+
};
|
|
194
|
+
export type CheckoutGroupMaxAggregateInputType = {
|
|
195
|
+
id?: true;
|
|
196
|
+
createdAt?: true;
|
|
197
|
+
updatedAt?: true;
|
|
198
|
+
completedAt?: true;
|
|
199
|
+
customerId?: true;
|
|
200
|
+
platformId?: true;
|
|
201
|
+
fulfillmentType?: true;
|
|
202
|
+
fulfillmentOptInOptionType?: true;
|
|
203
|
+
firstName?: true;
|
|
204
|
+
lastName?: true;
|
|
205
|
+
email?: true;
|
|
206
|
+
phone?: true;
|
|
207
|
+
total?: true;
|
|
208
|
+
totalSubtotal?: true;
|
|
209
|
+
totalTax?: true;
|
|
210
|
+
totalDeliveryFee?: true;
|
|
211
|
+
totalDiscount?: true;
|
|
212
|
+
currencyCode?: true;
|
|
213
|
+
tip?: true;
|
|
214
|
+
confirmationId?: true;
|
|
215
|
+
accessTokenHash?: true;
|
|
216
|
+
billingFirstName?: true;
|
|
217
|
+
billingLastName?: true;
|
|
218
|
+
cardBrand?: true;
|
|
219
|
+
cardLastDigits?: true;
|
|
220
|
+
express?: true;
|
|
221
|
+
scheduled?: true;
|
|
222
|
+
validatedAt?: true;
|
|
223
|
+
isGift?: true;
|
|
224
|
+
giftFrom?: true;
|
|
225
|
+
giftMessage?: true;
|
|
226
|
+
};
|
|
227
|
+
export type CheckoutGroupCountAggregateInputType = {
|
|
228
|
+
id?: true;
|
|
229
|
+
createdAt?: true;
|
|
230
|
+
updatedAt?: true;
|
|
231
|
+
completedAt?: true;
|
|
232
|
+
customerId?: true;
|
|
233
|
+
platformId?: true;
|
|
234
|
+
fulfillmentType?: true;
|
|
235
|
+
fulfillmentOptInOptionType?: true;
|
|
236
|
+
discountCodes?: true;
|
|
237
|
+
firstName?: true;
|
|
238
|
+
lastName?: true;
|
|
239
|
+
email?: true;
|
|
240
|
+
phone?: true;
|
|
241
|
+
billingAddress?: true;
|
|
242
|
+
deliveryAddress?: true;
|
|
243
|
+
total?: true;
|
|
244
|
+
totalSubtotal?: true;
|
|
245
|
+
totalTax?: true;
|
|
246
|
+
totalTaxBreakdown?: true;
|
|
247
|
+
totalDeliveryFee?: true;
|
|
248
|
+
totalDiscount?: true;
|
|
249
|
+
currencyCode?: true;
|
|
250
|
+
tip?: true;
|
|
251
|
+
confirmationId?: true;
|
|
252
|
+
accessTokenHash?: true;
|
|
253
|
+
billingFirstName?: true;
|
|
254
|
+
billingLastName?: true;
|
|
255
|
+
cardBrand?: true;
|
|
256
|
+
cardLastDigits?: true;
|
|
257
|
+
express?: true;
|
|
258
|
+
scheduled?: true;
|
|
259
|
+
validatedAt?: true;
|
|
260
|
+
isGift?: true;
|
|
261
|
+
giftFrom?: true;
|
|
262
|
+
giftMessage?: true;
|
|
263
|
+
fraudEvaluation?: true;
|
|
264
|
+
_all?: true;
|
|
265
|
+
};
|
|
266
|
+
export type CheckoutGroupAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
267
|
+
/**
|
|
268
|
+
* Filter which CheckoutGroup to aggregate.
|
|
269
|
+
*/
|
|
270
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
271
|
+
/**
|
|
272
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
273
|
+
*
|
|
274
|
+
* Determine the order of CheckoutGroups to fetch.
|
|
275
|
+
*/
|
|
276
|
+
orderBy?: Prisma.CheckoutGroupOrderByWithRelationInput | Prisma.CheckoutGroupOrderByWithRelationInput[];
|
|
277
|
+
/**
|
|
278
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
279
|
+
*
|
|
280
|
+
* Sets the start position
|
|
281
|
+
*/
|
|
282
|
+
cursor?: Prisma.CheckoutGroupWhereUniqueInput;
|
|
283
|
+
/**
|
|
284
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
285
|
+
*
|
|
286
|
+
* Take `±n` CheckoutGroups from the position of the cursor.
|
|
287
|
+
*/
|
|
288
|
+
take?: number;
|
|
289
|
+
/**
|
|
290
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
291
|
+
*
|
|
292
|
+
* Skip the first `n` CheckoutGroups.
|
|
293
|
+
*/
|
|
294
|
+
skip?: number;
|
|
295
|
+
/**
|
|
296
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
297
|
+
*
|
|
298
|
+
* Count returned CheckoutGroups
|
|
299
|
+
**/
|
|
300
|
+
_count?: true | CheckoutGroupCountAggregateInputType;
|
|
301
|
+
/**
|
|
302
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
303
|
+
*
|
|
304
|
+
* Select which fields to average
|
|
305
|
+
**/
|
|
306
|
+
_avg?: CheckoutGroupAvgAggregateInputType;
|
|
307
|
+
/**
|
|
308
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
309
|
+
*
|
|
310
|
+
* Select which fields to sum
|
|
311
|
+
**/
|
|
312
|
+
_sum?: CheckoutGroupSumAggregateInputType;
|
|
313
|
+
/**
|
|
314
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
315
|
+
*
|
|
316
|
+
* Select which fields to find the minimum value
|
|
317
|
+
**/
|
|
318
|
+
_min?: CheckoutGroupMinAggregateInputType;
|
|
319
|
+
/**
|
|
320
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
321
|
+
*
|
|
322
|
+
* Select which fields to find the maximum value
|
|
323
|
+
**/
|
|
324
|
+
_max?: CheckoutGroupMaxAggregateInputType;
|
|
325
|
+
};
|
|
326
|
+
export type GetCheckoutGroupAggregateType<T extends CheckoutGroupAggregateArgs> = {
|
|
327
|
+
[P in keyof T & keyof AggregateCheckoutGroup]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateCheckoutGroup[P]> : Prisma.GetScalarType<T[P], AggregateCheckoutGroup[P]>;
|
|
328
|
+
};
|
|
329
|
+
export type CheckoutGroupGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
330
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
331
|
+
orderBy?: Prisma.CheckoutGroupOrderByWithAggregationInput | Prisma.CheckoutGroupOrderByWithAggregationInput[];
|
|
332
|
+
by: Prisma.CheckoutGroupScalarFieldEnum[] | Prisma.CheckoutGroupScalarFieldEnum;
|
|
333
|
+
having?: Prisma.CheckoutGroupScalarWhereWithAggregatesInput;
|
|
334
|
+
take?: number;
|
|
335
|
+
skip?: number;
|
|
336
|
+
_count?: CheckoutGroupCountAggregateInputType | true;
|
|
337
|
+
_avg?: CheckoutGroupAvgAggregateInputType;
|
|
338
|
+
_sum?: CheckoutGroupSumAggregateInputType;
|
|
339
|
+
_min?: CheckoutGroupMinAggregateInputType;
|
|
340
|
+
_max?: CheckoutGroupMaxAggregateInputType;
|
|
341
|
+
};
|
|
342
|
+
export type CheckoutGroupGroupByOutputType = {
|
|
343
|
+
id: bigint;
|
|
344
|
+
createdAt: Date;
|
|
345
|
+
updatedAt: Date | null;
|
|
346
|
+
completedAt: Date | null;
|
|
347
|
+
customerId: bigint | null;
|
|
348
|
+
platformId: string;
|
|
349
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
350
|
+
fulfillmentOptInOptionType: $Enums.FulfillmentOptInOptionType | null;
|
|
351
|
+
discountCodes: string[];
|
|
352
|
+
firstName: string | null;
|
|
353
|
+
lastName: string | null;
|
|
354
|
+
email: string | null;
|
|
355
|
+
phone: string | null;
|
|
356
|
+
billingAddress: PrismaJson.Address | null;
|
|
357
|
+
deliveryAddress: PrismaJson.Address | null;
|
|
358
|
+
total: runtime.Decimal;
|
|
359
|
+
totalSubtotal: runtime.Decimal;
|
|
360
|
+
totalTax: runtime.Decimal;
|
|
361
|
+
totalTaxBreakdown: PrismaJson.TotalTaxBreakdown | null;
|
|
362
|
+
totalDeliveryFee: runtime.Decimal;
|
|
363
|
+
totalDiscount: runtime.Decimal;
|
|
364
|
+
currencyCode: $Enums.CurrencyCode;
|
|
365
|
+
tip: runtime.Decimal;
|
|
366
|
+
confirmationId: string | null;
|
|
367
|
+
accessTokenHash: string | null;
|
|
368
|
+
billingFirstName: string;
|
|
369
|
+
billingLastName: string;
|
|
370
|
+
cardBrand: string;
|
|
371
|
+
cardLastDigits: string;
|
|
372
|
+
express: boolean | null;
|
|
373
|
+
scheduled: Date | null;
|
|
374
|
+
validatedAt: Date | null;
|
|
375
|
+
isGift: boolean;
|
|
376
|
+
giftFrom: string | null;
|
|
377
|
+
giftMessage: string | null;
|
|
378
|
+
fraudEvaluation: PrismaJson.FraudEvaluation | null;
|
|
379
|
+
_count: CheckoutGroupCountAggregateOutputType | null;
|
|
380
|
+
_avg: CheckoutGroupAvgAggregateOutputType | null;
|
|
381
|
+
_sum: CheckoutGroupSumAggregateOutputType | null;
|
|
382
|
+
_min: CheckoutGroupMinAggregateOutputType | null;
|
|
383
|
+
_max: CheckoutGroupMaxAggregateOutputType | null;
|
|
384
|
+
};
|
|
385
|
+
type GetCheckoutGroupGroupByPayload<T extends CheckoutGroupGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<CheckoutGroupGroupByOutputType, T['by']> & {
|
|
386
|
+
[P in ((keyof T) & (keyof CheckoutGroupGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], CheckoutGroupGroupByOutputType[P]> : Prisma.GetScalarType<T[P], CheckoutGroupGroupByOutputType[P]>;
|
|
387
|
+
}>>;
|
|
388
|
+
export type CheckoutGroupWhereInput = {
|
|
389
|
+
AND?: Prisma.CheckoutGroupWhereInput | Prisma.CheckoutGroupWhereInput[];
|
|
390
|
+
OR?: Prisma.CheckoutGroupWhereInput[];
|
|
391
|
+
NOT?: Prisma.CheckoutGroupWhereInput | Prisma.CheckoutGroupWhereInput[];
|
|
392
|
+
id?: Prisma.BigIntFilter<"CheckoutGroup"> | bigint | number;
|
|
393
|
+
createdAt?: Prisma.DateTimeFilter<"CheckoutGroup"> | Date | string;
|
|
394
|
+
updatedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
395
|
+
completedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
396
|
+
customerId?: Prisma.BigIntNullableFilter<"CheckoutGroup"> | bigint | number | null;
|
|
397
|
+
platformId?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
398
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFilter<"CheckoutGroup"> | $Enums.FulfillmentType;
|
|
399
|
+
fulfillmentOptInOptionType?: Prisma.EnumFulfillmentOptInOptionTypeNullableFilter<"CheckoutGroup"> | $Enums.FulfillmentOptInOptionType | null;
|
|
400
|
+
discountCodes?: Prisma.StringNullableListFilter<"CheckoutGroup">;
|
|
401
|
+
firstName?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
402
|
+
lastName?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
403
|
+
email?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
404
|
+
phone?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
405
|
+
billingAddress?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
406
|
+
deliveryAddress?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
407
|
+
total?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
408
|
+
totalSubtotal?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
409
|
+
totalTax?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
410
|
+
totalTaxBreakdown?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
411
|
+
totalDeliveryFee?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
412
|
+
totalDiscount?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
413
|
+
currencyCode?: Prisma.EnumCurrencyCodeFilter<"CheckoutGroup"> | $Enums.CurrencyCode;
|
|
414
|
+
tip?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
415
|
+
confirmationId?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
416
|
+
accessTokenHash?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
417
|
+
billingFirstName?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
418
|
+
billingLastName?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
419
|
+
cardBrand?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
420
|
+
cardLastDigits?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
421
|
+
express?: Prisma.BoolNullableFilter<"CheckoutGroup"> | boolean | null;
|
|
422
|
+
scheduled?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
423
|
+
validatedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
424
|
+
isGift?: Prisma.BoolFilter<"CheckoutGroup"> | boolean;
|
|
425
|
+
giftFrom?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
426
|
+
giftMessage?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
427
|
+
fraudEvaluation?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
428
|
+
customer?: Prisma.XOR<Prisma.CustomerNullableScalarRelationFilter, Prisma.CustomerWhereInput> | null;
|
|
429
|
+
checkout?: Prisma.CheckoutListRelationFilter;
|
|
430
|
+
};
|
|
431
|
+
export type CheckoutGroupOrderByWithRelationInput = {
|
|
432
|
+
id?: Prisma.SortOrder;
|
|
433
|
+
createdAt?: Prisma.SortOrder;
|
|
434
|
+
updatedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
435
|
+
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
436
|
+
customerId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
437
|
+
platformId?: Prisma.SortOrder;
|
|
438
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
439
|
+
fulfillmentOptInOptionType?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
440
|
+
discountCodes?: Prisma.SortOrder;
|
|
441
|
+
firstName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
442
|
+
lastName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
443
|
+
email?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
444
|
+
phone?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
445
|
+
billingAddress?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
446
|
+
deliveryAddress?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
447
|
+
total?: Prisma.SortOrder;
|
|
448
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
449
|
+
totalTax?: Prisma.SortOrder;
|
|
450
|
+
totalTaxBreakdown?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
451
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
452
|
+
totalDiscount?: Prisma.SortOrder;
|
|
453
|
+
currencyCode?: Prisma.SortOrder;
|
|
454
|
+
tip?: Prisma.SortOrder;
|
|
455
|
+
confirmationId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
456
|
+
accessTokenHash?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
457
|
+
billingFirstName?: Prisma.SortOrder;
|
|
458
|
+
billingLastName?: Prisma.SortOrder;
|
|
459
|
+
cardBrand?: Prisma.SortOrder;
|
|
460
|
+
cardLastDigits?: Prisma.SortOrder;
|
|
461
|
+
express?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
462
|
+
scheduled?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
463
|
+
validatedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
464
|
+
isGift?: Prisma.SortOrder;
|
|
465
|
+
giftFrom?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
466
|
+
giftMessage?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
467
|
+
fraudEvaluation?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
468
|
+
customer?: Prisma.CustomerOrderByWithRelationInput;
|
|
469
|
+
checkout?: Prisma.CheckoutOrderByRelationAggregateInput;
|
|
470
|
+
_relevance?: Prisma.CheckoutGroupOrderByRelevanceInput;
|
|
471
|
+
};
|
|
472
|
+
export type CheckoutGroupWhereUniqueInput = Prisma.AtLeast<{
|
|
473
|
+
id?: bigint | number;
|
|
474
|
+
confirmationId?: string;
|
|
475
|
+
accessTokenHash?: string;
|
|
476
|
+
AND?: Prisma.CheckoutGroupWhereInput | Prisma.CheckoutGroupWhereInput[];
|
|
477
|
+
OR?: Prisma.CheckoutGroupWhereInput[];
|
|
478
|
+
NOT?: Prisma.CheckoutGroupWhereInput | Prisma.CheckoutGroupWhereInput[];
|
|
479
|
+
createdAt?: Prisma.DateTimeFilter<"CheckoutGroup"> | Date | string;
|
|
480
|
+
updatedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
481
|
+
completedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
482
|
+
customerId?: Prisma.BigIntNullableFilter<"CheckoutGroup"> | bigint | number | null;
|
|
483
|
+
platformId?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
484
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFilter<"CheckoutGroup"> | $Enums.FulfillmentType;
|
|
485
|
+
fulfillmentOptInOptionType?: Prisma.EnumFulfillmentOptInOptionTypeNullableFilter<"CheckoutGroup"> | $Enums.FulfillmentOptInOptionType | null;
|
|
486
|
+
discountCodes?: Prisma.StringNullableListFilter<"CheckoutGroup">;
|
|
487
|
+
firstName?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
488
|
+
lastName?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
489
|
+
email?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
490
|
+
phone?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
491
|
+
billingAddress?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
492
|
+
deliveryAddress?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
493
|
+
total?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
494
|
+
totalSubtotal?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
495
|
+
totalTax?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
496
|
+
totalTaxBreakdown?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
497
|
+
totalDeliveryFee?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
498
|
+
totalDiscount?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
499
|
+
currencyCode?: Prisma.EnumCurrencyCodeFilter<"CheckoutGroup"> | $Enums.CurrencyCode;
|
|
500
|
+
tip?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
501
|
+
billingFirstName?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
502
|
+
billingLastName?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
503
|
+
cardBrand?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
504
|
+
cardLastDigits?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
505
|
+
express?: Prisma.BoolNullableFilter<"CheckoutGroup"> | boolean | null;
|
|
506
|
+
scheduled?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
507
|
+
validatedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
508
|
+
isGift?: Prisma.BoolFilter<"CheckoutGroup"> | boolean;
|
|
509
|
+
giftFrom?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
510
|
+
giftMessage?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
511
|
+
fraudEvaluation?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
512
|
+
customer?: Prisma.XOR<Prisma.CustomerNullableScalarRelationFilter, Prisma.CustomerWhereInput> | null;
|
|
513
|
+
checkout?: Prisma.CheckoutListRelationFilter;
|
|
514
|
+
}, "id" | "confirmationId" | "accessTokenHash">;
|
|
515
|
+
export type CheckoutGroupOrderByWithAggregationInput = {
|
|
516
|
+
id?: Prisma.SortOrder;
|
|
517
|
+
createdAt?: Prisma.SortOrder;
|
|
518
|
+
updatedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
519
|
+
completedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
520
|
+
customerId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
521
|
+
platformId?: Prisma.SortOrder;
|
|
522
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
523
|
+
fulfillmentOptInOptionType?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
524
|
+
discountCodes?: Prisma.SortOrder;
|
|
525
|
+
firstName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
526
|
+
lastName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
527
|
+
email?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
528
|
+
phone?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
529
|
+
billingAddress?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
530
|
+
deliveryAddress?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
531
|
+
total?: Prisma.SortOrder;
|
|
532
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
533
|
+
totalTax?: Prisma.SortOrder;
|
|
534
|
+
totalTaxBreakdown?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
535
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
536
|
+
totalDiscount?: Prisma.SortOrder;
|
|
537
|
+
currencyCode?: Prisma.SortOrder;
|
|
538
|
+
tip?: Prisma.SortOrder;
|
|
539
|
+
confirmationId?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
540
|
+
accessTokenHash?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
541
|
+
billingFirstName?: Prisma.SortOrder;
|
|
542
|
+
billingLastName?: Prisma.SortOrder;
|
|
543
|
+
cardBrand?: Prisma.SortOrder;
|
|
544
|
+
cardLastDigits?: Prisma.SortOrder;
|
|
545
|
+
express?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
546
|
+
scheduled?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
547
|
+
validatedAt?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
548
|
+
isGift?: Prisma.SortOrder;
|
|
549
|
+
giftFrom?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
550
|
+
giftMessage?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
551
|
+
fraudEvaluation?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
552
|
+
_count?: Prisma.CheckoutGroupCountOrderByAggregateInput;
|
|
553
|
+
_avg?: Prisma.CheckoutGroupAvgOrderByAggregateInput;
|
|
554
|
+
_max?: Prisma.CheckoutGroupMaxOrderByAggregateInput;
|
|
555
|
+
_min?: Prisma.CheckoutGroupMinOrderByAggregateInput;
|
|
556
|
+
_sum?: Prisma.CheckoutGroupSumOrderByAggregateInput;
|
|
557
|
+
};
|
|
558
|
+
export type CheckoutGroupScalarWhereWithAggregatesInput = {
|
|
559
|
+
AND?: Prisma.CheckoutGroupScalarWhereWithAggregatesInput | Prisma.CheckoutGroupScalarWhereWithAggregatesInput[];
|
|
560
|
+
OR?: Prisma.CheckoutGroupScalarWhereWithAggregatesInput[];
|
|
561
|
+
NOT?: Prisma.CheckoutGroupScalarWhereWithAggregatesInput | Prisma.CheckoutGroupScalarWhereWithAggregatesInput[];
|
|
562
|
+
id?: Prisma.BigIntWithAggregatesFilter<"CheckoutGroup"> | bigint | number;
|
|
563
|
+
createdAt?: Prisma.DateTimeWithAggregatesFilter<"CheckoutGroup"> | Date | string;
|
|
564
|
+
updatedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"CheckoutGroup"> | Date | string | null;
|
|
565
|
+
completedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"CheckoutGroup"> | Date | string | null;
|
|
566
|
+
customerId?: Prisma.BigIntNullableWithAggregatesFilter<"CheckoutGroup"> | bigint | number | null;
|
|
567
|
+
platformId?: Prisma.StringWithAggregatesFilter<"CheckoutGroup"> | string;
|
|
568
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeWithAggregatesFilter<"CheckoutGroup"> | $Enums.FulfillmentType;
|
|
569
|
+
fulfillmentOptInOptionType?: Prisma.EnumFulfillmentOptInOptionTypeNullableWithAggregatesFilter<"CheckoutGroup"> | $Enums.FulfillmentOptInOptionType | null;
|
|
570
|
+
discountCodes?: Prisma.StringNullableListFilter<"CheckoutGroup">;
|
|
571
|
+
firstName?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
572
|
+
lastName?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
573
|
+
email?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
574
|
+
phone?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
575
|
+
billingAddress?: Prisma.JsonNullableWithAggregatesFilter<"CheckoutGroup">;
|
|
576
|
+
deliveryAddress?: Prisma.JsonNullableWithAggregatesFilter<"CheckoutGroup">;
|
|
577
|
+
total?: Prisma.DecimalWithAggregatesFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
578
|
+
totalSubtotal?: Prisma.DecimalWithAggregatesFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
579
|
+
totalTax?: Prisma.DecimalWithAggregatesFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
580
|
+
totalTaxBreakdown?: Prisma.JsonNullableWithAggregatesFilter<"CheckoutGroup">;
|
|
581
|
+
totalDeliveryFee?: Prisma.DecimalWithAggregatesFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
582
|
+
totalDiscount?: Prisma.DecimalWithAggregatesFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
583
|
+
currencyCode?: Prisma.EnumCurrencyCodeWithAggregatesFilter<"CheckoutGroup"> | $Enums.CurrencyCode;
|
|
584
|
+
tip?: Prisma.DecimalWithAggregatesFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
585
|
+
confirmationId?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
586
|
+
accessTokenHash?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
587
|
+
billingFirstName?: Prisma.StringWithAggregatesFilter<"CheckoutGroup"> | string;
|
|
588
|
+
billingLastName?: Prisma.StringWithAggregatesFilter<"CheckoutGroup"> | string;
|
|
589
|
+
cardBrand?: Prisma.StringWithAggregatesFilter<"CheckoutGroup"> | string;
|
|
590
|
+
cardLastDigits?: Prisma.StringWithAggregatesFilter<"CheckoutGroup"> | string;
|
|
591
|
+
express?: Prisma.BoolNullableWithAggregatesFilter<"CheckoutGroup"> | boolean | null;
|
|
592
|
+
scheduled?: Prisma.DateTimeNullableWithAggregatesFilter<"CheckoutGroup"> | Date | string | null;
|
|
593
|
+
validatedAt?: Prisma.DateTimeNullableWithAggregatesFilter<"CheckoutGroup"> | Date | string | null;
|
|
594
|
+
isGift?: Prisma.BoolWithAggregatesFilter<"CheckoutGroup"> | boolean;
|
|
595
|
+
giftFrom?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
596
|
+
giftMessage?: Prisma.StringNullableWithAggregatesFilter<"CheckoutGroup"> | string | null;
|
|
597
|
+
fraudEvaluation?: Prisma.JsonNullableWithAggregatesFilter<"CheckoutGroup">;
|
|
598
|
+
};
|
|
599
|
+
export type CheckoutGroupCreateInput = {
|
|
600
|
+
id?: bigint | number;
|
|
601
|
+
createdAt?: Date | string;
|
|
602
|
+
updatedAt?: Date | string | null;
|
|
603
|
+
completedAt?: Date | string | null;
|
|
604
|
+
platformId: string;
|
|
605
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
606
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
607
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
608
|
+
firstName?: string | null;
|
|
609
|
+
lastName?: string | null;
|
|
610
|
+
email?: string | null;
|
|
611
|
+
phone?: string | null;
|
|
612
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
613
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
614
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
615
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
616
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
617
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
618
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
619
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
620
|
+
currencyCode: $Enums.CurrencyCode;
|
|
621
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
622
|
+
confirmationId?: string | null;
|
|
623
|
+
accessTokenHash?: string | null;
|
|
624
|
+
billingFirstName: string;
|
|
625
|
+
billingLastName: string;
|
|
626
|
+
cardBrand: string;
|
|
627
|
+
cardLastDigits: string;
|
|
628
|
+
express?: boolean | null;
|
|
629
|
+
scheduled?: Date | string | null;
|
|
630
|
+
validatedAt?: Date | string | null;
|
|
631
|
+
isGift?: boolean;
|
|
632
|
+
giftFrom?: string | null;
|
|
633
|
+
giftMessage?: string | null;
|
|
634
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
635
|
+
customer?: Prisma.CustomerCreateNestedOneWithoutCheckoutGroupInput;
|
|
636
|
+
checkout?: Prisma.CheckoutCreateNestedManyWithoutCheckoutGroupInput;
|
|
637
|
+
};
|
|
638
|
+
export type CheckoutGroupUncheckedCreateInput = {
|
|
639
|
+
id?: bigint | number;
|
|
640
|
+
createdAt?: Date | string;
|
|
641
|
+
updatedAt?: Date | string | null;
|
|
642
|
+
completedAt?: Date | string | null;
|
|
643
|
+
customerId?: bigint | number | null;
|
|
644
|
+
platformId: string;
|
|
645
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
646
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
647
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
648
|
+
firstName?: string | null;
|
|
649
|
+
lastName?: string | null;
|
|
650
|
+
email?: string | null;
|
|
651
|
+
phone?: string | null;
|
|
652
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
653
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
654
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
655
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
656
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
657
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
658
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
659
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
660
|
+
currencyCode: $Enums.CurrencyCode;
|
|
661
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
662
|
+
confirmationId?: string | null;
|
|
663
|
+
accessTokenHash?: string | null;
|
|
664
|
+
billingFirstName: string;
|
|
665
|
+
billingLastName: string;
|
|
666
|
+
cardBrand: string;
|
|
667
|
+
cardLastDigits: string;
|
|
668
|
+
express?: boolean | null;
|
|
669
|
+
scheduled?: Date | string | null;
|
|
670
|
+
validatedAt?: Date | string | null;
|
|
671
|
+
isGift?: boolean;
|
|
672
|
+
giftFrom?: string | null;
|
|
673
|
+
giftMessage?: string | null;
|
|
674
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
675
|
+
checkout?: Prisma.CheckoutUncheckedCreateNestedManyWithoutCheckoutGroupInput;
|
|
676
|
+
};
|
|
677
|
+
export type CheckoutGroupUpdateInput = {
|
|
678
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
679
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
680
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
681
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
682
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
683
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
684
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
685
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
686
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
687
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
688
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
689
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
690
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
691
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
692
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
693
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
694
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
695
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
696
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
697
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
698
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
699
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
700
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
701
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
702
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
703
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
704
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
705
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
706
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
707
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
708
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
709
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
710
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
711
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
712
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
713
|
+
customer?: Prisma.CustomerUpdateOneWithoutCheckoutGroupNestedInput;
|
|
714
|
+
checkout?: Prisma.CheckoutUpdateManyWithoutCheckoutGroupNestedInput;
|
|
715
|
+
};
|
|
716
|
+
export type CheckoutGroupUncheckedUpdateInput = {
|
|
717
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
718
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
719
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
720
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
721
|
+
customerId?: Prisma.NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
722
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
723
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
724
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
725
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
726
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
727
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
728
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
729
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
730
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
731
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
732
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
733
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
734
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
735
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
736
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
737
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
738
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
739
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
740
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
741
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
742
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
743
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
744
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
745
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
746
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
747
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
748
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
749
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
750
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
751
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
752
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
753
|
+
checkout?: Prisma.CheckoutUncheckedUpdateManyWithoutCheckoutGroupNestedInput;
|
|
754
|
+
};
|
|
755
|
+
export type CheckoutGroupCreateManyInput = {
|
|
756
|
+
id?: bigint | number;
|
|
757
|
+
createdAt?: Date | string;
|
|
758
|
+
updatedAt?: Date | string | null;
|
|
759
|
+
completedAt?: Date | string | null;
|
|
760
|
+
customerId?: bigint | number | null;
|
|
761
|
+
platformId: string;
|
|
762
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
763
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
764
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
765
|
+
firstName?: string | null;
|
|
766
|
+
lastName?: string | null;
|
|
767
|
+
email?: string | null;
|
|
768
|
+
phone?: string | null;
|
|
769
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
770
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
771
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
772
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
773
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
774
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
775
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
776
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
777
|
+
currencyCode: $Enums.CurrencyCode;
|
|
778
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
779
|
+
confirmationId?: string | null;
|
|
780
|
+
accessTokenHash?: string | null;
|
|
781
|
+
billingFirstName: string;
|
|
782
|
+
billingLastName: string;
|
|
783
|
+
cardBrand: string;
|
|
784
|
+
cardLastDigits: string;
|
|
785
|
+
express?: boolean | null;
|
|
786
|
+
scheduled?: Date | string | null;
|
|
787
|
+
validatedAt?: Date | string | null;
|
|
788
|
+
isGift?: boolean;
|
|
789
|
+
giftFrom?: string | null;
|
|
790
|
+
giftMessage?: string | null;
|
|
791
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
792
|
+
};
|
|
793
|
+
export type CheckoutGroupUpdateManyMutationInput = {
|
|
794
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
795
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
796
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
797
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
798
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
799
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
800
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
801
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
802
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
803
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
804
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
805
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
806
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
807
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
808
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
809
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
810
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
811
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
812
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
813
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
814
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
815
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
816
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
817
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
818
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
819
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
820
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
821
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
822
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
823
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
824
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
825
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
826
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
827
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
828
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
829
|
+
};
|
|
830
|
+
export type CheckoutGroupUncheckedUpdateManyInput = {
|
|
831
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
832
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
833
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
834
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
835
|
+
customerId?: Prisma.NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
836
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
837
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
838
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
839
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
840
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
841
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
842
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
843
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
844
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
845
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
846
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
847
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
848
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
849
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
850
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
851
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
852
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
853
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
854
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
855
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
856
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
857
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
858
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
859
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
860
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
861
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
862
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
863
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
864
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
865
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
866
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
867
|
+
};
|
|
868
|
+
export type CheckoutGroupListRelationFilter = {
|
|
869
|
+
every?: Prisma.CheckoutGroupWhereInput;
|
|
870
|
+
some?: Prisma.CheckoutGroupWhereInput;
|
|
871
|
+
none?: Prisma.CheckoutGroupWhereInput;
|
|
872
|
+
};
|
|
873
|
+
export type CheckoutGroupOrderByRelationAggregateInput = {
|
|
874
|
+
_count?: Prisma.SortOrder;
|
|
875
|
+
};
|
|
876
|
+
export type CheckoutGroupOrderByRelevanceInput = {
|
|
877
|
+
fields: Prisma.CheckoutGroupOrderByRelevanceFieldEnum | Prisma.CheckoutGroupOrderByRelevanceFieldEnum[];
|
|
878
|
+
sort: Prisma.SortOrder;
|
|
879
|
+
search: string;
|
|
880
|
+
};
|
|
881
|
+
export type CheckoutGroupCountOrderByAggregateInput = {
|
|
882
|
+
id?: Prisma.SortOrder;
|
|
883
|
+
createdAt?: Prisma.SortOrder;
|
|
884
|
+
updatedAt?: Prisma.SortOrder;
|
|
885
|
+
completedAt?: Prisma.SortOrder;
|
|
886
|
+
customerId?: Prisma.SortOrder;
|
|
887
|
+
platformId?: Prisma.SortOrder;
|
|
888
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
889
|
+
fulfillmentOptInOptionType?: Prisma.SortOrder;
|
|
890
|
+
discountCodes?: Prisma.SortOrder;
|
|
891
|
+
firstName?: Prisma.SortOrder;
|
|
892
|
+
lastName?: Prisma.SortOrder;
|
|
893
|
+
email?: Prisma.SortOrder;
|
|
894
|
+
phone?: Prisma.SortOrder;
|
|
895
|
+
billingAddress?: Prisma.SortOrder;
|
|
896
|
+
deliveryAddress?: Prisma.SortOrder;
|
|
897
|
+
total?: Prisma.SortOrder;
|
|
898
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
899
|
+
totalTax?: Prisma.SortOrder;
|
|
900
|
+
totalTaxBreakdown?: Prisma.SortOrder;
|
|
901
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
902
|
+
totalDiscount?: Prisma.SortOrder;
|
|
903
|
+
currencyCode?: Prisma.SortOrder;
|
|
904
|
+
tip?: Prisma.SortOrder;
|
|
905
|
+
confirmationId?: Prisma.SortOrder;
|
|
906
|
+
accessTokenHash?: Prisma.SortOrder;
|
|
907
|
+
billingFirstName?: Prisma.SortOrder;
|
|
908
|
+
billingLastName?: Prisma.SortOrder;
|
|
909
|
+
cardBrand?: Prisma.SortOrder;
|
|
910
|
+
cardLastDigits?: Prisma.SortOrder;
|
|
911
|
+
express?: Prisma.SortOrder;
|
|
912
|
+
scheduled?: Prisma.SortOrder;
|
|
913
|
+
validatedAt?: Prisma.SortOrder;
|
|
914
|
+
isGift?: Prisma.SortOrder;
|
|
915
|
+
giftFrom?: Prisma.SortOrder;
|
|
916
|
+
giftMessage?: Prisma.SortOrder;
|
|
917
|
+
fraudEvaluation?: Prisma.SortOrder;
|
|
918
|
+
};
|
|
919
|
+
export type CheckoutGroupAvgOrderByAggregateInput = {
|
|
920
|
+
id?: Prisma.SortOrder;
|
|
921
|
+
customerId?: Prisma.SortOrder;
|
|
922
|
+
total?: Prisma.SortOrder;
|
|
923
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
924
|
+
totalTax?: Prisma.SortOrder;
|
|
925
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
926
|
+
totalDiscount?: Prisma.SortOrder;
|
|
927
|
+
tip?: Prisma.SortOrder;
|
|
928
|
+
};
|
|
929
|
+
export type CheckoutGroupMaxOrderByAggregateInput = {
|
|
930
|
+
id?: Prisma.SortOrder;
|
|
931
|
+
createdAt?: Prisma.SortOrder;
|
|
932
|
+
updatedAt?: Prisma.SortOrder;
|
|
933
|
+
completedAt?: Prisma.SortOrder;
|
|
934
|
+
customerId?: Prisma.SortOrder;
|
|
935
|
+
platformId?: Prisma.SortOrder;
|
|
936
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
937
|
+
fulfillmentOptInOptionType?: Prisma.SortOrder;
|
|
938
|
+
firstName?: Prisma.SortOrder;
|
|
939
|
+
lastName?: Prisma.SortOrder;
|
|
940
|
+
email?: Prisma.SortOrder;
|
|
941
|
+
phone?: Prisma.SortOrder;
|
|
942
|
+
total?: Prisma.SortOrder;
|
|
943
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
944
|
+
totalTax?: Prisma.SortOrder;
|
|
945
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
946
|
+
totalDiscount?: Prisma.SortOrder;
|
|
947
|
+
currencyCode?: Prisma.SortOrder;
|
|
948
|
+
tip?: Prisma.SortOrder;
|
|
949
|
+
confirmationId?: Prisma.SortOrder;
|
|
950
|
+
accessTokenHash?: Prisma.SortOrder;
|
|
951
|
+
billingFirstName?: Prisma.SortOrder;
|
|
952
|
+
billingLastName?: Prisma.SortOrder;
|
|
953
|
+
cardBrand?: Prisma.SortOrder;
|
|
954
|
+
cardLastDigits?: Prisma.SortOrder;
|
|
955
|
+
express?: Prisma.SortOrder;
|
|
956
|
+
scheduled?: Prisma.SortOrder;
|
|
957
|
+
validatedAt?: Prisma.SortOrder;
|
|
958
|
+
isGift?: Prisma.SortOrder;
|
|
959
|
+
giftFrom?: Prisma.SortOrder;
|
|
960
|
+
giftMessage?: Prisma.SortOrder;
|
|
961
|
+
};
|
|
962
|
+
export type CheckoutGroupMinOrderByAggregateInput = {
|
|
963
|
+
id?: Prisma.SortOrder;
|
|
964
|
+
createdAt?: Prisma.SortOrder;
|
|
965
|
+
updatedAt?: Prisma.SortOrder;
|
|
966
|
+
completedAt?: Prisma.SortOrder;
|
|
967
|
+
customerId?: Prisma.SortOrder;
|
|
968
|
+
platformId?: Prisma.SortOrder;
|
|
969
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
970
|
+
fulfillmentOptInOptionType?: Prisma.SortOrder;
|
|
971
|
+
firstName?: Prisma.SortOrder;
|
|
972
|
+
lastName?: Prisma.SortOrder;
|
|
973
|
+
email?: Prisma.SortOrder;
|
|
974
|
+
phone?: Prisma.SortOrder;
|
|
975
|
+
total?: Prisma.SortOrder;
|
|
976
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
977
|
+
totalTax?: Prisma.SortOrder;
|
|
978
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
979
|
+
totalDiscount?: Prisma.SortOrder;
|
|
980
|
+
currencyCode?: Prisma.SortOrder;
|
|
981
|
+
tip?: Prisma.SortOrder;
|
|
982
|
+
confirmationId?: Prisma.SortOrder;
|
|
983
|
+
accessTokenHash?: Prisma.SortOrder;
|
|
984
|
+
billingFirstName?: Prisma.SortOrder;
|
|
985
|
+
billingLastName?: Prisma.SortOrder;
|
|
986
|
+
cardBrand?: Prisma.SortOrder;
|
|
987
|
+
cardLastDigits?: Prisma.SortOrder;
|
|
988
|
+
express?: Prisma.SortOrder;
|
|
989
|
+
scheduled?: Prisma.SortOrder;
|
|
990
|
+
validatedAt?: Prisma.SortOrder;
|
|
991
|
+
isGift?: Prisma.SortOrder;
|
|
992
|
+
giftFrom?: Prisma.SortOrder;
|
|
993
|
+
giftMessage?: Prisma.SortOrder;
|
|
994
|
+
};
|
|
995
|
+
export type CheckoutGroupSumOrderByAggregateInput = {
|
|
996
|
+
id?: Prisma.SortOrder;
|
|
997
|
+
customerId?: Prisma.SortOrder;
|
|
998
|
+
total?: Prisma.SortOrder;
|
|
999
|
+
totalSubtotal?: Prisma.SortOrder;
|
|
1000
|
+
totalTax?: Prisma.SortOrder;
|
|
1001
|
+
totalDeliveryFee?: Prisma.SortOrder;
|
|
1002
|
+
totalDiscount?: Prisma.SortOrder;
|
|
1003
|
+
tip?: Prisma.SortOrder;
|
|
1004
|
+
};
|
|
1005
|
+
export type CheckoutGroupScalarRelationFilter = {
|
|
1006
|
+
is?: Prisma.CheckoutGroupWhereInput;
|
|
1007
|
+
isNot?: Prisma.CheckoutGroupWhereInput;
|
|
1008
|
+
};
|
|
1009
|
+
export type CheckoutGroupCreateNestedManyWithoutCustomerInput = {
|
|
1010
|
+
create?: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput> | Prisma.CheckoutGroupCreateWithoutCustomerInput[] | Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput[];
|
|
1011
|
+
connectOrCreate?: Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput | Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput[];
|
|
1012
|
+
createMany?: Prisma.CheckoutGroupCreateManyCustomerInputEnvelope;
|
|
1013
|
+
connect?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1014
|
+
};
|
|
1015
|
+
export type CheckoutGroupUncheckedCreateNestedManyWithoutCustomerInput = {
|
|
1016
|
+
create?: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput> | Prisma.CheckoutGroupCreateWithoutCustomerInput[] | Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput[];
|
|
1017
|
+
connectOrCreate?: Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput | Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput[];
|
|
1018
|
+
createMany?: Prisma.CheckoutGroupCreateManyCustomerInputEnvelope;
|
|
1019
|
+
connect?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1020
|
+
};
|
|
1021
|
+
export type CheckoutGroupUpdateManyWithoutCustomerNestedInput = {
|
|
1022
|
+
create?: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput> | Prisma.CheckoutGroupCreateWithoutCustomerInput[] | Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput[];
|
|
1023
|
+
connectOrCreate?: Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput | Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput[];
|
|
1024
|
+
upsert?: Prisma.CheckoutGroupUpsertWithWhereUniqueWithoutCustomerInput | Prisma.CheckoutGroupUpsertWithWhereUniqueWithoutCustomerInput[];
|
|
1025
|
+
createMany?: Prisma.CheckoutGroupCreateManyCustomerInputEnvelope;
|
|
1026
|
+
set?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1027
|
+
disconnect?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1028
|
+
delete?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1029
|
+
connect?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1030
|
+
update?: Prisma.CheckoutGroupUpdateWithWhereUniqueWithoutCustomerInput | Prisma.CheckoutGroupUpdateWithWhereUniqueWithoutCustomerInput[];
|
|
1031
|
+
updateMany?: Prisma.CheckoutGroupUpdateManyWithWhereWithoutCustomerInput | Prisma.CheckoutGroupUpdateManyWithWhereWithoutCustomerInput[];
|
|
1032
|
+
deleteMany?: Prisma.CheckoutGroupScalarWhereInput | Prisma.CheckoutGroupScalarWhereInput[];
|
|
1033
|
+
};
|
|
1034
|
+
export type CheckoutGroupUncheckedUpdateManyWithoutCustomerNestedInput = {
|
|
1035
|
+
create?: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput> | Prisma.CheckoutGroupCreateWithoutCustomerInput[] | Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput[];
|
|
1036
|
+
connectOrCreate?: Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput | Prisma.CheckoutGroupCreateOrConnectWithoutCustomerInput[];
|
|
1037
|
+
upsert?: Prisma.CheckoutGroupUpsertWithWhereUniqueWithoutCustomerInput | Prisma.CheckoutGroupUpsertWithWhereUniqueWithoutCustomerInput[];
|
|
1038
|
+
createMany?: Prisma.CheckoutGroupCreateManyCustomerInputEnvelope;
|
|
1039
|
+
set?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1040
|
+
disconnect?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1041
|
+
delete?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1042
|
+
connect?: Prisma.CheckoutGroupWhereUniqueInput | Prisma.CheckoutGroupWhereUniqueInput[];
|
|
1043
|
+
update?: Prisma.CheckoutGroupUpdateWithWhereUniqueWithoutCustomerInput | Prisma.CheckoutGroupUpdateWithWhereUniqueWithoutCustomerInput[];
|
|
1044
|
+
updateMany?: Prisma.CheckoutGroupUpdateManyWithWhereWithoutCustomerInput | Prisma.CheckoutGroupUpdateManyWithWhereWithoutCustomerInput[];
|
|
1045
|
+
deleteMany?: Prisma.CheckoutGroupScalarWhereInput | Prisma.CheckoutGroupScalarWhereInput[];
|
|
1046
|
+
};
|
|
1047
|
+
export type CheckoutGroupCreatediscountCodesInput = {
|
|
1048
|
+
set: string[];
|
|
1049
|
+
};
|
|
1050
|
+
export type EnumFulfillmentTypeFieldUpdateOperationsInput = {
|
|
1051
|
+
set?: $Enums.FulfillmentType;
|
|
1052
|
+
};
|
|
1053
|
+
export type NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput = {
|
|
1054
|
+
set?: $Enums.FulfillmentOptInOptionType | null;
|
|
1055
|
+
};
|
|
1056
|
+
export type CheckoutGroupUpdatediscountCodesInput = {
|
|
1057
|
+
set?: string[];
|
|
1058
|
+
push?: string | string[];
|
|
1059
|
+
};
|
|
1060
|
+
export type NullableBoolFieldUpdateOperationsInput = {
|
|
1061
|
+
set?: boolean | null;
|
|
1062
|
+
};
|
|
1063
|
+
export type CheckoutGroupCreateNestedOneWithoutCheckoutInput = {
|
|
1064
|
+
create?: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCheckoutInput, Prisma.CheckoutGroupUncheckedCreateWithoutCheckoutInput>;
|
|
1065
|
+
connectOrCreate?: Prisma.CheckoutGroupCreateOrConnectWithoutCheckoutInput;
|
|
1066
|
+
connect?: Prisma.CheckoutGroupWhereUniqueInput;
|
|
1067
|
+
};
|
|
1068
|
+
export type CheckoutGroupUpdateOneRequiredWithoutCheckoutNestedInput = {
|
|
1069
|
+
create?: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCheckoutInput, Prisma.CheckoutGroupUncheckedCreateWithoutCheckoutInput>;
|
|
1070
|
+
connectOrCreate?: Prisma.CheckoutGroupCreateOrConnectWithoutCheckoutInput;
|
|
1071
|
+
upsert?: Prisma.CheckoutGroupUpsertWithoutCheckoutInput;
|
|
1072
|
+
connect?: Prisma.CheckoutGroupWhereUniqueInput;
|
|
1073
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.CheckoutGroupUpdateToOneWithWhereWithoutCheckoutInput, Prisma.CheckoutGroupUpdateWithoutCheckoutInput>, Prisma.CheckoutGroupUncheckedUpdateWithoutCheckoutInput>;
|
|
1074
|
+
};
|
|
1075
|
+
export type CheckoutGroupCreateWithoutCustomerInput = {
|
|
1076
|
+
id?: bigint | number;
|
|
1077
|
+
createdAt?: Date | string;
|
|
1078
|
+
updatedAt?: Date | string | null;
|
|
1079
|
+
completedAt?: Date | string | null;
|
|
1080
|
+
platformId: string;
|
|
1081
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
1082
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
1083
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
1084
|
+
firstName?: string | null;
|
|
1085
|
+
lastName?: string | null;
|
|
1086
|
+
email?: string | null;
|
|
1087
|
+
phone?: string | null;
|
|
1088
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1089
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1090
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1091
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1092
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1093
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1094
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1095
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1096
|
+
currencyCode: $Enums.CurrencyCode;
|
|
1097
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1098
|
+
confirmationId?: string | null;
|
|
1099
|
+
accessTokenHash?: string | null;
|
|
1100
|
+
billingFirstName: string;
|
|
1101
|
+
billingLastName: string;
|
|
1102
|
+
cardBrand: string;
|
|
1103
|
+
cardLastDigits: string;
|
|
1104
|
+
express?: boolean | null;
|
|
1105
|
+
scheduled?: Date | string | null;
|
|
1106
|
+
validatedAt?: Date | string | null;
|
|
1107
|
+
isGift?: boolean;
|
|
1108
|
+
giftFrom?: string | null;
|
|
1109
|
+
giftMessage?: string | null;
|
|
1110
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1111
|
+
checkout?: Prisma.CheckoutCreateNestedManyWithoutCheckoutGroupInput;
|
|
1112
|
+
};
|
|
1113
|
+
export type CheckoutGroupUncheckedCreateWithoutCustomerInput = {
|
|
1114
|
+
id?: bigint | number;
|
|
1115
|
+
createdAt?: Date | string;
|
|
1116
|
+
updatedAt?: Date | string | null;
|
|
1117
|
+
completedAt?: Date | string | null;
|
|
1118
|
+
platformId: string;
|
|
1119
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
1120
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
1121
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
1122
|
+
firstName?: string | null;
|
|
1123
|
+
lastName?: string | null;
|
|
1124
|
+
email?: string | null;
|
|
1125
|
+
phone?: string | null;
|
|
1126
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1127
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1128
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1129
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1130
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1131
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1132
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1133
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1134
|
+
currencyCode: $Enums.CurrencyCode;
|
|
1135
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1136
|
+
confirmationId?: string | null;
|
|
1137
|
+
accessTokenHash?: string | null;
|
|
1138
|
+
billingFirstName: string;
|
|
1139
|
+
billingLastName: string;
|
|
1140
|
+
cardBrand: string;
|
|
1141
|
+
cardLastDigits: string;
|
|
1142
|
+
express?: boolean | null;
|
|
1143
|
+
scheduled?: Date | string | null;
|
|
1144
|
+
validatedAt?: Date | string | null;
|
|
1145
|
+
isGift?: boolean;
|
|
1146
|
+
giftFrom?: string | null;
|
|
1147
|
+
giftMessage?: string | null;
|
|
1148
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1149
|
+
checkout?: Prisma.CheckoutUncheckedCreateNestedManyWithoutCheckoutGroupInput;
|
|
1150
|
+
};
|
|
1151
|
+
export type CheckoutGroupCreateOrConnectWithoutCustomerInput = {
|
|
1152
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
1153
|
+
create: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput>;
|
|
1154
|
+
};
|
|
1155
|
+
export type CheckoutGroupCreateManyCustomerInputEnvelope = {
|
|
1156
|
+
data: Prisma.CheckoutGroupCreateManyCustomerInput | Prisma.CheckoutGroupCreateManyCustomerInput[];
|
|
1157
|
+
skipDuplicates?: boolean;
|
|
1158
|
+
};
|
|
1159
|
+
export type CheckoutGroupUpsertWithWhereUniqueWithoutCustomerInput = {
|
|
1160
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
1161
|
+
update: Prisma.XOR<Prisma.CheckoutGroupUpdateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedUpdateWithoutCustomerInput>;
|
|
1162
|
+
create: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedCreateWithoutCustomerInput>;
|
|
1163
|
+
};
|
|
1164
|
+
export type CheckoutGroupUpdateWithWhereUniqueWithoutCustomerInput = {
|
|
1165
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
1166
|
+
data: Prisma.XOR<Prisma.CheckoutGroupUpdateWithoutCustomerInput, Prisma.CheckoutGroupUncheckedUpdateWithoutCustomerInput>;
|
|
1167
|
+
};
|
|
1168
|
+
export type CheckoutGroupUpdateManyWithWhereWithoutCustomerInput = {
|
|
1169
|
+
where: Prisma.CheckoutGroupScalarWhereInput;
|
|
1170
|
+
data: Prisma.XOR<Prisma.CheckoutGroupUpdateManyMutationInput, Prisma.CheckoutGroupUncheckedUpdateManyWithoutCustomerInput>;
|
|
1171
|
+
};
|
|
1172
|
+
export type CheckoutGroupScalarWhereInput = {
|
|
1173
|
+
AND?: Prisma.CheckoutGroupScalarWhereInput | Prisma.CheckoutGroupScalarWhereInput[];
|
|
1174
|
+
OR?: Prisma.CheckoutGroupScalarWhereInput[];
|
|
1175
|
+
NOT?: Prisma.CheckoutGroupScalarWhereInput | Prisma.CheckoutGroupScalarWhereInput[];
|
|
1176
|
+
id?: Prisma.BigIntFilter<"CheckoutGroup"> | bigint | number;
|
|
1177
|
+
createdAt?: Prisma.DateTimeFilter<"CheckoutGroup"> | Date | string;
|
|
1178
|
+
updatedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
1179
|
+
completedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
1180
|
+
customerId?: Prisma.BigIntNullableFilter<"CheckoutGroup"> | bigint | number | null;
|
|
1181
|
+
platformId?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
1182
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFilter<"CheckoutGroup"> | $Enums.FulfillmentType;
|
|
1183
|
+
fulfillmentOptInOptionType?: Prisma.EnumFulfillmentOptInOptionTypeNullableFilter<"CheckoutGroup"> | $Enums.FulfillmentOptInOptionType | null;
|
|
1184
|
+
discountCodes?: Prisma.StringNullableListFilter<"CheckoutGroup">;
|
|
1185
|
+
firstName?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1186
|
+
lastName?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1187
|
+
email?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1188
|
+
phone?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1189
|
+
billingAddress?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
1190
|
+
deliveryAddress?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
1191
|
+
total?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1192
|
+
totalSubtotal?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1193
|
+
totalTax?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1194
|
+
totalTaxBreakdown?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
1195
|
+
totalDeliveryFee?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1196
|
+
totalDiscount?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1197
|
+
currencyCode?: Prisma.EnumCurrencyCodeFilter<"CheckoutGroup"> | $Enums.CurrencyCode;
|
|
1198
|
+
tip?: Prisma.DecimalFilter<"CheckoutGroup"> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1199
|
+
confirmationId?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1200
|
+
accessTokenHash?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1201
|
+
billingFirstName?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
1202
|
+
billingLastName?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
1203
|
+
cardBrand?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
1204
|
+
cardLastDigits?: Prisma.StringFilter<"CheckoutGroup"> | string;
|
|
1205
|
+
express?: Prisma.BoolNullableFilter<"CheckoutGroup"> | boolean | null;
|
|
1206
|
+
scheduled?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
1207
|
+
validatedAt?: Prisma.DateTimeNullableFilter<"CheckoutGroup"> | Date | string | null;
|
|
1208
|
+
isGift?: Prisma.BoolFilter<"CheckoutGroup"> | boolean;
|
|
1209
|
+
giftFrom?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1210
|
+
giftMessage?: Prisma.StringNullableFilter<"CheckoutGroup"> | string | null;
|
|
1211
|
+
fraudEvaluation?: Prisma.JsonNullableFilter<"CheckoutGroup">;
|
|
1212
|
+
};
|
|
1213
|
+
export type CheckoutGroupCreateWithoutCheckoutInput = {
|
|
1214
|
+
id?: bigint | number;
|
|
1215
|
+
createdAt?: Date | string;
|
|
1216
|
+
updatedAt?: Date | string | null;
|
|
1217
|
+
completedAt?: Date | string | null;
|
|
1218
|
+
platformId: string;
|
|
1219
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
1220
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
1221
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
1222
|
+
firstName?: string | null;
|
|
1223
|
+
lastName?: string | null;
|
|
1224
|
+
email?: string | null;
|
|
1225
|
+
phone?: string | null;
|
|
1226
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1227
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1228
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1229
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1230
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1231
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1232
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1233
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1234
|
+
currencyCode: $Enums.CurrencyCode;
|
|
1235
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1236
|
+
confirmationId?: string | null;
|
|
1237
|
+
accessTokenHash?: string | null;
|
|
1238
|
+
billingFirstName: string;
|
|
1239
|
+
billingLastName: string;
|
|
1240
|
+
cardBrand: string;
|
|
1241
|
+
cardLastDigits: string;
|
|
1242
|
+
express?: boolean | null;
|
|
1243
|
+
scheduled?: Date | string | null;
|
|
1244
|
+
validatedAt?: Date | string | null;
|
|
1245
|
+
isGift?: boolean;
|
|
1246
|
+
giftFrom?: string | null;
|
|
1247
|
+
giftMessage?: string | null;
|
|
1248
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1249
|
+
customer?: Prisma.CustomerCreateNestedOneWithoutCheckoutGroupInput;
|
|
1250
|
+
};
|
|
1251
|
+
export type CheckoutGroupUncheckedCreateWithoutCheckoutInput = {
|
|
1252
|
+
id?: bigint | number;
|
|
1253
|
+
createdAt?: Date | string;
|
|
1254
|
+
updatedAt?: Date | string | null;
|
|
1255
|
+
completedAt?: Date | string | null;
|
|
1256
|
+
customerId?: bigint | number | null;
|
|
1257
|
+
platformId: string;
|
|
1258
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
1259
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
1260
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
1261
|
+
firstName?: string | null;
|
|
1262
|
+
lastName?: string | null;
|
|
1263
|
+
email?: string | null;
|
|
1264
|
+
phone?: string | null;
|
|
1265
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1266
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1267
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1268
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1269
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1270
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1271
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1272
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1273
|
+
currencyCode: $Enums.CurrencyCode;
|
|
1274
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1275
|
+
confirmationId?: string | null;
|
|
1276
|
+
accessTokenHash?: string | null;
|
|
1277
|
+
billingFirstName: string;
|
|
1278
|
+
billingLastName: string;
|
|
1279
|
+
cardBrand: string;
|
|
1280
|
+
cardLastDigits: string;
|
|
1281
|
+
express?: boolean | null;
|
|
1282
|
+
scheduled?: Date | string | null;
|
|
1283
|
+
validatedAt?: Date | string | null;
|
|
1284
|
+
isGift?: boolean;
|
|
1285
|
+
giftFrom?: string | null;
|
|
1286
|
+
giftMessage?: string | null;
|
|
1287
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1288
|
+
};
|
|
1289
|
+
export type CheckoutGroupCreateOrConnectWithoutCheckoutInput = {
|
|
1290
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
1291
|
+
create: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCheckoutInput, Prisma.CheckoutGroupUncheckedCreateWithoutCheckoutInput>;
|
|
1292
|
+
};
|
|
1293
|
+
export type CheckoutGroupUpsertWithoutCheckoutInput = {
|
|
1294
|
+
update: Prisma.XOR<Prisma.CheckoutGroupUpdateWithoutCheckoutInput, Prisma.CheckoutGroupUncheckedUpdateWithoutCheckoutInput>;
|
|
1295
|
+
create: Prisma.XOR<Prisma.CheckoutGroupCreateWithoutCheckoutInput, Prisma.CheckoutGroupUncheckedCreateWithoutCheckoutInput>;
|
|
1296
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
1297
|
+
};
|
|
1298
|
+
export type CheckoutGroupUpdateToOneWithWhereWithoutCheckoutInput = {
|
|
1299
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
1300
|
+
data: Prisma.XOR<Prisma.CheckoutGroupUpdateWithoutCheckoutInput, Prisma.CheckoutGroupUncheckedUpdateWithoutCheckoutInput>;
|
|
1301
|
+
};
|
|
1302
|
+
export type CheckoutGroupUpdateWithoutCheckoutInput = {
|
|
1303
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1304
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1305
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1306
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1307
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1308
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
1309
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
1310
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
1311
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1312
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1313
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1314
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1315
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1316
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1317
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1318
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1319
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1320
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1321
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1322
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1323
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
1324
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1325
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1326
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1327
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1328
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1329
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1330
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1331
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1332
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1333
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1334
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1335
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1336
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1337
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1338
|
+
customer?: Prisma.CustomerUpdateOneWithoutCheckoutGroupNestedInput;
|
|
1339
|
+
};
|
|
1340
|
+
export type CheckoutGroupUncheckedUpdateWithoutCheckoutInput = {
|
|
1341
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1342
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1343
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1344
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1345
|
+
customerId?: Prisma.NullableBigIntFieldUpdateOperationsInput | bigint | number | null;
|
|
1346
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1347
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
1348
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
1349
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
1350
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1351
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1352
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1353
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1354
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1355
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1356
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1357
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1358
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1359
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1360
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1361
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1362
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
1363
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1364
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1365
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1366
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1367
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1368
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1369
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1370
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1371
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1372
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1373
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1374
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1375
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1376
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1377
|
+
};
|
|
1378
|
+
export type CheckoutGroupCreateManyCustomerInput = {
|
|
1379
|
+
id?: bigint | number;
|
|
1380
|
+
createdAt?: Date | string;
|
|
1381
|
+
updatedAt?: Date | string | null;
|
|
1382
|
+
completedAt?: Date | string | null;
|
|
1383
|
+
platformId: string;
|
|
1384
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
1385
|
+
fulfillmentOptInOptionType?: $Enums.FulfillmentOptInOptionType | null;
|
|
1386
|
+
discountCodes?: Prisma.CheckoutGroupCreatediscountCodesInput | string[];
|
|
1387
|
+
firstName?: string | null;
|
|
1388
|
+
lastName?: string | null;
|
|
1389
|
+
email?: string | null;
|
|
1390
|
+
phone?: string | null;
|
|
1391
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1392
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1393
|
+
total?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1394
|
+
totalSubtotal?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1395
|
+
totalTax?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1396
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1397
|
+
totalDeliveryFee?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1398
|
+
totalDiscount?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1399
|
+
currencyCode: $Enums.CurrencyCode;
|
|
1400
|
+
tip?: runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1401
|
+
confirmationId?: string | null;
|
|
1402
|
+
accessTokenHash?: string | null;
|
|
1403
|
+
billingFirstName: string;
|
|
1404
|
+
billingLastName: string;
|
|
1405
|
+
cardBrand: string;
|
|
1406
|
+
cardLastDigits: string;
|
|
1407
|
+
express?: boolean | null;
|
|
1408
|
+
scheduled?: Date | string | null;
|
|
1409
|
+
validatedAt?: Date | string | null;
|
|
1410
|
+
isGift?: boolean;
|
|
1411
|
+
giftFrom?: string | null;
|
|
1412
|
+
giftMessage?: string | null;
|
|
1413
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1414
|
+
};
|
|
1415
|
+
export type CheckoutGroupUpdateWithoutCustomerInput = {
|
|
1416
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1417
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1418
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1419
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1420
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1421
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
1422
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
1423
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
1424
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1425
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1426
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1427
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1428
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1429
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1430
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1431
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1432
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1433
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1434
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1435
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1436
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
1437
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1438
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1439
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1440
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1441
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1442
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1443
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1444
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1445
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1446
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1447
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1448
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1449
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1450
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1451
|
+
checkout?: Prisma.CheckoutUpdateManyWithoutCheckoutGroupNestedInput;
|
|
1452
|
+
};
|
|
1453
|
+
export type CheckoutGroupUncheckedUpdateWithoutCustomerInput = {
|
|
1454
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1455
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1456
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1457
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1458
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1459
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
1460
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
1461
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
1462
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1463
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1464
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1465
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1466
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1467
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1468
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1469
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1470
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1471
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1472
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1473
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1474
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
1475
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1476
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1477
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1478
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1479
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1480
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1481
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1482
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1483
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1484
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1485
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1486
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1487
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1488
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1489
|
+
checkout?: Prisma.CheckoutUncheckedUpdateManyWithoutCheckoutGroupNestedInput;
|
|
1490
|
+
};
|
|
1491
|
+
export type CheckoutGroupUncheckedUpdateManyWithoutCustomerInput = {
|
|
1492
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
1493
|
+
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1494
|
+
updatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1495
|
+
completedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1496
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1497
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
1498
|
+
fulfillmentOptInOptionType?: Prisma.NullableEnumFulfillmentOptInOptionTypeFieldUpdateOperationsInput | $Enums.FulfillmentOptInOptionType | null;
|
|
1499
|
+
discountCodes?: Prisma.CheckoutGroupUpdatediscountCodesInput | string[];
|
|
1500
|
+
firstName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1501
|
+
lastName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1502
|
+
email?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1503
|
+
phone?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1504
|
+
billingAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1505
|
+
deliveryAddress?: PrismaJson.Address | Prisma.NullableJsonNullValueInput;
|
|
1506
|
+
total?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1507
|
+
totalSubtotal?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1508
|
+
totalTax?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1509
|
+
totalTaxBreakdown?: PrismaJson.TotalTaxBreakdown | Prisma.NullableJsonNullValueInput;
|
|
1510
|
+
totalDeliveryFee?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1511
|
+
totalDiscount?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1512
|
+
currencyCode?: Prisma.EnumCurrencyCodeFieldUpdateOperationsInput | $Enums.CurrencyCode;
|
|
1513
|
+
tip?: Prisma.DecimalFieldUpdateOperationsInput | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1514
|
+
confirmationId?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1515
|
+
accessTokenHash?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1516
|
+
billingFirstName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1517
|
+
billingLastName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1518
|
+
cardBrand?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1519
|
+
cardLastDigits?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1520
|
+
express?: Prisma.NullableBoolFieldUpdateOperationsInput | boolean | null;
|
|
1521
|
+
scheduled?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1522
|
+
validatedAt?: Prisma.NullableDateTimeFieldUpdateOperationsInput | Date | string | null;
|
|
1523
|
+
isGift?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
1524
|
+
giftFrom?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1525
|
+
giftMessage?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1526
|
+
fraudEvaluation?: PrismaJson.FraudEvaluation | Prisma.NullableJsonNullValueInput;
|
|
1527
|
+
};
|
|
1528
|
+
/**
|
|
1529
|
+
* Count Type CheckoutGroupCountOutputType
|
|
1530
|
+
*/
|
|
1531
|
+
export type CheckoutGroupCountOutputType = {
|
|
1532
|
+
checkout: number;
|
|
1533
|
+
};
|
|
1534
|
+
export type CheckoutGroupCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1535
|
+
checkout?: boolean | CheckoutGroupCountOutputTypeCountCheckoutArgs;
|
|
1536
|
+
};
|
|
1537
|
+
/**
|
|
1538
|
+
* CheckoutGroupCountOutputType without action
|
|
1539
|
+
*/
|
|
1540
|
+
export type CheckoutGroupCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1541
|
+
/**
|
|
1542
|
+
* Select specific fields to fetch from the CheckoutGroupCountOutputType
|
|
1543
|
+
*/
|
|
1544
|
+
select?: Prisma.CheckoutGroupCountOutputTypeSelect<ExtArgs> | null;
|
|
1545
|
+
};
|
|
1546
|
+
/**
|
|
1547
|
+
* CheckoutGroupCountOutputType without action
|
|
1548
|
+
*/
|
|
1549
|
+
export type CheckoutGroupCountOutputTypeCountCheckoutArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1550
|
+
where?: Prisma.CheckoutWhereInput;
|
|
1551
|
+
};
|
|
1552
|
+
export type CheckoutGroupSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1553
|
+
id?: boolean;
|
|
1554
|
+
createdAt?: boolean;
|
|
1555
|
+
updatedAt?: boolean;
|
|
1556
|
+
completedAt?: boolean;
|
|
1557
|
+
customerId?: boolean;
|
|
1558
|
+
platformId?: boolean;
|
|
1559
|
+
fulfillmentType?: boolean;
|
|
1560
|
+
fulfillmentOptInOptionType?: boolean;
|
|
1561
|
+
discountCodes?: boolean;
|
|
1562
|
+
firstName?: boolean;
|
|
1563
|
+
lastName?: boolean;
|
|
1564
|
+
email?: boolean;
|
|
1565
|
+
phone?: boolean;
|
|
1566
|
+
billingAddress?: boolean;
|
|
1567
|
+
deliveryAddress?: boolean;
|
|
1568
|
+
total?: boolean;
|
|
1569
|
+
totalSubtotal?: boolean;
|
|
1570
|
+
totalTax?: boolean;
|
|
1571
|
+
totalTaxBreakdown?: boolean;
|
|
1572
|
+
totalDeliveryFee?: boolean;
|
|
1573
|
+
totalDiscount?: boolean;
|
|
1574
|
+
currencyCode?: boolean;
|
|
1575
|
+
tip?: boolean;
|
|
1576
|
+
confirmationId?: boolean;
|
|
1577
|
+
accessTokenHash?: boolean;
|
|
1578
|
+
billingFirstName?: boolean;
|
|
1579
|
+
billingLastName?: boolean;
|
|
1580
|
+
cardBrand?: boolean;
|
|
1581
|
+
cardLastDigits?: boolean;
|
|
1582
|
+
express?: boolean;
|
|
1583
|
+
scheduled?: boolean;
|
|
1584
|
+
validatedAt?: boolean;
|
|
1585
|
+
isGift?: boolean;
|
|
1586
|
+
giftFrom?: boolean;
|
|
1587
|
+
giftMessage?: boolean;
|
|
1588
|
+
fraudEvaluation?: boolean;
|
|
1589
|
+
customer?: boolean | Prisma.CheckoutGroup$customerArgs<ExtArgs>;
|
|
1590
|
+
checkout?: boolean | Prisma.CheckoutGroup$checkoutArgs<ExtArgs>;
|
|
1591
|
+
_count?: boolean | Prisma.CheckoutGroupCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1592
|
+
}, ExtArgs["result"]["checkoutGroup"]>;
|
|
1593
|
+
export type CheckoutGroupSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1594
|
+
id?: boolean;
|
|
1595
|
+
createdAt?: boolean;
|
|
1596
|
+
updatedAt?: boolean;
|
|
1597
|
+
completedAt?: boolean;
|
|
1598
|
+
customerId?: boolean;
|
|
1599
|
+
platformId?: boolean;
|
|
1600
|
+
fulfillmentType?: boolean;
|
|
1601
|
+
fulfillmentOptInOptionType?: boolean;
|
|
1602
|
+
discountCodes?: boolean;
|
|
1603
|
+
firstName?: boolean;
|
|
1604
|
+
lastName?: boolean;
|
|
1605
|
+
email?: boolean;
|
|
1606
|
+
phone?: boolean;
|
|
1607
|
+
billingAddress?: boolean;
|
|
1608
|
+
deliveryAddress?: boolean;
|
|
1609
|
+
total?: boolean;
|
|
1610
|
+
totalSubtotal?: boolean;
|
|
1611
|
+
totalTax?: boolean;
|
|
1612
|
+
totalTaxBreakdown?: boolean;
|
|
1613
|
+
totalDeliveryFee?: boolean;
|
|
1614
|
+
totalDiscount?: boolean;
|
|
1615
|
+
currencyCode?: boolean;
|
|
1616
|
+
tip?: boolean;
|
|
1617
|
+
confirmationId?: boolean;
|
|
1618
|
+
accessTokenHash?: boolean;
|
|
1619
|
+
billingFirstName?: boolean;
|
|
1620
|
+
billingLastName?: boolean;
|
|
1621
|
+
cardBrand?: boolean;
|
|
1622
|
+
cardLastDigits?: boolean;
|
|
1623
|
+
express?: boolean;
|
|
1624
|
+
scheduled?: boolean;
|
|
1625
|
+
validatedAt?: boolean;
|
|
1626
|
+
isGift?: boolean;
|
|
1627
|
+
giftFrom?: boolean;
|
|
1628
|
+
giftMessage?: boolean;
|
|
1629
|
+
fraudEvaluation?: boolean;
|
|
1630
|
+
customer?: boolean | Prisma.CheckoutGroup$customerArgs<ExtArgs>;
|
|
1631
|
+
}, ExtArgs["result"]["checkoutGroup"]>;
|
|
1632
|
+
export type CheckoutGroupSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1633
|
+
id?: boolean;
|
|
1634
|
+
createdAt?: boolean;
|
|
1635
|
+
updatedAt?: boolean;
|
|
1636
|
+
completedAt?: boolean;
|
|
1637
|
+
customerId?: boolean;
|
|
1638
|
+
platformId?: boolean;
|
|
1639
|
+
fulfillmentType?: boolean;
|
|
1640
|
+
fulfillmentOptInOptionType?: boolean;
|
|
1641
|
+
discountCodes?: boolean;
|
|
1642
|
+
firstName?: boolean;
|
|
1643
|
+
lastName?: boolean;
|
|
1644
|
+
email?: boolean;
|
|
1645
|
+
phone?: boolean;
|
|
1646
|
+
billingAddress?: boolean;
|
|
1647
|
+
deliveryAddress?: boolean;
|
|
1648
|
+
total?: boolean;
|
|
1649
|
+
totalSubtotal?: boolean;
|
|
1650
|
+
totalTax?: boolean;
|
|
1651
|
+
totalTaxBreakdown?: boolean;
|
|
1652
|
+
totalDeliveryFee?: boolean;
|
|
1653
|
+
totalDiscount?: boolean;
|
|
1654
|
+
currencyCode?: boolean;
|
|
1655
|
+
tip?: boolean;
|
|
1656
|
+
confirmationId?: boolean;
|
|
1657
|
+
accessTokenHash?: boolean;
|
|
1658
|
+
billingFirstName?: boolean;
|
|
1659
|
+
billingLastName?: boolean;
|
|
1660
|
+
cardBrand?: boolean;
|
|
1661
|
+
cardLastDigits?: boolean;
|
|
1662
|
+
express?: boolean;
|
|
1663
|
+
scheduled?: boolean;
|
|
1664
|
+
validatedAt?: boolean;
|
|
1665
|
+
isGift?: boolean;
|
|
1666
|
+
giftFrom?: boolean;
|
|
1667
|
+
giftMessage?: boolean;
|
|
1668
|
+
fraudEvaluation?: boolean;
|
|
1669
|
+
customer?: boolean | Prisma.CheckoutGroup$customerArgs<ExtArgs>;
|
|
1670
|
+
}, ExtArgs["result"]["checkoutGroup"]>;
|
|
1671
|
+
export type CheckoutGroupSelectScalar = {
|
|
1672
|
+
id?: boolean;
|
|
1673
|
+
createdAt?: boolean;
|
|
1674
|
+
updatedAt?: boolean;
|
|
1675
|
+
completedAt?: boolean;
|
|
1676
|
+
customerId?: boolean;
|
|
1677
|
+
platformId?: boolean;
|
|
1678
|
+
fulfillmentType?: boolean;
|
|
1679
|
+
fulfillmentOptInOptionType?: boolean;
|
|
1680
|
+
discountCodes?: boolean;
|
|
1681
|
+
firstName?: boolean;
|
|
1682
|
+
lastName?: boolean;
|
|
1683
|
+
email?: boolean;
|
|
1684
|
+
phone?: boolean;
|
|
1685
|
+
billingAddress?: boolean;
|
|
1686
|
+
deliveryAddress?: boolean;
|
|
1687
|
+
total?: boolean;
|
|
1688
|
+
totalSubtotal?: boolean;
|
|
1689
|
+
totalTax?: boolean;
|
|
1690
|
+
totalTaxBreakdown?: boolean;
|
|
1691
|
+
totalDeliveryFee?: boolean;
|
|
1692
|
+
totalDiscount?: boolean;
|
|
1693
|
+
currencyCode?: boolean;
|
|
1694
|
+
tip?: boolean;
|
|
1695
|
+
confirmationId?: boolean;
|
|
1696
|
+
accessTokenHash?: boolean;
|
|
1697
|
+
billingFirstName?: boolean;
|
|
1698
|
+
billingLastName?: boolean;
|
|
1699
|
+
cardBrand?: boolean;
|
|
1700
|
+
cardLastDigits?: boolean;
|
|
1701
|
+
express?: boolean;
|
|
1702
|
+
scheduled?: boolean;
|
|
1703
|
+
validatedAt?: boolean;
|
|
1704
|
+
isGift?: boolean;
|
|
1705
|
+
giftFrom?: boolean;
|
|
1706
|
+
giftMessage?: boolean;
|
|
1707
|
+
fraudEvaluation?: boolean;
|
|
1708
|
+
};
|
|
1709
|
+
export type CheckoutGroupOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "createdAt" | "updatedAt" | "completedAt" | "customerId" | "platformId" | "fulfillmentType" | "fulfillmentOptInOptionType" | "discountCodes" | "firstName" | "lastName" | "email" | "phone" | "billingAddress" | "deliveryAddress" | "total" | "totalSubtotal" | "totalTax" | "totalTaxBreakdown" | "totalDeliveryFee" | "totalDiscount" | "currencyCode" | "tip" | "confirmationId" | "accessTokenHash" | "billingFirstName" | "billingLastName" | "cardBrand" | "cardLastDigits" | "express" | "scheduled" | "validatedAt" | "isGift" | "giftFrom" | "giftMessage" | "fraudEvaluation", ExtArgs["result"]["checkoutGroup"]>;
|
|
1710
|
+
export type CheckoutGroupInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1711
|
+
customer?: boolean | Prisma.CheckoutGroup$customerArgs<ExtArgs>;
|
|
1712
|
+
checkout?: boolean | Prisma.CheckoutGroup$checkoutArgs<ExtArgs>;
|
|
1713
|
+
_count?: boolean | Prisma.CheckoutGroupCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1714
|
+
};
|
|
1715
|
+
export type CheckoutGroupIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1716
|
+
customer?: boolean | Prisma.CheckoutGroup$customerArgs<ExtArgs>;
|
|
1717
|
+
};
|
|
1718
|
+
export type CheckoutGroupIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1719
|
+
customer?: boolean | Prisma.CheckoutGroup$customerArgs<ExtArgs>;
|
|
1720
|
+
};
|
|
1721
|
+
export type $CheckoutGroupPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1722
|
+
name: "CheckoutGroup";
|
|
1723
|
+
objects: {
|
|
1724
|
+
customer: Prisma.$CustomerPayload<ExtArgs> | null;
|
|
1725
|
+
checkout: Prisma.$CheckoutPayload<ExtArgs>[];
|
|
1726
|
+
};
|
|
1727
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1728
|
+
id: bigint;
|
|
1729
|
+
createdAt: Date;
|
|
1730
|
+
updatedAt: Date | null;
|
|
1731
|
+
completedAt: Date | null;
|
|
1732
|
+
customerId: bigint | null;
|
|
1733
|
+
platformId: string;
|
|
1734
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
1735
|
+
fulfillmentOptInOptionType: $Enums.FulfillmentOptInOptionType | null;
|
|
1736
|
+
discountCodes: string[];
|
|
1737
|
+
firstName: string | null;
|
|
1738
|
+
lastName: string | null;
|
|
1739
|
+
email: string | null;
|
|
1740
|
+
phone: string | null;
|
|
1741
|
+
/**
|
|
1742
|
+
* [Address]
|
|
1743
|
+
*/
|
|
1744
|
+
billingAddress: PrismaJson.Address | null;
|
|
1745
|
+
/**
|
|
1746
|
+
* [Address]
|
|
1747
|
+
*/
|
|
1748
|
+
deliveryAddress: PrismaJson.Address | null;
|
|
1749
|
+
total: runtime.Decimal;
|
|
1750
|
+
totalSubtotal: runtime.Decimal;
|
|
1751
|
+
totalTax: runtime.Decimal;
|
|
1752
|
+
/**
|
|
1753
|
+
* [TotalTaxBreakdown]
|
|
1754
|
+
*/
|
|
1755
|
+
totalTaxBreakdown: PrismaJson.TotalTaxBreakdown | null;
|
|
1756
|
+
totalDeliveryFee: runtime.Decimal;
|
|
1757
|
+
totalDiscount: runtime.Decimal;
|
|
1758
|
+
currencyCode: $Enums.CurrencyCode;
|
|
1759
|
+
tip: runtime.Decimal;
|
|
1760
|
+
confirmationId: string | null;
|
|
1761
|
+
accessTokenHash: string | null;
|
|
1762
|
+
billingFirstName: string;
|
|
1763
|
+
billingLastName: string;
|
|
1764
|
+
cardBrand: string;
|
|
1765
|
+
cardLastDigits: string;
|
|
1766
|
+
express: boolean | null;
|
|
1767
|
+
scheduled: Date | null;
|
|
1768
|
+
validatedAt: Date | null;
|
|
1769
|
+
isGift: boolean;
|
|
1770
|
+
giftFrom: string | null;
|
|
1771
|
+
giftMessage: string | null;
|
|
1772
|
+
/**
|
|
1773
|
+
* [FraudEvaluation]
|
|
1774
|
+
*/
|
|
1775
|
+
fraudEvaluation: PrismaJson.FraudEvaluation | null;
|
|
1776
|
+
}, ExtArgs["result"]["checkoutGroup"]>;
|
|
1777
|
+
composites: {};
|
|
1778
|
+
};
|
|
1779
|
+
export type CheckoutGroupGetPayload<S extends boolean | null | undefined | CheckoutGroupDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload, S>;
|
|
1780
|
+
export type CheckoutGroupCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<CheckoutGroupFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1781
|
+
select?: CheckoutGroupCountAggregateInputType | true;
|
|
1782
|
+
};
|
|
1783
|
+
export interface CheckoutGroupDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1784
|
+
[K: symbol]: {
|
|
1785
|
+
types: Prisma.TypeMap<ExtArgs>['model']['CheckoutGroup'];
|
|
1786
|
+
meta: {
|
|
1787
|
+
name: 'CheckoutGroup';
|
|
1788
|
+
};
|
|
1789
|
+
};
|
|
1790
|
+
/**
|
|
1791
|
+
* Find zero or one CheckoutGroup that matches the filter.
|
|
1792
|
+
* @param {CheckoutGroupFindUniqueArgs} args - Arguments to find a CheckoutGroup
|
|
1793
|
+
* @example
|
|
1794
|
+
* // Get one CheckoutGroup
|
|
1795
|
+
* const checkoutGroup = await prisma.checkoutGroup.findUnique({
|
|
1796
|
+
* where: {
|
|
1797
|
+
* // ... provide filter here
|
|
1798
|
+
* }
|
|
1799
|
+
* })
|
|
1800
|
+
*/
|
|
1801
|
+
findUnique<T extends CheckoutGroupFindUniqueArgs>(args: Prisma.SelectSubset<T, CheckoutGroupFindUniqueArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1802
|
+
/**
|
|
1803
|
+
* Find one CheckoutGroup that matches the filter or throw an error with `error.code='P2025'`
|
|
1804
|
+
* if no matches were found.
|
|
1805
|
+
* @param {CheckoutGroupFindUniqueOrThrowArgs} args - Arguments to find a CheckoutGroup
|
|
1806
|
+
* @example
|
|
1807
|
+
* // Get one CheckoutGroup
|
|
1808
|
+
* const checkoutGroup = await prisma.checkoutGroup.findUniqueOrThrow({
|
|
1809
|
+
* where: {
|
|
1810
|
+
* // ... provide filter here
|
|
1811
|
+
* }
|
|
1812
|
+
* })
|
|
1813
|
+
*/
|
|
1814
|
+
findUniqueOrThrow<T extends CheckoutGroupFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, CheckoutGroupFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1815
|
+
/**
|
|
1816
|
+
* Find the first CheckoutGroup that matches the filter.
|
|
1817
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1818
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1819
|
+
* @param {CheckoutGroupFindFirstArgs} args - Arguments to find a CheckoutGroup
|
|
1820
|
+
* @example
|
|
1821
|
+
* // Get one CheckoutGroup
|
|
1822
|
+
* const checkoutGroup = await prisma.checkoutGroup.findFirst({
|
|
1823
|
+
* where: {
|
|
1824
|
+
* // ... provide filter here
|
|
1825
|
+
* }
|
|
1826
|
+
* })
|
|
1827
|
+
*/
|
|
1828
|
+
findFirst<T extends CheckoutGroupFindFirstArgs>(args?: Prisma.SelectSubset<T, CheckoutGroupFindFirstArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1829
|
+
/**
|
|
1830
|
+
* Find the first CheckoutGroup that matches the filter or
|
|
1831
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1832
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1833
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1834
|
+
* @param {CheckoutGroupFindFirstOrThrowArgs} args - Arguments to find a CheckoutGroup
|
|
1835
|
+
* @example
|
|
1836
|
+
* // Get one CheckoutGroup
|
|
1837
|
+
* const checkoutGroup = await prisma.checkoutGroup.findFirstOrThrow({
|
|
1838
|
+
* where: {
|
|
1839
|
+
* // ... provide filter here
|
|
1840
|
+
* }
|
|
1841
|
+
* })
|
|
1842
|
+
*/
|
|
1843
|
+
findFirstOrThrow<T extends CheckoutGroupFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, CheckoutGroupFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1844
|
+
/**
|
|
1845
|
+
* Find zero or more CheckoutGroups that matches the filter.
|
|
1846
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1847
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1848
|
+
* @param {CheckoutGroupFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1849
|
+
* @example
|
|
1850
|
+
* // Get all CheckoutGroups
|
|
1851
|
+
* const checkoutGroups = await prisma.checkoutGroup.findMany()
|
|
1852
|
+
*
|
|
1853
|
+
* // Get first 10 CheckoutGroups
|
|
1854
|
+
* const checkoutGroups = await prisma.checkoutGroup.findMany({ take: 10 })
|
|
1855
|
+
*
|
|
1856
|
+
* // Only select the `id`
|
|
1857
|
+
* const checkoutGroupWithIdOnly = await prisma.checkoutGroup.findMany({ select: { id: true } })
|
|
1858
|
+
*
|
|
1859
|
+
*/
|
|
1860
|
+
findMany<T extends CheckoutGroupFindManyArgs>(args?: Prisma.SelectSubset<T, CheckoutGroupFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1861
|
+
/**
|
|
1862
|
+
* Create a CheckoutGroup.
|
|
1863
|
+
* @param {CheckoutGroupCreateArgs} args - Arguments to create a CheckoutGroup.
|
|
1864
|
+
* @example
|
|
1865
|
+
* // Create one CheckoutGroup
|
|
1866
|
+
* const CheckoutGroup = await prisma.checkoutGroup.create({
|
|
1867
|
+
* data: {
|
|
1868
|
+
* // ... data to create a CheckoutGroup
|
|
1869
|
+
* }
|
|
1870
|
+
* })
|
|
1871
|
+
*
|
|
1872
|
+
*/
|
|
1873
|
+
create<T extends CheckoutGroupCreateArgs>(args: Prisma.SelectSubset<T, CheckoutGroupCreateArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1874
|
+
/**
|
|
1875
|
+
* Create many CheckoutGroups.
|
|
1876
|
+
* @param {CheckoutGroupCreateManyArgs} args - Arguments to create many CheckoutGroups.
|
|
1877
|
+
* @example
|
|
1878
|
+
* // Create many CheckoutGroups
|
|
1879
|
+
* const checkoutGroup = await prisma.checkoutGroup.createMany({
|
|
1880
|
+
* data: [
|
|
1881
|
+
* // ... provide data here
|
|
1882
|
+
* ]
|
|
1883
|
+
* })
|
|
1884
|
+
*
|
|
1885
|
+
*/
|
|
1886
|
+
createMany<T extends CheckoutGroupCreateManyArgs>(args?: Prisma.SelectSubset<T, CheckoutGroupCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1887
|
+
/**
|
|
1888
|
+
* Create many CheckoutGroups and returns the data saved in the database.
|
|
1889
|
+
* @param {CheckoutGroupCreateManyAndReturnArgs} args - Arguments to create many CheckoutGroups.
|
|
1890
|
+
* @example
|
|
1891
|
+
* // Create many CheckoutGroups
|
|
1892
|
+
* const checkoutGroup = await prisma.checkoutGroup.createManyAndReturn({
|
|
1893
|
+
* data: [
|
|
1894
|
+
* // ... provide data here
|
|
1895
|
+
* ]
|
|
1896
|
+
* })
|
|
1897
|
+
*
|
|
1898
|
+
* // Create many CheckoutGroups and only return the `id`
|
|
1899
|
+
* const checkoutGroupWithIdOnly = await prisma.checkoutGroup.createManyAndReturn({
|
|
1900
|
+
* select: { id: true },
|
|
1901
|
+
* data: [
|
|
1902
|
+
* // ... provide data here
|
|
1903
|
+
* ]
|
|
1904
|
+
* })
|
|
1905
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1906
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1907
|
+
*
|
|
1908
|
+
*/
|
|
1909
|
+
createManyAndReturn<T extends CheckoutGroupCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, CheckoutGroupCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1910
|
+
/**
|
|
1911
|
+
* Delete a CheckoutGroup.
|
|
1912
|
+
* @param {CheckoutGroupDeleteArgs} args - Arguments to delete one CheckoutGroup.
|
|
1913
|
+
* @example
|
|
1914
|
+
* // Delete one CheckoutGroup
|
|
1915
|
+
* const CheckoutGroup = await prisma.checkoutGroup.delete({
|
|
1916
|
+
* where: {
|
|
1917
|
+
* // ... filter to delete one CheckoutGroup
|
|
1918
|
+
* }
|
|
1919
|
+
* })
|
|
1920
|
+
*
|
|
1921
|
+
*/
|
|
1922
|
+
delete<T extends CheckoutGroupDeleteArgs>(args: Prisma.SelectSubset<T, CheckoutGroupDeleteArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1923
|
+
/**
|
|
1924
|
+
* Update one CheckoutGroup.
|
|
1925
|
+
* @param {CheckoutGroupUpdateArgs} args - Arguments to update one CheckoutGroup.
|
|
1926
|
+
* @example
|
|
1927
|
+
* // Update one CheckoutGroup
|
|
1928
|
+
* const checkoutGroup = await prisma.checkoutGroup.update({
|
|
1929
|
+
* where: {
|
|
1930
|
+
* // ... provide filter here
|
|
1931
|
+
* },
|
|
1932
|
+
* data: {
|
|
1933
|
+
* // ... provide data here
|
|
1934
|
+
* }
|
|
1935
|
+
* })
|
|
1936
|
+
*
|
|
1937
|
+
*/
|
|
1938
|
+
update<T extends CheckoutGroupUpdateArgs>(args: Prisma.SelectSubset<T, CheckoutGroupUpdateArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1939
|
+
/**
|
|
1940
|
+
* Delete zero or more CheckoutGroups.
|
|
1941
|
+
* @param {CheckoutGroupDeleteManyArgs} args - Arguments to filter CheckoutGroups to delete.
|
|
1942
|
+
* @example
|
|
1943
|
+
* // Delete a few CheckoutGroups
|
|
1944
|
+
* const { count } = await prisma.checkoutGroup.deleteMany({
|
|
1945
|
+
* where: {
|
|
1946
|
+
* // ... provide filter here
|
|
1947
|
+
* }
|
|
1948
|
+
* })
|
|
1949
|
+
*
|
|
1950
|
+
*/
|
|
1951
|
+
deleteMany<T extends CheckoutGroupDeleteManyArgs>(args?: Prisma.SelectSubset<T, CheckoutGroupDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1952
|
+
/**
|
|
1953
|
+
* Update zero or more CheckoutGroups.
|
|
1954
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1955
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1956
|
+
* @param {CheckoutGroupUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1957
|
+
* @example
|
|
1958
|
+
* // Update many CheckoutGroups
|
|
1959
|
+
* const checkoutGroup = await prisma.checkoutGroup.updateMany({
|
|
1960
|
+
* where: {
|
|
1961
|
+
* // ... provide filter here
|
|
1962
|
+
* },
|
|
1963
|
+
* data: {
|
|
1964
|
+
* // ... provide data here
|
|
1965
|
+
* }
|
|
1966
|
+
* })
|
|
1967
|
+
*
|
|
1968
|
+
*/
|
|
1969
|
+
updateMany<T extends CheckoutGroupUpdateManyArgs>(args: Prisma.SelectSubset<T, CheckoutGroupUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1970
|
+
/**
|
|
1971
|
+
* Update zero or more CheckoutGroups and returns the data updated in the database.
|
|
1972
|
+
* @param {CheckoutGroupUpdateManyAndReturnArgs} args - Arguments to update many CheckoutGroups.
|
|
1973
|
+
* @example
|
|
1974
|
+
* // Update many CheckoutGroups
|
|
1975
|
+
* const checkoutGroup = await prisma.checkoutGroup.updateManyAndReturn({
|
|
1976
|
+
* where: {
|
|
1977
|
+
* // ... provide filter here
|
|
1978
|
+
* },
|
|
1979
|
+
* data: [
|
|
1980
|
+
* // ... provide data here
|
|
1981
|
+
* ]
|
|
1982
|
+
* })
|
|
1983
|
+
*
|
|
1984
|
+
* // Update zero or more CheckoutGroups and only return the `id`
|
|
1985
|
+
* const checkoutGroupWithIdOnly = await prisma.checkoutGroup.updateManyAndReturn({
|
|
1986
|
+
* select: { id: true },
|
|
1987
|
+
* where: {
|
|
1988
|
+
* // ... provide filter here
|
|
1989
|
+
* },
|
|
1990
|
+
* data: [
|
|
1991
|
+
* // ... provide data here
|
|
1992
|
+
* ]
|
|
1993
|
+
* })
|
|
1994
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1995
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1996
|
+
*
|
|
1997
|
+
*/
|
|
1998
|
+
updateManyAndReturn<T extends CheckoutGroupUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, CheckoutGroupUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1999
|
+
/**
|
|
2000
|
+
* Create or update one CheckoutGroup.
|
|
2001
|
+
* @param {CheckoutGroupUpsertArgs} args - Arguments to update or create a CheckoutGroup.
|
|
2002
|
+
* @example
|
|
2003
|
+
* // Update or create a CheckoutGroup
|
|
2004
|
+
* const checkoutGroup = await prisma.checkoutGroup.upsert({
|
|
2005
|
+
* create: {
|
|
2006
|
+
* // ... data to create a CheckoutGroup
|
|
2007
|
+
* },
|
|
2008
|
+
* update: {
|
|
2009
|
+
* // ... in case it already exists, update
|
|
2010
|
+
* },
|
|
2011
|
+
* where: {
|
|
2012
|
+
* // ... the filter for the CheckoutGroup we want to update
|
|
2013
|
+
* }
|
|
2014
|
+
* })
|
|
2015
|
+
*/
|
|
2016
|
+
upsert<T extends CheckoutGroupUpsertArgs>(args: Prisma.SelectSubset<T, CheckoutGroupUpsertArgs<ExtArgs>>): Prisma.Prisma__CheckoutGroupClient<runtime.Types.Result.GetResult<Prisma.$CheckoutGroupPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
2017
|
+
/**
|
|
2018
|
+
* Count the number of CheckoutGroups.
|
|
2019
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2020
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2021
|
+
* @param {CheckoutGroupCountArgs} args - Arguments to filter CheckoutGroups to count.
|
|
2022
|
+
* @example
|
|
2023
|
+
* // Count the number of CheckoutGroups
|
|
2024
|
+
* const count = await prisma.checkoutGroup.count({
|
|
2025
|
+
* where: {
|
|
2026
|
+
* // ... the filter for the CheckoutGroups we want to count
|
|
2027
|
+
* }
|
|
2028
|
+
* })
|
|
2029
|
+
**/
|
|
2030
|
+
count<T extends CheckoutGroupCountArgs>(args?: Prisma.Subset<T, CheckoutGroupCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], CheckoutGroupCountAggregateOutputType> : number>;
|
|
2031
|
+
/**
|
|
2032
|
+
* Allows you to perform aggregations operations on a CheckoutGroup.
|
|
2033
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2034
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2035
|
+
* @param {CheckoutGroupAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
2036
|
+
* @example
|
|
2037
|
+
* // Ordered by age ascending
|
|
2038
|
+
* // Where email contains prisma.io
|
|
2039
|
+
* // Limited to the 10 users
|
|
2040
|
+
* const aggregations = await prisma.user.aggregate({
|
|
2041
|
+
* _avg: {
|
|
2042
|
+
* age: true,
|
|
2043
|
+
* },
|
|
2044
|
+
* where: {
|
|
2045
|
+
* email: {
|
|
2046
|
+
* contains: "prisma.io",
|
|
2047
|
+
* },
|
|
2048
|
+
* },
|
|
2049
|
+
* orderBy: {
|
|
2050
|
+
* age: "asc",
|
|
2051
|
+
* },
|
|
2052
|
+
* take: 10,
|
|
2053
|
+
* })
|
|
2054
|
+
**/
|
|
2055
|
+
aggregate<T extends CheckoutGroupAggregateArgs>(args: Prisma.Subset<T, CheckoutGroupAggregateArgs>): Prisma.PrismaPromise<GetCheckoutGroupAggregateType<T>>;
|
|
2056
|
+
/**
|
|
2057
|
+
* Group by CheckoutGroup.
|
|
2058
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
2059
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
2060
|
+
* @param {CheckoutGroupGroupByArgs} args - Group by arguments.
|
|
2061
|
+
* @example
|
|
2062
|
+
* // Group by city, order by createdAt, get count
|
|
2063
|
+
* const result = await prisma.user.groupBy({
|
|
2064
|
+
* by: ['city', 'createdAt'],
|
|
2065
|
+
* orderBy: {
|
|
2066
|
+
* createdAt: true
|
|
2067
|
+
* },
|
|
2068
|
+
* _count: {
|
|
2069
|
+
* _all: true
|
|
2070
|
+
* },
|
|
2071
|
+
* })
|
|
2072
|
+
*
|
|
2073
|
+
**/
|
|
2074
|
+
groupBy<T extends CheckoutGroupGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
2075
|
+
orderBy: CheckoutGroupGroupByArgs['orderBy'];
|
|
2076
|
+
} : {
|
|
2077
|
+
orderBy?: CheckoutGroupGroupByArgs['orderBy'];
|
|
2078
|
+
}, 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 ? {
|
|
2079
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
2080
|
+
Error,
|
|
2081
|
+
'Field ',
|
|
2082
|
+
P,
|
|
2083
|
+
` in "having" needs to be provided in "by"`
|
|
2084
|
+
];
|
|
2085
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
2086
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
2087
|
+
}[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 ? {} : {
|
|
2088
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
2089
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
2090
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
2091
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, CheckoutGroupGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCheckoutGroupGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
2092
|
+
/**
|
|
2093
|
+
* Fields of the CheckoutGroup model
|
|
2094
|
+
*/
|
|
2095
|
+
readonly fields: CheckoutGroupFieldRefs;
|
|
2096
|
+
}
|
|
2097
|
+
/**
|
|
2098
|
+
* The delegate class that acts as a "Promise-like" for CheckoutGroup.
|
|
2099
|
+
* Why is this prefixed with `Prisma__`?
|
|
2100
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
2101
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
2102
|
+
*/
|
|
2103
|
+
export interface Prisma__CheckoutGroupClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
2104
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
2105
|
+
customer<T extends Prisma.CheckoutGroup$customerArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CheckoutGroup$customerArgs<ExtArgs>>): Prisma.Prisma__CustomerClient<runtime.Types.Result.GetResult<Prisma.$CustomerPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
2106
|
+
checkout<T extends Prisma.CheckoutGroup$checkoutArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CheckoutGroup$checkoutArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CheckoutPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
2107
|
+
/**
|
|
2108
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
2109
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
2110
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2111
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
2112
|
+
*/
|
|
2113
|
+
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>;
|
|
2114
|
+
/**
|
|
2115
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
2116
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
2117
|
+
* @returns A Promise for the completion of the callback.
|
|
2118
|
+
*/
|
|
2119
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
2120
|
+
/**
|
|
2121
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
2122
|
+
* resolved value cannot be modified from the callback.
|
|
2123
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
2124
|
+
* @returns A Promise for the completion of the callback.
|
|
2125
|
+
*/
|
|
2126
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
2127
|
+
}
|
|
2128
|
+
/**
|
|
2129
|
+
* Fields of the CheckoutGroup model
|
|
2130
|
+
*/
|
|
2131
|
+
export interface CheckoutGroupFieldRefs {
|
|
2132
|
+
readonly id: Prisma.FieldRef<"CheckoutGroup", 'BigInt'>;
|
|
2133
|
+
readonly createdAt: Prisma.FieldRef<"CheckoutGroup", 'DateTime'>;
|
|
2134
|
+
readonly updatedAt: Prisma.FieldRef<"CheckoutGroup", 'DateTime'>;
|
|
2135
|
+
readonly completedAt: Prisma.FieldRef<"CheckoutGroup", 'DateTime'>;
|
|
2136
|
+
readonly customerId: Prisma.FieldRef<"CheckoutGroup", 'BigInt'>;
|
|
2137
|
+
readonly platformId: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2138
|
+
readonly fulfillmentType: Prisma.FieldRef<"CheckoutGroup", 'FulfillmentType'>;
|
|
2139
|
+
readonly fulfillmentOptInOptionType: Prisma.FieldRef<"CheckoutGroup", 'FulfillmentOptInOptionType'>;
|
|
2140
|
+
readonly discountCodes: Prisma.FieldRef<"CheckoutGroup", 'String[]'>;
|
|
2141
|
+
readonly firstName: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2142
|
+
readonly lastName: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2143
|
+
readonly email: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2144
|
+
readonly phone: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2145
|
+
readonly billingAddress: Prisma.FieldRef<"CheckoutGroup", 'Json'>;
|
|
2146
|
+
readonly deliveryAddress: Prisma.FieldRef<"CheckoutGroup", 'Json'>;
|
|
2147
|
+
readonly total: Prisma.FieldRef<"CheckoutGroup", 'Decimal'>;
|
|
2148
|
+
readonly totalSubtotal: Prisma.FieldRef<"CheckoutGroup", 'Decimal'>;
|
|
2149
|
+
readonly totalTax: Prisma.FieldRef<"CheckoutGroup", 'Decimal'>;
|
|
2150
|
+
readonly totalTaxBreakdown: Prisma.FieldRef<"CheckoutGroup", 'Json'>;
|
|
2151
|
+
readonly totalDeliveryFee: Prisma.FieldRef<"CheckoutGroup", 'Decimal'>;
|
|
2152
|
+
readonly totalDiscount: Prisma.FieldRef<"CheckoutGroup", 'Decimal'>;
|
|
2153
|
+
readonly currencyCode: Prisma.FieldRef<"CheckoutGroup", 'CurrencyCode'>;
|
|
2154
|
+
readonly tip: Prisma.FieldRef<"CheckoutGroup", 'Decimal'>;
|
|
2155
|
+
readonly confirmationId: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2156
|
+
readonly accessTokenHash: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2157
|
+
readonly billingFirstName: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2158
|
+
readonly billingLastName: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2159
|
+
readonly cardBrand: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2160
|
+
readonly cardLastDigits: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2161
|
+
readonly express: Prisma.FieldRef<"CheckoutGroup", 'Boolean'>;
|
|
2162
|
+
readonly scheduled: Prisma.FieldRef<"CheckoutGroup", 'DateTime'>;
|
|
2163
|
+
readonly validatedAt: Prisma.FieldRef<"CheckoutGroup", 'DateTime'>;
|
|
2164
|
+
readonly isGift: Prisma.FieldRef<"CheckoutGroup", 'Boolean'>;
|
|
2165
|
+
readonly giftFrom: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2166
|
+
readonly giftMessage: Prisma.FieldRef<"CheckoutGroup", 'String'>;
|
|
2167
|
+
readonly fraudEvaluation: Prisma.FieldRef<"CheckoutGroup", 'Json'>;
|
|
2168
|
+
}
|
|
2169
|
+
/**
|
|
2170
|
+
* CheckoutGroup findUnique
|
|
2171
|
+
*/
|
|
2172
|
+
export type CheckoutGroupFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2173
|
+
/**
|
|
2174
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2175
|
+
*/
|
|
2176
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2177
|
+
/**
|
|
2178
|
+
* Omit specific fields from the CheckoutGroup
|
|
2179
|
+
*/
|
|
2180
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2181
|
+
/**
|
|
2182
|
+
* Choose, which related nodes to fetch as well
|
|
2183
|
+
*/
|
|
2184
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2185
|
+
/**
|
|
2186
|
+
* Filter, which CheckoutGroup to fetch.
|
|
2187
|
+
*/
|
|
2188
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2189
|
+
};
|
|
2190
|
+
/**
|
|
2191
|
+
* CheckoutGroup findUniqueOrThrow
|
|
2192
|
+
*/
|
|
2193
|
+
export type CheckoutGroupFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2194
|
+
/**
|
|
2195
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2196
|
+
*/
|
|
2197
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2198
|
+
/**
|
|
2199
|
+
* Omit specific fields from the CheckoutGroup
|
|
2200
|
+
*/
|
|
2201
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2202
|
+
/**
|
|
2203
|
+
* Choose, which related nodes to fetch as well
|
|
2204
|
+
*/
|
|
2205
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2206
|
+
/**
|
|
2207
|
+
* Filter, which CheckoutGroup to fetch.
|
|
2208
|
+
*/
|
|
2209
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2210
|
+
};
|
|
2211
|
+
/**
|
|
2212
|
+
* CheckoutGroup findFirst
|
|
2213
|
+
*/
|
|
2214
|
+
export type CheckoutGroupFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2215
|
+
/**
|
|
2216
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2217
|
+
*/
|
|
2218
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2219
|
+
/**
|
|
2220
|
+
* Omit specific fields from the CheckoutGroup
|
|
2221
|
+
*/
|
|
2222
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2223
|
+
/**
|
|
2224
|
+
* Choose, which related nodes to fetch as well
|
|
2225
|
+
*/
|
|
2226
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2227
|
+
/**
|
|
2228
|
+
* Filter, which CheckoutGroup to fetch.
|
|
2229
|
+
*/
|
|
2230
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
2231
|
+
/**
|
|
2232
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2233
|
+
*
|
|
2234
|
+
* Determine the order of CheckoutGroups to fetch.
|
|
2235
|
+
*/
|
|
2236
|
+
orderBy?: Prisma.CheckoutGroupOrderByWithRelationInput | Prisma.CheckoutGroupOrderByWithRelationInput[];
|
|
2237
|
+
/**
|
|
2238
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2239
|
+
*
|
|
2240
|
+
* Sets the position for searching for CheckoutGroups.
|
|
2241
|
+
*/
|
|
2242
|
+
cursor?: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2243
|
+
/**
|
|
2244
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2245
|
+
*
|
|
2246
|
+
* Take `±n` CheckoutGroups from the position of the cursor.
|
|
2247
|
+
*/
|
|
2248
|
+
take?: number;
|
|
2249
|
+
/**
|
|
2250
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2251
|
+
*
|
|
2252
|
+
* Skip the first `n` CheckoutGroups.
|
|
2253
|
+
*/
|
|
2254
|
+
skip?: number;
|
|
2255
|
+
/**
|
|
2256
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2257
|
+
*
|
|
2258
|
+
* Filter by unique combinations of CheckoutGroups.
|
|
2259
|
+
*/
|
|
2260
|
+
distinct?: Prisma.CheckoutGroupScalarFieldEnum | Prisma.CheckoutGroupScalarFieldEnum[];
|
|
2261
|
+
};
|
|
2262
|
+
/**
|
|
2263
|
+
* CheckoutGroup findFirstOrThrow
|
|
2264
|
+
*/
|
|
2265
|
+
export type CheckoutGroupFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2266
|
+
/**
|
|
2267
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2268
|
+
*/
|
|
2269
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2270
|
+
/**
|
|
2271
|
+
* Omit specific fields from the CheckoutGroup
|
|
2272
|
+
*/
|
|
2273
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2274
|
+
/**
|
|
2275
|
+
* Choose, which related nodes to fetch as well
|
|
2276
|
+
*/
|
|
2277
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2278
|
+
/**
|
|
2279
|
+
* Filter, which CheckoutGroup to fetch.
|
|
2280
|
+
*/
|
|
2281
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
2282
|
+
/**
|
|
2283
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2284
|
+
*
|
|
2285
|
+
* Determine the order of CheckoutGroups to fetch.
|
|
2286
|
+
*/
|
|
2287
|
+
orderBy?: Prisma.CheckoutGroupOrderByWithRelationInput | Prisma.CheckoutGroupOrderByWithRelationInput[];
|
|
2288
|
+
/**
|
|
2289
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2290
|
+
*
|
|
2291
|
+
* Sets the position for searching for CheckoutGroups.
|
|
2292
|
+
*/
|
|
2293
|
+
cursor?: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2294
|
+
/**
|
|
2295
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2296
|
+
*
|
|
2297
|
+
* Take `±n` CheckoutGroups from the position of the cursor.
|
|
2298
|
+
*/
|
|
2299
|
+
take?: number;
|
|
2300
|
+
/**
|
|
2301
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2302
|
+
*
|
|
2303
|
+
* Skip the first `n` CheckoutGroups.
|
|
2304
|
+
*/
|
|
2305
|
+
skip?: number;
|
|
2306
|
+
/**
|
|
2307
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
2308
|
+
*
|
|
2309
|
+
* Filter by unique combinations of CheckoutGroups.
|
|
2310
|
+
*/
|
|
2311
|
+
distinct?: Prisma.CheckoutGroupScalarFieldEnum | Prisma.CheckoutGroupScalarFieldEnum[];
|
|
2312
|
+
};
|
|
2313
|
+
/**
|
|
2314
|
+
* CheckoutGroup findMany
|
|
2315
|
+
*/
|
|
2316
|
+
export type CheckoutGroupFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2317
|
+
/**
|
|
2318
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2319
|
+
*/
|
|
2320
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2321
|
+
/**
|
|
2322
|
+
* Omit specific fields from the CheckoutGroup
|
|
2323
|
+
*/
|
|
2324
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2325
|
+
/**
|
|
2326
|
+
* Choose, which related nodes to fetch as well
|
|
2327
|
+
*/
|
|
2328
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2329
|
+
/**
|
|
2330
|
+
* Filter, which CheckoutGroups to fetch.
|
|
2331
|
+
*/
|
|
2332
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
2333
|
+
/**
|
|
2334
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
2335
|
+
*
|
|
2336
|
+
* Determine the order of CheckoutGroups to fetch.
|
|
2337
|
+
*/
|
|
2338
|
+
orderBy?: Prisma.CheckoutGroupOrderByWithRelationInput | Prisma.CheckoutGroupOrderByWithRelationInput[];
|
|
2339
|
+
/**
|
|
2340
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
2341
|
+
*
|
|
2342
|
+
* Sets the position for listing CheckoutGroups.
|
|
2343
|
+
*/
|
|
2344
|
+
cursor?: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2345
|
+
/**
|
|
2346
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2347
|
+
*
|
|
2348
|
+
* Take `±n` CheckoutGroups from the position of the cursor.
|
|
2349
|
+
*/
|
|
2350
|
+
take?: number;
|
|
2351
|
+
/**
|
|
2352
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
2353
|
+
*
|
|
2354
|
+
* Skip the first `n` CheckoutGroups.
|
|
2355
|
+
*/
|
|
2356
|
+
skip?: number;
|
|
2357
|
+
distinct?: Prisma.CheckoutGroupScalarFieldEnum | Prisma.CheckoutGroupScalarFieldEnum[];
|
|
2358
|
+
};
|
|
2359
|
+
/**
|
|
2360
|
+
* CheckoutGroup create
|
|
2361
|
+
*/
|
|
2362
|
+
export type CheckoutGroupCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2363
|
+
/**
|
|
2364
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2365
|
+
*/
|
|
2366
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2367
|
+
/**
|
|
2368
|
+
* Omit specific fields from the CheckoutGroup
|
|
2369
|
+
*/
|
|
2370
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2371
|
+
/**
|
|
2372
|
+
* Choose, which related nodes to fetch as well
|
|
2373
|
+
*/
|
|
2374
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2375
|
+
/**
|
|
2376
|
+
* The data needed to create a CheckoutGroup.
|
|
2377
|
+
*/
|
|
2378
|
+
data: Prisma.XOR<Prisma.CheckoutGroupCreateInput, Prisma.CheckoutGroupUncheckedCreateInput>;
|
|
2379
|
+
};
|
|
2380
|
+
/**
|
|
2381
|
+
* CheckoutGroup createMany
|
|
2382
|
+
*/
|
|
2383
|
+
export type CheckoutGroupCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2384
|
+
/**
|
|
2385
|
+
* The data used to create many CheckoutGroups.
|
|
2386
|
+
*/
|
|
2387
|
+
data: Prisma.CheckoutGroupCreateManyInput | Prisma.CheckoutGroupCreateManyInput[];
|
|
2388
|
+
skipDuplicates?: boolean;
|
|
2389
|
+
};
|
|
2390
|
+
/**
|
|
2391
|
+
* CheckoutGroup createManyAndReturn
|
|
2392
|
+
*/
|
|
2393
|
+
export type CheckoutGroupCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2394
|
+
/**
|
|
2395
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2396
|
+
*/
|
|
2397
|
+
select?: Prisma.CheckoutGroupSelectCreateManyAndReturn<ExtArgs> | null;
|
|
2398
|
+
/**
|
|
2399
|
+
* Omit specific fields from the CheckoutGroup
|
|
2400
|
+
*/
|
|
2401
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2402
|
+
/**
|
|
2403
|
+
* The data used to create many CheckoutGroups.
|
|
2404
|
+
*/
|
|
2405
|
+
data: Prisma.CheckoutGroupCreateManyInput | Prisma.CheckoutGroupCreateManyInput[];
|
|
2406
|
+
skipDuplicates?: boolean;
|
|
2407
|
+
/**
|
|
2408
|
+
* Choose, which related nodes to fetch as well
|
|
2409
|
+
*/
|
|
2410
|
+
include?: Prisma.CheckoutGroupIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
2411
|
+
};
|
|
2412
|
+
/**
|
|
2413
|
+
* CheckoutGroup update
|
|
2414
|
+
*/
|
|
2415
|
+
export type CheckoutGroupUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2416
|
+
/**
|
|
2417
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2418
|
+
*/
|
|
2419
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2420
|
+
/**
|
|
2421
|
+
* Omit specific fields from the CheckoutGroup
|
|
2422
|
+
*/
|
|
2423
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2424
|
+
/**
|
|
2425
|
+
* Choose, which related nodes to fetch as well
|
|
2426
|
+
*/
|
|
2427
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2428
|
+
/**
|
|
2429
|
+
* The data needed to update a CheckoutGroup.
|
|
2430
|
+
*/
|
|
2431
|
+
data: Prisma.XOR<Prisma.CheckoutGroupUpdateInput, Prisma.CheckoutGroupUncheckedUpdateInput>;
|
|
2432
|
+
/**
|
|
2433
|
+
* Choose, which CheckoutGroup to update.
|
|
2434
|
+
*/
|
|
2435
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2436
|
+
};
|
|
2437
|
+
/**
|
|
2438
|
+
* CheckoutGroup updateMany
|
|
2439
|
+
*/
|
|
2440
|
+
export type CheckoutGroupUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2441
|
+
/**
|
|
2442
|
+
* The data used to update CheckoutGroups.
|
|
2443
|
+
*/
|
|
2444
|
+
data: Prisma.XOR<Prisma.CheckoutGroupUpdateManyMutationInput, Prisma.CheckoutGroupUncheckedUpdateManyInput>;
|
|
2445
|
+
/**
|
|
2446
|
+
* Filter which CheckoutGroups to update
|
|
2447
|
+
*/
|
|
2448
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
2449
|
+
/**
|
|
2450
|
+
* Limit how many CheckoutGroups to update.
|
|
2451
|
+
*/
|
|
2452
|
+
limit?: number;
|
|
2453
|
+
};
|
|
2454
|
+
/**
|
|
2455
|
+
* CheckoutGroup updateManyAndReturn
|
|
2456
|
+
*/
|
|
2457
|
+
export type CheckoutGroupUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2458
|
+
/**
|
|
2459
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2460
|
+
*/
|
|
2461
|
+
select?: Prisma.CheckoutGroupSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
2462
|
+
/**
|
|
2463
|
+
* Omit specific fields from the CheckoutGroup
|
|
2464
|
+
*/
|
|
2465
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2466
|
+
/**
|
|
2467
|
+
* The data used to update CheckoutGroups.
|
|
2468
|
+
*/
|
|
2469
|
+
data: Prisma.XOR<Prisma.CheckoutGroupUpdateManyMutationInput, Prisma.CheckoutGroupUncheckedUpdateManyInput>;
|
|
2470
|
+
/**
|
|
2471
|
+
* Filter which CheckoutGroups to update
|
|
2472
|
+
*/
|
|
2473
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
2474
|
+
/**
|
|
2475
|
+
* Limit how many CheckoutGroups to update.
|
|
2476
|
+
*/
|
|
2477
|
+
limit?: number;
|
|
2478
|
+
/**
|
|
2479
|
+
* Choose, which related nodes to fetch as well
|
|
2480
|
+
*/
|
|
2481
|
+
include?: Prisma.CheckoutGroupIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
2482
|
+
};
|
|
2483
|
+
/**
|
|
2484
|
+
* CheckoutGroup upsert
|
|
2485
|
+
*/
|
|
2486
|
+
export type CheckoutGroupUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2487
|
+
/**
|
|
2488
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2489
|
+
*/
|
|
2490
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2491
|
+
/**
|
|
2492
|
+
* Omit specific fields from the CheckoutGroup
|
|
2493
|
+
*/
|
|
2494
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2495
|
+
/**
|
|
2496
|
+
* Choose, which related nodes to fetch as well
|
|
2497
|
+
*/
|
|
2498
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2499
|
+
/**
|
|
2500
|
+
* The filter to search for the CheckoutGroup to update in case it exists.
|
|
2501
|
+
*/
|
|
2502
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2503
|
+
/**
|
|
2504
|
+
* In case the CheckoutGroup found by the `where` argument doesn't exist, create a new CheckoutGroup with this data.
|
|
2505
|
+
*/
|
|
2506
|
+
create: Prisma.XOR<Prisma.CheckoutGroupCreateInput, Prisma.CheckoutGroupUncheckedCreateInput>;
|
|
2507
|
+
/**
|
|
2508
|
+
* In case the CheckoutGroup was found with the provided `where` argument, update it with this data.
|
|
2509
|
+
*/
|
|
2510
|
+
update: Prisma.XOR<Prisma.CheckoutGroupUpdateInput, Prisma.CheckoutGroupUncheckedUpdateInput>;
|
|
2511
|
+
};
|
|
2512
|
+
/**
|
|
2513
|
+
* CheckoutGroup delete
|
|
2514
|
+
*/
|
|
2515
|
+
export type CheckoutGroupDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2516
|
+
/**
|
|
2517
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2518
|
+
*/
|
|
2519
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2520
|
+
/**
|
|
2521
|
+
* Omit specific fields from the CheckoutGroup
|
|
2522
|
+
*/
|
|
2523
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2524
|
+
/**
|
|
2525
|
+
* Choose, which related nodes to fetch as well
|
|
2526
|
+
*/
|
|
2527
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2528
|
+
/**
|
|
2529
|
+
* Filter which CheckoutGroup to delete.
|
|
2530
|
+
*/
|
|
2531
|
+
where: Prisma.CheckoutGroupWhereUniqueInput;
|
|
2532
|
+
};
|
|
2533
|
+
/**
|
|
2534
|
+
* CheckoutGroup deleteMany
|
|
2535
|
+
*/
|
|
2536
|
+
export type CheckoutGroupDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2537
|
+
/**
|
|
2538
|
+
* Filter which CheckoutGroups to delete
|
|
2539
|
+
*/
|
|
2540
|
+
where?: Prisma.CheckoutGroupWhereInput;
|
|
2541
|
+
/**
|
|
2542
|
+
* Limit how many CheckoutGroups to delete.
|
|
2543
|
+
*/
|
|
2544
|
+
limit?: number;
|
|
2545
|
+
};
|
|
2546
|
+
/**
|
|
2547
|
+
* CheckoutGroup.customer
|
|
2548
|
+
*/
|
|
2549
|
+
export type CheckoutGroup$customerArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2550
|
+
/**
|
|
2551
|
+
* Select specific fields to fetch from the Customer
|
|
2552
|
+
*/
|
|
2553
|
+
select?: Prisma.CustomerSelect<ExtArgs> | null;
|
|
2554
|
+
/**
|
|
2555
|
+
* Omit specific fields from the Customer
|
|
2556
|
+
*/
|
|
2557
|
+
omit?: Prisma.CustomerOmit<ExtArgs> | null;
|
|
2558
|
+
/**
|
|
2559
|
+
* Choose, which related nodes to fetch as well
|
|
2560
|
+
*/
|
|
2561
|
+
include?: Prisma.CustomerInclude<ExtArgs> | null;
|
|
2562
|
+
where?: Prisma.CustomerWhereInput;
|
|
2563
|
+
};
|
|
2564
|
+
/**
|
|
2565
|
+
* CheckoutGroup.checkout
|
|
2566
|
+
*/
|
|
2567
|
+
export type CheckoutGroup$checkoutArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2568
|
+
/**
|
|
2569
|
+
* Select specific fields to fetch from the Checkout
|
|
2570
|
+
*/
|
|
2571
|
+
select?: Prisma.CheckoutSelect<ExtArgs> | null;
|
|
2572
|
+
/**
|
|
2573
|
+
* Omit specific fields from the Checkout
|
|
2574
|
+
*/
|
|
2575
|
+
omit?: Prisma.CheckoutOmit<ExtArgs> | null;
|
|
2576
|
+
/**
|
|
2577
|
+
* Choose, which related nodes to fetch as well
|
|
2578
|
+
*/
|
|
2579
|
+
include?: Prisma.CheckoutInclude<ExtArgs> | null;
|
|
2580
|
+
where?: Prisma.CheckoutWhereInput;
|
|
2581
|
+
orderBy?: Prisma.CheckoutOrderByWithRelationInput | Prisma.CheckoutOrderByWithRelationInput[];
|
|
2582
|
+
cursor?: Prisma.CheckoutWhereUniqueInput;
|
|
2583
|
+
take?: number;
|
|
2584
|
+
skip?: number;
|
|
2585
|
+
distinct?: Prisma.CheckoutScalarFieldEnum | Prisma.CheckoutScalarFieldEnum[];
|
|
2586
|
+
};
|
|
2587
|
+
/**
|
|
2588
|
+
* CheckoutGroup without action
|
|
2589
|
+
*/
|
|
2590
|
+
export type CheckoutGroupDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2591
|
+
/**
|
|
2592
|
+
* Select specific fields to fetch from the CheckoutGroup
|
|
2593
|
+
*/
|
|
2594
|
+
select?: Prisma.CheckoutGroupSelect<ExtArgs> | null;
|
|
2595
|
+
/**
|
|
2596
|
+
* Omit specific fields from the CheckoutGroup
|
|
2597
|
+
*/
|
|
2598
|
+
omit?: Prisma.CheckoutGroupOmit<ExtArgs> | null;
|
|
2599
|
+
/**
|
|
2600
|
+
* Choose, which related nodes to fetch as well
|
|
2601
|
+
*/
|
|
2602
|
+
include?: Prisma.CheckoutGroupInclude<ExtArgs> | null;
|
|
2603
|
+
};
|
|
2604
|
+
export {};
|