@pos-360/prisma 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generated/prisma/browser.d.ts +514 -0
- package/lib/generated/prisma/browser.js +57 -0
- package/lib/generated/prisma/browser.js.map +1 -0
- package/lib/generated/prisma/client.d.ts +531 -0
- package/lib/generated/prisma/client.js +69 -0
- package/lib/generated/prisma/client.js.map +1 -0
- package/lib/generated/prisma/commonInputTypes.d.ts +1529 -0
- package/lib/generated/prisma/commonInputTypes.js +12 -0
- package/lib/generated/prisma/commonInputTypes.js.map +1 -0
- package/lib/generated/prisma/dmmf.d.ts +4085 -0
- package/lib/generated/prisma/dmmf.js +27551 -0
- package/lib/generated/prisma/dmmf.js.map +1 -0
- package/lib/generated/prisma/enums.d.ts +216 -0
- package/lib/generated/prisma/enums.js +205 -0
- package/lib/generated/prisma/enums.js.map +1 -0
- package/lib/generated/prisma/internal/class.d.ts +1237 -0
- package/lib/generated/prisma/internal/class.js +79 -0
- package/lib/generated/prisma/internal/class.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespace.d.ts +10091 -0
- package/lib/generated/prisma/internal/prismaNamespace.js +1721 -0
- package/lib/generated/prisma/internal/prismaNamespace.js.map +1 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.d.ts +1816 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js +1692 -0
- package/lib/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/lib/generated/prisma/kysely-types.d.ts +1499 -0
- package/lib/generated/prisma/kysely-types.js +196 -0
- package/lib/generated/prisma/kysely-types.js.map +1 -0
- package/lib/generated/prisma/models/Address.d.ts +1339 -0
- package/lib/generated/prisma/models/Address.js +12 -0
- package/lib/generated/prisma/models/Address.js.map +1 -0
- package/lib/generated/prisma/models/Administrator.d.ts +1633 -0
- package/lib/generated/prisma/models/Administrator.js +12 -0
- package/lib/generated/prisma/models/Administrator.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.d.ts +1208 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js +12 -0
- package/lib/generated/prisma/models/AdministratorToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/AdministratorToStore.d.ts +1201 -0
- package/lib/generated/prisma/models/AdministratorToStore.js +12 -0
- package/lib/generated/prisma/models/AdministratorToStore.js.map +1 -0
- package/lib/generated/prisma/models/ApiToken.d.ts +1125 -0
- package/lib/generated/prisma/models/ApiToken.js +12 -0
- package/lib/generated/prisma/models/ApiToken.js.map +1 -0
- package/lib/generated/prisma/models/AwsBucket.d.ts +1435 -0
- package/lib/generated/prisma/models/AwsBucket.js +12 -0
- package/lib/generated/prisma/models/AwsBucket.js.map +1 -0
- package/lib/generated/prisma/models/Card.d.ts +1533 -0
- package/lib/generated/prisma/models/Card.js +12 -0
- package/lib/generated/prisma/models/Card.js.map +1 -0
- package/lib/generated/prisma/models/Cart.d.ts +2315 -0
- package/lib/generated/prisma/models/Cart.js +12 -0
- package/lib/generated/prisma/models/Cart.js.map +1 -0
- package/lib/generated/prisma/models/CartCost.d.ts +1368 -0
- package/lib/generated/prisma/models/CartCost.js +12 -0
- package/lib/generated/prisma/models/CartCost.js.map +1 -0
- package/lib/generated/prisma/models/CartLine.d.ts +1948 -0
- package/lib/generated/prisma/models/CartLine.js +12 -0
- package/lib/generated/prisma/models/CartLine.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifier.d.ts +2061 -0
- package/lib/generated/prisma/models/CartLineModifier.js +12 -0
- package/lib/generated/prisma/models/CartLineModifier.js.map +1 -0
- package/lib/generated/prisma/models/CartLineModifierOption.d.ts +1435 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CartLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/Checkout.d.ts +3989 -0
- package/lib/generated/prisma/models/Checkout.js +12 -0
- package/lib/generated/prisma/models/Checkout.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutGroup.d.ts +2604 -0
- package/lib/generated/prisma/models/CheckoutGroup.js +12 -0
- package/lib/generated/prisma/models/CheckoutGroup.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLine.d.ts +1932 -0
- package/lib/generated/prisma/models/CheckoutLine.js +12 -0
- package/lib/generated/prisma/models/CheckoutLine.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.d.ts +1702 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js +12 -0
- package/lib/generated/prisma/models/CheckoutLineModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.d.ts +2124 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js +12 -0
- package/lib/generated/prisma/models/CheckoutLinesModifier.js.map +1 -0
- package/lib/generated/prisma/models/Collection.d.ts +1961 -0
- package/lib/generated/prisma/models/Collection.js +12 -0
- package/lib/generated/prisma/models/Collection.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToPlatform.d.ts +1313 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js +12 -0
- package/lib/generated/prisma/models/CollectionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProduct.d.ts +1342 -0
- package/lib/generated/prisma/models/CollectionToProduct.js +12 -0
- package/lib/generated/prisma/models/CollectionToProduct.js.map +1 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.d.ts +1201 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js +12 -0
- package/lib/generated/prisma/models/CollectionToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/Customer.d.ts +2964 -0
- package/lib/generated/prisma/models/Customer.js +12 -0
- package/lib/generated/prisma/models/Customer.js.map +1 -0
- package/lib/generated/prisma/models/CustomerGroup.d.ts +1167 -0
- package/lib/generated/prisma/models/CustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToAddress.d.ts +1243 -0
- package/lib/generated/prisma/models/CustomerToAddress.js +12 -0
- package/lib/generated/prisma/models/CustomerToAddress.js.map +1 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.d.ts +1201 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js +12 -0
- package/lib/generated/prisma/models/CustomerToCustomerGroup.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCode.d.ts +3139 -0
- package/lib/generated/prisma/models/DiscountCode.js +12 -0
- package/lib/generated/prisma/models/DiscountCode.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.d.ts +1332 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeAppliedToCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.d.ts +1389 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedeemedOnCart.js.map +1 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.d.ts +1537 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js +12 -0
- package/lib/generated/prisma/models/DiscountCodeRedemption.js.map +1 -0
- package/lib/generated/prisma/models/EventLog.d.ts +1295 -0
- package/lib/generated/prisma/models/EventLog.js +12 -0
- package/lib/generated/prisma/models/EventLog.js.map +1 -0
- package/lib/generated/prisma/models/Facet.d.ts +1266 -0
- package/lib/generated/prisma/models/Facet.js +12 -0
- package/lib/generated/prisma/models/Facet.js.map +1 -0
- package/lib/generated/prisma/models/FacetOption.d.ts +1342 -0
- package/lib/generated/prisma/models/FacetOption.js +12 -0
- package/lib/generated/prisma/models/FacetOption.js.map +1 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetOptionToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FacetToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/FacetToPlatform.js +12 -0
- package/lib/generated/prisma/models/FacetToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/FeatureFlag.d.ts +1412 -0
- package/lib/generated/prisma/models/FeatureFlag.js +12 -0
- package/lib/generated/prisma/models/FeatureFlag.js.map +1 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.d.ts +1059 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js +12 -0
- package/lib/generated/prisma/models/FirebaseAdminConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/FlaggedPayment.d.ts +1065 -0
- package/lib/generated/prisma/models/FlaggedPayment.js +12 -0
- package/lib/generated/prisma/models/FlaggedPayment.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemRule.d.ts +1021 -0
- package/lib/generated/prisma/models/FreeItemRule.js +12 -0
- package/lib/generated/prisma/models/FreeItemRule.js.map +1 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.d.ts +993 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js +12 -0
- package/lib/generated/prisma/models/FreeItemToCustomer.js.map +1 -0
- package/lib/generated/prisma/models/FulfillmentFees.d.ts +1365 -0
- package/lib/generated/prisma/models/FulfillmentFees.js +12 -0
- package/lib/generated/prisma/models/FulfillmentFees.js.map +1 -0
- package/lib/generated/prisma/models/Ingredient.d.ts +1886 -0
- package/lib/generated/prisma/models/Ingredient.js +12 -0
- package/lib/generated/prisma/models/Ingredient.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.d.ts +1561 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js +12 -0
- package/lib/generated/prisma/models/IngredientToProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/IngredientToStore.d.ts +1507 -0
- package/lib/generated/prisma/models/IngredientToStore.js +12 -0
- package/lib/generated/prisma/models/IngredientToStore.js.map +1 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.d.ts +1256 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js +12 -0
- package/lib/generated/prisma/models/ManualCollectionProduct.js.map +1 -0
- package/lib/generated/prisma/models/Media.d.ts +2127 -0
- package/lib/generated/prisma/models/Media.js +12 -0
- package/lib/generated/prisma/models/Media.js.map +1 -0
- package/lib/generated/prisma/models/Modifier.d.ts +2597 -0
- package/lib/generated/prisma/models/Modifier.js +12 -0
- package/lib/generated/prisma/models/Modifier.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroup.d.ts +2099 -0
- package/lib/generated/prisma/models/ModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.d.ts +1249 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js +12 -0
- package/lib/generated/prisma/models/ModifierGroupToProduct.js.map +1 -0
- package/lib/generated/prisma/models/ModifierOption.d.ts +1838 -0
- package/lib/generated/prisma/models/ModifierOption.js +12 -0
- package/lib/generated/prisma/models/ModifierOption.js.map +1 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.d.ts +1343 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js +12 -0
- package/lib/generated/prisma/models/ModifierToModifierGroup.js.map +1 -0
- package/lib/generated/prisma/models/NmiSecurityKey.d.ts +1087 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js +12 -0
- package/lib/generated/prisma/models/NmiSecurityKey.js.map +1 -0
- package/lib/generated/prisma/models/OneTimeToken.d.ts +1115 -0
- package/lib/generated/prisma/models/OneTimeToken.js +12 -0
- package/lib/generated/prisma/models/OneTimeToken.js.map +1 -0
- package/lib/generated/prisma/models/Payment.d.ts +1560 -0
- package/lib/generated/prisma/models/Payment.js +12 -0
- package/lib/generated/prisma/models/Payment.js.map +1 -0
- package/lib/generated/prisma/models/Platform.d.ts +7442 -0
- package/lib/generated/prisma/models/Platform.js +12 -0
- package/lib/generated/prisma/models/Platform.js.map +1 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.d.ts +1333 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js +12 -0
- package/lib/generated/prisma/models/PlatformAwsConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.d.ts +1299 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js +12 -0
- package/lib/generated/prisma/models/PlatformMailerMessage.js.map +1 -0
- package/lib/generated/prisma/models/PrepTime.d.ts +1420 -0
- package/lib/generated/prisma/models/PrepTime.js +12 -0
- package/lib/generated/prisma/models/PrepTime.js.map +1 -0
- package/lib/generated/prisma/models/Product.d.ts +2975 -0
- package/lib/generated/prisma/models/Product.js +12 -0
- package/lib/generated/prisma/models/Product.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategory.d.ts +2057 -0
- package/lib/generated/prisma/models/ProductCategory.js +12 -0
- package/lib/generated/prisma/models/ProductCategory.js.map +1 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js +12 -0
- package/lib/generated/prisma/models/ProductCategoryToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductListing.d.ts +1747 -0
- package/lib/generated/prisma/models/ProductListing.js +12 -0
- package/lib/generated/prisma/models/ProductListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductToTag.js +12 -0
- package/lib/generated/prisma/models/ProductToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariant.d.ts +6964 -0
- package/lib/generated/prisma/models/ProductVariant.js +12 -0
- package/lib/generated/prisma/models/ProductVariant.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.d.ts +1775 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js +12 -0
- package/lib/generated/prisma/models/ProductVariantConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListing.d.ts +2152 -0
- package/lib/generated/prisma/models/ProductVariantListing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.d.ts +1401 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantListingToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.d.ts +1420 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantRanking.d.ts +1402 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.d.ts +1638 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreAndPlatformPricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.d.ts +1467 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStorePricing.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.d.ts +1890 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js +12 -0
- package/lib/generated/prisma/models/ProductVariantStoreRanking.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.d.ts +1250 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToMedia.js.map +1 -0
- package/lib/generated/prisma/models/ProductVariantToTag.d.ts +1201 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js +12 -0
- package/lib/generated/prisma/models/ProductVariantToTag.js.map +1 -0
- package/lib/generated/prisma/models/ProductVarietal.d.ts +1385 -0
- package/lib/generated/prisma/models/ProductVarietal.js +12 -0
- package/lib/generated/prisma/models/ProductVarietal.js.map +1 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.d.ts +1782 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js +12 -0
- package/lib/generated/prisma/models/ProductsWithOverrides.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.d.ts +1931 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailability.js.map +1 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.d.ts +1405 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js +12 -0
- package/lib/generated/prisma/models/PvStoreScheduledAvailabilityLog.js.map +1 -0
- package/lib/generated/prisma/models/Refund.d.ts +1707 -0
- package/lib/generated/prisma/models/Refund.js +12 -0
- package/lib/generated/prisma/models/Refund.js.map +1 -0
- package/lib/generated/prisma/models/RefundLine.d.ts +1373 -0
- package/lib/generated/prisma/models/RefundLine.js +12 -0
- package/lib/generated/prisma/models/RefundLine.js.map +1 -0
- package/lib/generated/prisma/models/RelatedItems.d.ts +1431 -0
- package/lib/generated/prisma/models/RelatedItems.js +12 -0
- package/lib/generated/prisma/models/RelatedItems.js.map +1 -0
- package/lib/generated/prisma/models/Role.d.ts +1264 -0
- package/lib/generated/prisma/models/Role.js +12 -0
- package/lib/generated/prisma/models/Role.js.map +1 -0
- package/lib/generated/prisma/models/ScheduledTask.d.ts +1146 -0
- package/lib/generated/prisma/models/ScheduledTask.js +12 -0
- package/lib/generated/prisma/models/ScheduledTask.js.map +1 -0
- package/lib/generated/prisma/models/ShippingConfiguration.d.ts +1659 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js +12 -0
- package/lib/generated/prisma/models/ShippingConfiguration.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelFee.d.ts +1705 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelFee.js.map +1 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.d.ts +1520 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js +12 -0
- package/lib/generated/prisma/models/ShippingLabelRefund.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversation.d.ts +1548 -0
- package/lib/generated/prisma/models/SmsConversation.js +12 -0
- package/lib/generated/prisma/models/SmsConversation.js.map +1 -0
- package/lib/generated/prisma/models/SmsConversationMessage.d.ts +1326 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsConversationMessage.js.map +1 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.d.ts +1125 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js +12 -0
- package/lib/generated/prisma/models/SmsMerchantNotificationMessage.js.map +1 -0
- package/lib/generated/prisma/models/StockLevel.d.ts +1425 -0
- package/lib/generated/prisma/models/StockLevel.js +12 -0
- package/lib/generated/prisma/models/StockLevel.js.map +1 -0
- package/lib/generated/prisma/models/StockLocation.d.ts +1652 -0
- package/lib/generated/prisma/models/StockLocation.js +12 -0
- package/lib/generated/prisma/models/StockLocation.js.map +1 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.d.ts +1201 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js +12 -0
- package/lib/generated/prisma/models/StockLocationToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/StockMovement.d.ts +1608 -0
- package/lib/generated/prisma/models/StockMovement.js +12 -0
- package/lib/generated/prisma/models/StockMovement.js.map +1 -0
- package/lib/generated/prisma/models/Store.d.ts +4487 -0
- package/lib/generated/prisma/models/Store.js +12 -0
- package/lib/generated/prisma/models/Store.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingLog.d.ts +1297 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingLog.js.map +1 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.d.ts +1932 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js +12 -0
- package/lib/generated/prisma/models/StoreRestockingSchedule.js.map +1 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.d.ts +1294 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js +12 -0
- package/lib/generated/prisma/models/StoreToAssociatedStoreType.js.map +1 -0
- package/lib/generated/prisma/models/StoreToPlatform.d.ts +1331 -0
- package/lib/generated/prisma/models/StoreToPlatform.js +12 -0
- package/lib/generated/prisma/models/StoreToPlatform.js.map +1 -0
- package/lib/generated/prisma/models/Tag.d.ts +1581 -0
- package/lib/generated/prisma/models/Tag.js +12 -0
- package/lib/generated/prisma/models/Tag.js.map +1 -0
- package/lib/generated/prisma/models/TaxCategory.d.ts +1169 -0
- package/lib/generated/prisma/models/TaxCategory.js +12 -0
- package/lib/generated/prisma/models/TaxCategory.js.map +1 -0
- package/lib/generated/prisma/models/Transaction.d.ts +1551 -0
- package/lib/generated/prisma/models/Transaction.js +12 -0
- package/lib/generated/prisma/models/Transaction.js.map +1 -0
- package/lib/generated/prisma/models/User.d.ts +1907 -0
- package/lib/generated/prisma/models/User.js +12 -0
- package/lib/generated/prisma/models/User.js.map +1 -0
- package/lib/generated/prisma/models/UserToRole.d.ts +1201 -0
- package/lib/generated/prisma/models/UserToRole.js +12 -0
- package/lib/generated/prisma/models/UserToRole.js.map +1 -0
- package/lib/generated/prisma/models.d.ts +103 -0
- package/lib/generated/prisma/models.js +3 -0
- package/lib/generated/prisma/models.js.map +1 -0
- package/lib/generated/prisma/pjtg.d.ts +145 -0
- package/lib/generated/prisma/pjtg.js +3 -0
- package/lib/generated/prisma/pjtg.js.map +1 -0
- package/lib/helpers.d.ts +37 -0
- package/lib/helpers.js +226 -0
- package/lib/helpers.js.map +1 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.js.map +1 -0
- package/lib/kysely/index.d.ts +2 -0
- package/lib/kysely/index.js +19 -0
- package/lib/kysely/index.js.map +1 -0
- package/lib/kysely/kysely-db.d.ts +3 -0
- package/lib/kysely/kysely-db.js +3 -0
- package/lib/kysely/kysely-db.js.map +1 -0
- package/lib/kysely/utils/index.d.ts +4 -0
- package/lib/kysely/utils/index.js +21 -0
- package/lib/kysely/utils/index.js.map +1 -0
- package/lib/kysely/utils/json-array-from-no-subquery.d.ts +38 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js +43 -0
- package/lib/kysely/utils/json-array-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/json-object-from-no-subquery.d.ts +40 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js +45 -0
- package/lib/kysely/utils/json-object-from-no-subquery.js.map +1 -0
- package/lib/kysely/utils/serialize-bigint-value.d.ts +3 -0
- package/lib/kysely/utils/serialize-bigint-value.js +13 -0
- package/lib/kysely/utils/serialize-bigint-value.js.map +1 -0
- package/lib/kysely/utils/serialize-numeric-value.d.ts +4 -0
- package/lib/kysely/utils/serialize-numeric-value.js +11 -0
- package/lib/kysely/utils/serialize-numeric-value.js.map +1 -0
- package/lib/kysely/utils/shallow-dehydrate.d.ts +18 -0
- package/lib/kysely/utils/shallow-dehydrate.js +3 -0
- package/lib/kysely/utils/shallow-dehydrate.js.map +1 -0
- package/lib/prisma-module/index.d.ts +4 -0
- package/lib/prisma-module/index.js +21 -0
- package/lib/prisma-module/index.js.map +1 -0
- package/lib/prisma-module/prisma-options.d.ts +59 -0
- package/lib/prisma-module/prisma-options.js +3 -0
- package/lib/prisma-module/prisma-options.js.map +1 -0
- package/lib/prisma-module/prisma.constants.d.ts +1 -0
- package/lib/prisma-module/prisma.constants.js +5 -0
- package/lib/prisma-module/prisma.constants.js.map +1 -0
- package/lib/prisma-module/prisma.module.d.ts +8 -0
- package/lib/prisma-module/prisma.module.js +73 -0
- package/lib/prisma-module/prisma.module.js.map +1 -0
- package/lib/prisma-module/prisma.service.d.ts +5 -0
- package/lib/prisma-module/prisma.service.js +29 -0
- package/lib/prisma-module/prisma.service.js.map +1 -0
- package/lib/tsconfig.build.tsbuildinfo +1 -0
- package/lib/types.d.ts +7 -0
- package/lib/types.js +3 -0
- package/lib/types.js.map +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.d.ts +1 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js +40 -0
- package/lib/utils/deep-convert-formatted-string-to-original.js.map +1 -0
- package/lib/utils/ignore-prisma-builtins.d.ts +1 -0
- package/lib/utils/ignore-prisma-builtins.js +3 -0
- package/lib/utils/ignore-prisma-builtins.js.map +1 -0
- package/lib/utils/index.d.ts +3 -0
- package/lib/utils/index.js +20 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/prisma-where-to-sql.d.ts +5 -0
- package/lib/utils/prisma-where-to-sql.js +94 -0
- package/lib/utils/prisma-where-to-sql.js.map +1 -0
- package/lib/web360-prisma.constants.d.ts +2 -0
- package/lib/web360-prisma.constants.js +6 -0
- package/lib/web360-prisma.constants.js.map +1 -0
- package/lib/web360-prisma.module.d.ts +7 -0
- package/lib/web360-prisma.module.js +81 -0
- package/lib/web360-prisma.module.js.map +1 -0
- package/lib/web360-prisma.options.d.ts +38 -0
- package/lib/web360-prisma.options.js +3 -0
- package/lib/web360-prisma.options.js.map +1 -0
- package/lib/web360-prisma.service.d.ts +57 -0
- package/lib/web360-prisma.service.js +57 -0
- package/lib/web360-prisma.service.js.map +1 -0
- package/package.json +4 -3
|
@@ -0,0 +1,1331 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
+
/**
|
|
4
|
+
* Model StoreToPlatform
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type StoreToPlatformModel = runtime.Types.Result.DefaultSelection<Prisma.$StoreToPlatformPayload>;
|
|
8
|
+
export type AggregateStoreToPlatform = {
|
|
9
|
+
_count: StoreToPlatformCountAggregateOutputType | null;
|
|
10
|
+
_avg: StoreToPlatformAvgAggregateOutputType | null;
|
|
11
|
+
_sum: StoreToPlatformSumAggregateOutputType | null;
|
|
12
|
+
_min: StoreToPlatformMinAggregateOutputType | null;
|
|
13
|
+
_max: StoreToPlatformMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type StoreToPlatformAvgAggregateOutputType = {
|
|
16
|
+
storeRecordId: number | null;
|
|
17
|
+
platformRecordId: number | null;
|
|
18
|
+
outOfStockThreshold: number | null;
|
|
19
|
+
};
|
|
20
|
+
export type StoreToPlatformSumAggregateOutputType = {
|
|
21
|
+
storeRecordId: bigint | null;
|
|
22
|
+
platformRecordId: bigint | null;
|
|
23
|
+
outOfStockThreshold: number | null;
|
|
24
|
+
};
|
|
25
|
+
export type StoreToPlatformMinAggregateOutputType = {
|
|
26
|
+
storeRecordId: bigint | null;
|
|
27
|
+
platformRecordId: bigint | null;
|
|
28
|
+
trackInventory: boolean | null;
|
|
29
|
+
outOfStockThreshold: number | null;
|
|
30
|
+
pricesIncludeTax: boolean | null;
|
|
31
|
+
};
|
|
32
|
+
export type StoreToPlatformMaxAggregateOutputType = {
|
|
33
|
+
storeRecordId: bigint | null;
|
|
34
|
+
platformRecordId: bigint | null;
|
|
35
|
+
trackInventory: boolean | null;
|
|
36
|
+
outOfStockThreshold: number | null;
|
|
37
|
+
pricesIncludeTax: boolean | null;
|
|
38
|
+
};
|
|
39
|
+
export type StoreToPlatformCountAggregateOutputType = {
|
|
40
|
+
storeRecordId: number;
|
|
41
|
+
platformRecordId: number;
|
|
42
|
+
trackInventory: number;
|
|
43
|
+
outOfStockThreshold: number;
|
|
44
|
+
pricesIncludeTax: number;
|
|
45
|
+
_all: number;
|
|
46
|
+
};
|
|
47
|
+
export type StoreToPlatformAvgAggregateInputType = {
|
|
48
|
+
storeRecordId?: true;
|
|
49
|
+
platformRecordId?: true;
|
|
50
|
+
outOfStockThreshold?: true;
|
|
51
|
+
};
|
|
52
|
+
export type StoreToPlatformSumAggregateInputType = {
|
|
53
|
+
storeRecordId?: true;
|
|
54
|
+
platformRecordId?: true;
|
|
55
|
+
outOfStockThreshold?: true;
|
|
56
|
+
};
|
|
57
|
+
export type StoreToPlatformMinAggregateInputType = {
|
|
58
|
+
storeRecordId?: true;
|
|
59
|
+
platformRecordId?: true;
|
|
60
|
+
trackInventory?: true;
|
|
61
|
+
outOfStockThreshold?: true;
|
|
62
|
+
pricesIncludeTax?: true;
|
|
63
|
+
};
|
|
64
|
+
export type StoreToPlatformMaxAggregateInputType = {
|
|
65
|
+
storeRecordId?: true;
|
|
66
|
+
platformRecordId?: true;
|
|
67
|
+
trackInventory?: true;
|
|
68
|
+
outOfStockThreshold?: true;
|
|
69
|
+
pricesIncludeTax?: true;
|
|
70
|
+
};
|
|
71
|
+
export type StoreToPlatformCountAggregateInputType = {
|
|
72
|
+
storeRecordId?: true;
|
|
73
|
+
platformRecordId?: true;
|
|
74
|
+
trackInventory?: true;
|
|
75
|
+
outOfStockThreshold?: true;
|
|
76
|
+
pricesIncludeTax?: true;
|
|
77
|
+
_all?: true;
|
|
78
|
+
};
|
|
79
|
+
export type StoreToPlatformAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
80
|
+
/**
|
|
81
|
+
* Filter which StoreToPlatform to aggregate.
|
|
82
|
+
*/
|
|
83
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
84
|
+
/**
|
|
85
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
86
|
+
*
|
|
87
|
+
* Determine the order of StoreToPlatforms to fetch.
|
|
88
|
+
*/
|
|
89
|
+
orderBy?: Prisma.StoreToPlatformOrderByWithRelationInput | Prisma.StoreToPlatformOrderByWithRelationInput[];
|
|
90
|
+
/**
|
|
91
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
92
|
+
*
|
|
93
|
+
* Sets the start position
|
|
94
|
+
*/
|
|
95
|
+
cursor?: Prisma.StoreToPlatformWhereUniqueInput;
|
|
96
|
+
/**
|
|
97
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
98
|
+
*
|
|
99
|
+
* Take `±n` StoreToPlatforms from the position of the cursor.
|
|
100
|
+
*/
|
|
101
|
+
take?: number;
|
|
102
|
+
/**
|
|
103
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
104
|
+
*
|
|
105
|
+
* Skip the first `n` StoreToPlatforms.
|
|
106
|
+
*/
|
|
107
|
+
skip?: number;
|
|
108
|
+
/**
|
|
109
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
110
|
+
*
|
|
111
|
+
* Count returned StoreToPlatforms
|
|
112
|
+
**/
|
|
113
|
+
_count?: true | StoreToPlatformCountAggregateInputType;
|
|
114
|
+
/**
|
|
115
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
116
|
+
*
|
|
117
|
+
* Select which fields to average
|
|
118
|
+
**/
|
|
119
|
+
_avg?: StoreToPlatformAvgAggregateInputType;
|
|
120
|
+
/**
|
|
121
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
122
|
+
*
|
|
123
|
+
* Select which fields to sum
|
|
124
|
+
**/
|
|
125
|
+
_sum?: StoreToPlatformSumAggregateInputType;
|
|
126
|
+
/**
|
|
127
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
128
|
+
*
|
|
129
|
+
* Select which fields to find the minimum value
|
|
130
|
+
**/
|
|
131
|
+
_min?: StoreToPlatformMinAggregateInputType;
|
|
132
|
+
/**
|
|
133
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
134
|
+
*
|
|
135
|
+
* Select which fields to find the maximum value
|
|
136
|
+
**/
|
|
137
|
+
_max?: StoreToPlatformMaxAggregateInputType;
|
|
138
|
+
};
|
|
139
|
+
export type GetStoreToPlatformAggregateType<T extends StoreToPlatformAggregateArgs> = {
|
|
140
|
+
[P in keyof T & keyof AggregateStoreToPlatform]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateStoreToPlatform[P]> : Prisma.GetScalarType<T[P], AggregateStoreToPlatform[P]>;
|
|
141
|
+
};
|
|
142
|
+
export type StoreToPlatformGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
143
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
144
|
+
orderBy?: Prisma.StoreToPlatformOrderByWithAggregationInput | Prisma.StoreToPlatformOrderByWithAggregationInput[];
|
|
145
|
+
by: Prisma.StoreToPlatformScalarFieldEnum[] | Prisma.StoreToPlatformScalarFieldEnum;
|
|
146
|
+
having?: Prisma.StoreToPlatformScalarWhereWithAggregatesInput;
|
|
147
|
+
take?: number;
|
|
148
|
+
skip?: number;
|
|
149
|
+
_count?: StoreToPlatformCountAggregateInputType | true;
|
|
150
|
+
_avg?: StoreToPlatformAvgAggregateInputType;
|
|
151
|
+
_sum?: StoreToPlatformSumAggregateInputType;
|
|
152
|
+
_min?: StoreToPlatformMinAggregateInputType;
|
|
153
|
+
_max?: StoreToPlatformMaxAggregateInputType;
|
|
154
|
+
};
|
|
155
|
+
export type StoreToPlatformGroupByOutputType = {
|
|
156
|
+
storeRecordId: bigint;
|
|
157
|
+
platformRecordId: bigint;
|
|
158
|
+
trackInventory: boolean;
|
|
159
|
+
outOfStockThreshold: number;
|
|
160
|
+
pricesIncludeTax: boolean;
|
|
161
|
+
_count: StoreToPlatformCountAggregateOutputType | null;
|
|
162
|
+
_avg: StoreToPlatformAvgAggregateOutputType | null;
|
|
163
|
+
_sum: StoreToPlatformSumAggregateOutputType | null;
|
|
164
|
+
_min: StoreToPlatformMinAggregateOutputType | null;
|
|
165
|
+
_max: StoreToPlatformMaxAggregateOutputType | null;
|
|
166
|
+
};
|
|
167
|
+
type GetStoreToPlatformGroupByPayload<T extends StoreToPlatformGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<StoreToPlatformGroupByOutputType, T['by']> & {
|
|
168
|
+
[P in ((keyof T) & (keyof StoreToPlatformGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], StoreToPlatformGroupByOutputType[P]> : Prisma.GetScalarType<T[P], StoreToPlatformGroupByOutputType[P]>;
|
|
169
|
+
}>>;
|
|
170
|
+
export type StoreToPlatformWhereInput = {
|
|
171
|
+
AND?: Prisma.StoreToPlatformWhereInput | Prisma.StoreToPlatformWhereInput[];
|
|
172
|
+
OR?: Prisma.StoreToPlatformWhereInput[];
|
|
173
|
+
NOT?: Prisma.StoreToPlatformWhereInput | Prisma.StoreToPlatformWhereInput[];
|
|
174
|
+
storeRecordId?: Prisma.BigIntFilter<"StoreToPlatform"> | bigint | number;
|
|
175
|
+
platformRecordId?: Prisma.BigIntFilter<"StoreToPlatform"> | bigint | number;
|
|
176
|
+
trackInventory?: Prisma.BoolFilter<"StoreToPlatform"> | boolean;
|
|
177
|
+
outOfStockThreshold?: Prisma.IntFilter<"StoreToPlatform"> | number;
|
|
178
|
+
pricesIncludeTax?: Prisma.BoolFilter<"StoreToPlatform"> | boolean;
|
|
179
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
180
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
181
|
+
};
|
|
182
|
+
export type StoreToPlatformOrderByWithRelationInput = {
|
|
183
|
+
storeRecordId?: Prisma.SortOrder;
|
|
184
|
+
platformRecordId?: Prisma.SortOrder;
|
|
185
|
+
trackInventory?: Prisma.SortOrder;
|
|
186
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
187
|
+
pricesIncludeTax?: Prisma.SortOrder;
|
|
188
|
+
store?: Prisma.StoreOrderByWithRelationInput;
|
|
189
|
+
platform?: Prisma.PlatformOrderByWithRelationInput;
|
|
190
|
+
};
|
|
191
|
+
export type StoreToPlatformWhereUniqueInput = Prisma.AtLeast<{
|
|
192
|
+
storeRecordId_platformRecordId?: Prisma.StoreToPlatformStoreRecordIdPlatformRecordIdCompoundUniqueInput;
|
|
193
|
+
AND?: Prisma.StoreToPlatformWhereInput | Prisma.StoreToPlatformWhereInput[];
|
|
194
|
+
OR?: Prisma.StoreToPlatformWhereInput[];
|
|
195
|
+
NOT?: Prisma.StoreToPlatformWhereInput | Prisma.StoreToPlatformWhereInput[];
|
|
196
|
+
storeRecordId?: Prisma.BigIntFilter<"StoreToPlatform"> | bigint | number;
|
|
197
|
+
platformRecordId?: Prisma.BigIntFilter<"StoreToPlatform"> | bigint | number;
|
|
198
|
+
trackInventory?: Prisma.BoolFilter<"StoreToPlatform"> | boolean;
|
|
199
|
+
outOfStockThreshold?: Prisma.IntFilter<"StoreToPlatform"> | number;
|
|
200
|
+
pricesIncludeTax?: Prisma.BoolFilter<"StoreToPlatform"> | boolean;
|
|
201
|
+
store?: Prisma.XOR<Prisma.StoreScalarRelationFilter, Prisma.StoreWhereInput>;
|
|
202
|
+
platform?: Prisma.XOR<Prisma.PlatformScalarRelationFilter, Prisma.PlatformWhereInput>;
|
|
203
|
+
}, "storeRecordId_platformRecordId">;
|
|
204
|
+
export type StoreToPlatformOrderByWithAggregationInput = {
|
|
205
|
+
storeRecordId?: Prisma.SortOrder;
|
|
206
|
+
platformRecordId?: Prisma.SortOrder;
|
|
207
|
+
trackInventory?: Prisma.SortOrder;
|
|
208
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
209
|
+
pricesIncludeTax?: Prisma.SortOrder;
|
|
210
|
+
_count?: Prisma.StoreToPlatformCountOrderByAggregateInput;
|
|
211
|
+
_avg?: Prisma.StoreToPlatformAvgOrderByAggregateInput;
|
|
212
|
+
_max?: Prisma.StoreToPlatformMaxOrderByAggregateInput;
|
|
213
|
+
_min?: Prisma.StoreToPlatformMinOrderByAggregateInput;
|
|
214
|
+
_sum?: Prisma.StoreToPlatformSumOrderByAggregateInput;
|
|
215
|
+
};
|
|
216
|
+
export type StoreToPlatformScalarWhereWithAggregatesInput = {
|
|
217
|
+
AND?: Prisma.StoreToPlatformScalarWhereWithAggregatesInput | Prisma.StoreToPlatformScalarWhereWithAggregatesInput[];
|
|
218
|
+
OR?: Prisma.StoreToPlatformScalarWhereWithAggregatesInput[];
|
|
219
|
+
NOT?: Prisma.StoreToPlatformScalarWhereWithAggregatesInput | Prisma.StoreToPlatformScalarWhereWithAggregatesInput[];
|
|
220
|
+
storeRecordId?: Prisma.BigIntWithAggregatesFilter<"StoreToPlatform"> | bigint | number;
|
|
221
|
+
platformRecordId?: Prisma.BigIntWithAggregatesFilter<"StoreToPlatform"> | bigint | number;
|
|
222
|
+
trackInventory?: Prisma.BoolWithAggregatesFilter<"StoreToPlatform"> | boolean;
|
|
223
|
+
outOfStockThreshold?: Prisma.IntWithAggregatesFilter<"StoreToPlatform"> | number;
|
|
224
|
+
pricesIncludeTax?: Prisma.BoolWithAggregatesFilter<"StoreToPlatform"> | boolean;
|
|
225
|
+
};
|
|
226
|
+
export type StoreToPlatformCreateInput = {
|
|
227
|
+
trackInventory?: boolean;
|
|
228
|
+
outOfStockThreshold?: number;
|
|
229
|
+
pricesIncludeTax?: boolean;
|
|
230
|
+
store: Prisma.StoreCreateNestedOneWithoutStoreToPlatformInput;
|
|
231
|
+
platform: Prisma.PlatformCreateNestedOneWithoutStoreToPlatformInput;
|
|
232
|
+
};
|
|
233
|
+
export type StoreToPlatformUncheckedCreateInput = {
|
|
234
|
+
storeRecordId: bigint | number;
|
|
235
|
+
platformRecordId: bigint | number;
|
|
236
|
+
trackInventory?: boolean;
|
|
237
|
+
outOfStockThreshold?: number;
|
|
238
|
+
pricesIncludeTax?: boolean;
|
|
239
|
+
};
|
|
240
|
+
export type StoreToPlatformUpdateInput = {
|
|
241
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
242
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
243
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
244
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutStoreToPlatformNestedInput;
|
|
245
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutStoreToPlatformNestedInput;
|
|
246
|
+
};
|
|
247
|
+
export type StoreToPlatformUncheckedUpdateInput = {
|
|
248
|
+
storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
249
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
250
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
251
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
252
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
253
|
+
};
|
|
254
|
+
export type StoreToPlatformCreateManyInput = {
|
|
255
|
+
storeRecordId: bigint | number;
|
|
256
|
+
platformRecordId: bigint | number;
|
|
257
|
+
trackInventory?: boolean;
|
|
258
|
+
outOfStockThreshold?: number;
|
|
259
|
+
pricesIncludeTax?: boolean;
|
|
260
|
+
};
|
|
261
|
+
export type StoreToPlatformUpdateManyMutationInput = {
|
|
262
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
263
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
264
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
265
|
+
};
|
|
266
|
+
export type StoreToPlatformUncheckedUpdateManyInput = {
|
|
267
|
+
storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
268
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
269
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
270
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
271
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
272
|
+
};
|
|
273
|
+
export type StoreToPlatformListRelationFilter = {
|
|
274
|
+
every?: Prisma.StoreToPlatformWhereInput;
|
|
275
|
+
some?: Prisma.StoreToPlatformWhereInput;
|
|
276
|
+
none?: Prisma.StoreToPlatformWhereInput;
|
|
277
|
+
};
|
|
278
|
+
export type StoreToPlatformOrderByRelationAggregateInput = {
|
|
279
|
+
_count?: Prisma.SortOrder;
|
|
280
|
+
};
|
|
281
|
+
export type StoreToPlatformStoreRecordIdPlatformRecordIdCompoundUniqueInput = {
|
|
282
|
+
storeRecordId: bigint | number;
|
|
283
|
+
platformRecordId: bigint | number;
|
|
284
|
+
};
|
|
285
|
+
export type StoreToPlatformCountOrderByAggregateInput = {
|
|
286
|
+
storeRecordId?: Prisma.SortOrder;
|
|
287
|
+
platformRecordId?: Prisma.SortOrder;
|
|
288
|
+
trackInventory?: Prisma.SortOrder;
|
|
289
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
290
|
+
pricesIncludeTax?: Prisma.SortOrder;
|
|
291
|
+
};
|
|
292
|
+
export type StoreToPlatformAvgOrderByAggregateInput = {
|
|
293
|
+
storeRecordId?: Prisma.SortOrder;
|
|
294
|
+
platformRecordId?: Prisma.SortOrder;
|
|
295
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
296
|
+
};
|
|
297
|
+
export type StoreToPlatformMaxOrderByAggregateInput = {
|
|
298
|
+
storeRecordId?: Prisma.SortOrder;
|
|
299
|
+
platformRecordId?: Prisma.SortOrder;
|
|
300
|
+
trackInventory?: Prisma.SortOrder;
|
|
301
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
302
|
+
pricesIncludeTax?: Prisma.SortOrder;
|
|
303
|
+
};
|
|
304
|
+
export type StoreToPlatformMinOrderByAggregateInput = {
|
|
305
|
+
storeRecordId?: Prisma.SortOrder;
|
|
306
|
+
platformRecordId?: Prisma.SortOrder;
|
|
307
|
+
trackInventory?: Prisma.SortOrder;
|
|
308
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
309
|
+
pricesIncludeTax?: Prisma.SortOrder;
|
|
310
|
+
};
|
|
311
|
+
export type StoreToPlatformSumOrderByAggregateInput = {
|
|
312
|
+
storeRecordId?: Prisma.SortOrder;
|
|
313
|
+
platformRecordId?: Prisma.SortOrder;
|
|
314
|
+
outOfStockThreshold?: Prisma.SortOrder;
|
|
315
|
+
};
|
|
316
|
+
export type StoreToPlatformCreateNestedManyWithoutPlatformInput = {
|
|
317
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.StoreToPlatformCreateWithoutPlatformInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
318
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput | Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
319
|
+
createMany?: Prisma.StoreToPlatformCreateManyPlatformInputEnvelope;
|
|
320
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
321
|
+
};
|
|
322
|
+
export type StoreToPlatformUncheckedCreateNestedManyWithoutPlatformInput = {
|
|
323
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.StoreToPlatformCreateWithoutPlatformInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
324
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput | Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
325
|
+
createMany?: Prisma.StoreToPlatformCreateManyPlatformInputEnvelope;
|
|
326
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
327
|
+
};
|
|
328
|
+
export type StoreToPlatformUpdateManyWithoutPlatformNestedInput = {
|
|
329
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.StoreToPlatformCreateWithoutPlatformInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
330
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput | Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
331
|
+
upsert?: Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutPlatformInput | Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
332
|
+
createMany?: Prisma.StoreToPlatformCreateManyPlatformInputEnvelope;
|
|
333
|
+
set?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
334
|
+
disconnect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
335
|
+
delete?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
336
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
337
|
+
update?: Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutPlatformInput | Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
338
|
+
updateMany?: Prisma.StoreToPlatformUpdateManyWithWhereWithoutPlatformInput | Prisma.StoreToPlatformUpdateManyWithWhereWithoutPlatformInput[];
|
|
339
|
+
deleteMany?: Prisma.StoreToPlatformScalarWhereInput | Prisma.StoreToPlatformScalarWhereInput[];
|
|
340
|
+
};
|
|
341
|
+
export type StoreToPlatformUncheckedUpdateManyWithoutPlatformNestedInput = {
|
|
342
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput> | Prisma.StoreToPlatformCreateWithoutPlatformInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput[];
|
|
343
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput | Prisma.StoreToPlatformCreateOrConnectWithoutPlatformInput[];
|
|
344
|
+
upsert?: Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutPlatformInput | Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutPlatformInput[];
|
|
345
|
+
createMany?: Prisma.StoreToPlatformCreateManyPlatformInputEnvelope;
|
|
346
|
+
set?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
347
|
+
disconnect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
348
|
+
delete?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
349
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
350
|
+
update?: Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutPlatformInput | Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutPlatformInput[];
|
|
351
|
+
updateMany?: Prisma.StoreToPlatformUpdateManyWithWhereWithoutPlatformInput | Prisma.StoreToPlatformUpdateManyWithWhereWithoutPlatformInput[];
|
|
352
|
+
deleteMany?: Prisma.StoreToPlatformScalarWhereInput | Prisma.StoreToPlatformScalarWhereInput[];
|
|
353
|
+
};
|
|
354
|
+
export type StoreToPlatformCreateNestedManyWithoutStoreInput = {
|
|
355
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutStoreInput, Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput> | Prisma.StoreToPlatformCreateWithoutStoreInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput[];
|
|
356
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput | Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput[];
|
|
357
|
+
createMany?: Prisma.StoreToPlatformCreateManyStoreInputEnvelope;
|
|
358
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
359
|
+
};
|
|
360
|
+
export type StoreToPlatformUncheckedCreateNestedManyWithoutStoreInput = {
|
|
361
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutStoreInput, Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput> | Prisma.StoreToPlatformCreateWithoutStoreInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput[];
|
|
362
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput | Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput[];
|
|
363
|
+
createMany?: Prisma.StoreToPlatformCreateManyStoreInputEnvelope;
|
|
364
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
365
|
+
};
|
|
366
|
+
export type StoreToPlatformUpdateManyWithoutStoreNestedInput = {
|
|
367
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutStoreInput, Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput> | Prisma.StoreToPlatformCreateWithoutStoreInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput[];
|
|
368
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput | Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput[];
|
|
369
|
+
upsert?: Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutStoreInput | Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutStoreInput[];
|
|
370
|
+
createMany?: Prisma.StoreToPlatformCreateManyStoreInputEnvelope;
|
|
371
|
+
set?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
372
|
+
disconnect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
373
|
+
delete?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
374
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
375
|
+
update?: Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutStoreInput | Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutStoreInput[];
|
|
376
|
+
updateMany?: Prisma.StoreToPlatformUpdateManyWithWhereWithoutStoreInput | Prisma.StoreToPlatformUpdateManyWithWhereWithoutStoreInput[];
|
|
377
|
+
deleteMany?: Prisma.StoreToPlatformScalarWhereInput | Prisma.StoreToPlatformScalarWhereInput[];
|
|
378
|
+
};
|
|
379
|
+
export type StoreToPlatformUncheckedUpdateManyWithoutStoreNestedInput = {
|
|
380
|
+
create?: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutStoreInput, Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput> | Prisma.StoreToPlatformCreateWithoutStoreInput[] | Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput[];
|
|
381
|
+
connectOrCreate?: Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput | Prisma.StoreToPlatformCreateOrConnectWithoutStoreInput[];
|
|
382
|
+
upsert?: Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutStoreInput | Prisma.StoreToPlatformUpsertWithWhereUniqueWithoutStoreInput[];
|
|
383
|
+
createMany?: Prisma.StoreToPlatformCreateManyStoreInputEnvelope;
|
|
384
|
+
set?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
385
|
+
disconnect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
386
|
+
delete?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
387
|
+
connect?: Prisma.StoreToPlatformWhereUniqueInput | Prisma.StoreToPlatformWhereUniqueInput[];
|
|
388
|
+
update?: Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutStoreInput | Prisma.StoreToPlatformUpdateWithWhereUniqueWithoutStoreInput[];
|
|
389
|
+
updateMany?: Prisma.StoreToPlatformUpdateManyWithWhereWithoutStoreInput | Prisma.StoreToPlatformUpdateManyWithWhereWithoutStoreInput[];
|
|
390
|
+
deleteMany?: Prisma.StoreToPlatformScalarWhereInput | Prisma.StoreToPlatformScalarWhereInput[];
|
|
391
|
+
};
|
|
392
|
+
export type StoreToPlatformCreateWithoutPlatformInput = {
|
|
393
|
+
trackInventory?: boolean;
|
|
394
|
+
outOfStockThreshold?: number;
|
|
395
|
+
pricesIncludeTax?: boolean;
|
|
396
|
+
store: Prisma.StoreCreateNestedOneWithoutStoreToPlatformInput;
|
|
397
|
+
};
|
|
398
|
+
export type StoreToPlatformUncheckedCreateWithoutPlatformInput = {
|
|
399
|
+
storeRecordId: bigint | number;
|
|
400
|
+
trackInventory?: boolean;
|
|
401
|
+
outOfStockThreshold?: number;
|
|
402
|
+
pricesIncludeTax?: boolean;
|
|
403
|
+
};
|
|
404
|
+
export type StoreToPlatformCreateOrConnectWithoutPlatformInput = {
|
|
405
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
406
|
+
create: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput>;
|
|
407
|
+
};
|
|
408
|
+
export type StoreToPlatformCreateManyPlatformInputEnvelope = {
|
|
409
|
+
data: Prisma.StoreToPlatformCreateManyPlatformInput | Prisma.StoreToPlatformCreateManyPlatformInput[];
|
|
410
|
+
skipDuplicates?: boolean;
|
|
411
|
+
};
|
|
412
|
+
export type StoreToPlatformUpsertWithWhereUniqueWithoutPlatformInput = {
|
|
413
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
414
|
+
update: Prisma.XOR<Prisma.StoreToPlatformUpdateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedUpdateWithoutPlatformInput>;
|
|
415
|
+
create: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedCreateWithoutPlatformInput>;
|
|
416
|
+
};
|
|
417
|
+
export type StoreToPlatformUpdateWithWhereUniqueWithoutPlatformInput = {
|
|
418
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
419
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateWithoutPlatformInput, Prisma.StoreToPlatformUncheckedUpdateWithoutPlatformInput>;
|
|
420
|
+
};
|
|
421
|
+
export type StoreToPlatformUpdateManyWithWhereWithoutPlatformInput = {
|
|
422
|
+
where: Prisma.StoreToPlatformScalarWhereInput;
|
|
423
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateManyMutationInput, Prisma.StoreToPlatformUncheckedUpdateManyWithoutPlatformInput>;
|
|
424
|
+
};
|
|
425
|
+
export type StoreToPlatformScalarWhereInput = {
|
|
426
|
+
AND?: Prisma.StoreToPlatformScalarWhereInput | Prisma.StoreToPlatformScalarWhereInput[];
|
|
427
|
+
OR?: Prisma.StoreToPlatformScalarWhereInput[];
|
|
428
|
+
NOT?: Prisma.StoreToPlatformScalarWhereInput | Prisma.StoreToPlatformScalarWhereInput[];
|
|
429
|
+
storeRecordId?: Prisma.BigIntFilter<"StoreToPlatform"> | bigint | number;
|
|
430
|
+
platformRecordId?: Prisma.BigIntFilter<"StoreToPlatform"> | bigint | number;
|
|
431
|
+
trackInventory?: Prisma.BoolFilter<"StoreToPlatform"> | boolean;
|
|
432
|
+
outOfStockThreshold?: Prisma.IntFilter<"StoreToPlatform"> | number;
|
|
433
|
+
pricesIncludeTax?: Prisma.BoolFilter<"StoreToPlatform"> | boolean;
|
|
434
|
+
};
|
|
435
|
+
export type StoreToPlatformCreateWithoutStoreInput = {
|
|
436
|
+
trackInventory?: boolean;
|
|
437
|
+
outOfStockThreshold?: number;
|
|
438
|
+
pricesIncludeTax?: boolean;
|
|
439
|
+
platform: Prisma.PlatformCreateNestedOneWithoutStoreToPlatformInput;
|
|
440
|
+
};
|
|
441
|
+
export type StoreToPlatformUncheckedCreateWithoutStoreInput = {
|
|
442
|
+
platformRecordId: bigint | number;
|
|
443
|
+
trackInventory?: boolean;
|
|
444
|
+
outOfStockThreshold?: number;
|
|
445
|
+
pricesIncludeTax?: boolean;
|
|
446
|
+
};
|
|
447
|
+
export type StoreToPlatformCreateOrConnectWithoutStoreInput = {
|
|
448
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
449
|
+
create: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutStoreInput, Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput>;
|
|
450
|
+
};
|
|
451
|
+
export type StoreToPlatformCreateManyStoreInputEnvelope = {
|
|
452
|
+
data: Prisma.StoreToPlatformCreateManyStoreInput | Prisma.StoreToPlatformCreateManyStoreInput[];
|
|
453
|
+
skipDuplicates?: boolean;
|
|
454
|
+
};
|
|
455
|
+
export type StoreToPlatformUpsertWithWhereUniqueWithoutStoreInput = {
|
|
456
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
457
|
+
update: Prisma.XOR<Prisma.StoreToPlatformUpdateWithoutStoreInput, Prisma.StoreToPlatformUncheckedUpdateWithoutStoreInput>;
|
|
458
|
+
create: Prisma.XOR<Prisma.StoreToPlatformCreateWithoutStoreInput, Prisma.StoreToPlatformUncheckedCreateWithoutStoreInput>;
|
|
459
|
+
};
|
|
460
|
+
export type StoreToPlatformUpdateWithWhereUniqueWithoutStoreInput = {
|
|
461
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
462
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateWithoutStoreInput, Prisma.StoreToPlatformUncheckedUpdateWithoutStoreInput>;
|
|
463
|
+
};
|
|
464
|
+
export type StoreToPlatformUpdateManyWithWhereWithoutStoreInput = {
|
|
465
|
+
where: Prisma.StoreToPlatformScalarWhereInput;
|
|
466
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateManyMutationInput, Prisma.StoreToPlatformUncheckedUpdateManyWithoutStoreInput>;
|
|
467
|
+
};
|
|
468
|
+
export type StoreToPlatformCreateManyPlatformInput = {
|
|
469
|
+
storeRecordId: bigint | number;
|
|
470
|
+
trackInventory?: boolean;
|
|
471
|
+
outOfStockThreshold?: number;
|
|
472
|
+
pricesIncludeTax?: boolean;
|
|
473
|
+
};
|
|
474
|
+
export type StoreToPlatformUpdateWithoutPlatformInput = {
|
|
475
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
476
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
477
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
478
|
+
store?: Prisma.StoreUpdateOneRequiredWithoutStoreToPlatformNestedInput;
|
|
479
|
+
};
|
|
480
|
+
export type StoreToPlatformUncheckedUpdateWithoutPlatformInput = {
|
|
481
|
+
storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
482
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
483
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
484
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
485
|
+
};
|
|
486
|
+
export type StoreToPlatformUncheckedUpdateManyWithoutPlatformInput = {
|
|
487
|
+
storeRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
488
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
489
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
490
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
491
|
+
};
|
|
492
|
+
export type StoreToPlatformCreateManyStoreInput = {
|
|
493
|
+
platformRecordId: bigint | number;
|
|
494
|
+
trackInventory?: boolean;
|
|
495
|
+
outOfStockThreshold?: number;
|
|
496
|
+
pricesIncludeTax?: boolean;
|
|
497
|
+
};
|
|
498
|
+
export type StoreToPlatformUpdateWithoutStoreInput = {
|
|
499
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
500
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
501
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
502
|
+
platform?: Prisma.PlatformUpdateOneRequiredWithoutStoreToPlatformNestedInput;
|
|
503
|
+
};
|
|
504
|
+
export type StoreToPlatformUncheckedUpdateWithoutStoreInput = {
|
|
505
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
506
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
507
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
508
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
509
|
+
};
|
|
510
|
+
export type StoreToPlatformUncheckedUpdateManyWithoutStoreInput = {
|
|
511
|
+
platformRecordId?: Prisma.BigIntFieldUpdateOperationsInput | bigint | number;
|
|
512
|
+
trackInventory?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
513
|
+
outOfStockThreshold?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
514
|
+
pricesIncludeTax?: Prisma.BoolFieldUpdateOperationsInput | boolean;
|
|
515
|
+
};
|
|
516
|
+
export type StoreToPlatformSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
517
|
+
storeRecordId?: boolean;
|
|
518
|
+
platformRecordId?: boolean;
|
|
519
|
+
trackInventory?: boolean;
|
|
520
|
+
outOfStockThreshold?: boolean;
|
|
521
|
+
pricesIncludeTax?: boolean;
|
|
522
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
523
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
524
|
+
}, ExtArgs["result"]["storeToPlatform"]>;
|
|
525
|
+
export type StoreToPlatformSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
526
|
+
storeRecordId?: boolean;
|
|
527
|
+
platformRecordId?: boolean;
|
|
528
|
+
trackInventory?: boolean;
|
|
529
|
+
outOfStockThreshold?: boolean;
|
|
530
|
+
pricesIncludeTax?: boolean;
|
|
531
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
532
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
533
|
+
}, ExtArgs["result"]["storeToPlatform"]>;
|
|
534
|
+
export type StoreToPlatformSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
535
|
+
storeRecordId?: boolean;
|
|
536
|
+
platformRecordId?: boolean;
|
|
537
|
+
trackInventory?: boolean;
|
|
538
|
+
outOfStockThreshold?: boolean;
|
|
539
|
+
pricesIncludeTax?: boolean;
|
|
540
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
541
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
542
|
+
}, ExtArgs["result"]["storeToPlatform"]>;
|
|
543
|
+
export type StoreToPlatformSelectScalar = {
|
|
544
|
+
storeRecordId?: boolean;
|
|
545
|
+
platformRecordId?: boolean;
|
|
546
|
+
trackInventory?: boolean;
|
|
547
|
+
outOfStockThreshold?: boolean;
|
|
548
|
+
pricesIncludeTax?: boolean;
|
|
549
|
+
};
|
|
550
|
+
export type StoreToPlatformOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"storeRecordId" | "platformRecordId" | "trackInventory" | "outOfStockThreshold" | "pricesIncludeTax", ExtArgs["result"]["storeToPlatform"]>;
|
|
551
|
+
export type StoreToPlatformInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
552
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
553
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
554
|
+
};
|
|
555
|
+
export type StoreToPlatformIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
556
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
557
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
558
|
+
};
|
|
559
|
+
export type StoreToPlatformIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
560
|
+
store?: boolean | Prisma.StoreDefaultArgs<ExtArgs>;
|
|
561
|
+
platform?: boolean | Prisma.PlatformDefaultArgs<ExtArgs>;
|
|
562
|
+
};
|
|
563
|
+
export type $StoreToPlatformPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
564
|
+
name: "StoreToPlatform";
|
|
565
|
+
objects: {
|
|
566
|
+
store: Prisma.$StorePayload<ExtArgs>;
|
|
567
|
+
platform: Prisma.$PlatformPayload<ExtArgs>;
|
|
568
|
+
};
|
|
569
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
570
|
+
storeRecordId: bigint;
|
|
571
|
+
platformRecordId: bigint;
|
|
572
|
+
trackInventory: boolean;
|
|
573
|
+
outOfStockThreshold: number;
|
|
574
|
+
pricesIncludeTax: boolean;
|
|
575
|
+
}, ExtArgs["result"]["storeToPlatform"]>;
|
|
576
|
+
composites: {};
|
|
577
|
+
};
|
|
578
|
+
export type StoreToPlatformGetPayload<S extends boolean | null | undefined | StoreToPlatformDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload, S>;
|
|
579
|
+
export type StoreToPlatformCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<StoreToPlatformFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
580
|
+
select?: StoreToPlatformCountAggregateInputType | true;
|
|
581
|
+
};
|
|
582
|
+
export interface StoreToPlatformDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
583
|
+
[K: symbol]: {
|
|
584
|
+
types: Prisma.TypeMap<ExtArgs>['model']['StoreToPlatform'];
|
|
585
|
+
meta: {
|
|
586
|
+
name: 'StoreToPlatform';
|
|
587
|
+
};
|
|
588
|
+
};
|
|
589
|
+
/**
|
|
590
|
+
* Find zero or one StoreToPlatform that matches the filter.
|
|
591
|
+
* @param {StoreToPlatformFindUniqueArgs} args - Arguments to find a StoreToPlatform
|
|
592
|
+
* @example
|
|
593
|
+
* // Get one StoreToPlatform
|
|
594
|
+
* const storeToPlatform = await prisma.storeToPlatform.findUnique({
|
|
595
|
+
* where: {
|
|
596
|
+
* // ... provide filter here
|
|
597
|
+
* }
|
|
598
|
+
* })
|
|
599
|
+
*/
|
|
600
|
+
findUnique<T extends StoreToPlatformFindUniqueArgs>(args: Prisma.SelectSubset<T, StoreToPlatformFindUniqueArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
601
|
+
/**
|
|
602
|
+
* Find one StoreToPlatform that matches the filter or throw an error with `error.code='P2025'`
|
|
603
|
+
* if no matches were found.
|
|
604
|
+
* @param {StoreToPlatformFindUniqueOrThrowArgs} args - Arguments to find a StoreToPlatform
|
|
605
|
+
* @example
|
|
606
|
+
* // Get one StoreToPlatform
|
|
607
|
+
* const storeToPlatform = await prisma.storeToPlatform.findUniqueOrThrow({
|
|
608
|
+
* where: {
|
|
609
|
+
* // ... provide filter here
|
|
610
|
+
* }
|
|
611
|
+
* })
|
|
612
|
+
*/
|
|
613
|
+
findUniqueOrThrow<T extends StoreToPlatformFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, StoreToPlatformFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
614
|
+
/**
|
|
615
|
+
* Find the first StoreToPlatform that matches the filter.
|
|
616
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
617
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
618
|
+
* @param {StoreToPlatformFindFirstArgs} args - Arguments to find a StoreToPlatform
|
|
619
|
+
* @example
|
|
620
|
+
* // Get one StoreToPlatform
|
|
621
|
+
* const storeToPlatform = await prisma.storeToPlatform.findFirst({
|
|
622
|
+
* where: {
|
|
623
|
+
* // ... provide filter here
|
|
624
|
+
* }
|
|
625
|
+
* })
|
|
626
|
+
*/
|
|
627
|
+
findFirst<T extends StoreToPlatformFindFirstArgs>(args?: Prisma.SelectSubset<T, StoreToPlatformFindFirstArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
628
|
+
/**
|
|
629
|
+
* Find the first StoreToPlatform that matches the filter or
|
|
630
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
631
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
632
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
633
|
+
* @param {StoreToPlatformFindFirstOrThrowArgs} args - Arguments to find a StoreToPlatform
|
|
634
|
+
* @example
|
|
635
|
+
* // Get one StoreToPlatform
|
|
636
|
+
* const storeToPlatform = await prisma.storeToPlatform.findFirstOrThrow({
|
|
637
|
+
* where: {
|
|
638
|
+
* // ... provide filter here
|
|
639
|
+
* }
|
|
640
|
+
* })
|
|
641
|
+
*/
|
|
642
|
+
findFirstOrThrow<T extends StoreToPlatformFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, StoreToPlatformFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
643
|
+
/**
|
|
644
|
+
* Find zero or more StoreToPlatforms that matches the filter.
|
|
645
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
646
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
647
|
+
* @param {StoreToPlatformFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
648
|
+
* @example
|
|
649
|
+
* // Get all StoreToPlatforms
|
|
650
|
+
* const storeToPlatforms = await prisma.storeToPlatform.findMany()
|
|
651
|
+
*
|
|
652
|
+
* // Get first 10 StoreToPlatforms
|
|
653
|
+
* const storeToPlatforms = await prisma.storeToPlatform.findMany({ take: 10 })
|
|
654
|
+
*
|
|
655
|
+
* // Only select the `storeRecordId`
|
|
656
|
+
* const storeToPlatformWithStoreRecordIdOnly = await prisma.storeToPlatform.findMany({ select: { storeRecordId: true } })
|
|
657
|
+
*
|
|
658
|
+
*/
|
|
659
|
+
findMany<T extends StoreToPlatformFindManyArgs>(args?: Prisma.SelectSubset<T, StoreToPlatformFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
660
|
+
/**
|
|
661
|
+
* Create a StoreToPlatform.
|
|
662
|
+
* @param {StoreToPlatformCreateArgs} args - Arguments to create a StoreToPlatform.
|
|
663
|
+
* @example
|
|
664
|
+
* // Create one StoreToPlatform
|
|
665
|
+
* const StoreToPlatform = await prisma.storeToPlatform.create({
|
|
666
|
+
* data: {
|
|
667
|
+
* // ... data to create a StoreToPlatform
|
|
668
|
+
* }
|
|
669
|
+
* })
|
|
670
|
+
*
|
|
671
|
+
*/
|
|
672
|
+
create<T extends StoreToPlatformCreateArgs>(args: Prisma.SelectSubset<T, StoreToPlatformCreateArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
673
|
+
/**
|
|
674
|
+
* Create many StoreToPlatforms.
|
|
675
|
+
* @param {StoreToPlatformCreateManyArgs} args - Arguments to create many StoreToPlatforms.
|
|
676
|
+
* @example
|
|
677
|
+
* // Create many StoreToPlatforms
|
|
678
|
+
* const storeToPlatform = await prisma.storeToPlatform.createMany({
|
|
679
|
+
* data: [
|
|
680
|
+
* // ... provide data here
|
|
681
|
+
* ]
|
|
682
|
+
* })
|
|
683
|
+
*
|
|
684
|
+
*/
|
|
685
|
+
createMany<T extends StoreToPlatformCreateManyArgs>(args?: Prisma.SelectSubset<T, StoreToPlatformCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
686
|
+
/**
|
|
687
|
+
* Create many StoreToPlatforms and returns the data saved in the database.
|
|
688
|
+
* @param {StoreToPlatformCreateManyAndReturnArgs} args - Arguments to create many StoreToPlatforms.
|
|
689
|
+
* @example
|
|
690
|
+
* // Create many StoreToPlatforms
|
|
691
|
+
* const storeToPlatform = await prisma.storeToPlatform.createManyAndReturn({
|
|
692
|
+
* data: [
|
|
693
|
+
* // ... provide data here
|
|
694
|
+
* ]
|
|
695
|
+
* })
|
|
696
|
+
*
|
|
697
|
+
* // Create many StoreToPlatforms and only return the `storeRecordId`
|
|
698
|
+
* const storeToPlatformWithStoreRecordIdOnly = await prisma.storeToPlatform.createManyAndReturn({
|
|
699
|
+
* select: { storeRecordId: true },
|
|
700
|
+
* data: [
|
|
701
|
+
* // ... provide data here
|
|
702
|
+
* ]
|
|
703
|
+
* })
|
|
704
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
705
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
706
|
+
*
|
|
707
|
+
*/
|
|
708
|
+
createManyAndReturn<T extends StoreToPlatformCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, StoreToPlatformCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
709
|
+
/**
|
|
710
|
+
* Delete a StoreToPlatform.
|
|
711
|
+
* @param {StoreToPlatformDeleteArgs} args - Arguments to delete one StoreToPlatform.
|
|
712
|
+
* @example
|
|
713
|
+
* // Delete one StoreToPlatform
|
|
714
|
+
* const StoreToPlatform = await prisma.storeToPlatform.delete({
|
|
715
|
+
* where: {
|
|
716
|
+
* // ... filter to delete one StoreToPlatform
|
|
717
|
+
* }
|
|
718
|
+
* })
|
|
719
|
+
*
|
|
720
|
+
*/
|
|
721
|
+
delete<T extends StoreToPlatformDeleteArgs>(args: Prisma.SelectSubset<T, StoreToPlatformDeleteArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
722
|
+
/**
|
|
723
|
+
* Update one StoreToPlatform.
|
|
724
|
+
* @param {StoreToPlatformUpdateArgs} args - Arguments to update one StoreToPlatform.
|
|
725
|
+
* @example
|
|
726
|
+
* // Update one StoreToPlatform
|
|
727
|
+
* const storeToPlatform = await prisma.storeToPlatform.update({
|
|
728
|
+
* where: {
|
|
729
|
+
* // ... provide filter here
|
|
730
|
+
* },
|
|
731
|
+
* data: {
|
|
732
|
+
* // ... provide data here
|
|
733
|
+
* }
|
|
734
|
+
* })
|
|
735
|
+
*
|
|
736
|
+
*/
|
|
737
|
+
update<T extends StoreToPlatformUpdateArgs>(args: Prisma.SelectSubset<T, StoreToPlatformUpdateArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
738
|
+
/**
|
|
739
|
+
* Delete zero or more StoreToPlatforms.
|
|
740
|
+
* @param {StoreToPlatformDeleteManyArgs} args - Arguments to filter StoreToPlatforms to delete.
|
|
741
|
+
* @example
|
|
742
|
+
* // Delete a few StoreToPlatforms
|
|
743
|
+
* const { count } = await prisma.storeToPlatform.deleteMany({
|
|
744
|
+
* where: {
|
|
745
|
+
* // ... provide filter here
|
|
746
|
+
* }
|
|
747
|
+
* })
|
|
748
|
+
*
|
|
749
|
+
*/
|
|
750
|
+
deleteMany<T extends StoreToPlatformDeleteManyArgs>(args?: Prisma.SelectSubset<T, StoreToPlatformDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
751
|
+
/**
|
|
752
|
+
* Update zero or more StoreToPlatforms.
|
|
753
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
754
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
755
|
+
* @param {StoreToPlatformUpdateManyArgs} args - Arguments to update one or more rows.
|
|
756
|
+
* @example
|
|
757
|
+
* // Update many StoreToPlatforms
|
|
758
|
+
* const storeToPlatform = await prisma.storeToPlatform.updateMany({
|
|
759
|
+
* where: {
|
|
760
|
+
* // ... provide filter here
|
|
761
|
+
* },
|
|
762
|
+
* data: {
|
|
763
|
+
* // ... provide data here
|
|
764
|
+
* }
|
|
765
|
+
* })
|
|
766
|
+
*
|
|
767
|
+
*/
|
|
768
|
+
updateMany<T extends StoreToPlatformUpdateManyArgs>(args: Prisma.SelectSubset<T, StoreToPlatformUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
769
|
+
/**
|
|
770
|
+
* Update zero or more StoreToPlatforms and returns the data updated in the database.
|
|
771
|
+
* @param {StoreToPlatformUpdateManyAndReturnArgs} args - Arguments to update many StoreToPlatforms.
|
|
772
|
+
* @example
|
|
773
|
+
* // Update many StoreToPlatforms
|
|
774
|
+
* const storeToPlatform = await prisma.storeToPlatform.updateManyAndReturn({
|
|
775
|
+
* where: {
|
|
776
|
+
* // ... provide filter here
|
|
777
|
+
* },
|
|
778
|
+
* data: [
|
|
779
|
+
* // ... provide data here
|
|
780
|
+
* ]
|
|
781
|
+
* })
|
|
782
|
+
*
|
|
783
|
+
* // Update zero or more StoreToPlatforms and only return the `storeRecordId`
|
|
784
|
+
* const storeToPlatformWithStoreRecordIdOnly = await prisma.storeToPlatform.updateManyAndReturn({
|
|
785
|
+
* select: { storeRecordId: true },
|
|
786
|
+
* where: {
|
|
787
|
+
* // ... provide filter here
|
|
788
|
+
* },
|
|
789
|
+
* data: [
|
|
790
|
+
* // ... provide data here
|
|
791
|
+
* ]
|
|
792
|
+
* })
|
|
793
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
794
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
795
|
+
*
|
|
796
|
+
*/
|
|
797
|
+
updateManyAndReturn<T extends StoreToPlatformUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, StoreToPlatformUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
798
|
+
/**
|
|
799
|
+
* Create or update one StoreToPlatform.
|
|
800
|
+
* @param {StoreToPlatformUpsertArgs} args - Arguments to update or create a StoreToPlatform.
|
|
801
|
+
* @example
|
|
802
|
+
* // Update or create a StoreToPlatform
|
|
803
|
+
* const storeToPlatform = await prisma.storeToPlatform.upsert({
|
|
804
|
+
* create: {
|
|
805
|
+
* // ... data to create a StoreToPlatform
|
|
806
|
+
* },
|
|
807
|
+
* update: {
|
|
808
|
+
* // ... in case it already exists, update
|
|
809
|
+
* },
|
|
810
|
+
* where: {
|
|
811
|
+
* // ... the filter for the StoreToPlatform we want to update
|
|
812
|
+
* }
|
|
813
|
+
* })
|
|
814
|
+
*/
|
|
815
|
+
upsert<T extends StoreToPlatformUpsertArgs>(args: Prisma.SelectSubset<T, StoreToPlatformUpsertArgs<ExtArgs>>): Prisma.Prisma__StoreToPlatformClient<runtime.Types.Result.GetResult<Prisma.$StoreToPlatformPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
816
|
+
/**
|
|
817
|
+
* Count the number of StoreToPlatforms.
|
|
818
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
819
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
820
|
+
* @param {StoreToPlatformCountArgs} args - Arguments to filter StoreToPlatforms to count.
|
|
821
|
+
* @example
|
|
822
|
+
* // Count the number of StoreToPlatforms
|
|
823
|
+
* const count = await prisma.storeToPlatform.count({
|
|
824
|
+
* where: {
|
|
825
|
+
* // ... the filter for the StoreToPlatforms we want to count
|
|
826
|
+
* }
|
|
827
|
+
* })
|
|
828
|
+
**/
|
|
829
|
+
count<T extends StoreToPlatformCountArgs>(args?: Prisma.Subset<T, StoreToPlatformCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], StoreToPlatformCountAggregateOutputType> : number>;
|
|
830
|
+
/**
|
|
831
|
+
* Allows you to perform aggregations operations on a StoreToPlatform.
|
|
832
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
833
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
834
|
+
* @param {StoreToPlatformAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
835
|
+
* @example
|
|
836
|
+
* // Ordered by age ascending
|
|
837
|
+
* // Where email contains prisma.io
|
|
838
|
+
* // Limited to the 10 users
|
|
839
|
+
* const aggregations = await prisma.user.aggregate({
|
|
840
|
+
* _avg: {
|
|
841
|
+
* age: true,
|
|
842
|
+
* },
|
|
843
|
+
* where: {
|
|
844
|
+
* email: {
|
|
845
|
+
* contains: "prisma.io",
|
|
846
|
+
* },
|
|
847
|
+
* },
|
|
848
|
+
* orderBy: {
|
|
849
|
+
* age: "asc",
|
|
850
|
+
* },
|
|
851
|
+
* take: 10,
|
|
852
|
+
* })
|
|
853
|
+
**/
|
|
854
|
+
aggregate<T extends StoreToPlatformAggregateArgs>(args: Prisma.Subset<T, StoreToPlatformAggregateArgs>): Prisma.PrismaPromise<GetStoreToPlatformAggregateType<T>>;
|
|
855
|
+
/**
|
|
856
|
+
* Group by StoreToPlatform.
|
|
857
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
858
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
859
|
+
* @param {StoreToPlatformGroupByArgs} args - Group by arguments.
|
|
860
|
+
* @example
|
|
861
|
+
* // Group by city, order by createdAt, get count
|
|
862
|
+
* const result = await prisma.user.groupBy({
|
|
863
|
+
* by: ['city', 'createdAt'],
|
|
864
|
+
* orderBy: {
|
|
865
|
+
* createdAt: true
|
|
866
|
+
* },
|
|
867
|
+
* _count: {
|
|
868
|
+
* _all: true
|
|
869
|
+
* },
|
|
870
|
+
* })
|
|
871
|
+
*
|
|
872
|
+
**/
|
|
873
|
+
groupBy<T extends StoreToPlatformGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
874
|
+
orderBy: StoreToPlatformGroupByArgs['orderBy'];
|
|
875
|
+
} : {
|
|
876
|
+
orderBy?: StoreToPlatformGroupByArgs['orderBy'];
|
|
877
|
+
}, 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 ? {
|
|
878
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
879
|
+
Error,
|
|
880
|
+
'Field ',
|
|
881
|
+
P,
|
|
882
|
+
` in "having" needs to be provided in "by"`
|
|
883
|
+
];
|
|
884
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
885
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
886
|
+
}[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 ? {} : {
|
|
887
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
888
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
889
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
890
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, StoreToPlatformGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetStoreToPlatformGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
891
|
+
/**
|
|
892
|
+
* Fields of the StoreToPlatform model
|
|
893
|
+
*/
|
|
894
|
+
readonly fields: StoreToPlatformFieldRefs;
|
|
895
|
+
}
|
|
896
|
+
/**
|
|
897
|
+
* The delegate class that acts as a "Promise-like" for StoreToPlatform.
|
|
898
|
+
* Why is this prefixed with `Prisma__`?
|
|
899
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
900
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
901
|
+
*/
|
|
902
|
+
export interface Prisma__StoreToPlatformClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
903
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
904
|
+
store<T extends Prisma.StoreDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.StoreDefaultArgs<ExtArgs>>): Prisma.Prisma__StoreClient<runtime.Types.Result.GetResult<Prisma.$StorePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
905
|
+
platform<T extends Prisma.PlatformDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PlatformDefaultArgs<ExtArgs>>): Prisma.Prisma__PlatformClient<runtime.Types.Result.GetResult<Prisma.$PlatformPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
906
|
+
/**
|
|
907
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
908
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
909
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
910
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
911
|
+
*/
|
|
912
|
+
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>;
|
|
913
|
+
/**
|
|
914
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
915
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
916
|
+
* @returns A Promise for the completion of the callback.
|
|
917
|
+
*/
|
|
918
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
919
|
+
/**
|
|
920
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
921
|
+
* resolved value cannot be modified from the callback.
|
|
922
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
923
|
+
* @returns A Promise for the completion of the callback.
|
|
924
|
+
*/
|
|
925
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* Fields of the StoreToPlatform model
|
|
929
|
+
*/
|
|
930
|
+
export interface StoreToPlatformFieldRefs {
|
|
931
|
+
readonly storeRecordId: Prisma.FieldRef<"StoreToPlatform", 'BigInt'>;
|
|
932
|
+
readonly platformRecordId: Prisma.FieldRef<"StoreToPlatform", 'BigInt'>;
|
|
933
|
+
readonly trackInventory: Prisma.FieldRef<"StoreToPlatform", 'Boolean'>;
|
|
934
|
+
readonly outOfStockThreshold: Prisma.FieldRef<"StoreToPlatform", 'Int'>;
|
|
935
|
+
readonly pricesIncludeTax: Prisma.FieldRef<"StoreToPlatform", 'Boolean'>;
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* StoreToPlatform findUnique
|
|
939
|
+
*/
|
|
940
|
+
export type StoreToPlatformFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
941
|
+
/**
|
|
942
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
943
|
+
*/
|
|
944
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
945
|
+
/**
|
|
946
|
+
* Omit specific fields from the StoreToPlatform
|
|
947
|
+
*/
|
|
948
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
949
|
+
/**
|
|
950
|
+
* Choose, which related nodes to fetch as well
|
|
951
|
+
*/
|
|
952
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
953
|
+
/**
|
|
954
|
+
* Filter, which StoreToPlatform to fetch.
|
|
955
|
+
*/
|
|
956
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
957
|
+
};
|
|
958
|
+
/**
|
|
959
|
+
* StoreToPlatform findUniqueOrThrow
|
|
960
|
+
*/
|
|
961
|
+
export type StoreToPlatformFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
962
|
+
/**
|
|
963
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
964
|
+
*/
|
|
965
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
966
|
+
/**
|
|
967
|
+
* Omit specific fields from the StoreToPlatform
|
|
968
|
+
*/
|
|
969
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
970
|
+
/**
|
|
971
|
+
* Choose, which related nodes to fetch as well
|
|
972
|
+
*/
|
|
973
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
974
|
+
/**
|
|
975
|
+
* Filter, which StoreToPlatform to fetch.
|
|
976
|
+
*/
|
|
977
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
978
|
+
};
|
|
979
|
+
/**
|
|
980
|
+
* StoreToPlatform findFirst
|
|
981
|
+
*/
|
|
982
|
+
export type StoreToPlatformFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
983
|
+
/**
|
|
984
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
985
|
+
*/
|
|
986
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
987
|
+
/**
|
|
988
|
+
* Omit specific fields from the StoreToPlatform
|
|
989
|
+
*/
|
|
990
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
991
|
+
/**
|
|
992
|
+
* Choose, which related nodes to fetch as well
|
|
993
|
+
*/
|
|
994
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
995
|
+
/**
|
|
996
|
+
* Filter, which StoreToPlatform to fetch.
|
|
997
|
+
*/
|
|
998
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
999
|
+
/**
|
|
1000
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1001
|
+
*
|
|
1002
|
+
* Determine the order of StoreToPlatforms to fetch.
|
|
1003
|
+
*/
|
|
1004
|
+
orderBy?: Prisma.StoreToPlatformOrderByWithRelationInput | Prisma.StoreToPlatformOrderByWithRelationInput[];
|
|
1005
|
+
/**
|
|
1006
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1007
|
+
*
|
|
1008
|
+
* Sets the position for searching for StoreToPlatforms.
|
|
1009
|
+
*/
|
|
1010
|
+
cursor?: Prisma.StoreToPlatformWhereUniqueInput;
|
|
1011
|
+
/**
|
|
1012
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1013
|
+
*
|
|
1014
|
+
* Take `±n` StoreToPlatforms from the position of the cursor.
|
|
1015
|
+
*/
|
|
1016
|
+
take?: number;
|
|
1017
|
+
/**
|
|
1018
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1019
|
+
*
|
|
1020
|
+
* Skip the first `n` StoreToPlatforms.
|
|
1021
|
+
*/
|
|
1022
|
+
skip?: number;
|
|
1023
|
+
/**
|
|
1024
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1025
|
+
*
|
|
1026
|
+
* Filter by unique combinations of StoreToPlatforms.
|
|
1027
|
+
*/
|
|
1028
|
+
distinct?: Prisma.StoreToPlatformScalarFieldEnum | Prisma.StoreToPlatformScalarFieldEnum[];
|
|
1029
|
+
};
|
|
1030
|
+
/**
|
|
1031
|
+
* StoreToPlatform findFirstOrThrow
|
|
1032
|
+
*/
|
|
1033
|
+
export type StoreToPlatformFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1034
|
+
/**
|
|
1035
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1036
|
+
*/
|
|
1037
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1038
|
+
/**
|
|
1039
|
+
* Omit specific fields from the StoreToPlatform
|
|
1040
|
+
*/
|
|
1041
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1042
|
+
/**
|
|
1043
|
+
* Choose, which related nodes to fetch as well
|
|
1044
|
+
*/
|
|
1045
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1046
|
+
/**
|
|
1047
|
+
* Filter, which StoreToPlatform to fetch.
|
|
1048
|
+
*/
|
|
1049
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
1050
|
+
/**
|
|
1051
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1052
|
+
*
|
|
1053
|
+
* Determine the order of StoreToPlatforms to fetch.
|
|
1054
|
+
*/
|
|
1055
|
+
orderBy?: Prisma.StoreToPlatformOrderByWithRelationInput | Prisma.StoreToPlatformOrderByWithRelationInput[];
|
|
1056
|
+
/**
|
|
1057
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1058
|
+
*
|
|
1059
|
+
* Sets the position for searching for StoreToPlatforms.
|
|
1060
|
+
*/
|
|
1061
|
+
cursor?: Prisma.StoreToPlatformWhereUniqueInput;
|
|
1062
|
+
/**
|
|
1063
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1064
|
+
*
|
|
1065
|
+
* Take `±n` StoreToPlatforms from the position of the cursor.
|
|
1066
|
+
*/
|
|
1067
|
+
take?: number;
|
|
1068
|
+
/**
|
|
1069
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1070
|
+
*
|
|
1071
|
+
* Skip the first `n` StoreToPlatforms.
|
|
1072
|
+
*/
|
|
1073
|
+
skip?: number;
|
|
1074
|
+
/**
|
|
1075
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1076
|
+
*
|
|
1077
|
+
* Filter by unique combinations of StoreToPlatforms.
|
|
1078
|
+
*/
|
|
1079
|
+
distinct?: Prisma.StoreToPlatformScalarFieldEnum | Prisma.StoreToPlatformScalarFieldEnum[];
|
|
1080
|
+
};
|
|
1081
|
+
/**
|
|
1082
|
+
* StoreToPlatform findMany
|
|
1083
|
+
*/
|
|
1084
|
+
export type StoreToPlatformFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1085
|
+
/**
|
|
1086
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1087
|
+
*/
|
|
1088
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1089
|
+
/**
|
|
1090
|
+
* Omit specific fields from the StoreToPlatform
|
|
1091
|
+
*/
|
|
1092
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1093
|
+
/**
|
|
1094
|
+
* Choose, which related nodes to fetch as well
|
|
1095
|
+
*/
|
|
1096
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1097
|
+
/**
|
|
1098
|
+
* Filter, which StoreToPlatforms to fetch.
|
|
1099
|
+
*/
|
|
1100
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
1101
|
+
/**
|
|
1102
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1103
|
+
*
|
|
1104
|
+
* Determine the order of StoreToPlatforms to fetch.
|
|
1105
|
+
*/
|
|
1106
|
+
orderBy?: Prisma.StoreToPlatformOrderByWithRelationInput | Prisma.StoreToPlatformOrderByWithRelationInput[];
|
|
1107
|
+
/**
|
|
1108
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1109
|
+
*
|
|
1110
|
+
* Sets the position for listing StoreToPlatforms.
|
|
1111
|
+
*/
|
|
1112
|
+
cursor?: Prisma.StoreToPlatformWhereUniqueInput;
|
|
1113
|
+
/**
|
|
1114
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1115
|
+
*
|
|
1116
|
+
* Take `±n` StoreToPlatforms from the position of the cursor.
|
|
1117
|
+
*/
|
|
1118
|
+
take?: number;
|
|
1119
|
+
/**
|
|
1120
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1121
|
+
*
|
|
1122
|
+
* Skip the first `n` StoreToPlatforms.
|
|
1123
|
+
*/
|
|
1124
|
+
skip?: number;
|
|
1125
|
+
distinct?: Prisma.StoreToPlatformScalarFieldEnum | Prisma.StoreToPlatformScalarFieldEnum[];
|
|
1126
|
+
};
|
|
1127
|
+
/**
|
|
1128
|
+
* StoreToPlatform create
|
|
1129
|
+
*/
|
|
1130
|
+
export type StoreToPlatformCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1131
|
+
/**
|
|
1132
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1133
|
+
*/
|
|
1134
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1135
|
+
/**
|
|
1136
|
+
* Omit specific fields from the StoreToPlatform
|
|
1137
|
+
*/
|
|
1138
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1139
|
+
/**
|
|
1140
|
+
* Choose, which related nodes to fetch as well
|
|
1141
|
+
*/
|
|
1142
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1143
|
+
/**
|
|
1144
|
+
* The data needed to create a StoreToPlatform.
|
|
1145
|
+
*/
|
|
1146
|
+
data: Prisma.XOR<Prisma.StoreToPlatformCreateInput, Prisma.StoreToPlatformUncheckedCreateInput>;
|
|
1147
|
+
};
|
|
1148
|
+
/**
|
|
1149
|
+
* StoreToPlatform createMany
|
|
1150
|
+
*/
|
|
1151
|
+
export type StoreToPlatformCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1152
|
+
/**
|
|
1153
|
+
* The data used to create many StoreToPlatforms.
|
|
1154
|
+
*/
|
|
1155
|
+
data: Prisma.StoreToPlatformCreateManyInput | Prisma.StoreToPlatformCreateManyInput[];
|
|
1156
|
+
skipDuplicates?: boolean;
|
|
1157
|
+
};
|
|
1158
|
+
/**
|
|
1159
|
+
* StoreToPlatform createManyAndReturn
|
|
1160
|
+
*/
|
|
1161
|
+
export type StoreToPlatformCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1162
|
+
/**
|
|
1163
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1164
|
+
*/
|
|
1165
|
+
select?: Prisma.StoreToPlatformSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1166
|
+
/**
|
|
1167
|
+
* Omit specific fields from the StoreToPlatform
|
|
1168
|
+
*/
|
|
1169
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1170
|
+
/**
|
|
1171
|
+
* The data used to create many StoreToPlatforms.
|
|
1172
|
+
*/
|
|
1173
|
+
data: Prisma.StoreToPlatformCreateManyInput | Prisma.StoreToPlatformCreateManyInput[];
|
|
1174
|
+
skipDuplicates?: boolean;
|
|
1175
|
+
/**
|
|
1176
|
+
* Choose, which related nodes to fetch as well
|
|
1177
|
+
*/
|
|
1178
|
+
include?: Prisma.StoreToPlatformIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1179
|
+
};
|
|
1180
|
+
/**
|
|
1181
|
+
* StoreToPlatform update
|
|
1182
|
+
*/
|
|
1183
|
+
export type StoreToPlatformUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1184
|
+
/**
|
|
1185
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1186
|
+
*/
|
|
1187
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1188
|
+
/**
|
|
1189
|
+
* Omit specific fields from the StoreToPlatform
|
|
1190
|
+
*/
|
|
1191
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1192
|
+
/**
|
|
1193
|
+
* Choose, which related nodes to fetch as well
|
|
1194
|
+
*/
|
|
1195
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1196
|
+
/**
|
|
1197
|
+
* The data needed to update a StoreToPlatform.
|
|
1198
|
+
*/
|
|
1199
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateInput, Prisma.StoreToPlatformUncheckedUpdateInput>;
|
|
1200
|
+
/**
|
|
1201
|
+
* Choose, which StoreToPlatform to update.
|
|
1202
|
+
*/
|
|
1203
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
1204
|
+
};
|
|
1205
|
+
/**
|
|
1206
|
+
* StoreToPlatform updateMany
|
|
1207
|
+
*/
|
|
1208
|
+
export type StoreToPlatformUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1209
|
+
/**
|
|
1210
|
+
* The data used to update StoreToPlatforms.
|
|
1211
|
+
*/
|
|
1212
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateManyMutationInput, Prisma.StoreToPlatformUncheckedUpdateManyInput>;
|
|
1213
|
+
/**
|
|
1214
|
+
* Filter which StoreToPlatforms to update
|
|
1215
|
+
*/
|
|
1216
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
1217
|
+
/**
|
|
1218
|
+
* Limit how many StoreToPlatforms to update.
|
|
1219
|
+
*/
|
|
1220
|
+
limit?: number;
|
|
1221
|
+
};
|
|
1222
|
+
/**
|
|
1223
|
+
* StoreToPlatform updateManyAndReturn
|
|
1224
|
+
*/
|
|
1225
|
+
export type StoreToPlatformUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1226
|
+
/**
|
|
1227
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1228
|
+
*/
|
|
1229
|
+
select?: Prisma.StoreToPlatformSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1230
|
+
/**
|
|
1231
|
+
* Omit specific fields from the StoreToPlatform
|
|
1232
|
+
*/
|
|
1233
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1234
|
+
/**
|
|
1235
|
+
* The data used to update StoreToPlatforms.
|
|
1236
|
+
*/
|
|
1237
|
+
data: Prisma.XOR<Prisma.StoreToPlatformUpdateManyMutationInput, Prisma.StoreToPlatformUncheckedUpdateManyInput>;
|
|
1238
|
+
/**
|
|
1239
|
+
* Filter which StoreToPlatforms to update
|
|
1240
|
+
*/
|
|
1241
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
1242
|
+
/**
|
|
1243
|
+
* Limit how many StoreToPlatforms to update.
|
|
1244
|
+
*/
|
|
1245
|
+
limit?: number;
|
|
1246
|
+
/**
|
|
1247
|
+
* Choose, which related nodes to fetch as well
|
|
1248
|
+
*/
|
|
1249
|
+
include?: Prisma.StoreToPlatformIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1250
|
+
};
|
|
1251
|
+
/**
|
|
1252
|
+
* StoreToPlatform upsert
|
|
1253
|
+
*/
|
|
1254
|
+
export type StoreToPlatformUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1255
|
+
/**
|
|
1256
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1257
|
+
*/
|
|
1258
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1259
|
+
/**
|
|
1260
|
+
* Omit specific fields from the StoreToPlatform
|
|
1261
|
+
*/
|
|
1262
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1263
|
+
/**
|
|
1264
|
+
* Choose, which related nodes to fetch as well
|
|
1265
|
+
*/
|
|
1266
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1267
|
+
/**
|
|
1268
|
+
* The filter to search for the StoreToPlatform to update in case it exists.
|
|
1269
|
+
*/
|
|
1270
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
1271
|
+
/**
|
|
1272
|
+
* In case the StoreToPlatform found by the `where` argument doesn't exist, create a new StoreToPlatform with this data.
|
|
1273
|
+
*/
|
|
1274
|
+
create: Prisma.XOR<Prisma.StoreToPlatformCreateInput, Prisma.StoreToPlatformUncheckedCreateInput>;
|
|
1275
|
+
/**
|
|
1276
|
+
* In case the StoreToPlatform was found with the provided `where` argument, update it with this data.
|
|
1277
|
+
*/
|
|
1278
|
+
update: Prisma.XOR<Prisma.StoreToPlatformUpdateInput, Prisma.StoreToPlatformUncheckedUpdateInput>;
|
|
1279
|
+
};
|
|
1280
|
+
/**
|
|
1281
|
+
* StoreToPlatform delete
|
|
1282
|
+
*/
|
|
1283
|
+
export type StoreToPlatformDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1284
|
+
/**
|
|
1285
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1286
|
+
*/
|
|
1287
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1288
|
+
/**
|
|
1289
|
+
* Omit specific fields from the StoreToPlatform
|
|
1290
|
+
*/
|
|
1291
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1292
|
+
/**
|
|
1293
|
+
* Choose, which related nodes to fetch as well
|
|
1294
|
+
*/
|
|
1295
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1296
|
+
/**
|
|
1297
|
+
* Filter which StoreToPlatform to delete.
|
|
1298
|
+
*/
|
|
1299
|
+
where: Prisma.StoreToPlatformWhereUniqueInput;
|
|
1300
|
+
};
|
|
1301
|
+
/**
|
|
1302
|
+
* StoreToPlatform deleteMany
|
|
1303
|
+
*/
|
|
1304
|
+
export type StoreToPlatformDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1305
|
+
/**
|
|
1306
|
+
* Filter which StoreToPlatforms to delete
|
|
1307
|
+
*/
|
|
1308
|
+
where?: Prisma.StoreToPlatformWhereInput;
|
|
1309
|
+
/**
|
|
1310
|
+
* Limit how many StoreToPlatforms to delete.
|
|
1311
|
+
*/
|
|
1312
|
+
limit?: number;
|
|
1313
|
+
};
|
|
1314
|
+
/**
|
|
1315
|
+
* StoreToPlatform without action
|
|
1316
|
+
*/
|
|
1317
|
+
export type StoreToPlatformDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1318
|
+
/**
|
|
1319
|
+
* Select specific fields to fetch from the StoreToPlatform
|
|
1320
|
+
*/
|
|
1321
|
+
select?: Prisma.StoreToPlatformSelect<ExtArgs> | null;
|
|
1322
|
+
/**
|
|
1323
|
+
* Omit specific fields from the StoreToPlatform
|
|
1324
|
+
*/
|
|
1325
|
+
omit?: Prisma.StoreToPlatformOmit<ExtArgs> | null;
|
|
1326
|
+
/**
|
|
1327
|
+
* Choose, which related nodes to fetch as well
|
|
1328
|
+
*/
|
|
1329
|
+
include?: Prisma.StoreToPlatformInclude<ExtArgs> | null;
|
|
1330
|
+
};
|
|
1331
|
+
export {};
|