@nautical-commerce/graphql-schema 1.67.0-13-g7d3dbc0f8 → 1.67.0-14-g5e3e5a083

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.
@@ -458,19 +458,19 @@ type Query {
458
458
  """Return the last n elements from the list."""
459
459
  last: Int
460
460
  ): AgreementCountableConnection
461
- sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards
462
- sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards
461
+ sellerListCards(period: ReportingPeriod!, identifier: ID): SellerCards @deprecated(reason: "This will be removed on April 16, 2025")
462
+ sellerDetailCards(period: ReportingPeriod!, identifier: ID!): SellerDetailCards @deprecated(reason: "This will be removed on April 16, 2025")
463
463
 
464
464
  """Number of new sellers created in given period."""
465
- newSellers(period: ReportingPeriod!): Int
465
+ newSellers(period: ReportingPeriod!): Int @deprecated(reason: "This will be removed on April 16, 2025")
466
466
 
467
467
  """Number of orders placed by sellers in given period."""
468
- sellerOrders(period: ReportingPeriod!, identifier: ID): Int
468
+ sellerOrders(period: ReportingPeriod!, identifier: ID): Int @deprecated(reason: "This will be removed on April 16, 2025")
469
469
 
470
470
  """
471
471
  Return the total commissions earned across all sellers for the given period.
472
472
  """
473
- sellerCommissions(period: ReportingPeriod!, identifier: ID): Money
473
+ sellerCommissions(period: ReportingPeriod!, identifier: ID): Money @deprecated(reason: "This will be removed on April 16, 2025")
474
474
 
475
475
  """Look up an refund by ID."""
476
476
  refund(
@@ -13202,7 +13202,7 @@ type Mutation {
13202
13202
  description: String
13203
13203
 
13204
13204
  """
13205
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/bmp, application/tif, image/heif-sequence, text/comma-separated-values, application/vnd.ms-powerpoint, application/x-tiff, drawing/x-dwf, application/rtf, application/vnd.ms-word, image/x-ms-bmp, application/pdf, image/x-bmp, image/png, text/rtf, application/dxf, application/gzip-compressed, application/tiff, drawing/x-dwg, application/x-gzip, application/eps, image/heic, text/x-pdf, application/x-csv, image/svg+xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/svg, application/svg+xml, application/vnd.pdf, application/dwg, text/x-comma-separated-values, application/acad, application/vnd.oasis.opendocument.presentation, drawing/dwg, image/gif, image/tif, application/excel, text/x-csv, application/x-eps, application/gzipped, application/x-rtf, image/webp, application/x-tar, image/x-dxf, text/plain, image/heic-sequence, image/x-dwg, pplication/vnd.rar, image/vnd.dwg, application/x-rar, image/jpg, image/x-tif, text/pdf, image/dxf, application/x-zip-compressed, application/postscript, application/x-jpg, application/x-dwg, application/x-autocad, image/x-eps, text/svg-xml, application/jpg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acrobat, application/vnd.ms-excel, image/x-tiff, image/tiff, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-pdf, image/eps, application/csv, application/x-dxf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg, text/csv, application/gzip, application/x-acad, application/vnd.oasis.opendocument.text, application/zip, application/x-rar-compressed, application/x-tif, application/msword, image/heif, image/jpeg.
13205
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpg, image/dxf, image/x-bmp, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/dxf, image/gif, image/heic-sequence, application/svg+xml, drawing/x-dwf, text/csv, application/x-jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/pdf, application/msword, application/dwg, text/x-csv, image/jpeg, pplication/vnd.rar, text/x-pdf, image/svg, image/x-eps, application/csv, application/excel, application/vnd.pdf, image/x-dwg, drawing/x-dwg, application/vnd.oasis.opendocument.text, image/x-dxf, image/heif, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-powerpoint, application/x-rar-compressed, application/postscript, text/svg-xml, application/x-gzip, application/tiff, image/eps, image/heic, application/x-pdf, application/zip, application/acad, image/tiff, text/comma-separated-values, application/gzip, text/svg, application/vnd.oasis.opendocument.presentation, application/rtf, image/x-tif, application/gzip-compressed, application/x-rtf, image/x-tiff, application/vnd.oasis.opendocument.spreadsheet, application/x-tiff, image/vnd.dwg, application/x-autocad, text/x-comma-separated-values, application/x-dxf, application/x-zip-compressed, application/tif, application/x-tif, application/vnd.ms-excel, image/webp, application/x-acad, text/plain, application/x-eps, image/tif, application/jpg, application/vnd.ms-word, image/x-ms-bmp, image/heif-sequence, application/pdf, drawing/dwg, image/bmp, application/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/gzipped, application/eps, application/x-csv, image/svg+xml, application/x-tar, image/png, application/acrobat, application/x-rar, text/rtf.
13206
13206
  """
13207
13207
  file: Upload!
13208
13208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.67.0-13-g7d3dbc0f8",
3
+ "version": "v1.67.0-14-g5e3e5a083",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {