@nautical-commerce/graphql-schema 1.78.0-41-g26792ec44 → 1.78.0-43-g76bd92ec9
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
@@ -11387,6 +11387,9 @@ enum MarketplaceConfigurationCurrencyEnum {
|
|
11387
11387
|
"""Venezuelan Bolívar Fuerte"""
|
11388
11388
|
VEF
|
11389
11389
|
|
11390
|
+
"""Venezuelan Bolívar Soberano"""
|
11391
|
+
VES
|
11392
|
+
|
11390
11393
|
"""Vietnamese Dong"""
|
11391
11394
|
VND
|
11392
11395
|
|
@@ -12752,7 +12755,7 @@ type Mutation {
|
|
12752
12755
|
description: String
|
12753
12756
|
|
12754
12757
|
"""
|
12755
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12758
|
+
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-eps, application/vnd.ms-powerpoint, application/dxf, image/tif, application/svg+xml, application/vnd.ms-excel, image/x-dxf, application/excel, image/x-dwg, application/vnd.pdf, application/tiff, image/webp, drawing/x-dwf, application/dwg, application/x-dxf, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.presentation, image/x-ms-bmp, application/acad, image/heic-sequence, application/x-autocad, image/svg+xml, application/x-acad, image/jpeg, application/x-rar-compressed, text/svg-xml, application/gzipped, image/gif, application/x-tar, image/svg, application/x-rtf, application/postscript, text/svg, application/x-tif, image/x-tiff, application/eps, image/heif-sequence, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/gzip, application/vnd.ms-word, image/heif, drawing/x-dwg, application/csv, image/eps, text/x-comma-separated-values, image/x-bmp, application/pdf, image/bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-gzip, text/x-csv, application/x-dwg, image/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.text, application/jpg, application/zip, application/x-csv, image/vnd.dwg, application/x-jpg, application/msword, text/plain, text/pdf, application/acrobat, text/rtf, application/gzip-compressed, application/x-tiff, image/jpg, text/csv, application/tif, drawing/dwg, text/comma-separated-values, application/x-rar, image/tiff, text/x-pdf, image/png, application/x-zip-compressed, application/vnd.oasis.opendocument.spreadsheet, image/x-eps, application/x-pdf, image/x-tif, image/heic, pplication/vnd.rar.
|
12756
12759
|
"""
|
12757
12760
|
file: Upload!
|
12758
12761
|
|