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/cvetdv.ru/bitrix/js/im/v2/model/src/ |
Upload File : |
export { ApplicationModel } from './application/application'; export { MessagesModel } from './messages/messages'; export { ChatsModel } from './chats/chats'; export { UsersModel } from './users/users'; export { FilesModel } from './files/files'; export { RecentModel } from './recent/recent'; export { NotificationsModel } from './notifications/notifications'; export { SidebarModel } from './sidebar/sidebar'; export { MarketModel } from './market/market'; export { CountersModel } from './counters/counters'; export { CopilotModel } from './copilot/copilot'; export { formatFieldsWithConfig } from './utils/validate'; export type { FieldsConfig } from './utils/validate'; export { convertToNumber, convertToString, isNumberOrString, convertObjectKeysToCamelCase } from './utils/format'; export { prepareDraft, prepareInvitation } from './recent/format/format-functions'; export type { Chat as ImModelChat, CollabInfo as ImModelCollabInfo, CollabEntityInfo as ImModelCollabEntityInfo, } from './type/chat'; export type { InputActionState, ChatInputActions as ImModelInputActions } from './chats/nested-modules/input-actions'; export type { User as ImModelUser, Bot as ImModelBot } from './type/user'; export type { File as ImModelFile } from './type/file'; export type { Message as ImModelMessage, CommentInfo as ImModelCommentInfo, } from './type/message'; export type { CallItem as ImModelCallItem } from './type/call-item'; export type { Notification as ImModelNotification, NotificationButton as ImModelNotificationButton, } from './type/notification'; export type { RecentItem as ImModelRecentItem } from './type/recent-item'; export type { Layout as ImModelLayout } from './type/layout'; export type { Reactions as ImModelReactions } from './type/reactions'; export type { SidebarLinkItem as ImModelSidebarLinkItem } from './type/sidebar/links'; export type { SidebarFavoriteItem as ImModelSidebarFavoriteItem } from './type/sidebar/favorites'; export type { SidebarTaskItem as ImModelSidebarTaskItem } from './type/sidebar/tasks'; export type { SidebarMeetingItem as ImModelSidebarMeetingItem } from './type/sidebar/meetings'; export type { SidebarFileItem as ImModelSidebarFileItem } from './type/sidebar/files'; export type { MarketApplication as ImModelMarketApplication } from './type/market'; export type { CopilotRole as ImModelCopilotRole } from './type/copilot'; export type { CopilotPrompt as ImModelCopilotPrompt } from './type/copilot'; export type { SidebarMultidialogItem as ImModelSidebarMultidialogItem } from './type/sidebar/multidialog'; export type { SidebarFileTab as ImModelSidebarFileTab } from './type/sidebar/file-tab'; export type { Anchor as ImModelAnchor } from './type/anchor';