mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Updated DB and made it work with SDK
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: "HeartGold SoulSilver",
|
||||
@ -22,8 +22,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss1/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss1/symbol",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss1/logo"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
@ -24,8 +24,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss2/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss2/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss2/symbol",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss2/logo"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
@ -24,8 +24,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss3/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss3/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss3/symbol",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss3/logo"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
@ -24,8 +24,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss4/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss4/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgss4/symbol",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgss4/logo"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
@ -21,8 +21,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgssp/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgssp/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/hgss/hgssp/symbol",
|
||||
logo: "https://assets.tcgdex.net/en/sets/hgss/hgssp/logo"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user