simplycms 0.4.0
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/LICENSE +21 -0
- package/README.md +26 -0
- package/dist/admin/components/AddProductToOrder.d.ts +12 -0
- package/dist/admin/components/AddProductToOrder.js +4 -0
- package/dist/admin/components/AddProductToOrder.js.map +1 -0
- package/dist/admin/components/AllProductProperties.d.ts +6 -0
- package/dist/admin/components/AllProductProperties.js +4 -0
- package/dist/admin/components/AllProductProperties.js.map +1 -0
- package/dist/admin/components/ImageUpload.d.ts +10 -0
- package/dist/admin/components/ImageUpload.js +4 -0
- package/dist/admin/components/ImageUpload.js.map +1 -0
- package/dist/admin/components/ProductModifications.d.ts +6 -0
- package/dist/admin/components/ProductModifications.js +9 -0
- package/dist/admin/components/ProductModifications.js.map +1 -0
- package/dist/admin/components/ProductPricesEditor.d.ts +6 -0
- package/dist/admin/components/ProductPricesEditor.js +4 -0
- package/dist/admin/components/ProductPricesEditor.js.map +1 -0
- package/dist/admin/components/ProductPropertyValues.d.ts +7 -0
- package/dist/admin/components/ProductPropertyValues.js +4 -0
- package/dist/admin/components/ProductPropertyValues.js.map +1 -0
- package/dist/admin/components/RichTextEditor.d.ts +8 -0
- package/dist/admin/components/RichTextEditor.js +4 -0
- package/dist/admin/components/RichTextEditor.js.map +1 -0
- package/dist/admin/components/SectionPropertiesManager.d.ts +5 -0
- package/dist/admin/components/SectionPropertiesManager.js +4 -0
- package/dist/admin/components/SectionPropertiesManager.js.map +1 -0
- package/dist/admin/components/SectionPropertiesTable.d.ts +5 -0
- package/dist/admin/components/SectionPropertiesTable.js +4 -0
- package/dist/admin/components/SectionPropertiesTable.js.map +1 -0
- package/dist/admin/components/SimpleProductFields.d.ts +10 -0
- package/dist/admin/components/SimpleProductFields.js +7 -0
- package/dist/admin/components/SimpleProductFields.js.map +1 -0
- package/dist/admin/components/StockByPointManager.d.ts +7 -0
- package/dist/admin/components/StockByPointManager.js +4 -0
- package/dist/admin/components/StockByPointManager.js.map +1 -0
- package/dist/admin/components/StockStatusSelect.d.ts +9 -0
- package/dist/admin/components/StockStatusSelect.js +4 -0
- package/dist/admin/components/StockStatusSelect.js.map +1 -0
- package/dist/admin/components/ThemeActivateDialog.d.ts +14 -0
- package/dist/admin/components/ThemeActivateDialog.js +4 -0
- package/dist/admin/components/ThemeActivateDialog.js.map +1 -0
- package/dist/admin/components/ThemeCard.d.ts +29 -0
- package/dist/admin/components/ThemeCard.js +5 -0
- package/dist/admin/components/ThemeCard.js.map +1 -0
- package/dist/admin/hooks/usePluginToggle.d.ts +21 -0
- package/dist/admin/hooks/useThemeActivate.d.ts +15 -0
- package/dist/admin/index.d.ts +54 -0
- package/dist/admin/index.js +62 -0
- package/dist/admin/index.js.map +1 -0
- package/dist/admin/layouts/AdminLayout.d.ts +3 -0
- package/dist/admin/layouts/AdminLayout.js +6 -0
- package/dist/admin/layouts/AdminLayout.js.map +1 -0
- package/dist/admin/layouts/AdminSidebar.d.ts +1 -0
- package/dist/admin/layouts/AdminSidebar.js +5 -0
- package/dist/admin/layouts/AdminSidebar.js.map +1 -0
- package/dist/admin/lib/adminLinks.d.ts +10 -0
- package/dist/admin/lib/pluginSettingsFields.d.ts +21 -0
- package/dist/admin/lib/revalidateTheme.d.ts +30 -0
- package/dist/admin/pages/BannerEdit.d.ts +1 -0
- package/dist/admin/pages/BannerEdit.js +6 -0
- package/dist/admin/pages/BannerEdit.js.map +1 -0
- package/dist/admin/pages/Banners.d.ts +1 -0
- package/dist/admin/pages/Banners.js +5 -0
- package/dist/admin/pages/Banners.js.map +1 -0
- package/dist/admin/pages/Dashboard.d.ts +1 -0
- package/dist/admin/pages/Dashboard.js +5 -0
- package/dist/admin/pages/Dashboard.js.map +1 -0
- package/dist/admin/pages/DiscountEdit.d.ts +1 -0
- package/dist/admin/pages/DiscountEdit.js +5 -0
- package/dist/admin/pages/DiscountEdit.js.map +1 -0
- package/dist/admin/pages/DiscountGroupEdit.d.ts +1 -0
- package/dist/admin/pages/DiscountGroupEdit.js +5 -0
- package/dist/admin/pages/DiscountGroupEdit.js.map +1 -0
- package/dist/admin/pages/Discounts.d.ts +1 -0
- package/dist/admin/pages/Discounts.js +5 -0
- package/dist/admin/pages/Discounts.js.map +1 -0
- package/dist/admin/pages/OrderDetail.d.ts +1 -0
- package/dist/admin/pages/OrderDetail.js +6 -0
- package/dist/admin/pages/OrderDetail.js.map +1 -0
- package/dist/admin/pages/OrderStatuses.d.ts +1 -0
- package/dist/admin/pages/OrderStatuses.js +4 -0
- package/dist/admin/pages/OrderStatuses.js.map +1 -0
- package/dist/admin/pages/Orders.d.ts +1 -0
- package/dist/admin/pages/Orders.js +5 -0
- package/dist/admin/pages/Orders.js.map +1 -0
- package/dist/admin/pages/PickupPointEdit.d.ts +1 -0
- package/dist/admin/pages/PickupPointEdit.js +5 -0
- package/dist/admin/pages/PickupPointEdit.js.map +1 -0
- package/dist/admin/pages/PickupPoints.d.ts +1 -0
- package/dist/admin/pages/PickupPoints.js +5 -0
- package/dist/admin/pages/PickupPoints.js.map +1 -0
- package/dist/admin/pages/PlaceholderPage.d.ts +1 -0
- package/dist/admin/pages/PlaceholderPage.js +4 -0
- package/dist/admin/pages/PlaceholderPage.js.map +1 -0
- package/dist/admin/pages/PluginSettings.d.ts +1 -0
- package/dist/admin/pages/PluginSettings.js +6 -0
- package/dist/admin/pages/PluginSettings.js.map +1 -0
- package/dist/admin/pages/Plugins.d.ts +1 -0
- package/dist/admin/pages/Plugins.js +6 -0
- package/dist/admin/pages/Plugins.js.map +1 -0
- package/dist/admin/pages/PriceTypeEdit.d.ts +1 -0
- package/dist/admin/pages/PriceTypeEdit.js +5 -0
- package/dist/admin/pages/PriceTypeEdit.js.map +1 -0
- package/dist/admin/pages/PriceTypes.d.ts +1 -0
- package/dist/admin/pages/PriceTypes.js +5 -0
- package/dist/admin/pages/PriceTypes.js.map +1 -0
- package/dist/admin/pages/PriceValidator.d.ts +1 -0
- package/dist/admin/pages/PriceValidator.js +4 -0
- package/dist/admin/pages/PriceValidator.js.map +1 -0
- package/dist/admin/pages/ProductEdit.d.ts +1 -0
- package/dist/admin/pages/ProductEdit.js +14 -0
- package/dist/admin/pages/ProductEdit.js.map +1 -0
- package/dist/admin/pages/Products.d.ts +1 -0
- package/dist/admin/pages/Products.js +5 -0
- package/dist/admin/pages/Products.js.map +1 -0
- package/dist/admin/pages/Properties.d.ts +1 -0
- package/dist/admin/pages/Properties.js +5 -0
- package/dist/admin/pages/Properties.js.map +1 -0
- package/dist/admin/pages/PropertyEdit.d.ts +1 -0
- package/dist/admin/pages/PropertyEdit.js +5 -0
- package/dist/admin/pages/PropertyEdit.js.map +1 -0
- package/dist/admin/pages/PropertyOptionEdit.d.ts +1 -0
- package/dist/admin/pages/PropertyOptionEdit.js +7 -0
- package/dist/admin/pages/PropertyOptionEdit.js.map +1 -0
- package/dist/admin/pages/ReviewDetail.d.ts +1 -0
- package/dist/admin/pages/ReviewDetail.js +5 -0
- package/dist/admin/pages/ReviewDetail.js.map +1 -0
- package/dist/admin/pages/Reviews.d.ts +1 -0
- package/dist/admin/pages/Reviews.js +5 -0
- package/dist/admin/pages/Reviews.js.map +1 -0
- package/dist/admin/pages/SectionEdit.d.ts +1 -0
- package/dist/admin/pages/SectionEdit.js +8 -0
- package/dist/admin/pages/SectionEdit.js.map +1 -0
- package/dist/admin/pages/Sections.d.ts +1 -0
- package/dist/admin/pages/Sections.js +5 -0
- package/dist/admin/pages/Sections.js.map +1 -0
- package/dist/admin/pages/Settings.d.ts +1 -0
- package/dist/admin/pages/Settings.js +4 -0
- package/dist/admin/pages/Settings.js.map +1 -0
- package/dist/admin/pages/Shipping.d.ts +1 -0
- package/dist/admin/pages/Shipping.js +5 -0
- package/dist/admin/pages/Shipping.js.map +1 -0
- package/dist/admin/pages/ShippingMethodEdit.d.ts +1 -0
- package/dist/admin/pages/ShippingMethodEdit.js +5 -0
- package/dist/admin/pages/ShippingMethodEdit.js.map +1 -0
- package/dist/admin/pages/ShippingMethods.d.ts +1 -0
- package/dist/admin/pages/ShippingMethods.js +5 -0
- package/dist/admin/pages/ShippingMethods.js.map +1 -0
- package/dist/admin/pages/ShippingZoneEdit.d.ts +1 -0
- package/dist/admin/pages/ShippingZoneEdit.js +5 -0
- package/dist/admin/pages/ShippingZoneEdit.js.map +1 -0
- package/dist/admin/pages/ShippingZones.d.ts +1 -0
- package/dist/admin/pages/ShippingZones.js +5 -0
- package/dist/admin/pages/ShippingZones.js.map +1 -0
- package/dist/admin/pages/ThemeSettings.d.ts +1 -0
- package/dist/admin/pages/ThemeSettings.js +6 -0
- package/dist/admin/pages/ThemeSettings.js.map +1 -0
- package/dist/admin/pages/Themes.d.ts +1 -0
- package/dist/admin/pages/Themes.js +8 -0
- package/dist/admin/pages/Themes.js.map +1 -0
- package/dist/admin/pages/UserCategories.d.ts +1 -0
- package/dist/admin/pages/UserCategories.js +5 -0
- package/dist/admin/pages/UserCategories.js.map +1 -0
- package/dist/admin/pages/UserCategoryEdit.d.ts +1 -0
- package/dist/admin/pages/UserCategoryEdit.js +5 -0
- package/dist/admin/pages/UserCategoryEdit.js.map +1 -0
- package/dist/admin/pages/UserCategoryRuleEdit.d.ts +1 -0
- package/dist/admin/pages/UserCategoryRuleEdit.js +5 -0
- package/dist/admin/pages/UserCategoryRuleEdit.js.map +1 -0
- package/dist/admin/pages/UserCategoryRules.d.ts +1 -0
- package/dist/admin/pages/UserCategoryRules.js +5 -0
- package/dist/admin/pages/UserCategoryRules.js.map +1 -0
- package/dist/admin/pages/UserEdit.d.ts +1 -0
- package/dist/admin/pages/UserEdit.js +5 -0
- package/dist/admin/pages/UserEdit.js.map +1 -0
- package/dist/admin/pages/Users.d.ts +1 -0
- package/dist/admin/pages/Users.js +5 -0
- package/dist/admin/pages/Users.js.map +1 -0
- package/dist/auth/accept-invite.d.ts +38 -0
- package/dist/auth/authz.d.ts +79 -0
- package/dist/auth/drizzle-proxy.d.ts +13 -0
- package/dist/auth/env.d.ts +31 -0
- package/dist/auth/hooks.d.ts +63 -0
- package/dist/auth/index.d.ts +33 -0
- package/dist/auth/index.js +348 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/auth/instance.d.ts +60 -0
- package/dist/auth/invite-email.d.ts +38 -0
- package/dist/auth/invite-store.d.ts +11 -0
- package/dist/auth/invite.d.ts +83 -0
- package/dist/auth/provision.d.ts +10 -0
- package/dist/auth/send-email.d.ts +19 -0
- package/dist/auth/session.d.ts +33 -0
- package/dist/cart-ui/CartButton.d.ts +1 -0
- package/dist/cart-ui/CartButton.js +4 -0
- package/dist/cart-ui/CartButton.js.map +1 -0
- package/dist/cart-ui/CartDrawer.d.ts +1 -0
- package/dist/cart-ui/CartDrawer.js +6 -0
- package/dist/cart-ui/CartDrawer.js.map +1 -0
- package/dist/cart-ui/CartItem.d.ts +6 -0
- package/dist/cart-ui/CartItem.js +5 -0
- package/dist/cart-ui/CartItem.js.map +1 -0
- package/dist/cart-ui/CartItemView.d.ts +7 -0
- package/dist/cart-ui/CartItemView.js +4 -0
- package/dist/cart-ui/CartItemView.js.map +1 -0
- package/dist/cart-ui/index.d.ts +5 -0
- package/dist/cart-ui/index.js +7 -0
- package/dist/cart-ui/index.js.map +1 -0
- package/dist/catalog-ui/ActiveFilters.d.ts +28 -0
- package/dist/catalog-ui/ActiveFilters.js +4 -0
- package/dist/catalog-ui/ActiveFilters.js.map +1 -0
- package/dist/catalog-ui/FilterSidebar.d.ts +31 -0
- package/dist/catalog-ui/FilterSidebar.js +4 -0
- package/dist/catalog-ui/FilterSidebar.js.map +1 -0
- package/dist/catalog-ui/ModificationSelector.d.ts +25 -0
- package/dist/catalog-ui/ModificationSelector.js +4 -0
- package/dist/catalog-ui/ModificationSelector.js.map +1 -0
- package/dist/catalog-ui/ProductCard.d.ts +22 -0
- package/dist/catalog-ui/ProductCard.js +4 -0
- package/dist/catalog-ui/ProductCard.js.map +1 -0
- package/dist/catalog-ui/ProductCharacteristics.d.ts +22 -0
- package/dist/catalog-ui/ProductCharacteristics.js +4 -0
- package/dist/catalog-ui/ProductCharacteristics.js.map +1 -0
- package/dist/catalog-ui/ProductGallery.d.ts +6 -0
- package/dist/catalog-ui/ProductGallery.js +4 -0
- package/dist/catalog-ui/ProductGallery.js.map +1 -0
- package/dist/catalog-ui/StockDisplay.d.ts +13 -0
- package/dist/catalog-ui/StockDisplay.js +4 -0
- package/dist/catalog-ui/StockDisplay.js.map +1 -0
- package/dist/catalog-ui/index.d.ts +7 -0
- package/dist/catalog-ui/index.js +10 -0
- package/dist/catalog-ui/index.js.map +1 -0
- package/dist/checkout-ui/AddressCard.d.ts +11 -0
- package/dist/checkout-ui/AddressCard.js +4 -0
- package/dist/checkout-ui/AddressCard.js.map +1 -0
- package/dist/checkout-ui/AddressSaveDialog.d.ts +10 -0
- package/dist/checkout-ui/AddressSaveDialog.js +4 -0
- package/dist/checkout-ui/AddressSaveDialog.js.map +1 -0
- package/dist/checkout-ui/AddressSelectorPopup.d.ts +17 -0
- package/dist/checkout-ui/AddressSelectorPopup.js +4 -0
- package/dist/checkout-ui/AddressSelectorPopup.js.map +1 -0
- package/dist/checkout-ui/CheckoutAuthBlock.d.ts +7 -0
- package/dist/checkout-ui/CheckoutAuthBlock.js +4 -0
- package/dist/checkout-ui/CheckoutAuthBlock.js.map +1 -0
- package/dist/checkout-ui/CheckoutContactForm.d.ts +11 -0
- package/dist/checkout-ui/CheckoutContactForm.js +4 -0
- package/dist/checkout-ui/CheckoutContactForm.js.map +1 -0
- package/dist/checkout-ui/CheckoutDeliveryForm.d.ts +16 -0
- package/dist/checkout-ui/CheckoutDeliveryForm.js +7 -0
- package/dist/checkout-ui/CheckoutDeliveryForm.js.map +1 -0
- package/dist/checkout-ui/CheckoutOrderSummary.d.ts +11 -0
- package/dist/checkout-ui/CheckoutOrderSummary.js +4 -0
- package/dist/checkout-ui/CheckoutOrderSummary.js.map +1 -0
- package/dist/checkout-ui/CheckoutPaymentForm.d.ts +6 -0
- package/dist/checkout-ui/CheckoutPaymentForm.js +4 -0
- package/dist/checkout-ui/CheckoutPaymentForm.js.map +1 -0
- package/dist/checkout-ui/CheckoutRecipientForm.d.ts +13 -0
- package/dist/checkout-ui/CheckoutRecipientForm.js +7 -0
- package/dist/checkout-ui/CheckoutRecipientForm.js.map +1 -0
- package/dist/checkout-ui/RecipientCard.d.ts +12 -0
- package/dist/checkout-ui/RecipientCard.js +4 -0
- package/dist/checkout-ui/RecipientCard.js.map +1 -0
- package/dist/checkout-ui/RecipientSaveDialog.d.ts +10 -0
- package/dist/checkout-ui/RecipientSaveDialog.js +4 -0
- package/dist/checkout-ui/RecipientSaveDialog.js.map +1 -0
- package/dist/checkout-ui/RecipientSelectorPopup.d.ts +20 -0
- package/dist/checkout-ui/RecipientSelectorPopup.js +4 -0
- package/dist/checkout-ui/RecipientSelectorPopup.js.map +1 -0
- package/dist/checkout-ui/index.d.ts +12 -0
- package/dist/checkout-ui/index.js +15 -0
- package/dist/checkout-ui/index.js.map +1 -0
- package/dist/chunk-23G3T7E3.js +26 -0
- package/dist/chunk-23G3T7E3.js.map +1 -0
- package/dist/chunk-23KPFM3P.js +47 -0
- package/dist/chunk-23KPFM3P.js.map +1 -0
- package/dist/chunk-26OAKQPA.js +83 -0
- package/dist/chunk-26OAKQPA.js.map +1 -0
- package/dist/chunk-2AZMVBJI.js +58 -0
- package/dist/chunk-2AZMVBJI.js.map +1 -0
- package/dist/chunk-2C5VTSRE.js +85 -0
- package/dist/chunk-2C5VTSRE.js.map +1 -0
- package/dist/chunk-2FX2C6KG.js +3 -0
- package/dist/chunk-2FX2C6KG.js.map +1 -0
- package/dist/chunk-2K6FGG5B.js +78 -0
- package/dist/chunk-2K6FGG5B.js.map +1 -0
- package/dist/chunk-2KKQO57H.js +3 -0
- package/dist/chunk-2KKQO57H.js.map +1 -0
- package/dist/chunk-2Q3JIBH2.js +85 -0
- package/dist/chunk-2Q3JIBH2.js.map +1 -0
- package/dist/chunk-2VKURKLN.js +10 -0
- package/dist/chunk-2VKURKLN.js.map +1 -0
- package/dist/chunk-2ZFFIRA7.js +94 -0
- package/dist/chunk-2ZFFIRA7.js.map +1 -0
- package/dist/chunk-2ZMYMDWX.js +506 -0
- package/dist/chunk-2ZMYMDWX.js.map +1 -0
- package/dist/chunk-2ZOJ3BRO.js +101 -0
- package/dist/chunk-2ZOJ3BRO.js.map +1 -0
- package/dist/chunk-34RUH5Q5.js +56 -0
- package/dist/chunk-34RUH5Q5.js.map +1 -0
- package/dist/chunk-36KE54CI.js +138 -0
- package/dist/chunk-36KE54CI.js.map +1 -0
- package/dist/chunk-36N7MZUX.js +49 -0
- package/dist/chunk-36N7MZUX.js.map +1 -0
- package/dist/chunk-3AESWXJD.js +398 -0
- package/dist/chunk-3AESWXJD.js.map +1 -0
- package/dist/chunk-3AJKXVPJ.js +68 -0
- package/dist/chunk-3AJKXVPJ.js.map +1 -0
- package/dist/chunk-3DJRL4IK.js +292 -0
- package/dist/chunk-3DJRL4IK.js.map +1 -0
- package/dist/chunk-3IGJUUBL.js +60 -0
- package/dist/chunk-3IGJUUBL.js.map +1 -0
- package/dist/chunk-3LFRV3X6.js +237 -0
- package/dist/chunk-3LFRV3X6.js.map +1 -0
- package/dist/chunk-3MK6QUQK.js +24 -0
- package/dist/chunk-3MK6QUQK.js.map +1 -0
- package/dist/chunk-3SW2KIUN.js +103 -0
- package/dist/chunk-3SW2KIUN.js.map +1 -0
- package/dist/chunk-3WTEL7HT.js +18 -0
- package/dist/chunk-3WTEL7HT.js.map +1 -0
- package/dist/chunk-3XVESNZC.js +77 -0
- package/dist/chunk-3XVESNZC.js.map +1 -0
- package/dist/chunk-43LZRWRG.js +57 -0
- package/dist/chunk-43LZRWRG.js.map +1 -0
- package/dist/chunk-45B5PZRY.js +460 -0
- package/dist/chunk-45B5PZRY.js.map +1 -0
- package/dist/chunk-45QHWHQX.js +26 -0
- package/dist/chunk-45QHWHQX.js.map +1 -0
- package/dist/chunk-473Q4TND.js +35 -0
- package/dist/chunk-473Q4TND.js.map +1 -0
- package/dist/chunk-4DRH2QKU.js +123 -0
- package/dist/chunk-4DRH2QKU.js.map +1 -0
- package/dist/chunk-4DVL46A2.js +42 -0
- package/dist/chunk-4DVL46A2.js.map +1 -0
- package/dist/chunk-4FV5KTST.js +49 -0
- package/dist/chunk-4FV5KTST.js.map +1 -0
- package/dist/chunk-4KSSZJB6.js +717 -0
- package/dist/chunk-4KSSZJB6.js.map +1 -0
- package/dist/chunk-4LNEHCYO.js +62 -0
- package/dist/chunk-4LNEHCYO.js.map +1 -0
- package/dist/chunk-4LWRNI4H.js +109 -0
- package/dist/chunk-4LWRNI4H.js.map +1 -0
- package/dist/chunk-4N7CLW6Y.js +72 -0
- package/dist/chunk-4N7CLW6Y.js.map +1 -0
- package/dist/chunk-4YRIIXCU.js +70 -0
- package/dist/chunk-4YRIIXCU.js.map +1 -0
- package/dist/chunk-5A2ANDF7.js +368 -0
- package/dist/chunk-5A2ANDF7.js.map +1 -0
- package/dist/chunk-5BSNLAZG.js +98 -0
- package/dist/chunk-5BSNLAZG.js.map +1 -0
- package/dist/chunk-5C2YI56N.js +38 -0
- package/dist/chunk-5C2YI56N.js.map +1 -0
- package/dist/chunk-5DAAQK77.js +264 -0
- package/dist/chunk-5DAAQK77.js.map +1 -0
- package/dist/chunk-5GOKOB4W.js +121 -0
- package/dist/chunk-5GOKOB4W.js.map +1 -0
- package/dist/chunk-5JTWID4O.js +3 -0
- package/dist/chunk-5JTWID4O.js.map +1 -0
- package/dist/chunk-5O4GVI37.js +18 -0
- package/dist/chunk-5O4GVI37.js.map +1 -0
- package/dist/chunk-5QDPW3VW.js +3 -0
- package/dist/chunk-5QDPW3VW.js.map +1 -0
- package/dist/chunk-5UP3MCBC.js +118 -0
- package/dist/chunk-5UP3MCBC.js.map +1 -0
- package/dist/chunk-5XW3TCGE.js +132 -0
- package/dist/chunk-5XW3TCGE.js.map +1 -0
- package/dist/chunk-64LMUHDA.js +122 -0
- package/dist/chunk-64LMUHDA.js.map +1 -0
- package/dist/chunk-6CF3TA4X.js +23 -0
- package/dist/chunk-6CF3TA4X.js.map +1 -0
- package/dist/chunk-6D2UAQNA.js +36 -0
- package/dist/chunk-6D2UAQNA.js.map +1 -0
- package/dist/chunk-6EQJNNCU.js +39 -0
- package/dist/chunk-6EQJNNCU.js.map +1 -0
- package/dist/chunk-6J52Y6TD.js +38 -0
- package/dist/chunk-6J52Y6TD.js.map +1 -0
- package/dist/chunk-6SGVGV62.js +24 -0
- package/dist/chunk-6SGVGV62.js.map +1 -0
- package/dist/chunk-6ZC3GWAR.js +37 -0
- package/dist/chunk-6ZC3GWAR.js.map +1 -0
- package/dist/chunk-77RQYFQK.js +23 -0
- package/dist/chunk-77RQYFQK.js.map +1 -0
- package/dist/chunk-7JQNN4AX.js +64 -0
- package/dist/chunk-7JQNN4AX.js.map +1 -0
- package/dist/chunk-7RYIOR2A.js +183 -0
- package/dist/chunk-7RYIOR2A.js.map +1 -0
- package/dist/chunk-7S3MSMHE.js +90 -0
- package/dist/chunk-7S3MSMHE.js.map +1 -0
- package/dist/chunk-7ZS5RS5Z.js +172 -0
- package/dist/chunk-7ZS5RS5Z.js.map +1 -0
- package/dist/chunk-AFTVAKEC.js +25 -0
- package/dist/chunk-AFTVAKEC.js.map +1 -0
- package/dist/chunk-ALVECZR7.js +8 -0
- package/dist/chunk-ALVECZR7.js.map +1 -0
- package/dist/chunk-AN54YETW.js +20 -0
- package/dist/chunk-AN54YETW.js.map +1 -0
- package/dist/chunk-ARVI27TR.js +324 -0
- package/dist/chunk-ARVI27TR.js.map +1 -0
- package/dist/chunk-ASFG2LKM.js +10 -0
- package/dist/chunk-ASFG2LKM.js.map +1 -0
- package/dist/chunk-AVHWYNGC.js +502 -0
- package/dist/chunk-AVHWYNGC.js.map +1 -0
- package/dist/chunk-B6ZJSQ4P.js +30 -0
- package/dist/chunk-B6ZJSQ4P.js.map +1 -0
- package/dist/chunk-BDKJ3ITL.js +1311 -0
- package/dist/chunk-BDKJ3ITL.js.map +1 -0
- package/dist/chunk-BDR6DRJX.js +47 -0
- package/dist/chunk-BDR6DRJX.js.map +1 -0
- package/dist/chunk-BSISQVY4.js +36 -0
- package/dist/chunk-BSISQVY4.js.map +1 -0
- package/dist/chunk-BTOPIWDA.js +144 -0
- package/dist/chunk-BTOPIWDA.js.map +1 -0
- package/dist/chunk-BWECTMUZ.js +101 -0
- package/dist/chunk-BWECTMUZ.js.map +1 -0
- package/dist/chunk-BZAWFPGX.js +91 -0
- package/dist/chunk-BZAWFPGX.js.map +1 -0
- package/dist/chunk-CETG5B3V.js +154 -0
- package/dist/chunk-CETG5B3V.js.map +1 -0
- package/dist/chunk-CFE2YHHY.js +52 -0
- package/dist/chunk-CFE2YHHY.js.map +1 -0
- package/dist/chunk-CKD5KAD2.js +179 -0
- package/dist/chunk-CKD5KAD2.js.map +1 -0
- package/dist/chunk-CMLIVKLK.js +319 -0
- package/dist/chunk-CMLIVKLK.js.map +1 -0
- package/dist/chunk-CRAH3NMI.js +96 -0
- package/dist/chunk-CRAH3NMI.js.map +1 -0
- package/dist/chunk-CTFOP3GR.js +3 -0
- package/dist/chunk-CTFOP3GR.js.map +1 -0
- package/dist/chunk-CZJWLCK7.js +3 -0
- package/dist/chunk-CZJWLCK7.js.map +1 -0
- package/dist/chunk-D3G6XGKV.js +82 -0
- package/dist/chunk-D3G6XGKV.js.map +1 -0
- package/dist/chunk-D55EEFVJ.js +48 -0
- package/dist/chunk-D55EEFVJ.js.map +1 -0
- package/dist/chunk-DOAFQERM.js +15 -0
- package/dist/chunk-DOAFQERM.js.map +1 -0
- package/dist/chunk-DR5R3J76.js +154 -0
- package/dist/chunk-DR5R3J76.js.map +1 -0
- package/dist/chunk-DRWZUYAN.js +15 -0
- package/dist/chunk-DRWZUYAN.js.map +1 -0
- package/dist/chunk-DW64EGU4.js +300 -0
- package/dist/chunk-DW64EGU4.js.map +1 -0
- package/dist/chunk-DWO7VQQT.js +253 -0
- package/dist/chunk-DWO7VQQT.js.map +1 -0
- package/dist/chunk-DZDZ6SSB.js +54 -0
- package/dist/chunk-DZDZ6SSB.js.map +1 -0
- package/dist/chunk-E6TWPPJC.js +21 -0
- package/dist/chunk-E6TWPPJC.js.map +1 -0
- package/dist/chunk-EFLUQ3O7.js +29 -0
- package/dist/chunk-EFLUQ3O7.js.map +1 -0
- package/dist/chunk-ELAU7VSL.js +157 -0
- package/dist/chunk-ELAU7VSL.js.map +1 -0
- package/dist/chunk-EQDFU2YI.js +228 -0
- package/dist/chunk-EQDFU2YI.js.map +1 -0
- package/dist/chunk-ETDZDO35.js +30 -0
- package/dist/chunk-ETDZDO35.js.map +1 -0
- package/dist/chunk-EZFEM6WJ.js +26 -0
- package/dist/chunk-EZFEM6WJ.js.map +1 -0
- package/dist/chunk-F2N5BY57.js +513 -0
- package/dist/chunk-F2N5BY57.js.map +1 -0
- package/dist/chunk-FBCWGQCA.js +38 -0
- package/dist/chunk-FBCWGQCA.js.map +1 -0
- package/dist/chunk-FETHDFGX.js +28 -0
- package/dist/chunk-FETHDFGX.js.map +1 -0
- package/dist/chunk-FFOYJA7C.js +52 -0
- package/dist/chunk-FFOYJA7C.js.map +1 -0
- package/dist/chunk-FJN35H2F.js +23 -0
- package/dist/chunk-FJN35H2F.js.map +1 -0
- package/dist/chunk-FSWFG3W5.js +434 -0
- package/dist/chunk-FSWFG3W5.js.map +1 -0
- package/dist/chunk-FVUVJDMM.js +302 -0
- package/dist/chunk-FVUVJDMM.js.map +1 -0
- package/dist/chunk-GA3G4WSB.js +43 -0
- package/dist/chunk-GA3G4WSB.js.map +1 -0
- package/dist/chunk-GBX3EEET.js +50 -0
- package/dist/chunk-GBX3EEET.js.map +1 -0
- package/dist/chunk-GCV75UWZ.js +146 -0
- package/dist/chunk-GCV75UWZ.js.map +1 -0
- package/dist/chunk-GDMEC2JX.js +261 -0
- package/dist/chunk-GDMEC2JX.js.map +1 -0
- package/dist/chunk-GDOSHZKL.js +26 -0
- package/dist/chunk-GDOSHZKL.js.map +1 -0
- package/dist/chunk-GEFYA744.js +218 -0
- package/dist/chunk-GEFYA744.js.map +1 -0
- package/dist/chunk-GNPMPJBU.js +148 -0
- package/dist/chunk-GNPMPJBU.js.map +1 -0
- package/dist/chunk-GU4OCP5D.js +3 -0
- package/dist/chunk-GU4OCP5D.js.map +1 -0
- package/dist/chunk-GZWE2546.js +65 -0
- package/dist/chunk-GZWE2546.js.map +1 -0
- package/dist/chunk-HDKJLZP5.js +90 -0
- package/dist/chunk-HDKJLZP5.js.map +1 -0
- package/dist/chunk-HDZ2KCVD.js +118 -0
- package/dist/chunk-HDZ2KCVD.js.map +1 -0
- package/dist/chunk-HFELN34F.js +24 -0
- package/dist/chunk-HFELN34F.js.map +1 -0
- package/dist/chunk-HG5KZVG2.js +254 -0
- package/dist/chunk-HG5KZVG2.js.map +1 -0
- package/dist/chunk-HGKPFE57.js +302 -0
- package/dist/chunk-HGKPFE57.js.map +1 -0
- package/dist/chunk-HIAANCKI.js +367 -0
- package/dist/chunk-HIAANCKI.js.map +1 -0
- package/dist/chunk-HV3QOXWS.js +94 -0
- package/dist/chunk-HV3QOXWS.js.map +1 -0
- package/dist/chunk-HW3CZJDX.js +26 -0
- package/dist/chunk-HW3CZJDX.js.map +1 -0
- package/dist/chunk-HYLFXHZ4.js +39 -0
- package/dist/chunk-HYLFXHZ4.js.map +1 -0
- package/dist/chunk-I3U4TB4H.js +323 -0
- package/dist/chunk-I3U4TB4H.js.map +1 -0
- package/dist/chunk-I4LPT6E5.js +163 -0
- package/dist/chunk-I4LPT6E5.js.map +1 -0
- package/dist/chunk-I65ATTOO.js +97 -0
- package/dist/chunk-I65ATTOO.js.map +1 -0
- package/dist/chunk-I7WLAPVP.js +3 -0
- package/dist/chunk-I7WLAPVP.js.map +1 -0
- package/dist/chunk-IBKHUHET.js +13 -0
- package/dist/chunk-IBKHUHET.js.map +1 -0
- package/dist/chunk-IFL7XD6B.js +32 -0
- package/dist/chunk-IFL7XD6B.js.map +1 -0
- package/dist/chunk-IMVSNS6Y.js +72 -0
- package/dist/chunk-IMVSNS6Y.js.map +1 -0
- package/dist/chunk-INYK2AFU.js +309 -0
- package/dist/chunk-INYK2AFU.js.map +1 -0
- package/dist/chunk-IODBINZ4.js +20 -0
- package/dist/chunk-IODBINZ4.js.map +1 -0
- package/dist/chunk-IP2II4EJ.js +170 -0
- package/dist/chunk-IP2II4EJ.js.map +1 -0
- package/dist/chunk-IPQRYSSD.js +3 -0
- package/dist/chunk-IPQRYSSD.js.map +1 -0
- package/dist/chunk-IRR2UMIH.js +13 -0
- package/dist/chunk-IRR2UMIH.js.map +1 -0
- package/dist/chunk-ISBZVXFF.js +108 -0
- package/dist/chunk-ISBZVXFF.js.map +1 -0
- package/dist/chunk-IULIXR7J.js +37 -0
- package/dist/chunk-IULIXR7J.js.map +1 -0
- package/dist/chunk-J4DP2OAU.js +142 -0
- package/dist/chunk-J4DP2OAU.js.map +1 -0
- package/dist/chunk-JG3KDN6H.js +26 -0
- package/dist/chunk-JG3KDN6H.js.map +1 -0
- package/dist/chunk-JGO2CL3O.js +43 -0
- package/dist/chunk-JGO2CL3O.js.map +1 -0
- package/dist/chunk-JO63AJJG.js +226 -0
- package/dist/chunk-JO63AJJG.js.map +1 -0
- package/dist/chunk-JORMRKZX.js +50 -0
- package/dist/chunk-JORMRKZX.js.map +1 -0
- package/dist/chunk-JRX5ACKU.js +20 -0
- package/dist/chunk-JRX5ACKU.js.map +1 -0
- package/dist/chunk-JUT26UJC.js +141 -0
- package/dist/chunk-JUT26UJC.js.map +1 -0
- package/dist/chunk-K53S2TG5.js +218 -0
- package/dist/chunk-K53S2TG5.js.map +1 -0
- package/dist/chunk-KLRI2TQ3.js +15 -0
- package/dist/chunk-KLRI2TQ3.js.map +1 -0
- package/dist/chunk-KLU72IVW.js +120 -0
- package/dist/chunk-KLU72IVW.js.map +1 -0
- package/dist/chunk-KXGQVXV5.js +3 -0
- package/dist/chunk-KXGQVXV5.js.map +1 -0
- package/dist/chunk-KYQQL3WB.js +3 -0
- package/dist/chunk-KYQQL3WB.js.map +1 -0
- package/dist/chunk-L3CXS3RA.js +20 -0
- package/dist/chunk-L3CXS3RA.js.map +1 -0
- package/dist/chunk-L3MIV7VH.js +47 -0
- package/dist/chunk-L3MIV7VH.js.map +1 -0
- package/dist/chunk-L7DU5MY7.js +285 -0
- package/dist/chunk-L7DU5MY7.js.map +1 -0
- package/dist/chunk-LL3IE3SI.js +26 -0
- package/dist/chunk-LL3IE3SI.js.map +1 -0
- package/dist/chunk-LL6RMSEC.js +53 -0
- package/dist/chunk-LL6RMSEC.js.map +1 -0
- package/dist/chunk-LNEHQXYC.js +159 -0
- package/dist/chunk-LNEHQXYC.js.map +1 -0
- package/dist/chunk-LRZSDJS7.js +27 -0
- package/dist/chunk-LRZSDJS7.js.map +1 -0
- package/dist/chunk-LS3LMIS4.js +87 -0
- package/dist/chunk-LS3LMIS4.js.map +1 -0
- package/dist/chunk-LUOSFQD5.js +28 -0
- package/dist/chunk-LUOSFQD5.js.map +1 -0
- package/dist/chunk-LVIY3WV5.js +102 -0
- package/dist/chunk-LVIY3WV5.js.map +1 -0
- package/dist/chunk-LZYG4G4X.js +43 -0
- package/dist/chunk-LZYG4G4X.js.map +1 -0
- package/dist/chunk-M2OQPMVT.js +3 -0
- package/dist/chunk-M2OQPMVT.js.map +1 -0
- package/dist/chunk-M3G257NG.js +29 -0
- package/dist/chunk-M3G257NG.js.map +1 -0
- package/dist/chunk-MBDMH57M.js +307 -0
- package/dist/chunk-MBDMH57M.js.map +1 -0
- package/dist/chunk-MCXTDDUI.js +62 -0
- package/dist/chunk-MCXTDDUI.js.map +1 -0
- package/dist/chunk-MJ7TXDR6.js +11 -0
- package/dist/chunk-MJ7TXDR6.js.map +1 -0
- package/dist/chunk-MLJ2I5US.js +108 -0
- package/dist/chunk-MLJ2I5US.js.map +1 -0
- package/dist/chunk-MQ422VVU.js +45 -0
- package/dist/chunk-MQ422VVU.js.map +1 -0
- package/dist/chunk-MTGH4EXD.js +27 -0
- package/dist/chunk-MTGH4EXD.js.map +1 -0
- package/dist/chunk-MX2JHIZP.js +29 -0
- package/dist/chunk-MX2JHIZP.js.map +1 -0
- package/dist/chunk-MYNYNET3.js +71 -0
- package/dist/chunk-MYNYNET3.js.map +1 -0
- package/dist/chunk-NBND7WAT.js +33 -0
- package/dist/chunk-NBND7WAT.js.map +1 -0
- package/dist/chunk-NEUEOUZA.js +62 -0
- package/dist/chunk-NEUEOUZA.js.map +1 -0
- package/dist/chunk-NLK2FJGF.js +52 -0
- package/dist/chunk-NLK2FJGF.js.map +1 -0
- package/dist/chunk-NOGEBCZM.js +38 -0
- package/dist/chunk-NOGEBCZM.js.map +1 -0
- package/dist/chunk-NRZS2NEG.js +213 -0
- package/dist/chunk-NRZS2NEG.js.map +1 -0
- package/dist/chunk-NSKMDSE7.js +63 -0
- package/dist/chunk-NSKMDSE7.js.map +1 -0
- package/dist/chunk-NZI53CGC.js +45 -0
- package/dist/chunk-NZI53CGC.js.map +1 -0
- package/dist/chunk-O5EHX5YI.js +3 -0
- package/dist/chunk-O5EHX5YI.js.map +1 -0
- package/dist/chunk-OAYDU5TD.js +104 -0
- package/dist/chunk-OAYDU5TD.js.map +1 -0
- package/dist/chunk-ODV2GIRU.js +63 -0
- package/dist/chunk-ODV2GIRU.js.map +1 -0
- package/dist/chunk-OEV4FPTR.js +140 -0
- package/dist/chunk-OEV4FPTR.js.map +1 -0
- package/dist/chunk-OMPF7GTV.js +63 -0
- package/dist/chunk-OMPF7GTV.js.map +1 -0
- package/dist/chunk-OWHK34K6.js +3 -0
- package/dist/chunk-OWHK34K6.js.map +1 -0
- package/dist/chunk-OYSLI33V.js +192 -0
- package/dist/chunk-OYSLI33V.js.map +1 -0
- package/dist/chunk-P6OAVA6S.js +301 -0
- package/dist/chunk-P6OAVA6S.js.map +1 -0
- package/dist/chunk-PKPSEUTH.js +416 -0
- package/dist/chunk-PKPSEUTH.js.map +1 -0
- package/dist/chunk-PKSF2WRO.js +20 -0
- package/dist/chunk-PKSF2WRO.js.map +1 -0
- package/dist/chunk-PO4IZSDA.js +79 -0
- package/dist/chunk-PO4IZSDA.js.map +1 -0
- package/dist/chunk-PUHHIN2C.js +476 -0
- package/dist/chunk-PUHHIN2C.js.map +1 -0
- package/dist/chunk-PXWQPR5U.js +166 -0
- package/dist/chunk-PXWQPR5U.js.map +1 -0
- package/dist/chunk-PZ5AY32C.js +9 -0
- package/dist/chunk-PZ5AY32C.js.map +1 -0
- package/dist/chunk-Q6LPYDSV.js +313 -0
- package/dist/chunk-Q6LPYDSV.js.map +1 -0
- package/dist/chunk-Q7AOMRRU.js +43 -0
- package/dist/chunk-Q7AOMRRU.js.map +1 -0
- package/dist/chunk-QCTPHFFT.js +21 -0
- package/dist/chunk-QCTPHFFT.js.map +1 -0
- package/dist/chunk-QDSHCGZP.js +33 -0
- package/dist/chunk-QDSHCGZP.js.map +1 -0
- package/dist/chunk-QGI7PAOJ.js +30 -0
- package/dist/chunk-QGI7PAOJ.js.map +1 -0
- package/dist/chunk-QPHGCZ22.js +22 -0
- package/dist/chunk-QPHGCZ22.js.map +1 -0
- package/dist/chunk-QQDFDCU7.js +93 -0
- package/dist/chunk-QQDFDCU7.js.map +1 -0
- package/dist/chunk-QXJIUF4T.js +15 -0
- package/dist/chunk-QXJIUF4T.js.map +1 -0
- package/dist/chunk-RFQAQV3K.js +118 -0
- package/dist/chunk-RFQAQV3K.js.map +1 -0
- package/dist/chunk-RJLDWZ2W.js +28 -0
- package/dist/chunk-RJLDWZ2W.js.map +1 -0
- package/dist/chunk-RMPQOZUE.js +3 -0
- package/dist/chunk-RMPQOZUE.js.map +1 -0
- package/dist/chunk-RSL3DLME.js +256 -0
- package/dist/chunk-RSL3DLME.js.map +1 -0
- package/dist/chunk-RXDCW5CH.js +38 -0
- package/dist/chunk-RXDCW5CH.js.map +1 -0
- package/dist/chunk-SACNJKU5.js +95 -0
- package/dist/chunk-SACNJKU5.js.map +1 -0
- package/dist/chunk-SECPVOGP.js +11 -0
- package/dist/chunk-SECPVOGP.js.map +1 -0
- package/dist/chunk-SFVHV7R3.js +311 -0
- package/dist/chunk-SFVHV7R3.js.map +1 -0
- package/dist/chunk-SG2BHFVT.js +134 -0
- package/dist/chunk-SG2BHFVT.js.map +1 -0
- package/dist/chunk-SGUAXELO.js +27 -0
- package/dist/chunk-SGUAXELO.js.map +1 -0
- package/dist/chunk-SHMJRRUY.js +3 -0
- package/dist/chunk-SHMJRRUY.js.map +1 -0
- package/dist/chunk-SQIVVHWN.js +23 -0
- package/dist/chunk-SQIVVHWN.js.map +1 -0
- package/dist/chunk-SU3R36OS.js +169 -0
- package/dist/chunk-SU3R36OS.js.map +1 -0
- package/dist/chunk-T2UW5EWA.js +327 -0
- package/dist/chunk-T2UW5EWA.js.map +1 -0
- package/dist/chunk-TKJXSSVT.js +94 -0
- package/dist/chunk-TKJXSSVT.js.map +1 -0
- package/dist/chunk-TS3EGKET.js +38 -0
- package/dist/chunk-TS3EGKET.js.map +1 -0
- package/dist/chunk-TTCWYWQU.js +31 -0
- package/dist/chunk-TTCWYWQU.js.map +1 -0
- package/dist/chunk-TY7P22ZE.js +334 -0
- package/dist/chunk-TY7P22ZE.js.map +1 -0
- package/dist/chunk-TZMNJIAU.js +50 -0
- package/dist/chunk-TZMNJIAU.js.map +1 -0
- package/dist/chunk-UBLERNL3.js +595 -0
- package/dist/chunk-UBLERNL3.js.map +1 -0
- package/dist/chunk-UCZQWXCW.js +216 -0
- package/dist/chunk-UCZQWXCW.js.map +1 -0
- package/dist/chunk-UIKJ4EUT.js +65 -0
- package/dist/chunk-UIKJ4EUT.js.map +1 -0
- package/dist/chunk-UJNINZMO.js +40 -0
- package/dist/chunk-UJNINZMO.js.map +1 -0
- package/dist/chunk-ULHJAUDC.js +78 -0
- package/dist/chunk-ULHJAUDC.js.map +1 -0
- package/dist/chunk-UVQZ4IPW.js +96 -0
- package/dist/chunk-UVQZ4IPW.js.map +1 -0
- package/dist/chunk-V23ZBHSL.js +69 -0
- package/dist/chunk-V23ZBHSL.js.map +1 -0
- package/dist/chunk-V2Q67K4F.js +32 -0
- package/dist/chunk-V2Q67K4F.js.map +1 -0
- package/dist/chunk-V5N6TAJC.js +395 -0
- package/dist/chunk-V5N6TAJC.js.map +1 -0
- package/dist/chunk-V6OUDHXW.js +31 -0
- package/dist/chunk-V6OUDHXW.js.map +1 -0
- package/dist/chunk-VHO66UIW.js +29 -0
- package/dist/chunk-VHO66UIW.js.map +1 -0
- package/dist/chunk-VMMM2RIG.js +8 -0
- package/dist/chunk-VMMM2RIG.js.map +1 -0
- package/dist/chunk-VNIVHR4Z.js +327 -0
- package/dist/chunk-VNIVHR4Z.js.map +1 -0
- package/dist/chunk-VQYOEDXN.js +3 -0
- package/dist/chunk-VQYOEDXN.js.map +1 -0
- package/dist/chunk-VSXW336V.js +13 -0
- package/dist/chunk-VSXW336V.js.map +1 -0
- package/dist/chunk-VT3TJVSJ.js +118 -0
- package/dist/chunk-VT3TJVSJ.js.map +1 -0
- package/dist/chunk-WCKHXPYN.js +68 -0
- package/dist/chunk-WCKHXPYN.js.map +1 -0
- package/dist/chunk-WCSVGTBO.js +3 -0
- package/dist/chunk-WCSVGTBO.js.map +1 -0
- package/dist/chunk-WGJTOHEA.js +3 -0
- package/dist/chunk-WGJTOHEA.js.map +1 -0
- package/dist/chunk-WUXO6KCX.js +40 -0
- package/dist/chunk-WUXO6KCX.js.map +1 -0
- package/dist/chunk-XBHNK4ER.js +92 -0
- package/dist/chunk-XBHNK4ER.js.map +1 -0
- package/dist/chunk-XBXHWNNS.js +44 -0
- package/dist/chunk-XBXHWNNS.js.map +1 -0
- package/dist/chunk-XHM4DSKW.js +17 -0
- package/dist/chunk-XHM4DSKW.js.map +1 -0
- package/dist/chunk-XU3QEACK.js +3 -0
- package/dist/chunk-XU3QEACK.js.map +1 -0
- package/dist/chunk-YAAGMUI6.js +29 -0
- package/dist/chunk-YAAGMUI6.js.map +1 -0
- package/dist/chunk-YAVF46NP.js +103 -0
- package/dist/chunk-YAVF46NP.js.map +1 -0
- package/dist/chunk-YDSW4PMT.js +3 -0
- package/dist/chunk-YDSW4PMT.js.map +1 -0
- package/dist/chunk-YJSUFOSO.js +27 -0
- package/dist/chunk-YJSUFOSO.js.map +1 -0
- package/dist/chunk-YL2AW5T6.js +3 -0
- package/dist/chunk-YL2AW5T6.js.map +1 -0
- package/dist/chunk-YLVDMRLC.js +40 -0
- package/dist/chunk-YLVDMRLC.js.map +1 -0
- package/dist/chunk-YMAXW25I.js +587 -0
- package/dist/chunk-YMAXW25I.js.map +1 -0
- package/dist/chunk-YMT764VJ.js +81 -0
- package/dist/chunk-YMT764VJ.js.map +1 -0
- package/dist/chunk-YRBASM6H.js +160 -0
- package/dist/chunk-YRBASM6H.js.map +1 -0
- package/dist/chunk-Z3EJA3GJ.js +3 -0
- package/dist/chunk-Z3EJA3GJ.js.map +1 -0
- package/dist/chunk-Z5W5Q64K.js +3 -0
- package/dist/chunk-Z5W5Q64K.js.map +1 -0
- package/dist/chunk-Z7XTHXGI.js +87 -0
- package/dist/chunk-Z7XTHXGI.js.map +1 -0
- package/dist/chunk-ZNKTJGLV.js +183 -0
- package/dist/chunk-ZNKTJGLV.js.map +1 -0
- package/dist/chunk-ZO5HCIKL.js +11 -0
- package/dist/chunk-ZO5HCIKL.js.map +1 -0
- package/dist/chunk-ZQN6MC2O.js +90 -0
- package/dist/chunk-ZQN6MC2O.js.map +1 -0
- package/dist/chunk-ZS26TLLE.js +19 -0
- package/dist/chunk-ZS26TLLE.js.map +1 -0
- package/dist/chunk-ZSQQH3P2.js +96 -0
- package/dist/chunk-ZSQQH3P2.js.map +1 -0
- package/dist/contracts/index.d.ts +2 -0
- package/dist/contracts/index.js +3 -0
- package/dist/contracts/index.js.map +1 -0
- package/dist/contracts/objects/banner.d.ts +31 -0
- package/dist/contracts/objects/catalog.d.ts +65 -0
- package/dist/contracts/objects/common.d.ts +21 -0
- package/dist/contracts/objects/config.d.ts +14 -0
- package/dist/contracts/objects/discount.d.ts +79 -0
- package/dist/contracts/objects/identity.d.ts +8 -0
- package/dist/contracts/objects/index.d.ts +10 -0
- package/dist/contracts/objects/index.js +3 -0
- package/dist/contracts/objects/index.js.map +1 -0
- package/dist/contracts/objects/inventory.d.ts +34 -0
- package/dist/contracts/objects/order.d.ts +48 -0
- package/dist/contracts/objects/pricing.d.ts +18 -0
- package/dist/contracts/objects/shipping.d.ts +112 -0
- package/dist/contracts/ports/index.d.ts +83 -0
- package/dist/contracts/ports/index.js +3 -0
- package/dist/contracts/ports/index.js.map +1 -0
- package/dist/contracts/semver/index.d.ts +13 -0
- package/dist/contracts/semver/index.js +43 -0
- package/dist/contracts/semver/index.js.map +1 -0
- package/dist/contracts/semver/version.d.ts +15 -0
- package/dist/contracts/views/cart.d.ts +18 -0
- package/dist/contracts/views/catalog.d.ts +38 -0
- package/dist/contracts/views/common.d.ts +32 -0
- package/dist/contracts/views/fixtures/cart.d.ts +6 -0
- package/dist/contracts/views/fixtures/catalog.d.ts +10 -0
- package/dist/contracts/views/fixtures/home.d.ts +6 -0
- package/dist/contracts/views/fixtures/index.d.ts +30 -0
- package/dist/contracts/views/fixtures/index.js +184 -0
- package/dist/contracts/views/fixtures/index.js.map +1 -0
- package/dist/contracts/views/fixtures/product-detail.d.ts +6 -0
- package/dist/contracts/views/home.d.ts +43 -0
- package/dist/contracts/views/index.d.ts +7 -0
- package/dist/contracts/views/index.js +45 -0
- package/dist/contracts/views/index.js.map +1 -0
- package/dist/contracts/views/product-detail.d.ts +70 -0
- package/dist/contracts/views/requisites.d.ts +75 -0
- package/dist/contracts/views/slots.d.ts +15 -0
- package/dist/core/components/NavLink.d.ts +12 -0
- package/dist/core/components/NavLink.js +27 -0
- package/dist/core/components/NavLink.js.map +1 -0
- package/dist/core/components/ThemeToggle.d.ts +1 -0
- package/dist/core/components/ThemeToggle.js +34 -0
- package/dist/core/components/ThemeToggle.js.map +1 -0
- package/dist/core/components/cart/CartDrawer.d.ts +1 -0
- package/dist/core/components/cart/CartDrawer.js +4 -0
- package/dist/core/components/cart/CartDrawer.js.map +1 -0
- package/dist/core/components/cart/CartItem.d.ts +1 -0
- package/dist/core/components/cart/CartItem.js +4 -0
- package/dist/core/components/cart/CartItem.js.map +1 -0
- package/dist/core/components/catalog/ActiveFilters.d.ts +2 -0
- package/dist/core/components/catalog/ActiveFilters.js +4 -0
- package/dist/core/components/catalog/ActiveFilters.js.map +1 -0
- package/dist/core/components/catalog/FilterSidebar.d.ts +2 -0
- package/dist/core/components/catalog/FilterSidebar.js +4 -0
- package/dist/core/components/catalog/FilterSidebar.js.map +1 -0
- package/dist/core/components/catalog/ModificationSelector.d.ts +2 -0
- package/dist/core/components/catalog/ModificationSelector.js +4 -0
- package/dist/core/components/catalog/ModificationSelector.js.map +1 -0
- package/dist/core/components/catalog/ProductCard.d.ts +1 -0
- package/dist/core/components/catalog/ProductCard.js +4 -0
- package/dist/core/components/catalog/ProductCard.js.map +1 -0
- package/dist/core/components/catalog/ProductCharacteristics.d.ts +1 -0
- package/dist/core/components/catalog/ProductCharacteristics.js +4 -0
- package/dist/core/components/catalog/ProductCharacteristics.js.map +1 -0
- package/dist/core/components/catalog/ProductGallery.d.ts +1 -0
- package/dist/core/components/catalog/ProductGallery.js +4 -0
- package/dist/core/components/catalog/ProductGallery.js.map +1 -0
- package/dist/core/components/catalog/StockDisplay.d.ts +1 -0
- package/dist/core/components/catalog/StockDisplay.js +4 -0
- package/dist/core/components/catalog/StockDisplay.js.map +1 -0
- package/dist/core/components/checkout/CheckoutAuthBlock.d.ts +1 -0
- package/dist/core/components/checkout/CheckoutAuthBlock.js +4 -0
- package/dist/core/components/checkout/CheckoutAuthBlock.js.map +1 -0
- package/dist/core/components/checkout/CheckoutContactForm.d.ts +1 -0
- package/dist/core/components/checkout/CheckoutContactForm.js +4 -0
- package/dist/core/components/checkout/CheckoutContactForm.js.map +1 -0
- package/dist/core/components/checkout/CheckoutDeliveryForm.d.ts +1 -0
- package/dist/core/components/checkout/CheckoutDeliveryForm.js +4 -0
- package/dist/core/components/checkout/CheckoutDeliveryForm.js.map +1 -0
- package/dist/core/components/checkout/CheckoutOrderSummary.d.ts +1 -0
- package/dist/core/components/checkout/CheckoutOrderSummary.js +4 -0
- package/dist/core/components/checkout/CheckoutOrderSummary.js.map +1 -0
- package/dist/core/components/checkout/CheckoutPaymentForm.d.ts +1 -0
- package/dist/core/components/checkout/CheckoutPaymentForm.js +4 -0
- package/dist/core/components/checkout/CheckoutPaymentForm.js.map +1 -0
- package/dist/core/components/checkout/CheckoutRecipientForm.d.ts +1 -0
- package/dist/core/components/checkout/CheckoutRecipientForm.js +4 -0
- package/dist/core/components/checkout/CheckoutRecipientForm.js.map +1 -0
- package/dist/core/components/profile/AddressesList.d.ts +1 -0
- package/dist/core/components/profile/AddressesList.js +4 -0
- package/dist/core/components/profile/AddressesList.js.map +1 -0
- package/dist/core/components/profile/AvatarUpload.d.ts +1 -0
- package/dist/core/components/profile/AvatarUpload.js +4 -0
- package/dist/core/components/profile/AvatarUpload.js.map +1 -0
- package/dist/core/components/profile/RecipientsList.d.ts +1 -0
- package/dist/core/components/profile/RecipientsList.js +4 -0
- package/dist/core/components/profile/RecipientsList.js.map +1 -0
- package/dist/core/components/reviews/ProductReviews.d.ts +1 -0
- package/dist/core/components/reviews/ProductReviews.js +4 -0
- package/dist/core/components/reviews/ProductReviews.js.map +1 -0
- package/dist/core/components/reviews/StarRating.d.ts +1 -0
- package/dist/core/components/reviews/StarRating.js +4 -0
- package/dist/core/components/reviews/StarRating.js.map +1 -0
- package/dist/core/hooks/use-toast.d.ts +2 -0
- package/dist/core/hooks/use-toast.js +4 -0
- package/dist/core/hooks/use-toast.js.map +1 -0
- package/dist/core/hooks/useAddressBook.d.ts +32 -0
- package/dist/core/hooks/useAddressBook.js +27 -0
- package/dist/core/hooks/useAddressBook.js.map +1 -0
- package/dist/core/hooks/useAuth.d.ts +21 -0
- package/dist/core/hooks/useAuth.js +6 -0
- package/dist/core/hooks/useAuth.js.map +1 -0
- package/dist/core/hooks/useBanners.d.ts +14 -0
- package/dist/core/hooks/useBanners.js +5 -0
- package/dist/core/hooks/useBanners.js.map +1 -0
- package/dist/core/hooks/useCart.d.ts +2 -0
- package/dist/core/hooks/useCart.js +4 -0
- package/dist/core/hooks/useCart.js.map +1 -0
- package/dist/core/hooks/useDiscountedPrice.d.ts +24 -0
- package/dist/core/hooks/useDiscountedPrice.js +5 -0
- package/dist/core/hooks/useDiscountedPrice.js.map +1 -0
- package/dist/core/hooks/usePriceType.d.ts +11 -0
- package/dist/core/hooks/usePriceType.js +8 -0
- package/dist/core/hooks/usePriceType.js.map +1 -0
- package/dist/core/hooks/useProductReviews.d.ts +36 -0
- package/dist/core/hooks/useProductReviews.js +9 -0
- package/dist/core/hooks/useProductReviews.js.map +1 -0
- package/dist/core/hooks/useProductsWithStock.d.ts +2 -0
- package/dist/core/hooks/useProductsWithStock.js +4 -0
- package/dist/core/hooks/useProductsWithStock.js.map +1 -0
- package/dist/core/hooks/useRecipientBook.d.ts +27 -0
- package/dist/core/hooks/useRecipientBook.js +27 -0
- package/dist/core/hooks/useRecipientBook.js.map +1 -0
- package/dist/core/hooks/useShippingDirectory.d.ts +23 -0
- package/dist/core/hooks/useShippingDirectory.js +40 -0
- package/dist/core/hooks/useShippingDirectory.js.map +1 -0
- package/dist/core/hooks/useStock.d.ts +20 -0
- package/dist/core/hooks/useStock.js +5 -0
- package/dist/core/hooks/useStock.js.map +1 -0
- package/dist/core/index.d.ts +39 -0
- package/dist/core/index.js +41 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/lib/auth-client.d.ts +18 -0
- package/dist/core/lib/auth-client.js +4 -0
- package/dist/core/lib/auth-client.js.map +1 -0
- package/dist/core/lib/auth-session.d.ts +14 -0
- package/dist/core/lib/auth-session.js +4 -0
- package/dist/core/lib/auth-session.js.map +1 -0
- package/dist/core/lib/banners.d.ts +18 -0
- package/dist/core/lib/banners.js +4 -0
- package/dist/core/lib/banners.js.map +1 -0
- package/dist/core/lib/discounts.d.ts +30 -0
- package/dist/core/lib/discounts.js +4 -0
- package/dist/core/lib/discounts.js.map +1 -0
- package/dist/core/lib/price-type.d.ts +19 -0
- package/dist/core/lib/price-type.js +4 -0
- package/dist/core/lib/price-type.js.map +1 -0
- package/dist/core/lib/review-form.d.ts +20 -0
- package/dist/core/lib/review-form.js +4 -0
- package/dist/core/lib/review-form.js.map +1 -0
- package/dist/core/lib/reviews.d.ts +28 -0
- package/dist/core/lib/reviews.js +4 -0
- package/dist/core/lib/reviews.js.map +1 -0
- package/dist/core/lib/section-filters.d.ts +17 -0
- package/dist/core/lib/section-filters.js +13 -0
- package/dist/core/lib/section-filters.js.map +1 -0
- package/dist/core/lib/shipping-directory.d.ts +24 -0
- package/dist/core/lib/shipping-directory.js +4 -0
- package/dist/core/lib/shipping-directory.js.map +1 -0
- package/dist/core/lib/stock.d.ts +19 -0
- package/dist/core/lib/stock.js +4 -0
- package/dist/core/lib/stock.js.map +1 -0
- package/dist/core/lib/user-addresses.d.ts +30 -0
- package/dist/core/lib/user-addresses.js +4 -0
- package/dist/core/lib/user-addresses.js.map +1 -0
- package/dist/core/lib/user-recipients.d.ts +30 -0
- package/dist/core/lib/user-recipients.js +4 -0
- package/dist/core/lib/user-recipients.js.map +1 -0
- package/dist/core/providers/CMSProvider.d.ts +9 -0
- package/dist/core/providers/CMSProvider.js +8 -0
- package/dist/core/providers/CMSProvider.js.map +1 -0
- package/dist/data-supabase/catalogRepository.d.ts +3 -0
- package/dist/data-supabase/identityProvider.d.ts +3 -0
- package/dist/data-supabase/index.d.ts +5 -0
- package/dist/data-supabase/index.js +497 -0
- package/dist/data-supabase/index.js.map +1 -0
- package/dist/data-supabase/mappers.d.ts +17 -0
- package/dist/data-supabase/orderRepository.d.ts +3 -0
- package/dist/data-supabase/scope.d.ts +7 -0
- package/dist/db/actor.d.ts +57 -0
- package/dist/db/client.d.ts +46 -0
- package/dist/db/index.d.ts +12 -0
- package/dist/db/index.js +88 -0
- package/dist/db/index.js.map +1 -0
- package/dist/db/with-actor.d.ts +37 -0
- package/dist/domain/discounts.d.ts +3 -0
- package/dist/domain/discounts.js +4 -0
- package/dist/domain/discounts.js.map +1 -0
- package/dist/domain/index.d.ts +6 -0
- package/dist/domain/index.js +9 -0
- package/dist/domain/index.js.map +1 -0
- package/dist/domain/inventory.d.ts +13 -0
- package/dist/domain/inventory.js +4 -0
- package/dist/domain/inventory.js.map +1 -0
- package/dist/domain/money.d.ts +30 -0
- package/dist/domain/money.js +4 -0
- package/dist/domain/money.js.map +1 -0
- package/dist/domain/pricing.d.ts +7 -0
- package/dist/domain/pricing.js +4 -0
- package/dist/domain/pricing.js.map +1 -0
- package/dist/domain/shipping.d.ts +68 -0
- package/dist/domain/shipping.js +5 -0
- package/dist/domain/shipping.js.map +1 -0
- package/dist/domain/user-categories/conditions.d.ts +14 -0
- package/dist/domain/user-categories/engine.d.ts +13 -0
- package/dist/domain/user-categories/index.d.ts +2 -0
- package/dist/domain/user-categories/index.js +4 -0
- package/dist/domain/user-categories/index.js.map +1 -0
- package/dist/domain/user-categories/types.d.ts +50 -0
- package/dist/i18n/I18nProvider.d.ts +23 -0
- package/dist/i18n/catalogs/en/admin/banners.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/common.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/dashboard.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/discounts.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/index.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/nav.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/orders.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/plugins.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/prices.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/products.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/properties.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/reviews.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/sections.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/settings.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/shipping.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/themes.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/users.d.ts +3 -0
- package/dist/i18n/catalogs/en/admin/validator.d.ts +3 -0
- package/dist/i18n/catalogs/en/app.d.ts +14 -0
- package/dist/i18n/catalogs/en/auth.d.ts +3 -0
- package/dist/i18n/catalogs/en/breadcrumbs.d.ts +3 -0
- package/dist/i18n/catalogs/en/cart.d.ts +3 -0
- package/dist/i18n/catalogs/en/catalog.d.ts +3 -0
- package/dist/i18n/catalogs/en/checkout.d.ts +3 -0
- package/dist/i18n/catalogs/en/common.d.ts +3 -0
- package/dist/i18n/catalogs/en/home.d.ts +3 -0
- package/dist/i18n/catalogs/en/index.d.ts +12 -0
- package/dist/i18n/catalogs/en/nav.d.ts +3 -0
- package/dist/i18n/catalogs/en/product.d.ts +3 -0
- package/dist/i18n/catalogs/en/profile.d.ts +3 -0
- package/dist/i18n/catalogs/en/properties.d.ts +3 -0
- package/dist/i18n/catalogs/en/reviews.d.ts +3 -0
- package/dist/i18n/catalogs/en/validation.d.ts +3 -0
- package/dist/i18n/catalogs/uk/admin/banners.d.ts +57 -0
- package/dist/i18n/catalogs/uk/admin/common.d.ts +16 -0
- package/dist/i18n/catalogs/uk/admin/dashboard.d.ts +18 -0
- package/dist/i18n/catalogs/uk/admin/discounts.d.ts +67 -0
- package/dist/i18n/catalogs/uk/admin/index.d.ts +710 -0
- package/dist/i18n/catalogs/uk/admin/nav.d.ts +32 -0
- package/dist/i18n/catalogs/uk/admin/orders.d.ts +67 -0
- package/dist/i18n/catalogs/uk/admin/plugins.d.ts +53 -0
- package/dist/i18n/catalogs/uk/admin/prices.d.ts +16 -0
- package/dist/i18n/catalogs/uk/admin/products.d.ts +74 -0
- package/dist/i18n/catalogs/uk/admin/properties.d.ts +63 -0
- package/dist/i18n/catalogs/uk/admin/reviews.d.ts +24 -0
- package/dist/i18n/catalogs/uk/admin/sections.d.ts +18 -0
- package/dist/i18n/catalogs/uk/admin/settings.d.ts +11 -0
- package/dist/i18n/catalogs/uk/admin/shipping.d.ts +96 -0
- package/dist/i18n/catalogs/uk/admin/themes.d.ts +21 -0
- package/dist/i18n/catalogs/uk/admin/users.d.ts +96 -0
- package/dist/i18n/catalogs/uk/admin/validator.d.ts +30 -0
- package/dist/i18n/catalogs/uk/app.d.ts +15 -0
- package/dist/i18n/catalogs/uk/auth.d.ts +51 -0
- package/dist/i18n/catalogs/uk/breadcrumbs.d.ts +4 -0
- package/dist/i18n/catalogs/uk/cart.d.ts +21 -0
- package/dist/i18n/catalogs/uk/catalog.d.ts +22 -0
- package/dist/i18n/catalogs/uk/checkout.d.ts +96 -0
- package/dist/i18n/catalogs/uk/common.d.ts +83 -0
- package/dist/i18n/catalogs/uk/home.d.ts +5 -0
- package/dist/i18n/catalogs/uk/index.d.ts +1139 -0
- package/dist/i18n/catalogs/uk/nav.d.ts +7 -0
- package/dist/i18n/catalogs/uk/product.d.ts +25 -0
- package/dist/i18n/catalogs/uk/profile.d.ts +87 -0
- package/dist/i18n/catalogs/uk/properties.d.ts +16 -0
- package/dist/i18n/catalogs/uk/reviews.d.ts +26 -0
- package/dist/i18n/catalogs/uk/validation.d.ts +33 -0
- package/dist/i18n/index.d.ts +3 -0
- package/dist/i18n/index.js +2779 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/translator.d.ts +19 -0
- package/dist/i18n/types.d.ts +14 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/dist/plugin-sdk/definePlugin.d.ts +9 -0
- package/dist/plugin-sdk/index.d.ts +6 -0
- package/dist/plugin-sdk/index.js +266 -0
- package/dist/plugin-sdk/index.js.map +1 -0
- package/dist/plugin-sdk/server/config-db.d.ts +22 -0
- package/dist/plugin-sdk/server/guard.d.ts +17 -0
- package/dist/plugin-sdk/server/index.d.ts +42 -0
- package/dist/plugin-sdk/server/index.js +191 -0
- package/dist/plugin-sdk/server/index.js.map +1 -0
- package/dist/plugin-sdk/server/table-db.d.ts +36 -0
- package/dist/plugin-sdk/types.d.ts +66 -0
- package/dist/plugin-sdk/usePluginConfig.d.ts +22 -0
- package/dist/plugin-sdk/usePluginT.d.ts +19 -0
- package/dist/plugin-sdk/usePluginTable.d.ts +12 -0
- package/dist/plugins/HookRegistry.d.ts +29 -0
- package/dist/plugins/PluginLoader.d.ts +19 -0
- package/dist/plugins/PluginSlot.d.ts +21 -0
- package/dist/plugins/PluginSlot.js +5 -0
- package/dist/plugins/PluginSlot.js.map +1 -0
- package/dist/plugins/adminLifecycle.d.ts +27 -0
- package/dist/plugins/bootstrap.d.ts +16 -0
- package/dist/plugins/bootstrap.js +5 -0
- package/dist/plugins/bootstrap.js.map +1 -0
- package/dist/plugins/hooks.d.ts +67 -0
- package/dist/plugins/index.d.ts +12 -0
- package/dist/plugins/index.js +171 -0
- package/dist/plugins/index.js.map +1 -0
- package/dist/plugins/pluginRepository.d.ts +19 -0
- package/dist/plugins/server/index.d.ts +25 -0
- package/dist/plugins/server/index.js +95 -0
- package/dist/plugins/server/index.js.map +1 -0
- package/dist/plugins/server/registry-db.d.ts +19 -0
- package/dist/plugins/types.d.ts +126 -0
- package/dist/plugins/types.js +4 -0
- package/dist/plugins/types.js.map +1 -0
- package/dist/plugins/validatePluginModule.d.ts +13 -0
- package/dist/profile-ui/AddressesList.d.ts +9 -0
- package/dist/profile-ui/AddressesList.js +4 -0
- package/dist/profile-ui/AddressesList.js.map +1 -0
- package/dist/profile-ui/AvatarUpload.d.ts +28 -0
- package/dist/profile-ui/AvatarUpload.js +4 -0
- package/dist/profile-ui/AvatarUpload.js.map +1 -0
- package/dist/profile-ui/RecipientsList.d.ts +9 -0
- package/dist/profile-ui/RecipientsList.js +4 -0
- package/dist/profile-ui/RecipientsList.js.map +1 -0
- package/dist/profile-ui/index.d.ts +3 -0
- package/dist/profile-ui/index.js +6 -0
- package/dist/profile-ui/index.js.map +1 -0
- package/dist/react-query/EngineProvider.d.ts +9 -0
- package/dist/react-query/hooks.d.ts +8 -0
- package/dist/react-query/index.d.ts +7 -0
- package/dist/react-query/index.js +173 -0
- package/dist/react-query/index.js.map +1 -0
- package/dist/react-query/queries.d.ts +31 -0
- package/dist/react-query/queries.js +4 -0
- package/dist/react-query/queries.js.map +1 -0
- package/dist/react-query/useCart.d.ts +32 -0
- package/dist/react-query/useFormatPrice.d.ts +12 -0
- package/dist/reviews-ui/ProductReviews.d.ts +18 -0
- package/dist/reviews-ui/ProductReviews.js +7 -0
- package/dist/reviews-ui/ProductReviews.js.map +1 -0
- package/dist/reviews-ui/ReviewCard.d.ts +7 -0
- package/dist/reviews-ui/ReviewCard.js +5 -0
- package/dist/reviews-ui/ReviewCard.js.map +1 -0
- package/dist/reviews-ui/ReviewForm.d.ts +25 -0
- package/dist/reviews-ui/ReviewForm.js +5 -0
- package/dist/reviews-ui/ReviewForm.js.map +1 -0
- package/dist/reviews-ui/ReviewRichTextEditor.d.ts +8 -0
- package/dist/reviews-ui/ReviewRichTextEditor.js +4 -0
- package/dist/reviews-ui/ReviewRichTextEditor.js.map +1 -0
- package/dist/reviews-ui/StarRating.d.ts +8 -0
- package/dist/reviews-ui/StarRating.js +4 -0
- package/dist/reviews-ui/StarRating.js.map +1 -0
- package/dist/reviews-ui/index.d.ts +5 -0
- package/dist/reviews-ui/index.js +8 -0
- package/dist/reviews-ui/index.js.map +1 -0
- package/dist/runtime/config.d.ts +42 -0
- package/dist/runtime/index.d.ts +36 -0
- package/dist/runtime/index.js +36 -0
- package/dist/runtime/index.js.map +1 -0
- package/dist/schema/auth.d.ts +623 -0
- package/dist/schema/index.d.ts +17 -0
- package/dist/schema/media.d.ts +143 -0
- package/dist/schema/relations.d.ts +202 -0
- package/dist/schema/relations.js +1494 -0
- package/dist/schema/relations.js.map +1 -0
- package/dist/schema/schema.d.ts +7224 -0
- package/dist/schema/schema.js +1085 -0
- package/dist/schema/schema.js.map +1 -0
- package/dist/schema/types.d.ts +74 -0
- package/dist/schema/types.js +3 -0
- package/dist/schema/types.js.map +1 -0
- package/dist/storefront/client.d.ts +7 -0
- package/dist/storefront/index.d.ts +3 -0
- package/dist/storefront/index.js +5 -0
- package/dist/storefront/index.js.map +1 -0
- package/dist/storefront/loaders/addresses.d.ts +47 -0
- package/dist/storefront/loaders/banners.d.ts +19 -0
- package/dist/storefront/loaders/catalog-filters.d.ts +56 -0
- package/dist/storefront/loaders/catalog-products.d.ts +27 -0
- package/dist/storefront/loaders/categories.d.ts +19 -0
- package/dist/storefront/loaders/db.d.ts +42 -0
- package/dist/storefront/loaders/discounts.d.ts +15 -0
- package/dist/storefront/loaders/entities/banner.d.ts +449 -0
- package/dist/storefront/loaders/entities/catalog-product.d.ts +135 -0
- package/dist/storefront/loaders/entities/discount.d.ts +17 -0
- package/dist/storefront/loaders/entities/home-product.d.ts +130 -0
- package/dist/storefront/loaders/entities/modification.d.ts +259 -0
- package/dist/storefront/loaders/entities/order.d.ts +616 -0
- package/dist/storefront/loaders/entities/price.d.ts +108 -0
- package/dist/storefront/loaders/entities/product.d.ts +313 -0
- package/dist/storefront/loaders/entities/property.d.ts +414 -0
- package/dist/storefront/loaders/entities/section.d.ts +293 -0
- package/dist/storefront/loaders/home-sections.d.ts +20 -0
- package/dist/storefront/loaders/home.d.ts +31 -0
- package/dist/storefront/loaders/index.d.ts +48 -0
- package/dist/storefront/loaders/index.js +4 -0
- package/dist/storefront/loaders/index.js.map +1 -0
- package/dist/storefront/loaders/modification-values.d.ts +23 -0
- package/dist/storefront/loaders/order-create.d.ts +52 -0
- package/dist/storefront/loaders/order-statuses.d.ts +8 -0
- package/dist/storefront/loaders/orders.d.ts +27 -0
- package/dist/storefront/loaders/pickup-points.d.ts +6 -0
- package/dist/storefront/loaders/pricing.d.ts +10 -0
- package/dist/storefront/loaders/product-detail.d.ts +22 -0
- package/dist/storefront/loaders/products.d.ts +38 -0
- package/dist/storefront/loaders/profile.d.ts +37 -0
- package/dist/storefront/loaders/properties.d.ts +16 -0
- package/dist/storefront/loaders/property-option.d.ts +18 -0
- package/dist/storefront/loaders/property-values.d.ts +256 -0
- package/dist/storefront/loaders/recipients.d.ts +52 -0
- package/dist/storefront/loaders/reviews-write.d.ts +26 -0
- package/dist/storefront/loaders/reviews.d.ts +57 -0
- package/dist/storefront/loaders/sections.d.ts +13 -0
- package/dist/storefront/loaders/session.d.ts +28 -0
- package/dist/storefront/loaders/shipping.d.ts +57 -0
- package/dist/storefront/loaders/sitemap.d.ts +38 -0
- package/dist/storefront/loaders/stock-info.d.ts +38 -0
- package/dist/storefront/loaders/stock.d.ts +24 -0
- package/dist/storefront/seo/index.d.ts +2 -0
- package/dist/storefront/seo/index.js +4 -0
- package/dist/storefront/seo/index.js.map +1 -0
- package/dist/storefront/seo/robots.d.ts +2 -0
- package/dist/storefront/seo/sitemap.d.ts +11 -0
- package/dist/storefront-routes/active-theme.d.ts +14 -0
- package/dist/storefront-routes/active-theme.js +13 -0
- package/dist/storefront-routes/active-theme.js.map +1 -0
- package/dist/storefront-routes/components/BannerSlider.d.ts +8 -0
- package/dist/storefront-routes/components/BannerSlider.js +3 -0
- package/dist/storefront-routes/components/BannerSlider.js.map +1 -0
- package/dist/storefront-routes/components/ProductCarousel.d.ts +20 -0
- package/dist/storefront-routes/components/ProductCarousel.js +3 -0
- package/dist/storefront-routes/components/ProductCarousel.js.map +1 -0
- package/dist/storefront-routes/components/SetPasswordForm.d.ts +8 -0
- package/dist/storefront-routes/components/SetPasswordForm.js +3 -0
- package/dist/storefront-routes/components/SetPasswordForm.js.map +1 -0
- package/dist/storefront-routes/components/SsrProductGrid.d.ts +12 -0
- package/dist/storefront-routes/components/SsrProductGrid.js +3 -0
- package/dist/storefront-routes/components/SsrProductGrid.js.map +1 -0
- package/dist/storefront-routes/index.d.ts +6 -0
- package/dist/storefront-routes/index.js +14 -0
- package/dist/storefront-routes/index.js.map +1 -0
- package/dist/storefront-routes/pages/Auth.d.ts +2 -0
- package/dist/storefront-routes/pages/Auth.js +400 -0
- package/dist/storefront-routes/pages/Auth.js.map +1 -0
- package/dist/storefront-routes/pages/AuthInvite.d.ts +1 -0
- package/dist/storefront-routes/pages/AuthInvite.js +56 -0
- package/dist/storefront-routes/pages/AuthInvite.js.map +1 -0
- package/dist/storefront-routes/pages/AuthSetPassword.d.ts +12 -0
- package/dist/storefront-routes/pages/AuthSetPassword.js +40 -0
- package/dist/storefront-routes/pages/AuthSetPassword.js.map +1 -0
- package/dist/storefront-routes/pages/Cart.d.ts +5 -0
- package/dist/storefront-routes/pages/Cart.js +42 -0
- package/dist/storefront-routes/pages/Cart.js.map +1 -0
- package/dist/storefront-routes/pages/Catalog.d.ts +12 -0
- package/dist/storefront-routes/pages/Catalog.js +40 -0
- package/dist/storefront-routes/pages/Catalog.js.map +1 -0
- package/dist/storefront-routes/pages/CatalogSection.d.ts +13 -0
- package/dist/storefront-routes/pages/CatalogSection.js +65 -0
- package/dist/storefront-routes/pages/CatalogSection.js.map +1 -0
- package/dist/storefront-routes/pages/Checkout.d.ts +1 -0
- package/dist/storefront-routes/pages/Checkout.js +281 -0
- package/dist/storefront-routes/pages/Checkout.js.map +1 -0
- package/dist/storefront-routes/pages/Home.d.ts +15 -0
- package/dist/storefront-routes/pages/Home.js +10 -0
- package/dist/storefront-routes/pages/Home.js.map +1 -0
- package/dist/storefront-routes/pages/OrderSuccess.d.ts +1 -0
- package/dist/storefront-routes/pages/OrderSuccess.js +186 -0
- package/dist/storefront-routes/pages/OrderSuccess.js.map +1 -0
- package/dist/storefront-routes/pages/ProductDetail.d.ts +11 -0
- package/dist/storefront-routes/pages/ProductDetail.js +475 -0
- package/dist/storefront-routes/pages/ProductDetail.js.map +1 -0
- package/dist/storefront-routes/pages/Profile.d.ts +1 -0
- package/dist/storefront-routes/pages/Profile.js +133 -0
- package/dist/storefront-routes/pages/Profile.js.map +1 -0
- package/dist/storefront-routes/pages/ProfileOrderDetail.d.ts +1 -0
- package/dist/storefront-routes/pages/ProfileOrderDetail.js +280 -0
- package/dist/storefront-routes/pages/ProfileOrderDetail.js.map +1 -0
- package/dist/storefront-routes/pages/ProfileOrders.d.ts +1 -0
- package/dist/storefront-routes/pages/ProfileOrders.js +131 -0
- package/dist/storefront-routes/pages/ProfileOrders.js.map +1 -0
- package/dist/storefront-routes/pages/ProfileSettings.d.ts +1 -0
- package/dist/storefront-routes/pages/ProfileSettings.js +344 -0
- package/dist/storefront-routes/pages/ProfileSettings.js.map +1 -0
- package/dist/storefront-routes/pages/Properties.d.ts +5 -0
- package/dist/storefront-routes/pages/Properties.js +53 -0
- package/dist/storefront-routes/pages/Properties.js.map +1 -0
- package/dist/storefront-routes/pages/PropertyDetail.d.ts +6 -0
- package/dist/storefront-routes/pages/PropertyDetail.js +78 -0
- package/dist/storefront-routes/pages/PropertyDetail.js.map +1 -0
- package/dist/storefront-routes/pages/PropertyPage.d.ts +7 -0
- package/dist/storefront-routes/pages/PropertyPage.js +131 -0
- package/dist/storefront-routes/pages/PropertyPage.js.map +1 -0
- package/dist/storefront-routes/pages/cart/breadcrumbs.d.ts +4 -0
- package/dist/storefront-routes/pages/cart/slots.d.ts +2 -0
- package/dist/storefront-routes/pages/catalog/active-filter-chips.d.ts +20 -0
- package/dist/storefront-routes/pages/catalog/breadcrumbs.d.ts +6 -0
- package/dist/storefront-routes/pages/catalog/filter-predicates.d.ts +21 -0
- package/dist/storefront-routes/pages/catalog/filtering.d.ts +25 -0
- package/dist/storefront-routes/pages/catalog/slot-context.d.ts +34 -0
- package/dist/storefront-routes/pages/catalog/slots.d.ts +3 -0
- package/dist/storefront-routes/pages/catalog/types.d.ts +33 -0
- package/dist/storefront-routes/pages/catalog/useActiveFilters.d.ts +17 -0
- package/dist/storefront-routes/pages/catalog/useCatalogController.d.ts +19 -0
- package/dist/storefront-routes/pages/catalog/useCatalogProductsQuery.d.ts +18 -0
- package/dist/storefront-routes/pages/catalog/useCatalogQueries.d.ts +17 -0
- package/dist/storefront-routes/pages/catalog/usePricedProducts.d.ts +38 -0
- package/dist/storefront-routes/pages/home/SectionProductCarousel.d.ts +11 -0
- package/dist/storefront-routes/pages/home/queries.d.ts +26 -0
- package/dist/storefront-routes/pages/home/slot-context.d.ts +26 -0
- package/dist/storefront-routes/pages/home/slots.d.ts +3 -0
- package/dist/storefront-routes/pages/home/toCardViewModel.d.ts +9 -0
- package/dist/storefront-routes/pages/home/types.d.ts +18 -0
- package/dist/storefront-routes/pages/product-detail/breadcrumbs.d.ts +10 -0
- package/dist/storefront-routes/pages/product-detail/cart-item.d.ts +18 -0
- package/dist/storefront-routes/pages/product-detail/pricing.d.ts +20 -0
- package/dist/storefront-routes/pages/product-detail/slot-context.d.ts +39 -0
- package/dist/storefront-routes/pages/product-detail/slots.d.ts +3 -0
- package/dist/storefront-routes/pages/product-detail/types.d.ts +51 -0
- package/dist/storefront-routes/pages/product-detail/useModificationData.d.ts +18 -0
- package/dist/storefront-routes/pages/product-detail/useModificationSelection.d.ts +12 -0
- package/dist/storefront-routes/pages/product-detail/useProductContent.d.ts +15 -0
- package/dist/storefront-routes/pages/product-detail/useProductPricing.d.ts +14 -0
- package/dist/storefront-routes/pages/product-detail/useProductQuery.d.ts +10 -0
- package/dist/storefront-routes/seo/interceptor.d.ts +28 -0
- package/dist/storefront-routes/seo/interceptor.js +45 -0
- package/dist/storefront-routes/seo/interceptor.js.map +1 -0
- package/dist/storefront-routes/seo/robots.d.ts +2 -0
- package/dist/storefront-routes/seo/robots.js +13 -0
- package/dist/storefront-routes/seo/robots.js.map +1 -0
- package/dist/storefront-routes/seo/sitemap.d.ts +7 -0
- package/dist/storefront-routes/seo/sitemap.js +17 -0
- package/dist/storefront-routes/seo/sitemap.js.map +1 -0
- package/dist/storefront-routes/server/auth.d.ts +24 -0
- package/dist/storefront-routes/server/auth.js +24 -0
- package/dist/storefront-routes/server/auth.js.map +1 -0
- package/dist/storefront-routes/server/catalog.d.ts +50 -0
- package/dist/storefront-routes/server/catalog.js +4 -0
- package/dist/storefront-routes/server/catalog.js.map +1 -0
- package/dist/storefront-routes/server/checkout-input.d.ts +67 -0
- package/dist/storefront-routes/server/checkout-input.js +3 -0
- package/dist/storefront-routes/server/checkout-input.js.map +1 -0
- package/dist/storefront-routes/server/checkout.d.ts +51 -0
- package/dist/storefront-routes/server/checkout.js +4 -0
- package/dist/storefront-routes/server/checkout.js.map +1 -0
- package/dist/storefront-routes/server/home.d.ts +21 -0
- package/dist/storefront-routes/server/home.js +3 -0
- package/dist/storefront-routes/server/home.js.map +1 -0
- package/dist/storefront-routes/server/invite.d.ts +11 -0
- package/dist/storefront-routes/server/invite.js +3 -0
- package/dist/storefront-routes/server/invite.js.map +1 -0
- package/dist/storefront-routes/server/is-admin.d.ts +22 -0
- package/dist/storefront-routes/server/is-admin.js +3 -0
- package/dist/storefront-routes/server/is-admin.js.map +1 -0
- package/dist/storefront-routes/server/order-view.d.ts +18 -0
- package/dist/storefront-routes/server/order-view.js +3 -0
- package/dist/storefront-routes/server/order-view.js.map +1 -0
- package/dist/storefront-routes/server/product-list-item.d.ts +33 -0
- package/dist/storefront-routes/server/product-list-item.js +3 -0
- package/dist/storefront-routes/server/product-list-item.js.map +1 -0
- package/dist/storefront-routes/server/products.d.ts +23 -0
- package/dist/storefront-routes/server/products.js +3 -0
- package/dist/storefront-routes/server/products.js.map +1 -0
- package/dist/storefront-routes/server/profile-orders.d.ts +41 -0
- package/dist/storefront-routes/server/profile-orders.js +3 -0
- package/dist/storefront-routes/server/profile-orders.js.map +1 -0
- package/dist/storefront-routes/server/profile.d.ts +23 -0
- package/dist/storefront-routes/server/profile.js +3 -0
- package/dist/storefront-routes/server/profile.js.map +1 -0
- package/dist/storefront-routes/server/properties.d.ts +12 -0
- package/dist/storefront-routes/server/properties.js +3 -0
- package/dist/storefront-routes/server/properties.js.map +1 -0
- package/dist/storefront-routes/server/revalidate-theme.d.ts +13 -0
- package/dist/storefront-routes/server/revalidate-theme.js +15 -0
- package/dist/storefront-routes/server/revalidate-theme.js.map +1 -0
- package/dist/storefront-routes/server/theme-record.d.ts +32 -0
- package/dist/storefront-routes/server/theme-record.js +3 -0
- package/dist/storefront-routes/server/theme-record.js.map +1 -0
- package/dist/storefront-routes/server/themes.d.ts +9 -0
- package/dist/storefront-routes/server/themes.js +10 -0
- package/dist/storefront-routes/server/themes.js.map +1 -0
- package/dist/storefront-routes/shells/ProtectedShell.d.ts +10 -0
- package/dist/storefront-routes/shells/ProtectedShell.js +6 -0
- package/dist/storefront-routes/shells/ProtectedShell.js.map +1 -0
- package/dist/storefront-routes/shells/StorefrontShell.d.ts +10 -0
- package/dist/storefront-routes/shells/StorefrontShell.js +6 -0
- package/dist/storefront-routes/shells/StorefrontShell.js.map +1 -0
- package/dist/storefront-routes/shells/ThemeFonts.d.ts +18 -0
- package/dist/storefront-routes/shells/ThemeFonts.js +3 -0
- package/dist/storefront-routes/shells/ThemeFonts.js.map +1 -0
- package/dist/storefront-routes/shells/ThemeTokens.d.ts +12 -0
- package/dist/storefront-routes/shells/ThemeTokens.js +3 -0
- package/dist/storefront-routes/shells/ThemeTokens.js.map +1 -0
- package/dist/storefront-routes/shells/useActiveThemeModule.d.ts +9 -0
- package/dist/storefront-routes/shells/useActiveThemeModule.js +3 -0
- package/dist/storefront-routes/shells/useActiveThemeModule.js.map +1 -0
- package/dist/storefront-routes/views/CartView.d.ts +10 -0
- package/dist/storefront-routes/views/CartView.js +4 -0
- package/dist/storefront-routes/views/CartView.js.map +1 -0
- package/dist/storefront-routes/views/CatalogLayout.d.ts +16 -0
- package/dist/storefront-routes/views/CatalogLayout.js +4 -0
- package/dist/storefront-routes/views/CatalogLayout.js.map +1 -0
- package/dist/storefront-routes/views/CatalogSectionView.d.ts +7 -0
- package/dist/storefront-routes/views/CatalogSectionView.js +6 -0
- package/dist/storefront-routes/views/CatalogSectionView.js.map +1 -0
- package/dist/storefront-routes/views/CatalogToolbar.d.ts +9 -0
- package/dist/storefront-routes/views/CatalogToolbar.js +3 -0
- package/dist/storefront-routes/views/CatalogToolbar.js.map +1 -0
- package/dist/storefront-routes/views/CatalogView.d.ts +9 -0
- package/dist/storefront-routes/views/CatalogView.js +6 -0
- package/dist/storefront-routes/views/CatalogView.js.map +1 -0
- package/dist/storefront-routes/views/HomeView.d.ts +14 -0
- package/dist/storefront-routes/views/HomeView.js +6 -0
- package/dist/storefront-routes/views/HomeView.js.map +1 -0
- package/dist/storefront-routes/views/ProductDetailInfo.d.ts +9 -0
- package/dist/storefront-routes/views/ProductDetailInfo.js +3 -0
- package/dist/storefront-routes/views/ProductDetailInfo.js.map +1 -0
- package/dist/storefront-routes/views/ProductDetailSections.d.ts +10 -0
- package/dist/storefront-routes/views/ProductDetailSections.js +3 -0
- package/dist/storefront-routes/views/ProductDetailSections.js.map +1 -0
- package/dist/storefront-routes/views/ProductDetailView.d.ts +10 -0
- package/dist/storefront-routes/views/ProductDetailView.js +6 -0
- package/dist/storefront-routes/views/ProductDetailView.js.map +1 -0
- package/dist/storefront-routes/views/StorefrontBreadcrumbs.d.ts +9 -0
- package/dist/storefront-routes/views/StorefrontBreadcrumbs.js +3 -0
- package/dist/storefront-routes/views/StorefrontBreadcrumbs.js.map +1 -0
- package/dist/storefront-routes/views/slots/CartSlots.d.ts +15 -0
- package/dist/storefront-routes/views/slots/CartSlots.js +3 -0
- package/dist/storefront-routes/views/slots/CartSlots.js.map +1 -0
- package/dist/storefront-routes/views/slots/CartSummary.d.ts +11 -0
- package/dist/storefront-routes/views/slots/CartSummary.js +3 -0
- package/dist/storefront-routes/views/slots/CartSummary.js.map +1 -0
- package/dist/storefront-routes/views/slots/CatalogFilters.d.ts +11 -0
- package/dist/storefront-routes/views/slots/CatalogFilters.js +3 -0
- package/dist/storefront-routes/views/slots/CatalogFilters.js.map +1 -0
- package/dist/storefront-routes/views/slots/CatalogProductGrid.d.ts +26 -0
- package/dist/storefront-routes/views/slots/CatalogProductGrid.js +4 -0
- package/dist/storefront-routes/views/slots/CatalogProductGrid.js.map +1 -0
- package/dist/storefront-routes/views/slots/CatalogSectionChips.d.ts +24 -0
- package/dist/storefront-routes/views/slots/CatalogSectionChips.js +3 -0
- package/dist/storefront-routes/views/slots/CatalogSectionChips.js.map +1 -0
- package/dist/storefront-routes/views/slots/CatalogToolbarSlots.d.ts +32 -0
- package/dist/storefront-routes/views/slots/CatalogToolbarSlots.js +3 -0
- package/dist/storefront-routes/views/slots/CatalogToolbarSlots.js.map +1 -0
- package/dist/storefront-routes/views/slots/HomeSectionCarousel.d.ts +10 -0
- package/dist/storefront-routes/views/slots/HomeSectionCarousel.js +5 -0
- package/dist/storefront-routes/views/slots/HomeSectionCarousel.js.map +1 -0
- package/dist/storefront-routes/views/slots/ProductAddToCart.d.ts +16 -0
- package/dist/storefront-routes/views/slots/ProductAddToCart.js +3 -0
- package/dist/storefront-routes/views/slots/ProductAddToCart.js.map +1 -0
- package/dist/storefront-routes/views/slots/ProductContentSlots.d.ts +19 -0
- package/dist/storefront-routes/views/slots/ProductContentSlots.js +3 -0
- package/dist/storefront-routes/views/slots/ProductContentSlots.js.map +1 -0
- package/dist/storefront-routes/views/slots/ProductModificationPicker.d.ts +16 -0
- package/dist/storefront-routes/views/slots/ProductModificationPicker.js +3 -0
- package/dist/storefront-routes/views/slots/ProductModificationPicker.js.map +1 -0
- package/dist/storefront-routes/views/slots/ProductPluginSlots.d.ts +16 -0
- package/dist/storefront-routes/views/slots/ProductPluginSlots.js +3 -0
- package/dist/storefront-routes/views/slots/ProductPluginSlots.js.map +1 -0
- package/dist/storefront-routes/views/slots/ProductPriceBlock.d.ts +13 -0
- package/dist/storefront-routes/views/slots/ProductPriceBlock.js +3 -0
- package/dist/storefront-routes/views/slots/ProductPriceBlock.js.map +1 -0
- package/dist/storefront-routes/views/slots/ProductStockBadge.d.ts +14 -0
- package/dist/storefront-routes/views/slots/ProductStockBadge.js +3 -0
- package/dist/storefront-routes/views/slots/ProductStockBadge.js.map +1 -0
- package/dist/storefront-routes/views/useStorefrontViews.d.ts +17 -0
- package/dist/storefront-routes/views/useStorefrontViews.js +4 -0
- package/dist/storefront-routes/views/useStorefrontViews.js.map +1 -0
- package/dist/supabase/SupabaseProvider.d.ts +16 -0
- package/dist/supabase/SupabaseProvider.js +27 -0
- package/dist/supabase/SupabaseProvider.js.map +1 -0
- package/dist/supabase/anon-client.d.ts +73 -0
- package/dist/supabase/anon-client.js +12 -0
- package/dist/supabase/anon-client.js.map +1 -0
- package/dist/supabase/browser-client.d.ts +65 -0
- package/dist/supabase/browser-client.js +5 -0
- package/dist/supabase/browser-client.js.map +1 -0
- package/dist/supabase/database.d.ts +2121 -0
- package/dist/supabase/index.d.ts +4 -0
- package/dist/supabase/index.js +36 -0
- package/dist/supabase/index.js.map +1 -0
- package/dist/supabase/keys.d.ts +24 -0
- package/dist/supabase/keys.js +4 -0
- package/dist/supabase/keys.js.map +1 -0
- package/dist/supabase/server-client.d.ts +76 -0
- package/dist/supabase/server-client.js +28 -0
- package/dist/supabase/server-client.js.map +1 -0
- package/dist/themes/ThemeContext.d.ts +19 -0
- package/dist/themes/ThemeContext.js +7 -0
- package/dist/themes/ThemeContext.js.map +1 -0
- package/dist/themes/ThemeRegistry.d.ts +40 -0
- package/dist/themes/ThemeRegistry.js +5 -0
- package/dist/themes/ThemeRegistry.js.map +1 -0
- package/dist/themes/applyTokens.d.ts +9 -0
- package/dist/themes/applyTokens.js +4 -0
- package/dist/themes/applyTokens.js.map +1 -0
- package/dist/themes/bootstrapThemes.d.ts +23 -0
- package/dist/themes/bootstrapThemes.js +6 -0
- package/dist/themes/bootstrapThemes.js.map +1 -0
- package/dist/themes/conformance/assertThemeViewsConformance.d.ts +41 -0
- package/dist/themes/conformance/boundary.d.ts +24 -0
- package/dist/themes/conformance/cases.d.ts +15 -0
- package/dist/themes/conformance/index.d.ts +2 -0
- package/dist/themes/conformance/index.js +235 -0
- package/dist/themes/conformance/index.js.map +1 -0
- package/dist/themes/conformance/render.d.ts +21 -0
- package/dist/themes/conformance/stubs.d.ts +5 -0
- package/dist/themes/index.d.ts +7 -0
- package/dist/themes/index.js +11 -0
- package/dist/themes/index.js.map +1 -0
- package/dist/themes/safeFontStylesheets.d.ts +16 -0
- package/dist/themes/safeFontStylesheets.js +36 -0
- package/dist/themes/safeFontStylesheets.js.map +1 -0
- package/dist/themes/server/index.d.ts +19 -0
- package/dist/themes/server/index.js +62 -0
- package/dist/themes/server/index.js.map +1 -0
- package/dist/themes/server/registry-db.d.ts +25 -0
- package/dist/themes/theme-context.d.ts +13 -0
- package/dist/themes/theme-settings.d.ts +10 -0
- package/dist/themes/types.d.ts +203 -0
- package/dist/themes/types.js +3 -0
- package/dist/themes/types.js.map +1 -0
- package/dist/themes/useThemeT.d.ts +29 -0
- package/dist/themes/useThemeT.js +8 -0
- package/dist/themes/useThemeT.js.map +1 -0
- package/dist/themes/validateThemeModule.d.ts +10 -0
- package/dist/themes/validateThemeModule.js +4 -0
- package/dist/themes/validateThemeModule.js.map +1 -0
- package/dist/themes/validateThemeViews.d.ts +11 -0
- package/dist/ui/accordion.d.ts +7 -0
- package/dist/ui/accordion.js +4 -0
- package/dist/ui/accordion.js.map +1 -0
- package/dist/ui/alert-dialog.d.ts +20 -0
- package/dist/ui/alert-dialog.js +5 -0
- package/dist/ui/alert-dialog.js.map +1 -0
- package/dist/ui/alert.d.ts +8 -0
- package/dist/ui/alert.js +4 -0
- package/dist/ui/alert.js.map +1 -0
- package/dist/ui/aspect-ratio.d.ts +3 -0
- package/dist/ui/aspect-ratio.js +4 -0
- package/dist/ui/aspect-ratio.js.map +1 -0
- package/dist/ui/avatar.d.ts +6 -0
- package/dist/ui/avatar.js +4 -0
- package/dist/ui/avatar.js.map +1 -0
- package/dist/ui/badge.d.ts +9 -0
- package/dist/ui/badge.js +4 -0
- package/dist/ui/badge.js.map +1 -0
- package/dist/ui/breadcrumb.d.ts +19 -0
- package/dist/ui/breadcrumb.js +4 -0
- package/dist/ui/breadcrumb.js.map +1 -0
- package/dist/ui/button.d.ts +11 -0
- package/dist/ui/button.js +4 -0
- package/dist/ui/button.js.map +1 -0
- package/dist/ui/calendar.d.ts +8 -0
- package/dist/ui/calendar.js +5 -0
- package/dist/ui/calendar.js.map +1 -0
- package/dist/ui/card.d.ts +8 -0
- package/dist/ui/card.js +4 -0
- package/dist/ui/card.js.map +1 -0
- package/dist/ui/carousel.d.ts +18 -0
- package/dist/ui/carousel.js +5 -0
- package/dist/ui/carousel.js.map +1 -0
- package/dist/ui/chart.d.ts +59 -0
- package/dist/ui/chart.js +4 -0
- package/dist/ui/chart.js.map +1 -0
- package/dist/ui/checkbox.d.ts +4 -0
- package/dist/ui/checkbox.js +4 -0
- package/dist/ui/checkbox.js.map +1 -0
- package/dist/ui/collapsible.d.ts +5 -0
- package/dist/ui/collapsible.js +4 -0
- package/dist/ui/collapsible.js.map +1 -0
- package/dist/ui/command.d.ts +82 -0
- package/dist/ui/command.js +5 -0
- package/dist/ui/command.js.map +1 -0
- package/dist/ui/context-menu.d.ts +27 -0
- package/dist/ui/context-menu.js +4 -0
- package/dist/ui/context-menu.js.map +1 -0
- package/dist/ui/dialog.d.ts +19 -0
- package/dist/ui/dialog.js +4 -0
- package/dist/ui/dialog.js.map +1 -0
- package/dist/ui/drawer.d.ts +22 -0
- package/dist/ui/drawer.js +4 -0
- package/dist/ui/drawer.js.map +1 -0
- package/dist/ui/dropdown-menu.d.ts +27 -0
- package/dist/ui/dropdown-menu.js +4 -0
- package/dist/ui/dropdown-menu.js.map +1 -0
- package/dist/ui/form.d.ts +25 -0
- package/dist/ui/form.js +5 -0
- package/dist/ui/form.js.map +1 -0
- package/dist/ui/hover-card.d.ts +6 -0
- package/dist/ui/hover-card.js +4 -0
- package/dist/ui/hover-card.js.map +1 -0
- package/dist/ui/index.d.ts +52 -0
- package/dist/ui/index.js +54 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/input-otp.d.ts +34 -0
- package/dist/ui/input-otp.js +4 -0
- package/dist/ui/input-otp.js.map +1 -0
- package/dist/ui/input.d.ts +3 -0
- package/dist/ui/input.js +4 -0
- package/dist/ui/input.js.map +1 -0
- package/dist/ui/label.d.ts +5 -0
- package/dist/ui/label.js +4 -0
- package/dist/ui/label.js.map +1 -0
- package/dist/ui/menubar.d.ts +28 -0
- package/dist/ui/menubar.js +4 -0
- package/dist/ui/menubar.js.map +1 -0
- package/dist/ui/navigation-menu.d.ts +12 -0
- package/dist/ui/navigation-menu.js +4 -0
- package/dist/ui/navigation-menu.js.map +1 -0
- package/dist/ui/pagination.d.ts +28 -0
- package/dist/ui/pagination.js +5 -0
- package/dist/ui/pagination.js.map +1 -0
- package/dist/ui/popover.d.ts +6 -0
- package/dist/ui/popover.js +4 -0
- package/dist/ui/popover.js.map +1 -0
- package/dist/ui/progress.d.ts +4 -0
- package/dist/ui/progress.js +4 -0
- package/dist/ui/progress.js.map +1 -0
- package/dist/ui/radio-group.d.ts +5 -0
- package/dist/ui/radio-group.js +4 -0
- package/dist/ui/radio-group.js.map +1 -0
- package/dist/ui/resizable.d.ts +7 -0
- package/dist/ui/resizable.js +4 -0
- package/dist/ui/resizable.js.map +1 -0
- package/dist/ui/scroll-area.d.ts +5 -0
- package/dist/ui/scroll-area.js +4 -0
- package/dist/ui/scroll-area.js.map +1 -0
- package/dist/ui/select.d.ts +13 -0
- package/dist/ui/select.js +4 -0
- package/dist/ui/select.js.map +1 -0
- package/dist/ui/separator.d.ts +4 -0
- package/dist/ui/separator.js +4 -0
- package/dist/ui/separator.js.map +1 -0
- package/dist/ui/sheet.d.ts +25 -0
- package/dist/ui/sheet.js +4 -0
- package/dist/ui/sheet.js.map +1 -0
- package/dist/ui/sidebar.d.ts +66 -0
- package/dist/ui/sidebar.js +10 -0
- package/dist/ui/sidebar.js.map +1 -0
- package/dist/ui/skeleton.d.ts +2 -0
- package/dist/ui/skeleton.js +4 -0
- package/dist/ui/skeleton.js.map +1 -0
- package/dist/ui/slider.d.ts +4 -0
- package/dist/ui/slider.js +4 -0
- package/dist/ui/slider.js.map +1 -0
- package/dist/ui/sonner.d.ts +4 -0
- package/dist/ui/sonner.js +4 -0
- package/dist/ui/sonner.js.map +1 -0
- package/dist/ui/switch.d.ts +4 -0
- package/dist/ui/switch.js +4 -0
- package/dist/ui/switch.js.map +1 -0
- package/dist/ui/table.d.ts +10 -0
- package/dist/ui/table.js +4 -0
- package/dist/ui/table.js.map +1 -0
- package/dist/ui/tabs.d.ts +7 -0
- package/dist/ui/tabs.js +4 -0
- package/dist/ui/tabs.js.map +1 -0
- package/dist/ui/textarea.d.ts +5 -0
- package/dist/ui/textarea.js +4 -0
- package/dist/ui/textarea.js.map +1 -0
- package/dist/ui/toast.d.ts +15 -0
- package/dist/ui/toast.js +4 -0
- package/dist/ui/toast.js.map +1 -0
- package/dist/ui/toaster.d.ts +1 -0
- package/dist/ui/toaster.js +5 -0
- package/dist/ui/toaster.js.map +1 -0
- package/dist/ui/toggle-group.d.ts +12 -0
- package/dist/ui/toggle-group.js +5 -0
- package/dist/ui/toggle-group.js.map +1 -0
- package/dist/ui/toggle.d.ts +12 -0
- package/dist/ui/toggle.js +4 -0
- package/dist/ui/toggle.js.map +1 -0
- package/dist/ui/tooltip.d.ts +7 -0
- package/dist/ui/tooltip.js +4 -0
- package/dist/ui/tooltip.js.map +1 -0
- package/dist/ui/use-mobile.d.ts +1 -0
- package/dist/ui/use-mobile.js +4 -0
- package/dist/ui/use-mobile.js.map +1 -0
- package/dist/ui/use-toast.d.ts +49 -0
- package/dist/ui/use-toast.js +4 -0
- package/dist/ui/use-toast.js.map +1 -0
- package/dist/ui/utils.d.ts +2 -0
- package/dist/ui/utils.js +4 -0
- package/dist/ui/utils.js.map +1 -0
- package/migrations/0000_prelude.sql +100 -0
- package/migrations/0001_init.sql +790 -0
- package/migrations/0002_grants.sql +190 -0
- package/migrations/0003_seed.sql +74 -0
- package/migrations/README.md +71 -0
- package/migrations/demo/demo-seed.sql +240 -0
- package/package.json +551 -0
- package/routes/admin/.gitkeep +0 -0
- package/routes/admin/admin/banners/$bannerId.tsx +6 -0
- package/routes/admin/admin/banners/index.tsx +6 -0
- package/routes/admin/admin/discounts/$discountId.tsx +9 -0
- package/routes/admin/admin/discounts/groups/$groupId.tsx +9 -0
- package/routes/admin/admin/discounts/index.tsx +6 -0
- package/routes/admin/admin/index.tsx +6 -0
- package/routes/admin/admin/languages/index.tsx +6 -0
- package/routes/admin/admin/order-statuses/index.tsx +6 -0
- package/routes/admin/admin/orders/$orderId.tsx +6 -0
- package/routes/admin/admin/orders/index.tsx +6 -0
- package/routes/admin/admin/plugins/$pluginId/settings.tsx +6 -0
- package/routes/admin/admin/plugins/index.tsx +6 -0
- package/routes/admin/admin/price-types/$priceTypeId.tsx +6 -0
- package/routes/admin/admin/price-types/index.tsx +6 -0
- package/routes/admin/admin/price-validator/index.tsx +6 -0
- package/routes/admin/admin/products/$productId.tsx +6 -0
- package/routes/admin/admin/products/index.tsx +6 -0
- package/routes/admin/admin/properties/$propertyId/index.tsx +6 -0
- package/routes/admin/admin/properties/$propertyId/options/$optionId.tsx +8 -0
- package/routes/admin/admin/properties/index.tsx +6 -0
- package/routes/admin/admin/reviews/$reviewId.tsx +6 -0
- package/routes/admin/admin/reviews/index.tsx +6 -0
- package/routes/admin/admin/sections/$sectionId.tsx +6 -0
- package/routes/admin/admin/sections/index.tsx +6 -0
- package/routes/admin/admin/service-requests/index.tsx +6 -0
- package/routes/admin/admin/services/index.tsx +6 -0
- package/routes/admin/admin/settings/index.tsx +6 -0
- package/routes/admin/admin/shipping/index.tsx +6 -0
- package/routes/admin/admin/shipping/methods/$methodId.tsx +6 -0
- package/routes/admin/admin/shipping/methods/index.tsx +6 -0
- package/routes/admin/admin/shipping/pickup-points/$pointId.tsx +6 -0
- package/routes/admin/admin/shipping/pickup-points/index.tsx +6 -0
- package/routes/admin/admin/shipping/zones/$zoneId.tsx +6 -0
- package/routes/admin/admin/shipping/zones/index.tsx +6 -0
- package/routes/admin/admin/themes/$themeId/settings.tsx +6 -0
- package/routes/admin/admin/themes/index.tsx +6 -0
- package/routes/admin/admin/user-categories/$categoryId.tsx +6 -0
- package/routes/admin/admin/user-categories/index.tsx +6 -0
- package/routes/admin/admin/user-categories/rules/$ruleId.tsx +6 -0
- package/routes/admin/admin/user-categories/rules/index.tsx +6 -0
- package/routes/admin/admin/users/$userId.tsx +6 -0
- package/routes/admin/admin/users/index.tsx +6 -0
- package/routes/admin/admin.tsx +59 -0
- package/routes/storefront/_protected/profile/index.tsx +9 -0
- package/routes/storefront/_protected/profile/orders/$orderId.tsx +9 -0
- package/routes/storefront/_protected/profile/orders/index.tsx +9 -0
- package/routes/storefront/_protected/profile/settings.tsx +9 -0
- package/routes/storefront/_protected.tsx +45 -0
- package/routes/storefront/_storefront/cart.tsx +10 -0
- package/routes/storefront/_storefront/catalog/$sectionSlug/$productSlug.tsx +92 -0
- package/routes/storefront/_storefront/catalog/$sectionSlug/index.tsx +49 -0
- package/routes/storefront/_storefront/catalog/index.tsx +36 -0
- package/routes/storefront/_storefront/checkout.tsx +10 -0
- package/routes/storefront/_storefront/index.tsx +34 -0
- package/routes/storefront/_storefront/order-success/$orderId.tsx +13 -0
- package/routes/storefront/_storefront/properties/$propertySlug/$optionSlug.tsx +45 -0
- package/routes/storefront/_storefront/properties/$propertySlug/index.tsx +32 -0
- package/routes/storefront/_storefront/properties/index.tsx +27 -0
- package/routes/storefront/_storefront.tsx +32 -0
- package/routes/storefront/api/auth/$.tsx +28 -0
- package/routes/storefront/api/guest-order.tsx +102 -0
- package/routes/storefront/api/health.tsx +59 -0
- package/routes/storefront/api/revalidate-theme.tsx +20 -0
- package/routes/storefront/auth/index.tsx +30 -0
- package/routes/storefront/auth/invite.tsx +18 -0
- package/routes/storefront/auth/set-password.tsx +16 -0
- package/skills/redesign-from-reference/SKILL.md +648 -0
- package/skills/redesign-from-reference/scripts/discover.mjs +122 -0
- package/skills/redesign-from-reference/scripts/inspect.mjs +116 -0
- package/skills/redesign-from-reference/scripts/lib/browser-fonts.mjs +83 -0
- package/skills/redesign-from-reference/scripts/lib/browser-hover.mjs +68 -0
- package/skills/redesign-from-reference/scripts/lib/browser-keyframes.mjs +62 -0
- package/skills/redesign-from-reference/scripts/lib/browser-motion.mjs +104 -0
- package/skills/redesign-from-reference/scripts/lib/browser-reveal.mjs +78 -0
- package/skills/redesign-from-reference/scripts/lib/browser-sample.mjs +123 -0
- package/skills/redesign-from-reference/scripts/lib/browser.mjs +145 -0
- package/skills/redesign-from-reference/scripts/lib/classify-pairs.mjs +88 -0
- package/skills/redesign-from-reference/scripts/lib/classify-structure.mjs +109 -0
- package/skills/redesign-from-reference/scripts/lib/classify-terms.mjs +126 -0
- package/skills/redesign-from-reference/scripts/lib/classify.mjs +126 -0
- package/skills/redesign-from-reference/scripts/lib/cli-entry.mjs +22 -0
- package/skills/redesign-from-reference/scripts/lib/cluster.mjs +95 -0
- package/skills/redesign-from-reference/scripts/lib/collect-links.mjs +57 -0
- package/skills/redesign-from-reference/scripts/lib/color-tokens.mjs +135 -0
- package/skills/redesign-from-reference/scripts/lib/color.mjs +150 -0
- package/skills/redesign-from-reference/scripts/lib/contrast.mjs +57 -0
- package/skills/redesign-from-reference/scripts/lib/fonts.mjs +67 -0
- package/skills/redesign-from-reference/scripts/lib/hover-sweep.mjs +150 -0
- package/skills/redesign-from-reference/scripts/lib/inspect-page.mjs +110 -0
- package/skills/redesign-from-reference/scripts/lib/inspection-version.mjs +38 -0
- package/skills/redesign-from-reference/scripts/lib/map.mjs +69 -0
- package/skills/redesign-from-reference/scripts/lib/merge.mjs +150 -0
- package/skills/redesign-from-reference/scripts/lib/motion-detect.mjs +128 -0
- package/skills/redesign-from-reference/scripts/lib/motion.mjs +126 -0
- package/skills/redesign-from-reference/scripts/lib/sample.mjs +66 -0
- package/skills/redesign-from-reference/scripts/lib/sitemap-links.mjs +24 -0
- package/skills/redesign-from-reference/scripts/lib/sitemap.mjs +144 -0
- package/skills/redesign-from-reference/scripts/lib/unmapped.mjs +97 -0
- package/skills/redesign-from-reference/scripts/lib/visit-candidate.mjs +53 -0
- package/skills/redesign-from-reference/scripts/lib/visit-probe.mjs +159 -0
- package/skills/redesign-from-reference/scripts/map-tokens.mjs +142 -0
- package/src/admin/components/AddProductToOrder.tsx +314 -0
- package/src/admin/components/AllProductProperties.tsx +442 -0
- package/src/admin/components/ImageUpload.tsx +295 -0
- package/src/admin/components/ProductModifications.tsx +669 -0
- package/src/admin/components/ProductPricesEditor.tsx +232 -0
- package/src/admin/components/ProductPropertyValues.tsx +475 -0
- package/src/admin/components/RichTextEditor.tsx +326 -0
- package/src/admin/components/SectionPropertiesManager.tsx +380 -0
- package/src/admin/components/SectionPropertiesTable.tsx +312 -0
- package/src/admin/components/SimpleProductFields.tsx +57 -0
- package/src/admin/components/StockByPointManager.tsx +301 -0
- package/src/admin/components/StockStatusSelect.tsx +88 -0
- package/src/admin/components/ThemeActivateDialog.tsx +51 -0
- package/src/admin/components/ThemeCard.tsx +143 -0
- package/src/admin/hooks/usePluginToggle.ts +87 -0
- package/src/admin/hooks/useThemeActivate.ts +73 -0
- package/src/admin/index.ts +59 -0
- package/src/admin/layouts/AdminLayout.tsx +64 -0
- package/src/admin/layouts/AdminSidebar.tsx +356 -0
- package/src/admin/lib/adminLinks.ts +19 -0
- package/src/admin/lib/pluginSettingsFields.ts +40 -0
- package/src/admin/lib/revalidateTheme.ts +57 -0
- package/src/admin/pages/BannerEdit.tsx +664 -0
- package/src/admin/pages/Banners.tsx +201 -0
- package/src/admin/pages/Dashboard.tsx +234 -0
- package/src/admin/pages/DiscountEdit.tsx +872 -0
- package/src/admin/pages/DiscountGroupEdit.tsx +371 -0
- package/src/admin/pages/Discounts.tsx +423 -0
- package/src/admin/pages/OrderDetail.tsx +736 -0
- package/src/admin/pages/OrderStatuses.tsx +537 -0
- package/src/admin/pages/Orders.tsx +126 -0
- package/src/admin/pages/PickupPointEdit.tsx +407 -0
- package/src/admin/pages/PickupPoints.tsx +204 -0
- package/src/admin/pages/PlaceholderPage.tsx +50 -0
- package/src/admin/pages/PluginSettings.tsx +459 -0
- package/src/admin/pages/Plugins.tsx +263 -0
- package/src/admin/pages/PriceTypeEdit.tsx +301 -0
- package/src/admin/pages/PriceTypes.tsx +152 -0
- package/src/admin/pages/PriceValidator.tsx +549 -0
- package/src/admin/pages/ProductEdit.tsx +512 -0
- package/src/admin/pages/Products.tsx +202 -0
- package/src/admin/pages/Properties.tsx +347 -0
- package/src/admin/pages/PropertyEdit.tsx +433 -0
- package/src/admin/pages/PropertyOptionEdit.tsx +359 -0
- package/src/admin/pages/ReviewDetail.tsx +353 -0
- package/src/admin/pages/Reviews.tsx +226 -0
- package/src/admin/pages/SectionEdit.tsx +301 -0
- package/src/admin/pages/Sections.tsx +184 -0
- package/src/admin/pages/Settings.tsx +136 -0
- package/src/admin/pages/Shipping.tsx +209 -0
- package/src/admin/pages/ShippingMethodEdit.tsx +397 -0
- package/src/admin/pages/ShippingMethods.tsx +243 -0
- package/src/admin/pages/ShippingZoneEdit.tsx +579 -0
- package/src/admin/pages/ShippingZones.tsx +218 -0
- package/src/admin/pages/ThemeSettings.tsx +234 -0
- package/src/admin/pages/Themes.tsx +102 -0
- package/src/admin/pages/UserCategories.tsx +165 -0
- package/src/admin/pages/UserCategoryEdit.tsx +390 -0
- package/src/admin/pages/UserCategoryRuleEdit.tsx +665 -0
- package/src/admin/pages/UserCategoryRules.tsx +327 -0
- package/src/admin/pages/UserEdit.tsx +556 -0
- package/src/admin/pages/Users.tsx +322 -0
- package/src/auth/accept-invite.ts +81 -0
- package/src/auth/authz.ts +144 -0
- package/src/auth/drizzle-proxy.ts +71 -0
- package/src/auth/env.ts +48 -0
- package/src/auth/hooks.ts +94 -0
- package/src/auth/index.ts +75 -0
- package/src/auth/instance.ts +116 -0
- package/src/auth/invite-email.ts +84 -0
- package/src/auth/invite-store.ts +89 -0
- package/src/auth/invite.ts +144 -0
- package/src/auth/provision.ts +34 -0
- package/src/auth/send-email.ts +26 -0
- package/src/auth/session.ts +67 -0
- package/src/cart-ui/CartButton.tsx +23 -0
- package/src/cart-ui/CartDrawer.tsx +119 -0
- package/src/cart-ui/CartItem.tsx +21 -0
- package/src/cart-ui/CartItemView.tsx +109 -0
- package/src/cart-ui/index.ts +6 -0
- package/src/catalog-ui/ActiveFilters.tsx +123 -0
- package/src/catalog-ui/FilterSidebar.tsx +382 -0
- package/src/catalog-ui/ModificationSelector.tsx +171 -0
- package/src/catalog-ui/ProductCard.tsx +104 -0
- package/src/catalog-ui/ProductCharacteristics.tsx +82 -0
- package/src/catalog-ui/ProductGallery.tsx +95 -0
- package/src/catalog-ui/StockDisplay.tsx +146 -0
- package/src/catalog-ui/index.ts +8 -0
- package/src/checkout-ui/AddressCard.tsx +62 -0
- package/src/checkout-ui/AddressSaveDialog.tsx +96 -0
- package/src/checkout-ui/AddressSelectorPopup.tsx +177 -0
- package/src/checkout-ui/CheckoutAuthBlock.tsx +339 -0
- package/src/checkout-ui/CheckoutContactForm.tsx +85 -0
- package/src/checkout-ui/CheckoutDeliveryForm.tsx +399 -0
- package/src/checkout-ui/CheckoutOrderSummary.tsx +135 -0
- package/src/checkout-ui/CheckoutPaymentForm.tsx +76 -0
- package/src/checkout-ui/CheckoutRecipientForm.tsx +427 -0
- package/src/checkout-ui/RecipientCard.tsx +66 -0
- package/src/checkout-ui/RecipientSaveDialog.tsx +96 -0
- package/src/checkout-ui/RecipientSelectorPopup.tsx +187 -0
- package/src/checkout-ui/index.ts +13 -0
- package/src/contracts/README.md +60 -0
- package/src/contracts/index.ts +12 -0
- package/src/contracts/objects/banner.ts +34 -0
- package/src/contracts/objects/catalog.ts +76 -0
- package/src/contracts/objects/common.ts +27 -0
- package/src/contracts/objects/config.ts +17 -0
- package/src/contracts/objects/discount.ts +92 -0
- package/src/contracts/objects/identity.ts +10 -0
- package/src/contracts/objects/index.ts +12 -0
- package/src/contracts/objects/inventory.ts +38 -0
- package/src/contracts/objects/order.ts +55 -0
- package/src/contracts/objects/pricing.ts +22 -0
- package/src/contracts/objects/shipping.ts +127 -0
- package/src/contracts/ports/index.ts +95 -0
- package/src/contracts/semver/index.ts +62 -0
- package/src/contracts/semver/version.ts +15 -0
- package/src/contracts/views/cart.ts +24 -0
- package/src/contracts/views/catalog.ts +47 -0
- package/src/contracts/views/common.ts +39 -0
- package/src/contracts/views/fixtures/cart.ts +17 -0
- package/src/contracts/views/fixtures/catalog.ts +52 -0
- package/src/contracts/views/fixtures/home.ts +81 -0
- package/src/contracts/views/fixtures/index.ts +39 -0
- package/src/contracts/views/fixtures/product-detail.ts +60 -0
- package/src/contracts/views/home.ts +53 -0
- package/src/contracts/views/index.ts +11 -0
- package/src/contracts/views/product-detail.ts +78 -0
- package/src/contracts/views/requisites.ts +112 -0
- package/src/contracts/views/slots.ts +28 -0
- package/src/core/components/NavLink.tsx +37 -0
- package/src/core/components/ThemeToggle.tsx +42 -0
- package/src/core/components/cart/CartDrawer.tsx +2 -0
- package/src/core/components/cart/CartItem.tsx +2 -0
- package/src/core/components/catalog/ActiveFilters.tsx +6 -0
- package/src/core/components/catalog/FilterSidebar.tsx +6 -0
- package/src/core/components/catalog/ModificationSelector.tsx +6 -0
- package/src/core/components/catalog/ProductCard.tsx +5 -0
- package/src/core/components/catalog/ProductCharacteristics.tsx +5 -0
- package/src/core/components/catalog/ProductGallery.tsx +5 -0
- package/src/core/components/catalog/StockDisplay.tsx +5 -0
- package/src/core/components/checkout/CheckoutAuthBlock.tsx +5 -0
- package/src/core/components/checkout/CheckoutContactForm.tsx +5 -0
- package/src/core/components/checkout/CheckoutDeliveryForm.tsx +5 -0
- package/src/core/components/checkout/CheckoutOrderSummary.tsx +5 -0
- package/src/core/components/checkout/CheckoutPaymentForm.tsx +5 -0
- package/src/core/components/checkout/CheckoutRecipientForm.tsx +5 -0
- package/src/core/components/profile/AddressesList.tsx +5 -0
- package/src/core/components/profile/AvatarUpload.tsx +5 -0
- package/src/core/components/profile/RecipientsList.tsx +5 -0
- package/src/core/components/reviews/ProductReviews.tsx +2 -0
- package/src/core/components/reviews/StarRating.tsx +2 -0
- package/src/core/hooks/use-toast.ts +6 -0
- package/src/core/hooks/useAddressBook.ts +61 -0
- package/src/core/hooks/useAuth.tsx +75 -0
- package/src/core/hooks/useBanners.ts +27 -0
- package/src/core/hooks/useCart.tsx +3 -0
- package/src/core/hooks/useDiscountedPrice.ts +83 -0
- package/src/core/hooks/usePriceType.ts +25 -0
- package/src/core/hooks/useProductReviews.ts +141 -0
- package/src/core/hooks/useProductsWithStock.ts +11 -0
- package/src/core/hooks/useRecipientBook.ts +56 -0
- package/src/core/hooks/useShippingDirectory.ts +61 -0
- package/src/core/hooks/useStock.ts +102 -0
- package/src/core/index.ts +83 -0
- package/src/core/lib/auth-client.ts +22 -0
- package/src/core/lib/auth-session.ts +23 -0
- package/src/core/lib/banners.ts +28 -0
- package/src/core/lib/discounts.ts +78 -0
- package/src/core/lib/price-type.ts +48 -0
- package/src/core/lib/review-form.ts +68 -0
- package/src/core/lib/reviews.ts +64 -0
- package/src/core/lib/section-filters.ts +26 -0
- package/src/core/lib/shipping-directory.ts +34 -0
- package/src/core/lib/stock.ts +48 -0
- package/src/core/lib/user-addresses.ts +94 -0
- package/src/core/lib/user-recipients.ts +83 -0
- package/src/core/providers/CMSProvider.tsx +36 -0
- package/src/data-supabase/README.md +70 -0
- package/src/data-supabase/catalogRepository.ts +263 -0
- package/src/data-supabase/identityProvider.ts +73 -0
- package/src/data-supabase/index.ts +7 -0
- package/src/data-supabase/mappers.ts +229 -0
- package/src/data-supabase/orderRepository.ts +138 -0
- package/src/data-supabase/scope.ts +17 -0
- package/src/db/actor.ts +96 -0
- package/src/db/client.ts +85 -0
- package/src/db/index.ts +12 -0
- package/src/db/with-actor.ts +87 -0
- package/src/domain/README.md +57 -0
- package/src/domain/discounts.ts +435 -0
- package/src/domain/index.ts +10 -0
- package/src/domain/inventory.ts +54 -0
- package/src/domain/money.ts +80 -0
- package/src/domain/pricing.ts +40 -0
- package/src/domain/shipping.ts +218 -0
- package/src/domain/user-categories/conditions.ts +112 -0
- package/src/domain/user-categories/engine.ts +80 -0
- package/src/domain/user-categories/index.ts +11 -0
- package/src/domain/user-categories/types.ts +64 -0
- package/src/i18n/I18nProvider.tsx +60 -0
- package/src/i18n/README.md +63 -0
- package/src/i18n/catalogs/en/admin/banners.ts +66 -0
- package/src/i18n/catalogs/en/admin/common.ts +21 -0
- package/src/i18n/catalogs/en/admin/dashboard.ts +24 -0
- package/src/i18n/catalogs/en/admin/discounts.ts +74 -0
- package/src/i18n/catalogs/en/admin/index.ts +39 -0
- package/src/i18n/catalogs/en/admin/nav.ts +35 -0
- package/src/i18n/catalogs/en/admin/orders.ts +74 -0
- package/src/i18n/catalogs/en/admin/plugins.ts +64 -0
- package/src/i18n/catalogs/en/admin/prices.ts +19 -0
- package/src/i18n/catalogs/en/admin/products.ts +84 -0
- package/src/i18n/catalogs/en/admin/properties.ts +74 -0
- package/src/i18n/catalogs/en/admin/reviews.ts +29 -0
- package/src/i18n/catalogs/en/admin/sections.ts +21 -0
- package/src/i18n/catalogs/en/admin/settings.ts +17 -0
- package/src/i18n/catalogs/en/admin/shipping.ts +112 -0
- package/src/i18n/catalogs/en/admin/themes.ts +28 -0
- package/src/i18n/catalogs/en/admin/users.ts +104 -0
- package/src/i18n/catalogs/en/admin/validator.ts +35 -0
- package/src/i18n/catalogs/en/app.ts +14 -0
- package/src/i18n/catalogs/en/auth.ts +65 -0
- package/src/i18n/catalogs/en/breadcrumbs.ts +6 -0
- package/src/i18n/catalogs/en/cart.ts +25 -0
- package/src/i18n/catalogs/en/catalog.ts +26 -0
- package/src/i18n/catalogs/en/checkout.ts +126 -0
- package/src/i18n/catalogs/en/common.ts +94 -0
- package/src/i18n/catalogs/en/home.ts +7 -0
- package/src/i18n/catalogs/en/index.ts +44 -0
- package/src/i18n/catalogs/en/nav.ts +9 -0
- package/src/i18n/catalogs/en/product.ts +31 -0
- package/src/i18n/catalogs/en/profile.ts +109 -0
- package/src/i18n/catalogs/en/properties.ts +20 -0
- package/src/i18n/catalogs/en/reviews.ts +32 -0
- package/src/i18n/catalogs/en/validation.ts +33 -0
- package/src/i18n/catalogs/uk/admin/banners.ts +67 -0
- package/src/i18n/catalogs/uk/admin/common.ts +21 -0
- package/src/i18n/catalogs/uk/admin/dashboard.ts +22 -0
- package/src/i18n/catalogs/uk/admin/discounts.ts +73 -0
- package/src/i18n/catalogs/uk/admin/index.ts +45 -0
- package/src/i18n/catalogs/uk/admin/nav.ts +35 -0
- package/src/i18n/catalogs/uk/admin/orders.ts +76 -0
- package/src/i18n/catalogs/uk/admin/plugins.ts +68 -0
- package/src/i18n/catalogs/uk/admin/prices.ts +17 -0
- package/src/i18n/catalogs/uk/admin/products.ts +87 -0
- package/src/i18n/catalogs/uk/admin/properties.ts +77 -0
- package/src/i18n/catalogs/uk/admin/reviews.ts +27 -0
- package/src/i18n/catalogs/uk/admin/sections.ts +19 -0
- package/src/i18n/catalogs/uk/admin/settings.ts +17 -0
- package/src/i18n/catalogs/uk/admin/shipping.ts +119 -0
- package/src/i18n/catalogs/uk/admin/themes.ts +24 -0
- package/src/i18n/catalogs/uk/admin/users.ts +106 -0
- package/src/i18n/catalogs/uk/admin/validator.ts +34 -0
- package/src/i18n/catalogs/uk/app.ts +15 -0
- package/src/i18n/catalogs/uk/auth.ts +77 -0
- package/src/i18n/catalogs/uk/breadcrumbs.ts +4 -0
- package/src/i18n/catalogs/uk/cart.ts +24 -0
- package/src/i18n/catalogs/uk/catalog.ts +26 -0
- package/src/i18n/catalogs/uk/checkout.ts +137 -0
- package/src/i18n/catalogs/uk/common.ts +114 -0
- package/src/i18n/catalogs/uk/home.ts +5 -0
- package/src/i18n/catalogs/uk/index.ts +44 -0
- package/src/i18n/catalogs/uk/nav.ts +8 -0
- package/src/i18n/catalogs/uk/product.ts +36 -0
- package/src/i18n/catalogs/uk/profile.ts +117 -0
- package/src/i18n/catalogs/uk/properties.ts +18 -0
- package/src/i18n/catalogs/uk/reviews.ts +34 -0
- package/src/i18n/catalogs/uk/validation.ts +38 -0
- package/src/i18n/index.ts +14 -0
- package/src/i18n/translator.ts +53 -0
- package/src/i18n/types.ts +19 -0
- package/src/index.ts +12 -0
- package/src/plugin-sdk/definePlugin.ts +80 -0
- package/src/plugin-sdk/index.ts +22 -0
- package/src/plugin-sdk/server/config-db.ts +57 -0
- package/src/plugin-sdk/server/guard.ts +77 -0
- package/src/plugin-sdk/server/index.ts +118 -0
- package/src/plugin-sdk/server/table-db.ts +149 -0
- package/src/plugin-sdk/types.ts +70 -0
- package/src/plugin-sdk/usePluginConfig.ts +105 -0
- package/src/plugin-sdk/usePluginT.ts +33 -0
- package/src/plugin-sdk/usePluginTable.ts +90 -0
- package/src/plugins/HookRegistry.ts +125 -0
- package/src/plugins/PluginLoader.ts +69 -0
- package/src/plugins/PluginSlot.tsx +135 -0
- package/src/plugins/adminLifecycle.ts +83 -0
- package/src/plugins/bootstrap.ts +108 -0
- package/src/plugins/hooks.ts +155 -0
- package/src/plugins/index.ts +90 -0
- package/src/plugins/pluginRepository.ts +138 -0
- package/src/plugins/server/index.ts +53 -0
- package/src/plugins/server/registry-db.ts +105 -0
- package/src/plugins/types.ts +224 -0
- package/src/plugins/validatePluginModule.ts +114 -0
- package/src/profile-ui/AddressesList.tsx +358 -0
- package/src/profile-ui/AvatarUpload.tsx +215 -0
- package/src/profile-ui/RecipientsList.tsx +448 -0
- package/src/profile-ui/index.ts +4 -0
- package/src/react-query/EngineProvider.tsx +30 -0
- package/src/react-query/README.md +54 -0
- package/src/react-query/hooks.ts +49 -0
- package/src/react-query/index.ts +9 -0
- package/src/react-query/queries.ts +95 -0
- package/src/react-query/useCart.tsx +172 -0
- package/src/react-query/useFormatPrice.ts +39 -0
- package/src/reviews-ui/ProductReviews.tsx +172 -0
- package/src/reviews-ui/ReviewCard.tsx +165 -0
- package/src/reviews-ui/ReviewForm.tsx +136 -0
- package/src/reviews-ui/ReviewRichTextEditor.tsx +168 -0
- package/src/reviews-ui/StarRating.tsx +69 -0
- package/src/reviews-ui/index.ts +6 -0
- package/src/runtime/README.md +60 -0
- package/src/runtime/config.ts +45 -0
- package/src/runtime/index.ts +87 -0
- package/src/schema/README.md +114 -0
- package/src/schema/auth.ts +150 -0
- package/src/schema/index.ts +17 -0
- package/src/schema/media.ts +69 -0
- package/src/schema/relations.ts +449 -0
- package/src/schema/schema.ts +1049 -0
- package/src/schema/types.ts +164 -0
- package/src/storefront/README.md +68 -0
- package/src/storefront/client.ts +8 -0
- package/src/storefront/index.ts +6 -0
- package/src/storefront/loaders/addresses.ts +131 -0
- package/src/storefront/loaders/banners.ts +44 -0
- package/src/storefront/loaders/catalog-filters.ts +174 -0
- package/src/storefront/loaders/catalog-products.ts +145 -0
- package/src/storefront/loaders/categories.ts +44 -0
- package/src/storefront/loaders/db.ts +65 -0
- package/src/storefront/loaders/discounts.ts +110 -0
- package/src/storefront/loaders/entities/banner.ts +99 -0
- package/src/storefront/loaders/entities/catalog-product.ts +75 -0
- package/src/storefront/loaders/entities/discount.ts +81 -0
- package/src/storefront/loaders/entities/home-product.ts +49 -0
- package/src/storefront/loaders/entities/modification.ts +55 -0
- package/src/storefront/loaders/entities/order.ts +126 -0
- package/src/storefront/loaders/entities/price.ts +48 -0
- package/src/storefront/loaders/entities/product.ts +60 -0
- package/src/storefront/loaders/entities/property.ts +82 -0
- package/src/storefront/loaders/entities/section.ts +54 -0
- package/src/storefront/loaders/home-sections.ts +81 -0
- package/src/storefront/loaders/home.ts +81 -0
- package/src/storefront/loaders/index.ts +76 -0
- package/src/storefront/loaders/modification-values.ts +113 -0
- package/src/storefront/loaders/order-create.ts +134 -0
- package/src/storefront/loaders/order-statuses.ts +39 -0
- package/src/storefront/loaders/orders.ts +113 -0
- package/src/storefront/loaders/pickup-points.ts +36 -0
- package/src/storefront/loaders/pricing.ts +23 -0
- package/src/storefront/loaders/product-detail.ts +90 -0
- package/src/storefront/loaders/products.ts +106 -0
- package/src/storefront/loaders/profile.ts +96 -0
- package/src/storefront/loaders/properties.ts +91 -0
- package/src/storefront/loaders/property-option.ts +112 -0
- package/src/storefront/loaders/property-values.ts +101 -0
- package/src/storefront/loaders/recipients.ts +145 -0
- package/src/storefront/loaders/reviews-write.ts +58 -0
- package/src/storefront/loaders/reviews.ts +142 -0
- package/src/storefront/loaders/sections.ts +46 -0
- package/src/storefront/loaders/session.ts +53 -0
- package/src/storefront/loaders/shipping.ts +163 -0
- package/src/storefront/loaders/sitemap.ts +67 -0
- package/src/storefront/loaders/stock-info.ts +127 -0
- package/src/storefront/loaders/stock.ts +101 -0
- package/src/storefront/seo/index.ts +2 -0
- package/src/storefront/seo/robots.ts +16 -0
- package/src/storefront/seo/sitemap.ts +73 -0
- package/src/storefront-routes/active-theme.ts +23 -0
- package/src/storefront-routes/components/BannerSlider.tsx +196 -0
- package/src/storefront-routes/components/ProductCarousel.tsx +93 -0
- package/src/storefront-routes/components/SetPasswordForm.tsx +94 -0
- package/src/storefront-routes/components/SsrProductGrid.tsx +38 -0
- package/src/storefront-routes/index.ts +7 -0
- package/src/storefront-routes/pages/Auth.tsx +508 -0
- package/src/storefront-routes/pages/AuthInvite.tsx +101 -0
- package/src/storefront-routes/pages/AuthSetPassword.tsx +78 -0
- package/src/storefront-routes/pages/Cart.tsx +24 -0
- package/src/storefront-routes/pages/Catalog.tsx +41 -0
- package/src/storefront-routes/pages/CatalogSection.tsx +83 -0
- package/src/storefront-routes/pages/Checkout.tsx +353 -0
- package/src/storefront-routes/pages/Home.tsx +61 -0
- package/src/storefront-routes/pages/OrderSuccess.tsx +305 -0
- package/src/storefront-routes/pages/ProductDetail.tsx +135 -0
- package/src/storefront-routes/pages/Profile.tsx +195 -0
- package/src/storefront-routes/pages/ProfileOrderDetail.tsx +430 -0
- package/src/storefront-routes/pages/ProfileOrders.tsx +199 -0
- package/src/storefront-routes/pages/ProfileSettings.tsx +431 -0
- package/src/storefront-routes/pages/Properties.tsx +90 -0
- package/src/storefront-routes/pages/PropertyDetail.tsx +127 -0
- package/src/storefront-routes/pages/PropertyPage.tsx +203 -0
- package/src/storefront-routes/pages/cart/breadcrumbs.ts +12 -0
- package/src/storefront-routes/pages/cart/slots.ts +20 -0
- package/src/storefront-routes/pages/catalog/active-filter-chips.ts +103 -0
- package/src/storefront-routes/pages/catalog/breadcrumbs.ts +24 -0
- package/src/storefront-routes/pages/catalog/filter-predicates.ts +80 -0
- package/src/storefront-routes/pages/catalog/filtering.ts +118 -0
- package/src/storefront-routes/pages/catalog/slot-context.tsx +64 -0
- package/src/storefront-routes/pages/catalog/slots.tsx +80 -0
- package/src/storefront-routes/pages/catalog/types.ts +46 -0
- package/src/storefront-routes/pages/catalog/useActiveFilters.ts +69 -0
- package/src/storefront-routes/pages/catalog/useCatalogController.ts +149 -0
- package/src/storefront-routes/pages/catalog/useCatalogProductsQuery.ts +36 -0
- package/src/storefront-routes/pages/catalog/useCatalogQueries.ts +67 -0
- package/src/storefront-routes/pages/catalog/usePricedProducts.ts +87 -0
- package/src/storefront-routes/pages/home/SectionProductCarousel.tsx +30 -0
- package/src/storefront-routes/pages/home/queries.ts +72 -0
- package/src/storefront-routes/pages/home/slot-context.tsx +49 -0
- package/src/storefront-routes/pages/home/slots.tsx +30 -0
- package/src/storefront-routes/pages/home/toCardViewModel.ts +26 -0
- package/src/storefront-routes/pages/home/types.ts +17 -0
- package/src/storefront-routes/pages/product-detail/breadcrumbs.ts +29 -0
- package/src/storefront-routes/pages/product-detail/cart-item.ts +57 -0
- package/src/storefront-routes/pages/product-detail/pricing.ts +123 -0
- package/src/storefront-routes/pages/product-detail/slot-context.tsx +63 -0
- package/src/storefront-routes/pages/product-detail/slots.tsx +112 -0
- package/src/storefront-routes/pages/product-detail/types.ts +59 -0
- package/src/storefront-routes/pages/product-detail/useModificationData.ts +53 -0
- package/src/storefront-routes/pages/product-detail/useModificationSelection.ts +70 -0
- package/src/storefront-routes/pages/product-detail/useProductContent.ts +88 -0
- package/src/storefront-routes/pages/product-detail/useProductPricing.ts +88 -0
- package/src/storefront-routes/pages/product-detail/useProductQuery.ts +26 -0
- package/src/storefront-routes/seo/interceptor.ts +89 -0
- package/src/storefront-routes/seo/robots.ts +15 -0
- package/src/storefront-routes/seo/sitemap.ts +27 -0
- package/src/storefront-routes/server/auth.ts +45 -0
- package/src/storefront-routes/server/catalog.ts +120 -0
- package/src/storefront-routes/server/checkout-input.ts +67 -0
- package/src/storefront-routes/server/checkout.ts +133 -0
- package/src/storefront-routes/server/home.ts +49 -0
- package/src/storefront-routes/server/invite.ts +55 -0
- package/src/storefront-routes/server/is-admin.ts +27 -0
- package/src/storefront-routes/server/order-view.ts +41 -0
- package/src/storefront-routes/server/product-list-item.ts +87 -0
- package/src/storefront-routes/server/products.ts +47 -0
- package/src/storefront-routes/server/profile-orders.ts +91 -0
- package/src/storefront-routes/server/profile.ts +58 -0
- package/src/storefront-routes/server/properties.ts +39 -0
- package/src/storefront-routes/server/revalidate-theme.ts +27 -0
- package/src/storefront-routes/server/theme-record.ts +89 -0
- package/src/storefront-routes/server/themes.ts +14 -0
- package/src/storefront-routes/shells/ProtectedShell.tsx +83 -0
- package/src/storefront-routes/shells/StorefrontShell.tsx +25 -0
- package/src/storefront-routes/shells/ThemeFonts.tsx +31 -0
- package/src/storefront-routes/shells/ThemeTokens.tsx +17 -0
- package/src/storefront-routes/shells/useActiveThemeModule.ts +16 -0
- package/src/storefront-routes/views/CartView.tsx +86 -0
- package/src/storefront-routes/views/CatalogLayout.tsx +60 -0
- package/src/storefront-routes/views/CatalogSectionView.tsx +39 -0
- package/src/storefront-routes/views/CatalogToolbar.tsx +48 -0
- package/src/storefront-routes/views/CatalogView.tsx +30 -0
- package/src/storefront-routes/views/HomeView.tsx +62 -0
- package/src/storefront-routes/views/ProductDetailInfo.tsx +77 -0
- package/src/storefront-routes/views/ProductDetailSections.tsx +107 -0
- package/src/storefront-routes/views/ProductDetailView.tsx +47 -0
- package/src/storefront-routes/views/StorefrontBreadcrumbs.tsx +31 -0
- package/src/storefront-routes/views/slots/CartSlots.tsx +72 -0
- package/src/storefront-routes/views/slots/CartSummary.tsx +49 -0
- package/src/storefront-routes/views/slots/CatalogFilters.tsx +26 -0
- package/src/storefront-routes/views/slots/CatalogProductGrid.tsx +80 -0
- package/src/storefront-routes/views/slots/CatalogSectionChips.tsx +136 -0
- package/src/storefront-routes/views/slots/CatalogToolbarSlots.tsx +125 -0
- package/src/storefront-routes/views/slots/HomeSectionCarousel.tsx +29 -0
- package/src/storefront-routes/views/slots/ProductAddToCart.tsx +58 -0
- package/src/storefront-routes/views/slots/ProductContentSlots.tsx +52 -0
- package/src/storefront-routes/views/slots/ProductModificationPicker.tsx +44 -0
- package/src/storefront-routes/views/slots/ProductPluginSlots.tsx +63 -0
- package/src/storefront-routes/views/slots/ProductPriceBlock.tsx +42 -0
- package/src/storefront-routes/views/slots/ProductStockBadge.tsx +45 -0
- package/src/storefront-routes/views/useStorefrontViews.ts +34 -0
- package/src/storefront-routes/vite-env.d.ts +12 -0
- package/src/supabase/README.md +73 -0
- package/src/supabase/SupabaseProvider.tsx +53 -0
- package/src/supabase/anon-client.ts +27 -0
- package/src/supabase/browser-client.ts +33 -0
- package/src/supabase/database.ts +2204 -0
- package/src/supabase/index.ts +21 -0
- package/src/supabase/keys.ts +42 -0
- package/src/supabase/server-client.ts +49 -0
- package/src/supabase/vite-env.d.ts +16 -0
- package/src/themes/ThemeContext.tsx +109 -0
- package/src/themes/ThemeRegistry.ts +126 -0
- package/src/themes/applyTokens.ts +79 -0
- package/src/themes/bootstrapThemes.ts +117 -0
- package/src/themes/conformance/assertThemeViewsConformance.ts +123 -0
- package/src/themes/conformance/boundary.tsx +38 -0
- package/src/themes/conformance/cases.tsx +103 -0
- package/src/themes/conformance/index.ts +13 -0
- package/src/themes/conformance/render.tsx +97 -0
- package/src/themes/conformance/stubs.tsx +67 -0
- package/src/themes/index.ts +8 -0
- package/src/themes/safeFontStylesheets.ts +62 -0
- package/src/themes/server/index.ts +47 -0
- package/src/themes/server/registry-db.ts +67 -0
- package/src/themes/theme-context.ts +26 -0
- package/src/themes/theme-settings.ts +21 -0
- package/src/themes/types.ts +214 -0
- package/src/themes/useThemeT.ts +49 -0
- package/src/themes/validateThemeModule.ts +126 -0
- package/src/themes/validateThemeViews.ts +46 -0
- package/src/ui/accordion.tsx +56 -0
- package/src/ui/alert-dialog.tsx +139 -0
- package/src/ui/alert.tsx +59 -0
- package/src/ui/aspect-ratio.tsx +5 -0
- package/src/ui/avatar.tsx +48 -0
- package/src/ui/badge.tsx +37 -0
- package/src/ui/breadcrumb.tsx +115 -0
- package/src/ui/button.tsx +57 -0
- package/src/ui/calendar.tsx +67 -0
- package/src/ui/card.tsx +86 -0
- package/src/ui/carousel.tsx +260 -0
- package/src/ui/chart.tsx +390 -0
- package/src/ui/checkbox.tsx +28 -0
- package/src/ui/collapsible.tsx +9 -0
- package/src/ui/command.tsx +153 -0
- package/src/ui/context-menu.tsx +198 -0
- package/src/ui/dialog.tsx +120 -0
- package/src/ui/drawer.tsx +116 -0
- package/src/ui/dropdown-menu.tsx +198 -0
- package/src/ui/form.tsx +177 -0
- package/src/ui/hover-card.tsx +27 -0
- package/src/ui/index.ts +53 -0
- package/src/ui/input-otp.tsx +69 -0
- package/src/ui/input.tsx +22 -0
- package/src/ui/label.tsx +24 -0
- package/src/ui/menubar.tsx +237 -0
- package/src/ui/navigation-menu.tsx +128 -0
- package/src/ui/pagination.tsx +117 -0
- package/src/ui/popover.tsx +29 -0
- package/src/ui/progress.tsx +26 -0
- package/src/ui/radio-group.tsx +42 -0
- package/src/ui/resizable.tsx +43 -0
- package/src/ui/scroll-area.tsx +46 -0
- package/src/ui/select.tsx +158 -0
- package/src/ui/separator.tsx +29 -0
- package/src/ui/sheet.tsx +139 -0
- package/src/ui/sidebar.tsx +771 -0
- package/src/ui/skeleton.tsx +15 -0
- package/src/ui/slider.tsx +26 -0
- package/src/ui/sonner.tsx +29 -0
- package/src/ui/switch.tsx +27 -0
- package/src/ui/table.tsx +117 -0
- package/src/ui/tabs.tsx +53 -0
- package/src/ui/textarea.tsx +23 -0
- package/src/ui/toast.tsx +127 -0
- package/src/ui/toaster.tsx +33 -0
- package/src/ui/toggle-group.tsx +59 -0
- package/src/ui/toggle.tsx +43 -0
- package/src/ui/tooltip.tsx +28 -0
- package/src/ui/use-mobile.tsx +21 -0
- package/src/ui/use-toast.ts +191 -0
- package/src/ui/utils.ts +6 -0
|
@@ -0,0 +1,2204 @@
|
|
|
1
|
+
// ⚠️ ЗГЕНЕРОВАНИЙ ФАЙЛ — не редагувати руками.
|
|
2
|
+
//
|
|
3
|
+
// Baseline типів CORE-схеми SimplyCMS: снапшот `supabase/types.ts`, знятий
|
|
4
|
+
// на еталонній dev-БД БЕЗ плагінів. Проти нього типізуються пакети ядра.
|
|
5
|
+
// Магазин зі своїми (плагінними) таблицями підставляє власний `Database`
|
|
6
|
+
// у фабрики клієнтів — див. README пакета, розділ «Generic-місток».
|
|
7
|
+
//
|
|
8
|
+
// Оновлення: `pnpm types:baseline` (після кожної core-міграції).
|
|
9
|
+
|
|
10
|
+
export type Json =
|
|
11
|
+
| string
|
|
12
|
+
| number
|
|
13
|
+
| boolean
|
|
14
|
+
| null
|
|
15
|
+
| { [key: string]: Json | undefined }
|
|
16
|
+
| Json[]
|
|
17
|
+
|
|
18
|
+
export type Database = {
|
|
19
|
+
// Allows to automatically instantiate createClient with right options
|
|
20
|
+
// instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
|
|
21
|
+
__InternalSupabase: {
|
|
22
|
+
PostgrestVersion: "14.1"
|
|
23
|
+
}
|
|
24
|
+
public: {
|
|
25
|
+
Tables: {
|
|
26
|
+
banners: {
|
|
27
|
+
Row: {
|
|
28
|
+
animation_duration: number
|
|
29
|
+
animation_type: string
|
|
30
|
+
buttons: Json | null
|
|
31
|
+
created_at: string
|
|
32
|
+
date_from: string | null
|
|
33
|
+
date_to: string | null
|
|
34
|
+
desktop_image_url: string | null
|
|
35
|
+
id: string
|
|
36
|
+
image_url: string
|
|
37
|
+
is_active: boolean
|
|
38
|
+
mobile_image_url: string | null
|
|
39
|
+
overlay_color: string | null
|
|
40
|
+
placement: string
|
|
41
|
+
schedule_days: number[] | null
|
|
42
|
+
schedule_time_from: string | null
|
|
43
|
+
schedule_time_to: string | null
|
|
44
|
+
section_id: string | null
|
|
45
|
+
slide_duration: number
|
|
46
|
+
sort_order: number
|
|
47
|
+
subtitle: string | null
|
|
48
|
+
text_position: string
|
|
49
|
+
title: string
|
|
50
|
+
updated_at: string
|
|
51
|
+
}
|
|
52
|
+
Insert: {
|
|
53
|
+
animation_duration?: number
|
|
54
|
+
animation_type?: string
|
|
55
|
+
buttons?: Json | null
|
|
56
|
+
created_at?: string
|
|
57
|
+
date_from?: string | null
|
|
58
|
+
date_to?: string | null
|
|
59
|
+
desktop_image_url?: string | null
|
|
60
|
+
id?: string
|
|
61
|
+
image_url: string
|
|
62
|
+
is_active?: boolean
|
|
63
|
+
mobile_image_url?: string | null
|
|
64
|
+
overlay_color?: string | null
|
|
65
|
+
placement?: string
|
|
66
|
+
schedule_days?: number[] | null
|
|
67
|
+
schedule_time_from?: string | null
|
|
68
|
+
schedule_time_to?: string | null
|
|
69
|
+
section_id?: string | null
|
|
70
|
+
slide_duration?: number
|
|
71
|
+
sort_order?: number
|
|
72
|
+
subtitle?: string | null
|
|
73
|
+
text_position?: string
|
|
74
|
+
title: string
|
|
75
|
+
updated_at?: string
|
|
76
|
+
}
|
|
77
|
+
Update: {
|
|
78
|
+
animation_duration?: number
|
|
79
|
+
animation_type?: string
|
|
80
|
+
buttons?: Json | null
|
|
81
|
+
created_at?: string
|
|
82
|
+
date_from?: string | null
|
|
83
|
+
date_to?: string | null
|
|
84
|
+
desktop_image_url?: string | null
|
|
85
|
+
id?: string
|
|
86
|
+
image_url?: string
|
|
87
|
+
is_active?: boolean
|
|
88
|
+
mobile_image_url?: string | null
|
|
89
|
+
overlay_color?: string | null
|
|
90
|
+
placement?: string
|
|
91
|
+
schedule_days?: number[] | null
|
|
92
|
+
schedule_time_from?: string | null
|
|
93
|
+
schedule_time_to?: string | null
|
|
94
|
+
section_id?: string | null
|
|
95
|
+
slide_duration?: number
|
|
96
|
+
sort_order?: number
|
|
97
|
+
subtitle?: string | null
|
|
98
|
+
text_position?: string
|
|
99
|
+
title?: string
|
|
100
|
+
updated_at?: string
|
|
101
|
+
}
|
|
102
|
+
Relationships: [
|
|
103
|
+
{
|
|
104
|
+
foreignKeyName: "banners_section_id_fkey"
|
|
105
|
+
columns: ["section_id"]
|
|
106
|
+
isOneToOne: false
|
|
107
|
+
referencedRelation: "sections"
|
|
108
|
+
referencedColumns: ["id"]
|
|
109
|
+
},
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
category_rules: {
|
|
113
|
+
Row: {
|
|
114
|
+
conditions: Json
|
|
115
|
+
created_at: string
|
|
116
|
+
description: string | null
|
|
117
|
+
from_category_id: string | null
|
|
118
|
+
id: string
|
|
119
|
+
is_active: boolean
|
|
120
|
+
name: string
|
|
121
|
+
priority: number
|
|
122
|
+
to_category_id: string
|
|
123
|
+
}
|
|
124
|
+
Insert: {
|
|
125
|
+
conditions?: Json
|
|
126
|
+
created_at?: string
|
|
127
|
+
description?: string | null
|
|
128
|
+
from_category_id?: string | null
|
|
129
|
+
id?: string
|
|
130
|
+
is_active?: boolean
|
|
131
|
+
name: string
|
|
132
|
+
priority?: number
|
|
133
|
+
to_category_id: string
|
|
134
|
+
}
|
|
135
|
+
Update: {
|
|
136
|
+
conditions?: Json
|
|
137
|
+
created_at?: string
|
|
138
|
+
description?: string | null
|
|
139
|
+
from_category_id?: string | null
|
|
140
|
+
id?: string
|
|
141
|
+
is_active?: boolean
|
|
142
|
+
name?: string
|
|
143
|
+
priority?: number
|
|
144
|
+
to_category_id?: string
|
|
145
|
+
}
|
|
146
|
+
Relationships: [
|
|
147
|
+
{
|
|
148
|
+
foreignKeyName: "category_rules_from_category_id_fkey"
|
|
149
|
+
columns: ["from_category_id"]
|
|
150
|
+
isOneToOne: false
|
|
151
|
+
referencedRelation: "user_categories"
|
|
152
|
+
referencedColumns: ["id"]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
foreignKeyName: "category_rules_to_category_id_fkey"
|
|
156
|
+
columns: ["to_category_id"]
|
|
157
|
+
isOneToOne: false
|
|
158
|
+
referencedRelation: "user_categories"
|
|
159
|
+
referencedColumns: ["id"]
|
|
160
|
+
},
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
comparisons: {
|
|
164
|
+
Row: {
|
|
165
|
+
created_at: string
|
|
166
|
+
id: string
|
|
167
|
+
product_id: string
|
|
168
|
+
user_id: string
|
|
169
|
+
}
|
|
170
|
+
Insert: {
|
|
171
|
+
created_at?: string
|
|
172
|
+
id?: string
|
|
173
|
+
product_id: string
|
|
174
|
+
user_id: string
|
|
175
|
+
}
|
|
176
|
+
Update: {
|
|
177
|
+
created_at?: string
|
|
178
|
+
id?: string
|
|
179
|
+
product_id?: string
|
|
180
|
+
user_id?: string
|
|
181
|
+
}
|
|
182
|
+
Relationships: [
|
|
183
|
+
{
|
|
184
|
+
foreignKeyName: "comparisons_product_id_fkey"
|
|
185
|
+
columns: ["product_id"]
|
|
186
|
+
isOneToOne: false
|
|
187
|
+
referencedRelation: "products"
|
|
188
|
+
referencedColumns: ["id"]
|
|
189
|
+
},
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
discount_conditions: {
|
|
193
|
+
Row: {
|
|
194
|
+
condition_type: string
|
|
195
|
+
created_at: string
|
|
196
|
+
discount_id: string
|
|
197
|
+
id: string
|
|
198
|
+
operator: string
|
|
199
|
+
value: Json
|
|
200
|
+
}
|
|
201
|
+
Insert: {
|
|
202
|
+
condition_type: string
|
|
203
|
+
created_at?: string
|
|
204
|
+
discount_id: string
|
|
205
|
+
id?: string
|
|
206
|
+
operator?: string
|
|
207
|
+
value?: Json
|
|
208
|
+
}
|
|
209
|
+
Update: {
|
|
210
|
+
condition_type?: string
|
|
211
|
+
created_at?: string
|
|
212
|
+
discount_id?: string
|
|
213
|
+
id?: string
|
|
214
|
+
operator?: string
|
|
215
|
+
value?: Json
|
|
216
|
+
}
|
|
217
|
+
Relationships: [
|
|
218
|
+
{
|
|
219
|
+
foreignKeyName: "discount_conditions_discount_id_fkey"
|
|
220
|
+
columns: ["discount_id"]
|
|
221
|
+
isOneToOne: false
|
|
222
|
+
referencedRelation: "discounts"
|
|
223
|
+
referencedColumns: ["id"]
|
|
224
|
+
},
|
|
225
|
+
]
|
|
226
|
+
}
|
|
227
|
+
discount_groups: {
|
|
228
|
+
Row: {
|
|
229
|
+
created_at: string
|
|
230
|
+
description: string | null
|
|
231
|
+
ends_at: string | null
|
|
232
|
+
id: string
|
|
233
|
+
is_active: boolean
|
|
234
|
+
name: string
|
|
235
|
+
operator: Database["public"]["Enums"]["discount_group_operator"]
|
|
236
|
+
parent_group_id: string | null
|
|
237
|
+
priority: number
|
|
238
|
+
starts_at: string | null
|
|
239
|
+
updated_at: string
|
|
240
|
+
}
|
|
241
|
+
Insert: {
|
|
242
|
+
created_at?: string
|
|
243
|
+
description?: string | null
|
|
244
|
+
ends_at?: string | null
|
|
245
|
+
id?: string
|
|
246
|
+
is_active?: boolean
|
|
247
|
+
name: string
|
|
248
|
+
operator?: Database["public"]["Enums"]["discount_group_operator"]
|
|
249
|
+
parent_group_id?: string | null
|
|
250
|
+
priority?: number
|
|
251
|
+
starts_at?: string | null
|
|
252
|
+
updated_at?: string
|
|
253
|
+
}
|
|
254
|
+
Update: {
|
|
255
|
+
created_at?: string
|
|
256
|
+
description?: string | null
|
|
257
|
+
ends_at?: string | null
|
|
258
|
+
id?: string
|
|
259
|
+
is_active?: boolean
|
|
260
|
+
name?: string
|
|
261
|
+
operator?: Database["public"]["Enums"]["discount_group_operator"]
|
|
262
|
+
parent_group_id?: string | null
|
|
263
|
+
priority?: number
|
|
264
|
+
starts_at?: string | null
|
|
265
|
+
updated_at?: string
|
|
266
|
+
}
|
|
267
|
+
Relationships: [
|
|
268
|
+
{
|
|
269
|
+
foreignKeyName: "discount_groups_parent_group_id_fkey"
|
|
270
|
+
columns: ["parent_group_id"]
|
|
271
|
+
isOneToOne: false
|
|
272
|
+
referencedRelation: "discount_groups"
|
|
273
|
+
referencedColumns: ["id"]
|
|
274
|
+
},
|
|
275
|
+
]
|
|
276
|
+
}
|
|
277
|
+
discount_targets: {
|
|
278
|
+
Row: {
|
|
279
|
+
created_at: string
|
|
280
|
+
discount_id: string
|
|
281
|
+
id: string
|
|
282
|
+
target_id: string | null
|
|
283
|
+
target_type: Database["public"]["Enums"]["discount_target_type"]
|
|
284
|
+
}
|
|
285
|
+
Insert: {
|
|
286
|
+
created_at?: string
|
|
287
|
+
discount_id: string
|
|
288
|
+
id?: string
|
|
289
|
+
target_id?: string | null
|
|
290
|
+
target_type?: Database["public"]["Enums"]["discount_target_type"]
|
|
291
|
+
}
|
|
292
|
+
Update: {
|
|
293
|
+
created_at?: string
|
|
294
|
+
discount_id?: string
|
|
295
|
+
id?: string
|
|
296
|
+
target_id?: string | null
|
|
297
|
+
target_type?: Database["public"]["Enums"]["discount_target_type"]
|
|
298
|
+
}
|
|
299
|
+
Relationships: [
|
|
300
|
+
{
|
|
301
|
+
foreignKeyName: "discount_targets_discount_id_fkey"
|
|
302
|
+
columns: ["discount_id"]
|
|
303
|
+
isOneToOne: false
|
|
304
|
+
referencedRelation: "discounts"
|
|
305
|
+
referencedColumns: ["id"]
|
|
306
|
+
},
|
|
307
|
+
]
|
|
308
|
+
}
|
|
309
|
+
discounts: {
|
|
310
|
+
Row: {
|
|
311
|
+
created_at: string
|
|
312
|
+
description: string | null
|
|
313
|
+
discount_type: Database["public"]["Enums"]["discount_type"]
|
|
314
|
+
discount_value: number
|
|
315
|
+
ends_at: string | null
|
|
316
|
+
group_id: string
|
|
317
|
+
id: string
|
|
318
|
+
is_active: boolean
|
|
319
|
+
name: string
|
|
320
|
+
price_type_id: string
|
|
321
|
+
priority: number
|
|
322
|
+
starts_at: string | null
|
|
323
|
+
updated_at: string
|
|
324
|
+
}
|
|
325
|
+
Insert: {
|
|
326
|
+
created_at?: string
|
|
327
|
+
description?: string | null
|
|
328
|
+
discount_type?: Database["public"]["Enums"]["discount_type"]
|
|
329
|
+
discount_value: number
|
|
330
|
+
ends_at?: string | null
|
|
331
|
+
group_id: string
|
|
332
|
+
id?: string
|
|
333
|
+
is_active?: boolean
|
|
334
|
+
name: string
|
|
335
|
+
price_type_id: string
|
|
336
|
+
priority?: number
|
|
337
|
+
starts_at?: string | null
|
|
338
|
+
updated_at?: string
|
|
339
|
+
}
|
|
340
|
+
Update: {
|
|
341
|
+
created_at?: string
|
|
342
|
+
description?: string | null
|
|
343
|
+
discount_type?: Database["public"]["Enums"]["discount_type"]
|
|
344
|
+
discount_value?: number
|
|
345
|
+
ends_at?: string | null
|
|
346
|
+
group_id?: string
|
|
347
|
+
id?: string
|
|
348
|
+
is_active?: boolean
|
|
349
|
+
name?: string
|
|
350
|
+
price_type_id?: string
|
|
351
|
+
priority?: number
|
|
352
|
+
starts_at?: string | null
|
|
353
|
+
updated_at?: string
|
|
354
|
+
}
|
|
355
|
+
Relationships: [
|
|
356
|
+
{
|
|
357
|
+
foreignKeyName: "discounts_group_id_fkey"
|
|
358
|
+
columns: ["group_id"]
|
|
359
|
+
isOneToOne: false
|
|
360
|
+
referencedRelation: "discount_groups"
|
|
361
|
+
referencedColumns: ["id"]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
foreignKeyName: "discounts_price_type_id_fkey"
|
|
365
|
+
columns: ["price_type_id"]
|
|
366
|
+
isOneToOne: false
|
|
367
|
+
referencedRelation: "price_types"
|
|
368
|
+
referencedColumns: ["id"]
|
|
369
|
+
},
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
languages: {
|
|
373
|
+
Row: {
|
|
374
|
+
code: string
|
|
375
|
+
created_at: string
|
|
376
|
+
id: string
|
|
377
|
+
is_active: boolean
|
|
378
|
+
is_default: boolean
|
|
379
|
+
name: string
|
|
380
|
+
}
|
|
381
|
+
Insert: {
|
|
382
|
+
code: string
|
|
383
|
+
created_at?: string
|
|
384
|
+
id?: string
|
|
385
|
+
is_active?: boolean
|
|
386
|
+
is_default?: boolean
|
|
387
|
+
name: string
|
|
388
|
+
}
|
|
389
|
+
Update: {
|
|
390
|
+
code?: string
|
|
391
|
+
created_at?: string
|
|
392
|
+
id?: string
|
|
393
|
+
is_active?: boolean
|
|
394
|
+
is_default?: boolean
|
|
395
|
+
name?: string
|
|
396
|
+
}
|
|
397
|
+
Relationships: []
|
|
398
|
+
}
|
|
399
|
+
modification_property_values: {
|
|
400
|
+
Row: {
|
|
401
|
+
created_at: string
|
|
402
|
+
id: string
|
|
403
|
+
modification_id: string
|
|
404
|
+
numeric_value: number | null
|
|
405
|
+
option_id: string | null
|
|
406
|
+
property_id: string
|
|
407
|
+
value: string | null
|
|
408
|
+
}
|
|
409
|
+
Insert: {
|
|
410
|
+
created_at?: string
|
|
411
|
+
id?: string
|
|
412
|
+
modification_id: string
|
|
413
|
+
numeric_value?: number | null
|
|
414
|
+
option_id?: string | null
|
|
415
|
+
property_id: string
|
|
416
|
+
value?: string | null
|
|
417
|
+
}
|
|
418
|
+
Update: {
|
|
419
|
+
created_at?: string
|
|
420
|
+
id?: string
|
|
421
|
+
modification_id?: string
|
|
422
|
+
numeric_value?: number | null
|
|
423
|
+
option_id?: string | null
|
|
424
|
+
property_id?: string
|
|
425
|
+
value?: string | null
|
|
426
|
+
}
|
|
427
|
+
Relationships: [
|
|
428
|
+
{
|
|
429
|
+
foreignKeyName: "modification_property_values_modification_id_fkey"
|
|
430
|
+
columns: ["modification_id"]
|
|
431
|
+
isOneToOne: false
|
|
432
|
+
referencedRelation: "product_modifications"
|
|
433
|
+
referencedColumns: ["id"]
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
foreignKeyName: "modification_property_values_option_id_fkey"
|
|
437
|
+
columns: ["option_id"]
|
|
438
|
+
isOneToOne: false
|
|
439
|
+
referencedRelation: "property_options"
|
|
440
|
+
referencedColumns: ["id"]
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
foreignKeyName: "modification_property_values_property_id_fkey"
|
|
444
|
+
columns: ["property_id"]
|
|
445
|
+
isOneToOne: false
|
|
446
|
+
referencedRelation: "section_properties"
|
|
447
|
+
referencedColumns: ["id"]
|
|
448
|
+
},
|
|
449
|
+
]
|
|
450
|
+
}
|
|
451
|
+
order_items: {
|
|
452
|
+
Row: {
|
|
453
|
+
base_price: number | null
|
|
454
|
+
created_at: string
|
|
455
|
+
discount_data: Json | null
|
|
456
|
+
id: string
|
|
457
|
+
modification_id: string | null
|
|
458
|
+
name: string
|
|
459
|
+
order_id: string
|
|
460
|
+
price: number
|
|
461
|
+
product_id: string | null
|
|
462
|
+
quantity: number
|
|
463
|
+
service_id: string | null
|
|
464
|
+
total: number
|
|
465
|
+
}
|
|
466
|
+
Insert: {
|
|
467
|
+
base_price?: number | null
|
|
468
|
+
created_at?: string
|
|
469
|
+
discount_data?: Json | null
|
|
470
|
+
id?: string
|
|
471
|
+
modification_id?: string | null
|
|
472
|
+
name: string
|
|
473
|
+
order_id: string
|
|
474
|
+
price: number
|
|
475
|
+
product_id?: string | null
|
|
476
|
+
quantity?: number
|
|
477
|
+
service_id?: string | null
|
|
478
|
+
total: number
|
|
479
|
+
}
|
|
480
|
+
Update: {
|
|
481
|
+
base_price?: number | null
|
|
482
|
+
created_at?: string
|
|
483
|
+
discount_data?: Json | null
|
|
484
|
+
id?: string
|
|
485
|
+
modification_id?: string | null
|
|
486
|
+
name?: string
|
|
487
|
+
order_id?: string
|
|
488
|
+
price?: number
|
|
489
|
+
product_id?: string | null
|
|
490
|
+
quantity?: number
|
|
491
|
+
service_id?: string | null
|
|
492
|
+
total?: number
|
|
493
|
+
}
|
|
494
|
+
Relationships: [
|
|
495
|
+
{
|
|
496
|
+
foreignKeyName: "order_items_modification_id_fkey"
|
|
497
|
+
columns: ["modification_id"]
|
|
498
|
+
isOneToOne: false
|
|
499
|
+
referencedRelation: "product_modifications"
|
|
500
|
+
referencedColumns: ["id"]
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
foreignKeyName: "order_items_order_id_fkey"
|
|
504
|
+
columns: ["order_id"]
|
|
505
|
+
isOneToOne: false
|
|
506
|
+
referencedRelation: "orders"
|
|
507
|
+
referencedColumns: ["id"]
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
foreignKeyName: "order_items_product_id_fkey"
|
|
511
|
+
columns: ["product_id"]
|
|
512
|
+
isOneToOne: false
|
|
513
|
+
referencedRelation: "products"
|
|
514
|
+
referencedColumns: ["id"]
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
foreignKeyName: "order_items_service_id_fkey"
|
|
518
|
+
columns: ["service_id"]
|
|
519
|
+
isOneToOne: false
|
|
520
|
+
referencedRelation: "services"
|
|
521
|
+
referencedColumns: ["id"]
|
|
522
|
+
},
|
|
523
|
+
]
|
|
524
|
+
}
|
|
525
|
+
order_statuses: {
|
|
526
|
+
Row: {
|
|
527
|
+
code: string
|
|
528
|
+
color: string | null
|
|
529
|
+
created_at: string
|
|
530
|
+
id: string
|
|
531
|
+
is_default: boolean
|
|
532
|
+
name: string
|
|
533
|
+
sort_order: number
|
|
534
|
+
}
|
|
535
|
+
Insert: {
|
|
536
|
+
code: string
|
|
537
|
+
color?: string | null
|
|
538
|
+
created_at?: string
|
|
539
|
+
id?: string
|
|
540
|
+
is_default?: boolean
|
|
541
|
+
name: string
|
|
542
|
+
sort_order?: number
|
|
543
|
+
}
|
|
544
|
+
Update: {
|
|
545
|
+
code?: string
|
|
546
|
+
color?: string | null
|
|
547
|
+
created_at?: string
|
|
548
|
+
id?: string
|
|
549
|
+
is_default?: boolean
|
|
550
|
+
name?: string
|
|
551
|
+
sort_order?: number
|
|
552
|
+
}
|
|
553
|
+
Relationships: []
|
|
554
|
+
}
|
|
555
|
+
orders: {
|
|
556
|
+
Row: {
|
|
557
|
+
access_token: string | null
|
|
558
|
+
created_at: string
|
|
559
|
+
delivery_address: string | null
|
|
560
|
+
delivery_city: string | null
|
|
561
|
+
delivery_method: string | null
|
|
562
|
+
email: string
|
|
563
|
+
first_name: string
|
|
564
|
+
has_different_recipient: boolean
|
|
565
|
+
id: string
|
|
566
|
+
last_name: string
|
|
567
|
+
notes: string | null
|
|
568
|
+
order_number: string
|
|
569
|
+
payment_method: string
|
|
570
|
+
phone: string
|
|
571
|
+
pickup_point_id: string | null
|
|
572
|
+
recipient_email: string | null
|
|
573
|
+
recipient_first_name: string | null
|
|
574
|
+
recipient_last_name: string | null
|
|
575
|
+
recipient_phone: string | null
|
|
576
|
+
saved_address_id: string | null
|
|
577
|
+
saved_recipient_id: string | null
|
|
578
|
+
shipping_cost: number | null
|
|
579
|
+
shipping_data: Json | null
|
|
580
|
+
shipping_method_id: string | null
|
|
581
|
+
shipping_rate_id: string | null
|
|
582
|
+
shipping_zone_id: string | null
|
|
583
|
+
status_id: string | null
|
|
584
|
+
subtotal: number
|
|
585
|
+
total: number
|
|
586
|
+
updated_at: string
|
|
587
|
+
user_id: string | null
|
|
588
|
+
}
|
|
589
|
+
Insert: {
|
|
590
|
+
access_token?: string | null
|
|
591
|
+
created_at?: string
|
|
592
|
+
delivery_address?: string | null
|
|
593
|
+
delivery_city?: string | null
|
|
594
|
+
delivery_method?: string | null
|
|
595
|
+
email: string
|
|
596
|
+
first_name: string
|
|
597
|
+
has_different_recipient?: boolean
|
|
598
|
+
id?: string
|
|
599
|
+
last_name: string
|
|
600
|
+
notes?: string | null
|
|
601
|
+
order_number: string
|
|
602
|
+
payment_method: string
|
|
603
|
+
phone: string
|
|
604
|
+
pickup_point_id?: string | null
|
|
605
|
+
recipient_email?: string | null
|
|
606
|
+
recipient_first_name?: string | null
|
|
607
|
+
recipient_last_name?: string | null
|
|
608
|
+
recipient_phone?: string | null
|
|
609
|
+
saved_address_id?: string | null
|
|
610
|
+
saved_recipient_id?: string | null
|
|
611
|
+
shipping_cost?: number | null
|
|
612
|
+
shipping_data?: Json | null
|
|
613
|
+
shipping_method_id?: string | null
|
|
614
|
+
shipping_rate_id?: string | null
|
|
615
|
+
shipping_zone_id?: string | null
|
|
616
|
+
status_id?: string | null
|
|
617
|
+
subtotal: number
|
|
618
|
+
total: number
|
|
619
|
+
updated_at?: string
|
|
620
|
+
user_id?: string | null
|
|
621
|
+
}
|
|
622
|
+
Update: {
|
|
623
|
+
access_token?: string | null
|
|
624
|
+
created_at?: string
|
|
625
|
+
delivery_address?: string | null
|
|
626
|
+
delivery_city?: string | null
|
|
627
|
+
delivery_method?: string | null
|
|
628
|
+
email?: string
|
|
629
|
+
first_name?: string
|
|
630
|
+
has_different_recipient?: boolean
|
|
631
|
+
id?: string
|
|
632
|
+
last_name?: string
|
|
633
|
+
notes?: string | null
|
|
634
|
+
order_number?: string
|
|
635
|
+
payment_method?: string
|
|
636
|
+
phone?: string
|
|
637
|
+
pickup_point_id?: string | null
|
|
638
|
+
recipient_email?: string | null
|
|
639
|
+
recipient_first_name?: string | null
|
|
640
|
+
recipient_last_name?: string | null
|
|
641
|
+
recipient_phone?: string | null
|
|
642
|
+
saved_address_id?: string | null
|
|
643
|
+
saved_recipient_id?: string | null
|
|
644
|
+
shipping_cost?: number | null
|
|
645
|
+
shipping_data?: Json | null
|
|
646
|
+
shipping_method_id?: string | null
|
|
647
|
+
shipping_rate_id?: string | null
|
|
648
|
+
shipping_zone_id?: string | null
|
|
649
|
+
status_id?: string | null
|
|
650
|
+
subtotal?: number
|
|
651
|
+
total?: number
|
|
652
|
+
updated_at?: string
|
|
653
|
+
user_id?: string | null
|
|
654
|
+
}
|
|
655
|
+
Relationships: [
|
|
656
|
+
{
|
|
657
|
+
foreignKeyName: "orders_pickup_point_id_fkey"
|
|
658
|
+
columns: ["pickup_point_id"]
|
|
659
|
+
isOneToOne: false
|
|
660
|
+
referencedRelation: "pickup_points"
|
|
661
|
+
referencedColumns: ["id"]
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
foreignKeyName: "orders_saved_address_id_fkey"
|
|
665
|
+
columns: ["saved_address_id"]
|
|
666
|
+
isOneToOne: false
|
|
667
|
+
referencedRelation: "user_addresses"
|
|
668
|
+
referencedColumns: ["id"]
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
foreignKeyName: "orders_saved_recipient_id_fkey"
|
|
672
|
+
columns: ["saved_recipient_id"]
|
|
673
|
+
isOneToOne: false
|
|
674
|
+
referencedRelation: "user_recipients"
|
|
675
|
+
referencedColumns: ["id"]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
foreignKeyName: "orders_shipping_method_id_fkey"
|
|
679
|
+
columns: ["shipping_method_id"]
|
|
680
|
+
isOneToOne: false
|
|
681
|
+
referencedRelation: "shipping_methods"
|
|
682
|
+
referencedColumns: ["id"]
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
foreignKeyName: "orders_shipping_rate_id_fkey"
|
|
686
|
+
columns: ["shipping_rate_id"]
|
|
687
|
+
isOneToOne: false
|
|
688
|
+
referencedRelation: "shipping_rates"
|
|
689
|
+
referencedColumns: ["id"]
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
foreignKeyName: "orders_shipping_zone_id_fkey"
|
|
693
|
+
columns: ["shipping_zone_id"]
|
|
694
|
+
isOneToOne: false
|
|
695
|
+
referencedRelation: "shipping_zones"
|
|
696
|
+
referencedColumns: ["id"]
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
foreignKeyName: "orders_status_id_fkey"
|
|
700
|
+
columns: ["status_id"]
|
|
701
|
+
isOneToOne: false
|
|
702
|
+
referencedRelation: "order_statuses"
|
|
703
|
+
referencedColumns: ["id"]
|
|
704
|
+
},
|
|
705
|
+
]
|
|
706
|
+
}
|
|
707
|
+
pickup_points: {
|
|
708
|
+
Row: {
|
|
709
|
+
address: string
|
|
710
|
+
city: string
|
|
711
|
+
coordinates: Json | null
|
|
712
|
+
created_at: string
|
|
713
|
+
id: string
|
|
714
|
+
is_active: boolean
|
|
715
|
+
is_system: boolean
|
|
716
|
+
method_id: string
|
|
717
|
+
name: string
|
|
718
|
+
phone: string | null
|
|
719
|
+
sort_order: number
|
|
720
|
+
working_hours: Json | null
|
|
721
|
+
zone_id: string | null
|
|
722
|
+
}
|
|
723
|
+
Insert: {
|
|
724
|
+
address: string
|
|
725
|
+
city: string
|
|
726
|
+
coordinates?: Json | null
|
|
727
|
+
created_at?: string
|
|
728
|
+
id?: string
|
|
729
|
+
is_active?: boolean
|
|
730
|
+
is_system?: boolean
|
|
731
|
+
method_id: string
|
|
732
|
+
name: string
|
|
733
|
+
phone?: string | null
|
|
734
|
+
sort_order?: number
|
|
735
|
+
working_hours?: Json | null
|
|
736
|
+
zone_id?: string | null
|
|
737
|
+
}
|
|
738
|
+
Update: {
|
|
739
|
+
address?: string
|
|
740
|
+
city?: string
|
|
741
|
+
coordinates?: Json | null
|
|
742
|
+
created_at?: string
|
|
743
|
+
id?: string
|
|
744
|
+
is_active?: boolean
|
|
745
|
+
is_system?: boolean
|
|
746
|
+
method_id?: string
|
|
747
|
+
name?: string
|
|
748
|
+
phone?: string | null
|
|
749
|
+
sort_order?: number
|
|
750
|
+
working_hours?: Json | null
|
|
751
|
+
zone_id?: string | null
|
|
752
|
+
}
|
|
753
|
+
Relationships: [
|
|
754
|
+
{
|
|
755
|
+
foreignKeyName: "pickup_points_method_id_fkey"
|
|
756
|
+
columns: ["method_id"]
|
|
757
|
+
isOneToOne: false
|
|
758
|
+
referencedRelation: "shipping_methods"
|
|
759
|
+
referencedColumns: ["id"]
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
foreignKeyName: "pickup_points_zone_id_fkey"
|
|
763
|
+
columns: ["zone_id"]
|
|
764
|
+
isOneToOne: false
|
|
765
|
+
referencedRelation: "shipping_zones"
|
|
766
|
+
referencedColumns: ["id"]
|
|
767
|
+
},
|
|
768
|
+
]
|
|
769
|
+
}
|
|
770
|
+
plugin_events: {
|
|
771
|
+
Row: {
|
|
772
|
+
error: string | null
|
|
773
|
+
executed_at: string | null
|
|
774
|
+
hook_name: string
|
|
775
|
+
id: string
|
|
776
|
+
payload: Json | null
|
|
777
|
+
plugin_name: string
|
|
778
|
+
result: Json | null
|
|
779
|
+
}
|
|
780
|
+
Insert: {
|
|
781
|
+
error?: string | null
|
|
782
|
+
executed_at?: string | null
|
|
783
|
+
hook_name: string
|
|
784
|
+
id?: string
|
|
785
|
+
payload?: Json | null
|
|
786
|
+
plugin_name: string
|
|
787
|
+
result?: Json | null
|
|
788
|
+
}
|
|
789
|
+
Update: {
|
|
790
|
+
error?: string | null
|
|
791
|
+
executed_at?: string | null
|
|
792
|
+
hook_name?: string
|
|
793
|
+
id?: string
|
|
794
|
+
payload?: Json | null
|
|
795
|
+
plugin_name?: string
|
|
796
|
+
result?: Json | null
|
|
797
|
+
}
|
|
798
|
+
Relationships: []
|
|
799
|
+
}
|
|
800
|
+
plugins: {
|
|
801
|
+
Row: {
|
|
802
|
+
author: string | null
|
|
803
|
+
config: Json | null
|
|
804
|
+
description: string | null
|
|
805
|
+
display_name: string
|
|
806
|
+
hooks: Json | null
|
|
807
|
+
id: string
|
|
808
|
+
installed_at: string | null
|
|
809
|
+
is_active: boolean | null
|
|
810
|
+
migrations_applied: Json | null
|
|
811
|
+
name: string
|
|
812
|
+
updated_at: string | null
|
|
813
|
+
version: string
|
|
814
|
+
}
|
|
815
|
+
Insert: {
|
|
816
|
+
author?: string | null
|
|
817
|
+
config?: Json | null
|
|
818
|
+
description?: string | null
|
|
819
|
+
display_name: string
|
|
820
|
+
hooks?: Json | null
|
|
821
|
+
id?: string
|
|
822
|
+
installed_at?: string | null
|
|
823
|
+
is_active?: boolean | null
|
|
824
|
+
migrations_applied?: Json | null
|
|
825
|
+
name: string
|
|
826
|
+
updated_at?: string | null
|
|
827
|
+
version?: string
|
|
828
|
+
}
|
|
829
|
+
Update: {
|
|
830
|
+
author?: string | null
|
|
831
|
+
config?: Json | null
|
|
832
|
+
description?: string | null
|
|
833
|
+
display_name?: string
|
|
834
|
+
hooks?: Json | null
|
|
835
|
+
id?: string
|
|
836
|
+
installed_at?: string | null
|
|
837
|
+
is_active?: boolean | null
|
|
838
|
+
migrations_applied?: Json | null
|
|
839
|
+
name?: string
|
|
840
|
+
updated_at?: string | null
|
|
841
|
+
version?: string
|
|
842
|
+
}
|
|
843
|
+
Relationships: []
|
|
844
|
+
}
|
|
845
|
+
price_types: {
|
|
846
|
+
Row: {
|
|
847
|
+
code: string
|
|
848
|
+
created_at: string
|
|
849
|
+
id: string
|
|
850
|
+
is_default: boolean
|
|
851
|
+
name: string
|
|
852
|
+
sort_order: number
|
|
853
|
+
}
|
|
854
|
+
Insert: {
|
|
855
|
+
code: string
|
|
856
|
+
created_at?: string
|
|
857
|
+
id?: string
|
|
858
|
+
is_default?: boolean
|
|
859
|
+
name: string
|
|
860
|
+
sort_order?: number
|
|
861
|
+
}
|
|
862
|
+
Update: {
|
|
863
|
+
code?: string
|
|
864
|
+
created_at?: string
|
|
865
|
+
id?: string
|
|
866
|
+
is_default?: boolean
|
|
867
|
+
name?: string
|
|
868
|
+
sort_order?: number
|
|
869
|
+
}
|
|
870
|
+
Relationships: []
|
|
871
|
+
}
|
|
872
|
+
product_modifications: {
|
|
873
|
+
Row: {
|
|
874
|
+
created_at: string
|
|
875
|
+
id: string
|
|
876
|
+
images: Json | null
|
|
877
|
+
is_default: boolean
|
|
878
|
+
name: string
|
|
879
|
+
product_id: string
|
|
880
|
+
sku: string | null
|
|
881
|
+
slug: string
|
|
882
|
+
sort_order: number
|
|
883
|
+
stock_status: Database["public"]["Enums"]["stock_status"] | null
|
|
884
|
+
updated_at: string
|
|
885
|
+
}
|
|
886
|
+
Insert: {
|
|
887
|
+
created_at?: string
|
|
888
|
+
id?: string
|
|
889
|
+
images?: Json | null
|
|
890
|
+
is_default?: boolean
|
|
891
|
+
name: string
|
|
892
|
+
product_id: string
|
|
893
|
+
sku?: string | null
|
|
894
|
+
slug: string
|
|
895
|
+
sort_order?: number
|
|
896
|
+
stock_status?: Database["public"]["Enums"]["stock_status"] | null
|
|
897
|
+
updated_at?: string
|
|
898
|
+
}
|
|
899
|
+
Update: {
|
|
900
|
+
created_at?: string
|
|
901
|
+
id?: string
|
|
902
|
+
images?: Json | null
|
|
903
|
+
is_default?: boolean
|
|
904
|
+
name?: string
|
|
905
|
+
product_id?: string
|
|
906
|
+
sku?: string | null
|
|
907
|
+
slug?: string
|
|
908
|
+
sort_order?: number
|
|
909
|
+
stock_status?: Database["public"]["Enums"]["stock_status"] | null
|
|
910
|
+
updated_at?: string
|
|
911
|
+
}
|
|
912
|
+
Relationships: [
|
|
913
|
+
{
|
|
914
|
+
foreignKeyName: "product_modifications_product_id_fkey"
|
|
915
|
+
columns: ["product_id"]
|
|
916
|
+
isOneToOne: false
|
|
917
|
+
referencedRelation: "products"
|
|
918
|
+
referencedColumns: ["id"]
|
|
919
|
+
},
|
|
920
|
+
]
|
|
921
|
+
}
|
|
922
|
+
product_prices: {
|
|
923
|
+
Row: {
|
|
924
|
+
created_at: string
|
|
925
|
+
id: string
|
|
926
|
+
modification_id: string | null
|
|
927
|
+
old_price: number | null
|
|
928
|
+
price: number
|
|
929
|
+
price_type_id: string
|
|
930
|
+
product_id: string
|
|
931
|
+
updated_at: string
|
|
932
|
+
}
|
|
933
|
+
Insert: {
|
|
934
|
+
created_at?: string
|
|
935
|
+
id?: string
|
|
936
|
+
modification_id?: string | null
|
|
937
|
+
old_price?: number | null
|
|
938
|
+
price: number
|
|
939
|
+
price_type_id: string
|
|
940
|
+
product_id: string
|
|
941
|
+
updated_at?: string
|
|
942
|
+
}
|
|
943
|
+
Update: {
|
|
944
|
+
created_at?: string
|
|
945
|
+
id?: string
|
|
946
|
+
modification_id?: string | null
|
|
947
|
+
old_price?: number | null
|
|
948
|
+
price?: number
|
|
949
|
+
price_type_id?: string
|
|
950
|
+
product_id?: string
|
|
951
|
+
updated_at?: string
|
|
952
|
+
}
|
|
953
|
+
Relationships: [
|
|
954
|
+
{
|
|
955
|
+
foreignKeyName: "product_prices_modification_id_fkey"
|
|
956
|
+
columns: ["modification_id"]
|
|
957
|
+
isOneToOne: false
|
|
958
|
+
referencedRelation: "product_modifications"
|
|
959
|
+
referencedColumns: ["id"]
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
foreignKeyName: "product_prices_price_type_id_fkey"
|
|
963
|
+
columns: ["price_type_id"]
|
|
964
|
+
isOneToOne: false
|
|
965
|
+
referencedRelation: "price_types"
|
|
966
|
+
referencedColumns: ["id"]
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
foreignKeyName: "product_prices_product_id_fkey"
|
|
970
|
+
columns: ["product_id"]
|
|
971
|
+
isOneToOne: false
|
|
972
|
+
referencedRelation: "products"
|
|
973
|
+
referencedColumns: ["id"]
|
|
974
|
+
},
|
|
975
|
+
]
|
|
976
|
+
}
|
|
977
|
+
product_property_values: {
|
|
978
|
+
Row: {
|
|
979
|
+
created_at: string
|
|
980
|
+
id: string
|
|
981
|
+
numeric_value: number | null
|
|
982
|
+
option_id: string | null
|
|
983
|
+
product_id: string
|
|
984
|
+
property_id: string
|
|
985
|
+
value: string | null
|
|
986
|
+
}
|
|
987
|
+
Insert: {
|
|
988
|
+
created_at?: string
|
|
989
|
+
id?: string
|
|
990
|
+
numeric_value?: number | null
|
|
991
|
+
option_id?: string | null
|
|
992
|
+
product_id: string
|
|
993
|
+
property_id: string
|
|
994
|
+
value?: string | null
|
|
995
|
+
}
|
|
996
|
+
Update: {
|
|
997
|
+
created_at?: string
|
|
998
|
+
id?: string
|
|
999
|
+
numeric_value?: number | null
|
|
1000
|
+
option_id?: string | null
|
|
1001
|
+
product_id?: string
|
|
1002
|
+
property_id?: string
|
|
1003
|
+
value?: string | null
|
|
1004
|
+
}
|
|
1005
|
+
Relationships: [
|
|
1006
|
+
{
|
|
1007
|
+
foreignKeyName: "product_property_values_option_id_fkey"
|
|
1008
|
+
columns: ["option_id"]
|
|
1009
|
+
isOneToOne: false
|
|
1010
|
+
referencedRelation: "property_options"
|
|
1011
|
+
referencedColumns: ["id"]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
foreignKeyName: "product_property_values_product_id_fkey"
|
|
1015
|
+
columns: ["product_id"]
|
|
1016
|
+
isOneToOne: false
|
|
1017
|
+
referencedRelation: "products"
|
|
1018
|
+
referencedColumns: ["id"]
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
foreignKeyName: "product_property_values_property_id_fkey"
|
|
1022
|
+
columns: ["property_id"]
|
|
1023
|
+
isOneToOne: false
|
|
1024
|
+
referencedRelation: "section_properties"
|
|
1025
|
+
referencedColumns: ["id"]
|
|
1026
|
+
},
|
|
1027
|
+
]
|
|
1028
|
+
}
|
|
1029
|
+
product_reviews: {
|
|
1030
|
+
Row: {
|
|
1031
|
+
admin_comment: string | null
|
|
1032
|
+
content: string | null
|
|
1033
|
+
created_at: string
|
|
1034
|
+
id: string
|
|
1035
|
+
images: Json | null
|
|
1036
|
+
product_id: string
|
|
1037
|
+
rating: number
|
|
1038
|
+
status: string
|
|
1039
|
+
title: string | null
|
|
1040
|
+
updated_at: string
|
|
1041
|
+
user_id: string
|
|
1042
|
+
}
|
|
1043
|
+
Insert: {
|
|
1044
|
+
admin_comment?: string | null
|
|
1045
|
+
content?: string | null
|
|
1046
|
+
created_at?: string
|
|
1047
|
+
id?: string
|
|
1048
|
+
images?: Json | null
|
|
1049
|
+
product_id: string
|
|
1050
|
+
rating: number
|
|
1051
|
+
status?: string
|
|
1052
|
+
title?: string | null
|
|
1053
|
+
updated_at?: string
|
|
1054
|
+
user_id: string
|
|
1055
|
+
}
|
|
1056
|
+
Update: {
|
|
1057
|
+
admin_comment?: string | null
|
|
1058
|
+
content?: string | null
|
|
1059
|
+
created_at?: string
|
|
1060
|
+
id?: string
|
|
1061
|
+
images?: Json | null
|
|
1062
|
+
product_id?: string
|
|
1063
|
+
rating?: number
|
|
1064
|
+
status?: string
|
|
1065
|
+
title?: string | null
|
|
1066
|
+
updated_at?: string
|
|
1067
|
+
user_id?: string
|
|
1068
|
+
}
|
|
1069
|
+
Relationships: [
|
|
1070
|
+
{
|
|
1071
|
+
foreignKeyName: "product_reviews_product_id_fkey"
|
|
1072
|
+
columns: ["product_id"]
|
|
1073
|
+
isOneToOne: false
|
|
1074
|
+
referencedRelation: "products"
|
|
1075
|
+
referencedColumns: ["id"]
|
|
1076
|
+
},
|
|
1077
|
+
]
|
|
1078
|
+
}
|
|
1079
|
+
products: {
|
|
1080
|
+
Row: {
|
|
1081
|
+
created_at: string
|
|
1082
|
+
description: string | null
|
|
1083
|
+
has_modifications: boolean | null
|
|
1084
|
+
id: string
|
|
1085
|
+
images: Json | null
|
|
1086
|
+
is_active: boolean
|
|
1087
|
+
is_featured: boolean
|
|
1088
|
+
meta_description: string | null
|
|
1089
|
+
meta_title: string | null
|
|
1090
|
+
name: string
|
|
1091
|
+
section_id: string | null
|
|
1092
|
+
short_description: string | null
|
|
1093
|
+
sku: string | null
|
|
1094
|
+
slug: string
|
|
1095
|
+
stock_status: Database["public"]["Enums"]["stock_status"] | null
|
|
1096
|
+
updated_at: string
|
|
1097
|
+
}
|
|
1098
|
+
Insert: {
|
|
1099
|
+
created_at?: string
|
|
1100
|
+
description?: string | null
|
|
1101
|
+
has_modifications?: boolean | null
|
|
1102
|
+
id?: string
|
|
1103
|
+
images?: Json | null
|
|
1104
|
+
is_active?: boolean
|
|
1105
|
+
is_featured?: boolean
|
|
1106
|
+
meta_description?: string | null
|
|
1107
|
+
meta_title?: string | null
|
|
1108
|
+
name: string
|
|
1109
|
+
section_id?: string | null
|
|
1110
|
+
short_description?: string | null
|
|
1111
|
+
sku?: string | null
|
|
1112
|
+
slug: string
|
|
1113
|
+
stock_status?: Database["public"]["Enums"]["stock_status"] | null
|
|
1114
|
+
updated_at?: string
|
|
1115
|
+
}
|
|
1116
|
+
Update: {
|
|
1117
|
+
created_at?: string
|
|
1118
|
+
description?: string | null
|
|
1119
|
+
has_modifications?: boolean | null
|
|
1120
|
+
id?: string
|
|
1121
|
+
images?: Json | null
|
|
1122
|
+
is_active?: boolean
|
|
1123
|
+
is_featured?: boolean
|
|
1124
|
+
meta_description?: string | null
|
|
1125
|
+
meta_title?: string | null
|
|
1126
|
+
name?: string
|
|
1127
|
+
section_id?: string | null
|
|
1128
|
+
short_description?: string | null
|
|
1129
|
+
sku?: string | null
|
|
1130
|
+
slug?: string
|
|
1131
|
+
stock_status?: Database["public"]["Enums"]["stock_status"] | null
|
|
1132
|
+
updated_at?: string
|
|
1133
|
+
}
|
|
1134
|
+
Relationships: [
|
|
1135
|
+
{
|
|
1136
|
+
foreignKeyName: "products_section_id_fkey"
|
|
1137
|
+
columns: ["section_id"]
|
|
1138
|
+
isOneToOne: false
|
|
1139
|
+
referencedRelation: "sections"
|
|
1140
|
+
referencedColumns: ["id"]
|
|
1141
|
+
},
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
profiles: {
|
|
1145
|
+
Row: {
|
|
1146
|
+
auth_provider: string | null
|
|
1147
|
+
avatar_url: string | null
|
|
1148
|
+
category_id: string | null
|
|
1149
|
+
created_at: string
|
|
1150
|
+
default_pickup_point_id: string | null
|
|
1151
|
+
default_shipping_method_id: string | null
|
|
1152
|
+
email: string | null
|
|
1153
|
+
first_name: string | null
|
|
1154
|
+
id: string
|
|
1155
|
+
last_name: string | null
|
|
1156
|
+
phone: string | null
|
|
1157
|
+
registration_utm: Json | null
|
|
1158
|
+
updated_at: string
|
|
1159
|
+
user_id: string
|
|
1160
|
+
}
|
|
1161
|
+
Insert: {
|
|
1162
|
+
auth_provider?: string | null
|
|
1163
|
+
avatar_url?: string | null
|
|
1164
|
+
category_id?: string | null
|
|
1165
|
+
created_at?: string
|
|
1166
|
+
default_pickup_point_id?: string | null
|
|
1167
|
+
default_shipping_method_id?: string | null
|
|
1168
|
+
email?: string | null
|
|
1169
|
+
first_name?: string | null
|
|
1170
|
+
id?: string
|
|
1171
|
+
last_name?: string | null
|
|
1172
|
+
phone?: string | null
|
|
1173
|
+
registration_utm?: Json | null
|
|
1174
|
+
updated_at?: string
|
|
1175
|
+
user_id: string
|
|
1176
|
+
}
|
|
1177
|
+
Update: {
|
|
1178
|
+
auth_provider?: string | null
|
|
1179
|
+
avatar_url?: string | null
|
|
1180
|
+
category_id?: string | null
|
|
1181
|
+
created_at?: string
|
|
1182
|
+
default_pickup_point_id?: string | null
|
|
1183
|
+
default_shipping_method_id?: string | null
|
|
1184
|
+
email?: string | null
|
|
1185
|
+
first_name?: string | null
|
|
1186
|
+
id?: string
|
|
1187
|
+
last_name?: string | null
|
|
1188
|
+
phone?: string | null
|
|
1189
|
+
registration_utm?: Json | null
|
|
1190
|
+
updated_at?: string
|
|
1191
|
+
user_id?: string
|
|
1192
|
+
}
|
|
1193
|
+
Relationships: [
|
|
1194
|
+
{
|
|
1195
|
+
foreignKeyName: "profiles_category_id_fkey"
|
|
1196
|
+
columns: ["category_id"]
|
|
1197
|
+
isOneToOne: false
|
|
1198
|
+
referencedRelation: "user_categories"
|
|
1199
|
+
referencedColumns: ["id"]
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
foreignKeyName: "profiles_default_pickup_point_id_fkey"
|
|
1203
|
+
columns: ["default_pickup_point_id"]
|
|
1204
|
+
isOneToOne: false
|
|
1205
|
+
referencedRelation: "pickup_points"
|
|
1206
|
+
referencedColumns: ["id"]
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
foreignKeyName: "profiles_default_shipping_method_id_fkey"
|
|
1210
|
+
columns: ["default_shipping_method_id"]
|
|
1211
|
+
isOneToOne: false
|
|
1212
|
+
referencedRelation: "shipping_methods"
|
|
1213
|
+
referencedColumns: ["id"]
|
|
1214
|
+
},
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
property_options: {
|
|
1218
|
+
Row: {
|
|
1219
|
+
created_at: string
|
|
1220
|
+
description: string | null
|
|
1221
|
+
id: string
|
|
1222
|
+
image_url: string | null
|
|
1223
|
+
meta_description: string | null
|
|
1224
|
+
meta_title: string | null
|
|
1225
|
+
name: string
|
|
1226
|
+
property_id: string
|
|
1227
|
+
slug: string
|
|
1228
|
+
sort_order: number
|
|
1229
|
+
}
|
|
1230
|
+
Insert: {
|
|
1231
|
+
created_at?: string
|
|
1232
|
+
description?: string | null
|
|
1233
|
+
id?: string
|
|
1234
|
+
image_url?: string | null
|
|
1235
|
+
meta_description?: string | null
|
|
1236
|
+
meta_title?: string | null
|
|
1237
|
+
name: string
|
|
1238
|
+
property_id: string
|
|
1239
|
+
slug: string
|
|
1240
|
+
sort_order?: number
|
|
1241
|
+
}
|
|
1242
|
+
Update: {
|
|
1243
|
+
created_at?: string
|
|
1244
|
+
description?: string | null
|
|
1245
|
+
id?: string
|
|
1246
|
+
image_url?: string | null
|
|
1247
|
+
meta_description?: string | null
|
|
1248
|
+
meta_title?: string | null
|
|
1249
|
+
name?: string
|
|
1250
|
+
property_id?: string
|
|
1251
|
+
slug?: string
|
|
1252
|
+
sort_order?: number
|
|
1253
|
+
}
|
|
1254
|
+
Relationships: [
|
|
1255
|
+
{
|
|
1256
|
+
foreignKeyName: "property_options_property_id_fkey"
|
|
1257
|
+
columns: ["property_id"]
|
|
1258
|
+
isOneToOne: false
|
|
1259
|
+
referencedRelation: "section_properties"
|
|
1260
|
+
referencedColumns: ["id"]
|
|
1261
|
+
},
|
|
1262
|
+
]
|
|
1263
|
+
}
|
|
1264
|
+
section_properties: {
|
|
1265
|
+
Row: {
|
|
1266
|
+
created_at: string
|
|
1267
|
+
has_page: boolean
|
|
1268
|
+
id: string
|
|
1269
|
+
is_filterable: boolean
|
|
1270
|
+
is_required: boolean
|
|
1271
|
+
name: string
|
|
1272
|
+
options: Json | null
|
|
1273
|
+
property_type: Database["public"]["Enums"]["property_type"]
|
|
1274
|
+
section_id: string | null
|
|
1275
|
+
slug: string
|
|
1276
|
+
sort_order: number
|
|
1277
|
+
}
|
|
1278
|
+
Insert: {
|
|
1279
|
+
created_at?: string
|
|
1280
|
+
has_page?: boolean
|
|
1281
|
+
id?: string
|
|
1282
|
+
is_filterable?: boolean
|
|
1283
|
+
is_required?: boolean
|
|
1284
|
+
name: string
|
|
1285
|
+
options?: Json | null
|
|
1286
|
+
property_type?: Database["public"]["Enums"]["property_type"]
|
|
1287
|
+
section_id?: string | null
|
|
1288
|
+
slug: string
|
|
1289
|
+
sort_order?: number
|
|
1290
|
+
}
|
|
1291
|
+
Update: {
|
|
1292
|
+
created_at?: string
|
|
1293
|
+
has_page?: boolean
|
|
1294
|
+
id?: string
|
|
1295
|
+
is_filterable?: boolean
|
|
1296
|
+
is_required?: boolean
|
|
1297
|
+
name?: string
|
|
1298
|
+
options?: Json | null
|
|
1299
|
+
property_type?: Database["public"]["Enums"]["property_type"]
|
|
1300
|
+
section_id?: string | null
|
|
1301
|
+
slug?: string
|
|
1302
|
+
sort_order?: number
|
|
1303
|
+
}
|
|
1304
|
+
Relationships: [
|
|
1305
|
+
{
|
|
1306
|
+
foreignKeyName: "section_properties_section_id_fkey"
|
|
1307
|
+
columns: ["section_id"]
|
|
1308
|
+
isOneToOne: false
|
|
1309
|
+
referencedRelation: "sections"
|
|
1310
|
+
referencedColumns: ["id"]
|
|
1311
|
+
},
|
|
1312
|
+
]
|
|
1313
|
+
}
|
|
1314
|
+
section_property_assignments: {
|
|
1315
|
+
Row: {
|
|
1316
|
+
applies_to: string
|
|
1317
|
+
created_at: string
|
|
1318
|
+
id: string
|
|
1319
|
+
property_id: string
|
|
1320
|
+
section_id: string
|
|
1321
|
+
sort_order: number
|
|
1322
|
+
}
|
|
1323
|
+
Insert: {
|
|
1324
|
+
applies_to?: string
|
|
1325
|
+
created_at?: string
|
|
1326
|
+
id?: string
|
|
1327
|
+
property_id: string
|
|
1328
|
+
section_id: string
|
|
1329
|
+
sort_order?: number
|
|
1330
|
+
}
|
|
1331
|
+
Update: {
|
|
1332
|
+
applies_to?: string
|
|
1333
|
+
created_at?: string
|
|
1334
|
+
id?: string
|
|
1335
|
+
property_id?: string
|
|
1336
|
+
section_id?: string
|
|
1337
|
+
sort_order?: number
|
|
1338
|
+
}
|
|
1339
|
+
Relationships: [
|
|
1340
|
+
{
|
|
1341
|
+
foreignKeyName: "section_property_assignments_property_id_fkey"
|
|
1342
|
+
columns: ["property_id"]
|
|
1343
|
+
isOneToOne: false
|
|
1344
|
+
referencedRelation: "section_properties"
|
|
1345
|
+
referencedColumns: ["id"]
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
foreignKeyName: "section_property_assignments_section_id_fkey"
|
|
1349
|
+
columns: ["section_id"]
|
|
1350
|
+
isOneToOne: false
|
|
1351
|
+
referencedRelation: "sections"
|
|
1352
|
+
referencedColumns: ["id"]
|
|
1353
|
+
},
|
|
1354
|
+
]
|
|
1355
|
+
}
|
|
1356
|
+
sections: {
|
|
1357
|
+
Row: {
|
|
1358
|
+
created_at: string
|
|
1359
|
+
description: string | null
|
|
1360
|
+
id: string
|
|
1361
|
+
image_url: string | null
|
|
1362
|
+
is_active: boolean
|
|
1363
|
+
meta_description: string | null
|
|
1364
|
+
meta_title: string | null
|
|
1365
|
+
name: string
|
|
1366
|
+
parent_id: string | null
|
|
1367
|
+
slug: string
|
|
1368
|
+
sort_order: number
|
|
1369
|
+
updated_at: string
|
|
1370
|
+
}
|
|
1371
|
+
Insert: {
|
|
1372
|
+
created_at?: string
|
|
1373
|
+
description?: string | null
|
|
1374
|
+
id?: string
|
|
1375
|
+
image_url?: string | null
|
|
1376
|
+
is_active?: boolean
|
|
1377
|
+
meta_description?: string | null
|
|
1378
|
+
meta_title?: string | null
|
|
1379
|
+
name: string
|
|
1380
|
+
parent_id?: string | null
|
|
1381
|
+
slug: string
|
|
1382
|
+
sort_order?: number
|
|
1383
|
+
updated_at?: string
|
|
1384
|
+
}
|
|
1385
|
+
Update: {
|
|
1386
|
+
created_at?: string
|
|
1387
|
+
description?: string | null
|
|
1388
|
+
id?: string
|
|
1389
|
+
image_url?: string | null
|
|
1390
|
+
is_active?: boolean
|
|
1391
|
+
meta_description?: string | null
|
|
1392
|
+
meta_title?: string | null
|
|
1393
|
+
name?: string
|
|
1394
|
+
parent_id?: string | null
|
|
1395
|
+
slug?: string
|
|
1396
|
+
sort_order?: number
|
|
1397
|
+
updated_at?: string
|
|
1398
|
+
}
|
|
1399
|
+
Relationships: [
|
|
1400
|
+
{
|
|
1401
|
+
foreignKeyName: "sections_parent_id_fkey"
|
|
1402
|
+
columns: ["parent_id"]
|
|
1403
|
+
isOneToOne: false
|
|
1404
|
+
referencedRelation: "sections"
|
|
1405
|
+
referencedColumns: ["id"]
|
|
1406
|
+
},
|
|
1407
|
+
]
|
|
1408
|
+
}
|
|
1409
|
+
service_requests: {
|
|
1410
|
+
Row: {
|
|
1411
|
+
created_at: string
|
|
1412
|
+
email: string
|
|
1413
|
+
id: string
|
|
1414
|
+
message: string | null
|
|
1415
|
+
name: string
|
|
1416
|
+
phone: string | null
|
|
1417
|
+
service_id: string | null
|
|
1418
|
+
status: string
|
|
1419
|
+
user_id: string | null
|
|
1420
|
+
}
|
|
1421
|
+
Insert: {
|
|
1422
|
+
created_at?: string
|
|
1423
|
+
email: string
|
|
1424
|
+
id?: string
|
|
1425
|
+
message?: string | null
|
|
1426
|
+
name: string
|
|
1427
|
+
phone?: string | null
|
|
1428
|
+
service_id?: string | null
|
|
1429
|
+
status?: string
|
|
1430
|
+
user_id?: string | null
|
|
1431
|
+
}
|
|
1432
|
+
Update: {
|
|
1433
|
+
created_at?: string
|
|
1434
|
+
email?: string
|
|
1435
|
+
id?: string
|
|
1436
|
+
message?: string | null
|
|
1437
|
+
name?: string
|
|
1438
|
+
phone?: string | null
|
|
1439
|
+
service_id?: string | null
|
|
1440
|
+
status?: string
|
|
1441
|
+
user_id?: string | null
|
|
1442
|
+
}
|
|
1443
|
+
Relationships: [
|
|
1444
|
+
{
|
|
1445
|
+
foreignKeyName: "service_requests_service_id_fkey"
|
|
1446
|
+
columns: ["service_id"]
|
|
1447
|
+
isOneToOne: false
|
|
1448
|
+
referencedRelation: "services"
|
|
1449
|
+
referencedColumns: ["id"]
|
|
1450
|
+
},
|
|
1451
|
+
]
|
|
1452
|
+
}
|
|
1453
|
+
services: {
|
|
1454
|
+
Row: {
|
|
1455
|
+
created_at: string
|
|
1456
|
+
description: string | null
|
|
1457
|
+
id: string
|
|
1458
|
+
image_url: string | null
|
|
1459
|
+
is_active: boolean
|
|
1460
|
+
name: string
|
|
1461
|
+
price: number | null
|
|
1462
|
+
slug: string
|
|
1463
|
+
updated_at: string
|
|
1464
|
+
}
|
|
1465
|
+
Insert: {
|
|
1466
|
+
created_at?: string
|
|
1467
|
+
description?: string | null
|
|
1468
|
+
id?: string
|
|
1469
|
+
image_url?: string | null
|
|
1470
|
+
is_active?: boolean
|
|
1471
|
+
name: string
|
|
1472
|
+
price?: number | null
|
|
1473
|
+
slug: string
|
|
1474
|
+
updated_at?: string
|
|
1475
|
+
}
|
|
1476
|
+
Update: {
|
|
1477
|
+
created_at?: string
|
|
1478
|
+
description?: string | null
|
|
1479
|
+
id?: string
|
|
1480
|
+
image_url?: string | null
|
|
1481
|
+
is_active?: boolean
|
|
1482
|
+
name?: string
|
|
1483
|
+
price?: number | null
|
|
1484
|
+
slug?: string
|
|
1485
|
+
updated_at?: string
|
|
1486
|
+
}
|
|
1487
|
+
Relationships: []
|
|
1488
|
+
}
|
|
1489
|
+
shipping_methods: {
|
|
1490
|
+
Row: {
|
|
1491
|
+
code: string
|
|
1492
|
+
config: Json | null
|
|
1493
|
+
created_at: string
|
|
1494
|
+
description: string | null
|
|
1495
|
+
icon: string | null
|
|
1496
|
+
id: string
|
|
1497
|
+
is_active: boolean
|
|
1498
|
+
name: string
|
|
1499
|
+
plugin_name: string | null
|
|
1500
|
+
sort_order: number
|
|
1501
|
+
type: Database["public"]["Enums"]["shipping_method_type"]
|
|
1502
|
+
updated_at: string
|
|
1503
|
+
}
|
|
1504
|
+
Insert: {
|
|
1505
|
+
code: string
|
|
1506
|
+
config?: Json | null
|
|
1507
|
+
created_at?: string
|
|
1508
|
+
description?: string | null
|
|
1509
|
+
icon?: string | null
|
|
1510
|
+
id?: string
|
|
1511
|
+
is_active?: boolean
|
|
1512
|
+
name: string
|
|
1513
|
+
plugin_name?: string | null
|
|
1514
|
+
sort_order?: number
|
|
1515
|
+
type?: Database["public"]["Enums"]["shipping_method_type"]
|
|
1516
|
+
updated_at?: string
|
|
1517
|
+
}
|
|
1518
|
+
Update: {
|
|
1519
|
+
code?: string
|
|
1520
|
+
config?: Json | null
|
|
1521
|
+
created_at?: string
|
|
1522
|
+
description?: string | null
|
|
1523
|
+
icon?: string | null
|
|
1524
|
+
id?: string
|
|
1525
|
+
is_active?: boolean
|
|
1526
|
+
name?: string
|
|
1527
|
+
plugin_name?: string | null
|
|
1528
|
+
sort_order?: number
|
|
1529
|
+
type?: Database["public"]["Enums"]["shipping_method_type"]
|
|
1530
|
+
updated_at?: string
|
|
1531
|
+
}
|
|
1532
|
+
Relationships: []
|
|
1533
|
+
}
|
|
1534
|
+
shipping_rates: {
|
|
1535
|
+
Row: {
|
|
1536
|
+
base_cost: number
|
|
1537
|
+
calculation_type: Database["public"]["Enums"]["shipping_calculation_type"]
|
|
1538
|
+
config: Json | null
|
|
1539
|
+
created_at: string
|
|
1540
|
+
estimated_days: string | null
|
|
1541
|
+
free_from_amount: number | null
|
|
1542
|
+
id: string
|
|
1543
|
+
is_active: boolean
|
|
1544
|
+
max_order_amount: number | null
|
|
1545
|
+
method_id: string
|
|
1546
|
+
min_order_amount: number | null
|
|
1547
|
+
min_weight: number | null
|
|
1548
|
+
name: string
|
|
1549
|
+
per_kg_cost: number | null
|
|
1550
|
+
sort_order: number
|
|
1551
|
+
zone_id: string
|
|
1552
|
+
}
|
|
1553
|
+
Insert: {
|
|
1554
|
+
base_cost?: number
|
|
1555
|
+
calculation_type?: Database["public"]["Enums"]["shipping_calculation_type"]
|
|
1556
|
+
config?: Json | null
|
|
1557
|
+
created_at?: string
|
|
1558
|
+
estimated_days?: string | null
|
|
1559
|
+
free_from_amount?: number | null
|
|
1560
|
+
id?: string
|
|
1561
|
+
is_active?: boolean
|
|
1562
|
+
max_order_amount?: number | null
|
|
1563
|
+
method_id: string
|
|
1564
|
+
min_order_amount?: number | null
|
|
1565
|
+
min_weight?: number | null
|
|
1566
|
+
name: string
|
|
1567
|
+
per_kg_cost?: number | null
|
|
1568
|
+
sort_order?: number
|
|
1569
|
+
zone_id: string
|
|
1570
|
+
}
|
|
1571
|
+
Update: {
|
|
1572
|
+
base_cost?: number
|
|
1573
|
+
calculation_type?: Database["public"]["Enums"]["shipping_calculation_type"]
|
|
1574
|
+
config?: Json | null
|
|
1575
|
+
created_at?: string
|
|
1576
|
+
estimated_days?: string | null
|
|
1577
|
+
free_from_amount?: number | null
|
|
1578
|
+
id?: string
|
|
1579
|
+
is_active?: boolean
|
|
1580
|
+
max_order_amount?: number | null
|
|
1581
|
+
method_id?: string
|
|
1582
|
+
min_order_amount?: number | null
|
|
1583
|
+
min_weight?: number | null
|
|
1584
|
+
name?: string
|
|
1585
|
+
per_kg_cost?: number | null
|
|
1586
|
+
sort_order?: number
|
|
1587
|
+
zone_id?: string
|
|
1588
|
+
}
|
|
1589
|
+
Relationships: [
|
|
1590
|
+
{
|
|
1591
|
+
foreignKeyName: "shipping_rates_method_id_fkey"
|
|
1592
|
+
columns: ["method_id"]
|
|
1593
|
+
isOneToOne: false
|
|
1594
|
+
referencedRelation: "shipping_methods"
|
|
1595
|
+
referencedColumns: ["id"]
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
foreignKeyName: "shipping_rates_zone_id_fkey"
|
|
1599
|
+
columns: ["zone_id"]
|
|
1600
|
+
isOneToOne: false
|
|
1601
|
+
referencedRelation: "shipping_zones"
|
|
1602
|
+
referencedColumns: ["id"]
|
|
1603
|
+
},
|
|
1604
|
+
]
|
|
1605
|
+
}
|
|
1606
|
+
shipping_zones: {
|
|
1607
|
+
Row: {
|
|
1608
|
+
cities: string[] | null
|
|
1609
|
+
created_at: string
|
|
1610
|
+
description: string | null
|
|
1611
|
+
id: string
|
|
1612
|
+
is_active: boolean
|
|
1613
|
+
is_default: boolean
|
|
1614
|
+
name: string
|
|
1615
|
+
regions: string[] | null
|
|
1616
|
+
sort_order: number
|
|
1617
|
+
}
|
|
1618
|
+
Insert: {
|
|
1619
|
+
cities?: string[] | null
|
|
1620
|
+
created_at?: string
|
|
1621
|
+
description?: string | null
|
|
1622
|
+
id?: string
|
|
1623
|
+
is_active?: boolean
|
|
1624
|
+
is_default?: boolean
|
|
1625
|
+
name: string
|
|
1626
|
+
regions?: string[] | null
|
|
1627
|
+
sort_order?: number
|
|
1628
|
+
}
|
|
1629
|
+
Update: {
|
|
1630
|
+
cities?: string[] | null
|
|
1631
|
+
created_at?: string
|
|
1632
|
+
description?: string | null
|
|
1633
|
+
id?: string
|
|
1634
|
+
is_active?: boolean
|
|
1635
|
+
is_default?: boolean
|
|
1636
|
+
name?: string
|
|
1637
|
+
regions?: string[] | null
|
|
1638
|
+
sort_order?: number
|
|
1639
|
+
}
|
|
1640
|
+
Relationships: []
|
|
1641
|
+
}
|
|
1642
|
+
stock_by_pickup_point: {
|
|
1643
|
+
Row: {
|
|
1644
|
+
created_at: string | null
|
|
1645
|
+
id: string
|
|
1646
|
+
modification_id: string | null
|
|
1647
|
+
pickup_point_id: string
|
|
1648
|
+
product_id: string | null
|
|
1649
|
+
quantity: number
|
|
1650
|
+
updated_at: string | null
|
|
1651
|
+
}
|
|
1652
|
+
Insert: {
|
|
1653
|
+
created_at?: string | null
|
|
1654
|
+
id?: string
|
|
1655
|
+
modification_id?: string | null
|
|
1656
|
+
pickup_point_id: string
|
|
1657
|
+
product_id?: string | null
|
|
1658
|
+
quantity?: number
|
|
1659
|
+
updated_at?: string | null
|
|
1660
|
+
}
|
|
1661
|
+
Update: {
|
|
1662
|
+
created_at?: string | null
|
|
1663
|
+
id?: string
|
|
1664
|
+
modification_id?: string | null
|
|
1665
|
+
pickup_point_id?: string
|
|
1666
|
+
product_id?: string | null
|
|
1667
|
+
quantity?: number
|
|
1668
|
+
updated_at?: string | null
|
|
1669
|
+
}
|
|
1670
|
+
Relationships: [
|
|
1671
|
+
{
|
|
1672
|
+
foreignKeyName: "stock_by_pickup_point_modification_id_fkey"
|
|
1673
|
+
columns: ["modification_id"]
|
|
1674
|
+
isOneToOne: false
|
|
1675
|
+
referencedRelation: "product_modifications"
|
|
1676
|
+
referencedColumns: ["id"]
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
foreignKeyName: "stock_by_pickup_point_pickup_point_id_fkey"
|
|
1680
|
+
columns: ["pickup_point_id"]
|
|
1681
|
+
isOneToOne: false
|
|
1682
|
+
referencedRelation: "pickup_points"
|
|
1683
|
+
referencedColumns: ["id"]
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
foreignKeyName: "stock_by_pickup_point_product_id_fkey"
|
|
1687
|
+
columns: ["product_id"]
|
|
1688
|
+
isOneToOne: false
|
|
1689
|
+
referencedRelation: "products"
|
|
1690
|
+
referencedColumns: ["id"]
|
|
1691
|
+
},
|
|
1692
|
+
]
|
|
1693
|
+
}
|
|
1694
|
+
system_settings: {
|
|
1695
|
+
Row: {
|
|
1696
|
+
created_at: string | null
|
|
1697
|
+
description: string | null
|
|
1698
|
+
id: string
|
|
1699
|
+
key: string
|
|
1700
|
+
updated_at: string | null
|
|
1701
|
+
value: Json
|
|
1702
|
+
}
|
|
1703
|
+
Insert: {
|
|
1704
|
+
created_at?: string | null
|
|
1705
|
+
description?: string | null
|
|
1706
|
+
id?: string
|
|
1707
|
+
key: string
|
|
1708
|
+
updated_at?: string | null
|
|
1709
|
+
value?: Json
|
|
1710
|
+
}
|
|
1711
|
+
Update: {
|
|
1712
|
+
created_at?: string | null
|
|
1713
|
+
description?: string | null
|
|
1714
|
+
id?: string
|
|
1715
|
+
key?: string
|
|
1716
|
+
updated_at?: string | null
|
|
1717
|
+
value?: Json
|
|
1718
|
+
}
|
|
1719
|
+
Relationships: []
|
|
1720
|
+
}
|
|
1721
|
+
themes: {
|
|
1722
|
+
Row: {
|
|
1723
|
+
author: string | null
|
|
1724
|
+
created_at: string | null
|
|
1725
|
+
description: string | null
|
|
1726
|
+
display_name: string
|
|
1727
|
+
id: string
|
|
1728
|
+
is_active: boolean
|
|
1729
|
+
name: string
|
|
1730
|
+
preview_image: string | null
|
|
1731
|
+
settings: Json | null
|
|
1732
|
+
updated_at: string | null
|
|
1733
|
+
version: string
|
|
1734
|
+
}
|
|
1735
|
+
Insert: {
|
|
1736
|
+
author?: string | null
|
|
1737
|
+
created_at?: string | null
|
|
1738
|
+
description?: string | null
|
|
1739
|
+
display_name: string
|
|
1740
|
+
id?: string
|
|
1741
|
+
is_active?: boolean
|
|
1742
|
+
name: string
|
|
1743
|
+
preview_image?: string | null
|
|
1744
|
+
settings?: Json | null
|
|
1745
|
+
updated_at?: string | null
|
|
1746
|
+
version?: string
|
|
1747
|
+
}
|
|
1748
|
+
Update: {
|
|
1749
|
+
author?: string | null
|
|
1750
|
+
created_at?: string | null
|
|
1751
|
+
description?: string | null
|
|
1752
|
+
display_name?: string
|
|
1753
|
+
id?: string
|
|
1754
|
+
is_active?: boolean
|
|
1755
|
+
name?: string
|
|
1756
|
+
preview_image?: string | null
|
|
1757
|
+
settings?: Json | null
|
|
1758
|
+
updated_at?: string | null
|
|
1759
|
+
version?: string
|
|
1760
|
+
}
|
|
1761
|
+
Relationships: []
|
|
1762
|
+
}
|
|
1763
|
+
user_addresses: {
|
|
1764
|
+
Row: {
|
|
1765
|
+
address: string
|
|
1766
|
+
city: string
|
|
1767
|
+
created_at: string
|
|
1768
|
+
id: string
|
|
1769
|
+
is_default: boolean
|
|
1770
|
+
name: string
|
|
1771
|
+
user_id: string
|
|
1772
|
+
}
|
|
1773
|
+
Insert: {
|
|
1774
|
+
address: string
|
|
1775
|
+
city: string
|
|
1776
|
+
created_at?: string
|
|
1777
|
+
id?: string
|
|
1778
|
+
is_default?: boolean
|
|
1779
|
+
name: string
|
|
1780
|
+
user_id: string
|
|
1781
|
+
}
|
|
1782
|
+
Update: {
|
|
1783
|
+
address?: string
|
|
1784
|
+
city?: string
|
|
1785
|
+
created_at?: string
|
|
1786
|
+
id?: string
|
|
1787
|
+
is_default?: boolean
|
|
1788
|
+
name?: string
|
|
1789
|
+
user_id?: string
|
|
1790
|
+
}
|
|
1791
|
+
Relationships: []
|
|
1792
|
+
}
|
|
1793
|
+
user_categories: {
|
|
1794
|
+
Row: {
|
|
1795
|
+
code: string
|
|
1796
|
+
created_at: string
|
|
1797
|
+
description: string | null
|
|
1798
|
+
id: string
|
|
1799
|
+
is_default: boolean
|
|
1800
|
+
name: string
|
|
1801
|
+
price_type_id: string | null
|
|
1802
|
+
}
|
|
1803
|
+
Insert: {
|
|
1804
|
+
code: string
|
|
1805
|
+
created_at?: string
|
|
1806
|
+
description?: string | null
|
|
1807
|
+
id?: string
|
|
1808
|
+
is_default?: boolean
|
|
1809
|
+
name: string
|
|
1810
|
+
price_type_id?: string | null
|
|
1811
|
+
}
|
|
1812
|
+
Update: {
|
|
1813
|
+
code?: string
|
|
1814
|
+
created_at?: string
|
|
1815
|
+
description?: string | null
|
|
1816
|
+
id?: string
|
|
1817
|
+
is_default?: boolean
|
|
1818
|
+
name?: string
|
|
1819
|
+
price_type_id?: string | null
|
|
1820
|
+
}
|
|
1821
|
+
Relationships: [
|
|
1822
|
+
{
|
|
1823
|
+
foreignKeyName: "user_categories_price_type_id_fkey"
|
|
1824
|
+
columns: ["price_type_id"]
|
|
1825
|
+
isOneToOne: false
|
|
1826
|
+
referencedRelation: "price_types"
|
|
1827
|
+
referencedColumns: ["id"]
|
|
1828
|
+
},
|
|
1829
|
+
]
|
|
1830
|
+
}
|
|
1831
|
+
user_category_history: {
|
|
1832
|
+
Row: {
|
|
1833
|
+
changed_by: string | null
|
|
1834
|
+
created_at: string
|
|
1835
|
+
from_category_id: string | null
|
|
1836
|
+
id: string
|
|
1837
|
+
reason: string | null
|
|
1838
|
+
rule_id: string | null
|
|
1839
|
+
to_category_id: string
|
|
1840
|
+
user_id: string
|
|
1841
|
+
}
|
|
1842
|
+
Insert: {
|
|
1843
|
+
changed_by?: string | null
|
|
1844
|
+
created_at?: string
|
|
1845
|
+
from_category_id?: string | null
|
|
1846
|
+
id?: string
|
|
1847
|
+
reason?: string | null
|
|
1848
|
+
rule_id?: string | null
|
|
1849
|
+
to_category_id: string
|
|
1850
|
+
user_id: string
|
|
1851
|
+
}
|
|
1852
|
+
Update: {
|
|
1853
|
+
changed_by?: string | null
|
|
1854
|
+
created_at?: string
|
|
1855
|
+
from_category_id?: string | null
|
|
1856
|
+
id?: string
|
|
1857
|
+
reason?: string | null
|
|
1858
|
+
rule_id?: string | null
|
|
1859
|
+
to_category_id?: string
|
|
1860
|
+
user_id?: string
|
|
1861
|
+
}
|
|
1862
|
+
Relationships: [
|
|
1863
|
+
{
|
|
1864
|
+
foreignKeyName: "user_category_history_from_category_id_fkey"
|
|
1865
|
+
columns: ["from_category_id"]
|
|
1866
|
+
isOneToOne: false
|
|
1867
|
+
referencedRelation: "user_categories"
|
|
1868
|
+
referencedColumns: ["id"]
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
foreignKeyName: "user_category_history_rule_id_fkey"
|
|
1872
|
+
columns: ["rule_id"]
|
|
1873
|
+
isOneToOne: false
|
|
1874
|
+
referencedRelation: "category_rules"
|
|
1875
|
+
referencedColumns: ["id"]
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
foreignKeyName: "user_category_history_to_category_id_fkey"
|
|
1879
|
+
columns: ["to_category_id"]
|
|
1880
|
+
isOneToOne: false
|
|
1881
|
+
referencedRelation: "user_categories"
|
|
1882
|
+
referencedColumns: ["id"]
|
|
1883
|
+
},
|
|
1884
|
+
]
|
|
1885
|
+
}
|
|
1886
|
+
user_recipients: {
|
|
1887
|
+
Row: {
|
|
1888
|
+
address: string
|
|
1889
|
+
city: string
|
|
1890
|
+
created_at: string
|
|
1891
|
+
email: string | null
|
|
1892
|
+
first_name: string
|
|
1893
|
+
id: string
|
|
1894
|
+
is_default: boolean
|
|
1895
|
+
last_name: string
|
|
1896
|
+
notes: string | null
|
|
1897
|
+
phone: string
|
|
1898
|
+
user_id: string
|
|
1899
|
+
}
|
|
1900
|
+
Insert: {
|
|
1901
|
+
address: string
|
|
1902
|
+
city: string
|
|
1903
|
+
created_at?: string
|
|
1904
|
+
email?: string | null
|
|
1905
|
+
first_name: string
|
|
1906
|
+
id?: string
|
|
1907
|
+
is_default?: boolean
|
|
1908
|
+
last_name: string
|
|
1909
|
+
notes?: string | null
|
|
1910
|
+
phone: string
|
|
1911
|
+
user_id: string
|
|
1912
|
+
}
|
|
1913
|
+
Update: {
|
|
1914
|
+
address?: string
|
|
1915
|
+
city?: string
|
|
1916
|
+
created_at?: string
|
|
1917
|
+
email?: string | null
|
|
1918
|
+
first_name?: string
|
|
1919
|
+
id?: string
|
|
1920
|
+
is_default?: boolean
|
|
1921
|
+
last_name?: string
|
|
1922
|
+
notes?: string | null
|
|
1923
|
+
phone?: string
|
|
1924
|
+
user_id?: string
|
|
1925
|
+
}
|
|
1926
|
+
Relationships: []
|
|
1927
|
+
}
|
|
1928
|
+
user_roles: {
|
|
1929
|
+
Row: {
|
|
1930
|
+
created_at: string
|
|
1931
|
+
id: string
|
|
1932
|
+
role: Database["public"]["Enums"]["app_role"]
|
|
1933
|
+
user_id: string
|
|
1934
|
+
}
|
|
1935
|
+
Insert: {
|
|
1936
|
+
created_at?: string
|
|
1937
|
+
id?: string
|
|
1938
|
+
role: Database["public"]["Enums"]["app_role"]
|
|
1939
|
+
user_id: string
|
|
1940
|
+
}
|
|
1941
|
+
Update: {
|
|
1942
|
+
created_at?: string
|
|
1943
|
+
id?: string
|
|
1944
|
+
role?: Database["public"]["Enums"]["app_role"]
|
|
1945
|
+
user_id?: string
|
|
1946
|
+
}
|
|
1947
|
+
Relationships: []
|
|
1948
|
+
}
|
|
1949
|
+
wishlists: {
|
|
1950
|
+
Row: {
|
|
1951
|
+
created_at: string
|
|
1952
|
+
id: string
|
|
1953
|
+
product_id: string
|
|
1954
|
+
user_id: string
|
|
1955
|
+
}
|
|
1956
|
+
Insert: {
|
|
1957
|
+
created_at?: string
|
|
1958
|
+
id?: string
|
|
1959
|
+
product_id: string
|
|
1960
|
+
user_id: string
|
|
1961
|
+
}
|
|
1962
|
+
Update: {
|
|
1963
|
+
created_at?: string
|
|
1964
|
+
id?: string
|
|
1965
|
+
product_id?: string
|
|
1966
|
+
user_id?: string
|
|
1967
|
+
}
|
|
1968
|
+
Relationships: [
|
|
1969
|
+
{
|
|
1970
|
+
foreignKeyName: "wishlists_product_id_fkey"
|
|
1971
|
+
columns: ["product_id"]
|
|
1972
|
+
isOneToOne: false
|
|
1973
|
+
referencedRelation: "products"
|
|
1974
|
+
referencedColumns: ["id"]
|
|
1975
|
+
},
|
|
1976
|
+
]
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
Views: {
|
|
1980
|
+
[_ in never]: never
|
|
1981
|
+
}
|
|
1982
|
+
Functions: {
|
|
1983
|
+
admin_update_user_category: {
|
|
1984
|
+
Args: { new_category_id: string; target_user_id: string }
|
|
1985
|
+
Returns: undefined
|
|
1986
|
+
}
|
|
1987
|
+
check_all_users_category_rules: { Args: never; Returns: number }
|
|
1988
|
+
check_category_rules: { Args: { p_user_id: string }; Returns: boolean }
|
|
1989
|
+
get_active_pickup_points_count: { Args: never; Returns: number }
|
|
1990
|
+
get_product_ratings: {
|
|
1991
|
+
Args: { product_ids: string[] }
|
|
1992
|
+
Returns: {
|
|
1993
|
+
avg_rating: number
|
|
1994
|
+
product_id: string
|
|
1995
|
+
review_count: number
|
|
1996
|
+
}[]
|
|
1997
|
+
}
|
|
1998
|
+
get_stock_info: {
|
|
1999
|
+
Args: { p_modification_id?: string; p_product_id?: string }
|
|
2000
|
+
Returns: {
|
|
2001
|
+
by_point: Json
|
|
2002
|
+
is_available: boolean
|
|
2003
|
+
stock_status: Database["public"]["Enums"]["stock_status"]
|
|
2004
|
+
total_quantity: number
|
|
2005
|
+
}[]
|
|
2006
|
+
}
|
|
2007
|
+
get_user_stats: {
|
|
2008
|
+
Args: { p_user_id: string }
|
|
2009
|
+
Returns: {
|
|
2010
|
+
auth_provider: string
|
|
2011
|
+
email_domain: string
|
|
2012
|
+
orders_count: number
|
|
2013
|
+
registration_days: number
|
|
2014
|
+
total_purchases: number
|
|
2015
|
+
utm_campaign: string
|
|
2016
|
+
utm_source: string
|
|
2017
|
+
}[]
|
|
2018
|
+
}
|
|
2019
|
+
has_role: {
|
|
2020
|
+
Args: {
|
|
2021
|
+
_role: Database["public"]["Enums"]["app_role"]
|
|
2022
|
+
_user_id: string
|
|
2023
|
+
}
|
|
2024
|
+
Returns: boolean
|
|
2025
|
+
}
|
|
2026
|
+
is_admin: { Args: never; Returns: boolean }
|
|
2027
|
+
toggle_user_admin: {
|
|
2028
|
+
Args: { p_is_admin: boolean; p_user_id: string }
|
|
2029
|
+
Returns: undefined
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
Enums: {
|
|
2033
|
+
app_role: "admin" | "user"
|
|
2034
|
+
discount_group_operator: "and" | "or" | "not" | "min" | "max"
|
|
2035
|
+
discount_target_type: "product" | "modification" | "section" | "all"
|
|
2036
|
+
discount_type: "percent" | "fixed_amount" | "fixed_price"
|
|
2037
|
+
property_type:
|
|
2038
|
+
| "text"
|
|
2039
|
+
| "number"
|
|
2040
|
+
| "select"
|
|
2041
|
+
| "multiselect"
|
|
2042
|
+
| "range"
|
|
2043
|
+
| "color"
|
|
2044
|
+
| "boolean"
|
|
2045
|
+
shipping_calculation_type:
|
|
2046
|
+
| "flat"
|
|
2047
|
+
| "weight"
|
|
2048
|
+
| "order_total"
|
|
2049
|
+
| "free_from"
|
|
2050
|
+
| "plugin"
|
|
2051
|
+
shipping_method_type: "system" | "manual" | "plugin"
|
|
2052
|
+
stock_status: "in_stock" | "out_of_stock" | "on_order"
|
|
2053
|
+
}
|
|
2054
|
+
CompositeTypes: {
|
|
2055
|
+
[_ in never]: never
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
type DatabaseWithoutInternals = Omit<Database, "__InternalSupabase">
|
|
2061
|
+
|
|
2062
|
+
type DefaultSchema = DatabaseWithoutInternals[Extract<keyof Database, "public">]
|
|
2063
|
+
|
|
2064
|
+
export type Tables<
|
|
2065
|
+
DefaultSchemaTableNameOrOptions extends
|
|
2066
|
+
| keyof (DefaultSchema["Tables"] & DefaultSchema["Views"])
|
|
2067
|
+
| { schema: keyof DatabaseWithoutInternals },
|
|
2068
|
+
TableName extends DefaultSchemaTableNameOrOptions extends {
|
|
2069
|
+
schema: keyof DatabaseWithoutInternals
|
|
2070
|
+
}
|
|
2071
|
+
? keyof (DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"] &
|
|
2072
|
+
DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Views"])
|
|
2073
|
+
: never = never,
|
|
2074
|
+
> = DefaultSchemaTableNameOrOptions extends {
|
|
2075
|
+
schema: keyof DatabaseWithoutInternals
|
|
2076
|
+
}
|
|
2077
|
+
? (DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"] &
|
|
2078
|
+
DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Views"])[TableName] extends {
|
|
2079
|
+
Row: infer R
|
|
2080
|
+
}
|
|
2081
|
+
? R
|
|
2082
|
+
: never
|
|
2083
|
+
: DefaultSchemaTableNameOrOptions extends keyof (DefaultSchema["Tables"] &
|
|
2084
|
+
DefaultSchema["Views"])
|
|
2085
|
+
? (DefaultSchema["Tables"] &
|
|
2086
|
+
DefaultSchema["Views"])[DefaultSchemaTableNameOrOptions] extends {
|
|
2087
|
+
Row: infer R
|
|
2088
|
+
}
|
|
2089
|
+
? R
|
|
2090
|
+
: never
|
|
2091
|
+
: never
|
|
2092
|
+
|
|
2093
|
+
export type TablesInsert<
|
|
2094
|
+
DefaultSchemaTableNameOrOptions extends
|
|
2095
|
+
| keyof DefaultSchema["Tables"]
|
|
2096
|
+
| { schema: keyof DatabaseWithoutInternals },
|
|
2097
|
+
TableName extends DefaultSchemaTableNameOrOptions extends {
|
|
2098
|
+
schema: keyof DatabaseWithoutInternals
|
|
2099
|
+
}
|
|
2100
|
+
? keyof DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"]
|
|
2101
|
+
: never = never,
|
|
2102
|
+
> = DefaultSchemaTableNameOrOptions extends {
|
|
2103
|
+
schema: keyof DatabaseWithoutInternals
|
|
2104
|
+
}
|
|
2105
|
+
? DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"][TableName] extends {
|
|
2106
|
+
Insert: infer I
|
|
2107
|
+
}
|
|
2108
|
+
? I
|
|
2109
|
+
: never
|
|
2110
|
+
: DefaultSchemaTableNameOrOptions extends keyof DefaultSchema["Tables"]
|
|
2111
|
+
? DefaultSchema["Tables"][DefaultSchemaTableNameOrOptions] extends {
|
|
2112
|
+
Insert: infer I
|
|
2113
|
+
}
|
|
2114
|
+
? I
|
|
2115
|
+
: never
|
|
2116
|
+
: never
|
|
2117
|
+
|
|
2118
|
+
export type TablesUpdate<
|
|
2119
|
+
DefaultSchemaTableNameOrOptions extends
|
|
2120
|
+
| keyof DefaultSchema["Tables"]
|
|
2121
|
+
| { schema: keyof DatabaseWithoutInternals },
|
|
2122
|
+
TableName extends DefaultSchemaTableNameOrOptions extends {
|
|
2123
|
+
schema: keyof DatabaseWithoutInternals
|
|
2124
|
+
}
|
|
2125
|
+
? keyof DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"]
|
|
2126
|
+
: never = never,
|
|
2127
|
+
> = DefaultSchemaTableNameOrOptions extends {
|
|
2128
|
+
schema: keyof DatabaseWithoutInternals
|
|
2129
|
+
}
|
|
2130
|
+
? DatabaseWithoutInternals[DefaultSchemaTableNameOrOptions["schema"]]["Tables"][TableName] extends {
|
|
2131
|
+
Update: infer U
|
|
2132
|
+
}
|
|
2133
|
+
? U
|
|
2134
|
+
: never
|
|
2135
|
+
: DefaultSchemaTableNameOrOptions extends keyof DefaultSchema["Tables"]
|
|
2136
|
+
? DefaultSchema["Tables"][DefaultSchemaTableNameOrOptions] extends {
|
|
2137
|
+
Update: infer U
|
|
2138
|
+
}
|
|
2139
|
+
? U
|
|
2140
|
+
: never
|
|
2141
|
+
: never
|
|
2142
|
+
|
|
2143
|
+
export type Enums<
|
|
2144
|
+
DefaultSchemaEnumNameOrOptions extends
|
|
2145
|
+
| keyof DefaultSchema["Enums"]
|
|
2146
|
+
| { schema: keyof DatabaseWithoutInternals },
|
|
2147
|
+
EnumName extends DefaultSchemaEnumNameOrOptions extends {
|
|
2148
|
+
schema: keyof DatabaseWithoutInternals
|
|
2149
|
+
}
|
|
2150
|
+
? keyof DatabaseWithoutInternals[DefaultSchemaEnumNameOrOptions["schema"]]["Enums"]
|
|
2151
|
+
: never = never,
|
|
2152
|
+
> = DefaultSchemaEnumNameOrOptions extends {
|
|
2153
|
+
schema: keyof DatabaseWithoutInternals
|
|
2154
|
+
}
|
|
2155
|
+
? DatabaseWithoutInternals[DefaultSchemaEnumNameOrOptions["schema"]]["Enums"][EnumName]
|
|
2156
|
+
: DefaultSchemaEnumNameOrOptions extends keyof DefaultSchema["Enums"]
|
|
2157
|
+
? DefaultSchema["Enums"][DefaultSchemaEnumNameOrOptions]
|
|
2158
|
+
: never
|
|
2159
|
+
|
|
2160
|
+
export type CompositeTypes<
|
|
2161
|
+
PublicCompositeTypeNameOrOptions extends
|
|
2162
|
+
| keyof DefaultSchema["CompositeTypes"]
|
|
2163
|
+
| { schema: keyof DatabaseWithoutInternals },
|
|
2164
|
+
CompositeTypeName extends PublicCompositeTypeNameOrOptions extends {
|
|
2165
|
+
schema: keyof DatabaseWithoutInternals
|
|
2166
|
+
}
|
|
2167
|
+
? keyof DatabaseWithoutInternals[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"]
|
|
2168
|
+
: never = never,
|
|
2169
|
+
> = PublicCompositeTypeNameOrOptions extends {
|
|
2170
|
+
schema: keyof DatabaseWithoutInternals
|
|
2171
|
+
}
|
|
2172
|
+
? DatabaseWithoutInternals[PublicCompositeTypeNameOrOptions["schema"]]["CompositeTypes"][CompositeTypeName]
|
|
2173
|
+
: PublicCompositeTypeNameOrOptions extends keyof DefaultSchema["CompositeTypes"]
|
|
2174
|
+
? DefaultSchema["CompositeTypes"][PublicCompositeTypeNameOrOptions]
|
|
2175
|
+
: never
|
|
2176
|
+
|
|
2177
|
+
export const Constants = {
|
|
2178
|
+
public: {
|
|
2179
|
+
Enums: {
|
|
2180
|
+
app_role: ["admin", "user"],
|
|
2181
|
+
discount_group_operator: ["and", "or", "not", "min", "max"],
|
|
2182
|
+
discount_target_type: ["product", "modification", "section", "all"],
|
|
2183
|
+
discount_type: ["percent", "fixed_amount", "fixed_price"],
|
|
2184
|
+
property_type: [
|
|
2185
|
+
"text",
|
|
2186
|
+
"number",
|
|
2187
|
+
"select",
|
|
2188
|
+
"multiselect",
|
|
2189
|
+
"range",
|
|
2190
|
+
"color",
|
|
2191
|
+
"boolean",
|
|
2192
|
+
],
|
|
2193
|
+
shipping_calculation_type: [
|
|
2194
|
+
"flat",
|
|
2195
|
+
"weight",
|
|
2196
|
+
"order_total",
|
|
2197
|
+
"free_from",
|
|
2198
|
+
"plugin",
|
|
2199
|
+
],
|
|
2200
|
+
shipping_method_type: ["system", "manual", "plugin"],
|
|
2201
|
+
stock_status: ["in_stock", "out_of_stock", "on_order"],
|
|
2202
|
+
},
|
|
2203
|
+
},
|
|
2204
|
+
} as const
|