From 409a8ca521c693b68fa71b37f7f829416bf32dba Mon Sep 17 00:00:00 2001 From: nplasterer Date: Mon, 25 Nov 2024 22:26:53 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20xmtp/xmt?= =?UTF-8?q?p-android@b3e1b0603d2a99cfe7414d980ee6a3b89fa22aee=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../-companion/address.html | 6 ++-- .../-companion/conversation-id.html | 6 ++-- .../-companion/inbox-id.html | 6 ++-- .../-companion/index.html | 22 ++++++------ .../-consent-record.html} | 8 ++--- .../consent-type.html | 4 +-- .../entry-type.html | 4 +-- .../index.html | 36 +++++++++---------- .../key.html | 4 +-- .../value.html | 4 +-- .../-private-preferences/index.html | 8 ++--- .../set-consent-state.html | 4 +-- .../-private-preferences/stream-consent.html | 2 +- library/org.xmtp.android.library/index.html | 8 ++--- library/package-list | 22 ++++++------ navigation.html | 8 ++--- scripts/pages.json | 2 +- 17 files changed, 77 insertions(+), 77 deletions(-) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/-companion/address.html (90%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/-companion/conversation-id.html (90%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/-companion/inbox-id.html (91%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/-companion/index.html (89%) rename library/org.xmtp.android.library/{-consent-list-entry/-consent-list-entry.html => -consent-record/-consent-record.html} (89%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/consent-type.html (94%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/entry-type.html (94%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/index.html (81%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/key.html (94%) rename library/org.xmtp.android.library/{-consent-list-entry => -consent-record}/value.html (94%) diff --git a/library/org.xmtp.android.library/-consent-list-entry/-companion/address.html b/library/org.xmtp.android.library/-consent-record/-companion/address.html similarity index 90% rename from library/org.xmtp.android.library/-consent-list-entry/-companion/address.html rename to library/org.xmtp.android.library/-consent-record/-companion/address.html index 0f4265760..be48077ae 100644 --- a/library/org.xmtp.android.library/-consent-list-entry/-companion/address.html +++ b/library/org.xmtp.android.library/-consent-record/-companion/address.html @@ -54,12 +54,12 @@
-
- +
+

address

-
fun address(address: String, type: ConsentState = ConsentState.UNKNOWN): ConsentListEntry
+
fun address(address: String, type: ConsentState = ConsentState.UNKNOWN): ConsentRecord
-
- +
+

conversationId

-
fun conversationId(groupId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentListEntry
+
fun conversationId(groupId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentRecord
-
- +
+

inboxId

-
fun inboxId(inboxId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentListEntry
+
fun inboxId(inboxId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentRecord
-
- +
+

Companion

object Companion
@@ -65,47 +65,47 @@

Companion

Functions

-
+
- +
Link copied to clipboard
-
fun address(address: String, type: ConsentState = ConsentState.UNKNOWN): ConsentListEntry
+
fun address(address: String, type: ConsentState = ConsentState.UNKNOWN): ConsentRecord
- +
- +
Link copied to clipboard
-
fun conversationId(groupId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentListEntry
+
fun conversationId(groupId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentRecord
- +
- +
Link copied to clipboard
-
fun inboxId(inboxId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentListEntry
+
fun inboxId(inboxId: String, type: ConsentState = ConsentState.UNKNOWN): ConsentRecord
diff --git a/library/org.xmtp.android.library/-consent-list-entry/-consent-list-entry.html b/library/org.xmtp.android.library/-consent-record/-consent-record.html similarity index 89% rename from library/org.xmtp.android.library/-consent-list-entry/-consent-list-entry.html rename to library/org.xmtp.android.library/-consent-record/-consent-record.html index d42d040c7..461aafdb2 100644 --- a/library/org.xmtp.android.library/-consent-list-entry/-consent-list-entry.html +++ b/library/org.xmtp.android.library/-consent-record/-consent-record.html @@ -2,7 +2,7 @@ - ConsentListEntry + ConsentRecord