@nautical-commerce/graphql-schema 1.68.0-4-g8eafffe0f → 1.68.0-6-gc683c68de

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.
@@ -13217,7 +13217,7 @@ type Mutation {
13217
13217
  description: String
13218
13218
 
13219
13219
  """
13220
- 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, application/x-autocad, application/vnd.ms-powerpoint, drawing/x-dwf, application/x-jpg, application/vnd.ms-excel, image/heic, application/csv, image/heic-sequence, application/x-pdf, image/heif, pplication/vnd.rar, application/svg+xml, image/webp, image/x-eps, application/gzip, application/vnd.oasis.opendocument.presentation, image/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-dxf, application/x-zip-compressed, image/svg, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-dxf, image/x-tif, text/x-comma-separated-values, application/x-rtf, text/rtf, image/vnd.dwg, application/x-acad, application/x-eps, text/x-pdf, image/heif-sequence, application/dxf, application/vnd.oasis.opendocument.text, text/plain, image/gif, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-dwg, application/acad, application/vnd.pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/tiff, application/rtf, image/png, application/postscript, image/svg+xml, image/x-tiff, image/eps, application/jpg, application/zip, application/x-rar-compressed, application/pdf, application/x-tiff, text/csv, application/dwg, application/acrobat, drawing/x-dwg, application/tiff, application/tif, text/svg, image/tif, image/x-ms-bmp, text/pdf, application/gzipped, application/x-tif, application/msword, application/gzip-compressed, application/x-gzip, application/x-tar, application/vnd.oasis.opendocument.spreadsheet, image/x-bmp, application/x-csv, text/x-csv, image/jpg, drawing/dwg, image/bmp, application/excel, application/eps, text/comma-separated-values, application/x-rar, application/vnd.ms-word, image/dxf.
13220
+ 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-rtf, application/vnd.ms-excel, application/jpg, image/webp, text/x-comma-separated-values, text/csv, image/x-bmp, image/png, application/vnd.oasis.opendocument.presentation, text/comma-separated-values, application/x-acad, text/svg-xml, pplication/vnd.rar, image/x-dwg, application/x-tar, text/x-pdf, image/jpeg, image/x-tiff, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tif, text/plain, application/gzip-compressed, image/heif, application/acrobat, image/svg, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/svg+xml, application/vnd.oasis.opendocument.text, application/msword, application/postscript, image/gif, application/vnd.oasis.opendocument.spreadsheet, application/rtf, image/vnd.dwg, image/x-eps, application/gzipped, image/bmp, image/heif-sequence, image/tiff, application/x-eps, application/dwg, text/x-csv, image/tif, application/dxf, application/tiff, application/excel, application/x-tiff, text/svg, image/x-tif, application/x-zip-compressed, image/jpg, image/dxf, application/acad, application/zip, application/x-rar, application/x-pdf, application/vnd.ms-powerpoint, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-csv, drawing/x-dwf, image/x-dxf, application/x-dwg, image/heic-sequence, application/tif, text/rtf, application/csv, application/x-rar-compressed, application/x-dxf, application/x-gzip, image/eps, application/vnd.pdf, application/vnd.ms-word, image/x-ms-bmp, application/x-autocad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzip, application/pdf, image/heic, application/svg+xml, drawing/x-dwg, application/x-jpg, application/eps.
13221
13221
  """
13222
13222
  file: Upload!
13223
13223
 
@@ -15481,11 +15481,6 @@ type Mutation {
15481
15481
 
15482
15482
  """ID of the vendor to retrieve an onboarding link for"""
15483
15483
  vendorId: ID!
15484
-
15485
- """
15486
- Whether the vendor to retrieve an onboarding link for is a SELLER or an AFFILIATE
15487
- """
15488
- vendorType: String @deprecated(reason: "This will be removed on January 24, 2025.")
15489
15484
  ): VendorPayoutOnboardingLinkRequest
15490
15485
 
15491
15486
  """
@@ -15641,9 +15636,6 @@ type Mutation {
15641
15636
  """Checkout ID."""
15642
15637
  checkoutId: ID!
15643
15638
 
15644
- """ID of microsite that checkout was completed from"""
15645
- microsite: ID @deprecated(reason: "This will be removed on January 24, 2025.")
15646
-
15647
15639
  """Client-side generated data required to finalize the payment."""
15648
15640
  paymentData: JSONString
15649
15641
 
@@ -16770,9 +16762,6 @@ enum PayoutErrorCode {
16770
16762
  }
16771
16763
 
16772
16764
  input PayoutCreateInput {
16773
- """Vendor type for the payout"""
16774
- vendorType: String @deprecated(reason: "This will be removed on January 24, 2025")
16775
-
16776
16765
  """
16777
16766
  Payout end date. ISO 8601 standard. Can not be greater than current date.
16778
16767
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.68.0-4-g8eafffe0f",
3
+ "version": "v1.68.0-6-gc683c68de",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {