Skip to content

Commit 5df6729

Browse files
feat(api): api update
1 parent 66cab69 commit 5df6729

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 26
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc/supermemory-new-29550def776723fe54415d294743f7ad169a7832918914edbb27681eade1e6af.yml
3-
openapi_spec_hash: 95f89a68c71ccc023d7d54b229cdb179
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc/supermemory-new-c447b3b1739c61ad5c7d154b756a27babca059729c781af4426a48c289f5f0b3.yml
3+
openapi_spec_hash: c498629fb2c104767bf108daca8fcd9d
44
config_hash: cde97ef3188581c5f4924c633ec33ddb

src/supermemory/types/document_get_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ class DocumentGetResponse(BaseModel):
4444
document.
4545
"""
4646

47+
dreaming_status: Literal["dreaming", "done"] = FieldInfo(alias="dreamingStatus")
48+
4749
filepath: Optional[str] = None
4850

4951
metadata: Union[str, float, bool, Dict[str, object], List[object], None] = None

0 commit comments

Comments
 (0)