@shopify/ui-extensions 2025.10.14 → 2025.10.15

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.
Files changed (1440) hide show
  1. package/build/cjs/surfaces/checkout/preact/api.js +2 -0
  2. package/build/cjs/surfaces/checkout/preact/app-metafields.js +1 -0
  3. package/build/cjs/surfaces/checkout/preact/attributes.js +3 -0
  4. package/build/cjs/surfaces/checkout/preact/billing-address.js +1 -0
  5. package/build/cjs/surfaces/checkout/preact/buyer-identity.js +4 -0
  6. package/build/cjs/surfaces/checkout/preact/buyer-journey.js +5 -0
  7. package/build/cjs/surfaces/checkout/preact/capabilities.js +2 -0
  8. package/build/cjs/surfaces/checkout/preact/cart-line-target.js +1 -0
  9. package/build/cjs/surfaces/checkout/preact/cart-lines.js +2 -0
  10. package/build/cjs/surfaces/checkout/preact/checkout-settings.js +1 -0
  11. package/build/cjs/surfaces/checkout/preact/checkout-token.js +1 -0
  12. package/build/cjs/surfaces/checkout/preact/cost.js +4 -0
  13. package/build/cjs/surfaces/checkout/preact/country.js +1 -0
  14. package/build/cjs/surfaces/checkout/preact/currency.js +1 -0
  15. package/build/cjs/surfaces/checkout/preact/customer-privacy.js +1 -0
  16. package/build/cjs/surfaces/checkout/preact/delivery-group-list-target.js +1 -0
  17. package/build/cjs/surfaces/checkout/preact/delivery-group-target.js +1 -0
  18. package/build/cjs/surfaces/checkout/preact/delivery-group.js +1 -0
  19. package/build/cjs/surfaces/checkout/preact/delivery-groups.js +1 -0
  20. package/build/cjs/surfaces/checkout/preact/delivery-selection-groups.js +1 -0
  21. package/build/cjs/surfaces/checkout/preact/discounts.js +3 -0
  22. package/build/cjs/surfaces/checkout/preact/extension-editor.js +1 -0
  23. package/build/cjs/surfaces/checkout/preact/extension-language.js +1 -0
  24. package/build/cjs/surfaces/checkout/preact/extension.js +2 -0
  25. package/build/cjs/surfaces/checkout/preact/gift-cards.js +2 -0
  26. package/build/cjs/surfaces/checkout/preact/instructions.js +1 -0
  27. package/build/cjs/surfaces/checkout/preact/language.js +1 -0
  28. package/build/cjs/surfaces/checkout/preact/localized-fields.js +4 -0
  29. package/build/cjs/surfaces/checkout/preact/market.js +1 -0
  30. package/build/cjs/surfaces/checkout/preact/metafield.js +1 -0
  31. package/build/cjs/surfaces/checkout/preact/metafields.js +2 -0
  32. package/build/cjs/surfaces/checkout/preact/note.js +2 -0
  33. package/build/cjs/surfaces/checkout/preact/payment-method.js +3 -0
  34. package/build/cjs/surfaces/checkout/preact/payment-options.js +2 -0
  35. package/build/cjs/surfaces/checkout/preact/pickup-location-option-target.js +1 -0
  36. package/build/cjs/surfaces/checkout/preact/redeemable.js +1 -0
  37. package/build/cjs/surfaces/checkout/preact/session-token.js +1 -0
  38. package/build/cjs/surfaces/checkout/preact/settings.js +1 -0
  39. package/build/cjs/surfaces/checkout/preact/shipping-address.js +2 -0
  40. package/build/cjs/surfaces/checkout/preact/shipping-option-target.js +1 -0
  41. package/build/cjs/surfaces/checkout/preact/shop.js +1 -0
  42. package/build/cjs/surfaces/checkout/preact/storage.js +1 -0
  43. package/build/cjs/surfaces/checkout/preact/subscription.js +1 -0
  44. package/build/cjs/surfaces/checkout/preact/target.js +1 -0
  45. package/build/cjs/surfaces/checkout/preact/timezone.js +1 -0
  46. package/build/cjs/surfaces/checkout/preact/translate.js +1 -0
  47. package/build/cjs/surfaces/checkout/shared.js +2 -0
  48. package/build/cjs/surfaces/checkout/style/style.js +1 -0
  49. package/build/cjs/surfaces/point-of-sale/types/storage.js +3 -1
  50. package/build/esm/surfaces/checkout/preact/api.mjs +2 -0
  51. package/build/esm/surfaces/checkout/preact/app-metafields.mjs +1 -0
  52. package/build/esm/surfaces/checkout/preact/attributes.mjs +3 -0
  53. package/build/esm/surfaces/checkout/preact/billing-address.mjs +1 -0
  54. package/build/esm/surfaces/checkout/preact/buyer-identity.mjs +4 -0
  55. package/build/esm/surfaces/checkout/preact/buyer-journey.mjs +5 -0
  56. package/build/esm/surfaces/checkout/preact/capabilities.mjs +2 -0
  57. package/build/esm/surfaces/checkout/preact/cart-line-target.mjs +1 -0
  58. package/build/esm/surfaces/checkout/preact/cart-lines.mjs +2 -0
  59. package/build/esm/surfaces/checkout/preact/checkout-settings.mjs +1 -0
  60. package/build/esm/surfaces/checkout/preact/checkout-token.mjs +1 -0
  61. package/build/esm/surfaces/checkout/preact/cost.mjs +4 -0
  62. package/build/esm/surfaces/checkout/preact/country.mjs +1 -0
  63. package/build/esm/surfaces/checkout/preact/currency.mjs +1 -0
  64. package/build/esm/surfaces/checkout/preact/customer-privacy.mjs +1 -0
  65. package/build/esm/surfaces/checkout/preact/delivery-group-list-target.mjs +1 -0
  66. package/build/esm/surfaces/checkout/preact/delivery-group-target.mjs +1 -0
  67. package/build/esm/surfaces/checkout/preact/delivery-group.mjs +1 -0
  68. package/build/esm/surfaces/checkout/preact/delivery-groups.mjs +1 -0
  69. package/build/esm/surfaces/checkout/preact/delivery-selection-groups.mjs +1 -0
  70. package/build/esm/surfaces/checkout/preact/discounts.mjs +3 -0
  71. package/build/esm/surfaces/checkout/preact/extension-editor.mjs +1 -0
  72. package/build/esm/surfaces/checkout/preact/extension-language.mjs +1 -0
  73. package/build/esm/surfaces/checkout/preact/extension.mjs +2 -0
  74. package/build/esm/surfaces/checkout/preact/gift-cards.mjs +2 -0
  75. package/build/esm/surfaces/checkout/preact/instructions.mjs +1 -0
  76. package/build/esm/surfaces/checkout/preact/language.mjs +1 -0
  77. package/build/esm/surfaces/checkout/preact/localized-fields.mjs +4 -0
  78. package/build/esm/surfaces/checkout/preact/market.mjs +1 -0
  79. package/build/esm/surfaces/checkout/preact/metafield.mjs +1 -0
  80. package/build/esm/surfaces/checkout/preact/metafields.mjs +2 -0
  81. package/build/esm/surfaces/checkout/preact/note.mjs +2 -0
  82. package/build/esm/surfaces/checkout/preact/payment-method.mjs +3 -0
  83. package/build/esm/surfaces/checkout/preact/payment-options.mjs +2 -0
  84. package/build/esm/surfaces/checkout/preact/pickup-location-option-target.mjs +1 -0
  85. package/build/esm/surfaces/checkout/preact/redeemable.mjs +1 -0
  86. package/build/esm/surfaces/checkout/preact/session-token.mjs +1 -0
  87. package/build/esm/surfaces/checkout/preact/settings.mjs +1 -0
  88. package/build/esm/surfaces/checkout/preact/shipping-address.mjs +2 -0
  89. package/build/esm/surfaces/checkout/preact/shipping-option-target.mjs +1 -0
  90. package/build/esm/surfaces/checkout/preact/shop.mjs +1 -0
  91. package/build/esm/surfaces/checkout/preact/storage.mjs +1 -0
  92. package/build/esm/surfaces/checkout/preact/subscription.mjs +1 -0
  93. package/build/esm/surfaces/checkout/preact/target.mjs +1 -0
  94. package/build/esm/surfaces/checkout/preact/timezone.mjs +1 -0
  95. package/build/esm/surfaces/checkout/preact/translate.mjs +1 -0
  96. package/build/esm/surfaces/checkout/shared.mjs +2 -0
  97. package/build/esm/surfaces/checkout/style/style.mjs +1 -0
  98. package/build/esm/surfaces/point-of-sale/types/storage.mjs +3 -1
  99. package/build/esnext/surfaces/checkout/preact/api.esnext +2 -0
  100. package/build/esnext/surfaces/checkout/preact/app-metafields.esnext +1 -0
  101. package/build/esnext/surfaces/checkout/preact/attributes.esnext +3 -0
  102. package/build/esnext/surfaces/checkout/preact/billing-address.esnext +1 -0
  103. package/build/esnext/surfaces/checkout/preact/buyer-identity.esnext +4 -0
  104. package/build/esnext/surfaces/checkout/preact/buyer-journey.esnext +5 -0
  105. package/build/esnext/surfaces/checkout/preact/capabilities.esnext +2 -0
  106. package/build/esnext/surfaces/checkout/preact/cart-line-target.esnext +1 -0
  107. package/build/esnext/surfaces/checkout/preact/cart-lines.esnext +2 -0
  108. package/build/esnext/surfaces/checkout/preact/checkout-settings.esnext +1 -0
  109. package/build/esnext/surfaces/checkout/preact/checkout-token.esnext +1 -0
  110. package/build/esnext/surfaces/checkout/preact/cost.esnext +4 -0
  111. package/build/esnext/surfaces/checkout/preact/country.esnext +1 -0
  112. package/build/esnext/surfaces/checkout/preact/currency.esnext +1 -0
  113. package/build/esnext/surfaces/checkout/preact/customer-privacy.esnext +1 -0
  114. package/build/esnext/surfaces/checkout/preact/delivery-group-list-target.esnext +1 -0
  115. package/build/esnext/surfaces/checkout/preact/delivery-group-target.esnext +1 -0
  116. package/build/esnext/surfaces/checkout/preact/delivery-group.esnext +1 -0
  117. package/build/esnext/surfaces/checkout/preact/delivery-groups.esnext +1 -0
  118. package/build/esnext/surfaces/checkout/preact/delivery-selection-groups.esnext +1 -0
  119. package/build/esnext/surfaces/checkout/preact/discounts.esnext +3 -0
  120. package/build/esnext/surfaces/checkout/preact/extension-editor.esnext +1 -0
  121. package/build/esnext/surfaces/checkout/preact/extension-language.esnext +1 -0
  122. package/build/esnext/surfaces/checkout/preact/extension.esnext +2 -0
  123. package/build/esnext/surfaces/checkout/preact/gift-cards.esnext +2 -0
  124. package/build/esnext/surfaces/checkout/preact/instructions.esnext +1 -0
  125. package/build/esnext/surfaces/checkout/preact/language.esnext +1 -0
  126. package/build/esnext/surfaces/checkout/preact/localized-fields.esnext +4 -0
  127. package/build/esnext/surfaces/checkout/preact/market.esnext +1 -0
  128. package/build/esnext/surfaces/checkout/preact/metafield.esnext +1 -0
  129. package/build/esnext/surfaces/checkout/preact/metafields.esnext +2 -0
  130. package/build/esnext/surfaces/checkout/preact/note.esnext +2 -0
  131. package/build/esnext/surfaces/checkout/preact/payment-method.esnext +3 -0
  132. package/build/esnext/surfaces/checkout/preact/payment-options.esnext +2 -0
  133. package/build/esnext/surfaces/checkout/preact/pickup-location-option-target.esnext +1 -0
  134. package/build/esnext/surfaces/checkout/preact/redeemable.esnext +1 -0
  135. package/build/esnext/surfaces/checkout/preact/session-token.esnext +1 -0
  136. package/build/esnext/surfaces/checkout/preact/settings.esnext +1 -0
  137. package/build/esnext/surfaces/checkout/preact/shipping-address.esnext +2 -0
  138. package/build/esnext/surfaces/checkout/preact/shipping-option-target.esnext +1 -0
  139. package/build/esnext/surfaces/checkout/preact/shop.esnext +1 -0
  140. package/build/esnext/surfaces/checkout/preact/storage.esnext +1 -0
  141. package/build/esnext/surfaces/checkout/preact/subscription.esnext +1 -0
  142. package/build/esnext/surfaces/checkout/preact/target.esnext +1 -0
  143. package/build/esnext/surfaces/checkout/preact/timezone.esnext +1 -0
  144. package/build/esnext/surfaces/checkout/preact/translate.esnext +1 -0
  145. package/build/esnext/surfaces/checkout/shared.esnext +2 -0
  146. package/build/esnext/surfaces/checkout/style/style.esnext +1 -0
  147. package/build/esnext/surfaces/point-of-sale/types/storage.esnext +3 -1
  148. package/build/ts/shared.d.ts +68 -13
  149. package/build/ts/shared.d.ts.map +1 -1
  150. package/build/ts/surfaces/admin/api/action/action.d.ts +1 -0
  151. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  152. package/build/ts/surfaces/admin/api/block/block.d.ts +1 -0
  153. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  154. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +1 -0
  155. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  156. package/build/ts/surfaces/admin/api/intents/intents.d.ts +6 -0
  157. package/build/ts/surfaces/admin/api/intents/intents.d.ts.map +1 -1
  158. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts +1 -0
  159. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.d.ts.map +1 -1
  160. package/build/ts/surfaces/admin/api/picker/picker.d.ts +1 -0
  161. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -1
  162. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +1 -0
  163. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  164. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts +1 -0
  165. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.d.ts.map +1 -1
  166. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts +1 -0
  167. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.d.ts.map +1 -1
  168. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts +1 -0
  169. package/build/ts/surfaces/admin/api/purchase-options-card-action.d.ts.map +1 -1
  170. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts +2 -0
  171. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.d.ts.map +1 -1
  172. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +1 -0
  173. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -1
  174. package/build/ts/surfaces/admin/api/standard/standard.d.ts +1 -0
  175. package/build/ts/surfaces/admin/api/standard/standard.d.ts.map +1 -1
  176. package/build/ts/surfaces/admin/components/AdminAction.d.ts +2 -0
  177. package/build/ts/surfaces/admin/components/AdminBlock.d.ts +2 -0
  178. package/build/ts/surfaces/admin/components/AdminPrintAction.d.ts +2 -0
  179. package/build/ts/surfaces/admin/components/Badge.d.ts +2 -0
  180. package/build/ts/surfaces/admin/components/Banner.d.ts +2 -0
  181. package/build/ts/surfaces/admin/components/Box.d.ts +2 -0
  182. package/build/ts/surfaces/admin/components/Button.d.ts +2 -0
  183. package/build/ts/surfaces/admin/components/Checkbox.d.ts +2 -0
  184. package/build/ts/surfaces/admin/components/ChoiceList.d.ts +2 -0
  185. package/build/ts/surfaces/admin/components/ColorPicker.d.ts +2 -0
  186. package/build/ts/surfaces/admin/components/DateField.d.ts +2 -0
  187. package/build/ts/surfaces/admin/components/DatePicker.d.ts +2 -0
  188. package/build/ts/surfaces/admin/components/Divider.d.ts +2 -0
  189. package/build/ts/surfaces/admin/components/EmailField.d.ts +2 -0
  190. package/build/ts/surfaces/admin/components/Form.d.ts +2 -0
  191. package/build/ts/surfaces/admin/components/FunctionSettings.d.ts +2 -0
  192. package/build/ts/surfaces/admin/components/Heading.d.ts +2 -0
  193. package/build/ts/surfaces/admin/components/Icon.d.ts +0 -3
  194. package/build/ts/surfaces/admin/components/Image.d.ts +2 -0
  195. package/build/ts/surfaces/admin/components/Link.d.ts +2 -0
  196. package/build/ts/surfaces/admin/components/MoneyField.d.ts +2 -0
  197. package/build/ts/surfaces/admin/components/NumberField.d.ts +2 -0
  198. package/build/ts/surfaces/admin/components/Paragraph.d.ts +2 -0
  199. package/build/ts/surfaces/admin/components/PasswordField.d.ts +2 -0
  200. package/build/ts/surfaces/admin/components/Section.d.ts +2 -0
  201. package/build/ts/surfaces/admin/components/Select.d.ts +2 -0
  202. package/build/ts/surfaces/admin/components/Text.d.ts +2 -0
  203. package/build/ts/surfaces/admin/components/TextArea.d.ts +2 -0
  204. package/build/ts/surfaces/admin/components/TextField.d.ts +2 -0
  205. package/build/ts/surfaces/admin/components/URLField.d.ts +2 -0
  206. package/build/ts/surfaces/admin/components/shared.d.ts +1 -1
  207. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts +1 -0
  208. package/build/ts/surfaces/checkout/api/address-autocomplete/format-suggestion.d.ts.map +1 -1
  209. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +3 -2
  210. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts.map +1 -1
  211. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts +3 -2
  212. package/build/ts/surfaces/checkout/api/address-autocomplete/suggest.d.ts.map +1 -1
  213. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts +9 -1
  214. package/build/ts/surfaces/checkout/api/cart-line/cart-line-item.d.ts.map +1 -1
  215. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts +229 -118
  216. package/build/ts/surfaces/checkout/api/checkout/checkout.d.ts.map +1 -1
  217. package/build/ts/surfaces/checkout/api/docs.d.ts +33 -0
  218. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  219. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts +13 -5
  220. package/build/ts/surfaces/checkout/api/order-confirmation/order-confirmation.d.ts.map +1 -1
  221. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts +11 -2
  222. package/build/ts/surfaces/checkout/api/pickup/pickup-location-item.d.ts.map +1 -1
  223. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts +4 -1
  224. package/build/ts/surfaces/checkout/api/pickup/pickup-location-list.d.ts.map +1 -1
  225. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts +4 -1
  226. package/build/ts/surfaces/checkout/api/pickup/pickup-point-list.d.ts.map +1 -1
  227. package/build/ts/surfaces/checkout/api/shared.d.ts +77 -31
  228. package/build/ts/surfaces/checkout/api/shared.d.ts.map +1 -1
  229. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts +13 -4
  230. package/build/ts/surfaces/checkout/api/shipping/shipping-option-item.d.ts.map +1 -1
  231. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts +16 -12
  232. package/build/ts/surfaces/checkout/api/shipping/shipping-option-list.d.ts.map +1 -1
  233. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +653 -435
  234. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  235. package/build/ts/surfaces/checkout/components/Abbreviation.d.ts +4 -3
  236. package/build/ts/surfaces/checkout/components/Announcement.d.ts +43 -13
  237. package/build/ts/surfaces/checkout/components/Badge.d.ts +47 -6
  238. package/build/ts/surfaces/checkout/components/Banner.d.ts +67 -12
  239. package/build/ts/surfaces/checkout/components/Box.d.ts +55 -2
  240. package/build/ts/surfaces/checkout/components/Button.d.ts +27 -6
  241. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +42 -5
  242. package/build/ts/surfaces/checkout/components/Chip.d.ts +6 -3
  243. package/build/ts/surfaces/checkout/components/Choice.d.ts +5 -3
  244. package/build/ts/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  245. package/build/ts/surfaces/checkout/components/Clickable.d.ts +50 -9
  246. package/build/ts/surfaces/checkout/components/ClickableChip.d.ts +21 -8
  247. package/build/ts/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  248. package/build/ts/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  249. package/build/ts/surfaces/checkout/components/ConsentPhoneField.d.ts +37 -13
  250. package/build/ts/surfaces/checkout/components/DateField.d.ts +36 -15
  251. package/build/ts/surfaces/checkout/components/DatePicker.d.ts +31 -12
  252. package/build/ts/surfaces/checkout/components/Details.d.ts +22 -11
  253. package/build/ts/surfaces/checkout/components/Divider.d.ts +4 -3
  254. package/build/ts/surfaces/checkout/components/DropZone.d.ts +23 -8
  255. package/build/ts/surfaces/checkout/components/EmailField.d.ts +42 -12
  256. package/build/ts/surfaces/checkout/components/Form.d.ts +18 -4
  257. package/build/ts/surfaces/checkout/components/Grid.d.ts +142 -2
  258. package/build/ts/surfaces/checkout/components/GridItem.d.ts +60 -2
  259. package/build/ts/surfaces/checkout/components/Heading.d.ts +4 -3
  260. package/build/ts/surfaces/checkout/components/Icon.d.ts +45 -6
  261. package/build/ts/surfaces/checkout/components/Image.d.ts +40 -2
  262. package/build/ts/surfaces/checkout/components/Link.d.ts +17 -6
  263. package/build/ts/surfaces/checkout/components/ListItem.d.ts +4 -3
  264. package/build/ts/surfaces/checkout/components/Map.d.ts +72 -8
  265. package/build/ts/surfaces/checkout/components/MapMarker.d.ts +36 -10
  266. package/build/ts/surfaces/checkout/components/Modal.d.ts +51 -10
  267. package/build/ts/surfaces/checkout/components/MoneyField.d.ts +37 -10
  268. package/build/ts/surfaces/checkout/components/NumberField.d.ts +45 -12
  269. package/build/ts/surfaces/checkout/components/Option.d.ts +4 -3
  270. package/build/ts/surfaces/checkout/components/OrderedList.d.ts +4 -3
  271. package/build/ts/surfaces/checkout/components/Paragraph.d.ts +12 -2
  272. package/build/ts/surfaces/checkout/components/PasswordField.d.ts +42 -12
  273. package/build/ts/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
  274. package/build/ts/surfaces/checkout/components/PhoneField.d.ts +42 -12
  275. package/build/ts/surfaces/checkout/components/Popover.d.ts +39 -24
  276. package/build/ts/surfaces/checkout/components/PressButton.d.ts +21 -9
  277. package/build/ts/surfaces/checkout/components/ProductThumbnail.d.ts +21 -3
  278. package/build/ts/surfaces/checkout/components/Progress.d.ts +29 -3
  279. package/build/ts/surfaces/checkout/components/QRCode.d.ts +27 -5
  280. package/build/ts/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  281. package/build/ts/surfaces/checkout/components/ScrollBox.d.ts +60 -2
  282. package/build/ts/surfaces/checkout/components/Section.d.ts +4 -3
  283. package/build/ts/surfaces/checkout/components/Select.d.ts +35 -7
  284. package/build/ts/surfaces/checkout/components/Sheet.d.ts +40 -15
  285. package/build/ts/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
  286. package/build/ts/surfaces/checkout/components/Spinner.d.ts +18 -3
  287. package/build/ts/surfaces/checkout/components/Stack.d.ts +115 -2
  288. package/build/ts/surfaces/checkout/components/Summary.d.ts +2 -0
  289. package/build/ts/surfaces/checkout/components/Switch.d.ts +16 -5
  290. package/build/ts/surfaces/checkout/components/Text.d.ts +21 -4
  291. package/build/ts/surfaces/checkout/components/TextArea.d.ts +37 -10
  292. package/build/ts/surfaces/checkout/components/TextField.d.ts +45 -12
  293. package/build/ts/surfaces/checkout/components/Time.d.ts +4 -3
  294. package/build/ts/surfaces/checkout/components/Tooltip.d.ts +21 -4
  295. package/build/ts/surfaces/checkout/components/UnorderedList.d.ts +4 -3
  296. package/build/ts/surfaces/checkout/components/UrlField.d.ts +31 -17
  297. package/build/ts/surfaces/checkout/components/components-shared.d.ts +656 -488
  298. package/build/ts/surfaces/checkout/components/components.d.ts +462 -358
  299. package/build/ts/surfaces/checkout/extension-targets.d.ts +12 -0
  300. package/build/ts/surfaces/checkout/extension-targets.d.ts.map +1 -1
  301. package/build/ts/surfaces/checkout/globals.d.ts +1 -0
  302. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  303. package/build/ts/surfaces/checkout/preact/api.d.ts +2 -0
  304. package/build/ts/surfaces/checkout/preact/api.d.ts.map +1 -1
  305. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts +1 -0
  306. package/build/ts/surfaces/checkout/preact/app-metafields.d.ts.map +1 -1
  307. package/build/ts/surfaces/checkout/preact/attributes.d.ts +3 -0
  308. package/build/ts/surfaces/checkout/preact/attributes.d.ts.map +1 -1
  309. package/build/ts/surfaces/checkout/preact/billing-address.d.ts +1 -0
  310. package/build/ts/surfaces/checkout/preact/billing-address.d.ts.map +1 -1
  311. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts +4 -0
  312. package/build/ts/surfaces/checkout/preact/buyer-identity.d.ts.map +1 -1
  313. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts +5 -0
  314. package/build/ts/surfaces/checkout/preact/buyer-journey.d.ts.map +1 -1
  315. package/build/ts/surfaces/checkout/preact/capabilities.d.ts +2 -0
  316. package/build/ts/surfaces/checkout/preact/capabilities.d.ts.map +1 -1
  317. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts +1 -0
  318. package/build/ts/surfaces/checkout/preact/cart-line-target.d.ts.map +1 -1
  319. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts +2 -0
  320. package/build/ts/surfaces/checkout/preact/cart-lines.d.ts.map +1 -1
  321. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts +1 -0
  322. package/build/ts/surfaces/checkout/preact/checkout-settings.d.ts.map +1 -1
  323. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts +1 -0
  324. package/build/ts/surfaces/checkout/preact/checkout-token.d.ts.map +1 -1
  325. package/build/ts/surfaces/checkout/preact/cost.d.ts +4 -0
  326. package/build/ts/surfaces/checkout/preact/cost.d.ts.map +1 -1
  327. package/build/ts/surfaces/checkout/preact/country.d.ts +1 -0
  328. package/build/ts/surfaces/checkout/preact/country.d.ts.map +1 -1
  329. package/build/ts/surfaces/checkout/preact/currency.d.ts +1 -0
  330. package/build/ts/surfaces/checkout/preact/currency.d.ts.map +1 -1
  331. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts +1 -0
  332. package/build/ts/surfaces/checkout/preact/customer-privacy.d.ts.map +1 -1
  333. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts +1 -0
  334. package/build/ts/surfaces/checkout/preact/delivery-group-list-target.d.ts.map +1 -1
  335. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts +1 -0
  336. package/build/ts/surfaces/checkout/preact/delivery-group-target.d.ts.map +1 -1
  337. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts +1 -0
  338. package/build/ts/surfaces/checkout/preact/delivery-group.d.ts.map +1 -1
  339. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts +1 -0
  340. package/build/ts/surfaces/checkout/preact/delivery-groups.d.ts.map +1 -1
  341. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts +1 -0
  342. package/build/ts/surfaces/checkout/preact/delivery-selection-groups.d.ts.map +1 -1
  343. package/build/ts/surfaces/checkout/preact/discounts.d.ts +3 -0
  344. package/build/ts/surfaces/checkout/preact/discounts.d.ts.map +1 -1
  345. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts +1 -0
  346. package/build/ts/surfaces/checkout/preact/extension-editor.d.ts.map +1 -1
  347. package/build/ts/surfaces/checkout/preact/extension-language.d.ts +1 -0
  348. package/build/ts/surfaces/checkout/preact/extension-language.d.ts.map +1 -1
  349. package/build/ts/surfaces/checkout/preact/extension.d.ts +2 -0
  350. package/build/ts/surfaces/checkout/preact/extension.d.ts.map +1 -1
  351. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts +2 -0
  352. package/build/ts/surfaces/checkout/preact/gift-cards.d.ts.map +1 -1
  353. package/build/ts/surfaces/checkout/preact/instructions.d.ts +1 -0
  354. package/build/ts/surfaces/checkout/preact/instructions.d.ts.map +1 -1
  355. package/build/ts/surfaces/checkout/preact/language.d.ts +1 -0
  356. package/build/ts/surfaces/checkout/preact/language.d.ts.map +1 -1
  357. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts +4 -0
  358. package/build/ts/surfaces/checkout/preact/localized-fields.d.ts.map +1 -1
  359. package/build/ts/surfaces/checkout/preact/market.d.ts +1 -0
  360. package/build/ts/surfaces/checkout/preact/market.d.ts.map +1 -1
  361. package/build/ts/surfaces/checkout/preact/metafield.d.ts +1 -0
  362. package/build/ts/surfaces/checkout/preact/metafield.d.ts.map +1 -1
  363. package/build/ts/surfaces/checkout/preact/metafields.d.ts +2 -0
  364. package/build/ts/surfaces/checkout/preact/metafields.d.ts.map +1 -1
  365. package/build/ts/surfaces/checkout/preact/note.d.ts +2 -0
  366. package/build/ts/surfaces/checkout/preact/note.d.ts.map +1 -1
  367. package/build/ts/surfaces/checkout/preact/payment-method.d.ts +3 -0
  368. package/build/ts/surfaces/checkout/preact/payment-method.d.ts.map +1 -1
  369. package/build/ts/surfaces/checkout/preact/payment-options.d.ts +2 -0
  370. package/build/ts/surfaces/checkout/preact/payment-options.d.ts.map +1 -1
  371. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts +1 -0
  372. package/build/ts/surfaces/checkout/preact/pickup-location-option-target.d.ts.map +1 -1
  373. package/build/ts/surfaces/checkout/preact/redeemable.d.ts +1 -0
  374. package/build/ts/surfaces/checkout/preact/redeemable.d.ts.map +1 -1
  375. package/build/ts/surfaces/checkout/preact/session-token.d.ts +1 -0
  376. package/build/ts/surfaces/checkout/preact/session-token.d.ts.map +1 -1
  377. package/build/ts/surfaces/checkout/preact/settings.d.ts +1 -0
  378. package/build/ts/surfaces/checkout/preact/settings.d.ts.map +1 -1
  379. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts +2 -0
  380. package/build/ts/surfaces/checkout/preact/shipping-address.d.ts.map +1 -1
  381. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts +1 -0
  382. package/build/ts/surfaces/checkout/preact/shipping-option-target.d.ts.map +1 -1
  383. package/build/ts/surfaces/checkout/preact/shop.d.ts +1 -0
  384. package/build/ts/surfaces/checkout/preact/shop.d.ts.map +1 -1
  385. package/build/ts/surfaces/checkout/preact/storage.d.ts +1 -0
  386. package/build/ts/surfaces/checkout/preact/storage.d.ts.map +1 -1
  387. package/build/ts/surfaces/checkout/preact/subscription.d.ts +1 -0
  388. package/build/ts/surfaces/checkout/preact/subscription.d.ts.map +1 -1
  389. package/build/ts/surfaces/checkout/preact/target.d.ts +1 -0
  390. package/build/ts/surfaces/checkout/preact/target.d.ts.map +1 -1
  391. package/build/ts/surfaces/checkout/preact/timezone.d.ts +1 -0
  392. package/build/ts/surfaces/checkout/preact/timezone.d.ts.map +1 -1
  393. package/build/ts/surfaces/checkout/preact/translate.d.ts +1 -0
  394. package/build/ts/surfaces/checkout/preact/translate.d.ts.map +1 -1
  395. package/build/ts/surfaces/checkout/shared.d.ts +3 -2
  396. package/build/ts/surfaces/checkout/shared.d.ts.map +1 -1
  397. package/build/ts/surfaces/checkout/style/style.d.ts +1 -0
  398. package/build/ts/surfaces/checkout/style/style.d.ts.map +1 -1
  399. package/build/ts/surfaces/checkout/style/types.d.ts +0 -4
  400. package/build/ts/surfaces/checkout/style/types.d.ts.map +1 -1
  401. package/build/ts/surfaces/customer-account/api/cart-line/cart-line-item.d.ts +1 -1
  402. package/build/ts/surfaces/customer-account/api/docs.d.ts +236 -20
  403. package/build/ts/surfaces/customer-account/api/docs.d.ts.map +1 -1
  404. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts +38 -9
  405. package/build/ts/surfaces/customer-account/api/order-status/order-status.d.ts.map +1 -1
  406. package/build/ts/surfaces/customer-account/api/shared.d.ts +53 -36
  407. package/build/ts/surfaces/customer-account/api/shared.d.ts.map +1 -1
  408. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +46 -52
  409. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts.map +1 -1
  410. package/build/ts/surfaces/customer-account/components/Abbreviation.d.ts +4 -3
  411. package/build/ts/surfaces/customer-account/components/Announcement.d.ts +43 -13
  412. package/build/ts/surfaces/customer-account/components/Avatar.d.ts +44 -14
  413. package/build/ts/surfaces/customer-account/components/Badge.d.ts +47 -6
  414. package/build/ts/surfaces/customer-account/components/Banner.d.ts +67 -12
  415. package/build/ts/surfaces/customer-account/components/Box.d.ts +55 -2
  416. package/build/ts/surfaces/customer-account/components/Button.d.ts +27 -6
  417. package/build/ts/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
  418. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +42 -5
  419. package/build/ts/surfaces/customer-account/components/Chip.d.ts +6 -3
  420. package/build/ts/surfaces/customer-account/components/Choice.d.ts +5 -3
  421. package/build/ts/surfaces/customer-account/components/ChoiceList.d.ts +17 -5
  422. package/build/ts/surfaces/customer-account/components/Clickable.d.ts +50 -9
  423. package/build/ts/surfaces/customer-account/components/ClickableChip.d.ts +21 -8
  424. package/build/ts/surfaces/customer-account/components/ClipboardItem.d.ts +16 -5
  425. package/build/ts/surfaces/customer-account/components/ConsentCheckbox.d.ts +26 -5
  426. package/build/ts/surfaces/customer-account/components/ConsentPhoneField.d.ts +37 -13
  427. package/build/ts/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  428. package/build/ts/surfaces/customer-account/components/DateField.d.ts +36 -15
  429. package/build/ts/surfaces/customer-account/components/DatePicker.d.ts +31 -12
  430. package/build/ts/surfaces/customer-account/components/Details.d.ts +22 -11
  431. package/build/ts/surfaces/customer-account/components/Divider.d.ts +4 -3
  432. package/build/ts/surfaces/customer-account/components/DropZone.d.ts +23 -8
  433. package/build/ts/surfaces/customer-account/components/EmailField.d.ts +42 -12
  434. package/build/ts/surfaces/customer-account/components/Form.d.ts +18 -4
  435. package/build/ts/surfaces/customer-account/components/Grid.d.ts +142 -2
  436. package/build/ts/surfaces/customer-account/components/GridItem.d.ts +60 -2
  437. package/build/ts/surfaces/customer-account/components/Heading.d.ts +4 -3
  438. package/build/ts/surfaces/customer-account/components/Icon.d.ts +45 -6
  439. package/build/ts/surfaces/customer-account/components/Image.d.ts +40 -2
  440. package/build/ts/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  441. package/build/ts/surfaces/customer-account/components/Link.d.ts +17 -6
  442. package/build/ts/surfaces/customer-account/components/ListItem.d.ts +4 -3
  443. package/build/ts/surfaces/customer-account/components/Map.d.ts +72 -8
  444. package/build/ts/surfaces/customer-account/components/MapMarker.d.ts +36 -10
  445. package/build/ts/surfaces/customer-account/components/Menu.d.ts +1 -1
  446. package/build/ts/surfaces/customer-account/components/Modal.d.ts +51 -10
  447. package/build/ts/surfaces/customer-account/components/MoneyField.d.ts +37 -10
  448. package/build/ts/surfaces/customer-account/components/NumberField.d.ts +45 -12
  449. package/build/ts/surfaces/customer-account/components/Option.d.ts +4 -3
  450. package/build/ts/surfaces/customer-account/components/OrderedList.d.ts +4 -3
  451. package/build/ts/surfaces/customer-account/components/Page.d.ts +5 -5
  452. package/build/ts/surfaces/customer-account/components/Paragraph.d.ts +12 -2
  453. package/build/ts/surfaces/customer-account/components/PasswordField.d.ts +42 -12
  454. package/build/ts/surfaces/customer-account/components/PaymentIcon.d.ts +12 -3
  455. package/build/ts/surfaces/customer-account/components/PhoneField.d.ts +42 -12
  456. package/build/ts/surfaces/customer-account/components/Popover.d.ts +39 -24
  457. package/build/ts/surfaces/customer-account/components/PressButton.d.ts +21 -9
  458. package/build/ts/surfaces/customer-account/components/ProductThumbnail.d.ts +21 -3
  459. package/build/ts/surfaces/customer-account/components/Progress.d.ts +29 -3
  460. package/build/ts/surfaces/customer-account/components/QRCode.d.ts +27 -5
  461. package/build/ts/surfaces/customer-account/components/QueryContainer.d.ts +5 -3
  462. package/build/ts/surfaces/customer-account/components/ScrollBox.d.ts +60 -2
  463. package/build/ts/surfaces/customer-account/components/Section.d.ts +4 -3
  464. package/build/ts/surfaces/customer-account/components/Select.d.ts +35 -7
  465. package/build/ts/surfaces/customer-account/components/Sheet.d.ts +40 -15
  466. package/build/ts/surfaces/customer-account/components/SkeletonParagraph.d.ts +3 -3
  467. package/build/ts/surfaces/customer-account/components/Spinner.d.ts +18 -3
  468. package/build/ts/surfaces/customer-account/components/Stack.d.ts +115 -2
  469. package/build/ts/surfaces/customer-account/components/Summary.d.ts +2 -0
  470. package/build/ts/surfaces/customer-account/components/Switch.d.ts +16 -5
  471. package/build/ts/surfaces/customer-account/components/Text.d.ts +21 -4
  472. package/build/ts/surfaces/customer-account/components/TextArea.d.ts +37 -10
  473. package/build/ts/surfaces/customer-account/components/TextField.d.ts +45 -12
  474. package/build/ts/surfaces/customer-account/components/Time.d.ts +4 -3
  475. package/build/ts/surfaces/customer-account/components/Tooltip.d.ts +21 -4
  476. package/build/ts/surfaces/customer-account/components/UnorderedList.d.ts +4 -3
  477. package/build/ts/surfaces/customer-account/components/UrlField.d.ts +31 -17
  478. package/build/ts/surfaces/customer-account/components/components-shared.d.ts +656 -488
  479. package/build/ts/surfaces/customer-account/components/components.d.ts +462 -358
  480. package/build/ts/surfaces/customer-account/components/shared.d.ts +23 -2
  481. package/build/ts/surfaces/customer-account/components/shared.d.ts.map +1 -1
  482. package/build/ts/surfaces/customer-account/components/shared.ts +23 -5
  483. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts +6 -1
  484. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +1 -1
  485. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts +5 -0
  486. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +1 -1
  487. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts +3 -1
  488. package/build/ts/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.d.ts.map +1 -1
  489. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts +5 -0
  490. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +1 -1
  491. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts +6 -1
  492. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +1 -1
  493. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts +6 -1
  494. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +1 -1
  495. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts +6 -1
  496. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +1 -1
  497. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts +5 -0
  498. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +1 -1
  499. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts +6 -0
  500. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +1 -1
  501. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts +4 -2
  502. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +1 -1
  503. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts +6 -1
  504. package/build/ts/surfaces/point-of-sale/api/pin-pad-api.d.ts.map +1 -1
  505. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts +4 -5
  506. package/build/ts/surfaces/point-of-sale/api/print-api/print-api.d.ts.map +1 -1
  507. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts +6 -1
  508. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +1 -1
  509. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts +6 -1
  510. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +1 -1
  511. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts +5 -0
  512. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +1 -1
  513. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts +6 -1
  514. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +1 -1
  515. package/build/ts/surfaces/point-of-sale/api/storage-api/storage-api.d.ts +1 -1
  516. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts +5 -1
  517. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +1 -1
  518. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +1 -0
  519. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
  520. package/build/ts/surfaces/point-of-sale/types/storage.d.ts +3 -1
  521. package/build/ts/surfaces/point-of-sale/types/storage.d.ts.map +1 -1
  522. package/build/tsconfig.tsbuildinfo +1 -1
  523. package/package.json +2 -5
  524. package/src/shared.ts +67 -13
  525. package/src/surfaces/admin/api/action/action.ts +1 -0
  526. package/src/surfaces/admin/api/block/block.ts +1 -0
  527. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +1 -0
  528. package/src/surfaces/admin/api/intents/intents.ts +6 -0
  529. package/src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts +1 -0
  530. package/src/surfaces/admin/api/picker/picker.ts +1 -0
  531. package/src/surfaces/admin/api/print-action/print-action.ts +1 -0
  532. package/src/surfaces/admin/api/product-configuration/product-details-configuration.ts +1 -0
  533. package/src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts +1 -0
  534. package/src/surfaces/admin/api/purchase-options-card-action.ts +1 -0
  535. package/src/surfaces/admin/api/resource-picker/resource-picker.ts +2 -0
  536. package/src/surfaces/admin/api/should-render/should-render.ts +1 -0
  537. package/src/surfaces/admin/api/standard/standard.ts +1 -0
  538. package/src/surfaces/admin/components/AdminAction.d.ts +2 -0
  539. package/src/surfaces/admin/components/AdminBlock.d.ts +2 -0
  540. package/src/surfaces/admin/components/AdminPrintAction.d.ts +2 -0
  541. package/src/surfaces/admin/components/Badge.d.ts +2 -0
  542. package/src/surfaces/admin/components/Banner.d.ts +2 -0
  543. package/src/surfaces/admin/components/Box.d.ts +2 -0
  544. package/src/surfaces/admin/components/Button.d.ts +2 -0
  545. package/src/surfaces/admin/components/Checkbox.d.ts +2 -0
  546. package/src/surfaces/admin/components/ChoiceList.d.ts +2 -0
  547. package/src/surfaces/admin/components/ColorPicker.d.ts +2 -0
  548. package/src/surfaces/admin/components/DateField.d.ts +2 -0
  549. package/src/surfaces/admin/components/DatePicker.d.ts +2 -0
  550. package/src/surfaces/admin/components/Divider.d.ts +2 -0
  551. package/src/surfaces/admin/components/EmailField.d.ts +2 -0
  552. package/src/surfaces/admin/components/Form.d.ts +2 -0
  553. package/src/surfaces/admin/components/FunctionSettings.d.ts +2 -0
  554. package/src/surfaces/admin/components/Heading.d.ts +2 -0
  555. package/src/surfaces/admin/components/Icon.d.ts +0 -3
  556. package/src/surfaces/admin/components/Image.d.ts +2 -0
  557. package/src/surfaces/admin/components/Link.d.ts +2 -0
  558. package/src/surfaces/admin/components/MoneyField.d.ts +2 -0
  559. package/src/surfaces/admin/components/NumberField.d.ts +2 -0
  560. package/src/surfaces/admin/components/Paragraph.d.ts +2 -0
  561. package/src/surfaces/admin/components/PasswordField.d.ts +2 -0
  562. package/src/surfaces/admin/components/Section.d.ts +2 -0
  563. package/src/surfaces/admin/components/Select.d.ts +2 -0
  564. package/src/surfaces/admin/components/Text.d.ts +2 -0
  565. package/src/surfaces/admin/components/TextArea.d.ts +2 -0
  566. package/src/surfaces/admin/components/TextField.d.ts +2 -0
  567. package/src/surfaces/admin/components/URLField.d.ts +2 -0
  568. package/src/surfaces/admin/components/shared.d.ts +1 -1
  569. package/src/surfaces/admin/components.d.ts +1107 -1
  570. package/src/surfaces/checkout/api/address-autocomplete/format-suggestion.ts +1 -0
  571. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +3 -2
  572. package/src/surfaces/checkout/api/address-autocomplete/suggest.ts +3 -2
  573. package/src/surfaces/checkout/api/cart-line/cart-line-item.ts +9 -1
  574. package/src/surfaces/checkout/api/checkout/checkout.ts +229 -118
  575. package/src/surfaces/checkout/api/docs.ts +33 -0
  576. package/src/surfaces/checkout/api/order-confirmation/order-confirmation.ts +13 -5
  577. package/src/surfaces/checkout/api/pickup/pickup-location-item.ts +11 -2
  578. package/src/surfaces/checkout/api/pickup/pickup-location-list.ts +4 -1
  579. package/src/surfaces/checkout/api/pickup/pickup-point-list.ts +4 -1
  580. package/src/surfaces/checkout/api/shared.ts +77 -31
  581. package/src/surfaces/checkout/api/shipping/shipping-option-item.ts +13 -4
  582. package/src/surfaces/checkout/api/shipping/shipping-option-list.ts +16 -12
  583. package/src/surfaces/checkout/api/standard/standard.ts +655 -435
  584. package/src/surfaces/checkout/components/Abbreviation.d.ts +4 -3
  585. package/src/surfaces/checkout/components/Announcement.d.ts +43 -13
  586. package/src/surfaces/checkout/components/Badge.d.ts +47 -6
  587. package/src/surfaces/checkout/components/Banner.d.ts +67 -12
  588. package/src/surfaces/checkout/components/Box.d.ts +55 -2
  589. package/src/surfaces/checkout/components/Button.d.ts +27 -6
  590. package/src/surfaces/checkout/components/Checkbox.d.ts +42 -5
  591. package/src/surfaces/checkout/components/Chip.d.ts +6 -3
  592. package/src/surfaces/checkout/components/Choice.d.ts +5 -3
  593. package/src/surfaces/checkout/components/ChoiceList.d.ts +17 -5
  594. package/src/surfaces/checkout/components/Clickable.d.ts +50 -9
  595. package/src/surfaces/checkout/components/ClickableChip.d.ts +21 -8
  596. package/src/surfaces/checkout/components/ClipboardItem.d.ts +16 -5
  597. package/src/surfaces/checkout/components/ConsentCheckbox.d.ts +26 -5
  598. package/src/surfaces/checkout/components/ConsentPhoneField.d.ts +37 -13
  599. package/src/surfaces/checkout/components/DateField.d.ts +36 -15
  600. package/src/surfaces/checkout/components/DatePicker.d.ts +31 -12
  601. package/src/surfaces/checkout/components/Details.d.ts +22 -11
  602. package/src/surfaces/checkout/components/Divider.d.ts +4 -3
  603. package/src/surfaces/checkout/components/DropZone.d.ts +23 -8
  604. package/src/surfaces/checkout/components/EmailField.d.ts +42 -12
  605. package/src/surfaces/checkout/components/Form.d.ts +18 -4
  606. package/src/surfaces/checkout/components/Grid.d.ts +142 -2
  607. package/src/surfaces/checkout/components/GridItem.d.ts +60 -2
  608. package/src/surfaces/checkout/components/Heading.d.ts +4 -3
  609. package/src/surfaces/checkout/components/Icon.d.ts +45 -6
  610. package/src/surfaces/checkout/components/Image.d.ts +40 -2
  611. package/src/surfaces/checkout/components/Link.d.ts +17 -6
  612. package/src/surfaces/checkout/components/ListItem.d.ts +4 -3
  613. package/src/surfaces/checkout/components/Map.d.ts +72 -8
  614. package/src/surfaces/checkout/components/MapMarker.d.ts +36 -10
  615. package/src/surfaces/checkout/components/Modal.d.ts +51 -10
  616. package/src/surfaces/checkout/components/MoneyField.d.ts +37 -10
  617. package/src/surfaces/checkout/components/NumberField.d.ts +45 -12
  618. package/src/surfaces/checkout/components/Option.d.ts +4 -3
  619. package/src/surfaces/checkout/components/OrderedList.d.ts +4 -3
  620. package/src/surfaces/checkout/components/Paragraph.d.ts +12 -2
  621. package/src/surfaces/checkout/components/PasswordField.d.ts +42 -12
  622. package/src/surfaces/checkout/components/PaymentIcon.d.ts +12 -3
  623. package/src/surfaces/checkout/components/PhoneField.d.ts +42 -12
  624. package/src/surfaces/checkout/components/Popover.d.ts +39 -24
  625. package/src/surfaces/checkout/components/PressButton.d.ts +21 -9
  626. package/src/surfaces/checkout/components/ProductThumbnail.d.ts +21 -3
  627. package/src/surfaces/checkout/components/Progress.d.ts +29 -3
  628. package/src/surfaces/checkout/components/QRCode.d.ts +27 -5
  629. package/src/surfaces/checkout/components/QueryContainer.d.ts +5 -3
  630. package/src/surfaces/checkout/components/ScrollBox.d.ts +60 -2
  631. package/src/surfaces/checkout/components/Section.d.ts +4 -3
  632. package/src/surfaces/checkout/components/Select.d.ts +35 -7
  633. package/src/surfaces/checkout/components/Sheet.d.ts +40 -15
  634. package/src/surfaces/checkout/components/SkeletonParagraph.d.ts +3 -3
  635. package/src/surfaces/checkout/components/Spinner.d.ts +18 -3
  636. package/src/surfaces/checkout/components/Stack.d.ts +115 -2
  637. package/src/surfaces/checkout/components/Summary.d.ts +2 -0
  638. package/src/surfaces/checkout/components/Switch.d.ts +16 -5
  639. package/src/surfaces/checkout/components/Text.d.ts +21 -4
  640. package/src/surfaces/checkout/components/TextArea.d.ts +37 -10
  641. package/src/surfaces/checkout/components/TextField.d.ts +45 -12
  642. package/src/surfaces/checkout/components/Time.d.ts +4 -3
  643. package/src/surfaces/checkout/components/Tooltip.d.ts +21 -4
  644. package/src/surfaces/checkout/components/UnorderedList.d.ts +4 -3
  645. package/src/surfaces/checkout/components/UrlField.d.ts +31 -17
  646. package/src/surfaces/checkout/components/components-shared.d.ts +656 -488
  647. package/src/surfaces/checkout/components/components.d.ts +462 -358
  648. package/src/surfaces/checkout/extension-targets.ts +12 -0
  649. package/src/surfaces/checkout/globals.ts +1 -0
  650. package/src/surfaces/checkout/preact/api.ts +2 -0
  651. package/src/surfaces/checkout/preact/app-metafields.ts +1 -0
  652. package/src/surfaces/checkout/preact/attributes.ts +3 -0
  653. package/src/surfaces/checkout/preact/billing-address.ts +1 -0
  654. package/src/surfaces/checkout/preact/buyer-identity.ts +4 -0
  655. package/src/surfaces/checkout/preact/buyer-journey.ts +5 -0
  656. package/src/surfaces/checkout/preact/capabilities.ts +2 -0
  657. package/src/surfaces/checkout/preact/cart-line-target.ts +1 -0
  658. package/src/surfaces/checkout/preact/cart-lines.ts +2 -0
  659. package/src/surfaces/checkout/preact/checkout-settings.ts +1 -0
  660. package/src/surfaces/checkout/preact/checkout-token.ts +1 -0
  661. package/src/surfaces/checkout/preact/cost.ts +4 -0
  662. package/src/surfaces/checkout/preact/country.ts +1 -0
  663. package/src/surfaces/checkout/preact/currency.ts +1 -0
  664. package/src/surfaces/checkout/preact/customer-privacy.ts +1 -0
  665. package/src/surfaces/checkout/preact/delivery-group-list-target.ts +1 -0
  666. package/src/surfaces/checkout/preact/delivery-group-target.ts +1 -0
  667. package/src/surfaces/checkout/preact/delivery-group.ts +1 -0
  668. package/src/surfaces/checkout/preact/delivery-groups.ts +1 -0
  669. package/src/surfaces/checkout/preact/delivery-selection-groups.ts +1 -0
  670. package/src/surfaces/checkout/preact/discounts.ts +3 -0
  671. package/src/surfaces/checkout/preact/extension-editor.ts +1 -0
  672. package/src/surfaces/checkout/preact/extension-language.ts +1 -0
  673. package/src/surfaces/checkout/preact/extension.ts +2 -0
  674. package/src/surfaces/checkout/preact/gift-cards.ts +2 -0
  675. package/src/surfaces/checkout/preact/instructions.ts +1 -0
  676. package/src/surfaces/checkout/preact/language.ts +1 -0
  677. package/src/surfaces/checkout/preact/localized-fields.ts +4 -0
  678. package/src/surfaces/checkout/preact/market.ts +1 -0
  679. package/src/surfaces/checkout/preact/metafield.ts +1 -0
  680. package/src/surfaces/checkout/preact/metafields.ts +2 -0
  681. package/src/surfaces/checkout/preact/note.ts +2 -0
  682. package/src/surfaces/checkout/preact/payment-method.ts +3 -0
  683. package/src/surfaces/checkout/preact/payment-options.ts +2 -0
  684. package/src/surfaces/checkout/preact/pickup-location-option-target.ts +1 -0
  685. package/src/surfaces/checkout/preact/redeemable.ts +1 -0
  686. package/src/surfaces/checkout/preact/session-token.ts +1 -0
  687. package/src/surfaces/checkout/preact/settings.ts +1 -0
  688. package/src/surfaces/checkout/preact/shipping-address.ts +2 -0
  689. package/src/surfaces/checkout/preact/shipping-option-target.ts +1 -0
  690. package/src/surfaces/checkout/preact/shop.ts +1 -0
  691. package/src/surfaces/checkout/preact/storage.ts +1 -0
  692. package/src/surfaces/checkout/preact/subscription.ts +1 -0
  693. package/src/surfaces/checkout/preact/target.ts +1 -0
  694. package/src/surfaces/checkout/preact/timezone.ts +1 -0
  695. package/src/surfaces/checkout/preact/translate.ts +1 -0
  696. package/src/surfaces/checkout/shared.ts +3 -2
  697. package/src/surfaces/checkout/style/style.ts +1 -0
  698. package/src/surfaces/checkout/style/types.ts +0 -4
  699. package/src/surfaces/customer-account/api/cart-line/cart-line-item.ts +1 -1
  700. package/src/surfaces/customer-account/api/docs.ts +241 -22
  701. package/src/surfaces/customer-account/api/order-status/order-status.ts +38 -9
  702. package/src/surfaces/customer-account/api/shared.ts +53 -36
  703. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +46 -52
  704. package/src/surfaces/customer-account/components/Avatar.d.ts +44 -14
  705. package/src/surfaces/customer-account/components/ButtonGroup.d.ts +3 -3
  706. package/src/surfaces/customer-account/components/CustomerAccountAction.d.ts +3 -3
  707. package/src/surfaces/customer-account/components/ImageGroup.d.ts +7 -2
  708. package/src/surfaces/customer-account/components/Menu.d.ts +1 -1
  709. package/src/surfaces/customer-account/components/Page.d.ts +5 -5
  710. package/src/surfaces/customer-account/components/Section.d.ts +3 -7
  711. package/src/surfaces/customer-account/components/shared.ts +23 -5
  712. package/src/surfaces/customer-account/components.d.ts +58 -0
  713. package/src/surfaces/point-of-sale/api/action-api/action-api.ts +6 -1
  714. package/src/surfaces/point-of-sale/api/cart-api/cart-api.ts +5 -0
  715. package/src/surfaces/point-of-sale/api/cart-line-item-api/cart-line-item-api.ts +3 -1
  716. package/src/surfaces/point-of-sale/api/connectivity-api/connectivity-api.ts +5 -0
  717. package/src/surfaces/point-of-sale/api/customer-api/customer-api.ts +6 -1
  718. package/src/surfaces/point-of-sale/api/device-api/device-api.ts +6 -1
  719. package/src/surfaces/point-of-sale/api/draft-order-api/draft-order-api.ts +6 -1
  720. package/src/surfaces/point-of-sale/api/locale-api/locale-api.ts +5 -0
  721. package/src/surfaces/point-of-sale/api/navigation-api/navigation-api.ts +6 -0
  722. package/src/surfaces/point-of-sale/api/order-api/order-api.ts +4 -2
  723. package/src/surfaces/point-of-sale/api/pin-pad-api.ts +6 -1
  724. package/src/surfaces/point-of-sale/api/print-api/print-api.ts +4 -5
  725. package/src/surfaces/point-of-sale/api/product-api/product-api.ts +6 -1
  726. package/src/surfaces/point-of-sale/api/product-search-api/product-search-api.ts +6 -1
  727. package/src/surfaces/point-of-sale/api/scanner-api/scanner-api.ts +5 -0
  728. package/src/surfaces/point-of-sale/api/session-api/session-api.ts +6 -1
  729. package/src/surfaces/point-of-sale/api/storage-api/storage-api.ts +1 -1
  730. package/src/surfaces/point-of-sale/api/toast-api/toast-api.ts +5 -1
  731. package/src/surfaces/point-of-sale/components.d.ts +190 -11
  732. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -0
  733. package/src/surfaces/point-of-sale/types/storage.ts +3 -1
  734. package/build/ts/docs/shared/component-definitions.d.ts +0 -32
  735. package/build/ts/docs/shared/component-definitions.d.ts.map +0 -1
  736. package/build/ts/docs/shared/components/Abbreviation.d.ts +0 -4
  737. package/build/ts/docs/shared/components/Abbreviation.d.ts.map +0 -1
  738. package/build/ts/docs/shared/components/Announcement.d.ts +0 -4
  739. package/build/ts/docs/shared/components/Announcement.d.ts.map +0 -1
  740. package/build/ts/docs/shared/components/Avatar.d.ts +0 -4
  741. package/build/ts/docs/shared/components/Avatar.d.ts.map +0 -1
  742. package/build/ts/docs/shared/components/Badge.d.ts +0 -4
  743. package/build/ts/docs/shared/components/Badge.d.ts.map +0 -1
  744. package/build/ts/docs/shared/components/Banner.d.ts +0 -4
  745. package/build/ts/docs/shared/components/Banner.d.ts.map +0 -1
  746. package/build/ts/docs/shared/components/Box.d.ts +0 -4
  747. package/build/ts/docs/shared/components/Box.d.ts.map +0 -1
  748. package/build/ts/docs/shared/components/Button.d.ts +0 -4
  749. package/build/ts/docs/shared/components/Button.d.ts.map +0 -1
  750. package/build/ts/docs/shared/components/ButtonGroup.d.ts +0 -4
  751. package/build/ts/docs/shared/components/ButtonGroup.d.ts.map +0 -1
  752. package/build/ts/docs/shared/components/Checkbox.d.ts +0 -4
  753. package/build/ts/docs/shared/components/Checkbox.d.ts.map +0 -1
  754. package/build/ts/docs/shared/components/Chip.d.ts +0 -4
  755. package/build/ts/docs/shared/components/Chip.d.ts.map +0 -1
  756. package/build/ts/docs/shared/components/Choice.d.ts +0 -4
  757. package/build/ts/docs/shared/components/Choice.d.ts.map +0 -1
  758. package/build/ts/docs/shared/components/ChoiceList.d.ts +0 -4
  759. package/build/ts/docs/shared/components/ChoiceList.d.ts.map +0 -1
  760. package/build/ts/docs/shared/components/Clickable.d.ts +0 -4
  761. package/build/ts/docs/shared/components/Clickable.d.ts.map +0 -1
  762. package/build/ts/docs/shared/components/ClickableChip.d.ts +0 -4
  763. package/build/ts/docs/shared/components/ClickableChip.d.ts.map +0 -1
  764. package/build/ts/docs/shared/components/ClipboardItem.d.ts +0 -4
  765. package/build/ts/docs/shared/components/ClipboardItem.d.ts.map +0 -1
  766. package/build/ts/docs/shared/components/ColorField.d.ts +0 -4
  767. package/build/ts/docs/shared/components/ColorField.d.ts.map +0 -1
  768. package/build/ts/docs/shared/components/ColorPicker.d.ts +0 -4
  769. package/build/ts/docs/shared/components/ColorPicker.d.ts.map +0 -1
  770. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts +0 -4
  771. package/build/ts/docs/shared/components/ConsentCheckbox.d.ts.map +0 -1
  772. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts +0 -4
  773. package/build/ts/docs/shared/components/ConsentPhoneField.d.ts.map +0 -1
  774. package/build/ts/docs/shared/components/DateField.d.ts +0 -4
  775. package/build/ts/docs/shared/components/DateField.d.ts.map +0 -1
  776. package/build/ts/docs/shared/components/DatePicker.d.ts +0 -4
  777. package/build/ts/docs/shared/components/DatePicker.d.ts.map +0 -1
  778. package/build/ts/docs/shared/components/Details.d.ts +0 -4
  779. package/build/ts/docs/shared/components/Details.d.ts.map +0 -1
  780. package/build/ts/docs/shared/components/Divider.d.ts +0 -4
  781. package/build/ts/docs/shared/components/Divider.d.ts.map +0 -1
  782. package/build/ts/docs/shared/components/DropZone.d.ts +0 -4
  783. package/build/ts/docs/shared/components/DropZone.d.ts.map +0 -1
  784. package/build/ts/docs/shared/components/EmailField.d.ts +0 -4
  785. package/build/ts/docs/shared/components/EmailField.d.ts.map +0 -1
  786. package/build/ts/docs/shared/components/Form.d.ts +0 -4
  787. package/build/ts/docs/shared/components/Form.d.ts.map +0 -1
  788. package/build/ts/docs/shared/components/FunctionSettings.d.ts +0 -4
  789. package/build/ts/docs/shared/components/FunctionSettings.d.ts.map +0 -1
  790. package/build/ts/docs/shared/components/Grid.d.ts +0 -4
  791. package/build/ts/docs/shared/components/Grid.d.ts.map +0 -1
  792. package/build/ts/docs/shared/components/GridItem.d.ts +0 -4
  793. package/build/ts/docs/shared/components/GridItem.d.ts.map +0 -1
  794. package/build/ts/docs/shared/components/Heading.d.ts +0 -4
  795. package/build/ts/docs/shared/components/Heading.d.ts.map +0 -1
  796. package/build/ts/docs/shared/components/Icon.d.ts +0 -4
  797. package/build/ts/docs/shared/components/Icon.d.ts.map +0 -1
  798. package/build/ts/docs/shared/components/Image.d.ts +0 -4
  799. package/build/ts/docs/shared/components/Image.d.ts.map +0 -1
  800. package/build/ts/docs/shared/components/Link.d.ts +0 -4
  801. package/build/ts/docs/shared/components/Link.d.ts.map +0 -1
  802. package/build/ts/docs/shared/components/ListItem.d.ts +0 -4
  803. package/build/ts/docs/shared/components/ListItem.d.ts.map +0 -1
  804. package/build/ts/docs/shared/components/Map.d.ts +0 -4
  805. package/build/ts/docs/shared/components/Map.d.ts.map +0 -1
  806. package/build/ts/docs/shared/components/MapMarker.d.ts +0 -4
  807. package/build/ts/docs/shared/components/MapMarker.d.ts.map +0 -1
  808. package/build/ts/docs/shared/components/Menu.d.ts +0 -4
  809. package/build/ts/docs/shared/components/Menu.d.ts.map +0 -1
  810. package/build/ts/docs/shared/components/Modal.d.ts +0 -4
  811. package/build/ts/docs/shared/components/Modal.d.ts.map +0 -1
  812. package/build/ts/docs/shared/components/MoneyField.d.ts +0 -4
  813. package/build/ts/docs/shared/components/MoneyField.d.ts.map +0 -1
  814. package/build/ts/docs/shared/components/NumberField.d.ts +0 -4
  815. package/build/ts/docs/shared/components/NumberField.d.ts.map +0 -1
  816. package/build/ts/docs/shared/components/Option.d.ts +0 -4
  817. package/build/ts/docs/shared/components/Option.d.ts.map +0 -1
  818. package/build/ts/docs/shared/components/OptionGroup.d.ts +0 -4
  819. package/build/ts/docs/shared/components/OptionGroup.d.ts.map +0 -1
  820. package/build/ts/docs/shared/components/OrderedList.d.ts +0 -4
  821. package/build/ts/docs/shared/components/OrderedList.d.ts.map +0 -1
  822. package/build/ts/docs/shared/components/Page.d.ts +0 -4
  823. package/build/ts/docs/shared/components/Page.d.ts.map +0 -1
  824. package/build/ts/docs/shared/components/Paragraph.d.ts +0 -4
  825. package/build/ts/docs/shared/components/Paragraph.d.ts.map +0 -1
  826. package/build/ts/docs/shared/components/PasswordField.d.ts +0 -4
  827. package/build/ts/docs/shared/components/PasswordField.d.ts.map +0 -1
  828. package/build/ts/docs/shared/components/PaymentIcon.d.ts +0 -4
  829. package/build/ts/docs/shared/components/PaymentIcon.d.ts.map +0 -1
  830. package/build/ts/docs/shared/components/PhoneField.d.ts +0 -4
  831. package/build/ts/docs/shared/components/PhoneField.d.ts.map +0 -1
  832. package/build/ts/docs/shared/components/Popover.d.ts +0 -4
  833. package/build/ts/docs/shared/components/Popover.d.ts.map +0 -1
  834. package/build/ts/docs/shared/components/PressButton.d.ts +0 -4
  835. package/build/ts/docs/shared/components/PressButton.d.ts.map +0 -1
  836. package/build/ts/docs/shared/components/ProductThumbnail.d.ts +0 -4
  837. package/build/ts/docs/shared/components/ProductThumbnail.d.ts.map +0 -1
  838. package/build/ts/docs/shared/components/Progress.d.ts +0 -4
  839. package/build/ts/docs/shared/components/Progress.d.ts.map +0 -1
  840. package/build/ts/docs/shared/components/QRCode.d.ts +0 -4
  841. package/build/ts/docs/shared/components/QRCode.d.ts.map +0 -1
  842. package/build/ts/docs/shared/components/QueryContainer.d.ts +0 -4
  843. package/build/ts/docs/shared/components/QueryContainer.d.ts.map +0 -1
  844. package/build/ts/docs/shared/components/ScrollBox.d.ts +0 -4
  845. package/build/ts/docs/shared/components/ScrollBox.d.ts.map +0 -1
  846. package/build/ts/docs/shared/components/SearchField.d.ts +0 -4
  847. package/build/ts/docs/shared/components/SearchField.d.ts.map +0 -1
  848. package/build/ts/docs/shared/components/Section.d.ts +0 -4
  849. package/build/ts/docs/shared/components/Section.d.ts.map +0 -1
  850. package/build/ts/docs/shared/components/Select.d.ts +0 -4
  851. package/build/ts/docs/shared/components/Select.d.ts.map +0 -1
  852. package/build/ts/docs/shared/components/Sheet.d.ts +0 -4
  853. package/build/ts/docs/shared/components/Sheet.d.ts.map +0 -1
  854. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts +0 -4
  855. package/build/ts/docs/shared/components/SkeletonParagraph.d.ts.map +0 -1
  856. package/build/ts/docs/shared/components/Spinner.d.ts +0 -4
  857. package/build/ts/docs/shared/components/Spinner.d.ts.map +0 -1
  858. package/build/ts/docs/shared/components/Stack.d.ts +0 -4
  859. package/build/ts/docs/shared/components/Stack.d.ts.map +0 -1
  860. package/build/ts/docs/shared/components/Summary.d.ts +0 -4
  861. package/build/ts/docs/shared/components/Summary.d.ts.map +0 -1
  862. package/build/ts/docs/shared/components/Switch.d.ts +0 -4
  863. package/build/ts/docs/shared/components/Switch.d.ts.map +0 -1
  864. package/build/ts/docs/shared/components/Table.d.ts +0 -4
  865. package/build/ts/docs/shared/components/Table.d.ts.map +0 -1
  866. package/build/ts/docs/shared/components/TableBody.d.ts +0 -4
  867. package/build/ts/docs/shared/components/TableBody.d.ts.map +0 -1
  868. package/build/ts/docs/shared/components/TableCell.d.ts +0 -4
  869. package/build/ts/docs/shared/components/TableCell.d.ts.map +0 -1
  870. package/build/ts/docs/shared/components/TableHeader.d.ts +0 -4
  871. package/build/ts/docs/shared/components/TableHeader.d.ts.map +0 -1
  872. package/build/ts/docs/shared/components/TableHeaderRow.d.ts +0 -4
  873. package/build/ts/docs/shared/components/TableHeaderRow.d.ts.map +0 -1
  874. package/build/ts/docs/shared/components/TableRow.d.ts +0 -4
  875. package/build/ts/docs/shared/components/TableRow.d.ts.map +0 -1
  876. package/build/ts/docs/shared/components/Text.d.ts +0 -4
  877. package/build/ts/docs/shared/components/Text.d.ts.map +0 -1
  878. package/build/ts/docs/shared/components/TextArea.d.ts +0 -4
  879. package/build/ts/docs/shared/components/TextArea.d.ts.map +0 -1
  880. package/build/ts/docs/shared/components/TextField.d.ts +0 -4
  881. package/build/ts/docs/shared/components/TextField.d.ts.map +0 -1
  882. package/build/ts/docs/shared/components/Thumbnail.d.ts +0 -4
  883. package/build/ts/docs/shared/components/Thumbnail.d.ts.map +0 -1
  884. package/build/ts/docs/shared/components/Time.d.ts +0 -4
  885. package/build/ts/docs/shared/components/Time.d.ts.map +0 -1
  886. package/build/ts/docs/shared/components/Tooltip.d.ts +0 -4
  887. package/build/ts/docs/shared/components/Tooltip.d.ts.map +0 -1
  888. package/build/ts/docs/shared/components/URLField.d.ts +0 -4
  889. package/build/ts/docs/shared/components/URLField.d.ts.map +0 -1
  890. package/build/ts/docs/shared/components/UnorderedList.d.ts +0 -4
  891. package/build/ts/docs/shared/components/UnorderedList.d.ts.map +0 -1
  892. package/build/ts/docs/shared/components/index.d.ts +0 -53
  893. package/build/ts/docs/shared/components/index.d.ts.map +0 -1
  894. package/build/ts/docs/shared/docs-type.d.ts +0 -4
  895. package/build/ts/docs/shared/docs-type.d.ts.map +0 -1
  896. package/build/ts/surfaces/admin/api/action/action.doc.d.ts +0 -4
  897. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +0 -1
  898. package/build/ts/surfaces/admin/api/block/block.doc.d.ts +0 -4
  899. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +0 -1
  900. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts +0 -4
  901. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +0 -1
  902. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts +0 -4
  903. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +0 -1
  904. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +0 -4
  905. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +0 -1
  906. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts +0 -4
  907. package/build/ts/surfaces/admin/api/intents/intents.doc.d.ts.map +0 -1
  908. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts +0 -4
  909. package/build/ts/surfaces/admin/api/order-routing-rule/order-routing-rule.doc.d.ts.map +0 -1
  910. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +0 -4
  911. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +0 -1
  912. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts +0 -4
  913. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +0 -1
  914. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts +0 -4
  915. package/build/ts/surfaces/admin/api/product-configuration/product-details-configuration.doc.d.ts.map +0 -1
  916. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts +0 -4
  917. package/build/ts/surfaces/admin/api/product-configuration/product-variant-details-configuration.doc.d.ts.map +0 -1
  918. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts +0 -4
  919. package/build/ts/surfaces/admin/api/purchase-options-card-action.doc.d.ts.map +0 -1
  920. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +0 -4
  921. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +0 -1
  922. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +0 -4
  923. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +0 -1
  924. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts +0 -4
  925. package/build/ts/surfaces/admin/api/standard/standard.doc.d.ts.map +0 -1
  926. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts +0 -4
  927. package/build/ts/surfaces/admin/components/AdminAction/AdminAction.ext.doc.d.ts.map +0 -1
  928. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts +0 -4
  929. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.ext.doc.d.ts.map +0 -1
  930. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts +0 -4
  931. package/build/ts/surfaces/admin/components/AdminPrintAction/AdminPrintAction.ext.doc.d.ts.map +0 -1
  932. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts +0 -4
  933. package/build/ts/surfaces/admin/components/Avatar/Avatar.doc.d.ts.map +0 -1
  934. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts +0 -4
  935. package/build/ts/surfaces/admin/components/Badge/Badge.doc.d.ts.map +0 -1
  936. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts +0 -4
  937. package/build/ts/surfaces/admin/components/Banner/Banner.doc.d.ts.map +0 -1
  938. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts +0 -4
  939. package/build/ts/surfaces/admin/components/Box/Box.doc.d.ts.map +0 -1
  940. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts +0 -4
  941. package/build/ts/surfaces/admin/components/Button/Button.doc.d.ts.map +0 -1
  942. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  943. package/build/ts/surfaces/admin/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  944. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts +0 -4
  945. package/build/ts/surfaces/admin/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  946. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts +0 -4
  947. package/build/ts/surfaces/admin/components/Chip/Chip.doc.d.ts.map +0 -1
  948. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  949. package/build/ts/surfaces/admin/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  950. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts +0 -4
  951. package/build/ts/surfaces/admin/components/Clickable/Clickable.doc.d.ts.map +0 -1
  952. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  953. package/build/ts/surfaces/admin/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  954. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts +0 -4
  955. package/build/ts/surfaces/admin/components/ColorField/ColorField.doc.d.ts.map +0 -1
  956. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts +0 -4
  957. package/build/ts/surfaces/admin/components/ColorPicker/ColorPicker.doc.d.ts.map +0 -1
  958. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts +0 -4
  959. package/build/ts/surfaces/admin/components/DateField/DateField.doc.d.ts.map +0 -1
  960. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts +0 -4
  961. package/build/ts/surfaces/admin/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  962. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts +0 -4
  963. package/build/ts/surfaces/admin/components/Divider/Divider.doc.d.ts.map +0 -1
  964. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts +0 -4
  965. package/build/ts/surfaces/admin/components/DropZone/DropZone.doc.d.ts.map +0 -1
  966. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts +0 -4
  967. package/build/ts/surfaces/admin/components/EmailField/EmailField.doc.d.ts.map +0 -1
  968. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts +0 -4
  969. package/build/ts/surfaces/admin/components/Form/Form.ext.doc.d.ts.map +0 -1
  970. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts +0 -4
  971. package/build/ts/surfaces/admin/components/FunctionSettings/FunctionSettings.ext.doc.d.ts.map +0 -1
  972. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts +0 -4
  973. package/build/ts/surfaces/admin/components/Grid/Grid.doc.d.ts.map +0 -1
  974. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts +0 -4
  975. package/build/ts/surfaces/admin/components/Heading/Heading.doc.d.ts.map +0 -1
  976. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts +0 -4
  977. package/build/ts/surfaces/admin/components/Icon/Icon.doc.d.ts.map +0 -1
  978. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts +0 -4
  979. package/build/ts/surfaces/admin/components/Image/Image.doc.d.ts.map +0 -1
  980. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts +0 -4
  981. package/build/ts/surfaces/admin/components/Link/Link.doc.d.ts.map +0 -1
  982. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts +0 -4
  983. package/build/ts/surfaces/admin/components/Menu/Menu.doc.d.ts.map +0 -1
  984. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts +0 -4
  985. package/build/ts/surfaces/admin/components/Modal/Modal.ab.doc.d.ts.map +0 -1
  986. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts +0 -4
  987. package/build/ts/surfaces/admin/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  988. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts +0 -4
  989. package/build/ts/surfaces/admin/components/NumberField/NumberField.doc.d.ts.map +0 -1
  990. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts +0 -4
  991. package/build/ts/surfaces/admin/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  992. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts +0 -4
  993. package/build/ts/surfaces/admin/components/Page/Page.ab.doc.d.ts.map +0 -1
  994. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts +0 -4
  995. package/build/ts/surfaces/admin/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  996. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts +0 -4
  997. package/build/ts/surfaces/admin/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  998. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts +0 -4
  999. package/build/ts/surfaces/admin/components/Popover/Popover.ab.doc.d.ts.map +0 -1
  1000. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1001. package/build/ts/surfaces/admin/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1002. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts +0 -4
  1003. package/build/ts/surfaces/admin/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1004. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts +0 -4
  1005. package/build/ts/surfaces/admin/components/Section/Section.doc.d.ts.map +0 -1
  1006. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts +0 -4
  1007. package/build/ts/surfaces/admin/components/Select/Select.doc.d.ts.map +0 -1
  1008. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts +0 -4
  1009. package/build/ts/surfaces/admin/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1010. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts +0 -4
  1011. package/build/ts/surfaces/admin/components/Stack/Stack.doc.d.ts.map +0 -1
  1012. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts +0 -4
  1013. package/build/ts/surfaces/admin/components/Switch/Switch.doc.d.ts.map +0 -1
  1014. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts +0 -4
  1015. package/build/ts/surfaces/admin/components/Table/Table.doc.d.ts.map +0 -1
  1016. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts +0 -4
  1017. package/build/ts/surfaces/admin/components/Text/Text.doc.d.ts.map +0 -1
  1018. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts +0 -4
  1019. package/build/ts/surfaces/admin/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1020. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts +0 -4
  1021. package/build/ts/surfaces/admin/components/TextField/TextField.doc.d.ts.map +0 -1
  1022. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts +0 -4
  1023. package/build/ts/surfaces/admin/components/Thumbnail/Thumbnail.doc.d.ts.map +0 -1
  1024. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1025. package/build/ts/surfaces/admin/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1026. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts +0 -4
  1027. package/build/ts/surfaces/admin/components/URLField/URLField.doc.d.ts.map +0 -1
  1028. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1029. package/build/ts/surfaces/admin/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1030. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts +0 -4
  1031. package/build/ts/surfaces/admin/components/patterns/accountConnection.ab.doc.d.ts.map +0 -1
  1032. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts +0 -4
  1033. package/build/ts/surfaces/admin/components/patterns/appCard.ab.doc.d.ts.map +0 -1
  1034. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts +0 -4
  1035. package/build/ts/surfaces/admin/components/patterns/calloutCard.ab.doc.d.ts.map +0 -1
  1036. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts +0 -4
  1037. package/build/ts/surfaces/admin/components/patterns/details.ab.doc.d.ts.map +0 -1
  1038. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts +0 -4
  1039. package/build/ts/surfaces/admin/components/patterns/emptyState.ab.doc.d.ts.map +0 -1
  1040. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts +0 -4
  1041. package/build/ts/surfaces/admin/components/patterns/footerHelp.ab.doc.d.ts.map +0 -1
  1042. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts +0 -4
  1043. package/build/ts/surfaces/admin/components/patterns/homepage.ab.doc.d.ts.map +0 -1
  1044. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts +0 -4
  1045. package/build/ts/surfaces/admin/components/patterns/index.ab.doc.d.ts.map +0 -1
  1046. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts +0 -4
  1047. package/build/ts/surfaces/admin/components/patterns/indexTable.ab.doc.d.ts.map +0 -1
  1048. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts +0 -4
  1049. package/build/ts/surfaces/admin/components/patterns/interstitialNav.ab.doc.d.ts.map +0 -1
  1050. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts +0 -4
  1051. package/build/ts/surfaces/admin/components/patterns/mediaCard.ab.doc.d.ts.map +0 -1
  1052. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts +0 -4
  1053. package/build/ts/surfaces/admin/components/patterns/metricsCard.ab.doc.d.ts.map +0 -1
  1054. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts +0 -4
  1055. package/build/ts/surfaces/admin/components/patterns/resourceList.ab.doc.d.ts.map +0 -1
  1056. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts +0 -4
  1057. package/build/ts/surfaces/admin/components/patterns/settings.ab.doc.d.ts.map +0 -1
  1058. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts +0 -4
  1059. package/build/ts/surfaces/admin/components/patterns/setupGuide.ab.doc.d.ts.map +0 -1
  1060. package/build/ts/surfaces/admin/docs-types.d.ts +0 -32
  1061. package/build/ts/surfaces/admin/docs-types.d.ts.map +0 -1
  1062. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1063. package/build/ts/surfaces/checkout/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1064. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts +0 -4
  1065. package/build/ts/surfaces/checkout/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1066. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts +0 -4
  1067. package/build/ts/surfaces/checkout/components/Badge/Badge.doc.d.ts.map +0 -1
  1068. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts +0 -4
  1069. package/build/ts/surfaces/checkout/components/Banner/Banner.doc.d.ts.map +0 -1
  1070. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts +0 -4
  1071. package/build/ts/surfaces/checkout/components/Box/Box.doc.d.ts.map +0 -1
  1072. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts +0 -4
  1073. package/build/ts/surfaces/checkout/components/Button/Button.doc.d.ts.map +0 -1
  1074. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1075. package/build/ts/surfaces/checkout/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1076. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts +0 -4
  1077. package/build/ts/surfaces/checkout/components/Chip/Chip.doc.d.ts.map +0 -1
  1078. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1079. package/build/ts/surfaces/checkout/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1080. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts +0 -4
  1081. package/build/ts/surfaces/checkout/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1082. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1083. package/build/ts/surfaces/checkout/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1084. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1085. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1086. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1087. package/build/ts/surfaces/checkout/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1088. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1089. package/build/ts/surfaces/checkout/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1090. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts +0 -4
  1091. package/build/ts/surfaces/checkout/components/DateField/DateField.doc.d.ts.map +0 -1
  1092. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1093. package/build/ts/surfaces/checkout/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1094. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts +0 -4
  1095. package/build/ts/surfaces/checkout/components/Details/Details.doc.d.ts.map +0 -1
  1096. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts +0 -4
  1097. package/build/ts/surfaces/checkout/components/Divider/Divider.doc.d.ts.map +0 -1
  1098. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts +0 -4
  1099. package/build/ts/surfaces/checkout/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1100. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts +0 -4
  1101. package/build/ts/surfaces/checkout/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1102. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts +0 -4
  1103. package/build/ts/surfaces/checkout/components/Form/Form.doc.d.ts.map +0 -1
  1104. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts +0 -4
  1105. package/build/ts/surfaces/checkout/components/Grid/Grid.doc.d.ts.map +0 -1
  1106. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts +0 -4
  1107. package/build/ts/surfaces/checkout/components/Heading/Heading.doc.d.ts.map +0 -1
  1108. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts +0 -4
  1109. package/build/ts/surfaces/checkout/components/Icon/Icon.doc.d.ts.map +0 -1
  1110. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts +0 -4
  1111. package/build/ts/surfaces/checkout/components/Image/Image.doc.d.ts.map +0 -1
  1112. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts +0 -4
  1113. package/build/ts/surfaces/checkout/components/Link/Link.doc.d.ts.map +0 -1
  1114. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts +0 -4
  1115. package/build/ts/surfaces/checkout/components/Map/Map.doc.d.ts.map +0 -1
  1116. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts +0 -4
  1117. package/build/ts/surfaces/checkout/components/Modal/Modal.doc.d.ts.map +0 -1
  1118. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1119. package/build/ts/surfaces/checkout/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1120. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts +0 -4
  1121. package/build/ts/surfaces/checkout/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1122. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1123. package/build/ts/surfaces/checkout/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1124. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1125. package/build/ts/surfaces/checkout/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1126. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1127. package/build/ts/surfaces/checkout/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1128. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1129. package/build/ts/surfaces/checkout/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1130. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1131. package/build/ts/surfaces/checkout/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1132. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts +0 -4
  1133. package/build/ts/surfaces/checkout/components/Popover/Popover.doc.d.ts.map +0 -1
  1134. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts +0 -4
  1135. package/build/ts/surfaces/checkout/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1136. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1137. package/build/ts/surfaces/checkout/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1138. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts +0 -4
  1139. package/build/ts/surfaces/checkout/components/Progress/Progress.doc.d.ts.map +0 -1
  1140. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts +0 -4
  1141. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1142. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1143. package/build/ts/surfaces/checkout/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1144. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1145. package/build/ts/surfaces/checkout/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1146. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts +0 -4
  1147. package/build/ts/surfaces/checkout/components/Section/Section.doc.d.ts.map +0 -1
  1148. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts +0 -4
  1149. package/build/ts/surfaces/checkout/components/Select/Select.doc.d.ts.map +0 -1
  1150. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts +0 -4
  1151. package/build/ts/surfaces/checkout/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1152. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1153. package/build/ts/surfaces/checkout/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1154. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts +0 -4
  1155. package/build/ts/surfaces/checkout/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1156. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts +0 -4
  1157. package/build/ts/surfaces/checkout/components/Stack/Stack.doc.d.ts.map +0 -1
  1158. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts +0 -4
  1159. package/build/ts/surfaces/checkout/components/Switch/Switch.doc.d.ts.map +0 -1
  1160. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts +0 -4
  1161. package/build/ts/surfaces/checkout/components/Text/Text.doc.d.ts.map +0 -1
  1162. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts +0 -4
  1163. package/build/ts/surfaces/checkout/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1164. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts +0 -4
  1165. package/build/ts/surfaces/checkout/components/TextField/TextField.doc.d.ts.map +0 -1
  1166. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts +0 -4
  1167. package/build/ts/surfaces/checkout/components/Time/Time.doc.d.ts.map +0 -1
  1168. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1169. package/build/ts/surfaces/checkout/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1170. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1171. package/build/ts/surfaces/checkout/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1172. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts +0 -4
  1173. package/build/ts/surfaces/checkout/components/UrlField/UrlField.doc.d.ts.map +0 -1
  1174. package/build/ts/surfaces/checkout/helper.docs.d.ts +0 -15
  1175. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +0 -1
  1176. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts +0 -4
  1177. package/build/ts/surfaces/customer-account/components/Abbreviation/Abbreviation.doc.d.ts.map +0 -1
  1178. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts +0 -4
  1179. package/build/ts/surfaces/customer-account/components/Announcement/Announcement.doc.d.ts.map +0 -1
  1180. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts +0 -4
  1181. package/build/ts/surfaces/customer-account/components/Avatar/Avatar.doc.d.ts.map +0 -1
  1182. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts +0 -4
  1183. package/build/ts/surfaces/customer-account/components/Badge/Badge.doc.d.ts.map +0 -1
  1184. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts +0 -4
  1185. package/build/ts/surfaces/customer-account/components/Banner/Banner.doc.d.ts.map +0 -1
  1186. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts +0 -4
  1187. package/build/ts/surfaces/customer-account/components/Box/Box.doc.d.ts.map +0 -1
  1188. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts +0 -4
  1189. package/build/ts/surfaces/customer-account/components/Button/Button.doc.d.ts.map +0 -1
  1190. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts +0 -4
  1191. package/build/ts/surfaces/customer-account/components/ButtonGroup/ButtonGroup.doc.d.ts.map +0 -1
  1192. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts +0 -4
  1193. package/build/ts/surfaces/customer-account/components/Checkbox/Checkbox.doc.d.ts.map +0 -1
  1194. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts +0 -4
  1195. package/build/ts/surfaces/customer-account/components/Chip/Chip.doc.d.ts.map +0 -1
  1196. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1197. package/build/ts/surfaces/customer-account/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1198. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts +0 -4
  1199. package/build/ts/surfaces/customer-account/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1200. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts +0 -4
  1201. package/build/ts/surfaces/customer-account/components/ClickableChip/ClickableChip.doc.d.ts.map +0 -1
  1202. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts +0 -4
  1203. package/build/ts/surfaces/customer-account/components/ClipboardItem/ClipboardItem.doc.d.ts.map +0 -1
  1204. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts +0 -4
  1205. package/build/ts/surfaces/customer-account/components/ConsentCheckbox/ConsentCheckbox.doc.d.ts.map +0 -1
  1206. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts +0 -4
  1207. package/build/ts/surfaces/customer-account/components/ConsentPhoneField/ConsentPhoneField.doc.d.ts.map +0 -1
  1208. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts +0 -4
  1209. package/build/ts/surfaces/customer-account/components/CustomerAccountAction/CustomerAccountAction.doc.d.ts.map +0 -1
  1210. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts +0 -4
  1211. package/build/ts/surfaces/customer-account/components/DateField/DateField.doc.d.ts.map +0 -1
  1212. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1213. package/build/ts/surfaces/customer-account/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1214. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts +0 -4
  1215. package/build/ts/surfaces/customer-account/components/Details/Details.doc.d.ts.map +0 -1
  1216. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts +0 -4
  1217. package/build/ts/surfaces/customer-account/components/Divider/Divider.doc.d.ts.map +0 -1
  1218. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts +0 -4
  1219. package/build/ts/surfaces/customer-account/components/DropZone/DropZone.doc.d.ts.map +0 -1
  1220. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts +0 -4
  1221. package/build/ts/surfaces/customer-account/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1222. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts +0 -4
  1223. package/build/ts/surfaces/customer-account/components/Form/Form.doc.d.ts.map +0 -1
  1224. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts +0 -4
  1225. package/build/ts/surfaces/customer-account/components/Grid/Grid.doc.d.ts.map +0 -1
  1226. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts +0 -4
  1227. package/build/ts/surfaces/customer-account/components/Heading/Heading.doc.d.ts.map +0 -1
  1228. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts +0 -4
  1229. package/build/ts/surfaces/customer-account/components/Icon/Icon.doc.d.ts.map +0 -1
  1230. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts +0 -4
  1231. package/build/ts/surfaces/customer-account/components/Image/Image.doc.d.ts.map +0 -1
  1232. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts +0 -4
  1233. package/build/ts/surfaces/customer-account/components/ImageGroup/ImageGroup.doc.d.ts.map +0 -1
  1234. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts +0 -4
  1235. package/build/ts/surfaces/customer-account/components/Link/Link.doc.d.ts.map +0 -1
  1236. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts +0 -4
  1237. package/build/ts/surfaces/customer-account/components/Map/Map.doc.d.ts.map +0 -1
  1238. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts +0 -4
  1239. package/build/ts/surfaces/customer-account/components/Menu/Menu.doc.d.ts.map +0 -1
  1240. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts +0 -4
  1241. package/build/ts/surfaces/customer-account/components/Modal/Modal.doc.d.ts.map +0 -1
  1242. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts +0 -4
  1243. package/build/ts/surfaces/customer-account/components/MoneyField/MoneyField.doc.d.ts.map +0 -1
  1244. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts +0 -4
  1245. package/build/ts/surfaces/customer-account/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1246. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts +0 -4
  1247. package/build/ts/surfaces/customer-account/components/OrderedList/OrderedList.doc.d.ts.map +0 -1
  1248. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts +0 -4
  1249. package/build/ts/surfaces/customer-account/components/Page/Page.doc.d.ts.map +0 -1
  1250. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts +0 -4
  1251. package/build/ts/surfaces/customer-account/components/Paragraph/Paragraph.doc.d.ts.map +0 -1
  1252. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts +0 -4
  1253. package/build/ts/surfaces/customer-account/components/PasswordField/PasswordField.doc.d.ts.map +0 -1
  1254. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts +0 -4
  1255. package/build/ts/surfaces/customer-account/components/PaymentIcon/PaymentIcon.doc.d.ts.map +0 -1
  1256. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts +0 -4
  1257. package/build/ts/surfaces/customer-account/components/PhoneField/PhoneField.doc.d.ts.map +0 -1
  1258. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts +0 -4
  1259. package/build/ts/surfaces/customer-account/components/Popover/Popover.doc.d.ts.map +0 -1
  1260. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts +0 -4
  1261. package/build/ts/surfaces/customer-account/components/PressButton/PressButton.doc.d.ts.map +0 -1
  1262. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts +0 -4
  1263. package/build/ts/surfaces/customer-account/components/ProductThumbnail/ProductThumbnail.doc.d.ts.map +0 -1
  1264. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts +0 -4
  1265. package/build/ts/surfaces/customer-account/components/Progress/Progress.doc.d.ts.map +0 -1
  1266. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts +0 -4
  1267. package/build/ts/surfaces/customer-account/components/QRCode/QRCode.doc.d.ts.map +0 -1
  1268. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts +0 -4
  1269. package/build/ts/surfaces/customer-account/components/QueryContainer/QueryContainer.doc.d.ts.map +0 -1
  1270. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1271. package/build/ts/surfaces/customer-account/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1272. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts +0 -4
  1273. package/build/ts/surfaces/customer-account/components/Section/Section.doc.d.ts.map +0 -1
  1274. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts +0 -4
  1275. package/build/ts/surfaces/customer-account/components/Select/Select.doc.d.ts.map +0 -1
  1276. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts +0 -4
  1277. package/build/ts/surfaces/customer-account/components/Sheet/Sheet.doc.d.ts.map +0 -1
  1278. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts +0 -4
  1279. package/build/ts/surfaces/customer-account/components/SkeletonParagraph/SkeletonParagraph.doc.d.ts.map +0 -1
  1280. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts +0 -4
  1281. package/build/ts/surfaces/customer-account/components/Spinner/Spinner.doc.d.ts.map +0 -1
  1282. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts +0 -4
  1283. package/build/ts/surfaces/customer-account/components/Stack/Stack.doc.d.ts.map +0 -1
  1284. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts +0 -4
  1285. package/build/ts/surfaces/customer-account/components/Switch/Switch.doc.d.ts.map +0 -1
  1286. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts +0 -4
  1287. package/build/ts/surfaces/customer-account/components/Text/Text.doc.d.ts.map +0 -1
  1288. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts +0 -4
  1289. package/build/ts/surfaces/customer-account/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1290. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts +0 -4
  1291. package/build/ts/surfaces/customer-account/components/TextField/TextField.doc.d.ts.map +0 -1
  1292. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts +0 -4
  1293. package/build/ts/surfaces/customer-account/components/Time/Time.doc.d.ts.map +0 -1
  1294. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts +0 -4
  1295. package/build/ts/surfaces/customer-account/components/Tooltip/Tooltip.doc.d.ts.map +0 -1
  1296. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts +0 -4
  1297. package/build/ts/surfaces/customer-account/components/URLField/URLField.doc.d.ts.map +0 -1
  1298. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts +0 -4
  1299. package/build/ts/surfaces/customer-account/components/UnorderedList/UnorderedList.doc.d.ts.map +0 -1
  1300. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts +0 -4
  1301. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.doc.d.ts.map +0 -1
  1302. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts +0 -4
  1303. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.doc.d.ts.map +0 -1
  1304. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts +0 -4
  1305. package/build/ts/surfaces/point-of-sale/components/Box/Box.doc.d.ts.map +0 -1
  1306. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts +0 -4
  1307. package/build/ts/surfaces/point-of-sale/components/Button/Button.doc.d.ts.map +0 -1
  1308. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts +0 -4
  1309. package/build/ts/surfaces/point-of-sale/components/ChoiceList/ChoiceList.doc.d.ts.map +0 -1
  1310. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts +0 -4
  1311. package/build/ts/surfaces/point-of-sale/components/Clickable/Clickable.doc.d.ts.map +0 -1
  1312. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts +0 -4
  1313. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.doc.d.ts.map +0 -1
  1314. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts +0 -4
  1315. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.doc.d.ts.map +0 -1
  1316. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts +0 -4
  1317. package/build/ts/surfaces/point-of-sale/components/DateSpinner/DateSpinner.doc.d.ts.map +0 -1
  1318. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts +0 -4
  1319. package/build/ts/surfaces/point-of-sale/components/Divider/Divider.doc.d.ts.map +0 -1
  1320. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts +0 -4
  1321. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.doc.d.ts.map +0 -1
  1322. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts +0 -4
  1323. package/build/ts/surfaces/point-of-sale/components/Heading/Heading.doc.d.ts.map +0 -1
  1324. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts +0 -4
  1325. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.doc.d.ts.map +0 -1
  1326. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts +0 -4
  1327. package/build/ts/surfaces/point-of-sale/components/Image/Image.doc.d.ts.map +0 -1
  1328. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts +0 -4
  1329. package/build/ts/surfaces/point-of-sale/components/Modal/Modal.doc.d.ts.map +0 -1
  1330. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts +0 -4
  1331. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.doc.d.ts.map +0 -1
  1332. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts +0 -4
  1333. package/build/ts/surfaces/point-of-sale/components/Page/Page.doc.d.ts.map +0 -1
  1334. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts +0 -4
  1335. package/build/ts/surfaces/point-of-sale/components/PosBlock/PosBlock.doc.d.ts.map +0 -1
  1336. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts +0 -4
  1337. package/build/ts/surfaces/point-of-sale/components/ScrollBox/ScrollBox.doc.d.ts.map +0 -1
  1338. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts +0 -4
  1339. package/build/ts/surfaces/point-of-sale/components/SearchField/SearchField.doc.d.ts.map +0 -1
  1340. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts +0 -4
  1341. package/build/ts/surfaces/point-of-sale/components/Section/Section.doc.d.ts.map +0 -1
  1342. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts +0 -4
  1343. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.doc.d.ts.map +0 -1
  1344. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts +0 -4
  1345. package/build/ts/surfaces/point-of-sale/components/Text/Text.doc.d.ts.map +0 -1
  1346. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts +0 -4
  1347. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.doc.d.ts.map +0 -1
  1348. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts +0 -4
  1349. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.doc.d.ts.map +0 -1
  1350. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts +0 -4
  1351. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.doc.d.ts.map +0 -1
  1352. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts +0 -4
  1353. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.doc.d.ts.map +0 -1
  1354. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts +0 -4
  1355. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.doc.d.ts.map +0 -1
  1356. package/src/docs/shared/component-definitions.ts +0 -200
  1357. package/src/docs/shared/components/Abbreviation.ts +0 -12
  1358. package/src/docs/shared/components/Announcement.ts +0 -12
  1359. package/src/docs/shared/components/Avatar.ts +0 -13
  1360. package/src/docs/shared/components/Badge.ts +0 -13
  1361. package/src/docs/shared/components/Banner.ts +0 -13
  1362. package/src/docs/shared/components/Box.ts +0 -13
  1363. package/src/docs/shared/components/Button.ts +0 -13
  1364. package/src/docs/shared/components/ButtonGroup.ts +0 -13
  1365. package/src/docs/shared/components/Checkbox.ts +0 -13
  1366. package/src/docs/shared/components/Chip.ts +0 -13
  1367. package/src/docs/shared/components/Choice.ts +0 -13
  1368. package/src/docs/shared/components/ChoiceList.ts +0 -13
  1369. package/src/docs/shared/components/Clickable.ts +0 -13
  1370. package/src/docs/shared/components/ClickableChip.ts +0 -13
  1371. package/src/docs/shared/components/ClipboardItem.ts +0 -12
  1372. package/src/docs/shared/components/ColorField.ts +0 -13
  1373. package/src/docs/shared/components/ColorPicker.ts +0 -13
  1374. package/src/docs/shared/components/ConsentCheckbox.ts +0 -12
  1375. package/src/docs/shared/components/ConsentPhoneField.ts +0 -12
  1376. package/src/docs/shared/components/DateField.ts +0 -13
  1377. package/src/docs/shared/components/DatePicker.ts +0 -13
  1378. package/src/docs/shared/components/Details.ts +0 -12
  1379. package/src/docs/shared/components/Divider.ts +0 -13
  1380. package/src/docs/shared/components/DropZone.ts +0 -12
  1381. package/src/docs/shared/components/EmailField.ts +0 -13
  1382. package/src/docs/shared/components/Form.ts +0 -13
  1383. package/src/docs/shared/components/FunctionSettings.ts +0 -13
  1384. package/src/docs/shared/components/Grid.ts +0 -13
  1385. package/src/docs/shared/components/GridItem.ts +0 -13
  1386. package/src/docs/shared/components/Heading.ts +0 -13
  1387. package/src/docs/shared/components/Icon.ts +0 -13
  1388. package/src/docs/shared/components/Image.ts +0 -13
  1389. package/src/docs/shared/components/Link.ts +0 -13
  1390. package/src/docs/shared/components/ListItem.ts +0 -13
  1391. package/src/docs/shared/components/Map.ts +0 -12
  1392. package/src/docs/shared/components/MapMarker.ts +0 -12
  1393. package/src/docs/shared/components/Menu.ts +0 -13
  1394. package/src/docs/shared/components/Modal.ts +0 -12
  1395. package/src/docs/shared/components/MoneyField.ts +0 -13
  1396. package/src/docs/shared/components/NumberField.ts +0 -13
  1397. package/src/docs/shared/components/Option.ts +0 -12
  1398. package/src/docs/shared/components/OptionGroup.ts +0 -12
  1399. package/src/docs/shared/components/OrderedList.ts +0 -13
  1400. package/src/docs/shared/components/Page.ts +0 -12
  1401. package/src/docs/shared/components/Paragraph.ts +0 -13
  1402. package/src/docs/shared/components/PasswordField.ts +0 -13
  1403. package/src/docs/shared/components/PaymentIcon.ts +0 -12
  1404. package/src/docs/shared/components/PhoneField.ts +0 -11
  1405. package/src/docs/shared/components/Popover.ts +0 -12
  1406. package/src/docs/shared/components/PressButton.ts +0 -12
  1407. package/src/docs/shared/components/ProductThumbnail.ts +0 -11
  1408. package/src/docs/shared/components/Progress.ts +0 -12
  1409. package/src/docs/shared/components/QRCode.ts +0 -12
  1410. package/src/docs/shared/components/QueryContainer.ts +0 -13
  1411. package/src/docs/shared/components/ScrollBox.ts +0 -12
  1412. package/src/docs/shared/components/SearchField.ts +0 -12
  1413. package/src/docs/shared/components/Section.ts +0 -13
  1414. package/src/docs/shared/components/Select.ts +0 -13
  1415. package/src/docs/shared/components/Sheet.ts +0 -14
  1416. package/src/docs/shared/components/SkeletonParagraph.ts +0 -12
  1417. package/src/docs/shared/components/Spinner.ts +0 -13
  1418. package/src/docs/shared/components/Stack.ts +0 -13
  1419. package/src/docs/shared/components/Summary.ts +0 -12
  1420. package/src/docs/shared/components/Switch.ts +0 -13
  1421. package/src/docs/shared/components/Table.ts +0 -13
  1422. package/src/docs/shared/components/TableBody.ts +0 -13
  1423. package/src/docs/shared/components/TableCell.ts +0 -13
  1424. package/src/docs/shared/components/TableHeader.ts +0 -13
  1425. package/src/docs/shared/components/TableHeaderRow.ts +0 -13
  1426. package/src/docs/shared/components/TableRow.ts +0 -13
  1427. package/src/docs/shared/components/Text.ts +0 -13
  1428. package/src/docs/shared/components/TextArea.ts +0 -13
  1429. package/src/docs/shared/components/TextField.ts +0 -13
  1430. package/src/docs/shared/components/Thumbnail.ts +0 -13
  1431. package/src/docs/shared/components/Time.ts +0 -12
  1432. package/src/docs/shared/components/Tooltip.ts +0 -13
  1433. package/src/docs/shared/components/URLField.ts +0 -13
  1434. package/src/docs/shared/components/UnorderedList.ts +0 -13
  1435. package/src/docs/shared/components/index.ts +0 -52
  1436. package/src/docs/shared/docs-type.ts +0 -7
  1437. package/src/surfaces/admin/components/Icon/icon-data.json +0 -9
  1438. package/src/surfaces/admin/components/patterns/index.ab.doc.ts +0 -80
  1439. package/src/surfaces/admin/docs-types.ts +0 -45
  1440. package/src/surfaces/checkout/helper.docs.ts +0 -166
@@ -1,29 +1,32 @@
1
1
  /**
2
2
  * The supported GraphQL Admin API versions. Use this to specify which API version your GraphQL queries should execute against. Each version includes specific features, bug fixes, and breaking changes. The `unstable` version provides access to the latest features but may change without notice.
3
3
  */
4
- export type ApiVersion = '2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01';
4
+ export type ApiVersion = '2023-04' | '2023-07' | '2023-10' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10' | '2026-01' | '2026-04';
5
5
  /**
6
6
  * The capabilities an extension has access to.
7
7
  *
8
- * * [`api_access`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#api-access): the extension can access the Storefront API.
8
+ * * `api_access`: The extension can access the Storefront API.
9
9
  *
10
- * * [`network_access`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#network-access): the extension can make external network calls.
10
+ * * `network_access`: The extension can make external network calls.
11
11
  *
12
- * * [`block_progress`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#block-progress): the extension can block a buyer's progress and the merchant has allowed this blocking behavior.
12
+ * * `block_progress`: The extension can block a buyer's progress and the merchant has allowed this blocking behavior.
13
13
  *
14
- * * [`collect_buyer_consent.sms_marketing`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#collect-buyer-consent): the extension can collect buyer consent for SMS marketing.
14
+ * * `collect_buyer_consent.sms_marketing`: The extension can collect buyer consent for SMS marketing.
15
15
  *
16
- * * [`collect_buyer_consent.customer_privacy`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#collect-buyer-consent): the extension can register buyer consent decisions that will be honored on Shopify-managed services.
16
+ * * `collect_buyer_consent.customer_privacy`: The extension can register buyer consent decisions that will be honored on Shopify-managed services.
17
17
  *
18
- * * [`iframe.sources`](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#iframe): the extension can embed an external URL in an iframe.
18
+ * * `iframe.sources`: The extension can embed an external URL in an iframe.
19
19
  */
