@nautical-commerce/graphql-schema 1.74.2-15-g81ea0ebe8 → 1.74.2-16-g0d38a0f5d

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.
@@ -13171,7 +13171,7 @@ type Mutation {
13171
13171
  description: String
13172
13172
 
13173
13173
  """
13174
- 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/zip, image/gif, text/x-comma-separated-values, image/x-bmp, image/png, application/x-rtf, application/x-tiff, text/comma-separated-values, image/x-ms-bmp, application/gzip, image/heif, application/vnd.pdf, image/heif-sequence, application/vnd.oasis.opendocument.presentation, application/vnd.ms-word, application/acrobat, drawing/dwg, application/x-zip-compressed, image/tiff, application/vnd.ms-excel, application/x-acad, image/webp, application/dwg, application/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/eps, image/x-tif, text/rtf, application/x-csv, text/csv, application/msword, application/vnd.oasis.opendocument.text, drawing/x-dwf, application/dxf, application/vnd.ms-powerpoint, image/x-eps, application/jpg, text/svg, image/jpeg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heic-sequence, application/x-pdf, application/acad, pplication/vnd.rar, text/plain, image/svg, application/csv, image/svg+xml, application/x-jpg, application/svg+xml, drawing/x-dwg, application/rtf, application/x-autocad, image/heic, application/x-tar, application/x-eps, text/x-csv, application/tiff, image/bmp, application/vnd.oasis.opendocument.spreadsheet, image/x-tiff, application/postscript, text/x-pdf, application/x-rar-compressed, application/x-dxf, application/gzipped, application/excel, application/pdf, image/vnd.dwg, application/gzip-compressed, image/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/pdf, application/x-gzip, image/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/tif, application/x-dwg, image/x-dxf, application/tif, image/x-dwg, image/jpg, application/x-rar.
13174
+ 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/svg+xml, text/plain, application/gzip, application/rtf, application/dxf, application/postscript, application/vnd.oasis.opendocument.presentation, application/dwg, image/heif, application/pdf, application/x-csv, application/zip, application/jpg, application/x-rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/x-dwg, image/bmp, image/dxf, application/x-rar-compressed, text/csv, image/png, application/vnd.oasis.opendocument.spreadsheet, text/x-comma-separated-values, application/vnd.ms-excel, application/x-gzip, application/x-jpg, image/x-tiff, drawing/dwg, application/vnd.pdf, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, pplication/vnd.rar, image/jpeg, image/gif, application/x-acad, application/x-dwg, application/acad, application/x-autocad, application/x-eps, image/x-ms-bmp, image/x-bmp, image/x-dwg, application/x-rar, application/eps, text/x-pdf, text/svg-xml, image/svg, image/heic-sequence, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/rtf, drawing/x-dwf, text/pdf, image/jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/tiff, image/tif, application/x-tiff, image/vnd.dwg, image/heic, application/gzip-compressed, text/x-csv, application/x-tif, image/x-eps, image/webp, image/heif-sequence, text/comma-separated-values, application/x-zip-compressed, application/tiff, application/acrobat, image/eps, application/vnd.ms-powerpoint, application/vnd.ms-word, image/x-tif, application/csv, application/excel, application/x-dxf, text/svg, application/gzipped, image/svg+xml, application/x-tar, application/msword, application/vnd.oasis.opendocument.text, image/x-dxf.
13175
13175
  """
13176
13176
  file: Upload!
13177
13177
 
@@ -15135,6 +15135,19 @@ type Mutation {
15135
15135
  storefrontUrl: String!
15136
15136
  ): NauticalQuoteOrderSendToCustomer @deprecated(reason: "The ability to send Order IDs will be removed on February 26, 2025. This will be removed on June 11, 2025.")
15137
15137
 
15138
+ """Sends a quote order to a customer."""
15139
+ nauticalDraftOrderSendToCustomer(
15140
+ """
15141
+ ID of the order (nautical or seller order, with Quote status) to send to the customer.
15142
+ """
15143
+ id: ID!
15144
+
15145
+ """
15146
+ URL to send customer to for quote confirmation. Whatever URL is sent will have `token` added to the search parameters of the URL, e.g. if you send http://localhost/quote, the generated URL will be http://localhost/quote?token=...
15147
+ """
15148
+ storefrontUrl: String!
15149
+ ): NauticalQuoteOrderSendToCustomer
15150
+
15138
15151
  """Creates a new order fee."""
15139
15152
  orderFeeCreate(
15140
15153
  """Fields required to create a new order fee."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.74.2-15-g81ea0ebe8",
3
+ "version": "v1.74.2-16-g0d38a0f5d",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {