@mohasinac/appkit 3.0.3 → 3.0.6

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.
Files changed (402) hide show
  1. package/dist/_internal/client/features/filters/filter-load-options.js +11 -1
  2. package/dist/_internal/client/features/layout/filterNavItems.js +0 -1
  3. package/dist/_internal/client/features/layout/index.js +0 -1
  4. package/dist/_internal/client/features/maintenance/views/MaintenanceDashboardView.js +0 -1
  5. package/dist/_internal/client/features/maintenance/views/ServerErrorDetailView.js +0 -1
  6. package/dist/_internal/server/features/auctions/data.d.ts +2 -4
  7. package/dist/_internal/server/features/auctions/data.js +3 -9
  8. package/dist/_internal/server/features/checkout/actions.js +9 -9
  9. package/dist/_internal/server/features/classified/adapters.d.ts +2 -15
  10. package/dist/_internal/server/features/classified/adapters.js +2 -17
  11. package/dist/_internal/server/features/classified/data.d.ts +1 -6
  12. package/dist/_internal/server/features/classified/data.js +2 -10
  13. package/dist/_internal/server/features/digital-code/adapters.d.ts +2 -15
  14. package/dist/_internal/server/features/digital-code/adapters.js +2 -17
  15. package/dist/_internal/server/features/digital-code/data.d.ts +1 -6
  16. package/dist/_internal/server/features/digital-code/data.js +2 -10
  17. package/dist/_internal/server/features/live/adapters.d.ts +2 -15
  18. package/dist/_internal/server/features/live/adapters.js +2 -17
  19. package/dist/_internal/server/features/live/data.d.ts +1 -6
  20. package/dist/_internal/server/features/live/data.js +2 -10
  21. package/dist/_internal/server/features/pre-orders/data.d.ts +2 -4
  22. package/dist/_internal/server/features/pre-orders/data.js +3 -9
  23. package/dist/_internal/server/features/prize-draws/actions.d.ts +2 -0
  24. package/dist/_internal/server/features/prize-draws/actions.js +22 -0
  25. package/dist/_internal/server/features/prize-draws/data.d.ts +1 -17
  26. package/dist/_internal/server/features/prize-draws/data.js +2 -20
  27. package/dist/_internal/server/features/prize-draws/index.d.ts +3 -1
  28. package/dist/_internal/server/features/prize-draws/index.js +2 -0
  29. package/dist/_internal/server/features/prize-draws/service.d.ts +3 -0
  30. package/dist/_internal/server/features/prize-draws/service.js +19 -0
  31. package/dist/_internal/server/features/shared/listing-adapters.d.ts +19 -0
  32. package/dist/_internal/server/features/shared/listing-adapters.js +20 -0
  33. package/dist/_internal/server/features/shared/listing-data-factory.d.ts +9 -0
  34. package/dist/_internal/server/features/shared/listing-data-factory.js +33 -0
  35. package/dist/_internal/server/features/stores/data.d.ts +3 -14
  36. package/dist/_internal/server/features/stores/data.js +6 -44
  37. package/dist/_internal/server/jobs/core/cleanupRtdbEvents.js +1 -1
  38. package/dist/_internal/shared/features/cart/schema.d.ts +8 -8
  39. package/dist/_internal/shared/features/cart/schema.js +3 -0
  40. package/dist/_internal/shared/listing-types/_registry.js +2 -0
  41. package/dist/_internal/shared/listing-types/action-tracker.js +1 -1
  42. package/dist/_internal/shared/listing-types/auction/schema.d.ts +3 -1
  43. package/dist/_internal/shared/listing-types/auction/schema.js +7 -1
  44. package/dist/_internal/shared/listing-types/classified/schema.d.ts +2 -1
  45. package/dist/_internal/shared/listing-types/classified/schema.js +3 -1
  46. package/dist/_internal/shared/listing-types/digital-code/schema.d.ts +3 -1
  47. package/dist/_internal/shared/listing-types/digital-code/schema.js +7 -1
  48. package/dist/_internal/shared/listing-types/live/schema.d.ts +2 -1
  49. package/dist/_internal/shared/listing-types/live/schema.js +3 -1
  50. package/dist/_internal/shared/listing-types/pre-order/schema.d.ts +3 -1
  51. package/dist/_internal/shared/listing-types/pre-order/schema.js +7 -1
  52. package/dist/_internal/shared/listing-types/prize-draw/schema.d.ts +3 -1
  53. package/dist/_internal/shared/listing-types/prize-draw/schema.js +13 -1
  54. package/dist/_internal/shared/listing-types/standard/schema.d.ts +2 -1
  55. package/dist/_internal/shared/listing-types/standard/schema.js +4 -1
  56. package/dist/_internal/shared/types/base-document.d.ts +15 -0
  57. package/dist/_internal/shared/types/base-document.js +1 -0
  58. package/dist/_internal/shared/types/index.d.ts +2 -0
  59. package/dist/_internal/shared/types/index.js +1 -0
  60. package/dist/client/api/ApiError.d.ts +10 -4
  61. package/dist/client/api/surface-error.js +0 -1
  62. package/dist/client.d.ts +8 -4
  63. package/dist/client.js +4 -2
  64. package/dist/constants/api-endpoints.d.ts +12 -0
  65. package/dist/constants/api-endpoints.js +4 -0
  66. package/dist/core/hooks/useSyncManager.js +4 -4
  67. package/dist/features/_guide-cls.d.ts +1 -1
  68. package/dist/features/_guide-cls.js +1 -1
  69. package/dist/features/about/components/AboutView.js +1 -4
  70. package/dist/features/about/components/FAQPageView.js +1 -1
  71. package/dist/features/about/components/FeesView.js +1 -1
  72. package/dist/features/about/components/HelpPageView.js +1 -1
  73. package/dist/features/about/components/HowOrdersWorkView.js +1 -1
  74. package/dist/features/about/components/PublicProfileView.js +6 -6
  75. package/dist/features/about/components/TrackOrderView.js +1 -1
  76. package/dist/features/account/components/AddressBook.js +1 -1
  77. package/dist/features/account/components/AddressForm.js +10 -2
  78. package/dist/features/account/components/AddressesIndexListing.js +1 -1
  79. package/dist/features/account/components/BuyerAccountGuideView.js +1 -1
  80. package/dist/features/account/components/BuyerAuctionsGuideView.js +1 -1
  81. package/dist/features/account/components/BuyerOrdersGuideView.js +1 -1
  82. package/dist/features/account/components/BuyerShoppingGuideView.js +1 -1
  83. package/dist/features/account/components/ChatWindow.js +1 -1
  84. package/dist/features/account/components/MessagesView.js +1 -1
  85. package/dist/features/account/components/NotificationBell.js +25 -10
  86. package/dist/features/account/components/NotificationPreferencesPanel.js +2 -2
  87. package/dist/features/account/components/UserOffersPanel.js +1 -0
  88. package/dist/features/account/components/UserSidebar.js +1 -6
  89. package/dist/features/account/components/UserSupportView.js +1 -1
  90. package/dist/features/addresses/schemas/firestore.d.ts +2 -4
  91. package/dist/features/admin/components/AdminAnalyticsGuideView.js +2 -2
  92. package/dist/features/admin/components/AdminBlogEditorView.js +1 -1
  93. package/dist/features/admin/components/AdminBundlesView.js +1 -1
  94. package/dist/features/admin/components/AdminCarouselEditorView.js +1 -1
  95. package/dist/features/admin/components/AdminCatalogGuideView.js +2 -2
  96. package/dist/features/admin/components/AdminContentGuideView.js +2 -2
  97. package/dist/features/admin/components/AdminEmployeeEditorView.js +2 -2
  98. package/dist/features/admin/components/AdminFulfillmentView.d.ts +6 -0
  99. package/dist/features/admin/components/AdminFulfillmentView.js +107 -0
  100. package/dist/features/admin/components/AdminGuideHubView.js +1 -5
  101. package/dist/features/admin/components/AdminMediaView.js +1 -1
  102. package/dist/features/admin/components/AdminNavigationView.js +1 -1
  103. package/dist/features/admin/components/AdminOrdersGuideView.js +3 -3
  104. package/dist/features/admin/components/AdminPayoutsView.js +1 -4
  105. package/dist/features/admin/components/AdminProductEditorView.js +21 -9
  106. package/dist/features/admin/components/AdminProductsView.js +3 -0
  107. package/dist/features/admin/components/AdminSidebar.js +1 -6
  108. package/dist/features/admin/components/AdminSiteConfigGuideView.js +1 -1
  109. package/dist/features/admin/components/AdminSiteSettingsView.js +9 -1
  110. package/dist/features/admin/components/AdminStoreEditorView.js +1 -1
  111. package/dist/features/admin/components/AdminStoresGuideView.js +2 -2
  112. package/dist/features/admin/components/AdminSupportTicketDetailView.js +7 -7
  113. package/dist/features/admin/components/AdminTeamGuideView.js +2 -2
  114. package/dist/features/admin/components/AdminTrustGuideView.js +3 -3
  115. package/dist/features/admin/components/AdminUsersGuideView.js +3 -3
  116. package/dist/features/admin/components/DashboardStats.js +6 -5
  117. package/dist/features/admin/components/DataListingView.d.ts +1 -0
  118. package/dist/features/admin/components/DataTable.js +2 -2
  119. package/dist/features/admin/components/analytics/AdminAnalyticsCharts.js +4 -6
  120. package/dist/features/admin/components/analytics/AdminStatCard.js +4 -3
  121. package/dist/features/admin/components/analytics/AdminTopProductsTable.js +1 -1
  122. package/dist/features/admin/components/index.d.ts +2 -0
  123. package/dist/features/admin/components/index.js +1 -0
  124. package/dist/features/admin/schemas/firestore.d.ts +3 -8
  125. package/dist/features/auctions/components/AuctionBidsTable.js +1 -1
  126. package/dist/features/auctions/components/AuctionDetailPageView.js +1 -1
  127. package/dist/features/auctions/components/MarketplaceAuctionCard.js +3 -3
  128. package/dist/features/auctions/schemas/firestore.d.ts +2 -4
  129. package/dist/features/auctions/schemas/index.d.ts +2 -2
  130. package/dist/features/auth/components/ForgotPasswordView.js +19 -8
  131. package/dist/features/auth/components/LoginForm.js +10 -2
  132. package/dist/features/auth/components/RegisterForm.js +10 -2
  133. package/dist/features/auth/components/ResetPasswordView.js +19 -8
  134. package/dist/features/auth/components/SocialAuthButtons.js +1 -1
  135. package/dist/features/before-after/components/BeforeAfterSlider.js +1 -1
  136. package/dist/features/before-after/schemas/index.d.ts +2 -2
  137. package/dist/features/blog/api/[slug]/route.js +1 -1
  138. package/dist/features/blog/components/BlogFeaturedCard.js +1 -1
  139. package/dist/features/blog/components/BlogListView.js +1 -1
  140. package/dist/features/blog/components/BlogPostView.js +1 -1
  141. package/dist/features/blog/schemas/firestore.d.ts +2 -4
  142. package/dist/features/blog/schemas/index.d.ts +6 -6
  143. package/dist/features/cart/components/CartDrawer.js +2 -2
  144. package/dist/features/cart/components/CartView.js +1 -1
  145. package/dist/features/cart/components/CheckoutView.js +1 -1
  146. package/dist/features/cart/schemas/firestore.d.ts +2 -4
  147. package/dist/features/categories/components/BrandDetailPageView.js +2 -1
  148. package/dist/features/categories/components/BundleDetailView.js +1 -1
  149. package/dist/features/categories/components/BundleItemsPicker.js +1 -1
  150. package/dist/features/categories/components/CategoryBundlesListing.js +3 -1
  151. package/dist/features/categories/components/CategoryDetailPageView.js +1 -1
  152. package/dist/features/categories/components/CategoryGrid.js +2 -1
  153. package/dist/features/categories/components/CategoryTableColumns.js +5 -2
  154. package/dist/features/categories/components/CategoryTree.js +3 -2
  155. package/dist/features/categories/components/ConcernCard.js +1 -1
  156. package/dist/features/categories/schemas/firestore.d.ts +2 -4
  157. package/dist/features/categories/schemas/index.d.ts +6 -6
  158. package/dist/features/checkout/components/CheckoutStepper.js +1 -1
  159. package/dist/features/collections/components/CollectionCard.js +1 -1
  160. package/dist/features/contact/components/ContactPageView.js +27 -27
  161. package/dist/features/contact/email.js +4 -4
  162. package/dist/features/copilot/components/AdminCopilotView.js +3 -3
  163. package/dist/features/email/primitives.d.ts +4 -0
  164. package/dist/features/email/primitives.js +4 -0
  165. package/dist/features/events/components/EventCard.js +2 -2
  166. package/dist/features/events/components/EventOfferCard.js +1 -1
  167. package/dist/features/events/components/EventRaffleEntryForm.js +1 -1
  168. package/dist/features/events/components/EventRaffleWinnerView.js +2 -2
  169. package/dist/features/events/components/EventSaleBanner.js +0 -1
  170. package/dist/features/events/schemas/firestore.d.ts +2 -4
  171. package/dist/features/events/schemas/index.d.ts +4 -4
  172. package/dist/features/faq/components/ContactCTA.js +1 -1
  173. package/dist/features/faq/components/FAQAccordion.js +2 -2
  174. package/dist/features/faq/components/FAQCategorySidebar.js +2 -2
  175. package/dist/features/faq/components/FAQHelpfulButtons.js +2 -2
  176. package/dist/features/faq/components/RelatedFAQs.js +1 -1
  177. package/dist/features/faq/schemas/firestore.d.ts +2 -4
  178. package/dist/features/faq/schemas/index.d.ts +4 -4
  179. package/dist/features/filters/AsyncFacetSection.js +3 -3
  180. package/dist/features/filters/FilterFacetSection.js +6 -6
  181. package/dist/features/filters/RangeFilter.js +2 -2
  182. package/dist/features/filters/SwitchFilter.js +1 -1
  183. package/dist/features/forms/Checkbox.js +1 -1
  184. package/dist/features/forms/Slider.js +7 -2
  185. package/dist/features/forms/utils.d.ts +2 -2
  186. package/dist/features/forms/utils.js +2 -2
  187. package/dist/features/grouped/schemas/index.d.ts +2 -2
  188. package/dist/features/history/hooks/useHistory.js +1 -1
  189. package/dist/features/homepage/components/AdSlot.js +3 -3
  190. package/dist/features/homepage/components/AdvertisementBanner.js +5 -4
  191. package/dist/features/homepage/components/BeforeAfterCard.js +9 -1
  192. package/dist/features/homepage/components/CharacterHotspot.js +42 -49
  193. package/dist/features/homepage/components/CharacterHotspotForm.js +18 -20
  194. package/dist/features/homepage/components/CollectionCardsSection.js +2 -2
  195. package/dist/features/homepage/components/CustomCardsSection.js +3 -6
  196. package/dist/features/homepage/components/CustomerReviewsSection.js +1 -1
  197. package/dist/features/homepage/components/FAQSection.js +2 -2
  198. package/dist/features/homepage/components/FeaturedResultsSection.js +1 -1
  199. package/dist/features/homepage/components/GoogleReviewsSection.js +4 -4
  200. package/dist/features/homepage/components/HeroBanner.js +12 -63
  201. package/dist/features/homepage/components/HeroCarousel.js +6 -6
  202. package/dist/features/homepage/components/HeroSection.js +1 -1
  203. package/dist/features/homepage/components/HowItWorksInfoView.js +1 -1
  204. package/dist/features/homepage/components/HowItWorksSection.js +5 -3
  205. package/dist/features/homepage/components/NewsletterBanner.js +3 -7
  206. package/dist/features/homepage/components/PromoGrid.js +2 -26
  207. package/dist/features/homepage/components/SectionCarousel.js +1 -1
  208. package/dist/features/homepage/components/SecurityHighlightsSection.js +6 -3
  209. package/dist/features/homepage/components/ShopByCategorySection.js +3 -3
  210. package/dist/features/homepage/components/SiteFeaturesSection.js +1 -1
  211. package/dist/features/homepage/components/SocialPostCard.js +2 -3
  212. package/dist/features/homepage/components/StatsCounterSection.js +6 -3
  213. package/dist/features/homepage/components/TestimonialsCarousel.js +2 -25
  214. package/dist/features/homepage/components/TrustBadges.js +1 -9
  215. package/dist/features/homepage/components/TrustFeaturesSection.js +6 -3
  216. package/dist/features/homepage/components/TrustIndicatorsSection.js +1 -1
  217. package/dist/features/homepage/components/WelcomeSection.js +2 -2
  218. package/dist/features/homepage/components/WhatsAppCommunitySection.js +1 -1
  219. package/dist/features/homepage/lib/franchise-colors.d.ts +7 -0
  220. package/dist/features/homepage/lib/franchise-colors.js +7 -0
  221. package/dist/features/homepage/lib/live-stats.js +5 -5
  222. package/dist/features/homepage/schemas/firestore.d.ts +4 -12
  223. package/dist/features/homepage/schemas/index.d.ts +2 -2
  224. package/dist/features/layout/AppLayoutShell.js +7 -9
  225. package/dist/features/layout/BottomNavbar.js +1 -2
  226. package/dist/features/messages/hooks/useConversation.js +2 -1
  227. package/dist/features/messages/hooks/useConversations.js +1 -0
  228. package/dist/features/messages/schemas/firestore.d.ts +2 -4
  229. package/dist/features/messages/schemas/index.d.ts +2 -2
  230. package/dist/features/orders/components/OrdersList.js +1 -1
  231. package/dist/features/orders/components/RefundHistoryTable.d.ts +6 -0
  232. package/dist/features/orders/components/RefundHistoryTable.js +3 -2
  233. package/dist/features/orders/repository/orders.repository.d.ts +5 -0
  234. package/dist/features/orders/repository/orders.repository.js +26 -0
  235. package/dist/features/orders/schemas/firestore.d.ts +9 -5
  236. package/dist/features/orders/schemas/firestore.js +3 -0
  237. package/dist/features/payments/schemas/firestore.d.ts +2 -4
  238. package/dist/features/pre-orders/components/MarketplacePreorderCard.js +2 -2
  239. package/dist/features/pre-orders/components/PreOrderBadge.js +1 -1
  240. package/dist/features/pre-orders/components/PreOrderDetailPageView.js +2 -1
  241. package/dist/features/pre-orders/schemas/index.d.ts +2 -2
  242. package/dist/features/products/components/CompareOverlay.js +11 -8
  243. package/dist/features/products/components/CustomSectionTabContent.js +1 -1
  244. package/dist/features/products/components/FeatureBadge.js +11 -1
  245. package/dist/features/products/components/GroupSettingsPanel.js +2 -2
  246. package/dist/features/products/components/MarketplaceBundleCard.js +1 -1
  247. package/dist/features/products/components/MarketplacePrizeDrawCard.js +2 -2
  248. package/dist/features/products/components/PrizeDrawItemsEditor.js +1 -1
  249. package/dist/features/products/components/PrizeDrawsIndexListing.js +1 -1
  250. package/dist/features/products/components/ProductCardMetadataSection.js +0 -1
  251. package/dist/features/products/components/ProductDetailPageView.js +1 -1
  252. package/dist/features/products/components/ProductFeatureBadges.js +1 -1
  253. package/dist/features/products/components/ProductGalleryClient.js +1 -1
  254. package/dist/features/products/components/ProductGrid.js +7 -7
  255. package/dist/features/products/components/ShareButton.js +1 -1
  256. package/dist/features/products/components/ShowGroupSection.js +7 -5
  257. package/dist/features/products/components/SublistingCarouselSection.js +2 -2
  258. package/dist/features/products/constants/action-defs.d.ts +16 -0
  259. package/dist/features/products/constants/action-defs.js +16 -0
  260. package/dist/features/products/constants/listing-tabs.d.ts +48 -0
  261. package/dist/features/products/constants/listing-tabs.js +12 -0
  262. package/dist/features/products/repository/products.repository.d.ts +37 -0
  263. package/dist/features/products/repository/products.repository.js +28 -1
  264. package/dist/features/products/schemas/firestore.d.ts +8 -6
  265. package/dist/features/products/schemas/firestore.js +2 -0
  266. package/dist/features/products/schemas/index.d.ts +8 -8
  267. package/dist/features/products/types/index.d.ts +2 -0
  268. package/dist/features/promotions/components/CouponCard.js +2 -2
  269. package/dist/features/promotions/schemas/firestore.d.ts +2 -4
  270. package/dist/features/promotions/schemas/index.d.ts +6 -6
  271. package/dist/features/reviews/components/ReviewDetailShell.js +3 -3
  272. package/dist/features/reviews/components/ReviewModal.js +2 -4
  273. package/dist/features/reviews/components/ReviewSummary.js +3 -2
  274. package/dist/features/reviews/components/ReviewsList.js +1 -1
  275. package/dist/features/reviews/schemas/firestore.d.ts +2 -4
  276. package/dist/features/reviews/schemas/index.d.ts +2 -2
  277. package/dist/features/scams/actions/scam-actions.js +1 -1
  278. package/dist/features/scams/components/ScamProfileView.js +1 -1
  279. package/dist/features/scams/schemas/firestore.d.ts +2 -4
  280. package/dist/features/scams/schemas/index.d.ts +4 -4
  281. package/dist/features/search/components/Search.js +2 -2
  282. package/dist/features/search/components/SearchFiltersRow.js +1 -1
  283. package/dist/features/search/schemas/index.d.ts +3 -3
  284. package/dist/features/seller/components/BarcodeField.d.ts +17 -0
  285. package/dist/features/seller/components/BarcodeField.js +30 -0
  286. package/dist/features/seller/components/FulfillmentView.d.ts +5 -0
  287. package/dist/features/seller/components/FulfillmentView.js +120 -0
  288. package/dist/features/seller/components/PhysicalLocationModal.js +2 -3
  289. package/dist/features/seller/components/PrintCenterView.d.ts +3 -1
  290. package/dist/features/seller/components/PrintCenterView.js +52 -4
  291. package/dist/features/seller/components/SellerAddressesView.js +2 -1
  292. package/dist/features/seller/components/SellerAnalyticsAlertsView.js +1 -1
  293. package/dist/features/seller/components/SellerBidsView.js +1 -1
  294. package/dist/features/seller/components/SellerCouponEditorView.js +1 -1
  295. package/dist/features/seller/components/SellerGoogleReviewsView.js +1 -1
  296. package/dist/features/seller/components/SellerLiveView.js +1 -1
  297. package/dist/features/seller/components/SellerOffersPanel.js +1 -0
  298. package/dist/features/seller/components/SellerOrdersView.js +1 -1
  299. package/dist/features/seller/components/SellerPayoutMethodsView.js +8 -2
  300. package/dist/features/seller/components/SellerPayoutRequestView.js +1 -1
  301. package/dist/features/seller/components/SellerPayoutSettingsView.js +1 -1
  302. package/dist/features/seller/components/SellerProductShell.d.ts +2 -0
  303. package/dist/features/seller/components/SellerProductShell.js +4 -3
  304. package/dist/features/seller/components/SellerProductsCards.js +1 -1
  305. package/dist/features/seller/components/SellerProductsView.js +1 -1
  306. package/dist/features/seller/components/SellerReviewsView.js +2 -1
  307. package/dist/features/seller/components/SellerShippingConfigsView.js +9 -3
  308. package/dist/features/seller/components/SellerShippingView.js +1 -1
  309. package/dist/features/seller/components/SellerSidebar.js +3 -8
  310. package/dist/features/seller/components/SellerStoreCategoriesView.js +11 -3
  311. package/dist/features/seller/components/SellerTemplatesView.js +8 -2
  312. package/dist/features/seller/components/analytics/SellerRevenueChart.js +1 -1
  313. package/dist/features/seller/components/analytics/SellerTopProducts.js +1 -1
  314. package/dist/features/seller/components/index.d.ts +4 -0
  315. package/dist/features/seller/components/index.js +2 -0
  316. package/dist/features/seller/schemas/index.d.ts +4 -4
  317. package/dist/features/shell/FormShell.js +2 -2
  318. package/dist/features/shell/QuickFormDrawer.js +1 -1
  319. package/dist/features/site-settings/components/NavPermissionsManager.js +1 -1
  320. package/dist/features/store-extensions/schemas/firestore.d.ts +12 -44
  321. package/dist/features/stores/components/StoreCapabilitiesGuideView.js +1 -1
  322. package/dist/features/stores/components/StoreClassifiedsListing.d.ts +5 -0
  323. package/dist/features/stores/components/StoreClassifiedsListing.js +48 -0
  324. package/dist/features/stores/components/StoreClassifiedsPageView.d.ts +4 -0
  325. package/dist/features/stores/components/StoreClassifiedsPageView.js +20 -0
  326. package/dist/features/stores/components/StoreDetailLayoutView.js +23 -2
  327. package/dist/features/stores/components/StoreDigitalCodesListing.d.ts +5 -0
  328. package/dist/features/stores/components/StoreDigitalCodesListing.js +48 -0
  329. package/dist/features/stores/components/StoreDigitalCodesPageView.d.ts +4 -0
  330. package/dist/features/stores/components/StoreDigitalCodesPageView.js +20 -0
  331. package/dist/features/stores/components/StoreGuideHubView.js +2 -9
  332. package/dist/features/stores/components/StoreHeader.js +1 -1
  333. package/dist/features/stores/components/StoreListingsGuideView.js +4 -4
  334. package/dist/features/stores/components/StoreLiveItemsListing.d.ts +5 -0
  335. package/dist/features/stores/components/StoreLiveItemsListing.js +48 -0
  336. package/dist/features/stores/components/StoreLiveItemsPageView.d.ts +4 -0
  337. package/dist/features/stores/components/StoreLiveItemsPageView.js +20 -0
  338. package/dist/features/stores/components/StoreOrdersGuideView.js +2 -2
  339. package/dist/features/stores/components/StoresIndexListing.js +1 -1
  340. package/dist/features/stores/components/index.d.ts +9 -0
  341. package/dist/features/stores/components/index.js +3 -0
  342. package/dist/features/stores/schemas/firestore.d.ts +2 -4
  343. package/dist/features/stores/schemas/index.d.ts +4 -4
  344. package/dist/features/support/schemas/firestore.d.ts +2 -4
  345. package/dist/features/support/schemas/index.d.ts +2 -2
  346. package/dist/features/whatsapp-bot/components/SellerWhatsAppSettingsView.js +2 -2
  347. package/dist/features/wishlist/components/WishlistPage.js +1 -1
  348. package/dist/features/wishlist/components/WishlistToggleButton.js +3 -3
  349. package/dist/features/wishlist/hooks/useWishlistCount.js +1 -1
  350. package/dist/http/ApiClient.d.ts +1 -0
  351. package/dist/http/ApiClient.js +20 -0
  352. package/dist/monitoring/error-tracking.d.ts +0 -3
  353. package/dist/monitoring/error-tracking.js +1 -1
  354. package/dist/monitoring/server-logger.js +3 -3
  355. package/dist/next/components/GlobalError.js +1 -1
  356. package/dist/next/routing/route-map.d.ts +11 -0
  357. package/dist/next/routing/route-map.js +5 -0
  358. package/dist/react/ErrorBoundary.js +1 -1
  359. package/dist/schemas/registry.d.ts +24 -24
  360. package/dist/seed/grouped-listings-seed-data.d.ts +2 -1
  361. package/dist/seed/products-preorders-seed-data.d.ts +2 -1
  362. package/dist/seed/products-standard-seed-data.js +8 -0
  363. package/dist/server-entry.d.ts +3 -0
  364. package/dist/server-entry.js +3 -0
  365. package/dist/server.d.ts +4 -4
  366. package/dist/styles.css +45 -7
  367. package/dist/tailwind-utilities.css +1 -1
  368. package/dist/tokens/themes/default-light.js +3 -0
  369. package/dist/tokens/tokens.css +43 -6
  370. package/dist/ui/components/Anchor.d.ts +8 -1
  371. package/dist/ui/components/Anchor.js +16 -2
  372. package/dist/ui/components/Button.d.ts +5 -2
  373. package/dist/ui/components/Button.js +5 -2
  374. package/dist/ui/components/Details.d.ts +33 -2
  375. package/dist/ui/components/Details.js +73 -4
  376. package/dist/ui/components/Div.d.ts +3 -0
  377. package/dist/ui/components/Div.js +12 -1
  378. package/dist/ui/components/DynamicBgDiv.d.ts +13 -0
  379. package/dist/ui/components/DynamicBgDiv.js +18 -0
  380. package/dist/ui/components/Form.d.ts +3 -19
  381. package/dist/ui/components/Form.js +8 -1
  382. package/dist/ui/components/Layout.d.ts +12 -1
  383. package/dist/ui/components/Layout.js +9 -1
  384. package/dist/ui/components/Progress.d.ts +1 -1
  385. package/dist/ui/components/Progress.js +1 -0
  386. package/dist/ui/components/Progress.style.css +1 -0
  387. package/dist/ui/components/ProgressBarFill.d.ts +6 -0
  388. package/dist/ui/components/ProgressBarFill.js +11 -0
  389. package/dist/ui/components/Semantic.d.ts +26 -7
  390. package/dist/ui/components/Semantic.js +33 -8
  391. package/dist/ui/components/TextLink.d.ts +36 -1
  392. package/dist/ui/components/TextLink.js +30 -2
  393. package/dist/ui/components/Typography.d.ts +26 -6
  394. package/dist/ui/components/Typography.js +37 -13
  395. package/dist/ui/components/VacationBanner.js +0 -1
  396. package/dist/ui/components/surface-tokens.d.ts +12 -2
  397. package/dist/ui/components/surface-tokens.js +19 -1
  398. package/dist/ui/rich-text/RichText.js +1 -1
  399. package/dist/utils/id-generators.d.ts +8 -0
  400. package/dist/utils/id-generators.js +14 -0
  401. package/dist/validation/schemas.d.ts +1 -1
  402. package/package.json +2 -1
