@nautical-commerce/graphql-schema 1.74.2-2-gcdb009415 → 1.74.2-4-g45b7ee022

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,11 +2740,17 @@ type Checkout implements Node & ObjectWithMetadata {
2740
2740
  """The price of the shipping, with all the taxes included."""
2741
2741
  shippingPrice: TaxedMoney!
2742
2742
 
2743
- """The price of the checkout before shipping, with taxes included."""
2744
- subtotalPrice: TaxedMoney!
2743
+ """The price of the shipping after discount"""
2744
+ discountedShippingPrice: Money
2745
2745
 
2746
2746
  """The price of the checkout before discount, shipping and taxes"""
2747
- originalPrice: Money!
2747
+ originalPrice: Money! @deprecated(reason: "This will be removed on June 17, 2025")
2748
+
2749
+ """The price of the checkout before discount"""
2750
+ originalSubtotalPrice: Money!
2751
+
2752
+ """The price of the checkout before shipping, with taxes included."""
2753
+ subtotalPrice: TaxedMoney!
2748
2754
 
2749
2755
  """The checkout's token."""
2750
2756
  token: NauticalUUID!
@@ -2754,6 +2760,9 @@ type Checkout implements Node & ObjectWithMetadata {
2754
2760
  """
2755
2761
  totalPrice: TaxedMoney!
2756
2762
 
2763
+ """The sum of the checkout line prices, without discount"""
2764
+ originalTotalPrice: Money!
2765
+
2757
2766
  """Discount Type if voucher is applied"""
2758
2767
  discountType: VoucherTypeEnum
2759
2768
 
@@ -13185,7 +13194,7 @@ type Mutation {
13185
13194
  description: String
13186
13195
 
13187
13196
  """
13188
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-word, application/x-acad, application/acad, image/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/zip, application/msword, application/eps, application/x-gzip, text/x-csv, application/vnd.ms-excel, image/tif, application/rtf, application/x-rar, text/svg-xml, text/pdf, application/x-rtf, application/vnd.oasis.opendocument.presentation, image/dxf, image/heif, image/png, text/csv, image/x-eps, application/x-rar-compressed, image/x-tiff, text/svg, application/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/csv, application/x-autocad, image/vnd.dwg, application/acrobat, application/excel, image/x-dxf, application/jpg, drawing/x-dwg, text/x-pdf, text/x-comma-separated-values, image/x-bmp, image/svg+xml, application/postscript, image/svg, application/vnd.pdf, application/vnd.oasis.opendocument.text, application/tiff, application/x-jpg, image/heif-sequence, application/x-zip-compressed, application/gzip, application/x-tiff, image/bmp, application/x-tar, application/gzipped, application/x-pdf, drawing/x-dwf, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/dwg, application/dxf, pplication/vnd.rar, image/x-ms-bmp, image/heic-sequence, image/webp, text/comma-separated-values, image/x-tif, image/gif, application/x-csv, application/vnd.ms-powerpoint, application/x-tif, text/plain, image/jpg, application/x-eps, image/heic, text/rtf, application/pdf, image/tiff, image/jpeg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/svg+xml, application/tif, application/x-dwg, image/eps.
13197
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/x-dwf, application/vnd.pdf, application/x-rar-compressed, image/webp, application/x-rtf, image/png, application/postscript, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/rtf, application/vnd.oasis.opendocument.spreadsheet, application/svg+xml, application/x-zip-compressed, image/x-eps, drawing/dwg, image/heif-sequence, image/heif, application/x-autocad, image/tif, application/vnd.ms-word, pplication/vnd.rar, application/msword, image/heic, application/x-tiff, application/gzipped, application/x-gzip, image/x-dwg, application/csv, image/vnd.dwg, image/x-tif, image/gif, application/x-jpg, text/plain, text/pdf, application/excel, application/dxf, text/x-comma-separated-values, application/vnd.oasis.opendocument.text, application/rtf, application/tiff, application/x-acad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg, application/x-eps, application/gzip, image/dxf, image/jpeg, application/x-pdf, application/x-dxf, application/dwg, application/acad, image/x-dxf, image/x-ms-bmp, text/comma-separated-values, drawing/x-dwg, application/tif, image/eps, application/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg+xml, application/vnd.ms-excel, application/zip, application/jpg, text/x-csv, application/eps, image/svg, application/x-tif, image/jpg, image/tiff, application/vnd.ms-powerpoint, application/x-tar, image/heic-sequence, image/x-tiff, text/svg-xml, application/x-rar, text/x-pdf, application/vnd.oasis.opendocument.presentation, application/x-csv, text/csv, application/pdf, application/acrobat, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/bmp, image/x-bmp, application/gzip-compressed.
13189
13198
  """
13190
13199
  file: Upload!
13191
13200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.74.2-2-gcdb009415",
3
+ "version": "v1.74.2-4-g45b7ee022",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {