* add new plugin for better organization * added handling in theme for mutations and query types * added tsdoc to hooks * added tsdocs to utility functions * added tsdoc to providers * generated reference * general fixes for generated reference * generated api reference specs + general fixes * add missing import react * split utilities into different directories * added overview page * added link to customer authentication section * fix lint errors * added changeset * fix readme * fixed build error * added expand fields + other sections to overview * updated what's new section * general refactoring * remove unnecessary query field * fix links * added ignoreApi option
26 lines
927 B
YAML
26 lines
927 B
YAML
type: object
|
|
description: The details to update of the gift card.
|
|
properties:
|
|
balance:
|
|
type: integer
|
|
description: The value (excluding VAT) that the Gift Card should represent.
|
|
is_disabled:
|
|
type: boolean
|
|
description: >-
|
|
Whether the Gift Card is disabled on creation. If set to `true`, the gift
|
|
card will not be available for customers.
|
|
ends_at:
|
|
type: string
|
|
format: date-time
|
|
description: The date and time at which the Gift Card should no longer be available.
|
|
region_id:
|
|
description: The ID of the Region in which the Gift Card can be used.
|
|
type: string
|
|
metadata:
|
|
description: An optional set of key-value pairs to hold additional information.
|
|
type: object
|
|
externalDocs:
|
|
description: Learn about the metadata attribute, and how to delete and update it.
|
|
url: >-
|
|
https://docs.medusajs.com/development/entities/overview#metadata-attribute
|