@nautical-commerce/graphql-schema 1.58.1-43-gb33f66b89 → 1.58.1-45-ge9dd79f19
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +2 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -83,7 +83,7 @@ type Query {
|
|
83
83
|
webhookSamplePayload(
|
84
84
|
"""Name of the requested event type."""
|
85
85
|
eventType: WebhookSampleEventTypeEnum!
|
86
|
-
): JSONString
|
86
|
+
): JSONString @deprecated(reason: "This will be removed on February 6, 2025.")
|
87
87
|
|
88
88
|
"""List of webhook event logs."""
|
89
89
|
webhookEventLogs(
|
@@ -13474,7 +13474,7 @@ type Mutation {
|
|
13474
13474
|
description: String
|
13475
13475
|
|
13476
13476
|
"""
|
13477
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13477
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzip, application/x-tif, application/x-pdf, application/zip, image/png, application/x-rtf, text/pdf, application/rtf, application/x-rar-compressed, application/tiff, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/acrobat, text/svg, application/svg+xml, application/jpg, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/csv, application/x-eps, application/x-acad, application/x-dxf, application/msword, application/x-autocad, text/comma-separated-values, image/svg, application/pdf, application/vnd.pdf, text/plain, application/acad, image/webp, text/x-comma-separated-values, application/x-tiff, image/dxf, drawing/x-dwf, application/x-zip-compressed, image/heic-sequence, image/vnd.dwg, application/x-tar, pplication/vnd.rar, image/gif, application/x-jpg, image/x-eps, application/x-csv, application/x-gzip, image/bmp, application/vnd.ms-excel, image/x-tiff, image/x-bmp, application/vnd.ms-word, application/vnd.ms-powerpoint, text/rtf, text/x-pdf, application/excel, image/x-dxf, image/eps, application/gzipped, application/postscript, image/jpeg, application/x-dwg, image/heif, application/vnd.oasis.opendocument.spreadsheet, drawing/dwg, image/x-dwg, application/eps, application/dxf, image/x-ms-bmp, image/heif-sequence, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/dwg, image/tif, application/gzip-compressed, image/svg+xml, drawing/x-dwg, image/jpg, image/heic, text/csv, application/tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, image/x-tif, application/vnd.oasis.opendocument.text, application/vnd.oasis.opendocument.presentation, image/tiff, application/x-rar.
|
13478
13478
|
"""
|
13479
13479
|
file: Upload!
|
13480
13480
|
|