@nautical-commerce/graphql-schema 1.55.2-23-g89c82d5ac → 1.55.2-25-g07b64a055
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +7 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -6046,6 +6046,12 @@ type OrderLine implements Node & ObjectWithMetadata {
|
|
6046
6046
|
|
6047
6047
|
"""The number of items ordered on this order line."""
|
6048
6048
|
quantityOrdered: Int!
|
6049
|
+
|
6050
|
+
"""The number of unfulfilled items refunded on this order line."""
|
6051
|
+
unfulfilledQuantityRefunded: Int!
|
6052
|
+
|
6053
|
+
"""The number of fulfilled items refunded on this order line."""
|
6054
|
+
fulfilledQuantityRefunded: Int!
|
6049
6055
|
}
|
6050
6056
|
|
6051
6057
|
type DigitalContentUrl implements Node {
|
@@ -13906,7 +13912,7 @@ type Mutation {
|
|
13906
13912
|
description: String
|
13907
13913
|
|
13908
13914
|
"""
|
13909
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/
|
13915
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/comma-separated-values, image/x-bmp, drawing/x-dwg, application/dxf, application/x-gzip, image/vnd.dwg, application/x-rar-compressed, image/tiff, application/rtf, application/x-rtf, image/eps, drawing/dwg, image/dxf, text/csv, text/svg, image/x-tiff, application/x-dwg, application/x-tiff, application/pdf, image/heic, application/x-eps, image/x-tif, application/x-jpg, application/msword, application/zip, image/heif-sequence, image/tif, image/jpeg, application/gzip-compressed, image/heif, application/csv, application/postscript, application/vnd.oasis.opendocument.presentation, application/acrobat, application/x-pdf, application/vnd.oasis.opendocument.spreadsheet, image/svg, application/vnd.ms-excel, image/heic-sequence, application/x-tar, application/vnd.pdf, image/svg+xml, text/x-comma-separated-values, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/jpg, application/x-autocad, application/gzip, drawing/x-dwf, text/plain, application/x-zip-compressed, application/gzipped, application/x-dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/webp, application/vnd.oasis.opendocument.text, text/pdf, application/tif, image/x-eps, application/excel, image/bmp, text/svg-xml, application/x-rar, image/jpg, application/x-csv, application/x-tif, application/svg+xml, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/gif, application/dwg, pplication/vnd.rar, image/x-ms-bmp, application/acad, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/tiff, text/x-csv, image/png, text/x-pdf, application/eps, application/vnd.ms-word, application/x-acad, image/x-dxf, image/x-dwg.
|
13910
13916
|
"""
|
13911
13917
|
file: Upload!
|
13912
13918
|
|