@nautical-commerce/graphql-schema 1.78.0-21-ge1de8a93e → 1.78.0-22-gaebd48aba
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 -7
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -10866,9 +10866,6 @@ type MarketplaceConfiguration {
|
|
10866
10866
|
marketplaceName: String!
|
10867
10867
|
requireProductApproval: Boolean!
|
10868
10868
|
|
10869
|
-
"""True if products require product types to be created"""
|
10870
|
-
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
10871
|
-
|
10872
10869
|
"""Determines payout status transformation strategy"""
|
10873
10870
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum
|
10874
10871
|
|
@@ -12790,7 +12787,7 @@ type Mutation {
|
|
12790
12787
|
description: String
|
12791
12788
|
|
12792
12789
|
"""
|
12793
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/
|
12790
|
+
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-tif, image/x-dwg, application/vnd.ms-word, image/heic-sequence, application/x-pdf, application/acad, application/gzipped, image/x-tif, image/gif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.oasis.opendocument.spreadsheet, application/tiff, image/heif, application/vnd.pdf, image/x-dxf, image/x-bmp, application/svg+xml, application/x-dwg, application/acrobat, image/jpeg, image/tiff, text/csv, pplication/vnd.rar, application/rtf, application/x-csv, application/pdf, image/dxf, application/x-rtf, drawing/x-dwg, text/x-csv, image/jpg, application/x-autocad, application/vnd.ms-excel, text/x-comma-separated-values, application/msword, application/vnd.ms-powerpoint, application/dxf, application/x-tiff, application/x-gzip, image/bmp, image/vnd.dwg, image/svg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/csv, application/gzip, image/eps, application/zip, application/excel, application/x-zip-compressed, application/x-rar-compressed, application/gzip-compressed, image/webp, image/tif, text/rtf, image/heif-sequence, text/svg-xml, image/x-tiff, image/x-ms-bmp, application/x-acad, application/jpg, application/x-rar, application/x-jpg, text/pdf, text/svg, application/vnd.oasis.opendocument.presentation, text/plain, text/x-pdf, drawing/dwg, image/heic, application/x-eps, application/vnd.oasis.opendocument.text, application/eps, image/png, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/comma-separated-values, application/tif, application/dwg, application/x-dxf, image/svg+xml, drawing/x-dwf, application/x-tar, application/postscript.
|
12794
12791
|
"""
|
12795
12792
|
file: Upload!
|
12796
12793
|
|
@@ -16177,9 +16174,6 @@ input MarketplaceConfigurationInput {
|
|
16177
16174
|
"""True if seller products require approval"""
|
16178
16175
|
requireProductApproval: Boolean
|
16179
16176
|
|
16180
|
-
"""True if products require product types to be created"""
|
16181
|
-
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
16182
|
-
|
16183
16177
|
"""Updates status transformation strategy for payout."""
|
16184
16178
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
|
16185
16179
|
|