diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb1..e1a2442 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 60a8fa2..f2469e3 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 5 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-8de0fb6fe23bf24b4e1d3550eabd580589dc1dc42690dde5b4107485560320e1.yml -openapi_spec_hash: 22dc50a6506bfc2659aa5ad10cc8f5ba +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-33eb383de2961937f7821f279eac79d884a36666e9627d155b1101ab3fd97ce4.yml +openapi_spec_hash: ad00c3677c87aef537f722a542d29280 config_hash: 1d77b499f5b4f2dc6986fdd5936d18ef diff --git a/CHANGELOG.md b/CHANGELOG.md index 967272b..1db8ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.1 (2026-02-03) + +Full Changelog: [v0.10.0...v0.10.1](https://github.com/isaacus-dev/isaacus-python/compare/v0.10.0...v0.10.1) + +### Documentation + +* **api:** added examples to 200 response codes ([a92b0d7](https://github.com/isaacus-dev/isaacus-python/commit/a92b0d79fad4552d3be5442dec404791f08040e1)) + ## 0.10.0 (2026-02-03) Full Changelog: [v0.9.1...v0.10.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.9.1...v0.10.0) diff --git a/pyproject.toml b/pyproject.toml index fec1f10..cc947e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "isaacus" -version = "0.10.0" +version = "0.10.1" description = "The official Python library for the isaacus API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/isaacus/_version.py b/src/isaacus/_version.py index d428a2f..b01e6f2 100644 --- a/src/isaacus/_version.py +++ b/src/isaacus/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "isaacus" -__version__ = "0.10.0" # x-release-please-version +__version__ = "0.10.1" # x-release-please-version diff --git a/src/isaacus/types/enrichment_response.py b/src/isaacus/types/enrichment_response.py index e9c6e25..95d00e6 100644 --- a/src/isaacus/types/enrichment_response.py +++ b/src/isaacus/types/enrichment_response.py @@ -54,8 +54,16 @@ class ResultDocumentCrossreferenceSpan(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentCrossreference(BaseModel): @@ -92,8 +100,16 @@ class ResultDocumentDateMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentDate(BaseModel): @@ -168,8 +184,16 @@ class ResultDocumentEmailMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentEmail(BaseModel): @@ -202,16 +226,32 @@ class ResultDocumentExternalDocumentMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentExternalDocumentName(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentExternalDocumentPinpoint(BaseModel): @@ -225,8 +265,16 @@ class ResultDocumentExternalDocumentPinpoint(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentExternalDocument(BaseModel): @@ -319,8 +367,16 @@ class ResultDocumentHeading(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentIDNumberMention(BaseModel): @@ -334,8 +390,16 @@ class ResultDocumentIDNumberMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentIDNumber(BaseModel): @@ -368,8 +432,16 @@ class ResultDocumentJunk(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentLocationMention(BaseModel): @@ -383,16 +455,32 @@ class ResultDocumentLocationMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentLocationName(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentLocation(BaseModel): @@ -437,16 +525,32 @@ class ResultDocumentPersonMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentPersonName(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentPerson(BaseModel): @@ -633,8 +737,16 @@ class ResultDocumentPhoneNumberMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentPhoneNumber(BaseModel): @@ -663,8 +775,16 @@ class ResultDocumentQuoteSpan(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentQuote(BaseModel): @@ -709,16 +829,32 @@ class ResultDocumentSegmentCode(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentSegmentSpan(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentSegmentTitle(BaseModel): @@ -732,8 +868,16 @@ class ResultDocumentSegmentTitle(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentSegmentTypeName(BaseModel): @@ -747,8 +891,16 @@ class ResultDocumentSegmentTypeName(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentSegment(BaseModel): @@ -945,16 +1097,32 @@ class ResultDocumentSubtitle(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentTermMeaning(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentTermMention(BaseModel): @@ -968,16 +1136,32 @@ class ResultDocumentTermMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentTermName(BaseModel): """The span of the segment within the document's text.""" end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentTerm(BaseModel): @@ -1016,8 +1200,16 @@ class ResultDocumentTitle(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentWebsiteMention(BaseModel): @@ -1031,8 +1223,16 @@ class ResultDocumentWebsiteMention(BaseModel): """ end: int + """ + The zero-based end index of the half-open span (i.e., the end is exclusive) of + Unicode code points in the input text. + """ start: int + """ + The zero-based start index of the half-open span of Unicode code points in the + input text. + """ class ResultDocumentWebsite(BaseModel):