@nautical-commerce/graphql-schema 1.86.0-2-g6ad7f503d → 1.86.0-3-g12a478486
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 -19
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -9275,12 +9275,6 @@ type SellerOnboardingSettings implements Node {
|
|
9275
9275
|
"""Welcome message set by MP for sellers."""
|
9276
9276
|
welcomeMessage: String
|
9277
9277
|
|
9278
|
-
"""The fulfillment model used by the MP."""
|
9279
|
-
fulfillmentModel: String @deprecated(reason: "This will be removed on June 7, 2025")
|
9280
|
-
|
9281
|
-
"""A summary of required documents from sellers."""
|
9282
|
-
requiredDocuments: String @deprecated(reason: "This will be removed on June 7, 2025")
|
9283
|
-
|
9284
9278
|
"""Text displayed when the MP is not accepting new sellers."""
|
9285
9279
|
notAcceptingSellersMessage: String
|
9286
9280
|
|
@@ -12257,7 +12251,7 @@ type Mutation {
|
|
12257
12251
|
description: String
|
12258
12252
|
|
12259
12253
|
"""
|
12260
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12254
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/tiff, application/x-jpg, application/pdf, text/csv, application/dxf, image/x-tif, text/rtf, text/x-csv, application/x-rar-compressed, image/x-dwg, application/acad, application/vnd.oasis.opendocument.text, image/svg, application/x-acad, image/x-tiff, application/svg+xml, text/pdf, text/plain, application/x-zip-compressed, application/rtf, application/tiff, image/heic, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/acrobat, text/svg-xml, image/x-bmp, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tar, text/x-pdf, application/x-dwg, image/heic-sequence, application/vnd.oasis.opendocument.presentation, application/x-tiff, image/x-dxf, application/vnd.oasis.opendocument.spreadsheet, pplication/vnd.rar, application/gzipped, application/excel, application/x-rtf, image/x-ms-bmp, application/vnd.ms-powerpoint, application/eps, image/dxf, application/zip, image/heif, drawing/dwg, application/dwg, application/x-csv, image/webp, application/tif, application/x-gzip, drawing/x-dwg, text/x-comma-separated-values, application/msword, image/jpg, application/x-dxf, application/csv, application/vnd.pdf, image/bmp, image/svg+xml, image/heif-sequence, application/gzip-compressed, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg, image/vnd.dwg, image/jpeg, image/png, application/x-pdf, application/jpg, image/x-eps, image/tif, application/postscript, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, application/x-eps, application/x-autocad, application/gzip, text/comma-separated-values, image/gif, application/vnd.ms-word, drawing/x-dwf, application/x-tif, image/eps.
|
12261
12255
|
"""
|
12262
12256
|
file: Upload!
|
12263
12257
|
|
@@ -17048,12 +17042,6 @@ input SellerOnboardingSettingsCreateInput {
|
|
17048
17042
|
"""Welcome message set by MP for sellers."""
|
17049
17043
|
welcomeMessage: String
|
17050
17044
|
|
17051
|
-
"""The fulfillment model used by the MP."""
|
17052
|
-
fulfillmentModel: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
17053
|
-
|
17054
|
-
"""A summary of required documents from sellers."""
|
17055
|
-
requiredDocuments: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
17056
|
-
|
17057
17045
|
"""Text displayed when the MP is not accepting new sellers."""
|
17058
17046
|
notAcceptingSellersMessage: String
|
17059
17047
|
}
|
@@ -17075,12 +17063,6 @@ input SellerOnboardingSettingsUpdateInput {
|
|
17075
17063
|
"""Welcome message set by MP for sellers."""
|
17076
17064
|
welcomeMessage: String
|
17077
17065
|
|
17078
|
-
"""The fulfillment model used by the MP."""
|
17079
|
-
fulfillmentModel: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
17080
|
-
|
17081
|
-
"""A summary of required documents from sellers."""
|
17082
|
-
requiredDocuments: String @deprecated(reason: "This will be removed on June 7, 2025.")
|
17083
|
-
|
17084
17066
|
"""Text displayed when the MP is not accepting new sellers."""
|
17085
17067
|
notAcceptingSellersMessage: String
|
17086
17068
|
}
|