@nautical-commerce/graphql-schema 1.73.0-1-g08fce5ada → 1.73.0-11-gaa7b286c0
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
@@ -4929,6 +4929,7 @@ enum WebhookEventTypeEnum {
|
|
4929
4929
|
CUSTOMER_UPDATED
|
4930
4930
|
CUSTOMER_DELETED
|
4931
4931
|
FULFILLMENT_CREATED
|
4932
|
+
FULFILLMENT_UPDATED
|
4932
4933
|
INVOICE_DELETED
|
4933
4934
|
INVOICE_REQUESTED
|
4934
4935
|
INVOICE_SENT
|
@@ -8054,6 +8055,7 @@ enum WebhookSampleEventTypeEnum {
|
|
8054
8055
|
CUSTOMER_UPDATED
|
8055
8056
|
CUSTOMER_DELETED
|
8056
8057
|
FULFILLMENT_CREATED
|
8058
|
+
FULFILLMENT_UPDATED
|
8057
8059
|
INVOICE_DELETED
|
8058
8060
|
INVOICE_REQUESTED
|
8059
8061
|
INVOICE_SENT
|
@@ -13162,7 +13164,7 @@ type Mutation {
|
|
13162
13164
|
description: String
|
13163
13165
|
|
13164
13166
|
"""
|
13165
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13167
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/csv, image/x-bmp, application/dwg, image/x-eps, text/x-comma-separated-values, application/x-acad, application/x-tiff, image/dxf, application/vnd.ms-excel, application/x-csv, image/jpeg, application/acad, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/png, application/gzip, application/vnd.oasis.opendocument.presentation, image/bmp, image/jpg, image/x-dxf, drawing/x-dwf, pplication/vnd.rar, application/excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-rar, image/tif, application/x-rar-compressed, application/x-tar, application/x-dwg, drawing/x-dwg, image/gif, text/pdf, image/heic-sequence, image/heic, image/x-tif, text/plain, application/csv, text/x-pdf, application/vnd.pdf, image/x-tiff, text/rtf, application/x-autocad, application/vnd.oasis.opendocument.text, image/x-dwg, image/webp, image/tiff, image/x-ms-bmp, application/svg+xml, image/heif-sequence, application/acrobat, application/vnd.ms-word, application/vnd.oasis.opendocument.spreadsheet, drawing/dwg, application/jpg, application/tif, image/heif, image/svg+xml, application/gzipped, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/postscript, application/x-gzip, application/x-tif, text/svg-xml, application/x-jpg, application/rtf, application/msword, application/pdf, application/tiff, application/x-dxf, application/x-rtf, application/vnd.ms-powerpoint, application/x-zip-compressed, text/svg, text/comma-separated-values, application/zip, application/gzip-compressed, application/x-pdf, application/eps, image/eps, application/x-eps, image/vnd.dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, application/dxf, image/svg.
|
13166
13168
|
"""
|
13167
13169
|
file: Upload!
|
13168
13170
|
|