@nautical-commerce/graphql-schema 1.63.0-32-g090af2bcf → 1.63.0-34-ga589f7865
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 +3 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2645,8 +2645,8 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2645
2645
|
availableShippingMethodsBySeller: [MultiSellerShippingMethod!]!
|
2646
2646
|
|
2647
2647
|
"""Applicable volume discounts"""
|
2648
|
-
applicableVolumeDiscounts: Money
|
2649
|
-
applicableVolumeDiscountsBySeller: [SellerVolumeDiscount!]!
|
2648
|
+
applicableVolumeDiscounts: Money @deprecated(reason: "This will be removed on March 9, 2025")
|
2649
|
+
applicableVolumeDiscountsBySeller: [SellerVolumeDiscount!]! @deprecated(reason: "This will be removed on March 9, 2025")
|
2650
2650
|
|
2651
2651
|
"""List of available payment gateways."""
|
2652
2652
|
availablePaymentGateways: [PaymentGateway!]!
|
@@ -13163,7 +13163,7 @@ type Mutation {
|
|
13163
13163
|
description: String
|
13164
13164
|
|
13165
13165
|
"""
|
13166
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13166
|
+
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-gzip, image/eps, text/x-comma-separated-values, image/x-ms-bmp, image/x-dxf, application/eps, application/x-autocad, application/x-jpg, application/x-pdf, text/svg-xml, application/x-rtf, application/excel, image/x-dwg, application/pdf, application/gzip, image/vnd.dwg, application/x-rar, application/x-rar-compressed, application/acad, image/x-tiff, text/csv, application/x-acad, application/tif, image/jpg, image/svg+xml, drawing/x-dwg, application/x-zip-compressed, application/x-dxf, application/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heif-sequence, text/x-csv, application/x-tar, image/x-bmp, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-powerpoint, image/tif, drawing/x-dwf, text/comma-separated-values, image/gif, application/x-csv, image/svg, application/x-tiff, application/acrobat, application/vnd.ms-word, application/tiff, application/msword, application/vnd.oasis.opendocument.text, application/vnd.pdf, image/dxf, image/bmp, text/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.oasis.opendocument.spreadsheet, application/x-tif, application/x-eps, application/gzip-compressed, application/rtf, application/svg+xml, application/zip, image/heif, application/vnd.ms-excel, text/rtf, application/dwg, image/png, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dxf, image/x-tif, drawing/dwg, image/webp, image/tiff, image/heic, image/heic-sequence, text/plain, application/vnd.oasis.opendocument.presentation, application/jpg, application/gzipped, text/pdf, image/jpeg, image/x-eps, text/x-pdf, pplication/vnd.rar.
|
13167
13167
|
"""
|
13168
13168
|
file: Upload!
|
13169
13169
|
|