Skip to content

Commit 2403f1d

Browse files
feat(api): api update
1 parent 5ce1400 commit 2403f1d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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-f7a84a68f7d3173627cb589cec436ed7e89c98b2c3e66bbf42549da7346f3560.yml
3-
openapi_spec_hash: 40877051c2167db483e240b4226d840f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-17320f0488a9b933245c77e962932c0323d8e940123f2571f93e476c5b5c2d18.yml
3+
openapi_spec_hash: 8c13c404e5eb19f455dc7155c7f93e45
44
config_hash: eb32087403f958eead829e810f5a71b8

src/supermemory/types/memory_list_response.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ class Memory(BaseModel):
3636
url: Optional[str] = None
3737
"""Source URL of the memory"""
3838

39-
workflow_status: Optional[Literal["PENDING", "IN_PROGRESS", "COMPLETED", "FAILED"]] = FieldInfo(
40-
alias="workflowStatus", default=None
41-
)
42-
"""Current workflow status"""
43-
4439

4540
class Pagination(BaseModel):
4641
current_page: float = FieldInfo(alias="currentPage")

0 commit comments

Comments
 (0)