@nautical-commerce/graphql-schema 1.81.0-10-g6039b0522 → 1.81.0-11-g477213bcf
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 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -12118,7 +12118,7 @@ type Mutation {
|
|
12118
12118
|
description: String
|
12119
12119
|
|
12120
12120
|
"""
|
12121
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12121
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg-xml, application/vnd.ms-word, image/bmp, text/comma-separated-values, image/x-eps, image/vnd.dwg, application/x-tif, text/rtf, image/png, application/acrobat, image/x-ms-bmp, application/x-csv, application/x-rtf, image/svg, application/vnd.ms-excel, application/vnd.ms-powerpoint, text/x-comma-separated-values, application/vnd.oasis.opendocument.spreadsheet, application/tif, application/dxf, image/svg+xml, application/pdf, application/csv, application/tiff, application/x-pdf, application/gzip, application/rtf, application/x-rar-compressed, text/plain, application/x-gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-tiff, image/gif, application/x-dxf, drawing/x-dwf, image/x-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg, application/x-eps, application/x-autocad, application/gzip-compressed, image/heif-sequence, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.pdf, image/heic, application/vnd.oasis.opendocument.text, drawing/x-dwg, image/heic-sequence, image/eps, drawing/dwg, application/x-tiff, image/jpg, application/x-dwg, application/vnd.oasis.opendocument.presentation, image/jpeg, text/x-csv, image/tiff, application/acad, image/x-dwg, application/excel, application/svg+xml, application/x-jpg, image/dxf, image/x-dxf, application/x-rar, application/jpg, application/eps, image/tif, application/msword, application/zip, text/csv, application/gzipped, application/dwg, application/x-acad, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/postscript, application/x-zip-compressed, pplication/vnd.rar, image/heif, text/pdf, application/x-tar, image/webp, text/x-pdf.
|
12122
12122
|
"""
|
12123
12123
|
file: Upload!
|
12124
12124
|
|
@@ -14339,7 +14339,7 @@ type Mutation {
|
|
14339
14339
|
exchangeRatesRefresh(
|
14340
14340
|
"""ID of the plugin to use to refresh exchange rates."""
|
14341
14341
|
plugin: String!
|
14342
|
-
): ExchangeRatesRefresh
|
14342
|
+
): ExchangeRatesRefresh @deprecated(reason: "This will be removed on Aug 2, 2025")
|
14343
14343
|
|
14344
14344
|
"""Create a checkout event."""
|
14345
14345
|
checkoutEventTriggered(
|