20
20
  export type Capability = 'api_access' | 'network_access' | 'block_progress' | 'collect_buyer_consent.sms_marketing' | 'collect_buyer_consent.customer_privacy' | 'iframe.sources';
21
21
  export type CurrencyCode = 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UYW' | 'UZS' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL';
22
22
  export type Timezone = 'Africa/Abidjan' | 'Africa/Algiers' | 'Africa/Bissau' | 'Africa/Cairo' | 'Africa/Casablanca' | 'Africa/Ceuta' | 'Africa/El_Aaiun' | 'Africa/Johannesburg' | 'Africa/Juba' | 'Africa/Khartoum' | 'Africa/Lagos' | 'Africa/Maputo' | 'Africa/Monrovia' | 'Africa/Nairobi' | 'Africa/Ndjamena' | 'Africa/Sao_Tome' | 'Africa/Tripoli' | 'Africa/Tunis' | 'Africa/Windhoek' | 'America/Adak' | 'America/Anchorage' | 'America/Araguaina' | 'America/Argentina/Buenos_Aires' | 'America/Argentina/Catamarca' | 'America/Argentina/Cordoba' | 'America/Argentina/Jujuy' | 'America/Argentina/La_Rioja' | 'America/Argentina/Mendoza' | 'America/Argentina/Rio_Gallegos' | 'America/Argentina/Salta' | 'America/Argentina/San_Juan' | 'America/Argentina/San_Luis' | 'America/Argentina/Tucuman' | 'America/Argentina/Ushuaia' | 'America/Asuncion' | 'America/Bahia' | 'America/Bahia_Banderas' | 'America/Barbados' | 'America/Belem' | 'America/Belize' | 'America/Boa_Vista' | 'America/Bogota' | 'America/Boise' | 'America/Cambridge_Bay' | 'America/Campo_Grande' | 'America/Cancun' | 'America/Caracas' | 'America/Cayenne' | 'America/Chicago' | 'America/Chihuahua' | 'America/Costa_Rica' | 'America/Cuiaba' | 'America/Danmarkshavn' | 'America/Dawson' | 'America/Dawson_Creek' | 'America/Denver' | 'America/Detroit' | 'America/Edmonton' | 'America/Eirunepe' | 'America/El_Salvador' | 'America/Fort_Nelson' | 'America/Fortaleza' | 'America/Glace_Bay' | 'America/Goose_Bay' | 'America/Grand_Turk' | 'America/Guatemala' | 'America/Guayaquil' | 'America/Guyana' | 'America/Halifax' | 'America/Havana' | 'America/Hermosillo' | 'America/Indiana/Indianapolis' | 'America/Indiana/Knox' | 'America/Indiana/Marengo' | 'America/Indiana/Petersburg' | 'America/Indiana/Tell_City' | 'America/Indiana/Vevay' | 'America/Indiana/Vincennes' | 'America/Indiana/Winamac' | 'America/Inuvik' | 'America/Iqaluit' | 'America/Jamaica' | 'America/Juneau' | 'America/Kentucky/Louisville' | 'America/Kentucky/Monticello' | 'America/La_Paz' | 'America/Lima' | 'America/Los_Angeles' | 'America/Maceio' | 'America/Managua' | 'America/Manaus' | 'America/Martinique' | 'America/Matamoros' | 'America/Mazatlan' | 'America/Menominee' | 'America/Merida' | 'America/Metlakatla' | 'America/Mexico_City' | 'America/Miquelon' | 'America/Moncton' | 'America/Monterrey' | 'America/Montevideo' | 'America/New_York' | 'America/Nipigon' | 'America/Nome' | 'America/Noronha' | 'America/North_Dakota/Beulah' | 'America/North_Dakota/Center' | 'America/North_Dakota/New_Salem' | 'America/Nuuk' | 'America/Ojinaga' | 'America/Panama' | 'America/Pangnirtung' | 'America/Paramaribo' | 'America/Phoenix' | 'America/Port-au-Prince' | 'America/Porto_Velho' | 'America/Puerto_Rico' | 'America/Punta_Arenas' | 'America/Rainy_River' | 'America/Rankin_Inlet' | 'America/Recife' | 'America/Regina' | 'America/Resolute' | 'America/Rio_Branco' | 'America/Santarem' | 'America/Santiago' | 'America/Santo_Domingo' | 'America/Sao_Paulo' | 'America/Scoresbysund' | 'America/Sitka' | 'America/St_Johns' | 'America/Swift_Current' | 'America/Tegucigalpa' | 'America/Thule' | 'America/Thunder_Bay' | 'America/Tijuana' | 'America/Toronto' | 'America/Vancouver' | 'America/Whitehorse' | 'America/Winnipeg' | 'America/Yakutat' | 'America/Yellowknife' | 'Antarctica/Casey' | 'Antarctica/Davis' | 'Antarctica/Macquarie' | 'Antarctica/Mawson' | 'Antarctica/Palmer' | 'Antarctica/Rothera' | 'Antarctica/Troll' | 'Antarctica/Vostok' | 'Asia/Almaty' | 'Asia/Amman' | 'Asia/Anadyr' | 'Asia/Aqtau' | 'Asia/Aqtobe' | 'Asia/Ashgabat' | 'Asia/Atyrau' | 'Asia/Baghdad' | 'Asia/Baku' | 'Asia/Bangkok' | 'Asia/Barnaul' | 'Asia/Beirut' | 'Asia/Bishkek' | 'Asia/Brunei' | 'Asia/Chita' | 'Asia/Choibalsan' | 'Asia/Colombo' | 'Asia/Damascus' | 'Asia/Dhaka' | 'Asia/Dili' | 'Asia/Dubai' | 'Asia/Dushanbe' | 'Asia/Famagusta' | 'Asia/Gaza' | 'Asia/Hebron' | 'Asia/Ho_Chi_Minh' | 'Asia/Hong_Kong' | 'Asia/Hovd' | 'Asia/Irkutsk' | 'Asia/Jakarta' | 'Asia/Jayapura' | 'Asia/Jerusalem' | 'Asia/Kabul' | 'Asia/Kamchatka' | 'Asia/Karachi' | 'Asia/Kathmandu' | 'Asia/Khandyga' | 'Asia/Kolkata' | 'Asia/Krasnoyarsk' | 'Asia/Kuala_Lumpur' | 'Asia/Kuching' | 'Asia/Macau' | 'Asia/Magadan' | 'Asia/Makassar' | 'Asia/Manila' | 'Asia/Nicosia' | 'Asia/Novokuznetsk' | 'Asia/Novosibirsk' | 'Asia/Omsk' | 'Asia/Oral' | 'Asia/Pontianak' | 'Asia/Pyongyang' | 'Asia/Qatar' | 'Asia/Qostanay' | 'Asia/Qyzylorda' | 'Asia/Riyadh' | 'Asia/Sakhalin' | 'Asia/Samarkand' | 'Asia/Seoul' | 'Asia/Shanghai' | 'Asia/Singapore' | 'Asia/Srednekolymsk' | 'Asia/Taipei' | 'Asia/Tashkent' | 'Asia/Tbilisi' | 'Asia/Tehran' | 'Asia/Thimphu' | 'Asia/Tokyo' | 'Asia/Tomsk' | 'Asia/Ulaanbaatar' | 'Asia/Urumqi' | 'Asia/Ust-Nera' | 'Asia/Vladivostok' | 'Asia/Yakutsk' | 'Asia/Yangon' | 'Asia/Yekaterinburg' | 'Asia/Yerevan' | 'Atlantic/Azores' | 'Atlantic/Bermuda' | 'Atlantic/Canary' | 'Atlantic/Cape_Verde' | 'Atlantic/Faroe' | 'Atlantic/Madeira' | 'Atlantic/Reykjavik' | 'Atlantic/South_Georgia' | 'Atlantic/Stanley' | 'Australia/Adelaide' | 'Australia/Brisbane' | 'Australia/Broken_Hill' | 'Australia/Darwin' | 'Australia/Eucla' | 'Australia/Hobart' | 'Australia/Lindeman' | 'Australia/Lord_Howe' | 'Australia/Melbourne' | 'Australia/Perth' | 'Australia/Sydney' | 'CET' | 'CST6CDT' | 'EET' | 'EST' | 'EST5EDT' | 'Etc/GMT' | 'Etc/GMT-1' | 'Etc/GMT-10' | 'Etc/GMT-11' | 'Etc/GMT-12' | 'Etc/GMT-13' | 'Etc/GMT-14' | 'Etc/GMT-2' | 'Etc/GMT-3' | 'Etc/GMT-4' | 'Etc/GMT-5' | 'Etc/GMT-6' | 'Etc/GMT-7' | 'Etc/GMT-8' | 'Etc/GMT-9' | 'Etc/GMT+1' | 'Etc/GMT+10' | 'Etc/GMT+11' | 'Etc/GMT+12' | 'Etc/GMT+2' | 'Etc/GMT+3' | 'Etc/GMT+4' | 'Etc/GMT+5' | 'Etc/GMT+6' | 'Etc/GMT+7' | 'Etc/GMT+8' | 'Etc/GMT+9' | 'Etc/UTC' | 'Europe/Amsterdam' | 'Europe/Andorra' | 'Europe/Astrakhan' | 'Europe/Athens' | 'Europe/Belgrade' | 'Europe/Berlin' | 'Europe/Brussels' | 'Europe/Bucharest' | 'Europe/Budapest' | 'Europe/Chisinau' | 'Europe/Copenhagen' | 'Europe/Dublin' | 'Europe/Gibraltar' | 'Europe/Helsinki' | 'Europe/Istanbul' | 'Europe/Kaliningrad' | 'Europe/Kiev' | 'Europe/Kirov' | 'Europe/Lisbon' | 'Europe/London' | 'Europe/Luxembourg' | 'Europe/Madrid' | 'Europe/Malta' | 'Europe/Minsk' | 'Europe/Monaco' | 'Europe/Moscow' | 'Europe/Oslo' | 'Europe/Paris' | 'Europe/Prague' | 'Europe/Riga' | 'Europe/Rome' | 'Europe/Samara' | 'Europe/Saratov' | 'Europe/Simferopol' | 'Europe/Sofia' | 'Europe/Stockholm' | 'Europe/Tallinn' | 'Europe/Tirane' | 'Europe/Ulyanovsk' | 'Europe/Uzhgorod' | 'Europe/Vienna' | 'Europe/Vilnius' | 'Europe/Volgograd' | 'Europe/Warsaw' | 'Europe/Zaporozhye' | 'Europe/Zurich' | 'HST' | 'Indian/Chagos' | 'Indian/Christmas' | 'Indian/Cocos' | 'Indian/Kerguelen' | 'Indian/Mahe' | 'Indian/Maldives' | 'Indian/Mauritius' | 'Indian/Reunion' | 'MET' | 'MST' | 'MST7MDT' | 'Pacific/Apia' | 'Pacific/Auckland' | 'Pacific/Bougainville' | 'Pacific/Chatham' | 'Pacific/Chuuk' | 'Pacific/Easter' | 'Pacific/Efate' | 'Pacific/Fakaofo' | 'Pacific/Fiji' | 'Pacific/Funafuti' | 'Pacific/Galapagos' | 'Pacific/Gambier' | 'Pacific/Guadalcanal' | 'Pacific/Guam' | 'Pacific/Honolulu' | 'Pacific/Kanton' | 'Pacific/Kiritimati' | 'Pacific/Kosrae' | 'Pacific/Kwajalein' | 'Pacific/Majuro' | 'Pacific/Marquesas' | 'Pacific/Nauru' | 'Pacific/Niue' | 'Pacific/Norfolk' | 'Pacific/Noumea' | 'Pacific/Pago_Pago' | 'Pacific/Palau' | 'Pacific/Pitcairn' | 'Pacific/Pohnpei' | 'Pacific/Port_Moresby' | 'Pacific/Rarotonga' | 'Pacific/Tahiti' | 'Pacific/Tarawa' | 'Pacific/Tongatapu' | 'Pacific/Wake' | 'Pacific/Wallis' | 'PST8PDT' | 'WET';
