@nautical-commerce/graphql-schema 1.75.0-22-g113556aad → 1.75.0-23-gd84988115
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 +1 -10
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2716,10 +2716,6 @@ type Checkout implements Node & ObjectWithMetadata {
|
|
2716
2716
|
"""Available shipping methods for each seller in this checkout."""
|
2717
2717
|
availableShippingMethodsBySeller: [MultiSellerShippingMethod!]!
|
2718
2718
|
|
2719
|
-
"""Applicable volume discounts"""
|
2720
|
-
applicableVolumeDiscounts: Money @deprecated(reason: "This will be removed on March 9, 2025")
|
2721
|
-
applicableVolumeDiscountsBySeller: [SellerVolumeDiscount!]! @deprecated(reason: "This will be removed on March 9, 2025")
|
2722
|
-
|
2723
2719
|
"""List of available payment gateways."""
|
2724
2720
|
availablePaymentGateways: [PaymentGateway!]!
|
2725
2721
|
|
@@ -2852,11 +2848,6 @@ type MultiSellerShippingMethod {
|
|
2852
2848
|
value: [ShippingMethod!]!
|
2853
2849
|
}
|
2854
2850
|
|
2855
|
-
type SellerVolumeDiscount {
|
2856
|
-
seller: Int
|
2857
|
-
volumeDiscount: Money
|
2858
|
-
}
|
2859
|
-
|
2860
2851
|
"""
|
2861
2852
|
Available payment gateway backend with configuration necessary to setup client.
|
2862
2853
|
"""
|
@@ -13164,7 +13155,7 @@ type Mutation {
|
|
13164
13155
|
description: String
|
13165
13156
|
|
13166
13157
|
"""
|
13167
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13158
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heic-sequence, image/jpg, drawing/x-dwf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-comma-separated-values, application/vnd.ms-powerpoint, image/x-dwg, application/x-zip-compressed, application/eps, image/x-tif, image/x-eps, application/x-acad, application/x-rar-compressed, application/vnd.ms-word, application/x-tar, image/tiff, text/rtf, image/svg, application/x-gzip, application/zip, application/vnd.oasis.opendocument.presentation, image/svg+xml, image/png, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rar, image/x-tiff, application/svg+xml, application/tif, application/x-eps, text/csv, drawing/x-dwg, image/vnd.dwg, application/x-tiff, text/pdf, application/vnd.ms-excel, application/postscript, text/plain, application/gzipped, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-pdf, application/pdf, application/vnd.pdf, application/acrobat, text/svg, image/heic, drawing/dwg, pplication/vnd.rar, application/x-csv, image/webp, application/acad, image/x-ms-bmp, image/heif, application/gzip-compressed, application/excel, application/dwg, text/x-csv, application/msword, image/heif-sequence, image/eps, image/jpeg, application/tiff, application/csv, application/x-tif, application/x-dxf, application/x-rtf, application/jpg, image/tif, image/x-dxf, application/gzip, image/x-bmp, application/dxf, application/x-autocad, application/vnd.oasis.opendocument.text, text/svg-xml, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-jpg, image/gif, application/x-pdf, text/comma-separated-values, image/dxf, application/vnd.oasis.opendocument.spreadsheet, image/bmp.
|
13168
13159
|
"""
|
13169
13160
|
file: Upload!
|
13170
13161
|
|