@nautical-commerce/graphql-schema 1.66.0-20-g3c1367e91 → 1.66.0-21-gec669166e

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.
@@ -2852,7 +2852,6 @@ type ProductVariant implements Node & ObjectWithMetadata {
2852
2852
  name: String!
2853
2853
  nauticalStockNumber: String!
2854
2854
  status: ProductVariantStatus!
2855
- subStatus: ProductVariantSubStatus!
2856
2855
  currency: String
2857
2856
  product: Product!
2858
2857
  trackInventory: Boolean!
@@ -2962,6 +2961,11 @@ type ProductVariant implements Node & ObjectWithMetadata {
2962
2961
 
2963
2962
  """List of vouchers associated with the product."""
2964
2963
  vouchers: [Voucher!]!
2964
+
2965
+ """
2966
+ The sub status of the product variant. This will be the same as product's sub status.
2967
+ """
2968
+ subStatus: ProductSubStatusEnum
2965
2969
  }
2966
2970
 
2967
2971
  """An enumeration."""
@@ -2973,18 +2977,6 @@ enum ProductVariantStatus {
2973
2977
  ACTIVE
2974
2978
  }
2975
2979
 
2976
- """An enumeration."""
2977
- enum ProductVariantSubStatus {
2978
- """In review"""
2979
- IN_REVIEW
2980
-
2981
- """Declined"""
2982
- DECLINED
2983
-
2984
- """Approved"""
2985
- APPROVED
2986
- }
2987
-
2988
2980
  """Represents an individual item for sale in the storefront."""
2989
2981
  type Product implements Node & ObjectWithMetadata {
2990
2982
  """The ID of the object"""
@@ -13211,7 +13203,7 @@ type Mutation {
13211
13203
  description: String
13212
13204
 
13213
13205
  """
13214
- 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-tif, application/x-csv, text/svg-xml, application/acad, application/x-gzip, image/heic, image/x-dxf, image/svg, image/heif-sequence, image/x-dwg, image/x-bmp, application/vnd.ms-word, drawing/x-dwf, application/excel, image/webp, image/vnd.dwg, application/x-rar, text/rtf, application/pdf, image/heic-sequence, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.pdf, application/x-dxf, image/tif, application/jpg, application/vnd.ms-excel, application/eps, application/x-eps, application/gzip, application/vnd.ms-powerpoint, image/tiff, text/svg, application/x-pdf, image/dxf, application/dxf, text/plain, image/bmp, image/x-tiff, application/gzipped, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/gif, image/jpeg, image/x-tif, application/x-autocad, text/csv, application/postscript, application/vnd.oasis.opendocument.text, text/x-csv, image/eps, application/zip, application/x-acad, pplication/vnd.rar, image/x-eps, application/msword, application/tif, application/x-rar-compressed, text/x-comma-separated-values, text/pdf, image/png, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/rtf, application/tiff, application/x-dwg, application/x-tiff, image/svg+xml, application/dwg, application/x-tar, image/jpg, application/vnd.oasis.opendocument.presentation, application/x-zip-compressed, application/vnd.oasis.opendocument.spreadsheet, text/x-pdf, drawing/dwg, drawing/x-dwg, application/svg+xml, application/acrobat, application/x-jpg, image/heif, application/x-rtf, text/comma-separated-values, image/x-ms-bmp, application/csv.
13206
+ 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-eps, application/x-tar, application/excel, application/x-dxf, image/x-tif, application/x-acad, image/x-dwg, text/svg-xml, image/heif-sequence, application/tif, image/jpg, image/x-tiff, application/vnd.ms-word, drawing/dwg, image/webp, image/heif, text/csv, application/vnd.oasis.opendocument.spreadsheet, application/acrobat, drawing/x-dwf, image/tif, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/rtf, drawing/x-dwg, image/tiff, application/gzip-compressed, application/csv, application/x-csv, application/acad, application/x-autocad, application/eps, application/jpg, image/heic, application/vnd.ms-powerpoint, image/x-eps, image/gif, application/pdf, image/vnd.dwg, application/x-tiff, text/plain, image/dxf, application/dwg, application/x-jpg, application/tiff, image/jpeg, application/vnd.oasis.opendocument.text, application/gzip, application/x-gzip, application/gzipped, application/postscript, image/heic-sequence, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/eps, text/x-comma-separated-values, application/vnd.pdf, application/rtf, application/x-rar, image/x-bmp, image/bmp, application/x-rtf, text/x-csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.presentation, application/svg+xml, text/pdf, application/x-tif, image/svg, application/x-dwg, image/x-ms-bmp, text/comma-separated-values, pplication/vnd.rar, image/svg+xml, image/x-dxf, image/png, text/svg, application/msword, application/x-pdf, application/zip, text/x-pdf, application/x-zip-compressed, application/vnd.ms-excel, application/dxf.
13215
13207
  """
13216
13208
  file: Upload!
13217
13209
 
@@ -19812,7 +19804,7 @@ input ProductVariantCreateInput {
19812
19804
  requiresQuote: Boolean
19813
19805
 
19814
19806
  """Substatus the variant is to be changed to."""
19815
- subStatus: ProductVariantSubStatusEnum
19807
+ subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
19816
19808
 
19817
19809
  """
19818
19810
  Informs whether a collection is published. All variants are published by default
@@ -19953,7 +19945,7 @@ input ProductVariantBulkCreateInput {
19953
19945
  requiresQuote: Boolean
19954
19946
 
19955
19947
  """Substatus the variant is to be changed to."""
19956
- subStatus: ProductVariantSubStatusEnum
19948
+ subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
19957
19949
 
19958
19950
  """
19959
19951
  Informs whether a collection is published. All variants are published by default
@@ -20132,7 +20124,7 @@ input ProductVariantInput {
20132
20124
  requiresQuote: Boolean
20133
20125
 
20134
20126
  """Substatus the variant is to be changed to."""
20135
- subStatus: ProductVariantSubStatusEnum
20127
+ subStatus: ProductVariantSubStatusEnum @deprecated(reason: "This field will be removed on April 15th, 2025. ProductVariant substatus will be the same as product substatus")
20136
20128
 
20137
20129
  """
20138
20130
  Informs whether a collection is published. All variants are published by default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.66.0-20-g3c1367e91",
3
+ "version": "v1.66.0-21-gec669166e",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {