fix(index): Default schema typings (#12183)

**What**
Fix wrongly type is_giftcard property
This commit is contained in:
Adrien de Peretti
2025-04-14 14:00:53 +02:00
committed by GitHub
parent bbe7389d30
commit 4ea1a2e09f
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/index": patch
---
fix(index): Default schema typings

View File

@@ -8,7 +8,7 @@ export const defaultSchema = `
status: String
type_id: String
collection_id: String
is_giftcard: String
is_giftcard: Boolean
external_id: String
created_at: DateTime
updated_at: DateTime