@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.
@@ -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: pplication/vnd.rar, image/gif, image/dxf, application/vnd.pdf, application/jpg, image/bmp, application/x-gzip, application/vnd.oasis.opendocument.text, application/zip, text/x-csv, application/x-pdf, image/x-bmp, application/x-rtf, application/gzipped, image/heif, application/vnd.oasis.opendocument.spreadsheet, application/tif, text/svg, application/x-csv, application/excel, application/acrobat, application/x-dxf, text/x-pdf, image/jpg, image/x-eps, image/heic, application/csv, application/gzip, image/vnd.dwg, application/dwg, text/svg-xml, application/x-rar, application/rtf, application/postscript, application/vnd.ms-excel, application/x-eps, application/dxf, image/svg+xml, image/x-dwg, image/x-tiff, drawing/x-dwf, image/x-dxf, image/webp, image/svg, application/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-tif, application/acad, application/pdf, text/comma-separated-values, application/msword, application/x-tiff, text/csv, text/pdf, image/x-ms-bmp, image/eps, image/tif, application/x-jpg, text/x-comma-separated-values, application/x-tar, application/x-tif, image/heif-sequence, application/x-rar-compressed, text/rtf, application/x-autocad, image/heic-sequence, application/vnd.ms-powerpoint, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/tiff, drawing/x-dwg, application/gzip-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/tiff, image/jpeg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/svg+xml, drawing/dwg, application/x-acad, application/x-dwg, application/x-zip-compressed, image/png, text/plain, application/vnd.oasis.opendocument.presentation.
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.86.0-2-g6ad7f503d",
3
+ "version": "v1.86.0-3-g12a478486",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {