@@ -77,6 +77,7 @@ def update(
7777 "web_crawler" ,
7878 "trace" ,
7979 "microsoft_teams" ,
80+ "gmail_actions" ,
8081 ],
8182 collection : Union [str , object , None ] | Omit = omit ,
8283 metadata : Union [Dict [str , Union [str , float , bool , None ]], object , None ] | Omit = omit ,
@@ -160,6 +161,7 @@ def list(
160161 "web_crawler" ,
161162 "trace" ,
162163 "microsoft_teams" ,
164+ "gmail_actions" ,
163165 ]
164166 ]
165167 | Omit = omit ,
@@ -237,6 +239,7 @@ def delete(
237239 "web_crawler" ,
238240 "trace" ,
239241 "microsoft_teams" ,
242+ "gmail_actions" ,
240243 ],
241244 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
242245 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -410,6 +413,7 @@ def get(
410413 "web_crawler" ,
411414 "trace" ,
412415 "microsoft_teams" ,
416+ "gmail_actions" ,
413417 ],
414418 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
415419 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -464,6 +468,7 @@ def search(
464468 "web_crawler" ,
465469 "trace" ,
466470 "microsoft_teams" ,
471+ "gmail_actions" ,
467472 ]
468473 ]
469474 | Omit = omit ,
@@ -634,6 +639,7 @@ async def update(
634639 "web_crawler" ,
635640 "trace" ,
636641 "microsoft_teams" ,
642+ "gmail_actions" ,
637643 ],
638644 collection : Union [str , object , None ] | Omit = omit ,
639645 metadata : Union [Dict [str , Union [str , float , bool , None ]], object , None ] | Omit = omit ,
@@ -717,6 +723,7 @@ def list(
717723 "web_crawler" ,
718724 "trace" ,
719725 "microsoft_teams" ,
726+ "gmail_actions" ,
720727 ]
721728 ]
722729 | Omit = omit ,
@@ -794,6 +801,7 @@ async def delete(
794801 "web_crawler" ,
795802 "trace" ,
796803 "microsoft_teams" ,
804+ "gmail_actions" ,
797805 ],
798806 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
799807 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -967,6 +975,7 @@ async def get(
967975 "web_crawler" ,
968976 "trace" ,
969977 "microsoft_teams" ,
978+ "gmail_actions" ,
970979 ],
971980 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
972981 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1021,6 +1030,7 @@ async def search(
10211030 "web_crawler" ,
10221031 "trace" ,
10231032 "microsoft_teams" ,
1033+ "gmail_actions" ,
10241034 ]
10251035 ]
10261036 | Omit = omit ,
0 commit comments