@nautical-commerce/graphql-schema 1.73.0-26-g7fb49d8d9 → 1.73.0-27-g00424d590
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
|
|
@@ -13164,7 +13167,7 @@ type Mutation {
|
|
13164
13167
|
description: String
|
13165
13168
|
|
13166
13169
|
"""
|
13167
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13170
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/pdf, application/acad, application/dxf, drawing/dwg, application/x-acad, application/rtf, application/x-gzip, application/pdf, image/heif, image/x-tif, application/x-tar, application/postscript, image/gif, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/x-dwf, image/dxf, application/vnd.pdf, image/heif-sequence, image/x-dwg, application/x-dwg, application/vnd.ms-powerpoint, application/gzip, pplication/vnd.rar, image/webp, text/x-pdf, application/dwg, application/x-rar-compressed, image/svg, text/csv, text/x-comma-separated-values, image/x-tiff, application/x-tiff, image/svg+xml, text/plain, application/csv, text/rtf, image/eps, image/vnd.dwg, image/bmp, application/zip, application/x-pdf, image/heic, application/x-zip-compressed, application/excel, text/svg, application/x-tif, application/svg+xml, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, application/acrobat, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.text, application/x-autocad, drawing/x-dwg, application/x-csv, application/x-eps, image/x-eps, text/comma-separated-values, application/x-rar, image/png, application/x-dxf, application/gzipped, application/vnd.ms-word, image/x-bmp, image/x-ms-bmp, image/jpeg, application/vnd.oasis.opendocument.presentation, application/tiff, application/tif, application/msword, application/x-rtf, application/gzip-compressed, image/jpg, application/eps, text/svg-xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/jpg, application/x-jpg, image/heic-sequence, application/vnd.ms-excel, image/tif, image/x-dxf.
|
13168
13171
|
"""
|
13169
13172
|
file: Upload!
|
13170
13173
|
|