File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/supermemory/resources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 77849fd95b1e7c5a1691ab43ea3b180a
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments