@nautical-commerce/graphql-schema 1.72.0-29-g644790804 → 1.72.0-30-g77eb17fd3
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 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13157,7 +13157,7 @@ type Mutation {
|
|
13157
13157
|
description: String
|
13158
13158
|
|
13159
13159
|
"""
|
13160
|
-
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-
|
13160
|
+
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-tar, image/heic-sequence, text/plain, application/x-gzip, application/msword, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rtf, image/jpeg, application/dxf, application/x-zip-compressed, image/dxf, image/eps, application/dwg, image/x-eps, text/x-csv, application/tif, application/tiff, application/zip, image/x-dxf, image/png, image/bmp, application/jpg, application/x-acad, application/svg+xml, drawing/x-dwf, image/heif, application/rtf, application/x-dxf, application/excel, application/x-rar-compressed, application/vnd.ms-powerpoint, application/x-rar, text/x-pdf, text/comma-separated-values, application/x-pdf, application/vnd.ms-word, application/vnd.oasis.opendocument.text, application/x-dwg, image/svg, application/csv, application/x-eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heif-sequence, drawing/dwg, image/x-tif, application/gzipped, image/x-ms-bmp, application/acrobat, image/x-dwg, application/vnd.ms-excel, image/tif, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heic, application/eps, application/vnd.oasis.opendocument.presentation, image/x-bmp, application/x-tiff, image/tiff, text/svg, text/pdf, application/vnd.oasis.opendocument.spreadsheet, image/svg+xml, application/postscript, application/vnd.pdf, image/x-tiff, text/csv, application/acad, application/pdf, application/x-autocad, image/vnd.dwg, application/gzip-compressed, image/jpg, drawing/x-dwg, text/rtf, image/webp, application/x-tif, application/x-jpg, image/gif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, pplication/vnd.rar, application/x-csv, text/x-comma-separated-values, application/gzip.
|
13161
13161
|
"""
|
13162
13162
|
file: Upload!
|
13163
13163
|
|
@@ -16524,9 +16524,8 @@ input NauticalConfigurationInputItem {
|
|
16524
16524
|
|
16525
16525
|
"""Updates marketplace configuration."""
|
16526
16526
|
type MarketplaceConfigurationUpdate {
|
16527
|
-
"""Updated marketplace configuration."""
|
16528
|
-
marketplaceConfiguration: MarketplaceConfiguration
|
16529
16527
|
marketplaceConfigurationErrors: [MarketplaceConfigurationError!]!
|
16528
|
+
marketplaceConfiguration: MarketplaceConfiguration
|
16530
16529
|
}
|
16531
16530
|
|
16532
16531
|
type MarketplaceConfigurationError {
|