diff --git a/frontend/app/modules/unread-counters/UnreadCountersPage.tsx b/frontend/app/modules/unread-counters/UnreadCountersPage.tsx index 419d8f2..cf2f7a2 100644 --- a/frontend/app/modules/unread-counters/UnreadCountersPage.tsx +++ b/frontend/app/modules/unread-counters/UnreadCountersPage.tsx @@ -28,7 +28,7 @@ const Select = styled.select` const UnreadCountersPage: FC = () => { const { unreadCountersStore: store } = useStore() const [id, setId] = useState('') - const [type, setType] = useState('huid') + const [type, setType] = useState('user') useEffect(() => { return () => { @@ -53,7 +53,7 @@ const UnreadCountersPage: FC = () => { Тип diff --git a/frontend/app/modules/unread-counters/unread-counters.types.ts b/frontend/app/modules/unread-counters/unread-counters.types.ts index b97b844..59d20de 100644 --- a/frontend/app/modules/unread-counters/unread-counters.types.ts +++ b/frontend/app/modules/unread-counters/unread-counters.types.ts @@ -1,6 +1,6 @@ import { EmitterEventPayload } from '@expressms/smartapp-bridge/build/main/types/eventEmitter.d' -export type EntityType = 'huid' | 'chat' | 'smartapp' +export type EntityType = 'user' | 'chat' | 'smartapp' export interface UnreadCounterSubscriptionEvent extends Omit { payload: { diff --git a/frontend/package.json b/frontend/package.json index 9cd29c0..6e4c7fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "next-feature-smartapp", - "version": "2.5.0", + "version": "2.5.1", "description": "SmartApp with all features", "main": "index.js", "scripts": { @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@amcharts/amcharts5": "5.9.12", - "@expressms/smartapp-sdk": "1.10.0-alpha.2", + "@expressms/smartapp-sdk": "1.10.0-alpha.4", "html5-qrcode": "2.3.8", "jsoneditor": "10.1.0", "material-icons": "1.13.12", diff --git a/frontend/smartapp-manifest.json b/frontend/smartapp-manifest.json index 8255c7d..1873732 100644 --- a/frontend/smartapp-manifest.json +++ b/frontend/smartapp-manifest.json @@ -2,5 +2,5 @@ "manifestVersion": "1.0.0", "smartAppVersion": "", "bundlePath": "", - "changeLog": "Антивирусная проверкуа файлов" + "changeLog": "Фикс подписки на юзера" } \ No newline at end of file diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9625147..5f6f59e 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1160,10 +1160,10 @@ lodash-es "^4.17.21" uuid "^8.3.2" -"@expressms/smartapp-sdk@1.10.0-alpha.2": - version "1.10.0-alpha.2" - resolved "https://registry.yarnpkg.com/@expressms/smartapp-sdk/-/smartapp-sdk-1.10.0-alpha.2.tgz#2ca8ba6b66bfedbfb1d2af354dca6a9bc907438e" - integrity sha512-dZyzPSTpOEOJxm+0Vagh5L1V7pTI6Oua9SmL4gD0yERp9sYOOuq0tziJSGhqksIzO1TrRqUg6eZ8d/cgxNQYcw== +"@expressms/smartapp-sdk@1.10.0-alpha.3": + version "1.10.0-alpha.3" + resolved "https://registry.yarnpkg.com/@expressms/smartapp-sdk/-/smartapp-sdk-1.10.0-alpha.3.tgz#69ed818c32ed31056894969be5b1cdc9d929270a" + integrity sha512-52eUXr5rLg6Q5o9HFZL/Qf32Zho8zCWkIeuZ9ZvsTgPlgFziSebXfrBgOLkusHrjR4G5xhrPPo/bjGJDig09Ew== dependencies: "@expressms/smartapp-bridge" "1.4.0-alpha.1"