@nautical-commerce/graphql-schema 1.58.0 → 1.58.1
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 +2 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -13456,7 +13456,7 @@ type Mutation {
|
|
|
13456
13456
|
description: String
|
|
13457
13457
|
|
|
13458
13458
|
"""
|
|
13459
|
-
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-
|
|
13459
|
+
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-tif, application/vnd.ms-word, text/rtf, drawing/dwg, image/vnd.dwg, image/png, application/gzipped, image/x-dxf, application/rtf, application/msword, image/svg, application/jpg, image/x-bmp, drawing/x-dwf, application/x-dwg, application/vnd.pdf, image/bmp, drawing/x-dwg, image/jpg, application/acrobat, application/eps, text/x-pdf, application/vnd.ms-excel, image/x-ms-bmp, text/x-comma-separated-values, text/comma-separated-values, application/x-rtf, image/heif, application/pdf, image/svg+xml, application/x-tar, image/tiff, application/gzip-compressed, image/dxf, application/gzip, image/jpeg, application/x-jpg, text/x-csv, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-dwg, application/x-rar, application/tiff, application/tif, application/x-acad, application/vnd.oasis.opendocument.text, pplication/vnd.rar, text/svg, image/webp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/excel, text/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.presentation, application/postscript, image/heic-sequence, text/svg-xml, application/acad, image/gif, application/x-eps, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/zip, application/x-pdf, application/x-zip-compressed, application/x-autocad, image/eps, text/csv, application/x-csv, text/plain, image/x-tiff, application/x-gzip, application/dxf, image/heif-sequence, image/x-tif, application/csv, application/dwg, image/tif, application/x-rar-compressed, image/heic, application/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/x-dxf, application/x-tiff.
|
|
13460
13460
|
"""
|
|
13461
13461
|
file: Upload!
|
|
13462
13462
|
|
|
@@ -16004,6 +16004,7 @@ type Mutation {
|
|
|
16004
16004
|
Determines whether the email sent out is catered to carriers instead of customers
|
|
16005
16005
|
"""
|
|
16006
16006
|
vehicles: Boolean = false
|
|
16007
|
+
volumeDiscount: Float @deprecated(reason: "This will be removed on February 1, 2025.")
|
|
16007
16008
|
): CheckoutComplete
|
|
16008
16009
|
|
|
16009
16010
|
"""
|