@nautical-commerce/graphql-schema 1.90.0-1-gc767c9a5d → 1.90.0-11-gf3c01e504
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 +3 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1762,13 +1762,13 @@ value as specified by
|
|
1762
1762
|
"""
|
1763
1763
|
scalar DateTime
|
1764
1764
|
|
1765
|
-
"""
|
1765
|
+
"""Temporary recipient type - to be deprecated after September 30, 2025."""
|
1766
1766
|
enum RecipientTypeEnum {
|
1767
1767
|
CUSTOMER
|
1768
1768
|
SELLER_PRIMARY_CONTACT
|
1769
1769
|
STAFF_MEMBER_MARKETPLACE
|
1770
1770
|
STAFF_MEMBER_SELLER
|
1771
|
-
STAFF_MEMBER_MARKETPLACE_OR_SELLER
|
1771
|
+
STAFF_MEMBER_MARKETPLACE_OR_SELLER @deprecated(reason: "Use STAFF_MEMBER_MARKETPLACE or STAFF_MEMBER_SELLER instead. This value will be deprecated on September 30, 2025")
|
1772
1772
|
}
|
1773
1773
|
|
1774
1774
|
"""An enumeration."""
|
@@ -11239,7 +11239,7 @@ type Mutation {
|
|
11239
11239
|
description: String
|
11240
11240
|
|
11241
11241
|
"""
|
11242
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11242
|
+
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-gzip, text/x-pdf, image/heic-sequence, application/vnd.pdf, image/heif, application/x-eps, application/vnd.ms-excel, application/x-zip-compressed, application/x-pdf, application/vnd.ms-word, image/gif, application/x-csv, image/x-dxf, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/comma-separated-values, image/dxf, text/csv, image/x-tif, text/plain, pplication/vnd.rar, application/svg+xml, text/svg-xml, application/x-dwg, application/jpg, application/postscript, application/x-tiff, image/svg, image/x-bmp, text/x-csv, application/vnd.oasis.opendocument.presentation, image/bmp, application/x-rtf, application/x-autocad, application/tif, application/x-tif, application/x-acad, application/msword, application/rtf, application/gzip, image/eps, application/tiff, application/dxf, text/x-comma-separated-values, application/acad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-eps, image/heic, application/x-tar, image/jpg, application/vnd.oasis.opendocument.spreadsheet, application/pdf, image/tif, application/eps, image/x-ms-bmp, image/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/acrobat, application/x-jpg, image/x-dwg, application/x-dxf, drawing/x-dwg, drawing/x-dwf, image/svg+xml, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.text, image/heif-sequence, text/rtf, image/vnd.dwg, application/x-rar-compressed, drawing/dwg, application/gzip-compressed, application/excel, application/zip, application/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/jpeg, image/webp, text/svg, text/pdf, application/gzipped, image/png, application/x-rar, application/dwg.
|
11243
11243
|
"""
|
11244
11244
|
file: Upload!
|
11245
11245
|
|