diff --git a/bluesky/api/bluesky.api b/bluesky/api/bluesky.api index b13b61c..e757cd4 100644 --- a/bluesky/api/bluesky.api +++ b/bluesky/api/bluesky.api @@ -15050,15 +15050,16 @@ public final class tools/ozone/moderation/ModEventMute$Companion { public final class tools/ozone/moderation/ModEventMuteReporter { public static final field Companion Ltools/ozone/moderation/ModEventMuteReporter$Companion; - public fun (Ljava/lang/String;J)V - public synthetic fun (Ljava/lang/String;JILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun ()V + public fun (Ljava/lang/String;Ljava/lang/Long;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/Long;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public final fun component1 ()Ljava/lang/String; - public final fun component2 ()J - public final fun copy (Ljava/lang/String;J)Ltools/ozone/moderation/ModEventMuteReporter; - public static synthetic fun copy$default (Ltools/ozone/moderation/ModEventMuteReporter;Ljava/lang/String;JILjava/lang/Object;)Ltools/ozone/moderation/ModEventMuteReporter; + public final fun component2 ()Ljava/lang/Long; + public final fun copy (Ljava/lang/String;Ljava/lang/Long;)Ltools/ozone/moderation/ModEventMuteReporter; + public static synthetic fun copy$default (Ltools/ozone/moderation/ModEventMuteReporter;Ljava/lang/String;Ljava/lang/Long;ILjava/lang/Object;)Ltools/ozone/moderation/ModEventMuteReporter; public fun equals (Ljava/lang/Object;)Z public final fun getComment ()Ljava/lang/String; - public final fun getDurationInHours ()J + public final fun getDurationInHours ()Ljava/lang/Long; public fun hashCode ()I public fun toString ()Ljava/lang/String; } diff --git a/lexicons/schemas/tools/ozone/moderation/defs.json b/lexicons/schemas/tools/ozone/moderation/defs.json index 9210bfc..7744bea 100644 --- a/lexicons/schemas/tools/ozone/moderation/defs.json +++ b/lexicons/schemas/tools/ozone/moderation/defs.json @@ -334,12 +334,11 @@ "modEventMuteReporter": { "type": "object", "description": "Mute incoming reports from an account", - "required": ["durationInHours"], "properties": { "comment": { "type": "string" }, "durationInHours": { "type": "integer", - "description": "Indicates how long the account should remain muted." + "description": "Indicates how long the account should remain muted. Falsy value here means a permanent mute." } } },