diff --git a/bluesky/api/bluesky.api b/bluesky/api/bluesky.api index 9d532752..1f96ab1f 100644 --- a/bluesky/api/bluesky.api +++ b/bluesky/api/bluesky.api @@ -165,6 +165,22 @@ public final class app/bsky/actor/GetSuggestionsResponse$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class app/bsky/actor/InterestsPref { + public static final field Companion Lapp/bsky/actor/InterestsPref$Companion; + public fun (Lkotlinx/collections/immutable/ImmutableList;)V + public final fun component1 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy (Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/actor/InterestsPref; + public static synthetic fun copy$default (Lapp/bsky/actor/InterestsPref;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/actor/InterestsPref; + public fun equals (Ljava/lang/Object;)Z + public final fun getTags ()Lkotlinx/collections/immutable/ImmutableList; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class app/bsky/actor/InterestsPref$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class app/bsky/actor/PersonalDetailsPref { public static final field Companion Lapp/bsky/actor/PersonalDetailsPref$Companion; public fun ()V @@ -275,6 +291,34 @@ public final class app/bsky/actor/PreferencesUnion$FeedViewPrefSerializer : kotl public fun serialize-R98AQEE (Lkotlinx/serialization/encoding/Encoder;Lapp/bsky/actor/FeedViewPref;)V } +public final class app/bsky/actor/PreferencesUnion$InterestsPref : app/bsky/actor/PreferencesUnion { + public static final field Companion Lapp/bsky/actor/PreferencesUnion$InterestsPref$Companion; + public static final synthetic fun box-impl (Lapp/bsky/actor/InterestsPref;)Lapp/bsky/actor/PreferencesUnion$InterestsPref; + public static fun constructor-impl (Lapp/bsky/actor/InterestsPref;)Lapp/bsky/actor/InterestsPref; + public fun equals (Ljava/lang/Object;)Z + public static fun equals-impl (Lapp/bsky/actor/InterestsPref;Ljava/lang/Object;)Z + public static final fun equals-impl0 (Lapp/bsky/actor/InterestsPref;Lapp/bsky/actor/InterestsPref;)Z + public final fun getValue ()Lapp/bsky/actor/InterestsPref; + public fun hashCode ()I + public static fun hashCode-impl (Lapp/bsky/actor/InterestsPref;)I + public fun toString ()Ljava/lang/String; + public static fun toString-impl (Lapp/bsky/actor/InterestsPref;)Ljava/lang/String; + public final synthetic fun unbox-impl ()Lapp/bsky/actor/InterestsPref; +} + +public final class app/bsky/actor/PreferencesUnion$InterestsPref$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class app/bsky/actor/PreferencesUnion$InterestsPrefSerializer : kotlinx/serialization/KSerializer { + public fun ()V + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public fun deserialize-e1tyJcU (Lkotlinx/serialization/encoding/Decoder;)Lapp/bsky/actor/InterestsPref; + public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun serialize-85GA0fw (Lkotlinx/serialization/encoding/Encoder;Lapp/bsky/actor/InterestsPref;)V +} + public final class app/bsky/actor/PreferencesUnion$PersonalDetailsPref : app/bsky/actor/PreferencesUnion { public static final field Companion Lapp/bsky/actor/PreferencesUnion$PersonalDetailsPref$Companion; public static final synthetic fun box-impl (Lapp/bsky/actor/PersonalDetailsPref;)Lapp/bsky/actor/PreferencesUnion$PersonalDetailsPref; @@ -1761,6 +1805,7 @@ public final class app/bsky/feed/GetActorLikesResponse$Companion { } public final class app/bsky/feed/GetAuthorFeedFilter : java/lang/Enum { + public static final field POSTS_AND_AUTHOR_THREADS Lapp/bsky/feed/GetAuthorFeedFilter; public static final field POSTS_NO_REPLIES Lapp/bsky/feed/GetAuthorFeedFilter; public static final field POSTS_WITH_MEDIA Lapp/bsky/feed/GetAuthorFeedFilter; public static final field POSTS_WITH_REPLIES Lapp/bsky/feed/GetAuthorFeedFilter; @@ -3910,6 +3955,109 @@ public final class app/bsky/graph/GetMutesResponse$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class app/bsky/graph/GetRelationshipsQueryParams { + public static final field Companion Lapp/bsky/graph/GetRelationshipsQueryParams$Companion; + public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component1-SnKB-3U ()Ljava/lang/String; + public final fun component2 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy-Nc9yNGA (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/graph/GetRelationshipsQueryParams; + public static synthetic fun copy-Nc9yNGA$default (Lapp/bsky/graph/GetRelationshipsQueryParams;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/graph/GetRelationshipsQueryParams; + public fun equals (Ljava/lang/Object;)Z + public final fun getActor-SnKB-3U ()Ljava/lang/String; + public final fun getOthers ()Lkotlinx/collections/immutable/ImmutableList; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class app/bsky/graph/GetRelationshipsQueryParams$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class app/bsky/graph/GetRelationshipsResponse { + public static final field Companion Lapp/bsky/graph/GetRelationshipsResponse$Companion; + public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1-68yuAGA ()Ljava/lang/String; + public final fun component2 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy-zGeKB5I (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/graph/GetRelationshipsResponse; + public static synthetic fun copy-zGeKB5I$default (Lapp/bsky/graph/GetRelationshipsResponse;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/graph/GetRelationshipsResponse; + public fun equals (Ljava/lang/Object;)Z + public final fun getActor-68yuAGA ()Ljava/lang/String; + public final fun getRelationships ()Lkotlinx/collections/immutable/ImmutableList; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class app/bsky/graph/GetRelationshipsResponse$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public abstract interface class app/bsky/graph/GetRelationshipsResponseRelationshipUnion { + public static final field Companion Lapp/bsky/graph/GetRelationshipsResponseRelationshipUnion$Companion; +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$NotFoundActor : app/bsky/graph/GetRelationshipsResponseRelationshipUnion { + public static final field Companion Lapp/bsky/graph/GetRelationshipsResponseRelationshipUnion$NotFoundActor$Companion; + public static final synthetic fun box-impl (Lapp/bsky/graph/NotFoundActor;)Lapp/bsky/graph/GetRelationshipsResponseRelationshipUnion$NotFoundActor; + public static fun constructor-impl (Lapp/bsky/graph/NotFoundActor;)Lapp/bsky/graph/NotFoundActor; + public fun equals (Ljava/lang/Object;)Z + public static fun equals-impl (Lapp/bsky/graph/NotFoundActor;Ljava/lang/Object;)Z + public static final fun equals-impl0 (Lapp/bsky/graph/NotFoundActor;Lapp/bsky/graph/NotFoundActor;)Z + public final fun getValue ()Lapp/bsky/graph/NotFoundActor; + public fun hashCode ()I + public static fun hashCode-impl (Lapp/bsky/graph/NotFoundActor;)I + public fun toString ()Ljava/lang/String; + public static fun toString-impl (Lapp/bsky/graph/NotFoundActor;)Ljava/lang/String; + public final synthetic fun unbox-impl ()Lapp/bsky/graph/NotFoundActor; +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$NotFoundActor$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$NotFoundActorSerializer : kotlinx/serialization/KSerializer { + public fun ()V + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public fun deserialize-94XJU54 (Lkotlinx/serialization/encoding/Decoder;)Lapp/bsky/graph/NotFoundActor; + public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun serialize-91Hp-RA (Lkotlinx/serialization/encoding/Encoder;Lapp/bsky/graph/NotFoundActor;)V +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$Relationship : app/bsky/graph/GetRelationshipsResponseRelationshipUnion { + public static final field Companion Lapp/bsky/graph/GetRelationshipsResponseRelationshipUnion$Relationship$Companion; + public static final synthetic fun box-impl (Lapp/bsky/graph/Relationship;)Lapp/bsky/graph/GetRelationshipsResponseRelationshipUnion$Relationship; + public static fun constructor-impl (Lapp/bsky/graph/Relationship;)Lapp/bsky/graph/Relationship; + public fun equals (Ljava/lang/Object;)Z + public static fun equals-impl (Lapp/bsky/graph/Relationship;Ljava/lang/Object;)Z + public static final fun equals-impl0 (Lapp/bsky/graph/Relationship;Lapp/bsky/graph/Relationship;)Z + public final fun getValue ()Lapp/bsky/graph/Relationship; + public fun hashCode ()I + public static fun hashCode-impl (Lapp/bsky/graph/Relationship;)I + public fun toString ()Ljava/lang/String; + public static fun toString-impl (Lapp/bsky/graph/Relationship;)Ljava/lang/String; + public final synthetic fun unbox-impl ()Lapp/bsky/graph/Relationship; +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$Relationship$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class app/bsky/graph/GetRelationshipsResponseRelationshipUnion$RelationshipSerializer : kotlinx/serialization/KSerializer { + public fun ()V + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public fun deserialize-6USKE6w (Lkotlinx/serialization/encoding/Decoder;)Lapp/bsky/graph/Relationship; + public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun serialize-MKbw4lM (Lkotlinx/serialization/encoding/Encoder;Lapp/bsky/graph/Relationship;)V +} + public final class app/bsky/graph/GetSuggestedFollowsByActorQueryParams { public static final field Companion Lapp/bsky/graph/GetSuggestedFollowsByActorQueryParams$Companion; public synthetic fun (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -4179,6 +4327,45 @@ public final class app/bsky/graph/MuteActorRequest$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class app/bsky/graph/NotFoundActor { + public static final field Companion Lapp/bsky/graph/NotFoundActor$Companion; + public synthetic fun (Ljava/lang/String;ZLkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1-SnKB-3U ()Ljava/lang/String; + public final fun component2 ()Z + public final fun copy-Nc9yNGA (Ljava/lang/String;Z)Lapp/bsky/graph/NotFoundActor; + public static synthetic fun copy-Nc9yNGA$default (Lapp/bsky/graph/NotFoundActor;Ljava/lang/String;ZILjava/lang/Object;)Lapp/bsky/graph/NotFoundActor; + public fun equals (Ljava/lang/Object;)Z + public final fun getActor-SnKB-3U ()Ljava/lang/String; + public final fun getNotFound ()Z + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class app/bsky/graph/NotFoundActor$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class app/bsky/graph/Relationship { + public static final field Companion Lapp/bsky/graph/Relationship$Companion; + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1-715Ygxc ()Ljava/lang/String; + public final fun component2-W3xQKsw ()Ljava/lang/String; + public final fun component3-W3xQKsw ()Ljava/lang/String; + public final fun copy-VKay7XA (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lapp/bsky/graph/Relationship; + public static synthetic fun copy-VKay7XA$default (Lapp/bsky/graph/Relationship;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lapp/bsky/graph/Relationship; + public fun equals (Ljava/lang/Object;)Z + public final fun getDid-715Ygxc ()Ljava/lang/String; + public final fun getFollowedBy-W3xQKsw ()Ljava/lang/String; + public final fun getFollowing-W3xQKsw ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class app/bsky/graph/Relationship$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class app/bsky/graph/Token : java/lang/Enum { public static final field CURATELIST Lapp/bsky/graph/Token; public static final field MODLIST Lapp/bsky/graph/Token; @@ -4324,15 +4511,17 @@ public final class app/bsky/notification/ListNotificationsReason : java/lang/Enu public final class app/bsky/notification/ListNotificationsResponse { public static final field Companion Lapp/bsky/notification/ListNotificationsResponse$Companion; - public fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)V - public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;)V + public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()Ljava/lang/String; public final fun component2 ()Lkotlinx/collections/immutable/ImmutableList; - public final fun copy (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/notification/ListNotificationsResponse; - public static synthetic fun copy$default (Lapp/bsky/notification/ListNotificationsResponse;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/notification/ListNotificationsResponse; + public final fun component3 ()Lkotlinx/datetime/Instant; + public final fun copy (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;)Lapp/bsky/notification/ListNotificationsResponse; + public static synthetic fun copy$default (Lapp/bsky/notification/ListNotificationsResponse;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;ILjava/lang/Object;)Lapp/bsky/notification/ListNotificationsResponse; public fun equals (Ljava/lang/Object;)Z public final fun getCursor ()Ljava/lang/String; public final fun getNotifications ()Lkotlinx/collections/immutable/ImmutableList; + public final fun getSeenAt ()Lkotlinx/datetime/Instant; public fun hashCode ()I public fun toString ()Ljava/lang/String; } @@ -4606,85 +4795,47 @@ public final class app/bsky/unspecced/GetPopularFeedGeneratorsResponse$Companion public final fun serializer ()Lkotlinx/serialization/KSerializer; } -public final class app/bsky/unspecced/GetPopularQueryParams { - public static final field Companion Lapp/bsky/unspecced/GetPopularQueryParams$Companion; - public fun ()V - public fun (Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;)V - public synthetic fun (Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; - public final fun component1 ()Ljava/lang/Boolean; - public final fun component2 ()Ljava/lang/Long; - public final fun component3 ()Ljava/lang/String; - public final fun copy (Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;)Lapp/bsky/unspecced/GetPopularQueryParams; - public static synthetic fun copy$default (Lapp/bsky/unspecced/GetPopularQueryParams;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILjava/lang/Object;)Lapp/bsky/unspecced/GetPopularQueryParams; - public fun equals (Ljava/lang/Object;)Z - public final fun getCursor ()Ljava/lang/String; - public final fun getIncludeNsfw ()Ljava/lang/Boolean; - public final fun getLimit ()Ljava/lang/Long; - public fun hashCode ()I - public fun toString ()Ljava/lang/String; -} - -public final class app/bsky/unspecced/GetPopularQueryParams$Companion { - public final fun serializer ()Lkotlinx/serialization/KSerializer; -} - -public final class app/bsky/unspecced/GetPopularResponse { - public static final field Companion Lapp/bsky/unspecced/GetPopularResponse$Companion; - public fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)V - public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public final fun component1 ()Ljava/lang/String; - public final fun component2 ()Lkotlinx/collections/immutable/ImmutableList; - public final fun copy (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/unspecced/GetPopularResponse; - public static synthetic fun copy$default (Lapp/bsky/unspecced/GetPopularResponse;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/unspecced/GetPopularResponse; +public final class app/bsky/unspecced/GetTaggedSuggestionsResponse { + public static final field Companion Lapp/bsky/unspecced/GetTaggedSuggestionsResponse$Companion; + public fun (Lkotlinx/collections/immutable/ImmutableList;)V + public final fun component1 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy (Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/unspecced/GetTaggedSuggestionsResponse; + public static synthetic fun copy$default (Lapp/bsky/unspecced/GetTaggedSuggestionsResponse;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/unspecced/GetTaggedSuggestionsResponse; public fun equals (Ljava/lang/Object;)Z - public final fun getCursor ()Ljava/lang/String; - public final fun getFeed ()Lkotlinx/collections/immutable/ImmutableList; + public final fun getSuggestions ()Lkotlinx/collections/immutable/ImmutableList; public fun hashCode ()I public fun toString ()Ljava/lang/String; } -public final class app/bsky/unspecced/GetPopularResponse$Companion { +public final class app/bsky/unspecced/GetTaggedSuggestionsResponse$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } -public final class app/bsky/unspecced/GetTimelineSkeletonQueryParams { - public static final field Companion Lapp/bsky/unspecced/GetTimelineSkeletonQueryParams$Companion; - public fun ()V - public fun (Ljava/lang/Long;Ljava/lang/String;)V - public synthetic fun (Ljava/lang/Long;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; - public final fun component1 ()Ljava/lang/Long; - public final fun component2 ()Ljava/lang/String; - public final fun copy (Ljava/lang/Long;Ljava/lang/String;)Lapp/bsky/unspecced/GetTimelineSkeletonQueryParams; - public static synthetic fun copy$default (Lapp/bsky/unspecced/GetTimelineSkeletonQueryParams;Ljava/lang/Long;Ljava/lang/String;ILjava/lang/Object;)Lapp/bsky/unspecced/GetTimelineSkeletonQueryParams; - public fun equals (Ljava/lang/Object;)Z - public final fun getCursor ()Ljava/lang/String; - public final fun getLimit ()Ljava/lang/Long; - public fun hashCode ()I - public fun toString ()Ljava/lang/String; -} - -public final class app/bsky/unspecced/GetTimelineSkeletonQueryParams$Companion { - public final fun serializer ()Lkotlinx/serialization/KSerializer; +public final class app/bsky/unspecced/GetTaggedSuggestionsSubjectType : java/lang/Enum { + public static final field ACTOR Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType; + public static final field FEED Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType; + public static fun getEntries ()Lkotlin/enums/EnumEntries; + public static fun valueOf (Ljava/lang/String;)Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType; + public static fun values ()[Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType; } -public final class app/bsky/unspecced/GetTimelineSkeletonResponse { - public static final field Companion Lapp/bsky/unspecced/GetTimelineSkeletonResponse$Companion; - public fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)V - public synthetic fun (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILkotlin/jvm/internal/DefaultConstructorMarker;)V +public final class app/bsky/unspecced/GetTaggedSuggestionsSuggestion { + public static final field Companion Lapp/bsky/unspecced/GetTaggedSuggestionsSuggestion$Companion; + public synthetic fun (Ljava/lang/String;Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()Ljava/lang/String; - public final fun component2 ()Lkotlinx/collections/immutable/ImmutableList; - public final fun copy (Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;)Lapp/bsky/unspecced/GetTimelineSkeletonResponse; - public static synthetic fun copy$default (Lapp/bsky/unspecced/GetTimelineSkeletonResponse;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lapp/bsky/unspecced/GetTimelineSkeletonResponse; + public final fun component2 ()Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType; + public final fun component3-v5vOzEc ()Ljava/lang/String; + public final fun copy-DXbHf-I (Ljava/lang/String;Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType;Ljava/lang/String;)Lapp/bsky/unspecced/GetTaggedSuggestionsSuggestion; + public static synthetic fun copy-DXbHf-I$default (Lapp/bsky/unspecced/GetTaggedSuggestionsSuggestion;Ljava/lang/String;Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType;Ljava/lang/String;ILjava/lang/Object;)Lapp/bsky/unspecced/GetTaggedSuggestionsSuggestion; public fun equals (Ljava/lang/Object;)Z - public final fun getCursor ()Ljava/lang/String; - public final fun getFeed ()Lkotlinx/collections/immutable/ImmutableList; + public final fun getSubject-v5vOzEc ()Ljava/lang/String; + public final fun getSubjectType ()Lapp/bsky/unspecced/GetTaggedSuggestionsSubjectType; + public final fun getTag ()Ljava/lang/String; public fun hashCode ()I public fun toString ()Ljava/lang/String; } -public final class app/bsky/unspecced/GetTimelineSkeletonResponse$Companion { +public final class app/bsky/unspecced/GetTaggedSuggestionsSuggestion$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } @@ -4810,19 +4961,20 @@ public final class app/bsky/unspecced/SkeletonSearchPost$Companion { public final class com/atproto/admin/AccountView { public static final field Companion Lcom/atproto/admin/AccountView$Companion; - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1-715Ygxc ()Ljava/lang/String; + public final fun component10 ()Ljava/lang/String; public final fun component2-hDwCUG8 ()Ljava/lang/String; public final fun component3 ()Ljava/lang/String; - public final fun component4 ()Lkotlinx/datetime/Instant; - public final fun component5 ()Lcom/atproto/server/InviteCode; - public final fun component6 ()Lkotlinx/collections/immutable/ImmutableList; - public final fun component7 ()Ljava/lang/Boolean; - public final fun component8 ()Lkotlinx/datetime/Instant; - public final fun component9 ()Ljava/lang/String; - public final fun copy-A84qRCI (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;)Lcom/atproto/admin/AccountView; - public static synthetic fun copy-A84qRCI$default (Lcom/atproto/admin/AccountView;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/AccountView; + public final fun component4 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component5 ()Lkotlinx/datetime/Instant; + public final fun component6 ()Lcom/atproto/server/InviteCode; + public final fun component7 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component8 ()Ljava/lang/Boolean; + public final fun component9 ()Lkotlinx/datetime/Instant; + public final fun copy-jYMobb0 (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;)Lcom/atproto/admin/AccountView; + public static synthetic fun copy-jYMobb0$default (Lcom/atproto/admin/AccountView;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/datetime/Instant;Lcom/atproto/server/InviteCode;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/AccountView; public fun equals (Ljava/lang/Object;)Z public final fun getDid-715Ygxc ()Ljava/lang/String; public final fun getEmail ()Ljava/lang/String; @@ -4833,6 +4985,7 @@ public final class com/atproto/admin/AccountView { public final fun getInvitedBy ()Lcom/atproto/server/InviteCode; public final fun getInvites ()Lkotlinx/collections/immutable/ImmutableList; public final fun getInvitesDisabled ()Ljava/lang/Boolean; + public final fun getRelatedRecords ()Lkotlinx/collections/immutable/ImmutableList; public fun hashCode ()I public fun toString ()Ljava/lang/String; } @@ -4932,6 +5085,92 @@ public final class com/atproto/admin/BlobViewDetailsUnion$VideoDetailsSerializer public fun serialize-F1YDUPI (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/VideoDetails;)V } +public final class com/atproto/admin/CommunicationTemplateView { + public static final field Companion Lcom/atproto/admin/CommunicationTemplateView$Companion; + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun component2 ()Ljava/lang/String; + public final fun component3 ()Ljava/lang/String; + public final fun component4 ()Ljava/lang/String; + public final fun component5 ()Z + public final fun component6-715Ygxc ()Ljava/lang/String; + public final fun component7 ()Lkotlinx/datetime/Instant; + public final fun component8 ()Lkotlinx/datetime/Instant; + public final fun copy-Y11WXlc (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;)Lcom/atproto/admin/CommunicationTemplateView; + public static synthetic fun copy-Y11WXlc$default (Lcom/atproto/admin/CommunicationTemplateView;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;ILjava/lang/Object;)Lcom/atproto/admin/CommunicationTemplateView; + public fun equals (Ljava/lang/Object;)Z + public final fun getContentMarkdown ()Ljava/lang/String; + public final fun getCreatedAt ()Lkotlinx/datetime/Instant; + public final fun getDisabled ()Z + public final fun getId ()Ljava/lang/String; + public final fun getLastUpdatedBy-715Ygxc ()Ljava/lang/String; + public final fun getName ()Ljava/lang/String; + public final fun getSubject ()Ljava/lang/String; + public final fun getUpdatedAt ()Lkotlinx/datetime/Instant; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/CommunicationTemplateView$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/CreateCommunicationTemplateRequest { + public static final field Companion Lcom/atproto/admin/CreateCommunicationTemplateRequest$Companion; + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun component2 ()Ljava/lang/String; + public final fun component3 ()Ljava/lang/String; + public final fun component4-68yuAGA ()Ljava/lang/String; + public final fun copy-JeTGFFg (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/atproto/admin/CreateCommunicationTemplateRequest; + public static synthetic fun copy-JeTGFFg$default (Lcom/atproto/admin/CreateCommunicationTemplateRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/CreateCommunicationTemplateRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getContentMarkdown ()Ljava/lang/String; + public final fun getCreatedBy-68yuAGA ()Ljava/lang/String; + public final fun getName ()Ljava/lang/String; + public final fun getSubject ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/CreateCommunicationTemplateRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/DeleteAccountRequest { + public static final field Companion Lcom/atproto/admin/DeleteAccountRequest$Companion; + public synthetic fun (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1-715Ygxc ()Ljava/lang/String; + public final fun copy-Kn78ayM (Ljava/lang/String;)Lcom/atproto/admin/DeleteAccountRequest; + public static synthetic fun copy-Kn78ayM$default (Lcom/atproto/admin/DeleteAccountRequest;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/DeleteAccountRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getDid-715Ygxc ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/DeleteAccountRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/DeleteCommunicationTemplateRequest { + public static final field Companion Lcom/atproto/admin/DeleteCommunicationTemplateRequest$Companion; + public fun (Ljava/lang/String;)V + public final fun component1 ()Ljava/lang/String; + public final fun copy (Ljava/lang/String;)Lcom/atproto/admin/DeleteCommunicationTemplateRequest; + public static synthetic fun copy$default (Lcom/atproto/admin/DeleteCommunicationTemplateRequest;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/DeleteCommunicationTemplateRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getId ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/DeleteCommunicationTemplateRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class com/atproto/admin/DisableAccountInvitesRequest { public static final field Companion Lcom/atproto/admin/DisableAccountInvitesRequest$Companion; public synthetic fun (Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -5382,6 +5621,39 @@ public final class com/atproto/admin/GetAccountInfoQueryParams$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class com/atproto/admin/GetAccountInfosQueryParams { + public static final field Companion Lcom/atproto/admin/GetAccountInfosQueryParams$Companion; + public fun (Lkotlinx/collections/immutable/ImmutableList;)V + public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component1 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy (Lkotlinx/collections/immutable/ImmutableList;)Lcom/atproto/admin/GetAccountInfosQueryParams; + public static synthetic fun copy$default (Lcom/atproto/admin/GetAccountInfosQueryParams;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lcom/atproto/admin/GetAccountInfosQueryParams; + public fun equals (Ljava/lang/Object;)Z + public final fun getDids ()Lkotlinx/collections/immutable/ImmutableList; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/GetAccountInfosQueryParams$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/GetAccountInfosResponse { + public static final field Companion Lcom/atproto/admin/GetAccountInfosResponse$Companion; + public fun (Lkotlinx/collections/immutable/ImmutableList;)V + public final fun component1 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy (Lkotlinx/collections/immutable/ImmutableList;)Lcom/atproto/admin/GetAccountInfosResponse; + public static synthetic fun copy$default (Lcom/atproto/admin/GetAccountInfosResponse;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lcom/atproto/admin/GetAccountInfosResponse; + public fun equals (Ljava/lang/Object;)Z + public final fun getInfos ()Lkotlinx/collections/immutable/ImmutableList; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/GetAccountInfosResponse$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class com/atproto/admin/GetInviteCodesQueryParams { public static final field Companion Lcom/atproto/admin/GetInviteCodesQueryParams$Companion; public fun ()V @@ -5637,6 +5909,22 @@ public final class com/atproto/admin/ImageDetails$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class com/atproto/admin/ListCommunicationTemplatesResponse { + public static final field Companion Lcom/atproto/admin/ListCommunicationTemplatesResponse$Companion; + public fun (Lkotlinx/collections/immutable/ImmutableList;)V + public final fun component1 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun copy (Lkotlinx/collections/immutable/ImmutableList;)Lcom/atproto/admin/ListCommunicationTemplatesResponse; + public static synthetic fun copy$default (Lcom/atproto/admin/ListCommunicationTemplatesResponse;Lkotlinx/collections/immutable/ImmutableList;ILjava/lang/Object;)Lcom/atproto/admin/ListCommunicationTemplatesResponse; + public fun equals (Ljava/lang/Object;)Z + public final fun getCommunicationTemplates ()Lkotlinx/collections/immutable/ImmutableList; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/ListCommunicationTemplatesResponse$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class com/atproto/admin/ModEventAcknowledge { public static final field Companion Lcom/atproto/admin/ModEventAcknowledge$Companion; public fun ()V @@ -5676,11 +5964,14 @@ public final class com/atproto/admin/ModEventComment$Companion { public final class com/atproto/admin/ModEventEmail { public static final field Companion Lcom/atproto/admin/ModEventEmail$Companion; - public fun (Ljava/lang/String;)V + public fun (Ljava/lang/String;Ljava/lang/String;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()Ljava/lang/String; - public final fun copy (Ljava/lang/String;)Lcom/atproto/admin/ModEventEmail; - public static synthetic fun copy$default (Lcom/atproto/admin/ModEventEmail;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/ModEventEmail; + public final fun component2 ()Ljava/lang/String; + public final fun copy (Ljava/lang/String;Ljava/lang/String;)Lcom/atproto/admin/ModEventEmail; + public static synthetic fun copy$default (Lcom/atproto/admin/ModEventEmail;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/ModEventEmail; public fun equals (Ljava/lang/Object;)Z + public final fun getComment ()Ljava/lang/String; public final fun getSubjectLine ()Ljava/lang/String; public fun hashCode ()I public fun toString ()Ljava/lang/String; @@ -5767,6 +6058,24 @@ public final class com/atproto/admin/ModEventReport$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class com/atproto/admin/ModEventResolveAppeal { + public static final field Companion Lcom/atproto/admin/ModEventResolveAppeal$Companion; + public fun ()V + public fun (Ljava/lang/String;)V + public synthetic fun (Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun copy (Ljava/lang/String;)Lcom/atproto/admin/ModEventResolveAppeal; + public static synthetic fun copy$default (Lcom/atproto/admin/ModEventResolveAppeal;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/ModEventResolveAppeal; + public fun equals (Ljava/lang/Object;)Z + public final fun getComment ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/ModEventResolveAppeal$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class com/atproto/admin/ModEventReverseTakedown { public static final field Companion Lcom/atproto/admin/ModEventReverseTakedown$Companion; public fun ()V @@ -5944,6 +6253,34 @@ public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventCommen public fun serialize-kcVc49A (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/ModEventComment;)V } +public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventEmail : com/atproto/admin/ModEventViewDetailEventUnion { + public static final field Companion Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventEmail$Companion; + public static final synthetic fun box-impl (Lcom/atproto/admin/ModEventEmail;)Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventEmail; + public static fun constructor-impl (Lcom/atproto/admin/ModEventEmail;)Lcom/atproto/admin/ModEventEmail; + public fun equals (Ljava/lang/Object;)Z + public static fun equals-impl (Lcom/atproto/admin/ModEventEmail;Ljava/lang/Object;)Z + public static final fun equals-impl0 (Lcom/atproto/admin/ModEventEmail;Lcom/atproto/admin/ModEventEmail;)Z + public final fun getValue ()Lcom/atproto/admin/ModEventEmail; + public fun hashCode ()I + public static fun hashCode-impl (Lcom/atproto/admin/ModEventEmail;)I + public fun toString ()Ljava/lang/String; + public static fun toString-impl (Lcom/atproto/admin/ModEventEmail;)Ljava/lang/String; + public final synthetic fun unbox-impl ()Lcom/atproto/admin/ModEventEmail; +} + +public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventEmail$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventEmailSerializer : kotlinx/serialization/KSerializer { + public fun ()V + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public fun deserialize-vtqh1bo (Lkotlinx/serialization/encoding/Decoder;)Lcom/atproto/admin/ModEventEmail; + public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun serialize-foDCNLQ (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/ModEventEmail;)V +} + public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventEscalate : com/atproto/admin/ModEventViewDetailEventUnion { public static final field Companion Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventEscalate$Companion; public static final synthetic fun box-impl (Lcom/atproto/admin/ModEventEscalate;)Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventEscalate; @@ -6056,6 +6393,34 @@ public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventReport public fun serialize--1N3NP0 (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/ModEventReport;)V } +public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventResolveAppeal : com/atproto/admin/ModEventViewDetailEventUnion { + public static final field Companion Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventResolveAppeal$Companion; + public static final synthetic fun box-impl (Lcom/atproto/admin/ModEventResolveAppeal;)Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventResolveAppeal; + public static fun constructor-impl (Lcom/atproto/admin/ModEventResolveAppeal;)Lcom/atproto/admin/ModEventResolveAppeal; + public fun equals (Ljava/lang/Object;)Z + public static fun equals-impl (Lcom/atproto/admin/ModEventResolveAppeal;Ljava/lang/Object;)Z + public static final fun equals-impl0 (Lcom/atproto/admin/ModEventResolveAppeal;Lcom/atproto/admin/ModEventResolveAppeal;)Z + public final fun getValue ()Lcom/atproto/admin/ModEventResolveAppeal; + public fun hashCode ()I + public static fun hashCode-impl (Lcom/atproto/admin/ModEventResolveAppeal;)I + public fun toString ()Ljava/lang/String; + public static fun toString-impl (Lcom/atproto/admin/ModEventResolveAppeal;)Ljava/lang/String; + public final synthetic fun unbox-impl ()Lcom/atproto/admin/ModEventResolveAppeal; +} + +public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventResolveAppeal$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventResolveAppealSerializer : kotlinx/serialization/KSerializer { + public fun ()V + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public fun deserialize-nAZaQE0 (Lkotlinx/serialization/encoding/Decoder;)Lcom/atproto/admin/ModEventResolveAppeal; + public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun serialize-wl1kzMo (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/ModEventResolveAppeal;)V +} + public final class com/atproto/admin/ModEventViewDetailEventUnion$ModEventReverseTakedown : com/atproto/admin/ModEventViewDetailEventUnion { public static final field Companion Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventReverseTakedown$Companion; public static final synthetic fun box-impl (Lcom/atproto/admin/ModEventReverseTakedown;)Lcom/atproto/admin/ModEventViewDetailEventUnion$ModEventReverseTakedown; @@ -6436,6 +6801,34 @@ public final class com/atproto/admin/ModEventViewEventUnion$ModEventReportSerial public fun serialize-xL-IigQ (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/ModEventReport;)V } +public final class com/atproto/admin/ModEventViewEventUnion$ModEventResolveAppeal : com/atproto/admin/ModEventViewEventUnion { + public static final field Companion Lcom/atproto/admin/ModEventViewEventUnion$ModEventResolveAppeal$Companion; + public static final synthetic fun box-impl (Lcom/atproto/admin/ModEventResolveAppeal;)Lcom/atproto/admin/ModEventViewEventUnion$ModEventResolveAppeal; + public static fun constructor-impl (Lcom/atproto/admin/ModEventResolveAppeal;)Lcom/atproto/admin/ModEventResolveAppeal; + public fun equals (Ljava/lang/Object;)Z + public static fun equals-impl (Lcom/atproto/admin/ModEventResolveAppeal;Ljava/lang/Object;)Z + public static final fun equals-impl0 (Lcom/atproto/admin/ModEventResolveAppeal;Lcom/atproto/admin/ModEventResolveAppeal;)Z + public final fun getValue ()Lcom/atproto/admin/ModEventResolveAppeal; + public fun hashCode ()I + public static fun hashCode-impl (Lcom/atproto/admin/ModEventResolveAppeal;)I + public fun toString ()Ljava/lang/String; + public static fun toString-impl (Lcom/atproto/admin/ModEventResolveAppeal;)Ljava/lang/String; + public final synthetic fun unbox-impl ()Lcom/atproto/admin/ModEventResolveAppeal; +} + +public final class com/atproto/admin/ModEventViewEventUnion$ModEventResolveAppeal$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/admin/ModEventViewEventUnion$ModEventResolveAppealSerializer : kotlinx/serialization/KSerializer { + public fun ()V + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public fun deserialize-jb_f93I (Lkotlinx/serialization/encoding/Decoder;)Lcom/atproto/admin/ModEventResolveAppeal; + public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun serialize-sHPlmIU (Lkotlinx/serialization/encoding/Encoder;Lcom/atproto/admin/ModEventResolveAppeal;)V +} + public final class com/atproto/admin/ModEventViewEventUnion$ModEventReverseTakedown : com/atproto/admin/ModEventViewEventUnion { public static final field Companion Lcom/atproto/admin/ModEventViewEventUnion$ModEventReverseTakedown$Companion; public static final synthetic fun box-impl (Lcom/atproto/admin/ModEventReverseTakedown;)Lcom/atproto/admin/ModEventViewEventUnion$ModEventReverseTakedown; @@ -6594,23 +6987,37 @@ public final class com/atproto/admin/ModerationDetail$Companion { public final class com/atproto/admin/QueryModerationEventsQueryParams { public static final field Companion Lcom/atproto/admin/QueryModerationEventsQueryParams$Companion; - public synthetic fun (Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public synthetic fun (Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; public final fun component1 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component10 ()Ljava/lang/String; + public final fun component11 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component12 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component13 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component14 ()Ljava/lang/String; public final fun component2-68yuAGA ()Ljava/lang/String; public final fun component3 ()Ljava/lang/String; - public final fun component4-pvpWXas ()Ljava/lang/String; - public final fun component5 ()Ljava/lang/Boolean; - public final fun component6 ()Ljava/lang/Long; - public final fun component7 ()Ljava/lang/String; - public final fun copy-7ppQKMs (Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;)Lcom/atproto/admin/QueryModerationEventsQueryParams; - public static synthetic fun copy-7ppQKMs$default (Lcom/atproto/admin/QueryModerationEventsQueryParams;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/QueryModerationEventsQueryParams; + public final fun component4 ()Lkotlinx/datetime/Instant; + public final fun component5 ()Lkotlinx/datetime/Instant; + public final fun component6-pvpWXas ()Ljava/lang/String; + public final fun component7 ()Ljava/lang/Boolean; + public final fun component8 ()Ljava/lang/Long; + public final fun component9 ()Ljava/lang/Boolean; + public final fun copy-nlQhSm0 (Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;)Lcom/atproto/admin/QueryModerationEventsQueryParams; + public static synthetic fun copy-nlQhSm0$default (Lcom/atproto/admin/QueryModerationEventsQueryParams;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/QueryModerationEventsQueryParams; public fun equals (Ljava/lang/Object;)Z + public final fun getAddedLabels ()Lkotlinx/collections/immutable/ImmutableList; + public final fun getComment ()Ljava/lang/String; + public final fun getCreatedAfter ()Lkotlinx/datetime/Instant; + public final fun getCreatedBefore ()Lkotlinx/datetime/Instant; public final fun getCreatedBy-68yuAGA ()Ljava/lang/String; public final fun getCursor ()Ljava/lang/String; + public final fun getHasComment ()Ljava/lang/Boolean; public final fun getIncludeAllUserRecords ()Ljava/lang/Boolean; public final fun getLimit ()Ljava/lang/Long; + public final fun getRemovedLabels ()Lkotlinx/collections/immutable/ImmutableList; + public final fun getReportTypes ()Lkotlinx/collections/immutable/ImmutableList; public final fun getSortDirection ()Ljava/lang/String; public final fun getSubject-pvpWXas ()Ljava/lang/String; public final fun getTypes ()Lkotlinx/collections/immutable/ImmutableList; @@ -6643,16 +7050,17 @@ public final class com/atproto/admin/QueryModerationEventsResponse$Companion { public final class com/atproto/admin/QueryModerationStatusesQueryParams { public static final field Companion Lcom/atproto/admin/QueryModerationStatusesQueryParams$Companion; - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; public final fun component1-pvpWXas ()Ljava/lang/String; public final fun component10-68yuAGA ()Ljava/lang/String; public final fun component11 ()Ljava/lang/String; public final fun component12 ()Ljava/lang/String; public final fun component13 ()Ljava/lang/Boolean; - public final fun component14 ()Ljava/lang/Long; - public final fun component15 ()Ljava/lang/String; + public final fun component14 ()Ljava/lang/Boolean; + public final fun component15 ()Ljava/lang/Long; + public final fun component16 ()Ljava/lang/String; public final fun component2 ()Ljava/lang/String; public final fun component3 ()Lkotlinx/datetime/Instant; public final fun component4 ()Lkotlinx/datetime/Instant; @@ -6661,9 +7069,10 @@ public final class com/atproto/admin/QueryModerationStatusesQueryParams { public final fun component7 ()Ljava/lang/Boolean; public final fun component8 ()Ljava/lang/String; public final fun component9 ()Lkotlinx/collections/immutable/ImmutableList; - public final fun copy-Or9JY_s (Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;)Lcom/atproto/admin/QueryModerationStatusesQueryParams; - public static synthetic fun copy-Or9JY_s$default (Lcom/atproto/admin/QueryModerationStatusesQueryParams;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/QueryModerationStatusesQueryParams; + public final fun copy-3cfnoHo (Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;)Lcom/atproto/admin/QueryModerationStatusesQueryParams; + public static synthetic fun copy-3cfnoHo$default (Lcom/atproto/admin/QueryModerationStatusesQueryParams;Ljava/lang/String;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/String;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Long;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/QueryModerationStatusesQueryParams; public fun equals (Ljava/lang/Object;)Z + public final fun getAppealed ()Ljava/lang/Boolean; public final fun getComment ()Ljava/lang/String; public final fun getCursor ()Ljava/lang/String; public final fun getIgnoreSubjects ()Lkotlinx/collections/immutable/ImmutableList; @@ -7198,15 +7607,17 @@ public final class com/atproto/admin/SearchReposResponse$Companion { public final class com/atproto/admin/SendEmailRequest { public static final field Companion Lcom/atproto/admin/SendEmailRequest$Companion; - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1-715Ygxc ()Ljava/lang/String; public final fun component2 ()Ljava/lang/String; public final fun component3 ()Ljava/lang/String; public final fun component4-715Ygxc ()Ljava/lang/String; - public final fun copy-1V4t2sY (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/atproto/admin/SendEmailRequest; - public static synthetic fun copy-1V4t2sY$default (Lcom/atproto/admin/SendEmailRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/SendEmailRequest; + public final fun component5 ()Ljava/lang/String; + public final fun copy-a0-ruzc (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/atproto/admin/SendEmailRequest; + public static synthetic fun copy-a0-ruzc$default (Lcom/atproto/admin/SendEmailRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/admin/SendEmailRequest; public fun equals (Ljava/lang/Object;)Z + public final fun getComment ()Ljava/lang/String; public final fun getContent ()Ljava/lang/String; public final fun getRecipientDid-715Ygxc ()Ljava/lang/String; public final fun getSenderDid-715Ygxc ()Ljava/lang/String; @@ -7256,14 +7667,16 @@ public final class com/atproto/admin/StatusAttr$Companion { public final class com/atproto/admin/SubjectStatusView { public static final field Companion Lcom/atproto/admin/SubjectStatusView$Companion; - public synthetic fun (JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public synthetic fun (JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()J public final fun component10-68yuAGA ()Ljava/lang/String; public final fun component11 ()Lkotlinx/datetime/Instant; public final fun component12 ()Lkotlinx/datetime/Instant; - public final fun component13 ()Ljava/lang/Boolean; - public final fun component14 ()Lkotlinx/datetime/Instant; + public final fun component13 ()Lkotlinx/datetime/Instant; + public final fun component14 ()Ljava/lang/Boolean; + public final fun component15 ()Ljava/lang/Boolean; + public final fun component16 ()Lkotlinx/datetime/Instant; public final fun component2 ()Lcom/atproto/admin/SubjectStatusViewSubjectUnion; public final fun component3 ()Lkotlinx/collections/immutable/ImmutableList; public final fun component4 ()Ljava/lang/String; @@ -7272,12 +7685,14 @@ public final class com/atproto/admin/SubjectStatusView { public final fun component7 ()Lcom/atproto/admin/Token; public final fun component8 ()Ljava/lang/String; public final fun component9 ()Lkotlinx/datetime/Instant; - public final fun copy-eqE9yDw (JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;)Lcom/atproto/admin/SubjectStatusView; - public static synthetic fun copy-eqE9yDw$default (Lcom/atproto/admin/SubjectStatusView;JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;ILjava/lang/Object;)Lcom/atproto/admin/SubjectStatusView; + public final fun copy-xNr3OQk (JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;)Lcom/atproto/admin/SubjectStatusView; + public static synthetic fun copy-xNr3OQk$default (Lcom/atproto/admin/SubjectStatusView;JLcom/atproto/admin/SubjectStatusViewSubjectUnion;Lkotlinx/collections/immutable/ImmutableList;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lcom/atproto/admin/Token;Ljava/lang/String;Lkotlinx/datetime/Instant;Ljava/lang/String;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Lkotlinx/datetime/Instant;Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/datetime/Instant;ILjava/lang/Object;)Lcom/atproto/admin/SubjectStatusView; public fun equals (Ljava/lang/Object;)Z + public final fun getAppealed ()Ljava/lang/Boolean; public final fun getComment ()Ljava/lang/String; public final fun getCreatedAt ()Lkotlinx/datetime/Instant; public final fun getId ()J + public final fun getLastAppealedAt ()Lkotlinx/datetime/Instant; public final fun getLastReportedAt ()Lkotlinx/datetime/Instant; public final fun getLastReviewedAt ()Lkotlinx/datetime/Instant; public final fun getLastReviewedBy-68yuAGA ()Ljava/lang/String; @@ -7406,6 +7821,33 @@ public final class com/atproto/admin/UpdateAccountHandleRequest$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class com/atproto/admin/UpdateCommunicationTemplateRequest { + public static final field Companion Lcom/atproto/admin/UpdateCommunicationTemplateRequest$Companion; + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun component2 ()Ljava/lang/String; + public final fun component3 ()Ljava/lang/String; + public final fun component4 ()Ljava/lang/String; + public final fun component5-68yuAGA ()Ljava/lang/String; + public final fun component6 ()Ljava/lang/Boolean; + public final fun copy-8U8DbxA (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;)Lcom/atproto/admin/UpdateCommunicationTemplateRequest; + public static synthetic fun copy-8U8DbxA$default (Lcom/atproto/admin/UpdateCommunicationTemplateRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;ILjava/lang/Object;)Lcom/atproto/admin/UpdateCommunicationTemplateRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getContentMarkdown ()Ljava/lang/String; + public final fun getDisabled ()Ljava/lang/Boolean; + public final fun getId ()Ljava/lang/String; + public final fun getName ()Ljava/lang/String; + public final fun getSubject ()Ljava/lang/String; + public final fun getUpdatedBy-68yuAGA ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/admin/UpdateCommunicationTemplateRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class com/atproto/admin/UpdateSubjectStatusRequest { public static final field Companion Lcom/atproto/admin/UpdateSubjectStatusRequest$Companion; public fun (Lcom/atproto/admin/UpdateSubjectStatusRequestSubjectUnion;Lcom/atproto/admin/StatusAttr;)V @@ -8103,6 +8545,7 @@ public final class com/atproto/moderation/CreateReportResponseSubjectUnion$RepoS } public final class com/atproto/moderation/Token : java/lang/Enum { + public static final field REASON_APPEAL Lcom/atproto/moderation/Token; public static final field REASON_MISLEADING Lcom/atproto/moderation/Token; public static final field REASON_OTHER Lcom/atproto/moderation/Token; public static final field REASON_RUDE Lcom/atproto/moderation/Token; @@ -8614,17 +9057,19 @@ public final class com/atproto/server/ConfirmEmailRequest$Companion { public final class com/atproto/server/CreateAccountRequest { public static final field Companion Lcom/atproto/server/CreateAccountRequest$Companion; - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;Lkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()Ljava/lang/String; public final fun component2-hDwCUG8 ()Ljava/lang/String; public final fun component3-68yuAGA ()Ljava/lang/String; public final fun component4 ()Ljava/lang/String; public final fun component5 ()Ljava/lang/String; public final fun component6 ()Ljava/lang/String; - public final fun component7 ()Lkotlinx/serialization/json/JsonElement; - public final fun copy-gsCEa_4 (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;)Lcom/atproto/server/CreateAccountRequest; - public static synthetic fun copy-gsCEa_4$default (Lcom/atproto/server/CreateAccountRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;ILjava/lang/Object;)Lcom/atproto/server/CreateAccountRequest; + public final fun component7 ()Ljava/lang/String; + public final fun component8 ()Ljava/lang/String; + public final fun component9 ()Lkotlinx/serialization/json/JsonElement; + public final fun copy-XOr22M4 (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;)Lcom/atproto/server/CreateAccountRequest; + public static synthetic fun copy-XOr22M4$default (Lcom/atproto/server/CreateAccountRequest;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;ILjava/lang/Object;)Lcom/atproto/server/CreateAccountRequest; public fun equals (Ljava/lang/Object;)Z public final fun getDid-68yuAGA ()Ljava/lang/String; public final fun getEmail ()Ljava/lang/String; @@ -8633,6 +9078,8 @@ public final class com/atproto/server/CreateAccountRequest { public final fun getPassword ()Ljava/lang/String; public final fun getPlcOp ()Lkotlinx/serialization/json/JsonElement; public final fun getRecoveryKey ()Ljava/lang/String; + public final fun getVerificationCode ()Ljava/lang/String; + public final fun getVerificationPhone ()Ljava/lang/String; public fun hashCode ()I public fun toString ()Ljava/lang/String; } @@ -8881,17 +9328,19 @@ public final class com/atproto/server/DescribeServerLinks$Companion { public final class com/atproto/server/DescribeServerResponse { public static final field Companion Lcom/atproto/server/DescribeServerResponse$Companion; - public fun (Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;)V - public synthetic fun (Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun (Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;)V + public synthetic fun (Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()Ljava/lang/Boolean; - public final fun component2 ()Lkotlinx/collections/immutable/ImmutableList; - public final fun component3 ()Lcom/atproto/server/DescribeServerLinks; - public final fun copy (Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;)Lcom/atproto/server/DescribeServerResponse; - public static synthetic fun copy$default (Lcom/atproto/server/DescribeServerResponse;Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;ILjava/lang/Object;)Lcom/atproto/server/DescribeServerResponse; + public final fun component2 ()Ljava/lang/Boolean; + public final fun component3 ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component4 ()Lcom/atproto/server/DescribeServerLinks; + public final fun copy (Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;)Lcom/atproto/server/DescribeServerResponse; + public static synthetic fun copy$default (Lcom/atproto/server/DescribeServerResponse;Ljava/lang/Boolean;Ljava/lang/Boolean;Lkotlinx/collections/immutable/ImmutableList;Lcom/atproto/server/DescribeServerLinks;ILjava/lang/Object;)Lcom/atproto/server/DescribeServerResponse; public fun equals (Ljava/lang/Object;)Z public final fun getAvailableUserDomains ()Lkotlinx/collections/immutable/ImmutableList; public final fun getInviteCodeRequired ()Ljava/lang/Boolean; public final fun getLinks ()Lcom/atproto/server/DescribeServerLinks; + public final fun getPhoneVerificationRequired ()Ljava/lang/Boolean; public fun hashCode ()I public fun toString ()Ljava/lang/String; } @@ -9815,6 +10264,27 @@ public final class com/atproto/sync/SubscribeReposTombstone$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class com/atproto/temp/CheckSignupQueueResponse { + public static final field Companion Lcom/atproto/temp/CheckSignupQueueResponse$Companion; + public fun (ZLjava/lang/Long;Ljava/lang/Long;)V + public synthetic fun (ZLjava/lang/Long;Ljava/lang/Long;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Z + public final fun component2 ()Ljava/lang/Long; + public final fun component3 ()Ljava/lang/Long; + public final fun copy (ZLjava/lang/Long;Ljava/lang/Long;)Lcom/atproto/temp/CheckSignupQueueResponse; + public static synthetic fun copy$default (Lcom/atproto/temp/CheckSignupQueueResponse;ZLjava/lang/Long;Ljava/lang/Long;ILjava/lang/Object;)Lcom/atproto/temp/CheckSignupQueueResponse; + public fun equals (Ljava/lang/Object;)Z + public final fun getActivated ()Z + public final fun getEstimatedTimeMs ()Ljava/lang/Long; + public final fun getPlaceInQueue ()Ljava/lang/Long; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/temp/CheckSignupQueueResponse$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class com/atproto/temp/FetchLabelsQueryParams { public static final field Companion Lcom/atproto/temp/FetchLabelsQueryParams$Companion; public fun ()V @@ -9852,17 +10322,113 @@ public final class com/atproto/temp/FetchLabelsResponse$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class com/atproto/temp/ImportRepoQueryParams { + public static final field Companion Lcom/atproto/temp/ImportRepoQueryParams$Companion; + public synthetic fun (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component1-715Ygxc ()Ljava/lang/String; + public final fun copy-Kn78ayM (Ljava/lang/String;)Lcom/atproto/temp/ImportRepoQueryParams; + public static synthetic fun copy-Kn78ayM$default (Lcom/atproto/temp/ImportRepoQueryParams;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/temp/ImportRepoQueryParams; + public fun equals (Ljava/lang/Object;)Z + public final fun getDid-715Ygxc ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/temp/ImportRepoQueryParams$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/temp/PushBlobQueryParams { + public static final field Companion Lcom/atproto/temp/PushBlobQueryParams$Companion; + public synthetic fun (Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun asList ()Lkotlinx/collections/immutable/ImmutableList; + public final fun component1-715Ygxc ()Ljava/lang/String; + public final fun copy-Kn78ayM (Ljava/lang/String;)Lcom/atproto/temp/PushBlobQueryParams; + public static synthetic fun copy-Kn78ayM$default (Lcom/atproto/temp/PushBlobQueryParams;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/temp/PushBlobQueryParams; + public fun equals (Ljava/lang/Object;)Z + public final fun getDid-715Ygxc ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/temp/PushBlobQueryParams$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/temp/RequestPhoneVerificationRequest { + public static final field Companion Lcom/atproto/temp/RequestPhoneVerificationRequest$Companion; + public fun (Ljava/lang/String;)V + public final fun component1 ()Ljava/lang/String; + public final fun copy (Ljava/lang/String;)Lcom/atproto/temp/RequestPhoneVerificationRequest; + public static synthetic fun copy$default (Lcom/atproto/temp/RequestPhoneVerificationRequest;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/temp/RequestPhoneVerificationRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getPhoneNumber ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/temp/RequestPhoneVerificationRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/temp/TransferAccountRequest { + public static final field Companion Lcom/atproto/temp/TransferAccountRequest$Companion; + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1-hDwCUG8 ()Ljava/lang/String; + public final fun component2-715Ygxc ()Ljava/lang/String; + public final fun component3 ()Lkotlinx/serialization/json/JsonElement; + public final fun copy-RvAwYxo (Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;)Lcom/atproto/temp/TransferAccountRequest; + public static synthetic fun copy-RvAwYxo$default (Lcom/atproto/temp/TransferAccountRequest;Ljava/lang/String;Ljava/lang/String;Lkotlinx/serialization/json/JsonElement;ILjava/lang/Object;)Lcom/atproto/temp/TransferAccountRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getDid-715Ygxc ()Ljava/lang/String; + public final fun getHandle-hDwCUG8 ()Ljava/lang/String; + public final fun getPlcOp ()Lkotlinx/serialization/json/JsonElement; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/temp/TransferAccountRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class com/atproto/temp/TransferAccountResponse { + public static final field Companion Lcom/atproto/temp/TransferAccountResponse$Companion; + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun component2 ()Ljava/lang/String; + public final fun component3-hDwCUG8 ()Ljava/lang/String; + public final fun component4-715Ygxc ()Ljava/lang/String; + public final fun copy-H2Dy2f4 (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/atproto/temp/TransferAccountResponse; + public static synthetic fun copy-H2Dy2f4$default (Lcom/atproto/temp/TransferAccountResponse;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lcom/atproto/temp/TransferAccountResponse; + public fun equals (Ljava/lang/Object;)Z + public final fun getAccessJwt ()Ljava/lang/String; + public final fun getDid-715Ygxc ()Ljava/lang/String; + public final fun getHandle-hDwCUG8 ()Ljava/lang/String; + public final fun getRefreshJwt ()Ljava/lang/String; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class com/atproto/temp/TransferAccountResponse$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun applyWrites (Lcom/atproto/repo/ApplyWritesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun checkSignupQueue (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun confirmEmail (Lcom/atproto/server/ConfirmEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createAccount (Lcom/atproto/server/CreateAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createAppPassword (Lcom/atproto/server/CreateAppPasswordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun createCommunicationTemplate (Lcom/atproto/admin/CreateCommunicationTemplateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createInviteCode (Lcom/atproto/server/CreateInviteCodeRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createInviteCodes (Lcom/atproto/server/CreateInviteCodesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createRecord (Lcom/atproto/repo/CreateRecordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createReport (Lcom/atproto/moderation/CreateReportRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun createSession (Lcom/atproto/server/CreateSessionRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun deleteAccount (Lcom/atproto/admin/DeleteAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun deleteAccount (Lcom/atproto/server/DeleteAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun deleteCommunicationTemplate (Lcom/atproto/admin/DeleteCommunicationTemplateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun deleteRecord (Lcom/atproto/repo/DeleteRecordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun deleteSession (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun describeFeedGenerator (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9874,6 +10440,7 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun enableAccountInvites (Lcom/atproto/admin/EnableAccountInvitesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun fetchLabels (Lcom/atproto/temp/FetchLabelsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getAccountInfo (Lcom/atproto/admin/GetAccountInfoQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getAccountInfos (Lcom/atproto/admin/GetAccountInfosQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getAccountInviteCodes (Lcom/atproto/server/GetAccountInviteCodesQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getActorFeeds (Lapp/bsky/feed/GetActorFeedsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getActorLikes (Lapp/bsky/feed/GetActorLikesQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9899,7 +10466,6 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun getLists (Lapp/bsky/graph/GetListsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getModerationEvent (Lcom/atproto/admin/GetModerationEventQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getMutes (Lapp/bsky/graph/GetMutesQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public abstract fun getPopular (Lapp/bsky/unspecced/GetPopularQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getPopularFeedGenerators (Lapp/bsky/unspecced/GetPopularFeedGeneratorsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getPostThread (Lapp/bsky/feed/GetPostThreadQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getPosts (Lapp/bsky/feed/GetPostsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9909,6 +10475,7 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun getRecord (Lcom/atproto/admin/GetRecordQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getRecord (Lcom/atproto/repo/GetRecordQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getRecord (Lcom/atproto/sync/GetRecordQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getRelationships (Lapp/bsky/graph/GetRelationshipsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getRepo (Lcom/atproto/admin/GetRepoQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getRepo (Lcom/atproto/sync/GetRepoQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getRepostedBy (Lapp/bsky/feed/GetRepostedByQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9917,17 +10484,20 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun getSuggestedFeeds (Lapp/bsky/feed/GetSuggestedFeedsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getSuggestedFollowsByActor (Lapp/bsky/graph/GetSuggestedFollowsByActorQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getSuggestions (Lapp/bsky/actor/GetSuggestionsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getTaggedSuggestions (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getTimeline (Lapp/bsky/feed/GetTimelineQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public abstract fun getTimelineSkeleton (Lapp/bsky/unspecced/GetTimelineSkeletonQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getUnreadCount (Lapp/bsky/notification/GetUnreadCountQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun importRepo ([BLkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun listAppPasswords (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun listBlobs (Lcom/atproto/sync/ListBlobsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun listCommunicationTemplates (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun listNotifications (Lapp/bsky/notification/ListNotificationsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun listRecords (Lcom/atproto/repo/ListRecordsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun listRepos (Lcom/atproto/sync/ListReposQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun muteActor (Lapp/bsky/graph/MuteActorRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun muteActorList (Lapp/bsky/graph/MuteActorListRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun notifyOfUpdate (Lcom/atproto/sync/NotifyOfUpdateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun pushBlob ([BLkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun putPreferences (Lapp/bsky/actor/PutPreferencesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun putRecord (Lcom/atproto/repo/PutRecordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun queryLabels (Lcom/atproto/label/QueryLabelsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9940,6 +10510,7 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun requestEmailConfirmation (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun requestEmailUpdate (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun requestPasswordReset (Lcom/atproto/server/RequestPasswordResetRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun requestPhoneVerification (Lcom/atproto/temp/RequestPhoneVerificationRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun reserveSigningKey (Lcom/atproto/server/ReserveSigningKeyRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun resetPassword (Lcom/atproto/server/ResetPasswordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun resolveHandle (Lcom/atproto/identity/ResolveHandleQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9953,10 +10524,12 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public abstract fun sendEmail (Lcom/atproto/admin/SendEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun subscribeLabels (Lcom/atproto/label/SubscribeLabelsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun subscribeRepos (Lcom/atproto/sync/SubscribeReposQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun transferAccount (Lcom/atproto/temp/TransferAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun unmuteActor (Lapp/bsky/graph/UnmuteActorRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun unmuteActorList (Lapp/bsky/graph/UnmuteActorListRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun updateAccountEmail (Lcom/atproto/admin/UpdateAccountEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun updateAccountHandle (Lcom/atproto/admin/UpdateAccountHandleRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun updateCommunicationTemplate (Lcom/atproto/admin/UpdateCommunicationTemplateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun updateEmail (Lcom/atproto/server/UpdateEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun updateHandle (Lcom/atproto/identity/UpdateHandleRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun updateSeen (Lapp/bsky/notification/UpdateSeenRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9967,15 +10540,19 @@ public abstract interface class sh/christian/ozone/BlueskyApi { public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/BlueskyApi { public fun (Lio/ktor/client/HttpClient;)V public fun applyWrites (Lcom/atproto/repo/ApplyWritesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun checkSignupQueue (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun confirmEmail (Lcom/atproto/server/ConfirmEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createAccount (Lcom/atproto/server/CreateAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createAppPassword (Lcom/atproto/server/CreateAppPasswordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun createCommunicationTemplate (Lcom/atproto/admin/CreateCommunicationTemplateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createInviteCode (Lcom/atproto/server/CreateInviteCodeRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createInviteCodes (Lcom/atproto/server/CreateInviteCodesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createRecord (Lcom/atproto/repo/CreateRecordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createReport (Lcom/atproto/moderation/CreateReportRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun createSession (Lcom/atproto/server/CreateSessionRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun deleteAccount (Lcom/atproto/admin/DeleteAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun deleteAccount (Lcom/atproto/server/DeleteAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun deleteCommunicationTemplate (Lcom/atproto/admin/DeleteCommunicationTemplateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun deleteRecord (Lcom/atproto/repo/DeleteRecordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun deleteSession (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun describeFeedGenerator (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -9987,6 +10564,7 @@ public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/Bluesk public fun enableAccountInvites (Lcom/atproto/admin/EnableAccountInvitesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun fetchLabels (Lcom/atproto/temp/FetchLabelsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getAccountInfo (Lcom/atproto/admin/GetAccountInfoQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getAccountInfos (Lcom/atproto/admin/GetAccountInfosQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getAccountInviteCodes (Lcom/atproto/server/GetAccountInviteCodesQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getActorFeeds (Lapp/bsky/feed/GetActorFeedsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getActorLikes (Lapp/bsky/feed/GetActorLikesQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -10012,7 +10590,6 @@ public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/Bluesk public fun getLists (Lapp/bsky/graph/GetListsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getModerationEvent (Lcom/atproto/admin/GetModerationEventQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getMutes (Lapp/bsky/graph/GetMutesQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public fun getPopular (Lapp/bsky/unspecced/GetPopularQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getPopularFeedGenerators (Lapp/bsky/unspecced/GetPopularFeedGeneratorsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getPostThread (Lapp/bsky/feed/GetPostThreadQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getPosts (Lapp/bsky/feed/GetPostsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -10022,6 +10599,7 @@ public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/Bluesk public fun getRecord (Lcom/atproto/admin/GetRecordQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getRecord (Lcom/atproto/repo/GetRecordQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getRecord (Lcom/atproto/sync/GetRecordQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getRelationships (Lapp/bsky/graph/GetRelationshipsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getRepo (Lcom/atproto/admin/GetRepoQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getRepo (Lcom/atproto/sync/GetRepoQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getRepostedBy (Lapp/bsky/feed/GetRepostedByQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -10030,17 +10608,20 @@ public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/Bluesk public fun getSuggestedFeeds (Lapp/bsky/feed/GetSuggestedFeedsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getSuggestedFollowsByActor (Lapp/bsky/graph/GetSuggestedFollowsByActorQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getSuggestions (Lapp/bsky/actor/GetSuggestionsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getTaggedSuggestions (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getTimeline (Lapp/bsky/feed/GetTimelineQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; - public fun getTimelineSkeleton (Lapp/bsky/unspecced/GetTimelineSkeletonQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getUnreadCount (Lapp/bsky/notification/GetUnreadCountQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun importRepo ([BLkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun listAppPasswords (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun listBlobs (Lcom/atproto/sync/ListBlobsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun listCommunicationTemplates (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun listNotifications (Lapp/bsky/notification/ListNotificationsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun listRecords (Lcom/atproto/repo/ListRecordsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun listRepos (Lcom/atproto/sync/ListReposQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun muteActor (Lapp/bsky/graph/MuteActorRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun muteActorList (Lapp/bsky/graph/MuteActorListRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun notifyOfUpdate (Lcom/atproto/sync/NotifyOfUpdateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun pushBlob ([BLkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun putPreferences (Lapp/bsky/actor/PutPreferencesRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun putRecord (Lcom/atproto/repo/PutRecordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun queryLabels (Lcom/atproto/label/QueryLabelsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -10053,6 +10634,7 @@ public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/Bluesk public fun requestEmailConfirmation (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun requestEmailUpdate (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun requestPasswordReset (Lcom/atproto/server/RequestPasswordResetRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun requestPhoneVerification (Lcom/atproto/temp/RequestPhoneVerificationRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun reserveSigningKey (Lcom/atproto/server/ReserveSigningKeyRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun resetPassword (Lcom/atproto/server/ResetPasswordRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun resolveHandle (Lcom/atproto/identity/ResolveHandleQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -10066,10 +10648,12 @@ public final class sh/christian/ozone/XrpcBlueskyApi : sh/christian/ozone/Bluesk public fun sendEmail (Lcom/atproto/admin/SendEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun subscribeLabels (Lcom/atproto/label/SubscribeLabelsQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun subscribeRepos (Lcom/atproto/sync/SubscribeReposQueryParams;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun transferAccount (Lcom/atproto/temp/TransferAccountRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun unmuteActor (Lapp/bsky/graph/UnmuteActorRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun unmuteActorList (Lapp/bsky/graph/UnmuteActorListRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun updateAccountEmail (Lcom/atproto/admin/UpdateAccountEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun updateAccountHandle (Lcom/atproto/admin/UpdateAccountHandleRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun updateCommunicationTemplate (Lcom/atproto/admin/UpdateCommunicationTemplateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun updateEmail (Lcom/atproto/server/UpdateEmailRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun updateHandle (Lcom/atproto/identity/UpdateHandleRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun updateSeen (Lapp/bsky/notification/UpdateSeenRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; diff --git a/bluesky/lexicons/app/bsky/actor/defs.json b/bluesky/lexicons/app/bsky/actor/defs.json index 913957f1..9f8e2ea9 100644 --- a/bluesky/lexicons/app/bsky/actor/defs.json +++ b/bluesky/lexicons/app/bsky/actor/defs.json @@ -104,7 +104,8 @@ "#savedFeedsPref", "#personalDetailsPref", "#feedViewPref", - "#threadViewPref" + "#threadViewPref", + "#interestsPref" ] } }, @@ -199,6 +200,18 @@ "description": "Show followed users at the top of all replies." } } + }, + "interestsPref": { + "type": "object", + "required": ["tags"], + "properties": { + "tags": { + "type": "array", + "maxLength": 100, + "items": { "type": "string", "maxLength": 640, "maxGraphemes": 64 }, + "description": "A list of tags which describe the account owner's interests gathered during onboarding." + } + } } } } diff --git a/bluesky/lexicons/app/bsky/feed/getAuthorFeed.json b/bluesky/lexicons/app/bsky/feed/getAuthorFeed.json index 27dccf63..1939fa9a 100644 --- a/bluesky/lexicons/app/bsky/feed/getAuthorFeed.json +++ b/bluesky/lexicons/app/bsky/feed/getAuthorFeed.json @@ -22,7 +22,8 @@ "knownValues": [ "posts_with_replies", "posts_no_replies", - "posts_with_media" + "posts_with_media", + "posts_and_author_threads" ], "default": "posts_with_replies" } diff --git a/bluesky/lexicons/app/bsky/graph/defs.json b/bluesky/lexicons/app/bsky/graph/defs.json index 219c4a6d..737d984d 100644 --- a/bluesky/lexicons/app/bsky/graph/defs.json +++ b/bluesky/lexicons/app/bsky/graph/defs.json @@ -67,6 +67,33 @@ "muted": { "type": "boolean" }, "blocked": { "type": "string", "format": "at-uri" } } + }, + "notFoundActor": { + "type": "object", + "description": "indicates that a handle or DID could not be resolved", + "required": ["actor", "notFound"], + "properties": { + "actor": { "type": "string", "format": "at-identifier" }, + "notFound": { "type": "boolean", "const": true } + } + }, + "relationship": { + "type": "object", + "description": "lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object)", + "required": ["did"], + "properties": { + "did": { "type": "string", "format": "did" }, + "following": { + "type": "string", + "format": "at-uri", + "description": "if the actor follows this DID, this is the AT-URI of the follow record" + }, + "followedBy": { + "type": "string", + "format": "at-uri", + "description": "if the actor is followed by this DID, contains the AT-URI of the follow record" + } + } } } } diff --git a/bluesky/lexicons/app/bsky/graph/getRelationships.json b/bluesky/lexicons/app/bsky/graph/getRelationships.json new file mode 100644 index 00000000..ccd495de --- /dev/null +++ b/bluesky/lexicons/app/bsky/graph/getRelationships.json @@ -0,0 +1,51 @@ +{ + "lexicon": 1, + "id": "app.bsky.graph.getRelationships", + "defs": { + "main": { + "type": "query", + "description": "Enumerates public relationships between one account, and a list of other accounts", + "parameters": { + "type": "params", + "required": ["actor"], + "properties": { + "actor": { "type": "string", "format": "at-identifier" }, + "others": { + "type": "array", + "maxLength": 30, + "items": { + "type": "string", + "format": "at-identifier" + } + } + } + }, + "output": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["relationships"], + "properties": { + "actor": { "type": "string", "format": "did" }, + "relationships": { + "type": "array", + "items": { + "type": "union", + "refs": [ + "app.bsky.graph.defs#relationship", + "app.bsky.graph.defs#notFoundActor" + ] + } + } + } + } + }, + "errors": [ + { + "name": "ActorNotFound", + "description": "the primary actor at-identifier could not be resolved" + } + ] + } + } +} diff --git a/bluesky/lexicons/app/bsky/notification/listNotifications.json b/bluesky/lexicons/app/bsky/notification/listNotifications.json index 41f92cad..ea74c5fb 100644 --- a/bluesky/lexicons/app/bsky/notification/listNotifications.json +++ b/bluesky/lexicons/app/bsky/notification/listNotifications.json @@ -28,7 +28,8 @@ "notifications": { "type": "array", "items": { "type": "ref", "ref": "#notification" } - } + }, + "seenAt": { "type": "string", "format": "datetime" } } } } diff --git a/bluesky/lexicons/app/bsky/unspecced/getPopular.json b/bluesky/lexicons/app/bsky/unspecced/getPopular.json deleted file mode 100644 index 61fe26e8..00000000 --- a/bluesky/lexicons/app/bsky/unspecced/getPopular.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "lexicon": 1, - "id": "app.bsky.unspecced.getPopular", - "defs": { - "main": { - "type": "query", - "description": "DEPRECATED: will be removed soon. Use a feed generator alternative.", - "parameters": { - "type": "params", - "properties": { - "includeNsfw": { "type": "boolean", "default": false }, - "limit": { - "type": "integer", - "minimum": 1, - "maximum": 100, - "default": 50 - }, - "cursor": { "type": "string" } - } - }, - "output": { - "encoding": "application/json", - "schema": { - "type": "object", - "required": ["feed"], - "properties": { - "cursor": { "type": "string" }, - "feed": { - "type": "array", - "items": { - "type": "ref", - "ref": "app.bsky.feed.defs#feedViewPost" - } - } - } - } - } - } - } -} diff --git a/bluesky/lexicons/app/bsky/unspecced/getTaggedSuggestions.json b/bluesky/lexicons/app/bsky/unspecced/getTaggedSuggestions.json new file mode 100644 index 00000000..9fd98ffe --- /dev/null +++ b/bluesky/lexicons/app/bsky/unspecced/getTaggedSuggestions.json @@ -0,0 +1,42 @@ +{ + "lexicon": 1, + "id": "app.bsky.unspecced.getTaggedSuggestions", + "defs": { + "main": { + "type": "query", + "description": "Get a list of suggestions (feeds and users) tagged with categories", + "parameters": { + "type": "params", + "properties": {} + }, + "output": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["suggestions"], + "properties": { + "suggestions": { + "type": "array", + "items": { + "type": "ref", + "ref": "#suggestion" + } + } + } + } + } + }, + "suggestion": { + "type": "object", + "required": ["tag", "subjectType", "subject"], + "properties": { + "tag": { "type": "string" }, + "subjectType": { + "type": "string", + "knownValues": ["actor", "feed"] + }, + "subject": { "type": "string", "format": "uri" } + } + } + } +} diff --git a/bluesky/lexicons/app/bsky/unspecced/getTimelineSkeleton.json b/bluesky/lexicons/app/bsky/unspecced/getTimelineSkeleton.json deleted file mode 100644 index 391c3718..00000000 --- a/bluesky/lexicons/app/bsky/unspecced/getTimelineSkeleton.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "lexicon": 1, - "id": "app.bsky.unspecced.getTimelineSkeleton", - "defs": { - "main": { - "type": "query", - "description": "DEPRECATED: a skeleton of a timeline. Unspecced and will be unavailable soon.", - "parameters": { - "type": "params", - "properties": { - "limit": { - "type": "integer", - "minimum": 1, - "maximum": 100, - "default": 50 - }, - "cursor": { "type": "string" } - } - }, - "output": { - "encoding": "application/json", - "schema": { - "type": "object", - "required": ["feed"], - "properties": { - "cursor": { "type": "string" }, - "feed": { - "type": "array", - "items": { - "type": "ref", - "ref": "app.bsky.feed.defs#skeletonFeedPost" - } - } - } - } - }, - "errors": [{ "name": "UnknownFeed" }] - } - } -} diff --git a/bluesky/lexicons/com/atproto/admin/createCommunicationTemplate.json b/bluesky/lexicons/com/atproto/admin/createCommunicationTemplate.json new file mode 100644 index 00000000..d4546a0e --- /dev/null +++ b/bluesky/lexicons/com/atproto/admin/createCommunicationTemplate.json @@ -0,0 +1,43 @@ +{ + "lexicon": 1, + "id": "com.atproto.admin.createCommunicationTemplate", + "defs": { + "main": { + "type": "procedure", + "description": "Administrative action to create a new, re-usable communication (email for now) template.", + "input": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["subject", "contentMarkdown", "name"], + "properties": { + "name": { + "type": "string", + "description": "Name of the template." + }, + "contentMarkdown": { + "type": "string", + "description": "Content of the template, markdown supported, can contain variable placeholders." + }, + "subject": { + "type": "string", + "description": "Subject of the message, used in emails." + }, + "createdBy": { + "type": "string", + "format": "did", + "description": "DID of the user who is creating the template." + } + } + } + }, + "output": { + "encoding": "application/json", + "schema": { + "type": "ref", + "ref": "com.atproto.admin.defs#communicationTemplateView" + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/admin/defs.json b/bluesky/lexicons/com/atproto/admin/defs.json index dcded138..133deaf9 100644 --- a/bluesky/lexicons/com/atproto/admin/defs.json +++ b/bluesky/lexicons/com/atproto/admin/defs.json @@ -33,7 +33,8 @@ "#modEventAcknowledge", "#modEventEscalate", "#modEventMute", - "#modEventEmail" + "#modEventEmail", + "#modEventResolveAppeal" ] }, "subject": { @@ -69,7 +70,9 @@ "#modEventLabel", "#modEventAcknowledge", "#modEventEscalate", - "#modEventMute" + "#modEventMute", + "#modEventEmail", + "#modEventResolveAppeal" ] }, "subject": { @@ -167,9 +170,18 @@ "type": "string", "format": "datetime" }, + "lastAppealedAt": { + "type": "string", + "format": "datetime", + "description": "Timestamp referencing when the author of the subject appealed a moderation action" + }, "takendown": { "type": "boolean" }, + "appealed": { + "type": "boolean", + "description": "True indicates that the a previously taken moderator action was appealed against, by the author of the content. False indicates last appeal was resolved by moderators." + }, "suspendUntil": { "type": "string", "format": "datetime" @@ -284,6 +296,7 @@ "did": { "type": "string", "format": "did" }, "handle": { "type": "string", "format": "handle" }, "email": { "type": "string" }, + "relatedRecords": { "type": "array", "items": { "type": "unknown" } }, "indexedAt": { "type": "string", "format": "datetime" }, "invitedBy": { "type": "ref", @@ -469,6 +482,16 @@ } } }, + "modEventResolveAppeal": { + "type": "object", + "description": "Resolve appeal on a subject", + "properties": { + "comment": { + "type": "string", + "description": "Describe resolution." + } + } + }, "modEventComment": { "type": "object", "description": "Add a comment to a subject", @@ -557,8 +580,44 @@ "subjectLine": { "type": "string", "description": "The subject line of the email sent to the user." + }, + "comment": { + "type": "string", + "description": "Additional comment about the outgoing comm." } } + }, + "communicationTemplateView": { + "type": "object", + "required": [ + "id", + "name", + "contentMarkdown", + "disabled", + "lastUpdatedBy", + "createdAt", + "updatedAt" + ], + "properties": { + "id": { "type": "string" }, + "name": { "type": "string", "description": "Name of the template." }, + "subject": { + "type": "string", + "description": "Content of the template, can contain markdown and variable placeholders." + }, + "contentMarkdown": { + "type": "string", + "description": "Subject of the message, used in emails." + }, + "disabled": { "type": "boolean" }, + "lastUpdatedBy": { + "type": "string", + "format": "did", + "description": "DID of the user who last updated the template." + }, + "createdAt": { "type": "string", "format": "datetime" }, + "updatedAt": { "type": "string", "format": "datetime" } + } } } } diff --git a/bluesky/lexicons/com/atproto/admin/deleteAccount.json b/bluesky/lexicons/com/atproto/admin/deleteAccount.json new file mode 100644 index 00000000..bd7532ce --- /dev/null +++ b/bluesky/lexicons/com/atproto/admin/deleteAccount.json @@ -0,0 +1,20 @@ +{ + "lexicon": 1, + "id": "com.atproto.admin.deleteAccount", + "defs": { + "main": { + "type": "procedure", + "description": "Delete a user account as an administrator.", + "input": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["did"], + "properties": { + "did": { "type": "string", "format": "did" } + } + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/admin/deleteCommunicationTemplate.json b/bluesky/lexicons/com/atproto/admin/deleteCommunicationTemplate.json new file mode 100644 index 00000000..58861757 --- /dev/null +++ b/bluesky/lexicons/com/atproto/admin/deleteCommunicationTemplate.json @@ -0,0 +1,20 @@ +{ + "lexicon": 1, + "id": "com.atproto.admin.deleteCommunicationTemplate", + "defs": { + "main": { + "type": "procedure", + "description": "Delete a communication template.", + "input": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["id"], + "properties": { + "id": { "type": "string" } + } + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/admin/getAccountInfos.json b/bluesky/lexicons/com/atproto/admin/getAccountInfos.json new file mode 100644 index 00000000..45d97e08 --- /dev/null +++ b/bluesky/lexicons/com/atproto/admin/getAccountInfos.json @@ -0,0 +1,36 @@ +{ + "lexicon": 1, + "id": "com.atproto.admin.getAccountInfos", + "defs": { + "main": { + "type": "query", + "description": "Get details about some accounts.", + "parameters": { + "type": "params", + "required": ["dids"], + "properties": { + "dids": { + "type": "array", + "items": { "type": "string", "format": "did" } + } + } + }, + "output": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["infos"], + "properties": { + "infos": { + "type": "array", + "items": { + "type": "ref", + "ref": "com.atproto.admin.defs#accountView" + } + } + } + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/admin/listCommunicationTemplates.json b/bluesky/lexicons/com/atproto/admin/listCommunicationTemplates.json new file mode 100644 index 00000000..74d5a399 --- /dev/null +++ b/bluesky/lexicons/com/atproto/admin/listCommunicationTemplates.json @@ -0,0 +1,26 @@ +{ + "lexicon": 1, + "id": "com.atproto.admin.listCommunicationTemplates", + "defs": { + "main": { + "type": "query", + "description": "Get list of all communication templates.", + "output": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["communicationTemplates"], + "properties": { + "communicationTemplates": { + "type": "array", + "items": { + "type": "ref", + "ref": "com.atproto.admin.defs#communicationTemplateView" + } + } + } + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/admin/queryModerationEvents.json b/bluesky/lexicons/com/atproto/admin/queryModerationEvents.json index 70af1bf8..887921cf 100644 --- a/bluesky/lexicons/com/atproto/admin/queryModerationEvents.json +++ b/bluesky/lexicons/com/atproto/admin/queryModerationEvents.json @@ -23,6 +23,16 @@ "enum": ["asc", "desc"], "description": "Sort direction for the events. Defaults to descending order of created at timestamp." }, + "createdAfter": { + "type": "string", + "format": "datetime", + "description": "Retrieve events created after a given timestamp" + }, + "createdBefore": { + "type": "string", + "format": "datetime", + "description": "Retrieve events created before a given timestamp" + }, "subject": { "type": "string", "format": "uri" }, "includeAllUserRecords": { "type": "boolean", @@ -35,6 +45,30 @@ "maximum": 100, "default": 50 }, + "hasComment": { + "type": "boolean", + "description": "If true, only events with comments are returned" + }, + "comment": { + "type": "string", + "description": "If specified, only events with comments containing the keyword are returned" + }, + "addedLabels": { + "type": "array", + "items": { "type": "string" }, + "description": "If specified, only events where all of these labels were added are returned" + }, + "removedLabels": { + "type": "array", + "items": { "type": "string" }, + "description": "If specified, only events where all of these labels were removed are returned" + }, + "reportTypes": { + "type": "array", + "items": { + "type": "string" + } + }, "cursor": { "type": "string" } } }, diff --git a/bluesky/lexicons/com/atproto/admin/queryModerationStatuses.json b/bluesky/lexicons/com/atproto/admin/queryModerationStatuses.json index 98fec5bd..e3e2a859 100644 --- a/bluesky/lexicons/com/atproto/admin/queryModerationStatuses.json +++ b/bluesky/lexicons/com/atproto/admin/queryModerationStatuses.json @@ -64,6 +64,10 @@ "type": "boolean", "description": "Get subjects that were taken down" }, + "appealed": { + "type": "boolean", + "description": "Get subjects in unresolved appealed status" + }, "limit": { "type": "integer", "minimum": 1, diff --git a/bluesky/lexicons/com/atproto/admin/sendEmail.json b/bluesky/lexicons/com/atproto/admin/sendEmail.json index 8234460d..4c33dcd8 100644 --- a/bluesky/lexicons/com/atproto/admin/sendEmail.json +++ b/bluesky/lexicons/com/atproto/admin/sendEmail.json @@ -14,7 +14,11 @@ "recipientDid": { "type": "string", "format": "did" }, "content": { "type": "string" }, "subject": { "type": "string" }, - "senderDid": { "type": "string", "format": "did" } + "senderDid": { "type": "string", "format": "did" }, + "comment": { + "type": "string", + "description": "Additional comment by the sender that won't be used in the email itself but helpful to provide more context for moderators/reviewers" + } } } }, diff --git a/bluesky/lexicons/com/atproto/admin/updateCommunicationTemplate.json b/bluesky/lexicons/com/atproto/admin/updateCommunicationTemplate.json new file mode 100644 index 00000000..0f7f3612 --- /dev/null +++ b/bluesky/lexicons/com/atproto/admin/updateCommunicationTemplate.json @@ -0,0 +1,50 @@ +{ + "lexicon": 1, + "id": "com.atproto.admin.updateCommunicationTemplate", + "defs": { + "main": { + "type": "procedure", + "description": "Administrative action to update an existing communication template. Allows passing partial fields to patch specific fields only.", + "input": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["id"], + "properties": { + "id": { + "type": "string", + "description": "ID of the template to be updated." + }, + "name": { + "type": "string", + "description": "Name of the template." + }, + "contentMarkdown": { + "type": "string", + "description": "Content of the template, markdown supported, can contain variable placeholders." + }, + "subject": { + "type": "string", + "description": "Subject of the message, used in emails." + }, + "updatedBy": { + "type": "string", + "format": "did", + "description": "DID of the user who is updating the template." + }, + "disabled": { + "type": "boolean" + } + } + } + }, + "output": { + "encoding": "application/json", + "schema": { + "type": "ref", + "ref": "com.atproto.admin.defs#communicationTemplateView" + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/moderation/defs.json b/bluesky/lexicons/com/atproto/moderation/defs.json index a06579a5..b9e980df 100644 --- a/bluesky/lexicons/com/atproto/moderation/defs.json +++ b/bluesky/lexicons/com/atproto/moderation/defs.json @@ -10,7 +10,8 @@ "com.atproto.moderation.defs#reasonMisleading", "com.atproto.moderation.defs#reasonSexual", "com.atproto.moderation.defs#reasonRude", - "com.atproto.moderation.defs#reasonOther" + "com.atproto.moderation.defs#reasonOther", + "com.atproto.moderation.defs#reasonAppeal" ] }, "reasonSpam": { @@ -36,6 +37,10 @@ "reasonOther": { "type": "token", "description": "Other: reports not falling under another report category" + }, + "reasonAppeal": { + "type": "token", + "description": "Appeal: appeal a previously taken moderation action" } } } diff --git a/bluesky/lexicons/com/atproto/server/createAccount.json b/bluesky/lexicons/com/atproto/server/createAccount.json index 8d927163..d1456e09 100644 --- a/bluesky/lexicons/com/atproto/server/createAccount.json +++ b/bluesky/lexicons/com/atproto/server/createAccount.json @@ -15,6 +15,8 @@ "handle": { "type": "string", "format": "handle" }, "did": { "type": "string", "format": "did" }, "inviteCode": { "type": "string" }, + "verificationCode": { "type": "string" }, + "verificationPhone": { "type": "string" }, "password": { "type": "string" }, "recoveryKey": { "type": "string" }, "plcOp": { "type": "unknown" } diff --git a/bluesky/lexicons/com/atproto/server/describeServer.json b/bluesky/lexicons/com/atproto/server/describeServer.json index b19b1504..3c60a58e 100644 --- a/bluesky/lexicons/com/atproto/server/describeServer.json +++ b/bluesky/lexicons/com/atproto/server/describeServer.json @@ -12,6 +12,7 @@ "required": ["availableUserDomains"], "properties": { "inviteCodeRequired": { "type": "boolean" }, + "phoneVerificationRequired": { "type": "boolean" }, "availableUserDomains": { "type": "array", "items": { "type": "string" } diff --git a/bluesky/lexicons/com/atproto/temp/checkSignupQueue.json b/bluesky/lexicons/com/atproto/temp/checkSignupQueue.json new file mode 100644 index 00000000..b7d9e65d --- /dev/null +++ b/bluesky/lexicons/com/atproto/temp/checkSignupQueue.json @@ -0,0 +1,22 @@ +{ + "lexicon": 1, + "id": "com.atproto.temp.checkSignupQueue", + "defs": { + "main": { + "type": "query", + "description": "Check accounts location in signup queue.", + "output": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["activated"], + "properties": { + "activated": { "type": "boolean" }, + "placeInQueue": { "type": "integer" }, + "estimatedTimeMs": { "type": "integer" } + } + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/temp/importRepo.json b/bluesky/lexicons/com/atproto/temp/importRepo.json new file mode 100644 index 00000000..f06daa09 --- /dev/null +++ b/bluesky/lexicons/com/atproto/temp/importRepo.json @@ -0,0 +1,27 @@ +{ + "lexicon": 1, + "id": "com.atproto.temp.importRepo", + "defs": { + "main": { + "type": "procedure", + "description": "Gets the did's repo, optionally catching up from a specific revision.", + "parameters": { + "type": "params", + "required": ["did"], + "properties": { + "did": { + "type": "string", + "format": "did", + "description": "The DID of the repo." + } + } + }, + "input": { + "encoding": "application/vnd.ipld.car" + }, + "output": { + "encoding": "text/plain" + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/temp/pushBlob.json b/bluesky/lexicons/com/atproto/temp/pushBlob.json new file mode 100644 index 00000000..9babc8f8 --- /dev/null +++ b/bluesky/lexicons/com/atproto/temp/pushBlob.json @@ -0,0 +1,24 @@ +{ + "lexicon": 1, + "id": "com.atproto.temp.pushBlob", + "defs": { + "main": { + "type": "procedure", + "description": "Gets the did's repo, optionally catching up from a specific revision.", + "parameters": { + "type": "params", + "required": ["did"], + "properties": { + "did": { + "type": "string", + "format": "did", + "description": "The DID of the repo." + } + } + }, + "input": { + "encoding": "*/*" + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/temp/requestPhoneVerification.json b/bluesky/lexicons/com/atproto/temp/requestPhoneVerification.json new file mode 100644 index 00000000..56beeb81 --- /dev/null +++ b/bluesky/lexicons/com/atproto/temp/requestPhoneVerification.json @@ -0,0 +1,20 @@ +{ + "lexicon": 1, + "id": "com.atproto.temp.requestPhoneVerification", + "defs": { + "main": { + "type": "procedure", + "description": "Request a verification code to be sent to the supplied phone number", + "input": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["phoneNumber"], + "properties": { + "phoneNumber": { "type": "string" } + } + } + } + } + } +} diff --git a/bluesky/lexicons/com/atproto/temp/transferAccount.json b/bluesky/lexicons/com/atproto/temp/transferAccount.json new file mode 100644 index 00000000..3cb2035a --- /dev/null +++ b/bluesky/lexicons/com/atproto/temp/transferAccount.json @@ -0,0 +1,44 @@ +{ + "lexicon": 1, + "id": "com.atproto.temp.transferAccount", + "defs": { + "main": { + "type": "procedure", + "description": "Transfer an account.", + "input": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["handle", "did", "plcOp"], + "properties": { + "handle": { "type": "string", "format": "handle" }, + "did": { "type": "string", "format": "did" }, + "plcOp": { "type": "unknown" } + } + } + }, + "output": { + "encoding": "application/json", + "schema": { + "type": "object", + "required": ["accessJwt", "refreshJwt", "handle", "did"], + "properties": { + "accessJwt": { "type": "string" }, + "refreshJwt": { "type": "string" }, + "handle": { "type": "string", "format": "handle" }, + "did": { "type": "string", "format": "did" } + } + } + }, + "errors": [ + { "name": "InvalidHandle" }, + { "name": "InvalidPassword" }, + { "name": "InvalidInviteCode" }, + { "name": "HandleNotAvailable" }, + { "name": "UnsupportedDomain" }, + { "name": "UnresolvableDid" }, + { "name": "IncompatibleDidDoc" } + ] + } + } +}