@nautical-commerce/graphql-schema 1.67.0-7-ga04699a9b → 1.67.0-8-gf4743ce42
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 +5 -3
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -10956,7 +10956,9 @@ type MarketplaceConfiguration {
|
|
10956
10956
|
id: UUID!
|
10957
10957
|
marketplaceName: String!
|
10958
10958
|
requireProductApproval: Boolean!
|
10959
|
-
|
10959
|
+
|
10960
|
+
"""True if products require product types to be created"""
|
10961
|
+
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
10960
10962
|
|
10961
10963
|
"""Determines payout status transformation strategy"""
|
10962
10964
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum
|
@@ -13203,7 +13205,7 @@ type Mutation {
|
|
13203
13205
|
description: String
|
13204
13206
|
|
13205
13207
|
"""
|
13206
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13208
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/pdf, application/vnd.ms-excel, image/heif-sequence, text/csv, application/x-autocad, application/x-csv, application/jpg, application/x-tiff, pplication/vnd.rar, application/dwg, text/x-comma-separated-values, application/gzip-compressed, application/acad, image/svg+xml, application/vnd.oasis.opendocument.presentation, image/vnd.dwg, application/tiff, text/svg, application/vnd.oasis.opendocument.text, image/jpeg, image/png, image/heic, image/tif, application/svg+xml, application/dxf, image/bmp, image/heif, image/gif, application/x-rtf, application/x-gzip, application/postscript, image/webp, text/x-pdf, image/eps, drawing/x-dwf, image/dxf, application/acrobat, application/gzipped, application/x-zip-compressed, application/vnd.ms-powerpoint, application/x-jpg, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/csv, application/x-dwg, application/x-tar, application/zip, text/pdf, application/x-tif, image/x-dwg, text/comma-separated-values, image/jpg, image/x-tiff, drawing/x-dwg, image/x-tif, application/vnd.ms-word, text/svg-xml, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-eps, image/svg, image/heic-sequence, drawing/dwg, application/msword, application/gzip, application/vnd.oasis.opendocument.spreadsheet, image/x-dxf, application/eps, image/tiff, text/x-csv, application/x-rar, application/vnd.pdf, application/x-dxf, text/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-bmp, image/x-ms-bmp, application/x-eps, text/plain, application/excel, application/rtf, application/tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-acad.
|
13207
13209
|
"""
|
13208
13210
|
file: Upload!
|
13209
13211
|
|
@@ -16605,7 +16607,7 @@ input MarketplaceConfigurationInput {
|
|
16605
16607
|
requireProductApproval: Boolean
|
16606
16608
|
|
16607
16609
|
"""True if products require product types to be created"""
|
16608
|
-
requireProductTypes: Boolean
|
16610
|
+
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
16609
16611
|
|
16610
16612
|
"""Updates status transformation strategy for payout."""
|
16611
16613
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
|