Skip to content

Commit da9de4d

Browse files
docs(api): rename ILGS to ILDGS in description without breaking API
1 parent 782e4c6 commit da9de4d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus/isaacus-40ed912911fcd13dff2efeccc6be812469029d210eafe746c5f928eec6db959e.yml
3-
openapi_spec_hash: 5992dd036e090cc43fa15ea5ff985f77
4-
config_hash: c2dabc5b28858404bc25dfc9fea08a25
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus/isaacus-6d99da2f60d8e64d82f99ff705a89038698a2410845bfa3a7e5738d821616727.yml
3+
openapi_spec_hash: 155f43207a56a7b282f2bfdc8e098668
4+
config_hash: 9040e7359f066240ad536041fb2c5185

src/isaacus/types/enrichment_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Result(BaseModel):
2020
document: Document
2121
"""
2222
The document enriched into version 1.0.0 of the
23-
[Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs).
23+
[Isaacus Legal Document Graph Schema (ILDGS)](https://docs.isaacus.com/ildgs).
2424
2525
All spans in an enriched document graph are indexed into the Unicode code point
2626
space of a source document.

src/isaacus/types/ilgs/v1/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class Document(BaseModel):
2525
"""
26-
The document enriched into version 1.0.0 of the [Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs).
26+
The document enriched into version 1.0.0 of the [Isaacus Legal Document Graph Schema (ILDGS)](https://docs.isaacus.com/ildgs).
2727
2828
All spans in an enriched document graph are indexed into the Unicode code point space of a source document.
2929

0 commit comments

Comments
 (0)