@nautical-commerce/graphql-schema 1.85.0-22-g03d3ea050 → 1.85.0-24-g5d98ff391

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.
@@ -12197,7 +12197,7 @@ type Mutation {
12197
12197
  description: String
12198
12198
 
12199
12199
  """
12200
- Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/postscript, application/x-autocad, image/heic, application/x-eps, application/pdf, application/gzip-compressed, application/vnd.ms-word, application/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.ms-excel, application/rtf, application/x-dxf, application/vnd.pdf, application/acad, application/x-jpg, text/plain, application/acrobat, pplication/vnd.rar, image/tiff, application/x-csv, text/svg, application/jpg, text/csv, application/eps, application/excel, drawing/x-dwg, image/x-dwg, image/webp, application/zip, application/x-zip-compressed, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/gzipped, image/x-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/svg+xml, application/x-tar, application/x-tif, image/vnd.dwg, application/msword, text/x-comma-separated-values, application/csv, application/x-dwg, image/jpeg, application/dwg, image/svg+xml, application/x-pdf, image/svg, application/tif, image/bmp, text/x-pdf, application/gzip, application/tiff, text/rtf, text/comma-separated-values, text/svg-xml, application/vnd.oasis.opendocument.text, application/x-tiff, application/x-rar, application/x-rar-compressed, application/x-rtf, image/x-ms-bmp, image/jpg, image/x-eps, image/x-tif, image/heif, image/x-tiff, drawing/x-dwf, drawing/dwg, image/dxf, image/heif-sequence, image/png, application/x-gzip, image/heic-sequence, application/x-acad, application/vnd.oasis.opendocument.presentation, text/x-csv, application/vnd.ms-powerpoint, image/eps, image/tif, text/pdf, image/x-dxf, image/gif, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
12200
+ Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/dwg, image/dxf, text/pdf, image/x-dwg, image/heic, image/heif-sequence, application/x-autocad, application/vnd.pdf, drawing/dwg, text/svg-xml, image/vnd.dwg, image/gif, application/excel, application/jpg, application/gzip, image/svg, application/x-rar-compressed, image/x-bmp, image/heif, image/jpeg, application/msword, application/x-tiff, application/zip, image/x-eps, application/eps, application/x-pdf, application/x-rar, application/acrobat, application/vnd.ms-word, text/rtf, image/svg+xml, application/acad, application/gzipped, image/png, application/svg+xml, application/csv, application/rtf, application/x-tif, image/heic-sequence, application/x-gzip, application/vnd.oasis.opendocument.spreadsheet, application/vnd.oasis.opendocument.presentation, pplication/vnd.rar, text/x-comma-separated-values, image/tiff, image/x-tif, application/vnd.ms-excel, drawing/x-dwg, image/x-dxf, text/comma-separated-values, application/dxf, text/x-pdf, application/x-jpg, image/bmp, application/tif, application/pdf, application/x-zip-compressed, image/tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/eps, application/tiff, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, application/postscript, application/x-acad, application/x-dwg, text/csv, application/x-eps, application/vnd.ms-powerpoint, image/webp, application/x-csv, text/plain, application/x-rtf, image/jpg, text/svg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-csv, drawing/x-dwf, application/gzip-compressed, application/x-tar, application/vnd.oasis.opendocument.text, image/x-tiff, application/x-dxf.
12201
12201
  """
12202
12202
  file: Upload!
12203
12203
 
@@ -21477,33 +21477,33 @@ input AttributeValueCreateInput {
21477
21477
  value: String
21478
21478
 
21479
21479
  """Date and time representation of attribute value."""
21480
- dateTime: DateTime
21480
+ dateTime: DateTime @deprecated(reason: "This will be removed on September 4, 2025.")
21481
21481
 
21482
21482
  """Supports attribute values with long text (plain text)."""
21483
- plainText: String
21483
+ plainText: String @deprecated(reason: "This will be removed on September 4, 2025.")
21484
21484
 
21485
21485
  """Supports attribute values with long text (html)."""
21486
- richText: String
21486
+ richText: String @deprecated(reason: "This will be removed on September 4, 2025.")
21487
21487
 
21488
21488
  """Numeric value to support money or numeric attribute values."""
21489
- amount: Decimal
21489
+ amount: Decimal @deprecated(reason: "This will be removed on September 4, 2025.")
21490
21490
 
21491
21491
  """Currency to support money attribute values."""
21492
- currency: String
21492
+ currency: String @deprecated(reason: "This will be removed on September 4, 2025.")
21493
21493
 
21494
21494
  """
21495
21495
  Supports attribute values to reference any other nautical object (should be base64 ID)
21496
21496
  """
21497
- reference: String
21497
+ reference: String @deprecated(reason: "This will be removed on September 4, 2025.")
21498
21498
 
21499
21499
  """Supports boolean attribute values."""
21500
- boolean: Boolean
21500
+ boolean: Boolean @deprecated(reason: "This will be removed on September 4, 2025.")
21501
21501
 
21502
21502
  """Supports file type attribute values."""
21503
- file: Upload
21503
+ file: Upload @deprecated(reason: "This will be removed on September 4, 2025.")
21504
21504
 
21505
21505
  """URL type to support external links as attribute values."""
21506
- fileUrl: String
21506
+ fileUrl: String @deprecated(reason: "This will be removed on September 4, 2025.")
21507
21507
  }
21508
21508
 
21509
21509
  """Deletes an attribute."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.85.0-22-g03d3ea050",
3
+ "version": "v1.85.0-24-g5d98ff391",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {