@shopify/ui-extensions 2024.1.1 → 2024.4.0
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/build/cjs/surfaces/admin/components/FunctionSettings/FunctionSettings.js +9 -0
- package/build/cjs/surfaces/admin/components/Section/Section.js +9 -0
- package/build/cjs/surfaces/admin.js +6 -2
- package/build/cjs/surfaces/checkout/components/Badge/Badge.js +12 -0
- package/build/cjs/surfaces/checkout/components/Disclosure/Disclosure.js +1 -2
- package/build/cjs/surfaces/checkout/components/Modal/Modal.js +1 -2
- package/build/cjs/surfaces/checkout/components/Popover/Popover.js +1 -2
- package/build/cjs/surfaces/checkout/components/Tooltip/Tooltip.js +2 -2
- package/build/cjs/surfaces/checkout.js +6 -4
- package/build/cjs/surfaces/customer-account.js +10 -4
- package/build/cjs/surfaces/point-of-sale/components/Actiontem/ActionItem.js +9 -0
- package/build/cjs/surfaces/point-of-sale/components/SectionHeader/SectionHeader.js +9 -0
- package/build/cjs/surfaces/point-of-sale.js +4 -0
- package/build/esm/surfaces/admin/components/FunctionSettings/FunctionSettings.mjs +5 -0
- package/build/esm/surfaces/admin/components/Section/Section.mjs +5 -0
- package/build/esm/surfaces/admin.mjs +3 -1
- package/build/esm/surfaces/checkout/components/Badge/Badge.mjs +8 -0
- package/build/esm/surfaces/checkout/components/Disclosure/Disclosure.mjs +1 -2
- package/build/esm/surfaces/checkout/components/Modal/Modal.mjs +1 -2
- package/build/esm/surfaces/checkout/components/Popover/Popover.mjs +1 -2
- package/build/esm/surfaces/checkout/components/Tooltip/Tooltip.mjs +2 -2
- package/build/esm/surfaces/checkout.mjs +2 -1
- package/build/esm/surfaces/customer-account.mjs +4 -1
- package/build/esm/surfaces/point-of-sale/components/Actiontem/ActionItem.mjs +5 -0
- package/build/esm/surfaces/point-of-sale/components/SectionHeader/SectionHeader.mjs +5 -0
- package/build/esm/surfaces/point-of-sale.mjs +2 -0
- package/build/esnext/surfaces/admin/components/FunctionSettings/FunctionSettings.esnext +5 -0
- package/build/esnext/surfaces/admin/components/Section/Section.esnext +5 -0
- package/build/esnext/surfaces/admin.esnext +3 -1
- package/build/esnext/surfaces/checkout/components/Badge/Badge.esnext +8 -0
- package/build/esnext/surfaces/checkout/components/Disclosure/Disclosure.esnext +1 -2
- package/build/esnext/surfaces/checkout/components/Modal/Modal.esnext +1 -2
- package/build/esnext/surfaces/checkout/components/Popover/Popover.esnext +1 -2
- package/build/esnext/surfaces/checkout/components/Tooltip/Tooltip.esnext +2 -2
- package/build/esnext/surfaces/checkout.esnext +2 -1
- package/build/esnext/surfaces/customer-account.esnext +4 -1
- package/build/esnext/surfaces/point-of-sale/components/Actiontem/ActionItem.esnext +5 -0
- package/build/esnext/surfaces/point-of-sale/components/SectionHeader/SectionHeader.esnext +5 -0
- package/build/esnext/surfaces/point-of-sale.esnext +2 -0
- package/build/ts/api.d.ts +1 -3
- package/build/ts/api.d.ts.map +1 -1
- package/build/ts/extension.d.ts +3 -0
- package/build/ts/extension.d.ts.map +1 -1
- package/build/ts/shared.d.ts +18 -1
- package/build/ts/shared.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/block/block.d.ts +13 -0
- package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts +33 -0
- package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +26 -0
- package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts +12 -0
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/api/standard/standard.d.ts +0 -10
- package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/admin/api.d.ts +3 -1
- package/build/ts/surfaces/admin/api.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.d.ts +47 -0
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Heading/Heading.d.ts +6 -1
- package/build/ts/surfaces/admin/components/Heading/Heading.d.ts.map +1 -1
- package/build/ts/surfaces/admin/components/Section/Section.d.ts +33 -0
- package/build/ts/surfaces/admin/components/Section/Section.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +4 -0
- package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +1 -0
- package/build/ts/surfaces/admin/components.d.ts +5 -1
- package/build/ts/surfaces/admin/components.d.ts.map +1 -1
- package/build/ts/surfaces/admin/extension-targets.d.ts +81 -14
- package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts +76 -0
- package/build/ts/surfaces/checkout/api/address-autocomplete/address-autocomplete.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +3 -3
- package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts +6 -1
- package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +21 -0
- package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts +6 -1
- package/build/ts/surfaces/checkout/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/payment/payment-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +13 -0
- package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/api/shared.d.ts +1 -18
- package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +2 -2
- package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts +166 -17
- package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts +43 -0
- package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +4 -0
- package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +1 -0
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/BlockLayout/BlockLayout.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts +2 -7
- package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/BlockSpacer/BlockSpacer.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/BlockStack/BlockStack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Choice/Choice.d.ts +1 -4
- package/build/ts/surfaces/checkout/components/Choice/Choice.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Choice/Choice.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Choice/Choice.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/DateField/DateField.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/DateField/DateField.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.d.ts +2 -3
- package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Disclosure/Disclosure.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/GridItem/GridItem.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/HeadingGroup/HeadingGroup.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/HeadingGroup/HeadingGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Image/Image.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/Image/Image.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/InlineLayout/InlineLayout.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/InlineSpacer/InlineSpacer.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/InlineStack/InlineStack.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/List/List.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/List/List.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/List/List.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/List/List.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ListItem/ListItem.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ListItem/ListItem.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/MapMarker/MapMarker.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/MapMarker/MapMarker.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.d.ts +1 -4
- package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/MapPopover/MapPopover.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts +1 -2
- package/build/ts/surfaces/checkout/components/Modal/Modal.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.d.ts +3 -3
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.d.ts +1 -2
- package/build/ts/surfaces/checkout/components/Popover/Popover.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Pressable/Pressable.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ScrollView/ScrollView.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Select/Select.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Select/Select.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.d.ts +4 -2
- package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonImage/SkeletonImage.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonText/SkeletonText.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Stepper/Stepper.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Stepper/Stepper.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Stepper/Stepper.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Stepper/Stepper.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Tag/Tag.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Tag/Tag.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Tag/Tag.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/TextBlock/TextBlock.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/TextField/TextField.d.ts +3 -3
- package/build/ts/surfaces/checkout/components/TextField/TextField.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ToggleButton/ToggleButton.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ToggleButton/ToggleButton.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/ToggleButtonGroup/ToggleButtonGroup.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/ToggleButtonGroup/ToggleButtonGroup.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.d.ts +2 -2
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/View/View.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/View/View.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/View/View.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/components/View/View.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components/shared.d.ts +7 -7
- package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/components.d.ts +2 -0
- package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/helper.docs.d.ts +3 -4
- package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/shared.d.ts +3 -4
- package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/isEqual.d.ts +1 -3
- package/build/ts/surfaces/checkout/style/isEqual.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/style.d.ts +1 -1
- package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/style.doc.d.ts +1 -1
- package/build/ts/surfaces/checkout/style/style.doc.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/style/types.d.ts +3 -3
- package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
- package/build/ts/surfaces/checkout/targets.d.ts +68 -20
- package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
- package/build/ts/surfaces/checkout.d.ts +17 -2
- package/build/ts/surfaces/checkout.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +22 -0
- package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/api/shared.d.ts +2 -17
- package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts +1 -1
- package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts.map +1 -1
- package/build/ts/surfaces/customer-account/targets.d.ts +1 -1
- package/build/ts/surfaces/customer-account.d.ts +2 -1
- package/build/ts/surfaces/customer-account.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +15 -0
- package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +8 -0
- package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +24 -0
- package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +19 -10
- package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts +6 -1
- package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +1 -2
- package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts +1 -0
- package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/api.d.ts +3 -1
- package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts +10 -0
- package/build/ts/surfaces/point-of-sale/components/Actiontem/ActionItem.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts +3 -0
- package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/List/List.d.ts +5 -0
- package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts +33 -0
- package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts.map +1 -0
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts +2 -2
- package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts +1 -15
- package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/components.d.ts +5 -1
- package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
- package/build/ts/surfaces/point-of-sale/targets.d.ts +8 -4
- package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/api.ts +1 -1
- package/src/extension.ts +4 -0
- package/src/shared.ts +835 -0
- package/src/surfaces/admin/api/action/action.doc.ts +1 -1
- package/src/surfaces/admin/api/block/block.ts +15 -0
- package/src/surfaces/admin/api/checkout-rules/launch-options.ts +34 -0
- package/src/surfaces/admin/api/checkout-rules/metafields.ts +76 -0
- package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +25 -0
- package/src/surfaces/admin/api/checkout-rules/validation-settings.ts +15 -0
- package/src/surfaces/admin/api/standard/standard.ts +0 -12
- package/src/surfaces/admin/api.ts +3 -1
- package/src/surfaces/admin/components/AdminAction/AdminAction.doc.ts +1 -1
- package/src/surfaces/admin/components/Badge/Badge.doc.ts +2 -2
- package/src/surfaces/admin/components/Banner/Banner.doc.ts +2 -2
- package/src/surfaces/admin/components/BlockStack/BlockStack.doc.ts +2 -2
- package/src/surfaces/admin/components/Box/Box.doc.ts +2 -2
- package/src/surfaces/admin/components/Button/Button.doc.ts +2 -2
- package/src/surfaces/admin/components/Checkbox/Checkbox.doc.ts +2 -2
- package/src/surfaces/admin/components/ChoiceList/ChoiceList.doc.ts +2 -2
- package/src/surfaces/admin/components/ColorPicker/ColorPicker.doc.ts +2 -2
- package/src/surfaces/admin/components/CustomerSegmentTemplate/CustomerSegmentTemplate.doc.ts +2 -2
- package/src/surfaces/admin/components/DateField/DateField.doc.ts +3 -3
- package/src/surfaces/admin/components/Divider/Divider.doc.ts +2 -2
- package/src/surfaces/admin/components/EmailField/EmailField.doc.ts +2 -2
- package/src/surfaces/admin/components/Form/Form.doc.ts +2 -2
- package/src/surfaces/admin/components/FunctionSettings/FunctionSettings.doc.ts +57 -0
- package/src/surfaces/admin/components/FunctionSettings/FunctionSettings.ts +52 -0
- package/src/surfaces/admin/components/FunctionSettings/examples/basic-functionsettings.example.ts +47 -0
- package/src/surfaces/admin/components/Heading/Heading.doc.ts +2 -2
- package/src/surfaces/admin/components/Heading/Heading.ts +6 -1
- package/src/surfaces/admin/components/HeadingGroup/HeadingGroup.doc.ts +2 -2
- package/src/surfaces/admin/components/Icon/Icon.doc.ts +2 -2
- package/src/surfaces/admin/components/Image/Image.doc.ts +2 -2
- package/src/surfaces/admin/components/MoneyField/MoneyField.doc.ts +2 -2
- package/src/surfaces/admin/components/NumberField/NumberField.doc.ts +2 -2
- package/src/surfaces/admin/components/Paragraph/Paragraph.doc.ts +1 -1
- package/src/surfaces/admin/components/PasswordField/PasswordField.doc.ts +2 -2
- package/src/surfaces/admin/components/ProgressIndicator/ProgressIndicator.doc.ts +2 -2
- package/src/surfaces/admin/components/Section/README.md +95 -0
- package/src/surfaces/admin/components/Section/Section.doc.ts +41 -0
- package/src/surfaces/admin/components/Section/Section.ts +35 -0
- package/src/surfaces/admin/components/Section/examples/basic-Section.example.ts +19 -0
- package/src/surfaces/admin/components/Select/Select.doc.ts +2 -2
- package/src/surfaces/admin/components/Text/Text.doc.ts +2 -2
- package/src/surfaces/admin/components/TextArea/TextArea.doc.ts +2 -2
- package/src/surfaces/admin/components/TextField/TextField.doc.ts +2 -2
- package/src/surfaces/admin/components/URLField/URLField.doc.ts +2 -2
- package/src/surfaces/admin/components.ts +8 -1
- package/src/surfaces/admin/extension-targets.ts +125 -13
- package/src/surfaces/checkout/api/address-autocomplete/address-autocomplete.ts +87 -0
- package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +1 -1
- package/src/surfaces/checkout/api/checkout/checkout.ts +3 -3
- package/src/surfaces/checkout/api/docs.ts +7 -6
- package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +22 -0
- package/src/surfaces/checkout/api/order-status/order-status.ts +6 -1
- package/src/surfaces/checkout/api/payment/payment-option-item.ts +1 -1
- package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +15 -0
- package/src/surfaces/checkout/api/shared.ts +1 -833
- package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +1 -1
- package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +2 -2
- package/src/surfaces/checkout/api/standard/standard.ts +203 -15
- package/src/surfaces/checkout/components/Badge/Badge.doc.ts +76 -0
- package/src/surfaces/checkout/components/Badge/Badge.ts +42 -0
- package/src/surfaces/checkout/components/Badge/content/guidelines.md +8 -0
- package/src/surfaces/checkout/components/Badge/examples/basic-badge.example.ts +7 -0
- package/src/surfaces/checkout/components/Badge/examples/status-badge.example.ts +39 -0
- package/src/surfaces/checkout/components/Banner/Banner.doc.ts +1 -1
- package/src/surfaces/checkout/components/BlockLayout/BlockLayout.doc.ts +1 -1
- package/src/surfaces/checkout/components/BlockLayout/BlockLayout.ts +1 -1
- package/src/surfaces/checkout/components/BlockSpacer/BlockSpacer.doc.ts +1 -1
- package/src/surfaces/checkout/components/BlockSpacer/BlockSpacer.ts +2 -2
- package/src/surfaces/checkout/components/BlockStack/BlockStack.doc.ts +1 -1
- package/src/surfaces/checkout/components/BlockStack/BlockStack.ts +1 -1
- package/src/surfaces/checkout/components/Button/Button.doc.ts +1 -1
- package/src/surfaces/checkout/components/Checkbox/Checkbox.doc.ts +1 -1
- package/src/surfaces/checkout/components/Checkbox/Checkbox.ts +1 -1
- package/src/surfaces/checkout/components/Choice/Choice.doc.ts +1 -1
- package/src/surfaces/checkout/components/Choice/Choice.ts +2 -1
- package/src/surfaces/checkout/components/ChoiceList/ChoiceList.doc.ts +1 -1
- package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.ts +1 -1
- package/src/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.ts +1 -1
- package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.ts +1 -1
- package/src/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.ts +1 -1
- package/src/surfaces/checkout/components/DateField/DateField.doc.ts +1 -1
- package/src/surfaces/checkout/components/DateField/DateField.ts +2 -2
- package/src/surfaces/checkout/components/DatePicker/DatePicker.doc.ts +1 -1
- package/src/surfaces/checkout/components/Disclosure/Disclosure.doc.ts +2 -2
- package/src/surfaces/checkout/components/Disclosure/Disclosure.ts +2 -3
- package/src/surfaces/checkout/components/Divider/Divider.doc.ts +1 -1
- package/src/surfaces/checkout/components/Form/Form.doc.ts +1 -1
- package/src/surfaces/checkout/components/Grid/Grid.doc.ts +1 -1
- package/src/surfaces/checkout/components/Grid/Grid.ts +1 -1
- package/src/surfaces/checkout/components/GridItem/GridItem.doc.ts +1 -1
- package/src/surfaces/checkout/components/GridItem/GridItem.ts +1 -1
- package/src/surfaces/checkout/components/Heading/Heading.doc.ts +1 -1
- package/src/surfaces/checkout/components/HeadingGroup/HeadingGroup.doc.ts +1 -1
- package/src/surfaces/checkout/components/Icon/Icon.doc.ts +1 -1
- package/src/surfaces/checkout/components/Icon/Icon.ts +3 -0
- package/src/surfaces/checkout/components/Image/Image.doc.ts +1 -1
- package/src/surfaces/checkout/components/Image/Image.ts +2 -2
- package/src/surfaces/checkout/components/Image/examples/basic-image.example.ts +1 -2
- package/src/surfaces/checkout/components/InlineLayout/InlineLayout.doc.ts +1 -1
- package/src/surfaces/checkout/components/InlineLayout/InlineLayout.ts +1 -1
- package/src/surfaces/checkout/components/InlineSpacer/InlineSpacer.doc.ts +1 -1
- package/src/surfaces/checkout/components/InlineSpacer/InlineSpacer.ts +1 -1
- package/src/surfaces/checkout/components/InlineStack/InlineStack.doc.ts +1 -1
- package/src/surfaces/checkout/components/InlineStack/InlineStack.ts +1 -1
- package/src/surfaces/checkout/components/Link/Link.doc.ts +1 -1
- package/src/surfaces/checkout/components/List/List.doc.ts +1 -1
- package/src/surfaces/checkout/components/List/List.ts +1 -1
- package/src/surfaces/checkout/components/ListItem/ListItem.doc.ts +1 -1
- package/src/surfaces/checkout/components/Map/Map.doc.ts +1 -1
- package/src/surfaces/checkout/components/MapMarker/MapMarker.doc.ts +1 -1
- package/src/surfaces/checkout/components/MapPopover/MapPopover.doc.ts +1 -1
- package/src/surfaces/checkout/components/MapPopover/MapPopover.ts +1 -1
- package/src/surfaces/checkout/components/Modal/Modal.doc.ts +2 -2
- package/src/surfaces/checkout/components/Modal/Modal.ts +1 -2
- package/src/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.ts +1 -1
- package/src/surfaces/checkout/components/PhoneField/PhoneField.doc.ts +1 -1
- package/src/surfaces/checkout/components/PhoneField/PhoneField.ts +4 -3
- package/src/surfaces/checkout/components/Popover/Popover.doc.ts +2 -2
- package/src/surfaces/checkout/components/Popover/Popover.ts +1 -2
- package/src/surfaces/checkout/components/Pressable/Pressable.doc.ts +1 -1
- package/src/surfaces/checkout/components/Pressable/Pressable.ts +1 -1
- package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.ts +1 -1
- package/src/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.ts +5 -2
- package/src/surfaces/checkout/components/ScrollView/ScrollView.doc.ts +1 -1
- package/src/surfaces/checkout/components/ScrollView/ScrollView.ts +1 -1
- package/src/surfaces/checkout/components/Select/Select.doc.ts +1 -1
- package/src/surfaces/checkout/components/Select/Select.ts +1 -1
- package/src/surfaces/checkout/components/SkeletonImage/SkeletonImage.doc.ts +1 -1
- package/src/surfaces/checkout/components/SkeletonImage/SkeletonImage.ts +1 -1
- package/src/surfaces/checkout/components/SkeletonText/SkeletonText.doc.ts +1 -1
- package/src/surfaces/checkout/components/SkeletonTextBlock/SkeletonTextBlock.doc.ts +1 -1
- package/src/surfaces/checkout/components/Spinner/Spinner.doc.ts +1 -1
- package/src/surfaces/checkout/components/Stepper/Stepper.doc.ts +1 -1
- package/src/surfaces/checkout/components/Stepper/Stepper.ts +1 -1
- package/src/surfaces/checkout/components/Tag/Tag.doc.ts +1 -1
- package/src/surfaces/checkout/components/Tag/Tag.ts +1 -1
- package/src/surfaces/checkout/components/Text/Text.doc.ts +1 -1
- package/src/surfaces/checkout/components/TextBlock/TextBlock.doc.ts +1 -1
- package/src/surfaces/checkout/components/TextField/TextField.doc.ts +1 -1
- package/src/surfaces/checkout/components/TextField/TextField.ts +4 -3
- package/src/surfaces/checkout/components/ToggleButton/ToggleButton.doc.ts +1 -1
- package/src/surfaces/checkout/components/ToggleButtonGroup/ToggleButtonGroup.doc.ts +1 -1
- package/src/surfaces/checkout/components/Tooltip/Tooltip.doc.ts +2 -2
- package/src/surfaces/checkout/components/Tooltip/Tooltip.ts +2 -2
- package/src/surfaces/checkout/components/View/View.doc.ts +1 -1
- package/src/surfaces/checkout/components/View/View.ts +1 -1
- package/src/surfaces/checkout/components/shared.ts +10 -7
- package/src/surfaces/checkout/components.ts +3 -0
- package/src/surfaces/checkout/helper.docs.ts +5 -4
- package/src/surfaces/checkout/shared.ts +3 -3
- package/src/surfaces/checkout/style/isEqual.ts +3 -3
- package/src/surfaces/checkout/style/style.doc.ts +1 -1
- package/src/surfaces/checkout/style/style.ts +1 -1
- package/src/surfaces/checkout/style/types.ts +3 -3
- package/src/surfaces/checkout/targets.ts +102 -36
- package/src/surfaces/checkout.ts +174 -2
- package/src/surfaces/customer-account/api/order-status/order-status.ts +25 -0
- package/src/surfaces/customer-account/api/shared.ts +18 -831
- package/src/surfaces/customer-account/components/shared-checkout-components.ts +6 -0
- package/src/surfaces/customer-account/targets.ts +1 -1
- package/src/surfaces/customer-account.ts +2 -1
- package/src/surfaces/point-of-sale/api/action-api/action-api.ts +15 -0
- package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +10 -0
- package/src/surfaces/point-of-sale/api/order-api/order-api.tsx +26 -0
- package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +24 -10
- package/src/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.ts +6 -1
- package/src/surfaces/point-of-sale/api/standard/standard-api.ts +0 -2
- package/src/surfaces/point-of-sale/api/types/cart.ts +1 -0
- package/src/surfaces/point-of-sale/api.ts +5 -0
- package/src/surfaces/point-of-sale/components/Actiontem/ActionItem.ts +10 -0
- package/src/surfaces/point-of-sale/components/CameraScanner/CameraScanner.ts +9 -1
- package/src/surfaces/point-of-sale/components/EmailField/EmailField.ts +2 -2
- package/src/surfaces/point-of-sale/components/List/List.ts +5 -1
- package/src/surfaces/point-of-sale/components/NumberField/NumberField.ts +2 -2
- package/src/surfaces/point-of-sale/components/SectionHeader/SectionHeader.ts +34 -0
- package/src/surfaces/point-of-sale/components/TextArea/TextArea.ts +2 -2
- package/src/surfaces/point-of-sale/components/shared/InputField.ts +1 -17
- package/src/surfaces/point-of-sale/components.ts +5 -5
- package/src/surfaces/point-of-sale/targets.ts +24 -4
- package/build/ts/surfaces/checkout/api.d.ts +0 -12
- package/build/ts/surfaces/checkout/api.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/style/index.d.ts +0 -3
- package/build/ts/surfaces/checkout/style/index.d.ts.map +0 -1
- package/build/ts/surfaces/checkout/style.d.ts +0 -3
- package/build/ts/surfaces/checkout/style.d.ts.map +0 -1
- package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/CustomerSegmentTemplate.example.tsx +0 -15
- package/src/surfaces/checkout/api.ts +0 -141
- package/src/surfaces/checkout/style/index.ts +0 -16
- package/src/surfaces/checkout/style.ts +0 -16
- /package/src/surfaces/admin/components/Badge/examples/{basic-Badge.example.ts → basic-badge.example.ts} +0 -0
- /package/src/surfaces/admin/components/Banner/examples/{basic-Banner.example.ts → basic-banner.example.ts} +0 -0
- /package/src/surfaces/admin/components/ChoiceList/examples/{basic-ChoiceList.example.ts → basic-choicelist.example.ts} +0 -0
- /package/src/surfaces/admin/components/ColorPicker/examples/{basic-ColorPicker.example.ts → basic-colorpicker.example.ts} +0 -0
- /package/src/surfaces/admin/components/CustomerSegmentTemplate/examples/{CustomerSegmentTemplate.example.ts → customersegmenttemplate.example.ts} +0 -0
- /package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/examples/{InternalCustomerSegmentTemplate.example.ts → internalcustomersegmenttemplate.example.ts} +0 -0
- /package/src/surfaces/admin/components/ProgressIndicator/examples/{basic-ProgressIndicator.example.ts → basic-progressindicator.example.ts} +0 -0
- /package/src/surfaces/admin/components/ResourceItem/examples/{basic-ResourceItem.example.ts → basic-resourceitem.example.ts} +0 -0
- /package/src/surfaces/admin/components/ResourceList/examples/{basic-ResourceList.example.ts → basic-resourcelist.example.ts} +0 -0
- /package/src/surfaces/admin/components/Thumbnail/examples/{basic-Thumbnail.example.ts → basic-thumbnail.example.ts} +0 -0
package/src/shared.ts
CHANGED
|
@@ -20,4 +20,839 @@ export type ApiVersion =
|
|
|
20
20
|
| '2023-07'
|
|
21
21
|
| '2023-10'
|
|
22
22
|
| '2024-01'
|
|
23
|
+
| '2024-04'
|
|
23
24
|
| 'unstable';
|
|
25
|
+
|
|
26
|
+
// To update these type values, see https://github.com/Shopify/checkout-web/pull/8984
|
|
27
|
+
export type CurrencyCode =
|
|
28
|
+
| 'AED'
|
|
29
|
+
| 'AFN'
|
|
30
|
+
| 'ALL'
|
|
31
|
+
| 'AMD'
|
|
32
|
+
| 'ANG'
|
|
33
|
+
| 'AOA'
|
|
34
|
+
| 'ARS'
|
|
35
|
+
| 'AUD'
|
|
36
|
+
| 'AWG'
|
|
37
|
+
| 'AZN'
|
|
38
|
+
| 'BAM'
|
|
39
|
+
| 'BBD'
|
|
40
|
+
| 'BDT'
|
|
41
|
+
| 'BGN'
|
|
42
|
+
| 'BHD'
|
|
43
|
+
| 'BIF'
|
|
44
|
+
| 'BMD'
|
|
45
|
+
| 'BND'
|
|
46
|
+
| 'BOB'
|
|
47
|
+
| 'BOV'
|
|
48
|
+
| 'BRL'
|
|
49
|
+
| 'BSD'
|
|
50
|
+
| 'BTN'
|
|
51
|
+
| 'BWP'
|
|
52
|
+
| 'BYN'
|
|
53
|
+
| 'BZD'
|
|
54
|
+
| 'CAD'
|
|
55
|
+
| 'CDF'
|
|
56
|
+
| 'CHE'
|
|
57
|
+
| 'CHF'
|
|
58
|
+
| 'CHW'
|
|
59
|
+
| 'CLF'
|
|
60
|
+
| 'CLP'
|
|
61
|
+
| 'CNY'
|
|
62
|
+
| 'COP'
|
|
63
|
+
| 'COU'
|
|
64
|
+
| 'CRC'
|
|
65
|
+
| 'CUC'
|
|
66
|
+
| 'CUP'
|
|
67
|
+
| 'CVE'
|
|
68
|
+
| 'CZK'
|
|
69
|
+
| 'DJF'
|
|
70
|
+
| 'DKK'
|
|
71
|
+
| 'DOP'
|
|
72
|
+
| 'DZD'
|
|
73
|
+
| 'EGP'
|
|
74
|
+
| 'ERN'
|
|
75
|
+
| 'ETB'
|
|
76
|
+
| 'EUR'
|
|
77
|
+
| 'FJD'
|
|
78
|
+
| 'FKP'
|
|
79
|
+
| 'GBP'
|
|
80
|
+
| 'GEL'
|
|
81
|
+
| 'GHS'
|
|
82
|
+
| 'GIP'
|
|
83
|
+
| 'GMD'
|
|
84
|
+
| 'GNF'
|
|
85
|
+
| 'GTQ'
|
|
86
|
+
| 'GYD'
|
|
87
|
+
| 'HKD'
|
|
88
|
+
| 'HNL'
|
|
89
|
+
| 'HRK'
|
|
90
|
+
| 'HTG'
|
|
91
|
+
| 'HUF'
|
|
92
|
+
| 'IDR'
|
|
93
|
+
| 'ILS'
|
|
94
|
+
| 'INR'
|
|
95
|
+
| 'IQD'
|
|
96
|
+
| 'IRR'
|
|
97
|
+
| 'ISK'
|
|
98
|
+
| 'JMD'
|
|
99
|
+
| 'JOD'
|
|
100
|
+
| 'JPY'
|
|
101
|
+
| 'KES'
|
|
102
|
+
| 'KGS'
|
|
103
|
+
| 'KHR'
|
|
104
|
+
| 'KMF'
|
|
105
|
+
| 'KPW'
|
|
106
|
+
| 'KRW'
|
|
107
|
+
| 'KWD'
|
|
108
|
+
| 'KYD'
|
|
109
|
+
| 'KZT'
|
|
110
|
+
| 'LAK'
|
|
111
|
+
| 'LBP'
|
|
112
|
+
| 'LKR'
|
|
113
|
+
| 'LRD'
|
|
114
|
+
| 'LSL'
|
|
115
|
+
| 'LYD'
|
|
116
|
+
| 'MAD'
|
|
117
|
+
| 'MDL'
|
|
118
|
+
| 'MGA'
|
|
119
|
+
| 'MKD'
|
|
120
|
+
| 'MMK'
|
|
121
|
+
| 'MNT'
|
|
122
|
+
| 'MOP'
|
|
123
|
+
| 'MRU'
|
|
124
|
+
| 'MUR'
|
|
125
|
+
| 'MVR'
|
|
126
|
+
| 'MWK'
|
|
127
|
+
| 'MXN'
|
|
128
|
+
| 'MXV'
|
|
129
|
+
| 'MYR'
|
|
130
|
+
| 'MZN'
|
|
131
|
+
| 'NAD'
|
|
132
|
+
| 'NGN'
|
|
133
|
+
| 'NIO'
|
|
134
|
+
| 'NOK'
|
|
135
|
+
| 'NPR'
|
|
136
|
+
| 'NZD'
|
|
137
|
+
| 'OMR'
|
|
138
|
+
| 'PAB'
|
|
139
|
+
| 'PEN'
|
|
140
|
+
| 'PGK'
|
|
141
|
+
| 'PHP'
|
|
142
|
+
| 'PKR'
|
|
143
|
+
| 'PLN'
|
|
144
|
+
| 'PYG'
|
|
145
|
+
| 'QAR'
|
|
146
|
+
| 'RON'
|
|
147
|
+
| 'RSD'
|
|
148
|
+
| 'RUB'
|
|
149
|
+
| 'RWF'
|
|
150
|
+
| 'SAR'
|
|
151
|
+
| 'SBD'
|
|
152
|
+
| 'SCR'
|
|
153
|
+
| 'SDG'
|
|
154
|
+
| 'SEK'
|
|
155
|
+
| 'SGD'
|
|
156
|
+
| 'SHP'
|
|
157
|
+
| 'SLL'
|
|
158
|
+
| 'SOS'
|
|
159
|
+
| 'SRD'
|
|
160
|
+
| 'SSP'
|
|
161
|
+
| 'STN'
|
|
162
|
+
| 'SVC'
|
|
163
|
+
| 'SYP'
|
|
164
|
+
| 'SZL'
|
|
165
|
+
| 'THB'
|
|
166
|
+
| 'TJS'
|
|
167
|
+
| 'TMT'
|
|
168
|
+
| 'TND'
|
|
169
|
+
| 'TOP'
|
|
170
|
+
| 'TRY'
|
|
171
|
+
| 'TTD'
|
|
172
|
+
| 'TWD'
|
|
173
|
+
| 'TZS'
|
|
174
|
+
| 'UAH'
|
|
175
|
+
| 'UGX'
|
|
176
|
+
| 'USD'
|
|
177
|
+
| 'USN'
|
|
178
|
+
| 'UYI'
|
|
179
|
+
| 'UYU'
|
|
180
|
+
| 'UYW'
|
|
181
|
+
| 'UZS'
|
|
182
|
+
| 'VES'
|
|
183
|
+
| 'VND'
|
|
184
|
+
| 'VUV'
|
|
185
|
+
| 'WST'
|
|
186
|
+
| 'XAF'
|
|
187
|
+
| 'XAG'
|
|
188
|
+
| 'XAU'
|
|
189
|
+
| 'XBA'
|
|
190
|
+
| 'XBB'
|
|
191
|
+
| 'XBC'
|
|
192
|
+
| 'XBD'
|
|
193
|
+
| 'XCD'
|
|
194
|
+
| 'XDR'
|
|
195
|
+
| 'XOF'
|
|
196
|
+
| 'XPD'
|
|
197
|
+
| 'XPF'
|
|
198
|
+
| 'XPT'
|
|
199
|
+
| 'XSU'
|
|
200
|
+
| 'XTS'
|
|
201
|
+
| 'XUA'
|
|
202
|
+
| 'XXX'
|
|
203
|
+
| 'YER'
|
|
204
|
+
| 'ZAR'
|
|
205
|
+
| 'ZMW'
|
|
206
|
+
| 'ZWL';
|
|
207
|
+
|
|
208
|
+
// To update these type values, see https://github.com/Shopify/checkout-web/pull/8984
|
|
209
|
+
export type Timezone =
|
|
210
|
+
| 'Africa/Abidjan'
|
|
211
|
+
| 'Africa/Algiers'
|
|
212
|
+
| 'Africa/Bissau'
|
|
213
|
+
| 'Africa/Cairo'
|
|
214
|
+
| 'Africa/Casablanca'
|
|
215
|
+
| 'Africa/Ceuta'
|
|
216
|
+
| 'Africa/El_Aaiun'
|
|
217
|
+
| 'Africa/Johannesburg'
|
|
218
|
+
| 'Africa/Juba'
|
|
219
|
+
| 'Africa/Khartoum'
|
|
220
|
+
| 'Africa/Lagos'
|
|
221
|
+
| 'Africa/Maputo'
|
|
222
|
+
| 'Africa/Monrovia'
|
|
223
|
+
| 'Africa/Nairobi'
|
|
224
|
+
| 'Africa/Ndjamena'
|
|
225
|
+
| 'Africa/Sao_Tome'
|
|
226
|
+
| 'Africa/Tripoli'
|
|
227
|
+
| 'Africa/Tunis'
|
|
228
|
+
| 'Africa/Windhoek'
|
|
229
|
+
| 'America/Adak'
|
|
230
|
+
| 'America/Anchorage'
|
|
231
|
+
| 'America/Araguaina'
|
|
232
|
+
| 'America/Argentina/Buenos_Aires'
|
|
233
|
+
| 'America/Argentina/Catamarca'
|
|
234
|
+
| 'America/Argentina/Cordoba'
|
|
235
|
+
| 'America/Argentina/Jujuy'
|
|
236
|
+
| 'America/Argentina/La_Rioja'
|
|
237
|
+
| 'America/Argentina/Mendoza'
|
|
238
|
+
| 'America/Argentina/Rio_Gallegos'
|
|
239
|
+
| 'America/Argentina/Salta'
|
|
240
|
+
| 'America/Argentina/San_Juan'
|
|
241
|
+
| 'America/Argentina/San_Luis'
|
|
242
|
+
| 'America/Argentina/Tucuman'
|
|
243
|
+
| 'America/Argentina/Ushuaia'
|
|
244
|
+
| 'America/Asuncion'
|
|
245
|
+
| 'America/Bahia'
|
|
246
|
+
| 'America/Bahia_Banderas'
|
|
247
|
+
| 'America/Barbados'
|
|
248
|
+
| 'America/Belem'
|
|
249
|
+
| 'America/Belize'
|
|
250
|
+
| 'America/Boa_Vista'
|
|
251
|
+
| 'America/Bogota'
|
|
252
|
+
| 'America/Boise'
|
|
253
|
+
| 'America/Cambridge_Bay'
|
|
254
|
+
| 'America/Campo_Grande'
|
|
255
|
+
| 'America/Cancun'
|
|
256
|
+
| 'America/Caracas'
|
|
257
|
+
| 'America/Cayenne'
|
|
258
|
+
| 'America/Chicago'
|
|
259
|
+
| 'America/Chihuahua'
|
|
260
|
+
| 'America/Costa_Rica'
|
|
261
|
+
| 'America/Cuiaba'
|
|
262
|
+
| 'America/Danmarkshavn'
|
|
263
|
+
| 'America/Dawson'
|
|
264
|
+
| 'America/Dawson_Creek'
|
|
265
|
+
| 'America/Denver'
|
|
266
|
+
| 'America/Detroit'
|
|
267
|
+
| 'America/Edmonton'
|
|
268
|
+
| 'America/Eirunepe'
|
|
269
|
+
| 'America/El_Salvador'
|
|
270
|
+
| 'America/Fort_Nelson'
|
|
271
|
+
| 'America/Fortaleza'
|
|
272
|
+
| 'America/Glace_Bay'
|
|
273
|
+
| 'America/Goose_Bay'
|
|
274
|
+
| 'America/Grand_Turk'
|
|
275
|
+
| 'America/Guatemala'
|
|
276
|
+
| 'America/Guayaquil'
|
|
277
|
+
| 'America/Guyana'
|
|
278
|
+
| 'America/Halifax'
|
|
279
|
+
| 'America/Havana'
|
|
280
|
+
| 'America/Hermosillo'
|
|
281
|
+
| 'America/Indiana/Indianapolis'
|
|
282
|
+
| 'America/Indiana/Knox'
|
|
283
|
+
| 'America/Indiana/Marengo'
|
|
284
|
+
| 'America/Indiana/Petersburg'
|
|
285
|
+
| 'America/Indiana/Tell_City'
|
|
286
|
+
| 'America/Indiana/Vevay'
|
|
287
|
+
| 'America/Indiana/Vincennes'
|
|
288
|
+
| 'America/Indiana/Winamac'
|
|
289
|
+
| 'America/Inuvik'
|
|
290
|
+
| 'America/Iqaluit'
|
|
291
|
+
| 'America/Jamaica'
|
|
292
|
+
| 'America/Juneau'
|
|
293
|
+
| 'America/Kentucky/Louisville'
|
|
294
|
+
| 'America/Kentucky/Monticello'
|
|
295
|
+
| 'America/La_Paz'
|
|
296
|
+
| 'America/Lima'
|
|
297
|
+
| 'America/Los_Angeles'
|
|
298
|
+
| 'America/Maceio'
|
|
299
|
+
| 'America/Managua'
|
|
300
|
+
| 'America/Manaus'
|
|
301
|
+
| 'America/Martinique'
|
|
302
|
+
| 'America/Matamoros'
|
|
303
|
+
| 'America/Mazatlan'
|
|
304
|
+
| 'America/Menominee'
|
|
305
|
+
| 'America/Merida'
|
|
306
|
+
| 'America/Metlakatla'
|
|
307
|
+
| 'America/Mexico_City'
|
|
308
|
+
| 'America/Miquelon'
|
|
309
|
+
| 'America/Moncton'
|
|
310
|
+
| 'America/Monterrey'
|
|
311
|
+
| 'America/Montevideo'
|
|
312
|
+
| 'America/New_York'
|
|
313
|
+
| 'America/Nipigon'
|
|
314
|
+
| 'America/Nome'
|
|
315
|
+
| 'America/Noronha'
|
|
316
|
+
| 'America/North_Dakota/Beulah'
|
|
317
|
+
| 'America/North_Dakota/Center'
|
|
318
|
+
| 'America/North_Dakota/New_Salem'
|
|
319
|
+
| 'America/Nuuk'
|
|
320
|
+
| 'America/Ojinaga'
|
|
321
|
+
| 'America/Panama'
|
|
322
|
+
| 'America/Pangnirtung'
|
|
323
|
+
| 'America/Paramaribo'
|
|
324
|
+
| 'America/Phoenix'
|
|
325
|
+
| 'America/Port-au-Prince'
|
|
326
|
+
| 'America/Porto_Velho'
|
|
327
|
+
| 'America/Puerto_Rico'
|
|
328
|
+
| 'America/Punta_Arenas'
|
|
329
|
+
| 'America/Rainy_River'
|
|
330
|
+
| 'America/Rankin_Inlet'
|
|
331
|
+
| 'America/Recife'
|
|
332
|
+
| 'America/Regina'
|
|
333
|
+
| 'America/Resolute'
|
|
334
|
+
| 'America/Rio_Branco'
|
|
335
|
+
| 'America/Santarem'
|
|
336
|
+
| 'America/Santiago'
|
|
337
|
+
| 'America/Santo_Domingo'
|
|
338
|
+
| 'America/Sao_Paulo'
|
|
339
|
+
| 'America/Scoresbysund'
|
|
340
|
+
| 'America/Sitka'
|
|
341
|
+
| 'America/St_Johns'
|
|
342
|
+
| 'America/Swift_Current'
|
|
343
|
+
| 'America/Tegucigalpa'
|
|
344
|
+
| 'America/Thule'
|
|
345
|
+
| 'America/Thunder_Bay'
|
|
346
|
+
| 'America/Tijuana'
|
|
347
|
+
| 'America/Toronto'
|
|
348
|
+
| 'America/Vancouver'
|
|
349
|
+
| 'America/Whitehorse'
|
|
350
|
+
| 'America/Winnipeg'
|
|
351
|
+
| 'America/Yakutat'
|
|
352
|
+
| 'America/Yellowknife'
|
|
353
|
+
| 'Antarctica/Casey'
|
|
354
|
+
| 'Antarctica/Davis'
|
|
355
|
+
| 'Antarctica/Macquarie'
|
|
356
|
+
| 'Antarctica/Mawson'
|
|
357
|
+
| 'Antarctica/Palmer'
|
|
358
|
+
| 'Antarctica/Rothera'
|
|
359
|
+
| 'Antarctica/Troll'
|
|
360
|
+
| 'Antarctica/Vostok'
|
|
361
|
+
| 'Asia/Almaty'
|
|
362
|
+
| 'Asia/Amman'
|
|
363
|
+
| 'Asia/Anadyr'
|
|
364
|
+
| 'Asia/Aqtau'
|
|
365
|
+
| 'Asia/Aqtobe'
|
|
366
|
+
| 'Asia/Ashgabat'
|
|
367
|
+
| 'Asia/Atyrau'
|
|
368
|
+
| 'Asia/Baghdad'
|
|
369
|
+
| 'Asia/Baku'
|
|
370
|
+
| 'Asia/Bangkok'
|
|
371
|
+
| 'Asia/Barnaul'
|
|
372
|
+
| 'Asia/Beirut'
|
|
373
|
+
| 'Asia/Bishkek'
|
|
374
|
+
| 'Asia/Brunei'
|
|
375
|
+
| 'Asia/Chita'
|
|
376
|
+
| 'Asia/Choibalsan'
|
|
377
|
+
| 'Asia/Colombo'
|
|
378
|
+
| 'Asia/Damascus'
|
|
379
|
+
| 'Asia/Dhaka'
|
|
380
|
+
| 'Asia/Dili'
|
|
381
|
+
| 'Asia/Dubai'
|
|
382
|
+
| 'Asia/Dushanbe'
|
|
383
|
+
| 'Asia/Famagusta'
|
|
384
|
+
| 'Asia/Gaza'
|
|
385
|
+
| 'Asia/Hebron'
|
|
386
|
+
| 'Asia/Ho_Chi_Minh'
|
|
387
|
+
| 'Asia/Hong_Kong'
|
|
388
|
+
| 'Asia/Hovd'
|
|
389
|
+
| 'Asia/Irkutsk'
|
|
390
|
+
| 'Asia/Jakarta'
|
|
391
|
+
| 'Asia/Jayapura'
|
|
392
|
+
| 'Asia/Jerusalem'
|
|
393
|
+
| 'Asia/Kabul'
|
|
394
|
+
| 'Asia/Kamchatka'
|
|
395
|
+
| 'Asia/Karachi'
|
|
396
|
+
| 'Asia/Kathmandu'
|
|
397
|
+
| 'Asia/Khandyga'
|
|
398
|
+
| 'Asia/Kolkata'
|
|
399
|
+
| 'Asia/Krasnoyarsk'
|
|
400
|
+
| 'Asia/Kuala_Lumpur'
|
|
401
|
+
| 'Asia/Kuching'
|
|
402
|
+
| 'Asia/Macau'
|
|
403
|
+
| 'Asia/Magadan'
|
|
404
|
+
| 'Asia/Makassar'
|
|
405
|
+
| 'Asia/Manila'
|
|
406
|
+
| 'Asia/Nicosia'
|
|
407
|
+
| 'Asia/Novokuznetsk'
|
|
408
|
+
| 'Asia/Novosibirsk'
|
|
409
|
+
| 'Asia/Omsk'
|
|
410
|
+
| 'Asia/Oral'
|
|
411
|
+
| 'Asia/Pontianak'
|
|
412
|
+
| 'Asia/Pyongyang'
|
|
413
|
+
| 'Asia/Qatar'
|
|
414
|
+
| 'Asia/Qostanay'
|
|
415
|
+
| 'Asia/Qyzylorda'
|
|
416
|
+
| 'Asia/Riyadh'
|
|
417
|
+
| 'Asia/Sakhalin'
|
|
418
|
+
| 'Asia/Samarkand'
|
|
419
|
+
| 'Asia/Seoul'
|
|
420
|
+
| 'Asia/Shanghai'
|
|
421
|
+
| 'Asia/Singapore'
|
|
422
|
+
| 'Asia/Srednekolymsk'
|
|
423
|
+
| 'Asia/Taipei'
|
|
424
|
+
| 'Asia/Tashkent'
|
|
425
|
+
| 'Asia/Tbilisi'
|
|
426
|
+
| 'Asia/Tehran'
|
|
427
|
+
| 'Asia/Thimphu'
|
|
428
|
+
| 'Asia/Tokyo'
|
|
429
|
+
| 'Asia/Tomsk'
|
|
430
|
+
| 'Asia/Ulaanbaatar'
|
|
431
|
+
| 'Asia/Urumqi'
|
|
432
|
+
| 'Asia/Ust-Nera'
|
|
433
|
+
| 'Asia/Vladivostok'
|
|
434
|
+
| 'Asia/Yakutsk'
|
|
435
|
+
| 'Asia/Yangon'
|
|
436
|
+
| 'Asia/Yekaterinburg'
|
|
437
|
+
| 'Asia/Yerevan'
|
|
438
|
+
| 'Atlantic/Azores'
|
|
439
|
+
| 'Atlantic/Bermuda'
|
|
440
|
+
| 'Atlantic/Canary'
|
|
441
|
+
| 'Atlantic/Cape_Verde'
|
|
442
|
+
| 'Atlantic/Faroe'
|
|
443
|
+
| 'Atlantic/Madeira'
|
|
444
|
+
| 'Atlantic/Reykjavik'
|
|
445
|
+
| 'Atlantic/South_Georgia'
|
|
446
|
+
| 'Atlantic/Stanley'
|
|
447
|
+
| 'Australia/Adelaide'
|
|
448
|
+
| 'Australia/Brisbane'
|
|
449
|
+
| 'Australia/Broken_Hill'
|
|
450
|
+
| 'Australia/Darwin'
|
|
451
|
+
| 'Australia/Eucla'
|
|
452
|
+
| 'Australia/Hobart'
|
|
453
|
+
| 'Australia/Lindeman'
|
|
454
|
+
| 'Australia/Lord_Howe'
|
|
455
|
+
| 'Australia/Melbourne'
|
|
456
|
+
| 'Australia/Perth'
|
|
457
|
+
| 'Australia/Sydney'
|
|
458
|
+
| 'CET'
|
|
459
|
+
| 'CST6CDT'
|
|
460
|
+
| 'EET'
|
|
461
|
+
| 'EST'
|
|
462
|
+
| 'EST5EDT'
|
|
463
|
+
| 'Etc/GMT'
|
|
464
|
+
| 'Etc/GMT-1'
|
|
465
|
+
| 'Etc/GMT-10'
|
|
466
|
+
| 'Etc/GMT-11'
|
|
467
|
+
| 'Etc/GMT-12'
|
|
468
|
+
| 'Etc/GMT-13'
|
|
469
|
+
| 'Etc/GMT-14'
|
|
470
|
+
| 'Etc/GMT-2'
|
|
471
|
+
| 'Etc/GMT-3'
|
|
472
|
+
| 'Etc/GMT-4'
|
|
473
|
+
| 'Etc/GMT-5'
|
|
474
|
+
| 'Etc/GMT-6'
|
|
475
|
+
| 'Etc/GMT-7'
|
|
476
|
+
| 'Etc/GMT-8'
|
|
477
|
+
| 'Etc/GMT-9'
|
|
478
|
+
| 'Etc/GMT+1'
|
|
479
|
+
| 'Etc/GMT+10'
|
|
480
|
+
| 'Etc/GMT+11'
|
|
481
|
+
| 'Etc/GMT+12'
|
|
482
|
+
| 'Etc/GMT+2'
|
|
483
|
+
| 'Etc/GMT+3'
|
|
484
|
+
| 'Etc/GMT+4'
|
|
485
|
+
| 'Etc/GMT+5'
|
|
486
|
+
| 'Etc/GMT+6'
|
|
487
|
+
| 'Etc/GMT+7'
|
|
488
|
+
| 'Etc/GMT+8'
|
|
489
|
+
| 'Etc/GMT+9'
|
|
490
|
+
| 'Etc/UTC'
|
|
491
|
+
| 'Europe/Amsterdam'
|
|
492
|
+
| 'Europe/Andorra'
|
|
493
|
+
| 'Europe/Astrakhan'
|
|
494
|
+
| 'Europe/Athens'
|
|
495
|
+
| 'Europe/Belgrade'
|
|
496
|
+
| 'Europe/Berlin'
|
|
497
|
+
| 'Europe/Brussels'
|
|
498
|
+
| 'Europe/Bucharest'
|
|
499
|
+
| 'Europe/Budapest'
|
|
500
|
+
| 'Europe/Chisinau'
|
|
501
|
+
| 'Europe/Copenhagen'
|
|
502
|
+
| 'Europe/Dublin'
|
|
503
|
+
| 'Europe/Gibraltar'
|
|
504
|
+
| 'Europe/Helsinki'
|
|
505
|
+
| 'Europe/Istanbul'
|
|
506
|
+
| 'Europe/Kaliningrad'
|
|
507
|
+
| 'Europe/Kiev'
|
|
508
|
+
| 'Europe/Kirov'
|
|
509
|
+
| 'Europe/Lisbon'
|
|
510
|
+
| 'Europe/London'
|
|
511
|
+
| 'Europe/Luxembourg'
|
|
512
|
+
| 'Europe/Madrid'
|
|
513
|
+
| 'Europe/Malta'
|
|
514
|
+
| 'Europe/Minsk'
|
|
515
|
+
| 'Europe/Monaco'
|
|
516
|
+
| 'Europe/Moscow'
|
|
517
|
+
| 'Europe/Oslo'
|
|
518
|
+
| 'Europe/Paris'
|
|
519
|
+
| 'Europe/Prague'
|
|
520
|
+
| 'Europe/Riga'
|
|
521
|
+
| 'Europe/Rome'
|
|
522
|
+
| 'Europe/Samara'
|
|
523
|
+
| 'Europe/Saratov'
|
|
524
|
+
| 'Europe/Simferopol'
|
|
525
|
+
| 'Europe/Sofia'
|
|
526
|
+
| 'Europe/Stockholm'
|
|
527
|
+
| 'Europe/Tallinn'
|
|
528
|
+
| 'Europe/Tirane'
|
|
529
|
+
| 'Europe/Ulyanovsk'
|
|
530
|
+
| 'Europe/Uzhgorod'
|
|
531
|
+
| 'Europe/Vienna'
|
|
532
|
+
| 'Europe/Vilnius'
|
|
533
|
+
| 'Europe/Volgograd'
|
|
534
|
+
| 'Europe/Warsaw'
|
|
535
|
+
| 'Europe/Zaporozhye'
|
|
536
|
+
| 'Europe/Zurich'
|
|
537
|
+
| 'HST'
|
|
538
|
+
| 'Indian/Chagos'
|
|
539
|
+
| 'Indian/Christmas'
|
|
540
|
+
| 'Indian/Cocos'
|
|
541
|
+
| 'Indian/Kerguelen'
|
|
542
|
+
| 'Indian/Mahe'
|
|
543
|
+
| 'Indian/Maldives'
|
|
544
|
+
| 'Indian/Mauritius'
|
|
545
|
+
| 'Indian/Reunion'
|
|
546
|
+
| 'MET'
|
|
547
|
+
| 'MST'
|
|
548
|
+
| 'MST7MDT'
|
|
549
|
+
| 'Pacific/Apia'
|
|
550
|
+
| 'Pacific/Auckland'
|
|
551
|
+
| 'Pacific/Bougainville'
|
|
552
|
+
| 'Pacific/Chatham'
|
|
553
|
+
| 'Pacific/Chuuk'
|
|
554
|
+
| 'Pacific/Easter'
|
|
555
|
+
| 'Pacific/Efate'
|
|
556
|
+
| 'Pacific/Fakaofo'
|
|
557
|
+
| 'Pacific/Fiji'
|
|
558
|
+
| 'Pacific/Funafuti'
|
|
559
|
+
| 'Pacific/Galapagos'
|
|
560
|
+
| 'Pacific/Gambier'
|
|
561
|
+
| 'Pacific/Guadalcanal'
|
|
562
|
+
| 'Pacific/Guam'
|
|
563
|
+
| 'Pacific/Honolulu'
|
|
564
|
+
| 'Pacific/Kanton'
|
|
565
|
+
| 'Pacific/Kiritimati'
|
|
566
|
+
| 'Pacific/Kosrae'
|
|
567
|
+
| 'Pacific/Kwajalein'
|
|
568
|
+
| 'Pacific/Majuro'
|
|
569
|
+
| 'Pacific/Marquesas'
|
|
570
|
+
| 'Pacific/Nauru'
|
|
571
|
+
| 'Pacific/Niue'
|
|
572
|
+
| 'Pacific/Norfolk'
|
|
573
|
+
| 'Pacific/Noumea'
|
|
574
|
+
| 'Pacific/Pago_Pago'
|
|
575
|
+
| 'Pacific/Palau'
|
|
576
|
+
| 'Pacific/Pitcairn'
|
|
577
|
+
| 'Pacific/Pohnpei'
|
|
578
|
+
| 'Pacific/Port_Moresby'
|
|
579
|
+
| 'Pacific/Rarotonga'
|
|
580
|
+
| 'Pacific/Tahiti'
|
|
581
|
+
| 'Pacific/Tarawa'
|
|
582
|
+
| 'Pacific/Tongatapu'
|
|
583
|
+
| 'Pacific/Wake'
|
|
584
|
+
| 'Pacific/Wallis'
|
|
585
|
+
| 'PST8PDT'
|
|
586
|
+
| 'WET';
|
|
587
|
+
|
|
588
|
+
export type CountryCode =
|
|
589
|
+
| 'AC'
|
|
590
|
+
| 'AD'
|
|
591
|
+
| 'AE'
|
|
592
|
+
| 'AF'
|
|
593
|
+
| 'AG'
|
|
594
|
+
| 'AI'
|
|
595
|
+
| 'AL'
|
|
596
|
+
| 'AM'
|
|
597
|
+
| 'AN'
|
|
598
|
+
| 'AO'
|
|
599
|
+
| 'AR'
|
|
600
|
+
| 'AT'
|
|
601
|
+
| 'AU'
|
|
602
|
+
| 'AW'
|
|
603
|
+
| 'AX'
|
|
604
|
+
| 'AZ'
|
|
605
|
+
| 'BA'
|
|
606
|
+
| 'BB'
|
|
607
|
+
| 'BD'
|
|
608
|
+
| 'BE'
|
|
609
|
+
| 'BF'
|
|
610
|
+
| 'BG'
|
|
611
|
+
| 'BH'
|
|
612
|
+
| 'BI'
|
|
613
|
+
| 'BJ'
|
|
614
|
+
| 'BL'
|
|
615
|
+
| 'BM'
|
|
616
|
+
| 'BN'
|
|
617
|
+
| 'BO'
|
|
618
|
+
| 'BQ'
|
|
619
|
+
| 'BR'
|
|
620
|
+
| 'BS'
|
|
621
|
+
| 'BT'
|
|
622
|
+
| 'BV'
|
|
623
|
+
| 'BW'
|
|
624
|
+
| 'BY'
|
|
625
|
+
| 'BZ'
|
|
626
|
+
| 'CA'
|
|
627
|
+
| 'CC'
|
|
628
|
+
| 'CD'
|
|
629
|
+
| 'CF'
|
|
630
|
+
| 'CG'
|
|
631
|
+
| 'CH'
|
|
632
|
+
| 'CI'
|
|
633
|
+
| 'CK'
|
|
634
|
+
| 'CL'
|
|
635
|
+
| 'CM'
|
|
636
|
+
| 'CN'
|
|
637
|
+
| 'CO'
|
|
638
|
+
| 'CR'
|
|
639
|
+
| 'CU'
|
|
640
|
+
| 'CV'
|
|
641
|
+
| 'CW'
|
|
642
|
+
| 'CX'
|
|
643
|
+
| 'CY'
|
|
644
|
+
| 'CZ'
|
|
645
|
+
| 'DE'
|
|
646
|
+
| 'DJ'
|
|
647
|
+
| 'DK'
|
|
648
|
+
| 'DM'
|
|
649
|
+
| 'DO'
|
|
650
|
+
| 'DZ'
|
|
651
|
+
| 'EC'
|
|
652
|
+
| 'EE'
|
|
653
|
+
| 'EG'
|
|
654
|
+
| 'EH'
|
|
655
|
+
| 'ER'
|
|
656
|
+
| 'ES'
|
|
657
|
+
| 'ET'
|
|
658
|
+
| 'FI'
|
|
659
|
+
| 'FJ'
|
|
660
|
+
| 'FK'
|
|
661
|
+
| 'FO'
|
|
662
|
+
| 'FR'
|
|
663
|
+
| 'GA'
|
|
664
|
+
| 'GB'
|
|
665
|
+
| 'GD'
|
|
666
|
+
| 'GE'
|
|
667
|
+
| 'GF'
|
|
668
|
+
| 'GG'
|
|
669
|
+
| 'GH'
|
|
670
|
+
| 'GI'
|
|
671
|
+
| 'GL'
|
|
672
|
+
| 'GM'
|
|
673
|
+
| 'GN'
|
|
674
|
+
| 'GP'
|
|
675
|
+
| 'GQ'
|
|
676
|
+
| 'GR'
|
|
677
|
+
| 'GS'
|
|
678
|
+
| 'GT'
|
|
679
|
+
| 'GW'
|
|
680
|
+
| 'GY'
|
|
681
|
+
| 'HK'
|
|
682
|
+
| 'HM'
|
|
683
|
+
| 'HN'
|
|
684
|
+
| 'HR'
|
|
685
|
+
| 'HT'
|
|
686
|
+
| 'HU'
|
|
687
|
+
| 'ID'
|
|
688
|
+
| 'IE'
|
|
689
|
+
| 'IL'
|
|
690
|
+
| 'IM'
|
|
691
|
+
| 'IN'
|
|
692
|
+
| 'IO'
|
|
693
|
+
| 'IQ'
|
|
694
|
+
| 'IR'
|
|
695
|
+
| 'IS'
|
|
696
|
+
| 'IT'
|
|
697
|
+
| 'JE'
|
|
698
|
+
| 'JM'
|
|
699
|
+
| 'JO'
|
|
700
|
+
| 'JP'
|
|
701
|
+
| 'KE'
|
|
702
|
+
| 'KG'
|
|
703
|
+
| 'KH'
|
|
704
|
+
| 'KI'
|
|
705
|
+
| 'KM'
|
|
706
|
+
| 'KN'
|
|
707
|
+
| 'KP'
|
|
708
|
+
| 'KR'
|
|
709
|
+
| 'KW'
|
|
710
|
+
| 'KY'
|
|
711
|
+
| 'KZ'
|
|
712
|
+
| 'LA'
|
|
713
|
+
| 'LB'
|
|
714
|
+
| 'LC'
|
|
715
|
+
| 'LI'
|
|
716
|
+
| 'LK'
|
|
717
|
+
| 'LR'
|
|
718
|
+
| 'LS'
|
|
719
|
+
| 'LT'
|
|
720
|
+
| 'LU'
|
|
721
|
+
| 'LV'
|
|
722
|
+
| 'LY'
|
|
723
|
+
| 'MA'
|
|
724
|
+
| 'MC'
|
|
725
|
+
| 'MD'
|
|
726
|
+
| 'ME'
|
|
727
|
+
| 'MF'
|
|
728
|
+
| 'MG'
|
|
729
|
+
| 'MK'
|
|
730
|
+
| 'ML'
|
|
731
|
+
| 'MM'
|
|
732
|
+
| 'MN'
|
|
733
|
+
| 'MO'
|
|
734
|
+
| 'MQ'
|
|
735
|
+
| 'MR'
|
|
736
|
+
| 'MS'
|
|
737
|
+
| 'MT'
|
|
738
|
+
| 'MU'
|
|
739
|
+
| 'MV'
|
|
740
|
+
| 'MW'
|
|
741
|
+
| 'MX'
|
|
742
|
+
| 'MY'
|
|
743
|
+
| 'MZ'
|
|
744
|
+
| 'NA'
|
|
745
|
+
| 'NC'
|
|
746
|
+
| 'NE'
|
|
747
|
+
| 'NF'
|
|
748
|
+
| 'NG'
|
|
749
|
+
| 'NI'
|
|
750
|
+
| 'NL'
|
|
751
|
+
| 'NO'
|
|
752
|
+
| 'NP'
|
|
753
|
+
| 'NR'
|
|
754
|
+
| 'NU'
|
|
755
|
+
| 'NZ'
|
|
756
|
+
| 'OM'
|
|
757
|
+
| 'PA'
|
|
758
|
+
| 'PE'
|
|
759
|
+
| 'PF'
|
|
760
|
+
| 'PG'
|
|
761
|
+
| 'PH'
|
|
762
|
+
| 'PK'
|
|
763
|
+
| 'PL'
|
|
764
|
+
| 'PM'
|
|
765
|
+
| 'PN'
|
|
766
|
+
| 'PS'
|
|
767
|
+
| 'PT'
|
|
768
|
+
| 'PY'
|
|
769
|
+
| 'QA'
|
|
770
|
+
| 'RE'
|
|
771
|
+
| 'RO'
|
|
772
|
+
| 'RS'
|
|
773
|
+
| 'RU'
|
|
774
|
+
| 'RW'
|
|
775
|
+
| 'SA'
|
|
776
|
+
| 'SB'
|
|
777
|
+
| 'SC'
|
|
778
|
+
| 'SD'
|
|
779
|
+
| 'SE'
|
|
780
|
+
| 'SG'
|
|
781
|
+
| 'SH'
|
|
782
|
+
| 'SI'
|
|
783
|
+
| 'SJ'
|
|
784
|
+
| 'SK'
|
|
785
|
+
| 'SL'
|
|
786
|
+
| 'SM'
|
|
787
|
+
| 'SN'
|
|
788
|
+
| 'SO'
|
|
789
|
+
| 'SR'
|
|
790
|
+
| 'SS'
|
|
791
|
+
| 'ST'
|
|
792
|
+
| 'SV'
|
|
793
|
+
| 'SX'
|
|
794
|
+
| 'SY'
|
|
795
|
+
| 'SZ'
|
|
796
|
+
| 'TA'
|
|
797
|
+
| 'TC'
|
|
798
|
+
| 'TD'
|
|
799
|
+
| 'TF'
|
|
800
|
+
| 'TG'
|
|
801
|
+
| 'TH'
|
|
802
|
+
| 'TJ'
|
|
803
|
+
| 'TK'
|
|
804
|
+
| 'TL'
|
|
805
|
+
| 'TM'
|
|
806
|
+
| 'TN'
|
|
807
|
+
| 'TO'
|
|
808
|
+
| 'TR'
|
|
809
|
+
| 'TT'
|
|
810
|
+
| 'TV'
|
|
811
|
+
| 'TW'
|
|
812
|
+
| 'TZ'
|
|
813
|
+
| 'UA'
|
|
814
|
+
| 'UG'
|
|
815
|
+
| 'UM'
|
|
816
|
+
| 'US'
|
|
817
|
+
| 'UY'
|
|
818
|
+
| 'UZ'
|
|
819
|
+
| 'VA'
|
|
820
|
+
| 'VC'
|
|
821
|
+
| 'VE'
|
|
822
|
+
| 'VG'
|
|
823
|
+
| 'VN'
|
|
824
|
+
| 'VU'
|
|
825
|
+
| 'WF'
|
|
826
|
+
| 'WS'
|
|
827
|
+
| 'XK'
|
|
828
|
+
| 'YE'
|
|
829
|
+
| 'YT'
|
|
830
|
+
| 'ZA'
|
|
831
|
+
| 'ZM'
|
|
832
|
+
| 'ZW'
|
|
833
|
+
| 'ZZ';
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* Union of supported storefront API versions
|
|
837
|
+
*/
|
|
838
|
+
export type StorefrontApiVersion =
|
|
839
|
+
| '2022-04'
|
|
840
|
+
| '2022-07'
|
|
841
|
+
| '2022-10'
|
|
842
|
+
| '2023-01'
|
|
843
|
+
| '2023-04'
|
|
844
|
+
| '2023-07'
|
|
845
|
+
| '2024-01'
|
|
846
|
+
| '2024-04'
|
|
847
|
+
| 'unstable';
|
|
848
|
+
|
|
849
|
+
/**
|
|
850
|
+
* GraphQL error returned by the Shopify Storefront APIs.
|
|
851
|
+
*/
|
|
852
|
+
export interface GraphQLError {
|
|
853
|
+
message: string;
|
|
854
|
+
extensions: {
|
|
855
|
+
requestId: string;
|
|
856
|
+
code: string;
|
|
857
|
+
};
|
|
858
|
+
}
|