Skip to content

Commit

Permalink
deploy: 5b43135
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch committed Jan 9, 2024
1 parent a5d6838 commit c4a045b
Show file tree
Hide file tree
Showing 76 changed files with 151 additions and 138 deletions.
35 changes: 21 additions & 14 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #AF00DB;
--dark-hl-3: #C586C0;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #008000;
--dark-hl-5: #6A9955;
--light-hl-6: #0000FF;
--dark-hl-6: #569CD6;
--light-hl-7: #0070C1;
--dark-hl-7: #4FC1FF;
--light-hl-8: #000000FF;
--dark-hl-8: #D4D4D4;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #267F99;
--dark-hl-4: #4EC9B0;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-8: #0070C1;
--dark-hl-8: #4FC1FF;
--light-hl-9: #000000FF;
--dark-hl-9: #D4D4D4;
--light-hl-10: #098658;
--dark-hl-10: #B5CEA8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -34,6 +36,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -48,6 +51,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -62,6 +66,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -76,6 +81,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -89,4 +95,5 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
24 changes: 12 additions & 12 deletions classes/Client.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/ConsentListEntry.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions classes/Conversation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/DecodedMessage.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/ReactionCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/ReadReceiptCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/RemoteAttachmentCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/ReplyCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/StaticAttachmentCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/TextCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/XMTPPush.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/address.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/allowContacts.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/auth.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/canMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/consentList.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/conversationConsentState.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createConversation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createFromKeyBundle.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/createRandom.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/decodeMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/decryptAttachment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/denyContacts.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/encryptAttachment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/exportConversationTopicData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/exportKeyBundle.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/importConversationTopicData.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/isAllowed.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/isDenied.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/listBatchMessages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/listConversations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/listMessages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/preCreateIdentityCallbackCompleted.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/preEnableIdentityCallbackCompleted.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/prepareMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/prepareMessageWithContentType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/receiveSignature.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/refreshConsentList.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/registerPushToken.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/sendMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/sendPreparedMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/sendWithContentType.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/staticCanMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/subscribePushTopics.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/subscribeToAllMessages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/subscribeToConversations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/subscribeToMessages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/unsubscribeFromAllMessages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/unsubscribeFromConversations.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/unsubscribeFromMessages.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/useClient.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions/useXmtp.html

Large diffs are not rendered by default.

42 changes: 24 additions & 18 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/JSContentCodec.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions interfaces/NativeContentCodec.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions interfaces/XmtpContextValue.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/XmtpProvider.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ContentCodec.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ContentTypeId.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ConversationContext.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/DecryptedLocalAttachment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/EncodedContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/EncryptedLocalAttachment.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/NativeMessageContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/PreparedLocalMessage.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/Query.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ReactionContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ReadReceiptContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/RemoteAttachmentContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/RemoteAttachmentMetadata.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/ReplyContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/StaticAttachmentContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion types/UnknownContent.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/XmtpContext.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion variables/emitter.html

Large diffs are not rendered by default.

0 comments on commit c4a045b

Please sign in to comment.