@nautical-commerce/graphql-schema 1.78.0-20-g242b007a1 → 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 -12
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -8552,11 +8552,6 @@ type Shop {
|
|
8552
8552
|
"""Gets active plugins."""
|
8553
8553
|
activePlugins: [Plugin!]!
|
8554
8554
|
|
8555
|
-
"""
|
8556
|
-
None if shop does not use Crisp, otherwise this contains Crisp Website ID.
|
8557
|
-
"""
|
8558
|
-
crispWebsiteId: String @deprecated(reason: "This will be removed on April 7, 2025.")
|
8559
|
-
|
8560
8555
|
"""Storefront integrations for the given contexts"""
|
8561
8556
|
storefrontUiIntegrations(
|
8562
8557
|
"""
|
@@ -10871,9 +10866,6 @@ type MarketplaceConfiguration {
|
|
10871
10866
|
marketplaceName: String!
|
10872
10867
|
requireProductApproval: Boolean!
|
10873
10868
|
|
10874
|
-
"""True if products require product types to be created"""
|
10875
|
-
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
10876
|
-
|
10877
10869
|
"""Determines payout status transformation strategy"""
|
10878
10870
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum
|
10879
10871
|
|
@@ -12795,7 +12787,7 @@ type Mutation {
|
|
12795
12787
|
description: String
|
12796
12788
|
|
12797
12789
|
"""
|
12798
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
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.
|
12799
12791
|
"""
|
12800
12792
|
file: Upload!
|
12801
12793
|
|
@@ -16182,9 +16174,6 @@ input MarketplaceConfigurationInput {
|
|
16182
16174
|
"""True if seller products require approval"""
|
16183
16175
|
requireProductApproval: Boolean
|
16184
16176
|
|
16185
|
-
"""True if products require product types to be created"""
|
16186
|
-
requireProductTypes: Boolean @deprecated(reason: "This will be removed on April 15, 2025.")
|
16187
|
-
|
16188
16177
|
"""Updates status transformation strategy for payout."""
|
16189
16178
|
payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
|
16190
16179
|
|