@nautical-commerce/graphql-schema 1.61.0-1-gda19ec096 → 1.61.0-2-ge7fd31e0b
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +1 -11
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -11196,11 +11196,6 @@ type MarketplaceConfiguration {
|
|
11196
11196
|
tenant: Tenant!
|
11197
11197
|
id: UUID!
|
11198
11198
|
marketplaceName: String!
|
11199
|
-
|
11200
|
-
"""
|
11201
|
-
True if marketplace accrues shipping revenue, false if sellers accrue shipping revenue
|
11202
|
-
"""
|
11203
|
-
marketplaceAccruesShippingRevenue: Boolean @deprecated(reason: "Replaced by fulfillmentModel. This will be removed on November 25, 2024.")
|
11204
11199
|
requireProductApproval: Boolean!
|
11205
11200
|
requireProductTypes: Boolean!
|
11206
11201
|
|
@@ -13489,7 +13484,7 @@ type Mutation {
|
|
13489
13484
|
description: String
|
13490
13485
|
|
13491
13486
|
"""
|
13492
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13487
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/dwg, image/gif, application/svg+xml, application/x-tif, application/x-pdf, text/x-pdf, application/dxf, application/excel, image/tiff, image/dxf, image/eps, application/x-eps, text/csv, application/x-tiff, image/x-dxf, application/acrobat, text/svg-xml, application/x-rar, text/rtf, application/x-acad, application/zip, application/vnd.ms-excel, image/x-ms-bmp, application/x-tar, application/msword, application/dwg, image/jpg, image/heif-sequence, image/x-eps, application/x-rtf, pplication/vnd.rar, image/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/x-autocad, image/tif, application/x-csv, image/x-bmp, application/vnd.pdf, text/comma-separated-values, application/jpg, application/pdf, image/jpeg, application/vnd.oasis.opendocument.presentation, application/x-rar-compressed, text/svg, application/gzip, image/webp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/tiff, drawing/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/svg, application/x-zip-compressed, application/gzipped, application/x-gzip, drawing/x-dwf, image/x-dwg, application/x-dxf, text/pdf, image/x-tiff, application/x-dwg, application/acad, application/vnd.ms-word, image/bmp, application/vnd.ms-powerpoint, application/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.text, image/heic, application/rtf, image/png, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/x-csv, application/tif, image/heif, application/x-jpg, image/vnd.dwg, image/x-tif, application/gzip-compressed, text/plain, application/csv, application/postscript, image/heic-sequence.
|
13493
13488
|
"""
|
13494
13489
|
file: Upload!
|
13495
13490
|
|
@@ -17038,11 +17033,6 @@ input MarketplaceConfigurationInput {
|
|
17038
17033
|
"""
|
17039
17034
|
isSellerShippingZoneCreationAllowed: Boolean
|
17040
17035
|
|
17041
|
-
"""
|
17042
|
-
True if marketplace accrues shipping revenue, false if sellers accrue shipping revenue
|
17043
|
-
"""
|
17044
|
-
marketplaceAccruesShippingRevenue: Boolean @deprecated(reason: "Replaced by fulfillmentModel. This will be removed on November 25, 2024.")
|
17045
|
-
|
17046
17036
|
"""True if seller products require approval"""
|
17047
17037
|
requireProductApproval: Boolean
|
17048
17038
|
|