@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,1299 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as $Enums from "../enums.js";
|
|
3
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
4
|
+
/**
|
|
5
|
+
* Model PlatformMailerMessage
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export type PlatformMailerMessageModel = runtime.Types.Result.DefaultSelection<Prisma.$PlatformMailerMessagePayload>;
|
|
9
|
+
export type AggregatePlatformMailerMessage = {
|
|
10
|
+
_count: PlatformMailerMessageCountAggregateOutputType | null;
|
|
11
|
+
_avg: PlatformMailerMessageAvgAggregateOutputType | null;
|
|
12
|
+
_sum: PlatformMailerMessageSumAggregateOutputType | null;
|
|
13
|
+
_min: PlatformMailerMessageMinAggregateOutputType | null;
|
|
14
|
+
_max: PlatformMailerMessageMaxAggregateOutputType | null;
|
|
15
|
+
};
|
|
16
|
+
export type PlatformMailerMessageAvgAggregateOutputType = {
|
|
17
|
+
id: number | null;
|
|
18
|
+
};
|
|
19
|
+
export type PlatformMailerMessageSumAggregateOutputType = {
|
|
20
|
+
id: bigint | null;
|
|
21
|
+
};
|
|
22
|
+
export type PlatformMailerMessageMinAggregateOutputType = {
|
|
23
|
+
id: bigint | null;
|
|
24
|
+
platformId: string | null;
|
|
25
|
+
eventType: $Enums.PlatformMailerMessageEventType | null;
|
|
26
|
+
message: string | null;
|
|
27
|
+
recipient: $Enums.PlatformMailerMessageRecipient | null;
|
|
28
|
+
fulfillmentType: $Enums.FulfillmentType | null;
|
|
29
|
+
isActive: boolean | null;
|
|
30
|
+
};
|
|
31
|
+
export type PlatformMailerMessageMaxAggregateOutputType = {
|
|
32
|
+
id: bigint | null;
|
|
33
|
+
platformId: string | null;
|
|
34
|
+
eventType: $Enums.PlatformMailerMessageEventType | null;
|
|
35
|
+
message: string | null;
|
|
36
|
+
recipient: $Enums.PlatformMailerMessageRecipient | null;
|
|
37
|
+
fulfillmentType: $Enums.FulfillmentType | null;
|
|
38
|
+
isActive: boolean | null;
|
|
39
|
+
};
|
|
40
|
+
export type PlatformMailerMessageCountAggregateOutputType = {
|
|
41
|
+
id: number;
|
|
42
|
+
platformId: number;
|
|
43
|
+
eventType: number;
|
|
44
|
+
message: number;
|
|
45
|
+
recipient: number;
|
|
46
|
+
fulfillmentType: number;
|
|
47
|
+
isActive: number;
|
|
48
|
+
_all: number;
|
|
49
|
+
};
|
|
50
|
+
export type PlatformMailerMessageAvgAggregateInputType = {
|
|
51
|
+
id?: true;
|
|
52
|
+
};
|
|
53
|
+
export type PlatformMailerMessageSumAggregateInputType = {
|
|
54
|
+
id?: true;
|
|
55
|
+
};
|
|
56
|
+
export type PlatformMailerMessageMinAggregateInputType = {
|
|
57
|
+
id?: true;
|
|
58
|
+
platformId?: true;
|
|
59
|
+
eventType?: true;
|
|
60
|
+
message?: true;
|
|
61
|
+
recipient?: true;
|
|
62
|
+
fulfillmentType?: true;
|
|
63
|
+
isActive?: true;
|
|
64
|
+
};
|
|
65
|
+
export type PlatformMailerMessageMaxAggregateInputType = {
|
|
66
|
+
id?: true;
|
|
67
|
+
platformId?: true;
|
|
68
|
+
eventType?: true;
|
|
69
|
+
message?: true;
|
|
70
|
+
recipient?: true;
|
|
71
|
+
fulfillmentType?: true;
|
|
72
|
+
isActive?: true;
|
|
73
|
+
};
|
|
74
|
+
export type PlatformMailerMessageCountAggregateInputType = {
|
|
75
|
+
id?: true;
|
|
76
|
+
platformId?: true;
|
|
77
|
+
eventType?: true;
|
|
78
|
+
message?: true;
|
|
79
|
+
recipient?: true;
|
|
80
|
+
fulfillmentType?: true;
|
|
81
|
+
isActive?: true;
|
|
82
|
+
_all?: true;
|
|
83
|
+
};
|
|
84
|
+
export type PlatformMailerMessageAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
85
|
+
/**
|
|
86
|
+
* Filter which PlatformMailerMessage to aggregate.
|
|
87
|
+
*/
|
|
88
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
89
|
+
/**
|
|
90
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
91
|
+
*
|
|
92
|
+
* Determine the order of PlatformMailerMessages to fetch.
|
|
93
|
+
*/
|
|
94
|
+
orderBy?: Prisma.PlatformMailerMessageOrderByWithRelationInput | Prisma.PlatformMailerMessageOrderByWithRelationInput[];
|
|
95
|
+
/**
|
|
96
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
97
|
+
*
|
|
98
|
+
* Sets the start position
|
|
99
|
+
*/
|
|
100
|
+
cursor?: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
101
|
+
/**
|
|
102
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
103
|
+
*
|
|
104
|
+
* Take `±n` PlatformMailerMessages from the position of the cursor.
|
|
105
|
+
*/
|
|
106
|
+
take?: number;
|
|
107
|
+
/**
|
|
108
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
109
|
+
*
|
|
110
|
+
* Skip the first `n` PlatformMailerMessages.
|
|
111
|
+
*/
|
|
112
|
+
skip?: number;
|
|
113
|
+
/**
|
|
114
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
115
|
+
*
|
|
116
|
+
* Count returned PlatformMailerMessages
|
|
117
|
+
**/
|
|
118
|
+
_count?: true | PlatformMailerMessageCountAggregateInputType;
|
|
119
|
+
/**
|
|
120
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
121
|
+
*
|
|
122
|
+
* Select which fields to average
|
|
123
|
+
**/
|
|
124
|
+
_avg?: PlatformMailerMessageAvgAggregateInputType;
|
|
125
|
+
/**
|
|
126
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
127
|
+
*
|
|
128
|
+
* Select which fields to sum
|
|
129
|
+
**/
|
|
130
|
+
_sum?: PlatformMailerMessageSumAggregateInputType;
|
|
131
|
+
/**
|
|
132
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
133
|
+
*
|
|
134
|
+
* Select which fields to find the minimum value
|
|
135
|
+
**/
|
|
136
|
+
_min?: PlatformMailerMessageMinAggregateInputType;
|
|
137
|
+
/**
|
|
138
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
139
|
+
*
|
|
140
|
+
* Select which fields to find the maximum value
|
|
141
|
+
**/
|
|
142
|
+
_max?: PlatformMailerMessageMaxAggregateInputType;
|
|
143
|
+
};
|
|
144
|
+
export type GetPlatformMailerMessageAggregateType<T extends PlatformMailerMessageAggregateArgs> = {
|
|
145
|
+
[P in keyof T & keyof AggregatePlatformMailerMessage]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregatePlatformMailerMessage[P]> : Prisma.GetScalarType<T[P], AggregatePlatformMailerMessage[P]>;
|
|
146
|
+
};
|
|
147
|
+
export type PlatformMailerMessageGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
148
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
149
|
+
orderBy?: Prisma.PlatformMailerMessageOrderByWithAggregationInput | Prisma.PlatformMailerMessageOrderByWithAggregationInput[];
|
|
150
|
+
by: Prisma.PlatformMailerMessageScalarFieldEnum[] | Prisma.PlatformMailerMessageScalarFieldEnum;
|
|
151
|
+
having?: Prisma.PlatformMailerMessageScalarWhereWithAggregatesInput;
|
|
152
|
+
take?: number;
|
|
153
|
+
skip?: number;
|
|
154
|
+
_count?: PlatformMailerMessageCountAggregateInputType | true;
|
|
155
|
+
_avg?: PlatformMailerMessageAvgAggregateInputType;
|
|
156
|
+
_sum?: PlatformMailerMessageSumAggregateInputType;
|
|
157
|
+
_min?: PlatformMailerMessageMinAggregateInputType;
|
|
158
|
+
_max?: PlatformMailerMessageMaxAggregateInputType;
|
|
159
|
+
};
|
|
160
|
+
export type PlatformMailerMessageGroupByOutputType = {
|
|
161
|
+
id: bigint;
|
|
162
|
+
platformId: string;
|
|
163
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
164
|
+
message: string;
|
|
165
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
166
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
167
|
+
isActive: boolean;
|
|
168
|
+
_count: PlatformMailerMessageCountAggregateOutputType | null;
|
|
169
|
+
_avg: PlatformMailerMessageAvgAggregateOutputType | null;
|
|
170
|
+
_sum: PlatformMailerMessageSumAggregateOutputType | null;
|
|
171
|
+
_min: PlatformMailerMessageMinAggregateOutputType | null;
|
|
172
|
+
_max: PlatformMailerMessageMaxAggregateOutputType | null;
|
|
173
|
+
};
|
|
174
|
+
type GetPlatformMailerMessageGroupByPayload<T extends PlatformMailerMessageGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<PlatformMailerMessageGroupByOutputType, T['by']> & {
|
|
175
|
+
[P in ((keyof T) & (keyof PlatformMailerMessageGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], PlatformMailerMessageGroupByOutputType[P]> : Prisma.GetScalarType<T[P], PlatformMailerMessageGroupByOutputType[P]>;
|
|
176
|
+
}>>;
|
|
177
|
+
export type PlatformMailerMessageWhereInput = {
|
|
178
|
+
AND?: Prisma.PlatformMailerMessageWhereInput | Prisma.PlatformMailerMessageWhereInput[];
|
|
179
|
+
OR?: Prisma.PlatformMailerMessageWhereInput[];
|
|
180
|
+
NOT?: Prisma.PlatformMailerMessageWhereInput | Prisma.PlatformMailerMessageWhereInput[];
|
|
181
|
+
id?: Prisma.BigIntFilter<"PlatformMailerMessage"> | bigint | number;
|
|
182
|
+
platformId?: Prisma.StringFilter<"PlatformMailerMessage"> | string;
|
|
183
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageEventType;
|
|
184
|
+
message?: Prisma.StringFilter<"PlatformMailerMessage"> | string;
|
|
185
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageRecipient;
|
|
186
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFilter<"PlatformMailerMessage"> | $Enums.FulfillmentType;
|
|
187
|
+
isActive?: Prisma.BoolFilter<"PlatformMailerMessage"> | boolean;
|
|
188
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
189
|
+
};
|
|
190
|
+
export type PlatformMailerMessageOrderByWithRelationInput = {
|
|
191
|
+
id?: Prisma.SortOrder;
|
|
192
|
+
platformId?: Prisma.SortOrder;
|
|
193
|
+
eventType?: Prisma.SortOrder;
|
|
194
|
+
message?: Prisma.SortOrder;
|
|
195
|
+
recipient?: Prisma.SortOrder;
|
|
196
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
197
|
+
isActive?: Prisma.SortOrder;
|
|
198
|
+
platform?: Prisma.PlatformOrderByWithRelationInput;
|
|
199
|
+
_relevance?: Prisma.PlatformMailerMessageOrderByRelevanceInput;
|
|
200
|
+
};
|
|
201
|
+
export type PlatformMailerMessageWhereUniqueInput = Prisma.AtLeast<{
|
|
202
|
+
id?: bigint | number;
|
|
203
|
+
platformId_eventType_recipient_fulfillmentType?: Prisma.PlatformMailerMessagePlatformIdEventTypeRecipientFulfillmentTypeCompoundUniqueInput;
|
|
204
|
+
AND?: Prisma.PlatformMailerMessageWhereInput | Prisma.PlatformMailerMessageWhereInput[];
|
|
205
|
+
OR?: Prisma.PlatformMailerMessageWhereInput[];
|
|
206
|
+
NOT?: Prisma.PlatformMailerMessageWhereInput | Prisma.PlatformMailerMessageWhereInput[];
|
|
207
|
+
platformId?: Prisma.StringFilter<"PlatformMailerMessage"> | string;
|
|
208
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageEventType;
|
|
209
|
+
message?: Prisma.StringFilter<"PlatformMailerMessage"> | string;
|
|
210
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageRecipient;
|
|
211
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFilter<"PlatformMailerMessage"> | $Enums.FulfillmentType;
|
|
212
|
+
isActive?: Prisma.BoolFilter<"PlatformMailerMessage"> | boolean;
|
|
213
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
214
|
+
}, "id" | "platformId_eventType_recipient_fulfillmentType">;
|
|
215
|
+
export type PlatformMailerMessageOrderByWithAggregationInput = {
|
|
216
|
+
id?: Prisma.SortOrder;
|
|
217
|
+
platformId?: Prisma.SortOrder;
|
|
218
|
+
eventType?: Prisma.SortOrder;
|
|
219
|
+
message?: Prisma.SortOrder;
|
|
220
|
+
recipient?: Prisma.SortOrder;
|
|
221
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
222
|
+
isActive?: Prisma.SortOrder;
|
|
223
|
+
_count?: Prisma.PlatformMailerMessageCountOrderByAggregateInput;
|
|
224
|
+
_avg?: Prisma.PlatformMailerMessageAvgOrderByAggregateInput;
|
|
225
|
+
_max?: Prisma.PlatformMailerMessageMaxOrderByAggregateInput;
|
|
226
|
+
_min?: Prisma.PlatformMailerMessageMinOrderByAggregateInput;
|
|
227
|
+
_sum?: Prisma.PlatformMailerMessageSumOrderByAggregateInput;
|
|
228
|
+
};
|
|
229
|
+
export type PlatformMailerMessageScalarWhereWithAggregatesInput = {
|
|
230
|
+
AND?: Prisma.PlatformMailerMessageScalarWhereWithAggregatesInput | Prisma.PlatformMailerMessageScalarWhereWithAggregatesInput[];
|
|
231
|
+
OR?: Prisma.PlatformMailerMessageScalarWhereWithAggregatesInput[];
|
|
232
|
+
NOT?: Prisma.PlatformMailerMessageScalarWhereWithAggregatesInput | Prisma.PlatformMailerMessageScalarWhereWithAggregatesInput[];
|
|
233
|
+
id?: Prisma.BigIntWithAggregatesFilter<"PlatformMailerMessage"> | bigint | number;
|
|
234
|
+
platformId?: Prisma.StringWithAggregatesFilter<"PlatformMailerMessage"> | string;
|
|
235
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeWithAggregatesFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageEventType;
|
|
236
|
+
message?: Prisma.StringWithAggregatesFilter<"PlatformMailerMessage"> | string;
|
|
237
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientWithAggregatesFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageRecipient;
|
|
238
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeWithAggregatesFilter<"PlatformMailerMessage"> | $Enums.FulfillmentType;
|
|
239
|
+
isActive?: Prisma.BoolWithAggregatesFilter<"PlatformMailerMessage"> | boolean;
|
|
240
|
+
};
|
|
241
|
+
export type PlatformMailerMessageCreateInput = {
|
|
242
|
+
id?: bigint | number;
|
|
243
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
244
|
+
message: string;
|
|
245
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
246
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
247
|
+
isActive: boolean;
|
|
248
|
+
platform: Prisma.PlatformCreateNestedOneWithoutPlatformMailerMessagesInput;
|
|
249
|
+
};
|
|
250
|
+
export type PlatformMailerMessageUncheckedCreateInput = {
|
|
251
|
+
id?: bigint | number;
|
|
252
|
+
platformId: string;
|
|
253
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
254
|
+
message: string;
|
|
255
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
256
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
257
|
+
isActive: boolean;
|
|
258
|
+
};
|
|
259
|
+
export type PlatformMailerMessageUpdateInput = {
|
|
260
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
261
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
262
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
263
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
264
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
265
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
266
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutPlatformMailerMessagesNestedInput;
|
|
267
|
+
};
|
|
268
|
+
export type PlatformMailerMessageUncheckedUpdateInput = {
|
|
269
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
270
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
271
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
272
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
273
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
274
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
275
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
276
|
+
};
|
|
277
|
+
export type PlatformMailerMessageCreateManyInput = {
|
|
278
|
+
id?: bigint | number;
|
|
279
|
+
platformId: string;
|
|
280
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
281
|
+
message: string;
|
|
282
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
283
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
284
|
+
isActive: boolean;
|
|
285
|
+
};
|
|
286
|
+
export type PlatformMailerMessageUpdateManyMutationInput = {
|
|
287
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
288
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
289
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
290
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
291
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
292
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
293
|
+
};
|
|
294
|
+
export type PlatformMailerMessageUncheckedUpdateManyInput = {
|
|
295
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
296
|
+
platformId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
297
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
298
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
299
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
300
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
301
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
302
|
+
};
|
|
303
|
+
export type PlatformMailerMessageOrderByRelevanceInput = {
|
|
304
|
+
fields: Prisma.PlatformMailerMessageOrderByRelevanceFieldEnum | Prisma.PlatformMailerMessageOrderByRelevanceFieldEnum[];
|
|
305
|
+
sort: Prisma.SortOrder;
|
|
306
|
+
search: string;
|
|
307
|
+
};
|
|
308
|
+
export type PlatformMailerMessagePlatformIdEventTypeRecipientFulfillmentTypeCompoundUniqueInput = {
|
|
309
|
+
platformId: string;
|
|
310
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
311
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
312
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
313
|
+
};
|
|
314
|
+
export type PlatformMailerMessageCountOrderByAggregateInput = {
|
|
315
|
+
id?: Prisma.SortOrder;
|
|
316
|
+
platformId?: Prisma.SortOrder;
|
|
317
|
+
eventType?: Prisma.SortOrder;
|
|
318
|
+
message?: Prisma.SortOrder;
|
|
319
|
+
recipient?: Prisma.SortOrder;
|
|
320
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
321
|
+
isActive?: Prisma.SortOrder;
|
|
322
|
+
};
|
|
323
|
+
export type PlatformMailerMessageAvgOrderByAggregateInput = {
|
|
324
|
+
id?: Prisma.SortOrder;
|
|
325
|
+
};
|
|
326
|
+
export type PlatformMailerMessageMaxOrderByAggregateInput = {
|
|
327
|
+
id?: Prisma.SortOrder;
|
|
328
|
+
platformId?: Prisma.SortOrder;
|
|
329
|
+
eventType?: Prisma.SortOrder;
|
|
330
|
+
message?: Prisma.SortOrder;
|
|
331
|
+
recipient?: Prisma.SortOrder;
|
|
332
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
333
|
+
isActive?: Prisma.SortOrder;
|
|
334
|
+
};
|
|
335
|
+
export type PlatformMailerMessageMinOrderByAggregateInput = {
|
|
336
|
+
id?: Prisma.SortOrder;
|
|
337
|
+
platformId?: Prisma.SortOrder;
|
|
338
|
+
eventType?: Prisma.SortOrder;
|
|
339
|
+
message?: Prisma.SortOrder;
|
|
340
|
+
recipient?: Prisma.SortOrder;
|
|
341
|
+
fulfillmentType?: Prisma.SortOrder;
|
|
342
|
+
isActive?: Prisma.SortOrder;
|
|
343
|
+
};
|
|
344
|
+
export type PlatformMailerMessageSumOrderByAggregateInput = {
|
|
345
|
+
id?: Prisma.SortOrder;
|
|
346
|
+
};
|
|
347
|
+
export type PlatformMailerMessageListRelationFilter = {
|
|
348
|
+
every?: Prisma.PlatformMailerMessageWhereInput;
|
|
349
|
+
some?: Prisma.PlatformMailerMessageWhereInput;
|
|
350
|
+
none?: Prisma.PlatformMailerMessageWhereInput;
|
|
351
|
+
};
|
|
352
|
+
export type PlatformMailerMessageOrderByRelationAggregateInput = {
|
|
353
|
+
_count?: Prisma.SortOrder;
|
|
354
|
+
};
|
|
355
|
+
export type EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput = {
|
|
356
|
+
set?: $Enums.PlatformMailerMessageEventType;
|
|
357
|
+
};
|
|
358
|
+
export type EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput = {
|
|
359
|
+
set?: $Enums.PlatformMailerMessageRecipient;
|
|
360
|
+
};
|
|
361
|
+
export type PlatformMailerMessageCreateNestedManyWithoutPlatformInput = {
|
|
362
|
+
create?: Prisma.XOR<Prisma.PlatformMailerMessageCreateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput> | Prisma.PlatformMailerMessageCreateWithoutPlatformInput[] | Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput[];
|
|
363
|
+
connectOrCreate?: Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput | Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput[];
|
|
364
|
+
createMany?: Prisma.PlatformMailerMessageCreateManyPlatformInputEnvelope;
|
|
365
|
+
connect?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
366
|
+
};
|
|
367
|
+
export type PlatformMailerMessageUncheckedCreateNestedManyWithoutPlatformInput = {
|
|
368
|
+
create?: Prisma.XOR<Prisma.PlatformMailerMessageCreateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput> | Prisma.PlatformMailerMessageCreateWithoutPlatformInput[] | Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput[];
|
|
369
|
+
connectOrCreate?: Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput | Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput[];
|
|
370
|
+
createMany?: Prisma.PlatformMailerMessageCreateManyPlatformInputEnvelope;
|
|
371
|
+
connect?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
372
|
+
};
|
|
373
|
+
export type PlatformMailerMessageUpdateManyWithoutPlatformNestedInput = {
|
|
374
|
+
create?: Prisma.XOR<Prisma.PlatformMailerMessageCreateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput> | Prisma.PlatformMailerMessageCreateWithoutPlatformInput[] | Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput[];
|
|
375
|
+
connectOrCreate?: Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput | Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput[];
|
|
376
|
+
upsert?: Prisma.PlatformMailerMessageUpsertWithWhereUniqueWithoutPlatformInput | Prisma.PlatformMailerMessageUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
377
|
+
createMany?: Prisma.PlatformMailerMessageCreateManyPlatformInputEnvelope;
|
|
378
|
+
set?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
379
|
+
disconnect?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
380
|
+
delete?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
381
|
+
connect?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
382
|
+
update?: Prisma.PlatformMailerMessageUpdateWithWhereUniqueWithoutPlatformInput | Prisma.PlatformMailerMessageUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
383
|
+
updateMany?: Prisma.PlatformMailerMessageUpdateManyWithWhereWithoutPlatformInput | Prisma.PlatformMailerMessageUpdateManyWithWhereWithoutPlatformInput[];
|
|
384
|
+
deleteMany?: Prisma.PlatformMailerMessageScalarWhereInput | Prisma.PlatformMailerMessageScalarWhereInput[];
|
|
385
|
+
};
|
|
386
|
+
export type PlatformMailerMessageUncheckedUpdateManyWithoutPlatformNestedInput = {
|
|
387
|
+
create?: Prisma.XOR<Prisma.PlatformMailerMessageCreateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput> | Prisma.PlatformMailerMessageCreateWithoutPlatformInput[] | Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput[];
|
|
388
|
+
connectOrCreate?: Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput | Prisma.PlatformMailerMessageCreateOrConnectWithoutPlatformInput[];
|
|
389
|
+
upsert?: Prisma.PlatformMailerMessageUpsertWithWhereUniqueWithoutPlatformInput | Prisma.PlatformMailerMessageUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
390
|
+
createMany?: Prisma.PlatformMailerMessageCreateManyPlatformInputEnvelope;
|
|
391
|
+
set?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
392
|
+
disconnect?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
393
|
+
delete?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
394
|
+
connect?: Prisma.PlatformMailerMessageWhereUniqueInput | Prisma.PlatformMailerMessageWhereUniqueInput[];
|
|
395
|
+
update?: Prisma.PlatformMailerMessageUpdateWithWhereUniqueWithoutPlatformInput | Prisma.PlatformMailerMessageUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
396
|
+
updateMany?: Prisma.PlatformMailerMessageUpdateManyWithWhereWithoutPlatformInput | Prisma.PlatformMailerMessageUpdateManyWithWhereWithoutPlatformInput[];
|
|
397
|
+
deleteMany?: Prisma.PlatformMailerMessageScalarWhereInput | Prisma.PlatformMailerMessageScalarWhereInput[];
|
|
398
|
+
};
|
|
399
|
+
export type PlatformMailerMessageCreateWithoutPlatformInput = {
|
|
400
|
+
id?: bigint | number;
|
|
401
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
402
|
+
message: string;
|
|
403
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
404
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
405
|
+
isActive: boolean;
|
|
406
|
+
};
|
|
407
|
+
export type PlatformMailerMessageUncheckedCreateWithoutPlatformInput = {
|
|
408
|
+
id?: bigint | number;
|
|
409
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
410
|
+
message: string;
|
|
411
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
412
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
413
|
+
isActive: boolean;
|
|
414
|
+
};
|
|
415
|
+
export type PlatformMailerMessageCreateOrConnectWithoutPlatformInput = {
|
|
416
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
417
|
+
create: Prisma.XOR<Prisma.PlatformMailerMessageCreateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput>;
|
|
418
|
+
};
|
|
419
|
+
export type PlatformMailerMessageCreateManyPlatformInputEnvelope = {
|
|
420
|
+
data: Prisma.PlatformMailerMessageCreateManyPlatformInput | Prisma.PlatformMailerMessageCreateManyPlatformInput[];
|
|
421
|
+
skipDuplicates?: boolean;
|
|
422
|
+
};
|
|
423
|
+
export type PlatformMailerMessageUpsertWithWhereUniqueWithoutPlatformInput = {
|
|
424
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
425
|
+
update: Prisma.XOR<Prisma.PlatformMailerMessageUpdateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedUpdateWithoutPlatformInput>;
|
|
426
|
+
create: Prisma.XOR<Prisma.PlatformMailerMessageCreateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedCreateWithoutPlatformInput>;
|
|
427
|
+
};
|
|
428
|
+
export type PlatformMailerMessageUpdateWithWhereUniqueWithoutPlatformInput = {
|
|
429
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
430
|
+
data: Prisma.XOR<Prisma.PlatformMailerMessageUpdateWithoutPlatformInput, Prisma.PlatformMailerMessageUncheckedUpdateWithoutPlatformInput>;
|
|
431
|
+
};
|
|
432
|
+
export type PlatformMailerMessageUpdateManyWithWhereWithoutPlatformInput = {
|
|
433
|
+
where: Prisma.PlatformMailerMessageScalarWhereInput;
|
|
434
|
+
data: Prisma.XOR<Prisma.PlatformMailerMessageUpdateManyMutationInput, Prisma.PlatformMailerMessageUncheckedUpdateManyWithoutPlatformInput>;
|
|
435
|
+
};
|
|
436
|
+
export type PlatformMailerMessageScalarWhereInput = {
|
|
437
|
+
AND?: Prisma.PlatformMailerMessageScalarWhereInput | Prisma.PlatformMailerMessageScalarWhereInput[];
|
|
438
|
+
OR?: Prisma.PlatformMailerMessageScalarWhereInput[];
|
|
439
|
+
NOT?: Prisma.PlatformMailerMessageScalarWhereInput | Prisma.PlatformMailerMessageScalarWhereInput[];
|
|
440
|
+
id?: Prisma.BigIntFilter<"PlatformMailerMessage"> | bigint | number;
|
|
441
|
+
platformId?: Prisma.StringFilter<"PlatformMailerMessage"> | string;
|
|
442
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageEventType;
|
|
443
|
+
message?: Prisma.StringFilter<"PlatformMailerMessage"> | string;
|
|
444
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFilter<"PlatformMailerMessage"> | $Enums.PlatformMailerMessageRecipient;
|
|
445
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFilter<"PlatformMailerMessage"> | $Enums.FulfillmentType;
|
|
446
|
+
isActive?: Prisma.BoolFilter<"PlatformMailerMessage"> | boolean;
|
|
447
|
+
};
|
|
448
|
+
export type PlatformMailerMessageCreateManyPlatformInput = {
|
|
449
|
+
id?: bigint | number;
|
|
450
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
451
|
+
message: string;
|
|
452
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
453
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
454
|
+
isActive: boolean;
|
|
455
|
+
};
|
|
456
|
+
export type PlatformMailerMessageUpdateWithoutPlatformInput = {
|
|
457
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
458
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
459
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
460
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
461
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
462
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
463
|
+
};
|
|
464
|
+
export type PlatformMailerMessageUncheckedUpdateWithoutPlatformInput = {
|
|
465
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
466
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
467
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
468
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
469
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
470
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
471
|
+
};
|
|
472
|
+
export type PlatformMailerMessageUncheckedUpdateManyWithoutPlatformInput = {
|
|
473
|
+
id?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
474
|
+
eventType?: Prisma.EnumPlatformMailerMessageEventTypeFieldUpdateOperationsInput | $Enums.PlatformMailerMessageEventType;
|
|
475
|
+
message?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
476
|
+
recipient?: Prisma.EnumPlatformMailerMessageRecipientFieldUpdateOperationsInput | $Enums.PlatformMailerMessageRecipient;
|
|
477
|
+
fulfillmentType?: Prisma.EnumFulfillmentTypeFieldUpdateOperationsInput | $Enums.FulfillmentType;
|
|
478
|
+
isActive?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
479
|
+
};
|
|
480
|
+
export type PlatformMailerMessageSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
481
|
+
id?: boolean;
|
|
482
|
+
platformId?: boolean;
|
|
483
|
+
eventType?: boolean;
|
|
484
|
+
message?: boolean;
|
|
485
|
+
recipient?: boolean;
|
|
486
|
+
fulfillmentType?: boolean;
|
|
487
|
+
isActive?: boolean;
|
|
488
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
489
|
+
}, ExtArgs["result"]["platformMailerMessage"]>;
|
|
490
|
+
export type PlatformMailerMessageSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
491
|
+
id?: boolean;
|
|
492
|
+
platformId?: boolean;
|
|
493
|
+
eventType?: boolean;
|
|
494
|
+
message?: boolean;
|
|
495
|
+
recipient?: boolean;
|
|
496
|
+
fulfillmentType?: boolean;
|
|
497
|
+
isActive?: boolean;
|
|
498
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
499
|
+
}, ExtArgs["result"]["platformMailerMessage"]>;
|
|
500
|
+
export type PlatformMailerMessageSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
501
|
+
id?: boolean;
|
|
502
|
+
platformId?: boolean;
|
|
503
|
+
eventType?: boolean;
|
|
504
|
+
message?: boolean;
|
|
505
|
+
recipient?: boolean;
|
|
506
|
+
fulfillmentType?: boolean;
|
|
507
|
+
isActive?: boolean;
|
|
508
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
509
|
+
}, ExtArgs["result"]["platformMailerMessage"]>;
|
|
510
|
+
export type PlatformMailerMessageSelectScalar = {
|
|
511
|
+
id?: boolean;
|
|
512
|
+
platformId?: boolean;
|
|
513
|
+
eventType?: boolean;
|
|
514
|
+
message?: boolean;
|
|
515
|
+
recipient?: boolean;
|
|
516
|
+
fulfillmentType?: boolean;
|
|
517
|
+
isActive?: boolean;
|
|
518
|
+
};
|
|
519
|
+
export type PlatformMailerMessageOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "platformId" | "eventType" | "message" | "recipient" | "fulfillmentType" | "isActive", ExtArgs["result"]["platformMailerMessage"]>;
|
|
520
|
+
export type PlatformMailerMessageInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
521
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
522
|
+
};
|
|
523
|
+
export type PlatformMailerMessageIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
524
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
525
|
+
};
|
|
526
|
+
export type PlatformMailerMessageIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
527
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
528
|
+
};
|
|
529
|
+
export type $PlatformMailerMessagePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
530
|
+
name: "PlatformMailerMessage";
|
|
531
|
+
objects: {
|
|
532
|
+
platform: Prisma.$PlatformPayload<ExtArgs>;
|
|
533
|
+
};
|
|
534
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
535
|
+
id: bigint;
|
|
536
|
+
platformId: string;
|
|
537
|
+
eventType: $Enums.PlatformMailerMessageEventType;
|
|
538
|
+
message: string;
|
|
539
|
+
recipient: $Enums.PlatformMailerMessageRecipient;
|
|
540
|
+
fulfillmentType: $Enums.FulfillmentType;
|
|
541
|
+
isActive: boolean;
|
|
542
|
+
}, ExtArgs["result"]["platformMailerMessage"]>;
|
|
543
|
+
composites: {};
|
|
544
|
+
};
|
|
545
|
+
export type PlatformMailerMessageGetPayload<S extends boolean | null | undefined | PlatformMailerMessageDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload, S>;
|
|
546
|
+
export type PlatformMailerMessageCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<PlatformMailerMessageFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
547
|
+
select?: PlatformMailerMessageCountAggregateInputType | true;
|
|
548
|
+
};
|
|
549
|
+
export interface PlatformMailerMessageDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
550
|
+
[K: symbol]: {
|
|
551
|
+
types: Prisma.TypeMap<ExtArgs>['model']['PlatformMailerMessage'];
|
|
552
|
+
meta: {
|
|
553
|
+
name: 'PlatformMailerMessage';
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
/**
|
|
557
|
+
* Find zero or one PlatformMailerMessage that matches the filter.
|
|
558
|
+
* @param {PlatformMailerMessageFindUniqueArgs} args - Arguments to find a PlatformMailerMessage
|
|
559
|
+
* @example
|
|
560
|
+
* // Get one PlatformMailerMessage
|
|
561
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.findUnique({
|
|
562
|
+
* where: {
|
|
563
|
+
* // ... provide filter here
|
|
564
|
+
* }
|
|
565
|
+
* })
|
|
566
|
+
*/
|
|
567
|
+
findUnique<T extends PlatformMailerMessageFindUniqueArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageFindUniqueArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
568
|
+
/**
|
|
569
|
+
* Find one PlatformMailerMessage that matches the filter or throw an error with `error.code='P2025'`
|
|
570
|
+
* if no matches were found.
|
|
571
|
+
* @param {PlatformMailerMessageFindUniqueOrThrowArgs} args - Arguments to find a PlatformMailerMessage
|
|
572
|
+
* @example
|
|
573
|
+
* // Get one PlatformMailerMessage
|
|
574
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.findUniqueOrThrow({
|
|
575
|
+
* where: {
|
|
576
|
+
* // ... provide filter here
|
|
577
|
+
* }
|
|
578
|
+
* })
|
|
579
|
+
*/
|
|
580
|
+
findUniqueOrThrow<T extends PlatformMailerMessageFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
581
|
+
/**
|
|
582
|
+
* Find the first PlatformMailerMessage that matches the filter.
|
|
583
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
584
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
585
|
+
* @param {PlatformMailerMessageFindFirstArgs} args - Arguments to find a PlatformMailerMessage
|
|
586
|
+
* @example
|
|
587
|
+
* // Get one PlatformMailerMessage
|
|
588
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.findFirst({
|
|
589
|
+
* where: {
|
|
590
|
+
* // ... provide filter here
|
|
591
|
+
* }
|
|
592
|
+
* })
|
|
593
|
+
*/
|
|
594
|
+
findFirst<T extends PlatformMailerMessageFindFirstArgs>(args?: Prisma.SelectSubset<T, PlatformMailerMessageFindFirstArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
595
|
+
/**
|
|
596
|
+
* Find the first PlatformMailerMessage that matches the filter or
|
|
597
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
598
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
599
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
600
|
+
* @param {PlatformMailerMessageFindFirstOrThrowArgs} args - Arguments to find a PlatformMailerMessage
|
|
601
|
+
* @example
|
|
602
|
+
* // Get one PlatformMailerMessage
|
|
603
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.findFirstOrThrow({
|
|
604
|
+
* where: {
|
|
605
|
+
* // ... provide filter here
|
|
606
|
+
* }
|
|
607
|
+
* })
|
|
608
|
+
*/
|
|
609
|
+
findFirstOrThrow<T extends PlatformMailerMessageFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, PlatformMailerMessageFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
610
|
+
/**
|
|
611
|
+
* Find zero or more PlatformMailerMessages that matches the filter.
|
|
612
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
613
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
614
|
+
* @param {PlatformMailerMessageFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
615
|
+
* @example
|
|
616
|
+
* // Get all PlatformMailerMessages
|
|
617
|
+
* const platformMailerMessages = await prisma.platformMailerMessage.findMany()
|
|
618
|
+
*
|
|
619
|
+
* // Get first 10 PlatformMailerMessages
|
|
620
|
+
* const platformMailerMessages = await prisma.platformMailerMessage.findMany({ take: 10 })
|
|
621
|
+
*
|
|
622
|
+
* // Only select the `id`
|
|
623
|
+
* const platformMailerMessageWithIdOnly = await prisma.platformMailerMessage.findMany({ select: { id: true } })
|
|
624
|
+
*
|
|
625
|
+
*/
|
|
626
|
+
findMany<T extends PlatformMailerMessageFindManyArgs>(args?: Prisma.SelectSubset<T, PlatformMailerMessageFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
627
|
+
/**
|
|
628
|
+
* Create a PlatformMailerMessage.
|
|
629
|
+
* @param {PlatformMailerMessageCreateArgs} args - Arguments to create a PlatformMailerMessage.
|
|
630
|
+
* @example
|
|
631
|
+
* // Create one PlatformMailerMessage
|
|
632
|
+
* const PlatformMailerMessage = await prisma.platformMailerMessage.create({
|
|
633
|
+
* data: {
|
|
634
|
+
* // ... data to create a PlatformMailerMessage
|
|
635
|
+
* }
|
|
636
|
+
* })
|
|
637
|
+
*
|
|
638
|
+
*/
|
|
639
|
+
create<T extends PlatformMailerMessageCreateArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageCreateArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
640
|
+
/**
|
|
641
|
+
* Create many PlatformMailerMessages.
|
|
642
|
+
* @param {PlatformMailerMessageCreateManyArgs} args - Arguments to create many PlatformMailerMessages.
|
|
643
|
+
* @example
|
|
644
|
+
* // Create many PlatformMailerMessages
|
|
645
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.createMany({
|
|
646
|
+
* data: [
|
|
647
|
+
* // ... provide data here
|
|
648
|
+
* ]
|
|
649
|
+
* })
|
|
650
|
+
*
|
|
651
|
+
*/
|
|
652
|
+
createMany<T extends PlatformMailerMessageCreateManyArgs>(args?: Prisma.SelectSubset<T, PlatformMailerMessageCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
653
|
+
/**
|
|
654
|
+
* Create many PlatformMailerMessages and returns the data saved in the database.
|
|
655
|
+
* @param {PlatformMailerMessageCreateManyAndReturnArgs} args - Arguments to create many PlatformMailerMessages.
|
|
656
|
+
* @example
|
|
657
|
+
* // Create many PlatformMailerMessages
|
|
658
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.createManyAndReturn({
|
|
659
|
+
* data: [
|
|
660
|
+
* // ... provide data here
|
|
661
|
+
* ]
|
|
662
|
+
* })
|
|
663
|
+
*
|
|
664
|
+
* // Create many PlatformMailerMessages and only return the `id`
|
|
665
|
+
* const platformMailerMessageWithIdOnly = await prisma.platformMailerMessage.createManyAndReturn({
|
|
666
|
+
* select: { id: true },
|
|
667
|
+
* data: [
|
|
668
|
+
* // ... provide data here
|
|
669
|
+
* ]
|
|
670
|
+
* })
|
|
671
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
672
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
673
|
+
*
|
|
674
|
+
*/
|
|
675
|
+
createManyAndReturn<T extends PlatformMailerMessageCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, PlatformMailerMessageCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
676
|
+
/**
|
|
677
|
+
* Delete a PlatformMailerMessage.
|
|
678
|
+
* @param {PlatformMailerMessageDeleteArgs} args - Arguments to delete one PlatformMailerMessage.
|
|
679
|
+
* @example
|
|
680
|
+
* // Delete one PlatformMailerMessage
|
|
681
|
+
* const PlatformMailerMessage = await prisma.platformMailerMessage.delete({
|
|
682
|
+
* where: {
|
|
683
|
+
* // ... filter to delete one PlatformMailerMessage
|
|
684
|
+
* }
|
|
685
|
+
* })
|
|
686
|
+
*
|
|
687
|
+
*/
|
|
688
|
+
delete<T extends PlatformMailerMessageDeleteArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageDeleteArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
689
|
+
/**
|
|
690
|
+
* Update one PlatformMailerMessage.
|
|
691
|
+
* @param {PlatformMailerMessageUpdateArgs} args - Arguments to update one PlatformMailerMessage.
|
|
692
|
+
* @example
|
|
693
|
+
* // Update one PlatformMailerMessage
|
|
694
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.update({
|
|
695
|
+
* where: {
|
|
696
|
+
* // ... provide filter here
|
|
697
|
+
* },
|
|
698
|
+
* data: {
|
|
699
|
+
* // ... provide data here
|
|
700
|
+
* }
|
|
701
|
+
* })
|
|
702
|
+
*
|
|
703
|
+
*/
|
|
704
|
+
update<T extends PlatformMailerMessageUpdateArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageUpdateArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
705
|
+
/**
|
|
706
|
+
* Delete zero or more PlatformMailerMessages.
|
|
707
|
+
* @param {PlatformMailerMessageDeleteManyArgs} args - Arguments to filter PlatformMailerMessages to delete.
|
|
708
|
+
* @example
|
|
709
|
+
* // Delete a few PlatformMailerMessages
|
|
710
|
+
* const { count } = await prisma.platformMailerMessage.deleteMany({
|
|
711
|
+
* where: {
|
|
712
|
+
* // ... provide filter here
|
|
713
|
+
* }
|
|
714
|
+
* })
|
|
715
|
+
*
|
|
716
|
+
*/
|
|
717
|
+
deleteMany<T extends PlatformMailerMessageDeleteManyArgs>(args?: Prisma.SelectSubset<T, PlatformMailerMessageDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
718
|
+
/**
|
|
719
|
+
* Update zero or more PlatformMailerMessages.
|
|
720
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
721
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
722
|
+
* @param {PlatformMailerMessageUpdateManyArgs} args - Arguments to update one or more rows.
|
|
723
|
+
* @example
|
|
724
|
+
* // Update many PlatformMailerMessages
|
|
725
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.updateMany({
|
|
726
|
+
* where: {
|
|
727
|
+
* // ... provide filter here
|
|
728
|
+
* },
|
|
729
|
+
* data: {
|
|
730
|
+
* // ... provide data here
|
|
731
|
+
* }
|
|
732
|
+
* })
|
|
733
|
+
*
|
|
734
|
+
*/
|
|
735
|
+
updateMany<T extends PlatformMailerMessageUpdateManyArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
736
|
+
/**
|
|
737
|
+
* Update zero or more PlatformMailerMessages and returns the data updated in the database.
|
|
738
|
+
* @param {PlatformMailerMessageUpdateManyAndReturnArgs} args - Arguments to update many PlatformMailerMessages.
|
|
739
|
+
* @example
|
|
740
|
+
* // Update many PlatformMailerMessages
|
|
741
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.updateManyAndReturn({
|
|
742
|
+
* where: {
|
|
743
|
+
* // ... provide filter here
|
|
744
|
+
* },
|
|
745
|
+
* data: [
|
|
746
|
+
* // ... provide data here
|
|
747
|
+
* ]
|
|
748
|
+
* })
|
|
749
|
+
*
|
|
750
|
+
* // Update zero or more PlatformMailerMessages and only return the `id`
|
|
751
|
+
* const platformMailerMessageWithIdOnly = await prisma.platformMailerMessage.updateManyAndReturn({
|
|
752
|
+
* select: { id: true },
|
|
753
|
+
* where: {
|
|
754
|
+
* // ... provide filter here
|
|
755
|
+
* },
|
|
756
|
+
* data: [
|
|
757
|
+
* // ... provide data here
|
|
758
|
+
* ]
|
|
759
|
+
* })
|
|
760
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
761
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
762
|
+
*
|
|
763
|
+
*/
|
|
764
|
+
updateManyAndReturn<T extends PlatformMailerMessageUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
765
|
+
/**
|
|
766
|
+
* Create or update one PlatformMailerMessage.
|
|
767
|
+
* @param {PlatformMailerMessageUpsertArgs} args - Arguments to update or create a PlatformMailerMessage.
|
|
768
|
+
* @example
|
|
769
|
+
* // Update or create a PlatformMailerMessage
|
|
770
|
+
* const platformMailerMessage = await prisma.platformMailerMessage.upsert({
|
|
771
|
+
* create: {
|
|
772
|
+
* // ... data to create a PlatformMailerMessage
|
|
773
|
+
* },
|
|
774
|
+
* update: {
|
|
775
|
+
* // ... in case it already exists, update
|
|
776
|
+
* },
|
|
777
|
+
* where: {
|
|
778
|
+
* // ... the filter for the PlatformMailerMessage we want to update
|
|
779
|
+
* }
|
|
780
|
+
* })
|
|
781
|
+
*/
|
|
782
|
+
upsert<T extends PlatformMailerMessageUpsertArgs>(args: Prisma.SelectSubset<T, PlatformMailerMessageUpsertArgs<ExtArgs>>): Prisma.Prisma__PlatformMailerMessageClient<runtime.Types.Result.GetResult<Prisma.$PlatformMailerMessagePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
783
|
+
/**
|
|
784
|
+
* Count the number of PlatformMailerMessages.
|
|
785
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
786
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
787
|
+
* @param {PlatformMailerMessageCountArgs} args - Arguments to filter PlatformMailerMessages to count.
|
|
788
|
+
* @example
|
|
789
|
+
* // Count the number of PlatformMailerMessages
|
|
790
|
+
* const count = await prisma.platformMailerMessage.count({
|
|
791
|
+
* where: {
|
|
792
|
+
* // ... the filter for the PlatformMailerMessages we want to count
|
|
793
|
+
* }
|
|
794
|
+
* })
|
|
795
|
+
**/
|
|
796
|
+
count<T extends PlatformMailerMessageCountArgs>(args?: Prisma.Subset<T, PlatformMailerMessageCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], PlatformMailerMessageCountAggregateOutputType> : number>;
|
|
797
|
+
/**
|
|
798
|
+
* Allows you to perform aggregations operations on a PlatformMailerMessage.
|
|
799
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
800
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
801
|
+
* @param {PlatformMailerMessageAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
802
|
+
* @example
|
|
803
|
+
* // Ordered by age ascending
|
|
804
|
+
* // Where email contains prisma.io
|
|
805
|
+
* // Limited to the 10 users
|
|
806
|
+
* const aggregations = await prisma.user.aggregate({
|
|
807
|
+
* _avg: {
|
|
808
|
+
* age: true,
|
|
809
|
+
* },
|
|
810
|
+
* where: {
|
|
811
|
+
* email: {
|
|
812
|
+
* contains: "prisma.io",
|
|
813
|
+
* },
|
|
814
|
+
* },
|
|
815
|
+
* orderBy: {
|
|
816
|
+
* age: "asc",
|
|
817
|
+
* },
|
|
818
|
+
* take: 10,
|
|
819
|
+
* })
|
|
820
|
+
**/
|
|
821
|
+
aggregate<T extends PlatformMailerMessageAggregateArgs>(args: Prisma.Subset<T, PlatformMailerMessageAggregateArgs>): Prisma.PrismaPromise<GetPlatformMailerMessageAggregateType<T>>;
|
|
822
|
+
/**
|
|
823
|
+
* Group by PlatformMailerMessage.
|
|
824
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
825
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
826
|
+
* @param {PlatformMailerMessageGroupByArgs} args - Group by arguments.
|
|
827
|
+
* @example
|
|
828
|
+
* // Group by city, order by createdAt, get count
|
|
829
|
+
* const result = await prisma.user.groupBy({
|
|
830
|
+
* by: ['city', 'createdAt'],
|
|
831
|
+
* orderBy: {
|
|
832
|
+
* createdAt: true
|
|
833
|
+
* },
|
|
834
|
+
* _count: {
|
|
835
|
+
* _all: true
|
|
836
|
+
* },
|
|
837
|
+
* })
|
|
838
|
+
*
|
|
839
|
+
**/
|
|
840
|
+
groupBy<T extends PlatformMailerMessageGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
841
|
+
orderBy: PlatformMailerMessageGroupByArgs['orderBy'];
|
|
842
|
+
} : {
|
|
843
|
+
orderBy?: PlatformMailerMessageGroupByArgs['orderBy'];
|
|
844
|
+
}, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
|
|
845
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
846
|
+
Error,
|
|
847
|
+
'Field ',
|
|
848
|
+
P,
|
|
849
|
+
` in "having" needs to be provided in "by"`
|
|
850
|
+
];
|
|
851
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
852
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
853
|
+
}[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
854
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
855
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
856
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
857
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, PlatformMailerMessageGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetPlatformMailerMessageGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
858
|
+
/**
|
|
859
|
+
* Fields of the PlatformMailerMessage model
|
|
860
|
+
*/
|
|
861
|
+
readonly fields: PlatformMailerMessageFieldRefs;
|
|
862
|
+
}
|
|
863
|
+
/**
|
|
864
|
+
* The delegate class that acts as a "Promise-like" for PlatformMailerMessage.
|
|
865
|
+
* Why is this prefixed with `Prisma__`?
|
|
866
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
867
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
868
|
+
*/
|
|
869
|
+
export interface Prisma__PlatformMailerMessageClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
870
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
871
|
+
platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
872
|
+
/**
|
|
873
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
874
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
875
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
876
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
877
|
+
*/
|
|
878
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
|
|
879
|
+
/**
|
|
880
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
881
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
882
|
+
* @returns A Promise for the completion of the callback.
|
|
883
|
+
*/
|
|
884
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
885
|
+
/**
|
|
886
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
887
|
+
* resolved value cannot be modified from the callback.
|
|
888
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
889
|
+
* @returns A Promise for the completion of the callback.
|
|
890
|
+
*/
|
|
891
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* Fields of the PlatformMailerMessage model
|
|
895
|
+
*/
|
|
896
|
+
export interface PlatformMailerMessageFieldRefs {
|
|
897
|
+
readonly id: Prisma.FieldRef<"PlatformMailerMessage", 'BigInt'>;
|
|
898
|
+
readonly platformId: Prisma.FieldRef<"PlatformMailerMessage", 'String'>;
|
|
899
|
+
readonly eventType: Prisma.FieldRef<"PlatformMailerMessage", 'PlatformMailerMessageEventType'>;
|
|
900
|
+
readonly message: Prisma.FieldRef<"PlatformMailerMessage", 'String'>;
|
|
901
|
+
readonly recipient: Prisma.FieldRef<"PlatformMailerMessage", 'PlatformMailerMessageRecipient'>;
|
|
902
|
+
readonly fulfillmentType: Prisma.FieldRef<"PlatformMailerMessage", 'FulfillmentType'>;
|
|
903
|
+
readonly isActive: Prisma.FieldRef<"PlatformMailerMessage", 'Boolean'>;
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* PlatformMailerMessage findUnique
|
|
907
|
+
*/
|
|
908
|
+
export type PlatformMailerMessageFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
909
|
+
/**
|
|
910
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
911
|
+
*/
|
|
912
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
913
|
+
/**
|
|
914
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
915
|
+
*/
|
|
916
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
917
|
+
/**
|
|
918
|
+
* Choose, which related nodes to fetch as well
|
|
919
|
+
*/
|
|
920
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
921
|
+
/**
|
|
922
|
+
* Filter, which PlatformMailerMessage to fetch.
|
|
923
|
+
*/
|
|
924
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
925
|
+
};
|
|
926
|
+
/**
|
|
927
|
+
* PlatformMailerMessage findUniqueOrThrow
|
|
928
|
+
*/
|
|
929
|
+
export type PlatformMailerMessageFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
930
|
+
/**
|
|
931
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
932
|
+
*/
|
|
933
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
934
|
+
/**
|
|
935
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
936
|
+
*/
|
|
937
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
938
|
+
/**
|
|
939
|
+
* Choose, which related nodes to fetch as well
|
|
940
|
+
*/
|
|
941
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
942
|
+
/**
|
|
943
|
+
* Filter, which PlatformMailerMessage to fetch.
|
|
944
|
+
*/
|
|
945
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
946
|
+
};
|
|
947
|
+
/**
|
|
948
|
+
* PlatformMailerMessage findFirst
|
|
949
|
+
*/
|
|
950
|
+
export type PlatformMailerMessageFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
951
|
+
/**
|
|
952
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
953
|
+
*/
|
|
954
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
955
|
+
/**
|
|
956
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
957
|
+
*/
|
|
958
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
959
|
+
/**
|
|
960
|
+
* Choose, which related nodes to fetch as well
|
|
961
|
+
*/
|
|
962
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
963
|
+
/**
|
|
964
|
+
* Filter, which PlatformMailerMessage to fetch.
|
|
965
|
+
*/
|
|
966
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
967
|
+
/**
|
|
968
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
969
|
+
*
|
|
970
|
+
* Determine the order of PlatformMailerMessages to fetch.
|
|
971
|
+
*/
|
|
972
|
+
orderBy?: Prisma.PlatformMailerMessageOrderByWithRelationInput | Prisma.PlatformMailerMessageOrderByWithRelationInput[];
|
|
973
|
+
/**
|
|
974
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
975
|
+
*
|
|
976
|
+
* Sets the position for searching for PlatformMailerMessages.
|
|
977
|
+
*/
|
|
978
|
+
cursor?: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
979
|
+
/**
|
|
980
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
981
|
+
*
|
|
982
|
+
* Take `±n` PlatformMailerMessages from the position of the cursor.
|
|
983
|
+
*/
|
|
984
|
+
take?: number;
|
|
985
|
+
/**
|
|
986
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
987
|
+
*
|
|
988
|
+
* Skip the first `n` PlatformMailerMessages.
|
|
989
|
+
*/
|
|
990
|
+
skip?: number;
|
|
991
|
+
/**
|
|
992
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
993
|
+
*
|
|
994
|
+
* Filter by unique combinations of PlatformMailerMessages.
|
|
995
|
+
*/
|
|
996
|
+
distinct?: Prisma.PlatformMailerMessageScalarFieldEnum | Prisma.PlatformMailerMessageScalarFieldEnum[];
|
|
997
|
+
};
|
|
998
|
+
/**
|
|
999
|
+
* PlatformMailerMessage findFirstOrThrow
|
|
1000
|
+
*/
|
|
1001
|
+
export type PlatformMailerMessageFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1002
|
+
/**
|
|
1003
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1004
|
+
*/
|
|
1005
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1006
|
+
/**
|
|
1007
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1008
|
+
*/
|
|
1009
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1010
|
+
/**
|
|
1011
|
+
* Choose, which related nodes to fetch as well
|
|
1012
|
+
*/
|
|
1013
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1014
|
+
/**
|
|
1015
|
+
* Filter, which PlatformMailerMessage to fetch.
|
|
1016
|
+
*/
|
|
1017
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
1018
|
+
/**
|
|
1019
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1020
|
+
*
|
|
1021
|
+
* Determine the order of PlatformMailerMessages to fetch.
|
|
1022
|
+
*/
|
|
1023
|
+
orderBy?: Prisma.PlatformMailerMessageOrderByWithRelationInput | Prisma.PlatformMailerMessageOrderByWithRelationInput[];
|
|
1024
|
+
/**
|
|
1025
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1026
|
+
*
|
|
1027
|
+
* Sets the position for searching for PlatformMailerMessages.
|
|
1028
|
+
*/
|
|
1029
|
+
cursor?: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
1030
|
+
/**
|
|
1031
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1032
|
+
*
|
|
1033
|
+
* Take `±n` PlatformMailerMessages from the position of the cursor.
|
|
1034
|
+
*/
|
|
1035
|
+
take?: number;
|
|
1036
|
+
/**
|
|
1037
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1038
|
+
*
|
|
1039
|
+
* Skip the first `n` PlatformMailerMessages.
|
|
1040
|
+
*/
|
|
1041
|
+
skip?: number;
|
|
1042
|
+
/**
|
|
1043
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1044
|
+
*
|
|
1045
|
+
* Filter by unique combinations of PlatformMailerMessages.
|
|
1046
|
+
*/
|
|
1047
|
+
distinct?: Prisma.PlatformMailerMessageScalarFieldEnum | Prisma.PlatformMailerMessageScalarFieldEnum[];
|
|
1048
|
+
};
|
|
1049
|
+
/**
|
|
1050
|
+
* PlatformMailerMessage findMany
|
|
1051
|
+
*/
|
|
1052
|
+
export type PlatformMailerMessageFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1053
|
+
/**
|
|
1054
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1055
|
+
*/
|
|
1056
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1057
|
+
/**
|
|
1058
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1059
|
+
*/
|
|
1060
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1061
|
+
/**
|
|
1062
|
+
* Choose, which related nodes to fetch as well
|
|
1063
|
+
*/
|
|
1064
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1065
|
+
/**
|
|
1066
|
+
* Filter, which PlatformMailerMessages to fetch.
|
|
1067
|
+
*/
|
|
1068
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
1069
|
+
/**
|
|
1070
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1071
|
+
*
|
|
1072
|
+
* Determine the order of PlatformMailerMessages to fetch.
|
|
1073
|
+
*/
|
|
1074
|
+
orderBy?: Prisma.PlatformMailerMessageOrderByWithRelationInput | Prisma.PlatformMailerMessageOrderByWithRelationInput[];
|
|
1075
|
+
/**
|
|
1076
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1077
|
+
*
|
|
1078
|
+
* Sets the position for listing PlatformMailerMessages.
|
|
1079
|
+
*/
|
|
1080
|
+
cursor?: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
1081
|
+
/**
|
|
1082
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1083
|
+
*
|
|
1084
|
+
* Take `±n` PlatformMailerMessages from the position of the cursor.
|
|
1085
|
+
*/
|
|
1086
|
+
take?: number;
|
|
1087
|
+
/**
|
|
1088
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1089
|
+
*
|
|
1090
|
+
* Skip the first `n` PlatformMailerMessages.
|
|
1091
|
+
*/
|
|
1092
|
+
skip?: number;
|
|
1093
|
+
distinct?: Prisma.PlatformMailerMessageScalarFieldEnum | Prisma.PlatformMailerMessageScalarFieldEnum[];
|
|
1094
|
+
};
|
|
1095
|
+
/**
|
|
1096
|
+
* PlatformMailerMessage create
|
|
1097
|
+
*/
|
|
1098
|
+
export type PlatformMailerMessageCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1099
|
+
/**
|
|
1100
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1101
|
+
*/
|
|
1102
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1103
|
+
/**
|
|
1104
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1105
|
+
*/
|
|
1106
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1107
|
+
/**
|
|
1108
|
+
* Choose, which related nodes to fetch as well
|
|
1109
|
+
*/
|
|
1110
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1111
|
+
/**
|
|
1112
|
+
* The data needed to create a PlatformMailerMessage.
|
|
1113
|
+
*/
|
|
1114
|
+
data: Prisma.XOR<Prisma.PlatformMailerMessageCreateInput, Prisma.PlatformMailerMessageUncheckedCreateInput>;
|
|
1115
|
+
};
|
|
1116
|
+
/**
|
|
1117
|
+
* PlatformMailerMessage createMany
|
|
1118
|
+
*/
|
|
1119
|
+
export type PlatformMailerMessageCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1120
|
+
/**
|
|
1121
|
+
* The data used to create many PlatformMailerMessages.
|
|
1122
|
+
*/
|
|
1123
|
+
data: Prisma.PlatformMailerMessageCreateManyInput | Prisma.PlatformMailerMessageCreateManyInput[];
|
|
1124
|
+
skipDuplicates?: boolean;
|
|
1125
|
+
};
|
|
1126
|
+
/**
|
|
1127
|
+
* PlatformMailerMessage createManyAndReturn
|
|
1128
|
+
*/
|
|
1129
|
+
export type PlatformMailerMessageCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1130
|
+
/**
|
|
1131
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1132
|
+
*/
|
|
1133
|
+
select?: Prisma.PlatformMailerMessageSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1134
|
+
/**
|
|
1135
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1136
|
+
*/
|
|
1137
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1138
|
+
/**
|
|
1139
|
+
* The data used to create many PlatformMailerMessages.
|
|
1140
|
+
*/
|
|
1141
|
+
data: Prisma.PlatformMailerMessageCreateManyInput | Prisma.PlatformMailerMessageCreateManyInput[];
|
|
1142
|
+
skipDuplicates?: boolean;
|
|
1143
|
+
/**
|
|
1144
|
+
* Choose, which related nodes to fetch as well
|
|
1145
|
+
*/
|
|
1146
|
+
include?: Prisma.PlatformMailerMessageIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1147
|
+
};
|
|
1148
|
+
/**
|
|
1149
|
+
* PlatformMailerMessage update
|
|
1150
|
+
*/
|
|
1151
|
+
export type PlatformMailerMessageUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1152
|
+
/**
|
|
1153
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1154
|
+
*/
|
|
1155
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1156
|
+
/**
|
|
1157
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1158
|
+
*/
|
|
1159
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1160
|
+
/**
|
|
1161
|
+
* Choose, which related nodes to fetch as well
|
|
1162
|
+
*/
|
|
1163
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1164
|
+
/**
|
|
1165
|
+
* The data needed to update a PlatformMailerMessage.
|
|
1166
|
+
*/
|
|
1167
|
+
data: Prisma.XOR<Prisma.PlatformMailerMessageUpdateInput, Prisma.PlatformMailerMessageUncheckedUpdateInput>;
|
|
1168
|
+
/**
|
|
1169
|
+
* Choose, which PlatformMailerMessage to update.
|
|
1170
|
+
*/
|
|
1171
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
1172
|
+
};
|
|
1173
|
+
/**
|
|
1174
|
+
* PlatformMailerMessage updateMany
|
|
1175
|
+
*/
|
|
1176
|
+
export type PlatformMailerMessageUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1177
|
+
/**
|
|
1178
|
+
* The data used to update PlatformMailerMessages.
|
|
1179
|
+
*/
|
|
1180
|
+
data: Prisma.XOR<Prisma.PlatformMailerMessageUpdateManyMutationInput, Prisma.PlatformMailerMessageUncheckedUpdateManyInput>;
|
|
1181
|
+
/**
|
|
1182
|
+
* Filter which PlatformMailerMessages to update
|
|
1183
|
+
*/
|
|
1184
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
1185
|
+
/**
|
|
1186
|
+
* Limit how many PlatformMailerMessages to update.
|
|
1187
|
+
*/
|
|
1188
|
+
limit?: number;
|
|
1189
|
+
};
|
|
1190
|
+
/**
|
|
1191
|
+
* PlatformMailerMessage updateManyAndReturn
|
|
1192
|
+
*/
|
|
1193
|
+
export type PlatformMailerMessageUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1194
|
+
/**
|
|
1195
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1196
|
+
*/
|
|
1197
|
+
select?: Prisma.PlatformMailerMessageSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1198
|
+
/**
|
|
1199
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1200
|
+
*/
|
|
1201
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1202
|
+
/**
|
|
1203
|
+
* The data used to update PlatformMailerMessages.
|
|
1204
|
+
*/
|
|
1205
|
+
data: Prisma.XOR<Prisma.PlatformMailerMessageUpdateManyMutationInput, Prisma.PlatformMailerMessageUncheckedUpdateManyInput>;
|
|
1206
|
+
/**
|
|
1207
|
+
* Filter which PlatformMailerMessages to update
|
|
1208
|
+
*/
|
|
1209
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
1210
|
+
/**
|
|
1211
|
+
* Limit how many PlatformMailerMessages to update.
|
|
1212
|
+
*/
|
|
1213
|
+
limit?: number;
|
|
1214
|
+
/**
|
|
1215
|
+
* Choose, which related nodes to fetch as well
|
|
1216
|
+
*/
|
|
1217
|
+
include?: Prisma.PlatformMailerMessageIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1218
|
+
};
|
|
1219
|
+
/**
|
|
1220
|
+
* PlatformMailerMessage upsert
|
|
1221
|
+
*/
|
|
1222
|
+
export type PlatformMailerMessageUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1223
|
+
/**
|
|
1224
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1225
|
+
*/
|
|
1226
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1227
|
+
/**
|
|
1228
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1229
|
+
*/
|
|
1230
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1231
|
+
/**
|
|
1232
|
+
* Choose, which related nodes to fetch as well
|
|
1233
|
+
*/
|
|
1234
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1235
|
+
/**
|
|
1236
|
+
* The filter to search for the PlatformMailerMessage to update in case it exists.
|
|
1237
|
+
*/
|
|
1238
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
1239
|
+
/**
|
|
1240
|
+
* In case the PlatformMailerMessage found by the `where` argument doesn't exist, create a new PlatformMailerMessage with this data.
|
|
1241
|
+
*/
|
|
1242
|
+
create: Prisma.XOR<Prisma.PlatformMailerMessageCreateInput, Prisma.PlatformMailerMessageUncheckedCreateInput>;
|
|
1243
|
+
/**
|
|
1244
|
+
* In case the PlatformMailerMessage was found with the provided `where` argument, update it with this data.
|
|
1245
|
+
*/
|
|
1246
|
+
update: Prisma.XOR<Prisma.PlatformMailerMessageUpdateInput, Prisma.PlatformMailerMessageUncheckedUpdateInput>;
|
|
1247
|
+
};
|
|
1248
|
+
/**
|
|
1249
|
+
* PlatformMailerMessage delete
|
|
1250
|
+
*/
|
|
1251
|
+
export type PlatformMailerMessageDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1252
|
+
/**
|
|
1253
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1254
|
+
*/
|
|
1255
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1256
|
+
/**
|
|
1257
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1258
|
+
*/
|
|
1259
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1260
|
+
/**
|
|
1261
|
+
* Choose, which related nodes to fetch as well
|
|
1262
|
+
*/
|
|
1263
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1264
|
+
/**
|
|
1265
|
+
* Filter which PlatformMailerMessage to delete.
|
|
1266
|
+
*/
|
|
1267
|
+
where: Prisma.PlatformMailerMessageWhereUniqueInput;
|
|
1268
|
+
};
|
|
1269
|
+
/**
|
|
1270
|
+
* PlatformMailerMessage deleteMany
|
|
1271
|
+
*/
|
|
1272
|
+
export type PlatformMailerMessageDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1273
|
+
/**
|
|
1274
|
+
* Filter which PlatformMailerMessages to delete
|
|
1275
|
+
*/
|
|
1276
|
+
where?: Prisma.PlatformMailerMessageWhereInput;
|
|
1277
|
+
/**
|
|
1278
|
+
* Limit how many PlatformMailerMessages to delete.
|
|
1279
|
+
*/
|
|
1280
|
+
limit?: number;
|
|
1281
|
+
};
|
|
1282
|
+
/**
|
|
1283
|
+
* PlatformMailerMessage without action
|
|
1284
|
+
*/
|
|
1285
|
+
export type PlatformMailerMessageDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1286
|
+
/**
|
|
1287
|
+
* Select specific fields to fetch from the PlatformMailerMessage
|
|
1288
|
+
*/
|
|
1289
|
+
select?: Prisma.PlatformMailerMessageSelect<ExtArgs> | null;
|
|
1290
|
+
/**
|
|
1291
|
+
* Omit specific fields from the PlatformMailerMessage
|
|
1292
|
+
*/
|
|
1293
|
+
omit?: Prisma.PlatformMailerMessageOmit<ExtArgs> | null;
|
|
1294
|
+
/**
|
|
1295
|
+
* Choose, which related nodes to fetch as well
|
|
1296
|
+
*/
|
|
1297
|
+
include?: Prisma.PlatformMailerMessageInclude<ExtArgs> | null;
|
|
1298
|
+
};
|
|
1299
|
+
export {};
|