@nautical-commerce/graphql-schema 1.78.0-36-gaaab17458 → 1.78.0-37-g4f43a1a65
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 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -12749,7 +12749,7 @@ type Mutation {
|
|
12749
12749
|
description: String
|
12750
12750
|
|
12751
12751
|
"""
|
12752
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12752
|
+
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-rar, application/msword, application/gzip, text/plain, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-excel, image/x-eps, image/heic, image/x-dxf, drawing/x-dwg, image/gif, image/x-tif, application/dwg, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.text, drawing/dwg, image/jpg, application/tiff, application/jpg, text/x-comma-separated-values, image/x-tiff, application/tif, application/excel, application/x-gzip, application/x-csv, image/bmp, image/dxf, image/heif-sequence, application/x-autocad, application/dxf, image/webp, application/pdf, application/x-zip-compressed, image/vnd.dwg, text/csv, image/x-dwg, application/x-tiff, text/svg-xml, application/eps, application/x-dwg, application/vnd.oasis.opendocument.presentation, application/x-tar, image/heic-sequence, text/x-csv, image/tif, application/vnd.pdf, application/x-pdf, application/x-rtf, application/rtf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tiff, image/x-ms-bmp, text/rtf, application/x-tif, application/x-acad, image/heif, application/x-jpg, application/postscript, application/zip, application/svg+xml, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/png, text/x-pdf, application/x-rar-compressed, image/jpeg, application/acad, application/acrobat, image/svg, text/pdf, application/vnd.ms-powerpoint, drawing/x-dwf, application/vnd.ms-word, application/gzipped, application/csv, application/gzip-compressed, application/x-eps, image/x-bmp, image/eps, text/comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/svg, image/svg+xml, pplication/vnd.rar, application/x-dxf.
|
12753
12753
|
"""
|
12754
12754
|
file: Upload!
|
12755
12755
|
|
@@ -12812,7 +12812,7 @@ type Mutation {
|
|
12812
12812
|
payoutCreate(
|
12813
12813
|
"""Fields required to create a payout."""
|
12814
12814
|
input: PayoutCreateInput!
|
12815
|
-
): PayoutCreate
|
12815
|
+
): PayoutCreate @deprecated(reason: "This will be removed on July 15, 2024. Use payoutCreateAsync instead.")
|
12816
12816
|
|
12817
12817
|
"""
|
12818
12818
|
Creates a new payout asynchronously. The payout will be created in CREATING state and then transition to DRAFT once the vendor payouts are created.
|
@@ -12902,7 +12902,7 @@ type Mutation {
|
|
12902
12902
|
|
12903
12903
|
"""List of vendor payout IDs to process."""
|
12904
12904
|
ids: [ID]!
|
12905
|
-
): VendorPayoutsBulkProcess
|
12905
|
+
): VendorPayoutsBulkProcess @deprecated(reason: "This will be removed on July 15, 2024. Use payoutProcess instead.")
|
12906
12906
|
|
12907
12907
|
"""Adds note to the vendor payout."""
|
12908
12908
|
vendorPayoutNoteAdd(
|