@nautical-commerce/graphql-schema 1.86.0-51-g89d8f0e05 → 1.86.0-52-gfc84bf17c
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 +4 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1811,7 +1811,7 @@ enum EventTypeEnum {
|
|
1811
1811
|
account_deactivated
|
1812
1812
|
pending_order
|
1813
1813
|
pending_customer
|
1814
|
-
quote_requested @deprecated(reason: "
|
1814
|
+
quote_requested @deprecated(reason: "Quotes are deprecated. This value will be deprecated on September 10, 2025")
|
1815
1815
|
}
|
1816
1816
|
|
1817
1817
|
"""Represents an email template preview."""
|
@@ -6605,7 +6605,7 @@ enum OrderEventsEmailsEnum {
|
|
6605
6605
|
QUOTE_SENT @deprecated(reason: "Use PAYMENT_LINK_SENT instead. This value will be deprecated on September 10, 2025")
|
6606
6606
|
|
6607
6607
|
"""The quote request email was sent to the marketplace operator"""
|
6608
|
-
QUOTE_REQUESTED @deprecated(reason: "
|
6608
|
+
QUOTE_REQUESTED @deprecated(reason: "Quotes are deprecated. This value will be deprecated on September 10, 2025")
|
6609
6609
|
|
6610
6610
|
"""The payment link email was sent"""
|
6611
6611
|
PAYMENT_LINK_SENT
|
@@ -10264,7 +10264,7 @@ enum NotifyEventTypeEnum {
|
|
10264
10264
|
PENDING_CUSTOMER
|
10265
10265
|
|
10266
10266
|
"""Quote Requested"""
|
10267
|
-
QUOTE_REQUESTED @deprecated(reason: "
|
10267
|
+
QUOTE_REQUESTED @deprecated(reason: "Quotes are deprecated. This will be removed on September 10, 2025")
|
10268
10268
|
}
|
10269
10269
|
|
10270
10270
|
input EmailEventSortingInput {
|
@@ -11341,7 +11341,7 @@ type Mutation {
|
|
11341
11341
|
description: String
|
11342
11342
|
|
11343
11343
|
"""
|
11344
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
11344
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg-xml, application/tif, image/svg+xml, application/zip, image/tif, application/acrobat, image/dxf, image/x-ms-bmp, image/heif, image/x-tiff, image/eps, image/x-tif, image/x-bmp, application/vnd.ms-powerpoint, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/gzipped, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-csv, application/dxf, pplication/vnd.rar, drawing/x-dwf, application/pdf, image/x-eps, application/tiff, application/x-dwg, image/heic, image/jpeg, application/gzip, text/comma-separated-values, image/x-dwg, application/vnd.pdf, application/gzip-compressed, application/x-eps, application/rtf, text/x-csv, image/bmp, application/excel, image/x-dxf, application/msword, application/x-gzip, text/rtf, application/vnd.oasis.opendocument.spreadsheet, application/x-rar, application/x-rtf, application/x-tar, text/plain, application/x-autocad, application/x-acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg, application/x-pdf, application/x-dxf, application/acad, application/vnd.ms-word, text/x-comma-separated-values, image/heif-sequence, drawing/dwg, application/svg+xml, text/x-pdf, image/heic-sequence, image/jpg, image/tiff, application/csv, image/webp, drawing/x-dwg, application/vnd.ms-excel, application/vnd.oasis.opendocument.text, image/gif, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-jpg, application/postscript, image/png, application/x-tiff, image/vnd.dwg, application/x-zip-compressed, application/eps, text/pdf, application/dwg, application/jpg, text/svg, text/csv, application/x-tif.
|
11345
11345
|
"""
|
11346
11346
|
file: Upload!
|
11347
11347
|
|