Skip to content

Commit 9fe90d9

Browse files
feat(api): api update
1 parent b6c42b1 commit 9fe90d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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: 16
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-ad7cac322a76d282ab48443f16154c81363c27d899906c52940b8c1467705ba2.yml
3-
openapi_spec_hash: dd11c19b97a889091916c5ba38cfe79d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-ad50e549ae6d8cf14f3ef8d8d1f890c6e296a875d59de69b803efdb1e27a91b8.yml
3+
openapi_spec_hash: 7930c486986363485fa8354ed3663bcb
44
config_hash: be10c837d5319a33f30809a3ec223caf

src/supermemory/types/search_execute_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ class Result(BaseModel):
4040
title: Optional[str] = None
4141
"""Document title"""
4242

43+
type: Optional[str] = None
44+
"""Document type"""
45+
4346
updated_at: datetime = FieldInfo(alias="updatedAt")
4447
"""Document last update date"""
4548

0 commit comments

Comments
 (0)