diff --git a/composer.json b/composer.json index abf0c8c..0bea764 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "guzzlehttp/guzzle": "^7.8", "firebase/php-jwt": "^6.10", "phpseclib/phpseclib": "^3.0", - "revolution/atproto-lexicon-contracts": "1.0.40", + "revolution/atproto-lexicon-contracts": "1.0.41", "yocto/yoclib-multibase": "^1.2", "jetbrains/phpstorm-attributes": "^1.2" }, diff --git a/src/Client/Concerns/ToolsOzoneModeration.php b/src/Client/Concerns/ToolsOzoneModeration.php index 5c35bb9..415076a 100644 --- a/src/Client/Concerns/ToolsOzoneModeration.php +++ b/src/Client/Concerns/ToolsOzoneModeration.php @@ -66,7 +66,7 @@ public function getRepos(array $dids): Response ); } - public function queryEvents(?array $types = null, ?string $createdBy = null, ?string $sortDirection = 'desc', ?string $createdAfter = null, ?string $createdBefore = null, ?string $subject = null, ?array $collections = null, ?string $subjectType = null, ?bool $includeAllUserRecords = null, ?int $limit = 50, ?bool $hasComment = null, ?string $comment = null, ?array $addedLabels = null, ?array $removedLabels = null, ?array $addedTags = null, ?array $removedTags = null, ?array $reportTypes = null, ?string $cursor = null): Response + public function queryEvents(?array $types = null, ?string $createdBy = null, ?string $sortDirection = 'desc', ?string $createdAfter = null, ?string $createdBefore = null, ?string $subject = null, ?array $collections = null, ?string $subjectType = null, ?bool $includeAllUserRecords = null, ?int $limit = 50, ?bool $hasComment = null, ?string $comment = null, ?array $addedLabels = null, ?array $removedLabels = null, ?array $addedTags = null, ?array $removedTags = null, ?array $reportTypes = null, ?array $policies = null, ?string $cursor = null): Response { return $this->call( api: Moderation::queryEvents,