From 8f502724c92918e0db7a0083f2bbd1d30b0bac2e Mon Sep 17 00:00:00 2001 From: rygine Date: Tue, 3 Oct 2023 18:45:28 +0000 Subject: [PATCH] deploy: 11e62a348c3cf800a3d48682c0c7fb340c84daca --- functions/clearCache.html | 2 +- functions/deleteMessage.html | 2 +- functions/getAttachment.html | 2 +- functions/getCachedConversationByPeerAddress.html | 2 +- functions/getCachedConversationByTopic.html | 2 +- functions/getConversationByTopic.html | 2 +- functions/getDbInstance.html | 2 +- functions/getLastMessage.html | 2 +- functions/getMessageByXmtpID.html | 2 +- functions/getOriginalMessageFromReply.html | 2 +- functions/getReactionsByXmtpID.html | 2 +- functions/getReadReceipt.html | 2 +- functions/hasConversationTopic.html | 2 +- functions/hasReaction.html | 2 +- functions/hasReadReceipt.html | 2 +- functions/hasReply.html | 2 +- functions/isValidAddress.html | 2 +- functions/saveConversation.html | 2 +- functions/saveMessage.html | 2 +- functions/setConversationUpdatedAt.html | 2 +- functions/toCachedConversation.html | 2 +- functions/toCachedMessage.html | 2 +- functions/updateConversation.html | 2 +- functions/updateConversationMetadata.html | 2 +- functions/updateMessage.html | 2 +- functions/updateMessageMetadata.html | 2 +- functions/useAttachment.html | 2 +- functions/useCanMessage.html | 2 +- functions/useClient.html | 2 +- functions/useConversation.html | 2 +- functions/useConversations.html | 2 +- functions/useDb.html | 2 +- functions/useLastMessage.html | 2 +- functions/useMessages.html | 2 +- functions/useReactions.html | 2 +- functions/useReply.html | 2 +- functions/useResendMessage.html | 2 +- functions/useSendMessage.html | 2 +- functions/useStartConversation.html | 2 +- functions/useStreamAllMessages.html | 2 +- functions/useStreamConversations.html | 2 +- functions/useStreamMessages.html | 2 +- types/CachedConversation.html | 2 +- types/CachedConversationWithId.html | 2 +- types/CachedConversationsTable.html | 2 +- types/CachedMessage.html | 2 +- types/CachedMessageWithId.html | 2 +- types/CachedMessagesTable.html | 2 +- types/CachedReaction.html | 2 +- types/CachedReactionsMetadata.html | 2 +- types/CachedReactionsTable.html | 2 +- types/CachedReadReceiptMetadata.html | 2 +- types/CachedRepliesMetadata.html | 2 +- types/ContentTypeConfiguration.html | 2 +- types/ContentTypeMessageProcessor.html | 2 +- types/ContentTypeMessageProcessors.html | 2 +- types/ContentTypeMessageValidators.html | 2 +- types/ContentTypeMetadata.html | 2 +- types/ContentTypeMetadataValue.html | 2 +- types/ContentTypeMetadataValues.html | 2 +- types/ProcessUnprocessedMessagesOptions.html | 2 +- variables/attachmentContentTypeConfig.html | 2 +- variables/reactionContentTypeConfig.html | 2 +- variables/readReceiptContentTypeConfig.html | 2 +- variables/replyContentTypeConfig.html | 2 +- variables/textContentTypeConfig.html | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/functions/clearCache.html b/functions/clearCache.html index 301466c4..db12f4e5 100644 --- a/functions/clearCache.html +++ b/functions/clearCache.html @@ -26,7 +26,7 @@

Parameters

db: Dexie

Returns Promise<void>

+
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:122
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reaction.ts:139
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.ts:38
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reply.ts:61
  • +
  • Defined in packages/react-sdk/src/helpers/isValidAddress.ts:7
  • +
  • Defined in packages/react-sdk/src/helpers/caching/conversations.ts:7
  • +
  • Defined in packages/react-sdk/src/helpers/caching/conversations.ts:34
  • +
  • Defined in packages/react-sdk/src/helpers/caching/conversations.ts:32
  • +
  • Defined in packages/react-sdk/src/helpers/caching/messages.ts:21
  • +
  • Defined in packages/react-sdk/src/helpers/caching/messages.ts:43
  • +
  • Defined in packages/react-sdk/src/helpers/caching/messages.ts:41
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reaction.ts:18
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reaction.ts:38
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reaction.ts:40
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.ts:16
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reply.ts:15
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:54
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:37
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:62
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:49
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:24
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:10
  • +
  • Defined in packages/react-sdk/src/helpers/caching/db.ts:20
  • +
  • Defined in packages/react-sdk/src/helpers/caching/messages.ts:480
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/attachment.ts:160
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reaction.ts:199
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.ts:76
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/reply.ts:134
  • +
  • Defined in packages/react-sdk/src/helpers/caching/contentTypes/text.ts:36