@nautical-commerce/graphql-schema 1.80.0-2-ge31690fac → 1.80.0-3-gda6129e33

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.
@@ -3362,7 +3362,7 @@ type MarketplaceConfiguration {
3362
3362
  Determines whether shipping methods are available based on marketplace checkout total or seller totals
3363
3363
  """
3364
3364
  availableShippingStrategy: AvailableShippingStrategyEnum
3365
- attributeTemplateStrategy: AttributeTemplateStrategyEnum @deprecated(reason: "This field will be removed on July 20, 2025.")
3365
+ attributeTemplateStrategy: AttributeTemplateStrategyEnum @deprecated(reason: "This field will be removed on July 23, 2025.")
3366
3366
 
3367
3367
  """Determines the fulfillment model for the marketplace"""
3368
3368
  fulfillmentModel: FulfillmentModelEnum!
@@ -12556,7 +12556,7 @@ type Mutation {
12556
12556
  description: String
12557
12557
 
12558
12558
  """
12559
- 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.oasis.opendocument.text, image/webp, text/pdf, image/svg, image/eps, image/gif, application/x-csv, application/x-dwg, application/x-acad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-tiff, application/gzipped, application/vnd.oasis.opendocument.spreadsheet, image/jpg, application/x-dxf, drawing/x-dwg, application/vnd.ms-excel, image/svg+xml, application/vnd.pdf, text/svg-xml, application/gzip, image/bmp, application/x-eps, image/heic, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-gzip, application/x-pdf, application/tiff, application/x-zip-compressed, image/heif, application/acrobat, image/x-bmp, application/eps, application/x-rar, text/csv, application/x-rar-compressed, text/comma-separated-values, application/msword, application/x-rtf, text/plain, pplication/vnd.rar, image/tiff, application/tif, text/svg, application/acad, application/postscript, application/x-tif, application/zip, text/x-pdf, text/x-csv, application/vnd.ms-word, image/heic-sequence, image/jpeg, image/x-dwg, application/vnd.oasis.opendocument.presentation, image/x-ms-bmp, application/jpg, image/heif-sequence, application/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-autocad, image/x-eps, application/x-tar, image/png, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/svg+xml, text/rtf, application/excel, image/tif, image/dxf, application/rtf, application/dxf, application/vnd.ms-powerpoint, image/x-tiff, application/gzip-compressed, application/pdf, application/x-jpg, image/vnd.dwg, drawing/dwg, image/x-dxf, drawing/x-dwf, application/dwg.
12559
+ 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, image/eps, application/vnd.ms-powerpoint, application/x-acad, application/x-jpg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/msword, image/vnd.dwg, application/x-gzip, text/x-pdf, application/dwg, application/svg+xml, application/vnd.ms-word, application/x-csv, application/pdf, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-bmp, text/svg-xml, image/jpg, pplication/vnd.rar, text/comma-separated-values, application/gzip, application/tiff, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/gzip-compressed, text/plain, text/svg, application/x-rar, image/tif, application/x-eps, text/rtf, application/x-rtf, image/x-eps, drawing/x-dwg, drawing/x-dwf, application/x-tar, text/x-comma-separated-values, text/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/svg, image/heic, image/x-dxf, image/heif-sequence, application/rtf, application/acrobat, image/gif, application/jpg, application/x-dwg, application/dxf, image/bmp, image/x-tiff, application/zip, application/acad, application/x-rar-compressed, application/vnd.oasis.opendocument.text, image/tiff, application/x-dxf, image/svg+xml, application/x-tiff, application/x-autocad, image/x-dwg, image/jpeg, drawing/dwg, application/eps, application/x-tif, application/vnd.pdf, application/tif, application/x-pdf, application/vnd.oasis.opendocument.spreadsheet, image/heic-sequence, text/pdf, text/x-csv, image/png, application/excel, image/x-tif, image/webp, application/x-zip-compressed, application/gzipped, application/csv, image/heif, image/dxf, application/vnd.oasis.opendocument.presentation.
12560
12560
  """
12561
12561
  file: Upload!
12562
12562
 
@@ -15938,7 +15938,7 @@ input MarketplaceConfigurationInput {
15938
15938
  availableShippingStrategy: AvailableShippingStrategyEnum = null
15939
15939
 
15940
15940
  """Update attribute template strategy"""
15941
- attributeTemplateStrategy: AttributeTemplateStrategyEnum = null @deprecated(reason: "This field will be removed on July 20, 2025.")
15941
+ attributeTemplateStrategy: AttributeTemplateStrategyEnum = null @deprecated(reason: "This field will be removed on July 23, 2025.")
15942
15942
 
15943
15943
  """
15944
15944
  Updates currency of the marketplace. Marketplace currency will be updated after the cache time (approximately 30 seconds)'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nautical-commerce/graphql-schema",
3
- "version": "v1.80.0-2-ge31690fac",
3
+ "version": "v1.80.0-3-gda6129e33",
4
4
  "description": "## Getting Started",
5
5
  "main": "./nautical/schema.graphql",
6
6
  "scripts": {