@mohasinac/appkit 3.5.2 → 3.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/homepage/components/CustomCardsSection.js +1 -1
- package/dist/features/homepage/components/SectionCarousel.js +1 -1
- package/dist/seed/addresses-seed-data.js +8 -99
- package/dist/seed/categories-seed-data.js +103 -2082
- package/dist/seed/homepage-sections-seed-data.js +9 -9
- package/dist/seed/products-art-seed-data.d.ts +1 -10
- package/dist/seed/products-art-seed-data.js +13 -122
- package/dist/seed/products-auctions-seed-data.js +39 -747
- package/dist/seed/products-classifieds-seed-data.d.ts +1 -9
- package/dist/seed/products-classifieds-seed-data.js +13 -195
- package/dist/seed/products-digital-codes-seed-data.d.ts +1 -9
- package/dist/seed/products-digital-codes-seed-data.js +13 -202
- package/dist/seed/products-live-items-seed-data.d.ts +1 -12
- package/dist/seed/products-live-items-seed-data.js +13 -188
- package/dist/seed/products-preorders-seed-data.js +18 -149
- package/dist/seed/products-prize-draws-seed-data.d.ts +1 -16
- package/dist/seed/products-prize-draws-seed-data.js +13 -385
- package/dist/seed/products-standard-seed-data.js +152 -1331
- package/dist/seed/products-stickers-seed-data.d.ts +1 -10
- package/dist/seed/products-stickers-seed-data.js +13 -122
- package/dist/seed/site-settings-seed-data.js +106 -108
- package/dist/seed/store-addresses-seed-data.js +14 -46
- package/dist/seed/stores-seed-data.js +13 -205
- package/dist/styles.css +19 -18
- package/dist/tailwind-utilities.css +1 -1
- package/dist/ui/components/BulkActionBar.style.css +4 -4
- package/dist/ui/components/Button.style.css +14 -13
- package/dist/ui/components/HorizontalScroller.js +18 -10
- package/dist/ui/components/ListingToolbar.js +4 -4
- package/package.json +1 -1
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* WHY: Seeds
|
|
3
|
-
* WHAT: Exports
|
|
2
|
+
* WHY: Seeds a minimal set of Beyblade auction listings for the demo catalog.
|
|
3
|
+
* WHAT: Exports 2 auction products with listingType:"auction", one vintage Original-series
|
|
4
|
+
* piece and one rare Metal Fight piece — both from the Beyblade Arena store.
|
|
4
5
|
*
|
|
5
6
|
* EXPORTS:
|
|
6
|
-
* productsAuctionsSeedData — Array of
|
|
7
|
+
* productsAuctionsSeedData — Array of 2 auction products with listingType:"auction"
|
|
7
8
|
*
|
|
8
9
|
* @tag domain:auctions,products
|
|
9
10
|
* @tag layer:seed
|
|
@@ -23,774 +24,65 @@ function withTokens(p) {
|
|
|
23
24
|
stockQuantity: 1,
|
|
24
25
|
availableQuantity: p.isSold ? 0 : 1,
|
|
25
26
|
...p,
|
|
26
|
-
searchTokens: buildSearchTokens(p.title, p.description, p.brand, p.brandSlug, p.categoryNames, p.tags, p.features, p.condition, p.
|
|
27
|
+
searchTokens: buildSearchTokens(p.title, p.description, p.brand, p.brandSlug, p.categoryNames, p.tags, p.features, p.condition, p.specifications?.map((s) => `${s.name} ${s.value}`)),
|
|
27
28
|
};
|
|
28
29
|
}
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
jinzo: 77585513,
|
|
43
|
-
gateGuardian: 25833572,
|
|
44
|
-
elementalHeroNeos: 89943723,
|
|
45
|
-
};
|
|
46
|
-
const _kaibaAuctionsSeedData = [
|
|
47
|
-
{
|
|
48
|
-
id: "auction-psa10-blue-eyes-lob",
|
|
49
|
-
slug: "auction-psa10-blue-eyes-lob",
|
|
50
|
-
title: "Blue-Eyes White Dragon (LOB PSA 10)",
|
|
51
|
-
description: "First Edition Blue-Eyes White Dragon LOB in PSA 10 gem mint condition. Ultra rare.",
|
|
52
|
-
categorySlugs: ["category-graded-cards", "category-psa-graded"],
|
|
53
|
-
categoryNames: ["Graded Cards", "PSA Slabs"],
|
|
54
|
-
brandSlug: "brand-konami",
|
|
55
|
-
brand: "Konami",
|
|
56
|
-
startingBid: 4999900, // ₹49,999
|
|
57
|
-
buyItNowPriceInPaise: 9999900, // ₹99,999
|
|
58
|
-
currentBid: 7999900,
|
|
59
|
-
currency: "INR",
|
|
60
|
-
auctionEndDate: new Date(Date.now() + 3 * 24 * 60 * 60 * 1000), // +3 days
|
|
61
|
-
bidCount: 8,
|
|
62
|
-
bidsHaveStarted: true,
|
|
63
|
-
isSold: false,
|
|
64
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
65
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
66
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
67
|
-
grading: {
|
|
68
|
-
service: "PSA",
|
|
69
|
-
grade: 10,
|
|
70
|
-
certNumber: "PSA-YGO-112233",
|
|
71
|
-
},
|
|
72
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
73
|
-
storeId: "store-kaiba-corp-cards",
|
|
74
|
-
storeName: "Kaiba Corp Card Vault",
|
|
75
|
-
createdAt: new Date("2026-05-18"),
|
|
76
|
-
updatedAt: new Date("2026-05-21"),
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
id: "auction-psa9-dark-magician-lob",
|
|
80
|
-
slug: "auction-psa9-dark-magician-lob",
|
|
81
|
-
title: "Dark Magician (LOB PSA 9)",
|
|
82
|
-
description: "First Edition Dark Magician LOB in PSA 9 mint condition.",
|
|
83
|
-
categorySlugs: ["category-graded-cards", "category-psa-graded"],
|
|
84
|
-
categoryNames: ["Graded Cards", "PSA Slabs"],
|
|
85
|
-
brandSlug: "brand-konami",
|
|
86
|
-
brand: "Konami",
|
|
87
|
-
startingBid: 2999900,
|
|
88
|
-
buyItNowPriceInPaise: 5999900,
|
|
89
|
-
currentBid: 4499900,
|
|
90
|
-
currency: "INR",
|
|
91
|
-
auctionEndDate: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),
|
|
92
|
-
bidCount: 6,
|
|
93
|
-
bidsHaveStarted: true,
|
|
94
|
-
isSold: false,
|
|
95
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`),
|
|
96
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`)],
|
|
97
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
98
|
-
grading: { service: "PSA", grade: 9, certNumber: "PSA-YGO-334455" },
|
|
99
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
100
|
-
storeId: "store-kaiba-corp-cards",
|
|
101
|
-
storeName: "Kaiba Corp Card Vault",
|
|
102
|
-
createdAt: new Date("2026-05-17"),
|
|
103
|
-
updatedAt: new Date("2026-05-21"),
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
id: "auction-1st-ed-pot-of-greed",
|
|
107
|
-
slug: "auction-1st-ed-pot-of-greed",
|
|
108
|
-
title: "Pot of Greed (LOB 1st Edition)",
|
|
109
|
-
description: "1st Edition Pot of Greed from LOB. Raw, near mint condition.",
|
|
110
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
111
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
112
|
-
brandSlug: "brand-konami",
|
|
113
|
-
brand: "Konami",
|
|
114
|
-
startingBid: 1499900,
|
|
115
|
-
buyItNowPriceInPaise: 2999900,
|
|
116
|
-
currentBid: 2299900,
|
|
117
|
-
currency: "INR",
|
|
118
|
-
auctionEndDate: new Date(Date.now() + 2 * 24 * 60 * 60 * 1000),
|
|
119
|
-
bidCount: 4,
|
|
120
|
-
bidsHaveStarted: true,
|
|
121
|
-
isSold: false,
|
|
122
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.potOfGreed}.jpg`),
|
|
123
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.potOfGreed}.jpg`)],
|
|
124
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
125
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
126
|
-
storeId: "store-kaiba-corp-cards",
|
|
127
|
-
storeName: "Kaiba Corp Card Vault",
|
|
128
|
-
createdAt: new Date("2026-05-19"),
|
|
129
|
-
updatedAt: new Date("2026-05-21"),
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
id: "auction-psa9-chaos-emperor",
|
|
133
|
-
slug: "auction-psa9-chaos-emperor",
|
|
134
|
-
title: "Chaos Emperor Dragon (IOC PSA 9)",
|
|
135
|
-
description: "Chaos Emperor Dragon IOC in PSA 9 condition. Powerful card.",
|
|
136
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
137
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
138
|
-
brandSlug: "brand-konami",
|
|
139
|
-
brand: "Konami",
|
|
140
|
-
startingBid: 999900,
|
|
141
|
-
buyItNowPriceInPaise: 1999900,
|
|
142
|
-
currentBid: 1599900,
|
|
143
|
-
currency: "INR",
|
|
144
|
-
auctionEndDate: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
|
145
|
-
bidCount: 5,
|
|
146
|
-
bidsHaveStarted: true,
|
|
147
|
-
isSold: false,
|
|
148
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.chaosEmperorDragon}.jpg`),
|
|
149
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.chaosEmperorDragon}.jpg`)],
|
|
150
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
151
|
-
grading: { service: "PSA", grade: 9, certNumber: "PSA-YGO-556677" },
|
|
152
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
153
|
-
storeId: "store-kaiba-corp-cards",
|
|
154
|
-
storeName: "Kaiba Corp Card Vault",
|
|
155
|
-
createdAt: new Date("2026-05-14"),
|
|
156
|
-
updatedAt: new Date("2026-05-21"),
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
id: "auction-1st-ed-mirror-force",
|
|
160
|
-
slug: "auction-1st-ed-mirror-force",
|
|
161
|
-
title: "Mirror Force (MRD 1st Edition)",
|
|
162
|
-
description: "1st Edition Mirror Force from Metal Raiders.",
|
|
163
|
-
categorySlugs: ["category-trap-cards", "category-singles"],
|
|
164
|
-
categoryNames: ["Trap Cards", "Singles"],
|
|
165
|
-
brandSlug: "brand-konami",
|
|
166
|
-
brand: "Konami",
|
|
167
|
-
startingBid: 799900,
|
|
168
|
-
buyItNowPriceInPaise: 1499900,
|
|
169
|
-
currentBid: 1199900,
|
|
30
|
+
const _rawProductsAuctionsSeedData = [
|
|
31
|
+
{
|
|
32
|
+
id: "auction-beyblade-original-dragoon-storm",
|
|
33
|
+
slug: "auction-beyblade-original-dragoon-storm",
|
|
34
|
+
title: "Beyblade Original — Dragoon Storm (Rare Sealed)",
|
|
35
|
+
description: "Sealed, unopened Dragoon Storm from the original 1999-2003 series. A grail piece for original-generation collectors.",
|
|
36
|
+
categorySlugs: ["category-beyblade-original", "category-spinning-tops"],
|
|
37
|
+
categoryNames: ["Beyblade Original", "Spinning Tops"],
|
|
38
|
+
brandSlug: "brand-beyblade",
|
|
39
|
+
brand: "Beyblade",
|
|
40
|
+
startingBid: 299900, // ₹2,999
|
|
41
|
+
buyItNowPriceInPaise: 599900, // ₹5,999
|
|
42
|
+
currentBid: 349900,
|
|
170
43
|
currency: "INR",
|
|
171
44
|
auctionEndDate: new Date(Date.now() + 4 * 24 * 60 * 60 * 1000),
|
|
172
45
|
bidCount: 3,
|
|
173
46
|
bidsHaveStarted: true,
|
|
174
47
|
isSold: false,
|
|
175
|
-
mainImage: seedExtMedia(
|
|
176
|
-
images: [seedExtMedia(
|
|
177
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
178
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
179
|
-
storeId: "store-kaiba-corp-cards",
|
|
180
|
-
storeName: "Kaiba Corp Card Vault",
|
|
181
|
-
createdAt: new Date("2026-05-18"),
|
|
182
|
-
updatedAt: new Date("2026-05-21"),
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
id: "auction-bgs95-dark-magician-girl",
|
|
186
|
-
slug: "auction-bgs95-dark-magician-girl",
|
|
187
|
-
title: "Dark Magician Girl (IOC BGS 9.5)",
|
|
188
|
-
description: "Dark Magician Girl IOC in BGS 9.5 condition. Gorgeous card.",
|
|
189
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
190
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
191
|
-
brandSlug: "brand-konami",
|
|
192
|
-
brand: "Konami",
|
|
193
|
-
startingBid: 3499900,
|
|
194
|
-
buyItNowPriceInPaise: 6999900,
|
|
195
|
-
currentBid: 5499900,
|
|
196
|
-
currency: "INR",
|
|
197
|
-
auctionEndDate: new Date(Date.now() + 6 * 24 * 60 * 60 * 1000),
|
|
198
|
-
bidCount: 7,
|
|
199
|
-
bidsHaveStarted: true,
|
|
200
|
-
isSold: false,
|
|
201
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagicianGirl}.jpg`),
|
|
202
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagicianGirl}.jpg`)],
|
|
48
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/auction-image-beyblade-original-dragoon-storm-1-20260101/900/900"),
|
|
49
|
+
images: [seedExtMedia("https://picsum.photos/seed/auction-image-beyblade-original-dragoon-storm-1-20260101/900/900")],
|
|
203
50
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
204
|
-
grading: { service: "BGS", grade: 9.5, certNumber: "BGS-YGO-778899" },
|
|
205
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
206
|
-
storeId: "store-kaiba-corp-cards",
|
|
207
|
-
storeName: "Kaiba Corp Card Vault",
|
|
208
|
-
createdAt: new Date("2026-05-16"),
|
|
209
|
-
updatedAt: new Date("2026-05-21"),
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
id: "auction-raw-lob-complete-set",
|
|
213
|
-
slug: "auction-raw-lob-complete-set",
|
|
214
|
-
title: "LOB Complete Set (Raw NM)",
|
|
215
|
-
description: "All cards from Legend of Blue Eyes set in near mint raw condition. Complete collection.",
|
|
216
|
-
categorySlugs: ["category-singles"],
|
|
217
|
-
categoryNames: ["Singles"],
|
|
218
|
-
brandSlug: "brand-konami",
|
|
219
|
-
brand: "Konami",
|
|
220
|
-
startingBid: 4999900,
|
|
221
|
-
buyItNowPriceInPaise: 8999900,
|
|
222
|
-
currentBid: 7499900,
|
|
223
|
-
currency: "INR",
|
|
224
|
-
auctionEndDate: new Date(Date.now() + 10 * 24 * 60 * 60 * 1000),
|
|
225
|
-
bidCount: 6,
|
|
226
|
-
bidsHaveStarted: true,
|
|
227
|
-
isSold: false,
|
|
228
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
229
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
230
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
231
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
232
|
-
storeId: "store-kaiba-corp-cards",
|
|
233
|
-
storeName: "Kaiba Corp Card Vault",
|
|
234
|
-
createdAt: new Date("2026-05-11"),
|
|
235
|
-
updatedAt: new Date("2026-05-21"),
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
id: "auction-psa8-monster-reborn",
|
|
239
|
-
slug: "auction-psa8-monster-reborn",
|
|
240
|
-
title: "Monster Reborn (LOB PSA 8)",
|
|
241
|
-
description: "Monster Reborn LOB in PSA 8 very good condition.",
|
|
242
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
243
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
244
|
-
brandSlug: "brand-konami",
|
|
245
|
-
brand: "Konami",
|
|
246
|
-
startingBid: 399900,
|
|
247
|
-
buyItNowPriceInPaise: 799900,
|
|
248
|
-
currentBid: 599900,
|
|
249
|
-
currency: "INR",
|
|
250
|
-
auctionEndDate: new Date(Date.now() + 3 * 24 * 60 * 60 * 1000),
|
|
251
|
-
bidCount: 2,
|
|
252
|
-
bidsHaveStarted: true,
|
|
253
|
-
isSold: false,
|
|
254
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.monsterReborn}.jpg`),
|
|
255
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.monsterReborn}.jpg`)],
|
|
256
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
257
|
-
grading: { service: "PSA", grade: 8, certNumber: "PSA-YGO-990011" },
|
|
258
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
259
|
-
storeId: "store-kaiba-corp-cards",
|
|
260
|
-
storeName: "Kaiba Corp Card Vault",
|
|
261
|
-
createdAt: new Date("2026-05-19"),
|
|
262
|
-
updatedAt: new Date("2026-05-21"),
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
id: "auction-cgc10-raigeki",
|
|
266
|
-
slug: "auction-cgc10-raigeki",
|
|
267
|
-
title: "Raigeki (LOB CGC 10)",
|
|
268
|
-
description: "Raigeki LOB in CGC 10 pristine condition. Extremely rare.",
|
|
269
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
270
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
271
|
-
brandSlug: "brand-konami",
|
|
272
|
-
brand: "Konami",
|
|
273
|
-
startingBid: 999900,
|
|
274
|
-
buyItNowPriceInPaise: 1999900,
|
|
275
|
-
currentBid: 1699900,
|
|
276
|
-
currency: "INR",
|
|
277
|
-
auctionEndDate: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),
|
|
278
|
-
bidCount: 4,
|
|
279
|
-
bidsHaveStarted: true,
|
|
280
|
-
isSold: false,
|
|
281
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.raigeki}.jpg`),
|
|
282
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.raigeki}.jpg`)],
|
|
283
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
284
|
-
grading: { service: "CGC", grade: 10, certNumber: "CGC-YGO-221133" },
|
|
285
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
286
|
-
storeId: "store-kaiba-corp-cards",
|
|
287
|
-
storeName: "Kaiba Corp Card Vault",
|
|
288
|
-
createdAt: new Date("2026-05-17"),
|
|
289
|
-
updatedAt: new Date("2026-05-21"),
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
id: "auction-1st-ed-black-luster-soldier",
|
|
293
|
-
slug: "auction-1st-ed-black-luster-soldier",
|
|
294
|
-
title: "Black Luster Soldier (RL 1st Edition)",
|
|
295
|
-
description: "1st Edition Black Luster Soldier from Ritual summon era.",
|
|
296
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
297
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
298
|
-
brandSlug: "brand-konami",
|
|
299
|
-
brand: "Konami",
|
|
300
|
-
startingBid: 1499900,
|
|
301
|
-
buyItNowPriceInPaise: 2999900,
|
|
302
|
-
currentBid: 2499900,
|
|
303
|
-
currency: "INR",
|
|
304
|
-
auctionEndDate: new Date(Date.now() + 8 * 24 * 60 * 60 * 1000),
|
|
305
|
-
bidCount: 5,
|
|
306
|
-
bidsHaveStarted: true,
|
|
307
|
-
isSold: false,
|
|
308
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
309
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
310
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
311
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
312
|
-
storeId: "store-kaiba-corp-cards",
|
|
313
|
-
storeName: "Kaiba Corp Card Vault",
|
|
314
|
-
createdAt: new Date("2026-05-13"),
|
|
315
|
-
updatedAt: new Date("2026-05-21"),
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
id: "auction-psa9-five-headed-dragon",
|
|
319
|
-
slug: "auction-psa9-five-headed-dragon",
|
|
320
|
-
title: "Five-Headed Dragon (EEN PSA 9)",
|
|
321
|
-
description: "Five-Headed Dragon from Elemental Energy in PSA 9 condition.",
|
|
322
|
-
categorySlugs: ["category-extra-deck-cards", "category-gx-era"],
|
|
323
|
-
categoryNames: ["Fusion / Synchro / XYZ", "GX Era"],
|
|
324
|
-
brandSlug: "brand-konami",
|
|
325
|
-
brand: "Konami",
|
|
326
|
-
startingBid: 699900,
|
|
327
|
-
buyItNowPriceInPaise: 1299900,
|
|
328
|
-
currentBid: 999900,
|
|
329
|
-
currency: "INR",
|
|
330
|
-
auctionEndDate: new Date(Date.now() + 4 * 24 * 60 * 60 * 1000),
|
|
331
|
-
bidCount: 3,
|
|
332
|
-
bidsHaveStarted: true,
|
|
333
|
-
isSold: false,
|
|
334
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.rainbowDragon}.jpg`),
|
|
335
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.rainbowDragon}.jpg`)],
|
|
336
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
337
|
-
grading: { service: "PSA", grade: 9, certNumber: "PSA-YGO-332244" },
|
|
338
51
|
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
339
|
-
storeId: "store-
|
|
340
|
-
storeName: "
|
|
52
|
+
storeId: "store-beyblade-arena",
|
|
53
|
+
storeName: "Beyblade Arena",
|
|
341
54
|
createdAt: new Date("2026-05-18"),
|
|
342
55
|
updatedAt: new Date("2026-05-21"),
|
|
343
56
|
},
|
|
344
57
|
{
|
|
345
|
-
id: "auction-
|
|
346
|
-
slug: "auction-
|
|
347
|
-
title: "
|
|
348
|
-
description: "
|
|
349
|
-
categorySlugs: ["category-
|
|
350
|
-
categoryNames: ["
|
|
351
|
-
brandSlug: "brand-
|
|
352
|
-
brand: "
|
|
353
|
-
startingBid:
|
|
354
|
-
buyItNowPriceInPaise:
|
|
355
|
-
currentBid:
|
|
58
|
+
id: "auction-beyblade-metal-lightning-l-drago",
|
|
59
|
+
slug: "auction-beyblade-metal-lightning-l-drago",
|
|
60
|
+
title: "Metal Fight Beyblade BB-99 Lightning L-Drago",
|
|
61
|
+
description: "Lightning L-Drago 100HF/S, a highly sought-after Metal Fury era top in excellent condition.",
|
|
62
|
+
categorySlugs: ["category-beyblade-metal", "category-spinning-tops"],
|
|
63
|
+
categoryNames: ["Beyblade Metal Fight", "Spinning Tops"],
|
|
64
|
+
brandSlug: "brand-takara-tomy",
|
|
65
|
+
brand: "Takara-Tomy",
|
|
66
|
+
startingBid: 199900, // ₹1,999
|
|
67
|
+
buyItNowPriceInPaise: 449900, // ₹4,499
|
|
68
|
+
currentBid: 229900,
|
|
356
69
|
currency: "INR",
|
|
357
70
|
auctionEndDate: new Date(Date.now() + 6 * 24 * 60 * 60 * 1000),
|
|
358
|
-
bidCount: 6,
|
|
359
|
-
bidsHaveStarted: true,
|
|
360
|
-
isSold: false,
|
|
361
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.rainbowDragon}.jpg`),
|
|
362
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.rainbowDragon}.jpg`)],
|
|
363
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
364
|
-
grading: { service: "PSA", grade: 10, certNumber: "PSA-YGO-443355" },
|
|
365
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
366
|
-
storeId: "store-kaiba-corp-cards",
|
|
367
|
-
storeName: "Kaiba Corp Card Vault",
|
|
368
|
-
createdAt: new Date("2026-05-15"),
|
|
369
|
-
updatedAt: new Date("2026-05-21"),
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
id: "auction-raw-jaden-starter-sealed",
|
|
373
|
-
slug: "auction-raw-jaden-starter-sealed",
|
|
374
|
-
title: "Jaden Yuki Starter Deck (SEALED 2006)",
|
|
375
|
-
description: "Factory sealed Jaden Yuki Starter Deck from 2006. Vintage collectible.",
|
|
376
|
-
categorySlugs: ["category-sealed-products", "category-gx-era"],
|
|
377
|
-
categoryNames: ["Sealed Products", "GX Era"],
|
|
378
|
-
brandSlug: "brand-konami",
|
|
379
|
-
brand: "Konami",
|
|
380
|
-
startingBid: 799900,
|
|
381
|
-
buyItNowPriceInPaise: 1499900,
|
|
382
|
-
currentBid: 1199900,
|
|
383
|
-
currency: "INR",
|
|
384
|
-
auctionEndDate: new Date(Date.now() + 3 * 24 * 60 * 60 * 1000),
|
|
385
|
-
bidCount: 2,
|
|
386
|
-
bidsHaveStarted: true,
|
|
387
|
-
isSold: false,
|
|
388
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`),
|
|
389
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`)],
|
|
390
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
391
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
392
|
-
storeId: "store-kaiba-corp-cards",
|
|
393
|
-
storeName: "Kaiba Corp Card Vault",
|
|
394
|
-
createdAt: new Date("2026-05-19"),
|
|
395
|
-
updatedAt: new Date("2026-05-21"),
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
id: "auction-psa8-change-of-heart",
|
|
399
|
-
slug: "auction-psa8-change-of-heart",
|
|
400
|
-
title: "Change of Heart (MRD 1st Ed PSA 8)",
|
|
401
|
-
description: "Change of Heart Metal Raiders 1st Edition in PSA 8 very good condition.",
|
|
402
|
-
categorySlugs: ["category-spell-cards", "category-singles"],
|
|
403
|
-
categoryNames: ["Spell / Magic Cards", "Singles"],
|
|
404
|
-
brandSlug: "brand-konami",
|
|
405
|
-
brand: "Konami",
|
|
406
|
-
startingBid: 599900,
|
|
407
|
-
buyItNowPriceInPaise: 1199900,
|
|
408
|
-
currentBid: 899900,
|
|
409
|
-
currency: "INR",
|
|
410
|
-
auctionEndDate: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),
|
|
411
|
-
bidCount: 3,
|
|
412
|
-
bidsHaveStarted: true,
|
|
413
|
-
isSold: false,
|
|
414
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.changeOfHeart}.jpg`),
|
|
415
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.changeOfHeart}.jpg`)],
|
|
416
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
417
|
-
grading: { service: "PSA", grade: 8, certNumber: "PSA-YGO-554466" },
|
|
418
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
419
|
-
storeId: "store-kaiba-corp-cards",
|
|
420
|
-
storeName: "Kaiba Corp Card Vault",
|
|
421
|
-
createdAt: new Date("2026-05-16"),
|
|
422
|
-
updatedAt: new Date("2026-05-21"),
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
id: "auction-ended-psa10-exodia",
|
|
426
|
-
slug: "auction-ended-psa10-exodia",
|
|
427
|
-
title: "Exodia Complete Set (PSA 10 ENDED)",
|
|
428
|
-
description: "Complete Exodia set all pieces PSA 10. Auction ended — winner announced.",
|
|
429
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
430
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
431
|
-
brandSlug: "brand-konami",
|
|
432
|
-
brand: "Konami",
|
|
433
|
-
startingBid: 999900,
|
|
434
|
-
currentBid: 8999900, // Final winning bid
|
|
435
|
-
currency: "INR",
|
|
436
|
-
auctionEndDate: new Date(Date.now() - 2 * 24 * 60 * 60 * 1000), // -2 days (ended)
|
|
437
|
-
bidCount: 12,
|
|
438
|
-
bidsHaveStarted: true,
|
|
439
|
-
isSold: true,
|
|
440
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`),
|
|
441
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`)],
|
|
442
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
443
|
-
grading: { service: "PSA", grade: 10, certNumber: "PSA-YGO-665577" },
|
|
444
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
445
|
-
storeId: "store-kaiba-corp-cards",
|
|
446
|
-
storeName: "Kaiba Corp Card Vault",
|
|
447
|
-
createdAt: new Date("2026-05-06"),
|
|
448
|
-
updatedAt: new Date("2026-05-21"),
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
id: "auction-ended-bgs10-jinzo",
|
|
452
|
-
slug: "auction-ended-bgs10-jinzo",
|
|
453
|
-
title: "Jinzo (PSV BGS 10 ENDED)",
|
|
454
|
-
description: "Jinzo PSV in BGS 10 pristine condition. Auction ended.",
|
|
455
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
456
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
457
|
-
brandSlug: "brand-konami",
|
|
458
|
-
brand: "Konami",
|
|
459
|
-
startingBid: 499900,
|
|
460
|
-
currentBid: 3499900, // Final winning bid
|
|
461
|
-
currency: "INR",
|
|
462
|
-
auctionEndDate: new Date(Date.now() - 3 * 24 * 60 * 60 * 1000), // -3 days
|
|
463
|
-
bidCount: 8,
|
|
464
|
-
bidsHaveStarted: true,
|
|
465
|
-
isSold: true,
|
|
466
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`),
|
|
467
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.darkMagician}.jpg`)],
|
|
468
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
469
|
-
grading: { service: "BGS", grade: 10, certNumber: "BGS-YGO-776688" },
|
|
470
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
471
|
-
storeId: "store-kaiba-corp-cards",
|
|
472
|
-
storeName: "Kaiba Corp Card Vault",
|
|
473
|
-
createdAt: new Date("2026-05-08"),
|
|
474
|
-
updatedAt: new Date("2026-05-21"),
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
id: "auction-ended-raw-sdk-kaiba",
|
|
478
|
-
slug: "auction-ended-raw-sdk-kaiba",
|
|
479
|
-
title: "SDK Kaiba Deck (SEALED ENDED)",
|
|
480
|
-
description: "SDK Kaiba Starter Deck sealed. Vintage auction concluded.",
|
|
481
|
-
categorySlugs: ["category-sealed-products"],
|
|
482
|
-
categoryNames: ["Sealed Products"],
|
|
483
|
-
brandSlug: "brand-konami",
|
|
484
|
-
brand: "Konami",
|
|
485
|
-
startingBid: 299900,
|
|
486
|
-
currentBid: 1699900,
|
|
487
|
-
currency: "INR",
|
|
488
|
-
auctionEndDate: new Date(Date.now() - 5 * 24 * 60 * 60 * 1000), // -5 days
|
|
489
|
-
bidCount: 6,
|
|
490
|
-
bidsHaveStarted: true,
|
|
491
|
-
isSold: true,
|
|
492
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`),
|
|
493
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.blueEyesWhiteDragon}.jpg`)],
|
|
494
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
495
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
496
|
-
storeId: "store-kaiba-corp-cards",
|
|
497
|
-
storeName: "Kaiba Corp Card Vault",
|
|
498
|
-
createdAt: new Date("2026-05-02"),
|
|
499
|
-
updatedAt: new Date("2026-05-21"),
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
id: "auction-ended-psa9-gate-guardian",
|
|
503
|
-
slug: "auction-ended-psa9-gate-guardian",
|
|
504
|
-
title: "Gate Guardian (MRD PSA 9 ENDED)",
|
|
505
|
-
description: "Gate Guardian Metal Raiders PSA 9. Completed auction.",
|
|
506
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
507
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
508
|
-
brandSlug: "brand-konami",
|
|
509
|
-
brand: "Konami",
|
|
510
|
-
startingBid: 399900,
|
|
511
|
-
currentBid: 1299900,
|
|
512
|
-
currency: "INR",
|
|
513
|
-
auctionEndDate: new Date(Date.now() - 7 * 24 * 60 * 60 * 1000), // -7 days
|
|
514
|
-
bidCount: 5,
|
|
515
|
-
bidsHaveStarted: true,
|
|
516
|
-
isSold: true,
|
|
517
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.gateGuardian}.jpg`),
|
|
518
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.gateGuardian}.jpg`)],
|
|
519
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
520
|
-
grading: { service: "PSA", grade: 9, certNumber: "PSA-YGO-887799" },
|
|
521
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
522
|
-
storeId: "store-kaiba-corp-cards",
|
|
523
|
-
storeName: "Kaiba Corp Card Vault",
|
|
524
|
-
createdAt: new Date("2026-05-01"),
|
|
525
|
-
updatedAt: new Date("2026-05-21"),
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
id: "auction-upcoming-gx-promo-set",
|
|
529
|
-
slug: "auction-upcoming-gx-promo-set",
|
|
530
|
-
title: "GX Promo Set (UPCOMING)",
|
|
531
|
-
description: "Special GX era promotional card set. Auction starts soon.",
|
|
532
|
-
categorySlugs: ["category-gx-era", "category-singles"],
|
|
533
|
-
categoryNames: ["GX Era", "Singles"],
|
|
534
|
-
brandSlug: "brand-konami",
|
|
535
|
-
brand: "Konami",
|
|
536
|
-
startingBid: 999900,
|
|
537
|
-
currency: "INR",
|
|
538
|
-
auctionEndDate: new Date(Date.now() + 14 * 24 * 60 * 60 * 1000), // +14 days
|
|
539
|
-
bidCount: 0,
|
|
540
|
-
bidsHaveStarted: false,
|
|
541
|
-
isSold: false,
|
|
542
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`),
|
|
543
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.elementalHeroNeos}.jpg`)],
|
|
544
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.DRAFT,
|
|
545
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
546
|
-
storeId: "store-kaiba-corp-cards",
|
|
547
|
-
storeName: "Kaiba Corp Card Vault",
|
|
548
|
-
createdAt: new Date("2026-05-20"),
|
|
549
|
-
updatedAt: new Date("2026-05-21"),
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
id: "auction-upcoming-duelist-league",
|
|
553
|
-
slug: "auction-upcoming-duelist-league",
|
|
554
|
-
title: "Duelist League Promo (UPCOMING)",
|
|
555
|
-
description: "Duelist League promotional cards from tournament. Coming soon.",
|
|
556
|
-
categorySlugs: ["category-singles"],
|
|
557
|
-
categoryNames: ["Singles"],
|
|
558
|
-
brandSlug: "brand-konami",
|
|
559
|
-
brand: "Konami",
|
|
560
|
-
startingBid: 499900,
|
|
561
|
-
currency: "INR",
|
|
562
|
-
auctionEndDate: new Date(Date.now() + 21 * 24 * 60 * 60 * 1000), // +21 days
|
|
563
|
-
bidCount: 0,
|
|
564
|
-
bidsHaveStarted: false,
|
|
565
|
-
isSold: false,
|
|
566
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
567
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
568
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.DRAFT,
|
|
569
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
570
|
-
storeId: "store-kaiba-corp-cards",
|
|
571
|
-
storeName: "Kaiba Corp Card Vault",
|
|
572
|
-
createdAt: new Date("2026-05-20"),
|
|
573
|
-
updatedAt: new Date("2026-05-21"),
|
|
574
|
-
},
|
|
575
|
-
];
|
|
576
|
-
const _adminAuctionsSeedData = [
|
|
577
|
-
{
|
|
578
|
-
id: "auction-admin-ra-authentic-card",
|
|
579
|
-
slug: "auction-admin-ra-authentic-card",
|
|
580
|
-
title: "The Winged Dragon of Ra — God Card (Authentic)",
|
|
581
|
-
description: "Authentic God Card Ra from official release. Museum-quality collectible.",
|
|
582
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
583
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
584
|
-
brandSlug: "brand-konami",
|
|
585
|
-
brand: "Konami",
|
|
586
|
-
startingBid: 1999900,
|
|
587
|
-
buyItNowPriceInPaise: 3999900,
|
|
588
|
-
currentBid: 3199900,
|
|
589
|
-
currency: "INR",
|
|
590
|
-
auctionEndDate: new Date(Date.now() + 5 * 24 * 60 * 60 * 1000),
|
|
591
|
-
bidCount: 4,
|
|
592
|
-
bidsHaveStarted: true,
|
|
593
|
-
isSold: false,
|
|
594
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`),
|
|
595
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`)],
|
|
596
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
597
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
598
|
-
storeId: "store-letitrip-official",
|
|
599
|
-
storeName: "LetItRip Official",
|
|
600
|
-
createdAt: new Date("2026-05-15"),
|
|
601
|
-
updatedAt: new Date("2026-05-21"),
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
id: "auction-admin-obelisk-authentic",
|
|
605
|
-
slug: "auction-admin-obelisk-authentic",
|
|
606
|
-
title: "Obelisk the Tormentor — Limited Edition",
|
|
607
|
-
description: "Limited edition Obelisk God Card. Certified original.",
|
|
608
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
609
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
610
|
-
brandSlug: "brand-konami",
|
|
611
|
-
brand: "Konami",
|
|
612
|
-
startingBid: 2499900,
|
|
613
|
-
buyItNowPriceInPaise: 4999900,
|
|
614
|
-
currentBid: 3899900,
|
|
615
|
-
currency: "INR",
|
|
616
|
-
auctionEndDate: new Date(Date.now() + 8 * 24 * 60 * 60 * 1000),
|
|
617
|
-
bidCount: 5,
|
|
618
|
-
bidsHaveStarted: true,
|
|
619
|
-
isSold: false,
|
|
620
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`),
|
|
621
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`)],
|
|
622
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
623
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
624
|
-
storeId: "store-letitrip-official",
|
|
625
|
-
storeName: "LetItRip Official",
|
|
626
|
-
createdAt: new Date("2026-05-12"),
|
|
627
|
-
updatedAt: new Date("2026-05-21"),
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
id: "auction-admin-exodia-leg-set",
|
|
631
|
-
slug: "auction-admin-exodia-leg-set",
|
|
632
|
-
title: "Exodia Limb Set (4 pieces, 1st Ed)",
|
|
633
|
-
description: "All 4 limbs of Exodia in 1st Edition condition. Rare collector set.",
|
|
634
|
-
categorySlugs: ["category-monster-cards", "category-singles"],
|
|
635
|
-
categoryNames: ["Monster Cards", "Singles"],
|
|
636
|
-
brandSlug: "brand-konami",
|
|
637
|
-
brand: "Konami",
|
|
638
|
-
startingBid: 799900,
|
|
639
|
-
buyItNowPriceInPaise: 1499900,
|
|
640
|
-
currentBid: 1099900,
|
|
641
|
-
currency: "INR",
|
|
642
|
-
auctionEndDate: new Date(Date.now() + 3 * 24 * 60 * 60 * 1000),
|
|
643
|
-
bidCount: 3,
|
|
644
|
-
bidsHaveStarted: true,
|
|
645
|
-
isSold: false,
|
|
646
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`),
|
|
647
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.exodiaHead}.jpg`)],
|
|
648
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
649
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
650
|
-
storeId: "store-letitrip-official",
|
|
651
|
-
storeName: "LetItRip Official",
|
|
652
|
-
createdAt: new Date("2026-05-18"),
|
|
653
|
-
updatedAt: new Date("2026-05-21"),
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
id: "auction-admin-ended-yugi-promo",
|
|
657
|
-
slug: "auction-admin-ended-yugi-promo",
|
|
658
|
-
title: "Yugi Muto Promo Card (ENDED)",
|
|
659
|
-
description: "Exclusive Yugi Muto promo card. Auction completed.",
|
|
660
|
-
categorySlugs: ["category-singles"],
|
|
661
|
-
categoryNames: ["Singles"],
|
|
662
|
-
brandSlug: "brand-konami",
|
|
663
|
-
brand: "Konami",
|
|
664
|
-
startingBid: 299900,
|
|
665
|
-
currentBid: 899900,
|
|
666
|
-
currency: "INR",
|
|
667
|
-
auctionEndDate: new Date(Date.now() - 4 * 24 * 60 * 60 * 1000), // -4 days
|
|
668
|
-
bidCount: 4,
|
|
669
|
-
bidsHaveStarted: true,
|
|
670
|
-
isSold: true,
|
|
671
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`),
|
|
672
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/cropped/${CARD_IDS.darkMagician}.jpg`)],
|
|
673
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
674
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
675
|
-
storeId: "store-letitrip-official",
|
|
676
|
-
storeName: "LetItRip Official",
|
|
677
|
-
createdAt: new Date("2026-05-05"),
|
|
678
|
-
updatedAt: new Date("2026-05-21"),
|
|
679
|
-
},
|
|
680
|
-
// ===== Category-coverage backfill (BGS / CGC / Raw NM / set-specific era tags) =====
|
|
681
|
-
{
|
|
682
|
-
id: "auction-bgs-blue-eyes-sdk",
|
|
683
|
-
slug: "auction-bgs-blue-eyes-sdk",
|
|
684
|
-
title: "Blue-Eyes White Dragon (SDK BGS 9.5)",
|
|
685
|
-
description: "Starter Deck Kaiba Blue-Eyes White Dragon graded BGS 9.5 (Gem Mint).",
|
|
686
|
-
categorySlugs: ["category-graded-cards", "category-bgs-graded", "category-duel-monsters-era"],
|
|
687
|
-
categoryNames: ["Graded Cards", "BGS Slabs", "Duel Monsters Era"],
|
|
688
|
-
brandSlug: "brand-konami",
|
|
689
|
-
brand: "Konami",
|
|
690
|
-
startingBid: 1899900,
|
|
691
|
-
buyItNowPriceInPaise: 3499900,
|
|
692
|
-
currentBid: 2399900,
|
|
693
|
-
currency: "INR",
|
|
694
|
-
auctionEndDate: new Date(Date.now() + 4 * 24 * 60 * 60 * 1000),
|
|
695
71
|
bidCount: 5,
|
|
696
72
|
bidsHaveStarted: true,
|
|
697
73
|
isSold: false,
|
|
698
|
-
mainImage: seedExtMedia(
|
|
699
|
-
images: [seedExtMedia(
|
|
700
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
701
|
-
grading: { service: "BGS", grade: 9.5, certNumber: "BGS-YGO-557788" },
|
|
702
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.NEW,
|
|
703
|
-
storeId: "store-kaiba-corp-cards",
|
|
704
|
-
storeName: "Kaiba Corp Card Vault",
|
|
705
|
-
createdAt: new Date("2026-05-20"),
|
|
706
|
-
updatedAt: new Date("2026-05-22"),
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
id: "auction-cgc-jinzo-psv",
|
|
710
|
-
slug: "auction-cgc-jinzo-psv",
|
|
711
|
-
title: "Jinzo (PSV 1st Ed CGC 9)",
|
|
712
|
-
description: "Pharaoh's Servant 1st Edition Jinzo graded CGC 9 (Mint).",
|
|
713
|
-
categorySlugs: ["category-graded-cards", "category-cgc-graded", "category-pharaoh-servant", "category-duel-monsters-era"],
|
|
714
|
-
categoryNames: ["Graded Cards", "CGC Slabs", "Pharaoh's Servant", "Duel Monsters Era"],
|
|
715
|
-
brandSlug: "brand-konami",
|
|
716
|
-
brand: "Konami",
|
|
717
|
-
startingBid: 1199900,
|
|
718
|
-
buyItNowPriceInPaise: 2299900,
|
|
719
|
-
currentBid: 1599900,
|
|
720
|
-
currency: "INR",
|
|
721
|
-
auctionEndDate: new Date(Date.now() + 6 * 24 * 60 * 60 * 1000),
|
|
722
|
-
bidCount: 3,
|
|
723
|
-
bidsHaveStarted: true,
|
|
724
|
-
isSold: false,
|
|
725
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.jinzo}.jpg`),
|
|
726
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.jinzo}.jpg`)],
|
|
74
|
+
mainImage: seedExtMedia("https://picsum.photos/seed/auction-image-beyblade-metal-lightning-l-drago-1-20260101/900/900"),
|
|
75
|
+
images: [seedExtMedia("https://picsum.photos/seed/auction-image-beyblade-metal-lightning-l-drago-1-20260101/900/900")],
|
|
727
76
|
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
storeName: "Kaiba Corp Card Vault",
|
|
77
|
+
condition: PRODUCT_FIELDS.CONDITION_VALUES.GOOD,
|
|
78
|
+
storeId: "store-beyblade-arena",
|
|
79
|
+
storeName: "Beyblade Arena",
|
|
732
80
|
createdAt: new Date("2026-05-19"),
|
|
733
81
|
updatedAt: new Date("2026-05-22"),
|
|
734
82
|
},
|
|
735
|
-
{
|
|
736
|
-
id: "auction-raw-nm-gate-guardian-mrd",
|
|
737
|
-
slug: "auction-raw-nm-gate-guardian-mrd",
|
|
738
|
-
title: "Gate Guardian (MRD 1st Ed, Raw NM)",
|
|
739
|
-
description: "Metal Raiders 1st Edition Gate Guardian, ungraded, certified near-mint by independent reviewer.",
|
|
740
|
-
categorySlugs: ["category-monster-cards", "category-singles", "category-raw-near-mint", "category-metal-raiders", "category-duel-monsters-era"],
|
|
741
|
-
categoryNames: ["Monster Cards", "Singles", "Raw NM", "Metal Raiders", "Duel Monsters Era"],
|
|
742
|
-
brandSlug: "brand-konami",
|
|
743
|
-
brand: "Konami",
|
|
744
|
-
startingBid: 499900,
|
|
745
|
-
buyItNowPriceInPaise: 999900,
|
|
746
|
-
currentBid: 699900,
|
|
747
|
-
currency: "INR",
|
|
748
|
-
auctionEndDate: new Date(Date.now() + 7 * 24 * 60 * 60 * 1000),
|
|
749
|
-
bidCount: 2,
|
|
750
|
-
bidsHaveStarted: true,
|
|
751
|
-
isSold: false,
|
|
752
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.gateGuardian}.jpg`),
|
|
753
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.gateGuardian}.jpg`)],
|
|
754
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
755
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
756
|
-
storeId: "store-kaiba-corp-cards",
|
|
757
|
-
storeName: "Kaiba Corp Card Vault",
|
|
758
|
-
createdAt: new Date("2026-05-18"),
|
|
759
|
-
updatedAt: new Date("2026-05-22"),
|
|
760
|
-
},
|
|
761
|
-
{
|
|
762
|
-
id: "auction-soi-rainbow-dragon",
|
|
763
|
-
slug: "auction-soi-rainbow-dragon",
|
|
764
|
-
title: "Rainbow Dragon (SOI 1st Ed)",
|
|
765
|
-
description: "Shadow of Infinity 1st Edition Rainbow Dragon. GX-era ultimate beast.",
|
|
766
|
-
categorySlugs: ["category-extra-deck-cards", "category-singles", "category-shadow-of-infinity", "category-gx-era"],
|
|
767
|
-
categoryNames: ["Extra Deck Cards", "Singles", "Shadow of Infinity", "GX Era"],
|
|
768
|
-
brandSlug: "brand-konami",
|
|
769
|
-
brand: "Konami",
|
|
770
|
-
startingBid: 799900,
|
|
771
|
-
buyItNowPriceInPaise: 1599900,
|
|
772
|
-
currentBid: 1099900,
|
|
773
|
-
currency: "INR",
|
|
774
|
-
auctionEndDate: new Date(Date.now() + 9 * 24 * 60 * 60 * 1000),
|
|
775
|
-
bidCount: 4,
|
|
776
|
-
bidsHaveStarted: true,
|
|
777
|
-
isSold: false,
|
|
778
|
-
mainImage: seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.rainbowDragon}.jpg`),
|
|
779
|
-
images: [seedExtMedia(`https://images.ygoprodeck.com/images/cards/${CARD_IDS.rainbowDragon}.jpg`)],
|
|
780
|
-
status: PRODUCT_FIELDS.STATUS_VALUES.PUBLISHED,
|
|
781
|
-
condition: PRODUCT_FIELDS.CONDITION_VALUES.USED,
|
|
782
|
-
storeId: "store-kaiba-corp-cards",
|
|
783
|
-
storeName: "Kaiba Corp Card Vault",
|
|
784
|
-
createdAt: new Date("2026-05-17"),
|
|
785
|
-
updatedAt: new Date("2026-05-22"),
|
|
786
|
-
},
|
|
787
83
|
];
|
|
788
84
|
export const productsAuctionsSeedData = [
|
|
789
|
-
...
|
|
790
|
-
...a,
|
|
791
|
-
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.AUCTION,
|
|
792
|
-
})),
|
|
793
|
-
..._adminAuctionsSeedData.map((a) => withTokens({
|
|
85
|
+
..._rawProductsAuctionsSeedData.map((a) => withTokens({
|
|
794
86
|
...a,
|
|
795
87
|
listingType: PRODUCT_FIELDS.LISTING_TYPE_VALUES.AUCTION,
|
|
796
88
|
})),
|