23
23
  export type CountryCode = 'AC' | 'AD' | 'AE' | 'AF' | 'AG' | 'AI' | 'AL' | 'AM' | 'AN' | 'AO' | 'AR' | 'AT' | 'AU' | 'AW' | 'AX' | 'AZ' | 'BA' | 'BB' | 'BD' | 'BE' | 'BF' | 'BG' | 'BH' | 'BI' | 'BJ' | 'BL' | 'BM' | 'BN' | 'BO' | 'BQ' | 'BR' | 'BS' | 'BT' | 'BV' | 'BW' | 'BY' | 'BZ' | 'CA' | 'CC' | 'CD' | 'CF' | 'CG' | 'CH' | 'CI' | 'CK' | 'CL' | 'CM' | 'CN' | 'CO' | 'CR' | 'CU' | 'CV' | 'CW' | 'CX' | 'CY' | 'CZ' | 'DE' | 'DJ' | 'DK' | 'DM' | 'DO' | 'DZ' | 'EC' | 'EE' | 'EG' | 'EH' | 'ER' | 'ES' | 'ET' | 'FI' | 'FJ' | 'FK' | 'FO' | 'FR' | 'GA' | 'GB' | 'GD' | 'GE' | 'GF' | 'GG' | 'GH' | 'GI' | 'GL' | 'GM' | 'GN' | 'GP' | 'GQ' | 'GR' | 'GS' | 'GT' | 'GW' | 'GY' | 'HK' | 'HM' | 'HN' | 'HR' | 'HT' | 'HU' | 'ID' | 'IE' | 'IL' | 'IM' | 'IN' | 'IO' | 'IQ' | 'IR' | 'IS' | 'IT' | 'JE' | 'JM' | 'JO' | 'JP' | 'KE' | 'KG' | 'KH' | 'KI' | 'KM' | 'KN' | 'KP' | 'KR' | 'KW' | 'KY' | 'KZ' | 'LA' | 'LB' | 'LC' | 'LI' | 'LK' | 'LR' | 'LS' | 'LT' | 'LU' | 'LV' | 'LY' | 'MA' | 'MC' | 'MD' | 'ME' | 'MF' | 'MG' | 'MK' | 'ML' | 'MM' | 'MN' | 'MO' | 'MQ' | 'MR' | 'MS' | 'MT' | 'MU' | 'MV' | 'MW' | 'MX' | 'MY' | 'MZ' | 'NA' | 'NC' | 'NE' | 'NF' | 'NG' | 'NI' | 'NL' | 'NO' | 'NP' | 'NR' | 'NU' | 'NZ' | 'OM' | 'PA' | 'PE' | 'PF' | 'PG' | 'PH' | 'PK' | 'PL' | 'PM' | 'PN' | 'PS' | 'PT' | 'PY' | 'QA' | 'RE' | 'RO' | 'RS' | 'RU' | 'RW' | 'SA' | 'SB' | 'SC' | 'SD' | 'SE' | 'SG' | 'SH' | 'SI' | 'SJ' | 'SK' | 'SL' | 'SM' | 'SN' | 'SO' | 'SR' | 'SS' | 'ST' | 'SV' | 'SX' | 'SY' | 'SZ' | 'TA' | 'TC' | 'TD' | 'TF' | 'TG' | 'TH' | 'TJ' | 'TK' | 'TL' | 'TM' | 'TN' | 'TO' | 'TR' | 'TT' | 'TV' | 'TW' | 'TZ' | 'UA' | 'UG' | 'UM' | 'US' | 'UY' | 'UZ' | 'VA' | 'VC' | 'VE' | 'VG' | 'VN' | 'VU' | 'WF' | 'WS' | 'XK' | 'YE' | 'YT' | 'ZA' | 'ZM' | 'ZW' | 'ZZ';
