@mohasinac/appkit 2.7.11 → 2.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/dist/_internal/server/jobs/core/assignSpinPrize.js +8 -7
  2. package/dist/_internal/server/jobs/core/bundleStockSync.js +11 -6
  3. package/dist/_internal/server/jobs/core/countersReconcile.js +3 -2
  4. package/dist/_internal/server/jobs/core/onProductStockChange.js +12 -7
  5. package/dist/_internal/server/jobs/core/onProductWrite.js +3 -2
  6. package/dist/_internal/server/jobs/core/prizeRevealClose.js +7 -5
  7. package/dist/_internal/server/jobs/core/prizeRevealExpiry.js +11 -6
  8. package/dist/_internal/server/jobs/core/prizeRevealOpen.js +13 -7
  9. package/dist/_internal/server/jobs/core/prizeRevealReminder.js +9 -4
  10. package/dist/_internal/server/jobs/core/triggerEventRaffle.js +3 -2
  11. package/dist/_internal/shared/features/blog/schema.d.ts +4 -4
  12. package/dist/_internal/shared/features/categories/bundle-schemas.d.ts +32 -32
  13. package/dist/_internal/shared/features/events/schema.d.ts +4 -4
  14. package/dist/_internal/shared/features/products/schema.d.ts +20 -20
  15. package/dist/_internal/shared/features/promotions/schema.d.ts +2 -2
  16. package/dist/_internal/shared/features/reviews/schema.d.ts +1 -1
  17. package/dist/constants/field-names.d.ts +813 -0
  18. package/dist/constants/field-names.js +918 -0
  19. package/dist/constants/sort.d.ts +7 -0
  20. package/dist/constants/sort.js +5 -0
  21. package/dist/constants/table-keys.d.ts +48 -0
  22. package/dist/constants/table-keys.js +46 -0
  23. package/dist/features/account/components/AddressesIndexListing.js +9 -6
  24. package/dist/features/admin/components/AdminAllEventEntriesView.js +4 -1
  25. package/dist/features/admin/components/AdminBidsView.js +4 -1
  26. package/dist/features/admin/components/AdminBlogView.js +9 -2
  27. package/dist/features/admin/components/AdminBrandsView.js +9 -2
  28. package/dist/features/admin/components/AdminCarouselView.js +4 -1
  29. package/dist/features/admin/components/AdminCartsView.js +4 -1
  30. package/dist/features/admin/components/AdminCategoriesView.js +9 -2
  31. package/dist/features/admin/components/AdminContactView.js +4 -1
  32. package/dist/features/admin/components/AdminCouponsView.js +4 -1
  33. package/dist/features/admin/components/AdminFaqsView.js +5 -1
  34. package/dist/features/admin/components/AdminFeaturesView.js +5 -2
  35. package/dist/features/admin/components/AdminHistoryView.js +5 -1
  36. package/dist/features/admin/components/AdminNewsletterView.js +4 -1
  37. package/dist/features/admin/components/AdminNotificationsView.js +4 -1
  38. package/dist/features/admin/components/AdminOrdersView.js +14 -12
  39. package/dist/features/admin/components/AdminPayoutsView.js +4 -1
  40. package/dist/features/admin/components/AdminPrizeDrawsView.js +4 -1
  41. package/dist/features/admin/components/AdminProductsView.js +14 -3
  42. package/dist/features/admin/components/AdminReturnRequestsView.js +4 -1
  43. package/dist/features/admin/components/AdminReviewsView.js +4 -1
  44. package/dist/features/admin/components/AdminScammersView.js +4 -1
  45. package/dist/features/admin/components/AdminSessionsView.js +4 -1
  46. package/dist/features/admin/components/AdminStoreAddressesView.js +5 -1
  47. package/dist/features/admin/components/AdminStoresView.js +10 -3
  48. package/dist/features/admin/components/AdminSublistingCategoriesView.js +4 -1
  49. package/dist/features/admin/components/AdminSupportTicketsView.js +4 -1
  50. package/dist/features/admin/components/AdminTeamView.js +4 -1
  51. package/dist/features/admin/components/AdminUsersView.js +9 -12
  52. package/dist/features/admin/components/AdminViewCards.d.ts +12 -0
  53. package/dist/features/admin/components/AdminViewCards.js +53 -0
  54. package/dist/features/admin/components/AdminWishlistsView.js +4 -1
  55. package/dist/features/auctions/repository/bid.repository.js +1 -6
  56. package/dist/features/auctions/schemas/index.d.ts +4 -4
  57. package/dist/features/blog/actions/blog-actions.d.ts +16 -16
  58. package/dist/features/blog/components/BlogFilters.d.ts +28 -28
  59. package/dist/features/blog/components/BlogFilters.js +18 -15
  60. package/dist/features/blog/components/BlogIndexListing.js +20 -16
  61. package/dist/features/blog/schemas/index.d.ts +10 -10
  62. package/dist/features/categories/components/CategoriesIndexListing.js +25 -21
  63. package/dist/features/categories/schemas/index.d.ts +2 -2
  64. package/dist/features/events/components/AdminEventsView.js +5 -1
  65. package/dist/features/events/components/EventFilters.d.ts +24 -24
  66. package/dist/features/events/components/EventFilters.js +16 -13
  67. package/dist/features/events/components/EventStatusBadge.js +1 -0
  68. package/dist/features/events/components/EventsIndexListing.js +31 -26
  69. package/dist/features/events/components/EventsListPageView.js +13 -10
  70. package/dist/features/events/schemas/firestore.d.ts +1 -0
  71. package/dist/features/events/schemas/firestore.js +1 -0
  72. package/dist/features/events/schemas/index.d.ts +1 -1
  73. package/dist/features/events/types/index.d.ts +1 -1
  74. package/dist/features/faq/actions/faq-actions.d.ts +10 -10
  75. package/dist/features/faq/schemas/index.d.ts +4 -4
  76. package/dist/features/orders/components/OrderFilters.d.ts +20 -20
  77. package/dist/features/orders/components/OrderFilters.js +33 -30
  78. package/dist/features/orders/repository/orders.repository.js +1 -15
  79. package/dist/features/orders/schemas/index.d.ts +2 -2
  80. package/dist/features/pre-orders/components/PreOrdersIndexListing.js +35 -31
  81. package/dist/features/pre-orders/schemas/index.d.ts +3 -3
  82. package/dist/features/products/components/AuctionsIndexListing.js +34 -30
  83. package/dist/features/products/components/BidHistory.d.ts +0 -1
  84. package/dist/features/products/components/BidHistory.js +1 -1
  85. package/dist/features/products/components/PrizeDrawsIndexListing.js +44 -40
  86. package/dist/features/products/components/ProductDetailPageView.js +1 -1
  87. package/dist/features/products/components/ProductFilters.d.ts +20 -20
  88. package/dist/features/products/components/ProductFilters.js +62 -59
  89. package/dist/features/products/components/ProductsIndexListing.js +28 -24
  90. package/dist/features/products/components/ProductsIndexPageView.js +18 -10
  91. package/dist/features/products/hooks/useProducts.js +2 -0
  92. package/dist/features/products/repository/products.repository.js +2 -22
  93. package/dist/features/products/schemas/index.d.ts +28 -28
  94. package/dist/features/products/schemas/product-features.validators.d.ts +12 -12
  95. package/dist/features/products/types/index.d.ts +2 -0
  96. package/dist/features/promotions/components/CouponsIndexListing.js +21 -17
  97. package/dist/features/promotions/schemas/index.d.ts +4 -4
  98. package/dist/features/reviews/components/ReviewDetailShell.js +6 -5
  99. package/dist/features/reviews/components/ReviewFilters.d.ts +16 -16
  100. package/dist/features/reviews/components/ReviewFilters.js +10 -7
  101. package/dist/features/reviews/components/ReviewsIndexListing.js +21 -17
  102. package/dist/features/reviews/components/ReviewsList.d.ts +5 -2
  103. package/dist/features/reviews/components/ReviewsList.js +11 -5
  104. package/dist/features/reviews/schemas/firestore.d.ts +1 -0
  105. package/dist/features/reviews/schemas/index.d.ts +8 -8
  106. package/dist/features/reviews/types/index.d.ts +1 -0
  107. package/dist/features/search/schemas/index.d.ts +2 -2
  108. package/dist/features/seller/components/SellerAuctionsView.js +5 -1
  109. package/dist/features/seller/components/SellerBidsView.js +4 -1
  110. package/dist/features/seller/components/SellerCouponsView.js +4 -1
  111. package/dist/features/seller/components/SellerOffersView.js +5 -1
  112. package/dist/features/seller/components/SellerOrdersView.js +4 -1
  113. package/dist/features/seller/components/SellerPayoutsView.js +5 -1
  114. package/dist/features/seller/components/SellerPreOrdersView.js +4 -1
  115. package/dist/features/seller/components/SellerPrizeDrawsView.js +4 -1
  116. package/dist/features/seller/components/SellerProductsView.js +4 -1
  117. package/dist/features/seller/schemas/index.d.ts +10 -10
  118. package/dist/features/stores/api/route.js +10 -1
  119. package/dist/features/stores/components/StoreReviewsListing.js +1 -1
  120. package/dist/features/stores/components/StoresIndexListing.js +24 -20
  121. package/dist/features/stores/schemas/firestore.d.ts +1 -0
  122. package/dist/features/stores/schemas/index.d.ts +4 -4
  123. package/dist/index.d.ts +8 -1
  124. package/dist/index.js +12 -1
  125. package/dist/react/hooks/useUrlTable.js +2 -1
  126. package/dist/seed/bids-seed-data.js +45 -44
  127. package/dist/seed/categories-seed-data.js +41 -40
  128. package/dist/seed/coupons-seed-data.js +41 -40
  129. package/dist/seed/products-auctions-seed-data.js +54 -53
  130. package/dist/seed/products-preorders-seed-data.js +25 -24
  131. package/dist/seed/products-prize-draws-seed-data.js +24 -23
  132. package/dist/seed/products-standard-seed-data.js +294 -293
  133. package/dist/seed/reviews-seed-data.js +61 -60
  134. package/dist/seed/scammers-seed-data.js +3 -2
  135. package/dist/seed/stores-seed-data.js +9 -8
  136. package/dist/seed/support-tickets-seed-data.js +13 -12
  137. package/dist/seed/users-seed-data.js +28 -27
  138. package/dist/tailwind-utilities.css +1 -1
  139. package/dist/utils/sieve-builder.d.ts +41 -0
  140. package/dist/utils/sieve-builder.js +66 -0
  141. package/package.json +1 -1
