Skip to content

Commit

Permalink
Revert "Add pos.purchase-complete.observe"
Browse files Browse the repository at this point in the history
This reverts commit 08a8d4e.
  • Loading branch information
NathanJolly committed Dec 18, 2024
1 parent 1faa963 commit 579ea36
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 49 deletions.
2 changes: 0 additions & 2 deletions packages/ui-extensions/src/surfaces/point-of-sale.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export * from './point-of-sale/api';
export * from './point-of-sale/components';
export * from './point-of-sale/targets';
export * from './point-of-sale/event/targets';
export * from './point-of-sale/event/extension';
export * from './point-of-sale/extension';
export * from './point-of-sale/shared';
export * from './point-of-sale/globals';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions packages/ui-extensions/src/surfaces/point-of-sale/input.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export type {BaseInput} from './event/input/BaseInput';
export type {PurchaseCompleteInput} from './event/input/PurchaseCompleteInput';
export type {BaseInput} from './run/input/BaseInput';

export type {Device} from './types/device';
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export type {BaseIntent} from './event/intent/BaseIntent';
export type {BaseIntent} from './run/intent/BaseIntent';

0 comments on commit 579ea36

Please sign in to comment.