Skip to content

Commit 5c31f2a

Browse files
docs(api): documented ILGS contract type
1 parent 7c959e9 commit 5c31f2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 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%2Fisaacus-1ac4ab9a8019f580de9a0cdf695fc1d6e933e28d3421eaed6fbb108ef0f66d9e.yml
3-
openapi_spec_hash: c5a97cf51cd410674412c8c509f3fcc5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-56aa7f7c98d3bc3e3c058e8a0bfea293ef83c2cec58775d3f22cfeee1b6883e4.yml
3+
openapi_spec_hash: 8e3333a444404872b417b734e3a1856e
44
config_hash: 9040e7359f066240ad536041fb2c5185

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ class Document(BaseModel):
8787
`decision` denotes judicial or quasi-judicial decisions such as court judgments,
8888
judicial opinions, and tribunal rulings.
8989
90+
`contract` denotes contracts, covenants, and agreements.
91+
9092
`other` is used for all other types of legal documents that do not fit into any
9193
of the predefined types.
9294
"""

0 commit comments

Comments
 (0)