@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.
- package/nautical/schema.graphql +9 -9
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -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-
|
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
|
-
"""
|
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
|
-
"""
|
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."""
|