Skip to content

Commit 7b7711f

Browse files
feat(api): api update
1 parent c194b2e commit 7b7711f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-ce16942ff073fdc761f55efe3ba7888070133e624fe3de39cc8af1b54137b421.yml
3-
openapi_spec_hash: 03e1dc871236ce5f3ca653caedc84a42
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-ed398f5eafd7dffae0725ec2f42f2a2b0db528292cee661e9f1cdb1063e6eb7b.yml
3+
openapi_spec_hash: c09b2e00932fc1762acabbe9e5c41390
44
config_hash: 8477e3ee6fd596ab6ac911d052e4de79

src/supermemory/types/memory_get_response.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ class MemoryGetResponse(BaseModel):
5959
title: Optional[str] = None
6060
"""Title of the memory"""
6161

62-
type: Literal["text", "pdf", "tweet", "google_doc", "image", "video", "notion_doc", "webpage"]
62+
type: Literal[
63+
"text", "pdf", "tweet", "google_doc", "google_slide", "google_sheet", "image", "video", "notion_doc", "webpage"
64+
]
6365
"""Type of the memory"""
6466

6567
updated_at: datetime = FieldInfo(alias="updatedAt")

0 commit comments

Comments
 (0)