@nautical-commerce/graphql-schema 1.80.0-28-g4be9fba36 → 1.80.0-29-ge4e74aa84
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
@@ -5246,7 +5246,6 @@ type Permission {
|
|
5246
5246
|
enum PermissionEnum {
|
5247
5247
|
MANAGE_USERS
|
5248
5248
|
MANAGE_STAFF
|
5249
|
-
MANAGE_PERMISSIONS @deprecated(reason: "This will be removed on April 23, 2025.")
|
5250
5249
|
MANAGE_APPS
|
5251
5250
|
MANAGE_DISCOUNTS
|
5252
5251
|
MANAGE_DOCUMENTS
|
@@ -5263,12 +5262,10 @@ enum PermissionEnum {
|
|
5263
5262
|
MANAGE_PRODUCT_TYPES_AND_ATTRIBUTES
|
5264
5263
|
MANAGE_SHIPPING
|
5265
5264
|
MANAGE_SETTINGS
|
5266
|
-
MANAGE_TRANSLATIONS
|
5267
5265
|
MANAGE_CHECKOUTS
|
5268
5266
|
MANAGE_AGREEMENTS
|
5269
5267
|
MANAGE_MARKETPLACE
|
5270
5268
|
MANAGE_MARKETPLACE_CONFIGURATION
|
5271
|
-
MANAGE_MICROSITES
|
5272
5269
|
MANAGE_PAYOUTS
|
5273
5270
|
MANAGE_PAYMENTS
|
5274
5271
|
MANAGE_REFUNDS
|
@@ -12077,7 +12074,7 @@ type Mutation {
|
|
12077
12074
|
description: String
|
12078
12075
|
|
12079
12076
|
"""
|
12080
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12077
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.oasis.opendocument.presentation, application/vnd.ms-powerpoint, application/zip, image/svg, image/heif-sequence, application/x-jpg, application/x-zip-compressed, application/vnd.ms-word, image/x-dwg, text/csv, application/msword, application/acad, text/x-csv, application/rtf, application/x-rar, application/x-tiff, image/heic, application/dwg, application/x-tar, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/acrobat, application/x-autocad, image/eps, image/jpeg, application/x-dxf, application/excel, application/dxf, image/heic-sequence, image/x-ms-bmp, image/jpg, application/x-csv, image/heif, text/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-pdf, pplication/vnd.rar, text/comma-separated-values, application/tiff, application/x-acad, application/postscript, application/vnd.oasis.opendocument.text, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/pdf, image/x-tiff, application/gzipped, image/png, image/x-bmp, image/tif, image/vnd.dwg, application/gzip-compressed, application/vnd.oasis.opendocument.spreadsheet, application/jpg, image/x-dxf, application/x-tif, text/svg-xml, drawing/x-dwg, application/csv, application/vnd.ms-excel, drawing/x-dwf, application/tif, text/x-comma-separated-values, application/x-dwg, image/dxf, application/x-gzip, image/gif, image/webp, application/x-rtf, application/eps, text/svg, application/gzip, image/x-eps, image/bmp, application/vnd.pdf, text/rtf, application/x-pdf, application/x-eps, drawing/dwg, application/x-rar-compressed, text/plain, image/svg+xml, application/svg+xml, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
|
12081
12078
|
"""
|
12082
12079
|
file: Upload!
|
12083
12080
|
|