Parse and validate AT Protocol Lexicons with DTO generation for Laravel
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply php-cs-fixer formatting to generated classes

+440 -523
+2 -2
src/Generated/App/Bsky/Actor/Defs/AdultContentPref.php
··· 15 15 */ 16 16 class AdultContentPref extends Data 17 17 { 18 - 19 18 /** 20 19 */ 21 20 public function __construct( 22 21 public readonly bool $enabled 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/BskyAppProgressGuide.php
··· 19 19 */ 20 20 class BskyAppProgressGuide extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $guide 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Actor/Defs/BskyAppStatePref.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Actor\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\BskyAppStatePref\BskyAppProgressGuide; 7 6 use SocialDept\Schema\Generated\App\Bsky\Actor\Nux; 8 7 9 8 /** ··· 23 22 */ 24 23 class BskyAppStatePref extends Data 25 24 { 26 - 27 25 /** 28 26 * @param array<string>|null $queuedNudges An array of tokens which identify nudges (modals, popups, tours, highlight dots) that should be shown to the user. 29 27 * @param array<Nux>|null $nuxs Storage for NUXs the user has encountered. ··· 32 30 public readonly mixed $activeProgressGuide = null, 33 31 public readonly ?array $queuedNudges = null, 34 32 public readonly ?array $nuxs = null 35 - ) {} 33 + ) { 34 + } 36 35 37 36 /** 38 37 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/ContentLabelPref.php
··· 18 18 */ 19 19 class ContentLabelPref extends Data 20 20 { 21 - 22 21 /** 23 22 * @param string|null $labelerDid Which labeler does this preference apply to? If undefined, applies globally. 24 23 */ ··· 26 25 public readonly string $label, 27 26 public readonly string $visibility, 28 27 public readonly ?string $labelerDid = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/FeedViewPref.php
··· 20 20 */ 21 21 class FeedViewPref extends Data 22 22 { 23 - 24 23 /** 25 24 * @param string $feed The URI of the feed, or an identifier which describes the feed. 26 25 * @param bool|null $hideReplies Hide replies in the feed. ··· 36 35 public readonly ?int $hideRepliesByLikeCount = null, 37 36 public readonly ?bool $hideReposts = null, 38 37 public readonly ?bool $hideQuotePosts = null 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/HiddenPostsPref.php
··· 15 15 */ 16 16 class HiddenPostsPref extends Data 17 17 { 18 - 19 18 /** 20 19 * @param array<string> $items A list of URIs of posts the account owner has hidden. 21 20 */ 22 21 public function __construct( 23 22 public readonly array $items 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/InterestsPref.php
··· 16 16 */ 17 17 class InterestsPref extends Data 18 18 { 19 - 20 19 /** 21 20 * @param array<string> $tags A list of tags which describe the account owner's interests gathered during onboarding. 22 21 */ 23 22 public function __construct( 24 23 public readonly array $tags 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Actor/Defs/KnownFollowers.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Actor\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\KnownFollowers\ProfileViewBasic; 7 6 8 7 /** 9 8 * The subject's followers whom you also follow ··· 21 20 */ 22 21 class KnownFollowers extends Data 23 22 { 24 - 25 23 /** 26 24 */ 27 25 public function __construct( 28 26 public readonly int $count, 29 27 public readonly array $followers 30 - ) {} 28 + ) { 29 + } 31 30 32 31 /** 33 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/LabelerPrefItem.php
··· 16 16 */ 17 17 class LabelerPrefItem extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Actor/Defs/LabelersPref.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Actor\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\LabelersPref\LabelerPrefItem; 7 6 8 7 /** 9 8 * Lexicon: app.bsky.actor.defs.labelersPref ··· 16 15 */ 17 16 class LabelersPref extends Data 18 17 { 19 - 20 18 /** 21 19 */ 22 20 public function __construct( 23 21 public readonly array $labelers 24 - ) {} 22 + ) { 23 + } 25 24 26 25 /** 27 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/MutedWord.php
··· 26 26 */ 27 27 class MutedWord extends Data 28 28 { 29 - 30 29 /** 31 30 * @param string $value The muted word itself. 32 31 * @param array<MutedWordTarget> $targets The intended targets of the muted word. ··· 39 38 public readonly ?string $id = null, 40 39 public readonly ?string $actorTarget = null, 41 40 public readonly ?Carbon $expiresAt = null 42 - ) {} 41 + ) { 42 + } 43 43 44 44 /** 45 45 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/MutedWordsPref.php
··· 16 16 */ 17 17 class MutedWordsPref extends Data 18 18 { 19 - 20 19 /** 21 20 * @param array<MutedWord> $items A list of words the account owner has muted. 22 21 */ 23 22 public function __construct( 24 23 public readonly array $items 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/Nux.php
··· 25 25 */ 26 26 class Nux extends Data 27 27 { 28 - 29 28 /** 30 29 * @param string|null $data Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters. 31 30 * @param Carbon|null $expiresAt The date and time at which the NUX will expire and should be considered completed. ··· 35 34 public readonly bool $completed, 36 35 public readonly ?string $data = null, 37 36 public readonly ?Carbon $expiresAt = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/PersonalDetailsPref.php
··· 16 16 */ 17 17 class PersonalDetailsPref extends Data 18 18 { 19 - 20 19 /** 21 20 * @param Carbon|null $birthDate The birth date of account owner. 22 21 */ 23 22 public function __construct( 24 23 public readonly ?Carbon $birthDate = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/PostInteractionSettingsPref.php
··· 21 21 */ 22 22 class PostInteractionSettingsPref extends Data 23 23 { 24 - 25 24 /** 26 25 * @param array|null $threadgateAllowRules Matches threadgate record. List of rules defining who can reply to this users posts. If value is an empty array, no one can reply. If value is undefined, anyone can reply. 27 26 * @param array|null $postgateEmbeddingRules Matches postgate record. List of rules defining who can embed this users posts. If value is an empty array or is undefined, no particular rules apply and anyone can embed. ··· 29 28 public function __construct( 30 29 public readonly ?array $threadgateAllowRules = null, 31 30 public readonly ?array $postgateEmbeddingRules = null 32 - ) {} 31 + ) { 32 + } 33 33 34 34 /** 35 35 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Actor/Defs/ProfileAssociated.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Actor\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileAssociated\ProfileAssociatedActivitySubscription; 7 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileAssociated\ProfileAssociatedChat; 8 6 9 7 /** 10 8 * Lexicon: app.bsky.actor.defs.profileAssociated ··· 19 17 */ 20 18 class ProfileAssociated extends Data 21 19 { 22 - 23 20 /** 24 21 */ 25 22 public function __construct( ··· 29 26 public readonly ?bool $labeler = null, 30 27 public readonly mixed $chat = null, 31 28 public readonly mixed $activitySubscription = null 32 - ) {} 29 + ) { 30 + } 33 31 34 32 /** 35 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/ProfileAssociatedActivitySubscription.php
··· 15 15 */ 16 16 class ProfileAssociatedActivitySubscription extends Data 17 17 { 18 - 19 18 /** 20 19 */ 21 20 public function __construct( 22 21 public readonly string $allowSubscriptions 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/ProfileAssociatedChat.php
··· 15 15 */ 16 16 class ProfileAssociatedChat extends Data 17 17 { 18 - 19 18 /** 20 19 */ 21 20 public function __construct( 22 21 public readonly string $allowIncoming 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -6
src/Generated/App/Bsky/Actor/Defs/ProfileView.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileView\ProfileAssociated; 8 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileView\StatusView; 9 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileView\VerificationState; 10 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileView\ViewerState; 11 7 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 12 8 13 9 /** ··· 43 39 */ 44 40 class ProfileView extends Data 45 41 { 46 - 47 42 /** 48 43 * @param mixed $debug Debug information for internal development 49 44 */ ··· 62 57 public readonly mixed $verification = null, 63 58 public readonly mixed $status = null, 64 59 public readonly mixed $debug = null 65 - ) {} 60 + ) { 61 + } 66 62 67 63 /** 68 64 * Get the lexicon NSID for this data type.
+2 -6
src/Generated/App/Bsky/Actor/Defs/ProfileViewBasic.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewBasic\ProfileAssociated; 8 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewBasic\StatusView; 9 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewBasic\VerificationState; 10 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewBasic\ViewerState; 11 7 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 12 8 13 9 /** ··· 38 34 */ 39 35 class ProfileViewBasic extends Data 40 36 { 41 - 42 37 /** 43 38 * @param mixed $debug Debug information for internal development 44 39 */ ··· 55 50 public readonly mixed $verification = null, 56 51 public readonly mixed $status = null, 57 52 public readonly mixed $debug = null 58 - ) {} 53 + ) { 54 + } 59 55 60 56 /** 61 57 * Get the lexicon NSID for this data type.
+2 -6
src/Generated/App/Bsky/Actor/Defs/ProfileViewDetailed.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewDetailed\ProfileAssociated; 8 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewDetailed\StatusView; 9 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewDetailed\VerificationState; 10 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ProfileViewDetailed\ViewerState; 11 7 use SocialDept\Schema\Generated\App\Bsky\Graph\StarterPackViewBasic; 12 8 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 13 9 use SocialDept\Schema\Generated\Com\Atproto\Repo\StrongRef; ··· 54 50 */ 55 51 class ProfileViewDetailed extends Data 56 52 { 57 - 58 53 /** 59 54 * @param mixed $debug Debug information for internal development 60 55 */ ··· 80 75 public readonly mixed $verification = null, 81 76 public readonly mixed $status = null, 82 77 public readonly mixed $debug = null 83 - ) {} 78 + ) { 79 + } 84 80 85 81 /** 86 82 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/SavedFeed.php
··· 18 18 */ 19 19 class SavedFeed extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( ··· 26 25 public readonly string $type, 27 26 public readonly string $value, 28 27 public readonly bool $pinned 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/SavedFeedsPref.php
··· 17 17 */ 18 18 class SavedFeedsPref extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly array $pinned, 25 24 public readonly array $saved, 26 25 public readonly ?int $timelineIndex = null 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/SavedFeedsPrefV2.php
··· 16 16 */ 17 17 class SavedFeedsPrefV2 extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly array $items 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/StatusView.php
··· 22 22 */ 23 23 class StatusView extends Data 24 24 { 25 - 26 25 /** 27 26 * @param string $status The status for the account. 28 27 * @param mixed $embed An optional embed associated with the status. ··· 35 34 public readonly mixed $embed = null, 36 35 public readonly ?Carbon $expiresAt = null, 37 36 public readonly ?bool $isActive = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/ThreadViewPref.php
··· 12 12 */ 13 13 class ThreadViewPref extends Data 14 14 { 15 - 16 15 /** 17 16 * @param string|null $sort Sorting mode for threads. 18 17 */ 19 18 public function __construct( 20 19 public readonly ?string $sort = null 21 - ) {} 20 + ) { 21 + } 22 22 23 23 /** 24 24 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/VerificationPrefs.php
··· 14 14 */ 15 15 class VerificationPrefs extends Data 16 16 { 17 - 18 17 /** 19 18 * @param bool|null $hideBadges Hide the blue check badges for verified accounts and trusted verifiers. 20 19 */ 21 20 public function __construct( 22 21 public readonly ?bool $hideBadges = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Actor/Defs/VerificationState.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Actor\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\VerificationState\VerificationView; 7 6 8 7 /** 9 8 * Represents the verification information about the user this object is ··· 21 20 */ 22 21 class VerificationState extends Data 23 22 { 24 - 25 23 /** 26 24 * @param array $verifications All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included. 27 25 * @param string $verifiedStatus The user's status as a verified account. ··· 31 29 public readonly array $verifications, 32 30 public readonly string $verifiedStatus, 33 31 public readonly string $trustedVerifierStatus 34 - ) {} 32 + ) { 33 + } 35 34 36 35 /** 37 36 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Actor/Defs/VerificationView.php
··· 24 24 */ 25 25 class VerificationView extends Data 26 26 { 27 - 28 27 /** 29 28 * @param string $issuer The user who issued this verification. 30 29 * @param string $uri The AT-URI of the verification record. ··· 36 35 public readonly string $uri, 37 36 public readonly bool $isValid, 38 37 public readonly Carbon $createdAt 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Actor/Defs/ViewerState.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Actor\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Actor\Defs\ViewerState\KnownFollowers; 7 6 use SocialDept\Schema\Generated\App\Bsky\Graph\ListViewBasic; 8 7 use SocialDept\Schema\Generated\App\Bsky\Notification\ActivitySubscription; 9 8 ··· 31 30 */ 32 31 class ViewerState extends Data 33 32 { 34 - 35 33 /** 36 34 * @param mixed $knownFollowers This property is present only in selected cases, as an optimization. 37 35 * @param ActivitySubscription|null $activitySubscription This property is present only in selected cases, as an optimization. ··· 46 44 public readonly ?string $followedBy = null, 47 45 public readonly mixed $knownFollowers = null, 48 46 public readonly ?ActivitySubscription $activitySubscription = null 49 - ) {} 47 + ) { 48 + } 50 49 51 50 /** 52 51 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Defs/AspectRatio.php
··· 21 21 */ 22 22 class AspectRatio extends Data 23 23 { 24 - 25 24 /** 26 25 */ 27 26 public function __construct( 28 27 public readonly int $width, 29 28 public readonly int $height 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/External.php
··· 16 16 */ 17 17 class External extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly External $external 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/External/External.php
··· 20 20 */ 21 21 class External extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( ··· 28 27 public readonly string $title, 29 28 public readonly string $description, 30 29 public readonly ?BlobReference $thumb = null 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Embed/External/View.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Embed\External; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Embed\External\View\ViewExternal; 7 6 8 7 /** 9 8 * Lexicon: app.bsky.embed.external.view ··· 16 15 */ 17 16 class View extends Data 18 17 { 19 - 20 18 /** 21 19 */ 22 20 public function __construct( 23 21 public readonly mixed $external 24 - ) {} 22 + ) { 23 + } 25 24 26 25 /** 27 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/External/ViewExternal.php
··· 20 20 */ 21 21 class ViewExternal extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( ··· 28 27 public readonly string $title, 29 28 public readonly string $description, 30 29 public readonly ?string $thumb = null 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Images.php
··· 19 19 */ 20 20 class Images extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly array $images 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Images/Image.php
··· 19 19 */ 20 20 class Image extends Data 21 21 { 22 - 23 22 /** 24 23 * @param string $alt Alt text description of the image, for accessibility. 25 24 */ ··· 27 26 public readonly BlobReference $image, 28 27 public readonly string $alt, 29 28 public readonly ?AspectRatio $aspectRatio = null 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Embed/Images/View.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Embed\Images; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Embed\Images\View\ViewImage; 7 6 8 7 /** 9 8 * Lexicon: app.bsky.embed.images.view ··· 17 16 */ 18 17 class View extends Data 19 18 { 20 - 21 19 /** 22 20 */ 23 21 public function __construct( 24 22 public readonly array $images 25 - ) {} 23 + ) { 24 + } 26 25 27 26 /** 28 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Images/ViewImage.php
··· 21 21 */ 22 22 class ViewImage extends Data 23 23 { 24 - 25 24 /** 26 25 * @param string $thumb Fully-qualified URL where a thumbnail of the image can be fetched. For example, CDN location provided by the App View. 27 26 * @param string $fullsize Fully-qualified URL where a large version of the image can be fetched. May or may not be the exact original blob. For example, CDN location provided by the App View. ··· 32 31 public readonly string $fullsize, 33 32 public readonly string $alt, 34 33 public readonly ?AspectRatio $aspectRatio = null 35 - ) {} 34 + ) { 35 + } 36 36 37 37 /** 38 38 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Record.php
··· 19 19 */ 20 20 class Record extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly StrongRef $record 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Record/View.php
··· 16 16 */ 17 17 class View extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly mixed $record 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Record/ViewBlocked.php
··· 20 20 */ 21 21 class ViewBlocked extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $uri, 28 27 public readonly bool $blocked, 29 28 public readonly BlockedAuthor $author 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Record/ViewDetached.php
··· 18 18 */ 19 19 class ViewDetached extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $uri, 26 25 public readonly bool $detached 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Record/ViewNotFound.php
··· 18 18 */ 19 19 class ViewNotFound extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $uri, 26 25 public readonly bool $notFound 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Record/ViewRecord.php
··· 31 31 */ 32 32 class ViewRecord extends Data 33 33 { 34 - 35 34 /** 36 35 * @param mixed $value The record data itself. 37 36 */ ··· 47 46 public readonly ?int $likeCount = null, 48 47 public readonly ?int $quoteCount = null, 49 48 public readonly ?array $embeds = null 50 - ) {} 49 + ) { 50 + } 51 51 52 52 /** 53 53 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/RecordWithMedia.php
··· 21 21 */ 22 22 class RecordWithMedia extends Data 23 23 { 24 - 25 24 /** 26 25 */ 27 26 public function __construct( 28 27 public readonly Record $record, 29 28 public readonly mixed $media 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/RecordWithMedia/View.php
··· 18 18 */ 19 19 class View extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly View $record, 26 25 public readonly mixed $media 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Video.php
··· 25 25 */ 26 26 class Video extends Data 27 27 { 28 - 29 28 /** 30 29 * @param BlobReference $video The mp4 video file. May be up to 100mb, formerly limited to 50mb. 31 30 * @param string|null $alt Alt text description of the video, for accessibility. ··· 35 34 public readonly ?array $captions = null, 36 35 public readonly ?string $alt = null, 37 36 public readonly ?AspectRatio $aspectRatio = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Video/Caption.php
··· 18 18 */ 19 19 class Caption extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $lang, 26 25 public readonly BlobReference $file 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Embed/Video/View.php
··· 25 25 */ 26 26 class View extends Data 27 27 { 28 - 29 28 /** 30 29 */ 31 30 public function __construct( ··· 34 33 public readonly ?string $thumbnail = null, 35 34 public readonly ?string $alt = null, 36 35 public readonly ?AspectRatio $aspectRatio = null 37 - ) {} 36 + ) { 37 + } 38 38 39 39 /** 40 40 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/BlockedAuthor.php
··· 18 18 */ 19 19 class BlockedAuthor extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $did, 26 25 public readonly ?ViewerState $viewer = null 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Feed/Defs/BlockedPost.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Feed\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\BlockedPost\BlockedAuthor; 7 6 8 7 /** 9 8 * Lexicon: app.bsky.feed.defs.blockedPost ··· 20 19 */ 21 20 class BlockedPost extends Data 22 21 { 23 - 24 22 /** 25 23 */ 26 24 public function __construct( 27 25 public readonly string $uri, 28 26 public readonly bool $blocked, 29 27 public readonly mixed $author 30 - ) {} 28 + ) { 29 + } 31 30 32 31 /** 33 32 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Feed/Defs/FeedViewPost.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Feed\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\FeedViewPost\PostView; 7 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\FeedViewPost\ReplyRef; 8 6 use SocialDept\Schema\Support\UnionHelper; 9 7 10 8 /** ··· 24 22 */ 25 23 class FeedViewPost extends Data 26 24 { 27 - 28 25 /** 29 26 * @param string|null $feedContext Context provided by feed generator that may be passed back alongside interactions. 30 27 * @param string|null $reqId Unique identifier per request that may be passed back alongside interactions. ··· 35 32 public readonly mixed $reason = null, 36 33 public readonly ?string $feedContext = null, 37 34 public readonly ?string $reqId = null 38 - ) {} 35 + ) { 36 + } 39 37 40 38 /** 41 39 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Feed/Defs/GeneratorView.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Actor\ProfileView; 8 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\GeneratorView\GeneratorViewerState; 9 8 use SocialDept\Schema\Generated\App\Bsky\Richtext\Facet; 10 9 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 11 10 ··· 41 40 */ 42 41 class GeneratorView extends Data 43 42 { 44 - 45 43 /** 46 44 */ 47 45 public function __construct( ··· 59 57 public readonly ?array $labels = null, 60 58 public readonly mixed $viewer = null, 61 59 public readonly ?string $contentMode = null 62 - ) {} 60 + ) { 61 + } 63 62 64 63 /** 65 64 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/GeneratorViewerState.php
··· 15 15 */ 16 16 class GeneratorViewerState extends Data 17 17 { 18 - 19 18 /** 20 19 */ 21 20 public function __construct( 22 21 public readonly ?string $like = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/Interaction.php
··· 20 20 */ 21 21 class Interaction extends Data 22 22 { 23 - 24 23 /** 25 24 * @param string|null $feedContext Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton. 26 25 * @param string|null $reqId Unique identifier per request that may be passed back alongside interactions. ··· 30 29 public readonly ?string $event = null, 31 30 public readonly ?string $feedContext = null, 32 31 public readonly ?string $reqId = null 33 - ) {} 32 + ) { 33 + } 34 34 35 35 /** 36 36 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/NotFoundPost.php
··· 18 18 */ 19 19 class NotFoundPost extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $uri, 26 25 public readonly bool $notFound 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Feed/Defs/PostView.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Actor\ProfileViewBasic; 8 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\PostView\ThreadgateView; 9 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\PostView\ViewerState; 10 8 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 11 9 use SocialDept\Schema\Support\UnionHelper; 12 10 ··· 38 36 */ 39 37 class PostView extends Data 40 38 { 41 - 42 39 /** 43 40 * @param mixed $debug Debug information for internal development 44 41 */ ··· 58 55 public readonly ?array $labels = null, 59 56 public readonly mixed $threadgate = null, 60 57 public readonly mixed $debug = null 61 - ) {} 58 + ) { 59 + } 62 60 63 61 /** 64 62 * Get the lexicon NSID for this data type.
-2
src/Generated/App/Bsky/Feed/Defs/ReasonPin.php
··· 10 10 */ 11 11 class ReasonPin extends Data 12 12 { 13 - 14 - 15 13 /** 16 14 * Get the lexicon NSID for this data type. 17 15 *
+2 -2
src/Generated/App/Bsky/Feed/Defs/ReasonRepost.php
··· 23 23 */ 24 24 class ReasonRepost extends Data 25 25 { 26 - 27 26 /** 28 27 */ 29 28 public function __construct( ··· 31 30 public readonly Carbon $indexedAt, 32 31 public readonly ?string $uri = null, 33 32 public readonly ?string $cid = null 34 - ) {} 33 + ) { 34 + } 35 35 36 36 /** 37 37 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/ReplyRef.php
··· 19 19 */ 20 20 class ReplyRef extends Data 21 21 { 22 - 23 22 /** 24 23 * @param ProfileViewBasic|null $grandparentAuthor When parent is a reply to another post, this is the author of that post. 25 24 */ ··· 27 26 public readonly mixed $root, 28 27 public readonly mixed $parent, 29 28 public readonly ?ProfileViewBasic $grandparentAuthor = null 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/SkeletonFeedPost.php
··· 20 20 */ 21 21 class SkeletonFeedPost extends Data 22 22 { 23 - 24 23 /** 25 24 * @param string|null $feedContext Context that will be passed through to client and may be passed to feed generator back alongside interactions. 26 25 */ ··· 28 27 public readonly string $post, 29 28 public readonly mixed $reason = null, 30 29 public readonly ?string $feedContext = null 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
-2
src/Generated/App/Bsky/Feed/Defs/SkeletonReasonPin.php
··· 10 10 */ 11 11 class SkeletonReasonPin extends Data 12 12 { 13 - 14 - 15 13 /** 16 14 * Get the lexicon NSID for this data type. 17 15 *
+2 -2
src/Generated/App/Bsky/Feed/Defs/SkeletonReasonRepost.php
··· 16 16 */ 17 17 class SkeletonReasonRepost extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $repost 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/ThreadContext.php
··· 17 17 */ 18 18 class ThreadContext extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly ?string $rootAuthorLike = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Feed/Defs/ThreadViewPost.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Feed\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\ThreadViewPost\PostView; 7 - use SocialDept\Schema\Generated\App\Bsky\Feed\Defs\ThreadViewPost\ThreadContext; 8 6 use SocialDept\Schema\Support\UnionHelper; 9 7 10 8 /** ··· 21 19 */ 22 20 class ThreadViewPost extends Data 23 21 { 24 - 25 22 /** 26 23 */ 27 24 public function __construct( ··· 29 26 public readonly mixed $parent = null, 30 27 public readonly ?array $replies = null, 31 28 public readonly mixed $threadContext = null 32 - ) {} 29 + ) { 30 + } 33 31 34 32 /** 35 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/ThreadgateView.php
··· 20 20 */ 21 21 class ThreadgateView extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( ··· 28 27 public readonly ?string $cid = null, 29 28 public readonly mixed $record = null, 30 29 public readonly ?array $lists = null 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Defs/ViewerState.php
··· 25 25 */ 26 26 class ViewerState extends Data 27 27 { 28 - 29 28 /** 30 29 */ 31 30 public function __construct( ··· 36 35 public readonly ?bool $replyDisabled = null, 37 36 public readonly ?bool $embeddingDisabled = null, 38 37 public readonly ?bool $pinned = null 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/GetLikes/Like.php
··· 21 21 */ 22 22 class Like extends Data 23 23 { 24 - 25 24 /** 26 25 */ 27 26 public function __construct( 28 27 public readonly Carbon $indexedAt, 29 28 public readonly Carbon $createdAt, 30 29 public readonly ProfileView $actor 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Like.php
··· 12 12 */ 13 13 class Like extends Data 14 14 { 15 - 16 15 /** 17 16 */ 18 17 public function __construct( 19 18 public readonly StrongRef $subject, 20 19 public readonly Carbon $createdAt, 21 20 public readonly ?StrongRef $via = null 22 - ) {} 21 + ) { 22 + } 23 23 24 24 /** 25 25 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Post.php
··· 15 15 */ 16 16 class Post extends Data 17 17 { 18 - 19 18 /** 20 19 * @param string $text The primary post content. May be an empty string, if there are embeds. 21 20 * @param Carbon $createdAt Client-declared timestamp when this post was originally created. ··· 35 34 public readonly ?array $langs = null, 36 35 public readonly mixed $labels = null, 37 36 public readonly ?array $tags = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Feed/Post/Entity.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Feed\Post; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Feed\Post\Entity\TextSlice; 7 6 8 7 /** 9 8 * Deprecated: use facets instead. ··· 20 19 */ 21 20 class Entity extends Data 22 21 { 23 - 24 22 /** 25 23 * @param string $type Expected values are 'mention' and 'link'. 26 24 */ ··· 28 26 public readonly mixed $index, 29 27 public readonly string $type, 30 28 public readonly string $value 31 - ) {} 29 + ) { 30 + } 32 31 33 32 /** 34 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Post/ReplyRef.php
··· 17 17 */ 18 18 class ReplyRef extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly StrongRef $root, 25 24 public readonly StrongRef $parent 26 - ) {} 25 + ) { 26 + } 27 27 28 28 /** 29 29 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Post/TextSlice.php
··· 21 21 */ 22 22 class TextSlice extends Data 23 23 { 24 - 25 24 /** 26 25 */ 27 26 public function __construct( 28 27 public readonly int $start, 29 28 public readonly int $end 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Feed/Repost.php
··· 12 12 */ 13 13 class Repost extends Data 14 14 { 15 - 16 15 /** 17 16 */ 18 17 public function __construct( 19 18 public readonly StrongRef $subject, 20 19 public readonly Carbon $createdAt, 21 20 public readonly ?StrongRef $via = null 22 - ) {} 21 + ) { 22 + } 23 23 24 24 /** 25 25 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Block.php
··· 11 11 */ 12 12 class Block extends Data 13 13 { 14 - 15 14 /** 16 15 * @param string $subject DID of the account to be blocked. 17 16 */ 18 17 public function __construct( 19 18 public readonly string $subject, 20 19 public readonly Carbon $createdAt 21 - ) {} 20 + ) { 21 + } 22 22 23 23 /** 24 24 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Defs/ListItemView.php
··· 18 18 */ 19 19 class ListItemView extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $uri, 26 25 public readonly ProfileView $subject 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Graph/Defs/ListView.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Actor\ProfileView; 8 - use SocialDept\Schema\Generated\App\Bsky\Graph\Defs\ListView\ListPurpose; 9 - use SocialDept\Schema\Generated\App\Bsky\Graph\Defs\ListView\ListViewerState; 10 8 use SocialDept\Schema\Generated\App\Bsky\Richtext\Facet; 11 9 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 12 10 ··· 41 39 */ 42 40 class ListView extends Data 43 41 { 44 - 45 42 /** 46 43 */ 47 44 public function __construct( ··· 57 54 public readonly ?int $listItemCount = null, 58 55 public readonly ?array $labels = null, 59 56 public readonly mixed $viewer = null 60 - ) {} 57 + ) { 58 + } 61 59 62 60 /** 63 61 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Graph/Defs/ListViewBasic.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\App\Bsky\Graph\Defs\ListViewBasic\ListPurpose; 8 - use SocialDept\Schema\Generated\App\Bsky\Graph\Defs\ListViewBasic\ListViewerState; 9 7 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 10 8 11 9 /** ··· 34 32 */ 35 33 class ListViewBasic extends Data 36 34 { 37 - 38 35 /** 39 36 */ 40 37 public function __construct( ··· 47 44 public readonly ?array $labels = null, 48 45 public readonly mixed $viewer = null, 49 46 public readonly ?Carbon $indexedAt = null 50 - ) {} 47 + ) { 48 + } 51 49 52 50 /** 53 51 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Defs/ListViewerState.php
··· 16 16 */ 17 17 class ListViewerState extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly ?bool $muted = null, 24 23 public readonly ?string $blocked = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Defs/NotFoundActor.php
··· 20 20 */ 21 21 class NotFoundActor extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $actor, 28 27 public readonly bool $notFound 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Defs/Relationship.php
··· 23 23 */ 24 24 class Relationship extends Data 25 25 { 26 - 27 26 /** 28 27 * @param string|null $following if the actor follows this DID, this is the AT-URI of the follow record 29 28 * @param string|null $followedBy if the actor is followed by this DID, contains the AT-URI of the follow record ··· 32 31 public readonly string $did, 33 32 public readonly ?string $following = null, 34 33 public readonly ?string $followedBy = null 35 - ) {} 34 + ) { 35 + } 36 36 37 37 /** 38 38 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/App/Bsky/Graph/Defs/StarterPackView.php
··· 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Actor\ProfileViewBasic; 8 8 use SocialDept\Schema\Generated\App\Bsky\Feed\GeneratorView; 9 - use SocialDept\Schema\Generated\App\Bsky\Graph\Defs\StarterPackView\ListItemView; 10 - use SocialDept\Schema\Generated\App\Bsky\Graph\Defs\StarterPackView\ListViewBasic; 11 9 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 12 10 13 11 /** ··· 38 36 */ 39 37 class StarterPackView extends Data 40 38 { 41 - 42 39 /** 43 40 */ 44 41 public function __construct( ··· 53 50 public readonly ?int $joinedWeekCount = null, 54 51 public readonly ?int $joinedAllTimeCount = null, 55 52 public readonly ?array $labels = null 56 - ) {} 53 + ) { 54 + } 57 55 58 56 /** 59 57 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Defs/StarterPackViewBasic.php
··· 32 32 */ 33 33 class StarterPackViewBasic extends Data 34 34 { 35 - 36 35 /** 37 36 */ 38 37 public function __construct( ··· 45 44 public readonly ?int $joinedWeekCount = null, 46 45 public readonly ?int $joinedAllTimeCount = null, 47 46 public readonly ?array $labels = null 48 - ) {} 47 + ) { 48 + } 49 49 50 50 /** 51 51 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Follow.php
··· 12 12 */ 13 13 class Follow extends Data 14 14 { 15 - 16 15 /** 17 16 */ 18 17 public function __construct( 19 18 public readonly string $subject, 20 19 public readonly Carbon $createdAt, 21 20 public readonly ?StrongRef $via = null 22 - ) {} 21 + ) { 22 + } 23 23 24 24 /** 25 25 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Graph/Listitem.php
··· 11 11 */ 12 12 class Listitem extends Data 13 13 { 14 - 15 14 /** 16 15 * @param string $subject The account which is included on the list. 17 16 * @param string $list Reference (AT-URI) to the list record (app.bsky.graph.list). ··· 20 19 public readonly string $subject, 21 20 public readonly string $list, 22 21 public readonly Carbon $createdAt 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Labeler/Defs/LabelerPolicies.php
··· 18 18 */ 19 19 class LabelerPolicies extends Data 20 20 { 21 - 22 21 /** 23 22 * @param array<LabelValue> $labelValues The label values which this labeler publishes. May include global or custom labels. 24 23 * @param array<LabelValueDefinition>|null $labelValueDefinitions Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler. ··· 26 25 public function __construct( 27 26 public readonly array $labelValues, 28 27 public readonly ?array $labelValueDefinitions = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Labeler/Defs/LabelerView.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Actor\ProfileView; 8 - use SocialDept\Schema\Generated\App\Bsky\Labeler\Defs\LabelerView\LabelerViewerState; 9 8 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 10 9 11 10 /** ··· 29 28 */ 30 29 class LabelerView extends Data 31 30 { 32 - 33 31 /** 34 32 */ 35 33 public function __construct( ··· 40 38 public readonly ?int $likeCount = null, 41 39 public readonly mixed $viewer = null, 42 40 public readonly ?array $labels = null 43 - ) {} 41 + ) { 42 + } 44 43 45 44 /** 46 45 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/App/Bsky/Labeler/Defs/LabelerViewDetailed.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Actor\ProfileView; 8 - use SocialDept\Schema\Generated\App\Bsky\Labeler\Defs\LabelerViewDetailed\LabelerViewerState; 9 8 use SocialDept\Schema\Generated\App\Bsky\Labeler\LabelerPolicies; 10 9 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 11 10 use SocialDept\Schema\Generated\Com\Atproto\Moderation\ReasonType; ··· 36 35 */ 37 36 class LabelerViewDetailed extends Data 38 37 { 39 - 40 38 /** 41 39 * @param array<ReasonType>|null $reasonTypes The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed. 42 40 * @param array<SubjectType>|null $subjectTypes The set of subject types (account, record, etc) this service accepts reports on. ··· 54 52 public readonly ?array $reasonTypes = null, 55 53 public readonly ?array $subjectTypes = null, 56 54 public readonly ?array $subjectCollections = null 57 - ) {} 55 + ) { 56 + } 58 57 59 58 /** 60 59 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Labeler/Defs/LabelerViewerState.php
··· 15 15 */ 16 16 class LabelerViewerState extends Data 17 17 { 18 - 19 18 /** 20 19 */ 21 20 public function __construct( 22 21 public readonly ?string $like = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Labeler/Service.php
··· 14 14 */ 15 15 class Service extends Data 16 16 { 17 - 18 17 /** 19 18 * @param array<ReasonType>|null $reasonTypes The set of report reason 'codes' which are in-scope for this service to review and action. These usually align to policy categories. If not defined (distinct from empty array), all reason types are allowed. 20 19 * @param array<SubjectType>|null $subjectTypes The set of subject types (account, record, etc) this service accepts reports on. ··· 27 26 public readonly ?array $reasonTypes = null, 28 27 public readonly ?array $subjectTypes = null, 29 28 public readonly ?array $subjectCollections = null 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Notification/Defs/ActivitySubscription.php
··· 16 16 */ 17 17 class ActivitySubscription extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly bool $post, 24 23 public readonly bool $reply 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Notification/Defs/ChatPreference.php
··· 16 16 */ 17 17 class ChatPreference extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $include, 24 23 public readonly bool $push 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Notification/Defs/FilterablePreference.php
··· 17 17 */ 18 18 class FilterablePreference extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly string $include, 25 24 public readonly bool $list, 26 25 public readonly bool $push 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Notification/Defs/Preference.php
··· 16 16 */ 17 17 class Preference extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly bool $list, 24 23 public readonly bool $push 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -5
src/Generated/App/Bsky/Notification/Defs/Preferences.php
··· 3 3 namespace SocialDept\Schema\Generated\App\Bsky\Notification\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\App\Bsky\Notification\Defs\Preferences\ChatPreference; 7 - use SocialDept\Schema\Generated\App\Bsky\Notification\Defs\Preferences\FilterablePreference; 8 - use SocialDept\Schema\Generated\App\Bsky\Notification\Defs\Preferences\Preference; 9 6 10 7 /** 11 8 * Lexicon: app.bsky.notification.defs.preferences ··· 30 27 */ 31 28 class Preferences extends Data 32 29 { 33 - 34 30 /** 35 31 */ 36 32 public function __construct( ··· 47 43 public readonly mixed $subscribedPost, 48 44 public readonly mixed $unverified, 49 45 public readonly mixed $verified 50 - ) {} 46 + ) { 47 + } 51 48 52 49 /** 53 50 * Get the lexicon NSID for this data type.
-2
src/Generated/App/Bsky/Notification/Defs/RecordDeleted.php
··· 10 10 */ 11 11 class RecordDeleted extends Data 12 12 { 13 - 14 - 15 13 /** 16 14 * Get the lexicon NSID for this data type. 17 15 *
+2 -2
src/Generated/App/Bsky/Notification/Defs/SubjectActivitySubscription.php
··· 20 20 */ 21 21 class SubjectActivitySubscription extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $subject, 28 27 public readonly mixed $activitySubscription 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Notification/ListNotifications/Notification.php
··· 30 30 */ 31 31 class Notification extends Data 32 32 { 33 - 34 33 /** 35 34 * @param string $reason The reason why this notification was delivered - e.g. your post was liked, or you received a new follower. 36 35 */ ··· 44 43 public readonly Carbon $indexedAt, 45 44 public readonly ?string $reasonSubject = null, 46 45 public readonly ?array $labels = null 47 - ) {} 46 + ) { 47 + } 48 48 49 49 /** 50 50 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Richtext/Facet.php
··· 17 17 */ 18 18 class Facet extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly ByteSlice $index, 25 24 public readonly array $features 26 - ) {} 25 + ) { 26 + } 27 27 28 28 /** 29 29 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Richtext/Facet/ByteSlice.php
··· 24 24 */ 25 25 class ByteSlice extends Data 26 26 { 27 - 28 27 /** 29 28 */ 30 29 public function __construct( 31 30 public readonly int $byteStart, 32 31 public readonly int $byteEnd 33 - ) {} 32 + ) { 33 + } 34 34 35 35 /** 36 36 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Richtext/Facet/Link.php
··· 19 19 */ 20 20 class Link extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $uri 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Richtext/Facet/Mention.php
··· 19 19 */ 20 20 class Mention extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $did 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Richtext/Facet/Tag.php
··· 20 20 */ 21 21 class Tag extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $tag 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/AgeAssuranceEvent.php
··· 26 26 */ 27 27 class AgeAssuranceEvent extends Data 28 28 { 29 - 30 29 /** 31 30 * @param Carbon $createdAt The date and time of this write operation. 32 31 * @param string $status The status of the age assurance process. ··· 46 45 public readonly ?string $initUa = null, 47 46 public readonly ?string $completeIp = null, 48 47 public readonly ?string $completeUa = null 49 - ) {} 48 + ) { 49 + } 50 50 51 51 /** 52 52 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/AgeAssuranceState.php
··· 21 21 */ 22 22 class AgeAssuranceState extends Data 23 23 { 24 - 25 24 /** 26 25 * @param string $status The status of the age assurance process. 27 26 * @param Carbon|null $lastInitiatedAt The timestamp when this state was last updated. ··· 29 28 public function __construct( 30 29 public readonly string $status, 31 30 public readonly ?Carbon $lastInitiatedAt = null 32 - ) {} 31 + ) { 32 + } 33 33 34 34 /** 35 35 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/SkeletonSearchActor.php
··· 16 16 */ 17 17 class SkeletonSearchActor extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/SkeletonSearchPost.php
··· 16 16 */ 17 17 class SkeletonSearchPost extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $uri 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/SkeletonSearchStarterPack.php
··· 16 16 */ 17 17 class SkeletonSearchStarterPack extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $uri 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/SkeletonTrend.php
··· 24 24 */ 25 25 class SkeletonTrend extends Data 26 26 { 27 - 28 27 /** 29 28 */ 30 29 public function __construct( ··· 36 35 public readonly array $dids, 37 36 public readonly ?string $status = null, 38 37 public readonly ?string $category = null 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/ThreadItemBlocked.php
··· 16 16 */ 17 17 class ThreadItemBlocked extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly BlockedAuthor $author 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
-2
src/Generated/App/Bsky/Unspecced/Defs/ThreadItemNoUnauthenticated.php
··· 10 10 */ 11 11 class ThreadItemNoUnauthenticated extends Data 12 12 { 13 - 14 - 15 13 /** 16 14 * Get the lexicon NSID for this data type. 17 15 *
-2
src/Generated/App/Bsky/Unspecced/Defs/ThreadItemNotFound.php
··· 10 10 */ 11 11 class ThreadItemNotFound extends Data 12 12 { 13 - 14 - 15 13 /** 16 14 * Get the lexicon NSID for this data type. 17 15 *
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/ThreadItemPost.php
··· 21 21 */ 22 22 class ThreadItemPost extends Data 23 23 { 24 - 25 24 /** 26 25 * @param bool $moreParents This post has more parents that were not present in the response. This is just a boolean, without the number of parents. 27 26 * @param int $moreReplies This post has more replies that were not present in the response. This is a numeric value, which is best-effort and might not be accurate. ··· 36 35 public readonly bool $opThread, 37 36 public readonly bool $hiddenByThreadgate, 38 37 public readonly bool $mutedByViewer 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/TrendView.php
··· 25 25 */ 26 26 class TrendView extends Data 27 27 { 28 - 29 28 /** 30 29 */ 31 30 public function __construct( ··· 37 36 public readonly array $actors, 38 37 public readonly ?string $status = null, 39 38 public readonly ?string $category = null 40 - ) {} 39 + ) { 40 + } 41 41 42 42 /** 43 43 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Unspecced/Defs/TrendingTopic.php
··· 18 18 */ 19 19 class TrendingTopic extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( ··· 26 25 public readonly string $link, 27 26 public readonly ?string $displayName = null, 28 27 public readonly ?string $description = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/App/Bsky/Video/Defs/JobStatus.php
··· 25 25 */ 26 26 class JobStatus extends Data 27 27 { 28 - 29 28 /** 30 29 * @param string $state The state of the video processing job. All values not listed as a known value indicate that the job is in process. 31 30 * @param int|null $progress Progress within the current processing state. ··· 38 37 public readonly ?BlobReference $blob = null, 39 38 public readonly ?string $error = null, 40 39 public readonly ?string $message = null 41 - ) {} 40 + ) { 41 + } 42 42 43 43 /** 44 44 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/ConvoView.php
··· 24 24 */ 25 25 class ConvoView extends Data 26 26 { 27 - 28 27 /** 29 28 */ 30 29 public function __construct( ··· 36 35 public readonly mixed $lastMessage = null, 37 36 public readonly mixed $lastReaction = null, 38 37 public readonly ?string $status = null 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Chat/Bsky/Convo/Defs/DeletedMessageView.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\DeletedMessageView\MessageViewSender; 8 7 9 8 /** 10 9 * Lexicon: chat.bsky.convo.defs.deletedMessageView ··· 21 20 */ 22 21 class DeletedMessageView extends Data 23 22 { 24 - 25 23 /** 26 24 */ 27 25 public function __construct( ··· 29 27 public readonly string $rev, 30 28 public readonly mixed $sender, 31 29 public readonly Carbon $sentAt 32 - ) {} 30 + ) { 31 + } 33 32 34 33 /** 35 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogAcceptConvo.php
··· 16 16 */ 17 17 class LogAcceptConvo extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $rev, 24 23 public readonly string $convoId 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Chat/Bsky/Convo/Defs/LogAddReaction.php
··· 3 3 namespace SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\LogAddReaction\ReactionView; 7 6 use SocialDept\Schema\Support\UnionHelper; 8 7 9 8 /** ··· 20 19 */ 21 20 class LogAddReaction extends Data 22 21 { 23 - 24 22 /** 25 23 */ 26 24 public function __construct( ··· 28 26 public readonly string $convoId, 29 27 public readonly mixed $message, 30 28 public readonly mixed $reaction 31 - ) {} 29 + ) { 30 + } 32 31 33 32 /** 34 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogBeginConvo.php
··· 16 16 */ 17 17 class LogBeginConvo extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $rev, 24 23 public readonly string $convoId 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogCreateMessage.php
··· 18 18 */ 19 19 class LogCreateMessage extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $rev, 26 25 public readonly string $convoId, 27 26 public readonly mixed $message 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogDeleteMessage.php
··· 18 18 */ 19 19 class LogDeleteMessage extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $rev, 26 25 public readonly string $convoId, 27 26 public readonly mixed $message 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogLeaveConvo.php
··· 16 16 */ 17 17 class LogLeaveConvo extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $rev, 24 23 public readonly string $convoId 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogMuteConvo.php
··· 16 16 */ 17 17 class LogMuteConvo extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $rev, 24 23 public readonly string $convoId 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogReadMessage.php
··· 18 18 */ 19 19 class LogReadMessage extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $rev, 26 25 public readonly string $convoId, 27 26 public readonly mixed $message 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Chat/Bsky/Convo/Defs/LogRemoveReaction.php
··· 3 3 namespace SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\LogRemoveReaction\ReactionView; 7 6 use SocialDept\Schema\Support\UnionHelper; 8 7 9 8 /** ··· 20 19 */ 21 20 class LogRemoveReaction extends Data 22 21 { 23 - 24 22 /** 25 23 */ 26 24 public function __construct( ··· 28 26 public readonly string $convoId, 29 27 public readonly mixed $message, 30 28 public readonly mixed $reaction 31 - ) {} 29 + ) { 30 + } 32 31 33 32 /** 34 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/LogUnmuteConvo.php
··· 16 16 */ 17 17 class LogUnmuteConvo extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $rev, 24 23 public readonly string $convoId 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/Chat/Bsky/Convo/Defs/MessageAndReactionView.php
··· 3 3 namespace SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\MessageAndReactionView\MessageView; 7 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\MessageAndReactionView\ReactionView; 8 6 9 7 /** 10 8 * Lexicon: chat.bsky.convo.defs.messageAndReactionView ··· 18 16 */ 19 17 class MessageAndReactionView extends Data 20 18 { 21 - 22 19 /** 23 20 */ 24 21 public function __construct( 25 22 public readonly mixed $message, 26 23 public readonly mixed $reaction 27 - ) {} 24 + ) { 25 + } 28 26 29 27 /** 30 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/MessageInput.php
··· 21 21 */ 22 22 class MessageInput extends Data 23 23 { 24 - 25 24 /** 26 25 * @param array<Facet>|null $facets Annotations of text (mentions, URLs, hashtags, etc) 27 26 */ ··· 29 28 public readonly string $text, 30 29 public readonly ?array $facets = null, 31 30 public readonly mixed $embed = null 32 - ) {} 31 + ) { 32 + } 33 33 34 34 /** 35 35 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/MessageRef.php
··· 18 18 */ 19 19 class MessageRef extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $did, 26 25 public readonly string $convoId, 27 26 public readonly string $messageId 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/Chat/Bsky/Convo/Defs/MessageView.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\App\Bsky\Richtext\Facet; 8 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\MessageView\MessageViewSender; 9 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\MessageView\ReactionView; 10 8 use SocialDept\Schema\Support\UnionHelper; 11 9 12 10 /** ··· 30 28 */ 31 29 class MessageView extends Data 32 30 { 33 - 34 31 /** 35 32 * @param array<Facet>|null $facets Annotations of text (mentions, URLs, hashtags, etc) 36 33 * @param array|null $reactions Reactions to this message, in ascending order of creation time. ··· 44 41 public readonly ?array $facets = null, 45 42 public readonly mixed $embed = null, 46 43 public readonly ?array $reactions = null 47 - ) {} 44 + ) { 45 + } 48 46 49 47 /** 50 48 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/MessageViewSender.php
··· 16 16 */ 17 17 class MessageViewSender extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Chat/Bsky/Convo/Defs/ReactionView.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Chat\Bsky\Convo\Defs\ReactionView\ReactionViewSender; 8 7 9 8 /** 10 9 * Lexicon: chat.bsky.convo.defs.reactionView ··· 20 19 */ 21 20 class ReactionView extends Data 22 21 { 23 - 24 22 /** 25 23 */ 26 24 public function __construct( 27 25 public readonly string $value, 28 26 public readonly mixed $sender, 29 27 public readonly Carbon $createdAt 30 - ) {} 28 + ) { 29 + } 31 30 32 31 /** 33 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Chat/Bsky/Convo/Defs/ReactionViewSender.php
··· 16 16 */ 17 17 class ReactionViewSender extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Com/Atproto/Admin/Defs/AccountView.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Com\Atproto\Admin\Defs\AccountView\ThreatSignature; 8 7 use SocialDept\Schema\Generated\Com\Atproto\Server\InviteCode; 9 8 10 9 /** ··· 34 33 */ 35 34 class AccountView extends Data 36 35 { 37 - 38 36 /** 39 37 */ 40 38 public function __construct( ··· 50 48 public readonly ?string $inviteNote = null, 51 49 public readonly ?Carbon $deactivatedAt = null, 52 50 public readonly ?array $threatSignatures = null 53 - ) {} 51 + ) { 52 + } 54 53 55 54 /** 56 55 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Admin/Defs/RepoBlobRef.php
··· 20 20 */ 21 21 class RepoBlobRef extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $did, 28 27 public readonly string $cid, 29 28 public readonly ?string $recordUri = null 30 - ) {} 29 + ) { 30 + } 31 31 32 32 /** 33 33 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Admin/Defs/RepoRef.php
··· 16 16 */ 17 17 class RepoRef extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Admin/Defs/StatusAttr.php
··· 16 16 */ 17 17 class StatusAttr extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly bool $applied, 24 23 public readonly ?string $ref = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Admin/Defs/ThreatSignature.php
··· 16 16 */ 17 17 class ThreatSignature extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $property, 24 23 public readonly string $value 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Identity/Defs/IdentityInfo.php
··· 19 19 */ 20 20 class IdentityInfo extends Data 21 21 { 22 - 23 22 /** 24 23 * @param string $handle The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document. 25 24 * @param mixed $didDoc The complete DID document for the identity. ··· 28 27 public readonly string $did, 29 28 public readonly string $handle, 30 29 public readonly mixed $didDoc 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Label/Defs/Label.php
··· 32 32 */ 33 33 class Label extends Data 34 34 { 35 - 36 35 /** 37 36 * @param string $src DID of the actor who created this label. 38 37 * @param string $uri AT URI of the record, repository (account), or other resource that this label applies to. ··· 54 53 public readonly ?bool $neg = null, 55 54 public readonly ?Carbon $exp = null, 56 55 public readonly ?string $sig = null 57 - ) {} 56 + ) { 57 + } 58 58 59 59 /** 60 60 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Com/Atproto/Label/Defs/LabelValueDefinition.php
··· 3 3 namespace SocialDept\Schema\Generated\Com\Atproto\Label\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Com\Atproto\Label\Defs\LabelValueDefinition\LabelValueDefinitionStrings; 7 6 8 7 /** 9 8 * Declares a label value and its expected interpretations and behaviors. ··· 25 24 */ 26 25 class LabelValueDefinition extends Data 27 26 { 28 - 29 27 /** 30 28 * @param string $identifier The value of the label being defined. Must only include lowercase ascii and the '-' character ([a-z-]+). 31 29 * @param string $severity How should a client visually convey this label? 'inform' means neutral and informational; 'alert' means negative and warning; 'none' means show nothing. ··· 40 38 public readonly array $locales, 41 39 public readonly ?string $defaultSetting = null, 42 40 public readonly ?bool $adultOnly = null 43 - ) {} 41 + ) { 42 + } 44 43 45 44 /** 46 45 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Label/Defs/LabelValueDefinitionStrings.php
··· 25 25 */ 26 26 class LabelValueDefinitionStrings extends Data 27 27 { 28 - 29 28 /** 30 29 * @param string $lang The code of the language these strings are written in. 31 30 * @param string $name A short human-readable name for the label. ··· 35 34 public readonly string $lang, 36 35 public readonly string $name, 37 36 public readonly string $description 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Label/Defs/SelfLabel.php
··· 19 19 */ 20 20 class SelfLabel extends Data 21 21 { 22 - 23 22 /** 24 23 * @param string $val The short string name of the value or type of this label. 25 24 */ 26 25 public function __construct( 27 26 public readonly string $val 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Com/Atproto/Label/Defs/SelfLabels.php
··· 3 3 namespace SocialDept\Schema\Generated\Com\Atproto\Label\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Com\Atproto\Label\Defs\SelfLabels\SelfLabel; 7 6 8 7 /** 9 8 * Metadata tags on an atproto record, published by the author within the ··· 20 19 */ 21 20 class SelfLabels extends Data 22 21 { 23 - 24 22 /** 25 23 */ 26 24 public function __construct( 27 25 public readonly array $values 28 - ) {} 26 + ) { 27 + } 29 28 30 29 /** 31 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Label/SubscribeLabels/Info.php
··· 16 16 */ 17 17 class Info extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $name, 24 23 public readonly ?string $message = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Label/SubscribeLabels/Labels.php
··· 17 17 */ 18 18 class Labels extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly int $seq, 25 24 public readonly array $labels 26 - ) {} 25 + ) { 26 + } 27 27 28 28 /** 29 29 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Moderation/CreateReport/ModTool.php
··· 18 18 */ 19 19 class ModTool extends Data 20 20 { 21 - 22 21 /** 23 22 * @param string $name Name/identifier of the source (e.g., 'bsky-app/android', 'bsky-web/chrome') 24 23 * @param mixed $meta Additional arbitrary metadata about the source ··· 26 25 public function __construct( 27 26 public readonly string $name, 28 27 public readonly mixed $meta = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/ApplyWrites/Create.php
··· 22 22 */ 23 23 class Create extends Data 24 24 { 25 - 26 25 /** 27 26 * @param string|null $rkey NOTE: maxLength is redundant with record-key format. Keeping it temporarily to ensure backwards compatibility. 28 27 */ ··· 30 29 public readonly string $collection, 31 30 public readonly mixed $value, 32 31 public readonly ?string $rkey = null 33 - ) {} 32 + ) { 33 + } 34 34 35 35 /** 36 36 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/ApplyWrites/CreateResult.php
··· 19 19 */ 20 20 class CreateResult extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $uri, 27 26 public readonly string $cid, 28 27 public readonly ?string $validationStatus = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/ApplyWrites/Delete.php
··· 20 20 */ 21 21 class Delete extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $collection, 28 27 public readonly string $rkey 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
-2
src/Generated/Com/Atproto/Repo/ApplyWrites/DeleteResult.php
··· 10 10 */ 11 11 class DeleteResult extends Data 12 12 { 13 - 14 - 15 13 /** 16 14 * Get the lexicon NSID for this data type. 17 15 *
+2 -2
src/Generated/Com/Atproto/Repo/ApplyWrites/Update.php
··· 21 21 */ 22 22 class Update extends Data 23 23 { 24 - 25 24 /** 26 25 */ 27 26 public function __construct( 28 27 public readonly string $collection, 29 28 public readonly string $rkey, 30 29 public readonly mixed $value 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/ApplyWrites/UpdateResult.php
··· 19 19 */ 20 20 class UpdateResult extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $uri, 27 26 public readonly string $cid, 28 27 public readonly ?string $validationStatus = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/Defs/CommitMeta.php
··· 18 18 */ 19 19 class CommitMeta extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $cid, 26 25 public readonly string $rev 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/ListMissingBlobs/RecordBlob.php
··· 18 18 */ 19 19 class RecordBlob extends Data 20 20 { 21 - 22 21 /** 23 22 */ 24 23 public function __construct( 25 24 public readonly string $cid, 26 25 public readonly string $recordUri 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/ListRecords/Record.php
··· 19 19 */ 20 20 class Record extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $uri, 27 26 public readonly string $cid, 28 27 public readonly mixed $value 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Repo/StrongRef.php
··· 20 20 */ 21 21 class StrongRef extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly string $uri, 28 27 public readonly string $cid 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Server/CreateAppPassword/AppPassword.php
··· 20 20 */ 21 21 class AppPassword extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( ··· 28 27 public readonly string $password, 29 28 public readonly Carbon $createdAt, 30 29 public readonly ?bool $privileged = null 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Server/CreateInviteCodes/AccountCodes.php
··· 16 16 */ 17 17 class AccountCodes extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $account, 24 23 public readonly array $codes 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Com/Atproto/Server/Defs/InviteCode.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Com\Atproto\Server\Defs\InviteCode\InviteCodeUse; 8 7 9 8 /** 10 9 * Lexicon: com.atproto.server.defs.inviteCode ··· 24 23 */ 25 24 class InviteCode extends Data 26 25 { 27 - 28 26 /** 29 27 */ 30 28 public function __construct( ··· 35 33 public readonly string $createdBy, 36 34 public readonly Carbon $createdAt, 37 35 public readonly array $uses 38 - ) {} 36 + ) { 37 + } 39 38 40 39 /** 41 40 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Server/Defs/InviteCodeUse.php
··· 19 19 */ 20 20 class InviteCodeUse extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $usedBy, 27 26 public readonly Carbon $usedAt 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Server/DescribeServer/Contact.php
··· 12 12 */ 13 13 class Contact extends Data 14 14 { 15 - 16 15 /** 17 16 */ 18 17 public function __construct( 19 18 public readonly ?string $email = null 20 - ) {} 19 + ) { 20 + } 21 21 22 22 /** 23 23 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Server/DescribeServer/Links.php
··· 17 17 */ 18 18 class Links extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly ?string $privacyPolicy = null, 25 24 public readonly ?string $termsOfService = null 26 - ) {} 25 + ) { 26 + } 27 27 28 28 /** 29 29 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Server/ListAppPasswords/AppPassword.php
··· 19 19 */ 20 20 class AppPassword extends Data 21 21 { 22 - 23 22 /** 24 23 */ 25 24 public function __construct( 26 25 public readonly string $name, 27 26 public readonly Carbon $createdAt, 28 27 public readonly ?bool $privileged = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/ListHosts/Host.php
··· 19 19 */ 20 20 class Host extends Data 21 21 { 22 - 23 22 /** 24 23 * @param string $hostname hostname of server; not a URL (no scheme) 25 24 * @param int|null $seq Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor). ··· 29 28 public readonly ?int $seq = null, 30 29 public readonly ?int $accountCount = null, 31 30 public readonly ?HostStatus $status = null 32 - ) {} 31 + ) { 32 + } 33 33 34 34 /** 35 35 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/ListRepos/Repo.php
··· 22 22 */ 23 23 class Repo extends Data 24 24 { 25 - 26 25 /** 27 26 * @param string $head Current repo commit CID 28 27 * @param string|null $status If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted. ··· 33 32 public readonly string $rev, 34 33 public readonly ?bool $active = null, 35 34 public readonly ?string $status = null 36 - ) {} 35 + ) { 36 + } 37 37 38 38 /** 39 39 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/ListReposByCollection/Repo.php
··· 16 16 */ 17 17 class Repo extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/SubscribeRepos/Account.php
··· 27 27 */ 28 28 class Account extends Data 29 29 { 30 - 31 30 /** 32 31 * @param bool $active Indicates that the account has a repository which can be fetched from the host that emitted this event. 33 32 * @param string|null $status If active=false, this optional field indicates a reason for why the account is not active. ··· 38 37 public readonly Carbon $time, 39 38 public readonly bool $active, 40 39 public readonly ?string $status = null 41 - ) {} 40 + ) { 41 + } 42 42 43 43 /** 44 44 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Com/Atproto/Sync/SubscribeRepos/Commit.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Com\Atproto\Sync\SubscribeRepos\Commit\RepoOp; 8 7 9 8 /** 10 9 * Represents an update of repository state. Note that empty commits are ··· 38 37 */ 39 38 class Commit extends Data 40 39 { 41 - 42 40 /** 43 41 * @param int $seq The stream sequence number of this message. 44 42 * @param bool $rebase DEPRECATED -- unused ··· 64 62 public readonly array $blobs, 65 63 public readonly Carbon $time, 66 64 public readonly ?string $prevData = null 67 - ) {} 65 + ) { 66 + } 68 67 69 68 /** 70 69 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/SubscribeRepos/Identity.php
··· 26 26 */ 27 27 class Identity extends Data 28 28 { 29 - 30 29 /** 31 30 * @param string|null $handle The current handle for the account, or 'handle.invalid' if validation fails. This field is optional, might have been validated or passed-through from an upstream source. Semantics and behaviors for PDS vs Relay may evolve in the future; see atproto specs for more details. 32 31 */ ··· 35 34 public readonly string $did, 36 35 public readonly Carbon $time, 37 36 public readonly ?string $handle = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/SubscribeRepos/Info.php
··· 16 16 */ 17 17 class Info extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $name, 24 23 public readonly ?string $message = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/SubscribeRepos/RepoOp.php
··· 20 20 */ 21 21 class RepoOp extends Data 22 22 { 23 - 24 23 /** 25 24 * @param string $cid For creates and updates, the new record CID. For deletions, null. 26 25 * @param string|null $prev For updates and deletes, the previous record CID (required for inductive firehose). For creations, field should not be defined. ··· 30 29 public readonly string $path, 31 30 public readonly string $cid, 32 31 public readonly ?string $prev = null 33 - ) {} 32 + ) { 33 + } 34 34 35 35 /** 36 36 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Com/Atproto/Sync/SubscribeRepos/Sync.php
··· 28 28 */ 29 29 class Sync extends Data 30 30 { 31 - 32 31 /** 33 32 * @param int $seq The stream sequence number of this message. 34 33 * @param string $did The account this repo event corresponds to. Must match that in the commit object. ··· 42 41 public readonly string $blocks, 43 42 public readonly string $rev, 44 43 public readonly Carbon $time 45 - ) {} 44 + ) { 45 + } 46 46 47 47 /** 48 48 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Communication/Defs/TemplateView.php
··· 28 28 */ 29 29 class TemplateView extends Data 30 30 { 31 - 32 31 /** 33 32 * @param string $name Name of the template. 34 33 * @param string $contentMarkdown Subject of the message, used in emails. ··· 46 45 public readonly Carbon $updatedAt, 47 46 public readonly ?string $subject = null, 48 47 public readonly ?string $lang = null 49 - ) {} 48 + ) { 49 + } 50 50 51 51 /** 52 52 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/AccountEvent.php
··· 23 23 */ 24 24 class AccountEvent extends Data 25 25 { 26 - 27 26 /** 28 27 * @param bool $active Indicates that the account has a repository which can be fetched from the host that emitted this event. 29 28 */ ··· 32 31 public readonly Carbon $timestamp, 33 32 public readonly ?string $comment = null, 34 33 public readonly ?string $status = null 35 - ) {} 34 + ) { 35 + } 36 36 37 37 /** 38 38 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/AccountHosting.php
··· 26 26 */ 27 27 class AccountHosting extends Data 28 28 { 29 - 30 29 /** 31 30 */ 32 31 public function __construct( ··· 36 35 public readonly ?Carbon $deletedAt = null, 37 36 public readonly ?Carbon $deactivatedAt = null, 38 37 public readonly ?Carbon $reactivatedAt = null 39 - ) {} 38 + ) { 39 + } 40 40 41 41 /** 42 42 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/AccountStats.php
··· 18 18 */ 19 19 class AccountStats extends Data 20 20 { 21 - 22 21 /** 23 22 * @param int|null $reportCount Total number of reports on the account 24 23 * @param int|null $appealCount Total number of appeals against a moderation action on the account ··· 32 31 public readonly ?int $suspendCount = null, 33 32 public readonly ?int $escalateCount = null, 34 33 public readonly ?int $takedownCount = null 35 - ) {} 34 + ) { 35 + } 36 36 37 37 /** 38 38 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/AccountStrike.php
··· 22 22 */ 23 23 class AccountStrike extends Data 24 24 { 25 - 26 25 /** 27 26 * @param int|null $activeStrikeCount Current number of active strikes (excluding expired strikes) 28 27 * @param int|null $totalStrikeCount Total number of strikes ever received (including expired strikes) ··· 34 33 public readonly ?int $totalStrikeCount = null, 35 34 public readonly ?Carbon $firstStrikeAt = null, 36 35 public readonly ?Carbon $lastStrikeAt = null 37 - ) {} 36 + ) { 37 + } 38 38 39 39 /** 40 40 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/AgeAssuranceEvent.php
··· 25 25 */ 26 26 class AgeAssuranceEvent extends Data 27 27 { 28 - 29 28 /** 30 29 * @param Carbon $createdAt The date and time of this write operation. 31 30 * @param string $status The status of the age assurance process. ··· 43 42 public readonly ?string $initUa = null, 44 43 public readonly ?string $completeIp = null, 45 44 public readonly ?string $completeUa = null 46 - ) {} 45 + ) { 46 + } 47 47 48 48 /** 49 49 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/AgeAssuranceOverrideEvent.php
··· 18 18 */ 19 19 class AgeAssuranceOverrideEvent extends Data 20 20 { 21 - 22 21 /** 23 22 * @param string $status The status to be set for the user decided by a moderator, overriding whatever value the user had previously. Use reset to default to original state. 24 23 * @param string $comment Comment describing the reason for the override. ··· 26 25 public function __construct( 27 26 public readonly string $status, 28 27 public readonly string $comment 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/BlobView.php
··· 25 25 */ 26 26 class BlobView extends Data 27 27 { 28 - 29 28 /** 30 29 */ 31 30 public function __construct( ··· 35 34 public readonly Carbon $createdAt, 36 35 public readonly mixed $details = null, 37 36 public readonly mixed $moderation = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/CancelScheduledTakedownEvent.php
··· 14 14 */ 15 15 class CancelScheduledTakedownEvent extends Data 16 16 { 17 - 18 17 /** 19 18 */ 20 19 public function __construct( 21 20 public readonly ?string $comment = null 22 - ) {} 21 + ) { 22 + } 23 23 24 24 /** 25 25 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/IdentityEvent.php
··· 26 26 */ 27 27 class IdentityEvent extends Data 28 28 { 29 - 30 29 /** 31 30 */ 32 31 public function __construct( ··· 35 34 public readonly ?string $handle = null, 36 35 public readonly ?string $pdsHost = null, 37 36 public readonly ?bool $tombstone = null 38 - ) {} 37 + ) { 38 + } 39 39 40 40 /** 41 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ImageDetails.php
··· 16 16 */ 17 17 class ImageDetails extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly int $width, 24 23 public readonly int $height 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventAcknowledge.php
··· 13 13 */ 14 14 class ModEventAcknowledge extends Data 15 15 { 16 - 17 16 /** 18 17 * @param bool|null $acknowledgeAccountSubjects If true, all other reports on content authored by this account will be resolved (acknowledged). 19 18 */ 20 19 public function __construct( 21 20 public readonly ?string $comment = null, 22 21 public readonly ?bool $acknowledgeAccountSubjects = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventComment.php
··· 16 16 */ 17 17 class ModEventComment extends Data 18 18 { 19 - 20 19 /** 21 20 * @param bool|null $sticky Make the comment persistent on the subject 22 21 */ 23 22 public function __construct( 24 23 public readonly ?string $comment = null, 25 24 public readonly ?bool $sticky = null 26 - ) {} 25 + ) { 26 + } 27 27 28 28 /** 29 29 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventDivert.php
··· 14 14 */ 15 15 class ModEventDivert extends Data 16 16 { 17 - 18 17 /** 19 18 */ 20 19 public function __construct( 21 20 public readonly ?string $comment = null 22 - ) {} 21 + ) { 22 + } 23 23 24 24 /** 25 25 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventEmail.php
··· 27 27 */ 28 28 class ModEventEmail extends Data 29 29 { 30 - 31 30 /** 32 31 * @param string $subjectLine The subject line of the email sent to the user. 33 32 * @param string|null $content The content of the email sent to the user. ··· 47 46 public readonly ?int $strikeCount = null, 48 47 public readonly ?Carbon $strikeExpiresAt = null, 49 48 public readonly ?bool $isDelivered = null 50 - ) {} 49 + ) { 50 + } 51 51 52 52 /** 53 53 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventEscalate.php
··· 12 12 */ 13 13 class ModEventEscalate extends Data 14 14 { 15 - 16 15 /** 17 16 */ 18 17 public function __construct( 19 18 public readonly ?string $comment = null 20 - ) {} 19 + ) { 20 + } 21 21 22 22 /** 23 23 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventLabel.php
··· 20 20 */ 21 21 class ModEventLabel extends Data 22 22 { 23 - 24 23 /** 25 24 * @param int|null $durationInHours Indicates how long the label will remain on the subject. Only applies on labels that are being added. 26 25 */ ··· 29 28 public readonly array $negateLabelVals, 30 29 public readonly ?string $comment = null, 31 30 public readonly ?int $durationInHours = null 32 - ) {} 31 + ) { 32 + } 33 33 34 34 /** 35 35 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventMute.php
··· 18 18 */ 19 19 class ModEventMute extends Data 20 20 { 21 - 22 21 /** 23 22 * @param int $durationInHours Indicates how long the subject should remain muted. 24 23 */ 25 24 public function __construct( 26 25 public readonly int $durationInHours, 27 26 public readonly ?string $comment = null 28 - ) {} 27 + ) { 28 + } 29 29 30 30 /** 31 31 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventMuteReporter.php
··· 15 15 */ 16 16 class ModEventMuteReporter extends Data 17 17 { 18 - 19 18 /** 20 19 * @param int|null $durationInHours Indicates how long the account should remain muted. Falsy value here means a permanent mute. 21 20 */ 22 21 public function __construct( 23 22 public readonly ?string $comment = null, 24 23 public readonly ?int $durationInHours = null 25 - ) {} 24 + ) { 25 + } 26 26 27 27 /** 28 28 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventPriorityScore.php
··· 20 20 */ 21 21 class ModEventPriorityScore extends Data 22 22 { 23 - 24 23 /** 25 24 */ 26 25 public function __construct( 27 26 public readonly int $score, 28 27 public readonly ?string $comment = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventReport.php
··· 20 20 */ 21 21 class ModEventReport extends Data 22 22 { 23 - 24 23 /** 25 24 * @param bool|null $isReporterMuted Set to true if the reporter was muted from reporting at the time of the event. These reports won't impact the reviewState of the subject. 26 25 */ ··· 28 27 public readonly ReasonType $reportType, 29 28 public readonly ?string $comment = null, 30 29 public readonly ?bool $isReporterMuted = null 31 - ) {} 30 + ) { 31 + } 32 32 33 33 /** 34 34 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventResolveAppeal.php
··· 14 14 */ 15 15 class ModEventResolveAppeal extends Data 16 16 { 17 - 18 17 /** 19 18 * @param string|null $comment Describe resolution. 20 19 */ 21 20 public function __construct( 22 21 public readonly ?string $comment = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventReverseTakedown.php
··· 20 20 */ 21 21 class ModEventReverseTakedown extends Data 22 22 { 23 - 24 23 /** 25 24 * @param string|null $comment Describe reasoning behind the reversal. 26 25 * @param array<string>|null $policies Names/Keywords of the policy infraction for which takedown is being reversed. ··· 32 31 public readonly ?array $policies = null, 33 32 public readonly ?string $severityLevel = null, 34 33 public readonly ?int $strikeCount = null 35 - ) {} 34 + ) { 35 + } 36 36 37 37 /** 38 38 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventTag.php
··· 19 19 */ 20 20 class ModEventTag extends Data 21 21 { 22 - 23 22 /** 24 23 * @param array<string> $add Tags to be added to the subject. If already exists, won't be duplicated. 25 24 * @param array<string> $remove Tags to be removed to the subject. Ignores a tag If it doesn't exist, won't be duplicated. ··· 29 28 public readonly array $add, 30 29 public readonly array $remove, 31 30 public readonly ?string $comment = null 32 - ) {} 31 + ) { 32 + } 33 33 34 34 /** 35 35 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventTakedown.php
··· 26 26 */ 27 27 class ModEventTakedown extends Data 28 28 { 29 - 30 29 /** 31 30 * @param int|null $durationInHours Indicates how long the takedown should be in effect before automatically expiring. 32 31 * @param bool|null $acknowledgeAccountSubjects If true, all other reports on content authored by this account will be resolved (acknowledged). ··· 45 44 public readonly ?array $targetServices = null, 46 45 public readonly ?int $strikeCount = null, 47 46 public readonly ?Carbon $strikeExpiresAt = null 48 - ) {} 47 + ) { 48 + } 49 49 50 50 /** 51 51 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventUnmute.php
··· 14 14 */ 15 15 class ModEventUnmute extends Data 16 16 { 17 - 18 17 /** 19 18 * @param string|null $comment Describe reasoning behind the reversal. 20 19 */ 21 20 public function __construct( 22 21 public readonly ?string $comment = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModEventUnmuteReporter.php
··· 14 14 */ 15 15 class ModEventUnmuteReporter extends Data 16 16 { 17 - 18 17 /** 19 18 * @param string|null $comment Describe reasoning behind the reversal. 20 19 */ 21 20 public function __construct( 22 21 public readonly ?string $comment = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Tools/Ozone/Moderation/Defs/ModEventView.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\ModEventView\ModTool; 8 7 use SocialDept\Schema\Support\UnionHelper; 9 8 10 9 /** ··· 28 27 */ 29 28 class ModEventView extends Data 30 29 { 31 - 32 30 /** 33 31 */ 34 32 public function __construct( ··· 41 39 public readonly ?string $creatorHandle = null, 42 40 public readonly ?string $subjectHandle = null, 43 41 public readonly mixed $modTool = null 44 - ) {} 42 + ) { 43 + } 45 44 46 45 /** 47 46 * Get the lexicon NSID for this data type.
+2 -4
src/Generated/Tools/Ozone/Moderation/Defs/ModEventViewDetail.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\ModEventViewDetail\BlobView; 8 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\ModEventViewDetail\ModTool; 9 7 use SocialDept\Schema\Support\UnionHelper; 10 8 11 9 /** ··· 27 25 */ 28 26 class ModEventViewDetail extends Data 29 27 { 30 - 31 28 /** 32 29 */ 33 30 public function __construct( ··· 38 35 public readonly string $createdBy, 39 36 public readonly Carbon $createdAt, 40 37 public readonly mixed $modTool = null 41 - ) {} 38 + ) { 39 + } 42 40 43 41 /** 44 42 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ModTool.php
··· 18 18 */ 19 19 class ModTool extends Data 20 20 { 21 - 22 21 /** 23 22 * @param string $name Name/identifier of the source (e.g., 'automod', 'ozone/workspace') 24 23 * @param mixed $meta Additional arbitrary metadata about the source ··· 26 25 public function __construct( 27 26 public readonly string $name, 28 27 public readonly mixed $meta = null 29 - ) {} 28 + ) { 29 + } 30 30 31 31 /** 32 32 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Tools/Ozone/Moderation/Defs/Moderation.php
··· 3 3 namespace SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\Moderation\SubjectStatusView; 7 6 8 7 /** 9 8 * Lexicon: tools.ozone.moderation.defs.moderation ··· 13 12 */ 14 13 class Moderation extends Data 15 14 { 16 - 17 15 /** 18 16 */ 19 17 public function __construct( 20 18 public readonly mixed $subjectStatus = null 21 - ) {} 19 + ) { 20 + } 22 21 23 22 /** 24 23 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Tools/Ozone/Moderation/Defs/ModerationDetail.php
··· 3 3 namespace SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs; 4 4 5 5 use SocialDept\Schema\Data\Data; 6 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\ModerationDetail\SubjectStatusView; 7 6 8 7 /** 9 8 * Lexicon: tools.ozone.moderation.defs.moderationDetail ··· 13 12 */ 14 13 class ModerationDetail extends Data 15 14 { 16 - 17 15 /** 18 16 */ 19 17 public function __construct( 20 18 public readonly mixed $subjectStatus = null 21 - ) {} 19 + ) { 20 + } 22 21 23 22 /** 24 23 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RecordEvent.php
··· 24 24 */ 25 25 class RecordEvent extends Data 26 26 { 27 - 28 27 /** 29 28 */ 30 29 public function __construct( ··· 32 31 public readonly Carbon $timestamp, 33 32 public readonly ?string $comment = null, 34 33 public readonly ?string $cid = null 35 - ) {} 34 + ) { 35 + } 36 36 37 37 /** 38 38 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RecordHosting.php
··· 22 22 */ 23 23 class RecordHosting extends Data 24 24 { 25 - 26 25 /** 27 26 */ 28 27 public function __construct( ··· 30 29 public readonly ?Carbon $updatedAt = null, 31 30 public readonly ?Carbon $createdAt = null, 32 31 public readonly ?Carbon $deletedAt = null 33 - ) {} 32 + ) { 33 + } 34 34 35 35 /** 36 36 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Tools/Ozone/Moderation/Defs/RecordView.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\RecordView\Moderation; 8 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\RecordView\RepoView; 9 8 10 9 /** 11 10 * Lexicon: tools.ozone.moderation.defs.recordView ··· 27 26 */ 28 27 class RecordView extends Data 29 28 { 30 - 31 29 /** 32 30 */ 33 31 public function __construct( ··· 38 36 public readonly Carbon $indexedAt, 39 37 public readonly mixed $moderation, 40 38 public readonly mixed $repo 41 - ) {} 39 + ) { 40 + } 42 41 43 42 /** 44 43 * Get the lexicon NSID for this data type.
+2 -5
src/Generated/Tools/Ozone/Moderation/Defs/RecordViewDetail.php
··· 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 7 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 8 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\RecordViewDetail\BlobView; 9 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\RecordViewDetail\ModerationDetail; 10 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\RecordViewDetail\RepoView; 11 8 12 9 /** 13 10 * Lexicon: tools.ozone.moderation.defs.recordViewDetail ··· 30 27 */ 31 28 class RecordViewDetail extends Data 32 29 { 33 - 34 30 /** 35 31 */ 36 32 public function __construct( ··· 42 38 public readonly mixed $moderation, 43 39 public readonly mixed $repo, 44 40 public readonly ?array $labels = null 45 - ) {} 41 + ) { 42 + } 46 43 47 44 /** 48 45 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RecordViewNotFound.php
··· 16 16 */ 17 17 class RecordViewNotFound extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $uri 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RecordsStats.php
··· 21 21 */ 22 22 class RecordsStats extends Data 23 23 { 24 - 25 24 /** 26 25 * @param int|null $totalReports Cumulative sum of the number of reports on the items in the set 27 26 * @param int|null $reportedCount Number of items that were reported at least once ··· 41 40 public readonly ?int $pendingCount = null, 42 41 public readonly ?int $processedCount = null, 43 42 public readonly ?int $takendownCount = null 44 - ) {} 43 + ) { 44 + } 45 45 46 46 /** 47 47 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RepoView.php
··· 33 33 */ 34 34 class RepoView extends Data 35 35 { 36 - 37 36 /** 38 37 */ 39 38 public function __construct( ··· 48 47 public readonly ?string $inviteNote = null, 49 48 public readonly ?Carbon $deactivatedAt = null, 50 49 public readonly ?array $threatSignatures = null 51 - ) {} 50 + ) { 51 + } 52 52 53 53 /** 54 54 * Get the lexicon NSID for this data type.
+2 -3
src/Generated/Tools/Ozone/Moderation/Defs/RepoViewDetail.php
··· 7 7 use SocialDept\Schema\Generated\Com\Atproto\Admin\ThreatSignature; 8 8 use SocialDept\Schema\Generated\Com\Atproto\Label\Label; 9 9 use SocialDept\Schema\Generated\Com\Atproto\Server\InviteCode; 10 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\RepoViewDetail\ModerationDetail; 11 10 12 11 /** 13 12 * Lexicon: tools.ozone.moderation.defs.repoViewDetail ··· 38 37 */ 39 38 class RepoViewDetail extends Data 40 39 { 41 - 42 40 /** 43 41 */ 44 42 public function __construct( ··· 56 54 public readonly ?Carbon $emailConfirmedAt = null, 57 55 public readonly ?Carbon $deactivatedAt = null, 58 56 public readonly ?array $threatSignatures = null 59 - ) {} 57 + ) { 58 + } 60 59 61 60 /** 62 61 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RepoViewNotFound.php
··· 16 16 */ 17 17 class RepoViewNotFound extends Data 18 18 { 19 - 20 19 /** 21 20 */ 22 21 public function __construct( 23 22 public readonly string $did 24 - ) {} 23 + ) { 24 + } 25 25 26 26 /** 27 27 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ReporterStats.php
··· 24 24 */ 25 25 class ReporterStats extends Data 26 26 { 27 - 28 27 /** 29 28 * @param int $accountReportCount The total number of reports made by the user on accounts. 30 29 * @param int $recordReportCount The total number of reports made by the user on records. ··· 45 44 public readonly int $takendownRecordCount, 46 45 public readonly int $labeledAccountCount, 47 46 public readonly int $labeledRecordCount 48 - ) {} 47 + ) { 48 + } 49 49 50 50 /** 51 51 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/RevokeAccountCredentialsEvent.php
··· 17 17 */ 18 18 class RevokeAccountCredentialsEvent extends Data 19 19 { 20 - 21 20 /** 22 21 * @param string $comment Comment describing the reason for the revocation. 23 22 */ 24 23 public function __construct( 25 24 public readonly string $comment 26 - ) {} 25 + ) { 26 + } 27 27 28 28 /** 29 29 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ScheduleTakedownEvent.php
··· 23 23 */ 24 24 class ScheduleTakedownEvent extends Data 25 25 { 26 - 27 26 /** 28 27 */ 29 28 public function __construct( ··· 31 30 public readonly ?Carbon $executeAt = null, 32 31 public readonly ?Carbon $executeAfter = null, 33 32 public readonly ?Carbon $executeUntil = null 34 - ) {} 33 + ) { 34 + } 35 35 36 36 /** 37 37 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/ScheduledActionView.php
··· 40 40 */ 41 41 class ScheduledActionView extends Data 42 42 { 43 - 44 43 /** 45 44 * @param int $id Auto-incrementing row ID 46 45 * @param string $action Type of action to be executed ··· 74 73 public readonly ?Carbon $lastExecutedAt = null, 75 74 public readonly ?string $lastFailureReason = null, 76 75 public readonly ?int $executionEventId = null 77 - ) {} 76 + ) { 77 + } 78 78 79 79 /** 80 80 * Get the lexicon NSID for this data type.
+2 -6
src/Generated/Tools/Ozone/Moderation/Defs/SubjectStatusView.php
··· 4 4 5 5 use Carbon\Carbon; 6 6 use SocialDept\Schema\Data\Data; 7 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectStatusView\AccountStats; 8 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectStatusView\AccountStrike; 9 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectStatusView\RecordsStats; 10 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectStatusView\SubjectReviewState; 11 7 use SocialDept\Schema\Support\UnionHelper; 12 8 13 9 /** ··· 56 52 */ 57 53 class SubjectStatusView extends Data 58 54 { 59 - 60 55 /** 61 56 * @param Carbon $updatedAt Timestamp referencing when the last update was made to the moderation status of the subject 62 57 * @param Carbon $createdAt Timestamp referencing the first moderation status impacting event was emitted on the subject ··· 96 91 public readonly mixed $accountStrike = null, 97 92 public readonly ?string $ageAssuranceState = null, 98 93 public readonly ?string $ageAssuranceUpdatedBy = null 99 - ) {} 94 + ) { 95 + } 100 96 101 97 /** 102 98 * Get the lexicon NSID for this data type.
+2 -5
src/Generated/Tools/Ozone/Moderation/Defs/SubjectView.php
··· 4 4 5 5 use SocialDept\Schema\Data\Data; 6 6 use SocialDept\Schema\Generated\Com\Atproto\Moderation\SubjectType; 7 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectView\RecordViewDetail; 8 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectView\RepoViewDetail; 9 - use SocialDept\Schema\Generated\Tools\Ozone\Moderation\Defs\SubjectView\SubjectStatusView; 10 7 use SocialDept\Schema\Support\UnionHelper; 11 8 12 9 /** ··· 28 25 */ 29 26 class SubjectView extends Data 30 27 { 31 - 32 28 /** 33 29 */ 34 30 public function __construct( ··· 38 34 public readonly mixed $repo = null, 39 35 public readonly mixed $profile = null, 40 36 public readonly mixed $record = null 41 - ) {} 37 + ) { 38 + } 42 39 43 40 /** 44 41 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Moderation/Defs/VideoDetails.php
··· 17 17 */ 18 18 class VideoDetails extends Data 19 19 { 20 - 21 20 /** 22 21 */ 23 22 public function __construct( 24 23 public readonly int $width, 25 24 public readonly int $height, 26 25 public readonly int $length 27 - ) {} 26 + ) { 27 + } 28 28 29 29 /** 30 30 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Server/GetConfig/ServiceConfig.php
··· 15 15 */ 16 16 class ServiceConfig extends Data 17 17 { 18 - 19 18 /** 20 19 */ 21 20 public function __construct( 22 21 public readonly ?string $url = null 23 - ) {} 22 + ) { 23 + } 24 24 25 25 /** 26 26 * Get the lexicon NSID for this data type.
+2 -2
src/Generated/Tools/Ozone/Server/GetConfig/ViewerConfig.php
··· 12 12 */ 13 13 class ViewerConfig extends Data 14 14 { 15 - 16 15 /** 17 16 */ 18 17 public function __construct( 19 18 public readonly ?string $role = null 20 - ) {} 19 + ) { 20 + } 21 21 22 22 /** 23 23 * Get the lexicon NSID for this data type.