Skip to content

Commit 07dd703

Browse files
authored
Merge pull request #1577 from benjamin-deutsch-swap/fix-export-sessionAuthentication
fix: export sessionAuthentication to available to import from sdk wit…
2 parents f8743c2 + c2bf7a4 commit 07dd703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export { default as PayoutAPI } from "./payout";
1515
export { default as Platforms } from "./platforms";
1616
export { default as PosMobileAPI } from "./posMobile";
1717
export { default as RecurringAPI } from "./recurring";
18+
export { default as SessionAuthenticationAPI } from "./sessionAuthentication";
1819
export { default as StoredValueAPI } from "./storedValue";
1920
export { default as TerminalCloudAPI } from "./terminalCloudAPI";
2021
export { default as TerminalLocalAPI } from "./terminalLocalAPI";

0 commit comments

Comments
 (0)