@nautical-commerce/graphql-schema 1.74.1-5-g752e97b44 → 1.74.2-1-gdda1194f9
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 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8575,9 +8575,6 @@ type Shop {
|
|
8575
8575
|
"""Whether the marketplace has enabled quote orders."""
|
8576
8576
|
enableQuoteOrders: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
8577
8577
|
|
8578
|
-
"""Whether the marketplace has enabled offer orders."""
|
8579
|
-
enableOfferOrders: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
|
8580
|
-
|
8581
8578
|
"""Shop's name."""
|
8582
8579
|
name: String!
|
8583
8580
|
|
@@ -13188,7 +13185,7 @@ type Mutation {
|
|
13188
13185
|
description: String
|
13189
13186
|
|
13190
13187
|
"""
|
13191
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/
|
13188
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, application/x-tif, drawing/dwg, application/csv, image/x-tiff, application/x-eps, pplication/vnd.rar, application/vnd.pdf, image/webp, image/dxf, drawing/x-dwf, application/x-zip-compressed, application/tiff, application/x-tiff, application/vnd.ms-word, application/dwg, text/x-comma-separated-values, image/x-bmp, text/pdf, application/vnd.oasis.opendocument.presentation, image/tiff, application/vnd.ms-excel, application/jpg, application/x-jpg, application/zip, text/x-csv, image/x-tif, application/x-acad, image/x-eps, image/svg, application/acad, image/x-dxf, application/rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/png, image/jpeg, image/heic, text/comma-separated-values, application/x-rtf, drawing/x-dwg, image/bmp, application/pdf, image/gif, application/postscript, application/excel, application/vnd.oasis.opendocument.text, application/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip-compressed, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, application/x-dxf, application/tif, application/dxf, image/jpg, image/x-dwg, image/heif-sequence, application/x-csv, application/acrobat, application/msword, application/eps, application/svg+xml, image/eps, application/gzip, text/x-pdf, image/heic-sequence, application/x-tar, application/gzipped, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-ms-bmp, text/csv, application/x-gzip, image/svg+xml, application/x-autocad, image/vnd.dwg, application/vnd.ms-powerpoint, image/tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heif, application/x-rar, application/x-rar-compressed, text/plain, text/svg-xml, text/svg.
|
13192
13189
|
"""
|
13193
13190
|
file: Upload!
|
13194
13191
|
|