@nautical-commerce/graphql-schema 1.68.0-5-g27189790c → 1.68.0-6-gc683c68de
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 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13217,7 +13217,7 @@ type Mutation {
|
|
13217
13217
|
description: String
|
13218
13218
|
|
13219
13219
|
"""
|
13220
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13220
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-rtf, application/vnd.ms-excel, application/jpg, image/webp, text/x-comma-separated-values, text/csv, image/x-bmp, image/png, application/vnd.oasis.opendocument.presentation, text/comma-separated-values, application/x-acad, text/svg-xml, pplication/vnd.rar, image/x-dwg, application/x-tar, text/x-pdf, image/jpeg, image/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tif, text/plain, application/gzip-compressed, image/heif, application/acrobat, image/svg, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg+xml, application/vnd.oasis.opendocument.text, application/msword, application/postscript, image/gif, application/vnd.oasis.opendocument.spreadsheet, application/rtf, image/vnd.dwg, image/x-eps, application/gzipped, image/bmp, image/heif-sequence, image/tiff, application/x-eps, application/dwg, text/x-csv, image/tif, application/dxf, application/tiff, application/excel, application/x-tiff, text/svg, image/x-tif, application/x-zip-compressed, image/jpg, image/dxf, application/acad, application/zip, application/x-rar, application/x-pdf, application/vnd.ms-powerpoint, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-csv, drawing/x-dwf, image/x-dxf, application/x-dwg, image/heic-sequence, application/tif, text/rtf, application/csv, application/x-rar-compressed, application/x-dxf, application/x-gzip, image/eps, application/vnd.pdf, application/vnd.ms-word, image/x-ms-bmp, application/x-autocad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip, application/pdf, image/heic, application/svg+xml, drawing/x-dwg, application/x-jpg, application/eps.
|
13221
13221
|
"""
|
13222
13222
|
file: Upload!
|
13223
13223
|
|
@@ -15636,9 +15636,6 @@ type Mutation {
|
|
15636
15636
|
"""Checkout ID."""
|
15637
15637
|
checkoutId: ID!
|
15638
15638
|
|
15639
|
-
"""ID of microsite that checkout was completed from"""
|
15640
|
-
microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
|
15641
|
-
|
15642
15639
|
"""Client-side generated data required to finalize the payment."""
|
15643
15640
|
paymentData: JSONString
|
15644
15641
|
|