|
36 | 36 | from ..types.shared_params.text_overlay_transformation import TextOverlayTransformation |
37 | 37 | from ..types.shared_params.get_image_attributes_options import GetImageAttributesOptions |
38 | 38 | from ..types.shared_params.subtitle_overlay_transformation import SubtitleOverlayTransformation |
39 | | -from ..types.shared_params.solid_color_overlay_transformation import SolidColorOverlayTransformation |
40 | 39 |
|
41 | 40 | __all__ = ["DummyResource", "AsyncDummyResource"] |
42 | 41 |
|
@@ -75,7 +74,6 @@ def create( |
75 | 74 | responsive_image_attributes: ResponsiveImageAttributes | Omit = omit, |
76 | 75 | saved_extensions: SavedExtension | Omit = omit, |
77 | 76 | solid_color_overlay: SolidColorOverlay | Omit = omit, |
78 | | - solid_color_overlay_transformation: SolidColorOverlayTransformation | Omit = omit, |
79 | 77 | src_options: SrcOptions | Omit = omit, |
80 | 78 | streaming_resolution: StreamingResolution | Omit = omit, |
81 | 79 | subtitle_overlay: SubtitleOverlay | Omit = omit, |
@@ -165,7 +163,6 @@ def create( |
165 | 163 | "responsive_image_attributes": responsive_image_attributes, |
166 | 164 | "saved_extensions": saved_extensions, |
167 | 165 | "solid_color_overlay": solid_color_overlay, |
168 | | - "solid_color_overlay_transformation": solid_color_overlay_transformation, |
169 | 166 | "src_options": src_options, |
170 | 167 | "streaming_resolution": streaming_resolution, |
171 | 168 | "subtitle_overlay": subtitle_overlay, |
@@ -219,7 +216,6 @@ async def create( |
219 | 216 | responsive_image_attributes: ResponsiveImageAttributes | Omit = omit, |
220 | 217 | saved_extensions: SavedExtension | Omit = omit, |
221 | 218 | solid_color_overlay: SolidColorOverlay | Omit = omit, |
222 | | - solid_color_overlay_transformation: SolidColorOverlayTransformation | Omit = omit, |
223 | 219 | src_options: SrcOptions | Omit = omit, |
224 | 220 | streaming_resolution: StreamingResolution | Omit = omit, |
225 | 221 | subtitle_overlay: SubtitleOverlay | Omit = omit, |
@@ -309,7 +305,6 @@ async def create( |
309 | 305 | "responsive_image_attributes": responsive_image_attributes, |
310 | 306 | "saved_extensions": saved_extensions, |
311 | 307 | "solid_color_overlay": solid_color_overlay, |
312 | | - "solid_color_overlay_transformation": solid_color_overlay_transformation, |
313 | 308 | "src_options": src_options, |
314 | 309 | "streaming_resolution": streaming_resolution, |
315 | 310 | "subtitle_overlay": subtitle_overlay, |
|
0 commit comments