Skip to content

Commit 02e6b69

Browse files
feat(api): api update
1 parent 7754bba commit 02e6b69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-1dbf5bfd525ea1275315c426e34e4cdc625824a64c212ce354f7be0904534bc1.yml
3-
openapi_spec_hash: 9d258a9eb67e9c83f12398e68e16c8b6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-f6690b2d7427cfd0d485752f44984d744d8681ec3b42513daade23af4f7225ad.yml
3+
openapi_spec_hash: c1595c3b6fcadbff2cc48f1977f0bebb
44
config_hash: 77849fd95b1e7c5a1691ab43ea3b180a

src/supermemory/resources/connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def with_streaming_response(self) -> ConnectionResourceWithStreamingResponse:
4545

4646
def create(
4747
self,
48-
app: Literal["notion"],
48+
app: Literal["notion", "google-drive"],
4949
*,
5050
id: str,
5151
redirect_url: str | NotGiven = NOT_GIVEN,
@@ -143,7 +143,7 @@ def with_streaming_response(self) -> AsyncConnectionResourceWithStreamingRespons
143143

144144
async def create(
145145
self,
146-
app: Literal["notion"],
146+
app: Literal["notion", "google-drive"],
147147
*,
148148
id: str,
149149
redirect_url: str | NotGiven = NOT_GIVEN,

0 commit comments

Comments
 (0)