@@ -85,6 +85,7 @@ def update(
8585 "hubspot" ,
8686 "salesforce" ,
8787 "coda" ,
88+ "lightfield" ,
8889 ],
8990 collection : Union [str , object , None ] | Omit = omit ,
9091 date : Union [Union [str , datetime ], object , None ] | Omit = omit ,
@@ -179,6 +180,7 @@ def list(
179180 "hubspot" ,
180181 "salesforce" ,
181182 "coda" ,
183+ "lightfield" ,
182184 ]
183185 ]
184186 | Omit = omit ,
@@ -263,6 +265,7 @@ def delete(
263265 "hubspot" ,
264266 "salesforce" ,
265267 "coda" ,
268+ "lightfield" ,
266269 ],
267270 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
268271 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -443,6 +446,7 @@ def get(
443446 "hubspot" ,
444447 "salesforce" ,
445448 "coda" ,
449+ "lightfield" ,
446450 ],
447451 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
448452 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -505,6 +509,7 @@ def search(
505509 "hubspot" ,
506510 "salesforce" ,
507511 "coda" ,
512+ "lightfield" ,
508513 ]
509514 ]
510515 | Omit = omit ,
@@ -692,6 +697,7 @@ async def update(
692697 "hubspot" ,
693698 "salesforce" ,
694699 "coda" ,
700+ "lightfield" ,
695701 ],
696702 collection : Union [str , object , None ] | Omit = omit ,
697703 date : Union [Union [str , datetime ], object , None ] | Omit = omit ,
@@ -786,6 +792,7 @@ def list(
786792 "hubspot" ,
787793 "salesforce" ,
788794 "coda" ,
795+ "lightfield" ,
789796 ]
790797 ]
791798 | Omit = omit ,
@@ -870,6 +877,7 @@ async def delete(
870877 "hubspot" ,
871878 "salesforce" ,
872879 "coda" ,
880+ "lightfield" ,
873881 ],
874882 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
875883 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1050,6 +1058,7 @@ async def get(
10501058 "hubspot" ,
10511059 "salesforce" ,
10521060 "coda" ,
1061+ "lightfield" ,
10531062 ],
10541063 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
10551064 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -1112,6 +1121,7 @@ async def search(
11121121 "hubspot" ,
11131122 "salesforce" ,
11141123 "coda" ,
1124+ "lightfield" ,
11151125 ]
11161126 ]
11171127 | Omit = omit ,
0 commit comments