@nautical-commerce/graphql-schema 1.98.0 → 1.98.2-1-gf60eca0af
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 +5 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -11826,7 +11826,7 @@ type Mutation {
|
|
11826
11826
|
description: String
|
11827
11827
|
|
11828
11828
|
"""
|
11829
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11829
|
+
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-dwg, application/dwg, application/csv, application/x-dwg, image/svg+xml, application/vnd.oasis.opendocument.text, image/png, image/tif, image/webp, application/x-tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/msword, application/tif, image/eps, application/x-jpg, image/x-dxf, application/gzip, application/rtf, application/dxf, application/x-rar, text/x-pdf, application/x-eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tiff, application/vnd.ms-powerpoint, application/vnd.ms-word, application/eps, application/excel, text/csv, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/zip, image/heif, image/gif, drawing/x-dwg, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, text/svg, image/vnd.dwg, application/x-rtf, application/x-autocad, text/x-comma-separated-values, text/rtf, application/gzipped, application/x-rar-compressed, application/pdf, text/comma-separated-values, application/acad, application/vnd.oasis.opendocument.presentation, application/x-gzip, text/plain, application/jpg, image/bmp, image/x-tif, application/postscript, application/x-dxf, image/dxf, drawing/dwg, image/tiff, text/svg-xml, image/jpg, image/x-tiff, application/gzip-compressed, image/jpeg, application/x-acad, application/x-pdf, pplication/vnd.rar, image/heic-sequence, application/vnd.pdf, image/svg, application/x-csv, image/heic, image/x-bmp, application/tiff, application/svg+xml, drawing/x-dwf, application/acrobat, application/vnd.oasis.opendocument.spreadsheet, image/x-eps, text/x-csv, image/heif-sequence, text/pdf, application/x-tar.
|
11830
11830
|
"""
|
11831
11831
|
file: Upload!
|
11832
11832
|
|
@@ -15667,8 +15667,11 @@ input SellerOwnerCreateInput {
|
|
15667
15667
|
"""Personal phone number."""
|
15668
15668
|
personalPhone: String
|
15669
15669
|
|
15670
|
+
"""Password for the user. If this is supplied, redirectUrl is ignored."""
|
15671
|
+
password: String
|
15672
|
+
|
15670
15673
|
"""
|
15671
|
-
URL of a view where users should be redirected to set the password. URL in RFC 1808 format.
|
15674
|
+
URL of a view where users should be redirected to set the password if not provided during signup. URL in RFC 1808 format.
|
15672
15675
|
"""
|
15673
15676
|
redirectUrl: String
|
15674
15677
|
|