@@ -4,6 +4,7 @@
4
4
  * Uses buyer IDs from P15 and product IDs from P16/P17/P18.
5
5
  * review- prefix, system-generated IDs (not slug-based per slug prefix table).
6
6
  */
7
+ import { REVIEW_FIELDS } from "../constants/field-names";
7
8
  const NOW = new Date();
8
9
  const daysAgo = (n) => new Date(NOW.getTime() - n * 86400000);
9
10
  const SELLER_STORE = {
@@ -27,7 +28,7 @@ const rawReviews = [
27
28
  rating: 5,
28
29
  title: "Absolutely pristine sealed box — perfect packaging",
29
30
  comment: "Aryan packed this box like it was going to the moon. Double-boxed, foam corners, bubble wrap around the individual booster packs inside. The Pokémon 151 box arrived 100% sealed with no dents. Pulled a Mew ex SAR on my first pack — couldn't be happier. Will buy every new set from Pokémon Palace.",
30
- status: "approved",
31
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
31
32
  helpfulCount: 14,
32
33
  reportCount: 0,
33
34
  verified: true,
@@ -48,7 +49,7 @@ const rawReviews = [
48
49
  rating: 5,
49
50
  title: "Genuine shadowless box, exactly as described",
50
51
  comment: "This was a huge purchase for me — ₹89,999 is not nothing. I did video unboxing of the packaging for insurance purposes. The box is clearly genuine shadowless era (1999 print run visible on bottom), factory seal intact, no re-wrapping. Aryan provided provenance documentation (original purchase receipt from a US collector) without me even asking. Impeccable seller.",
51
- status: "approved",
52
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
52
53
  helpfulCount: 32,
53
54
  reportCount: 0,
54
55
  verified: true,
@@ -69,7 +70,7 @@ const rawReviews = [
69
70
  rating: 4,
70
71
  title: "Great ETB, arrived safely — shipping was a bit slow",
71
72
  comment: "The ETB was in perfect condition and sealed correctly. I pulled a Shiny Charizard ex which made my week! Shipping took 6 days which is on the longer end, but the packaging was excellent — my only minor complaint. Pokémon Palace is definitely a go-to store.",
72
- status: "approved",
73
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
73
74
  helpfulCount: 8,
74
75
  reportCount: 0,
75
76
  verified: true,
@@ -88,7 +89,7 @@ const rawReviews = [
88
89
  rating: 5,
89
90
  title: "Adorable and authentic — tags intact, came with certificate",
90
91
  comment: "Bought this as a birthday gift for my niece. The plush has the Pokémon Center tag and feels premium — not the cheap knock-offs you see online. Aryan included a small thank-you note which was a lovely touch. Niece went crazy for it. Ordering the Gengar plush next.",
91
- status: "approved",
92
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
92
93
  helpfulCount: 5,
93
94
  reportCount: 0,
94
95
  verified: true,
@@ -108,7 +109,7 @@ const rawReviews = [
108
109
  rating: 5,
109
110
  title: "Nisha is the best YGO seller in India, period",
110
111
  comment: "I've ordered from three different YGO sellers on LetItRip and CardGame Hub is on another level. The 25th Anniversary Tin arrived with each mega pack in its own sleeve inside the tin. Nisha also included a handwritten note about recommended first packs to open — genuine community knowledge. Will only order YGO from here going forward.",
111
- status: "approved",
112
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
112
113
  helpfulCount: 22,
113
114
  reportCount: 0,
114
115
  verified: true,
@@ -127,7 +128,7 @@ const rawReviews = [
127
128
  rating: 4,
128
129
  title: "Solid structure deck, good beginner product",
129
130
  comment: "Bought 3 copies to complete a playset as Nisha recommended. Cards came in the original sealed structure deck packaging with no damage. Shipping was 4 days which is perfectly fine for a standard order. Would rate 5 stars if shipping was 2 days but that's a minor point.",
130
- status: "approved",
131
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
131
132
  helpfulCount: 6,
132
133
  reportCount: 0,
133
134
  verified: true,
@@ -146,7 +147,7 @@ const rawReviews = [
146
147
  rating: 3,
147
148
  title: "Card is beautiful but auction process was stressful",
148
149
  comment: "The card itself is perfect — genuine PSA 9, certificate verified on PSA website. Shipping was excellent (insured, signature required). My 3-star is about the bidding experience: I was outbid in the last 60 seconds three times before winning, which was nerve-wracking. That's a platform issue, not the seller's fault. Card arrived safely and I'm thrilled to own it.",
149
- status: "approved",
150
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
150
151
  helpfulCount: 4,
151
152
  reportCount: 0,
152
153
  verified: true,
@@ -166,7 +167,7 @@ const rawReviews = [
166
167
  rating: 5,
167
168
  title: "A true Redline beauty — mint condition, authentic",
168
169
  comment: "This was my first vintage Hot Wheels purchase and Vikram made it a great experience. The Redline arrived in a proper acrylic display case (not just a ziplock — a real display case!) with a card describing the car's production year and rarity. Vikram's description was honest — the car has minor paint wear on the roof which he mentioned in the listing. Very happy.",
169
- status: "approved",
170
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
170
171
  helpfulCount: 11,
171
172
  reportCount: 0,
172
173
  verified: true,
@@ -185,7 +186,7 @@ const rawReviews = [
185
186
  rating: 5,
186
187
  title: "TLV quality is unreal — every detail perfect",
187
188
  comment: "I've been collecting Hot Wheels for years but Tomica Limited Vintage is something else entirely. The Datsun Bluebird has rubber tyres, a working bonnet, and tampo print so fine I need a magnifying glass to appreciate it. Vikram sourced this from his Japan trip — you can tell it's fresh stock. Arrived in the original TLV outer box in immaculate condition.",
188
- status: "approved",
189
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
189
190
  helpfulCount: 19,
190
191
  reportCount: 0,
191
192
  verified: true,
@@ -204,7 +205,7 @@ const rawReviews = [
204
205
  rating: 4,
205
206
  title: "Rare RLC exclusive, good price, slightly late dispatch",
206
207
  comment: "The RLC Bone Shaker is exactly as described — sealed in the original RLC mailer with the membership card insert. My only feedback: dispatch was on day 3 (not day 2 as listed in store policy). Vikram apologised proactively and offered a discount on my next order, which I appreciate. Car itself is perfect.",
207
- status: "approved",
208
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
208
209
  helpfulCount: 7,
209
210
  reportCount: 0,
210
211
  verified: true,
@@ -224,7 +225,7 @@ const rawReviews = [
224
225
  rating: 5,
225
226
  title: "My son's first BX top — perfect gift, fast delivery",
226
227
  comment: "Ordered for my 8-year-old who is obsessed with Beyblade X. Rohit shipped the same day I placed the order (I ordered at 10am, it was dispatched by 4pm). Arrived in 3 days. The BX-01 starter set comes with the top, rip cord launcher, and a stadium guide — everything a beginner needs. My son has launched it 200 times and it's still perfect.",
227
- status: "approved",
228
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
228
229
  helpfulCount: 28,
229
230
  reportCount: 0,
230
231
  verified: true,
@@ -243,7 +244,7 @@ const rawReviews = [
243
244
  rating: 5,
244
245
  title: "Authentic Takara Tomy import, not the bootleg version",
245
246
  comment: "There are SO many bootleg Beyblades on other platforms. Rohit sells only genuine Takara Tomy product — you can tell by the QR code on the Beyblade passport card (scans correctly on the Beyblade app). Brave Valkyrie arrived fresh from its Japan import, unopened. The weight difference from bootlegs is immediately obvious.",
246
- status: "approved",
247
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
247
248
  helpfulCount: 15,
248
249
  reportCount: 0,
249
250
  verified: true,
@@ -262,7 +263,7 @@ const rawReviews = [
262
263
  rating: 4,
263
264
  title: "Pre-order arrived on time — worth the wait",
264
265
  comment: "Rohit's pre-order process was smooth. I paid the 30% deposit, received confirmation, and the balance was charged exactly when he said it would be (2 days before dispatch). Item arrived 42 days after ordering — right in the promised window. No complaints. Will pre-order the BX-12 when Rohit lists it.",
265
- status: "approved",
266
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
266
267
  helpfulCount: 9,
267
268
  reportCount: 0,
268
269
  verified: true,
@@ -282,7 +283,7 @@ const rawReviews = [
282
283
  rating: 5,
283
284
  title: "Official LetItRip store delivers — SHF in perfect condition",
284
285
  comment: "This is my 4th S.H.Figuarts from LetItRip Official and they're consistently excellent. The Goku UI comes with 5 face plates, effect parts, and all the swap hands. Every accessory was accounted for (I always check). LetItRip Official is the most reliable store on the platform — their QC before dispatch is clearly thorough.",
285
- status: "approved",
286
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
286
287
  helpfulCount: 17,
287
288
  reportCount: 0,
288
289
  verified: true,
@@ -301,7 +302,7 @@ const rawReviews = [
301
302
  rating: 2,
302
303
  title: "Kit was missing the beam rifle assembly — resolved via support",
303
304
  comment: "The box arrived safely but when I inventoried the sprues, the G runner (beam rifle parts) was missing — looks like a factory packing error. I opened a dispute on LetItRip and LetItRip Official resolved it within 48 hours by shipping the missing runner separately at no cost. They clearly take after-sales seriously. Updating from 1 star to 2 stars because the issue was resolved, but losing a star for the missing part.",
304
- status: "approved",
305
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
305
306
  helpfulCount: 6,
306
307
  reportCount: 0,
307
308
  verified: true,
@@ -321,7 +322,7 @@ const rawReviews = [
321
322
  rating: 5,
322
323
  title: "Zero Two is everything I dreamed of — authentic GSC, flawless",
323
324
  comment: "I've been hunting this Nendoroid for 2 years and finally found it at Tokyo Toys India. Priya sourced the re-release directly from GSC. The serial number on the base matches the box — definitely authentic. Three faceplates, the horns are perfect, and the stand works smoothly. Packed in foam-padded box, arrived in 3 days. Priya is the real deal — she knows her anime figures.",
324
- status: "approved",
325
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
325
326
  helpfulCount: 24,
326
327
  reportCount: 0,
327
328
  verified: true,
@@ -340,7 +341,7 @@ const rawReviews = [
340
341
  rating: 5,
341
342
  title: "Cleaning mode faceplate alone is worth it — perfect figure",
342
343
  comment: "The cleaning mode Levi faceplate with the tiny mop is the most charming thing I own. Priya's packaging was impeccable — each faceplate in its own mini tray exactly as GSC intended. This is my 6th Nendoroid from Tokyo Toys India and Priya has never once let me down. Already eyeing the Ram Nendoroid on her store.",
343
- status: "approved",
344
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
344
345
  helpfulCount: 18,
345
346
  reportCount: 0,
346
347
  verified: true,
@@ -359,7 +360,7 @@ const rawReviews = [
359
360
  rating: 5,
360
361
  title: "Rainbow wings are breathtaking — showpiece figure",
361
362
  comment: "The rainbow semi-translucent wings on this figure catch light in ways that my photos simply cannot capture. When sunlight hits them, the entire shelf lights up. Priya had this in stock while every other seller was out — she clearly has excellent supplier relationships. Arrived double-boxed, wings were in a separate padded compartment. No damage. 10/10.",
362
- status: "approved",
363
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
363
364
  helpfulCount: 31,
364
365
  reportCount: 0,
365
366
  verified: true,
@@ -378,7 +379,7 @@ const rawReviews = [
378
379
  rating: 4,
379
380
  title: "Perfect mint on card — Priya's packaging keeps boxes pristine",
380
381
  comment: "I collect Funko Pops for display out of box BUT I keep a carded mint copy for investment. Priya packs each Pop in a protector sleeve before shipping — the box arrived with zero corner wear. That level of care for a ₹1,699 Funko is impressive. Deducting one star only because dispatch was Day 2 instead of Day 1 (she mentioned a supply arrival delay in her dispatch message).",
381
- status: "approved",
382
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
382
383
  helpfulCount: 12,
383
384
  reportCount: 0,
384
385
  verified: true,
@@ -397,7 +398,7 @@ const rawReviews = [
397
398
  rating: 5,
398
399
  title: "Centrepiece of my collection — absolutely stunning 1/7 scale",
399
400
  comment: "Racing Miku 2023 Ver. is the most beautiful figure I own. The 1/7 scale means she stands tall on my shelf and catches everyone's eye. Priya sourced this from Akihabara directly — the box has the Japanese tax receipt inside. She packed the figure's base separately with foam and the wings were in bubble wrap. Nothing moved in transit. Worth every rupee.",
400
- status: "approved",
401
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
401
402
  helpfulCount: 26,
402
403
  reportCount: 0,
403
404
  verified: true,
@@ -417,7 +418,7 @@ const rawReviews = [
417
418
  rating: 5,
418
419
  title: "First Gunpla ever — Amit's advice helped me pick the right kit",
419
420
  comment: "I messaged Amit before ordering asking which HG is best for a complete beginner. He replied within an hour with a detailed breakdown of the top 5 beginner HG kits and explained why Barbatos Lupus Rex is the best mix of posability and fun. Great advice — the build took me a weekend and the result is spectacular. Amit is clearly a passionate builder and that shows in how he sells.",
420
- status: "approved",
421
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
421
422
  helpfulCount: 34,
422
423
  reportCount: 0,
423
424
  verified: true,
@@ -436,7 +437,7 @@ const rawReviews = [
436
437
  rating: 5,
437
438
  title: "The pinnacle of Master Grade — Amit's packaging was museum-grade",
438
439
  comment: "This is the most expensive kit I've ever bought (₹6,499) and Amit treated it accordingly. The Sazabi Ver.Ka arrived triple-boxed — outer cardboard, foam insert, and the kit box itself inside a second layer of rigid cardboard. Every runner individually wrapped. The kit itself is exactly as legendary as its reputation — 300+ parts, three-layer construction, and the most satisfying snap-fit engineering I've ever experienced. Amit is the best Gunpla seller in India.",
439
- status: "approved",
440
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
440
441
  helpfulCount: 42,
441
442
  reportCount: 0,
442
443
  verified: true,
@@ -455,7 +456,7 @@ const rawReviews = [
455
456
  rating: 4,
456
457
  title: "EVA-01 in RG is spectacular — pre-coloured runners are a revelation",
457
458
  comment: "I'm not a regular Gunpla buyer but bought this for my EVA collection. Amit's store description mentioned that this is the first non-Gundam RG kit and the pre-coloured runners make it accessible for non-modellers. He was right — I built it with no paint and it looks exactly like the promo photos. Deducting one star because the umbilical cable tends to pop off at the connection point, but that's a Bandai design note, not Amit's fault.",
458
- status: "approved",
459
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
459
460
  helpfulCount: 16,
460
461
  reportCount: 0,
461
462
  verified: true,
@@ -474,7 +475,7 @@ const rawReviews = [
474
475
  rating: 5,
475
476
  title: "Pre-order process is smooth — Amit updates you at every step",
476
477
  comment: "Placed this pre-order and Amit messaged me the same day confirming receipt, then sent weekly updates on Japan warehouse status. He also warned me about a potential 2-week delay due to Bandai production schedules before I even knew about it publicly. That level of proactive communication is rare. Kit hasn't arrived yet but the deposit process was seamless.",
477
- status: "approved",
478
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
478
479
  helpfulCount: 8,
479
480
  reportCount: 0,
480
481
  verified: false,
@@ -494,7 +495,7 @@ const rawReviews = [
494
495
  rating: 5,
495
496
  title: "Honest condition grading — exactly what she described",
496
497
  comment: "I was nervous buying a ₹3,999 Charizard online but Kavya sent me 8 high-res photos in different lighting before I confirmed. The card matches her LP description exactly — the corners and whitening are exactly as documented. She's been in this business 20 years and her grading vocabulary is precise. Most sellers say 'Near Mint' for LP cards — Kavya says LP for LP. Refreshing honesty.",
497
- status: "approved",
498
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
498
499
  helpfulCount: 29,
499
500
  reportCount: 0,
500
501
  verified: true,
@@ -513,7 +514,7 @@ const rawReviews = [
513
514
  rating: 5,
514
515
  title: "A piece of toy history — Kavya's knowledge is unmatched",
515
516
  comment: "I collect vintage Redlines and Kavya is the first Indian seller I've found who truly understands them. Her listing for the Deora was the most detailed I've seen anywhere — she identified it as an early production run based on the chassis stamp. The provenance documentation (original owner paperwork) is extraordinary. This car is now the centrepiece of my collection.",
516
- status: "approved",
517
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
517
518
  helpfulCount: 21,
518
519
  reportCount: 0,
519
520
  verified: true,
@@ -532,7 +533,7 @@ const rawReviews = [
532
533
  rating: 5,
533
534
  title: "My childhood hero — and a genuine 1982 first-year original",
534
535
  comment: "I grew up with He-Man but never had an original 1982 figure. When I saw Kavya's listing with the Takara sticker on the packaging, I knew it was legitimate — that detail is how you identify the Japan distribution version. She included a certificate of authenticity from a vintage toy appraiser. The torso twist mechanism works perfectly after 40+ years. Remarkable condition for the age.",
535
- status: "approved",
536
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
536
537
  helpfulCount: 15,
537
538
  reportCount: 0,
538
539
  verified: true,
@@ -551,7 +552,7 @@ const rawReviews = [
551
552
  rating: 5,
552
553
  title: "WOTC era quality is incomparable — Kavya preserves history",
553
554
  comment: "I'm building a raw NM WOTC set and Kavya's Vintage Vault has the cleanest WOTC cards I've found in India. The Vaporeon has the original First Edition-era card stock texture that WOTC used before they cheapened the material in later sets. Holo is perfect. Kavya's estate-sale sourcing means these cards have been in private collections — not through dealer hands repeatedly.",
554
- status: "approved",
555
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
555
556
  helpfulCount: 11,
556
557
  reportCount: 0,
557
558
  verified: true,
@@ -571,7 +572,7 @@ const rawReviews = [
571
572
  rating: 5,
572
573
  title: "Investment-grade sealed product — Aryan's sourcing is legit",
573
574
  comment: "Bought the 151 booster box for long-term storage. The shrink wrap is tight with no air gaps (sign of authentic factory sealing). Aryan included a UK distributor invoice confirming the source — that level of documentation is exceptional. Box is now in my climate-controlled storage. When I eventually open it, I'll update this review with pull results.",
574
- status: "approved",
575
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
575
576
  helpfulCount: 13,
576
577
  reportCount: 0,
577
578
  verified: true,
@@ -590,7 +591,7 @@ const rawReviews = [
590
591
  rating: 5,
591
592
  title: "Hit a Fiendsmith Engraver UR — best opening of 2024",
592
593
  comment: "Ordered the Phantom Nightmare box for the Fiendsmith engine cards. Nisha had it at ₹5,999 when other sellers were charging ₹6,499 for the same product — she's clearly competitive on pricing. Box arrived factory sealed, split into two lots of 12 packs each inside the cardboard insert. Opened all 24 packs, hit the Fiendsmith Engraver Ultra Rare, two Snake-Eye Ash Secret Rares, and a complete Rescue-Ace suite. Excellent pull rate.",
593
- status: "approved",
594
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
594
595
  helpfulCount: 22,
595
596
  reportCount: 0,
596
597
  verified: true,
@@ -609,7 +610,7 @@ const rawReviews = [
609
610
  rating: 5,
610
611
  title: "Tournament quality — arrived well before my regional event",
611
612
  comment: "I needed this stadium for our city's Beyblade X regional. Rohit had it in stock when every other platform was out. Ordered Monday morning, arrived Thursday — with 2 days to spare before the event. The XStadium is the real tournament-spec — the X-Line rail is perfectly calibrated and the floor has no warping. Won my bracket. 10/10 seller.",
612
- status: "approved",
613
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
613
614
  helpfulCount: 19,
614
615
  reportCount: 0,
615
616
  verified: true,
@@ -628,7 +629,7 @@ const rawReviews = [
628
629
  rating: 5,
629
630
  title: "Confirmed STH — Spectraflame is glorious, card is mint",
630
631
  comment: "Vikram's listing said 'immediately cased after retail pull' and that is exactly what arrived — you can see the factory crimp on the blister is undisturbed. The Spectraflame Red on this Viper is one of the deepest metallic finishes I've seen on a recent STH. Card is flat, no corner wear, graphic is crisp. This is a ₹2,999 car that will be worth ₹8,000 in a decade. Vikram knows his product.",
631
- status: "approved",
632
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
632
633
  helpfulCount: 17,
633
634
  reportCount: 0,
634
635
  verified: true,
@@ -647,7 +648,7 @@ const rawReviews = [
647
648
  rating: 5,
648
649
  title: "The childhood dream — all 4 Turtles in one box, museum quality",
649
650
  comment: "I grew up watching the 1990 TMNT movie and this set made me feel like a kid again. The film-suit sculpts are extraordinary — you can see the texture of the foam rubber suits translated into articulated plastic. LetItRip Official packed the set in a rigid outer casing inside a foam-padded bag inside the shipping box. Three layers of protection for a ₹12,999 set. That's how it should be done.",
650
- status: "approved",
651
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
651
652
  helpfulCount: 27,
652
653
  reportCount: 0,
653
654
  verified: true,
@@ -666,7 +667,7 @@ const rawReviews = [
666
667
  rating: 5,
667
668
  title: "Graduation kit from HG to MG — Amit guided me through it",
668
669
  comment: "After my Barbatos Lupus Rex HG build, I wanted to try Master Grade. I messaged Amit asking if Sazabi Ver.Ka is too advanced for a second build. He was honest — he said it's challenging but doable if you take your time, and he offered to share his build guide PDF. I took 3 weeks to build it and it's perfect. Amit genuinely cares about his customers having a great build experience.",
669
- status: "approved",
670
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
670
671
  helpfulCount: 9,
671
672
  reportCount: 0,
672
673
  verified: true,
@@ -685,7 +686,7 @@ const rawReviews = [
685
686
  rating: 4,
686
687
  title: "Great ETB, good pulls — would prefer faster dispatch",
687
688
  comment: "Temporal Forces ETB arrived in great condition — sealed correctly, no box damage. Pulled an Iron Leaves ex SAR on pack 4 which more than covered the cost. My only note: dispatch was on Day 3 (I ordered Sunday and it was dispatched Wednesday). Aryan's shipping info says 24-hour dispatch which wasn't met. Dropping one star for that. Card quality and packaging: 5 stars.",
688
- status: "approved",
689
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
689
690
  helpfulCount: 6,
690
691
  reportCount: 0,
691
692
  verified: true,
@@ -706,7 +707,7 @@ const rawReviews = [
706
707
  rating: 5,
707
708
  title: "Incredible box — pulled Pikachu ex SAR on the 4th pack",
708
709
  comment: "Ordered Sunday afternoon, dispatched Monday morning. Box arrived double-wrapped in bubble pack inside a snug shipper box. Seal was 100% intact. I pulled a Pikachu ex SAR on pack 4 and lost my mind. Aryan texted to confirm delivery — that personal touch goes a long way. Highly recommended.",
709
- status: "approved",
710
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
710
711
  helpfulCount: 21,
711
712
  reportCount: 0,
712
713
  verified: true,
@@ -725,7 +726,7 @@ const rawReviews = [
725
726
  rating: 5,
726
727
  title: "Best ETB I've bought — zero issues, great seal",
727
728
  comment: "This was my third ETB from Pokémon Palace and the experience is consistently flawless. Box came in a heavy shipper with foam corners. The 151 ETB seal is known to be finicky (the flap can come loose in transit) but Aryan had taped the inner flap additionally — smart move. Pulled Charizard ex SIR on pack 7. 10/10.",
728
- status: "approved",
729
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
729
730
  helpfulCount: 17,
730
731
  reportCount: 0,
731
732
  verified: true,
@@ -744,7 +745,7 @@ const rawReviews = [
744
745
  rating: 4,
745
746
  title: "Genuine NM card, accurate description — arrived safely",
746
747
  comment: "Card is exactly as described: NM/M with great centering. Came in penny sleeve + toploader + team bag inside a rigid mailer. I'm planning to get it PSA graded and believe it will grade PSA 9. Slight deduction as the listing photo was slightly different angle from the actual card, but the condition is accurately described. Would buy again.",
747
- status: "approved",
748
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
748
749
  helpfulCount: 9,
749
750
  reportCount: 0,
750
751
  verified: true,
@@ -763,7 +764,7 @@ const rawReviews = [
763
764
  rating: 5,
764
765
  title: "Factory fresh — exactly as expected from Pokémon Palace",
765
766
  comment: "Consistent five-star experience from Aryan. Journey Together ETB is genuinely one of the nicest ETB boxes in years — the sleeve design is gorgeous. Packs were fresh, no pack-weighed pulls removed. This is a store I trust completely.",
766
- status: "approved",
767
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
767
768
  helpfulCount: 8,
768
769
  reportCount: 0,
769
770
  verified: true,
@@ -782,7 +783,7 @@ const rawReviews = [
782
783
  rating: 5,
783
784
  title: "One of the best SIRs in the 151 set — perfect condition",
784
785
  comment: "Mewtwo ex SIR is stunning in person. Photos on the listing don't do it justice. Card is NM, corners are sharp, no whitening visible. Protected extremely well in transit. Aryan included a personal note in the package — rare touch from a marketplace seller. Fantastic.",
785
- status: "approved",
786
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
786
787
  helpfulCount: 12,
787
788
  reportCount: 0,
788
789
  verified: true,
@@ -802,7 +803,7 @@ const rawReviews = [
802
803
  rating: 5,
803
804
  title: "Sealed box, excellent pulls — Whitebeard SR in pack 3",
804
805
  comment: "CardGame Hub dispatched within a day. Box was sealed beautifully in shrink wrap, original Bandai seal untouched. My first OP-06 box and I pulled the Whitebeard SR in pack 3. Nisha even messaged to check I received it safely. Exceptional seller and I'll be back for every new OP set.",
805
- status: "approved",
806
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
806
807
  helpfulCount: 18,
807
808
  reportCount: 0,
808
809
  verified: true,
@@ -821,7 +822,7 @@ const rawReviews = [
821
822
  rating: 5,
822
823
  title: "Incredible 1st Ed BEWD — better condition than the photos show",
823
824
  comment: "I've been hunting for a high-grade 1st Edition LOB Blue-Eyes for two years. This one from CardGame Hub exceeded my expectations — corners are sharper than the photos suggest, surface gloss is perfect. Submitting to PSA this week. Nisha was responsive to all my questions before purchase. Couldn't be happier.",
824
- status: "approved",
825
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
825
826
  helpfulCount: 24,
826
827
  reportCount: 0,
827
828
  verified: true,
@@ -840,7 +841,7 @@ const rawReviews = [
840
841
  rating: 4,
841
842
  title: "Great tin, solid pulls — packaging could have been better",
842
843
  comment: "The 25th Anniversary Tin is gorgeous — the embossed design is premium. Got an Ultra Rare Dark Magician as the guaranteed card, which is ideal. My only note is that the outer box wasn't padded very well; the tin corners took a small dent from shipping. Card contents were fine. Four stars — would use more padding next time.",
843
- status: "approved",
844
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
844
845
  helpfulCount: 7,
845
846
  reportCount: 0,
846
847
  verified: true,
@@ -859,7 +860,7 @@ const rawReviews = [
859
860
  rating: 5,
860
861
  title: "Sealed correctly, great communication — would repeat",
861
862
  comment: "I was skeptical buying a sealed box online but CardGame Hub's reputation and LetItRip's escrow gave me confidence. Box arrived with original Bandai shrink intact. Nisha sent dispatch notification with tracking within hours. Solid buying experience.",
862
- status: "approved",
863
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
863
864
  helpfulCount: 11,
864
865
  reportCount: 0,
865
866
  verified: true,
@@ -878,7 +879,7 @@ const rawReviews = [
878
879
  rating: 5,
879
880
  title: "Dream card — PSA 9 slab arrived in perfect shape",
880
881
  comment: "This was my biggest single purchase on LetItRip and I'm glad it was from CardGame Hub. The PSA slab came in a foam-fitted inner box with bubble wrap all round. The cert number verified on PSA's site immediately. Dark Magician in a 1st Ed PSA 9 is a piece of Yu-Gi-Oh history. Absolutely worth every rupee.",
881
- status: "approved",
882
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
882
883
  helpfulCount: 29,
883
884
  reportCount: 0,
884
885
  verified: true,
@@ -898,7 +899,7 @@ const rawReviews = [
898
899
  rating: 5,
899
900
  title: "RLC Porsche in mint condition — great packaging",
900
901
  comment: "I collect Hot Wheels RLC releases and they're notoriously hard to find in India. Diecast Depot had stock and shipped it in the original RLC mailer inside a padded outer box. Card is perfectly flat, Spectraflame finish is immaculate. Vikram answered all my questions about provenance. Five stars.",
901
- status: "approved",
902
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
902
903
  helpfulCount: 15,
903
904
  reportCount: 0,
904
905
  verified: true,
@@ -917,7 +918,7 @@ const rawReviews = [
917
918
  rating: 5,
918
919
  title: "Perfect Tomica — excellent gift packaging",
919
920
  comment: "Bought 3 of these as gifts for my nephews. All three arrived in original Tomica boxes, no crushing or damage. The LC300 detail is fantastic for a 1:64. Each car was bubble-wrapped individually even though they were in one order. Really thoughtful packaging from Diecast Depot.",
920
- status: "approved",
921
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
921
922
  helpfulCount: 10,
922
923
  reportCount: 0,
923
924
  verified: true,
@@ -936,7 +937,7 @@ const rawReviews = [
936
937
  rating: 4,
937
938
  title: "Lovely Car Culture set — one car slightly dusty in package",
938
939
  comment: "The German Cars & Coffee set is one of the best Car Culture assortments Mattel has produced. Real Riders on all five cars and the BMW M3 E30 is the standout. My only complaint: the Audi RS5 in the set had visible dust inside the blister pack — looks like a factory quality issue, not the seller's fault. Diecast Depot was responsive when I mentioned it.",
939
- status: "approved",
940
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
940
941
  helpfulCount: 8,
941
942
  reportCount: 0,
942
943
  verified: true,
@@ -955,7 +956,7 @@ const rawReviews = [
955
956
  rating: 5,
956
957
  title: "Iconic Bond car — all gadgets work, display piece of the year",
957
958
  comment: "Corgi's DB5 is the definitive toy for James Bond fans. The ejector seat mechanism works perfectly, the revolving plates click satisfyingly, and the Spectraflame silver finish is gorgeous. Diecast Depot packed it in the original presentation box inside a custom foam-padded shipper. This is now the centrepiece of my display shelf.",
958
- status: "approved",
959
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
959
960
  helpfulCount: 19,
960
961
  reportCount: 0,
961
962
  verified: true,
@@ -974,7 +975,7 @@ const rawReviews = [
974
975
  rating: 5,
975
976
  title: "The FL5 in 1:64 — brilliant detail for the price",
976
977
  comment: "Own the real FL5 and bought the Tomica to put on my desk. The proportions are spot on — Tomica's FL5 is significantly more accurate than the Hot Wheels version. Arrives in original box, mint. Diecast Depot's packaging is always reliable. Fast shipping too.",
977
- status: "approved",
978
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
978
979
  helpfulCount: 13,
979
980
  reportCount: 0,
980
981
  verified: true,
@@ -994,7 +995,7 @@ const rawReviews = [
994
995
  rating: 5,
995
996
  title: "Perfect intro kit for Beyblade X — great for kids and adults",
996
997
  comment: "Bought 2 of these as a birthday gift combo. Rohit packed each one individually in bubble wrap. My nephew's face when he opened these was priceless. The Xtreme Dash mechanic on the X-format is genuinely exciting. Beyblade Arena is the go-to store for X-format in India.",
997
- status: "approved",
998
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
998
999
  helpfulCount: 14,
999
1000
  reportCount: 0,
1000
1001
  verified: true,
@@ -1013,7 +1014,7 @@ const rawReviews = [
1013
1014
  rating: 5,
1014
1015
  title: "Dominating stamina Bey — won my first local tournament with it",
1015
1016
  comment: "Hells Chain is the best stamina Bey in the current X format. Rohit shipped it fast and it arrived in original packaging. I won my first local LetItRip club tournament with this — the HT driver just refuses to stop spinning. Beyblade Arena is the best store for serious bladers.",
1016
- status: "approved",
1017
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1017
1018
  helpfulCount: 22,
1018
1019
  reportCount: 0,
1019
1020
  verified: true,
@@ -1032,7 +1033,7 @@ const rawReviews = [
1032
1033
  rating: 4,
1033
1034
  title: "Great launcher, solid grip — small delay in dispatch",
1034
1035
  comment: "The BX-16 Sword Launcher is a significant upgrade over the included ripcord launchers. Grip angle control makes a real difference in competitive launches. Arrived intact. Dispatch was 3 days after order (listed as 2 days) — minor inconvenience. The launcher itself: full marks.",
1035
- status: "approved",
1036
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1036
1037
  helpfulCount: 6,
1037
1038
  reportCount: 0,
1038
1039
  verified: true,
@@ -1052,7 +1053,7 @@ const rawReviews = [
1052
1053
  rating: 5,
1053
1054
  title: "Best figma I own — every accessory accounted for, perfect box",
1054
1055
  comment: "LetItRip Official is where I buy all my premium figures. The figma Link TotK is Max Factory at their best — articulation is incredible and the Ultrahand accessories are a lovely touch for TotK fans. Box arrived in a shipper with foam on all six sides. Not a single accessory missing. The photoshoot I did with this figure after unboxing got 400 likes on Instagram.",
1055
- status: "approved",
1056
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1056
1057
  helpfulCount: 26,
1057
1058
  reportCount: 0,
1058
1059
  verified: true,
@@ -1071,7 +1072,7 @@ const rawReviews = [
1071
1072
  rating: 5,
1072
1073
  title: "MAFEX quality is unmatched — Miles looks incredible on shelf",
1073
1074
  comment: "MAFEX figures are a premium buy and I needed to know LetItRip Official would handle the shipping correctly. They absolutely did — foam-lined shipper, original Medicom box in perfect shape. The figure itself is phenomenal: fabric suit texture, 12 web effect parts, 3 faceplates. Miles Morales has never looked better. This is the definitive Miles figure.",
1074
- status: "approved",
1075
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1075
1076
  helpfulCount: 33,
1076
1077
  reportCount: 0,
1077
1078
  verified: true,
@@ -1090,7 +1091,7 @@ const rawReviews = [
1090
1091
  rating: 5,
1091
1092
  title: "My first Nendoroid — couldn't have chosen a better store",
1092
1093
  comment: "As a first-time Nendoroid buyer I was nervous about getting a genuine GSC product. LetItRip Official made it easy — the box has all the Japanese and English authentication marks, the figure quality is incredible. Miku V4X is the perfect starter Nendoroid. The leek accessory made me laugh. Excellent from start to finish.",
1093
- status: "approved",
1094
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1094
1095
  helpfulCount: 16,
1095
1096
  reportCount: 0,
1096
1097
  verified: true,
@@ -1109,7 +1110,7 @@ const rawReviews = [
1109
1110
  rating: 5,
1110
1111
  title: "Mint box, quick delivery — Gojo looks great in blindfold",
1111
1112
  comment: "Ordered on Friday, arrived Tuesday — that's excellent for Kerala. Funko box had a protector sleeve on it and was in a padded mailer. Zero dents or crushes. Gojo's blindfold design is so much better than some of the unmasked variants. Perfect gift for my JJK fan friend.",
1112
- status: "approved",
1113
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1113
1114
  helpfulCount: 8,
1114
1115
  reportCount: 0,
1115
1116
  verified: true,
@@ -1129,7 +1130,7 @@ const rawReviews = [
1129
1130
  rating: 5,
1130
1131
  title: "ALTER quality is another level — this figure is breathtaking",
1131
1132
  comment: "My most expensive figure purchase to date and absolutely worth it. ALTER's Rem Wedding Ver. is spectacular — the lace on the dress has visible weave texture, the bouquet flowers are individually painted, and the expression sculpt is perfect. Tokyo Toys India shipped in a double-box with foam cut to the figure's exact shape. Pristine arrival. I cried a little.",
1132
- status: "approved",
1133
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1133
1134
  helpfulCount: 35,
1134
1135
  reportCount: 0,
1135
1136
  verified: true,
@@ -1148,7 +1149,7 @@ const rawReviews = [
1148
1149
  rating: 5,
1149
1150
  title: "Aqua deserves all the praise — this figure is stunning",
1150
1151
  comment: "The Aqua 1/7 scale from GSC captures her personality perfectly. The water effect base is translucent blue with shimmer built into the plastic — it looks magical in direct light. Tokyo Toys India's packaging was impeccable: foam form-fitting inserts, zero movement in the box. Figure arrived in showroom condition. Priya also included a polishing cloth — thoughtful.",
1151
- status: "approved",
1152
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1152
1153
  helpfulCount: 28,
1153
1154
  reportCount: 0,
1154
1155
  verified: true,
@@ -1167,7 +1168,7 @@ const rawReviews = [
1167
1168
  rating: 3,
1168
1169
  title: "Great figure but one faceplate had a paint defect — resolved",
1169
1170
  comment: "The Zero Two Nendoroid is beautiful but one of the three faceplates (the sad expression) had a small paint smear near the right eye. I contacted Tokyo Toys India and Priya responded within 2 hours offering a replacement faceplate at no charge — which arrived 5 days later. The resolution was outstanding. Dropping two stars for the initial defect, adding one back for the excellent after-sale service. Net 3/5 but I would buy here again.",
1170
- status: "approved",
1171
+ status: REVIEW_FIELDS.STATUS_VALUES.APPROVED,
1171
1172
  helpfulCount: 12,
1172
1173
  reportCount: 0,
1173
1174
  verified: true,
@@ -13,6 +13,7 @@
13
13
  * All phones / UPI IDs / emails are fictional but formatted like real Indian data.
14
14
  * Slug prefix: scammer-
15
15
  */
16
+ import { SCAMMER_FIELDS } from "../constants/field-names";
16
17
  const NOW = new Date("2026-05-10T00:00:00.000Z");
17
18
  const daysAgo = (n) => new Date(NOW.getTime() - n * 86400000);
18
19
  export const scammersSeedData = [
@@ -36,7 +37,7 @@ export const scammersSeedData = [
36
37
  evidence: ["/media/scammer-evidence-rahul-chat-screenshot-20260402.jpg"],
37
38
  reportedBy: "user-rahul-sharma",
38
39
  reportedByAnon: false,
39
- status: "verified",
40
+ status: SCAMMER_FIELDS.STATUS_VALUES.VERIFIED,
40
41
  verifiedBy: "user-admin-letitrip",
41
42
  verifiedAt: daysAgo(20),
42
43
  verificationNote: "Confirmed 3 separate victims with same UPI ID. Profile verified.",
@@ -100,7 +101,7 @@ export const scammersSeedData = [
100
101
  evidence: [],
101
102
  reportedBy: "user-anjali-verma",
102
103
  reportedByAnon: false,
103
- status: "rejected",
104
+ status: SCAMMER_FIELDS.STATUS_VALUES.REJECTED,
104
105
  verifiedBy: "user-admin-letitrip",
105
106
  verifiedAt: daysAgo(8),
106
107
  verificationNote: "Seller provided courier proof. Likely delivery dispute, not fraud. Rejected.",
@@ -3,6 +3,7 @@
3
3
  * 5 stores: 1 admin/official store + 4 seller stores covering the 5 collectibles verticals.
4
4
  * id === storeSlug convention enforced throughout.
5
5
  */
6
+ import { STORE_FIELDS } from "../constants/field-names";
6
7
  const NOW = new Date();
7
8
  const daysAgo = (n) => new Date(NOW.getTime() - n * 86400000);
8
9
  export const storesSeedData = [
@@ -16,7 +17,7 @@ export const storesSeedData = [
16
17
  storeCategory: "category-action-figures",
17
18
  storeLogoURL: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=400&h=400&fit=crop",
18
19
  storeBannerURL: "https://images.unsplash.com/photo-1614108831137-558fffac9ead?w=1600&h=400&fit=crop",
19
- status: "active",
20
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
20
21
  bio: "Curated by the LetItRip team. Every item is personally inspected and authenticated before listing. Fast dispatch, safe packaging.",
21
22
  location: "Mumbai, Maharashtra, India",
22
23
  website: "https://letitrip.in",
@@ -73,7 +74,7 @@ export const storesSeedData = [
73
74
  storeCategory: "category-pokemon-tcg",
74
75
  storeLogoURL: "https://images.unsplash.com/photo-1613771404784-3a5686aa2be3?w=400&h=400&fit=crop",
75
76
  storeBannerURL: "https://images.unsplash.com/photo-1607604276583-eef5d076aa5f?w=1600&h=400&fit=crop",
76
- status: "active",
77
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
77
78
  bio: "Pokémon TCG enthusiast since 2010 and PTCGO tournament player. All cards are inspected under bright light and sleeved before shipping. Sealed product is sourced directly from official distributors.",
78
79
  location: "Mumbai, Maharashtra, India",
79
80
  socialLinks: {
@@ -134,7 +135,7 @@ export const storesSeedData = [
134
135
  storeCategory: "category-yugioh-tcg",
135
136
  storeLogoURL: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=400&h=400&fit=crop",
136
137
  storeBannerURL: "https://images.unsplash.com/photo-1612036782180-6f0b6cd846fe?w=1600&h=400&fit=crop",
137
- status: "active",
138
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
138
139
  bio: "WCS 2022 qualifier and competitive Yu-Gi-Oh! player. Tournament-tested cards, sleeve recommendations, and deck-building advice on request. Bulk orders welcome.",
139
140
  location: "Hyderabad, Telangana, India",
140
141
  socialLinks: {
@@ -164,7 +165,7 @@ export const storesSeedData = [
164
165
  storeCategory: "category-hot-wheels",
165
166
  storeLogoURL: "https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=400&h=400&fit=crop",
166
167
  storeBannerURL: "https://images.unsplash.com/photo-1581235720704-06d3acfcb36f?w=1600&h=400&fit=crop",
167
- status: "active",
168
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
168
169
  bio: "Collector since 2005. STH hunter, Car Culture completionist, Tomica Limited Vintage dealer. All cars are fresh from retail, blister-checked, and never displayed. I source from Tokyo flea markets on my annual Japan trip.",
169
170
  location: "Delhi, NCR, India",
170
171
  socialLinks: {
@@ -195,7 +196,7 @@ export const storesSeedData = [
195
196
  storeCategory: "category-beyblade-x",
196
197
  storeLogoURL: "https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=400&h=400&fit=crop",
197
198
  storeBannerURL: "https://images.unsplash.com/photo-1555680202-c86f0e12f086?w=1600&h=400&fit=crop",
198
- status: "active",
199
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
199
200
  bio: "Importing Beyblade X directly from Japan since 2023. All stock is Takara Tomy authentic — no knockoffs. Run weekly online tournaments with prizes. Discord community with 2,000+ members.",
200
201
  location: "Pune, Maharashtra, India",
201
202
  socialLinks: {
@@ -225,7 +226,7 @@ export const storesSeedData = [
225
226
  storeCategory: "category-anime-figures",
226
227
  storeLogoURL: "https://images.unsplash.com/photo-1608889825271-9696283b84bd?w=400&h=400&fit=crop",
227
228
  storeBannerURL: "https://images.unsplash.com/photo-1578632767115-351597cf2477?w=1600&h=400&fit=crop",
228
- status: "active",
229
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
229
230
  bio: "I visit Akihabara twice a year and bring back genuine figures direct from Good Smile, Bandai Spirits, and Kotobukiya. All products have original Japanese box with serial number. No grey-market, no bootlegs. Specialising in Nendoroids and S.H.Figuarts with a growing Gunpla section.",
230
231
  location: "Chennai, Tamil Nadu, India",
231
232
  socialLinks: {
@@ -256,7 +257,7 @@ export const storesSeedData = [
256
257
  storeCategory: "category-gunpla",
257
258
  storeLogoURL: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=400&h=400&fit=crop",
258
259
  storeBannerURL: "https://images.unsplash.com/photo-1657664072470-99b02c2143f2?w=1600&h=400&fit=crop",
259
- status: "active",
260
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
260
261
  bio: "Master Grade builder and competitive Gunpla modeller since 2016. All kits sourced from official Bandai distributors — no Malaysian bootlegs, no resealed boxes. YouTube channel with build tutorials for MG and RG kits. Discord server for India Gunpla community with 1,500+ members.",
261
262
  location: "Bengaluru, Karnataka, India",
262
263
  socialLinks: {
@@ -287,7 +288,7 @@ export const storesSeedData = [
287
288
  storeCategory: "category-vintage-rare",
288
289
  storeLogoURL: "https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=400&h=400&fit=crop",
289
290
  storeBannerURL: "https://images.unsplash.com/photo-1578301978162-7aae4d755744?w=1600&h=400&fit=crop",
290
- status: "active",
291
+ status: STORE_FIELDS.STATUS_VALUES.ACTIVE,
291
292
  bio: "20+ years sourcing vintage collectibles from Japan, the UK, and the US. Every item in my store has a provenance story. I travel to Japan twice a year — Tokyo Toy Show and the Shinjuku/Shibuya flea market circuit. Specialist in Pokémon WOTC era (Base Set through Skyridge) and vintage Redline Hot Wheels.",
292
293
  location: "Kolkata, West Bengal, India",
293
294
  socialLinks: {