@nautical-commerce/graphql-schema 1.76.0-8-gf37ac0869 → 1.76.0-9-g481b9c4d6
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 -24
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13155,7 +13155,7 @@ type Mutation {
|
|
13155
13155
|
description: String
|
13156
13156
|
|
13157
13157
|
"""
|
13158
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13158
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-dxf, application/x-rar, image/dxf, image/x-eps, application/postscript, image/x-tiff, image/svg, application/x-tar, text/pdf, text/x-pdf, application/x-autocad, application/vnd.oasis.opendocument.presentation, application/vnd.ms-powerpoint, application/tiff, application/acad, text/x-csv, application/vnd.oasis.opendocument.spreadsheet, application/gzip, application/gzip-compressed, image/webp, image/svg+xml, text/svg-xml, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpeg, drawing/x-dwg, application/x-eps, application/csv, drawing/x-dwf, image/x-ms-bmp, application/excel, application/x-rar-compressed, application/x-pdf, image/tiff, image/x-bmp, application/x-acad, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heif-sequence, application/eps, application/dwg, image/x-tif, drawing/dwg, image/png, text/csv, image/gif, application/x-csv, image/bmp, application/x-zip-compressed, text/rtf, image/heic-sequence, application/msword, application/rtf, application/svg+xml, image/heic, application/x-gzip, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/comma-separated-values, application/x-jpg, application/x-tiff, image/x-dwg, application/gzipped, application/vnd.pdf, application/jpg, image/eps, application/x-dxf, application/vnd.ms-excel, application/vnd.oasis.opendocument.text, application/pdf, pplication/vnd.rar, image/jpg, application/acrobat, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-rtf, image/tif, text/plain, application/zip, image/vnd.dwg, image/heif, text/svg, application/vnd.ms-word, application/x-dwg, application/x-tif, application/tif.
|
13159
13159
|
"""
|
13160
13160
|
file: Upload!
|
13161
13161
|
|
@@ -16251,20 +16251,6 @@ type Mutation {
|
|
16251
16251
|
input: StaffUpdateInput!
|
16252
16252
|
): StaffUpdate
|
16253
16253
|
|
16254
|
-
"""
|
16255
|
-
Sets the user's email from the token sent by email using the StaffUpdate mutation.
|
16256
|
-
"""
|
16257
|
-
staffEmailSet(
|
16258
|
-
"""Existing email of the staff member."""
|
16259
|
-
email: String!
|
16260
|
-
|
16261
|
-
"""New email of the staff member."""
|
16262
|
-
newEmail: String!
|
16263
|
-
|
16264
|
-
"""A one-time token required to set the email."""
|
16265
|
-
token: String!
|
16266
|
-
): StaffEmailSet
|
16267
|
-
|
16268
16254
|
"""Deletes a staff user."""
|
16269
16255
|
staffDelete(
|
16270
16256
|
"""ID of a staff user to delete."""
|
@@ -23704,15 +23690,6 @@ input StaffUpdateInput {
|
|
23704
23690
|
removeGroups: [ID!]
|
23705
23691
|
}
|
23706
23692
|
|
23707
|
-
"""
|
23708
|
-
Sets the user's email from the token sent by email using the StaffUpdate mutation.
|
23709
|
-
"""
|
23710
|
-
type StaffEmailSet {
|
23711
|
-
"""A user instance."""
|
23712
|
-
user: User
|
23713
|
-
staffErrors: [StaffError!]!
|
23714
|
-
}
|
23715
|
-
|
23716
23693
|
"""Deletes a staff user."""
|
23717
23694
|
type StaffDelete {
|
23718
23695
|
staffErrors: [StaffError!]!
|