@nautical-commerce/graphql-schema 1.81.0-7-g3617a8ae0 → 1.81.1
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 +1 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5997,9 +5997,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
|
|
5997
5997
|
vatIdentificationNumber: String
|
5998
5998
|
mpVatIdentificationNumber: String
|
5999
5999
|
token: String!
|
6000
|
-
|
6001
|
-
"""Token of the checkout instance that this order was created from."""
|
6002
|
-
checkoutToken: String
|
6003
6000
|
voucher: Voucher
|
6004
6001
|
shippingDiscount: Money
|
6005
6002
|
discount: Money
|
@@ -12087,7 +12084,7 @@ type Mutation {
|
|
12087
12084
|
description: String
|
12088
12085
|
|
12089
12086
|
"""
|
12090
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12087
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.pdf, text/comma-separated-values, application/x-eps, application/x-zip-compressed, application/gzip, image/bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/msword, application/jpg, text/x-pdf, image/x-tif, application/gzip-compressed, application/eps, image/heic, text/rtf, image/jpg, application/acad, application/rtf, application/x-acad, application/x-tif, image/tiff, pplication/vnd.rar, image/vnd.dwg, application/dxf, text/x-comma-separated-values, image/x-dxf, drawing/x-dwg, image/webp, image/heif-sequence, image/eps, text/x-csv, image/svg, application/postscript, image/jpeg, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-dxf, application/acrobat, application/vnd.oasis.opendocument.presentation, application/x-csv, application/vnd.ms-powerpoint, text/svg, image/x-bmp, application/x-rar, application/vnd.ms-word, image/heif, application/csv, image/x-eps, image/heic-sequence, application/x-rar-compressed, application/zip, application/vnd.oasis.opendocument.spreadsheet, application/vnd.ms-excel, drawing/x-dwf, image/svg+xml, application/x-pdf, application/x-gzip, application/x-tar, image/tif, image/gif, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain, application/x-dwg, application/x-tiff, image/x-tiff, drawing/dwg, image/dxf, application/dwg, text/pdf, image/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-jpg, application/x-autocad, application/x-rtf, application/gzipped, application/tiff, application/svg+xml, text/csv, text/svg-xml, application/tif, image/png, application/pdf, application/vnd.oasis.opendocument.text.
|
12091
12088
|
"""
|
12092
12089
|
file: Upload!
|
12093
12090
|
|