@nautical-commerce/graphql-schema 1.61.0-4-g265d5f3d1 → 1.61.0-5-g1f6862617
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
@@ -11119,7 +11119,7 @@ type MarketplaceConfiguration {
|
|
11119
11119
|
"""Returns list of default checklists for seller."""
|
11120
11120
|
defaultSellerChecklists: [DefaultSellerChecklist!]!
|
11121
11121
|
enableStockAllocationForQuotes: Boolean!
|
11122
|
-
enableStockAllocationForOffers: Boolean
|
11122
|
+
enableStockAllocationForOffers: Boolean @deprecated(reason: "This will be removed on February 20, 2025 and will return false until then")
|
11123
11123
|
enableStockAllocationForDrafts: Boolean!
|
11124
11124
|
validateStockOnOrderPaymentCreation: Boolean!
|
11125
11125
|
|
@@ -13382,7 +13382,7 @@ type Mutation {
|
|
13382
13382
|
description: String
|
13383
13383
|
|
13384
13384
|
"""
|
13385
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13385
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/excel, image/dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/eps, image/x-ms-bmp, text/svg, drawing/x-dwf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.oasis.opendocument.text, image/png, image/gif, application/csv, text/x-comma-separated-values, application/pdf, application/vnd.ms-excel, application/acad, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tiff, application/gzip, application/rtf, image/heif, application/gzipped, application/x-eps, application/x-rar-compressed, text/comma-separated-values, image/tif, text/rtf, image/x-tif, application/x-dxf, image/webp, application/jpg, text/csv, application/x-pdf, image/svg+xml, image/bmp, text/svg-xml, application/x-gzip, image/eps, image/x-eps, text/x-pdf, text/x-csv, application/x-zip-compressed, application/x-jpg, application/vnd.ms-word, image/jpg, application/msword, image/heic-sequence, application/tif, application/vnd.ms-powerpoint, image/vnd.dwg, image/heif-sequence, pplication/vnd.rar, image/svg, drawing/x-dwg, application/dwg, application/zip, drawing/dwg, application/vnd.oasis.opendocument.spreadsheet, application/acrobat, application/gzip-compressed, text/pdf, application/x-dwg, application/x-csv, application/x-acad, application/x-rar, application/x-tif, image/tiff, application/tiff, application/dxf, text/plain, image/heic, application/x-autocad, application/vnd.oasis.opendocument.presentation, application/x-tar, application/vnd.pdf, image/x-bmp, image/x-tiff, application/postscript, image/x-dxf, image/x-dwg, image/jpeg, application/svg+xml, application/x-rtf.
|
13386
13386
|
"""
|
13387
13387
|
file: Upload!
|
13388
13388
|
|