@nautical-commerce/graphql-schema 1.64.0-5-g73131ffd1 → 1.64.0-6-g4b9f486bf
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 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4748,7 +4748,6 @@ type Permission {
|
|
4748
4748
|
name: String!
|
4749
4749
|
}
|
4750
4750
|
|
4751
|
-
"""An enumeration."""
|
4752
4751
|
enum PermissionEnum {
|
4753
4752
|
MANAGE_USERS
|
4754
4753
|
MANAGE_STAFF
|
@@ -4764,7 +4763,7 @@ enum PermissionEnum {
|
|
4764
4763
|
MANAGE_ORDERS
|
4765
4764
|
MANAGE_DRAFT_AND_QUOTE_ORDERS
|
4766
4765
|
MANAGE_FULFILLMENTS
|
4767
|
-
MANAGE_PAGES
|
4766
|
+
MANAGE_PAGES @deprecated(reason: "This will be removed on March 10, 2025. If you are using MANAGE_PAGES, please use MANAGE_STOREFRONTS instead.")
|
4768
4767
|
MANAGE_PRODUCTS
|
4769
4768
|
MANAGE_INVENTORY
|
4770
4769
|
MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
|
@@ -13167,7 +13166,7 @@ type Mutation {
|
|
13167
13166
|
description: String
|
13168
13167
|
|
13169
13168
|
"""
|
13170
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13169
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/dwg, application/excel, application/tif, application/x-tif, image/x-dxf, image/bmp, image/dxf, application/gzipped, application/x-csv, application/x-rar-compressed, image/tiff, pplication/vnd.rar, image/heic, image/x-eps, application/msword, image/x-ms-bmp, text/rtf, application/tiff, text/comma-separated-values, application/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/pdf, application/x-rtf, text/svg-xml, application/jpg, text/csv, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg+xml, image/x-bmp, application/x-zip-compressed, application/vnd.ms-word, application/x-tiff, image/heif, text/x-csv, application/vnd.ms-excel, application/x-tar, application/x-gzip, drawing/dwg, text/pdf, application/vnd.oasis.opendocument.presentation, image/jpeg, application/dxf, application/rtf, application/vnd.oasis.opendocument.text, application/x-pdf, image/tif, image/eps, application/acrobat, application/gzip, image/x-tif, application/x-acad, image/gif, image/webp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-powerpoint, drawing/x-dwg, application/postscript, application/acad, application/csv, text/plain, text/svg, image/png, image/jpg, application/svg+xml, text/x-pdf, application/x-dxf, image/svg, application/x-jpg, image/heif-sequence, application/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-autocad, image/vnd.dwg, application/eps, image/x-tiff, application/vnd.pdf, text/x-comma-separated-values, application/gzip-compressed, image/heic-sequence, application/zip, application/x-rar, drawing/x-dwf, image/x-dwg.
|
13171
13170
|
"""
|
13172
13171
|
file: Upload!
|
13173
13172
|
|