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