@nautical-commerce/graphql-schema 2.35.0 → 2.36.0

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.
@@ -4186,7 +4186,21 @@ type Payout implements Node & ObjectWithMetadata {
4186
4186
  status: PayoutStatusEnum!
4187
4187
  name: String
4188
4188
  currency: String!
4189
- vendorPayouts(offset: Int, before: String, after: String, first: Int, last: Int): VendorPayoutCountableConnection!
4189
+
4190
+ """Vendor payouts included in this payout period"""
4191
+ vendorPayouts(
4192
+ """Return the elements in the list that come before the specified cursor."""
4193
+ before: String
4194
+
4195
+ """Return the elements in the list that come after the specified cursor."""
4196
+ after: String
4197
+
4198
+ """Return the first n elements from the list."""
4199
+ first: Int
4200
+
4201
+ """Return the last n elements from the list."""
4202
+ last: Int
4203
+ ): VendorPayoutCountableConnection
4190
4204
  vendors: Int!
4191
4205
  netSales: Money!
4192
4206
  discounts: Money!
@@ -12740,7 +12754,7 @@ type Mutation {
12740
12754
  description: String
12741
12755
 
12742
12756
  """
12743
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/acad, application/x-rar-compressed, image/x-bmp, application/svg+xml, application/excel, image/heif-sequence, application/zip, text/plain, application/gzipped, image/svg, application/x-rar, image/webp, application/x-dwg, application/dwg, application/vnd.oasis.opendocument.text, application/dxf, application/pdf, image/heic-sequence, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-jpg, application/tif, application/vnd.oasis.opendocument.presentation, application/rtf, application/x-csv, image/eps, application/acrobat, image/dxf, application/vnd.pdf, text/comma-separated-values, image/vnd.dwg, image/x-tif, image/gif, application/x-autocad, application/msword, application/vnd.ms-powerpoint, application/x-zip-compressed, text/svg, image/jpeg, application/x-tiff, application/tiff, image/x-tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/png, text/x-comma-separated-values, application/gzip, text/pdf, image/tif, image/x-dxf, image/heif, application/x-rtf, image/bmp, application/vnd.ms-word, application/x-tif, drawing/dwg, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwf, pplication/vnd.rar, application/x-pdf, application/x-dxf, application/jpg, text/x-pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzip-compressed, text/x-csv, image/heic, application/x-eps, application/postscript, application/eps, text/csv, drawing/x-dwg, application/csv, application/x-gzip, application/x-tar, image/x-ms-bmp, application/vnd.ms-excel, text/svg-xml, application/x-acad, image/jpg, image/tiff, image/svg+xml, image/x-eps, image/x-dwg.
12757
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar-compressed, application/eps, application/vnd.ms-excel, application/x-rtf, application/gzipped, application/csv, text/svg-xml, image/x-eps, application/vnd.oasis.opendocument.text, application/dwg, text/plain, application/x-autocad, application/acad, image/heic, application/jpg, image/svg+xml, application/vnd.ms-word, application/x-rar, application/acrobat, image/dxf, application/x-gzip, image/heic-sequence, application/x-dxf, application/x-dwg, image/heif-sequence, image/webp, image/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/x-csv, application/x-tif, application/postscript, text/x-csv, application/zip, text/svg, application/gzip-compressed, image/heif, image/vnd.dwg, image/x-ms-bmp, application/x-tar, application/vnd.pdf, application/msword, image/x-bmp, application/x-pdf, text/x-comma-separated-values, image/gif, application/vnd.oasis.opendocument.presentation, drawing/x-dwf, image/tiff, application/rtf, pplication/vnd.rar, image/x-tif, image/x-dwg, application/svg+xml, application/gzip, text/csv, drawing/x-dwg, text/pdf, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/dxf, image/jpg, application/x-zip-compressed, application/vnd.ms-powerpoint, application/tiff, application/excel, application/tif, application/x-tiff, application/x-acad, application/x-jpg, text/comma-separated-values, image/svg, application/x-eps, text/rtf, image/tif, application/pdf, image/bmp, image/x-tiff, text/x-pdf, image/jpeg, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/png.
12744
12758
  """
12745
12759
  file: Upload!
12746
12760
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v2.35.0",
3
+ "version": "v2.36.0",
4
4
  "description": "Traide API GraphQL Schema",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {