@shopify/ui-extensions 2026.4.3 → 2026.4.4

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 (74) hide show
  1. package/build/ts/surfaces/admin/components/Badge.d.ts +1 -1
  2. package/build/ts/surfaces/admin/components/Button.d.ts +1 -1
  3. package/build/ts/surfaces/admin/components/Clickable.d.ts +7 -7
  4. package/build/ts/surfaces/admin/components/Grid.d.ts +12 -12
  5. package/build/ts/surfaces/admin/components/GridItem.d.ts +7 -7
  6. package/build/ts/surfaces/admin/components/Image.d.ts +7 -7
  7. package/build/ts/surfaces/admin/components/Stack.d.ts +11 -11
  8. package/build/ts/surfaces/admin/components/TextField.d.ts +1 -1
  9. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +0 -3
  10. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  11. package/build/ts/surfaces/checkout/components/Checkbox.d.ts +12 -4
  12. package/build/ts/surfaces/customer-account/components/Checkbox.d.ts +12 -4
  13. package/build/ts/surfaces/point-of-sale/components/QrCode.d.ts +5 -5
  14. package/build/ts/surfaces/point-of-sale/components/components-shared.d.ts +99 -99
  15. package/build/ts/surfaces/point-of-sale/components/targets/ReceiptComponents.d.ts +1 -1
  16. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts +1 -1
  17. package/build/ts/surfaces/point-of-sale/components/targets/StandardComponents.d.ts.map +1 -1
  18. package/build/ts/surfaces/point-of-sale/event/data/ExchangeTransactionData.d.ts +1 -1
  19. package/build/ts/surfaces/point-of-sale/event/data/ReprintReceiptData.d.ts +1 -1
  20. package/build/ts/surfaces/point-of-sale/event/data/ReturnTransactionData.d.ts +1 -1
  21. package/build/ts/surfaces/point-of-sale/event/data/SaleTransactionData.d.ts +1 -1
  22. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts +1 -18
  23. package/build/ts/surfaces/point-of-sale/event/data/TransactionCompleteData.d.ts.map +1 -1
  24. package/build/ts/surfaces/point-of-sale/event/data.d.ts +1 -3
  25. package/build/ts/surfaces/point-of-sale/event/data.d.ts.map +1 -1
  26. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts +33 -26
  27. package/build/ts/surfaces/point-of-sale/extension-targets.d.ts.map +1 -1
  28. package/build/ts/surfaces/point-of-sale/targets/pos.cart.line-item-details.action.render.d.ts +0 -1
  29. package/build/ts/surfaces/point-of-sale/targets/pos.customer-details.action.render.d.ts +0 -1
  30. package/build/ts/surfaces/point-of-sale/targets/pos.draft-order-details.action.render.d.ts +0 -1
  31. package/build/ts/surfaces/point-of-sale/targets/pos.exchange.post.action.render.d.ts +0 -1
  32. package/build/ts/surfaces/point-of-sale/targets/pos.home.modal.render.d.ts +0 -1
  33. package/build/ts/surfaces/point-of-sale/targets/pos.order-details.action.render.d.ts +0 -1
  34. package/build/ts/surfaces/point-of-sale/targets/pos.product-details.action.render.d.ts +0 -1
  35. package/build/ts/surfaces/point-of-sale/targets/pos.purchase.post.action.render.d.ts +0 -1
  36. package/build/ts/surfaces/point-of-sale/targets/pos.register-details.action.render.d.ts +0 -1
  37. package/build/ts/surfaces/point-of-sale/targets/pos.return.post.action.render.d.ts +0 -1
  38. package/build/ts/surfaces/point-of-sale/types/base-transaction-complete.d.ts +1 -1
  39. package/build/tsconfig.tsbuildinfo +1 -1
  40. package/package.json +1 -1
  41. package/src/surfaces/admin/components/Badge.d.ts +1 -1
  42. package/src/surfaces/admin/components/Button.d.ts +1 -1
  43. package/src/surfaces/admin/components/Clickable.d.ts +7 -7
  44. package/src/surfaces/admin/components/Grid.d.ts +12 -12
  45. package/src/surfaces/admin/components/GridItem.d.ts +7 -7
  46. package/src/surfaces/admin/components/Image.d.ts +7 -7
  47. package/src/surfaces/admin/components/Stack.d.ts +11 -11
  48. package/src/surfaces/admin/components/TextField.d.ts +1 -1
  49. package/src/surfaces/admin/components.d.ts +22 -22
  50. package/src/surfaces/checkout/api/standard/standard.ts +0 -3
  51. package/src/surfaces/checkout/components/Checkbox.d.ts +12 -4
  52. package/src/surfaces/point-of-sale/components/QrCode.d.ts +5 -5
  53. package/src/surfaces/point-of-sale/components/components-shared.d.ts +99 -99
  54. package/src/surfaces/point-of-sale/components/targets/ReceiptComponents.ts +1 -1
  55. package/src/surfaces/point-of-sale/components/targets/StandardComponents.ts +0 -2
  56. package/src/surfaces/point-of-sale/components.d.ts +3 -1
  57. package/src/surfaces/point-of-sale/event/data/ExchangeTransactionData.ts +1 -1
  58. package/src/surfaces/point-of-sale/event/data/ReprintReceiptData.ts +1 -1
  59. package/src/surfaces/point-of-sale/event/data/ReturnTransactionData.ts +1 -1
  60. package/src/surfaces/point-of-sale/event/data/SaleTransactionData.ts +1 -1
  61. package/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts +1 -22
  62. package/src/surfaces/point-of-sale/event/data.ts +1 -10
  63. package/src/surfaces/point-of-sale/extension-targets.ts +33 -41
  64. package/src/surfaces/point-of-sale/types/base-transaction-complete.ts +1 -1
  65. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts +0 -14
  66. package/build/ts/surfaces/point-of-sale/event/data/CartUpdateEventData.d.ts.map +0 -1
  67. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts +0 -45
  68. package/build/ts/surfaces/point-of-sale/event/data/CashTrackingSessionData.d.ts.map +0 -1
  69. package/build/ts/surfaces/point-of-sale/targets/pos.cart-update.event.observe.d.ts +0 -7
  70. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-complete.event.observe.d.ts +0 -7
  71. package/build/ts/surfaces/point-of-sale/targets/pos.cash-tracking-session-start.event.observe.d.ts +0 -7
  72. package/build/ts/surfaces/point-of-sale/targets/pos.transaction-complete.event.observe.d.ts +0 -7
  73. package/src/surfaces/point-of-sale/event/data/CartUpdateEventData.ts +0 -14
  74. package/src/surfaces/point-of-sale/event/data/CashTrackingSessionData.ts +0 -46
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @publicDocs
2
+ * @private
3
3
  */
