@nautical-commerce/graphql-schema 1.72.0 → 1.72.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 +4 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2665,6 +2665,9 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2665
2665
|
"""The price of the checkout before shipping, with taxes included."""
|
2666
2666
|
subtotalPrice: TaxedMoney!
|
2667
2667
|
|
2668
|
+
"""The price of the checkout before discount, shipping and taxes"""
|
2669
|
+
originalPrice: Money!
|
2670
|
+
|
2668
2671
|
"""The checkout's token."""
|
2669
2672
|
token: NauticalUUID!
|
2670
2673
|
|
@@ -13153,7 +13156,7 @@ type Mutation {
|
|
13153
13156
|
description: String
|
13154
13157
|
|
13155
13158
|
"""
|
13156
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13159
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-tif, application/dwg, image/dxf, application/tif, image/heic-sequence, application/x-jpg, image/x-dxf, application/x-dxf, application/excel, image/heic, application/pdf, application/gzip, application/zip, application/jpg, application/x-rar-compressed, text/svg-xml, application/x-csv, image/x-bmp, application/x-eps, image/tiff, drawing/x-dwf, image/x-tiff, application/x-rtf, application/msword, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-comma-separated-values, image/png, application/eps, application/x-rar, image/x-tif, application/gzip-compressed, image/eps, application/svg+xml, image/gif, application/acrobat, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-pdf, image/tif, application/acad, drawing/dwg, image/jpeg, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/csv, image/heif-sequence, drawing/x-dwg, application/tiff, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/x-tar, application/vnd.oasis.opendocument.text, text/csv, application/dxf, application/rtf, application/gzipped, application/x-gzip, image/bmp, text/pdf, application/vnd.oasis.opendocument.spreadsheet, application/x-acad, application/x-autocad, image/vnd.dwg, application/x-pdf, text/x-csv, application/x-tiff, image/jpg, application/vnd.ms-word, text/comma-separated-values, text/rtf, image/x-dwg, image/x-ms-bmp, image/heif, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/svg+xml, image/x-eps, text/svg, pplication/vnd.rar, text/plain, image/webp, application/postscript, application/x-zip-compressed, application/vnd.pdf, image/svg.
|
13157
13160
|
"""
|
13158
13161
|
file: Upload!
|
13159
13162
|
|