@nautical-commerce/graphql-schema 1.88.0-1-g0e153cfe6 → 1.88.0-11-gacf2f66df

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.
@@ -7416,12 +7416,19 @@ scalar PositiveDecimal
7416
7416
 
7417
7417
  type WarningMessageItem {
7418
7418
  """Code of the warning message."""
7419
- code: String!
7419
+ code: ProductWarningEnum!
7420
7420
 
7421
7421
  """Warning message."""
7422
7422
  message: String!
7423
7423
  }
7424
7424
 
7425
+ enum ProductWarningEnum {
7426
+ CATEGORY_REQUIRED
7427
+ PRODUCT_ATTRIBUTE_VALUE_REQUIRED
7428
+ VARIANT_ATTRIBUTE_VALUE_REQUIRED
7429
+ DEFAULT_VARIANT_REQUIRED
7430
+ }
7431
+
7425
7432
  """Represents availability of a variant in the storefront."""
7426
7433
  type VariantPricingInfo {
7427
7434
  """Whether it is in sale or not."""
@@ -11355,7 +11362,7 @@ type Mutation {
11355
11362
  description: String
11356
11363
 
11357
11364
  """
11358
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-tif, application/gzip-compressed, application/dxf, application/x-rtf, application/vnd.pdf, image/vnd.dwg, application/gzipped, text/plain, application/csv, application/x-autocad, image/heic, application/zip, image/x-tiff, image/tiff, application/tiff, application/x-dxf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-tif, application/vnd.oasis.opendocument.text, image/x-dxf, image/png, application/x-eps, image/jpeg, image/svg+xml, application/rtf, image/heif, pplication/vnd.rar, application/x-tar, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/comma-separated-values, image/x-eps, application/msword, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/eps, image/x-dwg, application/gzip, application/x-jpg, text/x-pdf, text/svg-xml, image/tif, application/x-tiff, application/x-zip-compressed, text/pdf, image/x-ms-bmp, image/gif, application/pdf, application/svg+xml, application/vnd.oasis.opendocument.spreadsheet, drawing/dwg, application/vnd.ms-excel, image/bmp, application/vnd.ms-word, application/vnd.oasis.opendocument.presentation, application/x-dwg, application/x-gzip, application/tif, application/x-acad, text/rtf, application/acrobat, application/acad, application/vnd.ms-powerpoint, application/x-pdf, drawing/x-dwf, text/csv, image/x-bmp, image/heic-sequence, application/jpg, image/dxf, application/x-csv, image/heif-sequence, application/x-rar, image/jpg, application/postscript, application/dwg, image/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/webp, text/x-comma-separated-values, text/svg, image/svg, text/x-csv, drawing/x-dwg, application/excel.
11365
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/vnd.dwg, application/vnd.ms-excel, application/x-rar-compressed, application/x-jpg, application/x-pdf, application/vnd.ms-powerpoint, image/x-bmp, image/svg+xml, image/webp, application/x-csv, image/x-dwg, application/eps, application/vnd.ms-word, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/tif, text/rtf, image/tiff, image/x-dxf, application/x-acad, application/x-tiff, application/vnd.oasis.opendocument.spreadsheet, image/heic-sequence, text/svg-xml, text/x-comma-separated-values, image/jpeg, application/pdf, image/jpg, image/bmp, application/gzip, application/x-rar, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/pdf, application/vnd.oasis.opendocument.presentation, image/tif, pplication/vnd.rar, application/zip, application/x-eps, image/png, application/postscript, application/msword, application/vnd.pdf, application/jpg, application/x-autocad, application/rtf, application/x-tif, image/heic, image/x-tif, application/x-gzip, drawing/x-dwf, image/x-eps, image/heif-sequence, application/csv, image/x-ms-bmp, application/vnd.oasis.opendocument.text, application/svg+xml, application/x-dwg, image/gif, image/dxf, image/x-tiff, application/x-zip-compressed, application/gzip-compressed, application/x-rtf, application/tiff, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/eps, text/x-csv, application/x-tar, application/acrobat, application/excel, text/x-pdf, text/comma-separated-values, application/x-dxf, drawing/dwg, image/heif, application/acad, drawing/x-dwg, application/gzipped, application/dwg, text/csv, image/svg, text/svg.
11359
11366
  """
11360
11367
  file: Upload!
11361
11368
 
@@ -19825,22 +19832,95 @@ input ExportInfoInput {
19825
19832
  }
19826
19833
 
19827
19834
  enum ProductFieldEnum {
19835
+ """ID"""
19836
+ ID
19837
+
19838
+ """Name"""
19828
19839
  NAME
19840
+
19841
+ """Description"""
19829
19842
  DESCRIPTION
19843
+
19844
+ """Product type"""
19830
19845
  PRODUCT_TYPE
19846
+
19847
+ """Product template"""
19848
+ PRODUCT_TEMPLATE
19849
+
19850
+ """Seller"""
19851
+ SELLER
19852
+
19853
+ """Category"""
19831
19854
  CATEGORY
19855
+
19856
+ """Visible"""
19832
19857
  VISIBLE
19858
+
19859
+ """Available for purchase"""
19833
19860
  AVAILABLE_FOR_PURCHASE
19861
+
19862
+ """Searchable"""
19834
19863
  SEARCHABLE
19864
+
19865
+ """Product weight"""
19835
19866
  PRODUCT_WEIGHT
19867
+
19868
+ """Product dimensions"""
19869
+ PRODUCT_DIMENSIONS
19870
+
19871
+ """Collections"""
19836
19872
  COLLECTIONS
19873
+
19874
+ """Charge taxes"""
19837
19875
  CHARGE_TAXES
19876
+
19877
+ """Product images"""
19838
19878
  PRODUCT_IMAGES
19879
+
19880
+ """URL handle"""
19881
+ URL_HANDLE
19882
+
19883
+ """SEO title"""
19884
+ SEO_TITLE
19885
+
19886
+ """SEO description"""
19887
+ SEO_DESCRIPTION
19888
+
19889
+ """Variant name"""
19890
+ VARIANT_NAME
19891
+
19892
+ """Variant SKU"""
19839
19893
  VARIANT_SKU
19894
+
19895
+ """Variant price"""
19840
19896
  VARIANT_PRICE
19841
- COST_PRICE
19897
+
19898
+ """Variant cost price"""
19899
+ VARIANT_COST_PRICE
19900
+
19901
+ """Variant currency"""
19902
+ VARIANT_CURRENCY
19903
+
19904
+ """Variant weight"""
19842
19905
  VARIANT_WEIGHT
19906
+
19907
+ """Variant dimensions"""
19908
+ VARIANT_DIMENSIONS
19909
+
19910
+ """Variant images"""
19843
19911
  VARIANT_IMAGES
19912
+
19913
+ """Product attributes"""
19914
+ PRODUCT_ATTRIBUTES
19915
+
19916
+ """Product custom fields"""
19917
+ PRODUCT_CUSTOM_FIELDS
19918
+
19919
+ """Variant attributes"""
19920
+ VARIANT_ATTRIBUTES
19921
+
19922
+ """Variant custom fields"""
19923
+ VARIANT_CUSTOM_FIELDS
19844
19924
  }
19845
19925
 
19846
19926
  enum FileTypesEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.88.0-1-g0e153cfe6",
3
+ "version": "v1.88.0-11-gacf2f66df",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {