From 159f2a67ef951f237423cd0d4543b2f4a1d64f40 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 22:55:16 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/Legal/V1/V1DocketParams.php | 4 ++-- src/ServiceContracts/Legal/V1Contract.php | 2 +- src/Services/Legal/V1Service.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7737904..16d8f91 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 213 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/casemark/router-146718d8a35b38f3a223db329f1e686f55e051d4e6e403138f5fa19756bfa125.yml -openapi_spec_hash: d95d5d051d58f198a112f649f9476437 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/casemark/router-d877f8733c59535fe64ede3e403087094b7b62563cabd9f13b3cba08fc08a492.yml +openapi_spec_hash: 2f86e023964eb545ae8516a453e516e2 config_hash: a31ba9c8a6ed0f2b6739f6522213040e diff --git a/src/Legal/V1/V1DocketParams.php b/src/Legal/V1/V1DocketParams.php index 6e019eb..6426621 100644 --- a/src/Legal/V1/V1DocketParams.php +++ b/src/Legal/V1/V1DocketParams.php @@ -75,7 +75,7 @@ final class V1DocketParams implements BaseModel public ?string $docketID; /** - * Include docket entries/filings in lookup responses. Coming soon — currently returns 501. The parameter is accepted for forward compatibility. + * Include docket entries/filings in lookup responses. */ #[Optional] public ?bool $includeEntries; @@ -230,7 +230,7 @@ public function withDocketID(string $docketID): self } /** - * Include docket entries/filings in lookup responses. Coming soon — currently returns 501. The parameter is accepted for forward compatibility. + * Include docket entries/filings in lookup responses. */ public function withIncludeEntries(bool $includeEntries): self { diff --git a/src/ServiceContracts/Legal/V1Contract.php b/src/ServiceContracts/Legal/V1Contract.php index 7cc081b..c91ca43 100644 --- a/src/ServiceContracts/Legal/V1Contract.php +++ b/src/ServiceContracts/Legal/V1Contract.php @@ -42,7 +42,7 @@ interface V1Contract * @param string $dateFiledAfter Optional lower bound for filing date (YYYY-MM-DD) * @param string $dateFiledBefore Optional upper bound for filing date (YYYY-MM-DD) * @param string $docketID Docket ID (required for lookup) - * @param bool $includeEntries Include docket entries/filings in lookup responses. Coming soon — currently returns 501. The parameter is accepted for forward compatibility. + * @param bool $includeEntries include docket entries/filings in lookup responses * @param int $limit Page size for search results or entry list (default 25 for search, 50 for lookup) * @param bool $live Trigger a live PACER fetch for dockets not yet in the RECAP archive. Requires acknowledgePacerFees: true. PACER charges up to $3.00 per docket sheet plus a $0.05 service fee. Only valid with type: "lookup". * @param int $offset Offset for search results or entry list diff --git a/src/Services/Legal/V1Service.php b/src/Services/Legal/V1Service.php index 323cc9c..96d5cc5 100644 --- a/src/Services/Legal/V1Service.php +++ b/src/Services/Legal/V1Service.php @@ -62,7 +62,7 @@ public function __construct(private Client $client) * @param string $dateFiledAfter Optional lower bound for filing date (YYYY-MM-DD) * @param string $dateFiledBefore Optional upper bound for filing date (YYYY-MM-DD) * @param string $docketID Docket ID (required for lookup) - * @param bool $includeEntries Include docket entries/filings in lookup responses. Coming soon — currently returns 501. The parameter is accepted for forward compatibility. + * @param bool $includeEntries include docket entries/filings in lookup responses * @param int $limit Page size for search results or entry list (default 25 for search, 50 for lookup) * @param bool $live Trigger a live PACER fetch for dockets not yet in the RECAP archive. Requires acknowledgePacerFees: true. PACER charges up to $3.00 per docket sheet plus a $0.05 service fee. Only valid with type: "lookup". * @param int $offset Offset for search results or entry list From 1ca3f8754da65285154da840ed666b7e914b8609 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 22:56:13 +0000 Subject: [PATCH 2/2] release: 0.50.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 3cc385f..26b1ce2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.2" + ".": "0.50.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a305ad4..1973324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.50.0 (2026-05-15) + +Full Changelog: [v0.49.2...v0.50.0](https://github.com/CaseMark/casedev-php/compare/v0.49.2...v0.50.0) + +### Features + +* **api:** api update ([159f2a6](https://github.com/CaseMark/casedev-php/commit/159f2a67ef951f237423cd0d4543b2f4a1d64f40)) + ## 0.49.2 (2026-05-13) Full Changelog: [v0.49.1...v0.49.2](https://github.com/CaseMark/casedev-php/compare/v0.49.1...v0.49.2) diff --git a/README.md b/README.md index 0d770b9..84351bc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The REST API documentation can be found on [docs.case.dev](https://docs.case.dev ``` -composer require "casemark/casedev 0.49.2" +composer require "casemark/casedev 0.50.0" ``` diff --git a/src/Version.php b/src/Version.php index 4251106..924b2c6 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace CaseDev; // x-release-please-start-version -const VERSION = '0.49.2'; +const VERSION = '0.50.0'; // x-release-please-end