diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f94eeca..e72f113 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 93de6b1..e7b8198 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 20 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-26d0931f3488af784c16303683cbf24225c727615fd32ee071144974e7c59670.yml -openapi_spec_hash: 242a5f4d982645a25e0d66ef088940a5 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-cd8e042a9746bbe9bd180614fccc7597b85f4e8f6a29da6cd2f4cbf831fb2fbe.yml +openapi_spec_hash: e27c0d9cd8cdeb348c88e6c4e8777e39 config_hash: 5509bb7a961ae2e79114b24c381606d4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5539f..154c4a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.14.0 (2026-08-02) + +Full Changelog: [v1.13.0...v1.14.0](https://github.com/CASParser/cas-parser-python/compare/v1.13.0...v1.14.0) + +### Features + +* **api:** api update ([eedc455](https://github.com/CASParser/cas-parser-python/commit/eedc455ea10dcd74be28e5a726bfc45d4dba3f81)) + ## 1.13.0 (2026-07-26) Full Changelog: [v1.12.0...v1.13.0](https://github.com/CASParser/cas-parser-python/compare/v1.12.0...v1.13.0) diff --git a/pyproject.toml b/pyproject.toml index 28599ce..b1b7a94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cas-parser-python" -version = "1.13.0" +version = "1.14.0" description = "The official Python library for the cas-parser API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/cas_parser/_version.py b/src/cas_parser/_version.py index 633f414..4ab1647 100644 --- a/src/cas_parser/_version.py +++ b/src/cas_parser/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "cas_parser" -__version__ = "1.13.0" # x-release-please-version +__version__ = "1.14.0" # x-release-please-version diff --git a/src/cas_parser/types/unified_response.py b/src/cas_parser/types/unified_response.py index 42a64a7..ee98ec1 100644 --- a/src/cas_parser/types/unified_response.py +++ b/src/cas_parser/types/unified_response.py @@ -364,6 +364,12 @@ class MutualFundSchemeAdditionalInfo(BaseModel): close_units: Optional[float] = None """Closing balance units for the statement period""" + is_demat: Optional[bool] = None + """Whether the scheme is held in demat form (CAMS/KFintech). + + true = Demat, false = Non-Demat, null = not specified. + """ + open_units: Optional[float] = None """Opening balance units for the statement period"""