@nautical-commerce/graphql-schema 1.79.1-22-g3e17f1258 → 1.79.1-24-g0ceeec93b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nautical/schema.graphql +2 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -12557,7 +12557,7 @@ type Mutation {
|
|
12557
12557
|
description: String
|
12558
12558
|
|
12559
12559
|
"""
|
12560
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-
|
12560
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-rar-compressed, text/x-pdf, image/heic-sequence, application/x-pdf, application/vnd.ms-excel, pplication/vnd.rar, text/x-csv, application/x-csv, application/rtf, image/x-eps, application/x-autocad, image/vnd.dwg, application/vnd.ms-word, image/x-dwg, text/x-comma-separated-values, application/acad, drawing/dwg, text/svg-xml, application/csv, application/msword, image/heif, image/svg+xml, application/x-dwg, application/x-gzip, application/dxf, image/bmp, application/x-acad, application/tiff, image/webp, application/postscript, text/pdf, application/x-tiff, application/x-rtf, image/tif, application/gzip, application/x-dxf, text/csv, text/rtf, image/dxf, application/dwg, application/vnd.pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.presentation, image/heic, application/x-jpg, text/comma-separated-values, application/vnd.oasis.opendocument.spreadsheet, image/x-tiff, drawing/x-dwg, image/tiff, image/gif, image/x-tif, drawing/x-dwf, application/x-eps, text/plain, application/acrobat, image/x-bmp, application/zip, application/x-zip-compressed, application/tif, application/jpg, application/svg+xml, application/x-tar, text/svg, application/excel, image/eps, image/svg, application/gzipped, application/gzip-compressed, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/pdf, application/vnd.oasis.opendocument.text, application/x-tif, image/x-dxf, image/png, image/x-ms-bmp, image/jpeg, image/heif-sequence, application/x-rar, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/eps, image/jpg, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.presentation.
|
12561
12561
|
"""
|
12562
12562
|
file: Upload!
|
12563
12563
|
|
@@ -18232,6 +18232,7 @@ enum ProductErrorCode {
|
|
18232
18232
|
NOT_PRODUCTS_IMAGE
|
18233
18233
|
NOT_PRODUCTS_VARIANT
|
18234
18234
|
NOT_FOUND
|
18235
|
+
PRODUCT_TYPE_CANNOT_BE_DELETED
|
18235
18236
|
REQUIRED
|
18236
18237
|
UNIQUE
|
18237
18238
|
VARIANT_NO_DIGITAL_CONTENT
|