@nautical-commerce/graphql-schema 1.58.0-8-g183bf52b2 → 1.58.1-1-gdf5b7bb88

Sign up to get free protection for your applications and to get access to all the features.
@@ -3761,11 +3761,6 @@ 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
-
3769
3764
  """
3770
3765
  List of sub-statuses that can be changed to based on current state of the order
3771
3766
  """
@@ -5818,9 +5813,6 @@ type OrderLine implements Node & ObjectWithMetadata {
5818
5813
  """The pricebook, if any, that changed the price of this line."""
5819
5814
  priceBook: PriceBook
5820
5815
 
5821
- """DEPRECATED: The number of items ordered on this order line."""
5822
- quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024")
5823
-
5824
5816
  """The number of items ordered on this order line."""
5825
5817
  quantityOrdered: Int!
5826
5818
 
@@ -5923,9 +5915,6 @@ type NauticalOrderLine implements Node & ObjectWithMetadata {
5923
5915
  """The related orderline attached to the connected seller order"""
5924
5916
  sellerOrderline: OrderLine
5925
5917
 
5926
- """The number of items ordered on this order line"""
5927
- quantity: Int! @deprecated(reason: "Use the more explicit quantityOrdered instead. This will be removed on November 1, 2024.")
5928
-
5929
5918
  """The number of items ordered on this order line"""
5930
5919
  quantityOrdered: Int!
5931
5920
 
@@ -6799,11 +6788,6 @@ type RefundLine implements Node {
6799
6788
  """
6800
6789
  percentage: Float!
6801
6790
 
6802
- """
6803
- If configured as a quantity based refund, this is the number of units refunded.
6804
- """
6805
- quantity: Int! @deprecated(reason: "This value was split into quantityFulfilled and quantityUnfulfilled and will be removed on November 1, 2024")
6806
-
6807
6791
  """
6808
6792
  If configured as a quantity based refund, this is the number of fulfilled units refunded.
6809
6793
  """
@@ -8837,12 +8821,6 @@ type Shop {
8837
8821
  languageCode: LanguageCodeEnum
8838
8822
  ): [CountryDisplay!]!
8839
8823
 
8840
- """List of available currencies."""
8841
- currencies: [String!]! @deprecated(reason: "This field will be removed on November 1, 2024.")
8842
-
8843
- """Shop's default currency."""
8844
- defaultCurrency: String! @deprecated(reason: "This field will be removed on November 1, 2024.")
8845
-
8846
8824
  """List of supported currencies."""
8847
8825
  supportedCurrencies: [NauticalCurrency!]!
8848
8826
 
@@ -11243,11 +11221,6 @@ type MarketplaceConfiguration {
11243
11221
  customerSetPasswordUrl: String
11244
11222
  includeTaxesInPrices: Boolean!
11245
11223
  chargeTaxesOnShipping: Boolean!
11246
-
11247
- """
11248
- Deprecated: This field will always be overridden as True and will be removed on Nov 1, 2024.
11249
- """
11250
- isSellerShippingZoneCreationAllowed: Boolean @deprecated(reason: "This field will always be overridden as True and will be removed on November 1, 2024.")
11251
11224
  }
11252
11225
 
11253
11226
  enum MarketplaceConfigurationPayoutAutomationStrategyEnum {
@@ -13456,7 +13429,7 @@ type Mutation {
13456
13429
  description: String
13457
13430
 
13458
13431
  """
13459
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/jpg, application/vnd.ms-powerpoint, text/x-csv, pplication/vnd.rar, image/vnd.dwg, application/gzip, text/comma-separated-values, application/x-tif, application/postscript, application/dwg, text/svg, application/dxf, drawing/dwg, drawing/x-dwg, application/eps, image/heif, application/excel, image/x-dwg, image/gif, image/heic-sequence, application/x-dwg, application/tiff, image/webp, application/vnd.oasis.opendocument.text, image/heic, text/x-pdf, application/acad, application/x-eps, text/x-comma-separated-values, application/x-pdf, text/pdf, application/x-tiff, application/vnd.oasis.opendocument.spreadsheet, image/bmp, application/rtf, image/dxf, image/x-tif, application/gzipped, image/eps, application/vnd.oasis.opendocument.presentation, application/gzip-compressed, image/svg, image/jpeg, application/x-autocad, application/vnd.pdf, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dxf, text/csv, application/svg+xml, image/jpg, application/vnd.ms-word, image/x-tiff, text/svg-xml, application/csv, image/tiff, application/msword, drawing/x-dwf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/rtf, image/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/png, application/vnd.ms-excel, application/pdf, application/acrobat, application/zip, application/x-rar-compressed, image/tif, image/x-eps, application/x-dxf, image/x-bmp, application/x-acad, application/x-tar, application/x-gzip, application/tif, application/x-rtf, application/x-jpg, image/heif-sequence, text/plain, application/x-rar, application/x-zip-compressed.
13432
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/zip, image/x-dxf, application/vnd.ms-powerpoint, application/acrobat, image/x-bmp, text/pdf, application/x-zip-compressed, application/eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heif, image/jpeg, image/gif, application/x-autocad, image/vnd.dwg, application/x-tif, application/dwg, application/jpg, text/x-pdf, application/x-pdf, application/tiff, image/x-eps, image/heic, text/svg, image/heic-sequence, image/eps, application/vnd.ms-word, text/plain, application/vnd.pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/webp, pplication/vnd.rar, application/x-acad, application/dxf, application/x-dwg, application/rtf, application/x-gzip, application/x-eps, image/svg, text/comma-separated-values, text/rtf, drawing/x-dwf, application/x-rtf, image/svg+xml, image/tif, image/x-tiff, text/csv, application/msword, application/x-tiff, application/svg+xml, application/vnd.ms-excel, text/svg-xml, image/bmp, image/jpg, application/vnd.oasis.opendocument.presentation, application/gzip, application/x-rar-compressed, application/pdf, image/x-ms-bmp, drawing/dwg, application/acad, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/x-comma-separated-values, application/x-csv, application/x-jpg, image/dxf, application/csv, drawing/x-dwg, application/x-rar, application/vnd.oasis.opendocument.text, image/x-tif, image/heif-sequence, application/postscript, application/tif, application/gzipped, text/x-csv, image/tiff, application/x-tar, application/x-dxf, image/png, application/vnd.oasis.opendocument.spreadsheet, image/x-dwg, application/excel, application/gzip-compressed.
13460
13433
  """
13461
13434
  file: Upload!
13462
13435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.58.0-8-g183bf52b2",
3
+ "version": "v1.58.1-1-gdf5b7bb88",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {