@nautical-commerce/graphql-schema 1.67.0-11-ga53d923ca → 1.67.0-13-g7d3dbc0f8
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 +1 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3833,9 +3833,6 @@ type Order implements Node & ObjectWithMetadata {
|
|
3833
3833
|
"""Marketplace order that this seller order belongs to."""
|
3834
3834
|
marketplaceOrder: NauticalOrder
|
3835
3835
|
|
3836
|
-
"""Latest vendor payout this order is in"""
|
3837
|
-
vendorPayout: VendorPayout @deprecated(reason: "This will be removed on January 15, 2025. Use the more accurate vendorPayouts field instead.")
|
3838
|
-
|
3839
3836
|
"""All vendor payouts that contain this order"""
|
3840
3837
|
vendorPayouts: [VendorPayout!]
|
3841
3838
|
|
@@ -13205,7 +13202,7 @@ type Mutation {
|
|
13205
13202
|
description: String
|
13206
13203
|
|
13207
13204
|
"""
|
13208
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13205
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/bmp, application/tif, image/heif-sequence, text/comma-separated-values, application/vnd.ms-powerpoint, application/x-tiff, drawing/x-dwf, application/rtf, application/vnd.ms-word, image/x-ms-bmp, application/pdf, image/x-bmp, image/png, text/rtf, application/dxf, application/gzip-compressed, application/tiff, drawing/x-dwg, application/x-gzip, application/eps, image/heic, text/x-pdf, application/x-csv, image/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/svg, application/svg+xml, application/vnd.pdf, application/dwg, text/x-comma-separated-values, application/acad, application/vnd.oasis.opendocument.presentation, drawing/dwg, image/gif, image/tif, application/excel, text/x-csv, application/x-eps, application/gzipped, application/x-rtf, image/webp, application/x-tar, image/x-dxf, text/plain, image/heic-sequence, image/x-dwg, pplication/vnd.rar, image/vnd.dwg, application/x-rar, image/jpg, image/x-tif, text/pdf, image/dxf, application/x-zip-compressed, application/postscript, application/x-jpg, application/x-dwg, application/x-autocad, image/x-eps, text/svg-xml, application/jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acrobat, application/vnd.ms-excel, image/x-tiff, image/tiff, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-pdf, image/eps, application/csv, application/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg, text/csv, application/gzip, application/x-acad, application/vnd.oasis.opendocument.text, application/zip, application/x-rar-compressed, application/x-tif, application/msword, image/heif, image/jpeg.
|
13209
13206
|
"""
|
13210
13207
|
file: Upload!
|
13211
13208
|
|