@nautical-commerce/graphql-schema 1.55.2 → 1.56.0-2-g026050db4

Sign up to get free protection for your applications and to get access to all the features.
@@ -3861,7 +3861,6 @@ type Order implements Node & ObjectWithMetadata {
3861
3861
 
3862
3862
  """Data time when the order was imported from another platform."""
3863
3863
  importedAt: DateTime
3864
- vendorPayout: VendorPayout
3865
3864
 
3866
3865
  """
3867
3866
  List of private metadata items.Requires proper staff permissions to access.
@@ -3972,6 +3971,12 @@ type Order implements Node & ObjectWithMetadata {
3972
3971
 
3973
3972
  """Marketplace order that this seller order belongs to."""
3974
3973
  marketplaceOrder: NauticalOrder
3974
+
3975
+ """Latest vendor payout this order is in"""
3976
+ vendorPayout: VendorPayout @deprecated(reason: "This will be removed on January 15, 2025. Use the more accurate vendorPayouts field instead.")
3977
+
3978
+ """All vendor payouts that contain this order"""
3979
+ vendorPayouts: [VendorPayout!]
3975
3980
  }
3976
3981
 
3977
3982
  """An enumeration."""
@@ -6041,6 +6046,12 @@ type OrderLine implements Node & ObjectWithMetadata {
6041
6046
 
6042
6047
  """The number of items ordered on this order line."""
6043
6048
  quantityOrdered: Int!
6049
+
6050
+ """The number of unfulfilled items refunded on this order line."""
6051
+ unfulfilledQuantityRefunded: Int!
6052
+
6053
+ """The number of fulfilled items refunded on this order line."""
6054
+ fulfilledQuantityRefunded: Int!
6044
6055
  }
6045
6056
 
6046
6057
  type DigitalContentUrl implements Node {
@@ -9391,48 +9402,23 @@ type ConfigurationItem {
9391
9402
  options: [String!]
9392
9403
  }
9393
9404
 
9405
+ """An enumeration."""
9394
9406
  enum ConfigurationTypeFieldEnum {
9395
- """Field is a String"""
9396
9407
  STRING
9397
-
9398
- """Field is a Multiline"""
9399
9408
  MULTILINE
9400
-
9401
- """Field is a Boolean"""
9402
9409
  BOOLEAN
9403
-
9404
- """Field is a Secret"""
9405
9410
  SECRET
9406
-
9407
- """Field is a Password"""
9411
+ SECRET_MULTILINE
9408
9412
  PASSWORD
9409
-
9410
- """Field is a Secret multiline"""
9411
- SECRETMULTILINE
9412
-
9413
- """Field is a single select"""
9414
- SINGLESELECT
9415
-
9416
- """Field is a read only"""
9413
+ SINGLE_SELECT
9417
9414
  OUTPUT
9418
9415
  }
9419
9416
 
9420
- """Represents a checkout page's theme options."""
9417
+ """Represents a checkout page's options."""
9421
9418
  type CheckoutTheme implements Node {
9422
9419
  """The ID of the object"""
9423
9420
  id: ID!
9424
9421
 
9425
- """Primary color in hex."""
9426
- primaryColor: String
9427
-
9428
- """Secondary color in hex."""
9429
- secondaryColor: String
9430
- logo: Image
9431
-
9432
- """URL of favicon"""
9433
- faviconUrl: String
9434
- faviconImage: Image
9435
-
9436
9422
  """URL of the confirmation page."""
9437
9423
  confirmationUrl: String!
9438
9424
  }
@@ -13915,7 +13901,7 @@ type Mutation {
13915
13901
  description: String
13916
13902
 
13917
13903
  """
13918
- 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-rar, text/comma-separated-values, image/x-eps, application/vnd.oasis.opendocument.presentation, drawing/dwg, text/x-comma-separated-values, drawing/x-dwg, application/x-autocad, image/heic-sequence, application/postscript, image/x-dwg, text/svg, application/x-pdf, application/x-jpg, application/svg+xml, text/pdf, application/eps, application/zip, application/gzipped, text/csv, application/vnd.pdf, image/heif-sequence, application/x-dxf, image/x-dxf, application/acrobat, application/acad, application/rtf, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dwg, text/rtf, application/x-csv, application/x-dwg, image/gif, application/x-tiff, image/dxf, text/x-pdf, application/x-tif, image/heic, application/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/pdf, image/svg+xml, image/vnd.dwg, image/webp, application/x-acad, image/heif, application/vnd.oasis.opendocument.text, application/csv, application/x-tar, image/x-bmp, application/vnd.ms-excel, application/excel, text/svg-xml, image/jpeg, image/x-tif, application/x-zip-compressed, image/tif, image/x-tiff, application/dxf, application/gzip, application/x-gzip, application/vnd.oasis.opendocument.spreadsheet, image/tiff, application/x-rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-powerpoint, image/png, text/x-csv, application/x-rar-compressed, application/tiff, drawing/x-dwf, image/svg, application/jpg, pplication/vnd.rar, application/gzip-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/eps, image/jpg, application/tif, application/msword, image/bmp, text/plain, image/x-ms-bmp.
13904
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpeg, drawing/dwg, application/x-rar, application/msword, text/svg-xml, application/x-pdf, application/dxf, image/tif, pplication/vnd.rar, text/csv, image/x-dxf, application/postscript, text/x-pdf, application/svg+xml, application/gzip-compressed, text/x-csv, image/jpg, application/eps, image/tiff, drawing/x-dwf, image/heic, image/heif, text/plain, image/eps, image/x-tiff, application/vnd.pdf, image/svg, application/excel, application/acrobat, image/webp, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.text, application/x-tiff, application/gzipped, application/x-rtf, application/x-csv, application/zip, application/tif, application/x-tar, application/x-dxf, application/x-tif, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-autocad, application/x-eps, application/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, application/tiff, application/jpg, application/x-zip-compressed, text/rtf, application/dwg, text/comma-separated-values, text/pdf, text/svg, application/x-dwg, image/x-tif, application/vnd.ms-word, image/x-dwg, application/pdf, image/x-ms-bmp, application/vnd.ms-powerpoint, application/vnd.oasis.opendocument.presentation, image/dxf, image/gif, image/heif-sequence, image/png, application/x-acad, image/vnd.dwg, drawing/x-dwg, application/x-gzip, application/gzip, image/svg+xml, application/csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/acad, application/x-jpg, image/x-bmp, application/x-rar-compressed, image/bmp, image/heic-sequence, application/vnd.ms-excel.
13919
13905
  """
13920
13906
  file: Upload!
13921
13907
 
@@ -16434,11 +16420,6 @@ type Mutation {
16434
16420
  type: CheckoutEventType!
16435
16421
  ): CheckoutEventTriggered
16436
16422
 
16437
- """
16438
- Backfill all orders and refunds that are not connected to a VendorPayout into the ledger system. The actual backfill will run asynchronously in a task.
16439
- """
16440
- journalEntryBackfill: JournalEntryBackfill
16441
-
16442
16423
  """Correct a previous journal entry by supplying """
16443
16424
  journalEntryCorrect(
16444
16425
  """Fields required to create a correction journal entry."""
@@ -19701,21 +19682,6 @@ type CheckoutThemeCreate {
19701
19682
  }
19702
19683
 
19703
19684
  input CheckoutThemeCreateInput {
19704
- """Primary color in hex."""
19705
- primaryColor: String
19706
-
19707
- """Secondary color in hex."""
19708
- secondaryColor: String
19709
-
19710
- """Logo file."""
19711
- logo: Upload
19712
-
19713
- """Favicon file."""
19714
- faviconImage: Upload
19715
-
19716
- """URL of the favicon."""
19717
- faviconUrl: String
19718
-
19719
19685
  """URL of the confirmation page."""
19720
19686
  confirmationUrl: String!
19721
19687
  }
@@ -19728,21 +19694,6 @@ type CheckoutThemeUpdate {
19728
19694
  }
19729
19695
 
19730
19696
  input CheckoutThemeInput {
19731
- """Primary color in hex."""
19732
- primaryColor: String
19733
-
19734
- """Secondary color in hex."""
19735
- secondaryColor: String
19736
-
19737
- """Logo file."""
19738
- logo: Upload
19739
-
19740
- """Favicon file."""
19741
- faviconImage: Upload
19742
-
19743
- """URL of the favicon."""
19744
- faviconUrl: String
19745
-
19746
19697
  """URL of the confirmation page."""
19747
19698
  confirmationUrl: String
19748
19699
  }
@@ -23610,11 +23561,10 @@ type CheckoutEventTriggered {
23610
23561
  pluginsErrors: [PluginError!]!
23611
23562
  }
23612
23563
 
23613
- """
23614
- Backfill all orders and refunds that are not connected to a VendorPayout into the ledger system. The actual backfill will run asynchronously in a task.
23615
- """
23616
- type JournalEntryBackfill {
23564
+ """Correct a previous journal entry by supplying """
23565
+ type JournalEntryCorrect {
23617
23566
  financialErrors: [FinancialError!]!
23567
+ journalEntry: JournalEntry
23618
23568
  }
23619
23569
 
23620
23570
  type FinancialError {
@@ -23638,12 +23588,6 @@ enum FinancialErrorCode {
23638
23588
  REQUIRED
23639
23589
  }
23640
23590
 
23641
- """Correct a previous journal entry by supplying """
23642
- type JournalEntryCorrect {
23643
- financialErrors: [FinancialError!]!
23644
- journalEntry: JournalEntry
23645
- }
23646
-
23647
23591
  input JournalEntryCorrectInput {
23648
23592
  """ID of the journal entry to be corrected"""
23649
23593
  correctingJournalEntry: ID!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.55.2",
3
+ "version": "v1.56.0-2-g026050db4",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {