From 19d8338126a50db7d9ee3a952d899fe1601e0f61 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:13:22 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/Queue/QueueGetResponse/Queue/Filter/CasebookHandled.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 2a0a3b0..c5dc74a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 34 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/moderation-api/moderation-api-94aa0ec14d586e4ce13f5613fd5f5b035b198ccf40c076b9cfff0354b61cf592.yml -openapi_spec_hash: 4719205e164a915edc953d43b5f7368a +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/moderation-api/moderation-api-bde66914ad8b6ebb5dec231f65dfb4c6d9051a4ed000cc0f3c23923a903fada6.yml +openapi_spec_hash: f69f67e1d9d4cf68941031bddcec64c6 config_hash: 6e090a71f4d354167d93b4534a0e7f05 diff --git a/src/Queue/QueueGetResponse/Queue/Filter/CasebookHandled.php b/src/Queue/QueueGetResponse/Queue/Filter/CasebookHandled.php index b67886b..604f637 100644 --- a/src/Queue/QueueGetResponse/Queue/Filter/CasebookHandled.php +++ b/src/Queue/QueueGetResponse/Queue/Filter/CasebookHandled.php @@ -10,5 +10,5 @@ enum CasebookHandled: string case HANDLED = 'HANDLED'; - case WOULD_HAVE_HANDLED = 'WOULD_HAVE_HANDLED'; + case OVERRULED = 'OVERRULED'; } From 543774dac7bc1d1f2d13ac73428c8cadec654842 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:13:48 +0000 Subject: [PATCH 2/2] release: 0.38.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51acdaa..8ea07c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.37.0" + ".": "0.38.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e30b9a..86d86ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.38.0 (2026-08-27) + +Full Changelog: [v0.37.0...v0.38.0](https://github.com/moderation-api/sdk-php/compare/v0.37.0...v0.38.0) + +### Features + +* **api:** api update ([19d8338](https://github.com/moderation-api/sdk-php/commit/19d8338126a50db7d9ee3a952d899fe1601e0f61)) + ## 0.37.0 (2026-08-26) Full Changelog: [v0.36.0...v0.37.0](https://github.com/moderation-api/sdk-php/compare/v0.36.0...v0.37.0) diff --git a/README.md b/README.md index 45b044b..f1d4a46 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [docs.moderationapi.com](https://docs ``` -composer require "moderation-api/sdk-php 0.37.0" +composer require "moderation-api/sdk-php 0.38.0" ``` diff --git a/src/Version.php b/src/Version.php index 6e372e1..c17673f 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace ModerationAPI; // x-release-please-start-version -const VERSION = '0.37.0'; +const VERSION = '0.38.0'; // x-release-please-end