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