Skip to content

Commit 5aefc85

Browse files
feat(api): api update
1 parent 200e97a commit 5aefc85

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-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: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-ce8810a8f8d5fa2d49c37e64b5bc3847eb102d7cc9154455ee598be5d118614d.yml
3-
openapi_spec_hash: 36e6e52e5cf59f5df66f96afae0afef7
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-121e18b2f7d9c4c8e3d6264ba5533cf0e10d566487a69cad5729842652ef509c.yml
3+
openapi_spec_hash: 0836cd0867d256250f8a040e4c6f81dc
44
config_hash: 8477e3ee6fd596ab6ac911d052e4de79

src/supermemory/types/memory_get_response.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,17 @@ class MemoryGetResponse(BaseModel):
6666
"""Title of the memory"""
6767

6868
type: Literal[
69-
"text", "pdf", "tweet", "google_doc", "google_slide", "google_sheet", "image", "video", "notion_doc", "webpage"
69+
"text",
70+
"pdf",
71+
"tweet",
72+
"google_doc",
73+
"google_slide",
74+
"google_sheet",
75+
"image",
76+
"video",
77+
"notion_doc",
78+
"webpage",
79+
"onedrive",
7080
]
7181
"""Type of the memory"""
7282

0 commit comments

Comments
 (0)