@nautical-commerce/graphql-schema 1.79.1-21-g2f8e264f1 → 1.79.1-22-g3e17f1258
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 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5447,7 +5447,6 @@ enum PermissionEnum {
|
|
5447
5447
|
MANAGE_ORDERS
|
5448
5448
|
MANAGE_DRAFT_AND_QUOTE_ORDERS
|
5449
5449
|
MANAGE_FULFILLMENTS
|
5450
|
-
MANAGE_PAGES @deprecated(reason: "This will be removed on March 10, 2025. If you are using MANAGE_PAGES, please use MANAGE_STOREFRONTS instead.")
|
5451
5450
|
MANAGE_PRODUCTS
|
5452
5451
|
MANAGE_INVENTORY
|
5453
5452
|
MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
|
@@ -12558,7 +12557,7 @@ type Mutation {
|
|
12558
12557
|
description: String
|
12559
12558
|
|
12560
12559
|
"""
|
12561
|
-
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-
|
12560
|
+
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-gzip, image/x-bmp, application/x-zip-compressed, application/x-dwg, application/x-pdf, application/tiff, image/heif, text/svg-xml, application/x-tiff, application/eps, image/x-dwg, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwf, image/heic-sequence, image/x-eps, image/png, application/gzipped, application/x-dxf, image/x-ms-bmp, image/gif, image/heif-sequence, application/excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/dwg, application/x-csv, image/x-tif, application/vnd.oasis.opendocument.text, application/svg+xml, application/x-rtf, image/x-tiff, application/vnd.ms-powerpoint, application/x-eps, image/vnd.dwg, application/jpg, application/vnd.pdf, application/tif, text/csv, image/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-comma-separated-values, image/jpeg, application/x-tar, application/vnd.ms-word, image/tiff, image/svg+xml, image/webp, text/pdf, application/gzip-compressed, application/acad, image/jpg, application/acrobat, image/tif, application/gzip, application/csv, image/x-dxf, application/msword, application/x-acad, application/rtf, text/comma-separated-values, text/x-pdf, application/x-autocad, application/x-tif, image/heic, application/x-rar-compressed, application/x-jpg, application/postscript, application/vnd.ms-excel, text/rtf, text/plain, text/x-csv, image/bmp, drawing/x-dwg, application/dwg, image/svg, application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, application/vnd.oasis.opendocument.presentation, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, pplication/vnd.rar, image/dxf, text/svg.
|
12562
12561
|
"""
|
12563
12562
|
file: Upload!
|
12564
12563
|
|