@nautical-commerce/graphql-schema 2.0.4 → 2.0.5-1-gb56cfa131
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 -12
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -11930,7 +11930,7 @@ type Mutation {
|
|
|
11930
11930
|
description: String
|
|
11931
11931
|
|
|
11932
11932
|
"""
|
|
11933
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
|
11933
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/acrobat, application/jpg, application/rtf, application/tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/postscript, image/webp, application/vnd.ms-excel, application/x-gzip, text/x-pdf, application/vnd.oasis.opendocument.presentation, application/gzip, text/rtf, drawing/x-dwf, application/excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-autocad, image/x-bmp, drawing/x-dwg, application/vnd.pdf, text/csv, drawing/dwg, application/x-tiff, image/heic, image/jpg, image/gif, text/comma-separated-values, application/dxf, application/x-acad, application/x-rar, text/svg, application/zip, image/svg, application/vnd.oasis.opendocument.spreadsheet, image/x-tiff, application/svg+xml, application/x-rar-compressed, application/x-rtf, image/jpeg, application/x-zip-compressed, image/heif-sequence, image/svg+xml, application/vnd.oasis.opendocument.text, application/eps, application/x-eps, application/tiff, image/bmp, text/svg-xml, text/x-csv, image/tif, image/x-eps, image/x-tif, image/heif, application/vnd.ms-word, application/x-pdf, image/x-ms-bmp, text/x-comma-separated-values, image/heic-sequence, application/x-dwg, text/pdf, text/plain, image/vnd.dwg, image/tiff, application/x-tif, application/msword, application/dwg, image/dxf, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/gzip-compressed, application/gzipped, application/x-csv, image/x-dxf, image/x-dwg, image/png, application/csv, application/acad, pplication/vnd.rar, image/eps, application/vnd.ms-powerpoint, application/x-tar, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-jpg, application/x-dxf.
|
|
11934
11934
|
"""
|
|
11935
11935
|
file: Upload!
|
|
11936
11936
|
|
|
@@ -14302,7 +14302,7 @@ type Mutation {
|
|
|
14302
14302
|
"""Deletes a checkout."""
|
|
14303
14303
|
checkoutDelete(
|
|
14304
14304
|
"""Token of a checkout to delete."""
|
|
14305
|
-
token:
|
|
14305
|
+
token: UUID!
|
|
14306
14306
|
): CheckoutDelete
|
|
14307
14307
|
|
|
14308
14308
|
"""Adds purchase order number to a checkout."""
|
|
@@ -21529,16 +21529,6 @@ input UserCreateInput {
|
|
|
21529
21529
|
"""
|
|
21530
21530
|
sendCustomerSetPasswordEmail: Boolean
|
|
21531
21531
|
|
|
21532
|
-
"""
|
|
21533
|
-
Seller to add customer to during staff upgrade, if no seller is supplied a new seller will be created.
|
|
21534
|
-
"""
|
|
21535
|
-
seller: ID
|
|
21536
|
-
|
|
21537
|
-
"""
|
|
21538
|
-
List of permission group IDs to which customer should be assigned during staff upgrade.
|
|
21539
|
-
"""
|
|
21540
|
-
addGroups: [ID!]
|
|
21541
|
-
|
|
21542
21532
|
"""
|
|
21543
21533
|
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
|
21544
21534
|
"""
|