@nautical-commerce/graphql-schema 1.58.1 → 1.58.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3830,6 +3830,9 @@ type Order implements Node & ObjectWithMetadata {
3830
3830
  """Seller commission for the order"""
3831
3831
  sellerCommission: Money
3832
3832
 
3833
+ """Volume discount for the order"""
3834
+ volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
3835
+
3833
3836
  """Validation status for the order"""
3834
3837
  validationStatus: [ValidationStatus!]
3835
3838
 
@@ -5633,6 +5636,9 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5633
5636
 
5634
5637
  """Returns True, if order requires shipping."""
5635
5638
  isShippingRequired: Boolean!
5639
+
5640
+ """Volume discount for the nautical order"""
5641
+ volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
5636
5642
  shippingMethodName: String!
5637
5643
 
5638
5644
  """Latest bid made against the order."""
@@ -10625,6 +10631,7 @@ type OrderVendorSummaryType {
10625
10631
  average: Float
10626
10632
  taxes: Float
10627
10633
  discounts: Float
10634
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10628
10635
  revenue: Float
10629
10636
  totals: Int
10630
10637
  commission: Float
@@ -10644,6 +10651,7 @@ type OrderVendorReportType {
10644
10651
  average: Float
10645
10652
  taxes: Float
10646
10653
  discounts: Float
10654
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10647
10655
  revenue: Float
10648
10656
  totals: Int
10649
10657
  commission: Float
@@ -10672,6 +10680,7 @@ type SingleVendorReportType {
10672
10680
  average: Float
10673
10681
  taxes: Float
10674
10682
  discounts: Float
10683
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10675
10684
  revenue: Float
10676
10685
  totals: Int
10677
10686
  commission: Float
@@ -10695,6 +10704,7 @@ type SingleVendorSummaryType {
10695
10704
  average: Float
10696
10705
  taxes: Float
10697
10706
  discounts: Float
10707
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10698
10708
  revenue: Float
10699
10709
  totals: Int
10700
10710
  commission: Float
@@ -12219,6 +12229,7 @@ type OrderSellerSummaryType {
12219
12229
  average: Float
12220
12230
  taxes: Float
12221
12231
  discounts: Float
12232
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12222
12233
  revenue: Float
12223
12234
  totals: Int
12224
12235
  commission: Float
@@ -12234,6 +12245,7 @@ type OrderCustomerReportType {
12234
12245
  average: Float
12235
12246
  taxes: Float
12236
12247
  discounts: Float
12248
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12237
12249
  revenue: Float
12238
12250
  totals: Int
12239
12251
  commission: Float
@@ -12274,6 +12286,7 @@ type OrderSellerReportType {
12274
12286
  average: Float
12275
12287
  taxes: Float
12276
12288
  discounts: Float
12289
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12277
12290
  revenue: Float
12278
12291
  totals: Int
12279
12292
  commission: Float
@@ -12314,6 +12327,7 @@ type OrderMarketplaceReportType {
12314
12327
  average: Float
12315
12328
  taxes: Float
12316
12329
  discounts: Float
12330
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12317
12331
  revenue: Float
12318
12332
  totals: Int
12319
12333
  commission: Float
@@ -12385,6 +12399,7 @@ type AbstractOrderSellerReportType {
12385
12399
  average: Float
12386
12400
  taxes: Float
12387
12401
  discounts: Float
12402
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12388
12403
  revenue: Float
12389
12404
  totals: Int
12390
12405
  commission: Float
@@ -12399,6 +12414,7 @@ type MarketplaceTaxReportType {
12399
12414
  average: Float
12400
12415
  taxes: Float
12401
12416
  discounts: Float
12417
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12402
12418
  revenue: Float
12403
12419
  totals: Int
12404
12420
  commission: Float
@@ -12438,6 +12454,7 @@ type MarketplaceTaxReportByLocaleType {
12438
12454
  average: Float
12439
12455
  taxes: Float
12440
12456
  discounts: Float
12457
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12441
12458
  revenue: Float
12442
12459
  totals: Int
12443
12460
  commission: Float
@@ -12629,6 +12646,7 @@ type AbstractPercentReportType {
12629
12646
  average: Float
12630
12647
  taxes: Float
12631
12648
  discounts: Float
12649
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12632
12650
  revenue: Float
12633
12651
  totals: Float
12634
12652
  }
@@ -12647,6 +12665,7 @@ type DashboardSellerOrderPerformanceType {
12647
12665
  average: Float
12648
12666
  taxes: Float
12649
12667
  discounts: Float
12668
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12650
12669
  revenue: Float
12651
12670
  totals: Int
12652
12671
  commission: Float
@@ -12668,6 +12687,7 @@ type GraphDataType {
12668
12687
  average: Float
12669
12688
  taxes: Float
12670
12689
  discounts: Float
12690
+ volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12671
12691
  revenue: Float
12672
12692
  totals: Int
12673
12693
  commission: Float
@@ -13456,7 +13476,7 @@ type Mutation {
13456
13476
  description: String
13457
13477
 
13458
13478
  """
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/x-tif, application/vnd.ms-word, text/rtf, drawing/dwg, image/vnd.dwg, image/png, application/gzipped, image/x-dxf, application/rtf, application/msword, image/svg, application/jpg, image/x-bmp, drawing/x-dwf, application/x-dwg, application/vnd.pdf, image/bmp, drawing/x-dwg, image/jpg, application/acrobat, application/eps, text/x-pdf, application/vnd.ms-excel, image/x-ms-bmp, text/x-comma-separated-values, text/comma-separated-values, application/x-rtf, image/heif, application/pdf, image/svg+xml, application/x-tar, image/tiff, application/gzip-compressed, image/dxf, application/gzip, image/jpeg, application/x-jpg, text/x-csv, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-dwg, application/x-rar, application/tiff, application/tif, application/x-acad, application/vnd.oasis.opendocument.text, pplication/vnd.rar, text/svg, image/webp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/excel, text/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.presentation, application/postscript, image/heic-sequence, text/svg-xml, application/acad, image/gif, application/x-eps, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/zip, application/x-pdf, application/x-zip-compressed, application/x-autocad, image/eps, text/csv, application/x-csv, text/plain, image/x-tiff, application/x-gzip, application/dxf, image/heif-sequence, image/x-tif, application/csv, application/dwg, image/tif, application/x-rar-compressed, image/heic, application/svg+xml, application/vnd.oasis.opendocument.spreadsheet, application/x-dxf, application/x-tiff.
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.
13460
13480
  """
13461
13481
  file: Upload!
13462
13482
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.58.1",
3
+ "version": "v1.58.2",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {