@nautical-commerce/graphql-schema 1.94.0-3-gedff6a338 → 1.94.0-5-g2d78ddbd7
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 +5 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -11767,7 +11767,7 @@ type Mutation {
|
|
11767
11767
|
description: String
|
11768
11768
|
|
11769
11769
|
"""
|
11770
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/
|
11770
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tif, application/x-zip-compressed, application/vnd.oasis.opendocument.presentation, application/svg+xml, text/plain, application/x-csv, text/x-comma-separated-values, application/tiff, text/rtf, application/x-jpg, application/x-autocad, drawing/dwg, application/gzipped, application/excel, application/gzip, application/dwg, image/webp, drawing/x-dwf, image/eps, application/eps, image/tif, application/x-rar, text/comma-separated-values, application/x-eps, application/vnd.ms-word, drawing/x-dwg, application/x-acad, application/vnd.ms-excel, application/msword, text/x-pdf, image/heif, application/x-tiff, application/x-rtf, image/bmp, application/vnd.pdf, application/acrobat, application/x-rar-compressed, image/heic-sequence, application/vnd.oasis.opendocument.text, image/x-dxf, application/x-pdf, application/csv, application/postscript, application/acad, application/x-dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, application/vnd.oasis.opendocument.spreadsheet, text/x-csv, image/heif-sequence, image/x-ms-bmp, application/vnd.ms-powerpoint, image/x-bmp, image/x-tif, application/pdf, text/pdf, image/gif, application/tif, image/svg+xml, image/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg-xml, application/x-tar, image/x-tiff, image/dxf, application/gzip-compressed, application/rtf, application/jpg, pplication/vnd.rar, image/png, image/jpg, application/zip, image/tiff, text/csv, application/x-gzip, application/x-dwg, image/heic, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/svg, image/jpeg, application/dxf.
|
11771
11771
|
"""
|
11772
11772
|
file: Upload!
|
11773
11773
|
|
@@ -20088,7 +20088,10 @@ input ExportProductsInput {
|
|
20088
20088
|
ids: [ID!]
|
20089
20089
|
|
20090
20090
|
"""Input with info about fields which should be exported."""
|
20091
|
-
exportInfo: ExportInfoInput
|
20091
|
+
exportInfo: ExportInfoInput @deprecated(reason: "This will be removed on October 8, 2025.")
|
20092
|
+
|
20093
|
+
"""List of product fields witch should be exported."""
|
20094
|
+
fields: [ProductFieldEnum!]
|
20092
20095
|
|
20093
20096
|
"""Type of exported file."""
|
20094
20097
|
fileType: FileTypesEnum!
|