Skip to content

Commit d19d36b

Browse files
feat(api): api update
1 parent 2a67a9d commit d19d36b

2 files changed

Lines changed: 2 additions & 4 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-2ff6bdf7a8a1ec4f52d4e762d5b2366bd80f5812cc23223a5d21069a183e158b.yml
3-
openapi_spec_hash: 310e7f11a2add89f843068364f80463c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc/supermemory-new-14eac4a927f8fb858cd4f2ae84cebdcf28f9639b4ec76e47c33fb5f3bf62632d.yml
3+
openapi_spec_hash: c8e892b3a65c51e15145b79781347f5e
44
config_hash: cde97ef3188581c5f4924c633ec33ddb

src/supermemory/types/document_get_response.py

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

66-
spatial_point: object = FieldInfo(alias="spatialPoint")
67-
6866
status: Literal["unknown", "queued", "extracting", "chunking", "embedding", "indexing", "done", "failed"]
6967
"""Status of the document"""
7068

0 commit comments

Comments
 (0)