@mohasinac/appkit 2.7.59 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_internal/client/features/filters/filter-load-options.d.ts +4 -5
- package/dist/_internal/server/features/auctions/og.js +8 -32
- package/dist/_internal/server/features/blog/og.js +10 -49
- package/dist/_internal/server/features/checkout/actions.js +6 -0
- package/dist/_internal/server/features/classified/og.js +9 -51
- package/dist/_internal/server/features/digital-code/actions.d.ts +11 -0
- package/dist/_internal/server/features/digital-code/actions.js +30 -0
- package/dist/_internal/server/features/digital-code/index.d.ts +1 -0
- package/dist/_internal/server/features/digital-code/index.js +1 -0
- package/dist/_internal/server/features/digital-code/og.js +9 -51
- package/dist/_internal/server/features/events/og.js +10 -49
- package/dist/_internal/server/features/item-requests/data.d.ts +17 -0
- package/dist/_internal/server/features/item-requests/data.js +20 -0
- package/dist/_internal/server/features/item-requests/index.d.ts +2 -0
- package/dist/_internal/server/features/item-requests/index.js +2 -0
- package/dist/_internal/server/features/item-requests/og.d.ts +40 -0
- package/dist/_internal/server/features/item-requests/og.js +136 -0
- package/dist/_internal/server/features/live/actions.d.ts +5 -0
- package/dist/_internal/server/features/live/actions.js +24 -0
- package/dist/_internal/server/features/live/index.d.ts +1 -0
- package/dist/_internal/server/features/live/index.js +1 -0
- package/dist/_internal/server/features/live/og.js +9 -51
- package/dist/_internal/server/features/media/contextGuards.js +19 -8
- package/dist/_internal/server/features/pre-orders/og.js +8 -32
- package/dist/_internal/server/features/prize-draws/data.d.ts +17 -0
- package/dist/_internal/server/features/prize-draws/data.js +20 -0
- package/dist/_internal/server/features/prize-draws/index.d.ts +2 -0
- package/dist/_internal/server/features/prize-draws/index.js +2 -0
- package/dist/_internal/server/features/prize-draws/og.d.ts +30 -0
- package/dist/_internal/server/features/prize-draws/og.js +50 -0
- package/dist/_internal/server/features/products/og.js +8 -33
- package/dist/_internal/server/features/seo/og-layout.d.ts +42 -0
- package/dist/_internal/server/features/seo/og-layout.js +69 -0
- package/dist/_internal/server/features/stores/og.js +8 -41
- package/dist/_internal/server/features/sublisting-categories/og.js +11 -42
- package/dist/client.d.ts +10 -6
- package/dist/client.js +7 -3
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.js +2 -0
- package/dist/constants/notification-types.d.ts +20 -0
- package/dist/constants/notification-types.js +37 -0
- package/dist/constants/pagination-presets.d.ts +39 -0
- package/dist/constants/pagination-presets.js +38 -0
- package/dist/errors/messages.d.ts +0 -4
- package/dist/errors/messages.js +0 -4
- package/dist/features/about/components/PublicProfileView.js +8 -8
- package/dist/features/account/components/UserOffersPanel.js +1 -1
- package/dist/features/account/components/UserSupportView.d.ts +1 -2
- package/dist/features/account/components/UserSupportView.js +9 -1
- package/dist/features/admin/actions/admin-actions.js +16 -1
- package/dist/features/admin/components/AdminAllEventEntriesView.d.ts +2 -3
- package/dist/features/admin/components/AdminAllEventEntriesView.js +50 -83
- package/dist/features/admin/components/AdminBidsView.d.ts +2 -3
- package/dist/features/admin/components/AdminBidsView.js +64 -98
- package/dist/features/admin/components/AdminBlogView.d.ts +3 -7
- package/dist/features/admin/components/AdminBlogView.js +53 -83
- package/dist/features/admin/components/AdminBrandsView.d.ts +2 -3
- package/dist/features/admin/components/AdminBrandsView.js +84 -83
- package/dist/features/admin/components/AdminBundlesView.js +82 -125
- package/dist/features/admin/components/AdminCarouselView.d.ts +2 -2
- package/dist/features/admin/components/AdminCarouselView.js +17 -52
- package/dist/features/admin/components/AdminCartsView.d.ts +2 -3
- package/dist/features/admin/components/AdminCartsView.js +39 -88
- package/dist/features/admin/components/AdminCategoriesView.d.ts +3 -3
- package/dist/features/admin/components/AdminCategoriesView.js +98 -92
- package/dist/features/admin/components/AdminCategoryEditorView.js +2 -2
- package/dist/features/admin/components/AdminClassifiedView.d.ts +3 -0
- package/dist/features/admin/components/AdminClassifiedView.js +44 -0
- package/dist/features/admin/components/AdminContactView.d.ts +2 -2
- package/dist/features/admin/components/AdminContactView.js +104 -111
- package/dist/features/admin/components/AdminCouponsView.d.ts +3 -6
- package/dist/features/admin/components/AdminCouponsView.js +66 -86
- package/dist/features/admin/components/AdminDigitalCodesView.d.ts +3 -0
- package/dist/features/admin/components/AdminDigitalCodesView.js +51 -0
- package/dist/features/admin/components/AdminFaqsView.d.ts +4 -4
- package/dist/features/admin/components/AdminFaqsView.js +77 -33
- package/dist/features/admin/components/AdminFeaturesView.d.ts +2 -3
- package/dist/features/admin/components/AdminFeaturesView.js +57 -70
- package/dist/features/admin/components/AdminGroupedListingsView.d.ts +3 -0
- package/dist/features/admin/components/AdminGroupedListingsView.js +43 -0
- package/dist/features/admin/components/AdminHistoryView.d.ts +2 -3
- package/dist/features/admin/components/AdminHistoryView.js +35 -52
- package/dist/features/admin/components/AdminListingScaffold.d.ts +2 -2
- package/dist/features/admin/components/AdminListingScaffold.js +3 -3
- package/dist/features/admin/components/AdminLiveView.d.ts +3 -0
- package/dist/features/admin/components/AdminLiveView.js +50 -0
- package/dist/features/admin/components/AdminNewsletterView.d.ts +2 -2
- package/dist/features/admin/components/AdminNewsletterView.js +67 -97
- package/dist/features/admin/components/AdminNotificationsView.d.ts +2 -3
- package/dist/features/admin/components/AdminNotificationsView.js +67 -93
- package/dist/features/admin/components/AdminOrderEditorView.js +10 -10
- package/dist/features/admin/components/AdminOrdersView.d.ts +2 -3
- package/dist/features/admin/components/AdminOrdersView.js +93 -107
- package/dist/features/admin/components/AdminPayoutsView.d.ts +2 -3
- package/dist/features/admin/components/AdminPayoutsView.js +51 -91
- package/dist/features/admin/components/AdminPrizeDrawsView.d.ts +2 -3
- package/dist/features/admin/components/AdminPrizeDrawsView.js +39 -76
- package/dist/features/admin/components/AdminProductEditorView.js +3 -3
- package/dist/features/admin/components/AdminProductsView.d.ts +4 -4
- package/dist/features/admin/components/AdminProductsView.js +167 -163
- package/dist/features/admin/components/AdminReturnRequestsView.d.ts +1 -1
- package/dist/features/admin/components/AdminReturnRequestsView.js +64 -66
- package/dist/features/admin/components/AdminReviewsView.d.ts +3 -7
- package/dist/features/admin/components/AdminReviewsView.js +94 -110
- package/dist/features/admin/components/AdminScammersView.d.ts +2 -3
- package/dist/features/admin/components/AdminScammersView.js +53 -97
- package/dist/features/admin/components/AdminSectionsView.js +1 -1
- package/dist/features/admin/components/AdminSessionsView.d.ts +2 -3
- package/dist/features/admin/components/AdminSessionsView.js +62 -89
- package/dist/features/admin/components/AdminSiteSettingsView.js +4 -5
- package/dist/features/admin/components/AdminStoreAddressesView.d.ts +1 -1
- package/dist/features/admin/components/AdminStoreAddressesView.js +39 -53
- package/dist/features/admin/components/AdminStoreEditorView.js +21 -8
- package/dist/features/admin/components/AdminStoresView.d.ts +2 -3
- package/dist/features/admin/components/AdminStoresView.js +67 -99
- package/dist/features/admin/components/AdminSublistingCategoriesView.d.ts +1 -1
- package/dist/features/admin/components/AdminSublistingCategoriesView.js +28 -44
- package/dist/features/admin/components/AdminSupportTicketDetailView.d.ts +10 -1
- package/dist/features/admin/components/AdminSupportTicketDetailView.js +191 -5
- package/dist/features/admin/components/AdminSupportTicketsView.d.ts +2 -3
- package/dist/features/admin/components/AdminSupportTicketsView.js +65 -96
- package/dist/features/admin/components/AdminTeamView.d.ts +2 -2
- package/dist/features/admin/components/AdminTeamView.js +40 -74
- package/dist/features/admin/components/AdminUserEditorView.d.ts +11 -1
- package/dist/features/admin/components/AdminUserEditorView.js +77 -7
- package/dist/features/admin/components/AdminUsersView.d.ts +2 -3
- package/dist/features/admin/components/AdminUsersView.js +108 -100
- package/dist/features/admin/components/AdminViewCards.d.ts +1 -1
- package/dist/features/admin/components/AdminViewCards.js +15 -15
- package/dist/features/admin/components/AdminWishlistsView.d.ts +2 -3
- package/dist/features/admin/components/AdminWishlistsView.js +36 -62
- package/dist/features/admin/components/DataListingView.d.ts +122 -0
- package/dist/features/admin/components/DataListingView.js +66 -0
- package/dist/features/admin/components/index.d.ts +10 -4
- package/dist/features/admin/components/index.js +6 -2
- package/dist/features/admin/constants/filter-tabs.d.ts +23 -17
- package/dist/features/admin/constants/filter-tabs.js +21 -17
- package/dist/features/admin/hooks/useAdminListing.d.ts +1 -0
- package/dist/features/admin/hooks/useAdminListing.js +1 -1
- package/dist/features/admin/schemas/firestore.js +6 -7
- package/dist/features/auctions/server.d.ts +0 -1
- package/dist/features/auctions/server.js +0 -1
- package/dist/features/auth/actions/realtime-token-actions.js +1 -1
- package/dist/features/auth/repository/user.repository.js +1 -1
- package/dist/features/blog/components/BlogFeaturedCard.js +1 -0
- package/dist/features/cart/repository/cart.repository.d.ts +4 -1
- package/dist/features/cart/repository/cart.repository.js +12 -0
- package/dist/features/checkout/hooks/useCheckoutApi.d.ts +0 -2
- package/dist/features/checkout/index.d.ts +1 -1
- package/dist/features/events/components/AdminEventEditorView.js +10 -13
- package/dist/features/events/components/AdminEventsView.d.ts +3 -3
- package/dist/features/events/components/AdminEventsView.js +50 -86
- package/dist/features/events/components/EventCard.js +1 -0
- package/dist/features/events/components/EventOfferCard.d.ts +19 -0
- package/dist/features/events/components/EventOfferCard.js +29 -0
- package/dist/features/events/components/EventRaffleEntryForm.d.ts +25 -0
- package/dist/features/events/components/EventRaffleEntryForm.js +37 -0
- package/dist/features/events/components/EventRafflesSection.d.ts +1 -4
- package/dist/features/events/components/EventRafflesSection.js +17 -6
- package/dist/features/events/components/EventSaleBanner.d.ts +21 -0
- package/dist/features/events/components/EventSaleBanner.js +18 -0
- package/dist/features/events/components/index.d.ts +6 -0
- package/dist/features/events/components/index.js +4 -0
- package/dist/features/events/repository/event-entry.repository.d.ts +5 -0
- package/dist/features/events/repository/event-entry.repository.js +7 -0
- package/dist/features/faq/components/FAQPageContent.js +1 -0
- package/dist/features/filters/AsyncFacetSection.d.ts +1 -1
- package/dist/features/homepage/components/AdvertisementBanner.js +6 -6
- package/dist/features/homepage/components/FAQSection.d.ts +0 -5
- package/dist/features/homepage/components/HomepageSkeleton.js +2 -2
- package/dist/features/homepage/components/WelcomeSection.js +3 -3
- package/dist/features/homepage/lib/live-stats.js +1 -1
- package/dist/features/homepage/schemas/firestore.d.ts +0 -2
- package/dist/features/layout/TitleBar.js +1 -0
- package/dist/features/layout/index.d.ts +0 -2
- package/dist/features/layout/index.js +0 -1
- package/dist/features/pre-orders/server.d.ts +0 -1
- package/dist/features/pre-orders/server.js +0 -1
- package/dist/features/products/components/GroupSettingsPanel.js +2 -2
- package/dist/features/products/components/PrizeDrawItemsEditor.js +2 -2
- package/dist/features/products/components/PrizeDrawsSection.d.ts +1 -4
- package/dist/features/products/components/PrizeDrawsSection.js +17 -6
- package/dist/features/products/components/PrizeRevealModal.js +1 -1
- package/dist/features/products/components/ProductCardMetadataSection.d.ts +11 -0
- package/dist/features/products/components/ProductCardMetadataSection.js +25 -0
- package/dist/features/products/components/ProductDetailPageView.js +3 -1
- package/dist/features/products/components/ProductFeaturesSelector.js +1 -1
- package/dist/features/products/components/ProductGradingTab.d.ts +13 -0
- package/dist/features/products/components/ProductGradingTab.js +25 -0
- package/dist/features/products/components/ProductGrid.js +15 -2
- package/dist/features/products/components/ProductTabsShell.d.ts +5 -1
- package/dist/features/products/components/ProductTabsShell.js +6 -1
- package/dist/features/products/components/index.d.ts +4 -0
- package/dist/features/products/components/index.js +3 -0
- package/dist/features/products/constants/action-defs.d.ts +5 -0
- package/dist/features/products/constants/action-defs.js +52 -32
- package/dist/features/products/constants/sieve.d.ts +24 -4
- package/dist/features/products/constants/sieve.js +20 -11
- package/dist/features/products/schemas/firestore.d.ts +17 -0
- package/dist/features/products/schemas/product-features.validators.d.ts +2 -2
- package/dist/features/products/schemas/product-templates.d.ts +2 -4
- package/dist/features/products/types/index.d.ts +4 -0
- package/dist/features/promotions/components/CouponsIndexListing.js +4 -4
- package/dist/features/promotions/server.d.ts +0 -1
- package/dist/features/promotions/server.js +0 -1
- package/dist/features/reviews/components/ReviewDetailShell.js +3 -3
- package/dist/features/search/api/route.js +44 -1
- package/dist/features/search/components/Search.js +2 -0
- package/dist/features/search/hooks/useNavSuggestions.d.ts +5 -1
- package/dist/features/search/hooks/useNavSuggestions.js +31 -4
- package/dist/features/seller/components/BrandInlineSelect.js +2 -2
- package/dist/features/seller/components/CategoryInlineSelect.js +2 -2
- package/dist/features/seller/components/SellerAddressesView.js +4 -5
- package/dist/features/seller/components/SellerAuctionsView.d.ts +3 -3
- package/dist/features/seller/components/SellerAuctionsView.js +60 -90
- package/dist/features/seller/components/SellerBidsView.js +1 -1
- package/dist/features/seller/components/SellerBundlesView.js +64 -89
- package/dist/features/seller/components/SellerClassifiedView.js +67 -90
- package/dist/features/seller/components/SellerCouponEditorView.js +1 -1
- package/dist/features/seller/components/SellerCouponsView.d.ts +2 -2
- package/dist/features/seller/components/SellerCouponsView.js +45 -84
- package/dist/features/seller/components/SellerDigitalCodesView.js +63 -88
- package/dist/features/seller/components/SellerGroupedListingsView.js +33 -49
- package/dist/features/seller/components/SellerLiveView.js +63 -84
- package/dist/features/seller/components/SellerOffersPanel.js +1 -1
- package/dist/features/seller/components/SellerOffersView.d.ts +2 -2
- package/dist/features/seller/components/SellerOffersView.js +37 -69
- package/dist/features/seller/components/SellerOrdersView.d.ts +2 -2
- package/dist/features/seller/components/SellerOrdersView.js +4 -4
- package/dist/features/seller/components/SellerPayoutMethodsView.js +1 -1
- package/dist/features/seller/components/SellerPayoutsView.d.ts +2 -2
- package/dist/features/seller/components/SellerPayoutsView.js +34 -68
- package/dist/features/seller/components/SellerPreOrdersView.d.ts +2 -2
- package/dist/features/seller/components/SellerPreOrdersView.js +49 -82
- package/dist/features/seller/components/SellerPrizeDrawsView.d.ts +2 -2
- package/dist/features/seller/components/SellerPrizeDrawsView.js +49 -82
- package/dist/features/seller/components/SellerProductShell.d.ts +1 -1
- package/dist/features/seller/components/SellerProductsView.d.ts +2 -2
- package/dist/features/seller/components/SellerProductsView.js +15 -10
- package/dist/features/seller/components/SellerShippingConfigsView.js +1 -1
- package/dist/features/seller/components/SellerSidebar.d.ts +0 -4
- package/dist/features/seller/components/SellerSidebar.js +0 -2
- package/dist/features/seller/components/SellerStoreCategoriesView.js +1 -1
- package/dist/features/seller/components/SellerTemplatesView.js +2 -2
- package/dist/features/seller/components/SellersListView.d.ts +1 -2
- package/dist/features/seller/components/analytics/SellerAnalyticsStats.d.ts +5 -0
- package/dist/features/seller/components/analytics/SellerAnalyticsStats.js +2 -8
- package/dist/features/seller/components/index.d.ts +0 -3
- package/dist/features/seller/components/index.js +0 -2
- package/dist/features/seller/server.d.ts +0 -1
- package/dist/features/seller/server.js +0 -1
- package/dist/features/shell/FormShell.d.ts +1 -1
- package/dist/features/shell/FormShell.js +7 -4
- package/dist/features/shell/field-groups/ImageFieldGroup.d.ts +18 -0
- package/dist/features/shell/field-groups/ImageFieldGroup.js +15 -0
- package/dist/features/shell/field-groups/SeoFieldGroup.d.ts +22 -0
- package/dist/features/shell/field-groups/SeoFieldGroup.js +16 -0
- package/dist/features/shell/field-groups/StatusFieldGroup.d.ts +35 -0
- package/dist/features/shell/field-groups/StatusFieldGroup.js +16 -0
- package/dist/features/shell/field-groups/TitleDescriptionGroup.d.ts +40 -0
- package/dist/features/shell/field-groups/TitleDescriptionGroup.js +16 -0
- package/dist/features/shell/field-groups/index.d.ts +13 -0
- package/dist/features/shell/field-groups/index.js +9 -0
- package/dist/features/shell/index.d.ts +2 -0
- package/dist/features/shell/index.js +1 -0
- package/dist/features/stores/components/StoreCapabilitiesGuideView.d.ts +1 -2
- package/dist/features/stores/components/StoreFinanceGuideView.d.ts +1 -2
- package/dist/features/stores/components/StoreHeader.js +2 -1
- package/dist/features/stores/components/StoreListingsGuideView.d.ts +1 -2
- package/dist/features/stores/components/StoreOrdersGuideView.d.ts +1 -2
- package/dist/features/stores/components/StoreScopedSearch.d.ts +16 -0
- package/dist/features/stores/components/StoreScopedSearch.js +27 -0
- package/dist/features/stores/components/StoreSettingsGuideView.d.ts +1 -2
- package/dist/features/stores/server.d.ts +0 -1
- package/dist/features/stores/server.js +0 -1
- package/dist/features/support/schemas/firestore.d.ts +22 -1
- package/dist/features/support/schemas/firestore.js +10 -0
- package/dist/features/wishlist/server.d.ts +0 -1
- package/dist/features/wishlist/server.js +0 -1
- package/dist/index.d.ts +9 -27
- package/dist/index.js +14 -50
- package/dist/next/routing/route-map.d.ts +8 -0
- package/dist/next/routing/route-map.js +4 -0
- package/dist/react/hooks/useListingTypeFlags.d.ts +32 -0
- package/dist/react/hooks/useListingTypeFlags.js +19 -0
- package/dist/security/index.d.ts +1 -1
- package/dist/security/index.js +1 -1
- package/dist/security/pii-redact.d.ts +8 -0
- package/dist/security/pii-redact.js +10 -1
- package/dist/seed/grouped-listings-seed-data.d.ts +4 -0
- package/dist/seed/products-preorders-seed-data.d.ts +4 -0
- package/dist/seed/products-prize-draws-seed-data.js +3 -0
- package/dist/seed/site-settings-seed-data.js +5 -5
- package/dist/seed/sub-listings-seed-data.d.ts +4 -0
- package/dist/server.d.ts +2 -0
- package/dist/server.js +4 -0
- package/dist/styles.css +54 -395
- package/dist/tailwind-utilities.css +1 -1
- package/dist/ui/components/BaseListingCard.d.ts +10 -0
- package/dist/ui/components/BaseListingCard.js +17 -1
- package/dist/ui/components/DetailPageGallery.d.ts +32 -0
- package/dist/ui/components/DetailPageGallery.js +47 -0
- package/dist/ui/components/DetailPageHero.d.ts +30 -0
- package/dist/ui/components/DetailPageHero.js +22 -0
- package/dist/ui/components/DetailPageTabs.d.ts +34 -0
- package/dist/ui/components/DetailPageTabs.js +38 -0
- package/dist/ui/components/HorizontalScroller.style.css +15 -2
- package/dist/ui/components/ListingLayout.d.ts +11 -2
- package/dist/ui/components/ListingLayout.js +12 -6
- package/dist/ui/components/PaginatedSelect.d.ts +66 -0
- package/dist/ui/components/PaginatedSelect.js +201 -0
- package/dist/ui/components/PaginatedSelect.style.css +254 -0
- package/dist/ui/components/Semantic.d.ts +0 -4
- package/dist/ui/components/Semantic.js +0 -2
- package/dist/ui/components/SettingsSection.d.ts +47 -0
- package/dist/ui/components/SettingsSection.js +38 -0
- package/dist/ui/components/index.style.css +1 -4
- package/dist/ui/index.d.ts +12 -14
- package/dist/ui/index.js +6 -7
- package/dist/utils/id-generators.d.ts +1 -18
- package/dist/utils/id-generators.js +51 -18
- package/dist/validation/schemas.d.ts +25 -0
- package/dist/validation/schemas.js +28 -0
- package/package.json +1 -1
|
@@ -4,5 +4,4 @@
|
|
|
4
4
|
* Server-only entry point for wishlist repositories.
|
|
5
5
|
*/
|
|
6
6
|
export * from "./actions";
|
|
7
|
-
export { WishlistRepository } from "./repository/wishlist.repository";
|
|
8
7
|
export { UserWishlistRepository, wishlistRepository, WishlistFullError, type UserWishlistItem, type WishlistDocument, type WishlistItemSnapshot, } from "./repository/user-wishlist.repository";
|
|
@@ -4,5 +4,4 @@
|
|
|
4
4
|
* Server-only entry point for wishlist repositories.
|
|
5
5
|
*/
|
|
6
6
|
export * from "./actions";
|
|
7
|
-
export { WishlistRepository } from "./repository/wishlist.repository";
|
|
8
7
|
export { UserWishlistRepository, wishlistRepository, WishlistFullError, } from "./repository/user-wishlist.repository";
|
package/dist/index.d.ts
CHANGED
|
@@ -64,18 +64,14 @@ export type { DrawerMode } from "./ui/index";
|
|
|
64
64
|
export type { DrawerProps } from "./ui/index";
|
|
65
65
|
export type { DropdownMenuItem } from "./ui/index";
|
|
66
66
|
export type { DropdownProps } from "./ui/index";
|
|
67
|
-
export type {
|
|
68
|
-
export type {
|
|
69
|
-
export
|
|
70
|
-
export { InlineCreateSelect } from "./ui/index";
|
|
71
|
-
export type { PaginatedMultiSelectProps } from "./ui/index";
|
|
72
|
-
export { PaginatedMultiSelect } from "./ui/index";
|
|
67
|
+
export type { PaginatedSelectOption } from "./ui/index";
|
|
68
|
+
export type { PaginatedSelectProps } from "./ui/index";
|
|
69
|
+
export { PaginatedSelect } from "./ui/index";
|
|
73
70
|
export { EmptyState } from "./ui/index";
|
|
74
71
|
export type { EmptyStateProps } from "./ui/index";
|
|
75
72
|
export type { FilterDrawerProps } from "./ui/index";
|
|
76
73
|
export type { FlowDiagramProps } from "./ui/index";
|
|
77
74
|
export type { FlowStep } from "./ui/index";
|
|
78
|
-
export type { FooterProps } from "./ui/index";
|
|
79
75
|
export type { FormActionsProps } from "./ui/index";
|
|
80
76
|
export type { FormFieldProps } from "./ui/index";
|
|
81
77
|
export type { FormFieldSpanProps } from "./ui/index";
|
|
@@ -113,9 +109,6 @@ export { generateOrderId } from "./utils/index";
|
|
|
113
109
|
export { generatePayoutId } from "./utils/index";
|
|
114
110
|
export { generatePreOrderId } from "./utils/index";
|
|
115
111
|
export { generateProductId } from "./utils/index";
|
|
116
|
-
export { generateProductImageFilename } from "./utils/index";
|
|
117
|
-
export { generateStoreBannerFilename } from "./utils/index";
|
|
118
|
-
export { generateStoreLogoFilename } from "./utils/index";
|
|
119
112
|
export { getBusinessDaysElapsed } from "./utils/index";
|
|
120
113
|
export { getBusinessDaysRemaining } from "./utils/index";
|
|
121
114
|
export { inferMediaTypeFromMime } from "./utils/index";
|
|
@@ -1107,6 +1100,9 @@ export type { QuickEditAction, QuickEditMenuProps } from "./features/admin/index
|
|
|
1107
1100
|
export { AdminPageHeader } from "./features/admin/index";
|
|
1108
1101
|
export { AdminPayoutsView } from "./features/admin/index";
|
|
1109
1102
|
export { AdminPrizeDrawsView } from "./features/admin/index";
|
|
1103
|
+
export { AdminClassifiedView } from "./features/admin/index";
|
|
1104
|
+
export { AdminDigitalCodesView } from "./features/admin/index";
|
|
1105
|
+
export { AdminLiveView } from "./features/admin/index";
|
|
1110
1106
|
export type { AdminPrizeDrawsViewProps } from "./features/admin/index";
|
|
1111
1107
|
export { AdminProductsView } from "./features/admin/index";
|
|
1112
1108
|
export { AdminProductEditorView } from "./features/admin/index";
|
|
@@ -1181,7 +1177,6 @@ export { useCreateChatRoom } from "./features/admin/index";
|
|
|
1181
1177
|
export { useDashboardStats } from "./features/admin/index";
|
|
1182
1178
|
export { useDeleteChatRoom } from "./features/admin/index";
|
|
1183
1179
|
export { useAdminListingData } from "./features/admin/index";
|
|
1184
|
-
export { AdminListingScaffold } from "./features/admin/index";
|
|
1185
1180
|
export { toRecordArray } from "./features/admin/index";
|
|
1186
1181
|
export { toStringValue } from "./features/admin/index";
|
|
1187
1182
|
export { toRelativeDate } from "./features/admin/index";
|
|
@@ -1353,7 +1348,6 @@ export type { PlaceBidPayload } from "./features/auctions/index";
|
|
|
1353
1348
|
export type { PublicBid } from "./features/auctions/index";
|
|
1354
1349
|
export type { RealtimeBidData } from "./features/auctions/index";
|
|
1355
1350
|
export type { UseRealtimeBidsReturn } from "./features/auctions/index";
|
|
1356
|
-
export { AuctionsRepository } from "./features/auctions/server";
|
|
1357
1351
|
export { GET } from "./features/auctions/server";
|
|
1358
1352
|
export { bidsGET } from "./features/auctions/server";
|
|
1359
1353
|
export { getBidById } from "./features/auctions/server";
|
|
@@ -1461,7 +1455,6 @@ export { buildBeforeAfterColumns } from "./features/before-after/index";
|
|
|
1461
1455
|
export { useBeforeAfter } from "./features/before-after/index";
|
|
1462
1456
|
export type { BeforeAfterItem } from "./features/before-after/index";
|
|
1463
1457
|
export type { BeforeAfterListResponse } from "./features/before-after/index";
|
|
1464
|
-
export { BeforeAfterRepository } from "./features/before-after/server";
|
|
1465
1458
|
export { BLOG_ADMIN_SORT_OPTIONS } from "./features/blog/index";
|
|
1466
1459
|
export { BLOG_FILTER_KEYS } from "./features/blog/index";
|
|
1467
1460
|
export { BLOG_POSTS_COLLECTION } from "./features/blog/index";
|
|
@@ -1669,7 +1662,6 @@ export { useCollection } from "./features/collections/index";
|
|
|
1669
1662
|
export { useCollections } from "./features/collections/index";
|
|
1670
1663
|
export type { CollectionItem } from "./features/collections/index";
|
|
1671
1664
|
export type { CollectionListItem } from "./features/collections/index";
|
|
1672
|
-
export { CollectionsRepository } from "./features/collections/server";
|
|
1673
1665
|
export { ConsultationForm } from "./features/consultation/index";
|
|
1674
1666
|
export { bookConsultationSchema } from "./features/consultation/index";
|
|
1675
1667
|
export { buildConsultationColumns } from "./features/consultation/index";
|
|
@@ -2300,7 +2292,6 @@ export type { PreOrderItem } from "./features/pre-orders/index";
|
|
|
2300
2292
|
export type { PreOrderStatus } from "./features/pre-orders/index";
|
|
2301
2293
|
export type { PreorderItem } from "./features/pre-orders/index";
|
|
2302
2294
|
export type { PreorderStatus } from "./features/pre-orders/index";
|
|
2303
|
-
export { PreordersRepository } from "./features/pre-orders/server";
|
|
2304
2295
|
export { preOrdersGET } from "./features/pre-orders/server";
|
|
2305
2296
|
export { preOrdersPOST } from "./features/pre-orders/server";
|
|
2306
2297
|
export { AuctionDetailView } from "./features/products/index";
|
|
@@ -2497,7 +2488,6 @@ export type { RestrictionsConfig } from "./features/promotions/index";
|
|
|
2497
2488
|
export type { TieredDiscount } from "./features/promotions/index";
|
|
2498
2489
|
export type { UsageConfig } from "./features/promotions/index";
|
|
2499
2490
|
export type { ValidityConfig } from "./features/promotions/index";
|
|
2500
|
-
export { PromotionsRepository } from "./features/promotions/server";
|
|
2501
2491
|
export { getPromotions } from "./features/promotions/server";
|
|
2502
2492
|
export { promotionsGET } from "./features/promotions/server";
|
|
2503
2493
|
export { sellerCreateCoupon } from "./features/promotions/server";
|
|
@@ -2647,8 +2637,6 @@ export type { SellerPrizeDrawsViewProps } from "./features/seller/index";
|
|
|
2647
2637
|
export { SellerProductsView } from "./features/seller/index";
|
|
2648
2638
|
export { SellerRevenueChart } from "./features/seller/index";
|
|
2649
2639
|
export { SellerShippingView } from "./features/seller/index";
|
|
2650
|
-
export { SellerSidebar } from "./features/seller/index";
|
|
2651
|
-
export { SellerStatCard } from "./features/seller/index";
|
|
2652
2640
|
export { SellerStoreSetupView } from "./features/seller/index";
|
|
2653
2641
|
export { SellerStoreView } from "./features/seller/index";
|
|
2654
2642
|
export { SellerStorefrontView } from "./features/seller/index";
|
|
@@ -2709,7 +2697,6 @@ export type { SellerDashboardViewProps } from "./features/seller/index";
|
|
|
2709
2697
|
export type { SellerEditProductViewProps } from "./features/seller/index";
|
|
2710
2698
|
export type { SellerGuideViewProps } from "./features/seller/index";
|
|
2711
2699
|
export type { SellerListResponse } from "./features/seller/index";
|
|
2712
|
-
export type { SellerNavItem } from "./features/seller/index";
|
|
2713
2700
|
export type { SellerOffersViewProps } from "./features/seller/index";
|
|
2714
2701
|
export type { SellerOrdersViewProps } from "./features/seller/index";
|
|
2715
2702
|
export type { SellerPayoutHistoryTableLabels } from "./features/seller/index";
|
|
@@ -2745,8 +2732,6 @@ export type { SellerStorefrontViewProps as StoreStorefrontViewProps } from "./fe
|
|
|
2745
2732
|
export type { StoreStatus } from "./features/seller/index";
|
|
2746
2733
|
export type { UpdateSellerStoreInput } from "./features/seller/index";
|
|
2747
2734
|
export type { UseBecomeSellerOptions } from "./features/seller/index";
|
|
2748
|
-
export { PayoutsRepository } from "./features/seller/server";
|
|
2749
|
-
export { SellerRepository } from "./features/seller/server";
|
|
2750
2735
|
export { acceptCounterOffer } from "./features/seller/server";
|
|
2751
2736
|
export { becomeSeller } from "./features/seller/server";
|
|
2752
2737
|
export { bulkSellerOrder } from "./features/seller/server";
|
|
@@ -2880,7 +2865,6 @@ export type { StoreReview } from "./features/stores/index";
|
|
|
2880
2865
|
export type { StoreReviewsData } from "./features/stores/index";
|
|
2881
2866
|
export type { StoreReviewsViewProps } from "./features/stores/index";
|
|
2882
2867
|
export type { StoreTab } from "./features/stores/index";
|
|
2883
|
-
export { StoresRepository } from "./features/stores/server";
|
|
2884
2868
|
export { createStoreAddressForSeller } from "./features/stores/server";
|
|
2885
2869
|
export { deleteStoreAddressForSeller } from "./features/stores/server";
|
|
2886
2870
|
export { getStoreAuctions } from "./features/stores/server";
|
|
@@ -2934,7 +2918,6 @@ export type { WishlistTab } from "./features/wishlist/index";
|
|
|
2934
2918
|
export type { WishlistToggleActions } from "./features/wishlist/index";
|
|
2935
2919
|
export type { WishlistViewProps } from "./features/wishlist/index";
|
|
2936
2920
|
export { UserWishlistRepository } from "./features/wishlist/server";
|
|
2937
|
-
export { WishlistRepository } from "./features/wishlist/server";
|
|
2938
2921
|
export { addToWishlist } from "./features/wishlist/server";
|
|
2939
2922
|
export { getWishlistForUser } from "./features/wishlist/server";
|
|
2940
2923
|
export { removeFromWishlist } from "./features/wishlist/server";
|
|
@@ -2968,7 +2951,6 @@ export type { CategoriesSectionConfig } from "./features/homepage/schemas/index"
|
|
|
2968
2951
|
export type { EventsSectionConfig } from "./features/homepage/schemas/index";
|
|
2969
2952
|
export type { FAQSectionConfig } from "./features/homepage/schemas/index";
|
|
2970
2953
|
export type { FeaturesSectionConfig } from "./features/homepage/schemas/index";
|
|
2971
|
-
export type { GridCard } from "./features/homepage/schemas/index";
|
|
2972
2954
|
export type { GridCardCreateInput } from "./features/homepage/schemas/index";
|
|
2973
2955
|
export type { HomepageSectionCreateInput } from "./features/homepage/schemas/index";
|
|
2974
2956
|
export type { HomepageSectionDocument } from "./features/homepage/schemas/index";
|
|
@@ -2986,9 +2968,9 @@ export { Button } from "./ui/index";
|
|
|
2986
2968
|
export { Heading, Spinner, IconButton, Progress, IndeterminateProgress, Pagination, PageLoader } from "./ui/index";
|
|
2987
2969
|
export { ModalFooter, UnsavedChangesModal, ResponsiveView, Textarea, Checkbox } from "./ui/index";
|
|
2988
2970
|
export { ToastProvider, StarRating, StepperNav, ViewToggle, PriceDisplay, SummaryCard } from "./ui/index";
|
|
2989
|
-
export { CountdownDisplay, ItemRow, HorizontalScroller,
|
|
2971
|
+
export { CountdownDisplay, ItemRow, HorizontalScroller, TabStrip } from "./ui/index";
|
|
2990
2972
|
export { CardBody, MenuTrigger, MenuContent, MenuSeparator, RoleBadge, SkipToMain } from "./ui/index";
|
|
2991
|
-
export { TabsList, TabsContent, PasswordStrengthIndicator,
|
|
2973
|
+
export { TabsList, TabsContent, PasswordStrengthIndicator, TablePagination } from "./ui/index";
|
|
2992
2974
|
export { Stack, classNames, mergeTailwindClasses, SideModal, SideDrawer, RichText, RichTextRenderer } from "./ui/index";
|
|
2993
2975
|
export type { RichTextRendererProps } from "./ui/index";
|
|
2994
2976
|
export { SlottedListingView, DetailViewShell, StackedViewShell } from "./ui/index";
|
|
@@ -3013,7 +2995,7 @@ export { useProfile as useCurrentProfile, useUpdateProfile as useUpdateCurrentPr
|
|
|
3013
2995
|
export { useLogout } from "./features/auth/index";
|
|
3014
2996
|
export { Text, Label, Span } from "./ui/index";
|
|
3015
2997
|
export { Input } from "./ui/index";
|
|
3016
|
-
export { Section, Main, Nav,
|
|
2998
|
+
export { Section, Main, Nav, Ul, Li } from "./ui/index";
|
|
3017
2999
|
export { coerceMediaField, coerceMediaFieldArray, getMediaUrl, mediaFieldSchema } from "./features/media/index";
|
|
3018
3000
|
export { FlowDiagram } from "./ui/index";
|
|
3019
3001
|
export { Grid, Row } from "./ui/index";
|
package/dist/index.js
CHANGED
|
@@ -152,8 +152,9 @@ export { renderRating } from "./ui/index";
|
|
|
152
152
|
// [CLIENT-ONLY]-Cannot run in SSR mode â€" uses browser-only APIs (window, navigator, localStorage, matchMedia, DOM events) that do not exist in Node.js.
|
|
153
153
|
// useToast - React hook for use toast.
|
|
154
154
|
export { useToast } from "./ui/index";
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
156
|
+
// PaginatedSelect - Searchable, async-paginated select. Supports single + multi modes + optional inline create drawer.
|
|
157
|
+
export { PaginatedSelect } from "./ui/index";
|
|
157
158
|
// EmptyState - Component for empty state display.
|
|
158
159
|
export { EmptyState } from "./ui/index";
|
|
159
160
|
// [TYPE]-TypeScript type-only export â€" erased at compile time, zero runtime cost.
|
|
@@ -192,15 +193,8 @@ export { generatePreOrderId } from "./utils/index";
|
|
|
192
193
|
// [UTIL]-Pure utility â€" no framework or runtime dependency; safe to import from any environment.
|
|
193
194
|
// generatePreOrderImageFilename - Helper for generate pre order image filename.
|
|
194
195
|
export { generateProductId } from "./utils/index";
|
|
195
|
-
//
|
|
196
|
-
//
|
|
197
|
-
export { generateProductImageFilename } from "./utils/index";
|
|
198
|
-
// [UTIL]-Pure utility â€" no framework or runtime dependency; safe to import from any environment.
|
|
199
|
-
// generateProductVideoFilename - Helper for generate product video filename.
|
|
200
|
-
export { generateStoreBannerFilename } from "./utils/index";
|
|
201
|
-
// [UTIL]-Pure utility â€" no framework or runtime dependency; safe to import from any environment.
|
|
202
|
-
// generateStoreLogoFilename - Helper for generate store logo filename.
|
|
203
|
-
export { generateStoreLogoFilename } from "./utils/index";
|
|
196
|
+
// W6-7 (2026-05-23) — per-feature generateXFilename wrappers no longer exported.
|
|
197
|
+
// Call `generateMediaFilename({ type: "product-image", ... })` etc. directly.
|
|
204
198
|
// [UTIL]-Pure utility â€" no framework or runtime dependency; safe to import from any environment.
|
|
205
199
|
// generateTrimmedVideoFilename - Helper for generate trimmed video filename.
|
|
206
200
|
export { getBusinessDaysElapsed } from "./utils/index";
|
|
@@ -2143,14 +2137,18 @@ export { AdminPayoutsView } from "./features/admin/index";
|
|
|
2143
2137
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2144
2138
|
// AdminPrizeDrawsView - Component for admin prize draws listing view (SB4-E).
|
|
2145
2139
|
export { AdminPrizeDrawsView } from "./features/admin/index";
|
|
2140
|
+
// W1-29 2026-05-23 — admin listing views for orphaned listing types.
|
|
2141
|
+
export { AdminClassifiedView } from "./features/admin/index";
|
|
2142
|
+
export { AdminDigitalCodesView } from "./features/admin/index";
|
|
2143
|
+
export { AdminLiveView } from "./features/admin/index";
|
|
2146
2144
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2147
2145
|
// AdminProductsView - Component for admin products view.
|
|
2148
2146
|
export { AdminProductsView } from "./features/admin/index";
|
|
2149
2147
|
// AdminProductEditorView - Component for admin product create/edit form (3-mode: standard/auction/pre-order).
|
|
2150
2148
|
export { AdminProductEditorView } from "./features/admin/index";
|
|
2151
|
-
// CategoryQuickCreateForm - Lightweight inline create form for categories used in
|
|
2149
|
+
// CategoryQuickCreateForm - Lightweight inline create form for categories used in PaginatedSelect.
|
|
2152
2150
|
export { CategoryQuickCreateForm } from "./features/admin/index";
|
|
2153
|
-
// BrandQuickCreateForm - Lightweight inline create form for brands used in
|
|
2151
|
+
// BrandQuickCreateForm - Lightweight inline create form for brands used in PaginatedSelect.
|
|
2154
2152
|
export { BrandQuickCreateForm } from "./features/admin/index";
|
|
2155
2153
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2156
2154
|
// AdminRevenueChart - Shared export for admin revenue chart.
|
|
@@ -2312,9 +2310,6 @@ export { useDeleteChatRoom } from "./features/admin/index";
|
|
|
2312
2310
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2313
2311
|
// useAdminListingData - React hook for admin listing data fetching.
|
|
2314
2312
|
export { useAdminListingData } from "./features/admin/index";
|
|
2315
|
-
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2316
|
-
// AdminListingScaffold - Component for admin listing scaffold.
|
|
2317
|
-
export { AdminListingScaffold } from "./features/admin/index";
|
|
2318
2313
|
// [CLIENT-SSR]-Utility function for converting values to record array.
|
|
2319
2314
|
// toRecordArray - Helper for converting values to record array.
|
|
2320
2315
|
export { toRecordArray } from "./features/admin/index";
|
|
@@ -2527,8 +2522,6 @@ export { usePlaceBid } from "./features/auctions/index";
|
|
|
2527
2522
|
export { useRealtimeBids } from "./features/auctions/index";
|
|
2528
2523
|
// ./features/auctions/server
|
|
2529
2524
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
2530
|
-
// AuctionsRepository - Shared export for auctions repository.
|
|
2531
|
-
export { AuctionsRepository } from "./features/auctions/server";
|
|
2532
2525
|
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
2533
2526
|
// GET - Constant used across modules.
|
|
2534
2527
|
export { GET } from "./features/auctions/server";
|
|
@@ -2760,10 +2753,6 @@ export { buildBeforeAfterColumns } from "./features/before-after/index";
|
|
|
2760
2753
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2761
2754
|
// useBeforeAfter - React hook for use before after.
|
|
2762
2755
|
export { useBeforeAfter } from "./features/before-after/index";
|
|
2763
|
-
// ./features/before-after/server
|
|
2764
|
-
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
2765
|
-
// BeforeAfterRepository - Shared export for before after repository.
|
|
2766
|
-
export { BeforeAfterRepository } from "./features/before-after/server";
|
|
2767
2756
|
// ./features/blog/index
|
|
2768
2757
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
2769
2758
|
// BLOG_ADMIN_SORT_OPTIONS - Constant used across modules.
|
|
@@ -3184,10 +3173,6 @@ export { useCollection } from "./features/collections/index";
|
|
|
3184
3173
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
3185
3174
|
// useCollections - React hook for use collections.
|
|
3186
3175
|
export { useCollections } from "./features/collections/index";
|
|
3187
|
-
// ./features/collections/server
|
|
3188
|
-
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
3189
|
-
// CollectionsRepository - Shared export for collections repository.
|
|
3190
|
-
export { CollectionsRepository } from "./features/collections/server";
|
|
3191
3176
|
// ./features/consultation/index
|
|
3192
3177
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
3193
3178
|
// ConsultationForm - Component for consultation form.
|
|
@@ -4263,8 +4248,6 @@ export { usePreorder } from "./features/pre-orders/index";
|
|
|
4263
4248
|
export { usePreorders } from "./features/pre-orders/index";
|
|
4264
4249
|
// ./features/pre-orders/server
|
|
4265
4250
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
4266
|
-
// PreordersRepository - Shared export for preorders repository.
|
|
4267
|
-
export { PreordersRepository } from "./features/pre-orders/server";
|
|
4268
4251
|
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
4269
4252
|
// preOrdersGET - Shared export for pre orders get.
|
|
4270
4253
|
export { preOrdersGET } from "./features/pre-orders/server";
|
|
@@ -4601,9 +4584,6 @@ export { useCouponValidate } from "./features/promotions/index";
|
|
|
4601
4584
|
export { usePromotions } from "./features/promotions/index";
|
|
4602
4585
|
// ./features/promotions/server
|
|
4603
4586
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
4604
|
-
// PromotionsRepository - Shared export for promotions repository.
|
|
4605
|
-
export { PromotionsRepository } from "./features/promotions/server";
|
|
4606
|
-
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
4607
4587
|
// getPromotions - Helper for get promotions.
|
|
4608
4588
|
export { getPromotions } from "./features/promotions/server";
|
|
4609
4589
|
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
@@ -4897,12 +4877,6 @@ export { SellerRevenueChart } from "./features/seller/index";
|
|
|
4897
4877
|
// SellerShippingView - Component for seller shipping view.
|
|
4898
4878
|
export { SellerShippingView } from "./features/seller/index";
|
|
4899
4879
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
4900
|
-
// SellerSidebar - Shared export for seller sidebar.
|
|
4901
|
-
export { SellerSidebar } from "./features/seller/index";
|
|
4902
|
-
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
4903
|
-
// SellerStatCard - Component for seller stat card.
|
|
4904
|
-
export { SellerStatCard } from "./features/seller/index";
|
|
4905
|
-
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
4906
4880
|
// SellerStoreSetupView - Component for seller store setup view.
|
|
4907
4881
|
export { SellerStoreSetupView } from "./features/seller/index";
|
|
4908
4882
|
// [CLIENT-SSR]-Runs in both SSR and browser â€" React component or hook that does not depend on browser-only APIs.
|
|
@@ -5006,11 +4980,7 @@ export { useSellerStore } from "./features/seller/index";
|
|
|
5006
4980
|
export { useSellerStorefront } from "./features/seller/index";
|
|
5007
4981
|
// ./features/seller/server
|
|
5008
4982
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
5009
|
-
// PayoutsRepository - Shared export for payouts repository.
|
|
5010
|
-
export { PayoutsRepository } from "./features/seller/server";
|
|
5011
4983
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
5012
|
-
// SellerRepository - Shared export for seller repository.
|
|
5013
|
-
export { SellerRepository } from "./features/seller/server";
|
|
5014
4984
|
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
5015
4985
|
// acceptCounterOffer - Shared export for accept counter offer.
|
|
5016
4986
|
export { acceptCounterOffer } from "./features/seller/server";
|
|
@@ -5238,9 +5208,6 @@ export { useStoreReviews } from "./features/stores/index";
|
|
|
5238
5208
|
export { useStores } from "./features/stores/index";
|
|
5239
5209
|
// ./features/stores/server
|
|
5240
5210
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
5241
|
-
// StoresRepository - Shared export for stores repository.
|
|
5242
|
-
export { StoresRepository } from "./features/stores/server";
|
|
5243
|
-
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
5244
5211
|
// createStoreAddressForSeller - Helper for create store address for seller.
|
|
5245
5212
|
export { createStoreAddressForSeller } from "./features/stores/server";
|
|
5246
5213
|
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
@@ -5343,9 +5310,6 @@ export { wishlistItemSchema } from "./features/wishlist/index";
|
|
|
5343
5310
|
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
5344
5311
|
// UserWishlistRepository - Shared export for user wishlist repository.
|
|
5345
5312
|
export { UserWishlistRepository } from "./features/wishlist/server";
|
|
5346
|
-
// [DB]-Database layer â€" uses firebase-admin or another server-side DB SDK; can only run in a trusted server environment.
|
|
5347
|
-
// WishlistRepository - Shared export for wishlist repository.
|
|
5348
|
-
export { WishlistRepository } from "./features/wishlist/server";
|
|
5349
5313
|
// [SERVER-ONLY]-Server-only â€" uses Node.js, Next.js server internals, or third-party server SDKs (auth, email, payment, shipping).
|
|
5350
5314
|
// addToWishlist - Helper for add to wishlist.
|
|
5351
5315
|
export { addToWishlist } from "./features/wishlist/server";
|
|
@@ -5413,9 +5377,9 @@ export { Button } from "./ui/index";
|
|
|
5413
5377
|
export { Heading, Spinner, IconButton, Progress, IndeterminateProgress, Pagination, PageLoader } from "./ui/index";
|
|
5414
5378
|
export { ModalFooter, UnsavedChangesModal, ResponsiveView, Textarea, Checkbox } from "./ui/index";
|
|
5415
5379
|
export { ToastProvider, StarRating, StepperNav, ViewToggle, PriceDisplay, SummaryCard } from "./ui/index";
|
|
5416
|
-
export { CountdownDisplay, ItemRow, HorizontalScroller,
|
|
5380
|
+
export { CountdownDisplay, ItemRow, HorizontalScroller, TabStrip } from "./ui/index";
|
|
5417
5381
|
export { CardBody, MenuTrigger, MenuContent, MenuSeparator, RoleBadge, SkipToMain } from "./ui/index";
|
|
5418
|
-
export { TabsList, TabsContent, PasswordStrengthIndicator,
|
|
5382
|
+
export { TabsList, TabsContent, PasswordStrengthIndicator, TablePagination } from "./ui/index";
|
|
5419
5383
|
export { Stack, classNames, mergeTailwindClasses, SideModal, SideDrawer, RichText, RichTextRenderer } from "./ui/index";
|
|
5420
5384
|
export { SlottedListingView, DetailViewShell, StackedViewShell } from "./ui/index";
|
|
5421
5385
|
export { buildColumns, createColumnBuilder } from "./ui/index";
|
|
@@ -5447,7 +5411,7 @@ export { useLogout } from "./features/auth/index";
|
|
|
5447
5411
|
// Missing UI semantic wrappers and typography
|
|
5448
5412
|
export { Text, Label, Span } from "./ui/index";
|
|
5449
5413
|
export { Input } from "./ui/index";
|
|
5450
|
-
export { Section, Main, Nav,
|
|
5414
|
+
export { Section, Main, Nav, Ul, Li } from "./ui/index";
|
|
5451
5415
|
// Missing media helpers
|
|
5452
5416
|
export { coerceMediaField, coerceMediaFieldArray, getMediaUrl, mediaFieldSchema } from "./features/media/index";
|
|
5453
5417
|
// -- Missing UI layout / typography components
|
|
@@ -248,6 +248,10 @@ export declare const DEFAULT_ROUTE_MAP: {
|
|
|
248
248
|
readonly PRODUCTS: "/admin/products";
|
|
249
249
|
readonly PRODUCTS_NEW: "/admin/products/new";
|
|
250
250
|
readonly PRODUCTS_EDIT: (id: string) => string;
|
|
251
|
+
readonly CLASSIFIED: "/admin/classified";
|
|
252
|
+
readonly DIGITAL_CODES: "/admin/digital-codes";
|
|
253
|
+
readonly LIVE: "/admin/live";
|
|
254
|
+
readonly GROUPED_LISTINGS: "/admin/grouped-listings";
|
|
251
255
|
readonly DEALS: "/admin/deals";
|
|
252
256
|
readonly FEATURED: "/admin/featured";
|
|
253
257
|
readonly ORDERS: "/admin/orders";
|
|
@@ -568,6 +572,10 @@ export declare const ROUTES: {
|
|
|
568
572
|
readonly PRODUCTS: "/admin/products";
|
|
569
573
|
readonly PRODUCTS_NEW: "/admin/products/new";
|
|
570
574
|
readonly PRODUCTS_EDIT: (id: string) => string;
|
|
575
|
+
readonly CLASSIFIED: "/admin/classified";
|
|
576
|
+
readonly DIGITAL_CODES: "/admin/digital-codes";
|
|
577
|
+
readonly LIVE: "/admin/live";
|
|
578
|
+
readonly GROUPED_LISTINGS: "/admin/grouped-listings";
|
|
571
579
|
readonly DEALS: "/admin/deals";
|
|
572
580
|
readonly FEATURED: "/admin/featured";
|
|
573
581
|
readonly ORDERS: "/admin/orders";
|
|
@@ -240,6 +240,10 @@ export const DEFAULT_ROUTE_MAP = {
|
|
|
240
240
|
PRODUCTS: "/admin/products",
|
|
241
241
|
PRODUCTS_NEW: "/admin/products/new",
|
|
242
242
|
PRODUCTS_EDIT: (id) => `/admin/products/${id}/edit`,
|
|
243
|
+
CLASSIFIED: "/admin/classified",
|
|
244
|
+
DIGITAL_CODES: "/admin/digital-codes",
|
|
245
|
+
LIVE: "/admin/live",
|
|
246
|
+
GROUPED_LISTINGS: "/admin/grouped-listings",
|
|
243
247
|
DEALS: "/admin/deals",
|
|
244
248
|
FEATURED: "/admin/featured",
|
|
245
249
|
ORDERS: "/admin/orders",
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* W1-43 — useListingTypeFlags
|
|
3
|
+
*
|
|
4
|
+
* Returns the enabled-state for each listing type as configured in
|
|
5
|
+
* `siteSettings.featureFlags.listingTypes`. Consumers should hide nav items,
|
|
6
|
+
* filter TypeDropdown options, and reject API requests for disabled types.
|
|
7
|
+
*
|
|
8
|
+
* Defaults to all-enabled when settings haven't loaded yet — match the
|
|
9
|
+
* permissive default used by `DEFAULT_SITE_SETTINGS_DATA` so first paint
|
|
10
|
+
* doesn't briefly hide enabled features.
|
|
11
|
+
*/
|
|
12
|
+
export type ListingTypeFlagsShape = Partial<{
|
|
13
|
+
standard: boolean;
|
|
14
|
+
auction: boolean;
|
|
15
|
+
"pre-order": boolean;
|
|
16
|
+
"prize-draw": boolean;
|
|
17
|
+
classified: boolean;
|
|
18
|
+
"digital-code": boolean;
|
|
19
|
+
live: boolean;
|
|
20
|
+
}>;
|
|
21
|
+
export interface ListingTypeFlags {
|
|
22
|
+
standard: boolean;
|
|
23
|
+
auction: boolean;
|
|
24
|
+
"pre-order": boolean;
|
|
25
|
+
"prize-draw": boolean;
|
|
26
|
+
classified: boolean;
|
|
27
|
+
"digital-code": boolean;
|
|
28
|
+
live: boolean;
|
|
29
|
+
/** True when the listing type is enabled (or the setting hasn't loaded yet). */
|
|
30
|
+
isEnabled: (type: "standard" | "auction" | "pre-order" | "prize-draw" | "classified" | "digital-code" | "live") => boolean;
|
|
31
|
+
}
|
|
32
|
+
export declare function useListingTypeFlags(): ListingTypeFlags;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { useSiteSettings } from "../../core/hooks/useSiteSettings";
|
|
3
|
+
export function useListingTypeFlags() {
|
|
4
|
+
const { data } = useSiteSettings();
|
|
5
|
+
const lt = data?.featureFlags?.listingTypes;
|
|
6
|
+
const flags = {
|
|
7
|
+
standard: lt?.standard !== false,
|
|
8
|
+
auction: lt?.auction !== false,
|
|
9
|
+
"pre-order": lt?.["pre-order"] !== false,
|
|
10
|
+
"prize-draw": lt?.["prize-draw"] !== false,
|
|
11
|
+
classified: lt?.classified !== false,
|
|
12
|
+
"digital-code": lt?.["digital-code"] !== false,
|
|
13
|
+
live: lt?.live !== false,
|
|
14
|
+
};
|
|
15
|
+
return {
|
|
16
|
+
...flags,
|
|
17
|
+
isEnabled: (type) => flags[type],
|
|
18
|
+
};
|
|
19
|
+
}
|
package/dist/security/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { rateLimit, applyRateLimit, rateLimitByIdentifier, RateLimitPresets, cle
|
|
|
3
3
|
export type { RateLimitConfig, RateLimitResult } from "./rate-limit";
|
|
4
4
|
export { requireAuth, requireRole, requireOwnership, requireEmailVerified, requireActiveAccount, canChangeRole, getRoleLevel, } from "./authorization";
|
|
5
5
|
export type { UserRole } from "./authorization";
|
|
6
|
-
export { redactPii, safeDisplayName, safeDisplayEmail } from "./pii-redact";
|
|
6
|
+
export { redactPii, safeDisplayName, safeDisplayEmail, maskIp } from "./pii-redact";
|
|
7
7
|
export { encryptValue, decryptValue, hmacBlindIndex, encryptPiiFields, decryptPiiFields, encryptPii, decryptPii, isPiiEncrypted, piiBlindIndex, addPiiIndices, getPiiConfigError, encryptShippingAddress, decryptShippingAddress, encryptPayoutDetails, decryptPayoutDetails, encryptShippingConfig, decryptShippingConfig, encryptPayoutBankAccount, decryptPayoutBankAccount, maskName, maskEmail, maskPublicReview, maskPublicBid, maskPublicEventEntry, maskOfferForSeller, ENC_PREFIX, HMAC_PREFIX, } from "./pii-encrypt";
|
|
8
8
|
export { USER_PII_FIELDS, USER_PII_INDEX_MAP, ADDRESS_PII_FIELDS, ORDER_PII_FIELDS, PAYOUT_PII_FIELDS, PAYOUT_PII_INDEX_MAP, BID_PII_FIELDS, NEWSLETTER_PII_FIELDS, NEWSLETTER_PII_INDEX_MAP, TOKEN_PII_FIELDS, TOKEN_PII_INDEX_MAP, REVIEW_PII_FIELDS, REVIEW_PII_INDEX_MAP, OFFER_PII_FIELDS, CHAT_PII_FIELDS, EVENT_ENTRY_PII_FIELDS, } from "./pii-schemas";
|
|
9
9
|
export { encryptSecret, decryptSecret, isSecretEncrypted, maskSecret, } from "./settings-encryption";
|
package/dist/security/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { generateNonce, buildCSP } from "./csp";
|
|
2
2
|
export { rateLimit, applyRateLimit, rateLimitByIdentifier, RateLimitPresets, clearRateLimitStore, } from "./rate-limit";
|
|
3
3
|
export { requireAuth, requireRole, requireOwnership, requireEmailVerified, requireActiveAccount, canChangeRole, getRoleLevel, } from "./authorization";
|
|
4
|
-
export { redactPii, safeDisplayName, safeDisplayEmail } from "./pii-redact";
|
|
4
|
+
export { redactPii, safeDisplayName, safeDisplayEmail, maskIp } from "./pii-redact";
|
|
5
5
|
export { encryptValue, decryptValue, hmacBlindIndex, encryptPiiFields, decryptPiiFields, encryptPii, decryptPii, isPiiEncrypted, piiBlindIndex, addPiiIndices, getPiiConfigError, encryptShippingAddress, decryptShippingAddress, encryptPayoutDetails, decryptPayoutDetails, encryptShippingConfig, decryptShippingConfig, encryptPayoutBankAccount, decryptPayoutBankAccount, maskName, maskEmail, maskPublicReview, maskPublicBid, maskPublicEventEntry, maskOfferForSeller, ENC_PREFIX, HMAC_PREFIX, } from "./pii-encrypt";
|
|
6
6
|
export { USER_PII_FIELDS, USER_PII_INDEX_MAP, ADDRESS_PII_FIELDS, ORDER_PII_FIELDS, PAYOUT_PII_FIELDS, PAYOUT_PII_INDEX_MAP, BID_PII_FIELDS, NEWSLETTER_PII_FIELDS, NEWSLETTER_PII_INDEX_MAP, TOKEN_PII_FIELDS, TOKEN_PII_INDEX_MAP, REVIEW_PII_FIELDS, REVIEW_PII_INDEX_MAP, OFFER_PII_FIELDS, CHAT_PII_FIELDS, EVENT_ENTRY_PII_FIELDS, } from "./pii-schemas";
|
|
7
7
|
export { encryptSecret, decryptSecret, isSecretEncrypted, maskSecret, } from "./settings-encryption";
|
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
* - Addresses, financial IDs → "[REDACTED]"
|
|
12
12
|
* - IPs → first octet only: "192.***.***.***"
|
|
13
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* Mask an IPv4 address by zeroing the last three octets. Returns
|
|
16
|
+
* `[REDACTED]` for IPv6 / malformed input.
|
|
17
|
+
*
|
|
18
|
+
* W1-35: exported 2026-05-23 so session-read code paths can mask IPs at the
|
|
19
|
+
* repository layer (previously this lived as a private redact helper).
|
|
20
|
+
*/
|
|
21
|
+
export declare function maskIp(value: string): string;
|
|
14
22
|
/**
|
|
15
23
|
* Recursively redact PII from a data object before logging.
|
|
16
24
|
*
|
|
@@ -78,7 +78,16 @@ function maskName(value) {
|
|
|
78
78
|
return "[REDACTED]";
|
|
79
79
|
return `${value[0]}${"*".repeat(Math.min(value.length - 1, 8))}`;
|
|
80
80
|
}
|
|
81
|
-
|
|
81
|
+
/**
|
|
82
|
+
* Mask an IPv4 address by zeroing the last three octets. Returns
|
|
83
|
+
* `[REDACTED]` for IPv6 / malformed input.
|
|
84
|
+
*
|
|
85
|
+
* W1-35: exported 2026-05-23 so session-read code paths can mask IPs at the
|
|
86
|
+
* repository layer (previously this lived as a private redact helper).
|
|
87
|
+
*/
|
|
88
|
+
export function maskIp(value) {
|
|
89
|
+
if (!value)
|
|
90
|
+
return "[REDACTED]";
|
|
82
91
|
const parts = value.split(".");
|
|
83
92
|
if (parts.length === 4)
|
|
84
93
|
return `${parts[0]}.***.***.***`;
|
|
@@ -24,6 +24,8 @@ export declare const groupedListingsSeedData: {
|
|
|
24
24
|
status?: import("..").ProductStatus | undefined;
|
|
25
25
|
storeId?: string | undefined;
|
|
26
26
|
storeName?: string | undefined;
|
|
27
|
+
storeRating?: number | undefined;
|
|
28
|
+
storeReviewCount?: number | undefined;
|
|
27
29
|
featured?: boolean | undefined;
|
|
28
30
|
tags?: string[] | undefined;
|
|
29
31
|
specifications?: import("..").ProductSpecification[] | undefined;
|
|
@@ -86,6 +88,8 @@ export declare const groupedListingsSeedData: {
|
|
|
86
88
|
groupParentSlug?: string | undefined;
|
|
87
89
|
groupChildSlugs?: string[] | undefined;
|
|
88
90
|
groupTitle?: string | undefined;
|
|
91
|
+
groupIcon?: string | undefined;
|
|
92
|
+
sublistingIcon?: string | undefined;
|
|
89
93
|
maxPerUser?: number | undefined;
|
|
90
94
|
partOfBundleIds?: string[] | undefined;
|
|
91
95
|
partOfBundleTitles?: string[] | undefined;
|
|
@@ -25,6 +25,8 @@ export declare const productsPreordersSeedData: {
|
|
|
25
25
|
status?: import("..").ProductStatus | undefined;
|
|
26
26
|
storeId?: string | undefined;
|
|
27
27
|
storeName?: string | undefined;
|
|
28
|
+
storeRating?: number | undefined;
|
|
29
|
+
storeReviewCount?: number | undefined;
|
|
28
30
|
featured?: boolean | undefined;
|
|
29
31
|
tags: string[];
|
|
30
32
|
specifications?: import("..").ProductSpecification[] | undefined;
|
|
@@ -87,6 +89,8 @@ export declare const productsPreordersSeedData: {
|
|
|
87
89
|
groupParentSlug?: string | undefined;
|
|
88
90
|
groupChildSlugs?: string[] | undefined;
|
|
89
91
|
groupTitle?: string | undefined;
|
|
92
|
+
groupIcon?: string | undefined;
|
|
93
|
+
sublistingIcon?: string | undefined;
|
|
90
94
|
maxPerUser?: number | undefined;
|
|
91
95
|
partOfBundleIds?: string[] | undefined;
|
|
92
96
|
partOfBundleTitles?: string[] | undefined;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* Prices in INR paise (₹1 = 100 paise).
|
|
9
9
|
*/
|
|
10
10
|
import { PRODUCT_FIELDS, SCHEMA_DEFAULTS } from "../constants/field-names";
|
|
11
|
+
import { buildSearchTokens } from "../utils/search-tokens";
|
|
11
12
|
const NOW = new Date();
|
|
12
13
|
const daysAgo = (n) => new Date(NOW.getTime() - n * 86400000);
|
|
13
14
|
const daysAhead = (n) => new Date(NOW.getTime() + n * 86400000);
|
|
@@ -311,4 +312,6 @@ function _hotWheelsPrizeItems() {
|
|
|
311
312
|
export const productsPrizeDrawsSeedData = _rawProductsPrizeDrawsSeedData.map((p) => ({
|
|
312
313
|
...p,
|
|
313
314
|
listingType: "prize-draw",
|
|
315
|
+
// W1-50 — searchTokens consistent with other seeds.
|
|
316
|
+
searchTokens: buildSearchTokens(p.title, p.description, p.brand, p.brandSlug, p.categoryNames, p.tags, p.condition),
|
|
314
317
|
}));
|
|
@@ -370,8 +370,8 @@ export const siteSettingsSeedData = {
|
|
|
370
370
|
},
|
|
371
371
|
featureFlags: {
|
|
372
372
|
chats: true,
|
|
373
|
-
smsVerification:
|
|
374
|
-
translations:
|
|
373
|
+
smsVerification: true,
|
|
374
|
+
translations: true,
|
|
375
375
|
wishlists: true,
|
|
376
376
|
auctions: true,
|
|
377
377
|
reviews: true,
|
|
@@ -407,9 +407,9 @@ export const siteSettingsSeedData = {
|
|
|
407
407
|
},
|
|
408
408
|
notificationChannels: {
|
|
409
409
|
inApp: { enabled: true, readOnly: true },
|
|
410
|
-
email: { enabled:
|
|
411
|
-
whatsapp: { enabled:
|
|
412
|
-
sms: { enabled:
|
|
410
|
+
email: { enabled: true, minPriority: "normal" },
|
|
411
|
+
whatsapp: { enabled: true, minPriority: "high", otpEnabled: true },
|
|
412
|
+
sms: { enabled: true, minPriority: "high" },
|
|
413
413
|
},
|
|
414
414
|
actionConfig: {},
|
|
415
415
|
navConfig: {},
|
|
@@ -24,6 +24,8 @@ export declare const productsSublistingsSeedData: {
|
|
|
24
24
|
status?: import("..").ProductStatus | undefined;
|
|
25
25
|
storeId?: string | undefined;
|
|
26
26
|
storeName?: string | undefined;
|
|
27
|
+
storeRating?: number | undefined;
|
|
28
|
+
storeReviewCount?: number | undefined;
|
|
27
29
|
featured?: boolean | undefined;
|
|
28
30
|
tags?: string[] | undefined;
|
|
29
31
|
specifications?: import("..").ProductSpecification[] | undefined;
|
|
@@ -86,6 +88,8 @@ export declare const productsSublistingsSeedData: {
|
|
|
86
88
|
groupParentSlug?: string | undefined;
|
|
87
89
|
groupChildSlugs?: string[] | undefined;
|
|
88
90
|
groupTitle?: string | undefined;
|
|
91
|
+
groupIcon?: string | undefined;
|
|
92
|
+
sublistingIcon?: string | undefined;
|
|
89
93
|
maxPerUser?: number | undefined;
|
|
90
94
|
partOfBundleIds?: string[] | undefined;
|
|
91
95
|
partOfBundleTitles?: string[] | undefined;
|
package/dist/server.d.ts
CHANGED
|
@@ -497,6 +497,8 @@ export { getDisabledRoutes } from "./features/admin/utils/getDisabledRoutes";
|
|
|
497
497
|
export { getSiteSettingsGlobal } from "./features/admin/utils/getSiteSettingsGlobal";
|
|
498
498
|
export { updateActionConfigDomain, updateNavConfigDomain } from "./_internal/server/features/site-settings/actions";
|
|
499
499
|
export { getClassifiedForDetail, type ClassifiedDataOptions } from "./_internal/server/features/classified/data";
|
|
500
|
+
export { getPrizeDrawForDetail, renderPrizeDrawOg, renderPrizeDrawOgImage, type PrizeDrawDataOptions, type PrizeDrawOgData, } from "./_internal/server/features/prize-draws/index";
|
|
501
|
+
export { getItemRequestForDetail, renderItemRequestOg, renderItemRequestOgImage, type ItemRequestDataOptions, type ItemRequestOgData, } from "./_internal/server/features/item-requests/index";
|
|
500
502
|
export { toClientClassified, type ClassifiedClientShape } from "./_internal/server/features/classified/adapters";
|
|
501
503
|
export { buildClassifiedMetadata, type ClassifiedMetadataOptions } from "./_internal/server/features/classified/metadata";
|
|
502
504
|
export { renderClassifiedOg, renderClassifiedOgImage, renderClassifiedOgFromDoc, type ClassifiedOgData } from "./_internal/server/features/classified/og";
|
package/dist/server.js
CHANGED
|
@@ -1375,6 +1375,10 @@ export { getSiteSettingsGlobal } from "./features/admin/utils/getSiteSettingsGlo
|
|
|
1375
1375
|
export { updateActionConfigDomain, updateNavConfigDomain } from "./_internal/server/features/site-settings/actions";
|
|
1376
1376
|
// ── Classified listing — data + adapters + metadata + OG ─────────────────────
|
|
1377
1377
|
export { getClassifiedForDetail } from "./_internal/server/features/classified/data";
|
|
1378
|
+
// OG-coverage-followup 2026-05-23 — prize-draws OG renderer.
|
|
1379
|
+
export { getPrizeDrawForDetail, renderPrizeDrawOg, renderPrizeDrawOgImage, } from "./_internal/server/features/prize-draws/index";
|
|
1380
|
+
// OG-coverage-followup 2026-05-23 — item-requests OG renderer.
|
|
1381
|
+
export { getItemRequestForDetail, renderItemRequestOg, renderItemRequestOgImage, } from "./_internal/server/features/item-requests/index";
|
|
1378
1382
|
export { toClientClassified } from "./_internal/server/features/classified/adapters";
|
|
1379
1383
|
export { buildClassifiedMetadata } from "./_internal/server/features/classified/metadata";
|
|
1380
1384
|
export { renderClassifiedOg, renderClassifiedOgImage, renderClassifiedOgFromDoc } from "./_internal/server/features/classified/og";
|