diff --git a/clients/go/officeconvertclient/client.go b/clients/go/officeconvertclient/client.go index a748d58..4916e78 100644 --- a/clients/go/officeconvertclient/client.go +++ b/clients/go/officeconvertclient/client.go @@ -24,9 +24,6 @@ type NotesOptions = officeconvertapiv1.NotesOptions // SlideRasterOptions defines rendering settings for a raster output tier. type SlideRasterOptions = officeconvertapiv1.SlideRasterOptions -// SlideRaster_JPEG configures JPEG-specific rendering settings. -type SlideRaster_JPEG = officeconvertapiv1.JpegOutputOptions - // CreateConversionOptions control the behaviour of a CreateConversion session. type CreateConversionOptions = officeconvertapiv1.CreateConversionRequest