@nautical-commerce/graphql-schema 1.69.0-6-ge45e5970d → 1.69.0-7-ge8b8634cf

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.
@@ -1143,9 +1143,6 @@ type Query {
1143
1143
  payoutId: ID
1144
1144
  ): VendorPayoutReport
1145
1145
  vendorPayoutList(
1146
- """Vendor type of the payout"""
1147
- vendorType: String @deprecated(reason: "This will be removed on February 1, 2025.")
1148
-
1149
1146
  """Vendor ID"""
1150
1147
  vendorId: ID
1151
1148
  ): SingleVendorPayoutReport
@@ -3827,9 +3824,6 @@ type Order implements Node & ObjectWithMetadata {
3827
3824
  """Seller commission for the order"""
3828
3825
  sellerCommission: Money
3829
3826
 
3830
- """Volume discount for the order"""
3831
- volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
3832
-
3833
3827
  """Validation status for the order"""
3834
3828
  validationStatus: [ValidationStatus!]
3835
3829
 
@@ -5619,9 +5613,6 @@ type NauticalOrder implements Node & ObjectWithMetadata {
5619
5613
 
5620
5614
  """Returns True, if order requires shipping."""
5621
5615
  isShippingRequired: Boolean!
5622
-
5623
- """Volume discount for the nautical order"""
5624
- volumeDiscount: TaxedMoney @deprecated(reason: "This will be removed on February 1, 2025.")
5625
5616
  shippingMethodName: String!
5626
5617
 
5627
5618
  """List of all the vendor orders connected to this marketplace order."""
@@ -10388,7 +10379,6 @@ type OrderVendorSummaryType {
10388
10379
  average: Float
10389
10380
  taxes: Float
10390
10381
  discounts: Float
10391
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10392
10382
  revenue: Float
10393
10383
  totals: Int
10394
10384
  commission: Float
@@ -10408,7 +10398,6 @@ type OrderVendorReportType {
10408
10398
  average: Float
10409
10399
  taxes: Float
10410
10400
  discounts: Float
10411
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10412
10401
  revenue: Float
10413
10402
  totals: Int
10414
10403
  commission: Float
@@ -10437,7 +10426,6 @@ type SingleVendorReportType {
10437
10426
  average: Float
10438
10427
  taxes: Float
10439
10428
  discounts: Float
10440
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10441
10429
  revenue: Float
10442
10430
  totals: Int
10443
10431
  commission: Float
@@ -10461,7 +10449,6 @@ type SingleVendorSummaryType {
10461
10449
  average: Float
10462
10450
  taxes: Float
10463
10451
  discounts: Float
10464
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
10465
10452
  revenue: Float
10466
10453
  totals: Int
10467
10454
  commission: Float
@@ -11895,7 +11882,6 @@ type OrderSellerSummaryType {
11895
11882
  average: Float
11896
11883
  taxes: Float
11897
11884
  discounts: Float
11898
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
11899
11885
  revenue: Float
11900
11886
  totals: Int
11901
11887
  commission: Float
@@ -11911,7 +11897,6 @@ type OrderCustomerReportType {
11911
11897
  average: Float
11912
11898
  taxes: Float
11913
11899
  discounts: Float
11914
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
11915
11900
  revenue: Float
11916
11901
  totals: Int
11917
11902
  commission: Float
@@ -11952,7 +11937,6 @@ type OrderSellerReportType {
11952
11937
  average: Float
11953
11938
  taxes: Float
11954
11939
  discounts: Float
11955
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
11956
11940
  revenue: Float
11957
11941
  totals: Int
11958
11942
  commission: Float
@@ -11993,7 +11977,6 @@ type OrderMarketplaceReportType {
11993
11977
  average: Float
11994
11978
  taxes: Float
11995
11979
  discounts: Float
11996
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
11997
11980
  revenue: Float
11998
11981
  totals: Int
11999
11982
  commission: Float
@@ -12065,7 +12048,6 @@ type AbstractOrderSellerReportType {
12065
12048
  average: Float
12066
12049
  taxes: Float
12067
12050
  discounts: Float
12068
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12069
12051
  revenue: Float
12070
12052
  totals: Int
12071
12053
  commission: Float
@@ -12080,7 +12062,6 @@ type MarketplaceTaxReportType {
12080
12062
  average: Float
12081
12063
  taxes: Float
12082
12064
  discounts: Float
12083
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12084
12065
  revenue: Float
12085
12066
  totals: Int
12086
12067
  commission: Float
@@ -12120,7 +12101,6 @@ type MarketplaceTaxReportByLocaleType {
12120
12101
  average: Float
12121
12102
  taxes: Float
12122
12103
  discounts: Float
12123
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12124
12104
  revenue: Float
12125
12105
  totals: Int
12126
12106
  commission: Float
@@ -12312,7 +12292,6 @@ type AbstractPercentReportType {
12312
12292
  average: Float
12313
12293
  taxes: Float
12314
12294
  discounts: Float
12315
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12316
12295
  revenue: Float
12317
12296
  totals: Float
12318
12297
  }
@@ -12331,7 +12310,6 @@ type DashboardSellerOrderPerformanceType {
12331
12310
  average: Float
12332
12311
  taxes: Float
12333
12312
  discounts: Float
12334
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12335
12313
  revenue: Float
12336
12314
  totals: Int
12337
12315
  commission: Float
@@ -12353,7 +12331,6 @@ type GraphDataType {
12353
12331
  average: Float
12354
12332
  taxes: Float
12355
12333
  discounts: Float
12356
- volumeDiscounts: Float @deprecated(reason: "This will be removed on February 1, 2025.")
12357
12334
  revenue: Float
12358
12335
  totals: Int
12359
12336
  commission: Float
@@ -13142,7 +13119,7 @@ type Mutation {
13142
13119
  description: String
13143
13120
 
13144
13121
  """
13145
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/gzipped, application/gzip, application/x-jpg, image/heic, image/dxf, application/x-acad, image/x-eps, pplication/vnd.rar, image/webp, text/svg, image/png, application/x-tif, application/rtf, application/x-dxf, application/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-word, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.oasis.opendocument.text, drawing/dwg, application/x-tar, image/tif, image/heif, image/tiff, application/x-eps, image/eps, image/x-tif, application/tif, application/x-rar, text/plain, application/vnd.oasis.opendocument.spreadsheet, application/x-csv, image/x-ms-bmp, text/comma-separated-values, application/dxf, image/x-dxf, text/x-pdf, image/x-dwg, application/x-dwg, application/x-zip-compressed, application/acad, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/vnd.dwg, application/x-tiff, drawing/x-dwf, drawing/x-dwg, application/jpg, application/x-rar-compressed, image/svg+xml, image/bmp, application/eps, application/pdf, text/pdf, image/jpg, application/acrobat, application/vnd.ms-excel, text/svg-xml, text/x-comma-separated-values, text/x-csv, application/gzip-compressed, image/x-bmp, application/x-pdf, text/csv, image/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-autocad, application/dwg, image/heif-sequence, application/postscript, image/jpeg, application/msword, application/x-rtf, application/x-gzip, application/tiff, application/svg+xml, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.presentation, text/rtf, image/gif, image/svg, image/heic-sequence, application/zip, application/vnd.pdf.
13122
+ 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.ms-word, application/x-pdf, application/svg+xml, application/x-rar-compressed, application/excel, image/heic, application/vnd.ms-powerpoint, image/bmp, application/gzipped, application/x-rtf, application/x-tar, application/x-dxf, drawing/dwg, image/tiff, image/svg, application/x-acad, application/x-autocad, image/heic-sequence, image/tif, application/dxf, application/acad, text/x-csv, application/vnd.pdf, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-excel, text/plain, drawing/x-dwf, image/vnd.dwg, image/dxf, application/vnd.oasis.opendocument.spreadsheet, application/x-rar, application/csv, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/jpg, image/svg+xml, image/x-tif, application/gzip, text/svg-xml, application/dwg, application/tif, application/rtf, text/svg, image/webp, application/jpg, application/pdf, application/zip, application/x-dwg, application/vnd.oasis.opendocument.presentation, application/x-tiff, image/x-bmp, image/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, pplication/vnd.rar, text/x-pdf, text/comma-separated-values, application/tiff, image/heif, image/gif, image/heif-sequence, text/rtf, application/msword, text/csv, application/x-gzip, application/x-csv, application/postscript, application/x-tif, image/png, application/gzip-compressed, application/vnd.oasis.opendocument.text, image/x-ms-bmp, application/x-jpg, text/pdf, drawing/x-dwg, image/x-tiff, application/x-zip-compressed, image/x-dwg, application/eps, image/x-eps, image/jpeg, application/x-eps, application/acrobat, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-dxf.
13146
13123
  """
13147
13124
  file: Upload!
13148
13125
 
@@ -15577,7 +15554,6 @@ type Mutation {
15577
15554
  Determines whether the email sent out is catered to carriers instead of customers
15578
15555
  """
15579
15556
  vehicles: Boolean = false
15580
- volumeDiscount: Float @deprecated(reason: "This will be removed on February 1, 2025.")
15581
15557
  ): CheckoutComplete
15582
15558
 
15583
15559
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.69.0-6-ge45e5970d",
3
+ "version": "v1.69.0-7-ge8b8634cf",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {