@nautical-commerce/graphql-schema 1.62.0-9-g5503ca694 → 1.62.1
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
@@ -3563,7 +3563,7 @@ type VendorPayout implements Node & ObjectWithMetadata {
|
|
3563
3563
|
updated: DateTime!
|
3564
3564
|
gateway: String!
|
3565
3565
|
payout: Payout!
|
3566
|
-
seller: Seller
|
3566
|
+
seller: Seller
|
3567
3567
|
currency: String!
|
3568
3568
|
average: Decimal!
|
3569
3569
|
discounts: Decimal!
|
@@ -13284,7 +13284,7 @@ type Mutation {
|
|
13284
13284
|
description: String
|
13285
13285
|
|
13286
13286
|
"""
|
13287
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13287
|
+
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-csv, image/svg+xml, image/heif, application/gzip-compressed, image/tiff, drawing/x-dwg, application/x-tiff, application/x-dxf, application/vnd.oasis.opendocument.text, pplication/vnd.rar, drawing/dwg, image/heic-sequence, image/eps, application/tif, application/x-rar, application/vnd.oasis.opendocument.spreadsheet, image/gif, application/x-dwg, text/svg-xml, text/x-comma-separated-values, application/svg+xml, application/acrobat, application/x-eps, image/x-ms-bmp, application/dwg, image/x-dxf, application/jpg, image/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/postscript, application/msword, text/comma-separated-values, application/vnd.ms-powerpoint, application/x-gzip, image/vnd.dwg, application/x-pdf, application/x-acad, drawing/x-dwf, application/csv, application/vnd.ms-word, application/rtf, application/excel, text/x-csv, image/x-tiff, image/tif, application/vnd.oasis.opendocument.presentation, application/x-tif, application/acad, application/x-rtf, image/jpeg, application/eps, image/webp, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-tif, image/bmp, image/x-bmp, text/x-pdf, text/csv, text/pdf, image/heif-sequence, image/png, application/gzipped, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/gzip, application/vnd.ms-excel, text/rtf, application/pdf, application/x-autocad, application/x-rar-compressed, image/x-eps, application/x-tar, image/dxf, application/tiff, application/x-zip-compressed, image/svg, image/jpg, text/svg, application/x-jpg, text/plain, application/zip, image/heic, application/vnd.pdf.
|
13288
13288
|
"""
|
13289
13289
|
file: Upload!
|
13290
13290
|
|