@nautical-commerce/graphql-schema 1.61.0-44-g8b3eb98a8 → 1.61.0-46-g7fe4e1c9b
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 +3 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4934,6 +4934,7 @@ enum WebhookEventTypeEnum {
|
|
4934
4934
|
SELLER_CREATED
|
4935
4935
|
SELLER_UPDATED
|
4936
4936
|
SELLER_AGREEMENT_ACKNOWLEDGED
|
4937
|
+
SELLER_AGREEMENT_DECLINED
|
4937
4938
|
VARIANT_CREATED
|
4938
4939
|
VARIANT_DELETED
|
4939
4940
|
VARIANT_UPDATED
|
@@ -8245,6 +8246,7 @@ enum WebhookSampleEventTypeEnum {
|
|
8245
8246
|
SELLER_CREATED
|
8246
8247
|
SELLER_UPDATED
|
8247
8248
|
SELLER_AGREEMENT_ACKNOWLEDGED
|
8249
|
+
SELLER_AGREEMENT_DECLINED
|
8248
8250
|
VARIANT_CREATED
|
8249
8251
|
VARIANT_DELETED
|
8250
8252
|
VARIANT_UPDATED
|
@@ -13282,7 +13284,7 @@ type Mutation {
|
|
13282
13284
|
description: String
|
13283
13285
|
|
13284
13286
|
"""
|
13285
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13287
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/heif-sequence, application/x-dwg, application/zip, application/x-rar-compressed, application/x-eps, image/svg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzip-compressed, application/vnd.ms-powerpoint, text/pdf, application/vnd.ms-word, image/svg+xml, application/vnd.oasis.opendocument.presentation, image/heic, image/dxf, image/tiff, application/svg+xml, application/acad, application/tif, text/csv, application/x-csv, application/x-autocad, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/pdf, application/x-zip-compressed, application/vnd.ms-excel, application/x-tiff, image/vnd.dwg, application/vnd.oasis.opendocument.text, application/x-rar, image/x-dwg, text/svg, text/rtf, application/vnd.oasis.opendocument.spreadsheet, application/x-rtf, application/vnd.pdf, application/tiff, image/x-eps, image/x-bmp, application/csv, image/eps, text/x-comma-separated-values, text/x-pdf, image/x-ms-bmp, application/postscript, application/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tar, image/png, drawing/x-dwg, text/comma-separated-values, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acrobat, application/msword, application/dxf, application/gzipped, image/x-dxf, pplication/vnd.rar, drawing/dwg, text/svg-xml, application/x-acad, image/x-tiff, image/heic-sequence, image/webp, image/x-tif, text/plain, image/bmp, application/x-gzip, image/heif, application/gzip, image/jpg, application/jpg, application/excel, application/eps, application/rtf, application/dwg, image/jpeg, application/x-jpg, image/gif, drawing/x-dwf, image/tif, application/x-pdf, application/x-tif, text/x-csv.
|
13286
13288
|
"""
|
13287
13289
|
file: Upload!
|
13288
13290
|
|