@nautical-commerce/graphql-schema 1.65.0-14-g735abbc40 → 1.65.0-15-g23ab919b3
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
@@ -2593,9 +2593,6 @@ type CountryDisplay {
|
|
2593
2593
|
"""List of required address fields for the country."""
|
2594
2594
|
requiredFields: [String!]
|
2595
2595
|
|
2596
|
-
"""List of allowed country area choices for this country."""
|
2597
|
-
allowedCountryAreas: [String!] @deprecated(reason: "Use detailedAllowedCountryAreas instead which returns the code for each area as well. This field will be removed after December 31, 2024.")
|
2598
|
-
|
2599
2596
|
"""List of allowed country area choices including codes"""
|
2600
2597
|
detailedAllowedCountryAreas: [CountryArea!]!
|
2601
2598
|
}
|
@@ -13184,7 +13181,7 @@ type Mutation {
|
|
13184
13181
|
description: String
|
13185
13182
|
|
13186
13183
|
"""
|
13187
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13184
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/acad, application/dwg, application/jpg, image/x-dxf, application/eps, image/svg, application/zip, application/x-jpg, pplication/vnd.rar, application/dxf, application/svg+xml, application/gzipped, application/tiff, image/svg+xml, image/x-eps, application/x-tif, application/vnd.oasis.opendocument.presentation, application/x-tar, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tiff, application/x-gzip, image/x-tiff, image/eps, image/vnd.dwg, image/gif, image/heic-sequence, application/x-acad, text/x-comma-separated-values, image/jpeg, application/x-csv, text/x-csv, application/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.spreadsheet, image/png, application/postscript, application/x-autocad, application/acrobat, application/pdf, image/bmp, text/plain, application/x-rtf, image/heif, image/x-bmp, application/x-rar, application/x-rar-compressed, image/tif, application/x-pdf, application/x-tiff, application/vnd.oasis.opendocument.text, drawing/x-dwg, drawing/x-dwf, text/csv, application/x-dwg, image/x-ms-bmp, text/svg, image/jpg, application/vnd.pdf, application/vnd.ms-excel, image/x-dwg, application/x-dxf, image/webp, text/x-pdf, text/rtf, image/heif-sequence, application/rtf, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/comma-separated-values, application/vnd.ms-word, image/heic, application/tif, application/msword, application/excel, application/gzip-compressed, application/x-zip-compressed, application/x-eps, drawing/dwg, text/svg-xml, image/dxf, application/gzip, application/vnd.ms-powerpoint, text/pdf.
|
13188
13185
|
"""
|
13189
13186
|
file: Upload!
|
13190
13187
|
|