@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated/prisma/browser.d.ts +514 -0
- package/lib/generated/prisma/browser.js +57 -0
- package/lib/generated/prisma/browser.js.map +1 -0
- package/lib/generated/prisma/client.d.ts +531 -0
- package/lib/generated/prisma/client.js +69 -0
- package/lib/generated/prisma/client.js.map +1 -0
- package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
- package/lib/generated/prisma/commonInputTypes.js +12 -0
- package/lib/generated/prisma/commonInputTypes.js.map +1 -0
- package/lib/generated/prisma/dmmf.d.ts +4085 -0
- package/lib/generated/prisma/dmmf.js +27551 -0
- package/lib/generated/prisma/dmmf.js.map +1 -0
- package/lib/generated/prisma/enums.d.ts +216 -0
- package/lib/generated/prisma/enums.js +205 -0
- package/lib/generated/prisma/enums.js.map +1 -0
- package/lib/generated/prisma/internal/class.d.ts +1237 -0
- package/lib/generated/prisma/internal/class.js +79 -0
- package/lib/generated/prisma/internal/class.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
- package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
- package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/lib/generated/prisma/kysely-types.d.ts +1499 -0
- package/lib/generated/prisma/kysely-types.js +196 -0
- package/lib/generated/prisma/kysely-types.js.map +1 -0
- package/lib/generated/prisma/models/Address.d.ts +1339 -0
- package/lib/generated/prisma/models/Address.js +12 -0
- package/lib/generated/prisma/models/Address.js.map +1 -0
- package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
- package/lib/generated/prisma/models/Administrator.js +12 -0
- package/lib/generated/prisma/models/Administrator.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
- package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
- package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
- package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
- package/lib/generated/prisma/models/ApiToken.js +12 -0
- package/lib/generated/prisma/models/ApiToken.js.map +1 -0
- package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
- package/lib/generated/prisma/models/AwsBucket.js +12 -0
- package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
- package/lib/generated/prisma/models/Card.d.ts +1533 -0
- package/lib/generated/prisma/models/Card.js +12 -0
- package/lib/generated/prisma/models/Card.js.map +1 -0
- package/lib/generated/prisma/models/Cart.d.ts +2315 -0
- package/lib/generated/prisma/models/Cart.js +12 -0
- package/lib/generated/prisma/models/Cart.js.map +1 -0
- package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
- package/lib/generated/prisma/models/CartCost.js +12 -0
- package/lib/generated/prisma/models/CartCost.js.map +1 -0
- package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
- package/lib/generated/prisma/models/CartLine.js +12 -0
- package/lib/generated/prisma/models/CartLine.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
- package/lib/generated/prisma/models/CartLineModifier.js +12 -0
- package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
- package/lib/generated/prisma/models/Checkout.js +12 -0
- package/lib/generated/prisma/models/Checkout.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
- package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
- package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
- package/lib/generated/prisma/models/CheckoutLine.js +12 -0
- package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
- package/lib/generated/prisma/models/Collection.d.ts +1961 -0
- package/lib/generated/prisma/models/Collection.js +12 -0
- package/lib/generated/prisma/models/Collection.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
- package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
- package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/Customer.d.ts +2964 -0
- package/lib/generated/prisma/models/Customer.js +12 -0
- package/lib/generated/prisma/models/Customer.js.map +1 -0
- package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
- package/lib/generated/prisma/models/CustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
- package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
- package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
- package/lib/generated/prisma/models/DiscountCode.js +12 -0
- package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
- package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
- package/lib/generated/prisma/models/EventLog.js +12 -0
- package/lib/generated/prisma/models/EventLog.js.map +1 -0
- package/lib/generated/prisma/models/Facet.d.ts +1266 -0
- package/lib/generated/prisma/models/Facet.js +12 -0
- package/lib/generated/prisma/models/Facet.js.map +1 -0
- package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
- package/lib/generated/prisma/models/FacetOption.js +12 -0
- package/lib/generated/prisma/models/FacetOption.js.map +1 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
- package/lib/generated/prisma/models/FeatureFlag.js +12 -0
- package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
- package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
- package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
- package/lib/generated/prisma/models/FreeItemRule.js +12 -0
- package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
- package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
- package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
- package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
- package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
- package/lib/generated/prisma/models/Ingredient.js +12 -0
- package/lib/generated/prisma/models/Ingredient.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
- package/lib/generated/prisma/models/IngredientToStore.js +12 -0
- package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
- package/lib/generated/prisma/models/Media.d.ts +2127 -0
- package/lib/generated/prisma/models/Media.js +12 -0
- package/lib/generated/prisma/models/Media.js.map +1 -0
- package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
- package/lib/generated/prisma/models/Modifier.js +12 -0
- package/lib/generated/prisma/models/Modifier.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
- package/lib/generated/prisma/models/ModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
- package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
- package/lib/generated/prisma/models/ModifierOption.js +12 -0
- package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
- package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
- package/lib/generated/prisma/models/OneTimeToken.js +12 -0
- package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
- package/lib/generated/prisma/models/Payment.d.ts +1560 -0
- package/lib/generated/prisma/models/Payment.js +12 -0
- package/lib/generated/prisma/models/Payment.js.map +1 -0
- package/lib/generated/prisma/models/Platform.d.ts +7442 -0
- package/lib/generated/prisma/models/Platform.js +12 -0
- package/lib/generated/prisma/models/Platform.js.map +1 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
- package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
- package/lib/generated/prisma/models/PrepTime.js +12 -0
- package/lib/generated/prisma/models/PrepTime.js.map +1 -0
- package/lib/generated/prisma/models/Product.d.ts +2975 -0
- package/lib/generated/prisma/models/Product.js +12 -0
- package/lib/generated/prisma/models/Product.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
- package/lib/generated/prisma/models/ProductCategory.js +12 -0
- package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
- package/lib/generated/prisma/models/ProductListing.js +12 -0
- package/lib/generated/prisma/models/ProductListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductToTag.js +12 -0
- package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
- package/lib/generated/prisma/models/ProductVariant.js +12 -0
- package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
- package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
- package/lib/generated/prisma/models/ProductVarietal.js +12 -0
- package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
- package/lib/generated/prisma/models/Refund.d.ts +1707 -0
- package/lib/generated/prisma/models/Refund.js +12 -0
- package/lib/generated/prisma/models/Refund.js.map +1 -0
- package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
- package/lib/generated/prisma/models/RefundLine.js +12 -0
- package/lib/generated/prisma/models/RefundLine.js.map +1 -0
- package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
- package/lib/generated/prisma/models/RelatedItems.js +12 -0
- package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
- package/lib/generated/prisma/models/Role.d.ts +1264 -0
- package/lib/generated/prisma/models/Role.js +12 -0
- package/lib/generated/prisma/models/Role.js.map +1 -0
- package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
- package/lib/generated/prisma/models/ScheduledTask.js +12 -0
- package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
- package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
- package/lib/generated/prisma/models/SmsConversation.js +12 -0
- package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
- package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
- package/lib/generated/prisma/models/StockLevel.js +12 -0
- package/lib/generated/prisma/models/StockLevel.js.map +1 -0
- package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
- package/lib/generated/prisma/models/StockLocation.js +12 -0
- package/lib/generated/prisma/models/StockLocation.js.map +1 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
- package/lib/generated/prisma/models/StockMovement.js +12 -0
- package/lib/generated/prisma/models/StockMovement.js.map +1 -0
- package/lib/generated/prisma/models/Store.d.ts +4487 -0
- package/lib/generated/prisma/models/Store.js +12 -0
- package/lib/generated/prisma/models/Store.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
- package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
- package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
- package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/Tag.d.ts +1581 -0
- package/lib/generated/prisma/models/Tag.js +12 -0
- package/lib/generated/prisma/models/Tag.js.map +1 -0
- package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
- package/lib/generated/prisma/models/TaxCategory.js +12 -0
- package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
- package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
- package/lib/generated/prisma/models/Transaction.js +12 -0
- package/lib/generated/prisma/models/Transaction.js.map +1 -0
- package/lib/generated/prisma/models/User.d.ts +1907 -0
- package/lib/generated/prisma/models/User.js +12 -0
- package/lib/generated/prisma/models/User.js.map +1 -0
- package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
- package/lib/generated/prisma/models/UserToRole.js +12 -0
- package/lib/generated/prisma/models/UserToRole.js.map +1 -0
- package/lib/generated/prisma/models.d.ts +103 -0
- package/lib/generated/prisma/models.js +3 -0
- package/lib/generated/prisma/models.js.map +1 -0
- package/lib/generated/prisma/pjtg.d.ts +145 -0
- package/lib/generated/prisma/pjtg.js +3 -0
- package/lib/generated/prisma/pjtg.js.map +1 -0
- package/lib/helpers.d.ts +37 -0
- package/lib/helpers.js +226 -0
- package/lib/helpers.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js.map +1 -0
- package/lib/kysely/index.d.ts +2 -0
- package/lib/kysely/index.js +19 -0
- package/lib/kysely/index.js.map +1 -0
- package/lib/kysely/kysely-db.d.ts +3 -0
- package/lib/kysely/kysely-db.js +3 -0
- package/lib/kysely/kysely-db.js.map +1 -0
- package/lib/kysely/utils/index.d.ts +4 -0
- package/lib/kysely/utils/index.js +21 -0
- package/lib/kysely/utils/index.js.map +1 -0
- package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
- package/lib/kysely/utils/serialize-bigint-value.js +13 -0
- package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
- package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
- package/lib/kysely/utils/serialize-numeric-value.js +11 -0
- package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
- package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
- package/lib/kysely/utils/shallow-dehydrate.js +3 -0
- package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
- package/lib/prisma-module/index.d.ts +4 -0
- package/lib/prisma-module/index.js +21 -0
- package/lib/prisma-module/index.js.map +1 -0
- package/lib/prisma-module/prisma-options.d.ts +59 -0
- package/lib/prisma-module/prisma-options.js +3 -0
- package/lib/prisma-module/prisma-options.js.map +1 -0
- package/lib/prisma-module/prisma.constants.d.ts +1 -0
- package/lib/prisma-module/prisma.constants.js +5 -0
- package/lib/prisma-module/prisma.constants.js.map +1 -0
- package/lib/prisma-module/prisma.module.d.ts +8 -0
- package/lib/prisma-module/prisma.module.js +73 -0
- package/lib/prisma-module/prisma.module.js.map +1 -0
- package/lib/prisma-module/prisma.service.d.ts +5 -0
- package/lib/prisma-module/prisma.service.js +29 -0
- package/lib/prisma-module/prisma.service.js.map +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +3 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
- package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
- package/lib/utils/ignore-prisma-builtins.js +3 -0
- package/lib/utils/ignore-prisma-builtins.js.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +20 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/prisma-where-to-sql.d.ts +5 -0
- package/lib/utils/prisma-where-to-sql.js +94 -0
- package/lib/utils/prisma-where-to-sql.js.map +1 -0
- package/lib/web360-prisma.constants.d.ts +2 -0
- package/lib/web360-prisma.constants.js +6 -0
- package/lib/web360-prisma.constants.js.map +1 -0
- package/lib/web360-prisma.module.d.ts +7 -0
- package/lib/web360-prisma.module.js +81 -0
- package/lib/web360-prisma.module.js.map +1 -0
- package/lib/web360-prisma.options.d.ts +38 -0
- package/lib/web360-prisma.options.js +3 -0
- package/lib/web360-prisma.options.js.map +1 -0
- package/lib/web360-prisma.service.d.ts +57 -0
- package/lib/web360-prisma.service.js +57 -0
- package/lib/web360-prisma.service.js.map +1 -0
- package/package.json +3 -2
|
@@ -0,0 +1,1529 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import * as $Enums from "./enums.js";
|
|
3
|
+
import type * as Prisma from "./internal/prismaNamespace.js";
|
|
4
|
+
export type BigIntFilter<$PrismaModel = never> = {
|
|
5
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
6
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
7
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
8
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
9
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
10
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
11
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
12
|
+
not?: Prisma.NestedBigIntFilter<$PrismaModel> | bigint | number;
|
|
13
|
+
};
|
|
14
|
+
export type BigIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
15
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
16
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
17
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
18
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
19
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
20
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
21
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
22
|
+
not?: Prisma.NestedBigIntWithAggregatesFilter<$PrismaModel> | bigint | number;
|
|
23
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
24
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
25
|
+
_sum?: Prisma.NestedBigIntFilter<$PrismaModel>;
|
|
26
|
+
_min?: Prisma.NestedBigIntFilter<$PrismaModel>;
|
|
27
|
+
_max?: Prisma.NestedBigIntFilter<$PrismaModel>;
|
|
28
|
+
};
|
|
29
|
+
export type StringFilter<$PrismaModel = never> = {
|
|
30
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
31
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
32
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
33
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
34
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
35
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
36
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
37
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
38
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
39
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
40
|
+
search?: string;
|
|
41
|
+
mode?: Prisma.QueryMode;
|
|
42
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string;
|
|
43
|
+
};
|
|
44
|
+
export type StringNullableFilter<$PrismaModel = never> = {
|
|
45
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
|
|
46
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
47
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
48
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
49
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
50
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
51
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
52
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
53
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
54
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
55
|
+
search?: string;
|
|
56
|
+
mode?: Prisma.QueryMode;
|
|
57
|
+
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null;
|
|
58
|
+
};
|
|
59
|
+
export type DateTimeFilter<$PrismaModel = never> = {
|
|
60
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
61
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
62
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
63
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
64
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
65
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
66
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
67
|
+
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string;
|
|
68
|
+
};
|
|
69
|
+
export type DateTimeNullableFilter<$PrismaModel = never> = {
|
|
70
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
|
|
71
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
72
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
73
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
74
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
75
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
76
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
77
|
+
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null;
|
|
78
|
+
};
|
|
79
|
+
export type SortOrderInput = {
|
|
80
|
+
sort: Prisma.SortOrder;
|
|
81
|
+
nulls?: Prisma.NullsOrder;
|
|
82
|
+
};
|
|
83
|
+
export type StringWithAggregatesFilter<$PrismaModel = never> = {
|
|
84
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
85
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
86
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
87
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
88
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
89
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
90
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
91
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
92
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
93
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
94
|
+
search?: string;
|
|
95
|
+
mode?: Prisma.QueryMode;
|
|
96
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
|
|
97
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
98
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
99
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
100
|
+
};
|
|
101
|
+
export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
102
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
|
|
103
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
104
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
105
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
106
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
107
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
108
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
109
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
110
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
111
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
112
|
+
search?: string;
|
|
113
|
+
mode?: Prisma.QueryMode;
|
|
114
|
+
not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null;
|
|
115
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
116
|
+
_min?: Prisma.NestedStringNullableFilter<$PrismaModel>;
|
|
117
|
+
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>;
|
|
118
|
+
};
|
|
119
|
+
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
120
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
121
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
122
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
123
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
124
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
125
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
126
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
127
|
+
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string;
|
|
128
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
129
|
+
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>;
|
|
130
|
+
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>;
|
|
131
|
+
};
|
|
132
|
+
export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
133
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
|
|
134
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
135
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
136
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
137
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
138
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
139
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
140
|
+
not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null;
|
|
141
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
142
|
+
_min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
|
|
143
|
+
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
|
|
144
|
+
};
|
|
145
|
+
export type EnumApiTokenPurposeFilter<$PrismaModel = never> = {
|
|
146
|
+
equals?: $Enums.ApiTokenPurpose | Prisma.EnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
147
|
+
in?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
148
|
+
notIn?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
149
|
+
not?: Prisma.NestedEnumApiTokenPurposeFilter<$PrismaModel> | $Enums.ApiTokenPurpose;
|
|
150
|
+
};
|
|
151
|
+
export type EnumApiTokenPurposeWithAggregatesFilter<$PrismaModel = never> = {
|
|
152
|
+
equals?: $Enums.ApiTokenPurpose | Prisma.EnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
153
|
+
in?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
154
|
+
notIn?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
155
|
+
not?: Prisma.NestedEnumApiTokenPurposeWithAggregatesFilter<$PrismaModel> | $Enums.ApiTokenPurpose;
|
|
156
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
157
|
+
_min?: Prisma.NestedEnumApiTokenPurposeFilter<$PrismaModel>;
|
|
158
|
+
_max?: Prisma.NestedEnumApiTokenPurposeFilter<$PrismaModel>;
|
|
159
|
+
};
|
|
160
|
+
export type BoolFilter<$PrismaModel = never> = {
|
|
161
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
|
|
162
|
+
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean;
|
|
163
|
+
};
|
|
164
|
+
export type BoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
165
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
|
|
166
|
+
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean;
|
|
167
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
168
|
+
_min?: Prisma.NestedBoolFilter<$PrismaModel>;
|
|
169
|
+
_max?: Prisma.NestedBoolFilter<$PrismaModel>;
|
|
170
|
+
};
|
|
171
|
+
export type JsonFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<JsonFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonFilterBase<$PrismaModel>>, 'path'>>, Required<JsonFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<JsonFilterBase<$PrismaModel>>, 'path'>>;
|
|
172
|
+
export type JsonFilterBase<$PrismaModel = never> = {
|
|
173
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
174
|
+
path?: string[];
|
|
175
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>;
|
|
176
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
177
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
178
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
179
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
180
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
181
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
182
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
183
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
184
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
185
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
186
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
187
|
+
};
|
|
188
|
+
export type JsonWithAggregatesFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>, Required<JsonWithAggregatesFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<JsonWithAggregatesFilterBase<$PrismaModel>>, 'path'>>;
|
|
189
|
+
export type JsonWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
190
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
191
|
+
path?: string[];
|
|
192
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>;
|
|
193
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
194
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
195
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
196
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
197
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
198
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
199
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
200
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
201
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
202
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
203
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
204
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
205
|
+
_min?: Prisma.NestedJsonFilter<$PrismaModel>;
|
|
206
|
+
_max?: Prisma.NestedJsonFilter<$PrismaModel>;
|
|
207
|
+
};
|
|
208
|
+
export type JsonNullableFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>, Required<JsonNullableFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>;
|
|
209
|
+
export type JsonNullableFilterBase<$PrismaModel = never> = {
|
|
210
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
211
|
+
path?: string[];
|
|
212
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>;
|
|
213
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
214
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
215
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
216
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
217
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
218
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
219
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
220
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
221
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
222
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
223
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
224
|
+
};
|
|
225
|
+
export type JsonNullableWithAggregatesFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>, Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>;
|
|
226
|
+
export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
227
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
228
|
+
path?: string[];
|
|
229
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>;
|
|
230
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
231
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
232
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
233
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
234
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
235
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
236
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
237
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
238
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
239
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
240
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
241
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
242
|
+
_min?: Prisma.NestedJsonNullableFilter<$PrismaModel>;
|
|
243
|
+
_max?: Prisma.NestedJsonNullableFilter<$PrismaModel>;
|
|
244
|
+
};
|
|
245
|
+
export type BigIntNullableFilter<$PrismaModel = never> = {
|
|
246
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel> | null;
|
|
247
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
248
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
249
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
250
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
251
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
252
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
253
|
+
not?: Prisma.NestedBigIntNullableFilter<$PrismaModel> | bigint | number | null;
|
|
254
|
+
};
|
|
255
|
+
export type BigIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
256
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel> | null;
|
|
257
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
258
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
259
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
260
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
261
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
262
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
263
|
+
not?: Prisma.NestedBigIntNullableWithAggregatesFilter<$PrismaModel> | bigint | number | null;
|
|
264
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
265
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
266
|
+
_sum?: Prisma.NestedBigIntNullableFilter<$PrismaModel>;
|
|
267
|
+
_min?: Prisma.NestedBigIntNullableFilter<$PrismaModel>;
|
|
268
|
+
_max?: Prisma.NestedBigIntNullableFilter<$PrismaModel>;
|
|
269
|
+
};
|
|
270
|
+
export type DecimalFilter<$PrismaModel = never> = {
|
|
271
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
272
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
273
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
274
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
275
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
276
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
277
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
278
|
+
not?: Prisma.NestedDecimalFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
279
|
+
};
|
|
280
|
+
export type DecimalWithAggregatesFilter<$PrismaModel = never> = {
|
|
281
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
282
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
283
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
284
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
285
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
286
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
287
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
288
|
+
not?: Prisma.NestedDecimalWithAggregatesFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
289
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
290
|
+
_avg?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
291
|
+
_sum?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
292
|
+
_min?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
293
|
+
_max?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
294
|
+
};
|
|
295
|
+
export type IntFilter<$PrismaModel = never> = {
|
|
296
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
297
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
298
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
299
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
300
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
301
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
302
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
303
|
+
not?: Prisma.NestedIntFilter<$PrismaModel> | number;
|
|
304
|
+
};
|
|
305
|
+
export type IntWithAggregatesFilter<$PrismaModel = never> = {
|
|
306
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
307
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
308
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
309
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
310
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
311
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
312
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
313
|
+
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number;
|
|
314
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
315
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
316
|
+
_sum?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
317
|
+
_min?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
318
|
+
_max?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
319
|
+
};
|
|
320
|
+
export type EnumCurrencyCodeFilter<$PrismaModel = never> = {
|
|
321
|
+
equals?: $Enums.CurrencyCode | Prisma.EnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
322
|
+
in?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
323
|
+
notIn?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
324
|
+
not?: Prisma.NestedEnumCurrencyCodeFilter<$PrismaModel> | $Enums.CurrencyCode;
|
|
325
|
+
};
|
|
326
|
+
export type EnumCurrencyCodeWithAggregatesFilter<$PrismaModel = never> = {
|
|
327
|
+
equals?: $Enums.CurrencyCode | Prisma.EnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
328
|
+
in?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
329
|
+
notIn?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
330
|
+
not?: Prisma.NestedEnumCurrencyCodeWithAggregatesFilter<$PrismaModel> | $Enums.CurrencyCode;
|
|
331
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
332
|
+
_min?: Prisma.NestedEnumCurrencyCodeFilter<$PrismaModel>;
|
|
333
|
+
_max?: Prisma.NestedEnumCurrencyCodeFilter<$PrismaModel>;
|
|
334
|
+
};
|
|
335
|
+
export type EnumFulfillmentTypeFilter<$PrismaModel = never> = {
|
|
336
|
+
equals?: $Enums.FulfillmentType | Prisma.EnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
337
|
+
in?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
338
|
+
notIn?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
339
|
+
not?: Prisma.NestedEnumFulfillmentTypeFilter<$PrismaModel> | $Enums.FulfillmentType;
|
|
340
|
+
};
|
|
341
|
+
export type EnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel = never> = {
|
|
342
|
+
equals?: $Enums.FulfillmentOptInOptionType | Prisma.EnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
343
|
+
in?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
344
|
+
notIn?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
345
|
+
not?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel> | $Enums.FulfillmentOptInOptionType | null;
|
|
346
|
+
};
|
|
347
|
+
export type BoolNullableFilter<$PrismaModel = never> = {
|
|
348
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
|
|
349
|
+
not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null;
|
|
350
|
+
};
|
|
351
|
+
export type EnumFulfillmentTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
352
|
+
equals?: $Enums.FulfillmentType | Prisma.EnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
353
|
+
in?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
354
|
+
notIn?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
355
|
+
not?: Prisma.NestedEnumFulfillmentTypeWithAggregatesFilter<$PrismaModel> | $Enums.FulfillmentType;
|
|
356
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
357
|
+
_min?: Prisma.NestedEnumFulfillmentTypeFilter<$PrismaModel>;
|
|
358
|
+
_max?: Prisma.NestedEnumFulfillmentTypeFilter<$PrismaModel>;
|
|
359
|
+
};
|
|
360
|
+
export type EnumFulfillmentOptInOptionTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
361
|
+
equals?: $Enums.FulfillmentOptInOptionType | Prisma.EnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
362
|
+
in?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
363
|
+
notIn?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
364
|
+
not?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.FulfillmentOptInOptionType | null;
|
|
365
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
366
|
+
_min?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel>;
|
|
367
|
+
_max?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel>;
|
|
368
|
+
};
|
|
369
|
+
export type BoolNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
370
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
|
|
371
|
+
not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null;
|
|
372
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
373
|
+
_min?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
|
|
374
|
+
_max?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
|
|
375
|
+
};
|
|
376
|
+
export type EnumEventLogEventFilter<$PrismaModel = never> = {
|
|
377
|
+
equals?: $Enums.EventLogEvent | Prisma.EnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
378
|
+
in?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
379
|
+
notIn?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
380
|
+
not?: Prisma.NestedEnumEventLogEventFilter<$PrismaModel> | $Enums.EventLogEvent;
|
|
381
|
+
};
|
|
382
|
+
export type EnumEventLogEventWithAggregatesFilter<$PrismaModel = never> = {
|
|
383
|
+
equals?: $Enums.EventLogEvent | Prisma.EnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
384
|
+
in?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
385
|
+
notIn?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
386
|
+
not?: Prisma.NestedEnumEventLogEventWithAggregatesFilter<$PrismaModel> | $Enums.EventLogEvent;
|
|
387
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
388
|
+
_min?: Prisma.NestedEnumEventLogEventFilter<$PrismaModel>;
|
|
389
|
+
_max?: Prisma.NestedEnumEventLogEventFilter<$PrismaModel>;
|
|
390
|
+
};
|
|
391
|
+
export type IntNullableFilter<$PrismaModel = never> = {
|
|
392
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
|
|
393
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
394
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
395
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
396
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
397
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
398
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
399
|
+
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null;
|
|
400
|
+
};
|
|
401
|
+
export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
402
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
|
|
403
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
404
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
405
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
406
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
407
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
408
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
409
|
+
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null;
|
|
410
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
411
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
412
|
+
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
413
|
+
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
414
|
+
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
415
|
+
};
|
|
416
|
+
export type FloatNullableFilter<$PrismaModel = never> = {
|
|
417
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null;
|
|
418
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
419
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
420
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
421
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
422
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
423
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
424
|
+
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null;
|
|
425
|
+
};
|
|
426
|
+
export type EnumTimezoneFilter<$PrismaModel = never> = {
|
|
427
|
+
equals?: $Enums.Timezone | Prisma.EnumTimezoneFieldRefInput<$PrismaModel>;
|
|
428
|
+
in?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
429
|
+
notIn?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
430
|
+
not?: Prisma.NestedEnumTimezoneFilter<$PrismaModel> | $Enums.Timezone;
|
|
431
|
+
};
|
|
432
|
+
export type EnumDiscountTypeFilter<$PrismaModel = never> = {
|
|
433
|
+
equals?: $Enums.DiscountType | Prisma.EnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
434
|
+
in?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
435
|
+
notIn?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
436
|
+
not?: Prisma.NestedEnumDiscountTypeFilter<$PrismaModel> | $Enums.DiscountType;
|
|
437
|
+
};
|
|
438
|
+
export type EnumDiscountApplicationTypeFilter<$PrismaModel = never> = {
|
|
439
|
+
equals?: $Enums.DiscountApplicationType | Prisma.EnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
440
|
+
in?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
441
|
+
notIn?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
442
|
+
not?: Prisma.NestedEnumDiscountApplicationTypeFilter<$PrismaModel> | $Enums.DiscountApplicationType;
|
|
443
|
+
};
|
|
444
|
+
export type EnumDiscountTargetTypeNullableFilter<$PrismaModel = never> = {
|
|
445
|
+
equals?: $Enums.DiscountTargetType | Prisma.EnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
446
|
+
in?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
447
|
+
notIn?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
448
|
+
not?: Prisma.NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel> | $Enums.DiscountTargetType | null;
|
|
449
|
+
};
|
|
450
|
+
export type FloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
451
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null;
|
|
452
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
453
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
454
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
455
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
456
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
457
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
458
|
+
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null;
|
|
459
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
460
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
461
|
+
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
462
|
+
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
463
|
+
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
464
|
+
};
|
|
465
|
+
export type EnumTimezoneWithAggregatesFilter<$PrismaModel = never> = {
|
|
466
|
+
equals?: $Enums.Timezone | Prisma.EnumTimezoneFieldRefInput<$PrismaModel>;
|
|
467
|
+
in?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
468
|
+
notIn?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
469
|
+
not?: Prisma.NestedEnumTimezoneWithAggregatesFilter<$PrismaModel> | $Enums.Timezone;
|
|
470
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
471
|
+
_min?: Prisma.NestedEnumTimezoneFilter<$PrismaModel>;
|
|
472
|
+
_max?: Prisma.NestedEnumTimezoneFilter<$PrismaModel>;
|
|
473
|
+
};
|
|
474
|
+
export type EnumDiscountTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
475
|
+
equals?: $Enums.DiscountType | Prisma.EnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
476
|
+
in?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
477
|
+
notIn?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
478
|
+
not?: Prisma.NestedEnumDiscountTypeWithAggregatesFilter<$PrismaModel> | $Enums.DiscountType;
|
|
479
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
480
|
+
_min?: Prisma.NestedEnumDiscountTypeFilter<$PrismaModel>;
|
|
481
|
+
_max?: Prisma.NestedEnumDiscountTypeFilter<$PrismaModel>;
|
|
482
|
+
};
|
|
483
|
+
export type EnumDiscountApplicationTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
484
|
+
equals?: $Enums.DiscountApplicationType | Prisma.EnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
485
|
+
in?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
486
|
+
notIn?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
487
|
+
not?: Prisma.NestedEnumDiscountApplicationTypeWithAggregatesFilter<$PrismaModel> | $Enums.DiscountApplicationType;
|
|
488
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
489
|
+
_min?: Prisma.NestedEnumDiscountApplicationTypeFilter<$PrismaModel>;
|
|
490
|
+
_max?: Prisma.NestedEnumDiscountApplicationTypeFilter<$PrismaModel>;
|
|
491
|
+
};
|
|
492
|
+
export type EnumDiscountTargetTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
493
|
+
equals?: $Enums.DiscountTargetType | Prisma.EnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
494
|
+
in?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
495
|
+
notIn?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
496
|
+
not?: Prisma.NestedEnumDiscountTargetTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.DiscountTargetType | null;
|
|
497
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
498
|
+
_min?: Prisma.NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel>;
|
|
499
|
+
_max?: Prisma.NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel>;
|
|
500
|
+
};
|
|
501
|
+
export type EnumFeatureTypeFilter<$PrismaModel = never> = {
|
|
502
|
+
equals?: $Enums.FeatureType | Prisma.EnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
503
|
+
in?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
504
|
+
notIn?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
505
|
+
not?: Prisma.NestedEnumFeatureTypeFilter<$PrismaModel> | $Enums.FeatureType;
|
|
506
|
+
};
|
|
507
|
+
export type EnumFeatureTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
508
|
+
equals?: $Enums.FeatureType | Prisma.EnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
509
|
+
in?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
510
|
+
notIn?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
511
|
+
not?: Prisma.NestedEnumFeatureTypeWithAggregatesFilter<$PrismaModel> | $Enums.FeatureType;
|
|
512
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
513
|
+
_min?: Prisma.NestedEnumFeatureTypeFilter<$PrismaModel>;
|
|
514
|
+
_max?: Prisma.NestedEnumFeatureTypeFilter<$PrismaModel>;
|
|
515
|
+
};
|
|
516
|
+
export type EnumFeeCodeFilter<$PrismaModel = never> = {
|
|
517
|
+
equals?: $Enums.FeeCode | Prisma.EnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
518
|
+
in?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
519
|
+
notIn?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
520
|
+
not?: Prisma.NestedEnumFeeCodeFilter<$PrismaModel> | $Enums.FeeCode;
|
|
521
|
+
};
|
|
522
|
+
export type EnumFeeCodeWithAggregatesFilter<$PrismaModel = never> = {
|
|
523
|
+
equals?: $Enums.FeeCode | Prisma.EnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
524
|
+
in?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
525
|
+
notIn?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
526
|
+
not?: Prisma.NestedEnumFeeCodeWithAggregatesFilter<$PrismaModel> | $Enums.FeeCode;
|
|
527
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
528
|
+
_min?: Prisma.NestedEnumFeeCodeFilter<$PrismaModel>;
|
|
529
|
+
_max?: Prisma.NestedEnumFeeCodeFilter<$PrismaModel>;
|
|
530
|
+
};
|
|
531
|
+
export type EnumUnitOfMeasurementFilter<$PrismaModel = never> = {
|
|
532
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
533
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
534
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
535
|
+
not?: Prisma.NestedEnumUnitOfMeasurementFilter<$PrismaModel> | $Enums.UnitOfMeasurement;
|
|
536
|
+
};
|
|
537
|
+
export type EnumUnitOfMeasurementWithAggregatesFilter<$PrismaModel = never> = {
|
|
538
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
539
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
540
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
541
|
+
not?: Prisma.NestedEnumUnitOfMeasurementWithAggregatesFilter<$PrismaModel> | $Enums.UnitOfMeasurement;
|
|
542
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
543
|
+
_min?: Prisma.NestedEnumUnitOfMeasurementFilter<$PrismaModel>;
|
|
544
|
+
_max?: Prisma.NestedEnumUnitOfMeasurementFilter<$PrismaModel>;
|
|
545
|
+
};
|
|
546
|
+
export type FloatFilter<$PrismaModel = never> = {
|
|
547
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
548
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
549
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
550
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
551
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
552
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
553
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
554
|
+
not?: Prisma.NestedFloatFilter<$PrismaModel> | number;
|
|
555
|
+
};
|
|
556
|
+
export type FloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
557
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
558
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
559
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
560
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
561
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
562
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
563
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
564
|
+
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number;
|
|
565
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
566
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
567
|
+
_sum?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
568
|
+
_min?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
569
|
+
_max?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
570
|
+
};
|
|
571
|
+
export type EnumMediaContentTypeFilter<$PrismaModel = never> = {
|
|
572
|
+
equals?: $Enums.MediaContentType | Prisma.EnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
573
|
+
in?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
574
|
+
notIn?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
575
|
+
not?: Prisma.NestedEnumMediaContentTypeFilter<$PrismaModel> | $Enums.MediaContentType;
|
|
576
|
+
};
|
|
577
|
+
export type EnumMediaContentTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
578
|
+
equals?: $Enums.MediaContentType | Prisma.EnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
579
|
+
in?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
580
|
+
notIn?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
581
|
+
not?: Prisma.NestedEnumMediaContentTypeWithAggregatesFilter<$PrismaModel> | $Enums.MediaContentType;
|
|
582
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
583
|
+
_min?: Prisma.NestedEnumMediaContentTypeFilter<$PrismaModel>;
|
|
584
|
+
_max?: Prisma.NestedEnumMediaContentTypeFilter<$PrismaModel>;
|
|
585
|
+
};
|
|
586
|
+
export type DecimalNullableFilter<$PrismaModel = never> = {
|
|
587
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null;
|
|
588
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
589
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
590
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
591
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
592
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
593
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
594
|
+
not?: Prisma.NestedDecimalNullableFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
595
|
+
};
|
|
596
|
+
export type DecimalNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
597
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null;
|
|
598
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
599
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
600
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
601
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
602
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
603
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
604
|
+
not?: Prisma.NestedDecimalNullableWithAggregatesFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
605
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
606
|
+
_avg?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
607
|
+
_sum?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
608
|
+
_min?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
609
|
+
_max?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
610
|
+
};
|
|
611
|
+
export type EnumTransactionTypeFilter<$PrismaModel = never> = {
|
|
612
|
+
equals?: $Enums.TransactionType | Prisma.EnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
613
|
+
in?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
614
|
+
notIn?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
615
|
+
not?: Prisma.NestedEnumTransactionTypeFilter<$PrismaModel> | $Enums.TransactionType;
|
|
616
|
+
};
|
|
617
|
+
export type EnumTransactionStateFilter<$PrismaModel = never> = {
|
|
618
|
+
equals?: $Enums.TransactionState | Prisma.EnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
619
|
+
in?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
620
|
+
notIn?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
621
|
+
not?: Prisma.NestedEnumTransactionStateFilter<$PrismaModel> | $Enums.TransactionState;
|
|
622
|
+
};
|
|
623
|
+
export type EnumTransactionTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
624
|
+
equals?: $Enums.TransactionType | Prisma.EnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
625
|
+
in?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
626
|
+
notIn?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
627
|
+
not?: Prisma.NestedEnumTransactionTypeWithAggregatesFilter<$PrismaModel> | $Enums.TransactionType;
|
|
628
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
629
|
+
_min?: Prisma.NestedEnumTransactionTypeFilter<$PrismaModel>;
|
|
630
|
+
_max?: Prisma.NestedEnumTransactionTypeFilter<$PrismaModel>;
|
|
631
|
+
};
|
|
632
|
+
export type EnumTransactionStateWithAggregatesFilter<$PrismaModel = never> = {
|
|
633
|
+
equals?: $Enums.TransactionState | Prisma.EnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
634
|
+
in?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
635
|
+
notIn?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
636
|
+
not?: Prisma.NestedEnumTransactionStateWithAggregatesFilter<$PrismaModel> | $Enums.TransactionState;
|
|
637
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
638
|
+
_min?: Prisma.NestedEnumTransactionStateFilter<$PrismaModel>;
|
|
639
|
+
_max?: Prisma.NestedEnumTransactionStateFilter<$PrismaModel>;
|
|
640
|
+
};
|
|
641
|
+
export type EnumPlatformMailerMessageEventTypeFilter<$PrismaModel = never> = {
|
|
642
|
+
equals?: $Enums.PlatformMailerMessageEventType | Prisma.EnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
643
|
+
in?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
644
|
+
notIn?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
645
|
+
not?: Prisma.NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel> | $Enums.PlatformMailerMessageEventType;
|
|
646
|
+
};
|
|
647
|
+
export type EnumPlatformMailerMessageRecipientFilter<$PrismaModel = never> = {
|
|
648
|
+
equals?: $Enums.PlatformMailerMessageRecipient | Prisma.EnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
649
|
+
in?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
650
|
+
notIn?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
651
|
+
not?: Prisma.NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel> | $Enums.PlatformMailerMessageRecipient;
|
|
652
|
+
};
|
|
653
|
+
export type EnumPlatformMailerMessageEventTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
654
|
+
equals?: $Enums.PlatformMailerMessageEventType | Prisma.EnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
655
|
+
in?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
656
|
+
notIn?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
657
|
+
not?: Prisma.NestedEnumPlatformMailerMessageEventTypeWithAggregatesFilter<$PrismaModel> | $Enums.PlatformMailerMessageEventType;
|
|
658
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
659
|
+
_min?: Prisma.NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel>;
|
|
660
|
+
_max?: Prisma.NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel>;
|
|
661
|
+
};
|
|
662
|
+
export type EnumPlatformMailerMessageRecipientWithAggregatesFilter<$PrismaModel = never> = {
|
|
663
|
+
equals?: $Enums.PlatformMailerMessageRecipient | Prisma.EnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
664
|
+
in?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
665
|
+
notIn?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
666
|
+
not?: Prisma.NestedEnumPlatformMailerMessageRecipientWithAggregatesFilter<$PrismaModel> | $Enums.PlatformMailerMessageRecipient;
|
|
667
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
668
|
+
_min?: Prisma.NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel>;
|
|
669
|
+
_max?: Prisma.NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel>;
|
|
670
|
+
};
|
|
671
|
+
export type EnumUnitOfMeasurementNullableFilter<$PrismaModel = never> = {
|
|
672
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
673
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
674
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
675
|
+
not?: Prisma.NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel> | $Enums.UnitOfMeasurement | null;
|
|
676
|
+
};
|
|
677
|
+
export type EnumContainerTypeNullableFilter<$PrismaModel = never> = {
|
|
678
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
679
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
680
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
681
|
+
not?: Prisma.NestedEnumContainerTypeNullableFilter<$PrismaModel> | $Enums.ContainerType | null;
|
|
682
|
+
};
|
|
683
|
+
export type EnumUnitOfMeasurementNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
684
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
685
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
686
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
687
|
+
not?: Prisma.NestedEnumUnitOfMeasurementNullableWithAggregatesFilter<$PrismaModel> | $Enums.UnitOfMeasurement | null;
|
|
688
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
689
|
+
_min?: Prisma.NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel>;
|
|
690
|
+
_max?: Prisma.NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel>;
|
|
691
|
+
};
|
|
692
|
+
export type EnumContainerTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
693
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
694
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
695
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
696
|
+
not?: Prisma.NestedEnumContainerTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.ContainerType | null;
|
|
697
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
698
|
+
_min?: Prisma.NestedEnumContainerTypeNullableFilter<$PrismaModel>;
|
|
699
|
+
_max?: Prisma.NestedEnumContainerTypeNullableFilter<$PrismaModel>;
|
|
700
|
+
};
|
|
701
|
+
export type EnumRestrictionTypeFilter<$PrismaModel = never> = {
|
|
702
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
703
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
704
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
705
|
+
not?: Prisma.NestedEnumRestrictionTypeFilter<$PrismaModel> | $Enums.RestrictionType;
|
|
706
|
+
};
|
|
707
|
+
export type EnumRestrictionTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
708
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
709
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
710
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
711
|
+
not?: Prisma.NestedEnumRestrictionTypeWithAggregatesFilter<$PrismaModel> | $Enums.RestrictionType;
|
|
712
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
713
|
+
_min?: Prisma.NestedEnumRestrictionTypeFilter<$PrismaModel>;
|
|
714
|
+
_max?: Prisma.NestedEnumRestrictionTypeFilter<$PrismaModel>;
|
|
715
|
+
};
|
|
716
|
+
export type EnumRestrictionTypeNullableFilter<$PrismaModel = never> = {
|
|
717
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
718
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
719
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
720
|
+
not?: Prisma.NestedEnumRestrictionTypeNullableFilter<$PrismaModel> | $Enums.RestrictionType | null;
|
|
721
|
+
};
|
|
722
|
+
export type EnumRestrictionTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
723
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
724
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
725
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
726
|
+
not?: Prisma.NestedEnumRestrictionTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.RestrictionType | null;
|
|
727
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
728
|
+
_min?: Prisma.NestedEnumRestrictionTypeNullableFilter<$PrismaModel>;
|
|
729
|
+
_max?: Prisma.NestedEnumRestrictionTypeNullableFilter<$PrismaModel>;
|
|
730
|
+
};
|
|
731
|
+
export type EnumContainerTypeFilter<$PrismaModel = never> = {
|
|
732
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
733
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
734
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
735
|
+
not?: Prisma.NestedEnumContainerTypeFilter<$PrismaModel> | $Enums.ContainerType;
|
|
736
|
+
};
|
|
737
|
+
export type EnumContainerTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
738
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
739
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
740
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
741
|
+
not?: Prisma.NestedEnumContainerTypeWithAggregatesFilter<$PrismaModel> | $Enums.ContainerType;
|
|
742
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
743
|
+
_min?: Prisma.NestedEnumContainerTypeFilter<$PrismaModel>;
|
|
744
|
+
_max?: Prisma.NestedEnumContainerTypeFilter<$PrismaModel>;
|
|
745
|
+
};
|
|
746
|
+
export type EnummerchantSmsPurposeFilter<$PrismaModel = never> = {
|
|
747
|
+
equals?: $Enums.merchantSmsPurpose | Prisma.EnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
748
|
+
in?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
749
|
+
notIn?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
750
|
+
not?: Prisma.NestedEnummerchantSmsPurposeFilter<$PrismaModel> | $Enums.merchantSmsPurpose;
|
|
751
|
+
};
|
|
752
|
+
export type EnummerchantSmsPurposeWithAggregatesFilter<$PrismaModel = never> = {
|
|
753
|
+
equals?: $Enums.merchantSmsPurpose | Prisma.EnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
754
|
+
in?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
755
|
+
notIn?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
756
|
+
not?: Prisma.NestedEnummerchantSmsPurposeWithAggregatesFilter<$PrismaModel> | $Enums.merchantSmsPurpose;
|
|
757
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
758
|
+
_min?: Prisma.NestedEnummerchantSmsPurposeFilter<$PrismaModel>;
|
|
759
|
+
_max?: Prisma.NestedEnummerchantSmsPurposeFilter<$PrismaModel>;
|
|
760
|
+
};
|
|
761
|
+
export type EnumRestockingStatusFilter<$PrismaModel = never> = {
|
|
762
|
+
equals?: $Enums.RestockingStatus | Prisma.EnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
763
|
+
in?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
764
|
+
notIn?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
765
|
+
not?: Prisma.NestedEnumRestockingStatusFilter<$PrismaModel> | $Enums.RestockingStatus;
|
|
766
|
+
};
|
|
767
|
+
export type EnumRestockingStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
768
|
+
equals?: $Enums.RestockingStatus | Prisma.EnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
769
|
+
in?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
770
|
+
notIn?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
771
|
+
not?: Prisma.NestedEnumRestockingStatusWithAggregatesFilter<$PrismaModel> | $Enums.RestockingStatus;
|
|
772
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
773
|
+
_min?: Prisma.NestedEnumRestockingStatusFilter<$PrismaModel>;
|
|
774
|
+
_max?: Prisma.NestedEnumRestockingStatusFilter<$PrismaModel>;
|
|
775
|
+
};
|
|
776
|
+
export type EnumAssociatedStoreTypeFilter<$PrismaModel = never> = {
|
|
777
|
+
equals?: $Enums.AssociatedStoreType | Prisma.EnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
778
|
+
in?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
779
|
+
notIn?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
780
|
+
not?: Prisma.NestedEnumAssociatedStoreTypeFilter<$PrismaModel> | $Enums.AssociatedStoreType;
|
|
781
|
+
};
|
|
782
|
+
export type EnumAssociatedStoreTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
783
|
+
equals?: $Enums.AssociatedStoreType | Prisma.EnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
784
|
+
in?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
785
|
+
notIn?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
786
|
+
not?: Prisma.NestedEnumAssociatedStoreTypeWithAggregatesFilter<$PrismaModel> | $Enums.AssociatedStoreType;
|
|
787
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
788
|
+
_min?: Prisma.NestedEnumAssociatedStoreTypeFilter<$PrismaModel>;
|
|
789
|
+
_max?: Prisma.NestedEnumAssociatedStoreTypeFilter<$PrismaModel>;
|
|
790
|
+
};
|
|
791
|
+
export type NestedBigIntFilter<$PrismaModel = never> = {
|
|
792
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
793
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
794
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
795
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
796
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
797
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
798
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
799
|
+
not?: Prisma.NestedBigIntFilter<$PrismaModel> | bigint | number;
|
|
800
|
+
};
|
|
801
|
+
export type NestedBigIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
802
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
803
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
804
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel>;
|
|
805
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
806
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
807
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
808
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
809
|
+
not?: Prisma.NestedBigIntWithAggregatesFilter<$PrismaModel> | bigint | number;
|
|
810
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
811
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
812
|
+
_sum?: Prisma.NestedBigIntFilter<$PrismaModel>;
|
|
813
|
+
_min?: Prisma.NestedBigIntFilter<$PrismaModel>;
|
|
814
|
+
_max?: Prisma.NestedBigIntFilter<$PrismaModel>;
|
|
815
|
+
};
|
|
816
|
+
export type NestedIntFilter<$PrismaModel = never> = {
|
|
817
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
818
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
819
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
820
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
821
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
822
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
823
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
824
|
+
not?: Prisma.NestedIntFilter<$PrismaModel> | number;
|
|
825
|
+
};
|
|
826
|
+
export type NestedFloatFilter<$PrismaModel = never> = {
|
|
827
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
828
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
829
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
830
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
831
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
832
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
833
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
834
|
+
not?: Prisma.NestedFloatFilter<$PrismaModel> | number;
|
|
835
|
+
};
|
|
836
|
+
export type NestedStringFilter<$PrismaModel = never> = {
|
|
837
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
838
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
839
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
840
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
841
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
842
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
843
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
844
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
845
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
846
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
847
|
+
search?: string;
|
|
848
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string;
|
|
849
|
+
};
|
|
850
|
+
export type NestedStringNullableFilter<$PrismaModel = never> = {
|
|
851
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
|
|
852
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
853
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
854
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
855
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
856
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
857
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
858
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
859
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
860
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
861
|
+
search?: string;
|
|
862
|
+
not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null;
|
|
863
|
+
};
|
|
864
|
+
export type NestedDateTimeFilter<$PrismaModel = never> = {
|
|
865
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
866
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
867
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
868
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
869
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
870
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
871
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
872
|
+
not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string;
|
|
873
|
+
};
|
|
874
|
+
export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
|
|
875
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
|
|
876
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
877
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
878
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
879
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
880
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
881
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
882
|
+
not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null;
|
|
883
|
+
};
|
|
884
|
+
export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
|
|
885
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
886
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
887
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
888
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
889
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
890
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
891
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
892
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
893
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
894
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
895
|
+
search?: string;
|
|
896
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
|
|
897
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
898
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
899
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
900
|
+
};
|
|
901
|
+
export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
902
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
|
|
903
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
904
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null;
|
|
905
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
906
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
907
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
908
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
909
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
910
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
911
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
912
|
+
search?: string;
|
|
913
|
+
not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null;
|
|
914
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
915
|
+
_min?: Prisma.NestedStringNullableFilter<$PrismaModel>;
|
|
916
|
+
_max?: Prisma.NestedStringNullableFilter<$PrismaModel>;
|
|
917
|
+
};
|
|
918
|
+
export type NestedIntNullableFilter<$PrismaModel = never> = {
|
|
919
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
|
|
920
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
921
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
922
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
923
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
924
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
925
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
926
|
+
not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null;
|
|
927
|
+
};
|
|
928
|
+
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
929
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
930
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
931
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
932
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
933
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
934
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
935
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
936
|
+
not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string;
|
|
937
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
938
|
+
_min?: Prisma.NestedDateTimeFilter<$PrismaModel>;
|
|
939
|
+
_max?: Prisma.NestedDateTimeFilter<$PrismaModel>;
|
|
940
|
+
};
|
|
941
|
+
export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
942
|
+
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
|
|
943
|
+
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
944
|
+
notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null;
|
|
945
|
+
lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
946
|
+
lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
947
|
+
gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
948
|
+
gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
949
|
+
not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null;
|
|
950
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
951
|
+
_min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
|
|
952
|
+
_max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
|
|
953
|
+
};
|
|
954
|
+
export type NestedEnumApiTokenPurposeFilter<$PrismaModel = never> = {
|
|
955
|
+
equals?: $Enums.ApiTokenPurpose | Prisma.EnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
956
|
+
in?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
957
|
+
notIn?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
958
|
+
not?: Prisma.NestedEnumApiTokenPurposeFilter<$PrismaModel> | $Enums.ApiTokenPurpose;
|
|
959
|
+
};
|
|
960
|
+
export type NestedEnumApiTokenPurposeWithAggregatesFilter<$PrismaModel = never> = {
|
|
961
|
+
equals?: $Enums.ApiTokenPurpose | Prisma.EnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
962
|
+
in?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
963
|
+
notIn?: $Enums.ApiTokenPurpose[] | Prisma.ListEnumApiTokenPurposeFieldRefInput<$PrismaModel>;
|
|
964
|
+
not?: Prisma.NestedEnumApiTokenPurposeWithAggregatesFilter<$PrismaModel> | $Enums.ApiTokenPurpose;
|
|
965
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
966
|
+
_min?: Prisma.NestedEnumApiTokenPurposeFilter<$PrismaModel>;
|
|
967
|
+
_max?: Prisma.NestedEnumApiTokenPurposeFilter<$PrismaModel>;
|
|
968
|
+
};
|
|
969
|
+
export type NestedBoolFilter<$PrismaModel = never> = {
|
|
970
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
|
|
971
|
+
not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean;
|
|
972
|
+
};
|
|
973
|
+
export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
|
|
974
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
|
|
975
|
+
not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean;
|
|
976
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
977
|
+
_min?: Prisma.NestedBoolFilter<$PrismaModel>;
|
|
978
|
+
_max?: Prisma.NestedBoolFilter<$PrismaModel>;
|
|
979
|
+
};
|
|
980
|
+
export type NestedJsonFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<NestedJsonFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>, Required<NestedJsonFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<NestedJsonFilterBase<$PrismaModel>>, 'path'>>;
|
|
981
|
+
export type NestedJsonFilterBase<$PrismaModel = never> = {
|
|
982
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
983
|
+
path?: string[];
|
|
984
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>;
|
|
985
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
986
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
987
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
988
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
989
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
990
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
991
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
992
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
993
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
994
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
995
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
996
|
+
};
|
|
997
|
+
export type NestedJsonNullableFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<NestedJsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>, Required<NestedJsonNullableFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<NestedJsonNullableFilterBase<$PrismaModel>>, 'path'>>;
|
|
998
|
+
export type NestedJsonNullableFilterBase<$PrismaModel = never> = {
|
|
999
|
+
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
1000
|
+
path?: string[];
|
|
1001
|
+
mode?: Prisma.QueryMode | Prisma.EnumQueryModeFieldRefInput<$PrismaModel>;
|
|
1002
|
+
string_contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
1003
|
+
string_starts_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
1004
|
+
string_ends_with?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
1005
|
+
array_starts_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
1006
|
+
array_ends_with?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
1007
|
+
array_contains?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | null;
|
|
1008
|
+
lt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
1009
|
+
lte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
1010
|
+
gt?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
1011
|
+
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
1012
|
+
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
1013
|
+
};
|
|
1014
|
+
export type NestedBigIntNullableFilter<$PrismaModel = never> = {
|
|
1015
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel> | null;
|
|
1016
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
1017
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
1018
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1019
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1020
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1021
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1022
|
+
not?: Prisma.NestedBigIntNullableFilter<$PrismaModel> | bigint | number | null;
|
|
1023
|
+
};
|
|
1024
|
+
export type NestedBigIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1025
|
+
equals?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel> | null;
|
|
1026
|
+
in?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
1027
|
+
notIn?: bigint[] | number[] | Prisma.ListBigIntFieldRefInput<$PrismaModel> | null;
|
|
1028
|
+
lt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1029
|
+
lte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1030
|
+
gt?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1031
|
+
gte?: bigint | number | Prisma.BigIntFieldRefInput<$PrismaModel>;
|
|
1032
|
+
not?: Prisma.NestedBigIntNullableWithAggregatesFilter<$PrismaModel> | bigint | number | null;
|
|
1033
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1034
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
1035
|
+
_sum?: Prisma.NestedBigIntNullableFilter<$PrismaModel>;
|
|
1036
|
+
_min?: Prisma.NestedBigIntNullableFilter<$PrismaModel>;
|
|
1037
|
+
_max?: Prisma.NestedBigIntNullableFilter<$PrismaModel>;
|
|
1038
|
+
};
|
|
1039
|
+
export type NestedFloatNullableFilter<$PrismaModel = never> = {
|
|
1040
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null;
|
|
1041
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
1042
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
1043
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1044
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1045
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1046
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1047
|
+
not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null;
|
|
1048
|
+
};
|
|
1049
|
+
export type NestedDecimalFilter<$PrismaModel = never> = {
|
|
1050
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1051
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
1052
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
1053
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1054
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1055
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1056
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1057
|
+
not?: Prisma.NestedDecimalFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1058
|
+
};
|
|
1059
|
+
export type NestedDecimalWithAggregatesFilter<$PrismaModel = never> = {
|
|
1060
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1061
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
1062
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel>;
|
|
1063
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1064
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1065
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1066
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1067
|
+
not?: Prisma.NestedDecimalWithAggregatesFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string;
|
|
1068
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1069
|
+
_avg?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
1070
|
+
_sum?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
1071
|
+
_min?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
1072
|
+
_max?: Prisma.NestedDecimalFilter<$PrismaModel>;
|
|
1073
|
+
};
|
|
1074
|
+
export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
|
|
1075
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1076
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
1077
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>;
|
|
1078
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1079
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1080
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1081
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1082
|
+
not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number;
|
|
1083
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1084
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
1085
|
+
_sum?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1086
|
+
_min?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1087
|
+
_max?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1088
|
+
};
|
|
1089
|
+
export type NestedEnumCurrencyCodeFilter<$PrismaModel = never> = {
|
|
1090
|
+
equals?: $Enums.CurrencyCode | Prisma.EnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
1091
|
+
in?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
1092
|
+
notIn?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
1093
|
+
not?: Prisma.NestedEnumCurrencyCodeFilter<$PrismaModel> | $Enums.CurrencyCode;
|
|
1094
|
+
};
|
|
1095
|
+
export type NestedEnumCurrencyCodeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1096
|
+
equals?: $Enums.CurrencyCode | Prisma.EnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
1097
|
+
in?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
1098
|
+
notIn?: $Enums.CurrencyCode[] | Prisma.ListEnumCurrencyCodeFieldRefInput<$PrismaModel>;
|
|
1099
|
+
not?: Prisma.NestedEnumCurrencyCodeWithAggregatesFilter<$PrismaModel> | $Enums.CurrencyCode;
|
|
1100
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1101
|
+
_min?: Prisma.NestedEnumCurrencyCodeFilter<$PrismaModel>;
|
|
1102
|
+
_max?: Prisma.NestedEnumCurrencyCodeFilter<$PrismaModel>;
|
|
1103
|
+
};
|
|
1104
|
+
export type NestedEnumFulfillmentTypeFilter<$PrismaModel = never> = {
|
|
1105
|
+
equals?: $Enums.FulfillmentType | Prisma.EnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
1106
|
+
in?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
1107
|
+
notIn?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
1108
|
+
not?: Prisma.NestedEnumFulfillmentTypeFilter<$PrismaModel> | $Enums.FulfillmentType;
|
|
1109
|
+
};
|
|
1110
|
+
export type NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel = never> = {
|
|
1111
|
+
equals?: $Enums.FulfillmentOptInOptionType | Prisma.EnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
1112
|
+
in?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
1113
|
+
notIn?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
1114
|
+
not?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel> | $Enums.FulfillmentOptInOptionType | null;
|
|
1115
|
+
};
|
|
1116
|
+
export type NestedBoolNullableFilter<$PrismaModel = never> = {
|
|
1117
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
|
|
1118
|
+
not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null;
|
|
1119
|
+
};
|
|
1120
|
+
export type NestedEnumFulfillmentTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1121
|
+
equals?: $Enums.FulfillmentType | Prisma.EnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
1122
|
+
in?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
1123
|
+
notIn?: $Enums.FulfillmentType[] | Prisma.ListEnumFulfillmentTypeFieldRefInput<$PrismaModel>;
|
|
1124
|
+
not?: Prisma.NestedEnumFulfillmentTypeWithAggregatesFilter<$PrismaModel> | $Enums.FulfillmentType;
|
|
1125
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1126
|
+
_min?: Prisma.NestedEnumFulfillmentTypeFilter<$PrismaModel>;
|
|
1127
|
+
_max?: Prisma.NestedEnumFulfillmentTypeFilter<$PrismaModel>;
|
|
1128
|
+
};
|
|
1129
|
+
export type NestedEnumFulfillmentOptInOptionTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1130
|
+
equals?: $Enums.FulfillmentOptInOptionType | Prisma.EnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
1131
|
+
in?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
1132
|
+
notIn?: $Enums.FulfillmentOptInOptionType[] | Prisma.ListEnumFulfillmentOptInOptionTypeFieldRefInput<$PrismaModel> | null;
|
|
1133
|
+
not?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.FulfillmentOptInOptionType | null;
|
|
1134
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1135
|
+
_min?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel>;
|
|
1136
|
+
_max?: Prisma.NestedEnumFulfillmentOptInOptionTypeNullableFilter<$PrismaModel>;
|
|
1137
|
+
};
|
|
1138
|
+
export type NestedBoolNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1139
|
+
equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
|
|
1140
|
+
not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null;
|
|
1141
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1142
|
+
_min?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
|
|
1143
|
+
_max?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
|
|
1144
|
+
};
|
|
1145
|
+
export type NestedEnumEventLogEventFilter<$PrismaModel = never> = {
|
|
1146
|
+
equals?: $Enums.EventLogEvent | Prisma.EnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
1147
|
+
in?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
1148
|
+
notIn?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
1149
|
+
not?: Prisma.NestedEnumEventLogEventFilter<$PrismaModel> | $Enums.EventLogEvent;
|
|
1150
|
+
};
|
|
1151
|
+
export type NestedEnumEventLogEventWithAggregatesFilter<$PrismaModel = never> = {
|
|
1152
|
+
equals?: $Enums.EventLogEvent | Prisma.EnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
1153
|
+
in?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
1154
|
+
notIn?: $Enums.EventLogEvent[] | Prisma.ListEnumEventLogEventFieldRefInput<$PrismaModel>;
|
|
1155
|
+
not?: Prisma.NestedEnumEventLogEventWithAggregatesFilter<$PrismaModel> | $Enums.EventLogEvent;
|
|
1156
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1157
|
+
_min?: Prisma.NestedEnumEventLogEventFilter<$PrismaModel>;
|
|
1158
|
+
_max?: Prisma.NestedEnumEventLogEventFilter<$PrismaModel>;
|
|
1159
|
+
};
|
|
1160
|
+
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1161
|
+
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
|
|
1162
|
+
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
1163
|
+
notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
1164
|
+
lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1165
|
+
lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1166
|
+
gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1167
|
+
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
1168
|
+
not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null;
|
|
1169
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1170
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
1171
|
+
_sum?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1172
|
+
_min?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1173
|
+
_max?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1174
|
+
};
|
|
1175
|
+
export type NestedEnumTimezoneFilter<$PrismaModel = never> = {
|
|
1176
|
+
equals?: $Enums.Timezone | Prisma.EnumTimezoneFieldRefInput<$PrismaModel>;
|
|
1177
|
+
in?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
1178
|
+
notIn?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
1179
|
+
not?: Prisma.NestedEnumTimezoneFilter<$PrismaModel> | $Enums.Timezone;
|
|
1180
|
+
};
|
|
1181
|
+
export type NestedEnumDiscountTypeFilter<$PrismaModel = never> = {
|
|
1182
|
+
equals?: $Enums.DiscountType | Prisma.EnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
1183
|
+
in?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
1184
|
+
notIn?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
1185
|
+
not?: Prisma.NestedEnumDiscountTypeFilter<$PrismaModel> | $Enums.DiscountType;
|
|
1186
|
+
};
|
|
1187
|
+
export type NestedEnumDiscountApplicationTypeFilter<$PrismaModel = never> = {
|
|
1188
|
+
equals?: $Enums.DiscountApplicationType | Prisma.EnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
1189
|
+
in?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
1190
|
+
notIn?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
1191
|
+
not?: Prisma.NestedEnumDiscountApplicationTypeFilter<$PrismaModel> | $Enums.DiscountApplicationType;
|
|
1192
|
+
};
|
|
1193
|
+
export type NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel = never> = {
|
|
1194
|
+
equals?: $Enums.DiscountTargetType | Prisma.EnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
1195
|
+
in?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
1196
|
+
notIn?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
1197
|
+
not?: Prisma.NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel> | $Enums.DiscountTargetType | null;
|
|
1198
|
+
};
|
|
1199
|
+
export type NestedFloatNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1200
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null;
|
|
1201
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
1202
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null;
|
|
1203
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1204
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1205
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1206
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1207
|
+
not?: Prisma.NestedFloatNullableWithAggregatesFilter<$PrismaModel> | number | null;
|
|
1208
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1209
|
+
_avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
1210
|
+
_sum?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
1211
|
+
_min?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
1212
|
+
_max?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
|
|
1213
|
+
};
|
|
1214
|
+
export type NestedEnumTimezoneWithAggregatesFilter<$PrismaModel = never> = {
|
|
1215
|
+
equals?: $Enums.Timezone | Prisma.EnumTimezoneFieldRefInput<$PrismaModel>;
|
|
1216
|
+
in?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
1217
|
+
notIn?: $Enums.Timezone[] | Prisma.ListEnumTimezoneFieldRefInput<$PrismaModel>;
|
|
1218
|
+
not?: Prisma.NestedEnumTimezoneWithAggregatesFilter<$PrismaModel> | $Enums.Timezone;
|
|
1219
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1220
|
+
_min?: Prisma.NestedEnumTimezoneFilter<$PrismaModel>;
|
|
1221
|
+
_max?: Prisma.NestedEnumTimezoneFilter<$PrismaModel>;
|
|
1222
|
+
};
|
|
1223
|
+
export type NestedEnumDiscountTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1224
|
+
equals?: $Enums.DiscountType | Prisma.EnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
1225
|
+
in?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
1226
|
+
notIn?: $Enums.DiscountType[] | Prisma.ListEnumDiscountTypeFieldRefInput<$PrismaModel>;
|
|
1227
|
+
not?: Prisma.NestedEnumDiscountTypeWithAggregatesFilter<$PrismaModel> | $Enums.DiscountType;
|
|
1228
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1229
|
+
_min?: Prisma.NestedEnumDiscountTypeFilter<$PrismaModel>;
|
|
1230
|
+
_max?: Prisma.NestedEnumDiscountTypeFilter<$PrismaModel>;
|
|
1231
|
+
};
|
|
1232
|
+
export type NestedEnumDiscountApplicationTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1233
|
+
equals?: $Enums.DiscountApplicationType | Prisma.EnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
1234
|
+
in?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
1235
|
+
notIn?: $Enums.DiscountApplicationType[] | Prisma.ListEnumDiscountApplicationTypeFieldRefInput<$PrismaModel>;
|
|
1236
|
+
not?: Prisma.NestedEnumDiscountApplicationTypeWithAggregatesFilter<$PrismaModel> | $Enums.DiscountApplicationType;
|
|
1237
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1238
|
+
_min?: Prisma.NestedEnumDiscountApplicationTypeFilter<$PrismaModel>;
|
|
1239
|
+
_max?: Prisma.NestedEnumDiscountApplicationTypeFilter<$PrismaModel>;
|
|
1240
|
+
};
|
|
1241
|
+
export type NestedEnumDiscountTargetTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1242
|
+
equals?: $Enums.DiscountTargetType | Prisma.EnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
1243
|
+
in?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
1244
|
+
notIn?: $Enums.DiscountTargetType[] | Prisma.ListEnumDiscountTargetTypeFieldRefInput<$PrismaModel> | null;
|
|
1245
|
+
not?: Prisma.NestedEnumDiscountTargetTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.DiscountTargetType | null;
|
|
1246
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1247
|
+
_min?: Prisma.NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel>;
|
|
1248
|
+
_max?: Prisma.NestedEnumDiscountTargetTypeNullableFilter<$PrismaModel>;
|
|
1249
|
+
};
|
|
1250
|
+
export type NestedEnumFeatureTypeFilter<$PrismaModel = never> = {
|
|
1251
|
+
equals?: $Enums.FeatureType | Prisma.EnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
1252
|
+
in?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
1253
|
+
notIn?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
1254
|
+
not?: Prisma.NestedEnumFeatureTypeFilter<$PrismaModel> | $Enums.FeatureType;
|
|
1255
|
+
};
|
|
1256
|
+
export type NestedEnumFeatureTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1257
|
+
equals?: $Enums.FeatureType | Prisma.EnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
1258
|
+
in?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
1259
|
+
notIn?: $Enums.FeatureType[] | Prisma.ListEnumFeatureTypeFieldRefInput<$PrismaModel>;
|
|
1260
|
+
not?: Prisma.NestedEnumFeatureTypeWithAggregatesFilter<$PrismaModel> | $Enums.FeatureType;
|
|
1261
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1262
|
+
_min?: Prisma.NestedEnumFeatureTypeFilter<$PrismaModel>;
|
|
1263
|
+
_max?: Prisma.NestedEnumFeatureTypeFilter<$PrismaModel>;
|
|
1264
|
+
};
|
|
1265
|
+
export type NestedEnumFeeCodeFilter<$PrismaModel = never> = {
|
|
1266
|
+
equals?: $Enums.FeeCode | Prisma.EnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
1267
|
+
in?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
1268
|
+
notIn?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
1269
|
+
not?: Prisma.NestedEnumFeeCodeFilter<$PrismaModel> | $Enums.FeeCode;
|
|
1270
|
+
};
|
|
1271
|
+
export type NestedEnumFeeCodeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1272
|
+
equals?: $Enums.FeeCode | Prisma.EnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
1273
|
+
in?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
1274
|
+
notIn?: $Enums.FeeCode[] | Prisma.ListEnumFeeCodeFieldRefInput<$PrismaModel>;
|
|
1275
|
+
not?: Prisma.NestedEnumFeeCodeWithAggregatesFilter<$PrismaModel> | $Enums.FeeCode;
|
|
1276
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1277
|
+
_min?: Prisma.NestedEnumFeeCodeFilter<$PrismaModel>;
|
|
1278
|
+
_max?: Prisma.NestedEnumFeeCodeFilter<$PrismaModel>;
|
|
1279
|
+
};
|
|
1280
|
+
export type NestedEnumUnitOfMeasurementFilter<$PrismaModel = never> = {
|
|
1281
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
1282
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
1283
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
1284
|
+
not?: Prisma.NestedEnumUnitOfMeasurementFilter<$PrismaModel> | $Enums.UnitOfMeasurement;
|
|
1285
|
+
};
|
|
1286
|
+
export type NestedEnumUnitOfMeasurementWithAggregatesFilter<$PrismaModel = never> = {
|
|
1287
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
1288
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
1289
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel>;
|
|
1290
|
+
not?: Prisma.NestedEnumUnitOfMeasurementWithAggregatesFilter<$PrismaModel> | $Enums.UnitOfMeasurement;
|
|
1291
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1292
|
+
_min?: Prisma.NestedEnumUnitOfMeasurementFilter<$PrismaModel>;
|
|
1293
|
+
_max?: Prisma.NestedEnumUnitOfMeasurementFilter<$PrismaModel>;
|
|
1294
|
+
};
|
|
1295
|
+
export type NestedFloatWithAggregatesFilter<$PrismaModel = never> = {
|
|
1296
|
+
equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1297
|
+
in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
1298
|
+
notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>;
|
|
1299
|
+
lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1300
|
+
lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1301
|
+
gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1302
|
+
gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
|
|
1303
|
+
not?: Prisma.NestedFloatWithAggregatesFilter<$PrismaModel> | number;
|
|
1304
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1305
|
+
_avg?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
1306
|
+
_sum?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
1307
|
+
_min?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
1308
|
+
_max?: Prisma.NestedFloatFilter<$PrismaModel>;
|
|
1309
|
+
};
|
|
1310
|
+
export type NestedEnumMediaContentTypeFilter<$PrismaModel = never> = {
|
|
1311
|
+
equals?: $Enums.MediaContentType | Prisma.EnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
1312
|
+
in?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
1313
|
+
notIn?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
1314
|
+
not?: Prisma.NestedEnumMediaContentTypeFilter<$PrismaModel> | $Enums.MediaContentType;
|
|
1315
|
+
};
|
|
1316
|
+
export type NestedEnumMediaContentTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1317
|
+
equals?: $Enums.MediaContentType | Prisma.EnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
1318
|
+
in?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
1319
|
+
notIn?: $Enums.MediaContentType[] | Prisma.ListEnumMediaContentTypeFieldRefInput<$PrismaModel>;
|
|
1320
|
+
not?: Prisma.NestedEnumMediaContentTypeWithAggregatesFilter<$PrismaModel> | $Enums.MediaContentType;
|
|
1321
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1322
|
+
_min?: Prisma.NestedEnumMediaContentTypeFilter<$PrismaModel>;
|
|
1323
|
+
_max?: Prisma.NestedEnumMediaContentTypeFilter<$PrismaModel>;
|
|
1324
|
+
};
|
|
1325
|
+
export type NestedDecimalNullableFilter<$PrismaModel = never> = {
|
|
1326
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null;
|
|
1327
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
1328
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
1329
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1330
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1331
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1332
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1333
|
+
not?: Prisma.NestedDecimalNullableFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
1334
|
+
};
|
|
1335
|
+
export type NestedDecimalNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1336
|
+
equals?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel> | null;
|
|
1337
|
+
in?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
1338
|
+
notIn?: runtime.Decimal[] | runtime.DecimalJsLike[] | number[] | string[] | Prisma.ListDecimalFieldRefInput<$PrismaModel> | null;
|
|
1339
|
+
lt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1340
|
+
lte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1341
|
+
gt?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1342
|
+
gte?: runtime.Decimal | runtime.DecimalJsLike | number | string | Prisma.DecimalFieldRefInput<$PrismaModel>;
|
|
1343
|
+
not?: Prisma.NestedDecimalNullableWithAggregatesFilter<$PrismaModel> | runtime.Decimal | runtime.DecimalJsLike | number | string | null;
|
|
1344
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1345
|
+
_avg?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
1346
|
+
_sum?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
1347
|
+
_min?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
1348
|
+
_max?: Prisma.NestedDecimalNullableFilter<$PrismaModel>;
|
|
1349
|
+
};
|
|
1350
|
+
export type NestedEnumTransactionTypeFilter<$PrismaModel = never> = {
|
|
1351
|
+
equals?: $Enums.TransactionType | Prisma.EnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
1352
|
+
in?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
1353
|
+
notIn?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
1354
|
+
not?: Prisma.NestedEnumTransactionTypeFilter<$PrismaModel> | $Enums.TransactionType;
|
|
1355
|
+
};
|
|
1356
|
+
export type NestedEnumTransactionStateFilter<$PrismaModel = never> = {
|
|
1357
|
+
equals?: $Enums.TransactionState | Prisma.EnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
1358
|
+
in?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
1359
|
+
notIn?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
1360
|
+
not?: Prisma.NestedEnumTransactionStateFilter<$PrismaModel> | $Enums.TransactionState;
|
|
1361
|
+
};
|
|
1362
|
+
export type NestedEnumTransactionTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1363
|
+
equals?: $Enums.TransactionType | Prisma.EnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
1364
|
+
in?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
1365
|
+
notIn?: $Enums.TransactionType[] | Prisma.ListEnumTransactionTypeFieldRefInput<$PrismaModel>;
|
|
1366
|
+
not?: Prisma.NestedEnumTransactionTypeWithAggregatesFilter<$PrismaModel> | $Enums.TransactionType;
|
|
1367
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1368
|
+
_min?: Prisma.NestedEnumTransactionTypeFilter<$PrismaModel>;
|
|
1369
|
+
_max?: Prisma.NestedEnumTransactionTypeFilter<$PrismaModel>;
|
|
1370
|
+
};
|
|
1371
|
+
export type NestedEnumTransactionStateWithAggregatesFilter<$PrismaModel = never> = {
|
|
1372
|
+
equals?: $Enums.TransactionState | Prisma.EnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
1373
|
+
in?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
1374
|
+
notIn?: $Enums.TransactionState[] | Prisma.ListEnumTransactionStateFieldRefInput<$PrismaModel>;
|
|
1375
|
+
not?: Prisma.NestedEnumTransactionStateWithAggregatesFilter<$PrismaModel> | $Enums.TransactionState;
|
|
1376
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1377
|
+
_min?: Prisma.NestedEnumTransactionStateFilter<$PrismaModel>;
|
|
1378
|
+
_max?: Prisma.NestedEnumTransactionStateFilter<$PrismaModel>;
|
|
1379
|
+
};
|
|
1380
|
+
export type NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel = never> = {
|
|
1381
|
+
equals?: $Enums.PlatformMailerMessageEventType | Prisma.EnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
1382
|
+
in?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
1383
|
+
notIn?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
1384
|
+
not?: Prisma.NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel> | $Enums.PlatformMailerMessageEventType;
|
|
1385
|
+
};
|
|
1386
|
+
export type NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel = never> = {
|
|
1387
|
+
equals?: $Enums.PlatformMailerMessageRecipient | Prisma.EnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
1388
|
+
in?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
1389
|
+
notIn?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
1390
|
+
not?: Prisma.NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel> | $Enums.PlatformMailerMessageRecipient;
|
|
1391
|
+
};
|
|
1392
|
+
export type NestedEnumPlatformMailerMessageEventTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1393
|
+
equals?: $Enums.PlatformMailerMessageEventType | Prisma.EnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
1394
|
+
in?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
1395
|
+
notIn?: $Enums.PlatformMailerMessageEventType[] | Prisma.ListEnumPlatformMailerMessageEventTypeFieldRefInput<$PrismaModel>;
|
|
1396
|
+
not?: Prisma.NestedEnumPlatformMailerMessageEventTypeWithAggregatesFilter<$PrismaModel> | $Enums.PlatformMailerMessageEventType;
|
|
1397
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1398
|
+
_min?: Prisma.NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel>;
|
|
1399
|
+
_max?: Prisma.NestedEnumPlatformMailerMessageEventTypeFilter<$PrismaModel>;
|
|
1400
|
+
};
|
|
1401
|
+
export type NestedEnumPlatformMailerMessageRecipientWithAggregatesFilter<$PrismaModel = never> = {
|
|
1402
|
+
equals?: $Enums.PlatformMailerMessageRecipient | Prisma.EnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
1403
|
+
in?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
1404
|
+
notIn?: $Enums.PlatformMailerMessageRecipient[] | Prisma.ListEnumPlatformMailerMessageRecipientFieldRefInput<$PrismaModel>;
|
|
1405
|
+
not?: Prisma.NestedEnumPlatformMailerMessageRecipientWithAggregatesFilter<$PrismaModel> | $Enums.PlatformMailerMessageRecipient;
|
|
1406
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1407
|
+
_min?: Prisma.NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel>;
|
|
1408
|
+
_max?: Prisma.NestedEnumPlatformMailerMessageRecipientFilter<$PrismaModel>;
|
|
1409
|
+
};
|
|
1410
|
+
export type NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel = never> = {
|
|
1411
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
1412
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
1413
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
1414
|
+
not?: Prisma.NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel> | $Enums.UnitOfMeasurement | null;
|
|
1415
|
+
};
|
|
1416
|
+
export type NestedEnumContainerTypeNullableFilter<$PrismaModel = never> = {
|
|
1417
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
1418
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
1419
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
1420
|
+
not?: Prisma.NestedEnumContainerTypeNullableFilter<$PrismaModel> | $Enums.ContainerType | null;
|
|
1421
|
+
};
|
|
1422
|
+
export type NestedEnumUnitOfMeasurementNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1423
|
+
equals?: $Enums.UnitOfMeasurement | Prisma.EnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
1424
|
+
in?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
1425
|
+
notIn?: $Enums.UnitOfMeasurement[] | Prisma.ListEnumUnitOfMeasurementFieldRefInput<$PrismaModel> | null;
|
|
1426
|
+
not?: Prisma.NestedEnumUnitOfMeasurementNullableWithAggregatesFilter<$PrismaModel> | $Enums.UnitOfMeasurement | null;
|
|
1427
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1428
|
+
_min?: Prisma.NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel>;
|
|
1429
|
+
_max?: Prisma.NestedEnumUnitOfMeasurementNullableFilter<$PrismaModel>;
|
|
1430
|
+
};
|
|
1431
|
+
export type NestedEnumContainerTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1432
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
1433
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
1434
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel> | null;
|
|
1435
|
+
not?: Prisma.NestedEnumContainerTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.ContainerType | null;
|
|
1436
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1437
|
+
_min?: Prisma.NestedEnumContainerTypeNullableFilter<$PrismaModel>;
|
|
1438
|
+
_max?: Prisma.NestedEnumContainerTypeNullableFilter<$PrismaModel>;
|
|
1439
|
+
};
|
|
1440
|
+
export type NestedEnumRestrictionTypeFilter<$PrismaModel = never> = {
|
|
1441
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
1442
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
1443
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
1444
|
+
not?: Prisma.NestedEnumRestrictionTypeFilter<$PrismaModel> | $Enums.RestrictionType;
|
|
1445
|
+
};
|
|
1446
|
+
export type NestedEnumRestrictionTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1447
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
1448
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
1449
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel>;
|
|
1450
|
+
not?: Prisma.NestedEnumRestrictionTypeWithAggregatesFilter<$PrismaModel> | $Enums.RestrictionType;
|
|
1451
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1452
|
+
_min?: Prisma.NestedEnumRestrictionTypeFilter<$PrismaModel>;
|
|
1453
|
+
_max?: Prisma.NestedEnumRestrictionTypeFilter<$PrismaModel>;
|
|
1454
|
+
};
|
|
1455
|
+
export type NestedEnumRestrictionTypeNullableFilter<$PrismaModel = never> = {
|
|
1456
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
1457
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
1458
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
1459
|
+
not?: Prisma.NestedEnumRestrictionTypeNullableFilter<$PrismaModel> | $Enums.RestrictionType | null;
|
|
1460
|
+
};
|
|
1461
|
+
export type NestedEnumRestrictionTypeNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
1462
|
+
equals?: $Enums.RestrictionType | Prisma.EnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
1463
|
+
in?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
1464
|
+
notIn?: $Enums.RestrictionType[] | Prisma.ListEnumRestrictionTypeFieldRefInput<$PrismaModel> | null;
|
|
1465
|
+
not?: Prisma.NestedEnumRestrictionTypeNullableWithAggregatesFilter<$PrismaModel> | $Enums.RestrictionType | null;
|
|
1466
|
+
_count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
|
|
1467
|
+
_min?: Prisma.NestedEnumRestrictionTypeNullableFilter<$PrismaModel>;
|
|
1468
|
+
_max?: Prisma.NestedEnumRestrictionTypeNullableFilter<$PrismaModel>;
|
|
1469
|
+
};
|
|
1470
|
+
export type NestedEnumContainerTypeFilter<$PrismaModel = never> = {
|
|
1471
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
1472
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
1473
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
1474
|
+
not?: Prisma.NestedEnumContainerTypeFilter<$PrismaModel> | $Enums.ContainerType;
|
|
1475
|
+
};
|
|
1476
|
+
export type NestedEnumContainerTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1477
|
+
equals?: $Enums.ContainerType | Prisma.EnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
1478
|
+
in?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
1479
|
+
notIn?: $Enums.ContainerType[] | Prisma.ListEnumContainerTypeFieldRefInput<$PrismaModel>;
|
|
1480
|
+
not?: Prisma.NestedEnumContainerTypeWithAggregatesFilter<$PrismaModel> | $Enums.ContainerType;
|
|
1481
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1482
|
+
_min?: Prisma.NestedEnumContainerTypeFilter<$PrismaModel>;
|
|
1483
|
+
_max?: Prisma.NestedEnumContainerTypeFilter<$PrismaModel>;
|
|
1484
|
+
};
|
|
1485
|
+
export type NestedEnummerchantSmsPurposeFilter<$PrismaModel = never> = {
|
|
1486
|
+
equals?: $Enums.merchantSmsPurpose | Prisma.EnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
1487
|
+
in?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
1488
|
+
notIn?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
1489
|
+
not?: Prisma.NestedEnummerchantSmsPurposeFilter<$PrismaModel> | $Enums.merchantSmsPurpose;
|
|
1490
|
+
};
|
|
1491
|
+
export type NestedEnummerchantSmsPurposeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1492
|
+
equals?: $Enums.merchantSmsPurpose | Prisma.EnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
1493
|
+
in?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
1494
|
+
notIn?: $Enums.merchantSmsPurpose[] | Prisma.ListEnummerchantSmsPurposeFieldRefInput<$PrismaModel>;
|
|
1495
|
+
not?: Prisma.NestedEnummerchantSmsPurposeWithAggregatesFilter<$PrismaModel> | $Enums.merchantSmsPurpose;
|
|
1496
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1497
|
+
_min?: Prisma.NestedEnummerchantSmsPurposeFilter<$PrismaModel>;
|
|
1498
|
+
_max?: Prisma.NestedEnummerchantSmsPurposeFilter<$PrismaModel>;
|
|
1499
|
+
};
|
|
1500
|
+
export type NestedEnumRestockingStatusFilter<$PrismaModel = never> = {
|
|
1501
|
+
equals?: $Enums.RestockingStatus | Prisma.EnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
1502
|
+
in?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
1503
|
+
notIn?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
1504
|
+
not?: Prisma.NestedEnumRestockingStatusFilter<$PrismaModel> | $Enums.RestockingStatus;
|
|
1505
|
+
};
|
|
1506
|
+
export type NestedEnumRestockingStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
1507
|
+
equals?: $Enums.RestockingStatus | Prisma.EnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
1508
|
+
in?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
1509
|
+
notIn?: $Enums.RestockingStatus[] | Prisma.ListEnumRestockingStatusFieldRefInput<$PrismaModel>;
|
|
1510
|
+
not?: Prisma.NestedEnumRestockingStatusWithAggregatesFilter<$PrismaModel> | $Enums.RestockingStatus;
|
|
1511
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1512
|
+
_min?: Prisma.NestedEnumRestockingStatusFilter<$PrismaModel>;
|
|
1513
|
+
_max?: Prisma.NestedEnumRestockingStatusFilter<$PrismaModel>;
|
|
1514
|
+
};
|
|
1515
|
+
export type NestedEnumAssociatedStoreTypeFilter<$PrismaModel = never> = {
|
|
1516
|
+
equals?: $Enums.AssociatedStoreType | Prisma.EnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
1517
|
+
in?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
1518
|
+
notIn?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
1519
|
+
not?: Prisma.NestedEnumAssociatedStoreTypeFilter<$PrismaModel> | $Enums.AssociatedStoreType;
|
|
1520
|
+
};
|
|
1521
|
+
export type NestedEnumAssociatedStoreTypeWithAggregatesFilter<$PrismaModel = never> = {
|
|
1522
|
+
equals?: $Enums.AssociatedStoreType | Prisma.EnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
1523
|
+
in?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
1524
|
+
notIn?: $Enums.AssociatedStoreType[] | Prisma.ListEnumAssociatedStoreTypeFieldRefInput<$PrismaModel>;
|
|
1525
|
+
not?: Prisma.NestedEnumAssociatedStoreTypeWithAggregatesFilter<$PrismaModel> | $Enums.AssociatedStoreType;
|
|
1526
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
1527
|
+
_min?: Prisma.NestedEnumAssociatedStoreTypeFilter<$PrismaModel>;
|
|
1528
|
+
_max?: Prisma.NestedEnumAssociatedStoreTypeFilter<$PrismaModel>;
|
|
1529
|
+
};
|