@nautical-commerce/graphql-schema 1.78.0-13-g91340c2d8 → 1.78.0-14-gb670f45fb

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.
@@ -13160,7 +13160,7 @@ type Mutation {
13160
13160
  description: String
13161
13161
 
13162
13162
  """
13163
- 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, image/jpg, drawing/x-dwf, application/pdf, image/bmp, image/eps, application/msword, application/x-rar, image/heif-sequence, application/vnd.pdf, application/x-acad, image/png, pplication/vnd.rar, image/x-bmp, application/gzip, image/x-dwg, image/svg+xml, image/heif, application/gzip-compressed, application/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/vnd.dwg, text/x-pdf, text/comma-separated-values, application/x-rtf, image/heic, image/x-dxf, application/dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg, application/zip, text/svg-xml, image/webp, application/vnd.ms-word, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, drawing/x-dwg, application/rtf, application/eps, image/x-tiff, drawing/dwg, application/acrobat, image/dxf, image/gif, application/x-autocad, image/tiff, image/x-tif, application/x-tar, application/vnd.ms-powerpoint, application/x-jpg, application/x-dxf, image/tif, application/tiff, application/svg+xml, text/csv, application/tif, application/gzipped, text/pdf, application/csv, application/vnd.oasis.opendocument.spreadsheet, text/x-csv, application/vnd.oasis.opendocument.text, application/postscript, application/excel, text/rtf, application/x-dwg, image/x-ms-bmp, image/x-eps, image/jpeg, application/x-csv, text/svg, application/x-gzip, application/x-pdf, application/acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/jpg, application/x-eps, text/x-comma-separated-values, image/heic-sequence, application/x-zip-compressed, application/x-tif, text/plain.
13163
+ 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-rtf, application/vnd.ms-excel, image/jpg, text/svg, image/dxf, application/gzip, application/x-csv, image/vnd.dwg, application/acrobat, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tiff, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic, image/bmp, drawing/x-dwf, text/x-pdf, application/jpg, application/x-acad, application/vnd.oasis.opendocument.text, application/x-rar, application/eps, image/heic-sequence, application/vnd.oasis.opendocument.spreadsheet, application/csv, text/comma-separated-values, application/postscript, application/rtf, image/jpeg, image/gif, image/heif, application/x-dwg, image/png, image/x-ms-bmp, application/tiff, image/x-dxf, application/x-jpg, application/acad, image/svg+xml, application/x-zip-compressed, text/pdf, application/x-dxf, image/x-tiff, pplication/vnd.rar, text/svg-xml, text/csv, application/gzipped, drawing/x-dwg, application/vnd.ms-powerpoint, text/x-csv, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/pdf, application/x-eps, application/gzip-compressed, application/dwg, application/x-tar, image/heif-sequence, application/vnd.oasis.opendocument.presentation, image/tif, image/x-bmp, image/tiff, application/vnd.ms-word, application/tif, application/msword, text/rtf, image/webp, application/dxf, text/plain, application/x-pdf, application/svg+xml, application/excel, image/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, application/x-tif, application/x-gzip, application/zip, application/x-autocad, image/svg, application/x-rar-compressed, application/vnd.pdf, image/x-tif, image/eps.
13164
13164
  """
13165
13165
  file: Upload!
13166
13166
 
@@ -19507,10 +19507,12 @@ input ProductImageCreateInput {
19507
19507
  """Alt text for an image."""
19508
19508
  alt: String
19509
19509
 
19510
- """Represents an image file in a multipart request."""
19510
+ """
19511
+ Represents an image file in a multipart request. Either an image or a url must be provided.
19512
+ """
19511
19513
  image: Upload
19512
19514
 
19513
- """URL of image to upload"""
19515
+ """URL of image to upload. Either an image or a url must be provided."""
19514
19516
  url: String
19515
19517
 
19516
19518
  """ID of an product."""
@@ -19545,10 +19547,12 @@ input ProductImageBulkCreateInput {
19545
19547
  """Alt text for an image."""
19546
19548
  alt: String
19547
19549
 
19548
- """Represents an image file in a multipart request."""
19550
+ """
19551
+ Represents an image file in a multipart request. Either an image or a url must be provided.
19552
+ """
19549
19553
  image: Upload
19550
19554
 
19551
- """URL of image to upload"""
19555
+ """URL of image to upload. Either an image or a url must be provided."""
19552
19556
  url: String
19553
19557
 
19554
19558
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.78.0-13-g91340c2d8",
3
+ "version": "v1.78.0-14-gb670f45fb",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {