@nautical-commerce/graphql-schema 1.86.0-4-g9c7cec4d0 → 1.86.0-6-g9d96b6755
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 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5053,7 +5053,6 @@ enum PermissionEnum {
|
|
5053
5053
|
MANAGE_DOCUMENTS
|
5054
5054
|
MANAGE_EMAILS
|
5055
5055
|
MANAGE_PLUGINS
|
5056
|
-
MANAGE_PRICEBOOKS
|
5057
5056
|
MANAGE_STOREFRONTS
|
5058
5057
|
MANAGE_MENUS
|
5059
5058
|
MANAGE_ORDERS
|
@@ -5202,8 +5201,6 @@ enum WebhookEventTypeEnum {
|
|
5202
5201
|
PAYOUT_CREATED
|
5203
5202
|
PAYOUT_UPDATED
|
5204
5203
|
PAYOUT_DELETED
|
5205
|
-
PRICE_BOOK_CREATED
|
5206
|
-
PRICE_BOOK_UPDATED
|
5207
5204
|
PRODUCT_CREATED
|
5208
5205
|
PRODUCT_DELETED
|
5209
5206
|
PRODUCT_UPDATED
|
@@ -11487,7 +11484,7 @@ type Mutation {
|
|
11487
11484
|
description: String
|
11488
11485
|
|
11489
11486
|
"""
|
11490
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11487
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif-sequence, application/tiff, application/vnd.ms-word, image/x-eps, application/x-tar, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/zip, image/heic, image/tiff, application/dxf, application/eps, image/x-dxf, text/x-csv, application/vnd.oasis.opendocument.spreadsheet, image/gif, image/jpeg, pplication/vnd.rar, application/x-rar, text/plain, text/rtf, image/tif, application/pdf, application/csv, image/x-dwg, image/heif, text/svg, application/gzipped, application/gzip, image/vnd.dwg, image/dxf, image/svg+xml, application/vnd.ms-powerpoint, image/bmp, image/x-tiff, application/rtf, application/x-jpg, application/x-tif, application/excel, application/vnd.oasis.opendocument.text, text/x-comma-separated-values, application/x-zip-compressed, image/heic-sequence, image/x-bmp, application/x-autocad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-acad, image/eps, application/x-dwg, application/jpg, application/tif, image/webp, application/acrobat, application/x-eps, application/x-dxf, application/acad, application/postscript, image/x-tif, image/png, application/x-tiff, image/x-ms-bmp, application/msword, application/vnd.oasis.opendocument.presentation, application/svg+xml, application/x-gzip, application/vnd.pdf, drawing/x-dwg, text/csv, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-csv, text/svg-xml, image/svg, text/comma-separated-values, application/gzip-compressed, application/vnd.ms-excel, text/x-pdf, application/x-rtf, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/x-dwf, image/jpg, application/x-pdf, text/pdf, application/dwg.
|
11491
11488
|
"""
|
11492
11489
|
file: Upload!
|
11493
11490
|
|