@nautical-commerce/graphql-schema 1.90.0-9-g8c165ed10 → 1.90.0
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
|
+
"""Represents the recipient type for an email template."""
|
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
|
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/dwg, application/tif, pplication/vnd.rar, application/x-tar, drawing/dwg, application/dxf, drawing/x-dwf, application/zip, drawing/x-dwg, application/x-rar-compressed, image/jpg, image/tif, text/svg-xml, image/heif-sequence, application/x-tiff, image/heic-sequence, application/vnd.ms-excel, application/x-csv, text/svg, image/x-dwg, application/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/pdf, application/x-eps, application/x-rtf, application/x-zip-compressed, application/x-dwg, application/gzipped, application/excel, text/comma-separated-values, image/x-eps, application/tiff, application/acrobat, image/svg, application/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, image/x-bmp, application/svg+xml, application/x-pdf, application/x-tif, application/x-autocad, application/x-acad, application/jpg, application/postscript, image/vnd.dwg, application/vnd.oasis.opendocument.spreadsheet, image/x-ms-bmp, application/vnd.pdf, image/x-tif, image/heic, text/rtf, text/plain, image/gif, image/tiff, text/csv, application/x-dxf, application/vnd.oasis.opendocument.text, text/x-csv, image/heif, text/x-pdf, image/dxf, application/csv, application/pdf, application/vnd.oasis.opendocument.presentation, image/webp, image/x-tiff, application/acad, text/x-comma-separated-values, image/eps, image/jpeg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/bmp, image/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/gzip, application/gzip-compressed, application/vnd.ms-word, application/vnd.ms-powerpoint, application/x-jpg, image/x-dxf, application/x-gzip, image/png, application/msword.
|
11243
11243
|
"""
|
11244
11244
|
file: Upload!
|
11245
11245
|
|