fix(index): Default schema typings (#12183)
**What** Fix wrongly type is_giftcard property
This commit is contained in:
committed by
GitHub
parent
bbe7389d30
commit
4ea1a2e09f
5
.changeset/great-eels-dress.md
Normal file
5
.changeset/great-eels-dress.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/index": patch
|
||||
---
|
||||
|
||||
fix(index): Default schema typings
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user