Skip to content

Commit

Permalink
Merge pull request #59 from ExpressApp/fix/ki/layout
Browse files Browse the repository at this point in the history
Fix getLayoutType exports
  • Loading branch information
ikudinov authored Jun 25, 2024
2 parents 8fde00b + dc3042c commit 4d0574e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressms/smartapp-sdk",
"version": "1.8.1",
"version": "1.8.2",
"description": "Smartapp SDK",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
createDeeplink,
getChats,
getConnectionStatus,
getLayoutType,
getUnreadCounter,
handleDeeplink,
openChatMessage,
Expand Down Expand Up @@ -78,4 +79,5 @@ export {
handleDeeplink,
searchLocalPhonebook,
getUnreadCounter,
getLayoutType,
}

0 comments on commit 4d0574e

Please sign in to comment.