@nautical-commerce/graphql-schema 1.88.0-18-g89393796a → 1.88.0-19-g41f6e641b
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 +3 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -11362,7 +11362,7 @@ type Mutation {
|
|
11362
11362
|
description: String
|
11363
11363
|
|
11364
11364
|
"""
|
11365
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11365
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/dxf, image/heif, application/x-csv, image/jpeg, image/svg+xml, application/pdf, application/gzipped, application/x-dwg, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/pdf, application/acad, drawing/x-dwf, application/vnd.ms-word, application/rtf, application/x-dxf, application/x-tif, application/x-autocad, application/gzip-compressed, application/vnd.oasis.opendocument.text, application/vnd.ms-excel, image/x-tif, image/x-ms-bmp, drawing/x-dwg, application/zip, application/x-gzip, text/x-pdf, image/gif, image/x-bmp, application/excel, image/x-dwg, application/x-tiff, application/eps, application/gzip, application/vnd.ms-powerpoint, image/tiff, image/heic, application/tif, application/vnd.oasis.opendocument.presentation, application/x-acad, application/x-pdf, drawing/dwg, application/x-zip-compressed, image/heif-sequence, application/csv, image/x-tiff, application/x-rar, image/eps, application/svg+xml, text/svg, application/x-tar, image/vnd.dwg, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/comma-separated-values, application/x-eps, application/acrobat, image/tif, text/svg-xml, application/vnd.oasis.opendocument.spreadsheet, image/heic-sequence, application/vnd.pdf, image/x-dxf, image/jpg, text/csv, application/postscript, pplication/vnd.rar, text/x-csv, application/dxf, image/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/jpg, text/plain, image/x-eps, application/x-jpg, application/x-rtf, application/dwg, application/msword, application/tiff, text/rtf, image/png, image/webp, image/bmp.
|
11366
11366
|
"""
|
11367
11367
|
file: Upload!
|
11368
11368
|
|
@@ -13337,9 +13337,9 @@ type Mutation {
|
|
13337
13337
|
"""Request an invoice for the order using plugin."""
|
13338
13338
|
invoiceRequest(
|
13339
13339
|
"""
|
13340
|
-
Document type (for order requests): 1) Invoice, 2) Packing Slip,
|
13340
|
+
Document type (for order requests): 1) Invoice, 2) Packing Slip, 4) Pre-forma-invoice, 5) Refund Receipt
|
13341
13341
|
"""
|
13342
|
-
documentType: Int
|
13342
|
+
documentType: Int
|
13343
13343
|
|
13344
13344
|
"""Invoice number, if not provided it will be generated."""
|
13345
13345
|
number: String
|