@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,1237 @@
|
|
|
1
|
+
import * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "./prismaNamespace.js";
|
|
3
|
+
export type LogOptions<ClientOptions extends Prisma.PrismaClientOptions> = 'log' extends keyof ClientOptions ? ClientOptions['log'] extends Array<Prisma.LogLevel | Prisma.LogDefinition> ? Prisma.GetEvents<ClientOptions['log']> : never : never;
|
|
4
|
+
export interface PrismaClientConstructor {
|
|
5
|
+
/**
|
|
6
|
+
* ## Prisma Client
|
|
7
|
+
*
|
|
8
|
+
* Type-safe database client for TypeScript
|
|
9
|
+
* @example
|
|
10
|
+
* ```
|
|
11
|
+
* const prisma = new PrismaClient()
|
|
12
|
+
* // Fetch zero or more AdministratorToPlatforms
|
|
13
|
+
* const administratorToPlatforms = await prisma.administratorToPlatform.findMany()
|
|
14
|
+
* ```
|
|
15
|
+
*
|
|
16
|
+
* Read more in our [docs](https://pris.ly/d/client).
|
|
17
|
+
*/
|
|
18
|
+
new <Options extends Prisma.PrismaClientOptions = Prisma.PrismaClientOptions, LogOpts extends LogOptions<Options> = LogOptions<Options>, OmitOpts extends Prisma.PrismaClientOptions['omit'] = Options extends {
|
|
19
|
+
omit: infer U;
|
|
20
|
+
} ? U : Prisma.PrismaClientOptions['omit'], ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs>(options: Prisma.Subset<Options, Prisma.PrismaClientOptions>): PrismaClient<LogOpts, OmitOpts, ExtArgs>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* ## Prisma Client
|
|
24
|
+
*
|
|
25
|
+
* Type-safe database client for TypeScript
|
|
26
|
+
* @example
|
|
27
|
+
* ```
|
|
28
|
+
* const prisma = new PrismaClient()
|
|
29
|
+
* // Fetch zero or more AdministratorToPlatforms
|
|
30
|
+
* const administratorToPlatforms = await prisma.administratorToPlatform.findMany()
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* Read more in our [docs](https://pris.ly/d/client).
|
|
34
|
+
*/
|
|
35
|
+
export interface PrismaClient<in LogOpts extends Prisma.LogLevel = never, in out OmitOpts extends Prisma.PrismaClientOptions['omit'] = undefined, in out ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> {
|
|
36
|
+
[K: symbol]: {
|
|
37
|
+
types: Prisma.TypeMap<ExtArgs>['other'];
|
|
38
|
+
};
|
|
39
|
+
$on<V extends LogOpts>(eventType: V, callback: (event: V extends 'query' ? Prisma.QueryEvent : Prisma.LogEvent) => void): PrismaClient;
|
|
40
|
+
/**
|
|
41
|
+
* Connect with the database
|
|
42
|
+
*/
|
|
43
|
+
$connect(): runtime.Types.Utils.JsPromise<void>;
|
|
44
|
+
/**
|
|
45
|
+
* Disconnect from the database
|
|
46
|
+
*/
|
|
47
|
+
$disconnect(): runtime.Types.Utils.JsPromise<void>;
|
|
48
|
+
/**
|
|
49
|
+
* Executes a prepared raw query and returns the number of affected rows.
|
|
50
|
+
* @example
|
|
51
|
+
* ```
|
|
52
|
+
* const result = await prisma.$executeRaw`UPDATE User SET cool = ${true} WHERE email = ${'user@email.com'};`
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* Read more in our [docs](https://pris.ly/d/raw-queries).
|
|
56
|
+
*/
|
|
57
|
+
$executeRaw<T = unknown>(query: TemplateStringsArray | Prisma.Sql, ...values: any[]): Prisma.PrismaPromise<number>;
|
|
58
|
+
/**
|
|
59
|
+
* Executes a raw query and returns the number of affected rows.
|
|
60
|
+
* Susceptible to SQL injections, see documentation.
|
|
61
|
+
* @example
|
|
62
|
+
* ```
|
|
63
|
+
* const result = await prisma.$executeRawUnsafe('UPDATE User SET cool = $1 WHERE email = $2 ;', true, 'user@email.com')
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* Read more in our [docs](https://pris.ly/d/raw-queries).
|
|
67
|
+
*/
|
|
68
|
+
$executeRawUnsafe<T = unknown>(query: string, ...values: any[]): Prisma.PrismaPromise<number>;
|
|
69
|
+
/**
|
|
70
|
+
* Performs a prepared raw query and returns the `SELECT` data.
|
|
71
|
+
* @example
|
|
72
|
+
* ```
|
|
73
|
+
* const result = await prisma.$queryRaw`SELECT * FROM User WHERE id = ${1} OR email = ${'user@email.com'};`
|
|
74
|
+
* ```
|
|
75
|
+
*
|
|
76
|
+
* Read more in our [docs](https://pris.ly/d/raw-queries).
|
|
77
|
+
*/
|
|
78
|
+
$queryRaw<T = unknown>(query: TemplateStringsArray | Prisma.Sql, ...values: any[]): Prisma.PrismaPromise<T>;
|
|
79
|
+
/**
|
|
80
|
+
* Performs a raw query and returns the `SELECT` data.
|
|
81
|
+
* Susceptible to SQL injections, see documentation.
|
|
82
|
+
* @example
|
|
83
|
+
* ```
|
|
84
|
+
* const result = await prisma.$queryRawUnsafe('SELECT * FROM User WHERE id = $1 OR email = $2;', 1, 'user@email.com')
|
|
85
|
+
* ```
|
|
86
|
+
*
|
|
87
|
+
* Read more in our [docs](https://pris.ly/d/raw-queries).
|
|
88
|
+
*/
|
|
89
|
+
$queryRawUnsafe<T = unknown>(query: string, ...values: any[]): Prisma.PrismaPromise<T>;
|
|
90
|
+
/**
|
|
91
|
+
* Allows the running of a sequence of read/write operations that are guaranteed to either succeed or fail as a whole.
|
|
92
|
+
* @example
|
|
93
|
+
* ```
|
|
94
|
+
* const [george, bob, alice] = await prisma.$transaction([
|
|
95
|
+
* prisma.user.create({ data: { name: 'George' } }),
|
|
96
|
+
* prisma.user.create({ data: { name: 'Bob' } }),
|
|
97
|
+
* prisma.user.create({ data: { name: 'Alice' } }),
|
|
98
|
+
* ])
|
|
99
|
+
* ```
|
|
100
|
+
*
|
|
101
|
+
* Read more in our [docs](https://www.prisma.io/docs/concepts/components/prisma-client/transactions).
|
|
102
|
+
*/
|
|
103
|
+
$transaction<P extends Prisma.PrismaPromise<any>[]>(arg: [...P], options?: {
|
|
104
|
+
isolationLevel?: Prisma.TransactionIsolationLevel;
|
|
105
|
+
}): runtime.Types.Utils.JsPromise<runtime.Types.Utils.UnwrapTuple<P>>;
|
|
106
|
+
$transaction<R>(fn: (prisma: Omit<PrismaClient, runtime.ITXClientDenyList>) => runtime.Types.Utils.JsPromise<R>, options?: {
|
|
107
|
+
maxWait?: number;
|
|
108
|
+
timeout?: number;
|
|
109
|
+
isolationLevel?: Prisma.TransactionIsolationLevel;
|
|
110
|
+
}): runtime.Types.Utils.JsPromise<R>;
|
|
111
|
+
$extends: runtime.Types.Extensions.ExtendsHook<"extends", Prisma.TypeMapCb<OmitOpts>, ExtArgs, runtime.Types.Utils.Call<Prisma.TypeMapCb<OmitOpts>, {
|
|
112
|
+
extArgs: ExtArgs;
|
|
113
|
+
}>>;
|
|
114
|
+
/**
|
|
115
|
+
* `prisma.administratorToPlatform`: Exposes CRUD operations for the **AdministratorToPlatform** model.
|
|
116
|
+
* Example usage:
|
|
117
|
+
* ```ts
|
|
118
|
+
* // Fetch zero or more AdministratorToPlatforms
|
|
119
|
+
* const administratorToPlatforms = await prisma.administratorToPlatform.findMany()
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
get administratorToPlatform(): Prisma.AdministratorToPlatformDelegate<ExtArgs, {
|
|
123
|
+
omit: OmitOpts;
|
|
124
|
+
}>;
|
|
125
|
+
/**
|
|
126
|
+
* `prisma.administratorToStore`: Exposes CRUD operations for the **AdministratorToStore** model.
|
|
127
|
+
* Example usage:
|
|
128
|
+
* ```ts
|
|
129
|
+
* // Fetch zero or more AdministratorToStores
|
|
130
|
+
* const administratorToStores = await prisma.administratorToStore.findMany()
|
|
131
|
+
* ```
|
|
132
|
+
*/
|
|
133
|
+
get administratorToStore(): Prisma.AdministratorToStoreDelegate<ExtArgs, {
|
|
134
|
+
omit: OmitOpts;
|
|
135
|
+
}>;
|
|
136
|
+
/**
|
|
137
|
+
* `prisma.administrator`: Exposes CRUD operations for the **Administrator** model.
|
|
138
|
+
* Example usage:
|
|
139
|
+
* ```ts
|
|
140
|
+
* // Fetch zero or more Administrators
|
|
141
|
+
* const administrators = await prisma.administrator.findMany()
|
|
142
|
+
* ```
|
|
143
|
+
*/
|
|
144
|
+
get administrator(): Prisma.AdministratorDelegate<ExtArgs, {
|
|
145
|
+
omit: OmitOpts;
|
|
146
|
+
}>;
|
|
147
|
+
/**
|
|
148
|
+
* `prisma.apiToken`: Exposes CRUD operations for the **ApiToken** model.
|
|
149
|
+
* Example usage:
|
|
150
|
+
* ```ts
|
|
151
|
+
* // Fetch zero or more ApiTokens
|
|
152
|
+
* const apiTokens = await prisma.apiToken.findMany()
|
|
153
|
+
* ```
|
|
154
|
+
*/
|
|
155
|
+
get apiToken(): Prisma.ApiTokenDelegate<ExtArgs, {
|
|
156
|
+
omit: OmitOpts;
|
|
157
|
+
}>;
|
|
158
|
+
/**
|
|
159
|
+
* `prisma.customer`: Exposes CRUD operations for the **Customer** model.
|
|
160
|
+
* Example usage:
|
|
161
|
+
* ```ts
|
|
162
|
+
* // Fetch zero or more Customers
|
|
163
|
+
* const customers = await prisma.customer.findMany()
|
|
164
|
+
* ```
|
|
165
|
+
*/
|
|
166
|
+
get customer(): Prisma.CustomerDelegate<ExtArgs, {
|
|
167
|
+
omit: OmitOpts;
|
|
168
|
+
}>;
|
|
169
|
+
/**
|
|
170
|
+
* `prisma.firebaseAdminConfiguration`: Exposes CRUD operations for the **FirebaseAdminConfiguration** model.
|
|
171
|
+
* Example usage:
|
|
172
|
+
* ```ts
|
|
173
|
+
* // Fetch zero or more FirebaseAdminConfigurations
|
|
174
|
+
* const firebaseAdminConfigurations = await prisma.firebaseAdminConfiguration.findMany()
|
|
175
|
+
* ```
|
|
176
|
+
*/
|
|
177
|
+
get firebaseAdminConfiguration(): Prisma.FirebaseAdminConfigurationDelegate<ExtArgs, {
|
|
178
|
+
omit: OmitOpts;
|
|
179
|
+
}>;
|
|
180
|
+
/**
|
|
181
|
+
* `prisma.oneTimeToken`: Exposes CRUD operations for the **OneTimeToken** model.
|
|
182
|
+
* Example usage:
|
|
183
|
+
* ```ts
|
|
184
|
+
* // Fetch zero or more OneTimeTokens
|
|
185
|
+
* const oneTimeTokens = await prisma.oneTimeToken.findMany()
|
|
186
|
+
* ```
|
|
187
|
+
*/
|
|
188
|
+
get oneTimeToken(): Prisma.OneTimeTokenDelegate<ExtArgs, {
|
|
189
|
+
omit: OmitOpts;
|
|
190
|
+
}>;
|
|
191
|
+
/**
|
|
192
|
+
* `prisma.role`: Exposes CRUD operations for the **Role** model.
|
|
193
|
+
* Example usage:
|
|
194
|
+
* ```ts
|
|
195
|
+
* // Fetch zero or more Roles
|
|
196
|
+
* const roles = await prisma.role.findMany()
|
|
197
|
+
* ```
|
|
198
|
+
*/
|
|
199
|
+
get role(): Prisma.RoleDelegate<ExtArgs, {
|
|
200
|
+
omit: OmitOpts;
|
|
201
|
+
}>;
|
|
202
|
+
/**
|
|
203
|
+
* `prisma.userToRole`: Exposes CRUD operations for the **UserToRole** model.
|
|
204
|
+
* Example usage:
|
|
205
|
+
* ```ts
|
|
206
|
+
* // Fetch zero or more UserToRoles
|
|
207
|
+
* const userToRoles = await prisma.userToRole.findMany()
|
|
208
|
+
* ```
|
|
209
|
+
*/
|
|
210
|
+
get userToRole(): Prisma.UserToRoleDelegate<ExtArgs, {
|
|
211
|
+
omit: OmitOpts;
|
|
212
|
+
}>;
|
|
213
|
+
/**
|
|
214
|
+
* `prisma.user`: Exposes CRUD operations for the **User** model.
|
|
215
|
+
* Example usage:
|
|
216
|
+
* ```ts
|
|
217
|
+
* // Fetch zero or more Users
|
|
218
|
+
* const users = await prisma.user.findMany()
|
|
219
|
+
* ```
|
|
220
|
+
*/
|
|
221
|
+
get user(): Prisma.UserDelegate<ExtArgs, {
|
|
222
|
+
omit: OmitOpts;
|
|
223
|
+
}>;
|
|
224
|
+
/**
|
|
225
|
+
* `prisma.card`: Exposes CRUD operations for the **Card** model.
|
|
226
|
+
* Example usage:
|
|
227
|
+
* ```ts
|
|
228
|
+
* // Fetch zero or more Cards
|
|
229
|
+
* const cards = await prisma.card.findMany()
|
|
230
|
+
* ```
|
|
231
|
+
*/
|
|
232
|
+
get card(): Prisma.CardDelegate<ExtArgs, {
|
|
233
|
+
omit: OmitOpts;
|
|
234
|
+
}>;
|
|
235
|
+
/**
|
|
236
|
+
* `prisma.cartCost`: Exposes CRUD operations for the **CartCost** model.
|
|
237
|
+
* Example usage:
|
|
238
|
+
* ```ts
|
|
239
|
+
* // Fetch zero or more CartCosts
|
|
240
|
+
* const cartCosts = await prisma.cartCost.findMany()
|
|
241
|
+
* ```
|
|
242
|
+
*/
|
|
243
|
+
get cartCost(): Prisma.CartCostDelegate<ExtArgs, {
|
|
244
|
+
omit: OmitOpts;
|
|
245
|
+
}>;
|
|
246
|
+
/**
|
|
247
|
+
* `prisma.cartLineModifierOption`: Exposes CRUD operations for the **CartLineModifierOption** model.
|
|
248
|
+
* Example usage:
|
|
249
|
+
* ```ts
|
|
250
|
+
* // Fetch zero or more CartLineModifierOptions
|
|
251
|
+
* const cartLineModifierOptions = await prisma.cartLineModifierOption.findMany()
|
|
252
|
+
* ```
|
|
253
|
+
*/
|
|
254
|
+
get cartLineModifierOption(): Prisma.CartLineModifierOptionDelegate<ExtArgs, {
|
|
255
|
+
omit: OmitOpts;
|
|
256
|
+
}>;
|
|
257
|
+
/**
|
|
258
|
+
* `prisma.cartLineModifier`: Exposes CRUD operations for the **CartLineModifier** model.
|
|
259
|
+
* Example usage:
|
|
260
|
+
* ```ts
|
|
261
|
+
* // Fetch zero or more CartLineModifiers
|
|
262
|
+
* const cartLineModifiers = await prisma.cartLineModifier.findMany()
|
|
263
|
+
* ```
|
|
264
|
+
*/
|
|
265
|
+
get cartLineModifier(): Prisma.CartLineModifierDelegate<ExtArgs, {
|
|
266
|
+
omit: OmitOpts;
|
|
267
|
+
}>;
|
|
268
|
+
/**
|
|
269
|
+
* `prisma.cartLine`: Exposes CRUD operations for the **CartLine** model.
|
|
270
|
+
* Example usage:
|
|
271
|
+
* ```ts
|
|
272
|
+
* // Fetch zero or more CartLines
|
|
273
|
+
* const cartLines = await prisma.cartLine.findMany()
|
|
274
|
+
* ```
|
|
275
|
+
*/
|
|
276
|
+
get cartLine(): Prisma.CartLineDelegate<ExtArgs, {
|
|
277
|
+
omit: OmitOpts;
|
|
278
|
+
}>;
|
|
279
|
+
/**
|
|
280
|
+
* `prisma.cart`: Exposes CRUD operations for the **Cart** model.
|
|
281
|
+
* Example usage:
|
|
282
|
+
* ```ts
|
|
283
|
+
* // Fetch zero or more Carts
|
|
284
|
+
* const carts = await prisma.cart.findMany()
|
|
285
|
+
* ```
|
|
286
|
+
*/
|
|
287
|
+
get cart(): Prisma.CartDelegate<ExtArgs, {
|
|
288
|
+
omit: OmitOpts;
|
|
289
|
+
}>;
|
|
290
|
+
/**
|
|
291
|
+
* `prisma.checkoutGroup`: Exposes CRUD operations for the **CheckoutGroup** model.
|
|
292
|
+
* Example usage:
|
|
293
|
+
* ```ts
|
|
294
|
+
* // Fetch zero or more CheckoutGroups
|
|
295
|
+
* const checkoutGroups = await prisma.checkoutGroup.findMany()
|
|
296
|
+
* ```
|
|
297
|
+
*/
|
|
298
|
+
get checkoutGroup(): Prisma.CheckoutGroupDelegate<ExtArgs, {
|
|
299
|
+
omit: OmitOpts;
|
|
300
|
+
}>;
|
|
301
|
+
/**
|
|
302
|
+
* `prisma.checkoutLineModifierOption`: Exposes CRUD operations for the **CheckoutLineModifierOption** model.
|
|
303
|
+
* Example usage:
|
|
304
|
+
* ```ts
|
|
305
|
+
* // Fetch zero or more CheckoutLineModifierOptions
|
|
306
|
+
* const checkoutLineModifierOptions = await prisma.checkoutLineModifierOption.findMany()
|
|
307
|
+
* ```
|
|
308
|
+
*/
|
|
309
|
+
get checkoutLineModifierOption(): Prisma.CheckoutLineModifierOptionDelegate<ExtArgs, {
|
|
310
|
+
omit: OmitOpts;
|
|
311
|
+
}>;
|
|
312
|
+
/**
|
|
313
|
+
* `prisma.checkoutLinesModifier`: Exposes CRUD operations for the **CheckoutLinesModifier** model.
|
|
314
|
+
* Example usage:
|
|
315
|
+
* ```ts
|
|
316
|
+
* // Fetch zero or more CheckoutLinesModifiers
|
|
317
|
+
* const checkoutLinesModifiers = await prisma.checkoutLinesModifier.findMany()
|
|
318
|
+
* ```
|
|
319
|
+
*/
|
|
320
|
+
get checkoutLinesModifier(): Prisma.CheckoutLinesModifierDelegate<ExtArgs, {
|
|
321
|
+
omit: OmitOpts;
|
|
322
|
+
}>;
|
|
323
|
+
/**
|
|
324
|
+
* `prisma.checkoutLine`: Exposes CRUD operations for the **CheckoutLine** model.
|
|
325
|
+
* Example usage:
|
|
326
|
+
* ```ts
|
|
327
|
+
* // Fetch zero or more CheckoutLines
|
|
328
|
+
* const checkoutLines = await prisma.checkoutLine.findMany()
|
|
329
|
+
* ```
|
|
330
|
+
*/
|
|
331
|
+
get checkoutLine(): Prisma.CheckoutLineDelegate<ExtArgs, {
|
|
332
|
+
omit: OmitOpts;
|
|
333
|
+
}>;
|
|
334
|
+
/**
|
|
335
|
+
* `prisma.checkout`: Exposes CRUD operations for the **Checkout** model.
|
|
336
|
+
* Example usage:
|
|
337
|
+
* ```ts
|
|
338
|
+
* // Fetch zero or more Checkouts
|
|
339
|
+
* const checkouts = await prisma.checkout.findMany()
|
|
340
|
+
* ```
|
|
341
|
+
*/
|
|
342
|
+
get checkout(): Prisma.CheckoutDelegate<ExtArgs, {
|
|
343
|
+
omit: OmitOpts;
|
|
344
|
+
}>;
|
|
345
|
+
/**
|
|
346
|
+
* `prisma.eventLog`: Exposes CRUD operations for the **EventLog** model.
|
|
347
|
+
* Example usage:
|
|
348
|
+
* ```ts
|
|
349
|
+
* // Fetch zero or more EventLogs
|
|
350
|
+
* const eventLogs = await prisma.eventLog.findMany()
|
|
351
|
+
* ```
|
|
352
|
+
*/
|
|
353
|
+
get eventLog(): Prisma.EventLogDelegate<ExtArgs, {
|
|
354
|
+
omit: OmitOpts;
|
|
355
|
+
}>;
|
|
356
|
+
/**
|
|
357
|
+
* `prisma.collectionToPlatform`: Exposes CRUD operations for the **CollectionToPlatform** model.
|
|
358
|
+
* Example usage:
|
|
359
|
+
* ```ts
|
|
360
|
+
* // Fetch zero or more CollectionToPlatforms
|
|
361
|
+
* const collectionToPlatforms = await prisma.collectionToPlatform.findMany()
|
|
362
|
+
* ```
|
|
363
|
+
*/
|
|
364
|
+
get collectionToPlatform(): Prisma.CollectionToPlatformDelegate<ExtArgs, {
|
|
365
|
+
omit: OmitOpts;
|
|
366
|
+
}>;
|
|
367
|
+
/**
|
|
368
|
+
* `prisma.collectionToProductVariant`: Exposes CRUD operations for the **CollectionToProductVariant** model.
|
|
369
|
+
* Example usage:
|
|
370
|
+
* ```ts
|
|
371
|
+
* // Fetch zero or more CollectionToProductVariants
|
|
372
|
+
* const collectionToProductVariants = await prisma.collectionToProductVariant.findMany()
|
|
373
|
+
* ```
|
|
374
|
+
*/
|
|
375
|
+
get collectionToProductVariant(): Prisma.CollectionToProductVariantDelegate<ExtArgs, {
|
|
376
|
+
omit: OmitOpts;
|
|
377
|
+
}>;
|
|
378
|
+
/**
|
|
379
|
+
* `prisma.collectionToProduct`: Exposes CRUD operations for the **CollectionToProduct** model.
|
|
380
|
+
* Example usage:
|
|
381
|
+
* ```ts
|
|
382
|
+
* // Fetch zero or more CollectionToProducts
|
|
383
|
+
* const collectionToProducts = await prisma.collectionToProduct.findMany()
|
|
384
|
+
* ```
|
|
385
|
+
*/
|
|
386
|
+
get collectionToProduct(): Prisma.CollectionToProductDelegate<ExtArgs, {
|
|
387
|
+
omit: OmitOpts;
|
|
388
|
+
}>;
|
|
389
|
+
/**
|
|
390
|
+
* `prisma.collection`: Exposes CRUD operations for the **Collection** model.
|
|
391
|
+
* Example usage:
|
|
392
|
+
* ```ts
|
|
393
|
+
* // Fetch zero or more Collections
|
|
394
|
+
* const collections = await prisma.collection.findMany()
|
|
395
|
+
* ```
|
|
396
|
+
*/
|
|
397
|
+
get collection(): Prisma.CollectionDelegate<ExtArgs, {
|
|
398
|
+
omit: OmitOpts;
|
|
399
|
+
}>;
|
|
400
|
+
/**
|
|
401
|
+
* `prisma.manualCollectionProduct`: Exposes CRUD operations for the **ManualCollectionProduct** model.
|
|
402
|
+
* Example usage:
|
|
403
|
+
* ```ts
|
|
404
|
+
* // Fetch zero or more ManualCollectionProducts
|
|
405
|
+
* const manualCollectionProducts = await prisma.manualCollectionProduct.findMany()
|
|
406
|
+
* ```
|
|
407
|
+
*/
|
|
408
|
+
get manualCollectionProduct(): Prisma.ManualCollectionProductDelegate<ExtArgs, {
|
|
409
|
+
omit: OmitOpts;
|
|
410
|
+
}>;
|
|
411
|
+
/**
|
|
412
|
+
* `prisma.customerGroup`: Exposes CRUD operations for the **CustomerGroup** model.
|
|
413
|
+
* Example usage:
|
|
414
|
+
* ```ts
|
|
415
|
+
* // Fetch zero or more CustomerGroups
|
|
416
|
+
* const customerGroups = await prisma.customerGroup.findMany()
|
|
417
|
+
* ```
|
|
418
|
+
*/
|
|
419
|
+
get customerGroup(): Prisma.CustomerGroupDelegate<ExtArgs, {
|
|
420
|
+
omit: OmitOpts;
|
|
421
|
+
}>;
|
|
422
|
+
/**
|
|
423
|
+
* `prisma.customerToAddress`: Exposes CRUD operations for the **CustomerToAddress** model.
|
|
424
|
+
* Example usage:
|
|
425
|
+
* ```ts
|
|
426
|
+
* // Fetch zero or more CustomerToAddresses
|
|
427
|
+
* const customerToAddresses = await prisma.customerToAddress.findMany()
|
|
428
|
+
* ```
|
|
429
|
+
*/
|
|
430
|
+
get customerToAddress(): Prisma.CustomerToAddressDelegate<ExtArgs, {
|
|
431
|
+
omit: OmitOpts;
|
|
432
|
+
}>;
|
|
433
|
+
/**
|
|
434
|
+
* `prisma.customerToCustomerGroup`: Exposes CRUD operations for the **CustomerToCustomerGroup** model.
|
|
435
|
+
* Example usage:
|
|
436
|
+
* ```ts
|
|
437
|
+
* // Fetch zero or more CustomerToCustomerGroups
|
|
438
|
+
* const customerToCustomerGroups = await prisma.customerToCustomerGroup.findMany()
|
|
439
|
+
* ```
|
|
440
|
+
*/
|
|
441
|
+
get customerToCustomerGroup(): Prisma.CustomerToCustomerGroupDelegate<ExtArgs, {
|
|
442
|
+
omit: OmitOpts;
|
|
443
|
+
}>;
|
|
444
|
+
/**
|
|
445
|
+
* `prisma.flaggedPayment`: Exposes CRUD operations for the **FlaggedPayment** model.
|
|
446
|
+
* Example usage:
|
|
447
|
+
* ```ts
|
|
448
|
+
* // Fetch zero or more FlaggedPayments
|
|
449
|
+
* const flaggedPayments = await prisma.flaggedPayment.findMany()
|
|
450
|
+
* ```
|
|
451
|
+
*/
|
|
452
|
+
get flaggedPayment(): Prisma.FlaggedPaymentDelegate<ExtArgs, {
|
|
453
|
+
omit: OmitOpts;
|
|
454
|
+
}>;
|
|
455
|
+
/**
|
|
456
|
+
* `prisma.discountCodeAppliedToCart`: Exposes CRUD operations for the **DiscountCodeAppliedToCart** model.
|
|
457
|
+
* Example usage:
|
|
458
|
+
* ```ts
|
|
459
|
+
* // Fetch zero or more DiscountCodeAppliedToCarts
|
|
460
|
+
* const discountCodeAppliedToCarts = await prisma.discountCodeAppliedToCart.findMany()
|
|
461
|
+
* ```
|
|
462
|
+
*/
|
|
463
|
+
get discountCodeAppliedToCart(): Prisma.DiscountCodeAppliedToCartDelegate<ExtArgs, {
|
|
464
|
+
omit: OmitOpts;
|
|
465
|
+
}>;
|
|
466
|
+
/**
|
|
467
|
+
* `prisma.discountCodeRedeemedOnCart`: Exposes CRUD operations for the **DiscountCodeRedeemedOnCart** model.
|
|
468
|
+
* Example usage:
|
|
469
|
+
* ```ts
|
|
470
|
+
* // Fetch zero or more DiscountCodeRedeemedOnCarts
|
|
471
|
+
* const discountCodeRedeemedOnCarts = await prisma.discountCodeRedeemedOnCart.findMany()
|
|
472
|
+
* ```
|
|
473
|
+
*/
|
|
474
|
+
get discountCodeRedeemedOnCart(): Prisma.DiscountCodeRedeemedOnCartDelegate<ExtArgs, {
|
|
475
|
+
omit: OmitOpts;
|
|
476
|
+
}>;
|
|
477
|
+
/**
|
|
478
|
+
* `prisma.discountCodeRedemption`: Exposes CRUD operations for the **DiscountCodeRedemption** model.
|
|
479
|
+
* Example usage:
|
|
480
|
+
* ```ts
|
|
481
|
+
* // Fetch zero or more DiscountCodeRedemptions
|
|
482
|
+
* const discountCodeRedemptions = await prisma.discountCodeRedemption.findMany()
|
|
483
|
+
* ```
|
|
484
|
+
*/
|
|
485
|
+
get discountCodeRedemption(): Prisma.DiscountCodeRedemptionDelegate<ExtArgs, {
|
|
486
|
+
omit: OmitOpts;
|
|
487
|
+
}>;
|
|
488
|
+
/**
|
|
489
|
+
* `prisma.discountCode`: Exposes CRUD operations for the **DiscountCode** model.
|
|
490
|
+
* Example usage:
|
|
491
|
+
* ```ts
|
|
492
|
+
* // Fetch zero or more DiscountCodes
|
|
493
|
+
* const discountCodes = await prisma.discountCode.findMany()
|
|
494
|
+
* ```
|
|
495
|
+
*/
|
|
496
|
+
get discountCode(): Prisma.DiscountCodeDelegate<ExtArgs, {
|
|
497
|
+
omit: OmitOpts;
|
|
498
|
+
}>;
|
|
499
|
+
/**
|
|
500
|
+
* `prisma.facetOptionToPlatform`: Exposes CRUD operations for the **FacetOptionToPlatform** model.
|
|
501
|
+
* Example usage:
|
|
502
|
+
* ```ts
|
|
503
|
+
* // Fetch zero or more FacetOptionToPlatforms
|
|
504
|
+
* const facetOptionToPlatforms = await prisma.facetOptionToPlatform.findMany()
|
|
505
|
+
* ```
|
|
506
|
+
*/
|
|
507
|
+
get facetOptionToPlatform(): Prisma.FacetOptionToPlatformDelegate<ExtArgs, {
|
|
508
|
+
omit: OmitOpts;
|
|
509
|
+
}>;
|
|
510
|
+
/**
|
|
511
|
+
* `prisma.facetOption`: Exposes CRUD operations for the **FacetOption** model.
|
|
512
|
+
* Example usage:
|
|
513
|
+
* ```ts
|
|
514
|
+
* // Fetch zero or more FacetOptions
|
|
515
|
+
* const facetOptions = await prisma.facetOption.findMany()
|
|
516
|
+
* ```
|
|
517
|
+
*/
|
|
518
|
+
get facetOption(): Prisma.FacetOptionDelegate<ExtArgs, {
|
|
519
|
+
omit: OmitOpts;
|
|
520
|
+
}>;
|
|
521
|
+
/**
|
|
522
|
+
* `prisma.facetToPlatform`: Exposes CRUD operations for the **FacetToPlatform** model.
|
|
523
|
+
* Example usage:
|
|
524
|
+
* ```ts
|
|
525
|
+
* // Fetch zero or more FacetToPlatforms
|
|
526
|
+
* const facetToPlatforms = await prisma.facetToPlatform.findMany()
|
|
527
|
+
* ```
|
|
528
|
+
*/
|
|
529
|
+
get facetToPlatform(): Prisma.FacetToPlatformDelegate<ExtArgs, {
|
|
530
|
+
omit: OmitOpts;
|
|
531
|
+
}>;
|
|
532
|
+
/**
|
|
533
|
+
* `prisma.facet`: Exposes CRUD operations for the **Facet** model.
|
|
534
|
+
* Example usage:
|
|
535
|
+
* ```ts
|
|
536
|
+
* // Fetch zero or more Facets
|
|
537
|
+
* const facets = await prisma.facet.findMany()
|
|
538
|
+
* ```
|
|
539
|
+
*/
|
|
540
|
+
get facet(): Prisma.FacetDelegate<ExtArgs, {
|
|
541
|
+
omit: OmitOpts;
|
|
542
|
+
}>;
|
|
543
|
+
/**
|
|
544
|
+
* `prisma.featureFlag`: Exposes CRUD operations for the **FeatureFlag** model.
|
|
545
|
+
* Example usage:
|
|
546
|
+
* ```ts
|
|
547
|
+
* // Fetch zero or more FeatureFlags
|
|
548
|
+
* const featureFlags = await prisma.featureFlag.findMany()
|
|
549
|
+
* ```
|
|
550
|
+
*/
|
|
551
|
+
get featureFlag(): Prisma.FeatureFlagDelegate<ExtArgs, {
|
|
552
|
+
omit: OmitOpts;
|
|
553
|
+
}>;
|
|
554
|
+
/**
|
|
555
|
+
* `prisma.freeItemRule`: Exposes CRUD operations for the **FreeItemRule** model.
|
|
556
|
+
* Example usage:
|
|
557
|
+
* ```ts
|
|
558
|
+
* // Fetch zero or more FreeItemRules
|
|
559
|
+
* const freeItemRules = await prisma.freeItemRule.findMany()
|
|
560
|
+
* ```
|
|
561
|
+
*/
|
|
562
|
+
get freeItemRule(): Prisma.FreeItemRuleDelegate<ExtArgs, {
|
|
563
|
+
omit: OmitOpts;
|
|
564
|
+
}>;
|
|
565
|
+
/**
|
|
566
|
+
* `prisma.freeItemToCustomer`: Exposes CRUD operations for the **FreeItemToCustomer** model.
|
|
567
|
+
* Example usage:
|
|
568
|
+
* ```ts
|
|
569
|
+
* // Fetch zero or more FreeItemToCustomers
|
|
570
|
+
* const freeItemToCustomers = await prisma.freeItemToCustomer.findMany()
|
|
571
|
+
* ```
|
|
572
|
+
*/
|
|
573
|
+
get freeItemToCustomer(): Prisma.FreeItemToCustomerDelegate<ExtArgs, {
|
|
574
|
+
omit: OmitOpts;
|
|
575
|
+
}>;
|
|
576
|
+
/**
|
|
577
|
+
* `prisma.fulfillmentFees`: Exposes CRUD operations for the **FulfillmentFees** model.
|
|
578
|
+
* Example usage:
|
|
579
|
+
* ```ts
|
|
580
|
+
* // Fetch zero or more FulfillmentFees
|
|
581
|
+
* const fulfillmentFees = await prisma.fulfillmentFees.findMany()
|
|
582
|
+
* ```
|
|
583
|
+
*/
|
|
584
|
+
get fulfillmentFees(): Prisma.FulfillmentFeesDelegate<ExtArgs, {
|
|
585
|
+
omit: OmitOpts;
|
|
586
|
+
}>;
|
|
587
|
+
/**
|
|
588
|
+
* `prisma.ingredient`: Exposes CRUD operations for the **Ingredient** model.
|
|
589
|
+
* Example usage:
|
|
590
|
+
* ```ts
|
|
591
|
+
* // Fetch zero or more Ingredients
|
|
592
|
+
* const ingredients = await prisma.ingredient.findMany()
|
|
593
|
+
* ```
|
|
594
|
+
*/
|
|
595
|
+
get ingredient(): Prisma.IngredientDelegate<ExtArgs, {
|
|
596
|
+
omit: OmitOpts;
|
|
597
|
+
}>;
|
|
598
|
+
/**
|
|
599
|
+
* `prisma.ingredientToProductVariant`: Exposes CRUD operations for the **IngredientToProductVariant** model.
|
|
600
|
+
* Example usage:
|
|
601
|
+
* ```ts
|
|
602
|
+
* // Fetch zero or more IngredientToProductVariants
|
|
603
|
+
* const ingredientToProductVariants = await prisma.ingredientToProductVariant.findMany()
|
|
604
|
+
* ```
|
|
605
|
+
*/
|
|
606
|
+
get ingredientToProductVariant(): Prisma.IngredientToProductVariantDelegate<ExtArgs, {
|
|
607
|
+
omit: OmitOpts;
|
|
608
|
+
}>;
|
|
609
|
+
/**
|
|
610
|
+
* `prisma.ingredientToStore`: Exposes CRUD operations for the **IngredientToStore** model.
|
|
611
|
+
* Example usage:
|
|
612
|
+
* ```ts
|
|
613
|
+
* // Fetch zero or more IngredientToStores
|
|
614
|
+
* const ingredientToStores = await prisma.ingredientToStore.findMany()
|
|
615
|
+
* ```
|
|
616
|
+
*/
|
|
617
|
+
get ingredientToStore(): Prisma.IngredientToStoreDelegate<ExtArgs, {
|
|
618
|
+
omit: OmitOpts;
|
|
619
|
+
}>;
|
|
620
|
+
/**
|
|
621
|
+
* `prisma.awsBucket`: Exposes CRUD operations for the **AwsBucket** model.
|
|
622
|
+
* Example usage:
|
|
623
|
+
* ```ts
|
|
624
|
+
* // Fetch zero or more AwsBuckets
|
|
625
|
+
* const awsBuckets = await prisma.awsBucket.findMany()
|
|
626
|
+
* ```
|
|
627
|
+
*/
|
|
628
|
+
get awsBucket(): Prisma.AwsBucketDelegate<ExtArgs, {
|
|
629
|
+
omit: OmitOpts;
|
|
630
|
+
}>;
|
|
631
|
+
/**
|
|
632
|
+
* `prisma.media`: Exposes CRUD operations for the **Media** model.
|
|
633
|
+
* Example usage:
|
|
634
|
+
* ```ts
|
|
635
|
+
* // Fetch zero or more Media
|
|
636
|
+
* const media = await prisma.media.findMany()
|
|
637
|
+
* ```
|
|
638
|
+
*/
|
|
639
|
+
get media(): Prisma.MediaDelegate<ExtArgs, {
|
|
640
|
+
omit: OmitOpts;
|
|
641
|
+
}>;
|
|
642
|
+
/**
|
|
643
|
+
* `prisma.platformAwsConfiguration`: Exposes CRUD operations for the **PlatformAwsConfiguration** model.
|
|
644
|
+
* Example usage:
|
|
645
|
+
* ```ts
|
|
646
|
+
* // Fetch zero or more PlatformAwsConfigurations
|
|
647
|
+
* const platformAwsConfigurations = await prisma.platformAwsConfiguration.findMany()
|
|
648
|
+
* ```
|
|
649
|
+
*/
|
|
650
|
+
get platformAwsConfiguration(): Prisma.PlatformAwsConfigurationDelegate<ExtArgs, {
|
|
651
|
+
omit: OmitOpts;
|
|
652
|
+
}>;
|
|
653
|
+
/**
|
|
654
|
+
* `prisma.modifierGroupToProduct`: Exposes CRUD operations for the **ModifierGroupToProduct** model.
|
|
655
|
+
* Example usage:
|
|
656
|
+
* ```ts
|
|
657
|
+
* // Fetch zero or more ModifierGroupToProducts
|
|
658
|
+
* const modifierGroupToProducts = await prisma.modifierGroupToProduct.findMany()
|
|
659
|
+
* ```
|
|
660
|
+
*/
|
|
661
|
+
get modifierGroupToProduct(): Prisma.ModifierGroupToProductDelegate<ExtArgs, {
|
|
662
|
+
omit: OmitOpts;
|
|
663
|
+
}>;
|
|
664
|
+
/**
|
|
665
|
+
* `prisma.modifierGroup`: Exposes CRUD operations for the **ModifierGroup** model.
|
|
666
|
+
* Example usage:
|
|
667
|
+
* ```ts
|
|
668
|
+
* // Fetch zero or more ModifierGroups
|
|
669
|
+
* const modifierGroups = await prisma.modifierGroup.findMany()
|
|
670
|
+
* ```
|
|
671
|
+
*/
|
|
672
|
+
get modifierGroup(): Prisma.ModifierGroupDelegate<ExtArgs, {
|
|
673
|
+
omit: OmitOpts;
|
|
674
|
+
}>;
|
|
675
|
+
/**
|
|
676
|
+
* `prisma.modifierOption`: Exposes CRUD operations for the **ModifierOption** model.
|
|
677
|
+
* Example usage:
|
|
678
|
+
* ```ts
|
|
679
|
+
* // Fetch zero or more ModifierOptions
|
|
680
|
+
* const modifierOptions = await prisma.modifierOption.findMany()
|
|
681
|
+
* ```
|
|
682
|
+
*/
|
|
683
|
+
get modifierOption(): Prisma.ModifierOptionDelegate<ExtArgs, {
|
|
684
|
+
omit: OmitOpts;
|
|
685
|
+
}>;
|
|
686
|
+
/**
|
|
687
|
+
* `prisma.modifierToModifierGroup`: Exposes CRUD operations for the **ModifierToModifierGroup** model.
|
|
688
|
+
* Example usage:
|
|
689
|
+
* ```ts
|
|
690
|
+
* // Fetch zero or more ModifierToModifierGroups
|
|
691
|
+
* const modifierToModifierGroups = await prisma.modifierToModifierGroup.findMany()
|
|
692
|
+
* ```
|
|
693
|
+
*/
|
|
694
|
+
get modifierToModifierGroup(): Prisma.ModifierToModifierGroupDelegate<ExtArgs, {
|
|
695
|
+
omit: OmitOpts;
|
|
696
|
+
}>;
|
|
697
|
+
/**
|
|
698
|
+
* `prisma.modifier`: Exposes CRUD operations for the **Modifier** model.
|
|
699
|
+
* Example usage:
|
|
700
|
+
* ```ts
|
|
701
|
+
* // Fetch zero or more Modifiers
|
|
702
|
+
* const modifiers = await prisma.modifier.findMany()
|
|
703
|
+
* ```
|
|
704
|
+
*/
|
|
705
|
+
get modifier(): Prisma.ModifierDelegate<ExtArgs, {
|
|
706
|
+
omit: OmitOpts;
|
|
707
|
+
}>;
|
|
708
|
+
/**
|
|
709
|
+
* `prisma.nmiSecurityKey`: Exposes CRUD operations for the **NmiSecurityKey** model.
|
|
710
|
+
* Example usage:
|
|
711
|
+
* ```ts
|
|
712
|
+
* // Fetch zero or more NmiSecurityKeys
|
|
713
|
+
* const nmiSecurityKeys = await prisma.nmiSecurityKey.findMany()
|
|
714
|
+
* ```
|
|
715
|
+
*/
|
|
716
|
+
get nmiSecurityKey(): Prisma.NmiSecurityKeyDelegate<ExtArgs, {
|
|
717
|
+
omit: OmitOpts;
|
|
718
|
+
}>;
|
|
719
|
+
/**
|
|
720
|
+
* `prisma.payment`: Exposes CRUD operations for the **Payment** model.
|
|
721
|
+
* Example usage:
|
|
722
|
+
* ```ts
|
|
723
|
+
* // Fetch zero or more Payments
|
|
724
|
+
* const payments = await prisma.payment.findMany()
|
|
725
|
+
* ```
|
|
726
|
+
*/
|
|
727
|
+
get payment(): Prisma.PaymentDelegate<ExtArgs, {
|
|
728
|
+
omit: OmitOpts;
|
|
729
|
+
}>;
|
|
730
|
+
/**
|
|
731
|
+
* `prisma.refundLine`: Exposes CRUD operations for the **RefundLine** model.
|
|
732
|
+
* Example usage:
|
|
733
|
+
* ```ts
|
|
734
|
+
* // Fetch zero or more RefundLines
|
|
735
|
+
* const refundLines = await prisma.refundLine.findMany()
|
|
736
|
+
* ```
|
|
737
|
+
*/
|
|
738
|
+
get refundLine(): Prisma.RefundLineDelegate<ExtArgs, {
|
|
739
|
+
omit: OmitOpts;
|
|
740
|
+
}>;
|
|
741
|
+
/**
|
|
742
|
+
* `prisma.refund`: Exposes CRUD operations for the **Refund** model.
|
|
743
|
+
* Example usage:
|
|
744
|
+
* ```ts
|
|
745
|
+
* // Fetch zero or more Refunds
|
|
746
|
+
* const refunds = await prisma.refund.findMany()
|
|
747
|
+
* ```
|
|
748
|
+
*/
|
|
749
|
+
get refund(): Prisma.RefundDelegate<ExtArgs, {
|
|
750
|
+
omit: OmitOpts;
|
|
751
|
+
}>;
|
|
752
|
+
/**
|
|
753
|
+
* `prisma.transaction`: Exposes CRUD operations for the **Transaction** model.
|
|
754
|
+
* Example usage:
|
|
755
|
+
* ```ts
|
|
756
|
+
* // Fetch zero or more Transactions
|
|
757
|
+
* const transactions = await prisma.transaction.findMany()
|
|
758
|
+
* ```
|
|
759
|
+
*/
|
|
760
|
+
get transaction(): Prisma.TransactionDelegate<ExtArgs, {
|
|
761
|
+
omit: OmitOpts;
|
|
762
|
+
}>;
|
|
763
|
+
/**
|
|
764
|
+
* `prisma.platformMailerMessage`: Exposes CRUD operations for the **PlatformMailerMessage** model.
|
|
765
|
+
* Example usage:
|
|
766
|
+
* ```ts
|
|
767
|
+
* // Fetch zero or more PlatformMailerMessages
|
|
768
|
+
* const platformMailerMessages = await prisma.platformMailerMessage.findMany()
|
|
769
|
+
* ```
|
|
770
|
+
*/
|
|
771
|
+
get platformMailerMessage(): Prisma.PlatformMailerMessageDelegate<ExtArgs, {
|
|
772
|
+
omit: OmitOpts;
|
|
773
|
+
}>;
|
|
774
|
+
/**
|
|
775
|
+
* `prisma.platform`: Exposes CRUD operations for the **Platform** model.
|
|
776
|
+
* Example usage:
|
|
777
|
+
* ```ts
|
|
778
|
+
* // Fetch zero or more Platforms
|
|
779
|
+
* const platforms = await prisma.platform.findMany()
|
|
780
|
+
* ```
|
|
781
|
+
*/
|
|
782
|
+
get platform(): Prisma.PlatformDelegate<ExtArgs, {
|
|
783
|
+
omit: OmitOpts;
|
|
784
|
+
}>;
|
|
785
|
+
/**
|
|
786
|
+
* `prisma.productListing`: Exposes CRUD operations for the **ProductListing** model.
|
|
787
|
+
* Example usage:
|
|
788
|
+
* ```ts
|
|
789
|
+
* // Fetch zero or more ProductListings
|
|
790
|
+
* const productListings = await prisma.productListing.findMany()
|
|
791
|
+
* ```
|
|
792
|
+
*/
|
|
793
|
+
get productListing(): Prisma.ProductListingDelegate<ExtArgs, {
|
|
794
|
+
omit: OmitOpts;
|
|
795
|
+
}>;
|
|
796
|
+
/**
|
|
797
|
+
* `prisma.productToTag`: Exposes CRUD operations for the **ProductToTag** model.
|
|
798
|
+
* Example usage:
|
|
799
|
+
* ```ts
|
|
800
|
+
* // Fetch zero or more ProductToTags
|
|
801
|
+
* const productToTags = await prisma.productToTag.findMany()
|
|
802
|
+
* ```
|
|
803
|
+
*/
|
|
804
|
+
get productToTag(): Prisma.ProductToTagDelegate<ExtArgs, {
|
|
805
|
+
omit: OmitOpts;
|
|
806
|
+
}>;
|
|
807
|
+
/**
|
|
808
|
+
* `prisma.productVariantListing`: Exposes CRUD operations for the **ProductVariantListing** model.
|
|
809
|
+
* Example usage:
|
|
810
|
+
* ```ts
|
|
811
|
+
* // Fetch zero or more ProductVariantListings
|
|
812
|
+
* const productVariantListings = await prisma.productVariantListing.findMany()
|
|
813
|
+
* ```
|
|
814
|
+
*/
|
|
815
|
+
get productVariantListing(): Prisma.ProductVariantListingDelegate<ExtArgs, {
|
|
816
|
+
omit: OmitOpts;
|
|
817
|
+
}>;
|
|
818
|
+
/**
|
|
819
|
+
* `prisma.product`: Exposes CRUD operations for the **Product** model.
|
|
820
|
+
* Example usage:
|
|
821
|
+
* ```ts
|
|
822
|
+
* // Fetch zero or more Products
|
|
823
|
+
* const products = await prisma.product.findMany()
|
|
824
|
+
* ```
|
|
825
|
+
*/
|
|
826
|
+
get product(): Prisma.ProductDelegate<ExtArgs, {
|
|
827
|
+
omit: OmitOpts;
|
|
828
|
+
}>;
|
|
829
|
+
/**
|
|
830
|
+
* `prisma.productsWithOverrides`: Exposes CRUD operations for the **ProductsWithOverrides** model.
|
|
831
|
+
* Example usage:
|
|
832
|
+
* ```ts
|
|
833
|
+
* // Fetch zero or more ProductsWithOverrides
|
|
834
|
+
* const productsWithOverrides = await prisma.productsWithOverrides.findMany()
|
|
835
|
+
* ```
|
|
836
|
+
*/
|
|
837
|
+
get productsWithOverrides(): Prisma.ProductsWithOverridesDelegate<ExtArgs, {
|
|
838
|
+
omit: OmitOpts;
|
|
839
|
+
}>;
|
|
840
|
+
/**
|
|
841
|
+
* `prisma.productCategoryToTag`: Exposes CRUD operations for the **ProductCategoryToTag** model.
|
|
842
|
+
* Example usage:
|
|
843
|
+
* ```ts
|
|
844
|
+
* // Fetch zero or more ProductCategoryToTags
|
|
845
|
+
* const productCategoryToTags = await prisma.productCategoryToTag.findMany()
|
|
846
|
+
* ```
|
|
847
|
+
*/
|
|
848
|
+
get productCategoryToTag(): Prisma.ProductCategoryToTagDelegate<ExtArgs, {
|
|
849
|
+
omit: OmitOpts;
|
|
850
|
+
}>;
|
|
851
|
+
/**
|
|
852
|
+
* `prisma.productCategory`: Exposes CRUD operations for the **ProductCategory** model.
|
|
853
|
+
* Example usage:
|
|
854
|
+
* ```ts
|
|
855
|
+
* // Fetch zero or more ProductCategories
|
|
856
|
+
* const productCategories = await prisma.productCategory.findMany()
|
|
857
|
+
* ```
|
|
858
|
+
*/
|
|
859
|
+
get productCategory(): Prisma.ProductCategoryDelegate<ExtArgs, {
|
|
860
|
+
omit: OmitOpts;
|
|
861
|
+
}>;
|
|
862
|
+
/**
|
|
863
|
+
* `prisma.productVariantConfiguration`: Exposes CRUD operations for the **ProductVariantConfiguration** model.
|
|
864
|
+
* Example usage:
|
|
865
|
+
* ```ts
|
|
866
|
+
* // Fetch zero or more ProductVariantConfigurations
|
|
867
|
+
* const productVariantConfigurations = await prisma.productVariantConfiguration.findMany()
|
|
868
|
+
* ```
|
|
869
|
+
*/
|
|
870
|
+
get productVariantConfiguration(): Prisma.ProductVariantConfigurationDelegate<ExtArgs, {
|
|
871
|
+
omit: OmitOpts;
|
|
872
|
+
}>;
|
|
873
|
+
/**
|
|
874
|
+
* `prisma.productVariantListingToMedia`: Exposes CRUD operations for the **ProductVariantListingToMedia** model.
|
|
875
|
+
* Example usage:
|
|
876
|
+
* ```ts
|
|
877
|
+
* // Fetch zero or more ProductVariantListingToMedias
|
|
878
|
+
* const productVariantListingToMedias = await prisma.productVariantListingToMedia.findMany()
|
|
879
|
+
* ```
|
|
880
|
+
*/
|
|
881
|
+
get productVariantListingToMedia(): Prisma.ProductVariantListingToMediaDelegate<ExtArgs, {
|
|
882
|
+
omit: OmitOpts;
|
|
883
|
+
}>;
|
|
884
|
+
/**
|
|
885
|
+
* `prisma.productVariantPlatformPricing`: Exposes CRUD operations for the **ProductVariantPlatformPricing** model.
|
|
886
|
+
* Example usage:
|
|
887
|
+
* ```ts
|
|
888
|
+
* // Fetch zero or more ProductVariantPlatformPricings
|
|
889
|
+
* const productVariantPlatformPricings = await prisma.productVariantPlatformPricing.findMany()
|
|
890
|
+
* ```
|
|
891
|
+
*/
|
|
892
|
+
get productVariantPlatformPricing(): Prisma.ProductVariantPlatformPricingDelegate<ExtArgs, {
|
|
893
|
+
omit: OmitOpts;
|
|
894
|
+
}>;
|
|
895
|
+
/**
|
|
896
|
+
* `prisma.productVariantStoreAndPlatformPricing`: Exposes CRUD operations for the **ProductVariantStoreAndPlatformPricing** model.
|
|
897
|
+
* Example usage:
|
|
898
|
+
* ```ts
|
|
899
|
+
* // Fetch zero or more ProductVariantStoreAndPlatformPricings
|
|
900
|
+
* const productVariantStoreAndPlatformPricings = await prisma.productVariantStoreAndPlatformPricing.findMany()
|
|
901
|
+
* ```
|
|
902
|
+
*/
|
|
903
|
+
get productVariantStoreAndPlatformPricing(): Prisma.ProductVariantStoreAndPlatformPricingDelegate<ExtArgs, {
|
|
904
|
+
omit: OmitOpts;
|
|
905
|
+
}>;
|
|
906
|
+
/**
|
|
907
|
+
* `prisma.productVariantStorePricing`: Exposes CRUD operations for the **ProductVariantStorePricing** model.
|
|
908
|
+
* Example usage:
|
|
909
|
+
* ```ts
|
|
910
|
+
* // Fetch zero or more ProductVariantStorePricings
|
|
911
|
+
* const productVariantStorePricings = await prisma.productVariantStorePricing.findMany()
|
|
912
|
+
* ```
|
|
913
|
+
*/
|
|
914
|
+
get productVariantStorePricing(): Prisma.ProductVariantStorePricingDelegate<ExtArgs, {
|
|
915
|
+
omit: OmitOpts;
|
|
916
|
+
}>;
|
|
917
|
+
/**
|
|
918
|
+
* `prisma.productVariantToMedia`: Exposes CRUD operations for the **ProductVariantToMedia** model.
|
|
919
|
+
* Example usage:
|
|
920
|
+
* ```ts
|
|
921
|
+
* // Fetch zero or more ProductVariantToMedias
|
|
922
|
+
* const productVariantToMedias = await prisma.productVariantToMedia.findMany()
|
|
923
|
+
* ```
|
|
924
|
+
*/
|
|
925
|
+
get productVariantToMedia(): Prisma.ProductVariantToMediaDelegate<ExtArgs, {
|
|
926
|
+
omit: OmitOpts;
|
|
927
|
+
}>;
|
|
928
|
+
/**
|
|
929
|
+
* `prisma.productVariantToTag`: Exposes CRUD operations for the **ProductVariantToTag** model.
|
|
930
|
+
* Example usage:
|
|
931
|
+
* ```ts
|
|
932
|
+
* // Fetch zero or more ProductVariantToTags
|
|
933
|
+
* const productVariantToTags = await prisma.productVariantToTag.findMany()
|
|
934
|
+
* ```
|
|
935
|
+
*/
|
|
936
|
+
get productVariantToTag(): Prisma.ProductVariantToTagDelegate<ExtArgs, {
|
|
937
|
+
omit: OmitOpts;
|
|
938
|
+
}>;
|
|
939
|
+
/**
|
|
940
|
+
* `prisma.productVariant`: Exposes CRUD operations for the **ProductVariant** model.
|
|
941
|
+
* Example usage:
|
|
942
|
+
* ```ts
|
|
943
|
+
* // Fetch zero or more ProductVariants
|
|
944
|
+
* const productVariants = await prisma.productVariant.findMany()
|
|
945
|
+
* ```
|
|
946
|
+
*/
|
|
947
|
+
get productVariant(): Prisma.ProductVariantDelegate<ExtArgs, {
|
|
948
|
+
omit: OmitOpts;
|
|
949
|
+
}>;
|
|
950
|
+
/**
|
|
951
|
+
* `prisma.productVariantRanking`: Exposes CRUD operations for the **ProductVariantRanking** model.
|
|
952
|
+
* Example usage:
|
|
953
|
+
* ```ts
|
|
954
|
+
* // Fetch zero or more ProductVariantRankings
|
|
955
|
+
* const productVariantRankings = await prisma.productVariantRanking.findMany()
|
|
956
|
+
* ```
|
|
957
|
+
*/
|
|
958
|
+
get productVariantRanking(): Prisma.ProductVariantRankingDelegate<ExtArgs, {
|
|
959
|
+
omit: OmitOpts;
|
|
960
|
+
}>;
|
|
961
|
+
/**
|
|
962
|
+
* `prisma.productVariantStoreRanking`: Exposes CRUD operations for the **ProductVariantStoreRanking** model.
|
|
963
|
+
* Example usage:
|
|
964
|
+
* ```ts
|
|
965
|
+
* // Fetch zero or more ProductVariantStoreRankings
|
|
966
|
+
* const productVariantStoreRankings = await prisma.productVariantStoreRanking.findMany()
|
|
967
|
+
* ```
|
|
968
|
+
*/
|
|
969
|
+
get productVariantStoreRanking(): Prisma.ProductVariantStoreRankingDelegate<ExtArgs, {
|
|
970
|
+
omit: OmitOpts;
|
|
971
|
+
}>;
|
|
972
|
+
/**
|
|
973
|
+
* `prisma.productVarietal`: Exposes CRUD operations for the **ProductVarietal** model.
|
|
974
|
+
* Example usage:
|
|
975
|
+
* ```ts
|
|
976
|
+
* // Fetch zero or more ProductVarietals
|
|
977
|
+
* const productVarietals = await prisma.productVarietal.findMany()
|
|
978
|
+
* ```
|
|
979
|
+
*/
|
|
980
|
+
get productVarietal(): Prisma.ProductVarietalDelegate<ExtArgs, {
|
|
981
|
+
omit: OmitOpts;
|
|
982
|
+
}>;
|
|
983
|
+
/**
|
|
984
|
+
* `prisma.relatedItems`: Exposes CRUD operations for the **RelatedItems** model.
|
|
985
|
+
* Example usage:
|
|
986
|
+
* ```ts
|
|
987
|
+
* // Fetch zero or more RelatedItems
|
|
988
|
+
* const relatedItems = await prisma.relatedItems.findMany()
|
|
989
|
+
* ```
|
|
990
|
+
*/
|
|
991
|
+
get relatedItems(): Prisma.RelatedItemsDelegate<ExtArgs, {
|
|
992
|
+
omit: OmitOpts;
|
|
993
|
+
}>;
|
|
994
|
+
/**
|
|
995
|
+
* `prisma.scheduledTask`: Exposes CRUD operations for the **ScheduledTask** model.
|
|
996
|
+
* Example usage:
|
|
997
|
+
* ```ts
|
|
998
|
+
* // Fetch zero or more ScheduledTasks
|
|
999
|
+
* const scheduledTasks = await prisma.scheduledTask.findMany()
|
|
1000
|
+
* ```
|
|
1001
|
+
*/
|
|
1002
|
+
get scheduledTask(): Prisma.ScheduledTaskDelegate<ExtArgs, {
|
|
1003
|
+
omit: OmitOpts;
|
|
1004
|
+
}>;
|
|
1005
|
+
/**
|
|
1006
|
+
* `prisma.address`: Exposes CRUD operations for the **Address** model.
|
|
1007
|
+
* Example usage:
|
|
1008
|
+
* ```ts
|
|
1009
|
+
* // Fetch zero or more Addresses
|
|
1010
|
+
* const addresses = await prisma.address.findMany()
|
|
1011
|
+
* ```
|
|
1012
|
+
*/
|
|
1013
|
+
get address(): Prisma.AddressDelegate<ExtArgs, {
|
|
1014
|
+
omit: OmitOpts;
|
|
1015
|
+
}>;
|
|
1016
|
+
/**
|
|
1017
|
+
* `prisma.shippingConfiguration`: Exposes CRUD operations for the **ShippingConfiguration** model.
|
|
1018
|
+
* Example usage:
|
|
1019
|
+
* ```ts
|
|
1020
|
+
* // Fetch zero or more ShippingConfigurations
|
|
1021
|
+
* const shippingConfigurations = await prisma.shippingConfiguration.findMany()
|
|
1022
|
+
* ```
|
|
1023
|
+
*/
|
|
1024
|
+
get shippingConfiguration(): Prisma.ShippingConfigurationDelegate<ExtArgs, {
|
|
1025
|
+
omit: OmitOpts;
|
|
1026
|
+
}>;
|
|
1027
|
+
/**
|
|
1028
|
+
* `prisma.shippingLabelFee`: Exposes CRUD operations for the **ShippingLabelFee** model.
|
|
1029
|
+
* Example usage:
|
|
1030
|
+
* ```ts
|
|
1031
|
+
* // Fetch zero or more ShippingLabelFees
|
|
1032
|
+
* const shippingLabelFees = await prisma.shippingLabelFee.findMany()
|
|
1033
|
+
* ```
|
|
1034
|
+
*/
|
|
1035
|
+
get shippingLabelFee(): Prisma.ShippingLabelFeeDelegate<ExtArgs, {
|
|
1036
|
+
omit: OmitOpts;
|
|
1037
|
+
}>;
|
|
1038
|
+
/**
|
|
1039
|
+
* `prisma.shippingLabelRefund`: Exposes CRUD operations for the **ShippingLabelRefund** model.
|
|
1040
|
+
* Example usage:
|
|
1041
|
+
* ```ts
|
|
1042
|
+
* // Fetch zero or more ShippingLabelRefunds
|
|
1043
|
+
* const shippingLabelRefunds = await prisma.shippingLabelRefund.findMany()
|
|
1044
|
+
* ```
|
|
1045
|
+
*/
|
|
1046
|
+
get shippingLabelRefund(): Prisma.ShippingLabelRefundDelegate<ExtArgs, {
|
|
1047
|
+
omit: OmitOpts;
|
|
1048
|
+
}>;
|
|
1049
|
+
/**
|
|
1050
|
+
* `prisma.smsConversationMessage`: Exposes CRUD operations for the **SmsConversationMessage** model.
|
|
1051
|
+
* Example usage:
|
|
1052
|
+
* ```ts
|
|
1053
|
+
* // Fetch zero or more SmsConversationMessages
|
|
1054
|
+
* const smsConversationMessages = await prisma.smsConversationMessage.findMany()
|
|
1055
|
+
* ```
|
|
1056
|
+
*/
|
|
1057
|
+
get smsConversationMessage(): Prisma.SmsConversationMessageDelegate<ExtArgs, {
|
|
1058
|
+
omit: OmitOpts;
|
|
1059
|
+
}>;
|
|
1060
|
+
/**
|
|
1061
|
+
* `prisma.smsConversation`: Exposes CRUD operations for the **SmsConversation** model.
|
|
1062
|
+
* Example usage:
|
|
1063
|
+
* ```ts
|
|
1064
|
+
* // Fetch zero or more SmsConversations
|
|
1065
|
+
* const smsConversations = await prisma.smsConversation.findMany()
|
|
1066
|
+
* ```
|
|
1067
|
+
*/
|
|
1068
|
+
get smsConversation(): Prisma.SmsConversationDelegate<ExtArgs, {
|
|
1069
|
+
omit: OmitOpts;
|
|
1070
|
+
}>;
|
|
1071
|
+
/**
|
|
1072
|
+
* `prisma.smsMerchantNotificationMessage`: Exposes CRUD operations for the **SmsMerchantNotificationMessage** model.
|
|
1073
|
+
* Example usage:
|
|
1074
|
+
* ```ts
|
|
1075
|
+
* // Fetch zero or more SmsMerchantNotificationMessages
|
|
1076
|
+
* const smsMerchantNotificationMessages = await prisma.smsMerchantNotificationMessage.findMany()
|
|
1077
|
+
* ```
|
|
1078
|
+
*/
|
|
1079
|
+
get smsMerchantNotificationMessage(): Prisma.SmsMerchantNotificationMessageDelegate<ExtArgs, {
|
|
1080
|
+
omit: OmitOpts;
|
|
1081
|
+
}>;
|
|
1082
|
+
/**
|
|
1083
|
+
* `prisma.stockLevel`: Exposes CRUD operations for the **StockLevel** model.
|
|
1084
|
+
* Example usage:
|
|
1085
|
+
* ```ts
|
|
1086
|
+
* // Fetch zero or more StockLevels
|
|
1087
|
+
* const stockLevels = await prisma.stockLevel.findMany()
|
|
1088
|
+
* ```
|
|
1089
|
+
*/
|
|
1090
|
+
get stockLevel(): Prisma.StockLevelDelegate<ExtArgs, {
|
|
1091
|
+
omit: OmitOpts;
|
|
1092
|
+
}>;
|
|
1093
|
+
/**
|
|
1094
|
+
* `prisma.stockLocationToPlatform`: Exposes CRUD operations for the **StockLocationToPlatform** model.
|
|
1095
|
+
* Example usage:
|
|
1096
|
+
* ```ts
|
|
1097
|
+
* // Fetch zero or more StockLocationToPlatforms
|
|
1098
|
+
* const stockLocationToPlatforms = await prisma.stockLocationToPlatform.findMany()
|
|
1099
|
+
* ```
|
|
1100
|
+
*/
|
|
1101
|
+
get stockLocationToPlatform(): Prisma.StockLocationToPlatformDelegate<ExtArgs, {
|
|
1102
|
+
omit: OmitOpts;
|
|
1103
|
+
}>;
|
|
1104
|
+
/**
|
|
1105
|
+
* `prisma.stockLocation`: Exposes CRUD operations for the **StockLocation** model.
|
|
1106
|
+
* Example usage:
|
|
1107
|
+
* ```ts
|
|
1108
|
+
* // Fetch zero or more StockLocations
|
|
1109
|
+
* const stockLocations = await prisma.stockLocation.findMany()
|
|
1110
|
+
* ```
|
|
1111
|
+
*/
|
|
1112
|
+
get stockLocation(): Prisma.StockLocationDelegate<ExtArgs, {
|
|
1113
|
+
omit: OmitOpts;
|
|
1114
|
+
}>;
|
|
1115
|
+
/**
|
|
1116
|
+
* `prisma.stockMovement`: Exposes CRUD operations for the **StockMovement** model.
|
|
1117
|
+
* Example usage:
|
|
1118
|
+
* ```ts
|
|
1119
|
+
* // Fetch zero or more StockMovements
|
|
1120
|
+
* const stockMovements = await prisma.stockMovement.findMany()
|
|
1121
|
+
* ```
|
|
1122
|
+
*/
|
|
1123
|
+
get stockMovement(): Prisma.StockMovementDelegate<ExtArgs, {
|
|
1124
|
+
omit: OmitOpts;
|
|
1125
|
+
}>;
|
|
1126
|
+
/**
|
|
1127
|
+
* `prisma.prepTime`: Exposes CRUD operations for the **PrepTime** model.
|
|
1128
|
+
* Example usage:
|
|
1129
|
+
* ```ts
|
|
1130
|
+
* // Fetch zero or more PrepTimes
|
|
1131
|
+
* const prepTimes = await prisma.prepTime.findMany()
|
|
1132
|
+
* ```
|
|
1133
|
+
*/
|
|
1134
|
+
get prepTime(): Prisma.PrepTimeDelegate<ExtArgs, {
|
|
1135
|
+
omit: OmitOpts;
|
|
1136
|
+
}>;
|
|
1137
|
+
/**
|
|
1138
|
+
* `prisma.pvStoreScheduledAvailabilityLog`: Exposes CRUD operations for the **PvStoreScheduledAvailabilityLog** model.
|
|
1139
|
+
* Example usage:
|
|
1140
|
+
* ```ts
|
|
1141
|
+
* // Fetch zero or more PvStoreScheduledAvailabilityLogs
|
|
1142
|
+
* const pvStoreScheduledAvailabilityLogs = await prisma.pvStoreScheduledAvailabilityLog.findMany()
|
|
1143
|
+
* ```
|
|
1144
|
+
*/
|
|
1145
|
+
get pvStoreScheduledAvailabilityLog(): Prisma.PvStoreScheduledAvailabilityLogDelegate<ExtArgs, {
|
|
1146
|
+
omit: OmitOpts;
|
|
1147
|
+
}>;
|
|
1148
|
+
/**
|
|
1149
|
+
* `prisma.pvStoreScheduledAvailability`: Exposes CRUD operations for the **PvStoreScheduledAvailability** model.
|
|
1150
|
+
* Example usage:
|
|
1151
|
+
* ```ts
|
|
1152
|
+
* // Fetch zero or more PvStoreScheduledAvailabilities
|
|
1153
|
+
* const pvStoreScheduledAvailabilities = await prisma.pvStoreScheduledAvailability.findMany()
|
|
1154
|
+
* ```
|
|
1155
|
+
*/
|
|
1156
|
+
get pvStoreScheduledAvailability(): Prisma.PvStoreScheduledAvailabilityDelegate<ExtArgs, {
|
|
1157
|
+
omit: OmitOpts;
|
|
1158
|
+
}>;
|
|
1159
|
+
/**
|
|
1160
|
+
* `prisma.storeRestockingLog`: Exposes CRUD operations for the **StoreRestockingLog** model.
|
|
1161
|
+
* Example usage:
|
|
1162
|
+
* ```ts
|
|
1163
|
+
* // Fetch zero or more StoreRestockingLogs
|
|
1164
|
+
* const storeRestockingLogs = await prisma.storeRestockingLog.findMany()
|
|
1165
|
+
* ```
|
|
1166
|
+
*/
|
|
1167
|
+
get storeRestockingLog(): Prisma.StoreRestockingLogDelegate<ExtArgs, {
|
|
1168
|
+
omit: OmitOpts;
|
|
1169
|
+
}>;
|
|
1170
|
+
/**
|
|
1171
|
+
* `prisma.storeRestockingSchedule`: Exposes CRUD operations for the **StoreRestockingSchedule** model.
|
|
1172
|
+
* Example usage:
|
|
1173
|
+
* ```ts
|
|
1174
|
+
* // Fetch zero or more StoreRestockingSchedules
|
|
1175
|
+
* const storeRestockingSchedules = await prisma.storeRestockingSchedule.findMany()
|
|
1176
|
+
* ```
|
|
1177
|
+
*/
|
|
1178
|
+
get storeRestockingSchedule(): Prisma.StoreRestockingScheduleDelegate<ExtArgs, {
|
|
1179
|
+
omit: OmitOpts;
|
|
1180
|
+
}>;
|
|
1181
|
+
/**
|
|
1182
|
+
* `prisma.storeToAssociatedStoreType`: Exposes CRUD operations for the **StoreToAssociatedStoreType** model.
|
|
1183
|
+
* Example usage:
|
|
1184
|
+
* ```ts
|
|
1185
|
+
* // Fetch zero or more StoreToAssociatedStoreTypes
|
|
1186
|
+
* const storeToAssociatedStoreTypes = await prisma.storeToAssociatedStoreType.findMany()
|
|
1187
|
+
* ```
|
|
1188
|
+
*/
|
|
1189
|
+
get storeToAssociatedStoreType(): Prisma.StoreToAssociatedStoreTypeDelegate<ExtArgs, {
|
|
1190
|
+
omit: OmitOpts;
|
|
1191
|
+
}>;
|
|
1192
|
+
/**
|
|
1193
|
+
* `prisma.storeToPlatform`: Exposes CRUD operations for the **StoreToPlatform** model.
|
|
1194
|
+
* Example usage:
|
|
1195
|
+
* ```ts
|
|
1196
|
+
* // Fetch zero or more StoreToPlatforms
|
|
1197
|
+
* const storeToPlatforms = await prisma.storeToPlatform.findMany()
|
|
1198
|
+
* ```
|
|
1199
|
+
*/
|
|
1200
|
+
get storeToPlatform(): Prisma.StoreToPlatformDelegate<ExtArgs, {
|
|
1201
|
+
omit: OmitOpts;
|
|
1202
|
+
}>;
|
|
1203
|
+
/**
|
|
1204
|
+
* `prisma.store`: Exposes CRUD operations for the **Store** model.
|
|
1205
|
+
* Example usage:
|
|
1206
|
+
* ```ts
|
|
1207
|
+
* // Fetch zero or more Stores
|
|
1208
|
+
* const stores = await prisma.store.findMany()
|
|
1209
|
+
* ```
|
|
1210
|
+
*/
|
|
1211
|
+
get store(): Prisma.StoreDelegate<ExtArgs, {
|
|
1212
|
+
omit: OmitOpts;
|
|
1213
|
+
}>;
|
|
1214
|
+
/**
|
|
1215
|
+
* `prisma.tag`: Exposes CRUD operations for the **Tag** model.
|
|
1216
|
+
* Example usage:
|
|
1217
|
+
* ```ts
|
|
1218
|
+
* // Fetch zero or more Tags
|
|
1219
|
+
* const tags = await prisma.tag.findMany()
|
|
1220
|
+
* ```
|
|
1221
|
+
*/
|
|
1222
|
+
get tag(): Prisma.TagDelegate<ExtArgs, {
|
|
1223
|
+
omit: OmitOpts;
|
|
1224
|
+
}>;
|
|
1225
|
+
/**
|
|
1226
|
+
* `prisma.taxCategory`: Exposes CRUD operations for the **TaxCategory** model.
|
|
1227
|
+
* Example usage:
|
|
1228
|
+
* ```ts
|
|
1229
|
+
* // Fetch zero or more TaxCategories
|
|
1230
|
+
* const taxCategories = await prisma.taxCategory.findMany()
|
|
1231
|
+
* ```
|
|
1232
|
+
*/
|
|
1233
|
+
get taxCategory(): Prisma.TaxCategoryDelegate<ExtArgs, {
|
|
1234
|
+
omit: OmitOpts;
|
|
1235
|
+
}>;
|
|
1236
|
+
}
|
|
1237
|
+
export declare function getPrismaClientClass(): PrismaClientConstructor;
|