@@ -66,7 +66,7 @@ def with_streaming_response(self) -> ConnectionsResourceWithStreamingResponse:
6666
6767 def create (
6868 self ,
69- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
69+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
7070 * ,
7171 container_tag : str | Omit = omit ,
7272 container_tags : SequenceNotStr [str ] | Omit = omit ,
@@ -225,7 +225,7 @@ def delete_by_id(
225225
226226 def delete_by_provider (
227227 self ,
228- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
228+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
229229 * ,
230230 container_tags : SequenceNotStr [str ],
231231 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -298,7 +298,7 @@ def get_by_id(
298298
299299 def get_by_tag (
300300 self ,
301- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
301+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
302302 * ,
303303 container_tags : SequenceNotStr [str ],
304304 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -337,7 +337,7 @@ def get_by_tag(
337337
338338 def import_ (
339339 self ,
340- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
340+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
341341 * ,
342342 container_tags : SequenceNotStr [str ] | Omit = omit ,
343343 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -375,7 +375,7 @@ def import_(
375375
376376 def list_documents (
377377 self ,
378- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
378+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
379379 * ,
380380 container_tags : SequenceNotStr [str ] | Omit = omit ,
381381 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -484,7 +484,7 @@ def with_streaming_response(self) -> AsyncConnectionsResourceWithStreamingRespon
484484
485485 async def create (
486486 self ,
487- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
487+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
488488 * ,
489489 container_tag : str | Omit = omit ,
490490 container_tags : SequenceNotStr [str ] | Omit = omit ,
@@ -647,7 +647,7 @@ async def delete_by_id(
647647
648648 async def delete_by_provider (
649649 self ,
650- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
650+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
651651 * ,
652652 container_tags : SequenceNotStr [str ],
653653 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -720,7 +720,7 @@ async def get_by_id(
720720
721721 async def get_by_tag (
722722 self ,
723- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
723+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
724724 * ,
725725 container_tags : SequenceNotStr [str ],
726726 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -759,7 +759,7 @@ async def get_by_tag(
759759
760760 async def import_ (
761761 self ,
762- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
762+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
763763 * ,
764764 container_tags : SequenceNotStr [str ] | Omit = omit ,
765765 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -799,7 +799,7 @@ async def import_(
799799
800800 async def list_documents (
801801 self ,
802- provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" ],
802+ provider : Literal ["notion" , "google-drive" , "onedrive" , "gmail" , "github" , "web-crawler" , "s3" , "granola" ],
803803 * ,
804804 container_tags : SequenceNotStr [str ] | Omit = omit ,
805805 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
0 commit comments