Skip to content

Commit f0c7ec5

Browse files
feat(api): api update
1 parent 5c991a4 commit f0c7ec5

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%2Fsupermemory-new-933e00a5599bd1ab7f066993c2358fe3d34c422275d6647aa6152f5ee8529bf3.yml
3-
openapi_spec_hash: ae583b554a3c717768e443a7a4bc2646
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-d09553cd7c3571924420c3707e2ebb8d7c18716acfb624c1811cbbf7ef47086b.yml
3+
openapi_spec_hash: 1efad5fa0bdbf39330ab58d6346be9b3
44
config_hash: f3eb5ca71172780678106f6d46f15dda

src/supermemory/types/document_get_response.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class DocumentGetResponse(BaseModel):
6161
source: Optional[str] = None
6262
"""Source of the document"""
6363

64+
spatial_point: object = FieldInfo(alias="spatialPoint")
65+
6466
status: Literal["unknown", "queued", "extracting", "chunking", "embedding", "indexing", "done", "failed"]
6567
"""Status of the document"""
6668

0 commit comments

Comments
 (0)