@@ -82,6 +82,8 @@ def update(
8282 "granola" ,
8383 "fathom" ,
8484 "linear" ,
85+ "hubspot" ,
86+ "salesforce" ,
8587 ],
8688 collection : Union [str , object , None ] | Omit = omit ,
8789 date : Union [Union [str , datetime ], object , None ] | Omit = omit ,
@@ -173,6 +175,8 @@ def list(
173175 "granola" ,
174176 "fathom" ,
175177 "linear" ,
178+ "hubspot" ,
179+ "salesforce" ,
176180 ]
177181 ]
178182 | Omit = omit ,
@@ -254,6 +258,8 @@ def delete(
254258 "granola" ,
255259 "fathom" ,
256260 "linear" ,
261+ "hubspot" ,
262+ "salesforce" ,
257263 ],
258264 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
259265 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -431,6 +437,8 @@ def get(
431437 "granola" ,
432438 "fathom" ,
433439 "linear" ,
440+ "hubspot" ,
441+ "salesforce" ,
434442 ],
435443 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
436444 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -490,6 +498,8 @@ def search(
490498 "granola" ,
491499 "fathom" ,
492500 "linear" ,
501+ "hubspot" ,
502+ "salesforce" ,
493503 ]
494504 ]
495505 | Omit = omit ,
@@ -674,6 +684,8 @@ async def update(
674684 "granola" ,
675685 "fathom" ,
676686 "linear" ,
687+ "hubspot" ,
688+ "salesforce" ,
677689 ],
678690 collection : Union [str , object , None ] | Omit = omit ,
679691 date : Union [Union [str , datetime ], object , None ] | Omit = omit ,
@@ -765,6 +777,8 @@ def list(
765777 "granola" ,
766778 "fathom" ,
767779 "linear" ,
780+ "hubspot" ,
781+ "salesforce" ,
768782 ]
769783 ]
770784 | Omit = omit ,
@@ -846,6 +860,8 @@ async def delete(
846860 "granola" ,
847861 "fathom" ,
848862 "linear" ,
863+ "hubspot" ,
864+ "salesforce" ,
849865 ],
850866 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
851867 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1023,6 +1039,8 @@ async def get(
10231039 "granola" ,
10241040 "fathom" ,
10251041 "linear" ,
1042+ "hubspot" ,
1043+ "salesforce" ,
10261044 ],
10271045 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
10281046 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1082,6 +1100,8 @@ async def search(
10821100 "granola" ,
10831101 "fathom" ,
10841102 "linear" ,
1103+ "hubspot" ,
1104+ "salesforce" ,
10851105 ]
10861106 ]
10871107 | Omit = omit ,
0 commit comments