@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.
@@ -1811,7 +1811,7 @@ enum EventTypeEnum {
1811
1811
  account_deactivated
1812
1812
  pending_order
1813
1813
  pending_customer
1814
- quote_requested @deprecated(reason: "Use order_payment_link instead. This value will be deprecated on September 10, 2025")
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: "Use PAYMENT_LINK_SENT instead. This value will be deprecated on September 10, 2025")
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: "Use ORDER_PAYMENT_LINK instead. This will be removed on September 10, 2025")
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: image/x-bmp, application/x-rar, image/heic, application/x-csv, image/jpeg, image/jpg, application/gzip-compressed, application/x-acad, application/vnd.ms-word, application/vnd.ms-excel, image/x-ms-bmp, application/vnd.ms-powerpoint, text/csv, application/msword, application/dwg, application/x-tar, application/x-dwg, application/gzip, application/vnd.pdf, text/rtf, pplication/vnd.rar, image/heif-sequence, application/svg+xml, application/x-autocad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/x-csv, application/dxf, application/rtf, text/pdf, application/postscript, image/tiff, application/vnd.oasis.opendocument.spreadsheet, application/x-dxf, application/acrobat, image/tif, image/dxf, application/x-rar-compressed, image/eps, application/x-rtf, application/x-gzip, text/svg-xml, image/vnd.dwg, text/plain, text/x-comma-separated-values, application/x-jpg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.oasis.opendocument.presentation, application/acad, application/pdf, application/x-tif, application/eps, drawing/x-dwf, application/zip, application/x-tiff, application/x-eps, application/tiff, image/svg, application/x-zip-compressed, application/jpg, image/x-eps, text/x-pdf, image/x-dwg, image/bmp, application/gzipped, drawing/x-dwg, image/png, application/tif, image/gif, image/x-tif, image/webp, drawing/dwg, image/heif, image/x-dxf, application/x-pdf, text/svg, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/svg+xml, application/csv, image/heic-sequence, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/comma-separated-values, image/x-tiff, application/excel.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.86.0-51-g89d8f0e05",
3
+ "version": "v1.86.0-52-gfc84bf17c",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {