@messenger-box/core 5.0.11-alpha.0 → 5.0.11-alpha.5
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.
|
@@ -175,6 +175,21 @@ var IEditPresentationTypes;
|
|
|
175
175
|
IEditPresentationTypes["Multiline"] = "Multiline";
|
|
176
176
|
IEditPresentationTypes["Singleline"] = "Singleline";
|
|
177
177
|
})(IEditPresentationTypes || (IEditPresentationTypes = {}));
|
|
178
|
+
var IEntityType;
|
|
179
|
+
(function (IEntityType) {
|
|
180
|
+
IEntityType["Individual"] = "INDIVIDUAL";
|
|
181
|
+
IEntityType["Partnership"] = "PARTNERSHIP";
|
|
182
|
+
IEntityType["Government"] = "GOVERNMENT";
|
|
183
|
+
IEntityType["PrivateFoundation"] = "PRIVATE_FOUNDATION";
|
|
184
|
+
IEntityType["SimpleTrust"] = "SIMPLE_TRUST";
|
|
185
|
+
IEntityType["GrantorTrust"] = "GRANTOR_TRUST";
|
|
186
|
+
IEntityType["InternationalOrganization"] = "INTERNATIONAL_ORGANIZATION";
|
|
187
|
+
IEntityType["ComplexTrust"] = "COMPLEX_TRUST";
|
|
188
|
+
IEntityType["CentralBankOfIssue"] = "CENTRAL_BANK_OF_ISSUE";
|
|
189
|
+
IEntityType["Corporation"] = "CORPORATION";
|
|
190
|
+
IEntityType["Estate"] = "ESTATE";
|
|
191
|
+
IEntityType["TaxExemptOrganization"] = "TAX_EXEMPT_ORGANIZATION";
|
|
192
|
+
})(IEntityType || (IEntityType = {}));
|
|
178
193
|
/** File Reference Type */
|
|
179
194
|
var IFileRefType;
|
|
180
195
|
(function (IFileRefType) {
|
|
@@ -183,6 +198,11 @@ var IFileRefType;
|
|
|
183
198
|
IFileRefType["Post"] = "Post";
|
|
184
199
|
IFileRefType["Unknown"] = "Unknown";
|
|
185
200
|
})(IFileRefType || (IFileRefType = {}));
|
|
201
|
+
var IForm1099Delivery;
|
|
202
|
+
(function (IForm1099Delivery) {
|
|
203
|
+
IForm1099Delivery["Mail"] = "MAIL";
|
|
204
|
+
IForm1099Delivery["Online"] = "ONLINE";
|
|
205
|
+
})(IForm1099Delivery || (IForm1099Delivery = {}));
|
|
186
206
|
var IGender;
|
|
187
207
|
(function (IGender) {
|
|
188
208
|
IGender["Male"] = "MALE";
|
|
@@ -224,10 +244,12 @@ var IMailTemplateId;
|
|
|
224
244
|
(function (IMailTemplateId) {
|
|
225
245
|
IMailTemplateId["ChangeEmailNotificationId"] = "CHANGE_EMAIL_NOTIFICATION_ID";
|
|
226
246
|
IMailTemplateId["ChangeEmailOtpTemplateId"] = "CHANGE_EMAIL_OTP_TEMPLATE_ID";
|
|
247
|
+
IMailTemplateId["GovernmentidVerifiedTemplateId"] = "GOVERNMENTID_VERIFIED_TEMPLATE_ID";
|
|
227
248
|
IMailTemplateId["HolidayGreetingsTemplateId"] = "HOLIDAY_GREETINGS_TEMPLATE_ID";
|
|
228
249
|
IMailTemplateId["IdentityVerifiedTemplateId"] = "IDENTITY_VERIFIED_TEMPLATE_ID";
|
|
229
250
|
IMailTemplateId["MessageNotificationServiceId"] = "MessageNotificationServiceId";
|
|
230
251
|
IMailTemplateId["ReferFriendsTemplateId"] = "REFER_FRIENDS_TEMPLATE_ID";
|
|
252
|
+
IMailTemplateId["RejectedGovernmentidTemplateId"] = "REJECTED_GOVERNMENTID_TEMPLATE_ID";
|
|
231
253
|
IMailTemplateId["ValidGovernmentIdTemplateId"] = "VALID_GOVERNMENT_ID_TEMPLATE_ID";
|
|
232
254
|
IMailTemplateId["VerifyEmailTemplateId"] = "VERIFY_EMAIL_TEMPLATE_ID";
|
|
233
255
|
IMailTemplateId["WelcomeAndExplorePropertiesTemplateId"] = "WELCOME_AND_EXPLORE_PROPERTIES_TEMPLATE_ID";
|
|
@@ -420,6 +442,44 @@ var ISortEnum;
|
|
|
420
442
|
ISortEnum["Asc"] = "ASC";
|
|
421
443
|
ISortEnum["Desc"] = "DESC";
|
|
422
444
|
})(ISortEnum || (ISortEnum = {}));
|
|
445
|
+
var ITaxClassification;
|
|
446
|
+
(function (ITaxClassification) {
|
|
447
|
+
ITaxClassification["Individual"] = "INDIVIDUAL";
|
|
448
|
+
ITaxClassification["CCorporation"] = "C_CORPORATION";
|
|
449
|
+
ITaxClassification["SCorporation"] = "S_CORPORATION";
|
|
450
|
+
ITaxClassification["Partnership"] = "PARTNERSHIP";
|
|
451
|
+
ITaxClassification["TrustEstate"] = "TRUST_ESTATE";
|
|
452
|
+
ITaxClassification["LlcSingleMember"] = "LLC_SINGLE_MEMBER";
|
|
453
|
+
ITaxClassification["LlcPartnership"] = "LLC_PARTNERSHIP";
|
|
454
|
+
ITaxClassification["LlcCCorporation"] = "LLC_C_CORPORATION";
|
|
455
|
+
ITaxClassification["LlcSCorporation"] = "LLC_S_CORPORATION";
|
|
456
|
+
ITaxClassification["ExemptPayee"] = "EXEMPT_PAYEE";
|
|
457
|
+
})(ITaxClassification || (ITaxClassification = {}));
|
|
458
|
+
var ITaxFormType;
|
|
459
|
+
(function (ITaxFormType) {
|
|
460
|
+
ITaxFormType["W9"] = "W9";
|
|
461
|
+
ITaxFormType["W8Eci"] = "W8ECI";
|
|
462
|
+
ITaxFormType["W8Ben"] = "W8BEN";
|
|
463
|
+
ITaxFormType["Other"] = "OTHER";
|
|
464
|
+
})(ITaxFormType || (ITaxFormType = {}));
|
|
465
|
+
var ITaxIdNumberType;
|
|
466
|
+
(function (ITaxIdNumberType) {
|
|
467
|
+
ITaxIdNumberType["Ssn"] = "SSN";
|
|
468
|
+
ITaxIdNumberType["Ein"] = "EIN";
|
|
469
|
+
})(ITaxIdNumberType || (ITaxIdNumberType = {}));
|
|
470
|
+
var ITaxpayerRegion;
|
|
471
|
+
(function (ITaxpayerRegion) {
|
|
472
|
+
ITaxpayerRegion["Other"] = "OTHER";
|
|
473
|
+
ITaxpayerRegion["Us"] = "US";
|
|
474
|
+
ITaxpayerRegion["Eu"] = "EU";
|
|
475
|
+
})(ITaxpayerRegion || (ITaxpayerRegion = {}));
|
|
476
|
+
var ITaxpayerStatus;
|
|
477
|
+
(function (ITaxpayerStatus) {
|
|
478
|
+
ITaxpayerStatus["Approved"] = "APPROVED";
|
|
479
|
+
ITaxpayerStatus["Rejected"] = "REJECTED";
|
|
480
|
+
ITaxpayerStatus["Pending"] = "PENDING";
|
|
481
|
+
ITaxpayerStatus["Incomplete"] = "INCOMPLETE";
|
|
482
|
+
})(ITaxpayerStatus || (ITaxpayerStatus = {}));
|
|
423
483
|
var ITokenTypesEnum;
|
|
424
484
|
(function (ITokenTypesEnum) {
|
|
425
485
|
ITokenTypesEnum["EmailVerification"] = "EMAIL_VERIFICATION";
|
|
@@ -1051,6 +1111,37 @@ function useGetChannelsByUserLazyQuery(baseOptions) {
|
|
|
1051
1111
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1052
1112
|
return Apollo.useLazyQuery(GetChannelsByUserDocument, options);
|
|
1053
1113
|
}
|
|
1114
|
+
const GetChannelsByUserWithServiceChannelsDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "GetChannelsByUserWithServiceChannels" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "supportServiceCriteria" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "AnyObject" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Int" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Sort" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "supportServices" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } }, "defaultValue": { "kind": "BooleanValue", "value": true } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "supportServiceChannels" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "supportServiceCriteria" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "sort" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } } }], "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "include" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "if" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "supportServices" } } }] }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "members" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MessengerUser" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "creator" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MessengerUser" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "channelsByUser" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "role" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "role" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "criteria" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "criteria" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "limit" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "skip" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "skip" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "sort" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "sort" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "title" } }, { "kind": "Field", "name": { "kind": "Name", "value": "description" } }, { "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "displayName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "members" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "user" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MessengerUser" } }] } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "creator" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "MessengerUser" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "createdAt" } }, { "kind": "Field", "name": { "kind": "Name", "value": "updatedAt" } }] } }] } }, { "kind": "FragmentDefinition", "name": { "kind": "Name", "value": "MessengerUser" }, "typeCondition": { "kind": "NamedType", "name": { "kind": "Name", "value": "UserAccount" } }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "id" } }, { "kind": "Field", "name": { "kind": "Name", "value": "givenName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "familyName" } }, { "kind": "Field", "name": { "kind": "Name", "value": "email" } }, { "kind": "Field", "name": { "kind": "Name", "value": "username" } }, { "kind": "Field", "name": { "kind": "Name", "value": "fullName" }, "directives": [{ "kind": "Directive", "name": { "kind": "Name", "value": "client" } }] }, { "kind": "Field", "name": { "kind": "Name", "value": "picture" } }, { "kind": "Field", "name": { "kind": "Name", "value": "alias" } }, { "kind": "Field", "name": { "kind": "Name", "value": "tokens" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "type" } }, { "kind": "Field", "name": { "kind": "Name", "value": "token" } }, { "kind": "Field", "name": { "kind": "Name", "value": "valid" } }] } }] } }] };
|
|
1115
|
+
/**
|
|
1116
|
+
* __useGetChannelsByUserWithServiceChannelsQuery__
|
|
1117
|
+
*
|
|
1118
|
+
* To run a query within a React component, call `useGetChannelsByUserWithServiceChannelsQuery` and pass it any options that fit your needs.
|
|
1119
|
+
* When your component renders, `useGetChannelsByUserWithServiceChannelsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
1120
|
+
* you can use to render your UI.
|
|
1121
|
+
*
|
|
1122
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
1123
|
+
*
|
|
1124
|
+
* @example
|
|
1125
|
+
* const { data, loading, error } = useGetChannelsByUserWithServiceChannelsQuery({
|
|
1126
|
+
* variables: {
|
|
1127
|
+
* role: // value for 'role'
|
|
1128
|
+
* criteria: // value for 'criteria'
|
|
1129
|
+
* supportServiceCriteria: // value for 'supportServiceCriteria'
|
|
1130
|
+
* limit: // value for 'limit'
|
|
1131
|
+
* skip: // value for 'skip'
|
|
1132
|
+
* sort: // value for 'sort'
|
|
1133
|
+
* supportServices: // value for 'supportServices'
|
|
1134
|
+
* },
|
|
1135
|
+
* });
|
|
1136
|
+
*/
|
|
1137
|
+
function useGetChannelsByUserWithServiceChannelsQuery(baseOptions) {
|
|
1138
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1139
|
+
return Apollo.useQuery(GetChannelsByUserWithServiceChannelsDocument, options);
|
|
1140
|
+
}
|
|
1141
|
+
function useGetChannelsByUserWithServiceChannelsLazyQuery(baseOptions) {
|
|
1142
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
1143
|
+
return Apollo.useLazyQuery(GetChannelsByUserWithServiceChannelsDocument, options);
|
|
1144
|
+
}
|
|
1054
1145
|
const CheckForNewMessagesDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "CheckForNewMessages" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "channelId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "parentId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "messages" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "channelId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "channelId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "parentId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "parentId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "limit" }, "value": { "kind": "IntValue", "value": "0" } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "totalCount" } }] } }] } }] };
|
|
1055
1146
|
/**
|
|
1056
1147
|
* __useCheckForNewMessagesQuery__
|
|
@@ -1751,4 +1842,4 @@ const OnThreadCreatedUpdatedDocument = { "kind": "Document", "definitions": [{ "
|
|
|
1751
1842
|
function useOnThreadCreatedUpdatedSubscription(baseOptions) {
|
|
1752
1843
|
const options = { ...defaultOptions, ...baseOptions };
|
|
1753
1844
|
return Apollo.useSubscription(OnThreadCreatedUpdatedDocument, options);
|
|
1754
|
-
}export{AddChannelDocument,AddDirectChannelDocument,AddMemberToChannelDocument,AttachUploadedFileToMessageDocument,AttachUploadedFilesToMessageDocument,CheckForNewMessagesDocument,ConfigurationFragmentDoc,CreateMessageFileUploadLinkDocument,CreateMessageFilesUploadLinkDocument,CreateOrganizationDocument,CreatePostThreadDocument,CreateTeamDocument,CurrentUserDocument,DeleteChannelDocument,DeleteMessageDocument,DeleteMessageFileDocument,EditMessageDocument,FileInfoFragmentDoc,FileUrlDocument,GetAllChannelDocument,GetAllUsersDocument,GetChannelsByUserDocument,GetDeviceTokenDocument,GetMessagesDocument,GetOrganizationDetailDocument,GetOrganizationMembersDocument,GetOrganizationMembersWithChannelsDocument,GetOrganizationSharableLinkDocument,GetOrganizationTeamDocument,GetOrganizationTeamsDocument,GetPostThreadDocument,GetTeamsDocument,GetUserByIdDocument,GetUserOrganizationsDocument,IApplicationRoles,IBaseServiceCommands,ICacheControlScope,IChannelPrivacy,IChannelServiceCommands,IChannelSort,IClientCacheTypeNames,IClientTypes,IConfigCollectionName,IConfigFragmentName,IConfigurationContributionNames,IConfigurationScope,IConfigurationTarget,IDeviceInfoPlatform,IEditPresentationTypes,IFileRefType,IGender,IGlobalCurrencies,IGlobalLanguages,IIdStatus,IIdType,IInviteStatus,IMailTemplateId,IMessengerNotificationServiceCommands,IMessengerUserStatus,IMoleculerCronServiceName,IMoleculerServiceName,IMoleculerTopics,IOrgUserRole,IOrgainizationInvitationRole,IOrganizationContextPubSubEvents,IOtpAction,IPermissionAction,IPermissionResource,IPermissionType,IPortalLanguage,IPostServiceCommands,IPostThreadServiceCommands,IPostTypeEnum,IPreDefinedRole,IRole,IRoomType,ISettingValueType,ISmsServiceActions,ISortEnum,ITokenTypesEnum,IUserOrderBy,IVisibility,MessagesDocument,MessengerUserFragmentDoc,MinimalUserFragmentDoc,OnChatMessageAddedDocument,OnPublicPostAddedDocument,OnThreadChatMessageAddedDocument,OnThreadCreatedUpdatedDocument,PostFragmentDoc,PostRepliesFragmentDoc,PostThreadFragmentDoc,PostThreadMessagesDocument,PostThreadWithoutRepliesFragmentDoc,PostWithoutRepliesFragmentDoc,PublicMessagesDocument,RemoveDeviceTokenDocument,SaveMembersToChannelDocument,SendExpoNotificationOnPostDocument,SendMessagesDocument,SendOrganizationInvitationDocument,SendPublicMessageDocument,SendThreadMessageDocument,SetDeviceTokenDocument,SupportServiceChannelsDocument,ThreadMessageSentFragmentDoc,ThreadMessagesDocument,ThreadsFragmentDoc,UserAccountDocument,UserFragmentDoc,UsersToChatDocument,ViewChannelDetailDocument,useAddChannelMutation,useAddDirectChannelMutation,useAddMemberToChannelMutation,useAttachUploadedFileToMessageMutation,useAttachUploadedFilesToMessageMutation,useCheckForNewMessagesLazyQuery,useCheckForNewMessagesQuery,useCreateMessageFileUploadLinkMutation,useCreateMessageFilesUploadLinkMutation,useCreateOrganizationMutation,useCreatePostThreadMutation,useCreateTeamMutation,useCurrentUserLazyQuery,useCurrentUserQuery,useDeleteChannelMutation,useDeleteMessageFileMutation,useDeleteMessageMutation,useEditMessageMutation,useFileUrlLazyQuery,useFileUrlQuery,useGetAllChannelLazyQuery,useGetAllChannelQuery,useGetAllUsersLazyQuery,useGetAllUsersQuery,useGetChannelsByUserLazyQuery,useGetChannelsByUserQuery,useGetDeviceTokenLazyQuery,useGetDeviceTokenQuery,useGetMessagesLazyQuery,useGetMessagesQuery,useGetOrganizationDetailLazyQuery,useGetOrganizationDetailQuery,useGetOrganizationMembersLazyQuery,useGetOrganizationMembersQuery,useGetOrganizationMembersWithChannelsLazyQuery,useGetOrganizationMembersWithChannelsQuery,useGetOrganizationSharableLinkLazyQuery,useGetOrganizationSharableLinkQuery,useGetOrganizationTeamLazyQuery,useGetOrganizationTeamQuery,useGetOrganizationTeamsLazyQuery,useGetOrganizationTeamsQuery,useGetPostThreadLazyQuery,useGetPostThreadQuery,useGetTeamsLazyQuery,useGetTeamsQuery,useGetUserByIdLazyQuery,useGetUserByIdQuery,useGetUserOrganizationsLazyQuery,useGetUserOrganizationsQuery,useMessagesLazyQuery,useMessagesQuery,useOnChatMessageAddedSubscription,useOnPublicPostAddedSubscription,useOnThreadChatMessageAddedSubscription,useOnThreadCreatedUpdatedSubscription,usePostThreadMessagesLazyQuery,usePostThreadMessagesQuery,usePublicMessagesLazyQuery,usePublicMessagesQuery,useRemoveDeviceTokenMutation,useSaveMembersToChannelMutation,useSendExpoNotificationOnPostMutation,useSendMessagesMutation,useSendOrganizationInvitationMutation,useSendPublicMessageMutation,useSendThreadMessageMutation,useSetDeviceTokenMutation,useSupportServiceChannelsLazyQuery,useSupportServiceChannelsQuery,useThreadMessagesLazyQuery,useThreadMessagesQuery,useUserAccountLazyQuery,useUserAccountQuery,useUsersToChatLazyQuery,useUsersToChatQuery,useViewChannelDetailLazyQuery,useViewChannelDetailQuery};//# sourceMappingURL=generated-models.js.map
|
|
1845
|
+
}export{AddChannelDocument,AddDirectChannelDocument,AddMemberToChannelDocument,AttachUploadedFileToMessageDocument,AttachUploadedFilesToMessageDocument,CheckForNewMessagesDocument,ConfigurationFragmentDoc,CreateMessageFileUploadLinkDocument,CreateMessageFilesUploadLinkDocument,CreateOrganizationDocument,CreatePostThreadDocument,CreateTeamDocument,CurrentUserDocument,DeleteChannelDocument,DeleteMessageDocument,DeleteMessageFileDocument,EditMessageDocument,FileInfoFragmentDoc,FileUrlDocument,GetAllChannelDocument,GetAllUsersDocument,GetChannelsByUserDocument,GetChannelsByUserWithServiceChannelsDocument,GetDeviceTokenDocument,GetMessagesDocument,GetOrganizationDetailDocument,GetOrganizationMembersDocument,GetOrganizationMembersWithChannelsDocument,GetOrganizationSharableLinkDocument,GetOrganizationTeamDocument,GetOrganizationTeamsDocument,GetPostThreadDocument,GetTeamsDocument,GetUserByIdDocument,GetUserOrganizationsDocument,IApplicationRoles,IBaseServiceCommands,ICacheControlScope,IChannelPrivacy,IChannelServiceCommands,IChannelSort,IClientCacheTypeNames,IClientTypes,IConfigCollectionName,IConfigFragmentName,IConfigurationContributionNames,IConfigurationScope,IConfigurationTarget,IDeviceInfoPlatform,IEditPresentationTypes,IEntityType,IFileRefType,IForm1099Delivery,IGender,IGlobalCurrencies,IGlobalLanguages,IIdStatus,IIdType,IInviteStatus,IMailTemplateId,IMessengerNotificationServiceCommands,IMessengerUserStatus,IMoleculerCronServiceName,IMoleculerServiceName,IMoleculerTopics,IOrgUserRole,IOrgainizationInvitationRole,IOrganizationContextPubSubEvents,IOtpAction,IPermissionAction,IPermissionResource,IPermissionType,IPortalLanguage,IPostServiceCommands,IPostThreadServiceCommands,IPostTypeEnum,IPreDefinedRole,IRole,IRoomType,ISettingValueType,ISmsServiceActions,ISortEnum,ITaxClassification,ITaxFormType,ITaxIdNumberType,ITaxpayerRegion,ITaxpayerStatus,ITokenTypesEnum,IUserOrderBy,IVisibility,MessagesDocument,MessengerUserFragmentDoc,MinimalUserFragmentDoc,OnChatMessageAddedDocument,OnPublicPostAddedDocument,OnThreadChatMessageAddedDocument,OnThreadCreatedUpdatedDocument,PostFragmentDoc,PostRepliesFragmentDoc,PostThreadFragmentDoc,PostThreadMessagesDocument,PostThreadWithoutRepliesFragmentDoc,PostWithoutRepliesFragmentDoc,PublicMessagesDocument,RemoveDeviceTokenDocument,SaveMembersToChannelDocument,SendExpoNotificationOnPostDocument,SendMessagesDocument,SendOrganizationInvitationDocument,SendPublicMessageDocument,SendThreadMessageDocument,SetDeviceTokenDocument,SupportServiceChannelsDocument,ThreadMessageSentFragmentDoc,ThreadMessagesDocument,ThreadsFragmentDoc,UserAccountDocument,UserFragmentDoc,UsersToChatDocument,ViewChannelDetailDocument,useAddChannelMutation,useAddDirectChannelMutation,useAddMemberToChannelMutation,useAttachUploadedFileToMessageMutation,useAttachUploadedFilesToMessageMutation,useCheckForNewMessagesLazyQuery,useCheckForNewMessagesQuery,useCreateMessageFileUploadLinkMutation,useCreateMessageFilesUploadLinkMutation,useCreateOrganizationMutation,useCreatePostThreadMutation,useCreateTeamMutation,useCurrentUserLazyQuery,useCurrentUserQuery,useDeleteChannelMutation,useDeleteMessageFileMutation,useDeleteMessageMutation,useEditMessageMutation,useFileUrlLazyQuery,useFileUrlQuery,useGetAllChannelLazyQuery,useGetAllChannelQuery,useGetAllUsersLazyQuery,useGetAllUsersQuery,useGetChannelsByUserLazyQuery,useGetChannelsByUserQuery,useGetChannelsByUserWithServiceChannelsLazyQuery,useGetChannelsByUserWithServiceChannelsQuery,useGetDeviceTokenLazyQuery,useGetDeviceTokenQuery,useGetMessagesLazyQuery,useGetMessagesQuery,useGetOrganizationDetailLazyQuery,useGetOrganizationDetailQuery,useGetOrganizationMembersLazyQuery,useGetOrganizationMembersQuery,useGetOrganizationMembersWithChannelsLazyQuery,useGetOrganizationMembersWithChannelsQuery,useGetOrganizationSharableLinkLazyQuery,useGetOrganizationSharableLinkQuery,useGetOrganizationTeamLazyQuery,useGetOrganizationTeamQuery,useGetOrganizationTeamsLazyQuery,useGetOrganizationTeamsQuery,useGetPostThreadLazyQuery,useGetPostThreadQuery,useGetTeamsLazyQuery,useGetTeamsQuery,useGetUserByIdLazyQuery,useGetUserByIdQuery,useGetUserOrganizationsLazyQuery,useGetUserOrganizationsQuery,useMessagesLazyQuery,useMessagesQuery,useOnChatMessageAddedSubscription,useOnPublicPostAddedSubscription,useOnThreadChatMessageAddedSubscription,useOnThreadCreatedUpdatedSubscription,usePostThreadMessagesLazyQuery,usePostThreadMessagesQuery,usePublicMessagesLazyQuery,usePublicMessagesQuery,useRemoveDeviceTokenMutation,useSaveMembersToChannelMutation,useSendExpoNotificationOnPostMutation,useSendMessagesMutation,useSendOrganizationInvitationMutation,useSendPublicMessageMutation,useSendThreadMessageMutation,useSetDeviceTokenMutation,useSupportServiceChannelsLazyQuery,useSupportServiceChannelsQuery,useThreadMessagesLazyQuery,useThreadMessagesQuery,useUserAccountLazyQuery,useUserAccountQuery,useUsersToChatLazyQuery,useUsersToChatQuery,useViewChannelDetailLazyQuery,useViewChannelDetailQuery};//# sourceMappingURL=generated-models.js.map
|