@nautical-commerce/graphql-schema 1.68.0-7-g51d39e010 → 1.68.0-8-g7894297fe
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
@@ -4745,7 +4745,7 @@ type Permission {
|
|
4745
4745
|
enum PermissionEnum {
|
4746
4746
|
MANAGE_USERS
|
4747
4747
|
MANAGE_STAFF
|
4748
|
-
MANAGE_PERMISSIONS
|
4748
|
+
MANAGE_PERMISSIONS @deprecated(reason: "This will be removed on April 23, 2025.")
|
4749
4749
|
MANAGE_APPS
|
4750
4750
|
MANAGE_DISCOUNTS
|
4751
4751
|
MANAGE_DOCUMENTS
|
@@ -13190,7 +13190,7 @@ type Mutation {
|
|
13190
13190
|
description: String
|
13191
13191
|
|
13192
13192
|
"""
|
13193
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13193
|
+
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.text, application/pdf, image/heic-sequence, application/vnd.pdf, text/rtf, application/x-dwg, application/x-dxf, drawing/x-dwf, drawing/dwg, application/vnd.ms-word, text/x-csv, text/x-comma-separated-values, application/x-rar-compressed, application/tif, text/svg-xml, application/x-eps, image/svg+xml, image/x-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.spreadsheet, image/dxf, application/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.presentation, application/eps, application/x-tif, image/gif, application/gzipped, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/tif, application/zip, application/tiff, application/rtf, application/gzip-compressed, application/dxf, image/eps, image/x-tiff, text/svg, image/tiff, pplication/vnd.rar, image/webp, application/msword, text/x-pdf, image/heif-sequence, application/x-pdf, image/bmp, application/acrobat, image/x-dxf, drawing/x-dwg, application/x-csv, application/x-autocad, image/vnd.dwg, application/x-tar, text/csv, text/plain, image/heif, image/svg, application/jpg, application/x-acad, text/pdf, text/comma-separated-values, application/x-jpg, application/vnd.ms-excel, application/vnd.ms-powerpoint, image/x-tif, application/postscript, image/jpeg, image/png, image/x-eps, application/excel, application/x-rar, application/dwg, image/jpg, application/csv, application/x-tiff, application/gzip, image/x-ms-bmp, image/heic, application/x-gzip, application/acad, application/x-zip-compressed, image/x-dwg.
|
13194
13194
|
"""
|
13195
13195
|
file: Upload!
|
13196
13196
|
|