4
4
  export type ReceiptComponents = 'PosBlock' | 'Text' | 'QrCode';
5
5
  //# sourceMappingURL=ReceiptComponents.d.ts.map
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @publicDocs
3
3
  */
4
- export type StandardComponents = 'Badge' | 'Banner' | 'Box' | 'Button' | 'Choice' | 'ChoiceList' | 'Clickable' | 'DateField' | 'DatePicker' | 'DateSpinner' | 'Divider' | 'EmailField' | 'Embed' | 'EmptyState' | 'Heading' | 'Icon' | 'Image' | 'Link' | 'Modal' | 'NumberField' | 'Page' | 'POSBlock' | 'PosBlock' | 'QRCode' | 'QrCode' | 'Route' | 'Router' | 'ScrollBox' | 'SearchField' | 'Section' | 'Spinner' | 'Stack' | 'Switch' | 'Tab' | 'TabList' | 'TabPanel' | 'Tabs' | 'Text' | 'TextArea' | 'TextField' | 'Tile' | 'TimeField' | 'TimePicker';
4
+ export type StandardComponents = 'Badge' | 'Banner' | 'Box' | 'Button' | 'Choice' | 'ChoiceList' | 'Clickable' | 'DateField' | 'DatePicker' | 'DateSpinner' | 'Divider' | 'EmailField' | 'Embed' | 'EmptyState' | 'Heading' | 'Icon' | 'Image' | 'Link' | 'Modal' | 'NumberField' | 'Page' | 'POSBlock' | 'PosBlock' | 'Route' | 'Router' | 'ScrollBox' | 'SearchField' | 'Section' | 'Spinner' | 'Stack' | 'Switch' | 'Tab' | 'TabList' | 'TabPanel' | 'Tabs' | 'Text' | 'TextArea' | 'TextField' | 'Tile' | 'TimeField' | 'TimePicker';
5
5
  export default StandardComponents;
