@nautical-commerce/graphql-schema 1.75.0-11-g328e19553 → 1.75.0-12-ga1b35f313
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 -5
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -10968,7 +10968,6 @@ type MarketplaceConfiguration {
|
|
10968
10968
|
"""Returns list of default checklists for seller."""
|
10969
10969
|
defaultSellerChecklists: [DefaultSellerChecklist!]!
|
10970
10970
|
enableStockAllocationForQuotes: Boolean!
|
10971
|
-
enableStockAllocationForOffers: Boolean @deprecated(reason: "This will be removed on February 20, 2025 and will return false until then")
|
10972
10971
|
enableStockAllocationForDrafts: Boolean!
|
10973
10972
|
validateStockOnOrderPaymentCreation: Boolean!
|
10974
10973
|
|
@@ -13171,7 +13170,7 @@ type Mutation {
|
|
13171
13170
|
description: String
|
13172
13171
|
|
13173
13172
|
"""
|
13174
|
-
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-
|
13173
|
+
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-rar-compressed, application/tiff, text/csv, text/svg-xml, application/vnd.ms-excel, application/rtf, application/zip, image/svg, drawing/x-dwg, image/x-tif, image/png, image/bmp, text/x-pdf, application/x-rtf, image/x-tiff, application/tif, application/x-gzip, text/x-csv, application/csv, pplication/vnd.rar, image/heif-sequence, image/vnd.dwg, drawing/x-dwf, application/postscript, drawing/dwg, image/x-ms-bmp, image/x-dxf, application/x-csv, image/x-eps, image/eps, application/x-autocad, application/acad, text/comma-separated-values, image/heic-sequence, application/x-zip-compressed, application/dxf, application/gzip-compressed, image/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzipped, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-dwg, application/msword, application/x-tif, image/tif, application/x-jpg, application/x-dxf, application/vnd.oasis.opendocument.text, application/jpg, image/x-bmp, application/vnd.oasis.opendocument.spreadsheet, image/tiff, image/webp, image/svg+xml, application/vnd.oasis.opendocument.presentation, application/x-pdf, application/vnd.ms-powerpoint, application/x-eps, text/svg, application/gzip, image/heif, text/x-comma-separated-values, application/x-tar, application/eps, application/x-acad, application/x-rar, image/dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/acrobat, application/pdf, image/jpeg, application/vnd.ms-word, text/plain, application/x-tiff, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/svg+xml, image/jpg, application/excel, application/vnd.pdf, text/rtf, image/gif, image/heic, application/dwg.
|
13175
13174
|
"""
|
13176
13175
|
file: Upload!
|
13177
13176
|
|
@@ -16600,9 +16599,6 @@ input MarketplaceConfigurationInput {
|
|
16600
16599
|
"""True if quote orders trigger stock allocation."""
|
16601
16600
|
enableStockAllocationForQuotes: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
|
16602
16601
|
|
16603
|
-
"""True if offer orders trigger stock allocation."""
|
16604
|
-
enableStockAllocationForOffers: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
|
16605
|
-
|
16606
16602
|
"""True if draft orders trigger stock allocation."""
|
16607
16603
|
enableStockAllocationForDrafts: Boolean
|
16608
16604
|
|