@nautical-commerce/graphql-schema 1.75.0-2-g08b82e733 → 1.75.0-21-g3ea0bfcdb

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.
@@ -2740,13 +2740,12 @@ type Checkout implements Node & ObjectWithMetadata {
2740
2740
  """The price of the shipping after discount"""
2741
2741
  discountedShippingPrice: Money
2742
2742
 
2743
- """The price of the checkout before discount, shipping and taxes"""
2744
- originalPrice: Money! @deprecated(reason: "This will be removed on June 17, 2025")
2745
-
2746
- """The price of the checkout before discount"""
2743
+ """The price of the checkout before shipping, sales, and vouchers."""
2747
2744
  originalSubtotalPrice: Money!
2748
2745
 
2749
- """The price of the checkout before shipping, with taxes included."""
2746
+ """
2747
+ The price of the checkout before shipping, after sales and vouchers used.
2748
+ """
2750
2749
  subtotalPrice: TaxedMoney!
2751
2750
 
2752
2751
  """The checkout's token."""
@@ -2757,12 +2756,12 @@ type Checkout implements Node & ObjectWithMetadata {
2757
2756
  """
2758
2757
  totalPrice: TaxedMoney!
2759
2758
 
2760
- """The sum of the checkout line prices, without discount"""
2761
- originalTotalPrice: Money!
2762
-
2763
2759
  """Discount Type if voucher is applied"""
2764
2760
  discountType: VoucherTypeEnum
2765
2761
 
2762
+ """The sum of all discounts, including sales and vouchers"""
2763
+ totalDiscount: Money!
2764
+
2766
2765
  """A list of structured checkout shipping methods."""
2767
2766
  shippingMethods: [CheckoutSellerShipping!]!
2768
2767
 
@@ -8831,6 +8830,7 @@ type StorefrontTheme implements Node {
8831
8830
  """Background color in hex."""
8832
8831
  backgroundColor: String
8833
8832
  logo: Image
8833
+ squareLogo: Image
8834
8834
  faviconImage: Image
8835
8835
 
8836
8836
  """URL of the favicon."""
@@ -10968,16 +10968,13 @@ type MarketplaceConfiguration {
10968
10968
  """Returns list of default checklists for seller."""
10969
10969
  defaultSellerChecklists: [DefaultSellerChecklist!]!
10970
10970
  enableStockAllocationForQuotes: Boolean!
10971
- enableStockAllocationForOffers: Boolean @deprecated(reason: "This will be removed on February 20, 2025 and will return false until then")
10972
10971
  enableStockAllocationForDrafts: Boolean!
10973
10972
  validateStockOnOrderPaymentCreation: Boolean!
10974
10973
 
10975
10974
  """IANA timezone to display datetime fields in the marketplace"""
10976
10975
  timezone: String!
10977
10976
  enableBackorders: Boolean!
10978
-
10979
- """Determines when revenue is accrued to the marketplace and sellers"""
10980
- revenueAccrualStrategy: RevenueAccrualStrategyEnum @deprecated(reason: "This will be removed on February 20, 2025.")
10977
+ revenueAccrualStrategy: MarketplaceConfigurationRevenueAccrualStrategy!
10981
10978
 
10982
10979
  """
10983
10980
  Determines whether shipping methods are available based on marketplace checkout total or seller totals
@@ -11576,16 +11573,12 @@ type DefaultSellerChecklist {
11576
11573
  isEnabled: Boolean!
11577
11574
  }
11578
11575
 
11579
- enum RevenueAccrualStrategyEnum {
11576
+ """An enumeration."""
11577
+ enum MarketplaceConfigurationRevenueAccrualStrategy {
11580
11578
  """
11581
11579
  Accrue revenue to the marketplace and sellers when orders are fulfilled.
11582
11580
  """
11583
11581
  FULFILLMENT
11584
-
11585
- """
11586
- Accrue all revenue to the marketplace and sellers when orders are placed.
11587
- """
11588
- ORDER_PLACEMENT
11589
11582
  }
11590
11583
 
11591
11584
  enum AvailableShippingStrategyEnum {
@@ -13171,7 +13164,7 @@ type Mutation {
13171
13164
  description: String
13172
13165
 
13173
13166
  """
13174
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/csv, application/gzipped, application/msword, drawing/x-dwg, application/x-zip-compressed, text/x-pdf, text/plain, image/webp, application/x-eps, image/heic-sequence, application/x-tif, application/gzip-compressed, application/x-rtf, image/gif, image/jpg, text/svg, image/x-dxf, application/tiff, application/rtf, application/x-gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-rar-compressed, application/dxf, image/png, text/x-comma-separated-values, application/x-dwg, pplication/vnd.rar, application/zip, application/vnd.ms-powerpoint, application/vnd.pdf, application/dwg, application/x-acad, image/svg+xml, application/acrobat, image/x-eps, image/tiff, image/dxf, application/excel, image/heic, image/heif-sequence, application/x-csv, application/vnd.oasis.opendocument.spreadsheet, image/eps, application/vnd.oasis.opendocument.presentation, application/jpg, application/tif, application/gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpeg, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/postscript, image/vnd.dwg, image/x-bmp, image/svg, application/acad, text/x-csv, application/svg+xml, text/csv, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-pdf, application/eps, application/pdf, application/vnd.oasis.opendocument.text, text/pdf, drawing/dwg, image/heif, image/tif, application/x-autocad, application/x-dxf, text/comma-separated-values, application/x-tar, application/x-tiff, application/vnd.ms-word, application/vnd.ms-excel, drawing/x-dwf, image/bmp, application/x-jpg, application/x-rar, image/x-tif, text/rtf, image/x-tiff, image/x-dwg.
13167
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/svg-xml, application/zip, text/comma-separated-values, application/gzipped, image/tif, application/x-dxf, application/msword, text/pdf, application/x-rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, drawing/x-dwg, image/heif, text/csv, application/svg+xml, application/excel, image/eps, application/gzip, application/csv, application/vnd.oasis.opendocument.text, text/rtf, application/x-csv, application/postscript, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heic, application/x-tif, application/acrobat, image/png, image/x-ms-bmp, application/x-jpg, image/gif, application/x-tar, application/dwg, image/x-eps, application/x-gzip, application/vnd.oasis.opendocument.presentation, application/x-autocad, drawing/dwg, image/x-dxf, image/bmp, drawing/x-dwf, application/x-rar, application/eps, application/tif, application/vnd.pdf, text/plain, application/vnd.oasis.opendocument.spreadsheet, application/x-pdf, text/x-pdf, image/svg+xml, image/webp, image/x-bmp, image/jpg, image/x-dwg, application/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpeg, pplication/vnd.rar, text/x-comma-separated-values, application/x-rar-compressed, text/x-csv, application/x-dwg, application/dxf, image/heif-sequence, application/x-eps, image/svg, application/vnd.ms-powerpoint, image/x-tif, image/dxf, application/jpg, image/x-tiff, image/tiff, image/vnd.dwg, application/x-acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/heic-sequence, application/gzip-compressed, application/vnd.ms-excel, application/acad, application/rtf, text/svg, application/pdf, application/x-tiff, application/x-zip-compressed.
13175
13168
  """
13176
13169
  file: Upload!
13177
13170
 
@@ -15294,7 +15287,7 @@ type Mutation {
15294
15287
  """
15295
15288
  Document type (for order requests): 1) Invoice, 2) Packing Slip, 3) Purchase order, 4) Pre-forma-invoice.
15296
15289
  """
15297
- documentType: Int
15290
+ documentType: Int @deprecated(reason: "Purchase order document type will be removed on 25 June, 2025.")
15298
15291
 
15299
15292
  """Invoice number, if not provided it will be generated."""
15300
15293
  number: String
@@ -16565,9 +16558,6 @@ input MarketplaceConfigurationInput {
16565
16558
  """Updates status transformation strategy for payout."""
16566
16559
  payoutAutomationStrategy: MarketplaceConfigurationPayoutAutomationStrategyEnum = null
16567
16560
 
16568
- """Update revenue accrual strategy"""
16569
- revenueAccrualStrategy: RevenueAccrualStrategyEnum = null @deprecated(reason: "This will be removed on February 20, 2025.")
16570
-
16571
16561
  """Update available shipping strategy"""
16572
16562
  availableShippingStrategy: AvailableShippingStrategyEnum = null
16573
16563
 
@@ -16600,9 +16590,6 @@ input MarketplaceConfigurationInput {
16600
16590
  """True if quote orders trigger stock allocation."""
16601
16591
  enableStockAllocationForQuotes: Boolean @deprecated(reason: "Quotes will be removed on June 11, 2025")
16602
16592
 
16603
- """True if offer orders trigger stock allocation."""
16604
- enableStockAllocationForOffers: Boolean @deprecated(reason: "This will be removed on February 20, 2025.")
16605
-
16606
16593
  """True if draft orders trigger stock allocation."""
16607
16594
  enableStockAllocationForDrafts: Boolean
16608
16595
 
@@ -18021,6 +18008,9 @@ input StorefrontThemeInput {
18021
18008
  """Logo file."""
18022
18009
  logo: Upload
18023
18010
 
18011
+ """Square logo file."""
18012
+ squareLogo: Upload
18013
+
18024
18014
  """Favicon file"""
18025
18015
  faviconImage: Upload
18026
18016
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.75.0-2-g08b82e733",
3
+ "version": "v1.75.0-21-g3ea0bfcdb",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {