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