@nautical-commerce/graphql-schema 1.78.0-51-gd3ca99fb2 → 1.78.0-52-gf8faba1cf

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.
@@ -2890,15 +2890,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
2890
2890
  """
2891
2891
  pricing: VariantPricingInfo
2892
2892
 
2893
- """Whether this variant is visible on the buyer side or not"""
2894
- isVisible: Boolean! @deprecated(reason: "This will be removed on April 15, 2025.")
2895
-
2896
- """Product description"""
2897
- description: String @deprecated(reason: "This will be removed on April 15, 2025.")
2898
-
2899
- """Product description HTML"""
2900
- descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
2901
-
2902
2893
  """Product variant size info."""
2903
2894
  size: VariantSize @deprecated(reason: "This will be removed on April 17, 2025.")
2904
2895
 
@@ -5273,7 +5264,6 @@ enum ProductVariantSearchFieldEnum {
5273
5264
  VARIANT_ATTRIBUTE_NAME
5274
5265
  VARIANT_ATTRIBUTE_VALUE_NAME
5275
5266
  VARIANT_ATTRIBUTE_VALUE_VALUE
5276
- DESCRIPTION
5277
5267
  }
5278
5268
 
5279
5269
  input VariantSortingInput {
@@ -12717,7 +12707,7 @@ type Mutation {
12717
12707
  description: String
12718
12708
 
12719
12709
  """
12720
- 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-tiff, image/x-bmp, image/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic, image/bmp, application/gzipped, application/tiff, application/eps, application/x-rtf, application/vnd.pdf, image/x-ms-bmp, application/rtf, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/excel, image/x-dxf, application/gzip-compressed, application/csv, text/pdf, image/x-dwg, application/pdf, application/x-tif, image/heif-sequence, application/dwg, application/x-rar-compressed, text/comma-separated-values, application/x-eps, application/vnd.ms-excel, image/tiff, application/x-gzip, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-pdf, application/acad, application/acrobat, image/svg+xml, image/gif, drawing/x-dwf, application/x-csv, pplication/vnd.rar, image/x-tiff, image/tif, application/svg+xml, text/rtf, application/x-jpg, image/heif, text/csv, image/eps, application/x-pdf, image/dxf, application/msword, image/jpeg, application/gzip, image/vnd.dwg, application/dxf, application/zip, image/webp, application/x-autocad, image/x-tif, text/svg-xml, application/x-dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-tar, text/x-csv, text/plain, drawing/dwg, text/svg, application/x-rar, image/svg, application/x-dwg, drawing/x-dwg, image/x-eps, application/x-acad, text/x-comma-separated-values, application/postscript, application/jpg, application/vnd.ms-word, application/tif, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.text, application/x-zip-compressed, image/heic-sequence, image/png, application/vnd.oasis.opendocument.presentation.
12710
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/jpg, image/heif, image/dxf, image/vnd.dwg, application/x-eps, text/csv, drawing/x-dwg, application/x-tar, application/vnd.oasis.opendocument.presentation, application/x-jpg, image/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/plain, image/x-tiff, image/tiff, drawing/x-dwf, application/gzip-compressed, image/gif, text/comma-separated-values, application/tif, pplication/vnd.rar, application/x-rar, application/rtf, application/x-rar-compressed, drawing/dwg, application/acrobat, image/jpg, application/eps, text/x-csv, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tif, application/x-gzip, image/x-eps, text/svg, application/x-csv, application/dxf, text/pdf, application/vnd.oasis.opendocument.text, image/svg, image/jpeg, image/x-bmp, application/gzipped, image/heif-sequence, application/svg+xml, application/excel, application/gzip, application/x-zip-compressed, application/dwg, application/acad, image/eps, application/vnd.oasis.opendocument.spreadsheet, image/heic-sequence, application/msword, image/png, application/csv, image/heic, image/svg+xml, application/vnd.pdf, image/tif, application/x-rtf, application/pdf, text/x-comma-separated-values, text/x-pdf, image/x-dxf, application/postscript, application/tiff, image/x-tif, application/x-pdf, application/x-dwg, application/vnd.ms-excel, text/rtf, text/svg-xml, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-word, application/x-tiff, image/webp, application/x-dxf, application/x-autocad, application/zip, application/x-acad, image/bmp.
12721
12711
  """
12722
12712
  file: Upload!
12723
12713
 
@@ -19349,12 +19339,6 @@ input ProductVariantCreateInput {
19349
19339
  """Cost price of the variant."""
19350
19340
  costPrice: PositiveDecimal
19351
19341
 
19352
- """Description of the product variant."""
19353
- description: String @deprecated(reason: "This will be removed on April 15, 2025.")
19354
-
19355
- """Product variant description (HTML)."""
19356
- descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
19357
-
19358
19342
  """Price of the particular variant."""
19359
19343
  price: PositiveDecimal
19360
19344
 
@@ -19496,12 +19480,6 @@ input ProductVariantBulkCreateInput {
19496
19480
  """Cost price of the variant."""
19497
19481
  costPrice: PositiveDecimal
19498
19482
 
19499
- """Description of the product variant."""
19500
- description: String @deprecated(reason: "This will be removed on April 15, 2025.")
19501
-
19502
- """Product variant description (HTML)."""
19503
- descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
19504
-
19505
19483
  """Price of the particular variant."""
19506
19484
  price: PositiveDecimal
19507
19485
 
@@ -19678,12 +19656,6 @@ input ProductVariantInput {
19678
19656
  """Cost price of the variant."""
19679
19657
  costPrice: PositiveDecimal
19680
19658
 
19681
- """Description of the product variant."""
19682
- description: String @deprecated(reason: "This will be removed on April 15, 2025.")
19683
-
19684
- """Product variant description (HTML)."""
19685
- descriptionHtml: String @deprecated(reason: "This will be removed on April 15, 2025.")
19686
-
19687
19659
  """Price of the particular variant."""
19688
19660
  price: PositiveDecimal
19689
19661
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.78.0-51-gd3ca99fb2",
3
+ "version": "v1.78.0-52-gf8faba1cf",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {