@nautical-commerce/graphql-schema 1.75.0-17-g95a2b102b → 1.75.0-19-ge89fff49d
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 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13165,7 +13165,7 @@ type Mutation {
|
|
13165
13165
|
description: String
|
13166
13166
|
|
13167
13167
|
"""
|
13168
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13168
|
+
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-dxf, image/heic-sequence, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.pdf, drawing/dwg, text/svg-xml, application/x-pdf, application/x-csv, image/x-dxf, application/jpg, application/tif, image/gif, application/x-rar-compressed, image/svg, text/comma-separated-values, application/csv, application/x-zip-compressed, image/webp, application/x-tar, application/vnd.oasis.opendocument.spreadsheet, application/gzip-compressed, text/x-pdf, application/acrobat, application/svg+xml, application/excel, application/zip, pplication/vnd.rar, image/x-tif, application/vnd.ms-word, application/vnd.ms-powerpoint, image/tif, application/gzipped, text/x-comma-separated-values, image/dxf, image/x-tiff, text/csv, application/x-autocad, image/heic, image/eps, text/rtf, image/svg+xml, drawing/x-dwf, application/vnd.ms-excel, image/png, application/acad, application/dxf, image/heif, drawing/x-dwg, application/tiff, application/dwg, image/heif-sequence, application/x-jpg, application/x-rar, text/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-dwg, application/eps, application/x-rtf, application/msword, application/vnd.oasis.opendocument.text, text/x-csv, image/bmp, image/vnd.dwg, text/pdf, image/x-bmp, image/jpg, image/x-ms-bmp, application/gzip, application/x-eps, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, image/x-dwg, application/rtf, application/x-tif, application/x-gzip, application/vnd.oasis.opendocument.presentation, image/x-eps, image/jpeg, application/x-acad, application/x-tiff, image/tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document.
|
13169
13169
|
"""
|
13170
13170
|
file: Upload!
|
13171
13171
|
|
@@ -15288,7 +15288,7 @@ type Mutation {
|
|
15288
15288
|
"""
|
15289
15289
|
Document type (for order requests): 1) Invoice, 2) Packing Slip, 3) Purchase order, 4) Pre-forma-invoice.
|
15290
15290
|
"""
|
15291
|
-
documentType: Int
|
15291
|
+
documentType: Int @deprecated(reason: "Purchase order document type will be removed on 25 June, 2025.")
|
15292
15292
|
|
15293
15293
|
"""Invoice number, if not provided it will be generated."""
|
15294
15294
|
number: String
|