@rocket.chat/core-typings 6.3.0-rc.0 → 6.3.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/ACDQueues.d.ts +35 -0
- package/dist/ACDQueues.js +3 -0
- package/dist/ACDQueues.js.map +1 -0
- package/dist/AppOverview.d.ts +104 -0
- package/dist/AppOverview.js +3 -0
- package/dist/AppOverview.js.map +1 -0
- package/dist/AppRequests.d.ts +38 -0
- package/dist/AppRequests.js +3 -0
- package/dist/AppRequests.js.map +1 -0
- package/dist/Apps.d.ts +122 -0
- package/dist/Apps.js +12 -0
- package/dist/Apps.js.map +1 -0
- package/dist/AppsTokens.d.ts +11 -0
- package/dist/AppsTokens.js +3 -0
- package/dist/AppsTokens.js.map +1 -0
- package/dist/CustomFieldMetadata.d.ts +11 -0
- package/dist/CustomFieldMetadata.js +3 -0
- package/dist/CustomFieldMetadata.js.map +1 -0
- package/dist/FeaturedApps.d.ts +6 -0
- package/dist/FeaturedApps.js +3 -0
- package/dist/FeaturedApps.js.map +1 -0
- package/dist/IAnalytic.d.ts +29 -0
- package/dist/IAnalytic.js +3 -0
- package/dist/IAnalytic.js.map +1 -0
- package/dist/IAutoTranslate.d.ts +25 -0
- package/dist/IAutoTranslate.js +3 -0
- package/dist/IAutoTranslate.js.map +1 -0
- package/dist/IAvatar.d.ts +2 -0
- package/dist/IAvatar.js +3 -0
- package/dist/IAvatar.js.map +1 -0
- package/dist/IBanner.d.ts +30 -0
- package/dist/IBanner.js +11 -0
- package/dist/IBanner.js.map +1 -0
- package/dist/IBaseData.d.ts +3 -0
- package/dist/IBaseData.js +3 -0
- package/dist/IBaseData.js.map +1 -0
- package/dist/ICalendarEvent.d.ts +13 -0
- package/dist/ICalendarEvent.js +3 -0
- package/dist/ICalendarEvent.js.map +1 -0
- package/dist/ICloud.d.ts +41 -0
- package/dist/ICloud.js +3 -0
- package/dist/ICloud.js.map +1 -0
- package/dist/ICredentialToken.d.ts +9 -0
- package/dist/ICredentialToken.js +3 -0
- package/dist/ICredentialToken.js.map +1 -0
- package/dist/ICronHistoryItem.d.ts +9 -0
- package/dist/ICronHistoryItem.js +3 -0
- package/dist/ICronHistoryItem.js.map +1 -0
- package/dist/ICustomEmojiDescriptor.d.ts +6 -0
- package/dist/ICustomEmojiDescriptor.js +3 -0
- package/dist/ICustomEmojiDescriptor.js.map +1 -0
- package/dist/ICustomOAuthConfig.d.ts +16 -0
- package/dist/ICustomOAuthConfig.js +3 -0
- package/dist/ICustomOAuthConfig.js.map +1 -0
- package/dist/ICustomSound.d.ts +8 -0
- package/dist/ICustomSound.js +3 -0
- package/dist/ICustomSound.js.map +1 -0
- package/dist/ICustomUserStatus.d.ts +5 -0
- package/dist/ICustomUserStatus.js +3 -0
- package/dist/ICustomUserStatus.js.map +1 -0
- package/dist/IEmailInbox.d.ts +31 -0
- package/dist/IEmailInbox.js +3 -0
- package/dist/IEmailInbox.js.map +1 -0
- package/dist/IEmailMessageHistory.d.ts +5 -0
- package/dist/IEmailMessageHistory.js +3 -0
- package/dist/IEmailMessageHistory.js.map +1 -0
- package/dist/IEmoji.d.ts +3 -0
- package/dist/IEmoji.js +3 -0
- package/dist/IEmoji.js.map +1 -0
- package/dist/IEmojiCustom.d.ts +6 -0
- package/dist/IEmojiCustom.js +3 -0
- package/dist/IEmojiCustom.js.map +1 -0
- package/dist/IExportOperation.d.ts +28 -0
- package/dist/IExportOperation.js +3 -0
- package/dist/IExportOperation.js.map +1 -0
- package/dist/IIncomingMessage.d.ts +6 -0
- package/dist/IIncomingMessage.js +3 -0
- package/dist/IIncomingMessage.js.map +1 -0
- package/dist/IInquiry.d.ts +56 -0
- package/dist/IInquiry.js +11 -0
- package/dist/IInquiry.js.map +1 -0
- package/dist/IInstanceStatus.d.ts +23 -0
- package/dist/IInstanceStatus.js +3 -0
- package/dist/IInstanceStatus.js.map +1 -0
- package/dist/IIntegration.d.ts +64 -0
- package/dist/IIntegration.js +3 -0
- package/dist/IIntegration.js.map +1 -0
- package/dist/IIntegrationHistory.d.ts +26 -0
- package/dist/IIntegrationHistory.js +3 -0
- package/dist/IIntegrationHistory.js.map +1 -0
- package/dist/IInvite.d.ts +11 -0
- package/dist/IInvite.js +3 -0
- package/dist/IInvite.js.map +1 -0
- package/dist/ILivechatAgent.d.ts +15 -0
- package/dist/ILivechatAgent.js +9 -0
- package/dist/ILivechatAgent.js.map +1 -0
- package/dist/ILivechatAgentActivity.d.ts +13 -0
- package/dist/ILivechatAgentActivity.js +3 -0
- package/dist/ILivechatAgentActivity.js.map +1 -0
- package/dist/ILivechatBusinessHour.d.ts +43 -0
- package/dist/ILivechatBusinessHour.js +14 -0
- package/dist/ILivechatBusinessHour.js.map +1 -0
- package/dist/ILivechatCustomField.d.ts +13 -0
- package/dist/ILivechatCustomField.js +3 -0
- package/dist/ILivechatCustomField.js.map +1 -0
- package/dist/ILivechatDepartment.d.ts +33 -0
- package/dist/ILivechatDepartment.js +3 -0
- package/dist/ILivechatDepartment.js.map +1 -0
- package/dist/ILivechatDepartmentAgents.d.ts +9 -0
- package/dist/ILivechatDepartmentAgents.js +3 -0
- package/dist/ILivechatDepartmentAgents.js.map +1 -0
- package/dist/ILivechatDepartmentRecord.d.ts +19 -0
- package/dist/ILivechatDepartmentRecord.js +3 -0
- package/dist/ILivechatDepartmentRecord.js.map +1 -0
- package/dist/ILivechatMonitor.d.ts +10 -0
- package/dist/ILivechatMonitor.js +3 -0
- package/dist/ILivechatMonitor.js.map +1 -0
- package/dist/ILivechatMonitorRecord.d.ts +9 -0
- package/dist/ILivechatMonitorRecord.js +3 -0
- package/dist/ILivechatMonitorRecord.js.map +1 -0
- package/dist/ILivechatPriority.d.ts +16 -0
- package/dist/ILivechatPriority.js +13 -0
- package/dist/ILivechatPriority.js.map +1 -0
- package/dist/ILivechatTag.d.ts +7 -0
- package/dist/ILivechatTag.js +3 -0
- package/dist/ILivechatTag.js.map +1 -0
- package/dist/ILivechatTagRecord.d.ts +8 -0
- package/dist/ILivechatTagRecord.js +3 -0
- package/dist/ILivechatTagRecord.js.map +1 -0
- package/dist/ILivechatTrigger.d.ts +26 -0
- package/dist/ILivechatTrigger.js +10 -0
- package/dist/ILivechatTrigger.js.map +1 -0
- package/dist/ILivechatUnitMonitor.d.ts +6 -0
- package/dist/ILivechatUnitMonitor.js +3 -0
- package/dist/ILivechatUnitMonitor.js.map +1 -0
- package/dist/ILivechatVisitor.d.ts +62 -0
- package/dist/ILivechatVisitor.js +6 -0
- package/dist/ILivechatVisitor.js.map +1 -0
- package/dist/ILoginServiceConfiguration.d.ts +6 -0
- package/dist/ILoginServiceConfiguration.js +3 -0
- package/dist/ILoginServiceConfiguration.js.map +1 -0
- package/dist/ILogs.d.ts +18 -0
- package/dist/ILogs.js +3 -0
- package/dist/ILogs.js.map +1 -0
- package/dist/IMessage/IMessage.d.ts +249 -0
- package/dist/IMessage/IMessage.js +42 -0
- package/dist/IMessage/IMessage.js.map +1 -0
- package/dist/IMessage/MessageAttachment/FieldProps.d.ts +5 -0
- package/dist/IMessage/MessageAttachment/FieldProps.js +3 -0
- package/dist/IMessage/MessageAttachment/FieldProps.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/AudioAttachmentProps.d.ts +17 -0
- package/dist/IMessage/MessageAttachment/Files/AudioAttachmentProps.js +6 -0
- package/dist/IMessage/MessageAttachment/Files/AudioAttachmentProps.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/Dimensions.d.ts +4 -0
- package/dist/IMessage/MessageAttachment/Files/Dimensions.js +3 -0
- package/dist/IMessage/MessageAttachment/Files/Dimensions.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/FileAttachmentProps.d.ts +8 -0
- package/dist/IMessage/MessageAttachment/Files/FileAttachmentProps.js +6 -0
- package/dist/IMessage/MessageAttachment/Files/FileAttachmentProps.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/FileProp.d.ts +7 -0
- package/dist/IMessage/MessageAttachment/Files/FileProp.js +3 -0
- package/dist/IMessage/MessageAttachment/Files/FileProp.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/ImageAttachmentProps.d.ts +22 -0
- package/dist/IMessage/MessageAttachment/Files/ImageAttachmentProps.js +6 -0
- package/dist/IMessage/MessageAttachment/Files/ImageAttachmentProps.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/PDFAttachmentProps.d.ts +5 -0
- package/dist/IMessage/MessageAttachment/Files/PDFAttachmentProps.js +3 -0
- package/dist/IMessage/MessageAttachment/Files/PDFAttachmentProps.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/VideoAttachmentProps.d.ts +17 -0
- package/dist/IMessage/MessageAttachment/Files/VideoAttachmentProps.js +6 -0
- package/dist/IMessage/MessageAttachment/Files/VideoAttachmentProps.js.map +1 -0
- package/dist/IMessage/MessageAttachment/Files/index.d.ts +7 -0
- package/dist/IMessage/MessageAttachment/Files/index.js +24 -0
- package/dist/IMessage/MessageAttachment/Files/index.js.map +1 -0
- package/dist/IMessage/MessageAttachment/MessageAttachment.d.ts +5 -0
- package/dist/IMessage/MessageAttachment/MessageAttachment.js +3 -0
- package/dist/IMessage/MessageAttachment/MessageAttachment.js.map +1 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentAction.d.ts +20 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentAction.js +7 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentAction.js.map +1 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentBase.d.ts +14 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentBase.js +3 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentBase.js.map +1 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentDefault.d.ts +19 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentDefault.js +3 -0
- package/dist/IMessage/MessageAttachment/MessageAttachmentDefault.js.map +1 -0
- package/dist/IMessage/MessageAttachment/MessageQuoteAttachment.d.ts +13 -0
- package/dist/IMessage/MessageAttachment/MessageQuoteAttachment.js +6 -0
- package/dist/IMessage/MessageAttachment/MessageQuoteAttachment.js.map +1 -0
- package/dist/IMessage/MessageAttachment/TranslatedMessageAttachment.d.ts +9 -0
- package/dist/IMessage/MessageAttachment/TranslatedMessageAttachment.js +8 -0
- package/dist/IMessage/MessageAttachment/TranslatedMessageAttachment.js.map +1 -0
- package/dist/IMessage/MessageAttachment/index.d.ts +8 -0
- package/dist/IMessage/MessageAttachment/index.js +25 -0
- package/dist/IMessage/MessageAttachment/index.js.map +1 -0
- package/dist/IMessage/index.d.ts +2 -0
- package/dist/IMessage/index.js +19 -0
- package/dist/IMessage/index.js.map +1 -0
- package/dist/IMethodThisType.d.ts +15 -0
- package/dist/IMethodThisType.js +3 -0
- package/dist/IMethodThisType.js.map +1 -0
- package/dist/IMethodType.d.ts +4 -0
- package/dist/IMethodType.js +3 -0
- package/dist/IMethodType.js.map +1 -0
- package/dist/IModerationReport.d.ts +30 -0
- package/dist/IModerationReport.js +3 -0
- package/dist/IModerationReport.js.map +1 -0
- package/dist/INotification.d.ts +69 -0
- package/dist/INotification.js +3 -0
- package/dist/INotification.js.map +1 -0
- package/dist/INps.d.ts +31 -0
- package/dist/INps.js +17 -0
- package/dist/INps.js.map +1 -0
- package/dist/IOAuthAccessToken.d.ts +9 -0
- package/dist/IOAuthAccessToken.js +3 -0
- package/dist/IOAuthAccessToken.js.map +1 -0
- package/dist/IOAuthApps.d.ts +15 -0
- package/dist/IOAuthApps.js +3 -0
- package/dist/IOAuthApps.js.map +1 -0
- package/dist/IOAuthAuthCode.d.ts +8 -0
- package/dist/IOAuthAuthCode.js +3 -0
- package/dist/IOAuthAuthCode.js.map +1 -0
- package/dist/IOAuthRefreshToken.d.ts +7 -0
- package/dist/IOAuthRefreshToken.js +3 -0
- package/dist/IOAuthRefreshToken.js.map +1 -0
- package/dist/IOEmbedCache.d.ts +5 -0
- package/dist/IOEmbedCache.js +3 -0
- package/dist/IOEmbedCache.js.map +1 -0
- package/dist/IOembed.d.ts +43 -0
- package/dist/IOembed.js +8 -0
- package/dist/IOembed.js.map +1 -0
- package/dist/IOmnichannel.d.ts +11 -0
- package/dist/IOmnichannel.js +10 -0
- package/dist/IOmnichannel.js.map +1 -0
- package/dist/IOmnichannelAgent.d.ts +5 -0
- package/dist/IOmnichannelAgent.js +3 -0
- package/dist/IOmnichannelAgent.js.map +1 -0
- package/dist/IOmnichannelBusinessUnit.d.ts +10 -0
- package/dist/IOmnichannelBusinessUnit.js +3 -0
- package/dist/IOmnichannelBusinessUnit.js.map +1 -0
- package/dist/IOmnichannelCannedResponse.d.ts +16 -0
- package/dist/IOmnichannelCannedResponse.js +3 -0
- package/dist/IOmnichannelCannedResponse.js.map +1 -0
- package/dist/IOmnichannelCustomAgent.d.ts +4 -0
- package/dist/IOmnichannelCustomAgent.js +3 -0
- package/dist/IOmnichannelCustomAgent.js.map +1 -0
- package/dist/IOmnichannelServiceLevelAgreements.d.ts +9 -0
- package/dist/IOmnichannelServiceLevelAgreements.js +7 -0
- package/dist/IOmnichannelServiceLevelAgreements.js.map +1 -0
- package/dist/IOmnichannelVoipServiceResult.d.ts +10 -0
- package/dist/IOmnichannelVoipServiceResult.js +3 -0
- package/dist/IOmnichannelVoipServiceResult.js.map +1 -0
- package/dist/IPassword.d.ts +4 -0
- package/dist/IPassword.js +3 -0
- package/dist/IPassword.js.map +1 -0
- package/dist/IPbxEvent.d.ts +12 -0
- package/dist/IPbxEvent.js +3 -0
- package/dist/IPbxEvent.js.map +1 -0
- package/dist/IPermission.d.ts +12 -0
- package/dist/IPermission.js +3 -0
- package/dist/IPermission.js.map +1 -0
- package/dist/IPushNotificationConfig.d.ts +18 -0
- package/dist/IPushNotificationConfig.js +3 -0
- package/dist/IPushNotificationConfig.js.map +1 -0
- package/dist/IPushToken.d.ts +10 -0
- package/dist/IPushToken.js +3 -0
- package/dist/IPushToken.js.map +1 -0
- package/dist/IReport.d.ts +8 -0
- package/dist/IReport.js +3 -0
- package/dist/IReport.js.map +1 -0
- package/dist/IRocketChatAssets.d.ts +53 -0
- package/dist/IRocketChatAssets.js +3 -0
- package/dist/IRocketChatAssets.js.map +1 -0
- package/dist/IRocketChatRecord.d.ts +10 -0
- package/dist/IRocketChatRecord.js +3 -0
- package/dist/IRocketChatRecord.js.map +1 -0
- package/dist/IRole.d.ts +8 -0
- package/dist/IRole.js +3 -0
- package/dist/IRole.js.map +1 -0
- package/dist/IRoom.d.ts +243 -0
- package/dist/IRoom.js +46 -0
- package/dist/IRoom.js.map +1 -0
- package/dist/IServerEvent.d.ts +12 -0
- package/dist/IServerEvent.js +9 -0
- package/dist/IServerEvent.js.map +1 -0
- package/dist/IServerInfo.d.ts +22 -0
- package/dist/IServerInfo.js +3 -0
- package/dist/IServerInfo.js.map +1 -0
- package/dist/ISession.d.ts +78 -0
- package/dist/ISession.js +3 -0
- package/dist/ISession.js.map +1 -0
- package/dist/ISetting.d.ts +222 -0
- package/dist/ISetting.js +31 -0
- package/dist/ISetting.js.map +1 -0
- package/dist/ISmarshHistory.d.ts +5 -0
- package/dist/ISmarshHistory.js +3 -0
- package/dist/ISmarshHistory.js.map +1 -0
- package/dist/ISocketConnection.d.ts +14 -0
- package/dist/ISocketConnection.js +3 -0
- package/dist/ISocketConnection.js.map +1 -0
- package/dist/IStats.d.ts +216 -0
- package/dist/IStats.js +3 -0
- package/dist/IStats.js.map +1 -0
- package/dist/ISubscription.d.ts +63 -0
- package/dist/ISubscription.js +3 -0
- package/dist/ISubscription.js.map +1 -0
- package/dist/ITeam.d.ts +45 -0
- package/dist/ITeam.js +9 -0
- package/dist/ITeam.js.map +1 -0
- package/dist/IUpload.d.ts +49 -0
- package/dist/IUpload.js +3 -0
- package/dist/IUpload.js.map +1 -0
- package/dist/IUser.d.ts +198 -0
- package/dist/IUser.js +8 -0
- package/dist/IUser.js.map +1 -0
- package/dist/IUserAction.d.ts +12 -0
- package/dist/IUserAction.js +3 -0
- package/dist/IUserAction.js.map +1 -0
- package/dist/IUserDataFile.d.ts +2 -0
- package/dist/IUserDataFile.js +3 -0
- package/dist/IUserDataFile.js.map +1 -0
- package/dist/IUserSession.d.ts +12 -0
- package/dist/IUserSession.js +3 -0
- package/dist/IUserSession.js.map +1 -0
- package/dist/IUserStatus.d.ts +5 -0
- package/dist/IUserStatus.js +3 -0
- package/dist/IUserStatus.js.map +1 -0
- package/dist/IVideoConference.d.ts +75 -0
- package/dist/IVideoConference.js +24 -0
- package/dist/IVideoConference.js.map +1 -0
- package/dist/IVoipConnectorResult.d.ts +6 -0
- package/dist/IVoipConnectorResult.js +3 -0
- package/dist/IVoipConnectorResult.js.map +1 -0
- package/dist/IVoipExtension.d.ts +38 -0
- package/dist/IVoipExtension.js +22 -0
- package/dist/IVoipExtension.js.map +1 -0
- package/dist/IVoipServerConfig.d.ts +24 -0
- package/dist/IVoipServerConfig.js +11 -0
- package/dist/IVoipServerConfig.js.map +1 -0
- package/dist/IVoipServerConnectivityStatus.d.ts +4 -0
- package/dist/IVoipServerConnectivityStatus.js +3 -0
- package/dist/IVoipServerConnectivityStatus.js.map +1 -0
- package/dist/IWebdavAccount.d.ts +19 -0
- package/dist/IWebdavAccount.js +3 -0
- package/dist/IWebdavAccount.js.map +1 -0
- package/dist/MarketplaceRest.d.ts +15 -0
- package/dist/MarketplaceRest.js +3 -0
- package/dist/MarketplaceRest.js.map +1 -0
- package/dist/MessageReads.d.ts +8 -0
- package/dist/MessageReads.js +3 -0
- package/dist/MessageReads.js.map +1 -0
- package/dist/OmichannelRoutingConfig.d.ts +16 -0
- package/dist/OmichannelRoutingConfig.js +3 -0
- package/dist/OmichannelRoutingConfig.js.map +1 -0
- package/dist/ReadReceipt.d.ts +12 -0
- package/dist/ReadReceipt.js +3 -0
- package/dist/ReadReceipt.js.map +1 -0
- package/dist/RoomType.d.ts +1 -0
- package/dist/RoomType.js +3 -0
- package/dist/RoomType.js.map +1 -0
- package/dist/Serialized.d.ts +3 -0
- package/dist/Serialized.js +3 -0
- package/dist/Serialized.js.map +1 -0
- package/dist/SlashCommands/index.d.ts +45 -0
- package/dist/SlashCommands/index.js +3 -0
- package/dist/SlashCommands/index.js.map +1 -0
- package/dist/SpotlightUser.d.ts +10 -0
- package/dist/SpotlightUser.js +3 -0
- package/dist/SpotlightUser.js.map +1 -0
- package/dist/UIKit.d.ts +53 -0
- package/dist/UIKit.js +17 -0
- package/dist/UIKit.js.map +1 -0
- package/dist/UserStatus.d.ts +7 -0
- package/dist/UserStatus.js +12 -0
- package/dist/UserStatus.js.map +1 -0
- package/dist/VideoConferenceCapabilities.d.ts +5 -0
- package/dist/VideoConferenceCapabilities.js +3 -0
- package/dist/VideoConferenceCapabilities.js.map +1 -0
- package/dist/VideoConferenceOptions.d.ts +4 -0
- package/dist/VideoConferenceOptions.js +3 -0
- package/dist/VideoConferenceOptions.js.map +1 -0
- package/dist/ee/IAuditLog.d.ts +22 -0
- package/dist/ee/IAuditLog.js +3 -0
- package/dist/ee/IAuditLog.js.map +1 -0
- package/dist/ee/ILicense/ILicense.d.ts +19 -0
- package/dist/ee/ILicense/ILicense.js +3 -0
- package/dist/ee/ILicense/ILicense.js.map +1 -0
- package/dist/ee/ILicense/ILicenseTag.d.ts +4 -0
- package/dist/ee/ILicense/ILicenseTag.js +3 -0
- package/dist/ee/ILicense/ILicenseTag.js.map +1 -0
- package/dist/federation/IMatrixBridgedRoom.d.ts +5 -0
- package/dist/federation/IMatrixBridgedRoom.js +3 -0
- package/dist/federation/IMatrixBridgedRoom.js.map +1 -0
- package/dist/federation/IMatrixBridgedUser.d.ts +7 -0
- package/dist/federation/IMatrixBridgedUser.js +3 -0
- package/dist/federation/IMatrixBridgedUser.js.map +1 -0
- package/dist/federation/index.d.ts +3 -0
- package/dist/federation/index.js +20 -0
- package/dist/federation/index.js.map +1 -0
- package/dist/federation/v1/FederationKey.d.ts +5 -0
- package/dist/federation/v1/FederationKey.js +3 -0
- package/dist/federation/v1/FederationKey.js.map +1 -0
- package/dist/federation/v1/IFederationEvent.d.ts +12 -0
- package/dist/federation/v1/IFederationEvent.js +3 -0
- package/dist/federation/v1/IFederationEvent.js.map +1 -0
- package/dist/federation/v1/IFederationServer.d.ts +4 -0
- package/dist/federation/v1/IFederationServer.js +3 -0
- package/dist/federation/v1/IFederationServer.js.map +1 -0
- package/dist/federation/v1/events.d.ts +15 -0
- package/dist/federation/v1/events.js +21 -0
- package/dist/federation/v1/events.js.map +1 -0
- package/dist/federation/v1/index.d.ts +4 -0
- package/dist/federation/v1/index.js +6 -0
- package/dist/federation/v1/index.js.map +1 -0
- package/dist/import/IImport.d.ts +13 -0
- package/dist/import/IImport.js +3 -0
- package/dist/import/IImport.js.map +1 -0
- package/dist/import/IImportChannel.d.ts +14 -0
- package/dist/import/IImportChannel.js +3 -0
- package/dist/import/IImportChannel.js.map +1 -0
- package/dist/import/IImportFileData.d.ts +7 -0
- package/dist/import/IImportFileData.js +3 -0
- package/dist/import/IImportFileData.js.map +1 -0
- package/dist/import/IImportMessage.d.ts +45 -0
- package/dist/import/IImportMessage.js +3 -0
- package/dist/import/IImportMessage.js.map +1 -0
- package/dist/import/IImportProgress.d.ts +10 -0
- package/dist/import/IImportProgress.js +3 -0
- package/dist/import/IImportProgress.js.map +1 -0
- package/dist/import/IImportRecord.d.ts +31 -0
- package/dist/import/IImportRecord.js +3 -0
- package/dist/import/IImportRecord.js.map +1 -0
- package/dist/import/IImportUser.d.ts +16 -0
- package/dist/import/IImportUser.js +3 -0
- package/dist/import/IImportUser.js.map +1 -0
- package/dist/import/index.d.ts +7 -0
- package/dist/import/index.js +24 -0
- package/dist/import/index.js.map +1 -0
- package/dist/index.d.ts +119 -0
- package/dist/index.js +139 -0
- package/dist/index.js.map +1 -0
- package/dist/ldap/ILDAPCallback.d.ts +10 -0
- package/dist/ldap/ILDAPCallback.js +3 -0
- package/dist/ldap/ILDAPCallback.js.map +1 -0
- package/dist/ldap/ILDAPEntry.d.ts +3 -0
- package/dist/ldap/ILDAPEntry.js +3 -0
- package/dist/ldap/ILDAPEntry.js.map +1 -0
- package/dist/ldap/ILDAPLoginRequest.d.ts +6 -0
- package/dist/ldap/ILDAPLoginRequest.js +3 -0
- package/dist/ldap/ILDAPLoginRequest.js.map +1 -0
- package/dist/ldap/ILDAPLoginResult.d.ts +4 -0
- package/dist/ldap/ILDAPLoginResult.js +3 -0
- package/dist/ldap/ILDAPLoginResult.js.map +1 -0
- package/dist/ldap/ILDAPOptions.d.ts +30 -0
- package/dist/ldap/ILDAPOptions.js +3 -0
- package/dist/ldap/ILDAPOptions.js.map +1 -0
- package/dist/ldap/ILDAPUniqueIdentifierField.d.ts +4 -0
- package/dist/ldap/ILDAPUniqueIdentifierField.js +3 -0
- package/dist/ldap/ILDAPUniqueIdentifierField.js.map +1 -0
- package/dist/ldap/index.d.ts +6 -0
- package/dist/ldap/index.js +23 -0
- package/dist/ldap/index.js.map +1 -0
- package/dist/migrations/IControl.d.ts +7 -0
- package/dist/migrations/IControl.js +3 -0
- package/dist/migrations/IControl.js.map +1 -0
- package/dist/omnichannel/index.d.ts +2 -0
- package/dist/omnichannel/index.js +19 -0
- package/dist/omnichannel/index.js.map +1 -0
- package/dist/omnichannel/routing.d.ts +20 -0
- package/dist/omnichannel/routing.js +3 -0
- package/dist/omnichannel/routing.js.map +1 -0
- package/dist/omnichannel/sms.d.ts +59 -0
- package/dist/omnichannel/sms.js +12 -0
- package/dist/omnichannel/sms.js.map +1 -0
- package/dist/search/IMessageSearchProvider.d.ts +10 -0
- package/dist/search/IMessageSearchProvider.js +3 -0
- package/dist/search/IMessageSearchProvider.js.map +1 -0
- package/dist/search/IMessageSearchSuggestion.d.ts +3 -0
- package/dist/search/IMessageSearchSuggestion.js +3 -0
- package/dist/search/IMessageSearchSuggestion.js.map +1 -0
- package/dist/search/index.d.ts +2 -0
- package/dist/search/index.js +19 -0
- package/dist/search/index.js.map +1 -0
- package/dist/utils.d.ts +14 -0
- package/dist/utils.js +3 -0
- package/dist/utils.js.map +1 -0
- package/dist/voip/CallStates.d.ts +5 -0
- package/dist/voip/CallStates.js +7 -0
- package/dist/voip/CallStates.js.map +1 -0
- package/dist/voip/ConnectionState.d.ts +5 -0
- package/dist/voip/ConnectionState.js +7 -0
- package/dist/voip/ConnectionState.js.map +1 -0
- package/dist/voip/ICallDetails.d.ts +6 -0
- package/dist/voip/ICallDetails.js +3 -0
- package/dist/voip/ICallDetails.js.map +1 -0
- package/dist/voip/ICallerInfo.d.ts +5 -0
- package/dist/voip/ICallerInfo.js +3 -0
- package/dist/voip/ICallerInfo.js.map +1 -0
- package/dist/voip/IConnectionDelegate.d.ts +20 -0
- package/dist/voip/IConnectionDelegate.js +3 -0
- package/dist/voip/IConnectionDelegate.js.map +1 -0
- package/dist/voip/IEvents.d.ts +113 -0
- package/dist/voip/IEvents.js +26 -0
- package/dist/voip/IEvents.js.map +1 -0
- package/dist/voip/IQueueInfo.d.ts +8 -0
- package/dist/voip/IQueueInfo.js +7 -0
- package/dist/voip/IQueueInfo.js.map +1 -0
- package/dist/voip/IRegisterHandlerDelegate.d.ts +32 -0
- package/dist/voip/IRegisterHandlerDelegate.js +3 -0
- package/dist/voip/IRegisterHandlerDelegate.js.map +1 -0
- package/dist/voip/IRegistrationInfo.d.ts +19 -0
- package/dist/voip/IRegistrationInfo.js +9 -0
- package/dist/voip/IRegistrationInfo.js.map +1 -0
- package/dist/voip/IVoipClientEvents.d.ts +96 -0
- package/dist/voip/IVoipClientEvents.js +16 -0
- package/dist/voip/IVoipClientEvents.js.map +1 -0
- package/dist/voip/Operations.d.ts +15 -0
- package/dist/voip/Operations.js +20 -0
- package/dist/voip/Operations.js.map +1 -0
- package/dist/voip/SignalingSocketEvents.d.ts +8 -0
- package/dist/voip/SignalingSocketEvents.js +3 -0
- package/dist/voip/SignalingSocketEvents.js.map +1 -0
- package/dist/voip/UserState.d.ts +5 -0
- package/dist/voip/UserState.js +12 -0
- package/dist/voip/UserState.js.map +1 -0
- package/dist/voip/VoIPUserConfiguration.d.ts +50 -0
- package/dist/voip/VoIPUserConfiguration.js +3 -0
- package/dist/voip/VoIPUserConfiguration.js.map +1 -0
- package/dist/voip/VoIpCallerInfo.d.ts +15 -0
- package/dist/voip/VoIpCallerInfo.js +3 -0
- package/dist/voip/VoIpCallerInfo.js.map +1 -0
- package/dist/voip/VoipClientEvents.d.ts +8 -0
- package/dist/voip/VoipClientEvents.js +13 -0
- package/dist/voip/VoipClientEvents.js.map +1 -0
- package/dist/voip/VoipEvents.d.ts +21 -0
- package/dist/voip/VoipEvents.js +3 -0
- package/dist/voip/VoipEvents.js.map +1 -0
- package/dist/voip/WorkflowTypes.d.ts +10 -0
- package/dist/voip/WorkflowTypes.js +15 -0
- package/dist/voip/WorkflowTypes.js.map +1 -0
- package/dist/voip/index.d.ts +18 -0
- package/dist/voip/index.js +35 -0
- package/dist/voip/index.js.map +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# @rocket.chat/core-typings
|
2
2
|
|
3
|
+
## 6.3.0-rc.2
|
4
|
+
|
5
|
+
## 6.3.0-rc.1
|
6
|
+
|
3
7
|
## 6.3.0-rc.0
|
4
8
|
|
5
9
|
### Patch Changes
|
@@ -8,4 +12,10 @@
|
|
8
12
|
- 9da856cc67: fix: Resume on-hold chat not working with max-chat's allowed per agent config
|
9
13
|
- 12d97e16c2: feat: Allow Incoming Webhooks to override destination channel
|
10
14
|
|
15
|
+
## 6.2.10
|
16
|
+
|
17
|
+
## 6.2.9
|
18
|
+
|
19
|
+
## 6.2.7
|
20
|
+
|
11
21
|
## 6.2.6
|
@@ -0,0 +1,35 @@
|
|
1
|
+
export interface IQueueSummary {
|
2
|
+
name: string;
|
3
|
+
loggedin: string;
|
4
|
+
available: string;
|
5
|
+
callers: string;
|
6
|
+
holdtime: string;
|
7
|
+
talktime: string;
|
8
|
+
logestholdtime: string;
|
9
|
+
}
|
10
|
+
export interface IQueueMember {
|
11
|
+
name: string;
|
12
|
+
location: string;
|
13
|
+
stateinterface: string;
|
14
|
+
membership: string;
|
15
|
+
penalty: string;
|
16
|
+
callstaken: string;
|
17
|
+
lastcall: string;
|
18
|
+
lastpause: string;
|
19
|
+
incall: string;
|
20
|
+
status: string;
|
21
|
+
paused: string;
|
22
|
+
pausedreason: string;
|
23
|
+
wrapuptime: string;
|
24
|
+
}
|
25
|
+
export interface IQueueDetails {
|
26
|
+
name: string;
|
27
|
+
strategy: string;
|
28
|
+
calls: string;
|
29
|
+
holdtime: string;
|
30
|
+
talktime: string;
|
31
|
+
completed: string;
|
32
|
+
abandoned: string;
|
33
|
+
logestholdtime: string;
|
34
|
+
members: IQueueMember[];
|
35
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ACDQueues.js","sourceRoot":"","sources":["../src/ACDQueues.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
import type { AppStatus } from '@rocket.chat/apps-engine/definition/AppStatus';
|
2
|
+
import type { App, AppSubscriptionStatus } from './Apps';
|
3
|
+
export type AppOverview = {
|
4
|
+
appId: string;
|
5
|
+
latest: Latest;
|
6
|
+
isAddon: boolean;
|
7
|
+
addonId: string;
|
8
|
+
isEnterpriseOnly: boolean;
|
9
|
+
isBundle: boolean;
|
10
|
+
bundledAppIds: any[];
|
11
|
+
bundledIn: bundledIn[];
|
12
|
+
isPurchased: boolean;
|
13
|
+
isSubscribed: boolean;
|
14
|
+
subscriptionInfo: SubscriptionInfo;
|
15
|
+
price: number;
|
16
|
+
purchaseType: string;
|
17
|
+
pricingPlans: PricingPlan[];
|
18
|
+
isUsageBased: boolean;
|
19
|
+
createdAt: string;
|
20
|
+
modifiedAt: string;
|
21
|
+
iconFileContent?: string;
|
22
|
+
marketplaceVersion?: string;
|
23
|
+
marketplace?: unknown;
|
24
|
+
};
|
25
|
+
export type bundledIn = {
|
26
|
+
bundleId: string;
|
27
|
+
bundleName: string;
|
28
|
+
apps: App[];
|
29
|
+
addonTierId: string;
|
30
|
+
};
|
31
|
+
export type Latest = {
|
32
|
+
internalId: string;
|
33
|
+
id: string;
|
34
|
+
name: string;
|
35
|
+
nameSlug: string;
|
36
|
+
version: string;
|
37
|
+
categories: string[];
|
38
|
+
languages: string[];
|
39
|
+
description: string;
|
40
|
+
privacyPolicySummary: string;
|
41
|
+
detailedDescription: DetailedDescription;
|
42
|
+
detailedChangelog: DetailedChangelog;
|
43
|
+
requiredApiVersion: string;
|
44
|
+
permissions: Permission[];
|
45
|
+
author: Author;
|
46
|
+
classFile: string;
|
47
|
+
iconFile: string;
|
48
|
+
iconFileData: string;
|
49
|
+
status: AppStatus;
|
50
|
+
isVisible: boolean;
|
51
|
+
createdDate: string;
|
52
|
+
modifiedDate: string;
|
53
|
+
isPurchased: boolean;
|
54
|
+
isSubscribed: boolean;
|
55
|
+
subscriptionInfo: SubscriptionInfo;
|
56
|
+
compileJobId: string;
|
57
|
+
compiled: boolean;
|
58
|
+
tosLink: string;
|
59
|
+
privacyLink: string;
|
60
|
+
};
|
61
|
+
export type DetailedDescription = {
|
62
|
+
raw: string;
|
63
|
+
rendered: string;
|
64
|
+
};
|
65
|
+
export type DetailedChangelog = {
|
66
|
+
raw: string;
|
67
|
+
rendered: string;
|
68
|
+
};
|
69
|
+
export type Permission = {
|
70
|
+
name: string;
|
71
|
+
scopes?: string[];
|
72
|
+
};
|
73
|
+
export type Author = {
|
74
|
+
name: string;
|
75
|
+
support: string;
|
76
|
+
homepage: string;
|
77
|
+
};
|
78
|
+
export type SubscriptionInfo = {
|
79
|
+
typeOf: string;
|
80
|
+
status: AppSubscriptionStatus;
|
81
|
+
statusFromBilling: boolean;
|
82
|
+
isSeatBased: boolean;
|
83
|
+
seats: number;
|
84
|
+
maxSeats: number;
|
85
|
+
license: License;
|
86
|
+
startDate: string;
|
87
|
+
periodEnd: string;
|
88
|
+
endDate: string;
|
89
|
+
externallyManaged: boolean;
|
90
|
+
isSubscribedViaBundle: boolean;
|
91
|
+
};
|
92
|
+
export type License = {
|
93
|
+
license: string;
|
94
|
+
version: number;
|
95
|
+
expireDate: string;
|
96
|
+
};
|
97
|
+
export type PricingPlan = {
|
98
|
+
id: string;
|
99
|
+
enabled: boolean;
|
100
|
+
price: number;
|
101
|
+
trialDays: number;
|
102
|
+
strategy: string;
|
103
|
+
isPerSeat: boolean;
|
104
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AppOverview.js","sourceRoot":"","sources":["../src/AppOverview.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
export type AppRequestFilter = 'unseen' | 'seen' | 'notification-sent' | 'notification-not-sent' | '';
|
2
|
+
export type AppRequestEndUser = {
|
3
|
+
id: string;
|
4
|
+
username: string;
|
5
|
+
name: string;
|
6
|
+
nickname: string;
|
7
|
+
emails: string[];
|
8
|
+
};
|
9
|
+
export type AppRequest = {
|
10
|
+
id: string;
|
11
|
+
appId: string;
|
12
|
+
requester: AppRequestEndUser;
|
13
|
+
admins: AppRequestEndUser[];
|
14
|
+
workspaceId: string;
|
15
|
+
message: string;
|
16
|
+
seen: boolean;
|
17
|
+
seenAt: string;
|
18
|
+
notificationSent: boolean;
|
19
|
+
notificationSentAt: string;
|
20
|
+
createdDate: string;
|
21
|
+
};
|
22
|
+
export type Meta = {
|
23
|
+
limit: 25 | 50 | 100;
|
24
|
+
offset: number;
|
25
|
+
sort: string;
|
26
|
+
filter: string;
|
27
|
+
total: number;
|
28
|
+
};
|
29
|
+
export type PaginatedAppRequests = {
|
30
|
+
data: AppRequest[];
|
31
|
+
meta: Meta;
|
32
|
+
};
|
33
|
+
export type AppRequestsStats = {
|
34
|
+
data: {
|
35
|
+
totalSeen: number;
|
36
|
+
totalUnseen: number;
|
37
|
+
};
|
38
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AppRequests.js","sourceRoot":"","sources":["../src/AppRequests.ts"],"names":[],"mappings":""}
|
package/dist/Apps.d.ts
ADDED
@@ -0,0 +1,122 @@
|
|
1
|
+
import type { AppStatus } from '@rocket.chat/apps-engine/definition/AppStatus';
|
2
|
+
export type AppScreenshot = {
|
3
|
+
id: string;
|
4
|
+
appId: string;
|
5
|
+
fileName: string;
|
6
|
+
accessUrl: string;
|
7
|
+
thumbnailUrl: string;
|
8
|
+
createdAt: string;
|
9
|
+
modifiedAt: string;
|
10
|
+
};
|
11
|
+
export type AppTiers = {
|
12
|
+
perUnit: boolean;
|
13
|
+
minimum: number;
|
14
|
+
maximum: number;
|
15
|
+
price: number;
|
16
|
+
};
|
17
|
+
export type AppPricingPlan = {
|
18
|
+
id: string;
|
19
|
+
enabled: boolean;
|
20
|
+
price: number;
|
21
|
+
trialDays: number;
|
22
|
+
strategy: string;
|
23
|
+
isPerSeat: boolean;
|
24
|
+
tiers?: AppTiers[];
|
25
|
+
};
|
26
|
+
export type AppLicense = {
|
27
|
+
license: string;
|
28
|
+
version: number;
|
29
|
+
expireDate: string;
|
30
|
+
};
|
31
|
+
export declare enum AppSubscriptionStatus {
|
32
|
+
Trialing = "trialing",
|
33
|
+
Active = "active",
|
34
|
+
Cancelled = "cancelled",
|
35
|
+
Cancelling = "cancelling",
|
36
|
+
PastDue = "pastDue"
|
37
|
+
}
|
38
|
+
export type AppSubscriptionInfo = {
|
39
|
+
typeOf: string;
|
40
|
+
status: AppSubscriptionStatus;
|
41
|
+
statusFromBilling: boolean;
|
42
|
+
isSeatBased: boolean;
|
43
|
+
seats: number;
|
44
|
+
maxSeats: number;
|
45
|
+
license: AppLicense;
|
46
|
+
startDate: string;
|
47
|
+
periodEnd: string;
|
48
|
+
endDate: string;
|
49
|
+
isSubscribedViaBundle: boolean;
|
50
|
+
};
|
51
|
+
export type AppPermission = {
|
52
|
+
name: string;
|
53
|
+
required?: boolean;
|
54
|
+
};
|
55
|
+
export type PurchaseType = 'buy' | 'subscription';
|
56
|
+
export type AppRequestStats = {
|
57
|
+
appId: string;
|
58
|
+
totalSeen: number;
|
59
|
+
totalUnseen: number;
|
60
|
+
};
|
61
|
+
export type App = {
|
62
|
+
id: string;
|
63
|
+
iconFileData: string;
|
64
|
+
name: string;
|
65
|
+
appRequestStats: AppRequestStats;
|
66
|
+
author: {
|
67
|
+
name: string;
|
68
|
+
homepage: string;
|
69
|
+
support: string;
|
70
|
+
};
|
71
|
+
description: string;
|
72
|
+
shortDescription?: string;
|
73
|
+
privacyPolicySummary: string;
|
74
|
+
detailedDescription: {
|
75
|
+
raw: string;
|
76
|
+
rendered: string;
|
77
|
+
};
|
78
|
+
detailedChangelog: {
|
79
|
+
raw: string;
|
80
|
+
rendered: string;
|
81
|
+
};
|
82
|
+
categories: string[];
|
83
|
+
version: string;
|
84
|
+
versionIncompatible?: boolean;
|
85
|
+
price: number;
|
86
|
+
purchaseType: PurchaseType;
|
87
|
+
pricingPlans: AppPricingPlan[];
|
88
|
+
iconFileContent: string;
|
89
|
+
installed?: boolean;
|
90
|
+
isEnterpriseOnly?: boolean;
|
91
|
+
isPurchased?: boolean;
|
92
|
+
isSubscribed: boolean;
|
93
|
+
bundledIn: {
|
94
|
+
bundleId: string;
|
95
|
+
bundleName: string;
|
96
|
+
apps: App[];
|
97
|
+
addonTierId?: string;
|
98
|
+
}[];
|
99
|
+
marketplaceVersion: string;
|
100
|
+
latest: App;
|
101
|
+
status?: AppStatus;
|
102
|
+
subscriptionInfo: AppSubscriptionInfo;
|
103
|
+
licenseValidation?: {
|
104
|
+
errors: {
|
105
|
+
[key: string]: string;
|
106
|
+
};
|
107
|
+
warnings: {
|
108
|
+
[key: string]: string;
|
109
|
+
};
|
110
|
+
};
|
111
|
+
tosLink: string;
|
112
|
+
privacyLink: string;
|
113
|
+
marketplace?: unknown;
|
114
|
+
modifiedAt: string;
|
115
|
+
permissions: AppPermission[];
|
116
|
+
languages: string[];
|
117
|
+
createdDate: string;
|
118
|
+
requestedEndUser?: boolean;
|
119
|
+
private: boolean;
|
120
|
+
documentationUrl: string;
|
121
|
+
migrated: boolean;
|
122
|
+
};
|
package/dist/Apps.js
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.AppSubscriptionStatus = void 0;
|
4
|
+
var AppSubscriptionStatus;
|
5
|
+
(function (AppSubscriptionStatus) {
|
6
|
+
AppSubscriptionStatus["Trialing"] = "trialing";
|
7
|
+
AppSubscriptionStatus["Active"] = "active";
|
8
|
+
AppSubscriptionStatus["Cancelled"] = "cancelled";
|
9
|
+
AppSubscriptionStatus["Cancelling"] = "cancelling";
|
10
|
+
AppSubscriptionStatus["PastDue"] = "pastDue";
|
11
|
+
})(AppSubscriptionStatus || (exports.AppSubscriptionStatus = AppSubscriptionStatus = {}));
|
12
|
+
//# sourceMappingURL=Apps.js.map
|
package/dist/Apps.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Apps.js","sourceRoot":"","sources":["../src/Apps.ts"],"names":[],"mappings":";;;AAmCA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAChC,8CAAqB,CAAA;IACrB,0CAAiB,CAAA;IACjB,gDAAuB,CAAA;IACvB,kDAAyB,CAAA;IACzB,4CAAmB,CAAA;AACpB,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { IRocketChatRecord } from './IRocketChatRecord';
|
2
|
+
export interface IAppsTokens extends IRocketChatRecord {
|
3
|
+
token: string;
|
4
|
+
authToken: string;
|
5
|
+
appName: string;
|
6
|
+
userId: string | null;
|
7
|
+
metadata: Record<string, any>;
|
8
|
+
enabled: boolean;
|
9
|
+
createdAt: Date;
|
10
|
+
updatedAt: Date;
|
11
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AppsTokens.js","sourceRoot":"","sources":["../src/AppsTokens.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import type { SelectOption } from '@rocket.chat/fuselage';
|
2
|
+
export type CustomFieldMetadata = {
|
3
|
+
name: string;
|
4
|
+
label?: string;
|
5
|
+
type: 'select' | 'text';
|
6
|
+
required?: boolean;
|
7
|
+
defaultValue?: any;
|
8
|
+
minLength?: number;
|
9
|
+
maxLength?: number;
|
10
|
+
options?: SelectOption[];
|
11
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CustomFieldMetadata.js","sourceRoot":"","sources":["../src/CustomFieldMetadata.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"FeaturedApps.js","sourceRoot":"","sources":["../src/FeaturedApps.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import type { IRocketChatRecord } from './IRocketChatRecord';
|
2
|
+
interface IAnalyticsBase extends IRocketChatRecord {
|
3
|
+
type: 'messages' | 'users' | 'seat-request';
|
4
|
+
date: number;
|
5
|
+
}
|
6
|
+
export interface IAnalyticsMessages extends IAnalyticsBase {
|
7
|
+
type: 'messages';
|
8
|
+
room: {
|
9
|
+
_id: string;
|
10
|
+
name?: string;
|
11
|
+
t: string;
|
12
|
+
usernames: string[];
|
13
|
+
};
|
14
|
+
}
|
15
|
+
export interface IAnalyticsUsers extends IAnalyticsBase {
|
16
|
+
type: 'users';
|
17
|
+
room: {
|
18
|
+
_id: string;
|
19
|
+
name?: string;
|
20
|
+
t: string;
|
21
|
+
usernames: string[];
|
22
|
+
};
|
23
|
+
}
|
24
|
+
export interface IAnalyticsSeatRequest extends IAnalyticsBase {
|
25
|
+
type: 'seat-request';
|
26
|
+
count: number;
|
27
|
+
}
|
28
|
+
export type IAnalytic = IAnalyticsBase | IAnalyticsMessages | IAnalyticsUsers | IAnalyticsSeatRequest;
|
29
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IAnalytic.js","sourceRoot":"","sources":["../src/IAnalytic.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
export interface IProviderMetadata {
|
2
|
+
name: string;
|
3
|
+
displayName: string;
|
4
|
+
settings: {
|
5
|
+
apiKey: string;
|
6
|
+
apiEndPointUrl: string;
|
7
|
+
};
|
8
|
+
}
|
9
|
+
export interface IDeepLTranslation {
|
10
|
+
detected_source_language: string;
|
11
|
+
text: string;
|
12
|
+
}
|
13
|
+
export interface IGoogleTranslation {
|
14
|
+
translatedText: string;
|
15
|
+
}
|
16
|
+
export interface ISupportedLanguage {
|
17
|
+
language: string;
|
18
|
+
name: string;
|
19
|
+
}
|
20
|
+
export interface ISupportedLanguages {
|
21
|
+
[language: string]: ISupportedLanguage[];
|
22
|
+
}
|
23
|
+
export interface ITranslationResult {
|
24
|
+
[language: string]: string;
|
25
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IAutoTranslate.js","sourceRoot":"","sources":["../src/IAutoTranslate.ts"],"names":[],"mappings":""}
|
package/dist/IAvatar.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IAvatar.js","sourceRoot":"","sources":["../src/IAvatar.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import type { IRocketChatRecord } from './IRocketChatRecord';
|
2
|
+
import type { IUser } from './IUser';
|
3
|
+
import type { UiKitBannerPayload } from './UIKit';
|
4
|
+
export declare enum BannerPlatform {
|
5
|
+
Web = "web",
|
6
|
+
Mobile = "mobile"
|
7
|
+
}
|
8
|
+
export interface IBanner extends IRocketChatRecord {
|
9
|
+
platform: BannerPlatform[];
|
10
|
+
expireAt: Date;
|
11
|
+
startAt: Date;
|
12
|
+
roles?: string[];
|
13
|
+
createdBy: Pick<IUser, '_id' | 'username'>;
|
14
|
+
createdAt: Date;
|
15
|
+
view: UiKitBannerPayload;
|
16
|
+
active?: boolean;
|
17
|
+
inactivedAt?: Date;
|
18
|
+
snapshot?: string;
|
19
|
+
}
|
20
|
+
export type InactiveBanner = IBanner & {
|
21
|
+
active: false;
|
22
|
+
inactivedAt: Date;
|
23
|
+
};
|
24
|
+
export declare const isInactiveBanner: (banner: IBanner) => banner is InactiveBanner;
|
25
|
+
export interface IBannerDismiss extends IRocketChatRecord {
|
26
|
+
userId: IUser['_id'];
|
27
|
+
bannerId: IBanner['_id'];
|
28
|
+
dismissedAt: Date;
|
29
|
+
dismissedBy: Pick<IUser, '_id' | 'username'>;
|
30
|
+
}
|
package/dist/IBanner.js
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.isInactiveBanner = exports.BannerPlatform = void 0;
|
4
|
+
var BannerPlatform;
|
5
|
+
(function (BannerPlatform) {
|
6
|
+
BannerPlatform["Web"] = "web";
|
7
|
+
BannerPlatform["Mobile"] = "mobile";
|
8
|
+
})(BannerPlatform || (exports.BannerPlatform = BannerPlatform = {}));
|
9
|
+
const isInactiveBanner = (banner) => banner.active === false;
|
10
|
+
exports.isInactiveBanner = isInactiveBanner;
|
11
|
+
//# sourceMappingURL=IBanner.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IBanner.js","sourceRoot":"","sources":["../src/IBanner.ts"],"names":[],"mappings":";;;AAIA,IAAY,cAGX;AAHD,WAAY,cAAc;IACzB,6BAAW,CAAA;IACX,mCAAiB,CAAA;AAClB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAmBM,MAAM,gBAAgB,GAAG,CAAC,MAAe,EAA4B,EAAE,CAAC,MAAM,CAAC,MAAM,KAAK,KAAK,CAAC;AAA1F,QAAA,gBAAgB,oBAA0E"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IBaseData.js","sourceRoot":"","sources":["../src/IBaseData.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import type { IRocketChatRecord } from './IRocketChatRecord';
|
2
|
+
import type { IUser } from './IUser';
|
3
|
+
export interface ICalendarEvent extends IRocketChatRecord {
|
4
|
+
startTime: Date;
|
5
|
+
uid: IUser['_id'];
|
6
|
+
subject: string;
|
7
|
+
description: string;
|
8
|
+
notificationSent: boolean;
|
9
|
+
externalId?: string;
|
10
|
+
meetingUrl?: string;
|
11
|
+
reminderMinutesBeforeStart?: number;
|
12
|
+
reminderTime?: Date;
|
13
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ICalendarEvent.js","sourceRoot":"","sources":["../src/ICalendarEvent.ts"],"names":[],"mappings":""}
|
package/dist/ICloud.d.ts
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
export type CloudRegistrationStatus = {
|
2
|
+
connectToCloud: boolean;
|
3
|
+
email: string;
|
4
|
+
token: string;
|
5
|
+
uniqueId: string;
|
6
|
+
workspaceId: string;
|
7
|
+
workspaceRegistered: boolean;
|
8
|
+
};
|
9
|
+
export type CloudRegistrationIntentData = {
|
10
|
+
device_code: string;
|
11
|
+
user_code: string;
|
12
|
+
verification_url: string;
|
13
|
+
interval: number;
|
14
|
+
expires_in: number;
|
15
|
+
};
|
16
|
+
type CloudConfirmationPollDataPending = {
|
17
|
+
status: 'authorization_pending';
|
18
|
+
};
|
19
|
+
type CloudConfirmationPollDataSuccess = {
|
20
|
+
successful: boolean;
|
21
|
+
payload: {
|
22
|
+
workspaceId: string;
|
23
|
+
client_name: string;
|
24
|
+
client_id: string;
|
25
|
+
client_secret: string;
|
26
|
+
redirect_uris: Array<string>;
|
27
|
+
publicKey: string;
|
28
|
+
client_secret_expires_at: number;
|
29
|
+
registration_client_uri: string;
|
30
|
+
licenseData: {
|
31
|
+
version: number;
|
32
|
+
address: string;
|
33
|
+
license: string;
|
34
|
+
updatedAt: string;
|
35
|
+
modules: string;
|
36
|
+
expireAt: string;
|
37
|
+
};
|
38
|
+
};
|
39
|
+
};
|
40
|
+
export type CloudConfirmationPollData = CloudConfirmationPollDataPending | CloudConfirmationPollDataSuccess;
|
41
|
+
export {};
|
package/dist/ICloud.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ICloud.js","sourceRoot":"","sources":["../src/ICloud.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ICredentialToken.js","sourceRoot":"","sources":["../src/ICredentialToken.ts"],"names":[],"mappings":""}
|