@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.
@@ -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 discount, shipping and taxes"""
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
- """The price of the checkout before shipping, with taxes included."""
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: application/postscript, application/x-dxf, image/heic-sequence, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.pdf, drawing/dwg, text/svg-xml, application/x-pdf, application/x-csv, image/x-dxf, application/jpg, application/tif, image/gif, application/x-rar-compressed, image/svg, text/comma-separated-values, application/csv, application/x-zip-compressed, image/webp, application/x-tar, application/vnd.oasis.opendocument.spreadsheet, application/gzip-compressed, text/x-pdf, application/acrobat, application/svg+xml, application/excel, application/zip, pplication/vnd.rar, image/x-tif, application/vnd.ms-word, application/vnd.ms-powerpoint, image/tif, application/gzipped, text/x-comma-separated-values, image/dxf, image/x-tiff, text/csv, application/x-autocad, image/heic, image/eps, text/rtf, image/svg+xml, drawing/x-dwf, application/vnd.ms-excel, image/png, application/acad, application/dxf, image/heif, drawing/x-dwg, application/tiff, application/dwg, image/heif-sequence, application/x-jpg, application/x-rar, text/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-dwg, application/eps, application/x-rtf, application/msword, application/vnd.oasis.opendocument.text, text/x-csv, image/bmp, image/vnd.dwg, text/pdf, image/x-bmp, image/jpg, image/x-ms-bmp, application/gzip, application/x-eps, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, image/x-dwg, application/rtf, application/x-tif, application/x-gzip, application/vnd.oasis.opendocument.presentation, image/x-eps, image/jpeg, application/x-acad, application/x-tiff, image/tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.75.0-19-ge89fff49d",
3
+ "version": "v1.75.0-20-g743258138",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {