@nautical-commerce/graphql-schema 1.68.0-4-g8eafffe0f → 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 -12
- 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
|
|
@@ -15481,11 +15481,6 @@ type Mutation {
|
|
15481
15481
|
|
15482
15482
|
"""ID of the vendor to retrieve an onboarding link for"""
|
15483
15483
|
vendorId: ID!
|
15484
|
-
|
15485
|
-
"""
|
15486
|
-
Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
|
15487
|
-
"""
|
15488
|
-
vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
|
15489
15484
|
): VendorPayoutOnboardingLinkRequest
|
15490
15485
|
|
15491
15486
|
"""
|
@@ -15641,9 +15636,6 @@ type Mutation {
|
|
15641
15636
|
"""Checkout ID."""
|
15642
15637
|
checkoutId: ID!
|
15643
15638
|
|
15644
|
-
"""ID of microsite that checkout was completed from"""
|
15645
|
-
microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
|
15646
|
-
|
15647
15639
|
"""Client-side generated data required to finalize the payment."""
|
15648
15640
|
paymentData: JSONString
|
15649
15641
|
|
@@ -16770,9 +16762,6 @@ enum PayoutErrorCode {
|
|
16770
16762
|
}
|
16771
16763
|
|
16772
16764
|
input PayoutCreateInput {
|
16773
|
-
"""Vendor type for the payout"""
|
16774
|
-
vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
|
16775
|
-
|
16776
16765
|
"""
|
16777
16766
|
Payout end date. ISO 8601 standard. Can not be greater than current date.
|
16778
16767
|
"""
|