@nautical-commerce/graphql-schema 1.75.0-22-g113556aad → 1.75.0-24-g091e25a20

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.
@@ -2716,10 +2716,6 @@ type Checkout implements Node & ObjectWithMetadata {
2716
2716
  """Available shipping methods for each seller in this checkout."""
2717
2717
  availableShippingMethodsBySeller: [MultiSellerShippingMethod!]!
2718
2718
 
2719
- """Applicable volume discounts"""
2720
- applicableVolumeDiscounts: Money @deprecated(reason: "This will be removed on March 9, 2025")
2721
- applicableVolumeDiscountsBySeller: [SellerVolumeDiscount!]! @deprecated(reason: "This will be removed on March 9, 2025")
2722
-
2723
2719
  """List of available payment gateways."""
2724
2720
  availablePaymentGateways: [PaymentGateway!]!
2725
2721
 
@@ -2852,11 +2848,6 @@ type MultiSellerShippingMethod {
2852
2848
  value: [ShippingMethod!]!
2853
2849
  }
2854
2850
 
2855
- type SellerVolumeDiscount {
2856
- seller: Int
2857
- volumeDiscount: Money
2858
- }
2859
-
2860
2851
  """
2861
2852
  Available payment gateway backend with configuration necessary to setup client.
2862
2853
  """
@@ -3001,7 +2992,7 @@ type ProductVariant implements Node & ObjectWithMetadata {
3001
2992
 
3002
2993
  """Total quantity ordered."""
3003
2994
  quantityOrdered: Int
3004
- features: [VariantFeature!] @deprecated(reason: "Features will be removed on January 2, 2025.")
2995
+ features: [VariantFeature!] @deprecated(reason: "Features will be removed on July 2, 2025.")
3005
2996
 
3006
2997
  """
3007
2998
  List of product variant images. When 'strict_product_image_handling' is enabled:- Display only the images owned by the product variant owner.
@@ -3197,7 +3188,7 @@ type Product implements Node & ObjectWithMetadata {
3197
3188
 
3198
3189
  """Whether the product is published."""
3199
3190
  isPublished: Boolean!
3200
- features: [ProductFeature!] @deprecated(reason: "Features will be removed on January 2, 2025.")
3191
+ features: [ProductFeature!] @deprecated(reason: "Features will be removed on July 2, 2025.")
3201
3192
 
3202
3193
  """
3203
3194
  Product stock stats combining all variants in all warehouses. Requires MANAGE_PRODUCTS permission.
@@ -4652,10 +4643,10 @@ type ProductType implements Node & ObjectWithMetadata {
4652
4643
  ): AttributeCountableConnection
4653
4644
 
4654
4645
  """Product features of this product type."""
4655
- productFeatures: [ProductTypeProductFeature!]! @deprecated(reason: "Features will be removed on January 2, 2025.")
4646
+ productFeatures: [ProductTypeProductFeature!]! @deprecated(reason: "Features will be removed on July 2, 2025.")
4656
4647
 
4657
4648
  """Variant features of this product type."""
4658
- variantFeatures: [ProductTypeVariantFeature!]! @deprecated(reason: "Features will be removed on January 2, 2025.")
4649
+ variantFeatures: [ProductTypeVariantFeature!]! @deprecated(reason: "Features will be removed on July 2, 2025.")
4659
4650
 
4660
4651
  """Brand of the product"""
4661
4652
  model: String
@@ -13164,7 +13155,7 @@ type Mutation {
13164
13155
  description: String
13165
13156
 
13166
13157
  """
13167
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzip, application/zip, drawing/x-dwf, application/x-tif, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/jpg, application/vnd.oasis.opendocument.spreadsheet, application/postscript, text/rtf, application/pdf, image/bmp, image/svg+xml, image/x-ms-bmp, text/x-csv, application/rtf, image/x-dwg, application/svg+xml, application/vnd.oasis.opendocument.presentation, drawing/x-dwg, application/x-acad, image/svg, application/gzip-compressed, text/x-pdf, image/x-tiff, application/dwg, application/vnd.ms-word, text/plain, image/vnd.dwg, application/x-dwg, text/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-pdf, image/x-eps, image/webp, application/acrobat, image/heic, application/vnd.pdf, application/x-autocad, application/x-rar, application/eps, image/x-dxf, application/vnd.ms-powerpoint, image/tiff, text/svg, image/x-tif, pplication/vnd.rar, image/heif-sequence, image/x-bmp, application/vnd.oasis.opendocument.text, application/x-rar-compressed, application/x-tar, application/vnd.ms-excel, image/eps, application/excel, application/x-tiff, image/heif, application/tiff, application/gzipped, application/acad, text/svg-xml, image/tif, image/heic-sequence, application/x-zip-compressed, application/tif, application/x-csv, text/comma-separated-values, image/jpeg, application/x-jpg, application/jpg, application/x-dxf, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-eps, application/x-rtf, image/gif, application/msword, text/x-comma-separated-values, image/png, drawing/dwg, text/pdf, application/csv, application/x-gzip, image/dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
13158
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-csv, application/postscript, application/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-bmp, image/png, application/gzipped, application/x-pdf, application/vnd.ms-excel, application/x-tif, application/vnd.oasis.opendocument.text, text/plain, application/x-dwg, application/vnd.ms-powerpoint, application/x-jpg, image/x-tiff, application/rtf, application/x-autocad, image/x-tif, image/heif-sequence, application/x-rtf, image/x-eps, application/x-tiff, application/dwg, image/x-dxf, application/x-dxf, application/x-tar, image/eps, application/gzip-compressed, application/x-csv, application/eps, drawing/x-dwg, application/vnd.oasis.opendocument.presentation, application/vnd.ms-word, image/tif, application/x-acad, application/x-rar, text/pdf, application/acad, application/excel, image/jpg, text/rtf, image/heic-sequence, application/x-gzip, image/x-dwg, drawing/x-dwf, image/heic, application/tiff, application/x-zip-compressed, image/webp, image/vnd.dwg, application/vnd.oasis.opendocument.spreadsheet, image/svg, image/svg+xml, application/acrobat, image/tiff, text/comma-separated-values, application/gzip, text/svg, image/heif, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/gif, application/zip, application/jpg, application/svg+xml, application/pdf, image/jpeg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, pplication/vnd.rar, text/x-pdf, application/x-eps, text/x-comma-separated-values, text/csv, application/csv, drawing/dwg, image/bmp, application/vnd.pdf, image/dxf, application/msword, application/tif, application/x-rar-compressed.
13168
13159
  """
13169
13160
  file: Upload!
13170
13161
 
@@ -14519,7 +14510,7 @@ type Mutation {
14519
14510
  featureCreate(
14520
14511
  """Fields required to create a feature"""
14521
14512
  input: FeatureCreateInput!
14522
- ): FeatureCreate @deprecated(reason: "Features will be removed on January 2, 2025.")
14513
+ ): FeatureCreate @deprecated(reason: "Features will be removed on July 2, 2025.")
14523
14514
 
14524
14515
  """Updates a feature."""
14525
14516
  featureUpdate(
@@ -14528,19 +14519,19 @@ type Mutation {
14528
14519
 
14529
14520
  """Input required to update a feature."""
14530
14521
  input: FeatureInput!
14531
- ): FeatureUpdate @deprecated(reason: "Features will be removed on January 2, 2025.")
14522
+ ): FeatureUpdate @deprecated(reason: "Features will be removed on July 2, 2025.")
14532
14523
 
14533
14524
  """Deletes a feature."""
14534
14525
  featureDelete(
14535
14526
  """ID of a feature to delete."""
14536
14527
  id: ID!
14537
- ): FeatureDelete @deprecated(reason: "Features will be removed on January 2, 2025.")
14528
+ ): FeatureDelete @deprecated(reason: "Features will be removed on July 2, 2025.")
14538
14529
 
14539
14530
  """Creates a new product or variant feature on a product type."""
14540
14531
  productTypeFeatureCreate(
14541
14532
  """Fields required to create a feature for a product type."""
14542
14533
  input: ProductTypeFeatureCreateInput!
14543
- ): ProductTypeFeatureCreate @deprecated(reason: "Features will be removed on January 2, 2025.")
14534
+ ): ProductTypeFeatureCreate @deprecated(reason: "Features will be removed on July 2, 2025.")
14544
14535
 
14545
14536
  """Updates a product or variant feature on a product type."""
14546
14537
  productTypeFeatureUpdate(
@@ -14549,13 +14540,13 @@ type Mutation {
14549
14540
 
14550
14541
  """Fields required to update a feature for a product type."""
14551
14542
  input: ProductTypeFeatureInput!
14552
- ): ProductTypeFeatureUpdate @deprecated(reason: "Features will be removed on January 2, 2025.")
14543
+ ): ProductTypeFeatureUpdate @deprecated(reason: "Features will be removed on July 2, 2025.")
14553
14544
 
14554
14545
  """Deletes a product or variant feature on a product type."""
14555
14546
  productTypeFeatureDelete(
14556
14547
  """ID of the product type feature to delete."""
14557
14548
  id: ID!
14558
- ): ProductTypeFeatureDelete @deprecated(reason: "Features will be removed on January 2, 2025.")
14549
+ ): ProductTypeFeatureDelete @deprecated(reason: "Features will be removed on July 2, 2025.")
14559
14550
 
14560
14551
  """Captures the authorized payment amount."""
14561
14552
  paymentCapture(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.75.0-22-g113556aad",
3
+ "version": "v1.75.0-24-g091e25a20",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {