Skip to content

Commit 14c9569

Browse files
feat(api): api update (#12)
1 parent 23d4683 commit 14c9569

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 3
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-2b929bd185bb270d17b7f342cc157df373f6b8043d4d90c9ade596680ee5ea34.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-d13c18fcc9505d21806455beba52ba04b8da7b3b5cf5894f2d91ded6d08c2ff2.yml

src/hyperspell/types/document.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
class Section(BaseModel):
1313
content: str
1414

15+
document_id: int
16+
1517
type: Literal["text", "markdown", "table", "image", "messages", "message"]
1618

1719
children_ids: Optional[List[int]] = None
1820

19-
document_id: Optional[int] = None
20-
2121
metadata: Optional[object] = None
2222

2323
parent_id: Optional[int] = None

0 commit comments

Comments
 (0)