@nautical-commerce/graphql-schema 1.78.0-44-g5dba8d491 → 1.78.0-46-g334090f40
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 +4 -4
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -3615,7 +3615,7 @@ type Payout implements Node & ObjectWithMetadata {
|
|
3615
3615
|
tenant: Tenant!
|
3616
3616
|
created: String!
|
3617
3617
|
updated: DateTime!
|
3618
|
-
startDate: Date
|
3618
|
+
startDate: Date @deprecated(reason: "This will be removed on July 16, 2025.")
|
3619
3619
|
endDate: String!
|
3620
3620
|
|
3621
3621
|
"""Status of the payout"""
|
@@ -12755,7 +12755,7 @@ type Mutation {
|
|
12755
12755
|
description: String
|
12756
12756
|
|
12757
12757
|
"""
|
12758
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12758
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, application/gzipped, image/svg+xml, application/dxf, image/heic-sequence, image/tif, application/x-dwg, application/x-rar, application/vnd.oasis.opendocument.text, image/x-bmp, text/comma-separated-values, application/svg+xml, application/zip, application/x-tar, application/x-pdf, application/x-tiff, image/heif, text/x-comma-separated-values, application/x-csv, image/x-eps, application/tif, application/vnd.oasis.opendocument.presentation, application/gzip, application/x-jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, application/msword, drawing/dwg, application/gzip-compressed, application/excel, text/pdf, image/webp, image/bmp, application/vnd.ms-word, application/csv, application/x-zip-compressed, application/acrobat, image/svg, image/x-tif, image/heif-sequence, image/heic, application/pdf, application/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, image/vnd.dwg, image/tiff, drawing/x-dwf, image/x-tiff, text/csv, application/vnd.ms-powerpoint, text/svg, application/postscript, application/tiff, application/x-rtf, text/x-pdf, drawing/x-dwg, image/jpeg, application/x-gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dwg, image/jpg, application/x-acad, text/x-csv, application/vnd.pdf, application/rtf, application/x-tif, image/x-dxf, image/dxf, application/vnd.ms-excel, application/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acad, application/x-autocad, image/png, application/x-rar-compressed, pplication/vnd.rar, application/x-dxf, text/svg-xml, image/eps, application/vnd.oasis.opendocument.spreadsheet, image/gif, application/dwg, application/jpg.
|
12759
12759
|
"""
|
12760
12760
|
file: Upload!
|
12761
12761
|
|
@@ -12818,7 +12818,7 @@ type Mutation {
|
|
12818
12818
|
payoutCreate(
|
12819
12819
|
"""Fields required to create a payout."""
|
12820
12820
|
input: PayoutCreateInput!
|
12821
|
-
): PayoutCreate @deprecated(reason: "This will be removed on July 15,
|
12821
|
+
): PayoutCreate @deprecated(reason: "This will be removed on July 15, 2025. Use payoutCreateAsync instead.")
|
12822
12822
|
|
12823
12823
|
"""
|
12824
12824
|
Creates a new payout asynchronously. The payout will be created in CREATING state and then transition to DRAFT once the vendor payouts are created.
|
@@ -12908,7 +12908,7 @@ type Mutation {
|
|
12908
12908
|
|
12909
12909
|
"""List of vendor payout IDs to process."""
|
12910
12910
|
ids: [ID]!
|
12911
|
-
): VendorPayoutsBulkProcess @deprecated(reason: "This will be removed on July 15,
|
12911
|
+
): VendorPayoutsBulkProcess @deprecated(reason: "This will be removed on July 15, 2025. Use payoutProcess instead.")
|
12912
12912
|
|
12913
12913
|
"""Adds note to the vendor payout."""
|
12914
12914
|
vendorPayoutNoteAdd(
|