@nautical-commerce/graphql-schema 1.61.0-10-g8e55537dc → 1.61.0-12-g33f22caec
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +3 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -11055,7 +11055,7 @@ type MarketplaceConfiguration {
|
|
11055
11055
|
enableBackorders: Boolean!
|
11056
11056
|
|
11057
11057
|
"""Determines when revenue is accrued to the marketplace and sellers"""
|
11058
|
-
revenueAccrualStrategy: RevenueAccrualStrategyEnum
|
11058
|
+
revenueAccrualStrategy: RevenueAccrualStrategyEnum @deprecated(reason: "This will be removed on February 20, 2025.")
|
11059
11059
|
|
11060
11060
|
"""
|
11061
11061
|
Determines whether shipping methods are available based on marketplace checkout total or seller totals
|
@@ -13279,7 +13279,7 @@ type Mutation {
|
|
13279
13279
|
description: String
|
13280
13280
|
|
13281
13281
|
"""
|
13282
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.
|
13282
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.pdf, drawing/x-dwf, application/x-tar, image/x-tif, image/x-dwg, application/msword, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/pdf, application/x-zip-compressed, application/pdf, text/x-comma-separated-values, application/x-tif, application/eps, image/svg+xml, text/comma-separated-values, image/png, image/heif, image/x-ms-bmp, image/heic-sequence, application/x-dwg, application/vnd.ms-powerpoint, text/rtf, text/svg, application/x-dxf, application/x-csv, text/svg-xml, image/x-dxf, image/tif, application/vnd.oasis.opendocument.presentation, drawing/dwg, application/svg+xml, application/x-jpg, application/vnd.ms-excel, text/csv, application/x-gzip, application/gzip-compressed, image/svg, image/gif, image/jpeg, application/x-rar, application/excel, application/x-pdf, image/vnd.dwg, application/x-acad, image/bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/dxf, image/heic, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzipped, application/gzip, application/x-tiff, application/x-autocad, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, application/zip, image/x-bmp, text/x-csv, application/acad, application/jpg, application/vnd.ms-word, application/vnd.oasis.opendocument.spreadsheet, application/csv, application/x-rtf, text/x-pdf, pplication/vnd.rar, image/x-eps, image/heif-sequence, image/jpg, application/dwg, application/tiff, application/acrobat, application/x-eps, application/vnd.oasis.opendocument.text, application/postscript, application/rtf, application/tif, image/tiff, drawing/x-dwg, application/x-rar-compressed, image/webp, image/eps, application/dxf, image/x-tiff.
|
13283
13283
|
"""
|
13284
13284
|
file: Upload!
|
13285
13285
|
|
@@ -16733,7 +16733,7 @@ input MarketplaceConfigurationInput {
|
|
16733
16733
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
|
16734
16734
|
|
16735
16735
|
"""Update revenue accrual strategy"""
|
16736
|
-
revenueAccrualStrategy: RevenueAccrualStrategyEnum = null
|
16736
|
+
revenueAccrualStrategy: RevenueAccrualStrategyEnum = null @deprecated(reason: "This will be removed on February 20, 2025.")
|
16737
16737
|
|
16738
16738
|
"""Update available shipping strategy"""
|
16739
16739
|
availableShippingStrategy: AvailableShippingStrategyEnum = null
|