@nautical-commerce/graphql-schema 1.58.2 → 1.58.3
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 +4 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
|
@@ -1055,6 +1055,9 @@ type Query {
|
|
|
1055
1055
|
payoutId: ID
|
|
1056
1056
|
): VendorPayoutReport
|
|
1057
1057
|
vendorPayoutList(
|
|
1058
|
+
"""Vendor type of the payout"""
|
|
1059
|
+
vendorType: String @deprecated(reason: "This will be removed on February 1, 2025.")
|
|
1060
|
+
|
|
1058
1061
|
"""Vendor ID"""
|
|
1059
1062
|
vendorId: ID
|
|
1060
1063
|
): SingleVendorPayoutReport
|
|
@@ -13476,7 +13479,7 @@ type Mutation {
|
|
|
13476
13479
|
description: String
|
|
13477
13480
|
|
|
13478
13481
|
"""
|
|
13479
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.
|
|
13482
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.ms-powerpoint, image/tif, application/dxf, application/csv, image/heic, image/eps, application/x-acad, application/x-csv, application/gzip-compressed, image/bmp, application/x-rtf, image/svg+xml, application/msword, application/x-zip-compressed, application/gzipped, image/heic-sequence, pplication/vnd.rar, application/rtf, image/jpeg, application/vnd.oasis.opendocument.text, drawing/dwg, image/jpg, application/dwg, application/x-tiff, image/x-dxf, application/x-jpg, application/pdf, drawing/x-dwf, application/x-rar-compressed, drawing/x-dwg, application/vnd.pdf, text/plain, image/heif-sequence, text/rtf, text/x-pdf, image/png, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-dxf, application/x-tar, image/x-bmp, application/vnd.ms-word, application/tiff, image/tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acrobat, image/gif, text/svg-xml, application/jpg, application/x-autocad, application/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/postscript, application/x-tif, application/x-gzip, application/x-rar, image/x-tiff, application/eps, text/pdf, application/gzip, application/acad, image/x-tif, image/vnd.dwg, application/zip, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, image/webp, text/svg, image/x-dwg, image/dxf, text/x-comma-separated-values, text/csv, application/excel, application/vnd.oasis.opendocument.presentation, image/svg, image/heif, image/x-eps, text/comma-separated-values, application/tif, application/svg+xml, application/vnd.ms-excel, application/x-eps, image/x-ms-bmp.
|
|
13480
13483
|
"""
|
|
13481
13484
|
file: Upload!
|
|
13482
13485
|
|