@nautical-commerce/graphql-schema 1.80.0-47-g7f2998b7a → 1.80.0-49-g3b3ad3468
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
@@ -4665,7 +4665,7 @@ input ProductFilterInput {
|
|
4665
4665
|
isSimple: Boolean
|
4666
4666
|
attributes: [AttributeInput!]
|
4667
4667
|
customFields: [AttributeInput!]
|
4668
|
-
dates: CustomDateRangeInput
|
4668
|
+
dates: CustomDateRangeInput @deprecated(reason: "This will be removed on July 29, 2025")
|
4669
4669
|
stockAvailability: StockAvailability
|
4670
4670
|
productType: ID
|
4671
4671
|
stocks: ProductStockFilterInput
|
@@ -12084,7 +12084,7 @@ type Mutation {
|
|
12084
12084
|
description: String
|
12085
12085
|
|
12086
12086
|
"""
|
12087
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12087
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzipped, text/svg-xml, application/x-tif, application/acrobat, image/png, application/jpg, text/rtf, image/svg+xml, text/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/gif, image/tif, text/x-csv, image/dxf, application/x-rar, application/vnd.oasis.opendocument.text, image/x-ms-bmp, application/x-acad, application/eps, application/tif, application/tiff, image/x-tiff, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/comma-separated-values, image/svg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/jpg, image/x-dxf, application/x-eps, image/x-tif, application/dxf, image/heif-sequence, application/vnd.oasis.opendocument.presentation, application/excel, image/webp, application/gzip-compressed, image/heic, text/csv, drawing/dwg, application/svg+xml, text/pdf, application/vnd.pdf, image/vnd.dwg, application/acad, application/x-dwg, application/vnd.ms-powerpoint, application/vnd.ms-word, image/heic-sequence, image/x-eps, application/x-rtf, application/csv, image/x-bmp, image/jpeg, text/x-pdf, application/vnd.ms-excel, text/x-comma-separated-values, text/plain, application/x-tiff, application/zip, application/x-pdf, application/x-tar, application/msword, application/x-zip-compressed, application/pdf, application/dwg, image/eps, application/gzip, image/heif, application/x-jpg, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-dxf, application/x-csv, application/x-autocad, image/bmp, application/x-gzip, drawing/x-dwf, application/postscript, image/tiff, drawing/x-dwg, image/x-dwg, application/x-rar-compressed, application/rtf.
|
12088
12088
|
"""
|
12089
12089
|
file: Upload!
|
12090
12090
|
|