6
6
  //# sourceMappingURL=StandardComponents.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StandardComponents.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/components/targets/StandardComponents.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GACP,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,WAAW,GACX,YAAY,GACZ,aAAa,GACb,SAAS,GACT,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,GACN,OAAO,GACP,aAAa,GACb,MAAM,GACN,UAAU,GACV,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,WAAW,GACX,aAAa,GACb,SAAS,GACT,SAAS,GACT,OAAO,GACP,QAAQ,GACR,KAAK,GACL,SAAS,GACT,UAAU,GACV,MAAM,GACN,MAAM,GACN,UAAU,GACV,WAAW,GACX,MAAM,GACN,WAAW,GACX,YAAY,CAAC;AAEjB,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"StandardComponents.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/components/targets/StandardComponents.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAC1B,OAAO,GACP,QAAQ,GACR,KAAK,GACL,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,WAAW,GACX,WAAW,GACX,YAAY,GACZ,aAAa,GACb,SAAS,GACT,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,SAAS,GACT,MAAM,GACN,OAAO,GACP,MAAM,GACN,OAAO,GACP,aAAa,GACb,MAAM,GACN,UAAU,GACV,UAAU,GACV,OAAO,GACP,QAAQ,GACR,WAAW,GACX,aAAa,GACb,SAAS,GACT,SAAS,GACT,OAAO,GACP,QAAQ,GACR,KAAK,GACL,SAAS,GACT,UAAU,GACV,MAAM,GACN,MAAM,GACN,UAAU,GACV,WAAW,GACX,MAAM,GACN,WAAW,GACX,YAAY,CAAC;AAEjB,eAAe,kBAAkB,CAAC"}
@@ -2,7 +2,7 @@ import { BaseTransactionComplete } from '../../types/base-transaction-complete';
2
2
  import { LineItem } from '../../types/cart';
3
3
  /**
4
4
  * Defines the data structure for completed exchange transactions.
5
- * @publicDocs
5
+ * @private
6
6
  */
7
7
  export interface ExchangeTransactionData extends BaseTransactionComplete {
8
8
  /**
@@ -3,7 +3,7 @@ import { LineItem } from '../../types/cart';
3
3
  import { OrderLineItem } from '../../types/order';
4
4
  /**
5
5
  * Defines the data structure for receipt reprint requests.
6
- * @publicDocs
6
+ * @private
7
7
  */
8
8
  export interface ReprintReceiptData extends BaseTransactionComplete {
9
9
  /**
@@ -2,7 +2,7 @@ import { BaseTransactionComplete } from '../../types/base-transaction-complete';
2
2
  import { LineItem } from '../../types/cart';
3
3
  /**
4
4
  * Defines the data structure for completed return transactions.
5
- * @publicDocs
5
+ * @private
6
6
  */
7
7
  export interface ReturnTransactionData extends BaseTransactionComplete {
8
8
  /**
@@ -2,7 +2,7 @@ import { BaseTransactionComplete } from '../../types/base-transaction-complete';
2
2
  import { LineItem } from '../../types/cart';
3
3
  /**
4
4
  * Defines the data structure for completed sale transactions.
5
- * @publicDocs
5
+ * @private
6
6
  */
7
7
  export interface SaleTransactionData extends BaseTransactionComplete {
8
8
  /**
@@ -4,26 +4,9 @@ import type { ExchangeTransactionData } from './ExchangeTransactionData';
4
4
  import type { ReturnTransactionData } from './ReturnTransactionData';
5
5
  import type { ReprintReceiptData } from './ReprintReceiptData';
6
6
  import { BaseApi } from './BaseApi';
7
- /**
8
- * The data object provided to receipt targets containing transaction details.
9
- * @publicDocs
10
- */
11
- export interface TransactionCompleteData extends BaseData, BaseApi {
12
- /**
13
- * Provides access to persistent local storage methods for your POS UI extension. Use this to store, retrieve, and manage data that persists across sessions.
14
- */
15
- storage: BaseApi['storage'];
16
- /**
17
- * The transaction data, which can be one of the following types:
18
- * - `SaleTransactionData`: Defines the data structure for completed sale transactions.
19
- * - `ReturnTransactionData`: Defines the data structure for completed return transactions.
20
- * - `ExchangeTransactionData`: Defines the data structure for completed exchange transactions.
21
- */
22
- transaction: SaleTransactionData | ReturnTransactionData | ExchangeTransactionData;
23
- }
24
7
  /**
25
8
  * The data object provided to receipt targets containing transaction details and reprint information.
26
- * @publicDocs
9
+ * @private
27
10
  */
28
11
  export interface TransactionCompleteWithReprintData extends BaseData, BaseApi {
29
12
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionCompleteData.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAC/D,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,2BAA2B,CAAC;AACvE,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAElC;;;GAGG;AACH,MAAM,WAAW,uBAAwB,SAAQ,QAAQ,EAAE,OAAO;IAChE;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC5B;;;;;OAKG;IACH,WAAW,EACP,mBAAmB,GACnB,qBAAqB,GACrB,uBAAuB,CAAC;CAC7B;AAED;;;GAGG;AACH,MAAM,WAAW,kCAAmC,SAAQ,QAAQ,EAAE,OAAO;IAC3E;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC5B;;;;;;OAMG;IACH,WAAW,EACP,mBAAmB,GACnB,qBAAqB,GACrB,uBAAuB,GACvB,kBAAkB,CAAC;CACxB"}
1
+ {"version":3,"file":"TransactionCompleteData.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,uBAAuB,CAAC;AAC/D,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,2BAA2B,CAAC;AACvE,OAAO,KAAK,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAC,kBAAkB,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,OAAO,EAAC,MAAM,WAAW,CAAC;AAElC;;;GAGG;AACH,MAAM,WAAW,kCAAmC,SAAQ,QAAQ,EAAE,OAAO;IAC3E;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAC5B;;;;;;OAMG;IACH,WAAW,EACP,mBAAmB,GACnB,qBAAqB,GACrB,uBAAuB,GACvB,kBAAkB,CAAC;CACxB"}
@@ -1,9 +1,7 @@
1
1
  export type { BaseData } from './data/BaseData';
2
2
  export type { BaseApi } from './data/BaseApi';
3
3
  export type { ReprintReceiptData } from './data/ReprintReceiptData';
4
- export type { TransactionCompleteData, TransactionCompleteWithReprintData, } from './data/TransactionCompleteData';
5
- export type { CashTrackingSessionCompleteData, CashTrackingSessionStartData, } from './data/CashTrackingSessionData';
6
- export type { CartUpdateEventData } from './data/CartUpdateEventData';
4
+ export type { TransactionCompleteWithReprintData } from './data/TransactionCompleteData';
7
5
  export type { Device } from '../types/device';
8
6
  export type { Money } from '../types/money';
9
7
  //# sourceMappingURL=data.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/point-of-sale/event/data.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;AAC9C,YAAY,EAAC,OAAO,EAAC,MAAM,gBAAgB,CAAC;AAC5C,YAAY,EAAC,kBAAkB,EAAC,MAAM,2BAA2B,CAAC;AAClE,YAAY,EACV,uBAAuB,EACvB,kCAAkC,GACnC,MAAM,gCAAgC,CAAC;AACxC,YAAY,EACV,+BAA+B,EAC/B,4BAA4B,GAC7B,MAAM,gCAAgC,CAAC;AAExC,YAAY,EAAC,mBAAmB,EAAC,MAAM,4BAA4B,CAAC;AAEpE,YAAY,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAC5C,YAAY,EAAC,KAAK,EAAC,MAAM,gBAAgB,CAAC"}
1
+ {"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/point-of-sale/event/data.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;AAC9C,YAAY,EAAC,OAAO,EAAC,MAAM,gBAAgB,CAAC;AAC5C,YAAY,EAAC,kBAAkB,EAAC,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAC,kCAAkC,EAAC,MAAM,gCAAgC,CAAC;AAEvF,YAAY,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AAC5C,YAAY,EAAC,KAAK,EAAC,MAAM,gBAAgB,CAAC"}
@@ -1,7 +1,3 @@
1
- import { BaseOutput } from './event/output';
2
- import { CashTrackingSessionStartData, CashTrackingSessionCompleteData } from './event/data/CashTrackingSessionData';
3
- import { TransactionCompleteData } from './event/data/TransactionCompleteData';
4
- import { CartUpdateEventData } from './event/data/CartUpdateEventData';
5
1
  import type { RenderExtension } from '../../extension';
6
2
  import type { StandardApi, ActionApi, ActionTargetApi, CartApi, CartLineItemApi, CustomerApi, DraftOrderApi, ProductApi, OrderApi, StorageApi, CashDrawerApi } from './api';
7
3
  import type { ActionExtensionComponents } from './components/targets/ActionExtensionComponents';
@@ -10,15 +6,6 @@ import type { SmartGridComponents } from './components/targets/SmartGridComponen
10
6
  import type { ReceiptComponents } from './components/targets/ReceiptComponents';
11
7
  import type { BasicComponents } from './components/targets/BasicComponents';
12
8
  import type { TransactionCompleteWithReprintData } from './event/data';
13
- /**
14
- * @publicDocs
15
- */
16
- export interface EventExtensionTargets {
17
- 'pos.transaction-complete.event.observe': (data: TransactionCompleteData) => Promise<BaseOutput>;
18
- 'pos.cash-tracking-session-start.event.observe': (data: CashTrackingSessionStartData) => Promise<BaseOutput>;
19
- 'pos.cash-tracking-session-complete.event.observe': (data: CashTrackingSessionCompleteData) => Promise<BaseOutput>;
20
- 'pos.cart-update.event.observe': (data: CartUpdateEventData) => Promise<BaseOutput>;
21
- }
22
9
  /**
23
10
  * @publicDocs
24
11
  */
@@ -39,37 +26,55 @@ export interface RenderExtensionTargets {
39
26
  * Renders a single interactive button component as a menu item in the post-return action menu. Use this target for post-return operations like generating return receipts, processing restocking workflows, or collecting return feedback.
40
27
  *
41
28
  * Extensions at this target can access the order identifier through the Order API to perform return-specific operations. Menu items typically invoke `shopify.action.presentModal()` to launch the companion modal for complete post-return workflows.
42
- */
29
+
30
+ *
31
+ * @private
32
+ */
43
33
  'pos.return.post.action.menu-item.render': RenderExtension<StandardApi<'pos.return.post.action.menu-item.render'> & ActionApi & OrderApi, ActionExtensionComponents>;
44
34
  /**
45
35
  * Renders a full-screen modal interface launched from post-return menu items. Use this target for complex post-return workflows that require forms, multi-step processes, or detailed information displays beyond what a simple button can provide.
46
36
  *
47
37
  * Extensions at this target have access to order data through the Order API and support workflows with multiple screens, navigation, and interactive components.
48
- */
38
+
39
+ *
40
+ * @private
41
+ */
49
42
  'pos.return.post.action.render': RenderExtension<ActionTargetApi<'pos.return.post.action.render'> & OrderApi, BasicComponents>;
50
43
  /**
51
44
  * Renders a custom information section within the post-return screen. Use this target for displaying supplementary return data like completion status, refund confirmations, or follow-up workflows alongside standard return details.
52
45
  *
53
46
  * Extensions at this target appear as persistent blocks within the post-return interface and support interactive elements that can launch modal workflows using `shopify.action.presentModal()` for more complex post-return operations.
54
- */
47
+
48
+ *
49
+ * @private
50
+ */
55
51
  'pos.return.post.block.render': RenderExtension<StandardApi<'pos.return.post.block.render'> & OrderApi & ActionApi, BlockExtensionComponents>;
56
52
  /**
57
53
  * Renders a single interactive button component as a menu item in the post-exchange action menu. Use this target for post-exchange operations like generating exchange receipts, processing restocking workflows, or collecting exchange feedback.
58
54
  *
59
55
  * Extensions at this target can access the order identifier through the Order API to perform exchange-specific operations. Menu items typically invoke `shopify.action.presentModal()` to launch the companion modal for complete post-exchange workflows.
60
- */
56
+
57
+ *
58
+ * @private
59
+ */
61
60
  'pos.exchange.post.action.menu-item.render': RenderExtension<StandardApi<'pos.exchange.post.action.menu-item.render'> & ActionApi & OrderApi, ActionExtensionComponents>;
62
61
  /**
63
62
  * Renders a full-screen modal interface launched from post-exchange menu items. Use this target for complex post-exchange workflows that require forms, multi-step processes, or detailed information displays beyond what a simple button can provide.
64
63
  *
65
64
  * Extensions at this target have access to order data through the Order API and support workflows with multiple screens, navigation, and interactive components.
66
- */
65
+
66
+ *
67
+ * @private
68
+ */
67
69
  'pos.exchange.post.action.render': RenderExtension<ActionTargetApi<'pos.exchange.post.action.render'> & OrderApi, BasicComponents>;
68
70
  /**
69
71
  * Renders a custom information section within the post-exchange screen. Use this target for displaying supplementary exchange data like completion status, payment adjustments, or follow-up workflows alongside standard exchange details.
70
72
  *
71
73
  * Extensions at this target appear as persistent blocks within the post-exchange interface and support interactive elements that can launch modal workflows using `shopify.action.presentModal()` for more complex post-exchange operations.
72
- */
74
+
75
+ *
76
+ * @private
77
+ */
73
78
  'pos.exchange.post.block.render': RenderExtension<StandardApi<'pos.exchange.post.block.render'> & OrderApi & ActionApi, BlockExtensionComponents>;
74
79
  /**
75
80
  * Renders a single interactive button component as a menu item in the post-purchase action menu. Use this target for post-purchase operations like sending receipts, collecting customer feedback, or launching follow-up workflows after completing a sale.
@@ -177,7 +182,10 @@ export interface RenderExtensionTargets {
177
182
  * Renders a custom section in the footer of printed receipts. Use this target for adding contact details, return policies, social media links, or customer engagement elements like survey links or marketing campaigns at the bottom of receipts.
178
183
  *
179
184
  * Extensions at this target appear in the receipt footer area and support limited components optimized for print formatting, including text content for information display.
180
- */
185
+
186
+ *
187
+ * @private
188
+ */
181
189
  'pos.receipt-footer.block.render': RenderExtension<{
182
190
  [key: string]: any;
183
191
  } & StorageApi & TransactionCompleteWithReprintData, ReceiptComponents>;
@@ -185,7 +193,10 @@ export interface RenderExtensionTargets {
185
193
  * Renders a custom section in the header of printed receipts. Use this target for adding custom branding, logos, promotional messages, or store-specific information at the top of receipts.
186
194
  *
187
195
  * Extensions at this target appear in the receipt header area and support limited components optimized for print formatting, including text content for information display.
188
- */
196
+
197
+ *
198
+ * @private
199
+ */
189
200
  'pos.receipt-header.block.render': RenderExtension<{
190
201
  [key: string]: any;
191
202
  } & StorageApi & TransactionCompleteWithReprintData, ReceiptComponents>;
@@ -211,16 +222,12 @@ export interface RenderExtensionTargets {
211
222
  /**
212
223
  * @publicDocs
213
224
  */
214
- export interface ExtensionTargets extends RenderExtensionTargets, EventExtensionTargets {
225
+ export interface ExtensionTargets extends RenderExtensionTargets {
215
226
  }
216
227
  /**
217
228
  * @publicDocs
218
229
  */
219
230
  export type RenderExtensionTarget = keyof RenderExtensionTargets;
220
- /**
221
- * @publicDocs
222
- */
223
- export type EventExtensionTarget = keyof EventExtensionTargets;
224
231
  /**
225
232
  * @publicDocs
226
233
  */
@@ -1 +1 @@
1
- {"version":3,"file":"extension-targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/point-of-sale/extension-targets.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"extension-targets.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/point-of-sale/extension-targets.ts"],"names":[],"mappings":"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"}
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -20,7 +20,6 @@ import "../components/Modal.d.ts";
20
20
  import "../components/NumberField.d.ts";
21
21
  import "../components/Page.d.ts";
22
22
  import "../components/PosBlock.d.ts";
23
- import "../components/QrCode.d.ts";
24
23
  import "../components/ScrollBox.d.ts";
25
24
  import "../components/SearchField.d.ts";
26
25
  import "../components/Section.d.ts";
@@ -6,7 +6,7 @@ import type { TaxLine } from './tax-line';
6
6
  import type { TransactionType } from './transaction-type';
7
7
  /**
8
8
  * Base interface for completed transaction data shared across all transaction types.
9
- * @publicDocs
9
+ * @private
10
10
  */
11
11
  export interface BaseTransactionComplete {
12
12
  /**