@nautical-commerce/graphql-schema 1.86.0-12-gaac8155c0 → 1.86.0-14-g24fd253a1
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
@@ -2472,7 +2472,7 @@ type CheckoutLine implements Node & ObjectWithMetadata {
|
|
2472
2472
|
seller: Seller
|
2473
2473
|
|
2474
2474
|
"""
|
2475
|
-
The unit price of line which is the discounted price after
|
2475
|
+
The unit price of line which is the discounted price after sale application
|
2476
2476
|
"""
|
2477
2477
|
discountedUnitPrice: TaxedMoney!
|
2478
2478
|
|
@@ -11484,7 +11484,7 @@ type Mutation {
|
|
11484
11484
|
description: String
|
11485
11485
|
|
11486
11486
|
"""
|
11487
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11487
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpg, image/vnd.dwg, application/x-gzip, application/vnd.oasis.opendocument.text, image/x-eps, image/x-bmp, application/x-acad, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/zip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/comma-separated-values, image/svg, image/heif-sequence, application/x-jpg, image/heic-sequence, application/x-autocad, text/csv, image/tiff, application/x-tiff, image/eps, application/x-rar, image/dxf, image/jpeg, application/acrobat, application/tiff, text/x-comma-separated-values, image/x-dxf, application/postscript, application/x-zip-compressed, application/x-tar, application/x-csv, image/x-tif, drawing/dwg, application/vnd.oasis.opendocument.spreadsheet, pplication/vnd.rar, image/png, text/svg-xml, application/acad, image/bmp, application/eps, image/heif, drawing/x-dwg, application/x-tif, image/gif, application/excel, application/dxf, text/svg, application/x-dxf, text/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-pdf, image/tif, text/x-pdf, text/x-csv, image/x-tiff, application/gzip, application/jpg, application/tif, application/x-rtf, application/rtf, application/x-rar-compressed, application/gzipped, image/webp, application/vnd.ms-excel, application/svg+xml, image/svg+xml, application/x-dwg, text/pdf, application/pdf, application/x-eps, text/plain, application/vnd.ms-word, application/msword, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heic, application/vnd.oasis.opendocument.presentation, image/x-dwg, application/vnd.pdf, application/csv, application/gzip-compressed, drawing/x-dwf, application/dwg, application/vnd.ms-powerpoint.
|
11488
11488
|
"""
|
11489
11489
|
file: Upload!
|
11490
11490
|
|