@nautical-commerce/graphql-schema 1.78.0-27-g58243f5b3 → 1.78.0-28-ge0dc65125
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
@@ -3696,7 +3696,7 @@ enum VendorPayoutEventsEnum {
|
|
3696
3696
|
"""Vendor payout status was updated."""
|
3697
3697
|
VENDOR_PAYOUT_STATUS_UPDATED
|
3698
3698
|
|
3699
|
-
"""A note was added to the vendor payout"""
|
3699
|
+
"""A note was added to the vendor payout."""
|
3700
3700
|
NOTE_ADDED
|
3701
3701
|
|
3702
3702
|
"""The vendor payout email was sent."""
|
@@ -12759,7 +12759,7 @@ type Mutation {
|
|
12759
12759
|
description: String
|
12760
12760
|
|
12761
12761
|
"""
|
12762
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12762
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-tiff, image/heic, application/x-tif, application/x-dxf, application/zip, image/x-bmp, image/eps, application/excel, image/x-tif, image/tif, text/svg-xml, image/vnd.dwg, application/vnd.ms-excel, image/dxf, application/rtf, image/heif, image/png, application/acad, application/gzip-compressed, image/webp, application/x-jpg, image/bmp, application/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, application/x-dwg, application/x-rar-compressed, text/plain, application/vnd.ms-word, application/jpg, application/x-autocad, application/csv, image/gif, image/heif-sequence, image/heic-sequence, application/dwg, text/rtf, application/vnd.oasis.opendocument.spreadsheet, application/pdf, application/vnd.oasis.opendocument.text, application/x-gzip, pplication/vnd.rar, image/jpeg, application/vnd.pdf, text/x-comma-separated-values, application/msword, application/x-csv, drawing/x-dwg, text/pdf, application/svg+xml, image/x-dwg, text/comma-separated-values, application/x-rar, application/x-tar, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/csv, image/x-dxf, application/postscript, application/x-eps, image/x-eps, application/acrobat, application/x-acad, image/jpg, drawing/x-dwf, application/x-rtf, text/x-pdf, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-pdf, application/gzip, application/dxf, application/gzipped, image/x-tiff, text/svg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg+xml, image/x-ms-bmp, image/svg, application/vnd.ms-powerpoint, application/x-zip-compressed, drawing/dwg, application/tiff, application/tif.
|
12763
12763
|
"""
|
12764
12764
|
file: Upload!
|
12765
12765
|
|