@messenger-box/core 0.0.1-alpha.191 → 0.0.1-alpha.192
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/lib/index.js +9 -3
- package/lib/index.js.map +1 -1
- package/lib/interfaces/generated-models.d.ts +8 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -164,9 +164,9 @@ __exportStar(__webpack_require__(/*! ./constants */ "./src/constants/index.ts"),
|
|
|
164
164
|
"use strict";
|
|
165
165
|
|
|
166
166
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
167
|
-
exports.
|
|
168
|
-
exports.
|
|
169
|
-
exports.useonChatMessageAddedSubscription = exports.onChatMessageAddedDocument = exports.useCurrentUserLazyQuery = exports.useCurrentUserQuery = void 0;
|
|
167
|
+
exports.AddChannelDocument = exports.UserFragmentDoc = exports.PostFragmentDoc = exports.ConfigurationFragmentDoc = exports.MessengerUserFragmentDoc = exports.MinimalUserFragmentDoc = exports.FileInfoFragmentDoc = exports.IVisibility = exports.IUserOrderBy = exports.ITokenTypesEnum = exports.ISortEnum = exports.ISmsServiceActions = exports.ISettingValueType = exports.IRoomType = exports.IRole = exports.IProjectType = exports.IProjectSourceType = exports.IProjectSourceProviders = exports.IPreDefinedRole = exports.IPostTypeEnum = exports.IPostServiceCommands = exports.IPortalLanguage = exports.IPermissionType = exports.IPermissionResource = exports.IPermissionAction = exports.IOrgUserRole = exports.IOrganizationContextPubSubEvents = exports.IOrgainizationInvitationRole = exports.IMoleculerTopics = exports.IMoleculerServiceName = exports.IMoleculerCronServiceName = exports.IMessengerUserStatus = exports.IMessengerNotificationServiceCommands = exports.IMailTemplateId = exports.IInviteStatus = exports.IGlobalLanguages = exports.IGlobalCurrencies = exports.IFileRefType = exports.IEditPresentationTypes = exports.IConfigurationTarget = exports.IConfigurationScope = exports.IConfigFragmentName = exports.IConfigCollectionName = exports.IClientTypes = exports.IClientCacheTypeNames = exports.IChannelSort = exports.IChannelServiceCommands = exports.IChannelPrivacy = exports.IBaseServiceCommands = exports.IApplicationRoles = void 0;
|
|
168
|
+
exports.useUsersToChatLazyQuery = exports.useUsersToChatQuery = exports.UsersToChatDocument = exports.useGetUserByIdLazyQuery = exports.useGetUserByIdQuery = exports.GetUserByIdDocument = exports.useGetAllUsersLazyQuery = exports.useGetAllUsersQuery = exports.GetAllUsersDocument = exports.useUserAccountLazyQuery = exports.useUserAccountQuery = exports.UserAccountDocument = exports.useGetMessagesLazyQuery = exports.useGetMessagesQuery = exports.GetMessagesDocument = exports.useMessagesLazyQuery = exports.useMessagesQuery = exports.MessagesDocument = exports.useCheckForNewMessagesLazyQuery = exports.useCheckForNewMessagesQuery = exports.CheckForNewMessagesDocument = exports.useGetChannelsByUserLazyQuery = exports.useGetChannelsByUserQuery = exports.GetChannelsByUserDocument = exports.useGetAllChannelLazyQuery = exports.useGetAllChannelQuery = exports.GetAllChannelDocument = exports.useDeleteMessageFileMutation = exports.DeleteMessageFileDocument = exports.useAttachUploadedFilesToMessageMutation = exports.AttachUploadedFilesToMessageDocument = exports.useCreateMessageFilesUploadLinkMutation = exports.CreateMessageFilesUploadLinkDocument = exports.useAttachUploadedFileToMessageMutation = exports.AttachUploadedFileToMessageDocument = exports.useCreateMessageFileUploadLinkMutation = exports.CreateMessageFileUploadLinkDocument = exports.useEditMessageMutation = exports.EditMessageDocument = exports.useDeleteMessageMutation = exports.DeleteMessageDocument = exports.useSendMessagesMutation = exports.SendMessagesDocument = exports.useDeleteChannelMutation = exports.DeleteChannelDocument = exports.useAddMemberToChannelMutation = exports.AddMemberToChannelDocument = exports.useAddDirectChannelMutation = exports.AddDirectChannelDocument = exports.useAddChannelMutation = void 0;
|
|
169
|
+
exports.useonChatMessageAddedSubscription = exports.onChatMessageAddedDocument = exports.useCurrentUserLazyQuery = exports.useCurrentUserQuery = exports.CurrentUserDocument = void 0;
|
|
170
170
|
const Apollo = __webpack_require__(/*! @apollo/client */ "@apollo/client");
|
|
171
171
|
const defaultOptions = {};
|
|
172
172
|
var IApplicationRoles;
|
|
@@ -454,6 +454,12 @@ var IPostServiceCommands;
|
|
|
454
454
|
IPostServiceCommands["readMessage"] = "readMessage";
|
|
455
455
|
IPostServiceCommands["deliverMessage"] = "deliverMessage";
|
|
456
456
|
})(IPostServiceCommands = exports.IPostServiceCommands || (exports.IPostServiceCommands = {}));
|
|
457
|
+
var IPostTypeEnum;
|
|
458
|
+
(function (IPostTypeEnum) {
|
|
459
|
+
IPostTypeEnum["ALERT"] = "ALERT";
|
|
460
|
+
IPostTypeEnum["CARD"] = "CARD";
|
|
461
|
+
IPostTypeEnum["Simple"] = "Simple";
|
|
462
|
+
})(IPostTypeEnum = exports.IPostTypeEnum || (exports.IPostTypeEnum = {}));
|
|
457
463
|
var IPreDefinedRole;
|
|
458
464
|
(function (IPreDefinedRole) {
|
|
459
465
|
IPreDefinedRole["OWNER"] = "OWNER";
|