@mohasinac/appkit 2.2.0 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +79 -31
- package/dist/index.d.ts +3124 -1
- package/dist/index.js +5836 -1
- package/package.json +67 -87
- package/dist/cli/index.d.ts +0 -38
- package/dist/cli/index.js +0 -177
- package/dist/client.d.ts +0 -15
- package/dist/client.js +0 -15
- package/dist/constants/api-endpoint-resolver.d.ts +0 -34
- package/dist/constants/api-endpoint-resolver.js +0 -38
- package/dist/constants/api-endpoints.d.ts +0 -388
- package/dist/constants/api-endpoints.js +0 -342
- package/dist/constants/cache-invalidation.d.ts +0 -18
- package/dist/constants/cache-invalidation.js +0 -33
- package/dist/constants/index.d.ts +0 -14
- package/dist/constants/index.js +0 -14
- package/dist/contracts/auth.d.ts +0 -58
- package/dist/contracts/auth.js +0 -2
- package/dist/contracts/client-auth.d.ts +0 -22
- package/dist/contracts/client-auth.js +0 -17
- package/dist/contracts/client-payment-gateway.d.ts +0 -65
- package/dist/contracts/client-payment-gateway.js +0 -25
- package/dist/contracts/client-realtime.d.ts +0 -24
- package/dist/contracts/client-realtime.js +0 -18
- package/dist/contracts/client-session.d.ts +0 -37
- package/dist/contracts/client-session.js +0 -22
- package/dist/contracts/config.d.ts +0 -53
- package/dist/contracts/config.js +0 -2
- package/dist/contracts/email.d.ts +0 -30
- package/dist/contracts/email.js +0 -2
- package/dist/contracts/extend.d.ts +0 -270
- package/dist/contracts/extend.js +0 -75
- package/dist/contracts/feature.d.ts +0 -53
- package/dist/contracts/feature.js +0 -2
- package/dist/contracts/field-ops.d.ts +0 -31
- package/dist/contracts/field-ops.js +0 -35
- package/dist/contracts/form.d.ts +0 -89
- package/dist/contracts/form.js +0 -80
- package/dist/contracts/index.d.ts +0 -32
- package/dist/contracts/index.js +0 -13
- package/dist/contracts/infra.d.ts +0 -43
- package/dist/contracts/infra.js +0 -2
- package/dist/contracts/payment.d.ts +0 -39
- package/dist/contracts/payment.js +0 -2
- package/dist/contracts/registry.d.ts +0 -26
- package/dist/contracts/registry.js +0 -14
- package/dist/contracts/repository.d.ts +0 -127
- package/dist/contracts/repository.js +0 -28
- package/dist/contracts/search.d.ts +0 -44
- package/dist/contracts/search.js +0 -2
- package/dist/contracts/shipping.d.ts +0 -64
- package/dist/contracts/shipping.js +0 -2
- package/dist/contracts/storage.d.ts +0 -27
- package/dist/contracts/storage.js +0 -2
- package/dist/contracts/style.d.ts +0 -23
- package/dist/contracts/style.js +0 -2
- package/dist/contracts/table.d.ts +0 -104
- package/dist/contracts/table.js +0 -68
- package/dist/core/CacheManager.d.ts +0 -31
- package/dist/core/CacheManager.js +0 -63
- package/dist/core/EventBus.d.ts +0 -27
- package/dist/core/EventBus.js +0 -75
- package/dist/core/Logger.d.ts +0 -60
- package/dist/core/Logger.js +0 -153
- package/dist/core/Queue.d.ts +0 -43
- package/dist/core/Queue.js +0 -92
- package/dist/core/StorageManager.d.ts +0 -36
- package/dist/core/StorageManager.js +0 -159
- package/dist/core/baseline-resolver.d.ts +0 -52
- package/dist/core/baseline-resolver.js +0 -74
- package/dist/core/browser.d.ts +0 -18
- package/dist/core/browser.js +0 -9
- package/dist/core/copilot-log.repository.d.ts +0 -44
- package/dist/core/copilot-log.repository.js +0 -61
- package/dist/core/hooks/useSiteSettings.d.ts +0 -1
- package/dist/core/hooks/useSiteSettings.js +0 -11
- package/dist/core/index.d.ts +0 -34
- package/dist/core/index.js +0 -21
- package/dist/core/integration-keys.d.ts +0 -30
- package/dist/core/integration-keys.js +0 -55
- package/dist/core/mutation-events.d.ts +0 -147
- package/dist/core/mutation-events.js +0 -193
- package/dist/core/newsletter-actions.d.ts +0 -20
- package/dist/core/newsletter-actions.js +0 -28
- package/dist/core/newsletter.repository.d.ts +0 -55
- package/dist/core/newsletter.repository.js +0 -109
- package/dist/core/server-action.d.ts +0 -114
- package/dist/core/server-action.js +0 -119
- package/dist/core/site-config.d.ts +0 -33
- package/dist/core/site-config.js +0 -74
- package/dist/core/unit-of-work.d.ts +0 -32
- package/dist/core/unit-of-work.js +0 -114
- package/dist/errors/api-error.d.ts +0 -4
- package/dist/errors/api-error.js +0 -6
- package/dist/errors/authentication-error.d.ts +0 -4
- package/dist/errors/authentication-error.js +0 -6
- package/dist/errors/authorization-error.d.ts +0 -4
- package/dist/errors/authorization-error.js +0 -6
- package/dist/errors/base-error.d.ts +0 -14
- package/dist/errors/base-error.js +0 -22
- package/dist/errors/database-error.d.ts +0 -4
- package/dist/errors/database-error.js +0 -6
- package/dist/errors/error-codes.d.ts +0 -43
- package/dist/errors/error-codes.js +0 -93
- package/dist/errors/error-handler.d.ts +0 -16
- package/dist/errors/error-handler.js +0 -57
- package/dist/errors/index.d.ts +0 -11
- package/dist/errors/index.js +0 -15
- package/dist/errors/messages.d.ts +0 -469
- package/dist/errors/messages.js +0 -503
- package/dist/errors/not-found-error.d.ts +0 -4
- package/dist/errors/not-found-error.js +0 -6
- package/dist/errors/validation-error.d.ts +0 -4
- package/dist/errors/validation-error.js +0 -6
- package/dist/features/about/components/AboutView.d.ts +0 -38
- package/dist/features/about/components/AboutView.js +0 -5
- package/dist/features/about/index.d.ts +0 -2
- package/dist/features/about/index.js +0 -1
- package/dist/features/account/actions/address-actions.d.ts +0 -7
- package/dist/features/account/actions/address-actions.js +0 -24
- package/dist/features/account/actions/index.d.ts +0 -1
- package/dist/features/account/actions/index.js +0 -1
- package/dist/features/account/address-validation.d.ts +0 -20
- package/dist/features/account/address-validation.js +0 -35
- package/dist/features/account/api/[userId]/addresses/route.d.ts +0 -21
- package/dist/features/account/api/[userId]/addresses/route.js +0 -91
- package/dist/features/account/api/[userId]/route.d.ts +0 -23
- package/dist/features/account/api/[userId]/route.js +0 -67
- package/dist/features/account/columns/index.d.ts +0 -17
- package/dist/features/account/columns/index.js +0 -39
- package/dist/features/account/components/AddressBook.d.ts +0 -39
- package/dist/features/account/components/AddressBook.js +0 -14
- package/dist/features/account/components/AddressForm.d.ts +0 -39
- package/dist/features/account/components/AddressForm.js +0 -55
- package/dist/features/account/components/AddressSelectorCreate.d.ts +0 -16
- package/dist/features/account/components/AddressSelectorCreate.js +0 -40
- package/dist/features/account/components/BecomeSellerView.d.ts +0 -17
- package/dist/features/account/components/BecomeSellerView.js +0 -5
- package/dist/features/account/components/ChatList.d.ts +0 -14
- package/dist/features/account/components/ChatList.js +0 -10
- package/dist/features/account/components/ChatWindow.d.ts +0 -17
- package/dist/features/account/components/ChatWindow.js +0 -6
- package/dist/features/account/components/MessagesView.d.ts +0 -16
- package/dist/features/account/components/MessagesView.js +0 -5
- package/dist/features/account/components/NotificationBell.d.ts +0 -32
- package/dist/features/account/components/NotificationBell.js +0 -80
- package/dist/features/account/components/OrderDetailView.d.ts +0 -18
- package/dist/features/account/components/OrderDetailView.js +0 -12
- package/dist/features/account/components/ProfileView.d.ts +0 -12
- package/dist/features/account/components/ProfileView.js +0 -5
- package/dist/features/account/components/UserAccountHubView.d.ts +0 -13
- package/dist/features/account/components/UserAccountHubView.js +0 -5
- package/dist/features/account/components/UserAddressesView.d.ts +0 -13
- package/dist/features/account/components/UserAddressesView.js +0 -5
- package/dist/features/account/components/UserNotificationsView.d.ts +0 -15
- package/dist/features/account/components/UserNotificationsView.js +0 -12
- package/dist/features/account/components/UserOffersView.d.ts +0 -10
- package/dist/features/account/components/UserOffersView.js +0 -5
- package/dist/features/account/components/UserOrderTrackView.d.ts +0 -16
- package/dist/features/account/components/UserOrderTrackView.js +0 -8
- package/dist/features/account/components/UserOrdersView.d.ts +0 -12
- package/dist/features/account/components/UserOrdersView.js +0 -5
- package/dist/features/account/components/UserSettingsView.d.ts +0 -15
- package/dist/features/account/components/UserSettingsView.js +0 -12
- package/dist/features/account/components/index.d.ts +0 -34
- package/dist/features/account/components/index.js +0 -17
- package/dist/features/account/constants/addresses.d.ts +0 -13
- package/dist/features/account/constants/addresses.js +0 -43
- package/dist/features/account/hooks/useAccount.d.ts +0 -13
- package/dist/features/account/hooks/useAccount.js +0 -19
- package/dist/features/account/hooks/useAddressForm.d.ts +0 -24
- package/dist/features/account/hooks/useAddressForm.js +0 -58
- package/dist/features/account/hooks/useAddressSelector.d.ts +0 -25
- package/dist/features/account/hooks/useAddressSelector.js +0 -30
- package/dist/features/account/hooks/useAddresses.d.ts +0 -59
- package/dist/features/account/hooks/useAddresses.js +0 -73
- package/dist/features/account/hooks/useNotifications.d.ts +0 -23
- package/dist/features/account/hooks/useNotifications.js +0 -31
- package/dist/features/account/hooks/useProfile.d.ts +0 -25
- package/dist/features/account/hooks/useProfile.js +0 -24
- package/dist/features/account/hooks/useProfileStats.d.ts +0 -6
- package/dist/features/account/hooks/useProfileStats.js +0 -21
- package/dist/features/account/hooks/usePublicProfile.d.ts +0 -78
- package/dist/features/account/hooks/usePublicProfile.js +0 -51
- package/dist/features/account/index.d.ts +0 -15
- package/dist/features/account/index.js +0 -15
- package/dist/features/account/manifest.d.ts +0 -2
- package/dist/features/account/manifest.js +0 -27
- package/dist/features/account/messages/en.json +0 -12
- package/dist/features/account/repository/account.repository.d.ts +0 -11
- package/dist/features/account/repository/account.repository.js +0 -20
- package/dist/features/account/repository/address.repository.d.ts +0 -17
- package/dist/features/account/repository/address.repository.js +0 -185
- package/dist/features/account/schemas/firestore.d.ts +0 -48
- package/dist/features/account/schemas/firestore.js +0 -59
- package/dist/features/account/schemas/index.d.ts +0 -198
- package/dist/features/account/schemas/index.js +0 -51
- package/dist/features/account/server.d.ts +0 -9
- package/dist/features/account/server.js +0 -9
- package/dist/features/account/types/index.d.ts +0 -83
- package/dist/features/account/types/index.js +0 -2
- package/dist/features/admin/actions/admin-actions.d.ts +0 -35
- package/dist/features/admin/actions/admin-actions.js +0 -174
- package/dist/features/admin/actions/admin-coupon-actions.d.ts +0 -17
- package/dist/features/admin/actions/admin-coupon-actions.js +0 -87
- package/dist/features/admin/actions/admin-read-actions.d.ts +0 -105
- package/dist/features/admin/actions/admin-read-actions.js +0 -172
- package/dist/features/admin/actions/chat-actions.d.ts +0 -29
- package/dist/features/admin/actions/chat-actions.js +0 -97
- package/dist/features/admin/actions/index.d.ts +0 -6
- package/dist/features/admin/actions/index.js +0 -6
- package/dist/features/admin/actions/notification-actions.d.ts +0 -31
- package/dist/features/admin/actions/notification-actions.js +0 -42
- package/dist/features/admin/actions/site-settings-actions.d.ts +0 -8
- package/dist/features/admin/actions/site-settings-actions.js +0 -16
- package/dist/features/admin/api/bids/route.d.ts +0 -14
- package/dist/features/admin/api/bids/route.js +0 -53
- package/dist/features/admin/api/coupons/route.d.ts +0 -14
- package/dist/features/admin/api/coupons/route.js +0 -53
- package/dist/features/admin/api/products/route.d.ts +0 -14
- package/dist/features/admin/api/products/route.js +0 -54
- package/dist/features/admin/api/reviews/route.d.ts +0 -14
- package/dist/features/admin/api/reviews/route.js +0 -53
- package/dist/features/admin/components/AdminAnalyticsView.d.ts +0 -29
- package/dist/features/admin/components/AdminAnalyticsView.js +0 -15
- package/dist/features/admin/components/AdminBidsView.d.ts +0 -4
- package/dist/features/admin/components/AdminBidsView.js +0 -5
- package/dist/features/admin/components/AdminBlogView.d.ts +0 -4
- package/dist/features/admin/components/AdminBlogView.js +0 -5
- package/dist/features/admin/components/AdminCarouselView.d.ts +0 -9
- package/dist/features/admin/components/AdminCarouselView.js +0 -5
- package/dist/features/admin/components/AdminCategoriesView.d.ts +0 -9
- package/dist/features/admin/components/AdminCategoriesView.js +0 -5
- package/dist/features/admin/components/AdminCouponsView.d.ts +0 -4
- package/dist/features/admin/components/AdminCouponsView.js +0 -5
- package/dist/features/admin/components/AdminDashboardView.d.ts +0 -16
- package/dist/features/admin/components/AdminDashboardView.js +0 -11
- package/dist/features/admin/components/AdminFaqsView.d.ts +0 -4
- package/dist/features/admin/components/AdminFaqsView.js +0 -5
- package/dist/features/admin/components/AdminFeatureFlagsView.d.ts +0 -9
- package/dist/features/admin/components/AdminFeatureFlagsView.js +0 -5
- package/dist/features/admin/components/AdminFilterBar.d.ts +0 -65
- package/dist/features/admin/components/AdminFilterBar.js +0 -22
- package/dist/features/admin/components/AdminMediaView.d.ts +0 -9
- package/dist/features/admin/components/AdminMediaView.js +0 -5
- package/dist/features/admin/components/AdminNavigationView.d.ts +0 -9
- package/dist/features/admin/components/AdminNavigationView.js +0 -5
- package/dist/features/admin/components/AdminOrdersView.d.ts +0 -4
- package/dist/features/admin/components/AdminOrdersView.js +0 -5
- package/dist/features/admin/components/AdminPageHeader.d.ts +0 -53
- package/dist/features/admin/components/AdminPageHeader.js +0 -12
- package/dist/features/admin/components/AdminPayoutsView.d.ts +0 -4
- package/dist/features/admin/components/AdminPayoutsView.js +0 -5
- package/dist/features/admin/components/AdminProductsView.d.ts +0 -4
- package/dist/features/admin/components/AdminProductsView.js +0 -5
- package/dist/features/admin/components/AdminReviewsView.d.ts +0 -7
- package/dist/features/admin/components/AdminReviewsView.js +0 -5
- package/dist/features/admin/components/AdminSectionsView.d.ts +0 -9
- package/dist/features/admin/components/AdminSectionsView.js +0 -5
- package/dist/features/admin/components/AdminSessionsManager.d.ts +0 -9
- package/dist/features/admin/components/AdminSessionsManager.js +0 -5
- package/dist/features/admin/components/AdminSidebar.d.ts +0 -9
- package/dist/features/admin/components/AdminSidebar.js +0 -6
- package/dist/features/admin/components/AdminSiteView.d.ts +0 -10
- package/dist/features/admin/components/AdminSiteView.js +0 -5
- package/dist/features/admin/components/AdminStoresView.d.ts +0 -4
- package/dist/features/admin/components/AdminStoresView.js +0 -5
- package/dist/features/admin/components/AdminTopBar.d.ts +0 -8
- package/dist/features/admin/components/AdminTopBar.js +0 -8
- package/dist/features/admin/components/AdminUsersView.d.ts +0 -4
- package/dist/features/admin/components/AdminUsersView.js +0 -5
- package/dist/features/admin/components/DashboardStats.d.ts +0 -8
- package/dist/features/admin/components/DashboardStats.js +0 -21
- package/dist/features/admin/components/DataTable.d.ts +0 -19
- package/dist/features/admin/components/DataTable.js +0 -7
- package/dist/features/admin/components/DemoSeedView.d.ts +0 -11
- package/dist/features/admin/components/DemoSeedView.js +0 -5
- package/dist/features/admin/components/DrawerFormFooter.d.ts +0 -54
- package/dist/features/admin/components/DrawerFormFooter.js +0 -6
- package/dist/features/admin/components/QuickActionsPanel.d.ts +0 -15
- package/dist/features/admin/components/QuickActionsPanel.js +0 -6
- package/dist/features/admin/components/analytics/AdminAnalyticsCharts.d.ts +0 -17
- package/dist/features/admin/components/analytics/AdminAnalyticsCharts.js +0 -33
- package/dist/features/admin/components/analytics/AdminStatCard.d.ts +0 -8
- package/dist/features/admin/components/analytics/AdminStatCard.js +0 -6
- package/dist/features/admin/components/analytics/AdminTopProductsTable.d.ts +0 -16
- package/dist/features/admin/components/analytics/AdminTopProductsTable.js +0 -6
- package/dist/features/admin/components/analytics/index.d.ts +0 -3
- package/dist/features/admin/components/analytics/index.js +0 -3
- package/dist/features/admin/components/index.d.ts +0 -62
- package/dist/features/admin/components/index.js +0 -32
- package/dist/features/admin/hooks/useAdmin.d.ts +0 -9
- package/dist/features/admin/hooks/useAdmin.js +0 -14
- package/dist/features/admin/hooks/useChat.d.ts +0 -24
- package/dist/features/admin/hooks/useChat.js +0 -97
- package/dist/features/admin/index.d.ts +0 -8
- package/dist/features/admin/index.js +0 -7
- package/dist/features/admin/manifest.d.ts +0 -2
- package/dist/features/admin/manifest.js +0 -13
- package/dist/features/admin/messages/en.json +0 -13
- package/dist/features/admin/permission-map.d.ts +0 -3
- package/dist/features/admin/permission-map.js +0 -24
- package/dist/features/admin/repository/chat.repository.d.ts +0 -70
- package/dist/features/admin/repository/chat.repository.js +0 -216
- package/dist/features/admin/repository/notification.repository.d.ts +0 -64
- package/dist/features/admin/repository/notification.repository.js +0 -225
- package/dist/features/admin/repository/site-settings.repository.d.ts +0 -118
- package/dist/features/admin/repository/site-settings.repository.js +0 -214
- package/dist/features/admin/schemas/firestore.d.ts +0 -311
- package/dist/features/admin/schemas/firestore.js +0 -246
- package/dist/features/admin/schemas/index.d.ts +0 -1
- package/dist/features/admin/schemas/index.js +0 -1
- package/dist/features/admin/server.d.ts +0 -15
- package/dist/features/admin/server.js +0 -14
- package/dist/features/admin/types/index.d.ts +0 -61
- package/dist/features/admin/types/index.js +0 -1
- package/dist/features/admin/types/product.types.d.ts +0 -78
- package/dist/features/admin/types/product.types.js +0 -13
- package/dist/features/auctions/actions/bid-actions.d.ts +0 -22
- package/dist/features/auctions/actions/bid-actions.js +0 -106
- package/dist/features/auctions/actions/index.d.ts +0 -1
- package/dist/features/auctions/actions/index.js +0 -1
- package/dist/features/auctions/api/route.d.ts +0 -14
- package/dist/features/auctions/api/route.js +0 -67
- package/dist/features/auctions/columns/index.d.ts +0 -14
- package/dist/features/auctions/columns/index.js +0 -63
- package/dist/features/auctions/components/AuctionCard.d.ts +0 -26
- package/dist/features/auctions/components/AuctionCard.js +0 -35
- package/dist/features/auctions/components/MarketplaceAuctionCard.d.ts +0 -56
- package/dist/features/auctions/components/MarketplaceAuctionCard.js +0 -112
- package/dist/features/auctions/components/MarketplaceAuctionGrid.d.ts +0 -22
- package/dist/features/auctions/components/MarketplaceAuctionGrid.js +0 -37
- package/dist/features/auctions/components/index.d.ts +0 -3
- package/dist/features/auctions/components/index.js +0 -3
- package/dist/features/auctions/hooks/useAuctions.d.ts +0 -50
- package/dist/features/auctions/hooks/useAuctions.js +0 -93
- package/dist/features/auctions/hooks/usePlaceBid.d.ts +0 -24
- package/dist/features/auctions/hooks/usePlaceBid.js +0 -29
- package/dist/features/auctions/hooks/useRealtimeBids.d.ts +0 -38
- package/dist/features/auctions/hooks/useRealtimeBids.js +0 -66
- package/dist/features/auctions/index.d.ts +0 -8
- package/dist/features/auctions/index.js +0 -8
- package/dist/features/auctions/manifest.d.ts +0 -2
- package/dist/features/auctions/manifest.js +0 -17
- package/dist/features/auctions/messages/en.json +0 -18
- package/dist/features/auctions/repository/auctions.repository.d.ts +0 -12
- package/dist/features/auctions/repository/auctions.repository.js +0 -42
- package/dist/features/auctions/repository/bid.repository.d.ts +0 -145
- package/dist/features/auctions/repository/bid.repository.js +0 -370
- package/dist/features/auctions/schemas/firestore.d.ts +0 -48
- package/dist/features/auctions/schemas/firestore.js +0 -50
- package/dist/features/auctions/schemas/index.d.ts +0 -155
- package/dist/features/auctions/schemas/index.js +0 -64
- package/dist/features/auctions/server.d.ts +0 -10
- package/dist/features/auctions/server.js +0 -10
- package/dist/features/auctions/types/index.d.ts +0 -73
- package/dist/features/auctions/types/index.js +0 -1
- package/dist/features/auth/actions/index.d.ts +0 -2
- package/dist/features/auth/actions/index.js +0 -2
- package/dist/features/auth/actions/profile-actions.d.ts +0 -27
- package/dist/features/auth/actions/profile-actions.js +0 -50
- package/dist/features/auth/actions/realtime-token-actions.d.ts +0 -11
- package/dist/features/auth/actions/realtime-token-actions.js +0 -31
- package/dist/features/auth/api/route.d.ts +0 -22
- package/dist/features/auth/api/route.js +0 -48
- package/dist/features/auth/auth-helpers.d.ts +0 -14
- package/dist/features/auth/auth-helpers.js +0 -68
- package/dist/features/auth/components/AuthStatusPanel.d.ts +0 -10
- package/dist/features/auth/components/AuthStatusPanel.js +0 -22
- package/dist/features/auth/components/ForgotPasswordView.d.ts +0 -18
- package/dist/features/auth/components/ForgotPasswordView.js +0 -15
- package/dist/features/auth/components/Guards.d.ts +0 -86
- package/dist/features/auth/components/Guards.js +0 -91
- package/dist/features/auth/components/LoginForm.d.ts +0 -36
- package/dist/features/auth/components/LoginForm.js +0 -18
- package/dist/features/auth/components/RegisterForm.d.ts +0 -36
- package/dist/features/auth/components/RegisterForm.js +0 -27
- package/dist/features/auth/components/ResetPasswordView.d.ts +0 -23
- package/dist/features/auth/components/ResetPasswordView.js +0 -22
- package/dist/features/auth/components/SocialAuthButtons.d.ts +0 -8
- package/dist/features/auth/components/SocialAuthButtons.js +0 -6
- package/dist/features/auth/components/VerifyEmailView.d.ts +0 -20
- package/dist/features/auth/components/VerifyEmailView.js +0 -8
- package/dist/features/auth/components/index.d.ts +0 -14
- package/dist/features/auth/components/index.js +0 -8
- package/dist/features/auth/consent-otp.d.ts +0 -52
- package/dist/features/auth/consent-otp.js +0 -120
- package/dist/features/auth/hooks/useAuth.d.ts +0 -81
- package/dist/features/auth/hooks/useAuth.js +0 -164
- package/dist/features/auth/hooks/useAuthEvent.d.ts +0 -22
- package/dist/features/auth/hooks/useAuthEvent.js +0 -31
- package/dist/features/auth/hooks/useLogout.d.ts +0 -16
- package/dist/features/auth/hooks/useLogout.js +0 -22
- package/dist/features/auth/hooks/useRBAC.d.ts +0 -38
- package/dist/features/auth/hooks/useRBAC.js +0 -80
- package/dist/features/auth/index.d.ts +0 -10
- package/dist/features/auth/index.js +0 -10
- package/dist/features/auth/manifest.d.ts +0 -2
- package/dist/features/auth/manifest.js +0 -21
- package/dist/features/auth/messages/en.json +0 -13
- package/dist/features/auth/repository/index.d.ts +0 -4
- package/dist/features/auth/repository/index.js +0 -4
- package/dist/features/auth/repository/session.repository.d.ts +0 -44
- package/dist/features/auth/repository/session.repository.js +0 -246
- package/dist/features/auth/repository/sms-counter.repository.d.ts +0 -15
- package/dist/features/auth/repository/sms-counter.repository.js +0 -54
- package/dist/features/auth/repository/token.repository.d.ts +0 -38
- package/dist/features/auth/repository/token.repository.js +0 -186
- package/dist/features/auth/repository/user.repository.d.ts +0 -46
- package/dist/features/auth/repository/user.repository.js +0 -233
- package/dist/features/auth/schemas/firestore.d.ts +0 -351
- package/dist/features/auth/schemas/firestore.js +0 -272
- package/dist/features/auth/schemas/index.d.ts +0 -72
- package/dist/features/auth/schemas/index.js +0 -41
- package/dist/features/auth/server.d.ts +0 -21
- package/dist/features/auth/server.js +0 -21
- package/dist/features/auth/token-helpers.d.ts +0 -7
- package/dist/features/auth/token-helpers.js +0 -37
- package/dist/features/auth/token-store.d.ts +0 -39
- package/dist/features/auth/token-store.js +0 -120
- package/dist/features/auth/types/index.d.ts +0 -30
- package/dist/features/auth/types/index.js +0 -1
- package/dist/features/before-after/api/[id]/route.d.ts +0 -26
- package/dist/features/before-after/api/[id]/route.js +0 -88
- package/dist/features/before-after/api/route.d.ts +0 -13
- package/dist/features/before-after/api/route.js +0 -79
- package/dist/features/before-after/columns/index.d.ts +0 -17
- package/dist/features/before-after/columns/index.js +0 -50
- package/dist/features/before-after/components/BeforeAfterGallery.d.ts +0 -7
- package/dist/features/before-after/components/BeforeAfterGallery.js +0 -8
- package/dist/features/before-after/components/BeforeAfterSlider.d.ts +0 -7
- package/dist/features/before-after/components/BeforeAfterSlider.js +0 -27
- package/dist/features/before-after/components/index.d.ts +0 -2
- package/dist/features/before-after/components/index.js +0 -2
- package/dist/features/before-after/hooks/useBeforeAfter.d.ts +0 -15
- package/dist/features/before-after/hooks/useBeforeAfter.js +0 -25
- package/dist/features/before-after/index.d.ts +0 -6
- package/dist/features/before-after/index.js +0 -6
- package/dist/features/before-after/manifest.d.ts +0 -2
- package/dist/features/before-after/manifest.js +0 -10
- package/dist/features/before-after/messages/en.json +0 -8
- package/dist/features/before-after/repository/before-after.repository.d.ts +0 -13
- package/dist/features/before-after/repository/before-after.repository.js +0 -36
- package/dist/features/before-after/schemas/index.d.ts +0 -48
- package/dist/features/before-after/schemas/index.js +0 -24
- package/dist/features/before-after/server.d.ts +0 -7
- package/dist/features/before-after/server.js +0 -7
- package/dist/features/before-after/types/index.d.ts +0 -18
- package/dist/features/before-after/types/index.js +0 -1
- package/dist/features/blog/actions/blog-actions.d.ts +0 -302
- package/dist/features/blog/actions/blog-actions.js +0 -119
- package/dist/features/blog/actions/index.d.ts +0 -1
- package/dist/features/blog/actions/index.js +0 -1
- package/dist/features/blog/api/[slug]/route.d.ts +0 -23
- package/dist/features/blog/api/[slug]/route.js +0 -40
- package/dist/features/blog/api/route.d.ts +0 -12
- package/dist/features/blog/api/route.js +0 -64
- package/dist/features/blog/columns/index.d.ts +0 -27
- package/dist/features/blog/columns/index.js +0 -54
- package/dist/features/blog/components/BlogFeaturedCard.d.ts +0 -17
- package/dist/features/blog/components/BlogFeaturedCard.js +0 -24
- package/dist/features/blog/components/BlogFilters.d.ts +0 -106
- package/dist/features/blog/components/BlogFilters.js +0 -67
- package/dist/features/blog/components/BlogListView.d.ts +0 -29
- package/dist/features/blog/components/BlogListView.js +0 -38
- package/dist/features/blog/components/BlogPostForm.d.ts +0 -56
- package/dist/features/blog/components/BlogPostForm.js +0 -24
- package/dist/features/blog/components/BlogPostView.d.ts +0 -32
- package/dist/features/blog/components/BlogPostView.js +0 -39
- package/dist/features/blog/components/index.d.ts +0 -9
- package/dist/features/blog/components/index.js +0 -5
- package/dist/features/blog/hooks/useBlog.d.ts +0 -27
- package/dist/features/blog/hooks/useBlog.js +0 -51
- package/dist/features/blog/index.d.ts +0 -6
- package/dist/features/blog/index.js +0 -6
- package/dist/features/blog/manifest.d.ts +0 -2
- package/dist/features/blog/manifest.js +0 -14
- package/dist/features/blog/messages/en.json +0 -14
- package/dist/features/blog/repository/blog.repository.d.ts +0 -79
- package/dist/features/blog/repository/blog.repository.js +0 -130
- package/dist/features/blog/schemas/firestore.d.ts +0 -87
- package/dist/features/blog/schemas/firestore.js +0 -99
- package/dist/features/blog/schemas/index.d.ts +0 -207
- package/dist/features/blog/schemas/index.js +0 -71
- package/dist/features/blog/server.d.ts +0 -11
- package/dist/features/blog/server.js +0 -10
- package/dist/features/blog/types/index.d.ts +0 -47
- package/dist/features/blog/types/index.js +0 -1
- package/dist/features/cart/actions/cart-actions.d.ts +0 -16
- package/dist/features/cart/actions/cart-actions.js +0 -52
- package/dist/features/cart/actions/index.d.ts +0 -1
- package/dist/features/cart/actions/index.js +0 -1
- package/dist/features/cart/api/[id]/route.d.ts +0 -21
- package/dist/features/cart/api/[id]/route.js +0 -62
- package/dist/features/cart/api/route.d.ts +0 -13
- package/dist/features/cart/api/route.js +0 -79
- package/dist/features/cart/columns/index.d.ts +0 -17
- package/dist/features/cart/columns/index.js +0 -53
- package/dist/features/cart/components/CartDrawer.d.ts +0 -27
- package/dist/features/cart/components/CartDrawer.js +0 -14
- package/dist/features/cart/components/CartSummary.d.ts +0 -19
- package/dist/features/cart/components/CartSummary.js +0 -5
- package/dist/features/cart/components/CartView.d.ts +0 -17
- package/dist/features/cart/components/CartView.js +0 -7
- package/dist/features/cart/components/CheckoutAddressStep.d.ts +0 -20
- package/dist/features/cart/components/CheckoutAddressStep.js +0 -12
- package/dist/features/cart/components/CheckoutOtpModal.d.ts +0 -15
- package/dist/features/cart/components/CheckoutOtpModal.js +0 -12
- package/dist/features/cart/components/CheckoutSuccessView.d.ts +0 -12
- package/dist/features/cart/components/CheckoutSuccessView.js +0 -9
- package/dist/features/cart/components/CheckoutView.d.ts +0 -15
- package/dist/features/cart/components/CheckoutView.js +0 -18
- package/dist/features/cart/components/index.d.ts +0 -13
- package/dist/features/cart/components/index.js +0 -7
- package/dist/features/cart/hooks/useAddToCart.d.ts +0 -27
- package/dist/features/cart/hooks/useAddToCart.js +0 -52
- package/dist/features/cart/hooks/useCart.d.ts +0 -17
- package/dist/features/cart/hooks/useCart.js +0 -24
- package/dist/features/cart/hooks/useCartCount.d.ts +0 -7
- package/dist/features/cart/hooks/useCartCount.js +0 -19
- package/dist/features/cart/hooks/useCartQuery.d.ts +0 -8
- package/dist/features/cart/hooks/useCartQuery.js +0 -11
- package/dist/features/cart/hooks/useCheckoutReadQueries.d.ts +0 -14
- package/dist/features/cart/hooks/useCheckoutReadQueries.js +0 -18
- package/dist/features/cart/hooks/useGuestCart.d.ts +0 -18
- package/dist/features/cart/hooks/useGuestCart.js +0 -32
- package/dist/features/cart/hooks/useGuestCartMerge.d.ts +0 -15
- package/dist/features/cart/hooks/useGuestCartMerge.js +0 -50
- package/dist/features/cart/hooks/useOrder.d.ts +0 -13
- package/dist/features/cart/hooks/useOrder.js +0 -24
- package/dist/features/cart/index.d.ts +0 -14
- package/dist/features/cart/index.js +0 -14
- package/dist/features/cart/manifest.d.ts +0 -2
- package/dist/features/cart/manifest.js +0 -10
- package/dist/features/cart/messages/en.json +0 -10
- package/dist/features/cart/repository/cart.repository.d.ts +0 -23
- package/dist/features/cart/repository/cart.repository.js +0 -210
- package/dist/features/cart/schemas/firestore.d.ts +0 -83
- package/dist/features/cart/schemas/firestore.js +0 -36
- package/dist/features/cart/schemas/index.d.ts +0 -184
- package/dist/features/cart/schemas/index.js +0 -35
- package/dist/features/cart/server.d.ts +0 -8
- package/dist/features/cart/server.js +0 -8
- package/dist/features/cart/types/index.d.ts +0 -27
- package/dist/features/cart/types/index.js +0 -1
- package/dist/features/cart/utils/guest-cart.d.ts +0 -26
- package/dist/features/cart/utils/guest-cart.js +0 -83
- package/dist/features/categories/actions/category-actions.d.ts +0 -17
- package/dist/features/categories/actions/category-actions.js +0 -63
- package/dist/features/categories/actions/index.d.ts +0 -1
- package/dist/features/categories/actions/index.js +0 -1
- package/dist/features/categories/api/[id]/route.d.ts +0 -23
- package/dist/features/categories/api/[id]/route.js +0 -98
- package/dist/features/categories/api/route.d.ts +0 -19
- package/dist/features/categories/api/route.js +0 -200
- package/dist/features/categories/columns/index.d.ts +0 -15
- package/dist/features/categories/columns/index.js +0 -38
- package/dist/features/categories/components/BreadcrumbTrail.d.ts +0 -47
- package/dist/features/categories/components/BreadcrumbTrail.js +0 -36
- package/dist/features/categories/components/CategoriesListView.d.ts +0 -31
- package/dist/features/categories/components/CategoriesListView.js +0 -27
- package/dist/features/categories/components/CategoryFilters.d.ts +0 -68
- package/dist/features/categories/components/CategoryFilters.js +0 -75
- package/dist/features/categories/components/CategoryForm.d.ts +0 -24
- package/dist/features/categories/components/CategoryForm.js +0 -42
- package/dist/features/categories/components/CategoryGrid.d.ts +0 -14
- package/dist/features/categories/components/CategoryGrid.js +0 -14
- package/dist/features/categories/components/CategoryProductsView.d.ts +0 -49
- package/dist/features/categories/components/CategoryProductsView.js +0 -21
- package/dist/features/categories/components/CategorySelectorCreate.d.ts +0 -17
- package/dist/features/categories/components/CategorySelectorCreate.js +0 -57
- package/dist/features/categories/components/CategorySortSelect.d.ts +0 -9
- package/dist/features/categories/components/CategorySortSelect.js +0 -8
- package/dist/features/categories/components/CategoryTableColumns.d.ts +0 -30
- package/dist/features/categories/components/CategoryTableColumns.js +0 -54
- package/dist/features/categories/components/CategoryTree.d.ts +0 -15
- package/dist/features/categories/components/CategoryTree.js +0 -49
- package/dist/features/categories/components/ConcernCard.d.ts +0 -8
- package/dist/features/categories/components/ConcernCard.js +0 -5
- package/dist/features/categories/components/ConcernGrid.d.ts +0 -8
- package/dist/features/categories/components/ConcernGrid.js +0 -8
- package/dist/features/categories/components/index.d.ts +0 -22
- package/dist/features/categories/components/index.js +0 -12
- package/dist/features/categories/hooks/useCategories.d.ts +0 -26
- package/dist/features/categories/hooks/useCategories.js +0 -50
- package/dist/features/categories/hooks/useCategorySelector.d.ts +0 -26
- package/dist/features/categories/hooks/useCategorySelector.js +0 -42
- package/dist/features/categories/index.d.ts +0 -7
- package/dist/features/categories/index.js +0 -7
- package/dist/features/categories/manifest.d.ts +0 -2
- package/dist/features/categories/manifest.js +0 -20
- package/dist/features/categories/messages/en.json +0 -14
- package/dist/features/categories/repository/categories.repository.d.ts +0 -31
- package/dist/features/categories/repository/categories.repository.js +0 -399
- package/dist/features/categories/schemas/firestore.d.ts +0 -140
- package/dist/features/categories/schemas/firestore.js +0 -189
- package/dist/features/categories/schemas/index.d.ts +0 -207
- package/dist/features/categories/schemas/index.js +0 -67
- package/dist/features/categories/server.d.ts +0 -10
- package/dist/features/categories/server.js +0 -10
- package/dist/features/categories/types/index.d.ts +0 -80
- package/dist/features/categories/types/index.js +0 -13
- package/dist/features/checkout/actions/checkout-actions.d.ts +0 -14
- package/dist/features/checkout/actions/checkout-actions.js +0 -91
- package/dist/features/checkout/actions/index.d.ts +0 -1
- package/dist/features/checkout/actions/index.js +0 -1
- package/dist/features/checkout/components/CheckoutStepper.d.ts +0 -10
- package/dist/features/checkout/components/CheckoutStepper.js +0 -15
- package/dist/features/checkout/components/index.d.ts +0 -1
- package/dist/features/checkout/components/index.js +0 -1
- package/dist/features/checkout/hooks/useCheckout.d.ts +0 -9
- package/dist/features/checkout/hooks/useCheckout.js +0 -24
- package/dist/features/checkout/hooks/useCheckoutApi.d.ts +0 -74
- package/dist/features/checkout/hooks/useCheckoutApi.js +0 -48
- package/dist/features/checkout/hooks/usePaymentCheckout.d.ts +0 -78
- package/dist/features/checkout/hooks/usePaymentCheckout.js +0 -178
- package/dist/features/checkout/index.d.ts +0 -8
- package/dist/features/checkout/index.js +0 -7
- package/dist/features/checkout/manifest.d.ts +0 -2
- package/dist/features/checkout/manifest.js +0 -17
- package/dist/features/checkout/messages/en.json +0 -10
- package/dist/features/checkout/repository/failed-checkout.repository.d.ts +0 -18
- package/dist/features/checkout/repository/failed-checkout.repository.js +0 -29
- package/dist/features/checkout/schemas/firestore.d.ts +0 -33
- package/dist/features/checkout/schemas/firestore.js +0 -6
- package/dist/features/checkout/schemas/index.d.ts +0 -1
- package/dist/features/checkout/schemas/index.js +0 -1
- package/dist/features/checkout/server.d.ts +0 -8
- package/dist/features/checkout/server.js +0 -8
- package/dist/features/checkout/types/index.d.ts +0 -46
- package/dist/features/checkout/types/index.js +0 -2
- package/dist/features/cms/index.d.ts +0 -1
- package/dist/features/cms/index.js +0 -5
- package/dist/features/collections/api/[slug]/route.d.ts +0 -26
- package/dist/features/collections/api/[slug]/route.js +0 -102
- package/dist/features/collections/api/route.d.ts +0 -13
- package/dist/features/collections/api/route.js +0 -79
- package/dist/features/collections/columns/index.d.ts +0 -17
- package/dist/features/collections/columns/index.js +0 -55
- package/dist/features/collections/components/CollectionCard.d.ts +0 -12
- package/dist/features/collections/components/CollectionCard.js +0 -9
- package/dist/features/collections/components/index.d.ts +0 -1
- package/dist/features/collections/components/index.js +0 -1
- package/dist/features/collections/hooks/useCollections.d.ts +0 -7
- package/dist/features/collections/hooks/useCollections.js +0 -34
- package/dist/features/collections/index.d.ts +0 -6
- package/dist/features/collections/index.js +0 -6
- package/dist/features/collections/manifest.d.ts +0 -2
- package/dist/features/collections/manifest.js +0 -16
- package/dist/features/collections/messages/en.json +0 -10
- package/dist/features/collections/repository/collections.repository.d.ts +0 -8
- package/dist/features/collections/repository/collections.repository.js +0 -16
- package/dist/features/collections/schemas/index.d.ts +0 -76
- package/dist/features/collections/schemas/index.js +0 -34
- package/dist/features/collections/server.d.ts +0 -7
- package/dist/features/collections/server.js +0 -7
- package/dist/features/collections/types/index.d.ts +0 -25
- package/dist/features/collections/types/index.js +0 -1
- package/dist/features/consultation/api/[id]/route.d.ts +0 -26
- package/dist/features/consultation/api/[id]/route.js +0 -88
- package/dist/features/consultation/api/route.d.ts +0 -13
- package/dist/features/consultation/api/route.js +0 -79
- package/dist/features/consultation/columns/index.d.ts +0 -17
- package/dist/features/consultation/columns/index.js +0 -54
- package/dist/features/consultation/components/ConsultationForm.d.ts +0 -8
- package/dist/features/consultation/components/ConsultationForm.js +0 -51
- package/dist/features/consultation/components/index.d.ts +0 -1
- package/dist/features/consultation/components/index.js +0 -1
- package/dist/features/consultation/hooks/useBookConsultation.d.ts +0 -8
- package/dist/features/consultation/hooks/useBookConsultation.js +0 -16
- package/dist/features/consultation/index.d.ts +0 -6
- package/dist/features/consultation/index.js +0 -6
- package/dist/features/consultation/manifest.d.ts +0 -2
- package/dist/features/consultation/manifest.js +0 -12
- package/dist/features/consultation/messages/en.json +0 -25
- package/dist/features/consultation/repository/consultations.repository.d.ts +0 -12
- package/dist/features/consultation/repository/consultations.repository.js +0 -28
- package/dist/features/consultation/schemas/index.d.ts +0 -87
- package/dist/features/consultation/schemas/index.js +0 -47
- package/dist/features/consultation/server.d.ts +0 -7
- package/dist/features/consultation/server.js +0 -7
- package/dist/features/consultation/types/index.d.ts +0 -33
- package/dist/features/consultation/types/index.js +0 -1
- package/dist/features/contact/components/ContactForm.d.ts +0 -32
- package/dist/features/contact/components/ContactForm.js +0 -58
- package/dist/features/contact/components/ContactInfoSidebar.d.ts +0 -20
- package/dist/features/contact/components/ContactInfoSidebar.js +0 -6
- package/dist/features/contact/components/index.d.ts +0 -4
- package/dist/features/contact/components/index.js +0 -2
- package/dist/features/contact/email.d.ts +0 -61
- package/dist/features/contact/email.js +0 -345
- package/dist/features/contact/hooks/useContactSubmit.d.ts +0 -4
- package/dist/features/contact/hooks/useContactSubmit.js +0 -7
- package/dist/features/contact/index.d.ts +0 -2
- package/dist/features/contact/index.js +0 -2
- package/dist/features/contact/server.d.ts +0 -7
- package/dist/features/contact/server.js +0 -7
- package/dist/features/copilot/components/AdminCopilotView.d.ts +0 -21
- package/dist/features/copilot/components/AdminCopilotView.js +0 -29
- package/dist/features/copilot/components/index.d.ts +0 -2
- package/dist/features/copilot/components/index.js +0 -1
- package/dist/features/copilot/hooks/useCopilotChat.d.ts +0 -22
- package/dist/features/copilot/hooks/useCopilotChat.js +0 -57
- package/dist/features/copilot/hooks/useCopilotFeedback.d.ts +0 -15
- package/dist/features/copilot/hooks/useCopilotFeedback.js +0 -16
- package/dist/features/copilot/index.d.ts +0 -3
- package/dist/features/copilot/index.js +0 -3
- package/dist/features/corporate/api/[id]/route.d.ts +0 -26
- package/dist/features/corporate/api/[id]/route.js +0 -88
- package/dist/features/corporate/api/route.d.ts +0 -13
- package/dist/features/corporate/api/route.js +0 -79
- package/dist/features/corporate/columns/index.d.ts +0 -17
- package/dist/features/corporate/columns/index.js +0 -54
- package/dist/features/corporate/components/CorporateInquiryForm.d.ts +0 -7
- package/dist/features/corporate/components/CorporateInquiryForm.js +0 -36
- package/dist/features/corporate/components/index.d.ts +0 -1
- package/dist/features/corporate/components/index.js +0 -1
- package/dist/features/corporate/hooks/useSubmitCorporateInquiry.d.ts +0 -8
- package/dist/features/corporate/hooks/useSubmitCorporateInquiry.js +0 -16
- package/dist/features/corporate/index.d.ts +0 -6
- package/dist/features/corporate/index.js +0 -6
- package/dist/features/corporate/manifest.d.ts +0 -2
- package/dist/features/corporate/manifest.js +0 -12
- package/dist/features/corporate/messages/en.json +0 -26
- package/dist/features/corporate/repository/corporate.repository.d.ts +0 -12
- package/dist/features/corporate/repository/corporate.repository.js +0 -28
- package/dist/features/corporate/schemas/index.d.ts +0 -95
- package/dist/features/corporate/schemas/index.js +0 -50
- package/dist/features/corporate/server.d.ts +0 -7
- package/dist/features/corporate/server.js +0 -7
- package/dist/features/corporate/types/index.d.ts +0 -37
- package/dist/features/corporate/types/index.js +0 -1
- package/dist/features/cron/firebase-adapters.d.ts +0 -70
- package/dist/features/cron/firebase-adapters.js +0 -68
- package/dist/features/cron/index.d.ts +0 -5
- package/dist/features/cron/index.js +0 -7
- package/dist/features/cron/jobs/auction-expiry.job.d.ts +0 -27
- package/dist/features/cron/jobs/auction-expiry.job.js +0 -38
- package/dist/features/cron/jobs/preorder-reminder.job.d.ts +0 -14
- package/dist/features/cron/jobs/preorder-reminder.job.js +0 -40
- package/dist/features/cron/registry.d.ts +0 -45
- package/dist/features/cron/registry.js +0 -86
- package/dist/features/cron/types.d.ts +0 -66
- package/dist/features/cron/types.js +0 -9
- package/dist/features/events/actions/event-actions.d.ts +0 -92
- package/dist/features/events/actions/event-actions.js +0 -253
- package/dist/features/events/actions/index.d.ts +0 -1
- package/dist/features/events/actions/index.js +0 -1
- package/dist/features/events/api/[id]/route.d.ts +0 -24
- package/dist/features/events/api/[id]/route.js +0 -83
- package/dist/features/events/api/route.d.ts +0 -12
- package/dist/features/events/api/route.js +0 -88
- package/dist/features/events/columns/index.d.ts +0 -22
- package/dist/features/events/columns/index.js +0 -41
- package/dist/features/events/components/AdminEventEntriesView.d.ts +0 -17
- package/dist/features/events/components/AdminEventEntriesView.js +0 -10
- package/dist/features/events/components/AdminEventsView.d.ts +0 -11
- package/dist/features/events/components/AdminEventsView.js +0 -5
- package/dist/features/events/components/EventBanner.d.ts +0 -13
- package/dist/features/events/components/EventBanner.js +0 -48
- package/dist/features/events/components/EventCard.d.ts +0 -13
- package/dist/features/events/components/EventCard.js +0 -21
- package/dist/features/events/components/EventDetailView.d.ts +0 -15
- package/dist/features/events/components/EventDetailView.js +0 -11
- package/dist/features/events/components/EventFilters.d.ts +0 -105
- package/dist/features/events/components/EventFilters.js +0 -73
- package/dist/features/events/components/EventFormDrawer.d.ts +0 -22
- package/dist/features/events/components/EventFormDrawer.js +0 -6
- package/dist/features/events/components/EventLeaderboard.d.ts +0 -23
- package/dist/features/events/components/EventLeaderboard.js +0 -18
- package/dist/features/events/components/EventParticipateView.d.ts +0 -19
- package/dist/features/events/components/EventParticipateView.js +0 -13
- package/dist/features/events/components/EventStatusBadge.d.ts +0 -7
- package/dist/features/events/components/EventStatusBadge.js +0 -12
- package/dist/features/events/components/EventsListView.d.ts +0 -16
- package/dist/features/events/components/EventsListView.js +0 -21
- package/dist/features/events/components/index.d.ts +0 -19
- package/dist/features/events/components/index.js +0 -11
- package/dist/features/events/hooks/useBulkEvent.d.ts +0 -19
- package/dist/features/events/hooks/useBulkEvent.js +0 -36
- package/dist/features/events/hooks/useEvent.d.ts +0 -43
- package/dist/features/events/hooks/useEvent.js +0 -55
- package/dist/features/events/hooks/useEvents.d.ts +0 -27
- package/dist/features/events/hooks/useEvents.js +0 -38
- package/dist/features/events/index.d.ts +0 -8
- package/dist/features/events/index.js +0 -8
- package/dist/features/events/manifest.d.ts +0 -2
- package/dist/features/events/manifest.js +0 -24
- package/dist/features/events/messages/en.json +0 -28
- package/dist/features/events/repository/event-entry.repository.d.ts +0 -17
- package/dist/features/events/repository/event-entry.repository.js +0 -115
- package/dist/features/events/repository/events.repository.d.ts +0 -18
- package/dist/features/events/repository/events.repository.js +0 -128
- package/dist/features/events/schemas/firestore.d.ts +0 -115
- package/dist/features/events/schemas/firestore.js +0 -77
- package/dist/features/events/schemas/index.d.ts +0 -383
- package/dist/features/events/schemas/index.js +0 -87
- package/dist/features/events/server.d.ts +0 -11
- package/dist/features/events/server.js +0 -11
- package/dist/features/events/types/index.d.ts +0 -133
- package/dist/features/events/types/index.js +0 -1
- package/dist/features/faq/actions/faq-actions.d.ts +0 -191
- package/dist/features/faq/actions/faq-actions.js +0 -103
- package/dist/features/faq/actions/index.d.ts +0 -1
- package/dist/features/faq/actions/index.js +0 -1
- package/dist/features/faq/api/route.d.ts +0 -11
- package/dist/features/faq/api/route.js +0 -50
- package/dist/features/faq/columns/index.d.ts +0 -15
- package/dist/features/faq/columns/index.js +0 -47
- package/dist/features/faq/components/ContactCTA.d.ts +0 -16
- package/dist/features/faq/components/ContactCTA.js +0 -6
- package/dist/features/faq/components/FAQAccordion.d.ts +0 -20
- package/dist/features/faq/components/FAQAccordion.js +0 -17
- package/dist/features/faq/components/FAQCategorySidebar.d.ts +0 -24
- package/dist/features/faq/components/FAQCategorySidebar.js +0 -15
- package/dist/features/faq/components/FAQHelpfulButtons.d.ts +0 -19
- package/dist/features/faq/components/FAQHelpfulButtons.js +0 -46
- package/dist/features/faq/components/FAQPageContent.d.ts +0 -54
- package/dist/features/faq/components/FAQPageContent.js +0 -67
- package/dist/features/faq/components/FAQSortDropdown.d.ts +0 -13
- package/dist/features/faq/components/FAQSortDropdown.js +0 -11
- package/dist/features/faq/components/RelatedFAQs.d.ts +0 -10
- package/dist/features/faq/components/RelatedFAQs.js +0 -9
- package/dist/features/faq/components/index.d.ts +0 -9
- package/dist/features/faq/components/index.js +0 -7
- package/dist/features/faq/hooks/useFAQs.d.ts +0 -22
- package/dist/features/faq/hooks/useFAQs.js +0 -42
- package/dist/features/faq/hooks/useFaqList.d.ts +0 -194
- package/dist/features/faq/hooks/useFaqList.js +0 -35
- package/dist/features/faq/hooks/useFaqVote.d.ts +0 -14
- package/dist/features/faq/hooks/useFaqVote.js +0 -10
- package/dist/features/faq/index.d.ts +0 -8
- package/dist/features/faq/index.js +0 -8
- package/dist/features/faq/manifest.d.ts +0 -2
- package/dist/features/faq/manifest.js +0 -10
- package/dist/features/faq/messages/en.json +0 -14
- package/dist/features/faq/repository/faqs.repository.d.ts +0 -43
- package/dist/features/faq/repository/faqs.repository.js +0 -300
- package/dist/features/faq/schemas/firestore.d.ts +0 -63
- package/dist/features/faq/schemas/firestore.js +0 -115
- package/dist/features/faq/schemas/index.d.ts +0 -157
- package/dist/features/faq/schemas/index.js +0 -62
- package/dist/features/faq/server.d.ts +0 -9
- package/dist/features/faq/server.js +0 -9
- package/dist/features/faq/types/index.d.ts +0 -52
- package/dist/features/faq/types/index.js +0 -1
- package/dist/features/filters/FilterFacetSection.d.ts +0 -23
- package/dist/features/filters/FilterFacetSection.js +0 -39
- package/dist/features/filters/FilterPanel.d.ts +0 -61
- package/dist/features/filters/FilterPanel.js +0 -40
- package/dist/features/filters/RangeFilter.d.ts +0 -23
- package/dist/features/filters/RangeFilter.js +0 -28
- package/dist/features/filters/SwitchFilter.d.ts +0 -12
- package/dist/features/filters/SwitchFilter.js +0 -19
- package/dist/features/filters/filterUtils.d.ts +0 -11
- package/dist/features/filters/filterUtils.js +0 -13
- package/dist/features/filters/index.d.ts +0 -10
- package/dist/features/filters/index.js +0 -6
- package/dist/features/forms/Checkbox.d.ts +0 -8
- package/dist/features/forms/Checkbox.js +0 -15
- package/dist/features/forms/Form.d.ts +0 -25
- package/dist/features/forms/Form.js +0 -38
- package/dist/features/forms/Input.d.ts +0 -10
- package/dist/features/forms/Input.js +0 -23
- package/dist/features/forms/Radio.d.ts +0 -17
- package/dist/features/forms/Radio.js +0 -19
- package/dist/features/forms/Select.d.ts +0 -13
- package/dist/features/forms/Select.js +0 -8
- package/dist/features/forms/Slider.d.ts +0 -20
- package/dist/features/forms/Slider.js +0 -22
- package/dist/features/forms/Textarea.d.ts +0 -8
- package/dist/features/forms/Textarea.js +0 -15
- package/dist/features/forms/Toggle.d.ts +0 -15
- package/dist/features/forms/Toggle.js +0 -48
- package/dist/features/forms/index.d.ts +0 -17
- package/dist/features/forms/index.js +0 -11
- package/dist/features/forms/utils.d.ts +0 -10
- package/dist/features/forms/utils.js +0 -13
- package/dist/features/homepage/actions/carousel-actions.d.ts +0 -37
- package/dist/features/homepage/actions/carousel-actions.js +0 -54
- package/dist/features/homepage/actions/homepage-section-actions.d.ts +0 -46
- package/dist/features/homepage/actions/homepage-section-actions.js +0 -55
- package/dist/features/homepage/actions/index.d.ts +0 -2
- package/dist/features/homepage/actions/index.js +0 -2
- package/dist/features/homepage/api/[id]/route.d.ts +0 -23
- package/dist/features/homepage/api/[id]/route.js +0 -100
- package/dist/features/homepage/api/carousel/[id]/route.d.ts +0 -23
- package/dist/features/homepage/api/carousel/[id]/route.js +0 -122
- package/dist/features/homepage/api/carousel/route.d.ts +0 -15
- package/dist/features/homepage/api/carousel/route.js +0 -154
- package/dist/features/homepage/api/route.d.ts +0 -14
- package/dist/features/homepage/api/route.js +0 -136
- package/dist/features/homepage/api/sections/[id]/route.d.ts +0 -26
- package/dist/features/homepage/api/sections/[id]/route.js +0 -88
- package/dist/features/homepage/api/sections/route.d.ts +0 -13
- package/dist/features/homepage/api/sections/route.js +0 -79
- package/dist/features/homepage/components/AdvertisementBanner.d.ts +0 -13
- package/dist/features/homepage/components/AdvertisementBanner.js +0 -23
- package/dist/features/homepage/components/BeforeAfterCard.d.ts +0 -10
- package/dist/features/homepage/components/BeforeAfterCard.js +0 -54
- package/dist/features/homepage/components/CharacterHotspot.d.ts +0 -24
- package/dist/features/homepage/components/CharacterHotspot.js +0 -373
- package/dist/features/homepage/components/CharacterHotspotForm.d.ts +0 -26
- package/dist/features/homepage/components/CharacterHotspotForm.js +0 -309
- package/dist/features/homepage/components/CustomerReviewsSection.d.ts +0 -13
- package/dist/features/homepage/components/CustomerReviewsSection.js +0 -14
- package/dist/features/homepage/components/FAQSection.d.ts +0 -26
- package/dist/features/homepage/components/FAQSection.js +0 -20
- package/dist/features/homepage/components/FeaturedResultsSection.d.ts +0 -17
- package/dist/features/homepage/components/FeaturedResultsSection.js +0 -18
- package/dist/features/homepage/components/HeroBanner.d.ts +0 -7
- package/dist/features/homepage/components/HeroBanner.js +0 -93
- package/dist/features/homepage/components/HeroCarousel.d.ts +0 -12
- package/dist/features/homepage/components/HeroCarousel.js +0 -157
- package/dist/features/homepage/components/HeroSection.d.ts +0 -7
- package/dist/features/homepage/components/HeroSection.js +0 -12
- package/dist/features/homepage/components/HomepageSkeleton.d.ts +0 -2
- package/dist/features/homepage/components/HomepageSkeleton.js +0 -14
- package/dist/features/homepage/components/HomepageView.d.ts +0 -25
- package/dist/features/homepage/components/HomepageView.js +0 -5
- package/dist/features/homepage/components/HowItWorksInfoView.d.ts +0 -36
- package/dist/features/homepage/components/HowItWorksInfoView.js +0 -8
- package/dist/features/homepage/components/HowItWorksSection.d.ts +0 -23
- package/dist/features/homepage/components/HowItWorksSection.js +0 -36
- package/dist/features/homepage/components/NewsletterBanner.d.ts +0 -22
- package/dist/features/homepage/components/NewsletterBanner.js +0 -34
- package/dist/features/homepage/components/NewsletterSection.d.ts +0 -10
- package/dist/features/homepage/components/NewsletterSection.js +0 -8
- package/dist/features/homepage/components/PromoGrid.d.ts +0 -9
- package/dist/features/homepage/components/PromoGrid.js +0 -35
- package/dist/features/homepage/components/SectionCarousel.d.ts +0 -75
- package/dist/features/homepage/components/SectionCarousel.js +0 -39
- package/dist/features/homepage/components/SecurityHighlightsSection.d.ts +0 -21
- package/dist/features/homepage/components/SecurityHighlightsSection.js +0 -36
- package/dist/features/homepage/components/SiteFeaturesSection.d.ts +0 -13
- package/dist/features/homepage/components/SiteFeaturesSection.js +0 -9
- package/dist/features/homepage/components/StatsCounterSection.d.ts +0 -14
- package/dist/features/homepage/components/StatsCounterSection.js +0 -32
- package/dist/features/homepage/components/TestimonialsCarousel.d.ts +0 -9
- package/dist/features/homepage/components/TestimonialsCarousel.js +0 -30
- package/dist/features/homepage/components/TrustBadges.d.ts +0 -5
- package/dist/features/homepage/components/TrustBadges.js +0 -54
- package/dist/features/homepage/components/TrustFeaturesSection.d.ts +0 -16
- package/dist/features/homepage/components/TrustFeaturesSection.js +0 -41
- package/dist/features/homepage/components/TrustIndicatorsSection.d.ts +0 -11
- package/dist/features/homepage/components/TrustIndicatorsSection.js +0 -9
- package/dist/features/homepage/components/WelcomeSection.d.ts +0 -20
- package/dist/features/homepage/components/WelcomeSection.js +0 -12
- package/dist/features/homepage/components/WhatsAppCommunitySection.d.ts +0 -15
- package/dist/features/homepage/components/WhatsAppCommunitySection.js +0 -21
- package/dist/features/homepage/components/index.d.ts +0 -52
- package/dist/features/homepage/components/index.js +0 -27
- package/dist/features/homepage/hooks/useBlogArticles.d.ts +0 -12
- package/dist/features/homepage/hooks/useBlogArticles.js +0 -31
- package/dist/features/homepage/hooks/useFeaturedAuctions.d.ts +0 -2
- package/dist/features/homepage/hooks/useFeaturedAuctions.js +0 -26
- package/dist/features/homepage/hooks/useFeaturedPreOrders.d.ts +0 -2
- package/dist/features/homepage/hooks/useFeaturedPreOrders.js +0 -26
- package/dist/features/homepage/hooks/useFeaturedProducts.d.ts +0 -4
- package/dist/features/homepage/hooks/useFeaturedProducts.js +0 -32
- package/dist/features/homepage/hooks/useHeroCarousel.d.ts +0 -9
- package/dist/features/homepage/hooks/useHeroCarousel.js +0 -17
- package/dist/features/homepage/hooks/useHomepage.d.ts +0 -11
- package/dist/features/homepage/hooks/useHomepage.js +0 -18
- package/dist/features/homepage/hooks/useHomepageReviews.d.ts +0 -7
- package/dist/features/homepage/hooks/useHomepageReviews.js +0 -16
- package/dist/features/homepage/hooks/useHomepageSections.d.ts +0 -2
- package/dist/features/homepage/hooks/useHomepageSections.js +0 -11
- package/dist/features/homepage/hooks/useNewsletter.d.ts +0 -14
- package/dist/features/homepage/hooks/useNewsletter.js +0 -10
- package/dist/features/homepage/hooks/useTopBrands.d.ts +0 -2
- package/dist/features/homepage/hooks/useTopBrands.js +0 -12
- package/dist/features/homepage/hooks/useTopCategories.d.ts +0 -4
- package/dist/features/homepage/hooks/useTopCategories.js +0 -13
- package/dist/features/homepage/index.d.ts +0 -13
- package/dist/features/homepage/index.js +0 -13
- package/dist/features/homepage/manifest.d.ts +0 -2
- package/dist/features/homepage/manifest.js +0 -14
- package/dist/features/homepage/messages/en.json +0 -6
- package/dist/features/homepage/repository/carousel.repository.d.ts +0 -101
- package/dist/features/homepage/repository/carousel.repository.js +0 -252
- package/dist/features/homepage/repository/homepage-sections.repository.d.ts +0 -27
- package/dist/features/homepage/repository/homepage-sections.repository.js +0 -174
- package/dist/features/homepage/repository/homepage.repository.d.ts +0 -11
- package/dist/features/homepage/repository/homepage.repository.js +0 -25
- package/dist/features/homepage/schemas/firestore.d.ts +0 -251
- package/dist/features/homepage/schemas/firestore.js +0 -83
- package/dist/features/homepage/schemas/index.d.ts +0 -1
- package/dist/features/homepage/schemas/index.js +0 -1
- package/dist/features/homepage/server.d.ts +0 -10
- package/dist/features/homepage/server.js +0 -10
- package/dist/features/homepage/types/index.d.ts +0 -163
- package/dist/features/homepage/types/index.js +0 -1
- package/dist/features/layout/AutoBreadcrumbs.d.ts +0 -15
- package/dist/features/layout/AutoBreadcrumbs.js +0 -84
- package/dist/features/layout/BackToTop.d.ts +0 -16
- package/dist/features/layout/BackToTop.js +0 -26
- package/dist/features/layout/BottomActions.d.ts +0 -1
- package/dist/features/layout/BottomActions.js +0 -153
- package/dist/features/layout/BottomActionsContext.d.ts +0 -107
- package/dist/features/layout/BottomActionsContext.js +0 -114
- package/dist/features/layout/BottomNavItem.d.ts +0 -28
- package/dist/features/layout/BottomNavItem.js +0 -28
- package/dist/features/layout/BottomNavLayout.d.ts +0 -14
- package/dist/features/layout/BottomNavLayout.js +0 -12
- package/dist/features/layout/BottomNavbar.d.ts +0 -46
- package/dist/features/layout/BottomNavbar.js +0 -19
- package/dist/features/layout/BottomSheet.d.ts +0 -29
- package/dist/features/layout/BottomSheet.js +0 -40
- package/dist/features/layout/Breadcrumbs.d.ts +0 -26
- package/dist/features/layout/Breadcrumbs.js +0 -25
- package/dist/features/layout/DashboardNavContext.d.ts +0 -19
- package/dist/features/layout/DashboardNavContext.js +0 -36
- package/dist/features/layout/FooterLayout.d.ts +0 -39
- package/dist/features/layout/FooterLayout.js +0 -12
- package/dist/features/layout/LayoutClient.d.ts +0 -11
- package/dist/features/layout/LayoutClient.js +0 -7
- package/dist/features/layout/ListingLayout.d.ts +0 -35
- package/dist/features/layout/ListingLayout.js +0 -104
- package/dist/features/layout/LocaleSwitcher.d.ts +0 -22
- package/dist/features/layout/LocaleSwitcher.js +0 -12
- package/dist/features/layout/MainNavbar.d.ts +0 -32
- package/dist/features/layout/MainNavbar.js +0 -29
- package/dist/features/layout/NavItem.d.ts +0 -19
- package/dist/features/layout/NavItem.js +0 -35
- package/dist/features/layout/NavbarLayout.d.ts +0 -27
- package/dist/features/layout/NavbarLayout.js +0 -23
- package/dist/features/layout/SidebarLayout.d.ts +0 -24
- package/dist/features/layout/SidebarLayout.js +0 -29
- package/dist/features/layout/TitleBar.d.ts +0 -18
- package/dist/features/layout/TitleBar.js +0 -19
- package/dist/features/layout/TitleBarLayout.d.ts +0 -48
- package/dist/features/layout/TitleBarLayout.js +0 -17
- package/dist/features/layout/hooks/useBottomActions.d.ts +0 -7
- package/dist/features/layout/hooks/useBottomActions.js +0 -28
- package/dist/features/layout/index.d.ts +0 -41
- package/dist/features/layout/index.js +0 -23
- package/dist/features/loyalty/api/admin/loyalty/grant/route.d.ts +0 -12
- package/dist/features/loyalty/api/admin/loyalty/grant/route.js +0 -36
- package/dist/features/loyalty/api/balance/route.d.ts +0 -12
- package/dist/features/loyalty/api/balance/route.js +0 -39
- package/dist/features/loyalty/api/earn/route.d.ts +0 -12
- package/dist/features/loyalty/api/earn/route.js +0 -36
- package/dist/features/loyalty/api/history/route.d.ts +0 -12
- package/dist/features/loyalty/api/history/route.js +0 -56
- package/dist/features/loyalty/api/redeem/route.d.ts +0 -12
- package/dist/features/loyalty/api/redeem/route.js +0 -36
- package/dist/features/loyalty/columns/index.d.ts +0 -17
- package/dist/features/loyalty/columns/index.js +0 -40
- package/dist/features/loyalty/components/CoinsDisplay.d.ts +0 -11
- package/dist/features/loyalty/components/CoinsDisplay.js +0 -9
- package/dist/features/loyalty/components/index.d.ts +0 -1
- package/dist/features/loyalty/components/index.js +0 -1
- package/dist/features/loyalty/hooks/useLoyaltyBalance.d.ts +0 -4
- package/dist/features/loyalty/hooks/useLoyaltyBalance.js +0 -18
- package/dist/features/loyalty/index.d.ts +0 -6
- package/dist/features/loyalty/index.js +0 -6
- package/dist/features/loyalty/manifest.d.ts +0 -2
- package/dist/features/loyalty/manifest.js +0 -16
- package/dist/features/loyalty/messages/en.json +0 -19
- package/dist/features/loyalty/repository/loyalty.repository.d.ts +0 -8
- package/dist/features/loyalty/repository/loyalty.repository.js +0 -22
- package/dist/features/loyalty/schemas/index.d.ts +0 -85
- package/dist/features/loyalty/schemas/index.js +0 -40
- package/dist/features/loyalty/server.d.ts +0 -7
- package/dist/features/loyalty/server.js +0 -7
- package/dist/features/loyalty/types/index.d.ts +0 -31
- package/dist/features/loyalty/types/index.js +0 -1
- package/dist/features/loyalty/types/loyalty-config.d.ts +0 -7
- package/dist/features/loyalty/types/loyalty-config.js +0 -1
- package/dist/features/loyalty/types/loyalty-math.d.ts +0 -9
- package/dist/features/loyalty/types/loyalty-math.js +0 -27
- package/dist/features/media/AvatarUpload.d.ts +0 -22
- package/dist/features/media/AvatarUpload.js +0 -133
- package/dist/features/media/MediaAvatar.d.ts +0 -12
- package/dist/features/media/MediaAvatar.js +0 -13
- package/dist/features/media/MediaImage.d.ts +0 -28
- package/dist/features/media/MediaImage.js +0 -35
- package/dist/features/media/MediaLightbox.d.ts +0 -32
- package/dist/features/media/MediaLightbox.js +0 -245
- package/dist/features/media/MediaVideo.d.ts +0 -22
- package/dist/features/media/MediaVideo.js +0 -38
- package/dist/features/media/components/MediaSlider.d.ts +0 -10
- package/dist/features/media/components/MediaSlider.js +0 -12
- package/dist/features/media/finalize.d.ts +0 -11
- package/dist/features/media/finalize.js +0 -70
- package/dist/features/media/hooks/useMedia.d.ts +0 -198
- package/dist/features/media/hooks/useMedia.js +0 -78
- package/dist/features/media/index.d.ts +0 -30
- package/dist/features/media/index.js +0 -21
- package/dist/features/media/messages/en.json +0 -63
- package/dist/features/media/modals/ImageCropModal.d.ts +0 -16
- package/dist/features/media/modals/ImageCropModal.js +0 -99
- package/dist/features/media/modals/VideoThumbnailSelector.d.ts +0 -10
- package/dist/features/media/modals/VideoThumbnailSelector.js +0 -51
- package/dist/features/media/modals/VideoTrimModal.d.ts +0 -11
- package/dist/features/media/modals/VideoTrimModal.js +0 -73
- package/dist/features/media/server.d.ts +0 -2
- package/dist/features/media/server.js +0 -2
- package/dist/features/media/types/index.d.ts +0 -29
- package/dist/features/media/types/index.js +0 -43
- package/dist/features/media/upload/CameraCapture.d.ts +0 -8
- package/dist/features/media/upload/CameraCapture.js +0 -59
- package/dist/features/media/upload/ImageUpload.d.ts +0 -14
- package/dist/features/media/upload/ImageUpload.js +0 -132
- package/dist/features/media/upload/MediaUploadField.d.ts +0 -31
- package/dist/features/media/upload/MediaUploadField.js +0 -204
- package/dist/features/media/upload/MediaUploadList.d.ts +0 -26
- package/dist/features/media/upload/MediaUploadList.js +0 -104
- package/dist/features/orders/actions/index.d.ts +0 -2
- package/dist/features/orders/actions/index.js +0 -2
- package/dist/features/orders/actions/order-actions.d.ts +0 -16
- package/dist/features/orders/actions/order-actions.js +0 -46
- package/dist/features/orders/actions/refund-actions.d.ts +0 -16
- package/dist/features/orders/actions/refund-actions.js +0 -88
- package/dist/features/orders/api/track/[trackingId]/route.d.ts +0 -17
- package/dist/features/orders/api/track/[trackingId]/route.js +0 -30
- package/dist/features/orders/columns/index.d.ts +0 -15
- package/dist/features/orders/columns/index.js +0 -34
- package/dist/features/orders/components/MarketplaceOrderCard.d.ts +0 -37
- package/dist/features/orders/components/MarketplaceOrderCard.js +0 -52
- package/dist/features/orders/components/OrderFilters.d.ts +0 -82
- package/dist/features/orders/components/OrderFilters.js +0 -106
- package/dist/features/orders/components/OrdersList.d.ts +0 -18
- package/dist/features/orders/components/OrdersList.js +0 -37
- package/dist/features/orders/components/index.d.ts +0 -4
- package/dist/features/orders/components/index.js +0 -3
- package/dist/features/orders/hooks/useOrders.d.ts +0 -32
- package/dist/features/orders/hooks/useOrders.js +0 -57
- package/dist/features/orders/index.d.ts +0 -7
- package/dist/features/orders/index.js +0 -7
- package/dist/features/orders/manifest.d.ts +0 -2
- package/dist/features/orders/manifest.js +0 -18
- package/dist/features/orders/messages/en.json +0 -15
- package/dist/features/orders/repository/orders.repository.d.ts +0 -188
- package/dist/features/orders/repository/orders.repository.js +0 -300
- package/dist/features/orders/schemas/firestore.d.ts +0 -129
- package/dist/features/orders/schemas/firestore.js +0 -96
- package/dist/features/orders/schemas/index.d.ts +0 -217
- package/dist/features/orders/schemas/index.js +0 -76
- package/dist/features/orders/server.d.ts +0 -9
- package/dist/features/orders/server.js +0 -10
- package/dist/features/orders/types/index.d.ts +0 -69
- package/dist/features/orders/types/index.js +0 -2
- package/dist/features/orders/utils/order-splitter.d.ts +0 -14
- package/dist/features/orders/utils/order-splitter.js +0 -29
- package/dist/features/payments/columns/index.d.ts +0 -17
- package/dist/features/payments/columns/index.js +0 -45
- package/dist/features/payments/hooks/usePaymentEvent.d.ts +0 -17
- package/dist/features/payments/hooks/usePaymentEvent.js +0 -26
- package/dist/features/payments/hooks/usePayments.d.ts +0 -10
- package/dist/features/payments/hooks/usePayments.js +0 -19
- package/dist/features/payments/index.d.ts +0 -6
- package/dist/features/payments/index.js +0 -6
- package/dist/features/payments/manifest.d.ts +0 -2
- package/dist/features/payments/manifest.js +0 -12
- package/dist/features/payments/messages/en.json +0 -11
- package/dist/features/payments/repository/payments.repository.d.ts +0 -15
- package/dist/features/payments/repository/payments.repository.js +0 -36
- package/dist/features/payments/repository/payout.repository.d.ts +0 -111
- package/dist/features/payments/repository/payout.repository.js +0 -202
- package/dist/features/payments/schemas/firestore.d.ts +0 -74
- package/dist/features/payments/schemas/firestore.js +0 -65
- package/dist/features/payments/schemas/index.d.ts +0 -77
- package/dist/features/payments/schemas/index.js +0 -67
- package/dist/features/payments/server.d.ts +0 -8
- package/dist/features/payments/server.js +0 -8
- package/dist/features/payments/types/index.d.ts +0 -36
- package/dist/features/payments/types/index.js +0 -2
- package/dist/features/pre-orders/api/[id]/route.d.ts +0 -26
- package/dist/features/pre-orders/api/[id]/route.js +0 -88
- package/dist/features/pre-orders/api/[slug]/route.d.ts +0 -16
- package/dist/features/pre-orders/api/[slug]/route.js +0 -41
- package/dist/features/pre-orders/api/admin/[id]/route.d.ts +0 -21
- package/dist/features/pre-orders/api/admin/[id]/route.js +0 -65
- package/dist/features/pre-orders/api/admin/route.d.ts +0 -12
- package/dist/features/pre-orders/api/admin/route.js +0 -56
- package/dist/features/pre-orders/api/route.d.ts +0 -13
- package/dist/features/pre-orders/api/route.js +0 -77
- package/dist/features/pre-orders/columns/index.d.ts +0 -17
- package/dist/features/pre-orders/columns/index.js +0 -68
- package/dist/features/pre-orders/components/MarketplacePreorderCard.d.ts +0 -24
- package/dist/features/pre-orders/components/MarketplacePreorderCard.js +0 -53
- package/dist/features/pre-orders/components/PreOrderBadge.d.ts +0 -14
- package/dist/features/pre-orders/components/PreOrderBadge.js +0 -17
- package/dist/features/pre-orders/components/PreorderCard.d.ts +0 -12
- package/dist/features/pre-orders/components/PreorderCard.js +0 -27
- package/dist/features/pre-orders/components/index.d.ts +0 -2
- package/dist/features/pre-orders/components/index.js +0 -2
- package/dist/features/pre-orders/hooks/usePreOrders.d.ts +0 -7
- package/dist/features/pre-orders/hooks/usePreOrders.js +0 -34
- package/dist/features/pre-orders/index.d.ts +0 -6
- package/dist/features/pre-orders/index.js +0 -6
- package/dist/features/pre-orders/manifest.d.ts +0 -2
- package/dist/features/pre-orders/manifest.js +0 -17
- package/dist/features/pre-orders/messages/en.json +0 -13
- package/dist/features/pre-orders/repository/pre-orders.repository.d.ts +0 -14
- package/dist/features/pre-orders/repository/pre-orders.repository.js +0 -44
- package/dist/features/pre-orders/repository/preorders.repository.d.ts +0 -8
- package/dist/features/pre-orders/repository/preorders.repository.js +0 -21
- package/dist/features/pre-orders/schemas/index.d.ts +0 -79
- package/dist/features/pre-orders/schemas/index.js +0 -27
- package/dist/features/pre-orders/server.d.ts +0 -8
- package/dist/features/pre-orders/server.js +0 -8
- package/dist/features/pre-orders/types/index.d.ts +0 -29
- package/dist/features/pre-orders/types/index.js +0 -12
- package/dist/features/products/actions/index.d.ts +0 -1
- package/dist/features/products/actions/index.js +0 -1
- package/dist/features/products/actions/product-actions.d.ts +0 -26
- package/dist/features/products/actions/product-actions.js +0 -111
- package/dist/features/products/api/[id]/route.d.ts +0 -29
- package/dist/features/products/api/[id]/route.js +0 -137
- package/dist/features/products/api/route.d.ts +0 -19
- package/dist/features/products/api/route.js +0 -214
- package/dist/features/products/columns/index.d.ts +0 -64
- package/dist/features/products/columns/index.js +0 -85
- package/dist/features/products/columns/productTableColumns.d.ts +0 -27
- package/dist/features/products/columns/productTableColumns.js +0 -88
- package/dist/features/products/components/AuctionDetailView.d.ts +0 -13
- package/dist/features/products/components/AuctionDetailView.js +0 -9
- package/dist/features/products/components/AuctionsView.d.ts +0 -6
- package/dist/features/products/components/AuctionsView.js +0 -5
- package/dist/features/products/components/BidHistory.d.ts +0 -28
- package/dist/features/products/components/BidHistory.js +0 -18
- package/dist/features/products/components/BuyBar.d.ts +0 -21
- package/dist/features/products/components/BuyBar.js +0 -20
- package/dist/features/products/components/InteractiveProductCard.d.ts +0 -19
- package/dist/features/products/components/InteractiveProductCard.js +0 -18
- package/dist/features/products/components/MakeOfferForm.d.ts +0 -20
- package/dist/features/products/components/MakeOfferForm.js +0 -8
- package/dist/features/products/components/PlaceBidForm.d.ts +0 -20
- package/dist/features/products/components/PlaceBidForm.js +0 -6
- package/dist/features/products/components/PreOrderDetailView.d.ts +0 -14
- package/dist/features/products/components/PreOrderDetailView.js +0 -9
- package/dist/features/products/components/PreOrdersView.d.ts +0 -6
- package/dist/features/products/components/PreOrdersView.js +0 -5
- package/dist/features/products/components/ProductDetailView.d.ts +0 -11
- package/dist/features/products/components/ProductDetailView.js +0 -9
- package/dist/features/products/components/ProductFeatureBadges.d.ts +0 -32
- package/dist/features/products/components/ProductFeatureBadges.js +0 -103
- package/dist/features/products/components/ProductFilters.d.ts +0 -90
- package/dist/features/products/components/ProductFilters.js +0 -105
- package/dist/features/products/components/ProductForm.d.ts +0 -47
- package/dist/features/products/components/ProductForm.js +0 -120
- package/dist/features/products/components/ProductGrid.d.ts +0 -69
- package/dist/features/products/components/ProductGrid.js +0 -92
- package/dist/features/products/components/ProductInfo.d.ts +0 -20
- package/dist/features/products/components/ProductInfo.js +0 -4
- package/dist/features/products/components/ProductTabs.d.ts +0 -21
- package/dist/features/products/components/ProductTabs.js +0 -22
- package/dist/features/products/components/ProductsView.d.ts +0 -6
- package/dist/features/products/components/ProductsView.js +0 -5
- package/dist/features/products/components/RelatedProducts.d.ts +0 -16
- package/dist/features/products/components/RelatedProducts.js +0 -12
- package/dist/features/products/components/index.d.ts +0 -34
- package/dist/features/products/components/index.js +0 -18
- package/dist/features/products/hooks/useBrands.d.ts +0 -9
- package/dist/features/products/hooks/useBrands.js +0 -15
- package/dist/features/products/hooks/useProductDetail.d.ts +0 -15
- package/dist/features/products/hooks/useProductDetail.js +0 -29
- package/dist/features/products/hooks/useProducts.d.ts +0 -43
- package/dist/features/products/hooks/useProducts.js +0 -67
- package/dist/features/products/hooks/useRelatedProducts.d.ts +0 -2
- package/dist/features/products/hooks/useRelatedProducts.js +0 -17
- package/dist/features/products/index.d.ts +0 -10
- package/dist/features/products/index.js +0 -10
- package/dist/features/products/manifest.d.ts +0 -2
- package/dist/features/products/manifest.js +0 -16
- package/dist/features/products/messages/en.json +0 -11
- package/dist/features/products/repository/products.repository.d.ts +0 -213
- package/dist/features/products/repository/products.repository.js +0 -300
- package/dist/features/products/schemas/firestore.d.ts +0 -125
- package/dist/features/products/schemas/firestore.js +0 -149
- package/dist/features/products/schemas/index.d.ts +0 -400
- package/dist/features/products/schemas/index.js +0 -173
- package/dist/features/products/server.d.ts +0 -10
- package/dist/features/products/server.js +0 -10
- package/dist/features/products/types/index.d.ts +0 -122
- package/dist/features/products/types/index.js +0 -1
- package/dist/features/products/utils/listing-type.d.ts +0 -2
- package/dist/features/products/utils/listing-type.js +0 -9
- package/dist/features/promotions/actions/coupon-actions.d.ts +0 -28
- package/dist/features/promotions/actions/coupon-actions.js +0 -23
- package/dist/features/promotions/actions/index.d.ts +0 -3
- package/dist/features/promotions/actions/index.js +0 -3
- package/dist/features/promotions/actions/promotions-actions.d.ts +0 -18
- package/dist/features/promotions/actions/promotions-actions.js +0 -37
- package/dist/features/promotions/actions/seller-coupon-actions.d.ts +0 -41
- package/dist/features/promotions/actions/seller-coupon-actions.js +0 -92
- package/dist/features/promotions/api/route.d.ts +0 -21
- package/dist/features/promotions/api/route.js +0 -85
- package/dist/features/promotions/columns/index.d.ts +0 -12
- package/dist/features/promotions/columns/index.js +0 -45
- package/dist/features/promotions/components/CouponCard.d.ts +0 -16
- package/dist/features/promotions/components/CouponCard.js +0 -20
- package/dist/features/promotions/components/PromotionsView.d.ts +0 -43
- package/dist/features/promotions/components/PromotionsView.js +0 -10
- package/dist/features/promotions/components/index.d.ts +0 -3
- package/dist/features/promotions/components/index.js +0 -2
- package/dist/features/promotions/hooks/useCouponValidate.d.ts +0 -22
- package/dist/features/promotions/hooks/useCouponValidate.js +0 -10
- package/dist/features/promotions/hooks/usePromotions.d.ts +0 -21
- package/dist/features/promotions/hooks/usePromotions.js +0 -49
- package/dist/features/promotions/index.d.ts +0 -7
- package/dist/features/promotions/index.js +0 -7
- package/dist/features/promotions/manifest.d.ts +0 -2
- package/dist/features/promotions/manifest.js +0 -14
- package/dist/features/promotions/messages/en.json +0 -20
- package/dist/features/promotions/repository/coupons.repository.d.ts +0 -224
- package/dist/features/promotions/repository/coupons.repository.js +0 -539
- package/dist/features/promotions/repository/promotions.repository.d.ts +0 -14
- package/dist/features/promotions/repository/promotions.repository.js +0 -43
- package/dist/features/promotions/schemas/firestore.d.ts +0 -105
- package/dist/features/promotions/schemas/firestore.js +0 -124
- package/dist/features/promotions/schemas/index.d.ts +0 -117
- package/dist/features/promotions/schemas/index.js +0 -58
- package/dist/features/promotions/server.d.ts +0 -10
- package/dist/features/promotions/server.js +0 -10
- package/dist/features/promotions/types/index.d.ts +0 -51
- package/dist/features/promotions/types/index.js +0 -2
- package/dist/features/reviews/actions/index.d.ts +0 -1
- package/dist/features/reviews/actions/index.js +0 -1
- package/dist/features/reviews/actions/review-actions.d.ts +0 -40
- package/dist/features/reviews/actions/review-actions.js +0 -182
- package/dist/features/reviews/api/[id]/route.d.ts +0 -23
- package/dist/features/reviews/api/[id]/route.js +0 -109
- package/dist/features/reviews/api/route.d.ts +0 -21
- package/dist/features/reviews/api/route.js +0 -171
- package/dist/features/reviews/columns/index.d.ts +0 -15
- package/dist/features/reviews/columns/index.js +0 -44
- package/dist/features/reviews/components/ReviewFilters.d.ts +0 -74
- package/dist/features/reviews/components/ReviewFilters.js +0 -60
- package/dist/features/reviews/components/ReviewModal.d.ts +0 -11
- package/dist/features/reviews/components/ReviewModal.js +0 -25
- package/dist/features/reviews/components/ReviewSummary.d.ts +0 -16
- package/dist/features/reviews/components/ReviewSummary.js +0 -20
- package/dist/features/reviews/components/ReviewsList.d.ts +0 -15
- package/dist/features/reviews/components/ReviewsList.js +0 -25
- package/dist/features/reviews/components/ReviewsListView.d.ts +0 -31
- package/dist/features/reviews/components/ReviewsListView.js +0 -16
- package/dist/features/reviews/components/index.d.ts +0 -10
- package/dist/features/reviews/components/index.js +0 -5
- package/dist/features/reviews/hooks/useCreateReview.d.ts +0 -12
- package/dist/features/reviews/hooks/useCreateReview.js +0 -20
- package/dist/features/reviews/hooks/useReviews.d.ts +0 -34
- package/dist/features/reviews/hooks/useReviews.js +0 -49
- package/dist/features/reviews/index.d.ts +0 -7
- package/dist/features/reviews/index.js +0 -7
- package/dist/features/reviews/manifest.d.ts +0 -2
- package/dist/features/reviews/manifest.js +0 -10
- package/dist/features/reviews/messages/en.json +0 -10
- package/dist/features/reviews/repository/reviews.repository.d.ts +0 -103
- package/dist/features/reviews/repository/reviews.repository.js +0 -214
- package/dist/features/reviews/schemas/firestore.d.ts +0 -67
- package/dist/features/reviews/schemas/firestore.js +0 -59
- package/dist/features/reviews/schemas/index.d.ts +0 -183
- package/dist/features/reviews/schemas/index.js +0 -68
- package/dist/features/reviews/server.d.ts +0 -10
- package/dist/features/reviews/server.js +0 -10
- package/dist/features/reviews/types/index.d.ts +0 -62
- package/dist/features/reviews/types/index.js +0 -1
- package/dist/features/search/actions/index.d.ts +0 -1
- package/dist/features/search/actions/index.js +0 -1
- package/dist/features/search/actions/search-actions.d.ts +0 -18
- package/dist/features/search/actions/search-actions.js +0 -43
- package/dist/features/search/api/route.d.ts +0 -22
- package/dist/features/search/api/route.js +0 -79
- package/dist/features/search/columns/index.d.ts +0 -17
- package/dist/features/search/columns/index.js +0 -49
- package/dist/features/search/components/Search.d.ts +0 -41
- package/dist/features/search/components/Search.js +0 -263
- package/dist/features/search/components/SearchFiltersRow.d.ts +0 -22
- package/dist/features/search/components/SearchFiltersRow.js +0 -21
- package/dist/features/search/components/SearchResultsSection.d.ts +0 -53
- package/dist/features/search/components/SearchResultsSection.js +0 -36
- package/dist/features/search/components/SearchView.d.ts +0 -29
- package/dist/features/search/components/SearchView.js +0 -8
- package/dist/features/search/components/index.d.ts +0 -8
- package/dist/features/search/components/index.js +0 -4
- package/dist/features/search/hooks/useNavSuggestions.d.ts +0 -11
- package/dist/features/search/hooks/useNavSuggestions.js +0 -32
- package/dist/features/search/hooks/useSearch.d.ts +0 -21
- package/dist/features/search/hooks/useSearch.js +0 -34
- package/dist/features/search/index.d.ts +0 -7
- package/dist/features/search/index.js +0 -7
- package/dist/features/search/manifest.d.ts +0 -2
- package/dist/features/search/manifest.js +0 -10
- package/dist/features/search/messages/en.json +0 -15
- package/dist/features/search/repository/search.repository.d.ts +0 -14
- package/dist/features/search/repository/search.repository.js +0 -59
- package/dist/features/search/schemas/index.d.ts +0 -70
- package/dist/features/search/schemas/index.js +0 -34
- package/dist/features/search/server.d.ts +0 -5
- package/dist/features/search/server.js +0 -5
- package/dist/features/search/types/index.d.ts +0 -46
- package/dist/features/search/types/index.js +0 -2
- package/dist/features/seller/actions/index.d.ts +0 -2
- package/dist/features/seller/actions/index.js +0 -2
- package/dist/features/seller/actions/offer-actions.d.ts +0 -32
- package/dist/features/seller/actions/offer-actions.js +0 -266
- package/dist/features/seller/actions/seller-actions.d.ts +0 -172
- package/dist/features/seller/actions/seller-actions.js +0 -480
- package/dist/features/seller/api/coupons/route.d.ts +0 -17
- package/dist/features/seller/api/coupons/route.js +0 -47
- package/dist/features/seller/api/offers/route.d.ts +0 -17
- package/dist/features/seller/api/offers/route.js +0 -63
- package/dist/features/seller/api/products/route.d.ts +0 -17
- package/dist/features/seller/api/products/route.js +0 -64
- package/dist/features/seller/api/store/route.d.ts +0 -17
- package/dist/features/seller/api/store/route.js +0 -34
- package/dist/features/seller/columns/index.d.ts +0 -22
- package/dist/features/seller/columns/index.js +0 -73
- package/dist/features/seller/components/SellerAddressesView.d.ts +0 -13
- package/dist/features/seller/components/SellerAddressesView.js +0 -5
- package/dist/features/seller/components/SellerAnalyticsView.d.ts +0 -13
- package/dist/features/seller/components/SellerAnalyticsView.js +0 -17
- package/dist/features/seller/components/SellerAuctionsView.d.ts +0 -6
- package/dist/features/seller/components/SellerAuctionsView.js +0 -5
- package/dist/features/seller/components/SellerCouponsView.d.ts +0 -6
- package/dist/features/seller/components/SellerCouponsView.js +0 -5
- package/dist/features/seller/components/SellerCreateProductView.d.ts +0 -11
- package/dist/features/seller/components/SellerCreateProductView.js +0 -5
- package/dist/features/seller/components/SellerDashboardView.d.ts +0 -14
- package/dist/features/seller/components/SellerDashboardView.js +0 -11
- package/dist/features/seller/components/SellerEditProductView.d.ts +0 -11
- package/dist/features/seller/components/SellerEditProductView.js +0 -5
- package/dist/features/seller/components/SellerGuideView.d.ts +0 -12
- package/dist/features/seller/components/SellerGuideView.js +0 -5
- package/dist/features/seller/components/SellerOffersView.d.ts +0 -4
- package/dist/features/seller/components/SellerOffersView.js +0 -5
- package/dist/features/seller/components/SellerOrdersView.d.ts +0 -4
- package/dist/features/seller/components/SellerOrdersView.js +0 -5
- package/dist/features/seller/components/SellerPayoutHistoryTable.d.ts +0 -14
- package/dist/features/seller/components/SellerPayoutHistoryTable.js +0 -10
- package/dist/features/seller/components/SellerPayoutSettingsView.d.ts +0 -11
- package/dist/features/seller/components/SellerPayoutSettingsView.js +0 -5
- package/dist/features/seller/components/SellerPayoutStats.d.ts +0 -8
- package/dist/features/seller/components/SellerPayoutStats.js +0 -9
- package/dist/features/seller/components/SellerPayoutsView.d.ts +0 -18
- package/dist/features/seller/components/SellerPayoutsView.js +0 -11
- package/dist/features/seller/components/SellerProductsView.d.ts +0 -6
- package/dist/features/seller/components/SellerProductsView.js +0 -5
- package/dist/features/seller/components/SellerShippingView.d.ts +0 -12
- package/dist/features/seller/components/SellerShippingView.js +0 -5
- package/dist/features/seller/components/SellerSidebar.d.ts +0 -16
- package/dist/features/seller/components/SellerSidebar.js +0 -11
- package/dist/features/seller/components/SellerStatCard.d.ts +0 -14
- package/dist/features/seller/components/SellerStatCard.js +0 -5
- package/dist/features/seller/components/SellerStoreSetupView.d.ts +0 -12
- package/dist/features/seller/components/SellerStoreSetupView.js +0 -8
- package/dist/features/seller/components/SellerStoreView.d.ts +0 -8
- package/dist/features/seller/components/SellerStoreView.js +0 -8
- package/dist/features/seller/components/SellerStorefrontView.d.ts +0 -13
- package/dist/features/seller/components/SellerStorefrontView.js +0 -10
- package/dist/features/seller/components/SellersListView.d.ts +0 -4
- package/dist/features/seller/components/SellersListView.js +0 -5
- package/dist/features/seller/components/analytics/SellerAnalyticsStats.d.ts +0 -14
- package/dist/features/seller/components/analytics/SellerAnalyticsStats.js +0 -9
- package/dist/features/seller/components/analytics/SellerRevenueChart.d.ts +0 -13
- package/dist/features/seller/components/analytics/SellerRevenueChart.js +0 -28
- package/dist/features/seller/components/analytics/SellerTopProducts.d.ts +0 -17
- package/dist/features/seller/components/analytics/SellerTopProducts.js +0 -6
- package/dist/features/seller/components/analytics/index.d.ts +0 -3
- package/dist/features/seller/components/analytics/index.js +0 -3
- package/dist/features/seller/components/index.d.ts +0 -44
- package/dist/features/seller/components/index.js +0 -23
- package/dist/features/seller/hooks/useBecomeSeller.d.ts +0 -12
- package/dist/features/seller/hooks/useBecomeSeller.js +0 -26
- package/dist/features/seller/hooks/useSellerPayouts.d.ts +0 -25
- package/dist/features/seller/hooks/useSellerPayouts.js +0 -42
- package/dist/features/seller/hooks/useSellerStore.d.ts +0 -28
- package/dist/features/seller/hooks/useSellerStore.js +0 -48
- package/dist/features/seller/hooks/useSellerStorefront.d.ts +0 -16
- package/dist/features/seller/hooks/useSellerStorefront.js +0 -57
- package/dist/features/seller/index.d.ts +0 -10
- package/dist/features/seller/index.js +0 -10
- package/dist/features/seller/manifest.d.ts +0 -2
- package/dist/features/seller/manifest.js +0 -74
- package/dist/features/seller/messages/en.json +0 -32
- package/dist/features/seller/permission-map.d.ts +0 -3
- package/dist/features/seller/permission-map.js +0 -15
- package/dist/features/seller/repository/offer.repository.d.ts +0 -66
- package/dist/features/seller/repository/offer.repository.js +0 -210
- package/dist/features/seller/repository/seller.repository.d.ts +0 -22
- package/dist/features/seller/repository/seller.repository.js +0 -72
- package/dist/features/seller/schemas/firestore.d.ts +0 -76
- package/dist/features/seller/schemas/firestore.js +0 -57
- package/dist/features/seller/schemas/index.d.ts +0 -244
- package/dist/features/seller/schemas/index.js +0 -100
- package/dist/features/seller/server.d.ts +0 -13
- package/dist/features/seller/server.js +0 -13
- package/dist/features/seller/types/index.d.ts +0 -147
- package/dist/features/seller/types/index.js +0 -2
- package/dist/features/stores/actions/index.d.ts +0 -2
- package/dist/features/stores/actions/index.js +0 -2
- package/dist/features/stores/actions/store-address-actions.d.ts +0 -11
- package/dist/features/stores/actions/store-address-actions.js +0 -54
- package/dist/features/stores/actions/store-query-actions.d.ts +0 -34
- package/dist/features/stores/actions/store-query-actions.js +0 -113
- package/dist/features/stores/api/[storeSlug]/auctions/route.d.ts +0 -23
- package/dist/features/stores/api/[storeSlug]/auctions/route.js +0 -92
- package/dist/features/stores/api/[storeSlug]/products/route.d.ts +0 -23
- package/dist/features/stores/api/[storeSlug]/products/route.js +0 -97
- package/dist/features/stores/api/[storeSlug]/reviews/route.d.ts +0 -23
- package/dist/features/stores/api/[storeSlug]/reviews/route.js +0 -101
- package/dist/features/stores/api/[storeSlug]/route.d.ts +0 -21
- package/dist/features/stores/api/[storeSlug]/route.js +0 -66
- package/dist/features/stores/api/route.d.ts +0 -12
- package/dist/features/stores/api/route.js +0 -101
- package/dist/features/stores/columns/index.d.ts +0 -16
- package/dist/features/stores/columns/index.js +0 -45
- package/dist/features/stores/components/InteractiveStoreCard.d.ts +0 -20
- package/dist/features/stores/components/InteractiveStoreCard.js +0 -16
- package/dist/features/stores/components/StoreAboutView.d.ts +0 -21
- package/dist/features/stores/components/StoreAboutView.js +0 -12
- package/dist/features/stores/components/StoreAddressSelectorCreate.d.ts +0 -16
- package/dist/features/stores/components/StoreAddressSelectorCreate.js +0 -40
- package/dist/features/stores/components/StoreAuctionsView.d.ts +0 -17
- package/dist/features/stores/components/StoreAuctionsView.js +0 -5
- package/dist/features/stores/components/StoreHeader.d.ts +0 -15
- package/dist/features/stores/components/StoreHeader.js +0 -8
- package/dist/features/stores/components/StoreNavTabs.d.ts +0 -15
- package/dist/features/stores/components/StoreNavTabs.js +0 -14
- package/dist/features/stores/components/StoreProductsView.d.ts +0 -30
- package/dist/features/stores/components/StoreProductsView.js +0 -11
- package/dist/features/stores/components/StoreReviewsView.d.ts +0 -17
- package/dist/features/stores/components/StoreReviewsView.js +0 -9
- package/dist/features/stores/components/StoresListView.d.ts +0 -19
- package/dist/features/stores/components/StoresListView.js +0 -24
- package/dist/features/stores/components/index.d.ts +0 -16
- package/dist/features/stores/components/index.js +0 -9
- package/dist/features/stores/hooks/useStoreAddressSelector.d.ts +0 -23
- package/dist/features/stores/hooks/useStoreAddressSelector.js +0 -30
- package/dist/features/stores/hooks/useStores.d.ts +0 -58
- package/dist/features/stores/hooks/useStores.js +0 -96
- package/dist/features/stores/index.d.ts +0 -7
- package/dist/features/stores/index.js +0 -7
- package/dist/features/stores/manifest.d.ts +0 -2
- package/dist/features/stores/manifest.js +0 -35
- package/dist/features/stores/messages/en.json +0 -21
- package/dist/features/stores/repository/store-address.repository.d.ts +0 -55
- package/dist/features/stores/repository/store-address.repository.js +0 -188
- package/dist/features/stores/repository/store.repository.d.ts +0 -67
- package/dist/features/stores/repository/store.repository.js +0 -181
- package/dist/features/stores/repository/stores.repository.d.ts +0 -11
- package/dist/features/stores/repository/stores.repository.js +0 -34
- package/dist/features/stores/schemas/firestore.d.ts +0 -117
- package/dist/features/stores/schemas/firestore.js +0 -109
- package/dist/features/stores/schemas/index.d.ts +0 -85
- package/dist/features/stores/schemas/index.js +0 -48
- package/dist/features/stores/server.d.ts +0 -15
- package/dist/features/stores/server.js +0 -15
- package/dist/features/stores/types/index.d.ts +0 -102
- package/dist/features/stores/types/index.js +0 -2
- package/dist/features/whatsapp-bot/api/send-status/route.d.ts +0 -12
- package/dist/features/whatsapp-bot/api/send-status/route.js +0 -36
- package/dist/features/whatsapp-bot/api/webhook/route.d.ts +0 -12
- package/dist/features/whatsapp-bot/api/webhook/route.js +0 -41
- package/dist/features/whatsapp-bot/components/WhatsAppChatButton.d.ts +0 -8
- package/dist/features/whatsapp-bot/components/WhatsAppChatButton.js +0 -7
- package/dist/features/whatsapp-bot/components/index.d.ts +0 -1
- package/dist/features/whatsapp-bot/components/index.js +0 -1
- package/dist/features/whatsapp-bot/helpers/whatsapp.d.ts +0 -21
- package/dist/features/whatsapp-bot/helpers/whatsapp.js +0 -125
- package/dist/features/whatsapp-bot/index.d.ts +0 -3
- package/dist/features/whatsapp-bot/index.js +0 -3
- package/dist/features/whatsapp-bot/manifest.d.ts +0 -2
- package/dist/features/whatsapp-bot/manifest.js +0 -13
- package/dist/features/whatsapp-bot/messages/en.json +0 -7
- package/dist/features/whatsapp-bot/server.d.ts +0 -7
- package/dist/features/whatsapp-bot/server.js +0 -7
- package/dist/features/whatsapp-bot/types/index.d.ts +0 -50
- package/dist/features/whatsapp-bot/types/index.js +0 -1
- package/dist/features/wishlist/actions/index.d.ts +0 -1
- package/dist/features/wishlist/actions/index.js +0 -1
- package/dist/features/wishlist/actions/wishlist-actions.d.ts +0 -20
- package/dist/features/wishlist/actions/wishlist-actions.js +0 -29
- package/dist/features/wishlist/columns/index.d.ts +0 -17
- package/dist/features/wishlist/columns/index.js +0 -42
- package/dist/features/wishlist/components/WishlistPage.d.ts +0 -16
- package/dist/features/wishlist/components/WishlistPage.js +0 -17
- package/dist/features/wishlist/components/WishlistToggleButton.d.ts +0 -12
- package/dist/features/wishlist/components/WishlistToggleButton.js +0 -21
- package/dist/features/wishlist/components/WishlistView.d.ts +0 -33
- package/dist/features/wishlist/components/WishlistView.js +0 -41
- package/dist/features/wishlist/components/index.d.ts +0 -4
- package/dist/features/wishlist/components/index.js +0 -3
- package/dist/features/wishlist/hooks/useUserWishlist.d.ts +0 -187
- package/dist/features/wishlist/hooks/useUserWishlist.js +0 -17
- package/dist/features/wishlist/hooks/useWishlist.d.ts +0 -16
- package/dist/features/wishlist/hooks/useWishlist.js +0 -23
- package/dist/features/wishlist/hooks/useWishlistToggle.d.ts +0 -10
- package/dist/features/wishlist/hooks/useWishlistToggle.js +0 -32
- package/dist/features/wishlist/index.d.ts +0 -9
- package/dist/features/wishlist/index.js +0 -8
- package/dist/features/wishlist/manifest.d.ts +0 -2
- package/dist/features/wishlist/manifest.js +0 -12
- package/dist/features/wishlist/messages/en.json +0 -7
- package/dist/features/wishlist/repository/user-wishlist.repository.d.ts +0 -14
- package/dist/features/wishlist/repository/user-wishlist.repository.js +0 -91
- package/dist/features/wishlist/repository/wishlist.repository.d.ts +0 -13
- package/dist/features/wishlist/repository/wishlist.repository.js +0 -31
- package/dist/features/wishlist/schemas/index.d.ts +0 -46
- package/dist/features/wishlist/schemas/index.js +0 -24
- package/dist/features/wishlist/server.d.ts +0 -9
- package/dist/features/wishlist/server.js +0 -9
- package/dist/features/wishlist/types/index.d.ts +0 -16
- package/dist/features/wishlist/types/index.js +0 -1
- package/dist/http/ApiClient.d.ts +0 -59
- package/dist/http/ApiClient.js +0 -149
- package/dist/http/api-handler.d.ts +0 -33
- package/dist/http/api-handler.js +0 -89
- package/dist/http/index.d.ts +0 -9
- package/dist/http/index.js +0 -8
- package/dist/instrumentation/index.d.ts +0 -64
- package/dist/instrumentation/index.js +0 -55
- package/dist/monitoring/analytics.d.ts +0 -79
- package/dist/monitoring/analytics.js +0 -171
- package/dist/monitoring/browser.d.ts +0 -10
- package/dist/monitoring/browser.js +0 -6
- package/dist/monitoring/cache-metrics.d.ts +0 -24
- package/dist/monitoring/cache-metrics.js +0 -83
- package/dist/monitoring/client-logger.d.ts +0 -29
- package/dist/monitoring/client-logger.js +0 -127
- package/dist/monitoring/error-tracking.d.ts +0 -50
- package/dist/monitoring/error-tracking.js +0 -54
- package/dist/monitoring/index.d.ts +0 -12
- package/dist/monitoring/index.js +0 -7
- package/dist/monitoring/performance.d.ts +0 -31
- package/dist/monitoring/performance.js +0 -34
- package/dist/monitoring/runtime.d.ts +0 -17
- package/dist/monitoring/runtime.js +0 -28
- package/dist/monitoring/server-logger.d.ts +0 -37
- package/dist/monitoring/server-logger.js +0 -289
- package/dist/next/ErrorBoundary.d.ts +0 -19
- package/dist/next/ErrorBoundary.js +0 -35
- package/dist/next/IAuthVerifier.d.ts +0 -54
- package/dist/next/IAuthVerifier.js +0 -23
- package/dist/next/api/api-response.d.ts +0 -29
- package/dist/next/api/api-response.js +0 -31
- package/dist/next/api/apiHandler.d.ts +0 -48
- package/dist/next/api/apiHandler.js +0 -87
- package/dist/next/api/errorHandler.d.ts +0 -57
- package/dist/next/api/errorHandler.js +0 -72
- package/dist/next/api/routeHandler.d.ts +0 -60
- package/dist/next/api/routeHandler.js +0 -113
- package/dist/next/cache-middleware.d.ts +0 -35
- package/dist/next/cache-middleware.js +0 -77
- package/dist/next/components/ErrorView.d.ts +0 -13
- package/dist/next/components/ErrorView.js +0 -32
- package/dist/next/components/GlobalError.d.ts +0 -7
- package/dist/next/components/GlobalError.js +0 -43
- package/dist/next/components/NotFoundView.d.ts +0 -28
- package/dist/next/components/NotFoundView.js +0 -25
- package/dist/next/components/UnauthorizedView.d.ts +0 -28
- package/dist/next/components/UnauthorizedView.js +0 -22
- package/dist/next/index.d.ts +0 -35
- package/dist/next/index.js +0 -30
- package/dist/next/middleware/chain.d.ts +0 -47
- package/dist/next/middleware/chain.js +0 -80
- package/dist/next/middleware/index.d.ts +0 -6
- package/dist/next/middleware/index.js +0 -3
- package/dist/next/middleware/pii-redactor.d.ts +0 -32
- package/dist/next/middleware/pii-redactor.js +0 -82
- package/dist/next/middleware/pii-scrubber.d.ts +0 -11
- package/dist/next/middleware/pii-scrubber.js +0 -43
- package/dist/next/middleware/types.d.ts +0 -18
- package/dist/next/middleware/types.js +0 -1
- package/dist/next/request-helpers.d.ts +0 -25
- package/dist/next/request-helpers.js +0 -52
- package/dist/next/routing/route-map.d.ts +0 -272
- package/dist/next/routing/route-map.js +0 -202
- package/dist/providers/auth-firebase/browser-stub.d.ts +0 -24
- package/dist/providers/auth-firebase/browser-stub.js +0 -28
- package/dist/providers/auth-firebase/helpers.d.ts +0 -83
- package/dist/providers/auth-firebase/helpers.js +0 -205
- package/dist/providers/auth-firebase/index.d.ts +0 -11
- package/dist/providers/auth-firebase/index.js +0 -16
- package/dist/providers/auth-firebase/provider.d.ts +0 -8
- package/dist/providers/auth-firebase/provider.js +0 -118
- package/dist/providers/auth-firebase/session.d.ts +0 -19
- package/dist/providers/auth-firebase/session.js +0 -86
- package/dist/providers/db-firebase/admin-app-lite.d.ts +0 -6
- package/dist/providers/db-firebase/admin-app-lite.js +0 -50
- package/dist/providers/db-firebase/admin-auth-lite.d.ts +0 -5
- package/dist/providers/db-firebase/admin-auth-lite.js +0 -10
- package/dist/providers/db-firebase/admin-storage-lite.d.ts +0 -6
- package/dist/providers/db-firebase/admin-storage-lite.js +0 -11
- package/dist/providers/db-firebase/admin.d.ts +0 -29
- package/dist/providers/db-firebase/admin.js +0 -163
- package/dist/providers/db-firebase/base.d.ts +0 -44
- package/dist/providers/db-firebase/base.js +0 -180
- package/dist/providers/db-firebase/base.repository.d.ts +0 -34
- package/dist/providers/db-firebase/base.repository.js +0 -235
- package/dist/providers/db-firebase/browser-stub.d.ts +0 -37
- package/dist/providers/db-firebase/browser-stub.js +0 -56
- package/dist/providers/db-firebase/client-config.d.ts +0 -22
- package/dist/providers/db-firebase/client-config.js +0 -30
- package/dist/providers/db-firebase/field-ops.d.ts +0 -7
- package/dist/providers/db-firebase/field-ops.js +0 -13
- package/dist/providers/db-firebase/helpers.d.ts +0 -23
- package/dist/providers/db-firebase/helpers.js +0 -67
- package/dist/providers/db-firebase/index.d.ts +0 -31
- package/dist/providers/db-firebase/index.js +0 -42
- package/dist/providers/db-firebase/realtime.d.ts +0 -43
- package/dist/providers/db-firebase/realtime.js +0 -122
- package/dist/providers/db-firebase/rtdb-paths.d.ts +0 -12
- package/dist/providers/db-firebase/rtdb-paths.js +0 -12
- package/dist/providers/db-firebase/sieve.d.ts +0 -76
- package/dist/providers/db-firebase/sieve.js +0 -83
- package/dist/providers/email-resend/index.d.ts +0 -15
- package/dist/providers/email-resend/index.js +0 -14
- package/dist/providers/email-resend/provider.d.ts +0 -43
- package/dist/providers/email-resend/provider.js +0 -75
- package/dist/providers/firebase-client/auth.d.ts +0 -12
- package/dist/providers/firebase-client/auth.js +0 -30
- package/dist/providers/firebase-client/index.d.ts +0 -9
- package/dist/providers/firebase-client/index.js +0 -9
- package/dist/providers/firebase-client/realtime.d.ts +0 -18
- package/dist/providers/firebase-client/realtime.js +0 -39
- package/dist/providers/payment-razorpay/index.d.ts +0 -93
- package/dist/providers/payment-razorpay/index.js +0 -206
- package/dist/providers/shipping-shiprocket/index.d.ts +0 -272
- package/dist/providers/shipping-shiprocket/index.js +0 -148
- package/dist/providers/shipping-shiprocket/shiprocket-provider.d.ts +0 -46
- package/dist/providers/shipping-shiprocket/shiprocket-provider.js +0 -152
- package/dist/providers/storage-firebase/client.d.ts +0 -56
- package/dist/providers/storage-firebase/client.js +0 -141
- package/dist/providers/storage-firebase/index.d.ts +0 -16
- package/dist/providers/storage-firebase/index.js +0 -16
- package/dist/providers/storage-firebase/provider.d.ts +0 -23
- package/dist/providers/storage-firebase/provider.js +0 -103
- package/dist/react/ErrorBoundary.d.ts +0 -31
- package/dist/react/ErrorBoundary.js +0 -68
- package/dist/react/contexts/SessionContext.d.ts +0 -80
- package/dist/react/contexts/SessionContext.js +0 -350
- package/dist/react/contexts/ThemeContext.d.ts +0 -14
- package/dist/react/contexts/ThemeContext.js +0 -65
- package/dist/react/contexts/index.d.ts +0 -4
- package/dist/react/contexts/index.js +0 -2
- package/dist/react/hooks/useBreakpoint.d.ts +0 -29
- package/dist/react/hooks/useBreakpoint.js +0 -37
- package/dist/react/hooks/useBulkAction.d.ts +0 -65
- package/dist/react/hooks/useBulkAction.js +0 -69
- package/dist/react/hooks/useBulkSelection.d.ts +0 -40
- package/dist/react/hooks/useBulkSelection.js +0 -58
- package/dist/react/hooks/useCamera.d.ts +0 -34
- package/dist/react/hooks/useCamera.js +0 -147
- package/dist/react/hooks/useClickOutside.d.ts +0 -37
- package/dist/react/hooks/useClickOutside.js +0 -57
- package/dist/react/hooks/useContainerGrid.d.ts +0 -39
- package/dist/react/hooks/useContainerGrid.js +0 -47
- package/dist/react/hooks/useCountdown.d.ts +0 -26
- package/dist/react/hooks/useCountdown.js +0 -49
- package/dist/react/hooks/useGesture.d.ts +0 -51
- package/dist/react/hooks/useGesture.js +0 -181
- package/dist/react/hooks/useKeyPress.d.ts +0 -48
- package/dist/react/hooks/useKeyPress.js +0 -62
- package/dist/react/hooks/useLongPress.d.ts +0 -26
- package/dist/react/hooks/useLongPress.js +0 -55
- package/dist/react/hooks/useMediaQuery.d.ts +0 -17
- package/dist/react/hooks/useMediaQuery.js +0 -34
- package/dist/react/hooks/useMessage.d.ts +0 -11
- package/dist/react/hooks/useMessage.js +0 -45
- package/dist/react/hooks/usePendingFilters.d.ts +0 -58
- package/dist/react/hooks/usePendingFilters.js +0 -79
- package/dist/react/hooks/usePendingTable.d.ts +0 -49
- package/dist/react/hooks/usePendingTable.js +0 -45
- package/dist/react/hooks/usePullToRefresh.d.ts +0 -38
- package/dist/react/hooks/usePullToRefresh.js +0 -82
- package/dist/react/hooks/useRealtimeEvent.d.ts +0 -53
- package/dist/react/hooks/useRealtimeEvent.js +0 -124
- package/dist/react/hooks/useSwipe.d.ts +0 -55
- package/dist/react/hooks/useSwipe.js +0 -165
- package/dist/react/hooks/useUnsavedChanges.d.ts +0 -44
- package/dist/react/hooks/useUnsavedChanges.js +0 -55
- package/dist/react/hooks/useUrlTable.d.ts +0 -31
- package/dist/react/hooks/useUrlTable.js +0 -137
- package/dist/react/hooks/useVisibleItems.d.ts +0 -37
- package/dist/react/hooks/useVisibleItems.js +0 -59
- package/dist/react/index.d.ts +0 -50
- package/dist/react/index.js +0 -47
- package/dist/react/useModalStack.d.ts +0 -33
- package/dist/react/useModalStack.js +0 -61
- package/dist/repositories/index.d.ts +0 -38
- package/dist/repositories/index.js +0 -40
- package/dist/security/authorization.d.ts +0 -24
- package/dist/security/authorization.js +0 -73
- package/dist/security/browser.d.ts +0 -7
- package/dist/security/browser.js +0 -5
- package/dist/security/csp.d.ts +0 -16
- package/dist/security/csp.js +0 -44
- package/dist/security/index.d.ts +0 -11
- package/dist/security/index.js +0 -8
- package/dist/security/pii-encrypt.d.ts +0 -121
- package/dist/security/pii-encrypt.js +0 -351
- package/dist/security/pii-redact.d.ts +0 -20
- package/dist/security/pii-redact.js +0 -129
- package/dist/security/pii-schemas.d.ts +0 -38
- package/dist/security/pii-schemas.js +0 -62
- package/dist/security/rate-limit.d.ts +0 -70
- package/dist/security/rate-limit.js +0 -107
- package/dist/security/rbac/Can.d.ts +0 -31
- package/dist/security/rbac/Can.js +0 -24
- package/dist/security/rbac/default-roles.d.ts +0 -2
- package/dist/security/rbac/default-roles.js +0 -83
- package/dist/security/rbac/hook.d.ts +0 -20
- package/dist/security/rbac/hook.js +0 -30
- package/dist/security/rbac/index.d.ts +0 -8
- package/dist/security/rbac/index.js +0 -6
- package/dist/security/rbac/middleware.d.ts +0 -51
- package/dist/security/rbac/middleware.js +0 -51
- package/dist/security/rbac/resolver.d.ts +0 -5
- package/dist/security/rbac/resolver.js +0 -38
- package/dist/security/rbac/server.d.ts +0 -24
- package/dist/security/rbac/server.js +0 -42
- package/dist/security/rbac/types.d.ts +0 -22
- package/dist/security/rbac/types.js +0 -2
- package/dist/security/settings-encryption.d.ts +0 -5
- package/dist/security/settings-encryption.js +0 -48
- package/dist/seed/actions/demo-seed-actions.d.ts +0 -31
- package/dist/seed/actions/demo-seed-actions.js +0 -36
- package/dist/seed/actions/index.d.ts +0 -1
- package/dist/seed/actions/index.js +0 -1
- package/dist/seed/addresses-seed-data.d.ts +0 -19
- package/dist/seed/addresses-seed-data.js +0 -418
- package/dist/seed/bids-seed-data.d.ts +0 -7
- package/dist/seed/bids-seed-data.js +0 -1168
- package/dist/seed/blog-posts-seed-data.d.ts +0 -7
- package/dist/seed/blog-posts-seed-data.js +0 -215
- package/dist/seed/carousel-slides-seed-data.d.ts +0 -7
- package/dist/seed/carousel-slides-seed-data.js +0 -283
- package/dist/seed/cart-seed-data.d.ts +0 -20
- package/dist/seed/cart-seed-data.js +0 -179
- package/dist/seed/categories-seed-data.d.ts +0 -7
- package/dist/seed/categories-seed-data.js +0 -1220
- package/dist/seed/coupons-seed-data.d.ts +0 -7
- package/dist/seed/coupons-seed-data.js +0 -508
- package/dist/seed/defaults/categories.d.ts +0 -2
- package/dist/seed/defaults/categories.js +0 -12
- package/dist/seed/defaults/faqs.d.ts +0 -2
- package/dist/seed/defaults/faqs.js +0 -40
- package/dist/seed/defaults/homepage-sections.d.ts +0 -2
- package/dist/seed/defaults/homepage-sections.js +0 -59
- package/dist/seed/events-seed-data.d.ts +0 -8
- package/dist/seed/events-seed-data.js +0 -662
- package/dist/seed/factories/address.factory.d.ts +0 -21
- package/dist/seed/factories/address.factory.js +0 -44
- package/dist/seed/factories/bid.factory.d.ts +0 -15
- package/dist/seed/factories/bid.factory.js +0 -33
- package/dist/seed/factories/blog-post.factory.d.ts +0 -15
- package/dist/seed/factories/blog-post.factory.js +0 -22
- package/dist/seed/factories/carousel.factory.d.ts +0 -11
- package/dist/seed/factories/carousel.factory.js +0 -16
- package/dist/seed/factories/cart.factory.d.ts +0 -26
- package/dist/seed/factories/cart.factory.js +0 -35
- package/dist/seed/factories/category.factory.d.ts +0 -11
- package/dist/seed/factories/category.factory.js +0 -16
- package/dist/seed/factories/coupon.factory.d.ts +0 -21
- package/dist/seed/factories/coupon.factory.js +0 -43
- package/dist/seed/factories/faq.factory.d.ts +0 -10
- package/dist/seed/factories/faq.factory.js +0 -15
- package/dist/seed/factories/homepage-section.factory.d.ts +0 -9
- package/dist/seed/factories/homepage-section.factory.js +0 -13
- package/dist/seed/factories/notification.factory.d.ts +0 -17
- package/dist/seed/factories/notification.factory.js +0 -39
- package/dist/seed/factories/order.factory.d.ts +0 -20
- package/dist/seed/factories/order.factory.js +0 -20
- package/dist/seed/factories/payout.factory.d.ts +0 -21
- package/dist/seed/factories/payout.factory.js +0 -38
- package/dist/seed/factories/product.factory.d.ts +0 -27
- package/dist/seed/factories/product.factory.js +0 -111
- package/dist/seed/factories/review.factory.d.ts +0 -14
- package/dist/seed/factories/review.factory.js +0 -52
- package/dist/seed/factories/session.factory.d.ts +0 -15
- package/dist/seed/factories/session.factory.js +0 -31
- package/dist/seed/factories/store.factory.d.ts +0 -23
- package/dist/seed/factories/store.factory.js +0 -46
- package/dist/seed/factories/user.factory.d.ts +0 -19
- package/dist/seed/factories/user.factory.js +0 -55
- package/dist/seed/faq-seed-data.d.ts +0 -47
- package/dist/seed/faq-seed-data.js +0 -2320
- package/dist/seed/firestore-indexes.d.ts +0 -13
- package/dist/seed/firestore-indexes.js +0 -32
- package/dist/seed/homepage-sections-seed-data.d.ts +0 -18
- package/dist/seed/homepage-sections-seed-data.js +0 -339
- package/dist/seed/index.d.ts +0 -68
- package/dist/seed/index.js +0 -49
- package/dist/seed/notifications-seed-data.d.ts +0 -7
- package/dist/seed/notifications-seed-data.js +0 -494
- package/dist/seed/orders-seed-data.d.ts +0 -7
- package/dist/seed/orders-seed-data.js +0 -578
- package/dist/seed/payouts-seed-data.d.ts +0 -7
- package/dist/seed/payouts-seed-data.js +0 -202
- package/dist/seed/products-seed-data.d.ts +0 -7
- package/dist/seed/products-seed-data.js +0 -2477
- package/dist/seed/reviews-seed-data.d.ts +0 -7
- package/dist/seed/reviews-seed-data.js +0 -618
- package/dist/seed/runner.d.ts +0 -3
- package/dist/seed/runner.js +0 -38
- package/dist/seed/seed-market-config.d.ts +0 -49
- package/dist/seed/seed-market-config.js +0 -198
- package/dist/seed/sessions-seed-data.d.ts +0 -17
- package/dist/seed/sessions-seed-data.js +0 -355
- package/dist/seed/site-settings-seed-data.d.ts +0 -7
- package/dist/seed/site-settings-seed-data.js +0 -236
- package/dist/seed/store-addresses-seed-data.d.ts +0 -19
- package/dist/seed/store-addresses-seed-data.js +0 -106
- package/dist/seed/stores-seed-data.d.ts +0 -14
- package/dist/seed/stores-seed-data.js +0 -127
- package/dist/seed/test-utils.d.ts +0 -49
- package/dist/seed/test-utils.js +0 -107
- package/dist/seed/types.d.ts +0 -33
- package/dist/seed/types.js +0 -1
- package/dist/seed/users-seed-data.d.ts +0 -7
- package/dist/seed/users-seed-data.js +0 -727
- package/dist/seo/index.d.ts +0 -2
- package/dist/seo/index.js +0 -2
- package/dist/seo/json-ld.d.ts +0 -69
- package/dist/seo/json-ld.js +0 -166
- package/dist/seo/metadata.d.ts +0 -77
- package/dist/seo/metadata.js +0 -157
- package/dist/server.d.ts +0 -109
- package/dist/server.js +0 -110
- package/dist/style/tailwind/index.d.ts +0 -32
- package/dist/style/tailwind/index.js +0 -57
- package/dist/style/vanilla/index.d.ts +0 -24
- package/dist/style/vanilla/index.js +0 -48
- package/dist/tokens/index.d.ts +0 -733
- package/dist/tokens/index.js +0 -786
- package/dist/tokens/tokens.css +0 -221
- package/dist/ui/DataTable.d.ts +0 -78
- package/dist/ui/DataTable.js +0 -157
- package/dist/ui/DataTable.style.css +0 -190
- package/dist/ui/animation.helper.d.ts +0 -17
- package/dist/ui/animation.helper.js +0 -17
- package/dist/ui/color.helper.d.ts +0 -12
- package/dist/ui/color.helper.js +0 -31
- package/dist/ui/columns/build-columns.d.ts +0 -21
- package/dist/ui/columns/build-columns.js +0 -33
- package/dist/ui/columns/column-renderers.d.ts +0 -33
- package/dist/ui/columns/column-renderers.js +0 -64
- package/dist/ui/columns/index.d.ts +0 -6
- package/dist/ui/columns/index.js +0 -5
- package/dist/ui/components/Accordion.d.ts +0 -27
- package/dist/ui/components/Accordion.js +0 -57
- package/dist/ui/components/Accordion.style.css +0 -82
- package/dist/ui/components/ActiveFilterChips.d.ts +0 -13
- package/dist/ui/components/ActiveFilterChips.js +0 -9
- package/dist/ui/components/ActiveFilterChips.style.css +0 -66
- package/dist/ui/components/Alert.d.ts +0 -43
- package/dist/ui/components/Alert.js +0 -47
- package/dist/ui/components/Alert.style.css +0 -187
- package/dist/ui/components/Avatar.d.ts +0 -18
- package/dist/ui/components/Avatar.js +0 -42
- package/dist/ui/components/Avatar.style.css +0 -73
- package/dist/ui/components/AvatarDisplay.d.ts +0 -10
- package/dist/ui/components/AvatarDisplay.js +0 -56
- package/dist/ui/components/AvatarDisplay.style.css +0 -46
- package/dist/ui/components/BackgroundRenderer.d.ts +0 -15
- package/dist/ui/components/BackgroundRenderer.js +0 -42
- package/dist/ui/components/BackgroundRenderer.style.css +0 -31
- package/dist/ui/components/Badge.d.ts +0 -33
- package/dist/ui/components/Badge.js +0 -34
- package/dist/ui/components/Badge.style.css +0 -114
- package/dist/ui/components/BaseListingCard.d.ts +0 -39
- package/dist/ui/components/BaseListingCard.js +0 -56
- package/dist/ui/components/BaseListingCard.style.css +0 -84
- package/dist/ui/components/Breadcrumb.d.ts +0 -15
- package/dist/ui/components/Breadcrumb.js +0 -12
- package/dist/ui/components/Breadcrumb.style.css +0 -60
- package/dist/ui/components/BulkActionBar.d.ts +0 -34
- package/dist/ui/components/BulkActionBar.js +0 -86
- package/dist/ui/components/BulkActionBar.style.css +0 -196
- package/dist/ui/components/Button.d.ts +0 -31
- package/dist/ui/components/Button.js +0 -29
- package/dist/ui/components/Button.style.css +0 -160
- package/dist/ui/components/Card.d.ts +0 -21
- package/dist/ui/components/Card.js +0 -51
- package/dist/ui/components/Card.style.css +0 -192
- package/dist/ui/components/Checkbox.d.ts +0 -8
- package/dist/ui/components/Checkbox.js +0 -38
- package/dist/ui/components/Checkbox.style.css +0 -113
- package/dist/ui/components/ConfirmDeleteModal.d.ts +0 -33
- package/dist/ui/components/ConfirmDeleteModal.js +0 -74
- package/dist/ui/components/ConfirmDeleteModal.style.css +0 -89
- package/dist/ui/components/CountdownDisplay.d.ts +0 -14
- package/dist/ui/components/CountdownDisplay.js +0 -50
- package/dist/ui/components/CountdownDisplay.style.css +0 -4
- package/dist/ui/components/DashboardStatsCard.d.ts +0 -15
- package/dist/ui/components/DashboardStatsCard.js +0 -28
- package/dist/ui/components/DashboardStatsCard.style.css +0 -70
- package/dist/ui/components/DescriptionField.d.ts +0 -23
- package/dist/ui/components/DescriptionField.js +0 -28
- package/dist/ui/components/DescriptionField.style.css +0 -36
- package/dist/ui/components/DetailViewShell.d.ts +0 -51
- package/dist/ui/components/DetailViewShell.js +0 -50
- package/dist/ui/components/Div.d.ts +0 -20
- package/dist/ui/components/Div.js +0 -19
- package/dist/ui/components/Div.style.css +0 -6
- package/dist/ui/components/Divider.d.ts +0 -12
- package/dist/ui/components/Divider.js +0 -11
- package/dist/ui/components/Divider.style.css +0 -39
- package/dist/ui/components/Drawer.d.ts +0 -21
- package/dist/ui/components/Drawer.js +0 -72
- package/dist/ui/components/Drawer.style.css +0 -146
- package/dist/ui/components/Dropdown.d.ts +0 -36
- package/dist/ui/components/Dropdown.js +0 -142
- package/dist/ui/components/Dropdown.style.css +0 -112
- package/dist/ui/components/DynamicSelect.d.ts +0 -24
- package/dist/ui/components/DynamicSelect.js +0 -78
- package/dist/ui/components/DynamicSelect.style.css +0 -101
- package/dist/ui/components/EmptyState.d.ts +0 -12
- package/dist/ui/components/EmptyState.js +0 -17
- package/dist/ui/components/EmptyState.style.css +0 -30
- package/dist/ui/components/FilterDrawer.d.ts +0 -16
- package/dist/ui/components/FilterDrawer.js +0 -39
- package/dist/ui/components/FilterDrawer.style.css +0 -61
- package/dist/ui/components/FlowDiagram.d.ts +0 -33
- package/dist/ui/components/FlowDiagram.js +0 -15
- package/dist/ui/components/FlowDiagram.style.css +0 -77
- package/dist/ui/components/Form.d.ts +0 -27
- package/dist/ui/components/Form.js +0 -48
- package/dist/ui/components/Form.style.css +0 -27
- package/dist/ui/components/FormField.d.ts +0 -26
- package/dist/ui/components/FormField.js +0 -25
- package/dist/ui/components/FormField.style.css +0 -30
- package/dist/ui/components/FormGrid.d.ts +0 -46
- package/dist/ui/components/FormGrid.js +0 -42
- package/dist/ui/components/FormGrid.style.css +0 -32
- package/dist/ui/components/HorizontalScroller.d.ts +0 -33
- package/dist/ui/components/HorizontalScroller.js +0 -47
- package/dist/ui/components/HorizontalScroller.style.css +0 -109
- package/dist/ui/components/IconButton.d.ts +0 -32
- package/dist/ui/components/IconButton.js +0 -31
- package/dist/ui/components/IconButton.style.css +0 -103
- package/dist/ui/components/ImageGallery.d.ts +0 -17
- package/dist/ui/components/ImageGallery.js +0 -108
- package/dist/ui/components/ImageGallery.style.css +0 -163
- package/dist/ui/components/ImageLightbox.d.ts +0 -24
- package/dist/ui/components/ImageLightbox.js +0 -61
- package/dist/ui/components/ImageLightbox.style.css +0 -58
- package/dist/ui/components/Input.d.ts +0 -12
- package/dist/ui/components/Input.js +0 -29
- package/dist/ui/components/Input.style.css +0 -28
- package/dist/ui/components/ItemRow.d.ts +0 -10
- package/dist/ui/components/ItemRow.js +0 -7
- package/dist/ui/components/ItemRow.style.css +0 -33
- package/dist/ui/components/Layout.d.ts +0 -282
- package/dist/ui/components/Layout.js +0 -184
- package/dist/ui/components/Layout.style.css +0 -212
- package/dist/ui/components/ListingLayout.d.ts +0 -60
- package/dist/ui/components/ListingLayout.js +0 -121
- package/dist/ui/components/ListingLayout.style.css +0 -527
- package/dist/ui/components/ListingViewShell.d.ts +0 -38
- package/dist/ui/components/ListingViewShell.js +0 -11
- package/dist/ui/components/Menu.d.ts +0 -29
- package/dist/ui/components/Menu.js +0 -19
- package/dist/ui/components/Menu.style.css +0 -6
- package/dist/ui/components/Modal.d.ts +0 -18
- package/dist/ui/components/Modal.js +0 -79
- package/dist/ui/components/Modal.style.css +0 -102
- package/dist/ui/components/Pagination.d.ts +0 -25
- package/dist/ui/components/Pagination.js +0 -56
- package/dist/ui/components/Pagination.style.css +0 -76
- package/dist/ui/components/PasswordStrengthIndicator.d.ts +0 -12
- package/dist/ui/components/PasswordStrengthIndicator.js +0 -35
- package/dist/ui/components/PasswordStrengthIndicator.style.css +0 -56
- package/dist/ui/components/PriceDisplay.d.ts +0 -8
- package/dist/ui/components/PriceDisplay.js +0 -28
- package/dist/ui/components/PriceDisplay.style.css +0 -47
- package/dist/ui/components/Progress.d.ts +0 -23
- package/dist/ui/components/Progress.js +0 -32
- package/dist/ui/components/Progress.style.css +0 -81
- package/dist/ui/components/Radio.d.ts +0 -18
- package/dist/ui/components/Radio.js +0 -64
- package/dist/ui/components/Radio.style.css +0 -155
- package/dist/ui/components/RatingDisplay.d.ts +0 -8
- package/dist/ui/components/RatingDisplay.js +0 -15
- package/dist/ui/components/RatingDisplay.style.css +0 -50
- package/dist/ui/components/ResponsiveView.d.ts +0 -12
- package/dist/ui/components/ResponsiveView.js +0 -9
- package/dist/ui/components/ResponsiveView.style.css +0 -69
- package/dist/ui/components/RoleBadge.d.ts +0 -7
- package/dist/ui/components/RoleBadge.js +0 -21
- package/dist/ui/components/RoleBadge.style.css +0 -7
- package/dist/ui/components/RowActionMenu.d.ts +0 -13
- package/dist/ui/components/RowActionMenu.js +0 -17
- package/dist/ui/components/RowActionMenu.style.css +0 -91
- package/dist/ui/components/SectionTabs.d.ts +0 -19
- package/dist/ui/components/SectionTabs.js +0 -66
- package/dist/ui/components/SectionTabs.style.css +0 -163
- package/dist/ui/components/Select.d.ts +0 -19
- package/dist/ui/components/Select.js +0 -27
- package/dist/ui/components/Select.style.css +0 -177
- package/dist/ui/components/Semantic.d.ts +0 -154
- package/dist/ui/components/Semantic.js +0 -32
- package/dist/ui/components/Semantic.style.css +0 -14
- package/dist/ui/components/SideDrawer.d.ts +0 -28
- package/dist/ui/components/SideDrawer.js +0 -151
- package/dist/ui/components/SideDrawer.style.css +0 -214
- package/dist/ui/components/SideModal.d.ts +0 -25
- package/dist/ui/components/SideModal.js +0 -61
- package/dist/ui/components/SideModal.style.css +0 -77
- package/dist/ui/components/Skeleton.d.ts +0 -14
- package/dist/ui/components/Skeleton.js +0 -22
- package/dist/ui/components/Skeleton.style.css +0 -55
- package/dist/ui/components/SkipToMain.d.ts +0 -6
- package/dist/ui/components/SkipToMain.js +0 -6
- package/dist/ui/components/SkipToMain.style.css +0 -34
- package/dist/ui/components/Slider.d.ts +0 -17
- package/dist/ui/components/Slider.js +0 -38
- package/dist/ui/components/Slider.style.css +0 -17
- package/dist/ui/components/SlottedListingView.d.ts +0 -62
- package/dist/ui/components/SlottedListingView.js +0 -41
- package/dist/ui/components/SortDropdown.d.ts +0 -15
- package/dist/ui/components/SortDropdown.js +0 -8
- package/dist/ui/components/SortDropdown.style.css +0 -12
- package/dist/ui/components/Spinner.d.ts +0 -13
- package/dist/ui/components/Spinner.js +0 -15
- package/dist/ui/components/Spinner.style.css +0 -76
- package/dist/ui/components/StackedViewShell.d.ts +0 -50
- package/dist/ui/components/StackedViewShell.js +0 -39
- package/dist/ui/components/StarRating.d.ts +0 -17
- package/dist/ui/components/StarRating.js +0 -29
- package/dist/ui/components/StarRating.style.css +0 -44
- package/dist/ui/components/StatsGrid.d.ts +0 -18
- package/dist/ui/components/StatsGrid.js +0 -17
- package/dist/ui/components/StatsGrid.style.css +0 -96
- package/dist/ui/components/StatusBadge.d.ts +0 -18
- package/dist/ui/components/StatusBadge.js +0 -60
- package/dist/ui/components/StatusBadge.style.css +0 -5
- package/dist/ui/components/StepperNav.d.ts +0 -10
- package/dist/ui/components/StepperNav.js +0 -23
- package/dist/ui/components/StepperNav.style.css +0 -110
- package/dist/ui/components/SummaryCard.d.ts +0 -21
- package/dist/ui/components/SummaryCard.js +0 -15
- package/dist/ui/components/SummaryCard.style.css +0 -82
- package/dist/ui/components/TabStrip.d.ts +0 -34
- package/dist/ui/components/TabStrip.js +0 -57
- package/dist/ui/components/TabStrip.style.css +0 -97
- package/dist/ui/components/TablePagination.d.ts +0 -21
- package/dist/ui/components/TablePagination.js +0 -32
- package/dist/ui/components/TablePagination.style.css +0 -89
- package/dist/ui/components/Tabs.d.ts +0 -28
- package/dist/ui/components/Tabs.js +0 -41
- package/dist/ui/components/Tabs.style.css +0 -46
- package/dist/ui/components/TagInput.d.ts +0 -10
- package/dist/ui/components/TagInput.js +0 -60
- package/dist/ui/components/TagInput.style.css +0 -121
- package/dist/ui/components/TextLink.d.ts +0 -42
- package/dist/ui/components/TextLink.js +0 -48
- package/dist/ui/components/TextLink.style.css +0 -94
- package/dist/ui/components/Textarea.d.ts +0 -9
- package/dist/ui/components/Textarea.js +0 -21
- package/dist/ui/components/Textarea.style.css +0 -30
- package/dist/ui/components/Toast.d.ts +0 -15
- package/dist/ui/components/Toast.js +0 -61
- package/dist/ui/components/Toast.style.css +0 -114
- package/dist/ui/components/Toggle.d.ts +0 -12
- package/dist/ui/components/Toggle.js +0 -47
- package/dist/ui/components/Toggle.style.css +0 -107
- package/dist/ui/components/Tooltip.d.ts +0 -34
- package/dist/ui/components/Tooltip.js +0 -110
- package/dist/ui/components/Tooltip.style.css +0 -114
- package/dist/ui/components/Typography.d.ts +0 -50
- package/dist/ui/components/Typography.js +0 -103
- package/dist/ui/components/Typography.style.css +0 -178
- package/dist/ui/components/UnsavedChangesModal.d.ts +0 -17
- package/dist/ui/components/UnsavedChangesModal.js +0 -52
- package/dist/ui/components/UnsavedChangesModal.style.css +0 -33
- package/dist/ui/components/ViewToggle.d.ts +0 -15
- package/dist/ui/components/ViewToggle.js +0 -29
- package/dist/ui/components/ViewToggle.style.css +0 -50
- package/dist/ui/components/index.style.css +0 -76
- package/dist/ui/index.d.ts +0 -165
- package/dist/ui/index.js +0 -87
- package/dist/ui/rich-text/RichText.d.ts +0 -46
- package/dist/ui/rich-text/RichText.js +0 -172
- package/dist/ui/rich-text/RichText.style.css +0 -5
- package/dist/ui/rich-text/index.d.ts +0 -2
- package/dist/ui/rich-text/index.js +0 -1
- package/dist/ui/style.helper.d.ts +0 -7
- package/dist/ui/style.helper.js +0 -12
- package/dist/utils/animation.helper.d.ts +0 -19
- package/dist/utils/animation.helper.js +0 -19
- package/dist/utils/array.helper.d.ts +0 -17
- package/dist/utils/array.helper.js +0 -53
- package/dist/utils/business-day.d.ts +0 -47
- package/dist/utils/business-day.js +0 -68
- package/dist/utils/client.d.ts +0 -1
- package/dist/utils/client.js +0 -1
- package/dist/utils/color.helper.d.ts +0 -32
- package/dist/utils/color.helper.js +0 -51
- package/dist/utils/cookie.converter.d.ts +0 -7
- package/dist/utils/cookie.converter.js +0 -32
- package/dist/utils/date.formatter.d.ts +0 -22
- package/dist/utils/date.formatter.js +0 -194
- package/dist/utils/event-manager.d.ts +0 -45
- package/dist/utils/event-manager.js +0 -185
- package/dist/utils/filter.helper.d.ts +0 -18
- package/dist/utils/filter.helper.js +0 -21
- package/dist/utils/id-generators.d.ts +0 -243
- package/dist/utils/id-generators.js +0 -360
- package/dist/utils/index.d.ts +0 -17
- package/dist/utils/index.js +0 -18
- package/dist/utils/media-field.d.ts +0 -2
- package/dist/utils/media-field.js +0 -1
- package/dist/utils/number.formatter.d.ts +0 -13
- package/dist/utils/number.formatter.js +0 -100
- package/dist/utils/object.helper.d.ts +0 -16
- package/dist/utils/object.helper.js +0 -82
- package/dist/utils/pagination.helper.d.ts +0 -23
- package/dist/utils/pagination.helper.js +0 -24
- package/dist/utils/schema-ui.d.ts +0 -83
- package/dist/utils/schema-ui.js +0 -185
- package/dist/utils/sorting.helper.d.ts +0 -7
- package/dist/utils/sorting.helper.js +0 -16
- package/dist/utils/string.formatter.d.ts +0 -19
- package/dist/utils/string.formatter.js +0 -140
- package/dist/utils/type.converter.d.ts +0 -14
- package/dist/utils/type.converter.js +0 -61
- package/dist/validation/ZodSetup.d.ts +0 -5
- package/dist/validation/ZodSetup.js +0 -11
- package/dist/validation/email.validator.d.ts +0 -7
- package/dist/validation/email.validator.js +0 -33
- package/dist/validation/index.d.ts +0 -9
- package/dist/validation/index.js +0 -8
- package/dist/validation/input.validator.d.ts +0 -11
- package/dist/validation/input.validator.js +0 -33
- package/dist/validation/password.validator.d.ts +0 -21
- package/dist/validation/password.validator.js +0 -77
- package/dist/validation/phone.validator.d.ts +0 -9
- package/dist/validation/phone.validator.js +0 -41
- package/dist/validation/schemas.d.ts +0 -267
- package/dist/validation/schemas.js +0 -176
- package/dist/validation/url.validator.d.ts +0 -7
- package/dist/validation/url.validator.js +0 -44
- package/dist/validation/zod-error-map.d.ts +0 -17
- package/dist/validation/zod-error-map.js +0 -85
- package/dist/values/index.d.ts +0 -6
- package/dist/values/index.js +0 -6
- package/dist/values/success-messages.d.ts +0 -242
- package/dist/values/success-messages.js +0 -272
|
@@ -1,1168 +0,0 @@
|
|
|
1
|
-
import "server-only";
|
|
2
|
-
import { getDefaultCurrency } from "./seed-market-config";
|
|
3
|
-
const _CURRENCY = getDefaultCurrency();
|
|
4
|
-
// ─── Dynamic date helpers ───────────────────────────────────────────────────
|
|
5
|
-
const NOW = new Date();
|
|
6
|
-
const daysAgo = (n) => new Date(NOW.getTime() - n * 86400000);
|
|
7
|
-
export const bidsSeedData = [
|
|
8
|
-
// Bid 1 - Initial bid by John
|
|
9
|
-
{
|
|
10
|
-
id: "bid-vintage-canon-ae-1-film-camera-john-20260120-p3q7r2",
|
|
11
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
12
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
13
|
-
userId: "user-john-doe-johndoe",
|
|
14
|
-
userName: "John Doe",
|
|
15
|
-
userEmail: "john@letitrip.in",
|
|
16
|
-
bidAmount: 15000,
|
|
17
|
-
currency: _CURRENCY,
|
|
18
|
-
status: "outbid",
|
|
19
|
-
isWinning: false,
|
|
20
|
-
bidDate: daysAgo(48),
|
|
21
|
-
createdAt: daysAgo(48),
|
|
22
|
-
updatedAt: daysAgo(47), // Updated when outbid
|
|
23
|
-
},
|
|
24
|
-
// Bid 2 - Jane outbids John
|
|
25
|
-
{
|
|
26
|
-
id: "bid-vintage-canon-ae-1-film-camera-jane-20260121-k8m2n5",
|
|
27
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
28
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
29
|
-
userId: "user-jane-smith-janes",
|
|
30
|
-
userName: "Jane Smith",
|
|
31
|
-
userEmail: "jane@letitrip.in",
|
|
32
|
-
bidAmount: 16500,
|
|
33
|
-
currency: _CURRENCY,
|
|
34
|
-
status: "outbid",
|
|
35
|
-
isWinning: false,
|
|
36
|
-
bidDate: daysAgo(47),
|
|
37
|
-
createdAt: daysAgo(47),
|
|
38
|
-
updatedAt: daysAgo(46),
|
|
39
|
-
},
|
|
40
|
-
// Bid 3 - Mike enters the bidding
|
|
41
|
-
{
|
|
42
|
-
id: "bid-vintage-canon-ae-1-film-camera-mike-20260122-w4x9y1",
|
|
43
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
44
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
45
|
-
userId: "user-mike-johnson-mikejohn",
|
|
46
|
-
userName: "Mike Johnson",
|
|
47
|
-
userEmail: "mike@letitrip.in",
|
|
48
|
-
bidAmount: 17500,
|
|
49
|
-
currency: _CURRENCY,
|
|
50
|
-
status: "outbid",
|
|
51
|
-
isWinning: false,
|
|
52
|
-
bidDate: daysAgo(46),
|
|
53
|
-
createdAt: daysAgo(46),
|
|
54
|
-
updatedAt: daysAgo(45),
|
|
55
|
-
},
|
|
56
|
-
// Bid 4 - John raises his bid
|
|
57
|
-
{
|
|
58
|
-
id: "bid-vintage-canon-ae-1-film-camera-john-20260123-b7c1d4",
|
|
59
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
60
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
61
|
-
userId: "user-john-doe-johndoe",
|
|
62
|
-
userName: "John Doe",
|
|
63
|
-
userEmail: "john@letitrip.in",
|
|
64
|
-
bidAmount: 18500,
|
|
65
|
-
currency: _CURRENCY,
|
|
66
|
-
status: "outbid",
|
|
67
|
-
isWinning: false,
|
|
68
|
-
previousBidAmount: 15000,
|
|
69
|
-
bidDate: daysAgo(45),
|
|
70
|
-
createdAt: daysAgo(45),
|
|
71
|
-
updatedAt: daysAgo(43),
|
|
72
|
-
},
|
|
73
|
-
// Bid 5 - Jane counters
|
|
74
|
-
{
|
|
75
|
-
id: "bid-vintage-canon-ae-1-film-camera-jane-20260125-e2f6g3",
|
|
76
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
77
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
78
|
-
userId: "user-jane-smith-janes",
|
|
79
|
-
userName: "Jane Smith",
|
|
80
|
-
userEmail: "jane@letitrip.in",
|
|
81
|
-
bidAmount: 19500,
|
|
82
|
-
currency: _CURRENCY,
|
|
83
|
-
status: "outbid",
|
|
84
|
-
isWinning: false,
|
|
85
|
-
previousBidAmount: 16500,
|
|
86
|
-
bidDate: daysAgo(43),
|
|
87
|
-
createdAt: daysAgo(43),
|
|
88
|
-
updatedAt: daysAgo(40),
|
|
89
|
-
},
|
|
90
|
-
// Bid 6 - Mike raises the stakes
|
|
91
|
-
{
|
|
92
|
-
id: "bid-vintage-canon-ae-1-film-camera-mike-20260128-h5j9k2",
|
|
93
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
94
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
95
|
-
userId: "user-mike-johnson-mikejohn",
|
|
96
|
-
userName: "Mike Johnson",
|
|
97
|
-
userEmail: "mike@letitrip.in",
|
|
98
|
-
bidAmount: 20500,
|
|
99
|
-
currency: _CURRENCY,
|
|
100
|
-
status: "outbid",
|
|
101
|
-
isWinning: false,
|
|
102
|
-
previousBidAmount: 17500,
|
|
103
|
-
bidDate: daysAgo(40),
|
|
104
|
-
createdAt: daysAgo(40),
|
|
105
|
-
updatedAt: daysAgo(34),
|
|
106
|
-
},
|
|
107
|
-
// Bid 7 - John makes a strong bid
|
|
108
|
-
{
|
|
109
|
-
id: "bid-vintage-canon-ae-1-film-camera-john-20260203-l8m3n6",
|
|
110
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
111
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
112
|
-
userId: "user-john-doe-johndoe",
|
|
113
|
-
userName: "John Doe",
|
|
114
|
-
userEmail: "john@letitrip.in",
|
|
115
|
-
bidAmount: 21500,
|
|
116
|
-
currency: _CURRENCY,
|
|
117
|
-
status: "outbid",
|
|
118
|
-
isWinning: false,
|
|
119
|
-
previousBidAmount: 18500,
|
|
120
|
-
bidDate: daysAgo(34),
|
|
121
|
-
createdAt: daysAgo(34),
|
|
122
|
-
updatedAt: daysAgo(29),
|
|
123
|
-
},
|
|
124
|
-
// Bid 8 - Jane wins with final bid (current highest)
|
|
125
|
-
{
|
|
126
|
-
id: "bid-vintage-canon-ae-1-film-camera-jane-20260208-p4q8r7",
|
|
127
|
-
productId: "auction-vintage-canon-ae-1-film-camera-cameras-photography-used-techhub-electronics-1",
|
|
128
|
-
productTitle: "Evangelion Unit-01 Original Production Cel — AUCTION",
|
|
129
|
-
userId: "user-jane-smith-janes",
|
|
130
|
-
userName: "Jane Smith",
|
|
131
|
-
userEmail: "jane@letitrip.in",
|
|
132
|
-
bidAmount: 22000,
|
|
133
|
-
currency: _CURRENCY,
|
|
134
|
-
status: "active", // Auction still ongoing, so current bid is active
|
|
135
|
-
isWinning: true, // Current highest bid
|
|
136
|
-
previousBidAmount: 19500,
|
|
137
|
-
autoMaxBid: 25000, // Willing to go up to ₹25,000
|
|
138
|
-
bidDate: daysAgo(29),
|
|
139
|
-
createdAt: daysAgo(29),
|
|
140
|
-
updatedAt: daysAgo(29),
|
|
141
|
-
},
|
|
142
|
-
// ─── MacBook Pro M3 Auction Bids ──────────────────────────────────────────
|
|
143
|
-
// productId: product-macbook-pro-m3-auction-electronics-techhub-1
|
|
144
|
-
// Starting: 100000, Current: 115000, Bids: 7
|
|
145
|
-
{
|
|
146
|
-
id: "bid-macbook-m3-john-1-20260211-a1b2c3",
|
|
147
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
148
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
149
|
-
userId: "user-john-doe-johndoe",
|
|
150
|
-
userName: "John Doe",
|
|
151
|
-
userEmail: "john@letitrip.in",
|
|
152
|
-
bidAmount: 100000,
|
|
153
|
-
currency: _CURRENCY,
|
|
154
|
-
status: "outbid",
|
|
155
|
-
isWinning: false,
|
|
156
|
-
bidDate: daysAgo(26),
|
|
157
|
-
createdAt: daysAgo(26),
|
|
158
|
-
updatedAt: daysAgo(25),
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
id: "bid-macbook-m3-mike-1-20260211-d4e5f6",
|
|
162
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
163
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
164
|
-
userId: "user-mike-johnson-mikejohn",
|
|
165
|
-
userName: "Mike Johnson",
|
|
166
|
-
userEmail: "mike@letitrip.in",
|
|
167
|
-
bidAmount: 103000,
|
|
168
|
-
currency: _CURRENCY,
|
|
169
|
-
status: "outbid",
|
|
170
|
-
isWinning: false,
|
|
171
|
-
bidDate: daysAgo(26),
|
|
172
|
-
createdAt: daysAgo(26),
|
|
173
|
-
updatedAt: daysAgo(24),
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
id: "bid-macbook-m3-raj-1-20260212-g7h8i9",
|
|
177
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
178
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
179
|
-
userId: "user-raj-patel-rajpatel",
|
|
180
|
-
userName: "Raj Patel",
|
|
181
|
-
userEmail: "raj@letitrip.in",
|
|
182
|
-
bidAmount: 107000,
|
|
183
|
-
currency: _CURRENCY,
|
|
184
|
-
status: "outbid",
|
|
185
|
-
isWinning: false,
|
|
186
|
-
bidDate: daysAgo(25),
|
|
187
|
-
createdAt: daysAgo(25),
|
|
188
|
-
updatedAt: daysAgo(23),
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
id: "bid-macbook-m3-john-2-20260213-j1k2l3",
|
|
192
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
193
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
194
|
-
userId: "user-john-doe-johndoe",
|
|
195
|
-
userName: "John Doe",
|
|
196
|
-
userEmail: "john@letitrip.in",
|
|
197
|
-
bidAmount: 110000,
|
|
198
|
-
currency: _CURRENCY,
|
|
199
|
-
status: "outbid",
|
|
200
|
-
isWinning: false,
|
|
201
|
-
previousBidAmount: 100000,
|
|
202
|
-
bidDate: daysAgo(24),
|
|
203
|
-
createdAt: daysAgo(24),
|
|
204
|
-
updatedAt: daysAgo(23),
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
id: "bid-macbook-m3-priya-1-20260214-m4n5o6",
|
|
208
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
209
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
210
|
-
userId: "user-priya-sharma-priya",
|
|
211
|
-
userName: "Priya Sharma",
|
|
212
|
-
userEmail: "priya@letitrip.in",
|
|
213
|
-
bidAmount: 112500,
|
|
214
|
-
currency: _CURRENCY,
|
|
215
|
-
status: "outbid",
|
|
216
|
-
isWinning: false,
|
|
217
|
-
bidDate: daysAgo(23),
|
|
218
|
-
createdAt: daysAgo(23),
|
|
219
|
-
updatedAt: daysAgo(21),
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
id: "bid-macbook-m3-mike-2-20260115-p7q8r9",
|
|
223
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
224
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
225
|
-
userId: "user-mike-johnson-mikejohn",
|
|
226
|
-
userName: "Mike Johnson",
|
|
227
|
-
userEmail: "mike@letitrip.in",
|
|
228
|
-
bidAmount: 113500,
|
|
229
|
-
currency: _CURRENCY,
|
|
230
|
-
status: "outbid",
|
|
231
|
-
isWinning: false,
|
|
232
|
-
previousBidAmount: 103000,
|
|
233
|
-
bidDate: daysAgo(21),
|
|
234
|
-
createdAt: daysAgo(21),
|
|
235
|
-
updatedAt: daysAgo(18),
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
id: "bid-macbook-m3-raj-2-20260219-s1t2u3",
|
|
239
|
-
productId: "product-macbook-pro-m3-auction-electronics-techhub-1",
|
|
240
|
-
productTitle: "Dragon Ball Z Complete Son Family 7-Piece Set — AUCTION",
|
|
241
|
-
userId: "user-raj-patel-rajpatel",
|
|
242
|
-
userName: "Raj Patel",
|
|
243
|
-
userEmail: "raj@letitrip.in",
|
|
244
|
-
bidAmount: 115000,
|
|
245
|
-
currency: _CURRENCY,
|
|
246
|
-
status: "active",
|
|
247
|
-
isWinning: true,
|
|
248
|
-
previousBidAmount: 107000,
|
|
249
|
-
autoMaxBid: 130000,
|
|
250
|
-
bidDate: daysAgo(18),
|
|
251
|
-
createdAt: daysAgo(18),
|
|
252
|
-
updatedAt: daysAgo(18),
|
|
253
|
-
},
|
|
254
|
-
// ─── NGE Evangelion Signed Poster Auction Bids ────────────────────────────
|
|
255
|
-
// productId: product-vintage-leica-camera-auction-artisan-1
|
|
256
|
-
// Starting: 85000, Current: 97500, Bids: 5
|
|
257
|
-
{
|
|
258
|
-
id: "bid-leica-m6-meera-1-20260206-v4w5x6",
|
|
259
|
-
productId: "product-vintage-leica-camera-auction-artisan-1",
|
|
260
|
-
productTitle: "Neon Genesis Evangelion 1995 First-Run Signed Poster — AUCTION",
|
|
261
|
-
userId: "user-vikram-nair-vikram",
|
|
262
|
-
userName: "Vikram Nair",
|
|
263
|
-
userEmail: "vikram@letitrip.in",
|
|
264
|
-
bidAmount: 85000,
|
|
265
|
-
currency: _CURRENCY,
|
|
266
|
-
status: "outbid",
|
|
267
|
-
isWinning: false,
|
|
268
|
-
bidDate: daysAgo(31),
|
|
269
|
-
createdAt: daysAgo(31),
|
|
270
|
-
updatedAt: daysAgo(29),
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
id: "bid-leica-m6-john-1-20260208-y7z8a9",
|
|
274
|
-
productId: "product-vintage-leica-camera-auction-artisan-1",
|
|
275
|
-
productTitle: "Neon Genesis Evangelion 1995 First-Run Signed Poster — AUCTION",
|
|
276
|
-
userId: "user-john-doe-johndoe",
|
|
277
|
-
userName: "John Doe",
|
|
278
|
-
userEmail: "john@letitrip.in",
|
|
279
|
-
bidAmount: 89000,
|
|
280
|
-
currency: _CURRENCY,
|
|
281
|
-
status: "outbid",
|
|
282
|
-
isWinning: false,
|
|
283
|
-
bidDate: daysAgo(29),
|
|
284
|
-
createdAt: daysAgo(29),
|
|
285
|
-
updatedAt: daysAgo(26),
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
id: "bid-leica-m6-meera-2-20260211-b1c2d3",
|
|
289
|
-
productId: "product-vintage-leica-camera-auction-artisan-1",
|
|
290
|
-
productTitle: "Neon Genesis Evangelion 1995 First-Run Signed Poster — AUCTION",
|
|
291
|
-
userId: "user-vikram-nair-vikram",
|
|
292
|
-
userName: "Vikram Nair",
|
|
293
|
-
userEmail: "vikram@letitrip.in",
|
|
294
|
-
bidAmount: 92000,
|
|
295
|
-
currency: _CURRENCY,
|
|
296
|
-
status: "outbid",
|
|
297
|
-
isWinning: false,
|
|
298
|
-
previousBidAmount: 85000,
|
|
299
|
-
bidDate: daysAgo(26),
|
|
300
|
-
createdAt: daysAgo(26),
|
|
301
|
-
updatedAt: daysAgo(22),
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
id: "bid-leica-m6-jane-1-20260215-e4f5g6",
|
|
305
|
-
productId: "product-vintage-leica-camera-auction-artisan-1",
|
|
306
|
-
productTitle: "Neon Genesis Evangelion 1995 First-Run Signed Poster — AUCTION",
|
|
307
|
-
userId: "user-jane-smith-janes",
|
|
308
|
-
userName: "Jane Smith",
|
|
309
|
-
userEmail: "jane@letitrip.in",
|
|
310
|
-
bidAmount: 95000,
|
|
311
|
-
currency: _CURRENCY,
|
|
312
|
-
status: "outbid",
|
|
313
|
-
isWinning: false,
|
|
314
|
-
bidDate: daysAgo(22),
|
|
315
|
-
createdAt: daysAgo(22),
|
|
316
|
-
updatedAt: daysAgo(19),
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
id: "bid-leica-m6-meera-3-20260218-h7i8j9",
|
|
320
|
-
productId: "product-vintage-leica-camera-auction-artisan-1",
|
|
321
|
-
productTitle: "Neon Genesis Evangelion 1995 First-Run Signed Poster — AUCTION",
|
|
322
|
-
userId: "user-vikram-nair-vikram",
|
|
323
|
-
userName: "Vikram Nair",
|
|
324
|
-
userEmail: "vikram@letitrip.in",
|
|
325
|
-
bidAmount: 97500,
|
|
326
|
-
currency: _CURRENCY,
|
|
327
|
-
status: "active",
|
|
328
|
-
isWinning: true,
|
|
329
|
-
previousBidAmount: 92000,
|
|
330
|
-
autoMaxBid: 110000,
|
|
331
|
-
bidDate: daysAgo(19),
|
|
332
|
-
createdAt: daysAgo(19),
|
|
333
|
-
updatedAt: daysAgo(19),
|
|
334
|
-
},
|
|
335
|
-
// ─── Air Jordan Auction Bids ──────────────────────────────────────────────
|
|
336
|
-
// productId: product-limited-air-jordan-sneakers-auction-artisan-1
|
|
337
|
-
// Starting: 25000, Current: 38000, Bids: 11
|
|
338
|
-
{
|
|
339
|
-
id: "bid-jordan-chicago-priya-1-20260208-k1l2m3",
|
|
340
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
341
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
342
|
-
userId: "user-priya-sharma-priya",
|
|
343
|
-
userName: "Priya Sharma",
|
|
344
|
-
userEmail: "priya@letitrip.in",
|
|
345
|
-
bidAmount: 25000,
|
|
346
|
-
currency: _CURRENCY,
|
|
347
|
-
status: "outbid",
|
|
348
|
-
isWinning: false,
|
|
349
|
-
bidDate: daysAgo(28),
|
|
350
|
-
createdAt: daysAgo(28),
|
|
351
|
-
updatedAt: daysAgo(27),
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
id: "bid-jordan-chicago-raj-1-20260210-n4o5p6",
|
|
355
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
356
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
357
|
-
userId: "user-raj-patel-rajpatel",
|
|
358
|
-
userName: "Raj Patel",
|
|
359
|
-
userEmail: "raj@letitrip.in",
|
|
360
|
-
bidAmount: 27500,
|
|
361
|
-
currency: _CURRENCY,
|
|
362
|
-
status: "outbid",
|
|
363
|
-
isWinning: false,
|
|
364
|
-
bidDate: daysAgo(27),
|
|
365
|
-
createdAt: daysAgo(27),
|
|
366
|
-
updatedAt: daysAgo(26),
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
id: "bid-jordan-chicago-priya-2-20260211-q7r8s9",
|
|
370
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
371
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
372
|
-
userId: "user-priya-sharma-priya",
|
|
373
|
-
userName: "Priya Sharma",
|
|
374
|
-
userEmail: "priya@letitrip.in",
|
|
375
|
-
bidAmount: 29000,
|
|
376
|
-
currency: _CURRENCY,
|
|
377
|
-
status: "outbid",
|
|
378
|
-
isWinning: false,
|
|
379
|
-
previousBidAmount: 25000,
|
|
380
|
-
bidDate: daysAgo(26),
|
|
381
|
-
createdAt: daysAgo(26),
|
|
382
|
-
updatedAt: daysAgo(24),
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
id: "bid-jordan-chicago-mike-1-20260213-t1u2v3",
|
|
386
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
387
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
388
|
-
userId: "user-mike-johnson-mikejohn",
|
|
389
|
-
userName: "Mike Johnson",
|
|
390
|
-
userEmail: "mike@letitrip.in",
|
|
391
|
-
bidAmount: 31000,
|
|
392
|
-
currency: _CURRENCY,
|
|
393
|
-
status: "outbid",
|
|
394
|
-
isWinning: false,
|
|
395
|
-
bidDate: daysAgo(24),
|
|
396
|
-
createdAt: daysAgo(24),
|
|
397
|
-
updatedAt: daysAgo(22),
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
id: "bid-jordan-chicago-raj-2-20260215-w4x5y6",
|
|
401
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
402
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
403
|
-
userId: "user-raj-patel-rajpatel",
|
|
404
|
-
userName: "Raj Patel",
|
|
405
|
-
userEmail: "raj@letitrip.in",
|
|
406
|
-
bidAmount: 33000,
|
|
407
|
-
currency: _CURRENCY,
|
|
408
|
-
status: "outbid",
|
|
409
|
-
isWinning: false,
|
|
410
|
-
previousBidAmount: 27500,
|
|
411
|
-
bidDate: daysAgo(22),
|
|
412
|
-
createdAt: daysAgo(22),
|
|
413
|
-
updatedAt: daysAgo(20),
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
id: "bid-jordan-chicago-priya-3-20260217-z7a8b9",
|
|
417
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
418
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
419
|
-
userId: "user-priya-sharma-priya",
|
|
420
|
-
userName: "Priya Sharma",
|
|
421
|
-
userEmail: "priya@letitrip.in",
|
|
422
|
-
bidAmount: 35000,
|
|
423
|
-
currency: _CURRENCY,
|
|
424
|
-
status: "outbid",
|
|
425
|
-
isWinning: false,
|
|
426
|
-
previousBidAmount: 29000,
|
|
427
|
-
bidDate: daysAgo(20),
|
|
428
|
-
createdAt: daysAgo(20),
|
|
429
|
-
updatedAt: daysAgo(19),
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
id: "bid-jordan-chicago-raj-3-20260218-a1b2c3",
|
|
433
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
434
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
435
|
-
userId: "user-raj-patel-rajpatel",
|
|
436
|
-
userName: "Raj Patel",
|
|
437
|
-
userEmail: "raj@letitrip.in",
|
|
438
|
-
bidAmount: 36000,
|
|
439
|
-
currency: _CURRENCY,
|
|
440
|
-
status: "outbid",
|
|
441
|
-
isWinning: false,
|
|
442
|
-
previousBidAmount: 33000,
|
|
443
|
-
bidDate: daysAgo(19),
|
|
444
|
-
createdAt: daysAgo(19),
|
|
445
|
-
updatedAt: daysAgo(19),
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
id: "bid-jordan-chicago-priya-4-20260218-d4e5f6",
|
|
449
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
450
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
451
|
-
userId: "user-priya-sharma-priya",
|
|
452
|
-
userName: "Priya Sharma",
|
|
453
|
-
userEmail: "priya@letitrip.in",
|
|
454
|
-
bidAmount: 36500,
|
|
455
|
-
currency: _CURRENCY,
|
|
456
|
-
status: "outbid",
|
|
457
|
-
isWinning: false,
|
|
458
|
-
previousBidAmount: 35000,
|
|
459
|
-
bidDate: daysAgo(19),
|
|
460
|
-
createdAt: daysAgo(19),
|
|
461
|
-
updatedAt: daysAgo(18),
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
id: "bid-jordan-chicago-mike-2-20260219-g7h8i9",
|
|
465
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
466
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
467
|
-
userId: "user-mike-johnson-mikejohn",
|
|
468
|
-
userName: "Mike Johnson",
|
|
469
|
-
userEmail: "mike@letitrip.in",
|
|
470
|
-
bidAmount: 37000,
|
|
471
|
-
currency: _CURRENCY,
|
|
472
|
-
status: "outbid",
|
|
473
|
-
isWinning: false,
|
|
474
|
-
previousBidAmount: 31000,
|
|
475
|
-
bidDate: daysAgo(18),
|
|
476
|
-
createdAt: daysAgo(18),
|
|
477
|
-
updatedAt: daysAgo(18),
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
id: "bid-jordan-chicago-raj-4-20260219-j1k2l3",
|
|
481
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
482
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
483
|
-
userId: "user-raj-patel-rajpatel",
|
|
484
|
-
userName: "Raj Patel",
|
|
485
|
-
userEmail: "raj@letitrip.in",
|
|
486
|
-
bidAmount: 37500,
|
|
487
|
-
currency: _CURRENCY,
|
|
488
|
-
status: "outbid",
|
|
489
|
-
isWinning: false,
|
|
490
|
-
previousBidAmount: 36000,
|
|
491
|
-
bidDate: daysAgo(18),
|
|
492
|
-
createdAt: daysAgo(18),
|
|
493
|
-
updatedAt: daysAgo(18),
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
id: "bid-jordan-chicago-meera-1-20260219-c1d2e3",
|
|
497
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
498
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
499
|
-
userId: "user-vikram-nair-vikram",
|
|
500
|
-
userName: "Vikram Nair",
|
|
501
|
-
userEmail: "vikram@letitrip.in",
|
|
502
|
-
bidAmount: 38000,
|
|
503
|
-
currency: _CURRENCY,
|
|
504
|
-
status: "active",
|
|
505
|
-
isWinning: true,
|
|
506
|
-
autoMaxBid: 45000,
|
|
507
|
-
bidDate: daysAgo(18),
|
|
508
|
-
createdAt: daysAgo(18),
|
|
509
|
-
updatedAt: daysAgo(18),
|
|
510
|
-
},
|
|
511
|
-
// ── CANCELLED bid — user withdrew before auction ended ───────────────────
|
|
512
|
-
// Tests: cancel bid API, bid list filtered by status, refund-on-cancel flow
|
|
513
|
-
{
|
|
514
|
-
id: "bid-jordan-chicago-raj-cancelled-20260215-x9z1a4",
|
|
515
|
-
productId: "product-limited-air-jordan-sneakers-auction-artisan-1",
|
|
516
|
-
productTitle: "One Piece Zoro Limited Edition Signed Art Print — AUCTION",
|
|
517
|
-
userId: "user-raj-patel-rajpatel",
|
|
518
|
-
userName: "Raj Patel",
|
|
519
|
-
userEmail: "raj@letitrip.in",
|
|
520
|
-
bidAmount: 26000,
|
|
521
|
-
currency: _CURRENCY,
|
|
522
|
-
status: "cancelled", // ← user cancelled this bid before being outbid
|
|
523
|
-
isWinning: false,
|
|
524
|
-
bidDate: daysAgo(25),
|
|
525
|
-
createdAt: daysAgo(25),
|
|
526
|
-
updatedAt: daysAgo(25), // cancellation time
|
|
527
|
-
},
|
|
528
|
-
// ═══════════════════════════════════════════════════════════════════════════
|
|
529
|
-
// BIDS FOR NEW AUCTION PRODUCTS (16 new auctions)
|
|
530
|
-
// ═══════════════════════════════════════════════════════════════════════════
|
|
531
|
-
// ── PS5 Slim (closing March 7) — 9 bids ──────────────────────────────────
|
|
532
|
-
{
|
|
533
|
-
id: "bid-ps5-slim-john-1-20260223",
|
|
534
|
-
productId: "auction-ps5-slim-gaming-console-techhub-1",
|
|
535
|
-
productTitle: "PlayStation 5 Slim Disc Edition — AUCTION",
|
|
536
|
-
userId: "user-john-doe-johndoe",
|
|
537
|
-
userName: "John Doe",
|
|
538
|
-
userEmail: "john@letitrip.in",
|
|
539
|
-
bidAmount: 45000,
|
|
540
|
-
currency: _CURRENCY,
|
|
541
|
-
status: "outbid",
|
|
542
|
-
isWinning: false,
|
|
543
|
-
bidDate: daysAgo(14),
|
|
544
|
-
createdAt: daysAgo(14),
|
|
545
|
-
updatedAt: daysAgo(13),
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
id: "bid-ps5-slim-ananya-1-20260224",
|
|
549
|
-
productId: "auction-ps5-slim-gaming-console-techhub-1",
|
|
550
|
-
productTitle: "PlayStation 5 Slim Disc Edition — AUCTION",
|
|
551
|
-
userId: "user-ananya-bose-ananya",
|
|
552
|
-
userName: "Ananya Bose",
|
|
553
|
-
userEmail: "ananya@letitrip.in",
|
|
554
|
-
bidAmount: 46500,
|
|
555
|
-
currency: _CURRENCY,
|
|
556
|
-
status: "outbid",
|
|
557
|
-
isWinning: false,
|
|
558
|
-
bidDate: daysAgo(13),
|
|
559
|
-
createdAt: daysAgo(13),
|
|
560
|
-
updatedAt: daysAgo(11),
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
id: "bid-ps5-slim-mike-1-20260226",
|
|
564
|
-
productId: "auction-ps5-slim-gaming-console-techhub-1",
|
|
565
|
-
productTitle: "PlayStation 5 Slim Disc Edition — AUCTION",
|
|
566
|
-
userId: "user-mike-johnson-mikejohn",
|
|
567
|
-
userName: "Mike Johnson",
|
|
568
|
-
userEmail: "mike@letitrip.in",
|
|
569
|
-
bidAmount: 48000,
|
|
570
|
-
currency: _CURRENCY,
|
|
571
|
-
status: "outbid",
|
|
572
|
-
isWinning: false,
|
|
573
|
-
bidDate: daysAgo(11),
|
|
574
|
-
createdAt: daysAgo(11),
|
|
575
|
-
updatedAt: daysAgo(9),
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
id: "bid-ps5-slim-ravi-1-20260228",
|
|
579
|
-
productId: "auction-ps5-slim-gaming-console-techhub-1",
|
|
580
|
-
productTitle: "PlayStation 5 Slim Disc Edition — AUCTION",
|
|
581
|
-
userId: "user-ravi-kumar-ravi",
|
|
582
|
-
userName: "Ravi Kumar",
|
|
583
|
-
userEmail: "ravi@letitrip.in",
|
|
584
|
-
bidAmount: 52000,
|
|
585
|
-
currency: _CURRENCY,
|
|
586
|
-
status: "active",
|
|
587
|
-
isWinning: true,
|
|
588
|
-
autoMaxBid: 60000,
|
|
589
|
-
bidDate: daysAgo(9),
|
|
590
|
-
createdAt: daysAgo(9),
|
|
591
|
-
updatedAt: daysAgo(9),
|
|
592
|
-
},
|
|
593
|
-
// ── AirPods Pro 2 (closing March 8) — 6 bids ─────────────────────────────
|
|
594
|
-
{
|
|
595
|
-
id: "bid-airpods-pro2-sneha-1-20260225",
|
|
596
|
-
productId: "auction-airpods-pro2-audio-techhub-1",
|
|
597
|
-
productTitle: "Apple AirPods Pro 2nd Gen (USB-C) — AUCTION",
|
|
598
|
-
userId: "user-sneha-gupta-sneha",
|
|
599
|
-
userName: "Sneha Gupta",
|
|
600
|
-
userEmail: "sneha@letitrip.in",
|
|
601
|
-
bidAmount: 18000,
|
|
602
|
-
currency: _CURRENCY,
|
|
603
|
-
status: "outbid",
|
|
604
|
-
isWinning: false,
|
|
605
|
-
bidDate: daysAgo(12),
|
|
606
|
-
createdAt: daysAgo(12),
|
|
607
|
-
updatedAt: daysAgo(10),
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
id: "bid-airpods-pro2-jane-1-20260227",
|
|
611
|
-
productId: "auction-airpods-pro2-audio-techhub-1",
|
|
612
|
-
productTitle: "Apple AirPods Pro 2nd Gen (USB-C) — AUCTION",
|
|
613
|
-
userId: "user-jane-smith-janes",
|
|
614
|
-
userName: "Jane Smith",
|
|
615
|
-
userEmail: "jane@letitrip.in",
|
|
616
|
-
bidAmount: 19500,
|
|
617
|
-
currency: _CURRENCY,
|
|
618
|
-
status: "outbid",
|
|
619
|
-
isWinning: false,
|
|
620
|
-
bidDate: daysAgo(10),
|
|
621
|
-
createdAt: daysAgo(10),
|
|
622
|
-
updatedAt: daysAgo(7),
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
id: "bid-airpods-pro2-sneha-2-20260302",
|
|
626
|
-
productId: "auction-airpods-pro2-audio-techhub-1",
|
|
627
|
-
productTitle: "Apple AirPods Pro 2nd Gen (USB-C) — AUCTION",
|
|
628
|
-
userId: "user-sneha-gupta-sneha",
|
|
629
|
-
userName: "Sneha Gupta",
|
|
630
|
-
userEmail: "sneha@letitrip.in",
|
|
631
|
-
bidAmount: 21500,
|
|
632
|
-
currency: _CURRENCY,
|
|
633
|
-
status: "active",
|
|
634
|
-
isWinning: true,
|
|
635
|
-
autoMaxBid: 27000,
|
|
636
|
-
bidDate: daysAgo(7),
|
|
637
|
-
createdAt: daysAgo(7),
|
|
638
|
-
updatedAt: daysAgo(7),
|
|
639
|
-
},
|
|
640
|
-
// ── Swiss TAG Heuer Watch (closing March 8) — 4 bids ─────────────────────
|
|
641
|
-
{
|
|
642
|
-
id: "bid-tagheuer-john-1-20260220",
|
|
643
|
-
productId: "auction-swiss-titanium-watch-fashion-1",
|
|
644
|
-
productTitle: "TAG Heuer Carrera Chronograph Titanium — AUCTION",
|
|
645
|
-
userId: "user-john-doe-johndoe",
|
|
646
|
-
userName: "John Doe",
|
|
647
|
-
userEmail: "john@letitrip.in",
|
|
648
|
-
bidAmount: 150000,
|
|
649
|
-
currency: _CURRENCY,
|
|
650
|
-
status: "outbid",
|
|
651
|
-
isWinning: false,
|
|
652
|
-
bidDate: daysAgo(17),
|
|
653
|
-
createdAt: daysAgo(17),
|
|
654
|
-
updatedAt: daysAgo(14),
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
id: "bid-tagheuer-mike-1-20260223",
|
|
658
|
-
productId: "auction-swiss-titanium-watch-fashion-1",
|
|
659
|
-
productTitle: "TAG Heuer Carrera Chronograph Titanium — AUCTION",
|
|
660
|
-
userId: "user-mike-johnson-mikejohn",
|
|
661
|
-
userName: "Mike Johnson",
|
|
662
|
-
userEmail: "mike@letitrip.in",
|
|
663
|
-
bidAmount: 160000,
|
|
664
|
-
currency: _CURRENCY,
|
|
665
|
-
status: "outbid",
|
|
666
|
-
isWinning: false,
|
|
667
|
-
bidDate: daysAgo(14),
|
|
668
|
-
createdAt: daysAgo(14),
|
|
669
|
-
updatedAt: daysAgo(8),
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
id: "bid-tagheuer-ananya-1-20260301",
|
|
673
|
-
productId: "auction-swiss-titanium-watch-fashion-1",
|
|
674
|
-
productTitle: "TAG Heuer Carrera Chronograph Titanium — AUCTION",
|
|
675
|
-
userId: "user-ananya-bose-ananya",
|
|
676
|
-
userName: "Ananya Bose",
|
|
677
|
-
userEmail: "ananya@letitrip.in",
|
|
678
|
-
bidAmount: 175000,
|
|
679
|
-
currency: _CURRENCY,
|
|
680
|
-
status: "active",
|
|
681
|
-
isWinning: true,
|
|
682
|
-
autoMaxBid: 220000,
|
|
683
|
-
bidDate: daysAgo(8),
|
|
684
|
-
createdAt: daysAgo(8),
|
|
685
|
-
updatedAt: daysAgo(8),
|
|
686
|
-
},
|
|
687
|
-
// ── Pioneer Hi-Fi System (closing March 9) — 5 bids ──────────────────────
|
|
688
|
-
{
|
|
689
|
-
id: "bid-pioneer-hifi-vikram-1-20260226",
|
|
690
|
-
productId: "auction-pioneer-hifi-system-homeessentials-1",
|
|
691
|
-
productTitle: "Pioneer A-40AE Stereo Amplifier + Q Acoustics Speakers — AUCTION",
|
|
692
|
-
userId: "user-vikram-nair-vikram",
|
|
693
|
-
userName: "Vikram Nair",
|
|
694
|
-
userEmail: "vikram@letitrip.in",
|
|
695
|
-
bidAmount: 35000,
|
|
696
|
-
currency: _CURRENCY,
|
|
697
|
-
status: "outbid",
|
|
698
|
-
isWinning: false,
|
|
699
|
-
bidDate: daysAgo(11),
|
|
700
|
-
createdAt: daysAgo(11),
|
|
701
|
-
updatedAt: daysAgo(9),
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
id: "bid-pioneer-hifi-john-1-20260228",
|
|
705
|
-
productId: "auction-pioneer-hifi-system-homeessentials-1",
|
|
706
|
-
productTitle: "Pioneer A-40AE Stereo Amplifier + Q Acoustics Speakers — AUCTION",
|
|
707
|
-
userId: "user-john-doe-johndoe",
|
|
708
|
-
userName: "John Doe",
|
|
709
|
-
userEmail: "john@letitrip.in",
|
|
710
|
-
bidAmount: 38000,
|
|
711
|
-
currency: _CURRENCY,
|
|
712
|
-
status: "outbid",
|
|
713
|
-
isWinning: false,
|
|
714
|
-
bidDate: daysAgo(9),
|
|
715
|
-
createdAt: daysAgo(9),
|
|
716
|
-
updatedAt: daysAgo(6),
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
id: "bid-pioneer-hifi-raj-1-20260303",
|
|
720
|
-
productId: "auction-pioneer-hifi-system-homeessentials-1",
|
|
721
|
-
productTitle: "Pioneer A-40AE Stereo Amplifier + Q Acoustics Speakers — AUCTION",
|
|
722
|
-
userId: "user-raj-patel-rajpatel",
|
|
723
|
-
userName: "Raj Patel",
|
|
724
|
-
userEmail: "raj@letitrip.in",
|
|
725
|
-
bidAmount: 41000,
|
|
726
|
-
currency: _CURRENCY,
|
|
727
|
-
status: "active",
|
|
728
|
-
isWinning: true,
|
|
729
|
-
bidDate: daysAgo(6),
|
|
730
|
-
createdAt: daysAgo(6),
|
|
731
|
-
updatedAt: daysAgo(6),
|
|
732
|
-
},
|
|
733
|
-
// ── Vintage Denim Jacket (closing March 9) — 7 bids ──────────────────────
|
|
734
|
-
{
|
|
735
|
-
id: "bid-denim-jacket-ananya-1-20260225",
|
|
736
|
-
productId: "auction-vintage-denim-jacket-fashion-1",
|
|
737
|
-
productTitle: "Vintage Levi's 70505 Type III Denim Jacket (1978) — AUCTION",
|
|
738
|
-
userId: "user-ananya-bose-ananya",
|
|
739
|
-
userName: "Ananya Bose",
|
|
740
|
-
userEmail: "ananya@letitrip.in",
|
|
741
|
-
bidAmount: 8000,
|
|
742
|
-
currency: _CURRENCY,
|
|
743
|
-
status: "outbid",
|
|
744
|
-
isWinning: false,
|
|
745
|
-
bidDate: daysAgo(12),
|
|
746
|
-
createdAt: daysAgo(12),
|
|
747
|
-
updatedAt: daysAgo(11),
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
id: "bid-denim-jacket-jane-1-20260226",
|
|
751
|
-
productId: "auction-vintage-denim-jacket-fashion-1",
|
|
752
|
-
productTitle: "Vintage Levi's 70505 Type III Denim Jacket (1978) — AUCTION",
|
|
753
|
-
userId: "user-jane-smith-janes",
|
|
754
|
-
userName: "Jane Smith",
|
|
755
|
-
userEmail: "jane@letitrip.in",
|
|
756
|
-
bidAmount: 9000,
|
|
757
|
-
currency: _CURRENCY,
|
|
758
|
-
status: "outbid",
|
|
759
|
-
isWinning: false,
|
|
760
|
-
bidDate: daysAgo(11),
|
|
761
|
-
createdAt: daysAgo(11),
|
|
762
|
-
updatedAt: daysAgo(8),
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
id: "bid-denim-jacket-pooja-1-20260301",
|
|
766
|
-
productId: "auction-vintage-denim-jacket-fashion-1",
|
|
767
|
-
productTitle: "Vintage Levi's 70505 Type III Denim Jacket (1978) — AUCTION",
|
|
768
|
-
userId: "user-pooja-mehta-pooja",
|
|
769
|
-
userName: "Pooja Mehta",
|
|
770
|
-
userEmail: "pooja@letitrip.in",
|
|
771
|
-
bidAmount: 11000,
|
|
772
|
-
currency: _CURRENCY,
|
|
773
|
-
status: "active",
|
|
774
|
-
isWinning: true,
|
|
775
|
-
bidDate: daysAgo(8),
|
|
776
|
-
createdAt: daysAgo(8),
|
|
777
|
-
updatedAt: daysAgo(8),
|
|
778
|
-
},
|
|
779
|
-
// ── Bose 700 Headphones (closing March 8) — 5 bids ───────────────────────
|
|
780
|
-
{
|
|
781
|
-
id: "bid-bose700-priya-1-20260224",
|
|
782
|
-
productId: "auction-bose700-headphones-homeessentials-1",
|
|
783
|
-
productTitle: "Bose 700 Wireless Noise-Cancelling Headphones — AUCTION",
|
|
784
|
-
userId: "user-priya-sharma-priya",
|
|
785
|
-
userName: "Priya Sharma",
|
|
786
|
-
userEmail: "priya@letitrip.in",
|
|
787
|
-
bidAmount: 25000,
|
|
788
|
-
currency: _CURRENCY,
|
|
789
|
-
status: "outbid",
|
|
790
|
-
isWinning: false,
|
|
791
|
-
bidDate: daysAgo(13),
|
|
792
|
-
createdAt: daysAgo(13),
|
|
793
|
-
updatedAt: daysAgo(11),
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
id: "bid-bose700-mike-1-20260226",
|
|
797
|
-
productId: "auction-bose700-headphones-homeessentials-1",
|
|
798
|
-
productTitle: "Bose 700 Wireless Noise-Cancelling Headphones — AUCTION",
|
|
799
|
-
userId: "user-mike-johnson-mikejohn",
|
|
800
|
-
userName: "Mike Johnson",
|
|
801
|
-
userEmail: "mike@letitrip.in",
|
|
802
|
-
bidAmount: 26500,
|
|
803
|
-
currency: _CURRENCY,
|
|
804
|
-
status: "outbid",
|
|
805
|
-
isWinning: false,
|
|
806
|
-
bidDate: daysAgo(11),
|
|
807
|
-
createdAt: daysAgo(11),
|
|
808
|
-
updatedAt: daysAgo(7),
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
id: "bid-bose700-vikram-1-20260302",
|
|
812
|
-
productId: "auction-bose700-headphones-homeessentials-1",
|
|
813
|
-
productTitle: "Bose 700 Wireless Noise-Cancelling Headphones — AUCTION",
|
|
814
|
-
userId: "user-vikram-nair-vikram",
|
|
815
|
-
userName: "Vikram Nair",
|
|
816
|
-
userEmail: "vikram@letitrip.in",
|
|
817
|
-
bidAmount: 28000,
|
|
818
|
-
currency: _CURRENCY,
|
|
819
|
-
status: "active",
|
|
820
|
-
isWinning: true,
|
|
821
|
-
autoMaxBid: 35000,
|
|
822
|
-
bidDate: daysAgo(7),
|
|
823
|
-
createdAt: daysAgo(7),
|
|
824
|
-
updatedAt: daysAgo(7),
|
|
825
|
-
},
|
|
826
|
-
// ── Supreme Box Logo Tee (March 11) — 5 bids ─────────────────────────────
|
|
827
|
-
{
|
|
828
|
-
id: "bid-supreme-tee-ravi-1-20260228",
|
|
829
|
-
productId: "auction-supreme-box-logo-tee-fashion-1",
|
|
830
|
-
productTitle: "Supreme Box Logo Tee FW23 — AUCTION",
|
|
831
|
-
userId: "user-ravi-kumar-ravi",
|
|
832
|
-
userName: "Ravi Kumar",
|
|
833
|
-
userEmail: "ravi@letitrip.in",
|
|
834
|
-
bidAmount: 20000,
|
|
835
|
-
currency: _CURRENCY,
|
|
836
|
-
status: "outbid",
|
|
837
|
-
isWinning: false,
|
|
838
|
-
bidDate: daysAgo(9),
|
|
839
|
-
createdAt: daysAgo(9),
|
|
840
|
-
updatedAt: daysAgo(7),
|
|
841
|
-
},
|
|
842
|
-
// ── Makima 1/7 Kotobukiya (AnimeCraft Apparel) — 3 bids ──────────────────
|
|
843
|
-
{
|
|
844
|
-
id: "bid-supreme-tee-john-1-20260302",
|
|
845
|
-
productId: "auction-chainsaw-man-makima-figure-fashion-1",
|
|
846
|
-
productTitle: "Chainsaw Man Makima 1/7 Scale Figure — Kotobukiya ARTFX J — AUCTION",
|
|
847
|
-
userId: "user-john-doe-johndoe",
|
|
848
|
-
userName: "John Doe",
|
|
849
|
-
userEmail: "john@letitrip.in",
|
|
850
|
-
bidAmount: 13000,
|
|
851
|
-
currency: _CURRENCY,
|
|
852
|
-
status: "outbid",
|
|
853
|
-
isWinning: false,
|
|
854
|
-
bidDate: daysAgo(7),
|
|
855
|
-
createdAt: daysAgo(7),
|
|
856
|
-
updatedAt: daysAgo(5),
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
id: "bid-supreme-tee-ananya-1-20260304",
|
|
860
|
-
productId: "auction-chainsaw-man-makima-figure-fashion-1",
|
|
861
|
-
productTitle: "Chainsaw Man Makima 1/7 Scale Figure — Kotobukiya ARTFX J — AUCTION",
|
|
862
|
-
userId: "user-ananya-bose-ananya",
|
|
863
|
-
userName: "Ananya Bose",
|
|
864
|
-
userEmail: "ananya@letitrip.in",
|
|
865
|
-
bidAmount: 15500,
|
|
866
|
-
currency: _CURRENCY,
|
|
867
|
-
status: "outbid",
|
|
868
|
-
isWinning: false,
|
|
869
|
-
bidDate: daysAgo(5),
|
|
870
|
-
createdAt: daysAgo(5),
|
|
871
|
-
updatedAt: daysAgo(4),
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
id: "bid-makima-figure-ravi-1-20260305",
|
|
875
|
-
productId: "auction-chainsaw-man-makima-figure-fashion-1",
|
|
876
|
-
productTitle: "Chainsaw Man Makima 1/7 Scale Figure — Kotobukiya ARTFX J — AUCTION",
|
|
877
|
-
userId: "user-ravi-kumar-ravi",
|
|
878
|
-
userName: "Ravi Kumar",
|
|
879
|
-
userEmail: "ravi@letitrip.in",
|
|
880
|
-
bidAmount: 18500,
|
|
881
|
-
currency: _CURRENCY,
|
|
882
|
-
status: "active",
|
|
883
|
-
isWinning: true,
|
|
884
|
-
bidDate: daysAgo(4),
|
|
885
|
-
createdAt: daysAgo(4),
|
|
886
|
-
updatedAt: daysAgo(4),
|
|
887
|
-
},
|
|
888
|
-
// ── Sukuna 1/6 MegaHouse (OtakuShelf) — 3 bids ──────────────────────────
|
|
889
|
-
{
|
|
890
|
-
id: "bid-trek-bike-ravi-1-20260221",
|
|
891
|
-
productId: "auction-jjk-sukuna-figure-homeessentials-1",
|
|
892
|
-
productTitle: "Jujutsu Kaisen Ryomen Sukuna King of Curses 1/6 Scale — AUCTION",
|
|
893
|
-
userId: "user-ravi-kumar-ravi",
|
|
894
|
-
userName: "Ravi Kumar",
|
|
895
|
-
userEmail: "ravi@letitrip.in",
|
|
896
|
-
bidAmount: 16000,
|
|
897
|
-
currency: _CURRENCY,
|
|
898
|
-
status: "outbid",
|
|
899
|
-
isWinning: false,
|
|
900
|
-
bidDate: daysAgo(16),
|
|
901
|
-
createdAt: daysAgo(16),
|
|
902
|
-
updatedAt: daysAgo(12),
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
id: "bid-trek-bike-mike-1-20260225",
|
|
906
|
-
productId: "auction-jjk-sukuna-figure-homeessentials-1",
|
|
907
|
-
productTitle: "Jujutsu Kaisen Ryomen Sukuna King of Curses 1/6 Scale — AUCTION",
|
|
908
|
-
userId: "user-mike-johnson-mikejohn",
|
|
909
|
-
userName: "Mike Johnson",
|
|
910
|
-
userEmail: "mike@letitrip.in",
|
|
911
|
-
bidAmount: 19000,
|
|
912
|
-
currency: _CURRENCY,
|
|
913
|
-
status: "outbid",
|
|
914
|
-
isWinning: false,
|
|
915
|
-
bidDate: daysAgo(12),
|
|
916
|
-
createdAt: daysAgo(12),
|
|
917
|
-
updatedAt: daysAgo(7),
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
id: "bid-trek-bike-raj-1-20260302",
|
|
921
|
-
productId: "auction-jjk-sukuna-figure-homeessentials-1",
|
|
922
|
-
productTitle: "Jujutsu Kaisen Ryomen Sukuna King of Curses 1/6 Scale — AUCTION",
|
|
923
|
-
userId: "user-raj-patel-rajpatel",
|
|
924
|
-
userName: "Raj Patel",
|
|
925
|
-
userEmail: "raj@letitrip.in",
|
|
926
|
-
bidAmount: 22000,
|
|
927
|
-
currency: _CURRENCY,
|
|
928
|
-
status: "active",
|
|
929
|
-
isWinning: true,
|
|
930
|
-
autoMaxBid: 28000,
|
|
931
|
-
bidDate: daysAgo(7),
|
|
932
|
-
createdAt: daysAgo(7),
|
|
933
|
-
updatedAt: daysAgo(7),
|
|
934
|
-
},
|
|
935
|
-
// ── Saber Alter Wedding 1/7 (FigureVault JP) — 2 bids ───────────────────
|
|
936
|
-
{
|
|
937
|
-
id: "bid-hermes-scarf-jane-1-20260302",
|
|
938
|
-
productId: "auction-fate-saber-alter-figure-techhub-1",
|
|
939
|
-
productTitle: "Fate/Stay Night Saber Alter Wedding Dress 1/7 Scale — AUCTION",
|
|
940
|
-
userId: "user-jane-smith-janes",
|
|
941
|
-
userName: "Jane Smith",
|
|
942
|
-
userEmail: "jane@letitrip.in",
|
|
943
|
-
bidAmount: 20000,
|
|
944
|
-
currency: _CURRENCY,
|
|
945
|
-
status: "outbid",
|
|
946
|
-
isWinning: false,
|
|
947
|
-
bidDate: daysAgo(7),
|
|
948
|
-
createdAt: daysAgo(7),
|
|
949
|
-
updatedAt: daysAgo(5),
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
id: "bid-hermes-scarf-pooja-1-20260304",
|
|
953
|
-
productId: "auction-fate-saber-alter-figure-techhub-1",
|
|
954
|
-
productTitle: "Fate/Stay Night Saber Alter Wedding Dress 1/7 Scale — AUCTION",
|
|
955
|
-
userId: "user-pooja-mehta-pooja",
|
|
956
|
-
userName: "Pooja Mehta",
|
|
957
|
-
userEmail: "pooja@letitrip.in",
|
|
958
|
-
bidAmount: 28000,
|
|
959
|
-
currency: _CURRENCY,
|
|
960
|
-
status: "active",
|
|
961
|
-
isWinning: true,
|
|
962
|
-
bidDate: daysAgo(5),
|
|
963
|
-
createdAt: daysAgo(5),
|
|
964
|
-
updatedAt: daysAgo(5),
|
|
965
|
-
},
|
|
966
|
-
// ── Spirited Away Production Cel (OtakuShelf) — 3 bids ──────────────────
|
|
967
|
-
{
|
|
968
|
-
id: "bid-babolat-ravi-1-20260301",
|
|
969
|
-
productId: "auction-spirited-away-cel-homeessentials-1",
|
|
970
|
-
productTitle: "Spirited Away 2001 Original Production Cel — Studio Ghibli — AUCTION",
|
|
971
|
-
userId: "user-ravi-kumar-ravi",
|
|
972
|
-
userName: "Ravi Kumar",
|
|
973
|
-
userEmail: "ravi@letitrip.in",
|
|
974
|
-
bidAmount: 32000,
|
|
975
|
-
currency: _CURRENCY,
|
|
976
|
-
status: "outbid",
|
|
977
|
-
isWinning: false,
|
|
978
|
-
bidDate: daysAgo(8),
|
|
979
|
-
createdAt: daysAgo(8),
|
|
980
|
-
updatedAt: daysAgo(6),
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
id: "bid-babolat-mike-1-20260303",
|
|
984
|
-
productId: "auction-spirited-away-cel-homeessentials-1",
|
|
985
|
-
productTitle: "Spirited Away 2001 Original Production Cel — Studio Ghibli — AUCTION",
|
|
986
|
-
userId: "user-mike-johnson-mikejohn",
|
|
987
|
-
userName: "Mike Johnson",
|
|
988
|
-
userEmail: "mike@letitrip.in",
|
|
989
|
-
bidAmount: 39000,
|
|
990
|
-
currency: _CURRENCY,
|
|
991
|
-
status: "outbid",
|
|
992
|
-
isWinning: false,
|
|
993
|
-
bidDate: daysAgo(6),
|
|
994
|
-
createdAt: daysAgo(6),
|
|
995
|
-
updatedAt: daysAgo(5),
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
id: "bid-babolat-raj-1-20260304",
|
|
999
|
-
productId: "auction-spirited-away-cel-homeessentials-1",
|
|
1000
|
-
productTitle: "Spirited Away 2001 Original Production Cel — Studio Ghibli — AUCTION",
|
|
1001
|
-
userId: "user-raj-patel-rajpatel",
|
|
1002
|
-
userName: "Raj Patel",
|
|
1003
|
-
userEmail: "raj@letitrip.in",
|
|
1004
|
-
bidAmount: 45000,
|
|
1005
|
-
currency: _CURRENCY,
|
|
1006
|
-
status: "active",
|
|
1007
|
-
isWinning: true,
|
|
1008
|
-
bidDate: daysAgo(5),
|
|
1009
|
-
createdAt: daysAgo(5),
|
|
1010
|
-
updatedAt: daysAgo(5),
|
|
1011
|
-
},
|
|
1012
|
-
// ── Charizard 1st Edition PSA 9 (AnimeCraft) — 2 bids ───────────────────
|
|
1013
|
-
{
|
|
1014
|
-
id: "bid-sony-a7iv-john-1-20260226",
|
|
1015
|
-
productId: "auction-pokemon-charizard-1st-ed-fashion-1",
|
|
1016
|
-
productTitle: "Pokémon 1st Edition Base Set Charizard Holo — PSA Graded 9 — AUCTION",
|
|
1017
|
-
userId: "user-john-doe-johndoe",
|
|
1018
|
-
userName: "John Doe",
|
|
1019
|
-
userEmail: "john@letitrip.in",
|
|
1020
|
-
bidAmount: 30000,
|
|
1021
|
-
currency: _CURRENCY,
|
|
1022
|
-
status: "outbid",
|
|
1023
|
-
isWinning: false,
|
|
1024
|
-
bidDate: daysAgo(11),
|
|
1025
|
-
createdAt: daysAgo(11),
|
|
1026
|
-
updatedAt: daysAgo(8),
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
id: "bid-sony-a7iv-vikram-1-20260301",
|
|
1030
|
-
productId: "auction-pokemon-charizard-1st-ed-fashion-1",
|
|
1031
|
-
productTitle: "Pokémon 1st Edition Base Set Charizard Holo — PSA Graded 9 — AUCTION",
|
|
1032
|
-
userId: "user-vikram-nair-vikram",
|
|
1033
|
-
userName: "Vikram Nair",
|
|
1034
|
-
userEmail: "vikram@letitrip.in",
|
|
1035
|
-
bidAmount: 52000,
|
|
1036
|
-
currency: _CURRENCY,
|
|
1037
|
-
status: "active",
|
|
1038
|
-
isWinning: true,
|
|
1039
|
-
bidDate: daysAgo(8),
|
|
1040
|
-
createdAt: daysAgo(8),
|
|
1041
|
-
updatedAt: daysAgo(8),
|
|
1042
|
-
},
|
|
1043
|
-
// ── PG Wing Zero Built (FigureVault JP) — 2 bids ────────────────────────
|
|
1044
|
-
{
|
|
1045
|
-
id: "bid-dyson-v15-pooja-1-20260302",
|
|
1046
|
-
productId: "auction-gunpla-pg-wing-zero-techhub-1",
|
|
1047
|
-
productTitle: "Gundam Wing Perfect Grade Wing Zero Custom — Full Build & Paint — AUCTION",
|
|
1048
|
-
userId: "user-pooja-mehta-pooja",
|
|
1049
|
-
userName: "Pooja Mehta",
|
|
1050
|
-
userEmail: "pooja@letitrip.in",
|
|
1051
|
-
bidAmount: 9000,
|
|
1052
|
-
currency: _CURRENCY,
|
|
1053
|
-
status: "outbid",
|
|
1054
|
-
isWinning: false,
|
|
1055
|
-
bidDate: daysAgo(7),
|
|
1056
|
-
createdAt: daysAgo(7),
|
|
1057
|
-
updatedAt: daysAgo(5),
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
id: "bid-dyson-v15-jane-1-20260304",
|
|
1061
|
-
productId: "auction-gunpla-pg-wing-zero-techhub-1",
|
|
1062
|
-
productTitle: "Gundam Wing Perfect Grade Wing Zero Custom — Full Build & Paint — AUCTION",
|
|
1063
|
-
userId: "user-jane-smith-janes",
|
|
1064
|
-
userName: "Jane Smith",
|
|
1065
|
-
userEmail: "jane@letitrip.in",
|
|
1066
|
-
bidAmount: 14500,
|
|
1067
|
-
currency: _CURRENCY,
|
|
1068
|
-
status: "active",
|
|
1069
|
-
isWinning: true,
|
|
1070
|
-
bidDate: daysAgo(5),
|
|
1071
|
-
createdAt: daysAgo(5),
|
|
1072
|
-
updatedAt: daysAgo(5),
|
|
1073
|
-
},
|
|
1074
|
-
// ── Rem Wedding 1/7 GSC (FigureVault JP) — 2 bids ───────────────────────
|
|
1075
|
-
{
|
|
1076
|
-
id: "bid-nikon-z30-sneha-1-20260303",
|
|
1077
|
-
productId: "auction-rezero-rem-wedding-figure-techhub-1",
|
|
1078
|
-
productTitle: "Re:Zero Rem Wedding Dress 1/7 Scale — Good Smile Company — AUCTION",
|
|
1079
|
-
userId: "user-sneha-gupta-sneha",
|
|
1080
|
-
userName: "Sneha Gupta",
|
|
1081
|
-
userEmail: "sneha@letitrip.in",
|
|
1082
|
-
bidAmount: 22000,
|
|
1083
|
-
currency: _CURRENCY,
|
|
1084
|
-
status: "outbid",
|
|
1085
|
-
isWinning: false,
|
|
1086
|
-
bidDate: daysAgo(6),
|
|
1087
|
-
createdAt: daysAgo(6),
|
|
1088
|
-
updatedAt: daysAgo(4),
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
id: "bid-nikon-z30-vikram-1-20260305",
|
|
1092
|
-
productId: "auction-rezero-rem-wedding-figure-techhub-1",
|
|
1093
|
-
productTitle: "Re:Zero Rem Wedding Dress 1/7 Scale — Good Smile Company — AUCTION",
|
|
1094
|
-
userId: "user-vikram-nair-vikram",
|
|
1095
|
-
userName: "Vikram Nair",
|
|
1096
|
-
userEmail: "vikram@letitrip.in",
|
|
1097
|
-
bidAmount: 32000,
|
|
1098
|
-
currency: _CURRENCY,
|
|
1099
|
-
status: "active",
|
|
1100
|
-
isWinning: true,
|
|
1101
|
-
bidDate: daysAgo(4),
|
|
1102
|
-
createdAt: daysAgo(4),
|
|
1103
|
-
updatedAt: daysAgo(4),
|
|
1104
|
-
},
|
|
1105
|
-
// ── Oda Signed Artbook (FigureVault JP) — 2 bids ────────────────────────
|
|
1106
|
-
{
|
|
1107
|
-
id: "bid-iphone15-bundle-ravi-1-20260304",
|
|
1108
|
-
productId: "auction-one-piece-signed-artbook-techhub-1",
|
|
1109
|
-
productTitle: "One Piece 25th Anniversary Artbook Signed by Eiichiro Oda — AUCTION",
|
|
1110
|
-
userId: "user-ravi-kumar-ravi",
|
|
1111
|
-
userName: "Ravi Kumar",
|
|
1112
|
-
userEmail: "ravi@letitrip.in",
|
|
1113
|
-
bidAmount: 11000,
|
|
1114
|
-
currency: _CURRENCY,
|
|
1115
|
-
status: "outbid",
|
|
1116
|
-
isWinning: false,
|
|
1117
|
-
bidDate: daysAgo(5),
|
|
1118
|
-
createdAt: daysAgo(5),
|
|
1119
|
-
updatedAt: daysAgo(4),
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
id: "bid-iphone15-bundle-sneha-1-20260305",
|
|
1123
|
-
productId: "auction-one-piece-signed-artbook-techhub-1",
|
|
1124
|
-
productTitle: "One Piece 25th Anniversary Artbook Signed by Eiichiro Oda — AUCTION",
|
|
1125
|
-
userId: "user-sneha-gupta-sneha",
|
|
1126
|
-
userName: "Sneha Gupta",
|
|
1127
|
-
userEmail: "sneha@letitrip.in",
|
|
1128
|
-
bidAmount: 16000,
|
|
1129
|
-
currency: _CURRENCY,
|
|
1130
|
-
status: "active",
|
|
1131
|
-
isWinning: true,
|
|
1132
|
-
bidDate: daysAgo(4),
|
|
1133
|
-
createdAt: daysAgo(4),
|
|
1134
|
-
updatedAt: daysAgo(4),
|
|
1135
|
-
},
|
|
1136
|
-
// ── Makima figure 2nd wave (AnimeCraft) — 2 more bids ────────────────────
|
|
1137
|
-
{
|
|
1138
|
-
id: "bid-kanjeevaram-ananya-1-20260304",
|
|
1139
|
-
productId: "auction-chainsaw-man-makima-figure-fashion-1",
|
|
1140
|
-
productTitle: "Chainsaw Man Makima 1/7 Scale Figure — Kotobukiya ARTFX J — AUCTION",
|
|
1141
|
-
userId: "user-ananya-bose-ananya",
|
|
1142
|
-
userName: "Ananya Bose",
|
|
1143
|
-
userEmail: "ananya@letitrip.in",
|
|
1144
|
-
bidAmount: 19000,
|
|
1145
|
-
currency: _CURRENCY,
|
|
1146
|
-
status: "outbid",
|
|
1147
|
-
isWinning: false,
|
|
1148
|
-
bidDate: daysAgo(5),
|
|
1149
|
-
createdAt: daysAgo(5),
|
|
1150
|
-
updatedAt: daysAgo(4),
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
id: "bid-kanjeevaram-jane-1-20260305",
|
|
1154
|
-
productId: "auction-chainsaw-man-makima-figure-fashion-1",
|
|
1155
|
-
productTitle: "Chainsaw Man Makima 1/7 Scale Figure — Kotobukiya ARTFX J — AUCTION",
|
|
1156
|
-
userId: "user-jane-smith-janes",
|
|
1157
|
-
userName: "Jane Smith",
|
|
1158
|
-
userEmail: "jane@letitrip.in",
|
|
1159
|
-
bidAmount: 20500,
|
|
1160
|
-
currency: _CURRENCY,
|
|
1161
|
-
status: "outbid",
|
|
1162
|
-
isWinning: false,
|
|
1163
|
-
bidDate: daysAgo(4),
|
|
1164
|
-
createdAt: daysAgo(4),
|
|
1165
|
-
updatedAt: daysAgo(4),
|
|
1166
|
-
},
|
|
1167
|
-
// No bids on pre-orders — tests "no bids yet" state in auction detail page
|
|
1168
|
-
];
|