@nautical-commerce/graphql-schema 1.65.0-14-g735abbc40 → 1.65.0-16-gb8526dae0
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 -5
- 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
|
}
|
@@ -2765,7 +2762,6 @@ enum ShippingMethodTypeEnum {
|
|
2765
2762
|
}
|
2766
2763
|
|
2767
2764
|
type MultiSellerShippingMethod {
|
2768
|
-
seller: Int @deprecated(reason: "Use sellerId instead. This will be removed on December 31, 2024.")
|
2769
2765
|
sellerId: ID!
|
2770
2766
|
sellerName: String!
|
2771
2767
|
value: [ShippingMethod!]!
|
@@ -13184,7 +13180,7 @@ type Mutation {
|
|
13184
13180
|
description: String
|
13185
13181
|
|
13186
13182
|
"""
|
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/
|
13183
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/tif, application/x-eps, text/plain, application/tiff, application/vnd.ms-excel, application/x-zip-compressed, application/jpg, drawing/x-dwg, image/png, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-tif, application/pdf, application/vnd.ms-powerpoint, pplication/vnd.rar, image/heic-sequence, application/x-dwg, image/x-bmp, application/x-rar-compressed, image/gif, application/excel, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heif, application/vnd.oasis.opendocument.presentation, application/svg+xml, text/x-comma-separated-values, text/svg, application/acad, application/vnd.ms-word, application/x-pdf, application/vnd.oasis.opendocument.text, image/x-tiff, application/x-rar, application/postscript, image/dxf, application/x-csv, application/gzip, application/x-dxf, application/dxf, image/svg, image/x-eps, application/x-acad, image/svg+xml, text/x-csv, image/x-ms-bmp, image/heif-sequence, image/heic, application/x-tiff, image/tif, drawing/dwg, drawing/x-dwf, image/jpeg, image/vnd.dwg, image/x-dwg, text/csv, text/x-pdf, image/x-dxf, image/bmp, application/x-gzip, application/acrobat, application/eps, application/gzip-compressed, application/msword, application/dwg, application/rtf, image/jpg, application/x-rtf, image/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.spreadsheet, image/webp, application/x-tif, application/x-autocad, text/comma-separated-values, application/vnd.pdf, application/x-jpg, image/tiff, application/gzipped, application/csv, application/zip, text/pdf, text/svg-xml, application/x-tar.
|
13188
13184
|
"""
|
13189
13185
|
file: Upload!
|
13190
13186
|
|