24
+ /**
25
+ * A buyer's country, identified by its ISO country code.
26
+ */
24
27
  export interface Country {
25
28
  /**
26
- * The two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. This is the internationally recognized standard for representing countries and territories.
29
+ * The two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
27
30
  *
28
31
  * @example 'CA' for Canada, 'US' for United States.
29
32
  */
@@ -34,24 +37,39 @@ export interface Country {
34
37
  */
35
38
  export type LocalizedFieldKey = 'SHIPPING_CREDENTIAL_BR' | 'SHIPPING_CREDENTIAL_CL' | 'SHIPPING_CREDENTIAL_CN' | 'SHIPPING_CREDENTIAL_CO' | 'SHIPPING_CREDENTIAL_CR' | 'SHIPPING_CREDENTIAL_EC' | 'SHIPPING_CREDENTIAL_ES' | 'SHIPPING_CREDENTIAL_GT' | 'SHIPPING_CREDENTIAL_ID' | 'SHIPPING_CREDENTIAL_KR' | 'SHIPPING_CREDENTIAL_MY' | 'SHIPPING_CREDENTIAL_MX' | 'SHIPPING_CREDENTIAL_PE' | 'SHIPPING_CREDENTIAL_PT' | 'SHIPPING_CREDENTIAL_PY' | 'SHIPPING_CREDENTIAL_TR' | 'SHIPPING_CREDENTIAL_TW' | 'SHIPPING_CREDENTIAL_TYPE_CO' | 'TAX_CREDENTIAL_BR' | 'TAX_CREDENTIAL_CL' | 'TAX_CREDENTIAL_CO' | 'TAX_CREDENTIAL_CR' | 'TAX_CREDENTIAL_EC' | 'TAX_CREDENTIAL_ES' | 'TAX_CREDENTIAL_GT' | 'TAX_CREDENTIAL_ID' | 'TAX_CREDENTIAL_IT' | 'TAX_CREDENTIAL_MX' | 'TAX_CREDENTIAL_MY' | 'TAX_CREDENTIAL_PE' | 'TAX_CREDENTIAL_PT' | 'TAX_CREDENTIAL_PY' | 'TAX_CREDENTIAL_TR' | 'TAX_CREDENTIAL_TYPE_CO' | 'TAX_CREDENTIAL_TYPE_MX' | 'TAX_CREDENTIAL_USE_MX' | 'TAX_EMAIL_IT';
36
39
  /**
37
- * Union of supported storefront API versions
40
+ * The supported Storefront API versions. Pass one of these values to `query()` to target a specific API version when querying the Storefront GraphQL API.
38
41
  */
39
42
  export type StorefrontApiVersion = '2022-04' | '2022-07' | '2022-10' | '2023-01' | '2023-04' | '2023-07' | '2024-01' | '2024-04' | '2024-07' | '2024-10' | '2025-01' | '2025-04' | 'unstable' | '2025-07' | '2025-10';
43
+ /**
44
+ * A buyer's country, identified by its ISO country code.
45
+ */
40
46
  export interface Country {
41
47
  /**
42
- * The two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. This is the internationally recognized standard for representing countries and territories.
48
+ * The two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
43
49
  *
44
50
  * @example 'CA' for Canada, 'US' for United States.
45
51
  */
46
52
  isoCode: CountryCode;
47
53
  }
48
54
  /**
49
- * GraphQL error returned by the Shopify Storefront APIs.
55
+ * An error returned by the Storefront GraphQL API. Contains a human-readable `message` and an `extensions` object with the request ID and error code for debugging.
50
56
  */
51
57
  export interface GraphQLError {
58
+ /**
59
+ * A human-readable description of the error.
60
+ */
52
61
  message: string;
62
+ /**
63
+ * Additional error metadata including the request ID and error code.
64
+ */
53
65
  extensions: {
66
+ /**
67
+ * The unique identifier for the API request, useful for debugging with Shopify support.
68
+ */
54
69
  requestId: string;
70
+ /**
71
+ * A machine-readable error code identifying the type of error.
72
+ */
55
73
  code: string;
56
74
  };
57
75
  }
@@ -60,12 +78,49 @@ export interface GraphQLError {
60
78
  */
61
79
  export interface ReadonlySignalLike<T> {
62
80
  /**
63
- * The current value of the locale string in IETF format. For example, `"en-US"`, `"fr-CA"`, or `"de-DE"`. This property provides immediate access to the current locale without requiring subscription setup. Use for one-time locale checks or initial internationalization setup.
81
+ * The current value of the signal. This property provides immediate access to the current value without requiring subscription setup. Use for one-time value checks or initial setup.
64
82
  */
65
83
  readonly value: T;
66
84
  /**
67
- * Subscribes to locale changes and calls the provided function whenever the locale updates. Returns an unsubscribe function to clean up the subscription. Use to automatically update your extension content when merchants change their language settings during POS sessions.
85
+ * Subscribes to value changes and calls the provided function whenever the value updates. Returns an unsubscribe function to clean up the subscription. Use to automatically react to changes in the signal's value.
68
86
  */
69
87
  subscribe(fn: (value: T) => void): () => void;
70
88
  }
89
+ /**
90
+ * A result type that indicates the success or failure of an operation.
91
+ */
92
+ type Result<T> = {
93
+ success: true;
94
+ value: T;
95
+ } | {
96
+ success: false;
97
+ errors: ValidationError[];
98
+ };
99
+ /**
100
+ * A validation error object that is returned when an operation fails.
101
+ */
102
+ interface ValidationError {
103
+ type: 'error';
104
+ /**
105
+ * A message describing the error.
106
+ */
107
+ message: string;
108
+ /**
109
+ * A code identifier for the error.
110
+ */
111
+ code: string;
112
+ /**
113
+ * Field-level validation issues
114
+ */
115
+ issues?: {
116
+ message: string;
117
+ path: string[];
118
+ }[];
119
+ }
120
+ /**
121
+ * A function that updates a signal and returns a result indicating success or failure.
122
+ * The function is typically used along with a `ReadonlySignalLike` object.
123
+ */
124
+ export type UpdateSignalFunction<T> = (value: T) => Result<T>;
125
+ export {};
71
126
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/shared.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,SAAS,GACT,SAAS,GACT,SAAS,CAAC;AAEd;;;;;;;;;;;;;;GAcG;AAEH,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,qCAAqC,GACrC,wCAAwC,GACxC,gBAAgB,CAAC;AAGrB,MAAM,MAAM,YAAY,GACpB,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AAGV,MAAM,MAAM,QAAQ,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,cAAc,GACd,iBAAiB,GACjB,qBAAqB,GACrB,aAAa,GACb,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,gBAAgB,GAChB,cAAc,GACd,iBAAiB,GACjB,cAAc,GACd,mBAAmB,GACnB,mBAAmB,GACnB,gCAAg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AAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC;AAET,MAAM,WAAW,OAAO;IACtB;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;CACtB;AAGD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,6BAA6B,GAC7B,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,wBAAwB,GACxB,wBAAwB,GACxB,uBAAuB,GACvB,cAAc,CAAC;AAEnB;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,SAAS,GACT,SAAS,CAAC;AAEd,MAAM,WAAW,OAAO;IACtB;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE;QACV,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACnC;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,GAAG,MAAM,IAAI,CAAC;CAC/C"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/shared.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,GACV,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,CAAC;AAEd;;;;;;;;;;;;;;GAcG;AAEH,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,qCAAqC,GACrC,wCAAwC,GACxC,gBAAgB,CAAC;AAGrB,MAAM,MAAM,YAAY,GACpB,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AAGV,MAAM,MAAM,QAAQ,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,cAAc,GACd,iBAAiB,GACjB,qBAAqB,GACrB,aAAa,GACb,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,gBAAgB,GAChB,cAAc,GACd,iBAAiB,GACjB,cAAc,GACd,mBAAmB,GACnB,mBAAmB,G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AAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,I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"}
@@ -5,6 +5,7 @@ import type { ResourcePickerApi } from '../resource-picker/resource-picker';
5
5
  import type { PickerApi } from '../picker/picker';
6
6
  /**
7
7
  * The `ActionExtensionApi` object provides methods for action extensions that render in modal overlays. Access the following properties on the `ActionExtensionApi` object to interact with the current context, control the modal, and display picker dialogs.
8
+ * @publicDocs
8
9
  */
9
10
  export interface ActionExtensionApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
10
11
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,eAAe,SAAS,kBAAkB,CAC5E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
1
+ {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;;GAGG;AACH,MAAM,WAAW,kBAAkB,CAAC,eAAe,SAAS,kBAAkB,CAC5E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
@@ -17,6 +17,7 @@ export interface Navigation {
17
17
  }
18
18
  /**
19
19
  * The `BlockExtensionApi` object provides methods for block extensions that render inline content on admin pages. Access the following properties on the `BlockExtensionApi` object to interact with the current context, navigate to other extensions, and display picker dialogs.
20
+ * @publicDocs
20
21
  */
21
22
  export interface BlockExtensionApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
22
23
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/block/block.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;OAKG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,KAAK,IAAI,CAAC;CACvC;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB,CAAC,eAAe,SAAS,kBAAkB,CAC3E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
1
+ {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/block/block.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;;;;OAKG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,KAAK,IAAI,CAAC;CACvC;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB,CAAC,eAAe,SAAS,kBAAkB,CAC3E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
@@ -3,6 +3,7 @@ import type { I18n } from '../../../../api';
3
3
  import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
4
4
  /**
5
5
  * The `CustomerSegmentTemplateApi` object provides methods for creating customer segment templates. Access the following properties on the `CustomerSegmentTemplateApi` object to build templates with translated content.
6
+ * @publicDocs
6
7
  */
7
8
  export interface CustomerSegmentTemplateApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
8
9
  /** Utilities for translating template content into the merchant's language. */
@@ -1 +1 @@
1
- {"version":3,"file":"customer-segment-template.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF;;GAEG;AACH,MAAM,WAAW,0BAA0B,CACzC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC,+EAA+E;IAC/E,IAAI,EAAE,IAAI,CAAC;IACX,eAAe;IACf,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG,kBAAkB,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE;QACb,8DAA8D;QAC9D,kBAAkB,CAAC,EAAE,mCAAmC,EAAE,CAAC;QAC3D,qFAAqF;QACrF,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC7B,CAAC;IACF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"customer-segment-template.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF;;;GAGG;AACH,MAAM,WAAW,0BAA0B,CACzC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC,+EAA+E;IAC/E,IAAI,EAAE,IAAI,CAAC;IACX,eAAe;IACf,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG,kBAAkB,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC/B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,YAAY,CAAC,EAAE;QACb,8DAA8D;QAC9D,kBAAkB,CAAC,EAAE,mCAAmC,EAAE,CAAC;QAC3D,qFAAqF;QACrF,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC7B,CAAC;IACF;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * The response returned when a merchant closes or cancels the workflow without completing it. Check for this response to handle cancellation gracefully in your extension.
3
+ * @publicDocs
3
4
  */
4
5
  export interface ClosedIntentResponse {
5
6
  /** Indicates the workflow was closed without completion. When `'closed'`, the merchant exited the workflow before finishing. */
@@ -7,6 +8,7 @@ export interface ClosedIntentResponse {
7
8
  }
8
9
  /**
9
10
  * The response returned when a merchant successfully completes the workflow. Use this to access the created or updated resource data.
11
+ * @publicDocs
10
12
  */
11
13
  export interface SuccessIntentResponse {
12
14
  /** Indicates successful completion. When `'ok'`, the merchant completed the workflow and the resource was created or updated. */
@@ -18,6 +20,7 @@ export interface SuccessIntentResponse {
18
20
  }
19
21
  /**
20
22
  * The response returned when the workflow fails due to validation errors or other issues. Use this to display error messages and help merchants fix problems.
23
+ * @publicDocs
21
24
  */
22
25
  export interface ErrorIntentResponse {
23
26
  /** Indicates the workflow failed. When `'error'`, the workflow encountered validation errors or other issues that prevented completion. */
@@ -36,10 +39,12 @@ export interface ErrorIntentResponse {
36
39
  }
37
40
  /**
38
41
  * The result of an intent workflow. Check the `code` property to determine the outcome: `'ok'` for success, `'error'` for failure, or `'closed'` if the merchant cancelled.
42
+ * @publicDocs
39
43
  */
40
44
  export type IntentResponse = SuccessIntentResponse | ErrorIntentResponse | ClosedIntentResponse;
41
45
  /**
42
46
  * A handle for tracking an in-progress intent workflow.
47
+ * @publicDocs
43
48
  */
44
49
  export interface IntentActivity {
45
50
  /**
@@ -106,6 +111,7 @@ export interface IntentQuery extends IntentQueryOptions {
106
111
  * });
107
112
  * const response = await activity.complete;
108
113
  * ```
114
+ * @publicDocs
109
115
  */
110
116
  export interface IntentInvokeApi {
111
117
  (query: IntentQuery): Promise<IntentActivity>;
@@ -1 +1 @@
1
- {"version":3,"file":"intents.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/intents/intents.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,gIAAgI;IAChI,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,iIAAiI;IACjI,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,IAAI,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,2IAA2I;IAC3I,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,oIAAoI;IACpI,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oJAAoJ;IACpJ,MAAM,CAAC,EAAE;QACP,qJAAqJ;QACrJ,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAChB,qHAAqH;QACrH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,yGAAyG;QACzG,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;CACL;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GACtB,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,CAAC;AAEzB;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE7C;;GAEG;AACH,MAAM,MAAM,UAAU,GAClB,iBAAiB,GACjB,iBAAiB,GACjB,oBAAoB,GACpB,kBAAkB,GAClB,kBAAkB,GAClB,gBAAgB,GAChB,cAAc,GACd,6BAA6B,GAC7B,oBAAoB,GACpB,8BAA8B,GAC9B,cAAc,GACd,iBAAiB,GACjB,wBAAwB,CAAC;AAE7B;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACrD;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,WAAW,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IAC9C,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;CAC5E;AAED;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B"}
1
+ {"version":3,"file":"intents.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/intents/intents.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,gIAAgI;IAChI,IAAI,CAAC,EAAE,QAAQ,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC,iIAAiI;IACjI,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,IAAI,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;CACjC;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC,2IAA2I;IAC3I,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,oIAAoI;IACpI,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,oJAAoJ;IACpJ,MAAM,CAAC,EAAE;QACP,qJAAqJ;QACrJ,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;QAChB,qHAAqH;QACrH,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,yGAAyG;QACzG,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;CACL;AAED;;;GAGG;AACH,MAAM,MAAM,cAAc,GACtB,qBAAqB,GACrB,mBAAmB,GACnB,oBAAoB,CAAC;AAEzB;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE7C;;GAEG;AACH,MAAM,MAAM,UAAU,GAClB,iBAAiB,GACjB,iBAAiB,GACjB,oBAAoB,GACpB,kBAAkB,GAClB,kBAAkB,GAClB,gBAAgB,GAChB,cAAc,GACd,6BAA6B,GAC7B,oBAAoB,GACpB,8BAA8B,GAC9B,cAAc,GACd,iBAAiB,GACjB,wBAAwB,CAAC;AAE7B;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,WAAY,SAAQ,kBAAkB;IACrD;;OAEG;IACH,MAAM,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,WAAW,eAAe;IAC9B,CAAC,KAAK,EAAE,WAAW,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IAC9C,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;CAC5E;AAED;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IACzB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC1B"}
@@ -4,6 +4,7 @@ import { ApplyMetafieldsChange } from './metafields';
4
4
  import { Data } from './data';
5
5
  /**
6
6
  * The `OrderRoutingRuleApi` object provides methods for configuring order routing rules. Access the following properties on the `OrderRoutingRuleApi` object to manage rule settings and metafields.
7
+ * @publicDocs
7
8
  */
8
9
  export interface OrderRoutingRuleApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
9
10
  /** Updates or removes [metafields](/docs/apps/build/metafields) that store order routing rule configuration. */
@@ -1 +1 @@
1
- {"version":3,"file":"order-routing-rule.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF,OAAO,EAAC,qBAAqB,EAAC,MAAM,cAAc,CAAC;AACnD,OAAO,EAAC,IAAI,EAAC,MAAM,QAAQ,CAAC;AAE5B;;GAEG;AACH,MAAM,WAAW,mBAAmB,CAAC,eAAe,SAAS,kBAAkB,CAC7E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC,gHAAgH;IAChH,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,gIAAgI;IAChI,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"order-routing-rule.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/order-routing-rule/order-routing-rule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF,OAAO,EAAC,qBAAqB,EAAC,MAAM,cAAc,CAAC;AACnD,OAAO,EAAC,IAAI,EAAC,MAAM,QAAQ,CAAC;AAE5B;;;GAGG;AACH,MAAM,WAAW,mBAAmB,CAAC,eAAe,SAAS,kBAAkB,CAC7E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC,gHAAgH;IAChH,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,gIAAgI;IAChI,IAAI,EAAE,IAAI,CAAC;CACZ"}
@@ -103,6 +103,7 @@ interface Item {
103
103
  }
104
104
  /**
105
105
  * The `picker` function opens a custom selection dialog with your app-specific data. It accepts configuration options to define the picker's heading, items, headers, and selection behavior. It returns a Promise that resolves to a `Picker` object with a `selected` property for accessing the merchant's selection.
106
+ * @publicDocs
106
107
  */
107
108
  export type PickerApi = (options: PickerOptions) => Promise<Picker>;
108
109
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"picker.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/picker/picker.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,UAAU,MAAM;IACd;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;CACzC;AAED;;GAEG;AACH,UAAU,MAAM;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;CAC5B;AAED;;GAEG;AACH,UAAU,aAAa;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,IAAI,EAAE,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,YAAY,GAAG,mBAAmB,GAAG,UAAU,CAAC;AAEvE;;GAEG;AACH,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAC7C;;GAEG;AACH,UAAU,WAAW;IACnB,qHAAqH;IACrH,OAAO,EAAE,MAAM,CAAC;IAChB,uGAAuG;IACvG,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,oHAAoH;IACpH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED;;GAEG;AACH,UAAU,IAAI;IACZ;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"picker.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/picker/picker.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,UAAU,MAAM;IACd;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;CACzC;AAED;;GAEG;AACH,UAAU,MAAM;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;CAC5B;AAED;;GAEG;AACH,UAAU,aAAa;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,IAAI,EAAE,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,YAAY,GAAG,mBAAmB,GAAG,UAAU,CAAC;AAEvE;;GAEG;AACH,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAC7C;;GAEG;AACH,UAAU,WAAW;IACnB,qHAAqH;IACrH,OAAO,EAAE,MAAM,CAAC;IAChB,uGAAuG;IACvG,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,oHAAoH;IACpH,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED;;GAEG;AACH,UAAU,IAAI;IACZ;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC"}
@@ -5,6 +5,7 @@ import type { ResourcePickerApi } from '../resource-picker/resource-picker';
5
5
  import type { PickerApi } from '../picker/picker';
6
6
  /**
7
7
  * The `PrintActionExtensionApi` object provides methods for print action extensions that generate custom printable documents. Access the following properties on the `PrintActionExtensionApi` object to access selected resources and display picker dialogs for print configuration.
8
+ * @publicDocs
8
9
  */
9
10
  export interface PrintActionExtensionApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
10
11
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"print-action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/print-action/print-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,uBAAuB,CACtC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
1
+ {"version":3,"file":"print-action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/print-action/print-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD;;;GAGG;AACH,MAAM,WAAW,uBAAuB,CACtC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
@@ -62,6 +62,7 @@ export interface ProductComponent {
62
62
  }
63
63
  /**
64
64
  * The `ProductDetailsConfigurationApi` object provides methods for configuring product bundles and relationships. Access the following properties on the `ProductDetailsConfigurationApi` object to build product configuration interfaces.
65
+ * @publicDocs
65
66
  */
66
67
  export interface ProductDetailsConfigurationApi<ExtensionTarget extends AnyExtensionTarget> extends BlockExtensionApi<ExtensionTarget> {
67
68
  /** Product configuration data including the current product, selected items, and app URLs. Use this to access the product being configured and build your configuration interface. */
@@ -1 +1 @@
1
- {"version":3,"file":"product-details-configuration.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/product-configuration/product-details-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC;;;GAGG;AACH,UAAU,OAAO;IACf,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,mEAAmE;IACnE,KAAK,EAAE,MAAM,CAAC;IACd,+FAA+F;IAC/F,MAAM,EAAE,MAAM,CAAC;IACf,oIAAoI;IACpI,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;IACxC,qDAAqD;IACrD,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,cAAc,EAAE,MAAM,CAAC;IACvB,wJAAwJ;IACxJ,qBAAqB,EAAE,OAAO,CAAC;IAC/B,kGAAkG;IAClG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iKAAiK;IACjK,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,4FAA4F;IAC5F,WAAW,EAAE,MAAM,CAAC;IACpB,kHAAkH;IAClH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yIAAyI;IACzI,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,4FAA4F;IAC5F,KAAK,EAAE,MAAM,CAAC;IACd,iLAAiL;IACjL,aAAa,CAAC,EAAE;QACd,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,wIAAwI;IACxI,aAAa,EAAE,MAAM,CAAC;IACtB,qHAAqH;IACrH,UAAU,EAAE,MAAM,CAAC;IACnB,sJAAsJ;IACtJ,sBAAsB,EAAE,MAAM,CAAC;IAC/B,4JAA4J;IAC5J,yBAAyB,EAAE,MAAM,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B,CAC7C,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,iBAAiB,CAAC,eAAe,CAAC;IAC1C,sLAAsL;IACtL,IAAI,EAAE,IAAI,GAAG;QACX;;;WAGG;QACH,OAAO,EAAE,OAAO,CAAC;QACjB,qKAAqK;QACrK,GAAG,EAAE;YACH,SAAS,EAAE,MAAM,CAAC;YAClB,cAAc,EAAE,MAAM,CAAC;SACxB,CAAC;KACH,CAAC;CACH"}
1
+ {"version":3,"file":"product-details-configuration.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/product-configuration/product-details-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC;;;GAGG;AACH,UAAU,OAAO;IACf,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,mEAAmE;IACnE,KAAK,EAAE,MAAM,CAAC;IACd,+FAA+F;IAC/F,MAAM,EAAE,MAAM,CAAC;IACf,oIAAoI;IACpI,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;IACxC,qDAAqD;IACrD,aAAa,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,cAAc,EAAE,MAAM,CAAC;IACvB,wJAAwJ;IACxJ,qBAAqB,EAAE,OAAO,CAAC;IAC/B,kGAAkG;IAClG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iKAAiK;IACjK,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,4FAA4F;IAC5F,WAAW,EAAE,MAAM,CAAC;IACpB,kHAAkH;IAClH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yIAAyI;IACzI,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC;AAED;;;GAGG;AACH,MAAM,WAAW,gBAAgB;IAC/B,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,4FAA4F;IAC5F,KAAK,EAAE,MAAM,CAAC;IACd,iLAAiL;IACjL,aAAa,CAAC,EAAE;QACd,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,wIAAwI;IACxI,aAAa,EAAE,MAAM,CAAC;IACtB,qHAAqH;IACrH,UAAU,EAAE,MAAM,CAAC;IACnB,sJAAsJ;IACtJ,sBAAsB,EAAE,MAAM,CAAC;IAC/B,4JAA4J;IAC5J,yBAAyB,EAAE,MAAM,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA8B,CAC7C,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,iBAAiB,CAAC,eAAe,CAAC;IAC1C,sLAAsL;IACtL,IAAI,EAAE,IAAI,GAAG;QACX;;;WAGG;QACH,OAAO,EAAE,OAAO,CAAC;QACjB,qKAAqK;QACrK,GAAG,EAAE;YACH,SAAS,EAAE,MAAM,CAAC;YAClB,cAAc,EAAE,MAAM,CAAC;SACxB,CAAC;KACH,CAAC;CACH"}
@@ -63,6 +63,7 @@ export interface ProductVariantComponent {
63
63
  }
64
64
  /**
65
65
  * The `ProductVariantDetailsConfigurationApi` object provides methods for configuring product variant bundles and relationships. Access the following properties on the `ProductVariantDetailsConfigurationApi` object to build variant configuration interfaces.
66
+ * @publicDocs
66
67
  */
67
68
  export interface ProductVariantDetailsConfigurationApi<ExtensionTarget extends AnyExtensionTarget> extends BlockExtensionApi<ExtensionTarget> {
68
69
  /** Product variant configuration data including the current variant, selected items, and app URLs. Use this to access the variant being configured and build your configuration interface. */
@@ -1 +1 @@
1
- {"version":3,"file":"product-variant-details-configuration.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC;;;GAGG;AACH,UAAU,cAAc;IACtB,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,sEAAsE;IACtE,GAAG,EAAE,MAAM,CAAC;IACZ,wDAAwD;IACxD,OAAO,EAAE,MAAM,CAAC;IAChB,gGAAgG;IAChG,KAAK,EAAE,MAAM,CAAC;IACd,+IAA+I;IAC/I,WAAW,EAAE,MAAM,CAAC;IACpB,kDAAkD;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,4DAA4D;IAC5D,cAAc,EAAE,MAAM,CAAC;IACvB,0GAA0G;IAC1G,OAAO,EAAE,OAAO,CAAC;IACjB,kFAAkF;IAClF,OAAO,EAAE,MAAM,CAAC;IAChB,sDAAsD;IACtD,MAAM,EAAE,MAAM,CAAC;IACf,6HAA6H;IAC7H,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;IACJ,2IAA2I;IAC3I,wBAAwB,EAAE,uBAAuB,EAAE,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,+IAA+I;IAC/I,WAAW,EAAE,MAAM,CAAC;IACpB,gGAAgG;IAChG,KAAK,EAAE,MAAM,CAAC;IACd,0EAA0E;IAC1E,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wKAAwK;IACxK,KAAK,CAAC,EAAE;QACN,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,mHAAmH;IACnH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,uIAAuI;IACvI,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;CACL;AAED;;GAEG;AACH,MAAM,WAAW,qCAAqC,CACpD,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,iBAAiB,CAAC,eAAe,CAAC;IAC1C,8LAA8L;IAC9L,IAAI,EAAE,IAAI,GAAG;QACX;;;WAGG;QACH,OAAO,EAAE,cAAc,CAAC;QACxB,qKAAqK;QACrK,GAAG,EAAE;YACH,SAAS,EAAE,MAAM,CAAC;YAClB,cAAc,EAAE,MAAM,CAAC;SACxB,CAAC;KACH,CAAC;CACH"}
1
+ {"version":3,"file":"product-variant-details-configuration.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/product-configuration/product-variant-details-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC;;;GAGG;AACH,UAAU,cAAc;IACtB,oDAAoD;IACpD,EAAE,EAAE,MAAM,CAAC;IACX,sEAAsE;IACtE,GAAG,EAAE,MAAM,CAAC;IACZ,wDAAwD;IACxD,OAAO,EAAE,MAAM,CAAC;IAChB,gGAAgG;IAChG,KAAK,EAAE,MAAM,CAAC;IACd,+IAA+I;IAC/I,WAAW,EAAE,MAAM,CAAC;IACpB,kDAAkD;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,4DAA4D;IAC5D,cAAc,EAAE,MAAM,CAAC;IACvB,0GAA0G;IAC1G,OAAO,EAAE,OAAO,CAAC;IACjB,kFAAkF;IAClF,OAAO,EAAE,MAAM,CAAC;IAChB,sDAAsD;IACtD,MAAM,EAAE,MAAM,CAAC;IACf,6HAA6H;IAC7H,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;IACJ,2IAA2I;IAC3I,wBAAwB,EAAE,uBAAuB,EAAE,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,+IAA+I;IAC/I,WAAW,EAAE,MAAM,CAAC;IACpB,gGAAgG;IAChG,KAAK,EAAE,MAAM,CAAC;IACd,0EAA0E;IAC1E,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wKAAwK;IACxK,KAAK,CAAC,EAAE;QACN,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB,GAAG,IAAI,CAAC;IACT,mHAAmH;IACnH,iBAAiB,EAAE,MAAM,CAAC;IAC1B,uIAAuI;IACvI,eAAe,EAAE;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,EAAE,CAAC;CACL;AAED;;;GAGG;AACH,MAAM,WAAW,qCAAqC,CACpD,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,iBAAiB,CAAC,eAAe,CAAC;IAC1C,8LAA8L;IAC9L,IAAI,EAAE,IAAI,GAAG;QACX;;;WAGG;QACH,OAAO,EAAE,cAAc,CAAC;QACxB,qKAAqK;QACrK,GAAG,EAAE;YACH,SAAS,EAAE,MAAM,CAAC;YAClB,cAAc,EAAE,MAAM,CAAC;SACxB,CAAC;KACH,CAAC;CACH"}
@@ -2,6 +2,7 @@ import { ActionExtensionApi } from './action/action';
2
2
  import type { ExtensionTarget as AnyExtensionTarget } from '../extension-targets';
3
3
  /**
4
4
  * The `PurchaseOptionsCardConfigurationApi` object provides methods for action extensions that interact with purchase options and selling plans. Access the following properties on the `PurchaseOptionsCardConfigurationApi` object to work with selected products and their associated subscription configurations.
5
+ * @publicDocs
5
6
  */
6
7
  export interface PurchaseOptionsCardConfigurationApi<ExtensionTarget extends AnyExtensionTarget> extends ActionExtensionApi<ExtensionTarget> {
7
8
  /** Selected purchase option data including product and selling plan identifiers. */
@@ -1 +1 @@
1
- {"version":3,"file":"purchase-options-card-action.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/api/purchase-options-card-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,sBAAsB,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,mCAAmC,CAClD,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IAC3C,oFAAoF;IACpF,IAAI,EAAE;QACJ,oHAAoH;QACpH,QAAQ,EAAE;YACR,yCAAyC;YACzC,EAAE,EAAE,MAAM,CAAC;YACX,oFAAoF;YACpF,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,EAAE,CAAC;KACL,CAAC;CACH"}
1
+ {"version":3,"file":"purchase-options-card-action.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/api/purchase-options-card-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AACnD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,sBAAsB,CAAC;AAEhF;;;GAGG;AACH,MAAM,WAAW,mCAAmC,CAClD,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IAC3C,oFAAoF;IACpF,IAAI,EAAE;QACJ,oHAAoH;QACpH,QAAQ,EAAE;YACR,yCAAyC;YACzC,EAAE,EAAE,MAAM,CAAC;YACX,oFAAoF;YACpF,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,EAAE,CAAC;KACL,CAAC;CACH"}
@@ -342,6 +342,7 @@ interface Filters {
342
342
  }
343
343
  /**
344
344
  * The `ResourcePickerOptions` object defines how the resource picker behaves, including which resource type to display, selection limits, filters, and preselected items. Access the following properties on the `ResourcePickerOptions` object to configure the resource picker's appearance and functionality.
345
+ * @publicDocs
345
346
  */
346
347
  export interface ResourcePickerOptions {
347
348
  /**
@@ -375,6 +376,7 @@ export interface ResourcePickerOptions {
375
376
  }
376
377
  /**
377
378
  * Opens the resource picker modal for selecting products, variants, or collections. Returns the selected resources when the user confirms their selection, or undefined if they cancel.
379
+ * @publicDocs
378
380
  */
379
381
  export type ResourcePickerApi = (options: ResourcePickerOptions) => Promise<SelectPayload<ResourcePickerOptions['type']> | undefined>;
380
382
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"resource-picker.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/resource-picker/resource-picker.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,KAAK,KAAK,GAAG,MAAM,CAAC;AAEpB;;GAEG;AACH,aAAK,mBAAmB;IACtB,sJAAsJ;IACtJ,MAAM,WAAW;IACjB,wGAAwG;IACxG,WAAW,iBAAiB;IAC5B,wGAAwG;IACxG,QAAQ,cAAc;IACtB,uGAAuG;IACvG,SAAS,eAAe;IACxB,0GAA0G;IAC1G,SAAS,eAAe;IACxB,kGAAkG;IAClG,QAAQ,cAAc;IACtB,+GAA+G;IAC/G,WAAW,iBAAiB;IAC5B,wGAAwG;IACxG,OAAO,YAAY;IACnB,oHAAoH;IACpH,YAAY,kBAAkB;CAC/B;AAED;;GAEG;AACH,aAAK,sBAAsB;IACzB,4FAA4F;IAC5F,QAAQ,cAAc;IACtB,2GAA2G;IAC3G,MAAM,WAAW;IACjB,yIAAyI;IACzI,UAAU,gBAAgB;CAC3B;AAED;;GAEG;AACH,aAAK,UAAU;IACb,mFAAmF;IACnF,SAAS,cAAc;IACvB,iFAAiF;IACjF,KAAK,UAAU;IACf,0EAA0E;IAC1E,MAAM,WAAW;IACjB,qFAAqF;IACrF,MAAM,WAAW;CAClB;AAED;;GAEG;AACH,aAAK,6BAA6B;IAChC,8IAA8I;IAC9I,IAAI,SAAS;IACb,wKAAwK;IACxK,QAAQ,aAAa;CACtB;AAED;;GAEG;AACH,aAAK,iCAAiC;IACpC,8IAA8I;IAC9I,OAAO,YAAY;IACnB,8JAA8J;IAC9J,UAAU,gBAAgB;IAC1B,oKAAoK;IACpK,kBAAkB,wBAAwB;CAC3C;AAED;;GAEG;AACH,aAAK,aAAa;IAChB,8HAA8H;IAC9H,MAAM,WAAW;IACjB,8JAA8J;IAC9J,QAAQ,aAAa;IACrB,yHAAyH;IACzH,KAAK,UAAU;CAChB;AAED;;GAEG;AACH,UAAU,aAAa;IACrB,kGAAkG;IAClG,EAAE,EAAE,MAAM,CAAC;IACX,0LAA0L;IAC1L,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uGAAuG;IACvG,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,UAAU,QAAQ;IAChB,sGAAsG;IACtG,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,UAAU,YAAa,SAAQ,QAAQ;IACrC,4KAA4K;IAC5K,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED;;GAEG;AACH,UAAU,cAAc;IACtB,iKAAiK;IACjK,MAAM,EAAE,MAAM,CAAC;IACf,8LAA8L;IAC9L,SAAS,EAAE,MAAM,CAAC;IAClB,kOAAkO;IAClO,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,UAAU,OAAO;IACf,oPAAoP;IACpP,oBAAoB,EAAE,OAAO,CAAC;IAC9B,yNAAyN;IACzN,KAAK,EAAE,cAAc,EAAE,CAAC;CACzB;AAED;;GAEG;AACH,UAAU,UAAW,SAAQ,QAAQ;IACnC,iKAAiK;IACjK,yBAAyB,EAAE,MAAM,CAAC;IAClC,+HAA+H;IAC/H,WAAW,EAAE,MAAM,CAAC;IACpB,uIAAuI;IACvI,eAAe,EAAE,MAAM,CAAC;IACxB,qMAAqM;IACrM,MAAM,EAAE,MAAM,CAAC;IACf,8GAA8G;IAC9G,EAAE,EAAE,MAAM,CAAC;IACX,uHAAuH;IACvH,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,uKAAuK;IACvK,gCAAgC,EAAE,MAAM,CAAC;IACzC,6KAA6K;IAC7K,aAAa,EAAE,MAAM,CAAC;IACtB,gIAAgI;IAChI,2BAA2B,EAAE,MAAM,CAAC;IACpC,yJAAyJ;IACzJ,gBAAgB,EAAE,MAAM,CAAC;IACzB,+OAA+O;IAC/O,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,0IAA0I;IAC1I,GAAG,EAAE;QACH,iIAAiI;QACjI,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,+HAA+H;QAC/H,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACvB,CAAC;IACF,8JAA8J;IAC9J,SAAS,EAAE,mBAAmB,CAAC;IAC/B,6HAA6H;IAC7H,YAAY,EAAE,MAAM,CAAC;IACrB,qLAAqL;IACrL,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,2IAA2I;IAC3I,KAAK,EAAE,MAAM,CAAC;IACd,oJAAoJ;IACpJ,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,UAAU,cAAe,SAAQ,QAAQ;IACvC,iMAAiM;IACjM,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iKAAiK;IACjK,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kLAAkL;IAClL,cAAc,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC9B,0JAA0J;IAC1J,SAAS,EAAE,MAAM,CAAC;IAClB,qNAAqN;IACrN,WAAW,EAAE,MAAM,CAAC;IACpB,uKAAuK;IACvK,kBAAkB,CAAC,EAAE;QACnB,yDAAyD;QACzD,EAAE,EAAE,MAAM,CAAC;QACX,gHAAgH;QAChH,mBAAmB,EAAE,OAAO,CAAC;QAC7B,+HAA+H;QAC/H,YAAY,EAAE,OAAO,CAAC;QACtB,mGAAmG;QACnG,WAAW,EAAE,MAAM,CAAC;QACpB,4EAA4E;QAC5E,IAAI,EAAE,sBAAsB,CAAC;KAC9B,CAAC;IACF,2KAA2K;IAC3K,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,yIAAyI;IACzI,aAAa,EAAE;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,CAAC;IAC5B,sIAAsI;IACtI,mBAAmB,EAAE,iCAAiC,CAAC;IACvD,2LAA2L;IAC3L,eAAe,EAAE,6BAA6B,CAAC;IAC/C,iKAAiK;IACjK,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,wJAAwJ;IACxJ,QAAQ,EAAE,MAAM,CAAC;IACjB,wHAAwH;IACxH,KAAK,EAAE,KAAK,CAAC;IACb,uJAAuJ;IACvJ,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IAC1B,gLAAgL;IAChL,gBAAgB,EAAE,OAAO,CAAC;IAC1B,6LAA6L;IAC7L,eAAe,EAAE;QAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAC,EAAE,CAAC;IAC3C,6KAA6K;IAC7K,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,gJAAgJ;IAChJ,OAAO,EAAE,OAAO,CAAC;IACjB,+KAA+K;IAC/K,KAAK,EAAE,MAAM,CAAC;IACd,2HAA2H;IAC3H,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,0FAA0F;IAC1F,UAAU,EAAE,UAAU,CAAC;IACvB,qHAAqH;IACrH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,UAAU,OAAQ,SAAQ,QAAQ;IAChC,2JAA2J;IAC3J,yBAAyB,EAAE,MAAM,CAAC;IAClC,oIAAoI;IACpI,SAAS,EAAE,MAAM,CAAC;IAClB,4IAA4I;IAC5I,eAAe,EAAE,MAAM,CAAC;IACxB,kLAAkL;IAClL,MAAM,EAAE,MAAM,CAAC;IACf,6MAA6M;IAC7M,qBAAqB,EAAE,OAAO,CAAC;IAC/B,4KAA4K;IAC5K,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,yKAAyK;IACzK,OAAO,EAAE;QACP,6CAA6C;QAC7C,EAAE,EAAE,MAAM,CAAC;QACX,qIAAqI;QACrI,IAAI,EAAE,MAAM,CAAC;QACb,6GAA6G;QAC7G,QAAQ,EAAE,MAAM,CAAC;QACjB,qKAAqK;QACrK,MAAM,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,gLAAgL;IAChL,WAAW,EAAE,MAAM,CAAC;IACpB,sMAAsM;IACtM,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,sLAAsL;IACtL,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,iLAAiL;IACjL,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,qIAAqI;IACrI,KAAK,EAAE,MAAM,CAAC;IACd,oKAAoK;IACpK,cAAc,EAAE,MAAM,CAAC;IACvB,4IAA4I;IAC5I,aAAa,EAAE,MAAM,CAAC;IACtB,6IAA6I;IAC7I,eAAe,EAAE,OAAO,CAAC;IACzB,8KAA8K;IAC9K,QAAQ,EAAE,OAAO,CAAC,cAAc,CAAC,EAAE,CAAC;IACpC,uIAAuI;IACvI,MAAM,EAAE,MAAM,CAAC;IACf,iJAAiJ;IACjJ,SAAS,EAAE,MAAM,CAAC;IAClB,uLAAuL;IACvL,MAAM,EAAE,aAAa,CAAC;CACvB;AAED;;GAEG;AACH,UAAU,aAAa;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,cAAc,CAAC;IACxB,UAAU,EAAE,UAAU,CAAC;CACxB;AAED;;GAEG;AACH,KAAK,iBAAiB,CAAC,IAAI,SAAS,MAAM,aAAa,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;AAE/E;;GAEG;AACH,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,GAAG;IAC1B;;;OAGG;IACH,SAAS,EAAE,CAAC,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,CAAC,IAAI,SAAS,MAAM,aAAa,IAAI,aAAa,CAClE,iBAAiB,CAAC,IAAI,CAAC,EAAE,CAC1B,CAAC;AAEF;;GAEG;AACH,UAAU,OAAO;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,YAAY,CAAC;IAC3C;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;CAC/B;AAED;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAC9B,OAAO,EAAE,qBAAqB,KAC3B,OAAO,CAAC,aAAa,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"resource-picker.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/resource-picker/resource-picker.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,KAAK,KAAK,GAAG,MAAM,CAAC;AAEpB;;GAEG;AACH,aAAK,mBAAmB;IACtB,sJAAsJ;IACtJ,MAAM,WAAW;IACjB,wGAAwG;IACxG,WAAW,iBAAiB;IAC5B,wGAAwG;IACxG,QAAQ,cAAc;IACtB,uGAAuG;IACvG,SAAS,eAAe;IACxB,0GAA0G;IAC1G,SAAS,eAAe;IACxB,kGAAkG;IAClG,QAAQ,cAAc;IACtB,+GAA+G;IAC/G,WAAW,iBAAiB;IAC5B,wGAAwG;IACxG,OAAO,YAAY;IACnB,oHAAoH;IACpH,YAAY,kBAAkB;CAC/B;AAED;;GAEG;AACH,aAAK,sBAAsB;IACzB,4FAA4F;IAC5F,QAAQ,cAAc;IACtB,2GAA2G;IAC3G,MAAM,WAAW;IACjB,yIAAyI;IACzI,UAAU,gBAAgB;CAC3B;AAED;;GAEG;AACH,aAAK,UAAU;IACb,mFAAmF;IACnF,SAAS,cAAc;IACvB,iFAAiF;IACjF,KAAK,UAAU;IACf,0EAA0E;IAC1E,MAAM,WAAW;IACjB,qFAAqF;IACrF,MAAM,WAAW;CAClB;AAED;;GAEG;AACH,aAAK,6BAA6B;IAChC,8IAA8I;IAC9I,IAAI,SAAS;IACb,wKAAwK;IACxK,QAAQ,aAAa;CACtB;AAED;;GAEG;AACH,aAAK,iCAAiC;IACpC,8IAA8I;IAC9I,OAAO,YAAY;IACnB,8JAA8J;IAC9J,UAAU,gBAAgB;IAC1B,oKAAoK;IACpK,kBAAkB,wBAAwB;CAC3C;AAED;;GAEG;AACH,aAAK,aAAa;IAChB,8HAA8H;IAC9H,MAAM,WAAW;IACjB,8JAA8J;IAC9J,QAAQ,aAAa;IACrB,yHAAyH;IACzH,KAAK,UAAU;CAChB;AAED;;GAEG;AACH,UAAU,aAAa;IACrB,kGAAkG;IAClG,EAAE,EAAE,MAAM,CAAC;IACX,0LAA0L;IAC1L,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uGAAuG;IACvG,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,UAAU,QAAQ;IAChB,sGAAsG;IACtG,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,UAAU,YAAa,SAAQ,QAAQ;IACrC,4KAA4K;IAC5K,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC;CACvB;AAED;;GAEG;AACH,UAAU,cAAc;IACtB,iKAAiK;IACjK,MAAM,EAAE,MAAM,CAAC;IACf,8LAA8L;IAC9L,SAAS,EAAE,MAAM,CAAC;IAClB,kOAAkO;IAClO,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,UAAU,OAAO;IACf,oPAAoP;IACpP,oBAAoB,EAAE,OAAO,CAAC;IAC9B,yNAAyN;IACzN,KAAK,EAAE,cAAc,EAAE,CAAC;CACzB;AAED;;GAEG;AACH,UAAU,UAAW,SAAQ,QAAQ;IACnC,iKAAiK;IACjK,yBAAyB,EAAE,MAAM,CAAC;IAClC,+HAA+H;IAC/H,WAAW,EAAE,MAAM,CAAC;IACpB,uIAAuI;IACvI,eAAe,EAAE,MAAM,CAAC;IACxB,qMAAqM;IACrM,MAAM,EAAE,MAAM,CAAC;IACf,8GAA8G;IAC9G,EAAE,EAAE,MAAM,CAAC;IACX,uHAAuH;IACvH,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,uKAAuK;IACvK,gCAAgC,EAAE,MAAM,CAAC;IACzC,6KAA6K;IAC7K,aAAa,EAAE,MAAM,CAAC;IACtB,gIAAgI;IAChI,2BAA2B,EAAE,MAAM,CAAC;IACpC,yJAAyJ;IACzJ,gBAAgB,EAAE,MAAM,CAAC;IACzB,+OAA+O;IAC/O,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACzB,0IAA0I;IAC1I,GAAG,EAAE;QACH,iIAAiI;QACjI,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5B,+HAA+H;QAC/H,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACvB,CAAC;IACF,8JAA8J;IAC9J,SAAS,EAAE,mBAAmB,CAAC;IAC/B,6HAA6H;IAC7H,YAAY,EAAE,MAAM,CAAC;IACrB,qLAAqL;IACrL,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,2IAA2I;IAC3I,KAAK,EAAE,MAAM,CAAC;IACd,oJAAoJ;IACpJ,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,UAAU,cAAe,SAAQ,QAAQ;IACvC,iMAAiM;IACjM,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iKAAiK;IACjK,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,kLAAkL;IAClL,cAAc,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC9B,0JAA0J;IAC1J,SAAS,EAAE,MAAM,CAAC;IAClB,qNAAqN;IACrN,WAAW,EAAE,MAAM,CAAC;IACpB,uKAAuK;IACvK,kBAAkB,CAAC,EAAE;QACnB,yDAAyD;QACzD,EAAE,EAAE,MAAM,CAAC;QACX,gHAAgH;QAChH,mBAAmB,EAAE,OAAO,CAAC;QAC7B,+HAA+H;QAC/H,YAAY,EAAE,OAAO,CAAC;QACtB,mGAAmG;QACnG,WAAW,EAAE,MAAM,CAAC;QACpB,4EAA4E;QAC5E,IAAI,EAAE,sBAAsB,CAAC;KAC9B,CAAC;IACF,2KAA2K;IAC3K,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAC7B,yIAAyI;IACzI,aAAa,EAAE;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,CAAC;IAC5B,sIAAsI;IACtI,mBAAmB,EAAE,iCAAiC,CAAC;IACvD,2LAA2L;IAC3L,eAAe,EAAE,6BAA6B,CAAC;IAC/C,iKAAiK;IACjK,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,wJAAwJ;IACxJ,QAAQ,EAAE,MAAM,CAAC;IACjB,wHAAwH;IACxH,KAAK,EAAE,KAAK,CAAC;IACb,uJAAuJ;IACvJ,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;IAC1B,gLAAgL;IAChL,gBAAgB,EAAE,OAAO,CAAC;IAC1B,6LAA6L;IAC7L,eAAe,EAAE;QAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAC,EAAE,CAAC;IAC3C,6KAA6K;IAC7K,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,gJAAgJ;IAChJ,OAAO,EAAE,OAAO,CAAC;IACjB,+KAA+K;IAC/K,KAAK,EAAE,MAAM,CAAC;IACd,2HAA2H;IAC3H,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,0FAA0F;IAC1F,UAAU,EAAE,UAAU,CAAC;IACvB,qHAAqH;IACrH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,UAAU,OAAQ,SAAQ,QAAQ;IAChC,2JAA2J;IAC3J,yBAAyB,EAAE,MAAM,CAAC;IAClC,oIAAoI;IACpI,SAAS,EAAE,MAAM,CAAC;IAClB,4IAA4I;IAC5I,eAAe,EAAE,MAAM,CAAC;IACxB,kLAAkL;IAClL,MAAM,EAAE,MAAM,CAAC;IACf,6MAA6M;IAC7M,qBAAqB,EAAE,OAAO,CAAC;IAC/B,4KAA4K;IAC5K,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,yKAAyK;IACzK,OAAO,EAAE;QACP,6CAA6C;QAC7C,EAAE,EAAE,MAAM,CAAC;QACX,qIAAqI;QACrI,IAAI,EAAE,MAAM,CAAC;QACb,6GAA6G;QAC7G,QAAQ,EAAE,MAAM,CAAC;QACjB,qKAAqK;QACrK,MAAM,EAAE,MAAM,EAAE,CAAC;KAClB,EAAE,CAAC;IACJ,gLAAgL;IAChL,WAAW,EAAE,MAAM,CAAC;IACpB,sMAAsM;IACtM,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,sLAAsL;IACtL,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,iLAAiL;IACjL,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,qIAAqI;IACrI,KAAK,EAAE,MAAM,CAAC;IACd,oKAAoK;IACpK,cAAc,EAAE,MAAM,CAAC;IACvB,4IAA4I;IAC5I,aAAa,EAAE,MAAM,CAAC;IACtB,6IAA6I;IAC7I,eAAe,EAAE,OAAO,CAAC;IACzB,8KAA8K;IAC9K,QAAQ,EAAE,OAAO,CAAC,cAAc,CAAC,EAAE,CAAC;IACpC,uIAAuI;IACvI,MAAM,EAAE,MAAM,CAAC;IACf,iJAAiJ;IACjJ,SAAS,EAAE,MAAM,CAAC;IAClB,uLAAuL;IACvL,MAAM,EAAE,aAAa,CAAC;CACvB;AAED;;GAEG;AACH,UAAU,aAAa;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,cAAc,CAAC;IACxB,UAAU,EAAE,UAAU,CAAC;CACxB;AAED;;GAEG;AACH,KAAK,iBAAiB,CAAC,IAAI,SAAS,MAAM,aAAa,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;AAE/E;;GAEG;AACH,KAAK,aAAa,CAAC,CAAC,IAAI,CAAC,GAAG;IAC1B;;;OAGG;IACH,SAAS,EAAE,CAAC,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,KAAK,aAAa,CAAC,IAAI,SAAS,MAAM,aAAa,IAAI,aAAa,CAClE,iBAAiB,CAAC,IAAI,CAAC,EAAE,CAC1B,CAAC;AAEF;;GAEG;AACH,UAAU,OAAO;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,YAAY,CAAC;IAC3C;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IAC1B;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,EAAE,CAAC;CAC/B;AAED;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG,CAC9B,OAAO,EAAE,qBAAqB,KAC3B,OAAO,CAAC,aAAa,CAAC,qBAAqB,CAAC,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC"}
@@ -10,6 +10,7 @@ export interface ShouldRenderOutput {
10
10
  }
11
11
  /**
12
12
  * The `ShouldRenderApi` object provides methods for controlling action extension visibility. Access the following properties on the `ShouldRenderApi` object to determine whether an associated action should appear based on the current context.
13
+ * @publicDocs
13
14
  */
14
15
  export interface ShouldRenderApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
15
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"should-render.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/should-render/should-render.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,gHAAgH;IAChH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe,CAAC,eAAe,SAAS,kBAAkB,CACzE,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"should-render.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/should-render/should-render.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,gHAAgH;IAChH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED;;;GAGG;AACH,MAAM,WAAW,eAAe,CAAC,eAAe,SAAS,kBAAkB,CACzE,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ"}
@@ -33,6 +33,7 @@ interface Auth {
33
33
  }
34
34
  /**
35
35
  * The `StandardApi` object provides core methods available to all extension targets. Access the following properties on the `StandardApi` object to authenticate users, query the [GraphQL Admin API](/docs/api/admin-graphql), translate content, handle intents, and persist data.
36
+ * @publicDocs
36
37
  */
37
38
  export interface StandardApi<ExtensionTarget extends AnyExtensionTarget> {
38
39
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/standard/standard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AACvC,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAEhD,YAAY,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE;QACT,qEAAqE;QACrE,IAAI,EAAE,MAAM,CAAC;QACb,yEAAyE;QACzE,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED;;GAEG;AACH,UAAU,IAAI;IACZ;;OAEG;IACH,OAAO,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CACvC;AAED;;GAEG;AACH,MAAM,WAAW,WAAW,CAAC,eAAe,SAAS,kBAAkB;IACrE;;OAEG;IACH,SAAS,EAAE;QACT,MAAM,EAAE,eAAe,CAAC;KACzB,CAAC;IAEF;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,KAAK,EAAE,CAAC,IAAI,GAAG,OAAO,EAAE,SAAS,GAAG;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,EAC1D,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE;QAAC,SAAS,CAAC,EAAE,SAAS,CAAC;QAAC,OAAO,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAA;KAAC,KACrE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,IAAI,CAAC;QAAC,MAAM,CAAC,EAAE,YAAY,EAAE,CAAA;KAAC,CAAC,CAAC;CACtD"}
1
+ {"version":3,"file":"standard.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/standard/standard.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,EAAC,UAAU,EAAC,MAAM,oBAAoB,CAAC;AAC9C,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AACvC,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAEhD,YAAY,EAAC,OAAO,EAAC,MAAM,oBAAoB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,SAAS,EAAE;QACT,qEAAqE;QACrE,IAAI,EAAE,MAAM,CAAC;QACb,yEAAyE;QACzE,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH;AAED;;GAEG;AACH,UAAU,IAAI;IACZ;;OAEG;IACH,OAAO,EAAE,MAAM,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CACvC;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW,CAAC,eAAe,SAAS,kBAAkB;IACrE;;OAEG;IACH,SAAS,EAAE;QACT,MAAM,EAAE,eAAe,CAAC;KACzB,CAAC;IAEF;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;OAEG;IACH,KAAK,EAAE,CAAC,IAAI,GAAG,OAAO,EAAE,SAAS,GAAG;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,EAC1D,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE;QAAC,SAAS,CAAC,EAAE,SAAS,CAAC;QAAC,OAAO,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,SAAS,CAAC,CAAA;KAAC,KACrE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,IAAI,CAAC;QAAC,MAAM,CAAC,EAAE,YAAY,EAAE,CAAA;KAAC,CAAC,CAAC;CACtD"}
@@ -9,6 +9,8 @@ import type {ComponentChildren, AdminActionProps$1} from './shared.d.ts';
9
9
 
10
10
  /**
11
11
  * The properties for the admin action component. These properties configure the heading and loading state of the admin action extension interface.
12
+ *
13
+ * @publicDocs
12
14
  */
13
15
  export interface AdminActionProps
14
16
  extends Pick<AdminActionProps$1, 'heading' | 'loading'> {}
@@ -9,6 +9,8 @@ import type {AdminBlockProps$1, ComponentChildren} from './shared.d.ts';
9
9
 
10
10
  /**
11
11
  * The properties for the admin block component. These properties configure the heading and collapsed summary of collapsible content blocks in the admin interface.
12
+ *
13
+ * @publicDocs
12
14
  */
13
15
  export interface AdminBlockProps
14
16
  extends Pick<AdminBlockProps$1, 'heading' | 'collapsedSummary'> {}
@@ -9,6 +9,8 @@ import type {AdminPrintActionProps$1, ComponentChildren} from './shared.d.ts';
9
9
 
10
10
  /**
11
11
  * The properties for the admin print action component. These properties configure the source URL for printing content within admin extensions.
12
+ *
13
+ * @publicDocs
12
14
  */
13
15
  export interface AdminPrintActionProps
14
16
  extends Pick<AdminPrintActionProps$1, 'src'> {}
@@ -61,6 +61,8 @@ export interface IconProps
61
61
 
62
62
  /**
63
63
  * The properties for the badge component. Badges display status information through compact visual indicators with customizable tones, sizes, and optional icons.
64
+ *
65
+ * @publicDocs
64
66
  */
65
67
  export interface BadgeProps
66
68
  extends Pick<BadgeProps$1, 'color' | 'icon' | 'size' | 'tone'> {
@@ -59,6 +59,8 @@ export interface PreactBaseElementPropsWithChildren<TClass extends HTMLElement>
59
59
  export type RequiredBannerProps = Required<BannerProps$1>;
60
60
  /**
61
61
  * The properties for the banner component. These properties define an important message or notification with visual styling that conveys its semantic meaning.
62
+ *
63
+ * @publicDocs
62
64
  */
63
65
  export interface BannerProps
64
66
  extends Pick<
@@ -79,6 +79,8 @@ export type ResponsiveBoxProps = MakeResponsivePick<
79
79
  >;
80
80
  /**
81
81
  * The properties for the box component. A box provides control over layout, spacing, sizing, borders, and background styling for its content.
82
+ *
83
+ * @publicDocs
82
84
  */
83
85
  export interface BoxProps
84
86
  extends Pick<