@@ -41,6 +41,9 @@ export declare const DEFAULT_ROUTE_MAP: {
41
41
  readonly STORE_REVIEWS: (storeSlug: string) => string;
42
42
  readonly STORE_ABOUT: (storeSlug: string) => string;
43
43
  readonly STORE_COUPONS: (storeSlug: string) => string;
44
+ readonly STORE_CLASSIFIEDS: (storeSlug: string) => string;
45
+ readonly STORE_DIGITAL_CODES: (storeSlug: string) => string;
46
+ readonly STORE_LIVE: (storeSlug: string) => string;
44
47
  readonly CATEGORIES: "/categories";
45
48
  readonly CATEGORY_DETAIL: (slug: string) => string;
46
49
  readonly BRANDS: "/brands";
@@ -196,6 +199,7 @@ export declare const DEFAULT_ROUTE_MAP: {
196
199
  readonly LIVE_ITEMS_EDIT: (id: string) => string;
197
200
  readonly PRINT_CENTER: "/store/print-center";
198
201
  readonly INVENTORY_PRINT: "/store/inventory/print";
202
+ readonly FULFILLMENT: "/store/fulfillment";
199
203
  readonly PAYOUT_METHODS: "/store/payout-methods";
200
204
  readonly PAYOUT_METHODS_NEW: "/store/payout-methods/new";
201
205
  readonly PAYOUT_METHODS_EDIT: (id: string) => string;
@@ -305,6 +309,7 @@ export declare const DEFAULT_ROUTE_MAP: {
305
309
  readonly SETTINGS_ACTIONS: "/admin/settings/actions";
306
310
  readonly SETTINGS_NAVIGATION: "/admin/settings/navigation";
307
311
  readonly PRINT_CENTER: "/admin/print-center";
312
+ readonly FULFILLMENT: "/admin/fulfillment";
308
313
  readonly MODERATION: "/admin/moderation";
309
314
  readonly MODERATION_DETAIL: (id: string) => string;
310
315
  readonly REPORTS: "/admin/reports";
@@ -366,6 +371,9 @@ export declare const ROUTES: {
366
371
  readonly STORE_REVIEWS: (storeSlug: string) => string;
367
372
  readonly STORE_ABOUT: (storeSlug: string) => string;
368
373
  readonly STORE_COUPONS: (storeSlug: string) => string;
374
+ readonly STORE_CLASSIFIEDS: (storeSlug: string) => string;
375
+ readonly STORE_DIGITAL_CODES: (storeSlug: string) => string;
376
+ readonly STORE_LIVE: (storeSlug: string) => string;
369
377
  readonly CATEGORIES: "/categories";
370
378
  readonly CATEGORY_DETAIL: (slug: string) => string;
371
379
  readonly BRANDS: "/brands";
@@ -521,6 +529,7 @@ export declare const ROUTES: {
521
529
  readonly LIVE_ITEMS_EDIT: (id: string) => string;
522
530
  readonly PRINT_CENTER: "/store/print-center";
523
531
  readonly INVENTORY_PRINT: "/store/inventory/print";
532
+ readonly FULFILLMENT: "/store/fulfillment";
524
533
  readonly PAYOUT_METHODS: "/store/payout-methods";
525
534
  readonly PAYOUT_METHODS_NEW: "/store/payout-methods/new";
526
535
  readonly PAYOUT_METHODS_EDIT: (id: string) => string;
@@ -630,6 +639,7 @@ export declare const ROUTES: {
630
639
  readonly SETTINGS_ACTIONS: "/admin/settings/actions";
631
640
  readonly SETTINGS_NAVIGATION: "/admin/settings/navigation";
632
641
  readonly PRINT_CENTER: "/admin/print-center";
642
+ readonly FULFILLMENT: "/admin/fulfillment";
633
643
  readonly MODERATION: "/admin/moderation";
634
644
  readonly MODERATION_DETAIL: (id: string) => string;
635
645
  readonly REPORTS: "/admin/reports";
@@ -715,6 +725,7 @@ export declare const SELLER_ROUTES: {
715
725
  readonly LIVE_ITEMS_EDIT: (id: string) => string;
716
726
  readonly PRINT_CENTER: "/store/print-center";
717
727
  readonly INVENTORY_PRINT: "/store/inventory/print";
728
+ readonly FULFILLMENT: "/store/fulfillment";
718
729
  readonly PAYOUT_METHODS: "/store/payout-methods";
719
730
  readonly PAYOUT_METHODS_NEW: "/store/payout-methods/new";
720
731
  readonly PAYOUT_METHODS_EDIT: (id: string) => string;
@@ -29,6 +29,9 @@ export const DEFAULT_ROUTE_MAP = {
29
29
  STORE_REVIEWS: (storeSlug) => `/stores/${storeSlug}/reviews`,
30
30
  STORE_ABOUT: (storeSlug) => `/stores/${storeSlug}/about`,
31
31
  STORE_COUPONS: (storeSlug) => `/stores/${storeSlug}/coupons`,
32
+ STORE_CLASSIFIEDS: (storeSlug) => `/stores/${storeSlug}/classified`,
33
+ STORE_DIGITAL_CODES: (storeSlug) => `/stores/${storeSlug}/digital-codes`,
34
+ STORE_LIVE: (storeSlug) => `/stores/${storeSlug}/live`,
32
35
  CATEGORIES: "/categories",
33
36
  CATEGORY_DETAIL: (slug) => `/categories/${slug}`,
34
37
  BRANDS: "/brands",
@@ -186,6 +189,7 @@ export const DEFAULT_ROUTE_MAP = {
186
189
  LIVE_ITEMS_EDIT: (id) => `/store/live/${id}/edit`,
187
190
  PRINT_CENTER: "/store/print-center",
188
191
  INVENTORY_PRINT: "/store/inventory/print",
192
+ FULFILLMENT: "/store/fulfillment",
189
193
  // S-STORE Tier — new extension routes
190
194
  PAYOUT_METHODS: "/store/payout-methods",
191
195
  PAYOUT_METHODS_NEW: "/store/payout-methods/new",
@@ -299,6 +303,7 @@ export const DEFAULT_ROUTE_MAP = {
299
303
  SETTINGS_ACTIONS: "/admin/settings/actions",
300
304
  SETTINGS_NAVIGATION: "/admin/settings/navigation",
301
305
  PRINT_CENTER: "/admin/print-center",
306
+ FULFILLMENT: "/admin/fulfillment",
302
307
  // S-STORE Tier — admin moderation + reports + item requests
303
308
  MODERATION: "/admin/moderation",
304
309
  MODERATION_DETAIL: (id) => `/admin/moderation/${id}`,
@@ -24,7 +24,7 @@ function DefaultFallback({ error, onReset, }) {
24
24
  }, "data-section": "errorboundary-div-446", children: [_jsx(Heading, { level: 1, style: { fontSize: "1.5rem", marginBottom: "0.5rem" }, children: "Something went wrong" }), _jsx(Text, { style: { marginBottom: "1.5rem", opacity: 0.7 }, children: "An unexpected error occurred. Please try again." }), process.env.NODE_ENV === "development" && error && (_jsx("pre", { style: {
25
25
  fontSize: "0.75rem",
26
26
  padding: "1rem",
27
- background: "#f3f4f6",
27
+ background: "var(--appkit-color-zinc-100)",
28
28
  borderRadius: "0.5rem",
29
29
  textAlign: "left",
30
30
  maxWidth: "40rem",
@@ -183,10 +183,10 @@ export declare const SCHEMAS: {
183
183
  createdAt: string | Date | import("zod").objectOutputType<{
184
184
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
185
185
  }, import("zod").ZodTypeAny, "passthrough">;
186
- id: string;
187
186
  title: string;
188
187
  slug: string;
189
188
  tags: string[];
189
+ id: string;
190
190
  updatedAt: string | Date | import("zod").objectOutputType<{
191
191
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
192
192
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -233,10 +233,10 @@ export declare const SCHEMAS: {
233
233
  createdAt: string | Date | import("zod").objectInputType<{
234
234
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
235
235
  }, import("zod").ZodTypeAny, "passthrough">;
236
- id: string;
237
236
  title: string;
238
237
  slug: string;
239
238
  tags: string[];
239
+ id: string;
240
240
  updatedAt: string | Date | import("zod").objectInputType<{
241
241
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
242
242
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -708,8 +708,8 @@ export declare const SCHEMAS: {
708
708
  createdAt: string | Date | import("zod").objectOutputType<{
709
709
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
710
710
  }, import("zod").ZodTypeAny, "passthrough">;
711
- id: string;
712
711
  title: string;
712
+ id: string;
713
713
  updatedAt: string | Date | import("zod").objectOutputType<{
714
714
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
715
715
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -817,8 +817,8 @@ export declare const SCHEMAS: {
817
817
  createdAt: string | Date | import("zod").objectInputType<{
818
818
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
819
819
  }, import("zod").ZodTypeAny, "passthrough">;
820
- id: string;
821
820
  title: string;
821
+ id: string;
822
822
  updatedAt: string | Date | import("zod").objectInputType<{
823
823
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
824
824
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1138,8 +1138,8 @@ export declare const SCHEMAS: {
1138
1138
  createdAt: string | Date | import("zod").objectOutputType<{
1139
1139
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1140
1140
  }, import("zod").ZodTypeAny, "passthrough">;
1141
- id: string;
1142
1141
  slug: string;
1142
+ id: string;
1143
1143
  updatedAt: string | Date | import("zod").objectOutputType<{
1144
1144
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1145
1145
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1232,8 +1232,8 @@ export declare const SCHEMAS: {
1232
1232
  createdAt: string | Date | import("zod").objectInputType<{
1233
1233
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1234
1234
  }, import("zod").ZodTypeAny, "passthrough">;
1235
- id: string;
1236
1235
  slug: string;
1236
+ id: string;
1237
1237
  updatedAt: string | Date | import("zod").objectInputType<{
1238
1238
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1239
1239
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1601,8 +1601,8 @@ export declare const SCHEMAS: {
1601
1601
  createdAt: string | Date | import("zod").objectOutputType<{
1602
1602
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1603
1603
  }, import("zod").ZodTypeAny, "passthrough">;
1604
- id: string;
1605
1604
  storeName: string;
1605
+ id: string;
1606
1606
  updatedAt: string | Date | import("zod").objectOutputType<{
1607
1607
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1608
1608
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1634,8 +1634,8 @@ export declare const SCHEMAS: {
1634
1634
  createdAt: string | Date | import("zod").objectInputType<{
1635
1635
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1636
1636
  }, import("zod").ZodTypeAny, "passthrough">;
1637
- id: string;
1638
1637
  storeName: string;
1638
+ id: string;
1639
1639
  updatedAt: string | Date | import("zod").objectInputType<{
1640
1640
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1641
1641
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1815,8 +1815,8 @@ export declare const SCHEMAS: {
1815
1815
  createdAt: string | Date | import("zod").objectOutputType<{
1816
1816
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1817
1817
  }, import("zod").ZodTypeAny, "passthrough">;
1818
- id: string;
1819
1818
  description: string;
1819
+ id: string;
1820
1820
  updatedAt: string | Date | import("zod").objectOutputType<{
1821
1821
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1822
1822
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1874,8 +1874,8 @@ export declare const SCHEMAS: {
1874
1874
  createdAt: string | Date | import("zod").objectInputType<{
1875
1875
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1876
1876
  }, import("zod").ZodTypeAny, "passthrough">;
1877
- id: string;
1878
1877
  description: string;
1878
+ id: string;
1879
1879
  updatedAt: string | Date | import("zod").objectInputType<{
1880
1880
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
1881
1881
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2044,8 +2044,8 @@ export declare const SCHEMAS: {
2044
2044
  createdAt: string | Date | import("zod").objectOutputType<{
2045
2045
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2046
2046
  }, import("zod").ZodTypeAny, "passthrough">;
2047
- id: string;
2048
2047
  tags: string[];
2048
+ id: string;
2049
2049
  updatedAt: string | Date | import("zod").objectOutputType<{
2050
2050
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2051
2051
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2083,8 +2083,8 @@ export declare const SCHEMAS: {
2083
2083
  createdAt: string | Date | import("zod").objectInputType<{
2084
2084
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2085
2085
  }, import("zod").ZodTypeAny, "passthrough">;
2086
- id: string;
2087
2086
  tags: string[];
2087
+ id: string;
2088
2088
  updatedAt: string | Date | import("zod").objectInputType<{
2089
2089
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2090
2090
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2153,9 +2153,9 @@ export declare const SCHEMAS: {
2153
2153
  createdAt: string | Date | import("zod").objectOutputType<{
2154
2154
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2155
2155
  }, import("zod").ZodTypeAny, "passthrough">;
2156
- id: string;
2157
2156
  title: string;
2158
2157
  slug: string;
2158
+ id: string;
2159
2159
  updatedAt: string | Date | import("zod").objectOutputType<{
2160
2160
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2161
2161
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -2176,9 +2176,9 @@ export declare const SCHEMAS: {
2176
2176
  createdAt: string | Date | import("zod").objectInputType<{
2177
2177
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2178
2178
  }, import("zod").ZodTypeAny, "passthrough">;
2179
- id: string;
2180
2179
  title: string;
2181
2180
  slug: string;
2181
+ id: string;
2182
2182
  updatedAt: string | Date | import("zod").objectInputType<{
2183
2183
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
2184
2184
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -3042,8 +3042,8 @@ export declare const SCHEMAS: {
3042
3042
  createdAt: string | Date | import("zod").objectOutputType<{
3043
3043
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3044
3044
  }, import("zod").ZodTypeAny, "passthrough">;
3045
- id: string;
3046
3045
  title: string;
3046
+ id: string;
3047
3047
  updatedAt: string | Date | import("zod").objectOutputType<{
3048
3048
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3049
3049
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -3089,8 +3089,8 @@ export declare const SCHEMAS: {
3089
3089
  createdAt: string | Date | import("zod").objectInputType<{
3090
3090
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3091
3091
  }, import("zod").ZodTypeAny, "passthrough">;
3092
- id: string;
3093
3092
  title: string;
3093
+ id: string;
3094
3094
  updatedAt: string | Date | import("zod").objectInputType<{
3095
3095
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3096
3096
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -3197,9 +3197,9 @@ export declare const SCHEMAS: {
3197
3197
  createdAt: string | Date | import("zod").objectOutputType<{
3198
3198
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3199
3199
  }, import("zod").ZodTypeAny, "passthrough">;
3200
- id: string;
3201
3200
  description: string;
3202
3201
  tags: string[];
3202
+ id: string;
3203
3203
  updatedAt: string | Date | import("zod").objectOutputType<{
3204
3204
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3205
3205
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -3237,9 +3237,9 @@ export declare const SCHEMAS: {
3237
3237
  createdAt: string | Date | import("zod").objectInputType<{
3238
3238
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3239
3239
  }, import("zod").ZodTypeAny, "passthrough">;
3240
- id: string;
3241
3240
  description: string;
3242
3241
  tags: string[];
3242
+ id: string;
3243
3243
  updatedAt: string | Date | import("zod").objectInputType<{
3244
3244
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3245
3245
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -3309,8 +3309,8 @@ export declare const SCHEMAS: {
3309
3309
  createdAt: string | Date | import("zod").objectOutputType<{
3310
3310
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3311
3311
  }, import("zod").ZodTypeAny, "passthrough">;
3312
- id: string;
3313
3312
  description: string;
3313
+ id: string;
3314
3314
  scamType: string;
3315
3315
  reportedBy: string;
3316
3316
  scammerId: string;
@@ -3332,8 +3332,8 @@ export declare const SCHEMAS: {
3332
3332
  createdAt: string | Date | import("zod").objectInputType<{
3333
3333
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3334
3334
  }, import("zod").ZodTypeAny, "passthrough">;
3335
- id: string;
3336
3335
  description: string;
3336
+ id: string;
3337
3337
  scamType: string;
3338
3338
  reportedBy: string;
3339
3339
  scammerId: string;
@@ -3775,8 +3775,8 @@ export declare const SCHEMAS: {
3775
3775
  createdAt: string | Date | import("zod").objectOutputType<{
3776
3776
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3777
3777
  }, import("zod").ZodTypeAny, "passthrough">;
3778
- id: string;
3779
3778
  storeName: string;
3779
+ id: string;
3780
3780
  updatedAt: string | Date | import("zod").objectOutputType<{
3781
3781
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3782
3782
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -3859,8 +3859,8 @@ export declare const SCHEMAS: {
3859
3859
  createdAt: string | Date | import("zod").objectInputType<{
3860
3860
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3861
3861
  }, import("zod").ZodTypeAny, "passthrough">;
3862
- id: string;
3863
3862
  storeName: string;
3863
+ id: string;
3864
3864
  updatedAt: string | Date | import("zod").objectInputType<{
3865
3865
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
3866
3866
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -4038,8 +4038,8 @@ export declare const SCHEMAS: {
4038
4038
  createdAt: string | Date | import("zod").objectOutputType<{
4039
4039
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4040
4040
  }, import("zod").ZodTypeAny, "passthrough">;
4041
- id: string;
4042
4041
  description: string;
4042
+ id: string;
4043
4043
  updatedAt: string | Date | import("zod").objectOutputType<{
4044
4044
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4045
4045
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -4081,8 +4081,8 @@ export declare const SCHEMAS: {
4081
4081
  createdAt: string | Date | import("zod").objectInputType<{
4082
4082
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4083
4083
  }, import("zod").ZodTypeAny, "passthrough">;
4084
- id: string;
4085
4084
  description: string;
4085
+ id: string;
4086
4086
  updatedAt: string | Date | import("zod").objectInputType<{
4087
4087
  toDate: import("zod").ZodFunction<import("zod").ZodTuple<[], import("zod").ZodUnknown>, import("zod").ZodDate>;
4088
4088
  }, import("zod").ZodTypeAny, "passthrough">;
@@ -1,6 +1,5 @@
1
1
  export declare const groupedListingsSeedData: {
2
2
  listingType: "standard";
3
- id?: string | undefined;
4
3
  title?: string | undefined;
5
4
  description?: string | undefined;
6
5
  slug?: string | undefined;
@@ -117,7 +116,9 @@ export declare const groupedListingsSeedData: {
117
116
  shelf: string;
118
117
  bin: string;
119
118
  } | undefined;
119
+ barcodeId?: string | undefined;
120
120
  searchTokens?: string[] | undefined;
121
+ id?: string | undefined;
121
122
  createdAt?: Date | undefined;
122
123
  updatedAt?: Date | undefined;
123
124
  }[];
@@ -1,7 +1,6 @@
1
1
  export declare const productsPreordersSeedData: {
2
2
  listingType: "pre-order";
3
3
  searchTokens: string[];
4
- id?: string | undefined;
5
4
  title?: string | undefined;
6
5
  description?: string | undefined;
7
6
  slug?: string | undefined;
@@ -118,6 +117,8 @@ export declare const productsPreordersSeedData: {
118
117
  shelf: string;
119
118
  bin: string;
120
119
  } | undefined;
120
+ barcodeId?: string | undefined;
121
+ id?: string | undefined;
121
122
  createdAt?: Date | undefined;
122
123
  updatedAt?: Date | undefined;
123
124
  }[];
@@ -64,6 +64,7 @@ const _rawProductsStandardSeedData = [
64
64
  {
65
65
  id: "product-topper-tin-2004",
66
66
  slug: "product-topper-tin-2004",
67
+ barcodeId: "LIR-TIN20001",
67
68
  title: "2004 Collector Tin",
68
69
  description: "Vintage 2004 YGO collector tin with bonus cards and playmat.",
69
70
  categorySlugs: ["category-sealed-products", "category-collector-tins"],
@@ -87,6 +88,7 @@ const _rawProductsStandardSeedData = [
87
88
  {
88
89
  id: "product-topper-tin-2005",
89
90
  slug: "product-topper-tin-2005",
91
+ barcodeId: "LIR-TIN20002",
90
92
  title: "2005 Collector Tin",
91
93
  description: "2005 edition tin with premium foil cards.",
92
94
  categorySlugs: ["category-sealed-products", "category-collector-tins"],
@@ -110,6 +112,7 @@ const _rawProductsStandardSeedData = [
110
112
  {
111
113
  id: "product-duel-disk-replica",
112
114
  slug: "product-duel-disk-replica",
115
+ barcodeId: "LIR-DUAL0001",
113
116
  title: "Duel Disk Replica (Premium)",
114
117
  description: "Deluxe replica of the iconic Duel Disk from the anime with light-up features.",
115
118
  categorySlugs: ["category-sealed-products"],
@@ -133,6 +136,7 @@ const _rawProductsStandardSeedData = [
133
136
  {
134
137
  id: "product-millennium-puzzle-model",
135
138
  slug: "product-millennium-puzzle-model",
139
+ barcodeId: "LIR-MILP0001",
136
140
  title: "Millennium Puzzle Model Kit",
137
141
  description: "Detailed model kit of Yugi's iconic Millennium Puzzle. Requires assembly.",
138
142
  categorySlugs: ["category-sealed-products"],
@@ -156,6 +160,7 @@ const _rawProductsStandardSeedData = [
156
160
  {
157
161
  id: "product-yugi-plush-20cm",
158
162
  slug: "product-yugi-plush-20cm",
163
+ barcodeId: "LIR-YUGI0001",
159
164
  title: "Yugi Muto Plush (20cm)",
160
165
  description: "Soft plush toy of Yugi Muto. Perfect for collectors.",
161
166
  categorySlugs: ["category-sealed-products"],
@@ -179,6 +184,7 @@ const _rawProductsStandardSeedData = [
179
184
  {
180
185
  id: "product-kaiba-figure-15cm",
181
186
  slug: "product-kaiba-figure-15cm",
187
+ barcodeId: "LIR-KAIB0001",
182
188
  title: "Seto Kaiba Figure (15cm)",
183
189
  description: "Detailed PVC figure of Seto Kaiba in his classic suit.",
184
190
  categorySlugs: ["category-sealed-products"],
@@ -202,6 +208,7 @@ const _rawProductsStandardSeedData = [
202
208
  {
203
209
  id: "product-dark-magician-figure",
204
210
  slug: "product-dark-magician-figure",
211
+ barcodeId: "LIR-DARK0001",
205
212
  title: "Dark Magician Figure (Deluxe)",
206
213
  description: "Premium figure of the Dark Magician with intricate details and base display.",
207
214
  categorySlugs: ["category-sealed-products"],
@@ -225,6 +232,7 @@ const _rawProductsStandardSeedData = [
225
232
  {
226
233
  id: "product-exodia-art-print",
227
234
  slug: "product-exodia-art-print",
235
+ barcodeId: "LIR-EXOD0001",
228
236
  title: "Exodia Art Print (A3)",
229
237
  description: "High-quality A3 art print of the complete Exodia set.",
230
238
  categorySlugs: ["category-sealed-products"],
@@ -40,6 +40,9 @@ export { StoreAuctionsPageView } from "./features/stores/components/StoreAuction
40
40
  export { StorePreOrdersPageView } from "./features/stores/components/StorePreOrdersPageView";
41
41
  export { StorePrizeDrawsPageView } from "./features/stores/components/StorePrizeDrawsPageView";
42
42
  export { StoreBundlesPageView } from "./features/stores/components/StoreBundlesPageView";
43
+ export { StoreClassifiedsPageView } from "./features/stores/components/StoreClassifiedsPageView";
44
+ export { StoreDigitalCodesPageView } from "./features/stores/components/StoreDigitalCodesPageView";
45
+ export { StoreLiveItemsPageView } from "./features/stores/components/StoreLiveItemsPageView";
43
46
  export { getProductForDetail, listSitemapProducts, type SitemapProduct, } from "./_internal/server/features/products/index";
44
47
  export { getAuctionForDetail, getProductFeaturesForAuction, } from "./_internal/server/features/auctions/index";
45
48
  export { getPreOrderForDetail, getProductFeaturesForPreOrder, } from "./_internal/server/features/pre-orders/index";
@@ -45,6 +45,9 @@ export { StoreAuctionsPageView } from "./features/stores/components/StoreAuction
45
45
  export { StorePreOrdersPageView } from "./features/stores/components/StorePreOrdersPageView";
46
46
  export { StorePrizeDrawsPageView } from "./features/stores/components/StorePrizeDrawsPageView";
47
47
  export { StoreBundlesPageView } from "./features/stores/components/StoreBundlesPageView";
48
+ export { StoreClassifiedsPageView } from "./features/stores/components/StoreClassifiedsPageView";
49
+ export { StoreDigitalCodesPageView } from "./features/stores/components/StoreDigitalCodesPageView";
50
+ export { StoreLiveItemsPageView } from "./features/stores/components/StoreLiveItemsPageView";
48
51
  // S2: products data layer — deduped via React.cache()
49
52
  export { getProductForDetail, listSitemapProducts, } from "./_internal/server/features/products/index";
50
53
  // S3: auctions data layer — deduped via React.cache()
package/dist/server.d.ts CHANGED
@@ -510,17 +510,17 @@ export { checkActionAllowed } from "./features/admin/utils/checkActionAllowed";
510
510
  export { getDisabledRoutes } from "./features/admin/utils/getDisabledRoutes";
511
511
  export { getSiteSettingsGlobal } from "./features/admin/utils/getSiteSettingsGlobal";
512
512
  export { updateActionConfigDomain, updateNavConfigDomain } from "./_internal/server/features/site-settings/actions";
513
- export { getClassifiedForDetail, type ClassifiedDataOptions } from "./_internal/server/features/classified/data";
514
- export { getPrizeDrawForDetail, renderPrizeDrawOg, renderPrizeDrawOgImage, type PrizeDrawDataOptions, type PrizeDrawOgData, } from "./_internal/server/features/prize-draws/index";
513
+ export { getClassifiedForDetail } from "./_internal/server/features/classified/data";
514
+ export { getPrizeDrawForDetail, renderPrizeDrawOg, renderPrizeDrawOgImage, type PrizeDrawOgData, } from "./_internal/server/features/prize-draws/index";
515
515
  export { getItemRequestForDetail, renderItemRequestOg, renderItemRequestOgImage, type ItemRequestDataOptions, type ItemRequestOgData, } from "./_internal/server/features/item-requests/index";
516
516
  export { toClientClassified, type ClassifiedClientShape } from "./_internal/server/features/classified/adapters";
517
517
  export { buildClassifiedMetadata, type ClassifiedMetadataOptions } from "./_internal/server/features/classified/metadata";
518
518
  export { renderClassifiedOg, renderClassifiedOgImage, renderClassifiedOgFromDoc, type ClassifiedOgData } from "./_internal/server/features/classified/og";
519
- export { getDigitalCodeForDetail, type DigitalCodeDataOptions } from "./_internal/server/features/digital-code/data";
519
+ export { getDigitalCodeForDetail } from "./_internal/server/features/digital-code/data";
520
520
  export { toClientDigitalCode, type DigitalCodeClientShape } from "./_internal/server/features/digital-code/adapters";
521
521
  export { buildDigitalCodeMetadata, type DigitalCodeMetadataOptions } from "./_internal/server/features/digital-code/metadata";
522
522
  export { renderDigitalCodeOg, renderDigitalCodeOgImage, renderDigitalCodeOgFromDoc, type DigitalCodeOgData } from "./_internal/server/features/digital-code/og";
523
- export { getLiveItemForDetail, type LiveDataOptions } from "./_internal/server/features/live/data";
523
+ export { getLiveItemForDetail } from "./_internal/server/features/live/data";
524
524
  export { toClientLiveItem, type LiveItemClientShape } from "./_internal/server/features/live/adapters";
525
525
  export { buildLiveItemMetadata, type LiveItemMetadataOptions } from "./_internal/server/features/live/metadata";
526
526
  export { renderLiveItemOg, renderLiveItemOgImage, renderLiveItemOgFromDoc, type LiveItemOgData } from "./_internal/server/features/live/og";