diff --git a/src/resources/cache/variants.ts b/src/resources/cache/variants.ts index 6c11dcd943..9091c57c95 100644 --- a/src/resources/cache/variants.ts +++ b/src/resources/cache/variants.ts @@ -111,67 +111,67 @@ export namespace VariantEditResponse { * List of strings with the MIME types of all the variants that should be served * for avif. */ - avif?: Array; + avif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for bmp. */ - bmp?: Array; + bmp?: Array; /** * List of strings with the MIME types of all the variants that should be served * for gif. */ - gif?: Array; + gif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jp2. */ - jp2?: Array; + jp2?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpeg. */ - jpeg?: Array; + jpeg?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpg. */ - jpg?: Array; + jpg?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpg2. */ - jpg2?: Array; + jpg2?: Array; /** * List of strings with the MIME types of all the variants that should be served * for png. */ - png?: Array; + png?: Array; /** * List of strings with the MIME types of all the variants that should be served * for tif. */ - tif?: Array; + tif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for tiff. */ - tiff?: Array; + tiff?: Array; /** * List of strings with the MIME types of all the variants that should be served * for webp. */ - webp?: Array; + webp?: Array; } } @@ -208,67 +208,67 @@ export namespace VariantGetResponse { * List of strings with the MIME types of all the variants that should be served * for avif. */ - avif?: Array; + avif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for bmp. */ - bmp?: Array; + bmp?: Array; /** * List of strings with the MIME types of all the variants that should be served * for gif. */ - gif?: Array; + gif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jp2. */ - jp2?: Array; + jp2?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpeg. */ - jpeg?: Array; + jpeg?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpg. */ - jpg?: Array; + jpg?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpg2. */ - jpg2?: Array; + jpg2?: Array; /** * List of strings with the MIME types of all the variants that should be served * for png. */ - png?: Array; + png?: Array; /** * List of strings with the MIME types of all the variants that should be served * for tif. */ - tif?: Array; + tif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for tiff. */ - tiff?: Array; + tiff?: Array; /** * List of strings with the MIME types of all the variants that should be served * for webp. */ - webp?: Array; + webp?: Array; } } @@ -305,67 +305,67 @@ export namespace VariantEditParams { * List of strings with the MIME types of all the variants that should be served * for avif. */ - avif?: Array; + avif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for bmp. */ - bmp?: Array; + bmp?: Array; /** * List of strings with the MIME types of all the variants that should be served * for gif. */ - gif?: Array; + gif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jp2. */ - jp2?: Array; + jp2?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpeg. */ - jpeg?: Array; + jpeg?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpg. */ - jpg?: Array; + jpg?: Array; /** * List of strings with the MIME types of all the variants that should be served * for jpg2. */ - jpg2?: Array; + jpg2?: Array; /** * List of strings with the MIME types of all the variants that should be served * for png. */ - png?: Array; + png?: Array; /** * List of strings with the MIME types of all the variants that should be served * for tif. */ - tif?: Array; + tif?: Array; /** * List of strings with the MIME types of all the variants that should be served * for tiff. */ - tiff?: Array; + tiff?: Array; /** * List of strings with the MIME types of all the variants that should be served * for webp. */ - webp?: Array; + webp?: Array; } }