@nautical-commerce/graphql-schema 3.3.0 → 3.4.0
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 +6 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -12713,7 +12713,7 @@ type Mutation {
|
|
|
12713
12713
|
description: String
|
|
12714
12714
|
|
|
12715
12715
|
"""
|
|
12716
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
|
12716
|
+
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, text/svg, application/x-acad, application/x-eps, application/csv, image/tiff, application/x-autocad, text/rtf, application/dxf, application/acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-tif, image/vnd.dwg, application/x-dwg, application/vnd.oasis.opendocument.spreadsheet, image/png, application/pdf, image/dxf, text/csv, application/svg+xml, application/x-tiff, image/tif, image/x-eps, application/eps, pplication/vnd.rar, application/x-dxf, image/heif, application/x-csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/bmp, text/x-csv, application/vnd.oasis.opendocument.text, application/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dxf, image/gif, application/x-tar, application/x-rar, application/rtf, application/zip, text/comma-separated-values, image/eps, application/x-zip-compressed, application/x-gzip, image/heif-sequence, application/postscript, application/vnd.ms-excel, image/x-tiff, text/x-pdf, image/x-dwg, image/x-ms-bmp, drawing/dwg, application/x-rar-compressed, application/tiff, application/x-jpg, application/vnd.ms-word, application/dwg, image/heic-sequence, application/vnd.pdf, application/vnd.ms-powerpoint, image/jpeg, drawing/x-dwg, text/pdf, application/x-rtf, text/plain, image/svg+xml, application/gzip-compressed, image/heic, image/svg, application/x-pdf, text/svg-xml, drawing/x-dwf, application/msword, application/vnd.oasis.opendocument.presentation, application/excel, application/gzip, text/x-comma-separated-values, image/webp, application/gzipped, image/jpg, application/tif, application/jpg, image/x-bmp.
|
|
12717
12717
|
"""
|
|
12718
12718
|
file: Upload!
|
|
12719
12719
|
|
|
@@ -16887,6 +16887,11 @@ input SellerSettingsUpdateInput {
|
|
|
16887
16887
|
accrues shipping revenue
|
|
16888
16888
|
"""
|
|
16889
16889
|
fulfilledByMarketplace: Boolean
|
|
16890
|
+
|
|
16891
|
+
"""
|
|
16892
|
+
External payout account ID (e.g. Trolley recipient ID). Requires MANAGE_MARKETPLACE permission. Use to correct a seller's payout gateway connection.
|
|
16893
|
+
"""
|
|
16894
|
+
externalPayoutAccountId: String
|
|
16890
16895
|
}
|
|
16891
16896
|
|
|
16892
16897
|
"""Marks manually one checklist item as completed."""
|