@nautical-commerce/graphql-schema 1.85.0-21-g6f9f99677 → 1.85.0-22-g03d3ea050
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
@@ -12197,7 +12197,7 @@ type Mutation {
|
|
12197
12197
|
description: String
|
12198
12198
|
|
12199
12199
|
"""
|
12200
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12200
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/postscript, application/x-autocad, image/heic, application/x-eps, application/pdf, application/gzip-compressed, application/vnd.ms-word, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-excel, application/rtf, application/x-dxf, application/vnd.pdf, application/acad, application/x-jpg, text/plain, application/acrobat, pplication/vnd.rar, image/tiff, application/x-csv, text/svg, application/jpg, text/csv, application/eps, application/excel, drawing/x-dwg, image/x-dwg, image/webp, application/zip, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzipped, image/x-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/svg+xml, application/x-tar, application/x-tif, image/vnd.dwg, application/msword, text/x-comma-separated-values, application/csv, application/x-dwg, image/jpeg, application/dwg, image/svg+xml, application/x-pdf, image/svg, application/tif, image/bmp, text/x-pdf, application/gzip, application/tiff, text/rtf, text/comma-separated-values, text/svg-xml, application/vnd.oasis.opendocument.text, application/x-tiff, application/x-rar, application/x-rar-compressed, application/x-rtf, image/x-ms-bmp, image/jpg, image/x-eps, image/x-tif, image/heif, image/x-tiff, drawing/x-dwf, drawing/dwg, image/dxf, image/heif-sequence, image/png, application/x-gzip, image/heic-sequence, application/x-acad, application/vnd.oasis.opendocument.presentation, text/x-csv, application/vnd.ms-powerpoint, image/eps, image/tif, text/pdf, image/x-dxf, image/gif, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
|
12201
12201
|
"""
|
12202
12202
|
file: Upload!
|
12203
12203
|
|
@@ -17789,6 +17789,7 @@ enum ProductErrorCode {
|
|
17789
17789
|
ATTRIBUTE_ALREADY_ASSIGNED
|
17790
17790
|
ATTRIBUTE_CANNOT_BE_ASSIGNED
|
17791
17791
|
ATTRIBUTE_VARIANTS_DISABLED
|
17792
|
+
ATTRIBUTE_VALUE_CANNOT_BE_CREATED
|
17792
17793
|
DUPLICATED_INPUT_ITEM
|
17793
17794
|
GRAPHQL_ERROR
|
17794
17795
|
INVALID
|