@nautical-commerce/graphql-schema 1.58.1-2-g56c92d453 → 1.58.1-4-gd8b6e9049

Sign up to get free protection for your applications and to get access to all the features.
@@ -3825,6 +3825,9 @@ type Order implements Node & ObjectWithMetadata {
3825
3825
  """Seller commission for the order"""
3826
3826
  sellerCommission: Money
3827
3827
 
3828
+ """Volume discount for the order"""
3829
+ volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
3830
+
3828
3831
  """Validation status for the order"""
3829
3832
  validationStatus: [ValidationStatus!]
3830
3833
 
@@ -5628,6 +5631,9 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5628
5631
 
5629
5632
  """Returns True, if order requires shipping."""
5630
5633
  isShippingRequired: Boolean!
5634
+
5635
+ """Volume discount for the nautical order"""
5636
+ volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
5631
5637
  shippingMethodName: String!
5632
5638
 
5633
5639
  """Latest bid made against the order."""
@@ -10603,6 +10609,7 @@ type OrderVendorSummaryType {
10603
10609
  average: Float
10604
10610
  taxes: Float
10605
10611
  discounts: Float
10612
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10606
10613
  revenue: Float
10607
10614
  totals: Int
10608
10615
  commission: Float
@@ -10622,6 +10629,7 @@ type OrderVendorReportType {
10622
10629
  average: Float
10623
10630
  taxes: Float
10624
10631
  discounts: Float
10632
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10625
10633
  revenue: Float
10626
10634
  totals: Int
10627
10635
  commission: Float
@@ -10650,6 +10658,7 @@ type SingleVendorReportType {
10650
10658
  average: Float
10651
10659
  taxes: Float
10652
10660
  discounts: Float
10661
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10653
10662
  revenue: Float
10654
10663
  totals: Int
10655
10664
  commission: Float
@@ -10673,6 +10682,7 @@ type SingleVendorSummaryType {
10673
10682
  average: Float
10674
10683
  taxes: Float
10675
10684
  discounts: Float
10685
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10676
10686
  revenue: Float
10677
10687
  totals: Int
10678
10688
  commission: Float
@@ -12192,6 +12202,7 @@ type OrderSellerSummaryType {
12192
12202
  average: Float
12193
12203
  taxes: Float
12194
12204
  discounts: Float
12205
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12195
12206
  revenue: Float
12196
12207
  totals: Int
12197
12208
  commission: Float
@@ -12207,6 +12218,7 @@ type OrderCustomerReportType {
12207
12218
  average: Float
12208
12219
  taxes: Float
12209
12220
  discounts: Float
12221
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12210
12222
  revenue: Float
12211
12223
  totals: Int
12212
12224
  commission: Float
@@ -12247,6 +12259,7 @@ type OrderSellerReportType {
12247
12259
  average: Float
12248
12260
  taxes: Float
12249
12261
  discounts: Float
12262
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12250
12263
  revenue: Float
12251
12264
  totals: Int
12252
12265
  commission: Float
@@ -12287,6 +12300,7 @@ type OrderMarketplaceReportType {
12287
12300
  average: Float
12288
12301
  taxes: Float
12289
12302
  discounts: Float
12303
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12290
12304
  revenue: Float
12291
12305
  totals: Int
12292
12306
  commission: Float
@@ -12358,6 +12372,7 @@ type AbstractOrderSellerReportType {
12358
12372
  average: Float
12359
12373
  taxes: Float
12360
12374
  discounts: Float
12375
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12361
12376
  revenue: Float
12362
12377
  totals: Int
12363
12378
  commission: Float
@@ -12372,6 +12387,7 @@ type MarketplaceTaxReportType {
12372
12387
  average: Float
12373
12388
  taxes: Float
12374
12389
  discounts: Float
12390
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12375
12391
  revenue: Float
12376
12392
  totals: Int
12377
12393
  commission: Float
@@ -12411,6 +12427,7 @@ type MarketplaceTaxReportByLocaleType {
12411
12427
  average: Float
12412
12428
  taxes: Float
12413
12429
  discounts: Float
12430
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12414
12431
  revenue: Float
12415
12432
  totals: Int
12416
12433
  commission: Float
@@ -12602,6 +12619,7 @@ type AbstractPercentReportType {
12602
12619
  average: Float
12603
12620
  taxes: Float
12604
12621
  discounts: Float
12622
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12605
12623
  revenue: Float
12606
12624
  totals: Float
12607
12625
  }
@@ -12620,6 +12638,7 @@ type DashboardSellerOrderPerformanceType {
12620
12638
  average: Float
12621
12639
  taxes: Float
12622
12640
  discounts: Float
12641
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12623
12642
  revenue: Float
12624
12643
  totals: Int
12625
12644
  commission: Float
@@ -12641,6 +12660,7 @@ type GraphDataType {
12641
12660
  average: Float
12642
12661
  taxes: Float
12643
12662
  discounts: Float
12663
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12644
12664
  revenue: Float
12645
12665
  totals: Int
12646
12666
  commission: Float
@@ -13429,7 +13449,7 @@ type Mutation {
13429
13449
  description: String
13430
13450
 
13431
13451
  """
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/jpg, application/x-eps, application/x-dwg, application/x-autocad, image/x-dxf, text/pdf, image/heif-sequence, image/x-eps, application/vnd.pdf, application/tiff, application/x-rar-compressed, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/vnd.dwg, text/csv, application/x-tar, drawing/x-dwg, application/x-rar, application/msword, text/x-comma-separated-values, image/tiff, pplication/vnd.rar, image/dxf, application/gzip-compressed, text/plain, application/vnd.oasis.opendocument.presentation, application/csv, image/x-ms-bmp, application/gzip, image/x-dwg, text/svg, application/x-acad, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/zip, application/vnd.oasis.opendocument.text, image/svg, application/x-gzip, application/rtf, text/svg-xml, image/heic, application/x-csv, application/postscript, drawing/dwg, image/bmp, drawing/x-dwf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, application/x-jpg, application/dwg, text/comma-separated-values, image/eps, image/jpg, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/webp, application/excel, application/vnd.oasis.opendocument.spreadsheet, image/gif, application/tif, text/x-csv, text/x-pdf, application/acrobat, text/rtf, application/x-rtf, application/gzipped, image/heic-sequence, application/x-tiff, image/heif, application/svg+xml, application/eps, application/pdf, image/png, application/x-zip-compressed, application/acad, application/vnd.ms-word, application/dxf, application/x-tif, image/x-tiff, image/tif, image/svg+xml, application/x-dxf, image/jpeg, image/x-bmp.
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.
13433
13453
  """
13434
13454
  file: Upload!
13435
13455
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.58.1-2-g56c92d453",
3
+ "version": "v1.58.1-4-gd8b6e9049",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {