@nautical-commerce/graphql-schema 1.89.0-8-g9ccc28d49 → 1.89.0-9-gba0c2d3b4
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 +5 -5
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -7965,8 +7965,8 @@ type WebhookJob implements Node & Job {
|
|
7965
7965
|
requestMeta: JSONString
|
7966
7966
|
source: String
|
7967
7967
|
type: GenericWebhookTransactionType
|
7968
|
-
vendorEntityLink: String
|
7969
|
-
marketplaceEntityLink: String
|
7968
|
+
vendorEntityLink: String @deprecated(reason: "This will be removed on September 26, 2025")
|
7969
|
+
marketplaceEntityLink: String @deprecated(reason: "This will be removed on September 26, 2025")
|
7970
7970
|
seller: Seller
|
7971
7971
|
}
|
7972
7972
|
|
@@ -8104,7 +8104,7 @@ enum GenericWebhookEventsEnum {
|
|
8104
8104
|
SELLER_CREATE
|
8105
8105
|
|
8106
8106
|
"""A payload for vehicles was received"""
|
8107
|
-
VEHICLE_PAYLOAD
|
8107
|
+
VEHICLE_PAYLOAD @deprecated(reason: "This will be removed on September 26, 2025")
|
8108
8108
|
|
8109
8109
|
"""A payload for item shipment that was received"""
|
8110
8110
|
ITEM_SHIP_NOTIFY
|
@@ -11223,7 +11223,7 @@ type Mutation {
|
|
11223
11223
|
description: String
|
11224
11224
|
|
11225
11225
|
"""
|
11226
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
11226
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/zip, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, text/svg, application/x-zip-compressed, text/x-pdf, image/bmp, image/vnd.dwg, text/x-comma-separated-values, text/comma-separated-values, application/vnd.ms-powerpoint, image/tiff, application/jpg, image/x-bmp, application/vnd.ms-excel, text/rtf, image/x-dwg, application/postscript, application/x-eps, image/svg, application/x-rar-compressed, image/jpeg, image/webp, application/excel, application/x-dwg, pplication/vnd.rar, image/gif, application/gzipped, application/rtf, application/tif, text/plain, application/msword, image/x-ms-bmp, application/tiff, application/dxf, application/gzip, application/x-tiff, application/x-tif, image/svg+xml, application/vnd.oasis.opendocument.text, image/tif, image/eps, application/acrobat, application/svg+xml, image/dxf, application/x-gzip, image/x-tiff, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-word, application/x-rar, application/vnd.oasis.opendocument.presentation, image/heif-sequence, application/acad, application/x-jpg, application/csv, application/x-rtf, image/x-dxf, application/pdf, image/x-eps, text/x-csv, application/x-pdf, image/jpg, application/eps, image/heic, text/svg-xml, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dxf, application/vnd.oasis.opendocument.spreadsheet, image/heif, application/gzip-compressed, image/x-tif, image/heic-sequence, application/x-autocad, application/x-acad, drawing/dwg, drawing/x-dwf, drawing/x-dwg, image/png, application/x-tar, text/pdf, application/x-csv, application/dwg.
|
11227
11227
|
"""
|
11228
11228
|
file: Upload!
|
11229
11229
|
|
@@ -13443,7 +13443,7 @@ type Mutation {
|
|
13443
13443
|
"""
|
13444
13444
|
Determines whether the email sent out is catered to carriers instead of customers
|
13445
13445
|
"""
|
13446
|
-
vehicles: Boolean = false
|
13446
|
+
vehicles: Boolean = false @deprecated(reason: "This will be removed on September 26, 2025")
|
13447
13447
|
): CheckoutComplete
|
13448
13448
|
|
13449
13449
|
"""Create a new checkout."""
|