@nautical-commerce/graphql-schema 1.75.0-19-ge89fff49d → 1.75.0-20-g743258138
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 +8 -9
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2740,13 +2740,12 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2740
2740
|
"""The price of the shipping after discount"""
|
2741
2741
|
discountedShippingPrice: Money
|
2742
2742
|
|
2743
|
-
"""The price of the checkout before
|
2744
|
-
originalPrice: Money! @deprecated(reason: "This will be removed on June 17, 2025")
|
2745
|
-
|
2746
|
-
"""The price of the checkout before discount"""
|
2743
|
+
"""The price of the checkout before shipping, sales, and vouchers."""
|
2747
2744
|
originalSubtotalPrice: Money!
|
2748
2745
|
|
2749
|
-
"""
|
2746
|
+
"""
|
2747
|
+
The price of the checkout before shipping, after sales and vouchers used.
|
2748
|
+
"""
|
2750
2749
|
subtotalPrice: TaxedMoney!
|
2751
2750
|
|
2752
2751
|
"""The checkout's token."""
|
@@ -2757,12 +2756,12 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2757
2756
|
"""
|
2758
2757
|
totalPrice: TaxedMoney!
|
2759
2758
|
|
2760
|
-
"""The sum of the checkout line prices, without discount"""
|
2761
|
-
originalTotalPrice: Money!
|
2762
|
-
|
2763
2759
|
"""Discount Type if voucher is applied"""
|
2764
2760
|
discountType: VoucherTypeEnum
|
2765
2761
|
|
2762
|
+
"""The sum of all discounts, including sales and vouchers"""
|
2763
|
+
totalDiscount: Money!
|
2764
|
+
|
2766
2765
|
"""A list of structured checkout shipping methods."""
|
2767
2766
|
shippingMethods: [CheckoutSellerShipping!]!
|
2768
2767
|
|
@@ -13165,7 +13164,7 @@ type Mutation {
|
|
13165
13164
|
description: String
|
13166
13165
|
|
13167
13166
|
"""
|
13168
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13167
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-pdf, application/dxf, application/rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/jpeg, application/x-tar, text/csv, application/excel, application/vnd.pdf, application/x-eps, drawing/dwg, pplication/vnd.rar, application/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/png, application/csv, image/eps, image/x-dwg, text/x-comma-separated-values, application/x-dxf, image/bmp, application/postscript, application/x-zip-compressed, application/gzipped, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain, application/tiff, application/vnd.ms-powerpoint, application/gzip-compressed, application/vnd.ms-word, drawing/x-dwf, text/x-csv, image/heif, application/eps, image/tif, image/x-tiff, application/x-rar, drawing/x-dwg, application/vnd.oasis.opendocument.presentation, image/x-ms-bmp, application/msword, application/svg+xml, application/x-gzip, application/x-tif, image/heic, application/x-autocad, image/dxf, image/x-dxf, application/x-tiff, application/x-pdf, application/jpg, image/svg, application/x-rtf, image/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/x-acad, application/acad, application/acrobat, text/rtf, application/tif, text/svg, application/zip, application/gzip, application/vnd.ms-excel, image/x-bmp, text/svg-xml, application/vnd.oasis.opendocument.text, text/comma-separated-values, application/pdf, application/x-csv, image/tiff, application/x-dwg, image/webp, application/x-rar-compressed, image/gif, text/pdf, image/jpg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/vnd.dwg, image/x-tif, image/heif-sequence, image/heic-sequence, application/x-jpg, image/x-eps.
|
13169
13168
|
"""
|
13170
13169
|
file: Upload!
|
13171
13170
|
|