@nautical-commerce/graphql-schema 1.67.0-19-g9344ea07b → 1.67.0-20-g0ea489ec6

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.
@@ -13217,7 +13217,7 @@ type Mutation {
13217
13217
  description: String
13218
13218
 
13219
13219
  """
13220
- 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-tif, image/eps, application/vnd.ms-word, application/tiff, image/svg+xml, text/csv, image/heic-sequence, application/svg+xml, image/x-eps, application/x-pdf, application/x-csv, image/x-tif, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/gif, image/vnd.dwg, application/x-rar-compressed, image/x-ms-bmp, application/x-autocad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-acad, text/comma-separated-values, image/webp, drawing/dwg, application/x-gzip, application/gzip-compressed, application/eps, application/vnd.oasis.opendocument.presentation, text/rtf, application/gzipped, image/heif-sequence, text/svg, image/jpg, drawing/x-dwf, image/tiff, application/acad, text/x-comma-separated-values, image/x-bmp, image/heic, application/acrobat, application/x-rar, image/dxf, image/x-tiff, image/tif, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/pdf, application/vnd.oasis.opendocument.spreadsheet, application/tif, image/heif, application/excel, image/x-dxf, application/x-jpg, application/postscript, application/vnd.pdf, application/x-zip-compressed, application/vnd.ms-excel, image/x-dwg, application/x-eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/pdf, application/x-tiff, application/msword, application/dxf, image/png, text/x-csv, application/vnd.ms-powerpoint, drawing/x-dwg, application/vnd.oasis.opendocument.text, application/rtf, application/zip, image/svg, text/svg-xml, application/x-tar, image/jpeg, application/x-dwg, application/dwg, application/gzip, application/jpg, application/x-dxf, image/bmp, application/x-rtf, application/csv, text/x-pdf, text/plain.
13220
+ 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-rar-compressed, application/gzip-compressed, application/pdf, application/excel, image/tif, image/jpg, application/x-csv, text/svg-xml, application/x-tar, application/dxf, image/x-dwg, text/csv, application/x-eps, image/vnd.dwg, image/heif-sequence, application/x-pdf, application/postscript, application/tif, application/rtf, image/png, pplication/vnd.rar, application/csv, application/x-tiff, application/x-rtf, application/gzipped, image/x-bmp, image/x-tiff, image/heif, application/tiff, application/vnd.oasis.opendocument.text, image/svg, text/x-csv, application/acrobat, image/heic, image/heic-sequence, text/x-pdf, application/x-autocad, application/x-tif, image/gif, image/dxf, image/tiff, application/acad, application/vnd.oasis.opendocument.spreadsheet, application/x-gzip, application/vnd.ms-word, drawing/dwg, image/x-eps, image/webp, image/x-tif, application/x-dwg, text/pdf, application/zip, image/bmp, text/comma-separated-values, application/x-dxf, application/msword, application/dwg, application/gzip, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-comma-separated-values, image/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-acad, image/x-dxf, application/x-rar, text/rtf, application/vnd.ms-excel, application/vnd.oasis.opendocument.presentation, application/jpg, application/eps, image/x-ms-bmp, text/svg, drawing/x-dwg, application/x-jpg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.pdf, image/jpeg, drawing/x-dwf, text/plain, image/svg+xml, application/x-zip-compressed, application/svg+xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-powerpoint.
13221
13221
  """
13222
13222
  file: Upload!
13223
13223
 
@@ -17628,12 +17628,12 @@ input WebhookCreateInput {
17628
17628
  """The url to receive the payload."""
17629
17629
  targetUrl: String
17630
17630
 
17631
- """
17632
- The events that webhook wants to subscribe. The CHECKOUT_QUANTITY_CHANGED is depreacted. It will be removed in Nautical 3.0
17633
- """
17631
+ """The events that webhook wants to subscribe."""
17634
17632
  events: [WebhookEventTypeEnum!]
17635
17633
 
17636
- """ID of the app to which webhook belongs."""
17634
+ """
17635
+ ID of the app to which webhook belongs. If not specified, a bearer token must be used and the webhook will be attached to the app the bearer token belongs to.
17636
+ """
17637
17637
  app: ID
17638
17638
 
17639
17639
  """Determine if webhook will be set active or not."""
@@ -17670,12 +17670,12 @@ input WebhookUpdateInput {
17670
17670
  """The url to receive the payload."""
17671
17671
  targetUrl: String
17672
17672
 
17673
- """
17674
- The events that webhook wants to subscribe. The CHECKOUT_QUANTITY_CHANGED is depreacted. It will be removed in Nautical 3.0
17675
- """
17673
+ """The events that webhook wants to subscribe."""
17676
17674
  events: [WebhookEventTypeEnum!]
17677
17675
 
17678
- """ID of the app to which webhook belongs."""
17676
+ """
17677
+ ID of the app to which webhook belongs. If not specified, a bearer token must be used and the webhook will be attached to the app the bearer token belongs to.
17678
+ """
17679
17679
  app: ID
17680
17680
 
17681
17681
  """Determine if webhook will be set active or not."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.67.0-19-g9344ea07b",
3
+ "version": "v1.67.0-20-g0ea489ec6",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {