diff --git a/package.json b/package.json index ccff3a0..e0cb636 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index e263370..2745ec3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,6 +7,7 @@ import { createDeeplink, getChats, getConnectionStatus, + getLayoutType, getUnreadCounter, handleDeeplink, openChatMessage, @@ -78,4 +79,5 @@ export { handleDeeplink, searchLocalPhonebook, getUnreadCounter, + getLayoutType, }