@nautical-commerce/graphql-schema 1.58.1-4-gd8b6e9049 → 1.58.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3761,6 +3761,11 @@ type Order implements Node & ObjectWithMetadata {
3761
3761
  """List of order lines."""
3762
3762
  lines: [OrderLine!]!
3763
3763
 
3764
+ """
3765
+ List of actions that can be performed in the current state of an order.
3766
+ """
3767
+ actions: [OrderAction!]! @deprecated(reason: "This field should not be used as Orders will be changed to have no actions.All actions should be performed against the NauticalOrder. This will be removed on November 1, 2024.")
3768
+
3764
3769
  """
3765
3770
  List of sub-statuses that can be changed to based on current state of the order
3766
3771
  """
@@ -5819,6 +5824,9 @@ type OrderLine implements Node & ObjectWithMetadata {
5819
5824
  """The pricebook, if any, that changed the price of this line."""
5820
5825
  priceBook: PriceBook
5821
5826
 
5827
+ """DEPRECATED: The number of items ordered on this order line."""
5828
+ quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024")
5829
+
5822
5830
  """The number of items ordered on this order line."""
5823
5831
  quantityOrdered: Int!
5824
5832
 
@@ -5921,6 +5929,9 @@ type NauticalOrderLine implements Node & ObjectWithMetadata {
5921
5929
  """The related orderline attached to the connected seller order"""
5922
5930
  sellerOrderline: OrderLine
5923
5931
 
5932
+ """The number of items ordered on this order line"""
5933
+ quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024.")
5934
+
5924
5935
  """The number of items ordered on this order line"""
5925
5936
  quantityOrdered: Int!
5926
5937
 
@@ -6794,6 +6805,11 @@ type RefundLine implements Node {
6794
6805
  """
6795
6806
  percentage: Float!
6796
6807
 
6808
+ """
6809
+ If configured as a quantity based refund, this is the number of units refunded.
6810
+ """
6811
+ quantity: Int! @deprecated(reason: "This value was split into quantityFulfilled and quantityUnfulfilled and will be removed on November 1, 2024")
6812
+
6797
6813
  """
6798
6814
  If configured as a quantity based refund, this is the number of fulfilled units refunded.
6799
6815
  """
@@ -8827,6 +8843,12 @@ type Shop {
8827
8843
  languageCode: LanguageCodeEnum
8828
8844
  ): [CountryDisplay!]!
8829
8845
 
8846
+ """List of available currencies."""
8847
+ currencies: [String!]! @deprecated(reason: "This field will be removed on November 1, 2024.")
8848
+
8849
+ """Shop's default currency."""
8850
+ defaultCurrency: String! @deprecated(reason: "This field will be removed on November 1, 2024.")
8851
+
8830
8852
  """List of supported currencies."""
8831
8853
  supportedCurrencies: [NauticalCurrency!]!
8832
8854
 
@@ -11231,6 +11253,11 @@ type MarketplaceConfiguration {
11231
11253
  customerSetPasswordUrl: String
11232
11254
  includeTaxesInPrices: Boolean!
11233
11255
  chargeTaxesOnShipping: Boolean!
11256
+
11257
+ """
11258
+ Deprecated: This field will always be overridden as True and will be removed on Nov 1, 2024.
11259
+ """
11260
+ isSellerShippingZoneCreationAllowed: Boolean @deprecated(reason: "This field will always be overridden as True and will be removed on November 1, 2024.")
11234
11261
  }
11235
11262
 
11236
11263
  enum MarketplaceConfigurationPayoutAutomationStrategyEnum {
@@ -13449,7 +13476,7 @@ type Mutation {
13449
13476
  description: String
13450
13477
 
13451
13478
  """
13452
- 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-tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-excel, application/gzipped, application/acad, image/x-bmp, application/x-gzip, image/svg+xml, application/pdf, image/x-eps, application/x-tiff, image/eps, application/vnd.oasis.opendocument.spreadsheet, application/x-dwg, image/bmp, application/x-autocad, application/acrobat, application/x-eps, application/tif, image/heic, image/x-dxf, application/x-rtf, application/x-pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg-xml, image/heif-sequence, image/svg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, pplication/vnd.rar, image/x-dwg, application/vnd.oasis.opendocument.text, application/x-zip-compressed, application/vnd.ms-word, image/heic-sequence, application/vnd.oasis.opendocument.presentation, text/csv, application/svg+xml, application/zip, image/vnd.dwg, application/x-rar, image/x-ms-bmp, application/msword, drawing/x-dwg, application/x-acad, drawing/x-dwf, text/x-csv, application/x-tif, application/csv, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/gzip-compressed, application/vnd.pdf, application/x-tar, image/png, text/pdf, application/dwg, text/x-pdf, image/tif, application/x-rar-compressed, text/comma-separated-values, application/gzip, application/excel, image/gif, image/x-tif, application/tiff, image/jpg, text/svg, application/eps, application/dxf, drawing/dwg, application/x-dxf, application/x-csv, text/plain, image/webp, image/heif, application/rtf, image/jpeg, application/postscript, image/dxf, image/tiff, application/x-jpg, text/x-comma-separated-values, application/vnd.ms-powerpoint, application/jpg.
13479
+ 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.openxmlformats-officedocument.wordprocessingml.document, application/dxf, image/x-dwg, application/msword, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/pdf, text/rtf, image/eps, text/svg, application/eps, application/csv, application/x-tif, application/x-rar, image/heif, application/x-acad, application/x-gzip, application/svg+xml, image/svg, image/heif-sequence, application/x-jpg, image/bmp, image/tif, application/vnd.ms-excel, application/gzipped, application/acrobat, text/pdf, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dwg, application/x-autocad, image/x-tif, application/x-rtf, application/x-tiff, application/x-tar, image/heic-sequence, text/x-pdf, application/vnd.pdf, application/tiff, image/gif, application/zip, application/x-dwg, image/x-tiff, text/comma-separated-values, drawing/x-dwg, application/vnd.ms-powerpoint, image/vnd.dwg, image/x-dxf, image/x-bmp, text/x-csv, text/plain, drawing/dwg, image/x-eps, image/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/jpg, image/x-ms-bmp, application/gzip, image/dxf, pplication/vnd.rar, image/jpg, application/excel, application/x-eps, application/x-dxf, application/x-csv, drawing/x-dwf, text/csv, application/x-zip-compressed, image/png, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/postscript, text/x-comma-separated-values, application/gzip-compressed, application/x-pdf, application/rtf, application/acad, text/svg-xml, application/vnd.oasis.opendocument.presentation, image/heic, image/jpeg, application/vnd.oasis.opendocument.text, application/vnd.ms-word, image/webp, application/tif.
13453
13480
  """
13454
13481
  file: Upload!
13455
13482
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.58.1-4-gd8b6e9049",
3
+ "version": "v1.58.2",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {