@nautical-commerce/graphql-schema 1.82.0-9-gfe1b9b570 → 1.82.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.
@@ -4914,7 +4914,6 @@ type Attribute implements Node & ObjectWithMetadata {
4914
4914
  externalSource: String
4915
4915
  productTypes(offset: Int, before: String, after: String, first: Int, last: Int): ProductTypeCountableConnection!
4916
4916
  productVariantTypes(offset: Int, before: String, after: String, first: Int, last: Int): ProductTypeCountableConnection!
4917
- isLocked: Boolean!
4918
4917
 
4919
4918
  """
4920
4919
  List of private metadata items.Requires proper staff permissions to access.
@@ -12195,7 +12194,7 @@ type Mutation {
12195
12194
  description: String
12196
12195
 
12197
12196
  """
12198
- 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.openxmlformats-officedocument.wordprocessingml.document, application/x-dxf, image/tiff, text/svg, application/pdf, application/vnd.ms-excel, text/comma-separated-values, image/x-dxf, drawing/x-dwf, application/dwg, image/png, text/x-pdf, application/x-tar, image/vnd.dwg, image/bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, pplication/vnd.rar, image/x-bmp, application/x-dwg, image/webp, application/gzipped, text/x-comma-separated-values, application/x-rtf, application/zip, application/acad, application/x-rar-compressed, text/csv, application/x-pdf, application/jpg, image/svg, image/jpg, application/vnd.oasis.opendocument.spreadsheet, image/tif, application/vnd.oasis.opendocument.text, application/x-jpg, image/heif, application/csv, image/dxf, text/rtf, application/gzip-compressed, application/vnd.ms-powerpoint, application/x-tif, image/x-ms-bmp, image/x-eps, application/vnd.pdf, application/x-csv, application/x-eps, application/rtf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/excel, application/x-gzip, application/postscript, application/tiff, application/msword, application/x-tiff, drawing/dwg, text/plain, application/tif, application/eps, application/x-acad, application/x-zip-compressed, text/svg-xml, image/heif-sequence, image/x-dwg, text/x-csv, text/pdf, image/x-tiff, application/acrobat, application/dxf, image/x-tif, application/x-autocad, drawing/x-dwg, image/eps, image/jpeg, application/vnd.oasis.opendocument.presentation, image/gif, application/vnd.ms-word, image/heic-sequence, application/x-rar, image/svg+xml, image/heic, application/svg+xml, application/gzip, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
12197
+ 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, application/x-csv, application/x-rar-compressed, image/gif, application/x-pdf, image/x-eps, text/x-pdf, application/excel, pplication/vnd.rar, image/svg+xml, application/x-dwg, application/x-gzip, application/x-autocad, application/zip, image/webp, application/vnd.oasis.opendocument.presentation, application/vnd.pdf, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-dxf, image/heif, application/tiff, application/acad, application/svg+xml, text/csv, text/pdf, application/dwg, application/x-acad, application/vnd.oasis.opendocument.spreadsheet, image/png, drawing/x-dwf, text/rtf, application/vnd.ms-excel, image/heic, application/x-eps, application/x-rar, application/tif, application/csv, image/vnd.dwg, image/x-tiff, image/tif, application/x-rtf, image/jpeg, application/gzip, application/pdf, application/vnd.oasis.opendocument.text, application/x-tif, image/x-dwg, application/gzipped, image/bmp, application/x-tiff, application/rtf, application/dxf, application/eps, application/postscript, image/x-tif, application/msword, text/comma-separated-values, image/heif-sequence, drawing/x-dwg, application/x-zip-compressed, application/x-jpg, image/heic-sequence, application/x-tar, application/gzip-compressed, image/eps, image/svg, text/plain, image/tiff, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-dxf, drawing/dwg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/jpg, text/svg, application/vnd.ms-powerpoint, image/x-bmp, text/x-comma-separated-values, image/dxf, text/x-csv, application/acrobat, image/x-ms-bmp, text/svg-xml.
12199
12198
  """
12200
12199
  file: Upload!
12201
12200
 
@@ -21458,9 +21457,6 @@ input AttributeCreateInput {
21458
21457
  ID of the Seller that created the Attribute, or null if Marketplace Operator
21459
21458
  """
21460
21459
  createdBy: String
21461
-
21462
- """Determines if sellers can create values for this attribute."""
21463
- isLocked: Boolean
21464
21460
  }
21465
21461
 
21466
21462
  input AttributeValueCreateInput {
@@ -21590,9 +21586,6 @@ input AttributeUpdateInput {
21590
21586
  ID of the Seller that created the Attribute, or null if Marketplace Operator
21591
21587
  """
21592
21588
  createdBy: String
21593
-
21594
- """Determines if sellers can create values for this attribute."""
21595
- isLocked: Boolean
21596
21589
  }
21597
21590
 
21598
21591
  """Assign attributes to a given custom field template."""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.82.0-9-gfe1b9b570",
3
+ "version": "v1.82.0",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {