@nautical-commerce/graphql-schema 1.78.0-44-g5dba8d491 → 1.78.0-46-g334090f40

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.
@@ -3615,7 +3615,7 @@ type Payout implements Node & ObjectWithMetadata {
3615
3615
  tenant: Tenant!
3616
3616
  created: String!
3617
3617
  updated: DateTime!
3618
- startDate: Date
3618
+ startDate: Date @deprecated(reason: "This will be removed on July 16, 2025.")
3619
3619
  endDate: String!
3620
3620
 
3621
3621
  """Status of the payout"""
@@ -12755,7 +12755,7 @@ type Mutation {
12755
12755
  description: String
12756
12756
 
12757
12757
  """
12758
- 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, pplication/vnd.rar, application/excel, image/heif-sequence, image/bmp, image/x-eps, image/heic, drawing/dwg, application/vnd.oasis.opendocument.text, application/dxf, image/x-dxf, application/acad, image/jpeg, application/x-pdf, application/gzip, application/x-gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/svg+xml, application/jpg, application/x-dwg, image/x-bmp, application/vnd.ms-powerpoint, image/webp, application/x-tiff, application/dwg, application/x-zip-compressed, application/vnd.oasis.opendocument.spreadsheet, image/x-tif, image/x-ms-bmp, image/jpg, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-rtf, image/dxf, drawing/x-dwg, application/x-dxf, application/acrobat, application/msword, text/plain, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tif, drawing/x-dwf, image/eps, application/eps, text/svg-xml, application/x-eps, text/comma-separated-values, text/x-csv, image/svg, image/vnd.dwg, image/gif, application/x-acad, image/tif, text/x-comma-separated-values, application/postscript, application/csv, application/x-jpg, application/vnd.pdf, application/x-csv, image/x-tiff, application/zip, text/pdf, text/x-pdf, image/tiff, application/rtf, text/csv, application/tif, application/tiff, text/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-dwg, image/svg+xml, application/x-rar, application/x-tar, application/gzip-compressed, application/gzipped, application/vnd.ms-excel, image/heic-sequence, text/svg, image/png, application/x-autocad, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, image/heif.
12758
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, application/gzipped, image/svg+xml, application/dxf, image/heic-sequence, image/tif, application/x-dwg, application/x-rar, application/vnd.oasis.opendocument.text, image/x-bmp, text/comma-separated-values, application/svg+xml, application/zip, application/x-tar, application/x-pdf, application/x-tiff, image/heif, text/x-comma-separated-values, application/x-csv, image/x-eps, application/tif, application/vnd.oasis.opendocument.presentation, application/gzip, application/x-jpg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, application/msword, drawing/dwg, application/gzip-compressed, application/excel, text/pdf, image/webp, image/bmp, application/vnd.ms-word, application/csv, application/x-zip-compressed, application/acrobat, image/svg, image/x-tif, image/heif-sequence, image/heic, application/pdf, application/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, image/vnd.dwg, image/tiff, drawing/x-dwf, image/x-tiff, text/csv, application/vnd.ms-powerpoint, text/svg, application/postscript, application/tiff, application/x-rtf, text/x-pdf, drawing/x-dwg, image/jpeg, application/x-gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dwg, image/jpg, application/x-acad, text/x-csv, application/vnd.pdf, application/rtf, application/x-tif, image/x-dxf, image/dxf, application/vnd.ms-excel, application/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/acad, application/x-autocad, image/png, application/x-rar-compressed, pplication/vnd.rar, application/x-dxf, text/svg-xml, image/eps, application/vnd.oasis.opendocument.spreadsheet, image/gif, application/dwg, application/jpg.
12759
12759
  """
12760
12760
  file: Upload!
12761
12761
 
@@ -12818,7 +12818,7 @@ type Mutation {
12818
12818
  payoutCreate(
12819
12819
  """Fields required to create a payout."""
12820
12820
  input: PayoutCreateInput!
12821
- ): PayoutCreate @deprecated(reason: "This will be removed on July 15, 2024. Use payoutCreateAsync instead.")
12821
+ ): PayoutCreate @deprecated(reason: "This will be removed on July 15, 2025. Use payoutCreateAsync instead.")
12822
12822
 
12823
12823
  """
12824
12824
  Creates a new payout asynchronously. The payout will be created in CREATING state and then transition to DRAFT once the vendor payouts are created.
@@ -12908,7 +12908,7 @@ type Mutation {
12908
12908
 
12909
12909
  """List of vendor payout IDs to process."""
12910
12910
  ids: [ID]!
12911
- ): VendorPayoutsBulkProcess @deprecated(reason: "This will be removed on July 15, 2024. Use payoutProcess instead.")
12911
+ ): VendorPayoutsBulkProcess @deprecated(reason: "This will be removed on July 15, 2025. Use payoutProcess instead.")
12912
12912
 
12913
12913
  """Adds note to the vendor payout."""
12914
12914
  vendorPayoutNoteAdd(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.78.0-44-g5dba8d491",
3
+ "version": "v1.78.0-46-g334090f40",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {