@amityco/ts-sdk 7.27.1-b8a73720.0 → 7.27.1-be49d41a.0
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/dist/@types/domains/client.d.ts +17 -0
- package/dist/@types/domains/client.d.ts.map +1 -1
- package/dist/@types/domains/comment.d.ts.map +1 -1
- package/dist/@types/domains/post.d.ts +11 -0
- package/dist/@types/domains/post.d.ts.map +1 -1
- package/dist/adRepository/events/index.d.ts +2 -0
- package/dist/adRepository/events/index.d.ts.map +1 -0
- package/dist/adRepository/index.d.ts +2 -0
- package/dist/adRepository/index.d.ts.map +1 -1
- package/dist/adRepository/observers/index.d.ts +2 -0
- package/dist/adRepository/observers/index.d.ts.map +1 -0
- package/dist/categoryRepository/events/index.d.ts +2 -0
- package/dist/categoryRepository/events/index.d.ts.map +1 -0
- package/dist/categoryRepository/index.d.ts +1 -0
- package/dist/categoryRepository/index.d.ts.map +1 -1
- package/dist/channelRepository/api/createChannel.d.ts.map +1 -1
- package/dist/channelRepository/observers/getChannels/ChannelLiveCollectionController.d.ts.map +1 -1
- package/dist/channelRepository/observers/getChannels/getChannels.d.ts.map +1 -1
- package/dist/channelRepository/observers/getMyMembership.d.ts.map +1 -1
- package/dist/channelRepository/observers/searchChannels/SearchChannelLiveCollectionController.d.ts.map +1 -1
- package/dist/client/api/createClient.d.ts +5 -1
- package/dist/client/api/createClient.d.ts.map +1 -1
- package/dist/client/api/getShareableLinkConfiguration.d.ts.map +1 -1
- package/dist/client/events/onVisitorUsageLimitReached.d.ts.map +1 -1
- package/dist/client/observers/getUserUnread.d.ts.map +1 -1
- package/dist/commentRepository/api/createComment.d.ts +12 -1
- package/dist/commentRepository/api/createComment.d.ts.map +1 -1
- package/dist/commentRepository/events/utils.d.ts.map +1 -1
- package/dist/commentRepository/observers/getComments.d.ts.map +1 -1
- package/dist/commentRepository/utils/approval.d.ts +17 -7
- package/dist/commentRepository/utils/approval.d.ts.map +1 -1
- package/dist/communityRepository/communityMembership/observers/getMembers.d.ts.map +1 -1
- package/dist/communityRepository/communityMembership/observers/searchMembers.d.ts.map +1 -1
- package/dist/communityRepository/observers/getJoinRequestList.d.ts +1 -1
- package/dist/communityRepository/observers/getJoinRequestList.d.ts.map +1 -1
- package/dist/communityRepository/observers/getJoinRequests.d.ts +1 -1
- package/dist/communityRepository/observers/getJoinRequests.d.ts.map +1 -1
- package/dist/communityRepository/observers/semanticSearchCommunities.d.ts +1 -1
- package/dist/communityRepository/observers/semanticSearchCommunities.d.ts.map +1 -1
- package/dist/core/device.d.ts +1 -1
- package/dist/core/device.d.ts.map +1 -1
- package/dist/core/transports/http.d.ts.map +1 -1
- package/dist/core/transports/utils.d.ts +8 -0
- package/dist/core/transports/utils.d.ts.map +1 -1
- package/dist/curatedContentRepository/events/index.d.ts +2 -0
- package/dist/curatedContentRepository/events/index.d.ts.map +1 -0
- package/dist/curatedContentRepository/index.d.ts +2 -0
- package/dist/curatedContentRepository/index.d.ts.map +1 -1
- package/dist/curatedContentRepository/observers/index.d.ts +2 -0
- package/dist/curatedContentRepository/observers/index.d.ts.map +1 -0
- package/dist/eventRepository/observers/getEvents.d.ts +1 -1
- package/dist/eventRepository/observers/getEvents.d.ts.map +1 -1
- package/dist/eventRepository/observers/getMyEvents.d.ts +1 -1
- package/dist/eventRepository/observers/getMyEvents.d.ts.map +1 -1
- package/dist/eventRepository/observers/getRSVPs.d.ts +1 -1
- package/dist/eventRepository/observers/getRSVPs.d.ts.map +1 -1
- package/dist/feedRepository/events/index.d.ts +2 -0
- package/dist/feedRepository/events/index.d.ts.map +1 -0
- package/dist/feedRepository/index.d.ts +1 -0
- package/dist/feedRepository/index.d.ts.map +1 -1
- package/dist/feedRepository/observers/utils.d.ts +1 -0
- package/dist/feedRepository/observers/utils.d.ts.map +1 -1
- package/dist/fileRepository/events/index.d.ts +2 -0
- package/dist/fileRepository/events/index.d.ts.map +1 -0
- package/dist/fileRepository/index.d.ts +2 -0
- package/dist/fileRepository/index.d.ts.map +1 -1
- package/dist/fileRepository/observers/index.d.ts +2 -0
- package/dist/fileRepository/observers/index.d.ts.map +1 -0
- package/dist/index.cjs.js +543 -247
- package/dist/index.esm.js +542 -246
- package/dist/index.umd.js +2 -2
- package/dist/invitationRepository/observers/getInvitations.d.ts.map +1 -1
- package/dist/invitationRepository/observers/getMyCommunityInvitations.d.ts +1 -1
- package/dist/invitationRepository/observers/getMyCommunityInvitations.d.ts.map +1 -1
- package/dist/liveReactionRepository/observers/getReactions.d.ts.map +1 -1
- package/dist/messageRepository/observers/getMessages/getMessages.d.ts.map +1 -1
- package/dist/notificationTray/observers/getNotificationTrayItems.d.ts +1 -1
- package/dist/notificationTray/observers/getNotificationTrayItems.d.ts.map +1 -1
- package/dist/postRepository/observers/getGlobalPinnedPosts.d.ts +1 -1
- package/dist/postRepository/observers/getGlobalPinnedPosts.d.ts.map +1 -1
- package/dist/postRepository/observers/getPinnedPosts.d.ts +1 -1
- package/dist/postRepository/observers/getPinnedPosts.d.ts.map +1 -1
- package/dist/postRepository/observers/getPosts.d.ts.map +1 -1
- package/dist/postRepository/observers/searchPostsByHashtag.d.ts.map +1 -1
- package/dist/postRepository/observers/semanticSearchPosts.d.ts +1 -1
- package/dist/postRepository/observers/semanticSearchPosts.d.ts.map +1 -1
- package/dist/postRepository/observers/utils.d.ts +1 -0
- package/dist/postRepository/observers/utils.d.ts.map +1 -1
- package/dist/postRepository/utils/PostCommentCountEngine/ApproveTask.d.ts +16 -0
- package/dist/postRepository/utils/PostCommentCountEngine/ApproveTask.d.ts.map +1 -0
- package/dist/postRepository/utils/PostCommentCountEngine/PostCommentCountEngine.d.ts +15 -1
- package/dist/postRepository/utils/PostCommentCountEngine/PostCommentCountEngine.d.ts.map +1 -1
- package/dist/postRepository/utils/latestComments.d.ts +10 -0
- package/dist/postRepository/utils/latestComments.d.ts.map +1 -0
- package/dist/postRepository/utils/payload.d.ts.map +1 -1
- package/dist/productRepository/api/index.d.ts +2 -0
- package/dist/productRepository/api/index.d.ts.map +1 -0
- package/dist/productRepository/events/index.d.ts +2 -0
- package/dist/productRepository/events/index.d.ts.map +1 -0
- package/dist/productRepository/index.d.ts +2 -0
- package/dist/productRepository/index.d.ts.map +1 -1
- package/dist/productRepository/observers/getProduct.d.ts.map +1 -1
- package/dist/productRepository/observers/searchProducts.d.ts.map +1 -1
- package/dist/reactionRepository/observers/getReactions/getReactions.d.ts.map +1 -1
- package/dist/roomPresenceRepository/events/index.d.ts +2 -0
- package/dist/roomPresenceRepository/events/index.d.ts.map +1 -0
- package/dist/roomPresenceRepository/index.d.ts +2 -0
- package/dist/roomPresenceRepository/index.d.ts.map +1 -1
- package/dist/roomPresenceRepository/observers/index.d.ts +2 -0
- package/dist/roomPresenceRepository/observers/index.d.ts.map +1 -0
- package/dist/roomRepository/api/index.d.ts +0 -1
- package/dist/roomRepository/api/index.d.ts.map +1 -1
- package/dist/roomRepository/observers/getRoom.d.ts.map +1 -1
- package/dist/roomRepository/observers/utils.d.ts +1 -0
- package/dist/roomRepository/observers/utils.d.ts.map +1 -1
- package/dist/storyRepository/events/index.d.ts +8 -0
- package/dist/storyRepository/events/index.d.ts.map +1 -0
- package/dist/storyRepository/index.d.ts +1 -0
- package/dist/storyRepository/index.d.ts.map +1 -1
- package/dist/storyRepository/observers/getActiveStoriesByTarget.d.ts.map +1 -1
- package/dist/storyRepository/observers/getStoryByStoryId.d.ts.map +1 -1
- package/dist/storyRepository/observers/getTargetById.d.ts.map +1 -1
- package/dist/storyRepository/observers/getTargetsByTargetIds.d.ts.map +1 -1
- package/dist/subChannelRepository/observers/getSubChannels/getSubChannels.d.ts.map +1 -1
- package/dist/userRepository/observers/getReachedUsers.d.ts.map +1 -1
- package/dist/utils/constants.d.ts +1 -0
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/linkedObject/postLinkedObject.d.ts.map +1 -1
- package/package.json +4 -2
- package/dist/__mocks__/marker/api/getMessageMarkers.d.ts +0 -3
- package/dist/__mocks__/marker/api/getMessageMarkers.d.ts.map +0 -1
- package/dist/__mocks__/marker/api/getSubChannelMarkers.d.ts +0 -3
- package/dist/__mocks__/marker/api/getSubChannelMarkers.d.ts.map +0 -1
- package/dist/__mocks__/marker/api/index.d.ts +0 -6
- package/dist/__mocks__/marker/api/index.d.ts.map +0 -1
- package/dist/adRepository/api/tests/integration/getNetworkAds.integration.test.d.ts +0 -2
- package/dist/adRepository/api/tests/integration/getNetworkAds.integration.test.d.ts.map +0 -1
- package/dist/cache/api/tests/dropFromCache.test.d.ts +0 -2
- package/dist/cache/api/tests/dropFromCache.test.d.ts.map +0 -1
- package/dist/cache/api/tests/enableCache.test.d.ts +0 -2
- package/dist/cache/api/tests/enableCache.test.d.ts.map +0 -1
- package/dist/cache/api/tests/ingestInCache.test.d.ts +0 -2
- package/dist/cache/api/tests/ingestInCache.test.d.ts.map +0 -1
- package/dist/cache/api/tests/pullFromCache.test.d.ts +0 -2
- package/dist/cache/api/tests/pullFromCache.test.d.ts.map +0 -1
- package/dist/cache/api/tests/pushToCache.test.d.ts +0 -2
- package/dist/cache/api/tests/pushToCache.test.d.ts.map +0 -1
- package/dist/cache/api/tests/upsertInCache.test.d.ts +0 -2
- package/dist/cache/api/tests/upsertInCache.test.d.ts.map +0 -1
- package/dist/cache/utils/tests/encodeKey.test.d.ts +0 -2
- package/dist/cache/utils/tests/encodeKey.test.d.ts.map +0 -1
- package/dist/cache/utils/tests/partialMatch.test.d.ts +0 -2
- package/dist/cache/utils/tests/partialMatch.test.d.ts.map +0 -1
- package/dist/categoryRepository/api/tests/integration/getCategory.integration.test.d.ts +0 -2
- package/dist/categoryRepository/api/tests/integration/getCategory.integration.test.d.ts.map +0 -1
- package/dist/categoryRepository/internalApi/tests/integration/getCategory.integration.test.d.ts +0 -2
- package/dist/categoryRepository/internalApi/tests/integration/getCategory.integration.test.d.ts.map +0 -1
- package/dist/categoryRepository/internalApi/tests/integration/queryCategories.integration.test.d.ts +0 -2
- package/dist/categoryRepository/internalApi/tests/integration/queryCategories.integration.test.d.ts.map +0 -1
- package/dist/categoryRepository/observers/tests/getCategories.test.d.ts +0 -2
- package/dist/categoryRepository/observers/tests/getCategories.test.d.ts.map +0 -1
- package/dist/categoryRepository/observers/tests/integration/getCategories.integration.test.d.ts +0 -2
- package/dist/categoryRepository/observers/tests/integration/getCategories.integration.test.d.ts.map +0 -1
- package/dist/categoryRepository/observers/tests/integration/setup.d.ts +0 -10
- package/dist/categoryRepository/observers/tests/integration/setup.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/createChannel.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/createChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/getChannel.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/getChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/getChannelByIds.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/getChannelByIds.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/createChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/createChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/deleteChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/deleteChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/getChannelByIds.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/getChannelByIds.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/joinChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/joinChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/leaveChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/leaveChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/markChannelsAsReadBySegment.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/markChannelsAsReadBySegment.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/muteChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/muteChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/queryChannels.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/queryChannels.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/unmuteChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/unmuteChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/integration/updateChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/integration/updateChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/joinChannel.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/joinChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/leaveChannel.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/leaveChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/muteChannel.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/muteChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/queryChannels.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/queryChannels.test.d.ts.map +0 -1
- package/dist/channelRepository/api/tests/unmuteChannel.test.d.ts +0 -2
- package/dist/channelRepository/api/tests/unmuteChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/channelMembership/api/tests/addMembers.test.d.ts +0 -2
- package/dist/channelRepository/channelMembership/api/tests/addMembers.test.d.ts.map +0 -1
- package/dist/channelRepository/channelMembership/api/tests/queryChannelMembers.test.d.ts +0 -2
- package/dist/channelRepository/channelMembership/api/tests/queryChannelMembers.test.d.ts.map +0 -1
- package/dist/channelRepository/channelMembership/api/tests/removeMembers.test.d.ts +0 -2
- package/dist/channelRepository/channelMembership/api/tests/removeMembers.test.d.ts.map +0 -1
- package/dist/channelRepository/channelMembership/observers/tests/getMembers.test.d.ts +0 -2
- package/dist/channelRepository/channelMembership/observers/tests/getMembers.test.d.ts.map +0 -1
- package/dist/channelRepository/channelMembership/observers/tests/searchMembers.test.d.ts +0 -2
- package/dist/channelRepository/channelMembership/observers/tests/searchMembers.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelCreated.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelCreated.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelJoined.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelJoined.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMemberAdded.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMemberAdded.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMemberBanned.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMemberBanned.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMemberRemoved.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMemberRemoved.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMemberRoleAdded.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMemberRoleAdded.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMemberRoleRemoved.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMemberRoleRemoved.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMemberUnbanned.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMemberUnbanned.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelMessagePinned.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelMessagePinned.test.d.ts.map +0 -1
- package/dist/channelRepository/events/tests/onChannelUpdated.test.d.ts +0 -2
- package/dist/channelRepository/events/tests/onChannelUpdated.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/getChannel.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/getChannel.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/getChannelWithMessagePreview.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/getChannelWithMessagePreview.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/getChannels.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/getChannels.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/getChannelsWithMessagePreview.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/getChannelsWithMessagePreview.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/getChannel.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/getChannel.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/getChannels.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/getChannels.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/getMyMembership.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/getMyMembership.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/getMyMembership.noUser.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/getMyMembership.noUser.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/getTotalChannelsUnread.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/getTotalChannelsUnread.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/getTotalChannelsUnread.noUser.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/getTotalChannelsUnread.noUser.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/observers/tests/integrations/searchChannels.integration.test.d.ts +0 -2
- package/dist/channelRepository/observers/tests/integrations/searchChannels.integration.test.d.ts.map +0 -1
- package/dist/channelRepository/utils/tests/pinnedMessage.test.d.ts +0 -2
- package/dist/channelRepository/utils/tests/pinnedMessage.test.d.ts.map +0 -1
- package/dist/channelRepository/utils/tests/prepareChannelPayload.test.d.ts +0 -6
- package/dist/channelRepository/utils/tests/prepareChannelPayload.test.d.ts.map +0 -1
- package/dist/client/api/tests/ShareableLinkConfiguration.test.d.ts +0 -2
- package/dist/client/api/tests/ShareableLinkConfiguration.test.d.ts.map +0 -1
- package/dist/client/api/tests/accessTokenExpiryWatcher.test.d.ts +0 -2
- package/dist/client/api/tests/accessTokenExpiryWatcher.test.d.ts.map +0 -1
- package/dist/client/api/tests/activeClient.test.d.ts +0 -2
- package/dist/client/api/tests/activeClient.test.d.ts.map +0 -1
- package/dist/client/api/tests/activeUser.test.d.ts +0 -2
- package/dist/client/api/tests/activeUser.test.d.ts.map +0 -1
- package/dist/client/api/tests/createClient.test.d.ts +0 -2
- package/dist/client/api/tests/createClient.test.d.ts.map +0 -1
- package/dist/client/api/tests/getSocialSettings.test.d.ts +0 -2
- package/dist/client/api/tests/getSocialSettings.test.d.ts.map +0 -1
- package/dist/client/api/tests/getToken.test.d.ts +0 -2
- package/dist/client/api/tests/getToken.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/accessTokenExpiryWatcher.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/accessTokenExpiryWatcher.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/accessTokenFunctions.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/accessTokenFunctions.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/activeUser.branches.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/activeUser.branches.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/activeUser.noUser.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/activeUser.noUser.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/createClient.branches.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/createClient.branches.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/createClient.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/createClient.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/getSettings.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/getSettings.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/login.branches.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/login.branches.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/login.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/login.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/loginAlternate.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/loginAlternate.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/loginAsBot.catch.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/loginAsBot.catch.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/loginAsBot.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/loginAsBot.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/loginAsBotTerminated.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/loginAsBotTerminated.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/loginAsVisitor.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/loginAsVisitor.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/loginAsVisitorTerminated.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/loginAsVisitorTerminated.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/logout.branches.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/logout.branches.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/resumeSession.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/resumeSession.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/resumeSessionLegacy.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/resumeSessionLegacy.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/sessionState.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/sessionState.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/setupLoginSubscriptions.branches.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/setupLoginSubscriptions.branches.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/setupLoginSubscriptions.legacyUnread.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/setupLoginSubscriptions.legacyUnread.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/utilities.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/utilities.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/integration/validateAndTerminate.integration.test.d.ts +0 -2
- package/dist/client/api/tests/integration/validateAndTerminate.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/login.test.d.ts +0 -2
- package/dist/client/api/tests/login.test.d.ts.map +0 -1
- package/dist/client/api/tests/loginWithAccessToken.test.d.ts +0 -2
- package/dist/client/api/tests/loginWithAccessToken.test.d.ts.map +0 -1
- package/dist/client/api/tests/logout.test.d.ts +0 -2
- package/dist/client/api/tests/logout.test.d.ts.map +0 -1
- package/dist/client/api/tests/notifications.integration.test.d.ts +0 -2
- package/dist/client/api/tests/notifications.integration.test.d.ts.map +0 -1
- package/dist/client/api/tests/renewTokenWithHandler.test.d.ts +0 -2
- package/dist/client/api/tests/renewTokenWithHandler.test.d.ts.map +0 -1
- package/dist/client/api/tests/renewWithAccessToken.test.d.ts +0 -2
- package/dist/client/api/tests/renewWithAccessToken.test.d.ts.map +0 -1
- package/dist/client/api/tests/renewal.test.d.ts +0 -2
- package/dist/client/api/tests/renewal.test.d.ts.map +0 -1
- package/dist/client/api/tests/resumeSession.test.d.ts +0 -2
- package/dist/client/api/tests/resumeSession.test.d.ts.map +0 -1
- package/dist/client/api/tests/setSessionState.test.d.ts +0 -2
- package/dist/client/api/tests/setSessionState.test.d.ts.map +0 -1
- package/dist/client/api/tests/terminateClient.test.d.ts +0 -2
- package/dist/client/api/tests/terminateClient.test.d.ts.map +0 -1
- package/dist/client/api/tests/validateAccessToken.test.d.ts +0 -2
- package/dist/client/api/tests/validateAccessToken.test.d.ts.map +0 -1
- package/dist/client/events/tests/onSessionStateChange.test.d.ts +0 -2
- package/dist/client/events/tests/onSessionStateChange.test.d.ts.map +0 -1
- package/dist/client/events/tests/onTokenTerminated.test.d.ts +0 -2
- package/dist/client/events/tests/onTokenTerminated.test.d.ts.map +0 -1
- package/dist/client/events/tests/onVisitorUsageLimitReached.test.d.ts +0 -2
- package/dist/client/events/tests/onVisitorUsageLimitReached.test.d.ts.map +0 -1
- package/dist/client/observers/tests/integrations/getUserUnread.integration.test.d.ts +0 -2
- package/dist/client/observers/tests/integrations/getUserUnread.integration.test.d.ts.map +0 -1
- package/dist/client/observers/tests/integrations/getUserUnreadEdgeCases.integration.test.d.ts +0 -2
- package/dist/client/observers/tests/integrations/getUserUnreadEdgeCases.integration.test.d.ts.map +0 -1
- package/dist/client/utils/tests/autoSubscriptionManager.test.d.ts +0 -2
- package/dist/client/utils/tests/autoSubscriptionManager.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/approveComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/approveComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/createComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/createComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/declineComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/declineComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/deleteComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/deleteComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/getComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/getComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/getCommentByIds.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/getCommentByIds.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/getComments.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/getComments.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/hardDeleteComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/hardDeleteComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/createComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/createComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/deleteComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/deleteComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/flagComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/flagComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/getComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/getComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/getCommentByIds.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/getCommentByIds.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/getComments.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/getComments.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/hardDeleteComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/hardDeleteComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/isCommentFlaggedByMe.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/isCommentFlaggedByMe.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/queryComments.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/queryComments.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/softDeleteComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/softDeleteComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/unflagComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/unflagComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/integration/updateComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/integration/updateComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/queryComments.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/queryComments.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/softDeleteComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/softDeleteComment.test.d.ts.map +0 -1
- package/dist/commentRepository/api/tests/updateComment.test.d.ts +0 -2
- package/dist/commentRepository/api/tests/updateComment.test.d.ts.map +0 -1
- package/dist/commentRepository/events/tests/onCommentApproved.test.d.ts +0 -2
- package/dist/commentRepository/events/tests/onCommentApproved.test.d.ts.map +0 -1
- package/dist/commentRepository/events/tests/onCommentCreated.test.d.ts +0 -2
- package/dist/commentRepository/events/tests/onCommentCreated.test.d.ts.map +0 -1
- package/dist/commentRepository/events/tests/onCommentDeleted.test.d.ts +0 -2
- package/dist/commentRepository/events/tests/onCommentDeleted.test.d.ts.map +0 -1
- package/dist/commentRepository/observers/tests/CommentPaginationController.test.d.ts +0 -2
- package/dist/commentRepository/observers/tests/CommentPaginationController.test.d.ts.map +0 -1
- package/dist/commentRepository/observers/tests/getComment.test.d.ts +0 -2
- package/dist/commentRepository/observers/tests/getComment.test.d.ts.map +0 -1
- package/dist/commentRepository/observers/tests/integrations/getComment.integration.test.d.ts +0 -2
- package/dist/commentRepository/observers/tests/integrations/getComment.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/observers/tests/integrations/getCommentReviewQueue.integration.test.d.ts +0 -2
- package/dist/commentRepository/observers/tests/integrations/getCommentReviewQueue.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/observers/tests/integrations/getComments.integration.test.d.ts +0 -2
- package/dist/commentRepository/observers/tests/integrations/getComments.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/observers/tests/integrations/getCommentsExcludeBlockUser.integration.test.d.ts +0 -2
- package/dist/commentRepository/observers/tests/integrations/getCommentsExcludeBlockUser.integration.test.d.ts.map +0 -1
- package/dist/commentRepository/utils/tests/payload.test.d.ts +0 -2
- package/dist/commentRepository/utils/tests/payload.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/createCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/createCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/deleteCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/deleteCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/getCommunities.test.d.ts +0 -2
- package/dist/communityRepository/api/test/getCommunities.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/getCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/getCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/getRecommendedCommunities.test.d.ts +0 -2
- package/dist/communityRepository/api/test/getRecommendedCommunities.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/getTrendingCommunities.test.d.ts +0 -2
- package/dist/communityRepository/api/test/getTrendingCommunities.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/createCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/createCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/deleteCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/deleteCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/getCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/getCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/getCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/getCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/getRecommendedCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/getRecommendedCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/getTrendingCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/getTrendingCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/joinCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/joinCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/leaveCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/leaveCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/queryCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/queryCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/setup.d.ts +0 -17
- package/dist/communityRepository/api/test/integration/setup.d.ts.map +0 -1
- package/dist/communityRepository/api/test/integration/updateCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/api/test/integration/updateCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/joinCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/joinCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/leaveCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/leaveCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/queryCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/queryCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/api/test/updateCommunity.test.d.ts +0 -2
- package/dist/communityRepository/api/test/updateCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/addMembers.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/api/tests/addMembers.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/integration/addMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/api/tests/integration/addMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/integration/queryCommunityMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/api/tests/integration/queryCommunityMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/integration/removeMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/api/tests/integration/removeMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/integration/setup.d.ts +0 -10
- package/dist/communityRepository/communityMembership/api/tests/integration/setup.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/queryCommunityMembers.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/api/tests/queryCommunityMembers.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/api/tests/removeMembers.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/api/tests/removeMembers.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityJoined.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityJoined.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityLeft.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityLeft.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserAdded.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserAdded.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserBanned.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserBanned.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserRemoved.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserRemoved.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserRoleAdded.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserRoleAdded.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserRoleRemoved.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserRoleRemoved.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserUnbaned.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/onCommunityUserUnbaned.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/events/tests/utils.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/events/tests/utils.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/observers/tests/getMembers.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/observers/tests/getMembers.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/observers/tests/integration/getMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/observers/tests/integration/getMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/observers/tests/integration/searchMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityMembership/observers/tests/integration/searchMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityMembership/observers/tests/integration/setup.d.ts +0 -8
- package/dist/communityRepository/communityMembership/observers/tests/integration/setup.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/addRoles.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/addRoles.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/banMembers.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/banMembers.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/integration/addRoles.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/integration/addRoles.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/integration/banMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/integration/banMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/integration/removeRoles.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/integration/removeRoles.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/integration/setup.d.ts +0 -14
- package/dist/communityRepository/communityModeration/api/test/integration/setup.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/integration/unbanMembers.integration.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/integration/unbanMembers.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/removeRoles.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/removeRoles.test.d.ts.map +0 -1
- package/dist/communityRepository/communityModeration/api/test/unbanMembers.test.d.ts +0 -2
- package/dist/communityRepository/communityModeration/api/test/unbanMembers.test.d.ts.map +0 -1
- package/dist/communityRepository/events/test/onCommunityCreated.test.d.ts +0 -2
- package/dist/communityRepository/events/test/onCommunityCreated.test.d.ts.map +0 -1
- package/dist/communityRepository/events/test/onCommunityDeleted.test.d.ts +0 -2
- package/dist/communityRepository/events/test/onCommunityDeleted.test.d.ts.map +0 -1
- package/dist/communityRepository/events/test/onCommunityUpdated.test.d.ts +0 -2
- package/dist/communityRepository/events/test/onCommunityUpdated.test.d.ts.map +0 -1
- package/dist/communityRepository/events/test/utils.test.d.ts +0 -2
- package/dist/communityRepository/events/test/utils.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/getCommunities.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/getCommunities.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/getCommunity.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/getCommunity.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/getCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/getCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/getCommunity.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/getCommunity.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/getJoinRequestList.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/getJoinRequestList.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/getJoinRequests.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/getJoinRequests.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/getRecommendedCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/getRecommendedCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/getTrendingCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/getTrendingCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/searchCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/searchCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/semanticSearchCommunities.integration.test.d.ts +0 -2
- package/dist/communityRepository/observers/tests/integration/semanticSearchCommunities.integration.test.d.ts.map +0 -1
- package/dist/communityRepository/observers/tests/integration/setup.d.ts +0 -21
- package/dist/communityRepository/observers/tests/integration/setup.d.ts.map +0 -1
- package/dist/core/query/tests/filtering.test.d.ts +0 -2
- package/dist/core/query/tests/filtering.test.d.ts.map +0 -1
- package/dist/core/query/tests/paging.test.d.ts +0 -2
- package/dist/core/query/tests/paging.test.d.ts.map +0 -1
- package/dist/core/query/tests/query.test.d.ts +0 -2
- package/dist/core/query/tests/query.test.d.ts.map +0 -1
- package/dist/core/query/tests/runQuery.test.d.ts +0 -2
- package/dist/core/query/tests/runQuery.test.d.ts.map +0 -1
- package/dist/core/tests/subscription.test.d.ts +0 -2
- package/dist/core/tests/subscription.test.d.ts.map +0 -1
- package/dist/core/transports/tests/http.test.d.ts +0 -2
- package/dist/core/transports/tests/http.test.d.ts.map +0 -1
- package/dist/core/transports/tests/mqtt.test.d.ts +0 -2
- package/dist/core/transports/tests/mqtt.test.d.ts.map +0 -1
- package/dist/curatedContentRepository/api/tests/getPool.test.d.ts +0 -2
- package/dist/curatedContentRepository/api/tests/getPool.test.d.ts.map +0 -1
- package/dist/curatedContentRepository/api/tests/integration/getPool.integration.test.d.ts +0 -2
- package/dist/curatedContentRepository/api/tests/integration/getPool.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/api/tests/integration/createEvent.integration.test.d.ts +0 -2
- package/dist/eventRepository/api/tests/integration/createEvent.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/api/tests/integration/deleteEvent.integration.test.d.ts +0 -2
- package/dist/eventRepository/api/tests/integration/deleteEvent.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/api/tests/integration/updateEvent.integration.test.d.ts +0 -2
- package/dist/eventRepository/api/tests/integration/updateEvent.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/internalApi/tests/integration/createRSVP.integration.test.d.ts +0 -2
- package/dist/eventRepository/internalApi/tests/integration/createRSVP.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/internalApi/tests/integration/getEvent.integration.test.d.ts +0 -2
- package/dist/eventRepository/internalApi/tests/integration/getEvent.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/internalApi/tests/integration/getMyRSVP.integration.test.d.ts +0 -2
- package/dist/eventRepository/internalApi/tests/integration/getMyRSVP.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/internalApi/tests/integration/updateRSVP.integration.test.d.ts +0 -2
- package/dist/eventRepository/internalApi/tests/integration/updateRSVP.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/observers/tests/integrations/getEvent.integration.test.d.ts +0 -2
- package/dist/eventRepository/observers/tests/integrations/getEvent.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/observers/tests/integrations/getEvents.integration.test.d.ts +0 -2
- package/dist/eventRepository/observers/tests/integrations/getEvents.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/observers/tests/integrations/getMyEvents.integration.test.d.ts +0 -2
- package/dist/eventRepository/observers/tests/integrations/getMyEvents.integration.test.d.ts.map +0 -1
- package/dist/eventRepository/observers/tests/integrations/getRSVPs.integration.test.d.ts +0 -2
- package/dist/eventRepository/observers/tests/integrations/getRSVPs.integration.test.d.ts.map +0 -1
- package/dist/external/api/tests/createUserToken.test.d.ts +0 -2
- package/dist/external/api/tests/createUserToken.test.d.ts.map +0 -1
- package/dist/external/api/tests/integration/createUserToken.integration.test.d.ts +0 -2
- package/dist/external/api/tests/integration/createUserToken.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/api/test/getCustomRankingGlobalFeed.test.d.ts +0 -2
- package/dist/feedRepository/api/test/getCustomRankingGlobalFeed.test.d.ts.map +0 -1
- package/dist/feedRepository/api/test/queryGlobalFeed.test.d.ts +0 -2
- package/dist/feedRepository/api/test/queryGlobalFeed.test.d.ts.map +0 -1
- package/dist/feedRepository/api/tests/integration/queryGlobalFeed.integration.test.d.ts +0 -2
- package/dist/feedRepository/api/tests/integration/queryGlobalFeed.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/observers/tests/integration/getCommunityFeed.integration.test.d.ts +0 -2
- package/dist/feedRepository/observers/tests/integration/getCommunityFeed.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/observers/tests/integration/getCustomRankingGlobalFeed.integration.test.d.ts +0 -2
- package/dist/feedRepository/observers/tests/integration/getCustomRankingGlobalFeed.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/observers/tests/integration/getForYouFeed.integration.test.d.ts +0 -2
- package/dist/feedRepository/observers/tests/integration/getForYouFeed.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/observers/tests/integration/getGlobalFeed.integration.test.d.ts +0 -2
- package/dist/feedRepository/observers/tests/integration/getGlobalFeed.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/observers/tests/integration/getUserFeed.integration.test.d.ts +0 -2
- package/dist/feedRepository/observers/tests/integration/getUserFeed.integration.test.d.ts.map +0 -1
- package/dist/feedRepository/observers/tests/unit/CursorController.test.d.ts +0 -2
- package/dist/feedRepository/observers/tests/unit/CursorController.test.d.ts.map +0 -1
- package/dist/fileRepository/api/test/uploadFile.test.d.ts +0 -2
- package/dist/fileRepository/api/test/uploadFile.test.d.ts.map +0 -1
- package/dist/fileRepository/api/test/uploadImage.test.d.ts +0 -2
- package/dist/fileRepository/api/test/uploadImage.test.d.ts.map +0 -1
- package/dist/fileRepository/api/test/uploadVideo.test.d.ts +0 -2
- package/dist/fileRepository/api/test/uploadVideo.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/deleteFile.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/deleteFile.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/fileUrlWithSize.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/fileUrlWithSize.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/getFile.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/getFile.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/updateAltText.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/updateAltText.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/uploadAudio.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/uploadAudio.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/uploadClip.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/uploadClip.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/uploadFile.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/uploadFile.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/uploadImage.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/uploadImage.integration.test.d.ts.map +0 -1
- package/dist/fileRepository/api/tests/integration/uploadVideo.integration.test.d.ts +0 -2
- package/dist/fileRepository/api/tests/integration/uploadVideo.integration.test.d.ts.map +0 -1
- package/dist/group/utils/test/withUsers.test.d.ts +0 -2
- package/dist/group/utils/test/withUsers.test.d.ts.map +0 -1
- package/dist/invitationRepository/api/tests/integration/cancelInvitation.integration.test.d.ts +0 -2
- package/dist/invitationRepository/api/tests/integration/cancelInvitation.integration.test.d.ts.map +0 -1
- package/dist/invitationRepository/observers/tests/integrations/getInvitations.integration.test.d.ts +0 -2
- package/dist/invitationRepository/observers/tests/integrations/getInvitations.integration.test.d.ts.map +0 -1
- package/dist/invitationRepository/observers/tests/integrations/getInvitations.noUser.integration.test.d.ts +0 -2
- package/dist/invitationRepository/observers/tests/integrations/getInvitations.noUser.integration.test.d.ts.map +0 -1
- package/dist/invitationRepository/observers/tests/integrations/getMyCommunityInvitations.integration.test.d.ts +0 -2
- package/dist/invitationRepository/observers/tests/integrations/getMyCommunityInvitations.integration.test.d.ts.map +0 -1
- package/dist/liveReactionRepository/api/tests/integration/createReaction.integration.test.d.ts +0 -2
- package/dist/liveReactionRepository/api/tests/integration/createReaction.integration.test.d.ts.map +0 -1
- package/dist/liveReactionRepository/events/tests/integration/onLiveReactionCreated.integration.test.d.ts +0 -2
- package/dist/liveReactionRepository/events/tests/integration/onLiveReactionCreated.integration.test.d.ts.map +0 -1
- package/dist/liveReactionRepository/observers/tests/integrations/getReactions.integration.test.d.ts +0 -2
- package/dist/liveReactionRepository/observers/tests/integrations/getReactions.integration.test.d.ts.map +0 -1
- package/dist/liveReactionRepository/observers/tests/integrations/getReactions.noUser.integration.test.d.ts +0 -2
- package/dist/liveReactionRepository/observers/tests/integrations/getReactions.noUser.integration.test.d.ts.map +0 -1
- package/dist/marker/api/tests/getChannelMarkers.test.d.ts +0 -2
- package/dist/marker/api/tests/getChannelMarkers.test.d.ts.map +0 -1
- package/dist/marker/api/tests/getMessageMarkers.test.d.ts +0 -2
- package/dist/marker/api/tests/getMessageMarkers.test.d.ts.map +0 -1
- package/dist/marker/api/tests/getSubChannelMarkers.test.d.ts +0 -2
- package/dist/marker/api/tests/getSubChannelMarkers.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/createMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/createMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/deleteMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/deleteMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/editMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/editMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/flagMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/flagMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/getMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/getMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/getMessages.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/getMessages.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/createMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/createMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/deleteMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/deleteMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/editMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/editMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/flagMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/flagMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/getDeliveredUsers.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/getDeliveredUsers.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/getReadUsers.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/getReadUsers.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/isMessageFlaggedByMe.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/isMessageFlaggedByMe.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/markAsDelivered.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/markAsDelivered.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/queryMessages.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/queryMessages.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/softDeleteMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/softDeleteMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/unflagMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/unflagMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/integration/updateMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/integration/updateMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/markAsDelivered.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/markAsDelivered.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/pinMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/pinMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/queryMessages.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/queryMessages.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/unflagMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/unflagMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/api/tests/unpinMessage.test.d.ts +0 -2
- package/dist/messageRepository/api/tests/unpinMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/events/tests/events.test.d.ts +0 -2
- package/dist/messageRepository/events/tests/events.test.d.ts.map +0 -1
- package/dist/messageRepository/observers/tests/getAroundMessages.test.d.ts +0 -2
- package/dist/messageRepository/observers/tests/getAroundMessages.test.d.ts.map +0 -1
- package/dist/messageRepository/observers/tests/getMessage.test.d.ts +0 -2
- package/dist/messageRepository/observers/tests/getMessage.test.d.ts.map +0 -1
- package/dist/messageRepository/observers/tests/getMessages.test.d.ts +0 -2
- package/dist/messageRepository/observers/tests/getMessages.test.d.ts.map +0 -1
- package/dist/messageRepository/observers/tests/integration/getMessage.integration.test.d.ts +0 -2
- package/dist/messageRepository/observers/tests/integration/getMessage.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/observers/tests/integration/getMessages.integration.test.d.ts +0 -2
- package/dist/messageRepository/observers/tests/integration/getMessages.integration.test.d.ts.map +0 -1
- package/dist/messageRepository/observers/tests/markReadMessage.test.d.ts +0 -2
- package/dist/messageRepository/observers/tests/markReadMessage.test.d.ts.map +0 -1
- package/dist/notificationTray/api/tests/integration/markItemsSeen.integration.test.d.ts +0 -2
- package/dist/notificationTray/api/tests/integration/markItemsSeen.integration.test.d.ts.map +0 -1
- package/dist/notificationTray/api/tests/integration/markTraySeen.integration.test.d.ts +0 -2
- package/dist/notificationTray/api/tests/integration/markTraySeen.integration.test.d.ts.map +0 -1
- package/dist/notificationTray/events/tests/integrations/onNotificationTraySeenUpdated.integration.test.d.ts +0 -2
- package/dist/notificationTray/events/tests/integrations/onNotificationTraySeenUpdated.integration.test.d.ts.map +0 -1
- package/dist/notificationTray/internalApi/tests/integration/getNotificationTraySeen.integration.test.d.ts +0 -2
- package/dist/notificationTray/internalApi/tests/integration/getNotificationTraySeen.integration.test.d.ts.map +0 -1
- package/dist/notificationTray/observers/tests/integrations/getNotificationTrayItems.integration.test.d.ts +0 -2
- package/dist/notificationTray/observers/tests/integrations/getNotificationTrayItems.integration.test.d.ts.map +0 -1
- package/dist/notificationTray/observers/tests/integrations/getNotificationTraySeen.integration.test.d.ts +0 -2
- package/dist/notificationTray/observers/tests/integrations/getNotificationTraySeen.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/closePoll.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/closePoll.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/createPoll.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/createPoll.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/getPoll.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/getPoll.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/integration/closePoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/integration/closePoll.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/integration/createPoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/integration/createPoll.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/integration/deletePoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/integration/deletePoll.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/integration/getPoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/integration/getPoll.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/integration/unvotePoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/integration/unvotePoll.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/integration/votePoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/integration/votePoll.integration.test.d.ts.map +0 -1
- package/dist/pollRepository/api/tests/votePoll.test.d.ts +0 -2
- package/dist/pollRepository/api/tests/votePoll.test.d.ts.map +0 -1
- package/dist/pollRepository/observers/tests/integrations/getPoll.integration.test.d.ts +0 -2
- package/dist/pollRepository/observers/tests/integrations/getPoll.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/getPost.test.d.ts +0 -2
- package/dist/postRepository/api/tests/getPost.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/getPostByIds.test.d.ts +0 -2
- package/dist/postRepository/api/tests/getPostByIds.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/getPosts.test.d.ts +0 -2
- package/dist/postRepository/api/tests/getPosts.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/approvePost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/approvePost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/createOtherPosts.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/createOtherPosts.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/createPost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/createPost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/declinePost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/declinePost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/deletePost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/deletePost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/editPost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/editPost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/flagPost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/flagPost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/getPost.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/getPost.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/getPostByIds.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/getPostByIds.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/getPosts.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/getPosts.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/observerCollections.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/observerCollections.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/pinProduct.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/pinProduct.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/setup.d.ts +0 -67
- package/dist/postRepository/api/tests/integration/setup.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/unpinProduct.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/unpinProduct.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/integration/updateProductTags.integration.test.d.ts +0 -2
- package/dist/postRepository/api/tests/integration/updateProductTags.integration.test.d.ts.map +0 -1
- package/dist/postRepository/api/tests/queryPosts.test.d.ts +0 -2
- package/dist/postRepository/api/tests/queryPosts.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostApproved.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostApproved.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostCreated.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostCreated.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostDeclined.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostDeclined.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostDeleted.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostDeleted.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostFlagged.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostFlagged.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostReactionAdded.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostReactionAdded.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostReactionRemoved.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostReactionRemoved.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostUnflagged.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostUnflagged.test.d.ts.map +0 -1
- package/dist/postRepository/events/tests/onPostUpdated.test.d.ts +0 -2
- package/dist/postRepository/events/tests/onPostUpdated.test.d.ts.map +0 -1
- package/dist/postRepository/observers/tests/getPost.test.d.ts +0 -2
- package/dist/postRepository/observers/tests/getPost.test.d.ts.map +0 -1
- package/dist/postRepository/observers/tests/getPosts.test.d.ts +0 -2
- package/dist/postRepository/observers/tests/getPosts.test.d.ts.map +0 -1
- package/dist/postRepository/observers/tests/getPostsExcludeBlockUser.test.d.ts +0 -2
- package/dist/postRepository/observers/tests/getPostsExcludeBlockUser.test.d.ts.map +0 -1
- package/dist/postRepository/tests/integration/postAnalytics.integration.test.d.ts +0 -2
- package/dist/postRepository/tests/integration/postAnalytics.integration.test.d.ts.map +0 -1
- package/dist/postRepository/tests/integration/setup.d.ts +0 -6
- package/dist/postRepository/tests/integration/setup.d.ts.map +0 -1
- package/dist/postRepository/utils/PostCommentCountEngine/tests/pendingAuthoredComments.test.d.ts +0 -2
- package/dist/postRepository/utils/PostCommentCountEngine/tests/pendingAuthoredComments.test.d.ts.map +0 -1
- package/dist/productRepository/tests/integration/getProduct.integration.test.d.ts +0 -2
- package/dist/productRepository/tests/integration/getProduct.integration.test.d.ts.map +0 -1
- package/dist/productRepository/tests/integration/productAnalytics.integration.test.d.ts +0 -2
- package/dist/productRepository/tests/integration/productAnalytics.integration.test.d.ts.map +0 -1
- package/dist/productRepository/tests/integration/searchProducts.integration.test.d.ts +0 -2
- package/dist/productRepository/tests/integration/searchProducts.integration.test.d.ts.map +0 -1
- package/dist/productRepository/tests/integration/setup.d.ts +0 -11
- package/dist/productRepository/tests/integration/setup.d.ts.map +0 -1
- package/dist/reactionRepository/api/tests/addReaction.test.d.ts +0 -2
- package/dist/reactionRepository/api/tests/addReaction.test.d.ts.map +0 -1
- package/dist/reactionRepository/api/tests/integration/addReaction.integration.test.d.ts +0 -2
- package/dist/reactionRepository/api/tests/integration/addReaction.integration.test.d.ts.map +0 -1
- package/dist/reactionRepository/api/tests/integration/queryReactions.integration.test.d.ts +0 -2
- package/dist/reactionRepository/api/tests/integration/queryReactions.integration.test.d.ts.map +0 -1
- package/dist/reactionRepository/api/tests/integration/queryReactor.integration.test.d.ts +0 -2
- package/dist/reactionRepository/api/tests/integration/queryReactor.integration.test.d.ts.map +0 -1
- package/dist/reactionRepository/api/tests/integration/removeReaction.integration.test.d.ts +0 -2
- package/dist/reactionRepository/api/tests/integration/removeReaction.integration.test.d.ts.map +0 -1
- package/dist/reactionRepository/api/tests/removeReaction.test.d.ts +0 -2
- package/dist/reactionRepository/api/tests/removeReaction.test.d.ts.map +0 -1
- package/dist/reactionRepository/observers/tests/integrations/getReactions.integration.test.d.ts +0 -2
- package/dist/reactionRepository/observers/tests/integrations/getReactions.integration.test.d.ts.map +0 -1
- package/dist/report/api/tests/createReport.test.d.ts +0 -2
- package/dist/report/api/tests/createReport.test.d.ts.map +0 -1
- package/dist/report/api/tests/deleteReport.test.d.ts +0 -2
- package/dist/report/api/tests/deleteReport.test.d.ts.map +0 -1
- package/dist/report/api/tests/integration/createReport.integration.test.d.ts +0 -2
- package/dist/report/api/tests/integration/createReport.integration.test.d.ts.map +0 -1
- package/dist/report/api/tests/integration/deleteReport.integration.test.d.ts +0 -2
- package/dist/report/api/tests/integration/deleteReport.integration.test.d.ts.map +0 -1
- package/dist/report/api/tests/integration/isReportedByMe.integration.test.d.ts +0 -2
- package/dist/report/api/tests/integration/isReportedByMe.integration.test.d.ts.map +0 -1
- package/dist/role/api/tests/integration/getRole.integration.test.d.ts +0 -2
- package/dist/role/api/tests/integration/getRole.integration.test.d.ts.map +0 -1
- package/dist/role/api/tests/integration/queryRoles.integration.test.d.ts +0 -2
- package/dist/role/api/tests/integration/queryRoles.integration.test.d.ts.map +0 -1
- package/dist/roomPresenceRepository/api/tests/integration/getRoomOnlineUsers.integration.test.d.ts +0 -2
- package/dist/roomPresenceRepository/api/tests/integration/getRoomOnlineUsers.integration.test.d.ts.map +0 -1
- package/dist/roomPresenceRepository/api/tests/integration/getRoomUserCount.integration.test.d.ts +0 -2
- package/dist/roomPresenceRepository/api/tests/integration/getRoomUserCount.integration.test.d.ts.map +0 -1
- package/dist/roomPresenceRepository/api/tests/integration/startHeartbeat.integration.test.d.ts +0 -2
- package/dist/roomPresenceRepository/api/tests/integration/startHeartbeat.integration.test.d.ts.map +0 -1
- package/dist/roomPresenceRepository/api/tests/integration/stopHeartbeat.integration.test.d.ts +0 -2
- package/dist/roomPresenceRepository/api/tests/integration/stopHeartbeat.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/getRecordedUrl.d.ts +0 -19
- package/dist/roomRepository/api/getRecordedUrl.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/createRoom.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/createRoom.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/deleteRoom.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/deleteRoom.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/getBroadcasterData.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/getBroadcasterData.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/getRecordedUrl.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/getRecordedUrl.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/leaveRoom.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/leaveRoom.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/removeParticipant.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/removeParticipant.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/roomAnalytics.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/roomAnalytics.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/setup.d.ts +0 -23
- package/dist/roomRepository/api/tests/integration/setup.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/stopRoom.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/stopRoom.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/updateCohostPermission.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/updateCohostPermission.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/api/tests/integration/updateRoom.integration.test.d.ts +0 -2
- package/dist/roomRepository/api/tests/integration/updateRoom.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/observers/tests/integration/getRoom.integration.test.d.ts +0 -2
- package/dist/roomRepository/observers/tests/integration/getRoom.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/observers/tests/integration/getRooms.integration.test.d.ts +0 -2
- package/dist/roomRepository/observers/tests/integration/getRooms.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/observers/tests/integration/observerUtils.integration.test.d.ts +0 -2
- package/dist/roomRepository/observers/tests/integration/observerUtils.integration.test.d.ts.map +0 -1
- package/dist/roomRepository/observers/tests/integration/setup.d.ts +0 -2
- package/dist/roomRepository/observers/tests/integration/setup.d.ts.map +0 -1
- package/dist/storyRepository/api/tests/integration/createImageStory.integration.test.d.ts +0 -2
- package/dist/storyRepository/api/tests/integration/createImageStory.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/api/tests/integration/createVideoStory.integration.test.d.ts +0 -2
- package/dist/storyRepository/api/tests/integration/createVideoStory.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/api/tests/integration/hardDeleteStory.integration.test.d.ts +0 -2
- package/dist/storyRepository/api/tests/integration/hardDeleteStory.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/api/tests/integration/softDeleteStory.integration.test.d.ts +0 -2
- package/dist/storyRepository/api/tests/integration/softDeleteStory.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/internalApi/tests/integration/getStoryByStoryId.integration.test.d.ts +0 -2
- package/dist/storyRepository/internalApi/tests/integration/getStoryByStoryId.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/observers/tests/integration/getActiveStoriesByTarget.integration.test.d.ts +0 -2
- package/dist/storyRepository/observers/tests/integration/getActiveStoriesByTarget.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/observers/tests/integration/getGlobalStoryTargets.integration.test.d.ts +0 -2
- package/dist/storyRepository/observers/tests/integration/getGlobalStoryTargets.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/observers/tests/integration/getStoriesByTargetIds.integration.test.d.ts +0 -2
- package/dist/storyRepository/observers/tests/integration/getStoriesByTargetIds.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/observers/tests/integration/getStoryByStoryId.integration.test.d.ts +0 -2
- package/dist/storyRepository/observers/tests/integration/getStoryByStoryId.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/observers/tests/integration/getTargetById.integration.test.d.ts +0 -2
- package/dist/storyRepository/observers/tests/integration/getTargetById.integration.test.d.ts.map +0 -1
- package/dist/storyRepository/observers/tests/integration/getTargetsByTargetIds.integration.test.d.ts +0 -2
- package/dist/storyRepository/observers/tests/integration/getTargetsByTargetIds.integration.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/createStream.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/createStream.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/deleteStream.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/deleteStream.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/getStream.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/getStream.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/integration/createStream.integration.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/integration/createStream.integration.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/integration/deleteStream.integration.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/integration/deleteStream.integration.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/integration/disposeStream.integration.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/integration/disposeStream.integration.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/integration/editStream.integration.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/integration/editStream.integration.test.d.ts.map +0 -1
- package/dist/streamRepository/api/tests/integration/updateStream.integration.test.d.ts +0 -2
- package/dist/streamRepository/api/tests/integration/updateStream.integration.test.d.ts.map +0 -1
- package/dist/streamRepository/observers/tests/getStreamById.test.d.ts +0 -2
- package/dist/streamRepository/observers/tests/getStreamById.test.d.ts.map +0 -1
- package/dist/streamRepository/observers/tests/integration/getStreamById.integration.test.d.ts +0 -2
- package/dist/streamRepository/observers/tests/integration/getStreamById.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/createSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/createSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/deleteSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/deleteSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/getSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/getSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/getSubChannels.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/getSubChannels.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/hardDeleteSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/hardDeleteSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/createSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/createSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/deleteSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/deleteSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/getSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/getSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/getSubChannels.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/getSubChannels.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/hardDeleteSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/hardDeleteSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/markAsReadBySegment.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/markAsReadBySegment.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/querySubChannels.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/querySubChannels.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/readingAPI.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/readingAPI.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/softDeleteSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/softDeleteSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/startReadingAPI.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/startReadingAPI.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/stopReadingAPI.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/stopReadingAPI.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/integration/updateSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/integration/updateSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/softDeleteSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/softDeleteSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/api/tests/updateSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/api/tests/updateSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/observers/tests/getSubChannel.test.d.ts +0 -2
- package/dist/subChannelRepository/observers/tests/getSubChannel.test.d.ts.map +0 -1
- package/dist/subChannelRepository/observers/tests/getSubChannelWithMessagePreview.test.d.ts +0 -2
- package/dist/subChannelRepository/observers/tests/getSubChannelWithMessagePreview.test.d.ts.map +0 -1
- package/dist/subChannelRepository/observers/tests/getSubChannels.test.d.ts +0 -2
- package/dist/subChannelRepository/observers/tests/getSubChannels.test.d.ts.map +0 -1
- package/dist/subChannelRepository/observers/tests/getSubChannelsWithMessagePreview.test.d.ts +0 -2
- package/dist/subChannelRepository/observers/tests/getSubChannelsWithMessagePreview.test.d.ts.map +0 -1
- package/dist/subChannelRepository/observers/tests/integrations/getSubChannel.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/observers/tests/integrations/getSubChannel.integration.test.d.ts.map +0 -1
- package/dist/subChannelRepository/observers/tests/integrations/getSubChannels.integration.test.d.ts +0 -2
- package/dist/subChannelRepository/observers/tests/integrations/getSubChannels.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/flagUser.test.d.ts +0 -2
- package/dist/userRepository/api/tests/flagUser.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/getUser.test.d.ts +0 -2
- package/dist/userRepository/api/tests/getUser.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/flagUser.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/flagUser.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/getAllBlockedUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/getAllBlockedUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/getAllBlockingUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/getAllBlockingUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/getUser.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/getUser.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/getUserByIds.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/getUserByIds.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/isUserFlaggedByMe.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/isUserFlaggedByMe.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/queryBlockedUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/queryBlockedUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/queryUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/queryUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/unflagUser.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/unflagUser.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/integration/updateUser.integration.test.d.ts +0 -2
- package/dist/userRepository/api/tests/integration/updateUser.integration.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/queryBlockedUsers.test.d.ts +0 -2
- package/dist/userRepository/api/tests/queryBlockedUsers.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/queryUsers.test.d.ts +0 -2
- package/dist/userRepository/api/tests/queryUsers.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/unflagUser.test.d.ts +0 -2
- package/dist/userRepository/api/tests/unflagUser.test.d.ts.map +0 -1
- package/dist/userRepository/api/tests/updateUser.test.d.ts +0 -2
- package/dist/userRepository/api/tests/updateUser.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/getUser.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/getUser.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/getUsers.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/getUsers.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/enums.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/enums.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/getBlockedUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/getBlockedUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/getBlockingUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/getBlockingUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/getReachedUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/getReachedUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/getUser.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/getUser.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/getUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/getUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/searchUserByDisplayName.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/searchUserByDisplayName.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/integrations/searchUsers.integration.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/integrations/searchUsers.integration.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/searchUserByDisplayName.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/searchUserByDisplayName.test.d.ts.map +0 -1
- package/dist/userRepository/observers/tests/searchUsers.test.d.ts +0 -2
- package/dist/userRepository/observers/tests/searchUsers.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/block/api/tests/blockUser.test.d.ts +0 -2
- package/dist/userRepository/relationship/block/api/tests/blockUser.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/block/api/tests/unBlockUser.test.d.ts +0 -2
- package/dist/userRepository/relationship/block/api/tests/unBlockUser.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/follow/api/tests/getFollowInfo.test.d.ts +0 -2
- package/dist/userRepository/relationship/follow/api/tests/getFollowInfo.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/follow/observers/tests/getFollowInfo.test.d.ts +0 -2
- package/dist/userRepository/relationship/follow/observers/tests/getFollowInfo.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/follow/observers/tests/getFollowers.test.d.ts +0 -2
- package/dist/userRepository/relationship/follow/observers/tests/getFollowers.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/follow/observers/tests/getFollowings.test.d.ts +0 -2
- package/dist/userRepository/relationship/follow/observers/tests/getFollowings.test.d.ts.map +0 -1
- package/dist/userRepository/relationship/follow/observers/tests/getMyFollowInfo.test.d.ts +0 -2
- package/dist/userRepository/relationship/follow/observers/tests/getMyFollowInfo.test.d.ts.map +0 -1
- package/dist/utils/tests/client.d.ts +0 -7
- package/dist/utils/tests/client.d.ts.map +0 -1
- package/dist/utils/tests/dummy/block.d.ts +0 -44
- package/dist/utils/tests/dummy/block.d.ts.map +0 -1
- package/dist/utils/tests/dummy/category.d.ts +0 -71
- package/dist/utils/tests/dummy/category.d.ts.map +0 -1
- package/dist/utils/tests/dummy/channel.d.ts +0 -237
- package/dist/utils/tests/dummy/channel.d.ts.map +0 -1
- package/dist/utils/tests/dummy/comment.d.ts +0 -127
- package/dist/utils/tests/dummy/comment.d.ts.map +0 -1
- package/dist/utils/tests/dummy/community.d.ts +0 -123
- package/dist/utils/tests/dummy/community.d.ts.map +0 -1
- package/dist/utils/tests/dummy/feed.d.ts +0 -5
- package/dist/utils/tests/dummy/feed.d.ts.map +0 -1
- package/dist/utils/tests/dummy/file.d.ts +0 -5
- package/dist/utils/tests/dummy/file.d.ts.map +0 -1
- package/dist/utils/tests/dummy/follow.d.ts +0 -14
- package/dist/utils/tests/dummy/follow.d.ts.map +0 -1
- package/dist/utils/tests/dummy/index.d.ts +0 -25
- package/dist/utils/tests/dummy/index.d.ts.map +0 -1
- package/dist/utils/tests/dummy/marker.d.ts +0 -10
- package/dist/utils/tests/dummy/marker.d.ts.map +0 -1
- package/dist/utils/tests/dummy/member.d.ts +0 -2
- package/dist/utils/tests/dummy/member.d.ts.map +0 -1
- package/dist/utils/tests/dummy/message.d.ts +0 -35
- package/dist/utils/tests/dummy/message.d.ts.map +0 -1
- package/dist/utils/tests/dummy/messagePreviewChannel.d.ts +0 -3
- package/dist/utils/tests/dummy/messagePreviewChannel.d.ts.map +0 -1
- package/dist/utils/tests/dummy/pinnedMessage.d.ts +0 -2
- package/dist/utils/tests/dummy/pinnedMessage.d.ts.map +0 -1
- package/dist/utils/tests/dummy/poll.d.ts +0 -3
- package/dist/utils/tests/dummy/poll.d.ts.map +0 -1
- package/dist/utils/tests/dummy/post.d.ts +0 -55
- package/dist/utils/tests/dummy/post.d.ts.map +0 -1
- package/dist/utils/tests/dummy/reaction.d.ts +0 -4
- package/dist/utils/tests/dummy/reaction.d.ts.map +0 -1
- package/dist/utils/tests/dummy/role.d.ts +0 -4
- package/dist/utils/tests/dummy/role.d.ts.map +0 -1
- package/dist/utils/tests/dummy/stream.d.ts +0 -98
- package/dist/utils/tests/dummy/stream.d.ts.map +0 -1
- package/dist/utils/tests/dummy/subChannel.d.ts +0 -33
- package/dist/utils/tests/dummy/subChannel.d.ts.map +0 -1
- package/dist/utils/tests/dummy/token.d.ts +0 -10
- package/dist/utils/tests/dummy/token.d.ts.map +0 -1
- package/dist/utils/tests/dummy/user.d.ts +0 -117
- package/dist/utils/tests/dummy/user.d.ts.map +0 -1
- package/dist/utils/tests/index.d.ts +0 -4
- package/dist/utils/tests/index.d.ts.map +0 -1
- package/dist/utils/tests/inferIsDeleted.test.d.ts +0 -2
- package/dist/utils/tests/inferIsDeleted.test.d.ts.map +0 -1
- package/dist/utils/tests/isEquals.test.d.ts +0 -2
- package/dist/utils/tests/isEquals.test.d.ts.map +0 -1
- package/dist/utils/tests/liveObject.test.d.ts +0 -2
- package/dist/utils/tests/liveObject.test.d.ts.map +0 -1
- package/dist/utils/tests/utils.d.ts +0 -4
- package/dist/utils/tests/utils.d.ts.map +0 -1
|
@@ -36,6 +36,10 @@ declare global {
|
|
|
36
36
|
}
|
|
37
37
|
type Client = {
|
|
38
38
|
version: string;
|
|
39
|
+
product?: NonNullable<Amity.Device['deviceInfo']['product']>;
|
|
40
|
+
uikitVersion?: string;
|
|
41
|
+
appId?: string;
|
|
42
|
+
appVersion?: string;
|
|
39
43
|
log: Logger;
|
|
40
44
|
http: AxiosInstance;
|
|
41
45
|
upload: AxiosInstance;
|
|
@@ -75,6 +79,19 @@ declare global {
|
|
|
75
79
|
kind: 'node' | 'web';
|
|
76
80
|
model?: string;
|
|
77
81
|
sdkVersion: string;
|
|
82
|
+
product?: 'uikit' | 'sdk';
|
|
83
|
+
uikitVersion?: string;
|
|
84
|
+
coreSdkVersion?: string;
|
|
85
|
+
osName?: string;
|
|
86
|
+
osVersion?: string;
|
|
87
|
+
deviceType?: 'mobile' | 'tablet' | 'desktop';
|
|
88
|
+
browserName?: string;
|
|
89
|
+
browserVersion?: string;
|
|
90
|
+
appId?: string;
|
|
91
|
+
appVersion?: string;
|
|
92
|
+
locale?: string;
|
|
93
|
+
timezone?: string;
|
|
94
|
+
networkType?: string;
|
|
78
95
|
};
|
|
79
96
|
};
|
|
80
97
|
type Tokens = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/@types/domains/client.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/@types/domains/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../../src/@types/domains/comment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC;AAEV,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,KAAK,CAAC;QACd,WAAW,yBAAyB;YAClC,OAAO,YAAY;YACnB,QAAQ,aAAa;YACrB,QAAQ,aAAa;SACtB;QAED;;;WAGG;QACH,KAAK,qBAAqB,GAAG,GAAG,yBAAyB,EAAE,CAAC;QAE5D,KAAK,kBAAkB,GAAG,MAAM,CAAC;QACjC,KAAK,oBAAoB,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;QAEzD,KAAK,iBAAiB,GAClB,SAAS,GACT,UAAU,GACV,UAAU,GACV,UAAU,GACV,WAAW,GACX,aAAa,GACb,iBAAiB,GACjB,mBAAmB,CAAC;QAExB,KAAK,UAAU,CAAC,CAAC,SAAS,kBAAkB,GAAG,GAAG,IAAI;YACpD,SAAS,EAAE,MAAM,CAAC;YAClB,MAAM,EAAE,MAAM,CAAC;YACf,QAAQ,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;YACnC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;YAChC,cAAc,EAAE,MAAM,CAAC;YACvB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EAAE,CAAC;YACpC,aAAa,EAAE,MAAM,CAAC;YACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;YAC1B,WAAW,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,CAAC;YACjC,QAAQ,EAAE,MAAM,CAAC;YACjB,UAAU,EAAE,WAAW,GAAG,MAAM,GAAG,SAAS,CAAC;YAC7C,KAAK,CAAC,EAAE,KAAK,CAAC,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../../src/@types/domains/comment.ts"],"names":[],"mappings":"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"}
|
|
@@ -69,6 +69,11 @@ declare global {
|
|
|
69
69
|
/**
|
|
70
70
|
* Locally computed comment count (includes all comments and replies).
|
|
71
71
|
* Initialized from server value, updated by PostCommentCountEngine.
|
|
72
|
+
*
|
|
73
|
+
* @deprecated Use `post.getLocalCommentCount(includePending)` instead. This field always
|
|
74
|
+
* includes the logged-in user's own comments still awaiting approval, which is the author's
|
|
75
|
+
* view only; `getLocalCommentCount()` returns the count every other viewer sees and
|
|
76
|
+
* `getLocalCommentCount(true)` returns this field's value.
|
|
72
77
|
*/
|
|
73
78
|
localCommentCount: number;
|
|
74
79
|
};
|
|
@@ -92,6 +97,12 @@ declare global {
|
|
|
92
97
|
getAudioInfo: () => Amity.File<'audio'> | undefined;
|
|
93
98
|
getRoomInfo: () => Amity.Room | undefined;
|
|
94
99
|
getEventInfo: () => Amity.Event | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* Comment count as this session sees it: the server figure plus the local delta. Pass
|
|
102
|
+
* `true` to add the logged-in user's own comments still awaiting approval — the author's
|
|
103
|
+
* view; the default is the count every other viewer sees.
|
|
104
|
+
*/
|
|
105
|
+
getLocalCommentCount: (includePending?: boolean) => number;
|
|
95
106
|
};
|
|
96
107
|
type Post<T extends PostContentType = any> = Omit<Amity.InternalPost<T>, 'productTags'> & Amity.PostLinkObject;
|
|
97
108
|
type ClipDisplayMode = 'fill' | 'fit';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post.d.ts","sourceRoot":"","sources":["../../../src/@types/domains/post.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"post.d.ts","sourceRoot":"","sources":["../../../src/@types/domains/post.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/adRepository/events/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/adRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/adRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/adRepository/observers/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/categoryRepository/events/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/categoryRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/categoryRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createChannel.d.ts","sourceRoot":"","sources":["../../../src/channelRepository/api/createChannel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"createChannel.d.ts","sourceRoot":"","sources":["../../../src/channelRepository/api/createChannel.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,aAAa;;;;;;yIAmDzB,CAAC"}
|
package/dist/channelRepository/observers/getChannels/ChannelLiveCollectionController.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChannelLiveCollectionController.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/getChannels/ChannelLiveCollectionController.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AA4C1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,oCAAoC,CAAC;AAcvF,qBAAa,+BAAgC,SAAQ,wBAAwB,CAC3E,SAAS,EACT,KAAK,CAAC,qBAAqB,EAC3B,KAAK,CAAC,OAAO,EACb,2BAA2B,GAAG,iCAAiC,CAChE;IACC,OAAO,CAAC,qBAAqB,CAA+B;IAE5D,OAAO,CAAC,KAAK,CAA8B;gBAGzC,KAAK,EAAE,KAAK,CAAC,qBAAqB,EAClC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC;IAgCvD,SAAS,CAAC,KAAK;cAUC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,UAAU;IAI9E,SAAS,CAAC,kBAAkB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,CAAC,sCAAsC,CAAC,SAAS,CAAC;IAI1D,iBAAiB;IAIjB,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,0BAA0B;IAkCzE,OAAO,CAAC,WAAW;IA4DnB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,MAAM,CAAC,wBAAwB;IAKvC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAQtC,OAAO,CAAC,gBAAgB;
|
|
1
|
+
{"version":3,"file":"ChannelLiveCollectionController.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/getChannels/ChannelLiveCollectionController.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAE5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AA4C1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,oCAAoC,CAAC;AAcvF,qBAAa,+BAAgC,SAAQ,wBAAwB,CAC3E,SAAS,EACT,KAAK,CAAC,qBAAqB,EAC3B,KAAK,CAAC,OAAO,EACb,2BAA2B,GAAG,iCAAiC,CAChE;IACC,OAAO,CAAC,qBAAqB,CAA+B;IAE5D,OAAO,CAAC,KAAK,CAA8B;gBAGzC,KAAK,EAAE,KAAK,CAAC,qBAAqB,EAClC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC;IAgCvD,SAAS,CAAC,KAAK;cAUC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,UAAU;IAI9E,SAAS,CAAC,kBAAkB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,CAAC,sCAAsC,CAAC,SAAS,CAAC;IAI1D,iBAAiB;IAIjB,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,0BAA0B;IAkCzE,OAAO,CAAC,WAAW;IA4DnB,OAAO,CAAC,WAAW;IAQnB,OAAO,CAAC,MAAM,CAAC,wBAAwB;IAKvC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAQtC,OAAO,CAAC,gBAAgB;CA+YzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getChannels.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/getChannels/getChannels.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getChannels.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/getChannels/getChannels.ts"],"names":[],"mappings":"AAWA;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,WAAW,WACd,MAAM,qBAAqB,YACzB,MAAM,sBAAsB,CAAC,MAAM,OAAO,CAAC,WAC5C,MAAM,oBAAoB,eAuBpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMyMembership.d.ts","sourceRoot":"","sources":["../../../src/channelRepository/observers/getMyMembership.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getMyMembership.d.ts","sourceRoot":"","sources":["../../../src/channelRepository/observers/getMyMembership.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,eAAe,cACf,MAAM,YACP,MAAM,kBAAkB,CAAC,MAAM,UAAU,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,KAC1E,MAAM,YAkFR,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchChannelLiveCollectionController.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/searchChannels/SearchChannelLiveCollectionController.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAiC1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQxF,qBAAa,qCAAsC,SAAQ,wBAAwB,CACjF,SAAS,EACT,KAAK,CAAC,2BAA2B,EACjC,KAAK,CAAC,OAAO,EACb,iCAAiC,CAClC;IACC,OAAO,CAAC,qBAAqB,CAAqC;gBAGhE,KAAK,EAAE,KAAK,CAAC,2BAA2B,EACxC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC;IAkBvD,iBAAiB;IAIjB,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,0BAA0B;IAqBzE,SAAS,CAAC,KAAK;cAUC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,UAAU;IAI9E,SAAS,CAAC,kBAAkB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,CAAC,sCAAsC,CAAC,SAAS,CAAC;IAI1D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,gBAAgB;
|
|
1
|
+
{"version":3,"file":"SearchChannelLiveCollectionController.d.ts","sourceRoot":"","sources":["../../../../src/channelRepository/observers/searchChannels/SearchChannelLiveCollectionController.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,gDAAgD,CAAC;AAiC1F,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQxF,qBAAa,qCAAsC,SAAQ,wBAAwB,CACjF,SAAS,EACT,KAAK,CAAC,2BAA2B,EACjC,KAAK,CAAC,OAAO,EACb,iCAAiC,CAClC;IACC,OAAO,CAAC,qBAAqB,CAAqC;gBAGhE,KAAK,EAAE,KAAK,CAAC,2BAA2B,EACxC,QAAQ,EAAE,KAAK,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,CAAC;IAkBvD,iBAAiB;IAIjB,YAAY,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,KAAK,CAAC,0BAA0B;IAqBzE,SAAS,CAAC,KAAK;cAUC,YAAY,CAAC,QAAQ,EAAE,KAAK,CAAC,cAAc,GAAG,KAAK,CAAC,UAAU;IAI9E,SAAS,CAAC,kBAAkB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,OAAO,GACR,EAAE,KAAK,CAAC,sCAAsC,CAAC,SAAS,CAAC;IAI1D,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,gBAAgB;CA0TzB"}
|
|
@@ -15,7 +15,7 @@ import { API_REGIONS } from '~/client/utils/endpoints';
|
|
|
15
15
|
*
|
|
16
16
|
* @category Client API
|
|
17
17
|
* */
|
|
18
|
-
export declare const createClient: (apiKey: string, apiRegion?: (typeof API_REGIONS)[keyof typeof API_REGIONS], { debugSession, apiEndpoint, prefixDeviceIdKey, rteEnabled, }?: {
|
|
18
|
+
export declare const createClient: (apiKey: string, apiRegion?: (typeof API_REGIONS)[keyof typeof API_REGIONS], { debugSession, apiEndpoint, prefixDeviceIdKey, rteEnabled, product, uikitVersion, appId, appVersion, }?: {
|
|
19
19
|
debugSession?: string | undefined;
|
|
20
20
|
apiEndpoint?: {
|
|
21
21
|
http?: string | undefined;
|
|
@@ -24,5 +24,9 @@ export declare const createClient: (apiKey: string, apiRegion?: (typeof API_REGI
|
|
|
24
24
|
} | undefined;
|
|
25
25
|
prefixDeviceIdKey?: string | undefined;
|
|
26
26
|
rteEnabled?: boolean | undefined;
|
|
27
|
+
product?: "uikit" | "sdk" | undefined;
|
|
28
|
+
uikitVersion?: string | undefined;
|
|
29
|
+
appId?: string | undefined;
|
|
30
|
+
appVersion?: string | undefined;
|
|
27
31
|
}) => Amity.Client;
|
|
28
32
|
//# sourceMappingURL=createClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createClient.d.ts","sourceRoot":"","sources":["../../../src/client/api/createClient.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAc,MAAM,0BAA0B,CAAC;AAwBnE;;;;;;;;;;;;;;;KAeK;AACL,eAAO,MAAM,YAAY,WACf,MAAM,cACH,CAAA,kBAAkB,EAAC,MAAM,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"createClient.d.ts","sourceRoot":"","sources":["../../../src/client/api/createClient.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAc,MAAM,0BAA0B,CAAC;AAwBnE;;;;;;;;;;;;;;;KAeK;AACL,eAAO,MAAM,YAAY,WACf,MAAM,cACH,CAAA,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;;;;;;;;;;;;;MAoBtD,MAAM,MAuGR,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getShareableLinkConfiguration.d.ts","sourceRoot":"","sources":["../../../src/client/api/getShareableLinkConfiguration.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;GAaG;
|
|
1
|
+
{"version":3,"file":"getShareableLinkConfiguration.d.ts","sourceRoot":"","sources":["../../../src/client/api/getShareableLinkConfiguration.ts"],"names":[],"mappings":"AAYA;;;;;;;;;;;;;GAaG;AAIH,eAAO,MAAM,6BAA6B,QAC9B,QAAQ,MAAM,0BAA0B,CA2BjD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onVisitorUsageLimitReached.d.ts","sourceRoot":"","sources":["../../../src/client/events/onVisitorUsageLimitReached.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;GAkBG;
|
|
1
|
+
{"version":3,"file":"onVisitorUsageLimitReached.d.ts","sourceRoot":"","sources":["../../../src/client/events/onVisitorUsageLimitReached.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;;;;;;GAkBG;AAIH,eAAO,MAAM,0BAA0B,aAC3B,MAAM,QAAQ,CAAC,SAAS,CAAC,KAClC,MAAM,YAQR,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserUnread.d.ts","sourceRoot":"","sources":["../../../src/client/observers/getUserUnread.ts"],"names":[],"mappings":"AAcA;;;;;;;;;;;;;;;;GAgBG;
|
|
1
|
+
{"version":3,"file":"getUserUnread.d.ts","sourceRoot":"","sources":["../../../src/client/observers/getUserUnread.ts"],"names":[],"mappings":"AAcA;;;;;;;;;;;;;;;;GAgBG;AAIH,eAAO,MAAM,aAAa,aACd,MAAM,kBAAkB,CAAC,MAAM,UAAU,GAAG,SAAS,CAAC,KAC/D,MAAM,YA0HR,CAAC"}
|
|
@@ -3,16 +3,27 @@ declare type CreateCommentBundle = Pick<Amity.Comment<Amity.CommentContentType>,
|
|
|
3
3
|
* ```js
|
|
4
4
|
* import { CommentRepository } from '@amityco/ts-sdk'
|
|
5
5
|
* const newComment = await CommentRepository.createComment(bundle)
|
|
6
|
+
*
|
|
7
|
+
* // Server-confirmed only: nothing is shown until the request succeeds
|
|
8
|
+
* const confirmed = await CommentRepository.createComment(bundle, false)
|
|
6
9
|
* ```
|
|
7
10
|
*
|
|
8
11
|
* Creates an {@link Amity.Comment}
|
|
9
12
|
*
|
|
13
|
+
* With `isOptimistic` (the default) a local comment appears at once with `syncState: 'syncing'`,
|
|
14
|
+
* moves to `'synced'` when the server confirms it and to `'error'` if the request fails, so the
|
|
15
|
+
* caller can offer a retry. With `isOptimistic: false` nothing is created locally until the
|
|
16
|
+
* server answers: on success the comment arrives already `'synced'`; on failure no comment
|
|
17
|
+
* entity exists anywhere and the promise rejects.
|
|
18
|
+
*
|
|
10
19
|
* @param bundle The data necessary to create a new {@link Amity.Comment}
|
|
20
|
+
* @param isOptimistic Show a local comment before the server confirms it. Default `true`.
|
|
21
|
+
* Ignored when the client cache is disabled, since there is nowhere to hold the local comment.
|
|
11
22
|
* @returns The newly created {@link Amity.Comment}
|
|
12
23
|
*
|
|
13
24
|
* @category Comment API
|
|
14
25
|
* @async
|
|
15
26
|
*/
|
|
16
|
-
export declare const createComment: (bundle: CreateCommentBundle) => Promise<Amity.Cached<Amity.Comment>>;
|
|
27
|
+
export declare const createComment: (bundle: CreateCommentBundle, isOptimistic?: boolean) => Promise<Amity.Cached<Amity.Comment>>;
|
|
17
28
|
export {};
|
|
18
29
|
//# sourceMappingURL=createComment.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createComment.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/api/createComment.ts"],"names":[],"mappings":"AAwBA,aAAK,mBAAmB,GAAG,IAAI,CAC7B,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC,EACrC,MAAM,GACN,eAAe,GACf,aAAa,GACb,UAAU,GACV,UAAU,GACV,YAAY,GACZ,aAAa,GACb,OAAO,CACV,CAAC;AAoEF
|
|
1
|
+
{"version":3,"file":"createComment.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/api/createComment.ts"],"names":[],"mappings":"AAwBA,aAAK,mBAAmB,GAAG,IAAI,CAC7B,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,CAAC,EACrC,MAAM,GACN,eAAe,GACf,aAAa,GACb,UAAU,GACV,UAAU,GACV,YAAY,GACZ,aAAa,GACb,OAAO,CACV,CAAC;AAoEF;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,aAAa,WAChB,mBAAmB,6BAE1B,QAAQ,MAAM,MAAM,CAAC,aAAa,CAAC,CA8GrC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/events/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/events/utils.ts"],"names":[],"mappings":"AA6DA,eAAO,MAAM,4BAA4B,UAChC,MAAM,MAAM,iBAAiB,YAC1B,MAAM,QAAQ,CAAC,MAAM,eAAe,CAAC,uBA2ChD,CAAC;AAEF,eAAO,MAAM,iCAAiC,UACrC,MAAM,KACX,MAAM,kBAAkB,EACxB,2BAA2B,GAAG,8BAA8B,CAC7D,YACS,MAAM,QAAQ,CAAC,MAAM,eAAe,CAAC,uBAuIhD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getComments.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/observers/getComments.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"getComments.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/observers/getComments.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,WAAW,WACd,MAAM,qBAAqB,YACzB,MAAM,sBAAsB,CAAC,aAAa,CAAC,WAC5C,MAAM,oBAAoB,KAClC,MAAM,YAqBR,CAAC"}
|
|
@@ -2,11 +2,21 @@ declare type ApprovalAware = Pick<Amity.InternalComment, 'approvalStatus'>;
|
|
|
2
2
|
export declare const isCommentPending: (comment: ApprovalAware) => boolean;
|
|
3
3
|
export declare const isCommentApproved: (comment: ApprovalAware) => boolean;
|
|
4
4
|
/**
|
|
5
|
-
* Whether a comment on this reference would be held for review
|
|
6
|
-
* community
|
|
7
|
-
* is the
|
|
5
|
+
* Whether a comment on this reference would be held for review, read from the cached post's
|
|
6
|
+
* community. `true` when that cannot be known — the post or its community is not cached yet.
|
|
7
|
+
* A pending guess that turns out approved is corrected by the response and the comment then
|
|
8
|
+
* enters the list; an approved guess that turns out pending has already been shown in a public
|
|
9
|
+
* list with nothing to take it back out. Only shapes the optimistic object — the server
|
|
10
|
+
* response is the authority on the actual status.
|
|
8
11
|
*/
|
|
9
12
|
export declare const isCommentApprovalRequired: (bundle: Pick<Amity.InternalComment, 'referenceType' | 'referenceId'>) => boolean;
|
|
13
|
+
/**
|
|
14
|
+
* An approved comment arrived over realtime: one `CreateTask` carrying its own `createdAt`, so
|
|
15
|
+
* the timestamp filter skips anything the last post payload already counted. The author's own
|
|
16
|
+
* comment reaches here as an echo too; the engine de-duplicates it by id against the task the
|
|
17
|
+
* create response queued.
|
|
18
|
+
*/
|
|
19
|
+
export declare const applyCommentCreatedCount: (comment: Pick<Amity.InternalComment, 'referenceType' | 'referenceId' | 'commentId' | 'createdAt'>) => void;
|
|
10
20
|
/**
|
|
11
21
|
* The author's own pending comment counts in their view only. Recorded as separate engine state
|
|
12
22
|
* so it survives a post refresh (`ResetTask`).
|
|
@@ -20,10 +30,10 @@ export declare const recordPendingAuthoredComment: (comment: Pick<Amity.Internal
|
|
|
20
30
|
*/
|
|
21
31
|
export declare const releasePendingAuthoredComment: (comment: Pick<Amity.InternalComment, 'referenceType' | 'referenceId' | 'commentId'>) => void;
|
|
22
32
|
/**
|
|
23
|
-
* Reveal: exactly one `
|
|
24
|
-
* response and the `comment.approved` event may both call this.
|
|
25
|
-
*
|
|
26
|
-
*
|
|
33
|
+
* Reveal: exactly one `ApproveTask`. The engine de-duplicates by comment id, so the approve
|
|
34
|
+
* response and the `comment.approved` event may both call this. `ApproveTask` bypasses the age
|
|
35
|
+
* guard on purpose — the comment was written before the last server sync but enters the public
|
|
36
|
+
* count now — matching the iOS `ApproveTask` (plan 40 §9, guard off for approve).
|
|
27
37
|
*/
|
|
28
38
|
export declare const applyCommentApprovedCount: (comment: Pick<Amity.InternalComment, 'referenceType' | 'referenceId' | 'commentId'>) => void;
|
|
29
39
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"approval.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/utils/approval.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"approval.d.ts","sourceRoot":"","sources":["../../../src/commentRepository/utils/approval.ts"],"names":[],"mappings":"AAQA,aAAK,aAAa,GAAG,IAAI,CAAC,KAAK,CAAC,eAAe,EAAE,gBAAgB,CAAC,CAAC;AAEnE,eAAO,MAAM,gBAAgB,YAAa,aAAa,YAC2C,CAAC;AAEnG,eAAO,MAAM,iBAAiB,YAAa,aAAa,YAC2C,CAAC;AASpG;;;;;;;GAOG;AACH,eAAO,MAAM,yBAAyB,WAC5B,KAAK,MAAM,eAAe,EAAE,eAAe,GAAG,aAAa,CAAC,KACnE,OAkBF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB,YAC1B,KAAK,MAAM,eAAe,EAAE,eAAe,GAAG,aAAa,GAAG,WAAW,GAAG,WAAW,CAAC,SAOlG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,4BAA4B,YAC9B,KAAK,MAAM,eAAe,EAAE,eAAe,GAAG,aAAa,GAAG,WAAW,GAAG,QAAQ,CAAC,YACpF;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,SAShC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,YAC/B,KAAK,MAAM,eAAe,EAAE,eAAe,GAAG,aAAa,GAAG,WAAW,CAAC,SAQpF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,YAC3B,KAAK,MAAM,eAAe,EAAE,eAAe,GAAG,aAAa,GAAG,WAAW,CAAC,SAOpF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB,YAC3B,KAAK,MAAM,eAAe,EAAE,eAAe,GAAG,aAAa,GAAG,WAAW,GAAG,QAAQ,CAAC,SAQ/F,CAAC;AAEF,uEAAuE;AACvE,eAAO,MAAM,mBAAmB,YACrB,KAAK,MAAM,eAAe,EAAE,WAAW,GAAG,UAAU,CAAC,SAc/D,CAAC;AAEF,4EAA4E;AAC5E,eAAO,MAAM,uBAAuB,YACzB,KAAK,MAAM,eAAe,EAAE,WAAW,GAAG,UAAU,CAAC,SAc/D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMembers.d.ts","sourceRoot":"","sources":["../../../../src/communityRepository/communityMembership/observers/getMembers.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,WAAW,+DAEd,MAAM,6BAA6B,QAuB5C,CAAC;
|
|
1
|
+
{"version":3,"file":"getMembers.d.ts","sourceRoot":"","sources":["../../../../src/communityRepository/communityMembership/observers/getMembers.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,WAAW,+DAEd,MAAM,6BAA6B,QAuB5C,CAAC;AAMF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,UAAU,WACb,MAAM,6BAA6B,YACjC,MAAM,sBAAsB,CAAC,MAAM,UAAU,CAAC,WAAW,CAAC,CAAC,WAC5D,MAAM,oBAAoB,eA6BpC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"searchMembers.d.ts","sourceRoot":"","sources":["../../../../src/communityRepository/communityMembership/observers/searchMembers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"searchMembers.d.ts","sourceRoot":"","sources":["../../../../src/communityRepository/communityMembership/observers/searchMembers.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,aAAa,WAChB,MAAM,mCAAmC,YACvC,MAAM,sBAAsB,CAAC,MAAM,UAAU,CAAC,WAAW,CAAC,CAAC,WAC5D,MAAM,oBAAoB,eA6BpC,CAAC"}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @category joinRequestList Live Collection
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
export declare const getJoinRequestList: (params: Amity.JoinRequestListLiveCollection, callback: Amity.LiveCollectionCallback<Amity.JoinRequest>, config?: Amity.LiveCollectionConfig) =>
|
|
11
|
+
export declare const getJoinRequestList: (params: Amity.JoinRequestListLiveCollection, callback: Amity.LiveCollectionCallback<Amity.JoinRequest>, config?: Amity.LiveCollectionConfig) => Amity.Unsubscriber;
|
|
12
12
|
//# sourceMappingURL=getJoinRequestList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJoinRequestList.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/observers/getJoinRequestList.ts"],"names":[],"mappings":"AAQA;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,WACrB,MAAM,6BAA6B,YACjC,MAAM,sBAAsB,CAAC,MAAM,WAAW,CAAC,WAChD,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"getJoinRequestList.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/observers/getJoinRequestList.ts"],"names":[],"mappings":"AAQA;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,WACrB,MAAM,6BAA6B,YACjC,MAAM,sBAAsB,CAAC,MAAM,WAAW,CAAC,WAChD,MAAM,oBAAoB,KAClC,MAAM,YA2BR,CAAC"}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @category joinRequest Live Collection
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
export declare const getJoinRequests: (params: Amity.JoinRequestLiveCollection, callback: Amity.LiveCollectionCallback<Amity.JoinRequest>, config?: Amity.LiveCollectionConfig) =>
|
|
11
|
+
export declare const getJoinRequests: (params: Amity.JoinRequestLiveCollection, callback: Amity.LiveCollectionCallback<Amity.JoinRequest>, config?: Amity.LiveCollectionConfig) => Amity.Unsubscriber;
|
|
12
12
|
//# sourceMappingURL=getJoinRequests.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getJoinRequests.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/observers/getJoinRequests.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;
|
|
1
|
+
{"version":3,"file":"getJoinRequests.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/observers/getJoinRequests.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AAIH,eAAO,MAAM,eAAe,WAClB,MAAM,yBAAyB,YAC7B,MAAM,sBAAsB,CAAC,MAAM,WAAW,CAAC,WAChD,MAAM,oBAAoB,KAClC,MAAM,YAwBR,CAAC"}
|
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
* @category Posts Live Collection
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
|
-
export declare const semanticSearchCommunities: (params: Amity.LiveCollectionParams<Amity.SemanticSearchCommunityLiveCollection>, callback: Amity.LiveCollectionCallback<Amity.Community>, config?: Amity.LiveCollectionConfig) =>
|
|
9
|
+
export declare const semanticSearchCommunities: (params: Amity.LiveCollectionParams<Amity.SemanticSearchCommunityLiveCollection>, callback: Amity.LiveCollectionCallback<Amity.Community>, config?: Amity.LiveCollectionConfig) => Amity.Unsubscriber;
|
|
10
10
|
//# sourceMappingURL=semanticSearchCommunities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"semanticSearchCommunities.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/observers/semanticSearchCommunities.ts"],"names":[],"mappings":"AAKA;;;;;;;GAOG;
|
|
1
|
+
{"version":3,"file":"semanticSearchCommunities.d.ts","sourceRoot":"","sources":["../../../src/communityRepository/observers/semanticSearchCommunities.ts"],"names":[],"mappings":"AAKA;;;;;;;GAOG;AAIH,eAAO,MAAM,yBAAyB,WAC5B,MAAM,oBAAoB,CAAC,MAAM,qCAAqC,CAAC,YACrE,MAAM,sBAAsB,CAAC,MAAM,SAAS,CAAC,WAC9C,MAAM,oBAAoB,KAClC,MAAM,YAwBR,CAAC"}
|
package/dist/core/device.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export declare const getDeviceId: () => Promise<string>;
|
|
3
3
|
export declare const getMQTTClientId: (userId: Amity.InternalUser['userId']) => Promise<string>;
|
|
4
4
|
/** @hidden */
|
|
5
|
-
export declare const getDeviceModel: () => string;
|
|
5
|
+
export declare const getDeviceModel: () => string | undefined;
|
|
6
6
|
/** @hidden */
|
|
7
7
|
export declare const getDeviceInfo: () => Amity.Device['deviceInfo'];
|
|
8
8
|
//# sourceMappingURL=device.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../src/core/device.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../src/core/device.ts"],"names":[],"mappings":"AAwDA,cAAc;AACd,eAAO,MAAM,WAAW,uBAgBvB,CAAC;AAEF,eAAO,MAAM,eAAe,WAAkB,MAAM,YAAY,CAAC,QAAQ,CAAC,oBAGzE,CAAC;AAEF,cAAc;AACd,eAAO,MAAM,cAAc,QAAO,MAAM,GAAG,SAI1C,CAAC;AAwCF,cAAc;AACd,eAAO,MAAM,aAAa,QAAO,MAAM,MAAM,CAAC,YAAY,CAqBzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../src/core/transports/http.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"http.d.ts","sourceRoot":"","sources":["../../../src/core/transports/http.ts"],"names":[],"mappings":"AAgBA,oBAAY,kBAAkB;IAC5B,WAAW,iBAAiB;IAC5B,gBAAgB,uBAAuB;IACvC,YAAY,kBAAkB;CAC/B;AAUD,yDAAyD;AACzD,eAAO,MAAM,oBAAoB,YAEhC,CAAC;AAuDF,mDAAmD;AACnD,eAAO,MAAM,yBAAyB,YAErC,CAAC;AAGF;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,aAAc,MAAM,kCA6InD,CAAC"}
|
|
@@ -10,4 +10,12 @@
|
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
|
12
12
|
export declare const unwrapPayload: <T>(response: Amity.Response<T>) => T;
|
|
13
|
+
/**
|
|
14
|
+
* W3C Trace Context `traceparent`: `version-<16-byte trace-id>-<8-byte span-id>-<flags>`.
|
|
15
|
+
* The SDK is the trace originator, so it mints a fresh trace + span id per request; flags `01` = sampled.
|
|
16
|
+
*
|
|
17
|
+
* @category Transport
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
export declare const generateTraceparent: () => string;
|
|
13
21
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/core/transports/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/core/transports/utils.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,aAAa,uCAYzB,CAAC;AAYF;;;;;;GAMG;AACH,eAAO,MAAM,mBAAmB,QAAO,MAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/curatedContentRepository/events/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/curatedContentRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/curatedContentRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/curatedContentRepository/observers/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @category Event Live Collection
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
export declare const getEvents: (params: Amity.EventLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Event>, config?: Amity.LiveCollectionConfig) =>
|
|
11
|
+
export declare const getEvents: (params: Amity.EventLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Event>, config?: Amity.LiveCollectionConfig) => Amity.Unsubscriber;
|
|
12
12
|
//# sourceMappingURL=getEvents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEvents.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/observers/getEvents.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;
|
|
1
|
+
{"version":3,"file":"getEvents.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/observers/getEvents.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AAIH,eAAO,MAAM,SAAS,WACZ,MAAM,mBAAmB,YACvB,MAAM,sBAAsB,CAAC,WAAW,CAAC,WAC1C,MAAM,oBAAoB,KAClC,MAAM,YAoBR,CAAC"}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @category Event Live Collection
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
export declare const getMyEvents: (params: Amity.MyEventLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Event>, config?: Amity.LiveCollectionConfig) =>
|
|
11
|
+
export declare const getMyEvents: (params: Amity.MyEventLiveCollection, callback: Amity.LiveCollectionCallback<Amity.Event>, config?: Amity.LiveCollectionConfig) => Amity.Unsubscriber;
|
|
12
12
|
//# sourceMappingURL=getMyEvents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMyEvents.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/observers/getMyEvents.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;
|
|
1
|
+
{"version":3,"file":"getMyEvents.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/observers/getMyEvents.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AAIH,eAAO,MAAM,WAAW,WACd,MAAM,qBAAqB,YACzB,MAAM,sBAAsB,CAAC,WAAW,CAAC,WAC1C,MAAM,oBAAoB,KAClC,MAAM,YAoBR,CAAC"}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @category RSVP Live Collection
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
export declare const getRSVPs: (params: Amity.RSVPLiveCollection, callback: Amity.LiveCollectionCallback<Amity.EventResponse>, config?: Amity.LiveCollectionConfig) =>
|
|
11
|
+
export declare const getRSVPs: (params: Amity.RSVPLiveCollection, callback: Amity.LiveCollectionCallback<Amity.EventResponse>, config?: Amity.LiveCollectionConfig) => Amity.Unsubscriber;
|
|
12
12
|
//# sourceMappingURL=getRSVPs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRSVPs.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/observers/getRSVPs.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;
|
|
1
|
+
{"version":3,"file":"getRSVPs.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/observers/getRSVPs.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AAIH,eAAO,MAAM,QAAQ,WACX,MAAM,kBAAkB,YACtB,MAAM,sBAAsB,CAAC,MAAM,aAAa,CAAC,WAClD,MAAM,oBAAoB,KAClC,MAAM,YAoBR,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/feedRepository/events/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { queryGlobalFeed } from './api';
|
|
2
|
+
export * from './events';
|
|
2
3
|
export { getCustomRankingGlobalFeed, getGlobalFeed, getUserFeed, getCommunityFeed, getForYouFeed, } from './observers';
|
|
3
4
|
export { AmityForYouFeedDisabledError } from './errors/AmityForYouFeedDisabledError';
|
|
4
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/feedRepository/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EACL,0BAA0B,EAC1B,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,aAAa,GACd,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/feedRepository/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AACxC,cAAc,UAAU,CAAC;AACzB,OAAO,EACL,0BAA0B,EAC1B,aAAa,EACb,WAAW,EACX,gBAAgB,EAChB,aAAa,GACd,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EnumPostActions } from '~/postRepository/observers/enums';
|
|
2
|
+
/** Returns RTE subscriptions for use by Amity.LiveCollectionCallback-based feed controllers. */
|
|
2
3
|
export declare const getGlobalFeedSubscriptions: (cacheKey: Amity.CacheKey) => {
|
|
3
4
|
fn: (callback: Amity.Listener<Amity.InternalPost<any>, any>) => Amity.Unsubscriber;
|
|
4
5
|
action: EnumPostActions;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/feedRepository/observers/utils.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/feedRepository/observers/utils.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAiDnE,gGAAgG;AAChG,eAAO,MAAM,0BAA0B;;;GAiBtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fileRepository/events/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/fileRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/fileRepository/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/fileRepository/observers/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC"}
|