@@ -50,7 +50,7 @@ def compose_detailed( # type: ignore[override]
5050 force_instrumental : typing .Optional [bool ] = OMIT ,
5151 store_for_inpainting : typing .Optional [bool ] = OMIT ,
5252 with_timestamps : typing .Optional [bool ] = OMIT ,
53- sign_with_c_2_pa : typing .Optional [bool ] = OMIT ,
53+ sign_with_c2pa : typing .Optional [bool ] = OMIT ,
5454 request_options : typing .Optional [RequestOptions ] = None ,
5555 ** kwargs : typing .Any ,
5656 ) -> MultipartResponse :
@@ -71,7 +71,7 @@ def compose_detailed( # type: ignore[override]
7171 force_instrumental = force_instrumental ,
7272 store_for_inpainting = store_for_inpainting ,
7373 with_timestamps = with_timestamps ,
74- sign_with_c_2_pa = sign_with_c_2_pa ,
74+ sign_with_c_2_pa = sign_with_c2pa ,
7575 request_options = request_options ,
7676 ) as r :
7777 result = self ._parse_multipart (r .data )
@@ -186,7 +186,7 @@ async def compose_detailed( # type: ignore[override]
186186 force_instrumental : typing .Optional [bool ] = OMIT ,
187187 store_for_inpainting : typing .Optional [bool ] = OMIT ,
188188 with_timestamps : typing .Optional [bool ] = OMIT ,
189- sign_with_c_2_pa : typing .Optional [bool ] = OMIT ,
189+ sign_with_c2pa : typing .Optional [bool ] = OMIT ,
190190 request_options : typing .Optional [RequestOptions ] = None ,
191191 ** kwargs : typing .Any ,
192192 ) -> MultipartResponse :
@@ -207,7 +207,7 @@ async def compose_detailed( # type: ignore[override]
207207 force_instrumental = force_instrumental ,
208208 store_for_inpainting = store_for_inpainting ,
209209 with_timestamps = with_timestamps ,
210- sign_with_c_2_pa = sign_with_c_2_pa ,
210+ sign_with_c_2_pa = sign_with_c2pa ,
211211 request_options = request_options ,
212212 ) as r :
213213 result = await self ._parse_multipart_async (r .data )
0 commit comments