@nautical-commerce/graphql-schema 1.69.0-29-g926c94738 → 1.69.0-30-gb397c8f10
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
@@ -1880,7 +1880,7 @@ type Query {
|
|
1880
1880
|
checkoutLine(
|
1881
1881
|
"""ID of the checkout line."""
|
1882
1882
|
id: ID
|
1883
|
-
): CheckoutLine
|
1883
|
+
): CheckoutLine @deprecated(reason: "This will be removed on April 30, 2025.")
|
1884
1884
|
|
1885
1885
|
"""List of checkout lines."""
|
1886
1886
|
checkoutLines(
|
@@ -13119,7 +13119,7 @@ type Mutation {
|
|
13119
13119
|
description: String
|
13120
13120
|
|
13121
13121
|
"""
|
13122
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13122
|
+
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-pdf, application/tif, application/excel, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.pdf, application/zip, image/heic-sequence, image/png, text/svg-xml, application/vnd.ms-word, image/svg, text/pdf, text/comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/rtf, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.presentation, application/svg+xml, text/x-pdf, image/bmp, application/acad, application/vnd.oasis.opendocument.text, application/x-rtf, application/eps, application/acrobat, application/x-tar, image/vnd.dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-jpg, application/x-eps, image/x-ms-bmp, text/x-comma-separated-values, application/msword, pplication/vnd.rar, application/tiff, application/x-csv, image/x-tif, application/gzip, image/dxf, application/dwg, application/x-zip-compressed, application/x-tiff, image/heif-sequence, application/x-rar-compressed, image/gif, application/x-rar, image/jpg, text/svg, text/csv, application/x-acad, application/dxf, application/x-autocad, application/postscript, image/x-dwg, drawing/x-dwg, image/heic, application/pdf, application/gzipped, text/plain, image/eps, application/x-tif, application/x-gzip, image/x-eps, application/vnd.oasis.opendocument.spreadsheet, application/gzip-compressed, image/svg+xml, application/x-dxf, drawing/x-dwf, application/csv, image/webp, image/jpeg, image/heif, image/x-dxf, drawing/dwg, text/x-csv, application/jpg, application/vnd.ms-excel, image/tif, image/x-tiff, image/x-bmp, image/tiff, application/x-dwg, application/rtf.
|
13123
13123
|
"""
|
13124
13124
|
file: Upload!
|
13125
13125
|
|