Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/im/v2/const/src/ |
Upload File : |
export { RestMethod } from './rest'; export { EventType } from './events'; export { ChatType, DialogBlockType, DialogScrollThreshold, DialogAlignment } from './chat'; export { FileStatus, FileType, FileIconType, FileViewerContext, AudioPlaybackRate, AudioPlaybackState } from './file'; export { MessageType, MessageComponent, MessageMentionType, MessageStatus, OwnMessageStatus, FakeMessagePrefix, FakeDraftMessagePrefix, AutoDeleteDelay, } from './message'; export { RecentCallStatus, RecentType } from './recent'; export { NotificationTypesCodes, NotificationSettingsMode } from './notification'; export { Layout } from './layout'; export { SearchEntityIdTypes } from './search-result'; export { UserStatus, UserType, UserRole, UserIdNetworkPrefix } from './user'; export { SidebarDetailBlock, SidebarFileGroups, SidebarFileTabGroups, SidebarMainPanelBlock } from './sidebar'; export { Color, ColorToken } from './color'; export { AttachType, AttachDescription } from './attach'; export { KeyboardButtonType, KeyboardButtonAction, KeyboardButtonDisplay, KeyboardButtonContext } from './keyboard'; export { DesktopBxLink, LegacyDesktopBxLink, DesktopBroadcastAction, WINDOW_ACTIVATION_DELAY } from './desktop'; export { LocalStorageKey } from './local-storage'; export { PlacementType } from './market'; export { PopupType } from './popup'; export { Settings, SettingsSection, NotificationSettingsType } from './settings'; export { SoundType } from './sound'; export { PromoId } from './promo'; export { ActionByRole, ChatActionGroup, ActionByUserType } from './chat-action'; export { BotType, RawBotType, BotCode, BotCommand } from './bot'; export { Path } from './path'; export { GetParameter } from './get-params'; export { TextareaPanelType } from './textarea'; export { ChatEntityLinkType } from './chat-entity-link'; export { MultidialogStatus } from './multidialog'; export { SliderCode } from './slider-code'; export { CounterType } from './counter'; export { CollabEntityType } from './collab'; export { ErrorCode } from './error'; export { NavigationMenuItem } from './navigation'; export { AnchorType } from './anchor'; export type { OnLayoutChangeEvent, OnDialogInitedEvent, InsertTextEvent, InsertMentionEvent, EditMessageEvent, ScrollToBottomEvent, } from './types/event'; export type { AttachConfig, AttachConfigBlock, AttachMessageConfig, AttachDelimiterConfig, AttachFileConfig, AttachFileItemConfig, AttachGridConfig, AttachGridItemConfig, AttachHtmlConfig, AttachImageConfig, AttachImageItemConfig, AttachLinkConfig, AttachLinkItemConfig, AttachRichConfig, AttachRichItemConfig, AttachUserConfig, AttachUserItemConfig, } from './attach'; export type { RawKeyboardButtonConfig, KeyboardButtonConfig } from './keyboard'; export type { RawSettings, RawNotificationSettingsBlock, NotificationSettingsBlock, NotificationSettingsItem } from './settings'; export type { SidebarMainPanelBlockType } from './sidebar';