Skip to content

Commit 4b30459

Browse files
feat(api): api update
1 parent 3691dfd commit 4b30459

File tree

17 files changed

+19102
-135
lines changed

17 files changed

+19102
-135
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: 26
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-3856961a8959b60dbf0b6912d69c23390fbbca1c5e31028dd0decc85234dd285.yml
3-
openapi_spec_hash: 988a7d6d7cef81ceb4acda3ef9f8c21e
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-c42d5f3942d6e32b6d1ed95d40bf6cca87aa8c715343444b97e0c68d44646878.yml
3+
openapi_spec_hash: 952074229d1f810fe95aeee711db8ca4
44
config_hash: 3a51c51e3bf444bb4ea2421715e214d6

api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Shared Types
2-
3-
```python
4-
from supermemory.types import And, Or
5-
```
6-
71
# Supermemory
82

93
Types:

src/supermemory/types/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
from .shared import Or as Or, And as And
65
from .add_response import AddResponse as AddResponse
76
from .profile_response import ProfileResponse as ProfileResponse
87
from .client_add_params import ClientAddParams as ClientAddParams

0 commit comments

Comments
 (0)